/* Add custom CSS styles below */ 

/* Slider Block */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/* Banners */
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}
.banner--fixed img {
    border-radius: 0 !important;
}

/* Product Card */
custom-salla-product-card {
    border: 1px solid #ddd;
    background: transparent !important;
}

/* Store Features */
@media (min-width: 768px) {
    .s-block--store-features .md\:max-w-\[30\%\] {
        max-width: 20% !important;
    }
}

.s-block.s-block--store-features .relative {
    background: #3c1f21 !important;
    border-radius: 20px !important;
}

.s-block--store-features-icon {
    background: transparent !important;
}

.s-block--store-features-icon ~ h2 {
    visibility: hidden;
}

.s-block--store-features .text-store-text-secondary {
    color: #fff !important;
}

/* Feature Icons */
.sicon-store2::before,
.sicon-shipping-fast::before,
.sicon-fire::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sicon-store2::before {
    background-image: url('https://i.ibb.co/0jkq2k2z/3.png');
}

.sicon-shipping-fast::before {
    background-image: url('https://i.ibb.co/23MznPbt/2.png');
}

.sicon-fire::before {
    background-image: url('https://i.ibb.co/9mB6FRr9/1.png');
}

/* Footer */
span.footer-rights * {
    color: #fff !important;
}