/* fw */
section.s-block.s-block--photos-slider .container {
    max-width: 100%;
    padding: 0;
}

/* Overlay */
.s-block--slider-with-bg .slider-bg:before {
    display: none;
}

/* Products with BG */
section.no-home-tab .swiper-wrapper {
    /* justify-content: center; */
    margin-top: 4%;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
div.banner-entry {
    height: 700px;
    background-color:unset;
    transition: 0.2s;
}
div.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
    div.banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    div.banner-entry{
        height: 250px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        gap: 0;
    }
    div.banner-entry{
        height: 180px;
    }
}
/* Categories List End */

/* Product Description */
#product-tabs-details * {
    color: #fff !important;
}