/* Header */
#mainnav {
    padding-block: 1rem;
}
@media (max-width: 992px) {   
    body.index .store-header {
        position: static;
    }
}

/* 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--photos-slider .s-slider-block__title-nav {
    display: none;
}

/* categories */
.categories h2 {
    text-align: center;
}
.categories ul li {
    width: 400px;
}
.categories ul li a {
    height: unset;
}
@media (max-width: 992px) {
    .categories ul li {
        width: 300px;
    }
}
@media (max-width: 768px) {
    .categories ul {
        gap: 0.5rem;
    }
    .categories ul li {
        width: 240px;
    }
}
@media (max-width: 576px) {
    .categories ul li {
        width: 160px;
    }
}

/* products */
@media (max-width: 992px) {
    .s-product-card-sale-price h4 {
        font-size: 17px !important;
    }
    .s-product-card-content .s-product-card-content-title a {
        font-size: 17px !important;
    }
}

/* Footer */
footer div > img {
    filter: brightness(0) invert();
    width: 150px;
}
@media (max-width: 640px) {
    footer * {
        text-align: center;
        margin-inline: auto;
    }
}
.navbar-brand img {
    max-height: 8rem !important;
}

/* Hide offers category */
.store-header li:first-of-type {
    display: none;
}
.store-header li#offers {
    display: none !important;
}