document.addEventListener("DOMContentLoaded", function () { const gridWrapper = document.querySelector(".brand-carousel-wrapper .elementor-widget-container > div"); if (!gridWrapper || gridWrapper.classList.contains("swiper-initialized")) return; const wrapper = document.createElement("div"); wrapper.classList.add("swiper-wrapper"); [...gridWrapper.children].forEach((item) => { const slide = document.createElement("div"); slide.classList.add("swiper-slide"); slide.appendChild(item.cloneNode(true)); wrapper.appendChild(slide); }); gridWrapper.innerHTML = ""; gridWrapper.classList.add("swiper", "brand-swiper"); gridWrapper.appendChild(wrapper); new Swiper(".brand-swiper", { slidesPerView: 5, spaceBetween: 20, loop: true, autoplay: { delay: 2000, disableOnInteraction: false, }, breakpoints: { 320: { slidesPerView: 2 }, 480: { slidesPerView: 3 }, 768: { slidesPerView: 4 }, 1024: { slidesPerView: 5 }, }, }); });
Home Shop Cart Account
Shopping Cart (0)

No products in the cart. No products in the cart.