/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2025 | 13:44:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body {
	overflow-x: hidden;
}

.site-footer .main-navigation ul.menu, .site-footer .main-navigation > .menu > ul {
	align-items: start;
}

.site-footer .main-navigation ul.menu li, .site-footer .main-navigation > .menu > ul li {
	padding-left: 0;
}

.page-header__image:after {
	opacity: 0.1;
}
.page-header .page-header__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.brands-section .swiper-slide-image:hover {
	transform: scale(1.2);
}