HomeShopCategory "Thakur Ayurvedic Pharmacy"
jQuery(document).ready(function($){
$('.cart-product-carousel .products').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
arrows: true,
dots: false,
responsive: [
{
breakpoint: 768,
settings: { slidesToShow: 2 }
},
{
breakpoint: 480,
settings: { slidesToShow: 1 }
}
]
});
});