/* Add custom CSS styles below */ 
.content-feat {
    min-height: min-content;
}
.content-additions {
    min-height: min-content;
}
body {
    background-color: #FAF3E0;
}
    .mm-spn.mm-spn--light {
        background: #FAF3E0;
    }
    .back-to-top {
   
    background: #faf3e0;
  
    border: 2px solid #f09f11;
   
}
@media (max-width: 450px) {
    .categ-main .swiper .swiper-wrapper .swiper-slide {
        width: 25%;
    }

    .slide--cat-entry {
        gap: 5px;
    }

    .slide--cat-entry img {
        width: 70px;
        height: 70px;
        max-width: 70px;
        min-width: 70px;
        max-height: 70px;
        min-height: 70px;
        padding: 0;
    }

    .slide--cat-entry h2 {
        font-size: 12px !important;
            font-weight: 500 !important;
    }

    .s-products-slider-card {
        width: 33.33%;
    }

    .s-product-card-entry .s-product-card-content-title a {
        font-size: 12px;
            font-weight: 500 !important;
    }

    .s-product-card-entry .s-product-card-price,
    .s-product-card-entry .s-product-card-sale-price h4,
    .s-product-card-entry .s-product-card-starting-price h4 {
        font-size: 12px;
            font-weight: 500 !important;
    }
    .s-button-element {
        padding: 2px !important;
        font-size: 12px !important;
    }
        .s-product-card-image {
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }
        .mm-spn li a span {
        padding: 0;
        font-size: 15px;
    }
}