<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">;function getUrlParam(e){var e=e.replace(/[\[]/,'\\\[').replace(/[\]]/,'\\\]'),a='[\\?&amp;]'+e+'=([^&amp;#]*)',o=new RegExp(a),t=o.exec(window.location.href);if(t==null)return'';else return t[1]};$(document).ready(function(){var e=$('.mobile-cart-product-count'),a='mobile-cart-empty',t=typeof CART_MODULE!=='undefined'?CART_MODULE:$('#module_cart'),o=typeof CART_MODULE_DELETE!=='undefined'?CART_MODULE_DELETE:'cart_remove_btn';t.on('click','.'+o,function(){if(!confirm(CONFIRM)){return!1};if(this.dataset&amp;&amp;this.dataset.packageofferkey){data='removePackageOffer='+encodeURIComponent(this.dataset.packageofferkey)}
else{data='remove='+encodeURIComponent(this.id)};$(this).removeClass(o).addClass('cart_remove_loading');$.ajax({type:'post',url:'index.php?route=module/cart/callback',dataType:'json',data:data,success:function(o){if(typeof o.countProducts!='undefined'){if(o.countProducts==0){t.addClass('cart-module-empty');t.removeClass('cart-module-not-empty')};if(e.length){e.html(o.countProducts);if(o.countProducts==0){e.addClass(a)}
else{e.removeClass(a)}}};if(getUrlParam('route').indexOf('checkout')!=-1){window.location.reload()};if(window.localStorage){window.localStorage.setItem('cartModified',1)};var n=new CustomEvent('deleteCart',{'detail':{'cartToken':o.hasOwnProperty('cartToken')?o.cartToken:'','products':o.products,'removedItems':o.removedItems}});document.dispatchEvent(n);var r=new CustomEvent('cartChanged',{'detail':{'data':o,'cartToken':o.hasOwnProperty('cartToken')?o.cartToken:'','products':o.products}});document.dispatchEvent(r)}})})});</pre></body></html>