geno/wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js

1 line
623 B
JavaScript
Raw Normal View History

2024-02-01 17:24:18 +05:30
!function(){const t=document.querySelector(".ast-sticky-add-to-cart");if(t){const c=document.querySelector(".product .single_add_to_cart_button").offsetTop;window.addEventListener("scroll",function(){window.scrollY>=c?t.classList.add("is-active"):t.classList.remove("is-active")})}var o=document.querySelector(".ast-sticky-add-to-cart-action-wrap .single_link_to_cart_button"),e=document.querySelector(".single_add_to_cart_button");if(o&&e){e=e.getBoundingClientRect().top;if(e){const n=e+window.pageYOffset-230;n&&o.addEventListener("click",function(t){t.preventDefault(),window.scrollTo({top:n,behavior:"smooth"})})}}}();