<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['jquery',],function($){'use strict';return function(Component){var miniCart,body;miniCart=$('[data-block=\'minicart\']');body=$('body');miniCart.on('dropdowndialogopen',function(){body.addClass('no-scroll');});miniCart.on('dropdowndialogclose',function(){body.removeClass('no-scroll');});if(navigator.userAgent.match(/(iphone|ipod)/i)!==null){body.addClass('ios');}
miniCart.sidebar({'targetElement':'div.block.block-minicart','url':{'cart':window.checkout.shoppingCartUrl,'update':window.checkout.updateItemQtyUrl,'remove':window.checkout.removeItemUrl,'loginUrl':window.checkout.customerLoginUrl,'isRedirectRequired':window.checkout.isRedirectRequired},'button':{'cart':'#top-cart-btn-cart','remove':'#mini-cart a.action.delete','close':'#btn-minicart-close'},'showcart':{'parent':'span.counter','qty':'span.counter-number','label':'span.counter-label'},'minicart':{'list':'#mini-cart','content':'#minicart-content-wrapper','qty':'div.items-total','subtotal':'div.subtotal span.price','maxItemsVisible':window.checkout.minicartMaxItemsVisible},'item':{'qty':':input.cart-item-qty','button':':button.update-cart-item'},'confirmMessage':$.mage.__('Are you sure you would like to remove this item from the shopping cart?')});return Component.extend({initialize:function(){this._super();},});}});</pre></body></html>