HomeShopCategory "Ena Universal"

Only products on sale
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 } } ] }); });