/* Add custom CSS styles below */ 
.advanced-slider .swiper .swiper-slide-active h2, 
.advanced-slider .swiper .swiper-slide-active p{
color: #fff;
}
.advanced-slider .swiper .swiper-slide-active a{
border-radius: 50px;
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter, .footer-is-custom .store-footer .footer-bottom{
background-color: #000000 !important;
    color: #ffffff;
    }
.footer-is-custom .store-footer .store-footer__curve{
color: #000000;
}
.footer-is-custom .store-footer .footer-rights p{
color: #ffffff;
}
@media (min-width: 285px) and (max-width: 785px){
.products-lookbook__img img{
height: 100% !important;
object-fit: contain;
}
img.lazy.w-full.h-full.object-cover.object-center.min-h-\[250px\].max-h-\[350px\].lg\:max-h-\[700px\].loaded{
object-fit: contain;
}
}
.banner-entry:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.banner-entry {
    width: 100%;
    height: 300px !important;
    background-color: #f9fafb00;
}
@media (max-width: 480px) { 
   .banner-entry {
    width: 100%;
     height: 130px !important;
     background-color: #f9fafb00;
    }
}