/* Add custom CSS styles below */ 
.s-slider-block__title,
.s-block__title{
display:none !important;
}
.s-product-card-content-footer{
padding:0px  !important;
}
.s-product-card-wishlist-btn{
display:none !important;
}
.s-product-card-content-footer.rounded-2xl button{
    border-radius: 10px 10px 10px 60px  ;
transition: 0.3s;
}
.s-product-card-content-footer.rounded-2xl button:hover{
    border-radius: 60px 10px 10px 10px   ;
}
.s-block--testimonials .flex.h-full.transition-shadow{
background-image: url(https://github.com/HamoAlpatel/jsonanimation/blob/main/22.png?raw=true);
}
.s-block--testimonials .flex.h-full.transition-shadowP{
color:#fff !important;
}
.s-block--testimonials *{
color:#fff !important;
}
footer{
background:rgb(213,180,87) !important;
    border-radius:160px 10px 10px 10px ;
}
footer h3{
color:#000 !important;
}