let woocommerceGallery=document.querySelector(".woocommerce-product-gallery__wrapper"),mediaQuery=window.matchMedia("(min-width: 922px)");if(woocommerceGallery&&!mediaQuery.matches){let e=tns({container:".woocommerce-product-gallery__wrapper",items:1,slideBy:"page",mouseDrag:!0,loop:!1});destroySlider(e),triggerFirstSlide(e);let r;window.addEventListener("resize",function(){clearTimeout(r),r=setTimeout(function(){destroySlider(e)},250)})}function destroySlider(e){var r=document.querySelector(".woocommerce-product-gallery__wrapper");mediaQuery.matches&&r&&r.classList.contains("tns-slider")&&e.destroy()}function triggerFirstSlide(o){var e=jQuery(".single_variation_wrap");e&&e.on("show_variation",function(e,r){o.goTo("first")})}