jQuery(function(p){p(".dnwoo_product_carousel_active").each(function(e){var t=p(this).data(),n=t.breakpoints&&t.breakpoints.split("|"),s=t.spacebetween&&t.spacebetween.split("|"),o=window.innerWidth;let i,a;i=o<=767?(a=s[2],n[2]):o<=980?(a=s[1],n[1]):(a=s[0],n[0]);const r=new Swiper(this,{autoHeight:"on"===t.autoheight,speed:t.speed?parseInt(t.speed):400,centeredSlides:"on"===t.center,direction:"horizontal",slidesPerView:n&&parseInt(i),spaceBetween:s&&parseInt(a),grabCursor:"on"===t.grabCursor,loop:"on"===t.loop,autoplay:{enabled:"on"===t.autoplay,delay:t.delay?parseInt(t.delay):5e3},effect:"coverflow",coverflowEffect:{slideShadows:"on"===t.shadow,rotate:+t.rotate,stretch:+t.stretch,depth:+t.depth},keyboard:{enabled:"on"===t.keyboardenable,onlyInViewport:!1},pagination:{el:".swiper-pagination",dynamicBullets:"on"===t.paginationBullets,clickable:!0,type:t.paginationType},navigation:{nextEl:p(this).siblings(".swiper-button-next")[0]||p(this).siblings(".swiper-button-container").children(".swiper-button-next")[0],prevEl:p(this).siblings(".swiper-button-prev")[0]||p(this).siblings(".swiper-button-container").children(".swiper-button-prev")[0]},breakpoints:{980:{slidesPerView:n.length&&parseInt(n[0]),spaceBetween:s&&parseInt(s[0])},768:{slidesPerView:n.length&&parseInt(n[1]),spaceBetween:s&&parseInt(s[1])},320:{slidesPerView:n&&parseInt(n[2]),spaceBetween:s&&parseInt(s[2])}},observer:!0,observeParents:!0,observeSlideChildren:!0});"on"===t.autoplay&&"on"===t.pauseonhover&&(p(this).mouseenter(function(){r.autoplay.stop()}),p(this).mouseleave(function(){r.autoplay.start()}))})}) ;