(function(){function c(){fetch(`${window.routes?.cart_url||"/cart"}?section_id=cart-drawer`).then(a=>a.text()).then(a=>{var b=(new DOMParser).parseFromString(a,"text/html");a=document.querySelector("#CartDrawer-Progress");b=b.querySelector("#CartDrawer-Progress");a&&b&&(a.innerHTML=b.innerHTML)}).catch(a=>console.warn("Falha ao atualizar barra de progresso do drawer:",a))}typeof subscribe==="function"&&window.PUB_SUB_EVENTS&&subscribe(PUB_SUB_EVENTS.cartUpdate,function(){try{c()}catch(a){}});window.addEventListener("pageshow", function(){if(typeof cartRedirect!=="undefined")try{cartRedirect(1)}catch(a){console.warn("cartRedirect falhou no pageshow:",a)}})})();