window._cartRefresh=async function(){const sectionString=(document.querySelector("cart-notification")||document.querySelector("cart-drawer")).getSectionsToRender().map(section=>section.id).join(","),response=await fetch(`/?sections=${sectionString}`).then(res=>res.json()),cartDrawer=document.querySelector("cart-drawer"),cartIconBubbleHtml=new DOMParser().parseFromString(response["cart-icon-bubble"],"text/html").getElementById("shopify-section-cart-icon-bubble").innerHTML,cartIconBubble=document.getElementById("cart-icon-bubble"),cartData=await fetch("/cart.js").then(res=>res.json());if(cartDrawer){const cartDrawerHtml=new DOMParser().parseFromString(response["cart-drawer"],"text/html").querySelector("cart-drawer").innerHTML;cartDrawer.classList.toggle("is-empty",cartData.item_count===0),cartDrawer.innerHTML=cartDrawerHtml,cartDrawer.querySelector("#CartDrawer-Overlay").addEventListener("click",cartDrawer.close.bind(cartDrawer))}cartIconBubble.innerHTML=cartIconBubbleHtml}; //# sourceMappingURL=/cdn/shop/t/1716/assets/cart-drawer-refresh.js.map?v=147271121130347771111755524683