View file File name : sticky-add-to-cart.min.js Content :(()=>{let e=document.querySelector(".ast-sticky-add-to-cart");if(e){let t=document.querySelector(".product .single_add_to_cart_button").offsetTop;window.addEventListener("scroll",function(){window.scrollY>=t?e.classList.add("is-active"):e.classList.remove("is-active")})}var t=document.querySelector(".ast-sticky-add-to-cart-action-wrap .single_link_to_cart_button"),o=document.querySelector(".single_add_to_cart_button");if(t&&o){o=document.querySelector(".single_add_to_cart_button").offsetTop;if(o){let e=o-230;e&&t.addEventListener("click",function(t){t.preventDefault(),window.scrollTo({top:e,behavior:"smooth"})})}}})();