const productRecsSwiper = new Swiper('.lp-products__swiper', { slidesPerView: 'auto', preloadImages: true, spaceBetween: 20, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, slidesPerView: 2, slidesPerGroup: 2, breakpoints: { 576: { slidesPerView: 4, slidesPerGroup: 4, }, 768: { slidesPerView: 5, slidesPerGroup: 5, }, 992: { slidesPerView: 6, slidesPerGroup: 6, spaceBetween: 40, }, } }); const reviewSwiper = new Swiper('.lp-reviews__swiper', { slidesPerView: 'auto', simulateTouch: false, autoplay: { delay: 5000, disableOnInteraction: false }, }); const testimonialSwiper = new Swiper('.lp-testimonial__swiper', { slidesPerView: 'auto', simulateTouch: false, autoplay: { delay: 5000, disableOnInteraction: false }, effect: 'fade', fadeEffect: { crossFade: true }, }); const videoSwiper = new Swiper('.lp-videos__swiper', { slidesPerView: 'auto', spaceBetween: 20, centeredSlides: true, slidesPerGroup: 1, autoplay: { delay: 5000, }, });