$(document).ready(function(){$(".homepageProductCarousel").slick({infinite:!0,dots:!1,accessibility:!0,arrows:!0,adaptiveHeight:!0,slidesToShow:6,slidesToScroll:6,autoplay:!1,autoplaySpeed:1e4,pauseOnDotsHover:!1,centerMode:!1,lazyLoad:"ondemand",prevArrow:'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" class="secondary opacity-50 icon-chevron-left slick-prev slick-arrow"><g class="a"><circle cx="12" cy="12" r="12" class="circle"><\/circle><g class="b" style="transform: rotate(180deg);"><path d="M10.425,8.85L13.575,12" class="st1"><\/path><path d="M10.425,15.5L13.575,12" class="st1"><\/path><\/g><\/g><\/svg>',nextArrow:'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" class="secondary opacity-50 icon-chevron-right slick-next slick-arrow"><g class="a"><circle cx="12" cy="12" r="12" class="circle"><\/circle><g class="b" style="transform: rotate(0deg);"><path d="M10.425,8.85L13.575,12" class="st1"><\/path><path d="M10.425,15.5L13.575,12" class="st1"><\/path><\/g><\/g><\/svg>',responsive:[{breakpoint:769,settings:{slidesToShow:5,slidesToScroll:5}},{breakpoint:376,settings:{slidesToShow:3,slidesToScroll:3}}]});$(".homepageProductCarousel .slick-slide").on("click",function(n){var t=$(n.currentTarget).data("url");t!=undefined&&(window.location.href=t)});$(".home")!=undefined&&$(".footer").addClass("homepage-footer")})