/* Add custom CSS styles below */ 
@media (min-width: 768px) {
    .s-products-slider-card.swiper-slide {
        width: 19.666667%;
    }
}

.s-slider-block__title h2{
color:#5b5657;
}

.s-block__title h2{
color:#5b5657;
}


.s-product-card-entry.no-bg{
 box-shadow: rgb(251 218 214) 0px 4px 12px;
}

.s-product-card-content-footer .s-button-btn {
    padding: 0.50rem;
}

.s-product-card-content-footer.rounded-xl button, .s-product-card-content-footer.rounded-2xl button {
    border-radius: 10px;
}

.object-contain{
 border-radius: 10px;
}

.store-footer{
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: rgb(251 218 214) 0px 4px 12px;
}


.shadow-default{

 box-shadow: rgb(251 218 214) 0px 4px 12px;
}

.large-cards .s-products-slider-card.swiper-slide {
    display: flex;
    width: 50%;
}


.s-product-card-content-footer.rounded-xl button, .s-product-card-content-footer.rounded-2xl button {
    color: #010000;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(244 192 201) 0%, rgb(254 224 202) 35%, rgb(187 225 221) 100%);
}