Skip to content
    
    
      
    
    
    
      - Choosing a selection results in a full page refresh.
- Opens in a new window.
< script > 
  window.AMP_CART_LOADED = () => {
        setTimeout(() => {
            document.querySelector('.amp-cart__footer-checkout-button')?.insertAdjacentHTML("beforebegin", '') document.dispatchEvent(new CustomEvent("zapiet:start"));
        }, 1000)
    } 
    < /script>