/* Header */
#mainnav {
    height: unset !important;
}
img.w-full[alt="top slider icon"] {
    display: none;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset !important;
}

@media (min-width: 1280px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        max-width: 1600px;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 230px;
    background-color:unset;
    transition: 0.2s;
}
a.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){
a.banner-entry{
    height: 180px;
}
}
@media(max-width:768px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
a.banner-entry{
    height: 275px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 140px;
}
}
/* Categories List End */

/* products */
@media (min-width: 768px) {
    .s-block--best-offers a {
        font-size: 18px;
        line-height: 2;
    }
    .s-block--best-offers a.lanon {
        font-size: 16px;
    }
    .s-block--best-offers h4 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .s-block--best-offers a {
        font-size: 16px;
        line-height: 2;
    }
    .s-block--best-offers a.lanon {
        font-size: 14px;
    }
    .s-block--best-offers h4 {
        font-size: 14px;
    }
}

/* footer */
.store-footer * {
    color: #111;
}
.s-product-card-content .s-product-card-content-title a {  
font-size: 16px !important ;
}

/* Edits */
.product-index .index-cat-slider img {
    display: none;
}