/* Add custom CSS styles below */ 
@media (min-width: 1280px) {
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        /* gap: 0.75rem; */
    }
}

body.index header.store-header.centered_logo a
,body.index .sicon-search:before
,body.index .sicon-user:before{
    color: #fff !important;
}

.main-nav-container.fixed-pinned .inner {
    background-color: #3f2d21;
}
body.index .sub-menu.w-56 {
    background-color: #3f2d21 !important;
}
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
section.s-block.s-block--special-products-slider h2 {
    font-size: 25px;
}
section.s-block.s-block--special-products-slider .object-cover {
    object-fit: contain !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--10 img {
    max-width: 80% !important;
    margin: auto;
}