@liquidcommerce/elements-sdk 2.2.0-beta.42 → 2.2.0-beta.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/umd/elements.js CHANGED
@@ -1 +1 @@
1
- (function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):(e="undefined"!=typeof globalThis?globalThis:e||self,n(e.LiquidCommerceElements={}))})(this,function(exports){"use strict";function polyfillReplaceChildren(){"undefined"!=typeof Element&&"replaceChildren"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.replaceChildren=function(...e){for(;this.firstChild;)this.removeChild(this.firstChild);for(const n of e)"string"==typeof n?this.appendChild(document.createTextNode(n)):this.appendChild(n)})}function polyfillPrepend(){"undefined"!=typeof Element&&"prepend"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.prepend=function(...e){const n=document.createDocumentFragment();for(const i of e)"string"==typeof i?n.appendChild(document.createTextNode(i)):n.appendChild(i);this.insertBefore(n,this.firstChild)})}function polyfillRemove(){"undefined"!=typeof Element&&"remove"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.remove=function(){this.parentNode&&this.parentNode.removeChild(this)})}function polyfillReplaceWith(){"undefined"!=typeof Element&&"replaceWith"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.replaceWith=function(...e){const n=this.parentNode;if(!n)return;const i=document.createDocumentFragment();for(const o of e)"string"==typeof o?i.appendChild(document.createTextNode(o)):i.appendChild(o);n.replaceChild(i,this)})}function polyfillBefore(){"undefined"!=typeof Element&&"before"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.before=function(...e){const n=this.parentNode;if(!n)return;const i=document.createDocumentFragment();for(const o of e)"string"==typeof o?i.appendChild(document.createTextNode(o)):i.appendChild(o);n.insertBefore(i,this)})}function polyfillAfter(){"undefined"!=typeof Element&&"after"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.after=function(...e){const n=this.parentNode;if(!n)return;const i=document.createDocumentFragment();for(const o of e)"string"==typeof o?i.appendChild(document.createTextNode(o)):i.appendChild(o);n.insertBefore(i,this.nextSibling)})}function polyfillObjectFromEntries(){"undefined"!=typeof Object&&"fromEntries"in Object||"undefined"!=typeof Object&&(Object.fromEntries=e=>{const n={};for(const[i,o]of e)n[i]=o;return n})}function safeScrollIntoView(e,n){try{n&&"function"==typeof e.scrollIntoView?e.scrollIntoView(n):e.scrollIntoView()}catch(i){try{e.scrollIntoView()}catch(o){console.warn("scrollIntoView failed:",o)}}}function initializeDOMPolyfills(){try{polyfillReplaceChildren(),polyfillPrepend(),polyfillRemove(),polyfillReplaceWith(),polyfillBefore(),polyfillAfter(),polyfillObjectFromEntries()}catch(R){console.warn("DOM polyfills initialization failed:",R)}}function safeReplaceChildren(e,...n){try{if("replaceChildren"in e&&"function"==typeof e.replaceChildren)e.replaceChildren(...n);else{for(;e.firstChild;)e.removeChild(e.firstChild);for(const i of n)"string"==typeof i?e.appendChild(document.createTextNode(i)):e.appendChild(i)}}catch(i){console.error("replaceChildren operation failed:",i),1===n.length&&"string"==typeof n[0]&&(e.innerHTML=n[0])}}const e={LOCAL:"local",DEVELOPMENT:"development",STAGING:"staging",PRODUCTION:"production"},n={CLIENT_READY:"client_ready",PRODUCT_LOADED:"product_loaded",PRODUCT_QUANTITY_INCREASE:"product_quantity_increase",PRODUCT_QUANTITY_DECREASE:"product_quantity_decrease",PRODUCT_ADD_TO_CART:"product_add_to_cart",PRODUCT_SIZE_CHANGED:"product_size_changed",PRODUCT_FULFILLMENT_TYPE_CHANGED:"product_fulfillment_type_changed",PRODUCT_FULFILLMENT_CHANGED:"product_fulfillment_changed",CART_LOADED:"cart_loaded",CART_CLOSED:"cart_closed",CART_OPENED:"cart_opened",CART_UPDATED:"cart_updated",CART_FAILED:"cart_failed",CART_RESET:"cart_reset",CART_ITEM_ADDED:"cart_item_added",CART_ITEM_REMOVED:"cart_item_removed",CART_ITEM_QUANTITY_INCREASE:"cart_item_quantity_increase",CART_ITEM_QUANTITY_DECREASE:"cart_item_quantity_decrease",CART_ITEM_ENGRAVING_UPDATED:"cart_item_engraving_updated",CART_PROMO_CODE_APPLIED:"cart_promo_code_applied",CART_PROMO_CODE_REMOVED:"cart_promo_code_removed",CART_PROMO_CODE_FAILED:"cart_promo_code_failed",CART_PRODUCT_ADD_SUCCESS:"cart_product_add_success",CART_PRODUCT_ADD_FAILED:"cart_product_add_failed",ADDRESS_UPDATED:"address_updated",ADDRESS_CLEARED:"address_cleared",ADDRESS_FAILED:"address_failed",CHECKOUT_LOADED:"checkout_loaded",CHECKOUT_OPENED:"checkout_opened",CHECKOUT_CLOSED:"checkout_closed",CHECKOUT_FAILED:"checkout_failed",CHECKOUT_IS_GIFT_TOGGLED:"checkout_is_gift_toggled",CHECKOUT_BILLING_SAME_AS_SHIPPING_TOGGLED:"checkout_billing_same_as_shipping_toggled",CHECKOUT_MARKETING_PREFERENCES_TOGGLED:"checkout_marketing_preferences_toggled",CHECKOUT_CUSTOMER_INFORMATION_UPDATED:"checkout_customer_information_updated",CHECKOUT_BILLING_INFORMATION_UPDATED:"checkout_billing_information_updated",CHECKOUT_GIFT_INFORMATION_UPDATED:"checkout_gift_information_updated",CHECKOUT_ITEM_REMOVED:"checkout_item_removed",CHECKOUT_ITEM_QUANTITY_INCREASE:"checkout_item_quantity_increase",CHECKOUT_ITEM_QUANTITY_DECREASE:"checkout_item_quantity_decrease",CHECKOUT_ITEM_ENGRAVING_UPDATED:"checkout_item_engraving_updated",CHECKOUT_TIP_UPDATED:"checkout_tip_updated",CHECKOUT_SUBMIT_STARTED:"checkout_submit_started",CHECKOUT_SUBMIT_COMPLETED:"checkout_submit_completed",CHECKOUT_SUBMIT_FAILED:"checkout_submit_failed",CHECKOUT_PROMO_CODE_APPLIED:"checkout_promo_code_applied",CHECKOUT_PROMO_CODE_REMOVED:"checkout_promo_code_removed",CHECKOUT_PROMO_CODE_FAILED:"checkout_promo_code_failed",CHECKOUT_GIFT_CARD_APPLIED:"checkout_gift_card_applied",CHECKOUT_GIFT_CARD_REMOVED:"checkout_gift_card_removed",CHECKOUT_GIFT_CARD_FAILED:"checkout_gift_card_failed",CHECKOUT_PRODUCT_ADD_SUCCESS:"checkout_product_add_success",CHECKOUT_PRODUCT_ADD_FAILED:"checkout_product_add_failed"},i={CUSTOMER:"customer",GIFT:"gift",BILLING:"billing"},o={DRAWER:"drawer",INPUT:"input",BIRTHDATE_INPUT:"birthdate-input",ENGRAVING_FORM:"engraving-form",ENGRAVING_VIEW:"engraving-view",BUTTONS_CART_OPEN:"buttons-cart-open",POWERED_BY:"powered-by",LCE_ELEMENT:"lce-element",PURCHASE_MIN_ALERT:"purchase-min-alert",ALERT:"alert",PROMO_CODE_TICKER:"promo-code-ticker",ADDRESS:"address",ADDRESS_INPUT:"address-input",ADDRESS_DISPLAY:"address-display",PRODUCT:"product",PRODUCT_IMAGE_CAROUSEL:"product-image-carousel",PRODUCT_OPTIONS:"product-options",PRODUCT_INTERACTIONS:"product-interactions",PRODUCT_DESCRIPTION:"product-description",PRODUCT_RETAILERS:"product-retailers",PRODUCT_RETAILERS_CAROUSEL:"product-retailers-carousel",PRODUCT_RETAILERS_POPUP:"product-retailers-popup",PRODUCT_RETAILERS_POPUP_LIST:"product-retailers-popup-list",PRODUCT_PRICE:"product-price",PRODUCT_ADD_TO_CART_SECTION:"product-add-to-cart-section",PRODUCT_DRAWER:"product-drawer",PRODUCT_LOADING:"product-loading",PRODUCT_LIST:"product-list",PRODUCT_LIST_CARD:"product-list-card",PRODUCT_LIST_FILTERS:"product-list-filters",PRODUCT_LIST_CARD_LOADING:"product-list-card-loading",CART:"cart",CART_RETAILER:"cart-retailer",CART_ITEM:"cart-item",CART_FOOTER:"cart-footer",CART_ITEM_QUANTITY_PRICE:"cart-item-quantity-price",CART_RETAILER_SUBTOTAL:"cart-retailer-subtotal",CART_PROMO_CODE:"cart-promo-code",CART_HEADER:"cart-header",CART_BODY:"cart-body",CART_FULFILLMENT:"cart-fulfillment",CHECKOUT:"checkout",CHECKOUT_INFORMATION_SECTION:"checkout-information-section",CHECKOUT_STRIPE_FORM:"checkout-stripe-form",CHECKOUT_PAYMENT_FORM:"checkout-payment-form",CHECKOUT_BILLING_FORM:"checkout-billing-form",CHECKOUT_SUMMARY_SECTION:"checkout-summary-section",CHECKOUT_PROMO_CODE:"checkout-promo-code",CHECKOUT_GIFT_CARDS:"checkout-gift-cards",CHECKOUT_AMOUNTS:"checkout-amounts",CHECKOUT_ITEMS:"checkout-items",CHECKOUT_COMPLETED:"checkout-completed",CHECKOUT_DELIVERY_INFORMATION_FORM:"checkout-delivery-information-form",CHECKOUT_BUYER_INFORMATION_FORM:"checkout-buyer-information-form",CHECKOUT_TIPS:"checkout-tips",CHECKOUT_PC_GC:"checkout-pc-gc",CHECKOUT_ITEM:"checkout-item",CHECKOUT_ITEM_QUANTITY:"checkout-item-quantity",CHECKOUT_PLACE_ORDER_BUTTON:"checkout-place-order-button",CHECKOUT_HEADER:"checkout-header",CHECKOUT_PRESALE_COUNTDOWN:"checkout-presale-countdown",CHECKOUT_PRESALE_EXPIRED:"checkout-presale-expired"},r={ON_DEMAND:"onDemand",SHIPPING:"shipping"},s={NONE:"none",CONSOLE:"console",PANEL:"panel"},a={[e.LOCAL]:"http://127.0.0.1:8080",[e.DEVELOPMENT]:"https://dev-elements.liquidcommerce.us",[e.STAGING]:"https://staging-elements.liquidcommerce.us",[e.PRODUCTION]:"https://elements.liquidcommerce.us"},c={STANDARD:"standard"},l={PERSONALIZATION:"personalization",PRE_ORDER:"pre-order",DELIVERY_OPTIONS:"delivery-options"},u={DRAWER_WRAPPER:2147483640,DRAWER_CONTENT:5952,DRAWER_BACKDROP:5951,ADDRESS_SUGGESTIONS:5850,PRODUCT_DRAWER:5840,CART_LOADING:5750,LOADING_INDICATOR:5730,ERROR_MESSAGE:5650,CAROUSEL_CONTROLS:5580,PROGRESS_BAR:5560,CHECKOUT_HEADER:5920,INDEPENDENT_BUTTON:5910,CART_HEADER:5920,TOGGLE_SLIDER:5150,FORM_CONTROLS:5130,ADDRESS_ACTIONS:5050,SKELETON_WAVE:5040};class SingletonManager{static getInstances(){return SingletonManager.instances||(SingletonManager.instances=new Map),SingletonManager.instances}constructor(){}static setClientConstructor(e){SingletonManager.clientConstructor=e}static getClientConstructor(){return SingletonManager.clientConstructor}static getClassInstance(e,n){const i=SingletonManager.getInstances();i.has(e)||i.set(e,n());const o=i.get(e);if(!o)throw new Error("ElementsSdk: Instance for class "+e+" could not be created.");return o}static async getClient(e){const n=[e.apiKey,e.env,e.isBuilder,e.debugMode].join("_"),i="LiquidCommerceElementsClient_"+n,o=SingletonManager.getInstances();if(o.has(i))return o.get(i);if(!SingletonManager.clientConstructor)throw new Error("LiquidCommerce Elements: Client constructor is not set.");const r=new SingletonManager.clientConstructor(e);return await r.prepare(),o.set(i,r),r}}SingletonManager.instances=null,SingletonManager.clientConstructor=null;class ClientConfigService{constructor(){this.config=null}static getInstance(){return SingletonManager.getClassInstance("ClientConfigService",()=>new ClientConfigService)}initialize(e,n={}){this.validateInputs(e,n),this.config=Object.freeze(this.buildConfiguration(e,n))}getConfigs(){return{...this.config}}get(e){return this.config[e]}set(e,n){if(!this.config)throw new Error("ClientConfigService is not initialized. Please call initialize() first.");this.config=Object.freeze({...this.config,[e]:n})}isDevelopment(){return this.get("env")===e.DEVELOPMENT}isStaging(){return this.get("env")===e.STAGING}isProduction(){return this.get("env")===e.PRODUCTION}isBuilder(){return this.get("isBuilder")}isDebuggingEnabled(){const e=this.get("debugMode");return e===s.CONSOLE||e===s.PANEL}isDebugPanelEnabled(){return this.get("debugMode")===s.PANEL}debuggingDisabled(){const e=this.get("debugMode");return e===s.NONE}hasCustomTheme(){return null!==this.get("customTheme")}isMobile(){return"mobile"===this.get("deviceType")}isLocalStorageAvailable(){return Boolean(this.get("isLocalStorageAvailable"))}getProxyConfig(){return this.get("proxy")}validateInputs(n,i){if(!(null==n?void 0:n.trim()))throw new Error("API key is required");if(i.env&&!Object.values(e).includes(i.env)&&(console.warn('[LiquidCommerce Elements] Invalid environment "'+i.env+'". Using default environment.'),i.env=void 0),void 0!==i.isBuilder&&"boolean"!=typeof i.isBuilder&&(console.warn("[LiquidCommerce Elements] isBuilder must be a boolean. Using default value."),i.isBuilder=void 0),void 0===i.debugMode||Object.values(s).includes(i.debugMode)||(console.warn('[LiquidCommerce Elements] Invalid debugMode "'+i.debugMode+'". Must be one of: '+Object.values(s).join(", ")+". Using default value."),i.debugMode=void 0),i.promoTicker&&"object"!=typeof i.promoTicker&&(console.warn("[LiquidCommerce Elements] promoTicker must be an object. Skipping promoTicker configuration."),i.promoTicker=void 0),i.promoTicker)if(Array.isArray(i.promoTicker)){const e=i.promoTicker.filter((e,n)=>{if("string"!=typeof e.promoCode||!e.promoCode.trim())return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].promoCode is required and must be a non-empty string. Skipping this promo."),![];if(!Array.isArray(e.text)||0===e.text.length||!e.text.every(e=>"string"==typeof e&&e.trim()))return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].text is required and must be a non-empty array of strings. Skipping this promo."),![];if("string"!=typeof e.separator||!e.separator.trim())return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].separator is required and must be a non-empty string. Skipping this promo."),![];if(!e.activeFrom)return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].activeFrom is required. Skipping this promo."),![];const i="string"==typeof e.activeFrom?new Date(e.activeFrom):e.activeFrom;if(!(i instanceof Date)||Number.isNaN(i.getTime()))return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].activeFrom must be a valid Date object or ISO date string. Skipping this promo."),![];if(!e.activeUntil)return console.warn("[LiquidCommerce Elements] promoTicker["+n+"].activeUntil is required. Skipping this promo."),![];const o="string"==typeof e.activeUntil?new Date(e.activeUntil):e.activeUntil;return o instanceof Date&&!Number.isNaN(o.getTime())?i>=o?(console.warn("[LiquidCommerce Elements] promoTicker["+n+"].activeFrom must be earlier than activeUntil. Skipping this promo."),![]):!![]:(console.warn("[LiquidCommerce Elements] promoTicker["+n+"].activeUntil must be a valid Date object or ISO date string. Skipping this promo."),![])});i.promoTicker=e.length>0?e:void 0}else console.warn("[LiquidCommerce Elements] promoTicker must be an array. Skipping promoTicker configuration."),i.promoTicker=void 0;i.proxy&&("object"!=typeof i.proxy?(console.warn("[LiquidCommerce Elements] proxy must be an object. Skipping proxy configuration."),i.proxy=void 0):i.proxy.baseUrl&&"string"==typeof i.proxy.baseUrl?i.proxy.headers&&"object"!=typeof i.proxy.headers&&(console.warn("[LiquidCommerce Elements] proxy.headers must be an object. Skipping proxy configuration."),i.proxy=void 0):(console.warn("[LiquidCommerce Elements] proxy.baseUrl is required and must be a string. Skipping proxy configuration."),i.proxy=void 0))}buildConfiguration(n,i){var o,r;const c=i.env||e.STAGING,l=a[c];return{apiKey:n.trim(),env:c,isBuilder:null!==(o=i.isBuilder)&&void 0!==o?o:![],debugMode:null!==(r=i.debugMode)&&void 0!==r?r:s.NONE,baseUrl:l,partnerCode:void 0,partnerName:void 0,customTheme:i.customTheme||null,proxy:i.proxy||null,deviceType:this.detectDeviceType(),userDeviceId:void 0,isLocalStorageAvailable:void 0,version:void 0,clientPrepared:![],promoTicker:i.promoTicker||null}}detectDeviceType(){var e,n;if("undefined"==typeof navigator)return"desktop";const i=navigator.userAgent.toLowerCase(),o="ontouchstart"in window||navigator.maxTouchPoints>0,r=(null===(e=window.screen)||void 0===e?void 0:e.width)||0,s=(null===(n=window.screen)||void 0===n?void 0:n.height)||0,a=Math.max(r,s),c=[/ipad/,/android(?!.*mobile)/,/tablet/,/kindle/,/playbook/,/silk/,/gt-p\d{4}/,/nexus (7|9|10)/,/xoom/,/sch-i800/,/galaxy tab/,/surface/,/googletv/,/appletv/,/hbbtv/,/roku/,/smarttv/,/webtv/],l=[/android.*mobile/,/iphone/,/ipod/,/blackberry/,/opera mini/,/opera mobi/,/iemobile/,/mobile/,/webos/,/palm/,/symbian/,/nokia/,/fennec/,/maemo/,/windows phone/,/windows ce/,/htc/,/samsung.*mobile/,/lg.*mobile/,/motorola/,/sony.*mobile/,/watch/,/applewatch/,/wearos/,/tizen/];return c.some(e=>e.test(i))?"tablet":l.some(e=>e.test(i))||o&&a<768?"mobile":o&&a>=768&&a<=1200||o&&/macintosh/i.test(i)&&navigator.maxTouchPoints>1||/android/i.test(i)&&o&&a>=768||/windows nt/i.test(i)&&o&&a>=768?"tablet":(/automotive|carplay|android auto|car browser/i.test(i),"desktop")}}class LoggerService{constructor(e){this.prefix="LiquidCommerce Elements",this.colors={debug:"#9CA3AF",log:"#60A5FA",info:"#22D3EE",warn:"#FB923C",error:"#F87171",prefix:"#C084FC"},this.enableLogging=![],this.telemetryService=null,this.context=e}static getInstance(e){return SingletonManager.getClassInstance("LoggerService_"+e,()=>new LoggerService(e))}setEnableLogging(e){this.enableLogging=e}setTelemetryService(e){this.telemetryService=e}getPrefix(e){if(!this.enableLogging)return[];const n=(new Date).toISOString().slice(11,23);return["%c["+n+"%c "+this.prefix+"%c "+this.context+"%c]","color: "+this.colors[e],"color: "+this.colors.prefix+"; font-weight: bold","color: "+this.colors[e],"color: "+this.colors[e]]}debug(e,n){if(this.sendToTelemetry("debug",e,void 0,n),!this.enableLogging)return;const[i,...o]=this.getPrefix("debug");void 0!==n?console.debug(i,...o,e,n):console.debug(i,...o,e)}info(e,n){if(!this.enableLogging)return;const[i,...o]=this.getPrefix("info");void 0!==n?console.info(i,...o,e,n):console.info(i,...o,e)}warn(e,n){if(this.sendToTelemetry("warn",e,void 0,n),!this.enableLogging)return;const[i,...o]=this.getPrefix("warn");void 0!==n?console.warn(i,...o,e,n):console.warn(i,...o,e)}error(e,n){const i=n instanceof Error,o=i?n:void 0,r=!i&&n?n:void 0;if(this.sendToTelemetry("error",e,o,r),!this.enableLogging)return;const[s,...a]=this.getPrefix("error");void 0!==n?console.error(s,...a,e,n):console.error(s,...a,e)}group(e,n=![]){if(!this.enableLogging)return;const[i,...o]=this.getPrefix("log");n?console.groupCollapsed(i,...o,e):console.group(i,...o,e)}groupEnd(){this.enableLogging&&console.groupEnd()}sendToTelemetry(e,n,i,o){if(this.telemetryService&&this.telemetryService.isEnabled())try{this.telemetryService.captureEvent(e,n,{context:this.context,error:i,data:o})}catch(r){}}}class LoggerFactory{static getInstances(){return LoggerFactory.instances||(LoggerFactory.instances=new Map),LoggerFactory.instances}static get(e){const n=this.getInstances();if(!n.has(e)){const i=LoggerService.getInstance(e);i.setEnableLogging(this.enableLoggingGlobally),this.telemetryService&&i.setTelemetryService(this.telemetryService),n.set(e,i)}return n.get(e)}static setEnableLogging(e){this.enableLoggingGlobally=e;const n=this.getInstances();for(const[,i]of n)i.setEnableLogging(e)}static setTelemetryService(e){this.telemetryService=e;const n=this.getInstances();for(const[,i]of n)i.setTelemetryService(e)}}function componentError({componentType:e,message:n}){const i=document.createElement("div");i.className=e;const o=i.attachShadow({mode:"closed"}),r=document.createElement("style");r.textContent='\n div {\n padding: 10px;\n background-color: #1d4ed81a;\n border-radius: 6px;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n }\n\n h3 {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #d63031;\n line-height: 1.4;\n margin-bottom: 5px;\n }\n\n p {\n margin: 0;\n font-size: 14px;\n font-weight: 400;\n color: #18181B;\n line-height: 1.5;\n max-width: 350px;\n }\n ';const s=document.createElement("div"),a=document.createElement("h3");a.textContent="Component </"+e+">";const c=document.createElement("p");return c.textContent=n,s.appendChild(r),s.appendChild(a),s.appendChild(c),o.appendChild(s),i}function productionComponentError({title:e,message:n,componentType:i}){const o=document.createElement("div");o.setAttribute("data-component-type",i);const r=o.attachShadow({mode:"closed"}),s=document.createElement("style");s.textContent="\n div {\n padding: 20px;\n background-color: #1d4ed81a;\n border-radius: 8px;\n box-sizing: border-box;\n font-family: Poppins, sans-serif;\n max-width: 512px;\n display: block;\n }\n\n h2 {\n color: #18181B;\n margin: 0 0 8px 0;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 18px;\n text-transform: lowercase;\n }\n\n h2::first-letter {\n text-transform: uppercase;\n }\n\n p {\n color: #18181B;\n font-size: 14px;\n font-style: italic;\n font-weight: 400;\n line-height: 20px;\n margin: 0;\n }\n ";const a=document.createElement("div"),c=document.createElement("h2");c.textContent=e;const l=document.createElement("p");return l.textContent=n,a.appendChild(s),a.appendChild(c),a.appendChild(l),r.appendChild(a),o}LoggerFactory.instances=null,LoggerFactory.enableLoggingGlobally=![],LoggerFactory.telemetryService=null;class ComponentFactoryService{static get logger(){return ComponentFactoryService.t||(ComponentFactoryService.t=LoggerFactory.get("ComponentFactory")),ComponentFactoryService.t}static get clientConfig(){return ComponentFactoryService.i||(ComponentFactoryService.i=ClientConfigService.getInstance()),ComponentFactoryService.i}static getComponentRegistry(){return ComponentFactoryService.componentRegistry||(ComponentFactoryService.componentRegistry=new Map),ComponentFactoryService.componentRegistry}static registerComponent(e,n){ComponentFactoryService.getComponentRegistry().set(e,n)}static createElement(e){try{const n=ComponentFactoryService.getComponentRegistry().get(e.type);if(!n)throw new Error("Component type ["+e.type+"] is not registered");const i=ComponentFactoryService.getComponentTagName(e.type);window.customElements.get(i)||window.customElements.define(i,n);const r=document.createElement(i);if(r.initialize){const{type:n,useShadowDom:o,wrapInLceElement:s,...a}=e,c={type:n,tagName:i,useShadowDom:o&&s!==!![]};r.initialize({data:a,config:c})}if(e.wrapInLceElement){const n=ComponentFactoryService.getComponentRegistry().get(o.LCE_ELEMENT),i=ComponentFactoryService.getComponentTagName(o.LCE_ELEMENT);window.customElements.get(i)||window.customElements.define(i,n);const s=document.createElement(i);return s.initialize(e.type,r),s}return r}catch(n){return ComponentFactoryService.logger.error("Failed to create component </"+e.type+">",n),ComponentFactoryService.clientConfig.isProduction()?productionComponentError({title:e.type.replace(/-/g," ")+" is not available.",message:"We're sorry, this element is currently unavailable.",componentType:e.type}):componentError({componentType:e.type,message:(null==n?void 0:n.message)||n})}}static componentError({componentType:e,message:n}){return ComponentFactoryService.logger.error("Component type "+e+" failed to load: "+n),ComponentFactoryService.clientConfig.isProduction()?productionComponentError({title:e.replace(/-/g," ")+" is not available.",message:"We're sorry, this element is currently unavailable.",componentType:e}):componentError({componentType:e,message:n})}static getComponentTagName(e){const n={[o.DRAWER]:"drawer-lc",[o.INPUT]:"input-lc",[o.BIRTHDATE_INPUT]:"birthdate-input-lc",[o.ENGRAVING_FORM]:"engraving-form-lc",[o.ENGRAVING_VIEW]:"engraving-view-lc",[o.BUTTONS_CART_OPEN]:"buttons-cart-open-lc",[o.POWERED_BY]:"powered-by-lc",[o.LCE_ELEMENT]:"lce-element",[o.PURCHASE_MIN_ALERT]:"purchase-min-alert-lc",[o.ALERT]:"alert-lc",[o.PROMO_CODE_TICKER]:"promo-code-ticker-lc",[o.ADDRESS]:"address-lc",[o.ADDRESS_INPUT]:"address-input-lc",[o.ADDRESS_DISPLAY]:"address-display-lc",[o.PRODUCT]:"product-lc",[o.PRODUCT_OPTIONS]:"product-options-lc",[o.PRODUCT_IMAGE_CAROUSEL]:"product-image-carousel-lc",[o.PRODUCT_INTERACTIONS]:"product-interactions-lc",[o.PRODUCT_DESCRIPTION]:"product-description-lc",[o.PRODUCT_ADD_TO_CART_SECTION]:"product-add-to-cart-section-lc",[o.PRODUCT_RETAILERS]:"product-retailers-lc",[o.PRODUCT_RETAILERS_CAROUSEL]:"product-retailers-carousel-lc",[o.PRODUCT_RETAILERS_POPUP]:"product-retailers-popup-lc",[o.PRODUCT_RETAILERS_POPUP_LIST]:"product-retailers-popup-list-lc",[o.PRODUCT_PRICE]:"product-price-lc",[o.PRODUCT_DRAWER]:"product-drawer-lc",[o.PRODUCT_LOADING]:"product-loading-lc",[o.PRODUCT_LIST]:"product-list-lc",[o.PRODUCT_LIST_CARD]:"product-list-card-lc",[o.PRODUCT_LIST_FILTERS]:"product-list-filters-lc",[o.PRODUCT_LIST_CARD_LOADING]:"product-list-card-loading-lc",[o.CART]:"cart-lc",[o.CART_RETAILER]:"cart-retailer-lc",[o.CART_ITEM]:"cart-item-lc",[o.CART_FOOTER]:"cart-footer-lc",[o.CART_ITEM_QUANTITY_PRICE]:"cart-item-quantity-price-lc",[o.CART_RETAILER_SUBTOTAL]:"cart-retailer-subtotal-lc",[o.CART_PROMO_CODE]:"cart-promo-code-lc",[o.CART_HEADER]:"cart-header-lc",[o.CART_BODY]:"cart-body-lc",[o.CART_FULFILLMENT]:"cart-fulfillment-lc",[o.CHECKOUT]:"checkout-lc",[o.CHECKOUT_INFORMATION_SECTION]:"checkout-information-section-lc",[o.CHECKOUT_PAYMENT_FORM]:"checkout-payment-form-lc",[o.CHECKOUT_STRIPE_FORM]:"checkout-stripe-form-lc",[o.CHECKOUT_BILLING_FORM]:"checkout-billing-form-lc",[o.CHECKOUT_SUMMARY_SECTION]:"checkout-summary-section-lc",[o.CHECKOUT_PROMO_CODE]:"checkout-promo-code-lc",[o.CHECKOUT_GIFT_CARDS]:"checkout-gift-cards-lc",[o.CHECKOUT_AMOUNTS]:"checkout-amounts-lc",[o.CHECKOUT_ITEMS]:"checkout-items-lc",[o.CHECKOUT_COMPLETED]:"checkout-completed-lc",[o.CHECKOUT_DELIVERY_INFORMATION_FORM]:"checkout-delivery-information-form-lc",[o.CHECKOUT_BUYER_INFORMATION_FORM]:"checkout-buyer-information-form-lc",[o.CHECKOUT_TIPS]:"checkout-tips-lc",[o.CHECKOUT_PC_GC]:"checkout-pc-gc-lc",[o.CHECKOUT_ITEM]:"checkout-item-lc",[o.CHECKOUT_ITEM_QUANTITY]:"checkout-item-quantity-lc",[o.CHECKOUT_PLACE_ORDER_BUTTON]:"checkout-place-order-button-lc",[o.CHECKOUT_HEADER]:"checkout-header-lc",[o.CHECKOUT_PRESALE_COUNTDOWN]:"checkout-presale-countdown-lc",[o.CHECKOUT_PRESALE_EXPIRED]:"checkout-presale-expired-lc"};return n[e]||e.toLowerCase()+"-lc"}}ComponentFactoryService.t=null,ComponentFactoryService.i=null,ComponentFactoryService.componentRegistry=null;class PubSubService{constructor(){this.clientReadyEvent=null,this.eventPrefix="lce",this.logger=LoggerFactory.get("PubSub"),this.setupClientReadyBuffering()}static getInstance(){return SingletonManager.getClassInstance("PubSubService",()=>new PubSubService)}publishAction(e,n){this.publishSpecific("actions."+e,n)}publishForm(e,n){this.publishSpecific("forms."+e,n)}publishSpecific(e,n){const[i,o]=e.includes(".")?e.split(".",2):["actions",e];let r=o.split("_")[0];["product","cart","address","checkout"].includes(r)||(r="other");const s=Date.now(),a={eventId:"evt_"+s+"_"+Math.random().toString(36).slice(2,9),namespace:i,event:o,originalEvent:e,actionNamespace:"actions"===i?r:void 0,timestamp:s},c={data:n,metadata:a};this.dispatchNativeEvents(e,c)}dispatchNativeEvents(e,n){const[i]=e.split(".",2);try{"actions.client_ready"===e&&(this.clientReadyEvent=n);const o=new CustomEvent(this.eventPrefix+":"+e,{detail:n,bubbles:!![],cancelable:!![]});window.dispatchEvent(o);const r=new CustomEvent(this.eventPrefix+":"+i,{detail:n,bubbles:!![],cancelable:!![]});window.dispatchEvent(r)}catch(o){this.logger.error("Error dispatching native events for "+e,o)}}setupClientReadyBuffering(){const e=window.addEventListener,n=this.eventPrefix+":actions.client_ready";window.addEventListener=(i,o,r)=>{if(i!==n)return e.call(window,i,o,r);if(!this.clientReadyEvent)return e.call(window,i,o,r);try{const e=new CustomEvent(n,{detail:this.clientReadyEvent,bubbles:!![],cancelable:!![]});"function"==typeof o?o(e):o&&"function"==typeof o.handleEvent&&o.handleEvent(e)}catch(s){this.logger.error("Error replaying CLIENT_READY event",s)}return e.call(window,i,o,r)}}}function centToDollar(e){return e/100}function formatCentToDollarText(e,n=!![]){const i=Math.floor(e/100),o=e%100;let r="$"+i.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");return(n||o>0)&&(r+=".",r+=o<10?"0"+o:o.toString()),r}function htmlStringToElement(e){const n=document.createElement("template");return n.innerHTML=e.trim(),n.content.firstElementChild}function format24TimeTo12$1(e){const n=e.match(/^(\d{1,2}):(\d{2})$/);if(!n)throw new Error("Invalid time format: "+e);const i=Number.parseInt(n[1],10),o=Number.parseInt(n[2],10);if(i<0||i>23||o<0||o>59)throw new Error("Invalid time values: "+e);const r=i>=12?"PM":"AM",s=i%12||12;return s+":"+o.toString().padStart(2,"0")+" "+r}function formatISODateToMMDDYYYY(e){if(!e)return"";try{const n=new Date(e);if(Number.isNaN(n.getTime()))return"";const i=(n.getMonth()+1).toString().padStart(2,"0"),o=n.getDate().toString().padStart(2,"0"),r=n.getFullYear().toString();return i+"/"+o+"/"+r}catch(n){return""}}function validateMinimumAge(e,n=21,i=1930){if(!e)return{isValid:![],age:null,error:"Birth date is required"};try{const o=e instanceof Date?e:new Date(e);if(Number.isNaN(o.getTime()))return{isValid:![],age:null,error:"Invalid date format"};const r=new Date;if(o>r)return{isValid:![],age:null,error:"Birth date cannot be in the future"};const s=o.getFullYear();if(s<i)return{isValid:![],age:null,error:"Birth year cannot be before "+i+". Please check your birth date."};const a=calculateAge(o,r);return a<n?{isValid:![],age:a,error:"Must be at least "+n+" years old"}:{isValid:!![],age:a}}catch(o){return{isValid:![],age:null,error:"Error processing birth date"}}}function calculateAge(e,n){let i=n.getFullYear()-e.getFullYear();const o=n.getMonth()-e.getMonth();return(o<0||0===o&&n.getDate()<e.getDate())&&i--,Math.max(0,i)}function buildFormattedAddressString(e){const n=[],i=[];e.one&&e.one.trim()&&i.push(e.one.trim()),e.two&&e.two.trim()&&i.push(e.two.trim()),i.length>0&&n.push(i.join(" ")),e.city&&e.city.trim()&&n.push(e.city.trim());const o=[];return e.state&&e.state.trim()&&o.push(e.state.trim()),e.zip&&e.zip.trim()&&o.push(e.zip.trim()),o.length>0&&n.push(o.join(" ")),e.country&&e.country.trim()&&n.push(e.country.trim()),n.join(", ")}function capitalizeFirstLetter(e){return e?e.toLowerCase().split(" ").map(e=>e.charAt(0).toUpperCase()+e.substring(1)).join(" "):e}function splitCategoryPath(e){const n=(null==e?void 0:e.split(" > ").map(e=>capitalizeFirstLetter(e.trim())))||[];return{category:n[0]||"",category2:n[1]||"",category3:n[2]||""}}class ApiClientService{constructor(){this.client=null,this.logger=LoggerFactory.get("ApiClient")}static getInstance(){return SingletonManager.getClassInstance("ApiClientService",()=>new ApiClientService)}async setClient(e){this.client=e}async getAllConfigs(){try{this.ensureClientInitialized();const e=await this.client.get("/configs",{critical:!![]});if(!this.validResponseData(e))throw this.logger.error("Invalid response data",e),new Error("Failed to fetch all configs: Invalid response data");return e.data}catch(e){throw this.logger.error("Error fetching configs",e),e}}async setPersistedStore(e,n){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to set persisted store"),void 0;if(!n||0===Object.keys(n).length)return this.logger.error("No data provided to set persisted store"),void 0;const i=await this.client.post("/configs/store/"+e,{body:n});200!==i.statusCode&&this.logger.error("Failed to set persisted store",i)}catch(i){this.logger.error("Error setting persisted store",i)}}async getPersistedStore(e){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to get persisted store"),null;const n=await this.client.get("/configs/store/"+e);return 200!==n.statusCode?(this.logger.error("Failed to fetch persisted store",n),null):n.data}catch(n){return this.logger.error("Error fetching persisted store",n),null}}async deletePersistedStore(e){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to delete persisted store"),void 0;const n=await this.client.delete("/configs/store/"+e);200!==n.statusCode&&this.logger.error("Failed to delete persisted store",n)}catch(n){this.logger.error("Error deleting persisted store",n)}}async getProductsData(e,n){try{if(this.ensureClientInitialized(),0===e.length)return this.logger.error("No product identifiers provided"),null;const i={upcs:e,ids:e,grouping:e,shouldShowOffHours:!![],isLegacy:!![],loc:n},o=await this.client.post("/cloud/catalog/availability",{body:i});return 200===o.statusCode&&o.products&&0!==o.products.length?{products:o.products,retailers:o.retailers}:(this.logger.error("Failed to fetch product data",o),null)}catch(i){return this.logger.error("Error fetching product data",i),null}}async getCartData(e){try{this.ensureClientInitialized();const n=await this.client.get("/cloud/cart"+(e?"?id="+e:""));if(200!==n.statusCode)throw this.logger.error("Failed to fetch cart data",n),new Error("Failed to fetch cart data: "+n.message);return n.cart}catch(n){throw this.logger.error("Error fetching cart data",n),n}}async updateCart(e){try{this.ensureClientInitialized();const n=await this.client.put("/cloud/cart",{body:e});if(200!==n.statusCode)throw this.logger.error("Failed to update cart",n),new Error("Failed to update cart: "+n.message);return n.cart}catch(n){throw this.logger.error("Error updating cart",n),n}}async getAddressSuggestions(e){try{if(this.ensureClientInitialized(),!e||0===e.trim().length)return this.logger.error("Query is required to fetch address suggestions"),[];const n=await this.client.get("/cloud/address/autocomplete?input="+e);return 200!==n.statusCode?(this.logger.error("Failed to fetch address suggestions",n),[]):n.data}catch(n){return this.logger.error("Error fetching address suggestions",n),[]}}async getAddressDetails(e){try{if(this.ensureClientInitialized(),!e||0===e.trim().length)throw this.logger.error("Address ID is required to fetch address details"),new Error("Address ID is required to fetch address details");const n=await this.client.get("/cloud/address/details/"+e);if(200!==n.statusCode)throw this.logger.error("Failed to fetch address details",n),new Error("Failed to fetch address details: "+n.message);return n.data}catch(n){throw this.logger.error("Error fetching address details",n),n}}async prepareCheckout(e){var n;try{this.ensureClientInitialized();const n=await this.client.post("/cloud/checkout/prepare",{body:e,critical:!![]});if(200!==n.statusCode)throw this.logger.error("Failed to fetch prepare checkout data",n),new Error("Failed to fetch prepare checkout data: "+n.message);return n.checkout}catch(i){throw this.logger.error("Error fetching prepare checkout data:",null!==(n=null==i?void 0:i.message)&&void 0!==n?n:i),i}}async getPaymentSession(e){var n;try{this.ensureClientInitialized();const n=await this.client.post("/cloud/payment/session",{body:e,critical:!![]});if(201!==n.statusCode)throw this.logger.error("Failed to get payment session",n),new Error("Failed to get payment session: "+n.message);return n.data}catch(i){throw this.logger.error("Error fetching payment session:",null!==(n=null==i?void 0:i.message)&&void 0!==n?n:i),i}}async confirmPaymentSession(e,n){try{this.ensureClientInitialized();const i=await this.client.post("/cloud/payment/confirm",{body:{confirmationTokenId:e,setupIntentId:n},critical:!![]});if(200!==i.statusCode)throw this.logger.error("Failed to confirm payment session",i),new Error("Failed to confirm payment session: "+i.message);return i.data}catch(i){throw this.logger.error("Error confirming payment session",i),i}}async checkoutComplete(e){var n;try{this.ensureClientInitialized();const n=await this.client.post("/cloud/checkout/complete",{body:e,critical:!![]});if(200!==n.statusCode)throw this.logger.error("Failed to complete checkout",n),new Error("Failed to complete checkout: "+n.message);return n.order}catch(i){if(this.logger.error("Error completing checkout:",null!==(n=null==i?void 0:i.message)&&void 0!==n?n:i),null==i?void 0:i.error)throw new Error(i.error);throw i}}async catalogSearch(e){var n;try{this.ensureClientInitialized();const n=await this.client.post("/cloud/catalog/search",{body:e,critical:!![]});if(200!==n.statusCode)throw this.logger.error("Failed to fetch catalog search data",n),new Error("Failed to fetch catalog search data: "+n.message);return{products:n.products,retailers:n.retailers,navigation:n.navigation}}catch(i){return this.logger.error("Error fetching catalog search data:",null!==(n=null==i?void 0:i.message)&&void 0!==n?n:i),{products:[],retailers:[],navigation:void 0}}}validResponseData(e){return e.data&&"object"==typeof e.data&&Object.keys(e.data).length>0}ensureClientInitialized(){if(!this.client)throw new Error("API client is not initialized")}}var h;(function(e){e.CLOSED="CLOSED",e.OPEN="OPEN",e.HALF_OPEN="HALF_OPEN"})(h||(h={}));class CircuitBreakerService{constructor(e){this.state=h.CLOSED,this.failures=0,this.successes=0,this.totalCalls=0,this.rejectedCalls=0,this.lastFailureTime=null,this.lastSuccessTime=null,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.config={failureThreshold:5,recoveryTimeout:3e4,halfOpenMaxCalls:3,successThreshold:2,timeout:1e4,countClientErrorsAsFailures:![],...e},this.logger=LoggerFactory.get("CircuitBreaker")}static getInstance(e){return SingletonManager.getClassInstance("CircuitBreakerService",()=>new CircuitBreakerService(e))}async execute(e,n,i){switch(this.totalCalls++,this.state===h.OPEN&&Date.now()>=this.nextAttemptTime&&this.halfOpenCircuit(n),this.state){case h.OPEN:if(null==i?void 0:i.critical)return this.logger.warn("Critical operation bypassing OPEN circuit breaker",{context:n,failures:this.failures}),this.executeWithTimeout(e,i.critical);if(null==i?void 0:i.fallback)return this.logger.info("Circuit breaker OPEN - using fallback",{context:n}),this.rejectedCalls++,i.fallback();throw this.rejectedCalls++,this.logger.warn("Circuit breaker is OPEN - failing fast",{context:n,failures:this.failures}),new Error("Service unavailable - circuit breaker is open ("+(n||"unknown")+")");case h.HALF_OPEN:if(this.halfOpenCallsInProgress>=this.config.halfOpenMaxCalls){if(null==i?void 0:i.fallback)return this.logger.info("Circuit breaker HALF_OPEN limit reached - using fallback",{context:n}),this.rejectedCalls++,i.fallback();throw this.rejectedCalls++,this.logger.warn("Circuit breaker HALF_OPEN - max calls reached",{context:n,halfOpenCalls:this.halfOpenCallsInProgress,maxCalls:this.config.halfOpenMaxCalls}),new Error("Service unavailable - circuit breaker half-open limit reached ("+(n||"unknown")+")")}this.halfOpenCallsInProgress++}try{const o=await this.executeWithTimeout(e,null==i?void 0:i.critical);return this.onSuccess(n),o}catch(o){throw this.onFailure(o,n),o}}async executeWithFallback(e,n,i,o){return this.execute(e,i,{fallback:n,critical:o})}getStats(){return{state:this.state,failures:this.failures,successes:this.successes,totalCalls:this.totalCalls,rejectedCalls:this.rejectedCalls,lastFailureTime:this.lastFailureTime,lastSuccessTime:this.lastSuccessTime,isHealthy:this.state===h.CLOSED&&0===this.failures}}reset(){this.state=h.CLOSED,this.failures=0,this.successes=0,this.totalCalls=0,this.rejectedCalls=0,this.lastFailureTime=null,this.lastSuccessTime=null,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker reset to initial state")}forceOpen(e){this.openCircuit(e)}forceClose(e){this.state=h.CLOSED,this.failures=0,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker manually closed",{context:e})}async executeWithTimeout(e,n){const i=n?2*this.config.timeout:this.config.timeout;return new Promise((n,o)=>{const r=setTimeout(()=>{o(new Error("Request timeout after "+i+"ms"))},i);e().then(e=>{clearTimeout(r),n(e)}).catch(e=>{clearTimeout(r),o(e)})})}onSuccess(e){this.lastSuccessTime=Date.now(),this.state===h.HALF_OPEN?(this.halfOpenCallsInProgress--,this.successes++,this.successes>=this.config.successThreshold&&this.closeCircuit(e)):this.state===h.CLOSED&&(this.successes++,this.failures=0),this.logger.debug("Circuit breaker success",{context:e,state:this.state,successes:this.successes,failures:this.failures})}onFailure(e,n){const i=(null==e?void 0:e.status)&&e.status>=400&&e.status<500;if(i&&!this.config.countClientErrorsAsFailures)return this.logger.debug("Client error (4xx) - not counting as circuit breaker failure",{context:n,status:e.status,message:e.message}),void 0;this.lastFailureTime=Date.now(),this.failures++,this.state===h.HALF_OPEN&&(this.halfOpenCallsInProgress--,this.openCircuit(n)),this.state===h.CLOSED&&this.failures>=this.config.failureThreshold&&this.openCircuit(n),this.logger.warn("Circuit breaker failure",{context:n,state:this.state,failures:this.failures,error:(null==e?void 0:e.message)||e,status:null==e?void 0:e.status,threshold:this.config.failureThreshold,isClientError:i})}openCircuit(e){this.state=h.OPEN,this.nextAttemptTime=Date.now()+this.config.recoveryTimeout,this.halfOpenCallsInProgress=0,this.logger.error("Circuit breaker OPENED",{context:e,failures:this.failures,threshold:this.config.failureThreshold,nextAttemptTime:new Date(this.nextAttemptTime).toISOString()})}halfOpenCircuit(e){this.state=h.HALF_OPEN,this.halfOpenCallsInProgress=0,this.successes=0,this.logger.info("Circuit breaker HALF_OPEN - testing service recovery",{context:e,maxCalls:this.config.halfOpenMaxCalls,successThreshold:this.config.successThreshold})}closeCircuit(e){this.state=h.CLOSED,this.failures=0,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker CLOSED - service recovered",{context:e,totalRecoveryTime:this.lastFailureTime?Date.now()-this.lastFailureTime:0})}}function fetchAdapter(e){return async(n,i)=>{var o;const r=await e(n,i);let s;if("function"==typeof(null===(o=r.headers)||void 0===o?void 0:o.entries))s=Object.fromEntries(r.headers.entries());else{s={};for(const[e,n]of r.headers)s[e]=n}return{ok:r.ok,status:r.status,statusText:r.statusText,headers:s,json:()=>r.json(),text:()=>r.text()}}}const xhrFetch=(e,n)=>new Promise((i,o)=>{const r=new XMLHttpRequest;r.open(n.method||"GET",e);for(const[e,s]of Object.entries(n.headers))r.setRequestHeader(e,s);r.onload=()=>{i({ok:r.status>=200&&r.status<300,status:r.status,statusText:r.statusText,headers:r.getAllResponseHeaders().split("\r\n").reduce((e,n)=>{const[i,o]=n.split(": ");return i&&o&&(e[i]=o),e},{}),json:()=>Promise.resolve(JSON.parse(r.responseText)),text:()=>Promise.resolve(r.responseText)})},r.onerror=()=>{o(new TypeError("Network request failed"))},r.send(n.body)});function getFetchImplementation(){return"undefined"!=typeof fetch?fetchAdapter(fetch):"undefined"!=typeof global&&global.fetch?fetchAdapter(global.fetch):window.fetch?fetchAdapter(window.fetch):xhrFetch}class AuthService{constructor(e){this.accessToken=null,this.tokenExpiration=null,this.isAuthenticating=![],this.apiKey=e.apiKey,this.baseUrl=e.baseUrl,this.env=e.env,this.httpClient=getFetchImplementation(),this.logger=LoggerFactory.get("Auth"),this.clientConfig=ClientConfigService.getInstance(),this.circuitBreaker=CircuitBreakerService.getInstance({failureThreshold:5,recoveryTimeout:3e4,halfOpenMaxCalls:3,successThreshold:2,timeout:15e3,countClientErrorsAsFailures:![]})}static getInstance(e){return SingletonManager.getClassInstance("AuthService",()=>new AuthService(e))}async authenticate(){var e,n;if(this.isAuthenticating)return await new Promise(e=>{const A=()=>{this.isAuthenticating?setTimeout(A,100):e(void 0)};A()}),!!this.accessToken;this.isAuthenticating=!![];try{const i=await this.requestWithoutAuth("/auth",{method:"GET"},!![]),o=3e5;return this.accessToken=null===(e=null==i?void 0:i.data)||void 0===e?void 0:e.token,this.tokenExpiration=(null===(n=null==i?void 0:i.data)||void 0===n?void 0:n.exp)-o,!![]}catch(i){return this.logger.error("Authentication failed",i),![]}finally{this.isAuthenticating=![]}}async requestWithoutAuth(e,n,i=![]){return this.circuitBreaker.execute(async()=>{const i=this.buildUrl(e),o={"Content-Type":"application/json","X-Liquid-Api-Key":this.apiKey,"X-Liquid-Api-Env":this.env,"X-Liquid-Api-Sdk":window.location.href,"X-Liquid-Sdk-Version":this.clientConfig.get("version")||"unknown","X-Liquid-Timestamp":Date.now(),...this.getProxyHeaders(),...n.headers};this.clientConfig.isBuilder()&&(o["X-Liquid-Api-Builder"]=!![]);const r={method:n.method,headers:o,body:n.body?JSON.stringify(n.body):void 0},s=await this.httpClient(i,r);if(!s.ok)throw{message:"HTTP error status: "+s.status,status:s.status};return s.json()},n.method+" "+e+" (no-auth)",{critical:i})}isTokenExpired(){return this.tokenExpiration?Date.now()>=this.tokenExpiration:!![]}async request(e,n,i=![]){return this.circuitBreaker.execute(async()=>{this.accessToken&&!this.isTokenExpired()||await this.authenticate();const i=this.buildUrl(e),o={"Content-Type":"application/json",Authorization:"Bearer "+this.accessToken,"X-Liquid-Api-Env":this.env,"X-Liquid-Api-Sdk":window.location.href,"X-Liquid-Sdk-Version":this.clientConfig.get("version")||"unknown","X-Liquid-Timestamp":Date.now(),...this.getProxyHeaders(),...n.headers};this.clientConfig.isBuilder()&&(o["X-Liquid-Api-Builder"]=!![]);const r={method:n.method,headers:o,body:n.body?JSON.stringify(n.body):void 0},s=await this.httpClient(i,r);let a;try{a=await s.json()}catch(c){const e=await s.text().catch(()=>"HTTP error status: "+s.status);a={message:e||c},this.logger.error("Failed to parse response data",c)}if(!s.ok)throw{...a,status:s.status,message:(null==a?void 0:a.message)||"HTTP error status: "+s.status};return a},n.method+" "+e,{critical:i})}buildUrl(e){const n=this.clientConfig.getProxyConfig();return new URL("api"+e,n?n.baseUrl:this.baseUrl).toString()}getProxyHeaders(){const e=this.clientConfig.getProxyConfig();return e?{"X-Liquid-Proxy":"true","X-Liquid-Proxy-Target":this.baseUrl,...e.headers}:{}}async get(e,n){return this.request(e,{method:"GET",headers:null==n?void 0:n.headers},null==n?void 0:n.critical)}async post(e,n){return this.request(e,{method:"POST",body:null==n?void 0:n.body,headers:null==n?void 0:n.headers},null==n?void 0:n.critical)}async put(e,n){return this.request(e,{method:"PUT",body:null==n?void 0:n.body,headers:null==n?void 0:n.headers},null==n?void 0:n.critical)}async delete(e,n){return this.request(e,{method:"DELETE",headers:null==n?void 0:n.headers},null==n?void 0:n.critical)}}const m="@liquidcommerce/elements-sdk",f="LiquidCommerce Elements SDK",g="UNLICENSED",v="LiquidCommerce Team",y="2.2.0-beta.42",b="https://docs.liquidcommerce.co/elements-sdk",x={type:"git",url:"git+https://github.com/liquidcommerce/elements-sdk.git"},w={url:"https://github.com/liquidcommerce/elements-sdk/issues"},C="./dist/index.esm.js",k="./umd/elements.js",S="./dist/types/index.d.ts",E="pnpm@10.0.0",_={".":{types:"./dist/types/index.d.ts",import:"./dist/index.esm.js",browser:"./umd/elements.js",default:"./dist/index.esm.js"},"./package.json":"./package.json"},P=["dist","umd","docs","README.md","LICENSE"],T={access:"public",registry:"https://registry.npmjs.org/"},D="module",F=["dist/index.esm.js","umd/elements.js","src/index.ts","src/index.umd.ts"],z={build:"rollup -c","build:dev":"rollup -c --environment NODE_ENV:development",dev:"rollup -c -w","type-check":"tsc --noEmit",lint:"pnpm biome lint --write",format:"biome format --write",check:"pnpm biome check --write",fl:"pnpm check && pnpm build:dev",changelog:"conventional-changelog -p angular -i CHANGELOG.md -s",clean:"rm -rf dist umd","clean:hard":"rm -rf dist umd node_modules && pnpm install && pnpm build",prepublishOnly:"pnpm run build","deprecate:old":'npm deprecate @liquidcommerceteam/elements-sdk@"*" "Package moved to @liquidcommerce/elements-sdk"',prepare:"husky"},O=["liquidcommerce","alcohol","beverage","alcohol tech","elements","custom web components","embeddable components","embeddable web components","embeddable commerce"],N={"@biomejs/biome":"2.3.3","@commitlint/cli":"^20.1.0","@commitlint/config-conventional":"^20.0.0","@rollup/plugin-alias":"^6.0.0","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-json":"^6.1.0","@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-terser":"^0.4.4","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.1","@semantic-release/npm":"^13.1.1","@semantic-release/release-notes-generator":"^14.1.0","@types/core-js":"^2.5.8","@types/node":"^24.10.0","conventional-changelog-cli":"^5.0.0",husky:"^9.1.7",process:"^0.11.10",rollup:"^4.52.5","rollup-obfuscator":"^4.1.1","rollup-plugin-typescript2":"^0.36.0","semantic-release":"^25.0.1","ts-node":"^10.9.2",typescript:"^5.9.3"},L={node:">=22"},M={peerDependencyRules:{ignoreMissing:[]},onlyBuiltDependencies:["@biomejs/biome","javascript-obfuscator"],overrides:{"@conventional-changelog/git-client@<2.0.0":">=2.0.0"}},R={name:m,description:f,license:g,author:v,version:y,homepage:b,repository:x,bugs:w,module:C,browser:k,types:S,packageManager:E,exports:_,files:P,publishConfig:T,type:D,sideEffects:F,scripts:z,keywords:O,devDependencies:N,engines:L,pnpm:M};class GoogleTagManagerService{constructor(){this.partnerEnableGaTracking=![],this.liquidCommerceEnableGaTracking=![],this.isInitialized=![],this.isInitializing=![],this.currency="USD",this.eventQueue=[],this.logger=LoggerFactory.get("GoogleTagManager"),this.clientConfigService=ClientConfigService.getInstance()}static getInstance(){return SingletonManager.getClassInstance("GoogleTagManagerService",()=>new GoogleTagManagerService)}waitForDOMReady(){return new Promise(e=>{if("loading"!==document.readyState)return e(),void 0;document.addEventListener("DOMContentLoaded",()=>e())})}isGTMAlreadyLoaded(){if("function"==="object".gtag)return!![];const e=Array.from(document.querySelectorAll('script[src*="googletagmanager.com/gtm.js"]'));return e.length>0}isContainerLoaded(e){const n=Array.from(document.querySelectorAll('script[src*="googletagmanager.com/gtm.js"]'));return n.some(n=>{const i=n.src;return i.includes("id="+e)})}isContainerInitialized(e){if(!window.dataLayer||!Array.isArray(window.dataLayer))return![];if(!this.isContainerLoaded(e))return![];const n=window.dataLayer.some(e=>e&&"object"==typeof e&&("gtm.start"in e||"gtm.js"===e.event));return n||window.dataLayer.length>0}initializeGtag(){window.dataLayer||(window.dataLayer=[]),window.gtag?this.logger.info("GTM already initialized, using existing gtag function"):(window.gtag=(...e)=>window.dataLayer.push(e),this.logger.info("Initialized gtag function and dataLayer"))}loadGTMScript(e){return new Promise((n,i)=>{if(this.isContainerInitialized(e))return this.logger.info("GTM container "+e+" already loaded and initialized, skipping script injection"),n(),void 0;if(this.isContainerLoaded(e)){this.logger.info("GTM container "+e+" script present, checking initialization status");const o=setInterval(()=>{this.isContainerInitialized(e)&&(clearInterval(o),clearTimeout(r),this.logger.info("GTM container "+e+" initialized successfully"),n())},100),r=setTimeout(()=>{clearInterval(o),i(new Error("GTM container "+e+" script present but failed to initialize (possible CSP or network issue)"))},1e4);return}this.logger.info("Loading GTM container "+e);const o=document.createElement("script");o.src="https://www.googletagmanager.com/gtm.js?id="+e,o.async=!![],o.crossOrigin="anonymous";const r=setTimeout(()=>{this.isContainerInitialized(e)?(this.logger.info("GTM container "+e+" initialized despite timeout warning"),n()):i(new Error("GTM script timeout: "+e+" (possible network issue or CSP blocking)"))},15e3);let s=![];o.onload=()=>{s||(s=!![],setTimeout(()=>{if(clearTimeout(r),this.isContainerInitialized(e))this.logger.info("GTM container "+e+" loaded and initialized successfully"),n();else{const o="GTM container "+e+" script loaded but failed to initialize. This may indicate a Content Security Policy (CSP) issue or network error.";this.logger.warn(o),window.dataLayer&&Array.isArray(window.dataLayer)?(this.logger.info("dataLayer available, continuing with GTM initialization"),n()):i(new Error(o))}},500))},o.onerror=o=>{s||setTimeout(()=>{if(this.isContainerLoaded(e)&&this.isContainerInitialized(e))return s||(s=!![],clearTimeout(r),this.logger.info("GTM container "+e+" loaded successfully despite error event (Safari quirk)"),n()),void 0;if(!s){s=!![],clearTimeout(r);let n="GTM script failed to load: "+e;"string"==typeof o?n+=". Error: "+o:o instanceof ErrorEvent&&o.message?n+=". Error: "+o.message:o instanceof Event&&(n+=". Event type: "+o.type);const a=n+". Possible causes: Content Security Policy (CSP) blocking, network failure, or invalid container ID.";this.logger.error(a,{event:o}),i(new Error(a))}},100)},o.addEventListener("error",n=>{s||this.logger.error("GTM script error event for "+e,n)}),document.head.appendChild(o)})}processEventQueue(){const e=Date.now(),n=this.eventQueue.filter(n=>e-n.timestamp<3e4);for(const o of n)try{const e={event:o.eventName,...o.eventData};window.dataLayer.push(e),"function"==="object".gtag&&window.gtag("event",o.eventName,o.eventData),this.logger.debug("Processed queued GTM event: "+o.eventName,{data:o.eventData})}catch(i){this.logger.error("Error processing queued event "+o.methodName,i)}this.eventQueue=[],n.length>0&&this.logger.info("Processed "+n.length+" queued GTM events")}getSendToTargets(){const e=[];return this.liquidCommerceEnableGaTracking&&this.liquidCommerceGtmId&&(!this.isContainerLoaded(this.liquidCommerceGtmId)&&this.isGTMAlreadyLoaded()||e.push(this.liquidCommerceGtmId)),this.partnerEnableGaTracking&&this.partnerGtmId&&(this.isGTMAlreadyLoaded()||this.isContainerLoaded(this.partnerGtmId))&&e.push(this.partnerGtmId),0===e.length&&this.isGTMAlreadyLoaded()&&this.logger.debug("No specific targets configured, letting GTM route events naturally"),e}async initialize(e){if(this.isInitialized||this.isInitializing)return this.initializationPromise;if(!this.clientConfigService.isBuilder()){this.isInitializing=!![],this.initializationPromise=this.doInitialize(e);try{await this.initializationPromise}catch(n){this.isInitializing=![],this.initializationPromise=void 0,this.logger.error("GTM initialization failed",n)}}}async doInitialize(e){if(!(null==e?void 0:e.partnerName)||!(null==e?void 0:e.liquidCommerceGtmId))throw new Error("GTM config missing required fields");if(!e.liquidCommerceEnableGaTracking&&!e.partnerEnableGaTracking)return this.logger.warn("GTM initialization skipped: No tracking enabled"),this.isInitialized=!![],this.isInitializing=![],void 0;await this.waitForDOMReady(),this.partnerName=e.partnerName,this.partnerGtmId=e.partnerGtmId,this.liquidCommerceGtmId=e.liquidCommerceGtmId,this.partnerEnableGaTracking=e.partnerEnableGaTracking,this.liquidCommerceEnableGaTracking=e.liquidCommerceEnableGaTracking;const n=this.isGTMAlreadyLoaded();n&&this.logger.info("Partner GTM detected, integrating with existing setup"),this.initializeGtag();let i=![],o="";if(e.liquidCommerceEnableGaTracking)try{await this.loadGTMScript(e.liquidCommerceGtmId),i=!![],o=n?"GTM integrated with existing setup (Partner GTM detected, LC container: "+e.liquidCommerceGtmId+")":"GTM initialized with container "+e.liquidCommerceGtmId}catch(r){const e=(null==r?void 0:r.message)||String(r);this.logger.error("Failed to load LiquidCommerce GTM container: "+e+". Checking if partner GTM is available.",r),window.dataLayer&&Array.isArray(window.dataLayer)&&window.dataLayer.length>0&&this.logger.warn("LiquidCommerce GTM script failed, but dataLayer is available. Attempting to proceed with existing GTM setup.")}if(i||(n&&window.dataLayer&&Array.isArray(window.dataLayer)&&(this.isContainerInitialized(e.partnerGtmId||"")||window.dataLayer.length>0)&&(i=!![],o="GTM integrated with existing partner setup (LiquidCommerce container failed to load)",this.logger.info("Using partner GTM as fallback after LiquidCommerce GTM load failure")),!i&&window.dataLayer&&Array.isArray(window.dataLayer)&&(i=!![],o="GTM initialized with dataLayer (basic functionality available, container script may have failed)",this.logger.warn("LiquidCommerce GTM container failed to load, but using basic dataLayer for event tracking"))),!i)throw this.isInitializing=![],new Error("GTM initialization failed: No working GTM configuration available");this.isInitialized=!![],this.isInitializing=![],this.logger.info(o),this.processEventQueue()}executeEvent(e,n,i){try{if(this.clientConfigService.isBuilder())return;const o=this.getSendToTargets(),r={...i,...o.length>0&&{send_to:o},tenant_source:R.description+" v"+R.version,tenant_name:this.partnerName};if(!this.isInitialized)return this.eventQueue.length>=100&&this.eventQueue.shift(),this.eventQueue.push({methodName:e,eventName:n,eventData:r,timestamp:Date.now()}),this.logger.debug("Queued GTM event: "+n+" (initialization pending)",{data:r}),void 0;if(!window.dataLayer||!Array.isArray(window.dataLayer))return this.logger.warn("GTM event "+n+" skipped: dataLayer not available"),void 0;const s={event:n,...r};window.dataLayer.push(s),"function"==="object".gtag&&window.gtag("event",n,r),this.logger.debug("Sent GTM event: "+n,{method:"function"==="object".gtag?"dataLayer + gtag":"dataLayer only",targets:o.length>0?o:"no targeting",data:r})}catch(o){this.logger.error("GTM "+e+" error",o)}}calculateValue(e){const n=e.reduce((e,n)=>e+(n.price||0)*(n.quantity||1),0);return Number.parseFloat(n.toFixed(2))}viewItem(e){this.executeEvent("viewItem","view_item",{currency:this.currency,value:this.calculateValue([e]),items:[e]})}viewItemList(e,n,i){this.executeEvent("viewItemList","view_item_list",{currency:this.currency,item_list_id:n,item_list_name:i,items:e})}selectItem(e,n,i){this.executeEvent("selectItem","select_item",{item_list_id:n,item_list_name:i,items:[e]})}addToCart(e){this.executeEvent("addToCart","add_to_cart",{currency:this.currency,value:this.calculateValue([e]),quantity:e.quantity||1,items:[e]})}viewCart(e){this.executeEvent("viewCart","view_cart",{currency:this.currency,value:this.calculateValue(e),items:e})}removeFromCart(e){this.executeEvent("removeFromCart","remove_from_cart",{currency:this.currency,value:this.calculateValue([e]),items:[e]})}beginCheckout(e,n){this.executeEvent("beginCheckout","begin_checkout",{currency:this.currency,value:this.calculateValue(e),coupon:n,items:e})}addShippingInfo(e,n){this.executeEvent("addShippingInfo","add_shipping_info",{currency:this.currency,value:this.calculateValue(e),coupon:n,items:e})}addShippingInfoWithCustomerData(e,n,i,o){this.executeEvent("addShippingInfo","add_shipping_info",{currency:this.currency,value:e,coupon:n,phone:null==i?void 0:i.phone,email:null==i?void 0:i.email,birth_date:null==i?void 0:i.birth_date,customer_id:null==i?void 0:i.customer_id,subtotal:null==o?void 0:o.subtotal,total:null==o?void 0:o.total_before_discounts,discounts:null==o?void 0:o.discounts,gift_cards:null==o?void 0:o.gift_cards,net_total:null==o?void 0:o.net_total})}addPaymentInfo(e,n,i){this.executeEvent("addPaymentInfo","add_payment_info",{currency:this.currency,value:this.calculateValue(e),payment_type:n,coupon:i,items:e})}addPaymentInfoWithoutItems(e,n,i,o){this.executeEvent("addPaymentInfo","add_payment_info",{currency:this.currency,value:e,payment_type:n,coupon:i,subtotal:null==o?void 0:o.subtotal,total:null==o?void 0:o.total_before_discounts,discounts:null==o?void 0:o.discounts,gift_cards:null==o?void 0:o.gift_cards,net_total:null==o?void 0:o.net_total})}purchase(e){this.executeEvent("purchase","purchase",{transaction_id:e.transaction_id,value:e.value,currency:this.currency,tax:e.tax,shipping:e.shipping,coupon:e.coupon,items:e.items,subtotal:e.subtotal,total:e.total_before_discounts,discounts:e.discounts,gift_cards:e.gift_cards,net_total:e.net_total})}promoCodeAttempt(e){this.executeEvent("promoCodeAttempt","promo_code_attempt",{promo_code:e})}promoCodeApplied(e,n){this.executeEvent("promoCodeApplied","promo_code_applied",{promo_code:e,discount_amount:n})}promoCodeFailed(e,n){this.executeEvent("promoCodeFailed","promo_code_failed",{promo_code:e,reason:n})}giftCardAttempt(e){this.executeEvent("giftCardAttempt","gift_card_attempt",{gift_card_code:e})}giftCardApplied(e,n){this.executeEvent("giftCardApplied","gift_card_applied",{gift_card_code:e,applied_amount:n})}giftCardFailed(e,n){this.executeEvent("giftCardFailed","gift_card_failed",{gift_card_code:e,reason:n})}addressUpdated(e){this.executeEvent("addressUpdated","address_updated",{address_id:e.googlePlacesId,formatted_address:e.formattedAddress,address:e.address,coordinates:e.coordinates})}addressFailed(e){this.executeEvent("addressFailed","address_failed",{address_id:e.googlePlacesId,formatted_address:e.formattedAddress,address:e.address,address_error_message:e.error})}productNoAvailability(e){this.executeEvent("productNoAvailability","product_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}productSizeNoAvailability(e){this.executeEvent("productSizeNoAvailability","product_size_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,size_id:e.sizeId,size_name:e.sizeName,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}productFulfillmentNoAvailability(e){this.executeEvent("productFulfillmentNoAvailability","product_fulfillment_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,size_id:e.sizeId,size_name:e.sizeName,fulfillment_type:e.fulfillmentType,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}}const B="liquid_elements",j={identifier:"",id:"",brand:"",category:"",catPath:"",classification:"",type:"",subType:"",salsifyGrouping:"",name:"",description:"",htmlDescription:"",images:[],sizes:{},mainImage:null,region:"",country:"",material:"",abv:"",proof:"",age:"",color:"",flavor:"",variety:"",appellation:"",vintage:"",tastingNotes:"",productHasAvailability:![],fulfillmentHasAvailability:![],quantity:1,selectedFulfillmentType:r.SHIPPING,selectedSizeId:null,selectedFulfillmentId:null,selectedFulfillment:null,loading:![],updating:![],error:null,drawer:{isOpen:![],contentConfig:null},rerender:![]},U={id:null,loading:![],error:null,items:{},retailers:{},totals:{subtotal:0,total:0,shippingFee:0,platformFee:0,engravingFee:0,giftCardTotal:0,deliveryFee:0,discounts:0,quantity:0},promoCode:null,fulfillments:{},rerender:![],shouldReset:![],updatedAt:"",createdAt:"",events:[]},H={token:"",cartId:"",loading:![],updating:![],error:null,warning:[],isPresaleLocked:![],presaleExpiresAt:null,acceptedAccountCreation:![],deliveryTips:[],hasAgeVerify:![],hasSubstitutionPolicy:![],isGift:![],billingSameAsShipping:!![],marketingPreferences:{canEmail:![],canSms:![]},giftRecipient:{firstName:"",lastName:"",email:"",phone:"",birthDate:"",addressTwo:null,message:null},customer:{firstName:"",lastName:"",email:"",phone:"",birthDate:"",addressTwo:"",company:""},payment:{key:"",secret:"",paymentMethodId:null,sendSubmitSignal:![]},billing:null,promoCode:null,giftCards:[],orderNumber:null,items:{},readyForSubmit:{customer:![],gift:![],billing:![],payment:![],prepared:![]},amounts:{total:0,subtotal:0,shipping:0,discounts:0,delivery:0,platform:0,tax:0,engraving:0,giftCards:0,service:0,tip:0,details:{taxes:{bag:0,bottleDeposits:0,retailDelivery:0,products:0,delivery:0,shipping:0},discounts:{products:0,delivery:0,shipping:0,service:0,engraving:0}}},rerender:![],isFormValid:![],invalidFields:[],focusField:null,onDemandFulfillmentTipInfo:{},tipSelection:10,stripeFormStatus:{isComplete:![],hasError:![],isProcessing:![],errorMessage:null},deliveryInstructions:null,card:{brand:null,country:null,expMonth:null,expYear:null,last4:null,funding:null},giftCardError:null,promoCodeError:null,events:[]},Y={drawer:{isOpen:![],contentConfig:null}},K={id:"",formattedAddress:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},W={products:{},cart:U,address:K,checkout:H,ui:Y};class StoreService{constructor(){this.middleware=[],this.isLocalStorageAvailable=![],this.loggingMiddleware=({action:e,payload:n,next:i})=>{const o=performance.now();this.logger.group("🏪 Store "+e+" ---------------------------------"),this.logger.debug("Payload:",n);try{const e=i(),n=performance.now()-o;return this.logger.debug("Completed in "+n.toFixed(3)+"ms"),e}catch(r){throw this.logger.error('Error during store action "'+e+'"',r),r}finally{this.logger.groupEnd()}},this.performanceMiddleware=({action:e,next:n})=>{const i=performance.now(),o=n(),r=performance.now()-i;return r>16&&this.logger.warn('⚠️ Slow store operation "'+e+'": '+r.toFixed(2)+"ms"),o},this.state=W,this.listeners=new Map,this.logger=LoggerFactory.get("Store"),this.clientConfig=ClientConfigService.getInstance(),this.api=ApiClientService.getInstance(),this.setupMiddleware()}static getInstance(){return SingletonManager.getClassInstance("StoreService",()=>new StoreService)}async initialize({userDeviceId:e,isLocalStorageAvailable:n,persistedStore:i}){this.localStorageKey=this.clientConfig.isBuilder()?B+"_builder_"+e:B+"_"+e,this.isLocalStorageAvailable=n,n?await this.loadPersistedState():i&&await this.loadFromDBPersistence(i),this.logger.info("Store service initialized successfully",{userDeviceId:e,isLocalStorageAvailable:n,hasPersistedState:null!==i,localStorageKey:this.localStorageKey})}get(e){if(!e)return{...this.state};const n=e.split(".");let i=this.state;for(const o of n){if(null==i)return;i=i[o]}return void 0!==i?Array.isArray(i)?[...i]:"object"==typeof i&&null!==i?{...i}:i:void 0}set(e,n){return this.runWithMiddleware("set",{path:e,value:n},()=>{const i=this.get(e);return this.state=this.immutableSet(this.state,e,n),this.notifyListeners(e,n,i),this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}update(e,n){const i=this.get(e),o=n(i);return this.set(e,o)}remove(e){return this.runWithMiddleware("remove",{path:e},()=>{const n=this.get(e);if(void 0===n)return this.logger.warn('No value found at path "'+e+'" to remove.'),![];const i=e.split(".");let o=this.state;const r=i.pop();for(const s of i){if(void 0===o[s])return this.logger.warn('Path "'+e+'" does not exist in the state.'),![];o=o[s]}if(Array.isArray(o))o=o.filter((e,n)=>n!==Number.parseInt(r,10));else{if("object"!=typeof o||null===o)return this.logger.warn('Cannot remove property "'+r+'" from non-object type at path "'+e+'".'),![];{const{[r]:e,...n}=o;o=n}}return this.state=this.immutableSet(this.state,i.join("."),o),this.notifyListeners(e,void 0,n),this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}batch(e){return this.runWithMiddleware("batch",{updates:e},()=>{const n=[];if("function"==typeof e){const i=e(this.state);for(const[e,o]of Object.entries(i)){const i=this.get(e);n.push({path:e,oldValue:i,newValue:o,timestamp:Date.now()}),this.state=this.immutableSet(this.state,e,o)}}else for(const[i,o]of Object.entries(e)){const e=this.get(i);n.push({path:i,oldValue:e,newValue:o,timestamp:Date.now()}),this.state=this.immutableSet(this.state,i,o)}for(const{path:e,oldValue:i,newValue:o}of n)this.notifyListeners(e,o,i);return this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}watch(e,n){const i=e;return this.listeners.has(i)||this.listeners.set(i,new Set),this.listeners.get(i).add(n),()=>{var e;null===(e=this.listeners.get(i))||void 0===e?void 0:e.delete(n)}}watchMany(e,n){const i=[];let o;const r=e.map(e=>this.watch(e,(r,s)=>{i.push({path:e,value:r,oldValue:s}),clearTimeout(o),o=setTimeout(()=>{i.length>0&&(n([...i]),i.length=0)},0)}));return()=>{for(const e of r)e()}}createProductInstance(e){const n="products."+e,i=this.get(n);return i?!![]:this.set(n,j)}removeProductInstance(e){const n=this.get("products"),{[e]:i,...o}=n;return this.set("products",o)}getProductInstances(){return this.get("products")}getState(){return{...this.state}}setupMiddleware(){this.middleware.push(this.loggingMiddleware),this.middleware.push(this.performanceMiddleware)}runWithMiddleware(e,n,i){let o=0;const Q=()=>{if(o>=this.middleware.length)return i();const r=this.middleware[o++];return r({action:e,payload:n,state:this.getState(),next:Q})};return Q()}immutableSet(e,n,i){const o=n.split(".");if(1===o.length){if(Array.isArray(e)){const n=[...e];return n[o[0]]=i,n}return{...e,[o[0]]:i}}const[r,...s]=o,a=e[r],c=Array.isArray(a)?[]:{};if(Array.isArray(e)){const n=[...e];return n[r]=this.immutableSet(a||c,s.join("."),i),n}return{...e,[r]:this.immutableSet(a||c,s.join("."),i)}}notifyListeners(e,n,i){const o=this.listeners.get(e);if(o)for(const c of o)try{c(n,i)}catch(s){this.logger.error('Error in store listener for path "'+e+'"',s)}const r=e.split(".");for(let c=r.length-1;c>0;c--){const e=r.slice(0,c).join("."),n=this.listeners.get(e);if(n){const o=this.get(e),s=r.slice(c).join("."),l=this.immutableSet(o,s,i);for(const i of n)try{i(o,l)}catch(a){this.logger.error('Error in store listener for parent path "'+e+'"',a)}}}}debouncedSave(){this.saveTimeout&&clearTimeout(this.saveTimeout),this.saveTimeout=setTimeout(()=>this.saveStore(),50)}forceSave(){this.saveTimeout&&(clearTimeout(this.saveTimeout),this.saveTimeout=void 0),this.saveStore()}async persist(){var e;const n=this.get("address.id")||"",i=this.get("cart.id")||"";if(!n&&!i)return this.logger.debug("No session data to persist (both IDs are empty), skipping"),void 0;if(this.isLocalStorageAvailable)return this.forceSave(),this.logger.debug("Session data persisted to localStorage",{addressId:n,cartId:i}),void 0;try{const o=null!==(e=this.clientConfig.get("userDeviceId"))&&void 0!==e?e:"not_defined";await this.api.setPersistedStore(o,{p:n,c:i}),this.logger.info("Session data persisted to DB",{userDeviceId:o,addressId:n,cartId:i})}catch(o){this.logger.error("Failed to persist session data to DB",o)}}clearLocalStorage(){if(!this.isLocalStorageAvailable||!this.localStorageKey)return this.logger.debug("localStorage not available or key not set, skipping clear"),void 0;try{localStorage.removeItem(this.localStorageKey),this.logger.debug("localStorage entry completely removed",{key:this.localStorageKey})}catch(R){this.logger.error("Failed to clear localStorage entry",R)}}saveStore(){if(this.isLocalStorageAvailable&&this.localStorageKey)try{let e="";if(this.clientConfig.debuggingDisabled()){const n=this.get("address.id")||"",i=this.get("cart.id")||"";(n||i)&&(e=n+":"+i)}else e=this.getState();e&&localStorage.setItem(this.localStorageKey,"string"!=typeof e?JSON.stringify(e):e)}catch(e){this.logger.error("Failed to persist store state",e)}}async loadPersistedState(){if(this.isLocalStorageAvailable&&this.localStorageKey)try{const n=localStorage.getItem(this.localStorageKey);if(!n)return;try{const e=JSON.parse(n);for(const[n,i]of Object.entries(e))this.set(n,i);return}catch(e){if(n.includes(":")){const[e,i]=n.split(":");if(void 0!==e){const n=await this.getAddressDataFromId(e);this.set("address",n)}return void 0!==i&&this.set("cart.id",i||null),void 0}this.logger.warn("Unrecognized localStorage format, skipping load",{saved:n})}}catch(n){this.logger.error("Failed to load persisted state",n),localStorage.removeItem(this.localStorageKey)}}async loadFromDBPersistence(e){try{if(void 0!==e.p){const n=await this.getAddressDataFromId(e.p);this.set("address",n)}void 0!==e.c&&this.set("cart.id",e.c||null),this.logger.info("Session data loaded from DB persistence",{addressId:e.p,cartId:e.c})}catch(n){this.logger.error("Failed to load session data from DB persistence",n)}}async getAddressDataFromId(e){if(!e||""===e.trim())return K;try{const n=await this.api.getAddressDetails(e);return n&&0!==Object.keys(n).length?{id:e,formattedAddress:n.formattedAddress,address:{one:n.address.one,two:n.address.two,city:n.address.city,state:n.address.state,zip:n.address.zip,country:n.address.country||""},coordinates:{lat:n.coords.lat,long:n.coords.long}}:{...K,id:e}}catch(n){return{...K,id:e}}}}const X=[o.PRODUCT,o.PRODUCT_IMAGE_CAROUSEL,o.PRODUCT_OPTIONS,o.PRODUCT_INTERACTIONS,o.PRODUCT_DESCRIPTION,o.PRODUCT_RETAILERS,o.PRODUCT_RETAILERS_CAROUSEL,o.PRODUCT_RETAILERS_POPUP,o.PRODUCT_RETAILERS_POPUP_LIST,o.PRODUCT_PRICE,o.PRODUCT_ADD_TO_CART_SECTION,o.PRODUCT_DRAWER,o.PRODUCT_LOADING,o.ENGRAVING_FORM,o.ENGRAVING_VIEW,o.PRODUCT_LIST,o.PRODUCT_LIST_CARD,o.PRODUCT_LIST_CARD_LOADING,o.PRODUCT_LIST_FILTERS],$=[o.ADDRESS_INPUT,o.ADDRESS_DISPLAY],tt=[o.CART,o.CART_RETAILER,o.CART_ITEM,o.CART_FOOTER,o.CART_ITEM_QUANTITY_PRICE,o.CART_RETAILER_SUBTOTAL,o.CART_PROMO_CODE,o.CART_HEADER,o.CART_BODY,o.CART_FULFILLMENT,o.BUTTONS_CART_OPEN],et=[o.CHECKOUT,o.CHECKOUT_INFORMATION_SECTION,o.CHECKOUT_STRIPE_FORM,o.CHECKOUT_PAYMENT_FORM,o.CHECKOUT_BILLING_FORM,o.CHECKOUT_SUMMARY_SECTION,o.CHECKOUT_PROMO_CODE,o.CHECKOUT_GIFT_CARDS,o.CHECKOUT_AMOUNTS,o.CHECKOUT_ITEMS,o.CHECKOUT_COMPLETED,o.CHECKOUT_DELIVERY_INFORMATION_FORM,o.CHECKOUT_BUYER_INFORMATION_FORM,o.CHECKOUT_TIPS,o.CHECKOUT_PC_GC,o.CHECKOUT_ITEM,o.CHECKOUT_ITEM_QUANTITY,o.CHECKOUT_PLACE_ORDER_BUTTON,o.CHECKOUT_HEADER,o.CHECKOUT_PRESALE_COUNTDOWN,o.CHECKOUT_PRESALE_EXPIRED];class FontManagerService{constructor(){this.googleFontsUrl="",this.defaultFontFamilies=[{name:"Poppins",weights:[400,500,600,700]}],this.fontsLinkAttribute="data-lce-fonts"}loadGoogleFonts(e,n="swap"){if(!e||0===e.length)return;const i=[...this.defaultFontFamilies,...e],o=i.map(e=>{const n=encodeURIComponent(e.name);return"family="+n+":wght@"+e.weights.join(";")}).join("&"),r="display="+n;this.googleFontsUrl="https://fonts.googleapis.com/css2?"+o+"&"+r,this.injectGoogleFontsResourceHints(),this.injectGoogleFontsLink()}updateGoogleFonts(e,n="swap"){const i=document.querySelector("link["+this.fontsLinkAttribute+"]");this.loadGoogleFonts(e,n),i&&i.remove()}injectGoogleFontsResourceHints(){const e=document.querySelector('link[href="https://fonts.googleapis.com"][rel="preconnect"]'),n=document.querySelector('link[href="https://fonts.gstatic.com"][rel="preconnect"]');if(!e){const e=document.createElement("link");e.rel="preconnect",e.href="https://fonts.googleapis.com",document.head.appendChild(e)}if(!n){const e=document.createElement("link");e.rel="preconnect",e.href="https://fonts.gstatic.com",e.crossOrigin="",document.head.appendChild(e)}}injectGoogleFontsLink(){if(!this.googleFontsUrl)return;const e=document.createElement("link");e.rel="stylesheet",e.href=this.googleFontsUrl,e.setAttribute(this.fontsLinkAttribute,""),document.head.appendChild(e)}}const getProductListStyles=()=>'\n .product-list {\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n gap: 24px;\n }\n\n .product-list-filters-container {\n width: 30%;\n height: fit-content;\n position: sticky;\n top: 24px;\n padding: 0;\n }\n\n .product-list-cards__container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n gap: 24px;\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 70%;\n }\n\n /* Filters Styles */\n .product-list-filters-header,\n .product-list-filters-personalized,\n .product-list-filters-pre-order,\n .product-list-filters-delivery-options {\n padding: 16px 0 12px 0;\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n }\n\n .product-list-filters-delivery-options {\n border-bottom: none;\n }\n\n .product-list-filters-title {\n font-size: 18px;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n }\n\n .product-list-filters-personalized,\n .product-list-filters-pre-order {\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 12px;\n }\n\n .product-list-filters-personalized-label,\n .product-list-filters-pre-order-label {\n font-size: 15px;\n font-weight: 500;\n color: var(--default-text-color, #374151);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n align-items: center;\n line-height: 1.5;\n flex: 1;\n }\n\n .product-list-filters-warning {\n font-size: 12px;\n color: var(--default-text-color-70, #9ca3af);\n font-family: var(--paragraph-font-family, Poppins);\n font-style: normal;\n margin: 0;\n padding: 0;\n }\n\n .product-list-filters-delivery-options-header {\n display: flex;\n align-items: center;\n }\n\n .product-list-filters-delivery-options-label {\n font-size: 18px;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--heading-font-family, Poppins);\n }\n\n .product-list-filters-delivery-options-list {\n display: flex;\n flex-direction: column;\n }\n\n .product-list-filters-delivery-option {\n display: flex;\n align-items: center;\n gap: 14px;\n padding: 12px 16px;\n border-radius: var(--button-border-radius, 8px);\n cursor: pointer;\n }\n\n .product-list-filters-delivery-option:hover {\n background-color: var(--accent-color-30, #f8fafc);\n }\n\n .product-list-filters-delivery-radio {\n width: 18px;\n height: 18px;\n margin: 0;\n cursor: pointer;\n accent-color: var(--primary-color, #3b82f6);\n }\n\n .product-list-filters-delivery-radio:disabled {\n opacity: 0.4;\n cursor: not-allowed;\n }\n\n .product-list-filters-delivery-radio-label {\n font-size: 15px;\n font-weight: 500;\n color: var(--default-text-color, #374151);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n cursor: pointer;\n flex: 1;\n }\n\n .product-list-filters-delivery-radio-label.disabled {\n color: var(--default-text-color-70, #9ca3af);\n cursor: not-allowed;\n }\n\n .product-list-filters-delivery-radio:disabled + .product-list-filters-delivery-radio-label {\n color: var(--default-text-color-70, #9ca3af);\n cursor: not-allowed;\n }\n\n input[type="checkbox"].product-list-filters-personalized-switch,\n input[type="checkbox"].product-list-filters-pre-order-switch {\n position: relative;\n width: 52px;\n height: 28px;\n appearance: none;\n background: var(--accent-color, #e5e7eb);\n border-radius: 14px;\n cursor: pointer;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n outline: none;\n border: 2px solid transparent;\n }\n\n input[type="checkbox"].product-list-filters-personalized-switch:checked,\n input[type="checkbox"].product-list-filters-pre-order-switch:checked {\n background: var(--primary-color, #3b82f6);\n border-color: var(--primary-color-30, rgba(59, 130, 246, 0.3));\n }\n\n .product-list-filters-personalized-switch:disabled,\n .product-list-filters-pre-order-switch:disabled {\n background: var(--accent-color-30, #f3f4f6);\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .product-list-filters-personalized-switch::before,\n .product-list-filters-pre-order-switch::before {\n content: \'\';\n position: absolute;\n top: 2px;\n left: 2px;\n width: 20px;\n height: 20px;\n background: var(--selected-text-color, #ffffff);\n border-radius: 50%;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);\n }\n\n .product-list-filters-personalized-switch:checked::before,\n .product-list-filters-pre-order-switch:checked::before {\n transform: translateX(24px);\n }\n\n /* Product List Card Styles */\n .product-list-card.standard {\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n border: 1px solid var(--accent-color, #f3f4f6);\n border-radius: var(--card-border-radius, 0.375rem);\n cursor: pointer;\n overflow: hidden;\n }\n\n .product-list-card.fill {\n background-color: #ffffff;\n }\n\n .product-list-card.standard.not-available {\n cursor: not-allowed;\n }\n\n .product-list-card.standard.not-available:hover {\n cursor: not-allowed;\n }\n\n .product-list-card.standard .plc__image-content {\n width: 100%;\n height: 100%;\n padding: 10px;\n }\n\n .product-list-card.standard .plc__image-wrapper {\n width: 100%;\n height: 14rem;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n padding-bottom: 10px;\n }\n\n .product-list-card.standard .plc__image-wrapper .plc__image {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n }\n\n .product-list-card.standard .plc__content {\n width: 100%;\n padding: 0 10px;\n display: flex;\n flex-direction: column;\n margin-bottom: 10px;\n }\n\n .product-list-card.standard .plc__content .plc__title {\n width: 100%;\n height: 4.6875rem;\n font-size: 1.125rem;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--paragraph-font-family, Poppins);\n text-transform: uppercase;\n margin-bottom: 10px;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: auto;\n\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3;\n overflow: hidden;\n line-height: 1.38;\n word-wrap: break-word;\n word-break: break-word;\n }\n\n .product-list-card.standard .plc__image-link {\n text-decoration: none;\n display: block;\n color: inherit;\n width: 100%;\n }\n\n .product-list-card.standard .plc__image-link:hover {\n text-decoration: none;\n }\n\n .product-list-card.standard .plc__title-link {\n text-decoration: none;\n display: block;\n color: inherit;\n width: 100%;\n }\n\n .product-list-card.standard .plc__title-link:hover {\n text-decoration: underline;\n }\n\n .product-list-card.standard .plc__title-link .plc__title {\n color: var(--default-text-color, #111827);\n }\n\n .plc__size-price-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: var(--paragraph-font-family, Poppins);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: auto;\n color: var(--default-text-color, #111827);\n }\n\n .plc__size-price-wrapper .plc__size {\n font-size: 10px;\n font-weight: 300;\n }\n\n .plc__size-price-wrapper .plc__size {\n font-size: 1rem;\n font-weight: 600;\n }\n\n .plc__button {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: auto;\n white-space: nowrap;\n text-align: center;\n font-size: 0.875rem;\n line-height: 1.25rem;\n font-weight: 600;\n text-transform: capitalize;\n color: var(--selected-text-color, #ffffff);\n background-color: var(--primary-color, #3b82f6);\n padding: 0.5rem 0.375rem;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n }\n\n .plc__button:hover {\n background-color: var(--primary-color-70, #3b82f6);\n }\n\n .plc__button:disabled {\n pointer-events: none;\n opacity: 0.5;\n }\n\n /* Infinite Scroll Sentinel Styles */\n .product-list-scroll-sentinel {\n width: 100%;\n flex: 0 0 100%;\n min-height: 80px;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 24px 16px;\n margin: 16px auto;\n box-sizing: border-box;\n }\n\n .product-list-sentinel-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 12px;\n }\n\n .product-list-sentinel-spinner {\n width: 24px;\n height: 24px;\n border: 2px solid var(--primary-color-20, rgba(59, 130, 246, 0.2));\n border-top-color: var(--primary-color, #3b82f6);\n border-radius: 50%;\n animation: product-list-spin 0.8s linear infinite;\n }\n\n @keyframes product-list-spin {\n to {\n transform: rotate(360deg);\n }\n }\n\n .product-list-sentinel-text {\n font-size: 14px;\n color: var(--primary-color, #3b82f6);\n font-weight: 500;\n letter-spacing: 0.3px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n }\n\n .product-list-sentinel-icon {\n font-size: 20px;\n color: var(--primary-color-80, rgba(59, 130, 246, 0.8));\n animation: product-list-bounce 2s ease-in-out infinite;\n margin-bottom: 4px;\n }\n\n @keyframes product-list-bounce {\n 0%, 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(4px);\n }\n }\n\n .product-list-sentinel-info-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 8px;\n }\n\n .product-list-sentinel-divider {\n width: 60px;\n height: 1px;\n background: var(--primary-color-30, rgba(59, 130, 246, 0.3));\n margin-bottom: 8px;\n }\n\n .product-list-sentinel-info-text {\n font-size: 13px;\n font-weight: 400;\n letter-spacing: 0.2px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n color: var(--primary-color, rgba(59, 130, 246, 0.67));\n }\n\n .product-list-sentinel-info-text.no-more {\n color: var(--primary-color, rgba(59, 130, 246, 0.8));\n font-weight: 500;\n }\n\n .product-list-sentinel-error-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 8px;\n }\n\n .product-list-sentinel-error-icon {\n font-size: 18px;\n color: var(--error-color, #ef4444);\n }\n\n .product-list-sentinel-error-text {\n font-size: 13px;\n color: var(--error-color, #ef4444);\n font-weight: 500;\n letter-spacing: 0.2px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n }\n\n /* Responsive Styles */\n\n /* Mobile - 1 column (default, up to 639px) */\n @media (max-width: 639px) {\n .product-list {\n flex-direction: column;\n flex-wrap: wrap;\n }\n\n .product-list-filters-container {\n width: 100%;\n order: 1;\n position: static;\n top: unset;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: 2;\n --columns: 1;\n --gap-per-card: 0px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 100%;\n }\n\n .product-list-card.standard {\n width: 100%;\n flex: 0 0 100%;\n }\n }\n\n /* Small tablets - 2 columns (640px and up) */\n @media (min-width: 640px) and (max-width: 767px) {\n .product-list {\n flex-direction: column;\n flex-wrap: wrap;\n }\n\n .product-list-filters-container {\n width: 100%;\n order: 1;\n position: static;\n top: unset;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: 2;\n --columns: 2;\n --gap-per-card: 12px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 100%;\n }\n\n .product-list-card.standard {\n width: calc(50% - 12px);\n flex: 0 0 calc(50% - 12px);\n }\n }\n\n /* Tablets - 3 columns (768px and up) */\n @media (min-width: 768px) and (max-width: 1023px) {\n .product-list {\n flex-direction: row;\n flex-wrap: nowrap;\n }\n\n .product-list-filters-container {\n width: 30%;\n order: unset;\n position: sticky;\n top: 24px;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: unset;\n --columns: 3;\n --gap-per-card: 16px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 70%;\n }\n\n .product-list-card.standard {\n width: calc(33.333% - 16px);\n flex: 0 0 calc(33.333% - 16px);\n }\n }\n\n /* Desktop - Use configured columns (1024px and up) */\n @media (min-width: 1024px) {\n .product-list {\n flex-direction: row;\n flex-wrap: nowrap;\n }\n\n .product-list-filters-container {\n position: sticky;\n top: 24px;\n }\n\n .product-list-cards__container {\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .product-list-card.standard {\n width: calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n flex: 0 0 calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n }\n }\n',getAddressStyles=()=>"\n .address-input-container {\n width: 100%;\n max-width: 100%;\n min-width: 320px;\n height: 100%;\n font-family: var(--heading-font-family, Poppins);\n position: relative;\n display: flex;\n flex-direction: column;\n }\n\n .address-input-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .address-input-container .input-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n padding-bottom: 8px;\n text-align: left;\n }\n\n .address-input-container .input-section {\n position: relative;\n }\n\n .address-input-container .input-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n align-self: stretch;\n padding: 4px 12px;\n border-radius: var(--card-border-radius, 6px);\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n }\n\n .address-input-container .input-wrapper.filled {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .input-wrapper.outlined {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .input-icon {\n display: flex;\n margin-left: 4px;\n }\n\n .address-input-container .input-icon svg {\n stroke: var(--default-text-color, #18181B);\n }\n\n /* Remove bottom border radius when suggestions are shown */\n .address-input-container .suggestions-list.show ~ .input-wrapper,\n .address-input-container .input-section.suggestions-expanded .input-wrapper {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n\n /* Alternative approach using a modifier class */\n .address-input-container .input-wrapper.suggestions-expanded {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n\n .address-input-container .input-field {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n width: 100%;\n border: none\n }\n\n .address-input-container .input-field:focus {\n outline: none;\n border: none;\n box-shadow: none;\n }\n\n .address-input-container .suggestions-list {\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n z-index: "+u.ADDRESS_SUGGESTIONS+";\n list-style: none;\n overflow-y: auto;\n padding: 4px 0;\n align-self: stretch;\n border-radius: 0 0 6px 6px;\n border-right: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n border-left: 1px solid var(--accent-color, #E4E4E7);\n background: var(--drawer-background-color, #FAFAFA);\n }\n\n .address-input-container .suggestions-list.show {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n\n .address-input-container .suggestions-list.hide {\n display: none;\n }\n\n .address-input-container .suggestions-list.show {\n display: block;\n }\n\n .address-input-container .suggestion-item {\n display: flex;\n padding: 6px 8px;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n text-align: left;\n }\n\n .address-input-container .suggestion-item > span {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n flex: 1 0 0;\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .address-input-container .suggestion-item:hover {\n border-radius: 2px;\n background: linear-gradient(0deg, var(--alpha-50, rgba(254, 254, 254, 0.50)) 0%, var(--alpha-50, rgba(254, 254, 254, 0.50)) 100%), var(--default-text-color-50, #E4E4E7);\n }\n\n .address-input-container .suggestion-item.no-suggestions {\n color: var(--warning-color, #6B7280);\n text-align: center;\n cursor: default;\n }\n\n .address-input-container .suggestion-item.no-suggestions:hover {\n background-color: transparent;\n }\n\n .address-input-container .error-message {\n display: flex;\n align-items: center;\n padding: 12px;\n border: 1px solid var(--error-color, #B91C1C);\n border-radius: var(--card-border-radius, 6px);\n color: var(--error-color, #B91C1C);\n font-size: 14px;\n position: relative;\n z-index: "+u.ERROR_MESSAGE+";\n }\n\n .address-input-container .error-icon {\n font-size: 16px;\n margin-right: 8px;\n }\n\n .address-input-container .error-text {\n flex: 1;\n }\n\n .address-input-container .action-buttons {\n display: flex;\n justify-content: space-between;\n position: relative;\n z-index: "+u.ADDRESS_ACTIONS+";\n }\n\n .address-input-container .action-buttons > button {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 8px 16px;\n border-radius: var(--button-border-radius, 6px);\n transition: all 0.2s ease;\n width: 50%;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .address-input-container .action-buttons > button:not(:first-child) {\n margin-left: 8px;\n }\n\n .address-input-container .action-buttons .secondary-button {\n color: var(--default-text-color, #18181B);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .action-buttons .primary-button {\n color: var(--selected-text-color, #18181B);\n background-color: var(--primary-color, #E4E4E7);\n border: 1px solid transparent;\n }\n\n .privacy-notice {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 400;\n color: var(--default-text-color, #18181B);\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .address-input-container .suggestion-item > span {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n .address-display-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .address-display-container > span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n margin-bottom: 8px;\n }\n\n .address-display-container > button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n }\n",getCartStyles=()=>"\n .cart-container {\n display: flex;\n width: 100%;\n height: 100%;\n flex-direction: column;\n align-items: center;\n }\n\n .cart-container.no-header .cart-body {\n padding: 0 0 16px 0;\n }\n\n .cart-container.no-header .cart-footer {\n padding: 16px 0 0 0;\n }\n\n .cart-header {\n width: 100%;\n display: flex;\n flex-direction: column;\n position: sticky;\n top: 0;\n background-color: var(--drawer-background-color, #FFFFFF);\n z-index: "+u.CART_HEADER+";\n }\n\n .cart-header-content {\n width: 100%;\n height: 48px;\n display: flex;\n align-items: center;\n align-self: stretch;\n justify-content: space-between;\n padding: 16px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .cart-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .cart-header-close-btn {\n font-size: 1.4rem;\n font-weight: 300;\n border: none;\n background: none;\n }\n\n .cart-header-close-btn:hover {\n cursor: pointer;\n }\n\n .cart-body {\n position: relative;\n flex: 1;\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-self: stretch;\n }\n\n .cart-body > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .empty-cart-container {\n display: flex;\n align-self: center;\n margin: auto;\n }\n\n .retailer-section {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .section-header-label {\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n }\n\n .cart-fulfillment-subtotal {\n color: var(--default-text-color, #18181B);\n }\n\n .section-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .cart-retailer-header {\n display: flex;\n flex-direction: column;\n padding: 16px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .retailer-info {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n }\n\n .retailer-body-container {\n display: flex;\n align-items: center;\n align-self: stretch;\n flex-direction: column;\n max-height: 2000px;\n overflow: hidden;\n transition: max-height 0.3s ease;\n }\n\n .retailer-subtotal-container {\n display: flex;\n padding: 16px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .retailer-subtotal-header {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailer-subtotal-amount {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailer-fulfillment-container {\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n max-height: 2000px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .retailer-fulfillment-container > .cart-item-container {\n margin-top: 16px;\n }\n\n .cart-item-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .cart-item-container > *:not(:first-child) {\n margin-top: 12px;\n }\n\n .cart-item {\n display: flex;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .cart-item > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .item-image {\n display: flex;\n width: 56px;\n height: 70px;\n flex-direction: column;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .item-image img {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n\n .item-details {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .item-details > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .quantity-price {\n display: flex;\n height: 36px;\n align-items: center;\n align-content: center;\n align-self: stretch;\n flex-wrap: wrap;\n justify-content: space-between;\n }\n\n .item-title {\n font-weight: 500;\n font-size: 0.95rem;\n word-break: break-word;\n margin: 0;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-specs {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-shipping-container {\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n }\n\n .cart-add-personalization-span {\n color: var(--primary-color, #1E40AF);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .item-shipping {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-quantity {\n display: flex;\n width: 106px;\n align-items: center;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n }\n\n .quantity-btn-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex-shrink: 0;\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n background: none;\n cursor: pointer;\n }\n\n .item-quantity.outlined .quantity-btn-increase {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .quantity-btn-decrease {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex-shrink: 0;\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n background: none;\n cursor: pointer;\n }\n\n .item-quantity.outlined .quantity-btn-decrease {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .quantity-btn-decrease:disabled,\n .quantity-btn-increase:disabled,\n .quantity-btn-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .quantity-value {\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .item-quantity.outlined .quantity-value {\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .item-price-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n align-content: center;\n flex: 1 0 0;\n flex-wrap: wrap;\n }\n\n .item-price-container > *:not(:first-child) {\n margin-left: 6px;\n }\n\n .item-price {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .item-price-per-unit {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n }\n\n .item-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n }\n\n .cart-footer {\n margin-top: auto;\n display: flex;\n min-height: 146px;\n padding: 16px;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n align-self: stretch;\n border-top: 1px solid var(--accent-color, #E4E4E7);\n flex-shrink: 0;\n }\n\n .cart-footer > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .cart-footer-header {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n flex: 1 0 0;\n }\n\n .cart-footer-header > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .cart-footer-header .cart-footer-items-price {\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n }\n\n .cart-footer-header .subtotal-text {\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 14px;\n }\n\n .cart-footer-header .subtotal-price {\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 14px;\n }\n\n .cart-footer-header .taxes-fees-info {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 14px;\n max-width: 85%;\n }\n\n .promo-input {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n font-size: 16px;\n align-self: stretch;\n width: 100%;\n border-radius: var(--button-border-radius, 6px);\n }\n\n .promo-input.outlined {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .promo-input.filled {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .checkout-button {\n display: flex;\n position: relative;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n border: none;\n cursor: pointer;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #F1F5F9);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .checkout-button.loading::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+u.LOADING_INDICATOR+";\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n .checkout-btn-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n /* CSS-only accordions */\n .chevron {\n transition: transform 0.3s ease;\n }\n\n /* Product section accordions */\n .section-toggle {\n display: none;\n }\n\n .section-toggle:checked + .section-header-label .chevron {\n transform: rotate(180deg);\n color: var(--default-text-color, #18181B);\n }\n\n .retailer-section.collapsed .retailer-body-container {\n max-height: 0;\n }\n\n .retailer-section.collapsed .cart-retailer-header {\n border-bottom: none;\n }\n\n .shipping-content {\n max-height: 0;\n overflow: hidden;\n transition: max-height 0.3s ease-out;\n padding-left: 20px;\n }\n\n /** * Loading spinner styles */\n .cart-loading-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: var(--drawer-background-color-30, #E4E4E7);\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: "+u.CART_LOADING+";\n }\n\n /* Modern browsers with backdrop-filter support */\n @supports (backdrop-filter: blur(1px)) {\n .cart-loading-backdrop {\n background-color: var(--drawer-background-color-30, #E4E4E7);\n backdrop-filter: blur(1px);\n }\n }\n\n .cart-loading-spinner-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n }\n\n .cart-loading-spinner {\n margin-bottom: 16px;\n }\n\n .cart-spinner {\n animation: cart-spinner-rotate 2s linear infinite;\n color: var(--primary-color, #1D4ED8);\n }\n\n .cart-spinner-path {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: 0;\n stroke-linecap: round;\n animation: cart-spinner-dash 1.5s ease-in-out infinite;\n }\n\n @keyframes cart-spinner-rotate {\n 100% {\n transform: rotate(360deg);\n }\n }\n\n @keyframes cart-spinner-dash {\n 0% {\n stroke-dasharray: 1, 150;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -35;\n }\n 100% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -124;\n }\n }\n\n /*PROMO CODE */\n .promo-container {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n align-self: stretch;\n flex: 1;\n }\n\n .promo-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .promo-container-wrapper {\n display: flex;\n justify-content: space-between;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .promo-code-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .promo-input-wrapper {\n flex: 1;\n }\n\n /* Style the InputComponent container */\n .promo-input-wrapper .custom-input {\n margin: 0;\n width: 100%;\n }\n\n /* Hide label in promo context since we have placeholder */\n .promo-input-wrapper .custom-input label {\n display: none;\n }\n\n /* Style the actual input inside the InputComponent */\n .promo-input-wrapper .promo-input {\n width: 100%;\n padding: 12px 16px;\n border: 1px solid #ddd;\n border-radius: var(--button-border-radius, 6px);\n font-size: 14px;\n transition: border-color 0.2s ease, box-shadow 0.2s ease;\n box-sizing: border-box;\n }\n\n .promo-input-wrapper .promo-input:focus {\n outline: none;\n border-color: var(--primary-color, #1D4ED8);\n }\n\n .promo-input-wrapper .promo-input:disabled {\n background-color: #f8f9fa;\n cursor: not-allowed;\n opacity: 0.6;\n }\n\n .promo-input-wrapper .promo-input.input-error {\n border-color: #dc3545; }\n\n /* Error container styling from InputComponent */\n .promo-input-wrapper .error-container {\n margin-top: 4px;\n min-height: 20px;\n }\n\n .promo-input-wrapper .error-message {\n color: #dc3545;\n font-size: 12px;\n margin: 2px 0;\n display: block;\n }\n\n /* Apply button styling */\n .apply-button {\n display: flex;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .apply-button:hover:not(:disabled) {\n opacity: 0.9;\n }\n\n .apply-button:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n }\n\n /* Applied promo code display - matches the design */\n .promo-applied-container {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n align-self: stretch;\n align-items: center;\n flex: 1;\n }\n\n .promo-code-pill {\n display: flex;\n height: var(--height-h-9, 36px);\n padding: 4px 12px;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px\n }\n\n .promo-remove-btn {\n background: none;\n border: none;\n cursor: pointer;\n border-radius: 4px;\n transition: all 0.2s ease;\n text-decoration: underline;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n }\n\n .error-banner {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n color: var(--default-text-color, #18181B);\n padding: 8px 16px;\n flex-grow: 1;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n border-radius: var(--card-border-radius, 6px) 0 0 var(--card-border-radius, 6px);\n }\n\n .error-banner > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .close-btn {\n border: none;\n font-size: 16px;\n cursor: pointer;\n color: #fff;\n border-radius: 0 var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0;\n padding: 8px 16px;\n\n background: var(--error-color, #DC2626);\n }\n\n /* Mobile responsive */\n .promo-code-pill {\n align-self: flex-start;\n }\n\n .promo-remove-btn {\n align-self: flex-end;\n padding: 4px 8px;\n }\n }\n\n /* Optional: Add loading indicator styles if needed */\n .promo-input-wrapper.loading::after {\n content: '';\n position: absolute;\n right: 12px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+u.LOADING_INDICATOR+";\n width: 16px;\n height: 16px;\n border: 2px solid var(--accent-color, #E4E4E7);\n border-top: 2px solid var(--accent-color, #E4E4E7);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n @keyframes spin {\n 0% { transform: translateY(-50%) rotate(0deg); }\n 100% { transform: translateY(-50%) rotate(360deg); }\n }\n\n .empty-cart-content {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n",getCheckoutStyles=()=>"\n .checkout-container {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-self: stretch;\n gap: 24px;\n }\n\n .checkout-container:not(.independent) {\n padding: 24px;\n }\n\n .checkout-container.independent {\n padding: 24px;\n }\n\n .checkout-container.no-header .checkout-information-section,\n .checkout-container.no-header .checkout-summary-section {\n padding: 0;\n }\n\n .checkout-information-section {\n min-width: 320px;\n max-width: 512px;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex-wrap: wrap;\n flex: 1 0 0;\n }\n\n .checkout-information-section > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-delivery-information,\n .checkout-buyer-information,\n .checkout-billing-form {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-delivery-information > *:not(:first-child),\n .checkout-buyer-information > *:not(:first-child),\n .checkout-billing-form > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-payment-form {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .checkout-payment-form > *:not(:last-child) {\n margin-bottom: 24px;\n }\n\n .delivery-header-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .delivery-title-container {\n display: flex;\n min-width: 200px;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n margin-top: 20px;\n }\n\n .delivery-title-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .section-title-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .section-title-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .delivery-title-container > .delivery-title,\n .section-title-container > .section-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .delivery-title-container > .delivery-subtitle,\n .section-title-container > .section-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .gift-toggle-container {\n display: flex;\n padding: 2px 0px;\n align-items: center;\n align-self: stretch;\n justify-content: space-between;\n align-items: flex-start;\n }\n\n .gift-toggle-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .gift-toggle-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .gift-label-wrapper {\n display: flex;\n flex-direction: column;\n min-width: 200px;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .gift-toggle-description {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-top: 6px;\n }\n\n .toggle-switch {\n position: relative;\n width: 40px;\n height: 20px;\n background-color: var(--primary-color-30, #d1d5db);\n border-radius: 12px;\n cursor: pointer;\n transition: background-color 0.2s ease;\n }\n\n .toggle-switch.active {\n background-color: var(--primary-color, #3b82f6);\n }\n\n .toggle-slider {\n position: absolute;\n top: 2px;\n left: 2px;\n width: 16px;\n z-index: "+u.TOGGLE_SLIDER+";\n height: 16px;\n background-color: var(--accent-color, #ffffff);\n border-radius: 50%;\n transition: transform 0.2s ease;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n }\n\n .toggle-switch.active .toggle-slider {\n transform: translateX(20px);\n }\n\n .section-form-container {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .section-form-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .textarea-message-disclaimer {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-top: 6px;\n }\n\n .checkout-tips-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tips-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-tip-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-tip-distribution-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-distribution-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-tips-list {\n display: none;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-tips-list > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-tips-list.show {\n display: flex;\n }\n\n .checkout-tip-distribution-item {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-fulfillment-input-wrapper {\n display: flex;\n align-items: center;\n }\n\n .checkout-tip-fulfillment-input-wrapper > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .checkout-tip-remove-button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .checkout-tip-distribution-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n }\n\n .checkout-sub-header {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-tip-disclaimer {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-tip-config-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-config-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-tip-selection-container {\n display: flex;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-selection-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-tip-button {\n display: flex;\n padding: 8px 16px;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .checkout-tip-button.selected {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n }\n\n .checkout-tip-button > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-tip-input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-input-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-tip-input {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-sections-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-sections-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-pc-gc-sub-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-pc-gc-sub-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-pc-gc-applied {\n display: flex;\n width: 100%;\n flex-direction: row;\n align-self: stretch;\n display: flex;\n padding: 0px 12px;\n justify-content: space-between;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-pc-gc-applied span {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-transform: uppercase;\n }\n\n .checkout-pc-gc-applied button {\n display: flex;\n height: 36px;\n padding: 8px 0px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-send-as-gift-toggle-container {\n position: absolute;\n top: 16px;\n right: 16px;\n z-index: "+u.FORM_CONTROLS+";\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n\n cursor: pointer;\n }\n\n .checkout-two-col-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n margin-right: -16px;\n margin-bottom: -16px;\n }\n\n .checkout-two-col-container > * {\n margin-right: 16px;\n margin-bottom: 16px;\n }\n\n .checkout-three-col-container {\n display: flex;\n flex-direction: row;\n }\n\n .checkout-three-col-container > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .checkout-send-to-form.collapsed {\n display: none;\n }\n\n .checkout-send-to-title,\n .checkout-your-info-title,\n .checkout-billing-title,\n .checkout-payment-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-send-to-subtitle,\n .checkout-your-info-subtitle,\n .checkout-billing-subtitle,\n .checkout-payment-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-summary-section {\n min-width: 320px;\n max-width: 400px;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .checkout-summary-section > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-disclaimer-title,\n .checkout-summary-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-disclaimer-subtitle,\n .checkout-summary-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-promo-code-container,\n .checkout-gift-cards-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-promo-code-container > *:not(:first-child),\n .checkout-gift-cards-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .input-promo-code-container,\n .input-gift-card-container {\n display: flex;\n flex-direction: row;\n align-self: stretch;\n }\n\n .input-promo-code-container > *:not(:first-child),\n .input-gift-card-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .input-promo-code-container .apply-button,\n .input-gift-card-container .apply-button {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-self: flex-start;\n align-items: center;\n\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .input-promo-code-container .apply-button.disabled,\n .input-gift-card-container .apply-button.disabled {\n background: var(--primary-color-50, #1D4ED8);\n }\n\n .checkout-amounts-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-amounts-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-amount-line {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-amount-line span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-amount-total {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n\n }\n\n .checkout-amount-total span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-separator {\n width: 100%;\n height: 1px;\n margin: 0px;\n background: var(--accent-color, #E4E4E7);\n }\n\n .checkout-place-order-button-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-place-order-button {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n font-family: var(--paragraph-font-family, Poppins);\n align-self: stretch;\n font-weight: 600;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n transition: all 0.2s ease;\n cursor: pointer;\n position: relative;\n }\n\n .checkout-place-order-button-container .alert-container, .checkout-place-order-button-container .alert-wrapper {\n margin-bottom: 24px;\n }\n\n .checkout-place-order-button.ready {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n }\n\n .checkout-place-order-button.ready:hover {\n filter: brightness(0.9);\n transform: translateY(-1px);\n }\n\n .checkout-place-order-button.ready:active {\n transform: translateY(0);\n }\n\n /* States when things are missing/wrong - use your opacity variants */\n .checkout-place-order-button.form-invalid,\n .checkout-place-order-button.payment-incomplete,\n .checkout-place-order-button.payment-error {\n background: var(--primary-color-70);\n color: var(--selected-text-color);\n }\n\n .checkout-place-order-button.form-invalid:hover,\n .checkout-place-order-button.payment-incomplete:hover,\n .checkout-place-order-button.payment-error:hover {\n background: var(--primary-color-70);\n }\n\n /* Processing state - keep full primary color to show confidence */\n .checkout-place-order-button.processing {\n cursor: not-allowed;\n pointer-events: none;\n }\n\n .checkout-place-order-button.processing::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+u.LOADING_INDICATOR+';\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n /* Disabled state - very muted */\n .checkout-place-order-button.disabled {\n background: var(--primary-color-70, #D1D5DB);\n cursor: not-allowed;\n }\n\n /* Focus states for accessibility */\n .checkout-place-order-button:focus {\n outline: none;\n box-shadow: 0 0 0 3px var(--primary-color-70);\n }\n\n .checkout-place-order-button.disabled:focus {\n box-shadow: none;\n }\n\n .checkout-marketing-opt-ins-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-marketing-opt-ins-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-billing-same-as-shipping-toggle-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-start;\n cursor: pointer;\n }\n\n .checkout-billing-same-as-shipping-toggle-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-items-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-items-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-items-toggler {\n display: flex;\n height: 14px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n }\n\n .checkout-items-toggler-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-items-list {\n display: none;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-items-list > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-items-list.show {\n display: flex;\n }\n\n .checkout-item-card {\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-item-card > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-item-card-header {\n display: flex;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-item-card-header > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-item-details-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .checkout-item-card-footer {\n display: flex;\n height: 36px;\n align-items: center;\n align-content: center;\n justify-content: space-between;\n align-self: stretch;\n flex-wrap: wrap;\n margin-right: -8px;\n margin-bottom: -8px;\n }\n\n .checkout-item-card-footer > * {\n margin-right: 8px;\n margin-bottom: 8px;\n }\n\n .checkout-item-image {\n display: flex;\n width: 64px;\n height: 70px;\n flex-direction: column;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .checkout-item-image img {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n\n .checkout-item-card .checkout-item-subtitle {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .checkout-item-card .checkout-item-title,\n .checkout-item-card .checkout-item-subtitle > span,\n .checkout-item-price-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n word-break: break-word;\n }\n\n .checkout-item-price-each-text {\n font-weight: 500;\n }\n\n .checkout-item-card .checkout-item-subtitle > span {\n font-weight: 400 !important;\n }\n\n .checkout-item-quantity-container {\n display: flex;\n width: 106px;\n align-items: center;\n }\n\n .billing-checkbox-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n cursor: pointer;\n }\n\n .checkout-item-quantity-container .quantity-decrease,\n .checkout-item-quantity-container .quantity-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border: 1px solid var(--accent-color, #E4E4E7);\n\n cursor: pointer;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-item-quantity-container .quantity-decrease {\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n }\n\n .checkout-item-quantity-container .quantity-increase {\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n }\n\n .checkout-item-quantity-container .quantity-decrease.disabled,\n .checkout-item-quantity-container .quantity-increase.disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .checkout-item-quantity-container .product-count {\n display: flex;\n padding: 6px 8px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .dollar-input-container {\n display: flex;\n align-items: center;\n border: 1px solid var(--accent-color, #E4E4E7);\n border-radius: var(--button-border-radius, 6px);\n align-self: stretch;\n flex: 1 0 0;\n max-width: 100px;\n\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .dollar-input-container:focus-within {\n outline: none;\n border-color: var(--primary-color, #3b82f6);\n box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);\n }\n\n .dollar-sign {\n font-size: 14px;\n font-weight: 500;\n user-select: none;\n pointer-events: none;\n }\n\n .dollar-input {\n flex: 1;\n border: none;\n outline: none;\n background: transparent;\n }\n\n .dollar-input::placeholder {\n color: var(--default-text-color-70, #18181B);\n }\n\n .dollar-input::-webkit-outer-spin-button,\n .dollar-input::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n\n .dollar-input[type=number] {\n -moz-appearance: textfield;\n }\n\n .dollar-input:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n }\n\n .dollar-input-container:has(.dollar-input:disabled) {\n opacity: 0.6;\n }\n\n .dollar-input-container:has(.dollar-input:disabled) .dollar-sign {\n color: var(--default-text-color-70, #18181B);\n }\n\n /* Checkout Thank You Page */\n .checkout-completed-container {\n display: flex;\n min-height: 100vh; /* Fallback for browsers that don\'t support dvh */\n min-height: 100dvh;\n min-width: 320px;\n flex-direction: column;\n justify-content: center;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .checkout-completed-header-container {\n display: flex;\n padding: 24px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-header-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-completed-header-container img {\n width: 200px;\n height: auto;\n object-fit: contain;\n flex-shrink: 0;\n }\n\n .checkout-completed-sub-section {\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex-shrink: 0;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-completed-sub-section > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-completed-sub-section p {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n }\n\n .checkout-completed-section-container {\n display: flex;\n padding: 24px;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-section-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-completed-help-section > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-completed-help-section {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n text-align: center;\n }\n\n .checkout-completed-section-container button {\n display: flex;\n height: 36px;\n min-width: 182px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n }\n\n .checkout-completed-section-container button svg {\n stroke: var(--selected-text-color, #1D4ED8);\n fill: var(--selected-text-color, #1D4ED8);\n }\n\n .checkout-completed-section-container button span {\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n margin-right: 8px;\n }\n\n .checkout-completed-title-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-title-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-completed-title-section {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n text-align: center;\n }\n\n .checkout-completed-title-section .presale-expired-title {\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-completed-title-section\n color: var(--default-text-color, #18181B);\n }\n\n .checkout-completed-title-section p:first-child, .checkout-completed-auto-close-seconds {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section h3 {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section p, .checkout-completed-auto-close-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 24px;\n }\n\n .checkout-completed-line {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-line span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-completed-line:first-child span {\n font-weight: 600;\n }\n\n .checkout-completed-line h3 {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-payment-form-error {\n color: var(--error-color, #EF4444);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n margin-top: 8px;\n }\n\n .checkout-payment-error-wrapper {\n animation: slideIn 0.2s ease-out;\n display: flex;\n align-self: stretch;\n margin-bottom: 8px;\n }\n\n .checkout-payment-error-wrapper > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-payment-error {\n display: flex;\n padding: 12px 16px;\n }\n\n .checkout-payment-error > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-payment-error\n border-radius: var(--button-border-radius, 6px);\n font-size: 14px;\n line-height: 1.5;\n font-family: var(--body-font-family, inherit);\n flex: 1;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: var(--error-color-30, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n }\n\n .checkout-payment-error .icon-error {\n flex-shrink: 0;\n width: 16px;\n height: 16px;\n display: inline-block;\n }\n\n .checkout-payment-error .error-text {\n font-family: var(--body-font-family, inherit);\n }\n\n .checkout-payment-error-wrapper[style*="display: none"] {\n display: none !important;\n }\n\n .checkout-checkbox-container {\n display: flex;\n align-items: flex-start;\n }\n\n .checkout-checkbox-container > *:not(:first-child) {\n margin-left: 12px;\n }\n\n .checkout-checkbox-visual {\n width: 16px;\n height: 16px;\n border: 1px solid var(--primary-color, #1D4ED8);\n border-radius: 2px;\n background: var(--primary-color, #1D4ED8);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n flex-shrink: 0;\n transition: all 0.2s ease;\n margin-top: 3px;\n }\n\n .checkout-checkbox-visual svg {\n opacity: 1;\n transition: opacity 0.2s ease;\n }\n\n .checkout-checkbox-visual:not(.checked) {\n background: transparent;\n }\n\n .checkout-checkbox-visual:not(.checked) svg {\n opacity: 0;\n }\n\n .checkbox-label {\n cursor: pointer;\n user-select: none;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkbox-label a {\n color: var(--primary-color, #1D4ED8);\n }\n\n .checkbox-label strong {\n font-weight: 600;\n }\n\n .checkbox-label em {\n font-style: italic;\n }\n\n .error-banner-checkout {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n color: var(--default-text-color, #18181B);\n padding: 8px 16px;\n flex-grow: 1;\n align-self: stretch;\n word-break: break-word;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n border-radius: var(--card-border-radius, 6px);\n }\n\n .error-banner-checkout > *:not(:first-child) {\n margin-left: 8px;\n }\n\n /* It needs background color since it is sticky to cover content behind it\n TODO: for standalone checkout\n */\n .checkout-header-wrapper {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n position: sticky;\n top: 0;\n z-index: '+u.CHECKOUT_HEADER+";\n background-color: var(--drawer-background-color, #F9FAFB);\n }\n\n .checkout-header-container {\n display: flex;\n min-width: 320px;\n flex-direction: row;\n align-items: center;\n align-self: stretch;\n padding: 8px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-header-button {\n display: flex;\n height: 36px;\n padding: 12px 16px;\n padding-right: 0px;\n justify-content: center;\n align-items: center;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n stroke: var(--default-text-color, #18181B);\n }\n\n .checkout-header-button > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-header-button-close {\n display: flex;\n height: 36px;\n width: 36px;\n padding: 2px 4px;\n justify-content: center;\n align-items: center;\n stroke: var(--default-text-color, #18181B);\n }\n\n .checkout-header-title {\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n color: var(--default-text-color, #18181B);\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-presale-countdown-container {\n display: flex;\n min-width: 320px;\n padding: 12px 24px 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n\n &.is-scrolled {\n box-shadow: 0px 6px 10px -2px var(--primary-color-30);\n }\n\n &.time-warning {\n box-shadow: 0px 6px 10px -2px var(--error-color-30, #FDE68A);\n }\n }\n\n .checkout-presale-countdown {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: 0;\n overflow: hidden;\n }\n\n .checkout-presale-countdown.time-warning {\n background: var(--error-color-30, #FDE68A);\n border: 1px solid var(--error-color, #E4E4E7);\n }\n\n .checkout-presale-countdown.time-warning {\n background: transparent;\n border: none;\n }\n\n .checkout-presale-countdown.time-warning .checkout-presale-progress-bar {\n background: var(--error-color-70, #FDE68A);\n }\n\n .checkout-presale-countdown.time-warning .checkout-presale-progress-fill {\n background: var(--error-color, #EF4444);\n }\n\n .checkout-presale-text-container {\n display: flex;\n padding: 0px 0px 6px;\n justify-content: flex-end;\n align-self: stretch;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .checkout-presale-progress-bar {\n display: flex;\n height: 6px;\n align-items: center;\n align-self: stretch;\n border-radius: 40px;\n background: var(--primary-color-50, #E4E4E7);\n position: relative;\n overflow: hidden;\n }\n\n .checkout-presale-progress-fill {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n z-index: "+u.PROGRESS_BAR+';\n background: var(--primary-color, #16a34a);\n transition: width 0.1s linear;\n border-radius: inherit;\n }\n\n .checkout-presale-heading {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n align-self: stretch;\n }\n\n .checkout-presale-timer {\n font-variant-numeric: tabular-nums;\n letter-spacing: 0.02em;\n font-variant-numeric: tabular-nums;\n font-feature-settings: "tnum" 1, "kern" 0;\n min-width: 76px;\n white-space: nowrap;\n\n &.time-warning {\n color: var(--error-color, #EF4444);\n }\n }\n\n .checkout-presale-subtitle {\n transition: opacity 0.3s ease, max-height 0.3s ease;\n opacity: 1;\n max-height: 100px;\n overflow: hidden;\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n\n .checkout-presale-countdown.is-scrolled .checkout-presale-subtitle {\n opacity: 0;\n max-height: 0;\n }\n\n .checkout-completed-container .powered-by-container {\n margin-top: auto;\n padding: 24px;\n }\n\n .checkout-completed-container .checkout-legal-message {\n padding: 0 24px;\n }\n\n .checkout-legal-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n text-align: center;\n word-break: break-word;\n margin: 10px 0 !important;\n }\n\n .checkout-legal-message + .checkout-separator {\n margin-top: 0 !important;\n }\n\n .checkout-legal-message a {\n color: var(--primary-color, #1D4ED8);\n }\n\n .checkout-legal-message strong {\n font-weight: 600;\n }\n\n .checkout-legal-message em {\n font-style: italic;\n }\n\n .checkout-amount-due {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-amount-due span:first-child {\n color: var(--default-text-color-70, #18181B);\n }\n\n .checkout-amount-due span:last-child {\n color: var(--default-text-color, #1D4ED8);\n }\n\n .checkout-presale-locked-message {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n }\n\n .checkout-presale-locked-message > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-presale-locked-message p {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-presale-locked-message svg {\n width: 16px;\n height: 16px;\n stroke-width: 0.5px;\n stroke: var(--default-text-color, #1D4ED8);\n }\n\n .checkout-zero-amount-container {\n display: flex;\n padding: 0 24px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: italic;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-items-toggler-button .chevron-icon {\n transition: transform 0.3s ease;\n transform-origin: center;\n }\n\n .checkout-items-toggler-button.expanded .chevron-icon {\n transform: rotate(180deg); /* Chevron now points up */\n }\n ',getGlobalStyles=()=>"\n html, body, div, span, applet, object, iframe,\n h1, h2, h3, h4, h5, h6, p, blockquote, pre,\n a, abbr, acronym, address, big, cite, code,\n del, dfn, em, img, ins, kbd, q, s, samp,\n small, strike, strong, sub, sup, tt, var,\n b, u, i, center,\n dl, dt, dd, ol, ul, li,\n fieldset, form, label, legend,\n table, caption, tbody, tfoot, thead, tr, th, td,\n article, aside, canvas, details, embed,\n figure, figcaption, footer, header, hgroup,\n menu, nav, output, ruby, section, summary,\n time, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n }\n\n *, :after, :before {\n box-sizing: border-box;\n }\n\n article, aside, details, figcaption, figure,\n footer, header, hgroup, menu, nav, section {\n display: block;\n }\n body {\n line-height: 1;\n }\n ol, ul {\n list-style: none;\n }\n blockquote, q {\n quotes: none;\n }\n blockquote:before, blockquote:after,\n q:before, q:after {\n content: '';\n content: none;\n }\n table {\n border-collapse: collapse;\n border-spacing: 0;\n }\n\n button {\n background: none;\n border: none;\n padding: 0;\n font: inherit;\n color: inherit;\n cursor: pointer;\n }\n\n input,\n textarea {\n background: none;\n border: none;\n padding: 0;\n resize: none;\n }\n\n input[type=\"checkbox\"] {\n /* Add if not using autoprefixer */\n -webkit-appearance: none;\n appearance: none;\n /* For iOS < 15 to remove gradient background */\n background-color: #fff;\n /* Not removed via appearance */\n margin: 0;\n }\n\n .custom-input {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex: 1 0 0;\n font-family: var(--heading-font-family, Poppins);\n }\n\n .disabled-input {\n opacity: 0.5;\n pointer-events: disable;\n }\n\n .custom-input.birthdate .date-input-container {\n display: flex;\n height: 36px;\n align-items: center;\n align-self: stretch;\n }\n\n .date-input-container .month-field,\n .date-input-container .day-field {\n flex: 0 1 50px;\n max-width: 50px;\n }\n\n .date-input-container .year-field {\n flex: 1 0 70px;\n max-width: 70px;\n }\n\n .date-input-container .date-separator {\n color: var(--accent-color, #18181B);\n font-size: 14px;\n line-height: 24px;\n margin: 0 8px;\n }\n\n .custom-input.birthdate input {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n font-size: 16px;\n height: 36px;\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n padding: 4px 11px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n min-width: 53px;\n }\n\n .custom-input.birthdate.outlined input {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .custom-input.birthdate.filled input {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .custom-input label {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n color: var(--default-text-color, #18181B);\n text-align: left;\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n font-family: var(--paragraph-font-family, Poppins);\n text-overflow: ellipsis;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 14px;\n padding-bottom: 2px;\n margin-bottom: 6px;\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .custom-input label {\n display: block;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n }\n\n .custom-input > input,\n .custom-input textarea {\n width: 100%;\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n font-size: 16px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n }\n\n .custom-input.outlined > input,\n .custom-input.outlined textarea {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .custom-input.filled > input,\n .custom-input.filled textarea {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .custom-input input:focus,\n .custom-input textarea:focus,\n .custom-input select:focus {\n outline: none;\n border-color: var(--primary-color, #3b82f6);\n }\n\n .custom-input input:disabled,\n .custom-input select:disabled {\n cursor: not-allowed;\n }\n\n .custom-input.textarea textarea {\n height: auto;\n }\n\n .custom-input input.input-error {\n border-color: var(--error-color, #EF4444);\n }\n\n .custom-input .error-container {\n display: none;\n }\n\n .custom-input .error-container.show {\n display: block;\n margin-top: 8px;\n }\n\n .custom-input .error-message {\n color: var(--error-color, #EF4444);\n font-size: 0.875rem;\n margin-bottom: 0.25rem;\n }\n\n p > strong {\n font-weight: 700;\n }\n\n /* Alert Styles\n ** Global styles for alerts\n */\n\n .alert {\n display: flex;\n flex-direction: row;\n padding: 8px 16px;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--border-radius-rounded, 6px);\n margin-bottom: 8px;\n }\n\n .alert-warning {\n border: 1px solid var(--warning-color, #EA580C);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--warning-color, #EA580C);\n }\n\n .alert-success {\n border: 1px solid var(--success-color, #10b981);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--success-color, #10b981);\n }\n\n .alert-info {\n border: 1px solid var(--base-blue, #3b82f6);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--base-blue, #3b82f6);\n }\n\n .alert-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 13px;\n word-break: break-word;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n flex: 1;\n }\n\n .alert-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n flex-shrink: 0;\n margin-right: 8px;\n }\n\n .alert-icon-warning {\n color: var(--warning-color, #EA580C);\n }\n\n .alert-icon-success {\n color: var(--success-color, #10b981);\n }\n\n .alert-icon-info {\n color: var(--base-blue, #3b82f6);\n }\n\n .alert-icon svg {\n width: 16px;\n height: 16px;\n }\n\n .alert-icon-svg {\n width: 12px;\n height: 12px;\n fill: currentColor;\n }\n\n .alert-details {\n margin-top: 8px;\n padding-left: 24px;\n }\n\n .alert-details-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: var(--typography-base-sizes-small-font-size, 12px);\n font-weight: var(--font-weight-normal, 400);\n opacity: 0.8;\n }\n\n /** Engraving FORM **/\n\n .engraving-form {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .engraving-form > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .engraving-form .product-info-section,\n .engraving-form .fulfillment-section,\n .engraving-form .engraving-section {\n display: flex;\n padding: 16px 16px;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .engraving-form .product-info-section {\n gap: 16px;\n flex-direction: row;\n align-items: center;\n }\n\n .product-details-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .product-details-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .engraving-form .product-info-section .product-image-container {\n display: flex;\n width: 68px;\n height: 68px;\n flex-direction: column;\n align-items: flex-start;\n aspect-ratio: 1/1;\n }\n\n .engraving-form .product-info-section .product-image-container .product-image {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .product-details-container .product-header {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-details-container .product-title,\n .product-details-container .product-price {\n color: var(--default-text-color, #18181B);\n font-feature-settings: 'haln' on;\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 24px;\n }\n\n .product-details-container .product-price {\n margin-left: 4px;\n }\n\n .product-size-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n align-self: stretch;\n }\n\n .engraving-fees-disclaimer {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n align-self: stretch;\n }\n\n .engraving-form .fulfillment-section .shipping-from-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-bottom: 8px;\n }\n\n .engraving-form .fulfillment-section .shipping-from-text b {\n font-weight: 600;\n }\n\n .engraving-form .fulfillment-section {\n flex-direction: column;\n }\n\n .fulfillment-options-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n max-height: 0;\n overflow: hidden;\n transition: max-height 0.3s ease;\n }\n\n .fulfillment-options-container.expanded {\n max-height: 100%;\n }\n\n .fulfillment-options-container.expanded + .see-more-fulfillments {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option {\n width: 100%;\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n cursor: pointer;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n flex-shrink: 0;\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .fulfillment-options-container .fulfillment-option:not(:first-child) {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option.selected {\n color: var(--selected-text-color, #FAFAFA);\n border-radius: var(--card-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n border: 1px solid transparent;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row:first-child span {\n font-weight: 600;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row:last-child {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option > span {\n width: 50%;\n }\n\n .see-more-fulfillments {\n color: var(--primary-color, #1E40AF);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .engraving-section {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .engraving-section .engraving-title {\n color: var(--default-text-color, #18181B);\n font-feature-settings: 'haln' on;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .engraving-section .engraving-location-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .engraving-inputs-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n gap: 16px;\n margin-top: 16px;\n }\n\n .engraving-input-wrapper {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n gap: 4px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n }\n\n .engraving-input-wrapper .engraving-input {\n flex: 1;\n border: none;\n outline: none;\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-transform: uppercase;\n }\n\n .engraving-input-wrapper .engraving-char-count {\n color: var(--default-text-color-50, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .action-buttons-container {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n align-content: flex-start;\n gap: 16px;\n align-self: stretch;\n }\n\n .action-buttons-container .cancel-action-button {\n width: 20%;\n padding: 8px 16px;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .action-buttons-container .add-to-cart-button {\n width: 80%;\n padding: 8px 16px;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .action-buttons-container .add-to-cart-button:disabled {\n background: var(--primary-color-70, #E4E4E7);\n cursor: not-allowed;\n }\n\n .engraving-disclaimer {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n .engraving-disclaimer b {\n font-weight: 600;\n }\n\n /** Component Error View **/\n .error-view {\n padding: 20px;\n background: #fff5f5;\n border: 1px solid #fed7d7;\n border-radius: 4px;\n color: #c53030;\n text-align: center;\n }\n\n .error-view h3 {\n margin-bottom: 10px;\n }\n\n .error-view p {\n margin-bottom: 20px;\n font-size: 16px;\n font-style: italic;\n }\n\n .error-view button {\n padding: 8px 16px;\n background: #c53030;\n color: white;\n border: none;\n border-radius: 4px;\n cursor: pointer;\n }\n\n .powered-by-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .pb-title-container {\n display: flex;\n justify-content: center;\n align-items: baseline;\n align-self: stretch;\n margin-bottom: 4px;\n }\n\n .pb-text {\n text-align: center;\n font-family: 'Poppins';\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n margin-right: 4px;\n }\n\n .pb-lc {\n font-family: 'Poppins';\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .pb-dot {\n font-family: 'Poppins';\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .light .pb-text, .dark .pb-lc {\n color: #0F172A;\n }\n\n .dark .pb-text, .dark .pb-lc, .dark .pb-dot {\n color: #FAFAFA;\n }\n\n .light .pb-dot {\n color: #1D4ED8;\n }\n\n .pb-disclaimer-container {\n align-self: stretch;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n word-break: break-word;\n }\n\n .pb-link {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n .dark .pb-disclaimer-container, .dark .pb-link {\n color: #FAFAFA;;\n }\n\n .light .pb-disclaimer-container{\n color: #0F172A;\n }\n\n .light .pb-link {\n color: #1D4ED8;\n }\n\n .lce-ui-button {\n display: block;\n position: relative;\n cursor: pointer;\n width: 24px;\n height: 24px;\n }\n\n .lce-ui-button.independent {\n position: absolute;\n top: 12px;\n right: 12px;\n z-index: "+u.INDEPENDENT_BUTTON+';\n }\n\n /* Cart Button Components */\n .lce-cart-button-icon {\n display: block;\n }\n\n .lce-cart-button-badge {\n position: absolute;\n top: -6px;\n right: -6px;\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n border-radius: 50%;\n width: 16px;\n height: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 10px;\n font-weight: bold;\n font-family: var(--heading-font-family, Poppins);\n pointer-events: none;\n z-index: 10;\n line-height: 1;\n }\n\n /* Global Icon Styling - Automatic Accent Color Application */\n svg {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n svg path,\n svg circle,\n svg rect,\n svg line,\n svg polygon,\n svg polyline,\n svg ellipse {\n fill: currentColor;\n stroke: currentColor;\n }\n\n /* Respect explicit fill="none" */\n svg [fill="none"] {\n fill: none !important;\n }\n\n /* Specific icon overrides for semantic colors */\n .checkbox-icon {\n color: var(--icon-color, var(--selected-text-color, #FAFAFA));\n }\n\n .error-info-icon {\n color: var(--icon-color, var(--error-color, #DC2626));\n }\n\n .success-icon {\n color: var(--icon-color, var(--success-color, #10b981));\n }\n\n .warning-icon {\n color: var(--icon-color, var(--warning-color, #EA580C));\n }\n\n .info-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .search-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .arrow-right-icon,\n .bag-icon,\n .completed-icon,\n .loading-spinner-icon,\n .trash-icon,\n .chevron-down-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .chevron-left-icon,\n .close-icon {\n color: var(--icon-color, var(--default-text-color, #18181B));\n }\n\n\n /* Exception for icons that should not inherit color (logos, specific designs) */\n svg[data-no-color-inherit] * {\n fill: initial;\n stroke: initial;\n }\n\n /* Override for stroke-only icons */\n svg[data-stroke-only] * {\n fill: none;\n stroke: currentColor;\n }\n\n /* Override for fill-only icons */\n svg[data-fill-only] * {\n fill: currentColor;\n stroke: none;\n }\n\n /* Tablet and up */\n @media (min-width: 768px) {\n .lce-ui-button.independent {\n top: 16px;\n right: 16px;\n }\n }\n\n /* Desktop */\n @media (min-width: 1024px) {\n .lce-ui-button.independent {\n top: 20px;\n right: 20px;\n }\n }\n\n /** Engraving View Container */\n .engraving-view-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n }\n\n .engraving-view-container {\n width: 100%;\n padding: 16px;\n }\n\n .engraving-view-container.outlined {\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .engraving-view-container.filled {\n border-radius: var(--card-border-radius, 6px);\n background: linear-gradient(0deg, var(--alpha-50, rgba(254, 254, 254, 0.50)) 0%, var(--alpha-50, rgba(254, 254, 254, 0.50)) 100%), var(--accent-color, #E4E4E7);\n }\n\n .engraving-view-container .engraving-header {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n align-content: center;\n }\n\n .engraving-view-container .engraving-header {\n margin-bottom: 16px;\n }\n\n .engraving-view-container .engraving-header h3,\n .engraving-view-container .engraving-header span {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .engraving-view-container .engraving-header span.engraving-fee .engraving-fee-each {\n font-weight: 500;\n }\n\n .engraving-view-container .engraving-body {\n display: flex;\n justify-content: space-between;\n align-items: flex-end;\n align-content: flex-end;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .engraving-view-container .engraving-lines {\n display: flex;\n min-width: 136px;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .engraving-view-container .engraving-lines .engraving-line {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n text-transform: uppercase;\n margin-top: 4px;\n }\n\n .engraving-view-container .engraving-lines .engraving-line:not(:first-child) {\n margin-top: 4px;\n }\n\n .engraving-view-container .engraving-actions {\n display: flex;\n align-items: center;\n }\n\n .engraving-view-container .engraving-actions .edit-button {\n margin-left: 16px;\n }\n\n .engraving-view-container .engraving-actions button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .action-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .disclaimer-header {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n }\n\n .disclaimer-description {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n /* Alert Container - Simplified version matching existing alert design */\n .alert-container {\n display: flex;\n padding: 8px 16px;\n align-items: flex-start;\n flex-direction: row;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--error-color, #DC2626);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n }\n\n .alert-wrapper {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .alert-wrapper > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .alert-wrapper.hidden {\n display: none;\n }\n\n .alert-item {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n }\n\n .alert-container.hidden {\n display: none;\n }\n\n .alert-container.alert-error {\n border-color: var(--error-color, #DC2626);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n }\n\n .alert-container.alert-warning {\n border-color: var(--warning-color, #FBBF24);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--warning-color, #FBBF24);\n }\n\n .alert-container.alert-success {\n border-color: var(--success-color, #4ADE80);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--success-color, #4ADE80);\n }\n\n .alert-container .alert-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n flex-shrink: 0;\n margin-right: 8px;\n color: var(--error-color, #DC2626);\n }\n\n .alert-container .alert-icon svg {\n width: 16px;\n height: 16px;\n }\n\n .alert-container .alert-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n flex: 1;\n }\n\n\n /*************************\n Animation\n *************************/\n @keyframes spin {\n 0% {\n transform: translateY(-50%) rotate(0deg);\n }\n 100% {\n transform: translateY(-50%) rotate(360deg);\n }\n }\n\n @keyframes slideIn {\n 0% {\n opacity: 0;\n transform: translateY(-8px);\n max-height: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n max-height: 100px;\n }\n }\n\n /*************************\n Accessibility - Focus Visible\n *************************/\n\n /* Remove default focus outline for mouse users */\n *:focus {\n outline: none;\n }\n\n /* Show focus only for keyboard navigation */\n *:focus-visible {\n outline: 1px solid var(--warning-color, #1D4ED8);\n outline-offset: 0px;\n border-radius: var(--button-border-radius, 6px);\n box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);\n }\n\n /* Screen reader only text */\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n',getImageCarouselStyle=()=>"\n .product-image-carousel {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n max-width: 100%;\n height: auto;\n min-height: 350px;\n overflow: hidden;\n }\n\n .product-image-carousel.popup {\n max-height: 474px;\n }\n\n .product-image-carousel.carousel {\n max-height: 594px;\n }\n\n .main-image {\n position: relative;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: flex-start;\n border-radius: var(--card-border-radius, 6px);\n overflow: hidden;\n flex: 1;\n background-image: var(--bg-image, none);\n background-position: center center;\n background-size: contain;\n background-repeat: no-repeat;\n }\n\n .carousel-dots {\n position: absolute;\n bottom: 16px;\n left: 50%;\n transform: translateX(-50%);\n z-index: "+u.CAROUSEL_CONTROLS+";\n display: flex;\n border-radius: 20px;\n }\n\n .carousel-dots .carousel-dot {\n margin-left: 10px;\n }\n\n .carousel-dots .carousel-dot:first-child {\n margin-left: 0;\n }\n\n .carousel-dot {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n border: none;\n background: var(--accent-color, #828a97ff);\n cursor: pointer;\n transition: background-color 0.2s ease;\n }\n\n .carousel-dot.active {\n background: var(--primary-color, #3b82f6);\n }\n\n .gallery-viewport {\n display: none;\n overflow: hidden;\n width: 100%;\n height: 80px;\n flex-shrink: 0;\n margin-top: 12px;\n }\n\n .gallery-container {\n display: flex;\n cursor: grab;\n touch-action: pan-y pinch-zoom;\n }\n\n .gallery-container:active {\n cursor: grabbing;\n }\n\n .gallery-container .gallery-image-wrapper {\n margin-left: 8px;\n }\n\n .gallery-container .gallery-image-wrapper:first-child {\n margin-left: 0;\n }\n\n .gallery-image-wrapper {\n flex: 0 0 auto;\n }\n\n .gallery-image {\n width: 60px;\n height: 60px;\n object-fit: cover;\n border: 1px solid transparent;\n border-radius: var(--card-border-radius, 6px);\n cursor: pointer;\n background: var(--accent-color, #3b82f6);\n opacity: 0.5;\n transition: opacity 0.2s ease;\n user-select: none;\n -webkit-user-drag: none;\n }\n\n .gallery-image-wrapper.selected .gallery-image {\n opacity: 1;\n border-color: var(--primary-color, #3b82f6);\n }\n\n /* Small mobile screens */\n @media (min-width: 480px) {\n .carousel-dot {\n width: 8px;\n height: 8px;\n }\n\n .carousel-dots .carousel-dot {\n margin-left: 8px;\n }\n }\n\n /* Tablet and desktop */\n @media (min-width: 769px) {\n .carousel-dots {\n display: none;\n }\n\n .gallery-viewport {\n display: block;\n }\n\n .gallery-image {\n width: 80px;\n height: 80px;\n }\n }\n\n @media (prefers-reduced-motion: reduce) {\n .gallery-image,\n .carousel-dot {\n transition: none;\n }\n }\n",getProductStyles=()=>"\n .product-content-wrapper {\n width: 100%;\n min-width: 320px;\n height: auto;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n .product-content-wrapper .product-image-carousel {\n margin-right: 40px;\n }\n\n .product-content {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n position: relative;\n overflow: hidden;\n }\n\n .product-content > .product-title + .product-options:not(.hide-content) {\n margin-top: 24px;\n }\n\n @media (min-width: 769px) {\n .product-content-wrapper {\n flex-direction: row;\n align-items: stretch;\n }\n\n .product-content-wrapper.has-images .product-image-carousel {\n width: 45%;\n }\n\n .product-content-wrapper.has-images .product-content {\n width: 55%;\n }\n }\n\n .product-interactions {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-interactions > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .size-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .size-container .size-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n margin-bottom: 8px;\n }\n\n .size-container .size-buttons-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n margin-bottom: -8px;\n }\n\n .size-container .size-buttons-container .size-button {\n display: flex;\n padding: 8px 16px;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .size-container .size-buttons-container > * {\n margin-right: 8px;\n margin-bottom: 8px;\n }\n\n .size-container .size-buttons-container > *:last-child {\n margin-right: 0;\n }\n\n .size-container .size-buttons-container .size-button.selected {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n border: 1px solid transparent;\n }\n\n .price-personalization-container {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-wrap: wrap;\n width: 100%;\n }\n\n .add-personalization-span {\n color: var(--primary-color, #1E40AF);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight:400;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n /** Product Add to Cart Container */\n .add-to-cart-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .add-to-cart-container > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .add-to-cart-container .quantity-container {\n display: flex;\n width: 106px;\n align-items: center;\n }\n\n .add-to-cart-container .quantity-container .quantity-decrease,\n .add-to-cart-container .quantity-container .quantity-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n\n cursor: pointer;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .add-to-cart-container .quantity-container.outlined .quantity-decrease,\n .add-to-cart-container .quantity-container.outlined .quantity-increase {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .add-to-cart-container .quantity-container.outlined .quantity-decrease.disabled,\n .add-to-cart-container .quantity-container.outlined .quantity-increase.disabled {\n cursor: not-allowed;\n }\n\n .add-to-cart-container .quantity-container .quantity-decrease {\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n }\n\n .add-to-cart-container .quantity-container .quantity-increase {\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n }\n\n .add-to-cart-container .quantity-container .product-count {\n display: flex;\n padding: 6px 8px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .add-to-cart-container .quantity-container.outlined .product-count {\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .add-to-cart-container .add-to-cart-button {\n display: flex;\n min-width: 182px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n outline: none;\n cursor: pointer;\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n position: relative;\n }\n\n .add-to-cart-container .add-to-cart-button.loading::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+u.LOADING_INDICATOR+";\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n .add-to-cart-container .add-to-cart-button.processing {\n cursor: not-allowed;\n pointer-events: none;\n }\n\n .add-to-cart-container .add-to-cart-button.disabled {\n background: var(--primary-color-70, #E4E4E7);\n cursor: not-allowed;\n }\n\n\n .product-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n transform: translateX(0);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n visibility: visible;\n height: auto;\n }\n\n .product-title.hide {\n transform: translateX(-100%);\n visibility: hidden;\n height: 0;\n }\n\n .main-product-price {\n display: inline-block;\n width: fit-content;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 30px;\n font-style: normal;\n font-weight: 600;\n line-height: 36px;\n }\n\n .product-description {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-description > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .product-description .title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .product-description .content {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n align-self: stretch;\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .product-description .content.collapsed {\n /* Modern browsers with line-clamp support */\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3;\n overflow: hidden;\n\n /* Fallback for older browsers */\n max-height: 4.5em; /* 3 lines * 1.5 line-height */\n line-height: 1.5;\n word-wrap: break-word;\n\n /* Additional fallback properties */\n text-overflow: ellipsis;\n white-space: normal;\n }\n\n /* Fallback for browsers without line-clamp support */\n @supports not (-webkit-line-clamp: 3) {\n .product-description .content.collapsed {\n display: block;\n max-height: 4.5em;\n overflow: hidden;\n position: relative;\n }\n\n .product-description .content.collapsed::after {\n content: '...';\n position: absolute;\n right: 0;\n bottom: 0;\n background: linear-gradient(to right, transparent, var(--default-background-color, white) 50%);\n padding-left: 20px;\n }\n }\n\n .product-description .collapse-button {\n border-radius: var(--button-border-radius, 6px);\n cursor: pointer;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n /* Product Drawer container */\n .product-drawer-container {\n width: 100%;\n height: 0;\n z-index: "+u.PRODUCT_DRAWER+";\n transform: translateX(100%);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n }\n\n /* Opened drawer state */\n .product-drawer-container.open {\n transform: translateX(0);\n height: 100%;\n }\n\n /* Expanded drawer state when address suggestions are shown */\n .product-drawer-container.open:has(.suggestions-expanded) {\n height: 230px;\n }\n\n /* Content area - fills the remaining space */\n .product-drawer-content {\n position: relative;\n display: block;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n }\n\n .product-options {\n width: 100%;\n min-width: 320px;\n transform: translateX(0);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n visibility: visible;\n height: auto;\n }\n\n .product-options.hide-content {\n transform: translateX(-100%);\n visibility: hidden;\n height: 0;\n }\n\n .product-no-availability-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .product-options-open-address-button {\n width: 100%;\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n",getProductRetailersStyles=()=>"\n .product-retailers {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .retailers-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n /** Fulfillment Tab Container **/\n .fulfillment-tabs-container {\n display: flex;\n width: 100%;\n align-items: flex-end;\n flex-shrink: 0;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .fulfillment-tabs-container .fulfillment-tab {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .fulfillment-tabs-container .fulfillment-tab.selected {\n border-bottom: 2px solid var(--primary-color, #1D4ED8);\n margin-bottom: -1px;\n }\n\n .fulfillment-tabs-container .fulfillment-tab .fulfillment-tab-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .fulfillment-tabs-container .fulfillment-tab .fulfillment-tab-label.selected {\n font-weight: 600;\n }\n\n /** Carousel Mode **/\n .retailers-container .carousel-fulfillment-list-container {\n display: flex;\n flex-direction: row;\n align-self: stretch;\n touch-action: pan-y pinch-zoom;\n cursor: grab;\n }\n\n .retailers-container .carousel-fulfillment-list-container.active {\n cursor: grabbing;\n }\n\n .carousel-fulfillment-list-viewport {\n overflow: hidden;\n width: 100%;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card {\n display: flex;\n width: 200px;\n min-height: 200px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-between;\n flex-shrink: 0;\n transition: all 0.2s ease;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n cursor: pointer;\n scroll-snap-align: center;\n\n -webkit-touch-callout:none;\n -webkit-user-select:none;\n -moz-user-select:none;\n -ms-user-select:none;\n user-select:none;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card:not(:first-child) {\n margin-left: 8px;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.closed {\n opacity: 0.7;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.selected {\n color: var(--selected-text-color, #FAFAFA);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n border: 1px solid transparent;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-header .name {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;\n text-overflow: ellipsis;\n align-self: stretch;\n /* Cross-browser fallback */\n max-height: 2.8em;\n line-height: 1.4;\n word-wrap: break-word;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-weight: 500;\n font-style: normal;\n line-height: 20px;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.selected .retailer-header .name {\n font-weight: 600;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-header .address {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;\n font-weight: 400;\n text-overflow: ellipsis;\n /* Cross-browser fallback */\n max-height: 2.8em;\n line-height: 1.4;\n word-wrap: break-word;\n align-self: stretch;\n font-family: var(--heading-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n line-height: 14px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .product-price {\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 500;\n line-height: 32px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card.selected .retailer-body .product-price {\n font-weight: 600;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .shipping-price,\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .expectation {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n /************************* Popup Mode *************************/\n .retailers-container .header {\n display: flex;\n height: 36px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .retailers-container .header .header-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailers-container .header .delivery-options {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n /** Popup Fulfillment List Container **/\n .retailers-popup-list-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-popup-list-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-popup-list-container .popup-retailers-section-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .popup-fulfillment-list-container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow-y: auto;\n align-self: stretch;\n max-height: 350px;\n }\n\n .drawer-content .popup-fulfillment-list-container {\n max-height: 100%;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card {\n width: 100%;\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n cursor: pointer;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n flex-shrink: 0;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card:not(:first-child) {\n margin-top: 16px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card.closed {\n opacity: 0.7;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card.selected {\n color: var(--selected-text-color, #FAFAFA);\n border-radius: var(--card-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n border: 1px solid transparent;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .row {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .price,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .fee,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .price {\n font-weight: 600;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n overflow: hidden;\n /* Cross-browser single-line fallback */\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n .fulfillments-no-availability-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n";function getDrawerStyles(){return"\n /* Drawer wrapper container */\n .drawer-wrapper {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: "+u.DRAWER_WRAPPER+";\n pointer-events: none;\n }\n\n .drawer-wrapper.open {\n pointer-events: auto;\n }\n\n /* Backdrop overlay */\n .drawer-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n z-index: "+u.DRAWER_BACKDROP+";\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n pointer-events: none;\n }\n\n .drawer-backdrop.visible {\n opacity: 1;\n visibility: visible;\n pointer-events: auto;\n }\n\n /* Main drawer */\n .drawer {\n position: absolute;\n top: 0;\n right: 0;\n width: 400px;\n height: 100vh; /* Fallback for browsers that don't support dvh */\n height: 100dvh;\n z-index: "+u.DRAWER_CONTENT+";\n background-color: #ffffff;\n overflow: hidden;\n transform: translateX(100%);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);\n pointer-events: auto;\n }\n\n /* Opened drawer state */\n .drawer.open {\n transform: translateX(0);\n }\n\n .drawer.address-input .drawer-content,\n .drawer.engraving-form .drawer-content,\n .drawer.product-retailers-popup-list .drawer-content {\n padding: 16px;\n }\n\n /* Content area - fills the remaining space */\n .drawer-content {\n position: relative;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n background-color: var(--drawer-background-color, #FAFAFA);\n }\n\n /* Content swap animation classes */\n .drawer-content-fade-out {\n opacity: 1;\n transition: opacity 150ms ease-out;\n }\n\n .drawer-content-fade-out.fading {\n opacity: 0;\n }\n\n .drawer-content-fade-in {\n opacity: 0;\n transition: opacity 150ms ease-in;\n }\n\n .drawer-content-fade-in.visible {\n opacity: 1;\n }\n\n /* Mobile adjustments */\n @media (max-width: 576px) {\n .drawer {\n width: 100%;\n }\n }\n\n /* Accessibility - respect user's motion preferences */\n @media (prefers-reduced-motion: reduce) {\n .drawer,\n .drawer-backdrop,\n .drawer-content-fade-out,\n .drawer-content-fade-in {\n transition: none;\n }\n }\n "}const getProductLoadingStyles=()=>"\n .skeleton-container {\n min-width: 320px;\n width: 100%;\n height: auto;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n }\n\n .skeleton-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .skeleton-container .wave {\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .skeleton-container .wave::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 90deg,\n transparent 0%,\n rgba(255, 255, 255, 0.8) 50%,\n transparent 100%\n );\n animation: wave 1.8s infinite ease-in-out;\n z-index: "+u.SKELETON_WAVE+";\n }\n\n .sc-title {\n height: 32px;\n width: 100%;\n }\n\n .sc-sizes {\n height: 36px;\n width: 100%;\n display: flex;\n }\n\n .sc-size-button {\n height: 36px;\n width: 30%;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-size-button:not(:first-child) {\n margin-left: 8px;\n }\n\n .sc-row {\n display: flex;\n background: none !important;\n height: auto;\n }\n\n .sc-row > *:not(:first-child) {\n margin-left: 12px;\n }\n\n .sc-price {\n height: 36px;\n width: 30%;\n }\n\n .sc-personalization {\n height: 36px;\n width: 40%;\n margin-right: 0;\n margin-left: auto;\n }\n\n .sc-deliver-to {\n height: 16px;\n width: 25%;\n margin-bottom: -16px;\n }\n\n .sc-address {\n height: 16px;\n width: 75%;\n }\n\n .sc-retailers {\n height: 140px;\n width: 100%;\n }\n\n .sc-quantity {\n height: 36px;\n width: 30%;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-add-to-cart {\n height: 36px;\n flex: 1;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-description-title {\n height: 16px;\n width: 45%;\n margin-bottom: -12px;\n }\n\n .sc-description-line {\n height: 16px;\n width: 100%;\n margin-bottom: -20px;\n }\n\n .sc-description-more {\n height: 16px;\n width: 30%;\n margin-top: 8px;\n }\n\n .sc-title::before { animation-delay: 0s; }\n .sc-price::before { animation-delay: 0.1s; }\n .sc-size-button::before { animation-delay: 0.2s; }\n .sc-price::before { animation-delay: 0.3s; }\n .sc-personalization::before { animation-delay: 0.4s; }\n .sc-deliver-to::before { animation-delay: 0.5s; }\n .sc-address::before { animation-delay: 0.6s; }\n .sc-retailers::before { animation-delay: 0.7s; }\n .sc-quantity::before { animation-delay: 0.8s; }\n .sc-add-to-cart::before { animation-delay: 0.9s; }\n .sc-description-title::before { animation-delay: 1.0s; }\n .sc-description-line:nth-child(10)::before { animation-delay: 1.1s; }\n .sc-description-line:nth-child(11)::before { animation-delay: 1.2s; }\n .sc-description-line:nth-child(12)::before { animation-delay: 1.3s; }\n .sc-description-more::before { animation-delay: 1.4s; }\n\n .sc-main-image {\n width: 100%;\n height: 350px;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n flex: 1;\n }\n\n .sc-carousel-dot {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background-color: #c4d1e0;\n margin-right: 10px;\n }\n\n .sc-carousel-dot:last-child {\n margin-right: 0;\n }\n\n .sc-gallery-thumbnail {\n width: 60px;\n height: 60px;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-main-image::before { animation-delay: 1.5s; }\n .sc-carousel-dot::before { animation-delay: 1.6s; }\n .sc-gallery-thumbnail::before { animation-delay: 1.7s; }\n\n @media (min-width: 480px) {\n .sc-carousel-dot {\n width: 8px;\n height: 8px;\n margin-right: 8px;\n }\n }\n\n @media (min-width: 769px) {\n .sc-gallery-thumbnail {\n width: 80px;\n height: 80px;\n }\n\n .sc-main-image {\n height: 474px;\n }\n }\n\n @keyframes wave {\n 0% {\n left: -100%;\n }\n 100% {\n left: 100%;\n }\n }\n",getProductListCardLoadingStyles=()=>"\n .product-list-card-loading__container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n gap: 24px;\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .slc__card {\n width: calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n flex: 0 0 calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n pointer-events: none;\n background-color: transparent;\n border: none;\n border-radius: var(--card-border-radius, 0.375rem);\n overflow: hidden;\n cursor: default;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n height: 100%;\n }\n\n .slc__card .wave {\n background-color: #c4d1e0;\n position: relative;\n overflow: hidden;\n }\n\n .slc__card .wave::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 90deg,\n transparent 0%,\n rgba(255, 255, 255, 0.8) 50%,\n transparent 100%\n );\n animation: wave 1.8s infinite ease-in-out;\n z-index: "+u.SKELETON_WAVE+";\n }\n\n .slc__image-content {\n width: 100%;\n height: 100%;\n padding: 10px 0;\n }\n\n .slc__image-wrapper {\n width: 100%;\n height: 14rem;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-bottom: none;\n padding-bottom: 10px;\n }\n\n .slc__image {\n width: 100%;\n height: 14rem;\n background-color: #c4d1e0;\n }\n\n .slc__content {\n width: 100%;\n display: flex;\n flex-direction: column;\n margin-bottom: 10px;\n }\n\n .slc__title-container {\n display: flex;\n flex-direction: column;\n gap: 8px;\n margin-bottom: 20px;\n width: 100%;\n }\n\n .slc__title {\n height: 18px;\n background-color: #c4d1e0;\n }\n\n .slc__title-line-1 {\n width: 90%;\n }\n\n .slc__title-line-2 {\n width: 75%;\n }\n\n .slc__price {\n width: 60px;\n height: 20px;\n background-color: #c4d1e0;\n }\n\n .slc__size-price-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n }\n\n .slc__size {\n width: 45px;\n height: 20px;\n background-color: #c4d1e0;\n }\n\n .slc__button {\n width: 100%;\n height: 42px;\n margin-top: 10px;\n background-color: var(--primary-color, #3b82f6);\n opacity: 0.7;\n }\n\n .slc__card:nth-child(1) .slc__image::before { animation-delay: 0s; }\n .slc__card:nth-child(1) .slc__title-line-1::before { animation-delay: 0.05s; }\n .slc__card:nth-child(1) .slc__title-line-2::before { animation-delay: 0.1s; }\n .slc__card:nth-child(1) .slc__price::before { animation-delay: 0.2s; }\n .slc__card:nth-child(1) .slc__size::before { animation-delay: 0.2s; }\n .slc__card:nth-child(1) .slc__button::before { animation-delay: 0.25s; }\n\n .slc__card:nth-child(2) .slc__image::before { animation-delay: 0.05s; }\n .slc__card:nth-child(2) .slc__title-line-1::before { animation-delay: 0.1s; }\n .slc__card:nth-child(2) .slc__title-line-2::before { animation-delay: 0.15s; }\n .slc__card:nth-child(2) .slc__price::before { animation-delay: 0.25s; }\n .slc__card:nth-child(2) .slc__size::before { animation-delay: 0.25s; }\n .slc__card:nth-child(2) .slc__button::before { animation-delay: 0.3s; }\n\n .slc__card:nth-child(3) .slc__image::before { animation-delay: 0.1s; }\n .slc__card:nth-child(3) .slc__title-line-1::before { animation-delay: 0.15s; }\n .slc__card:nth-child(3) .slc__title-line-2::before { animation-delay: 0.2s; }\n .slc__card:nth-child(3) .slc__price::before { animation-delay: 0.3s; }\n .slc__card:nth-child(3) .slc__size::before { animation-delay: 0.3s; }\n .slc__card:nth-child(3) .slc__button::before { animation-delay: 0.35s; }\n\n .slc__card:nth-child(4) .slc__image::before { animation-delay: 0.15s; }\n .slc__card:nth-child(4) .slc__title-line-1::before { animation-delay: 0.2s; }\n .slc__card:nth-child(4) .slc__title-line-2::before { animation-delay: 0.25s; }\n .slc__card:nth-child(4) .slc__price::before { animation-delay: 0.35s; }\n .slc__card:nth-child(4) .slc__size::before { animation-delay: 0.35s; }\n .slc__card:nth-child(4) .slc__button::before { animation-delay: 0.4s; }\n\n .slc__card:nth-child(n+5) .slc__image::before { animation-delay: 0.2s; }\n .slc__card:nth-child(n+5) .slc__title-line-1::before { animation-delay: 0.25s; }\n .slc__card:nth-child(n+5) .slc__title-line-2::before { animation-delay: 0.3s; }\n .slc__card:nth-child(n+5) .slc__price::before { animation-delay: 0.4s; }\n .slc__card:nth-child(n+5) .slc__size::before { animation-delay: 0.4s; }\n .slc__card:nth-child(n+5) .slc__button::before { animation-delay: 0.45s; }\n";function getPromoCodeTickerStyles(){return"\n .promo-ticker {\n display: flex;\n align-items: stretch;\n width: 100%;\n height: 30px;\n background: var(--accent-color-70, #fff);\n position: relative;\n overflow: hidden;\n }\n\n .promo-ticker__content {\n width: calc(100% - 55px);\n display: flex;\n align-items: center;\n overflow: hidden;\n position: relative;\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n transition: width 0.3s ease;\n }\n\n .promo-ticker:has(.promo-ticker__cta:disabled) .promo-ticker__content {\n width: calc(100% - 60px);\n }\n\n .promo-ticker__content::before,\n .promo-ticker__content::after {\n content: '';\n position: absolute;\n top: 0;\n width: 60px;\n height: 100%;\n z-index: 2;\n pointer-events: none;\n }\n\n .promo-ticker__content::before {\n left: 0;\n background: linear-gradient(90deg, var(--accent-color-70, #fff) 0%, transparent 100%);\n }\n\n .promo-ticker__content::after {\n right: 0;\n background: linear-gradient(90deg, transparent 0%, var(--accent-color-70, #fff) 100%);\n }\n\n .promo-ticker__track {\n display: flex;\n animation: promo-scroll 30s linear infinite;\n will-change: transform;\n }\n\n .promo-ticker__content:hover .promo-ticker__track {\n animation-play-state: paused;\n }\n\n .promo-ticker__text-group {\n display: flex;\n align-items: center;\n color: var(--default-text-color, #fff);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-weight: 500;\n white-space: nowrap;\n letter-spacing: 0.5px;\n text-transform: uppercase;\n }\n\n .promo-ticker__text-item {\n display: inline-flex;\n align-items: center;\n }\n\n .promo-ticker__separator {\n margin: 0 16px;\n color: var(--default-text-color, #fff);\n font-size: 12px;\n }\n\n @keyframes promo-scroll {\n 0% { transform: translateX(0); }\n 100% { transform: translateX(-50%); }\n }\n\n .promo-ticker__cta {\n width: 55px;\n height: 100%;\n background-color: var(--primary-color, #FF5733);\n color: var(--selected-text-color, #fff);\n font-family: var(--heading-font-family, Poppins);\n font-size: 12px;\n font-weight: 600;\n text-transform: uppercase;\n user-select: none;\n position: absolute;\n right: 0;\n top: 0;\n transition: width 0.3s ease;\n }\n\n .promo-ticker__cta:disabled {\n width: 60px;\n background-color: var(--primary-color-70, #FF5733);\n cursor: not-allowed;\n }\n "}const nt={"headingFont.name":"--heading-font-family","paragraphFont.name":"--paragraph-font-family",buttonCornerRadius:"--button-border-radius",cardCornerRadius:"--card-border-radius",primaryColor:"--primary-color",accentColor:"--accent-color",defaultTextColor:"--default-text-color",selectedTextColor:"--selected-text-color",errorColor:"--error-color",warningColor:"--warning-color",successColor:"--success-color",drawerBackgroundColor:"--drawer-background-color"},it={backgroundColor:"--product-background-color"},ot={backgroundColor:"--cart-background-color"},rt={backgroundColor:"--address-background-color"},st={backgroundColor:"--checkout-background-color"},at={global:nt,product:it,cart:ot,address:rt,checkout:st};function getCSSVariableMapping(e){return at[e]||{}}class CssVariableProcessorService{constructor(){this.opacityLevels=[{suffix:"30",value:.3},{suffix:"50",value:.5},{suffix:"70",value:.7},{suffix:"90",value:.9}],this.logger=LoggerFactory.get("CssVariableProcessor")}extractVariablesFromTheme(e,n){const i={},o=getCSSVariableMapping(n);for(const[r,s]of Object.entries(o)){const n=this.getValueByPath(e,r);void 0!==n&&this.isCSSValue(n)&&(i[s]=n,this.isColorVariable(s,n)&&this.generateOpacityVariants(i,s,n))}return i}extractVariablesFromPartialTheme(e,n){const i={},o=getCSSVariableMapping(n);for(const[r,s]of Object.entries(o))if(this.hasValueAtPath(e,r)){const n=this.getValueByPath(e,r);void 0!==n&&this.isCSSValue(n)&&(i[s]=n,this.isColorVariable(s,n)&&this.generateOpacityVariants(i,s,n))}return i}generateCSSVariablesString(e){return Object.entries(e).map(([e,n])=>" "+e+": "+n+";").join("\n")}updateCSSVariablesInStylesheet(e,n){if(0!==Object.keys(n).length)try{const i=this.findOrCreateRule(e);for(const[e,o]of Object.entries(n))i.style.setProperty(e,String(o))}catch(i){this.logger.warn("Failed to update CSS variables")}}getValueByPath(e,n){return n.split(".").reduce((e,n)=>e&&void 0!==e[n]?e[n]:void 0,e)}hasValueAtPath(e,n){const i=n.split(".");let o=e;for(const r of i){if(null==o||!(r in o))return![];o=o[r]}return!![]}findOrCreateRule(e){const n=":host";for(const o of Array.from(e.cssRules))if(o instanceof CSSStyleRule&&o.selectorText===n)return o;const i=e.insertRule(n+" {}");return e.cssRules[i]}isCSSValue(e){if("string"==typeof e){if(""===e.trim())return![];if(/^(#[0-9a-f]{3,8}|rgb|rgba|hsl|hsla|\d+px|\d+%|\d+rem|\d+em|auto|none|inherit|initial|unset|rounded|squared)/.test(e.toLowerCase()))return!![];if(/^[a-zA-Z0-9\s\-'"]+$/.test(e))return!![];if(/^[a-z-]+$/.test(e))return!![]}return"number"==typeof e}generateOpacityVariants(e,n,i){for(const o of this.opacityLevels){const r=n+"-"+o.suffix,s=this.addOpacityToHexColor(i,o.value);s&&(e[r]=s)}}isColorVariable(e,n){if("string"!=typeof n)return![];const i=e.toLowerCase().includes("color"),o=/^#[0-9a-f]{3,8}$/i.test(n);return i&&o}addOpacityToHexColor(e,n){if(!e.startsWith("#"))return null;let i=e.slice(1);if(3===i.length&&(i=i.split("").map(e=>e+e).join("")),6!==i.length)return null;const o=Math.round(255*n),r=o.toString(16).padStart(2,"0");return"#"+i+r}}class StylesheetGeneratorService{constructor(){this.cssProcessor=new CssVariableProcessorService,this.styleSheets=new Map}getStylesheet(e){return this.styleSheets.get(e)}generateSpecificStylesheet(e,n){const i=this.cssProcessor.extractVariablesFromTheme(n,e),o=this.cssProcessor.generateCSSVariablesString(i),r=this.getStylesheetStyles(e).join("\n\n"),s=0===o.length?"":":host { "+o+" }",a=("\n "+s+"\n\n "+r+"\n ").trim();this.createStylesheet(e,a)}createStylesheet(e,n){try{if(this.isCSSStyleSheetSupported()){const i=new CSSStyleSheet;i.replaceSync(n),this.styleSheets.set(e,i)}else this.styleSheets.set(e,n)}catch(R){this.styleSheets.set(e,n)}}isCSSStyleSheetSupported(){try{if("undefined"==typeof CSSStyleSheet)return![];if("function"!=typeof CSSStyleSheet.prototype.replaceSync)return![];const e=new CSSStyleSheet;return e.replaceSync("/* test */"),!![]}catch(e){return![]}}updateVariablesInStylesheet(e,n,i){const o=this.styleSheets.get(e);if(o&&"string"!=typeof o){const e=this.cssProcessor.extractVariablesFromPartialTheme(n,i);this.cssProcessor.updateCSSVariablesInStylesheet(o,e)}}getStylesheetStyles(e){switch(e){case"global":return[getGlobalStyles()];case"ui":return[getDrawerStyles(),getProductLoadingStyles(),getProductListCardLoadingStyles(),getPromoCodeTickerStyles()];case"product":return[getProductStyles(),getImageCarouselStyle(),getAddressStyles(),getProductRetailersStyles(),getProductListStyles()];case"address":return[getAddressStyles()];case"cart":return[getCartStyles()];case"checkout":return[getCheckoutStyles()];default:return[]}}}class ThemeProviderService{constructor(){this.logger=LoggerFactory.get("ThemeProvider"),this.stylesheetGenerator=new StylesheetGeneratorService,this.fontManager=new FontManagerService}static getInstance(){return SingletonManager.getClassInstance("ThemeProviderService",()=>new ThemeProviderService)}async initialize(e){this.data=e,this.fontManager.loadGoogleFonts([this.data.global.theme.headingFont,this.data.global.theme.paragraphFont]),this.stylesheetGenerator.generateSpecificStylesheet("global",this.data.global.theme),this.stylesheetGenerator.generateSpecificStylesheet("ui",{}),this.stylesheetGenerator.generateSpecificStylesheet("product",this.data.product.theme),this.stylesheetGenerator.generateSpecificStylesheet("cart",this.data.cart.theme),this.stylesheetGenerator.generateSpecificStylesheet("checkout",this.data.checkout.theme),this.stylesheetGenerator.generateSpecificStylesheet("address",this.data.address.theme)}updateComponentGlobalConfigs(e){var n,i;const o=this.data.global.layout.showPoweredBy;this.data.global=this.deepMerge(this.getConfigs("global"),e),this.data.global.layout.showPoweredBy=o,((null===(n=e.theme)||void 0===n?void 0:n.headingFont)||(null===(i=e.theme)||void 0===i?void 0:i.paragraphFont))&&this.fontManager.updateGoogleFonts([this.data.global.theme.headingFont,this.data.global.theme.paragraphFont]),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("global",e.theme,"global")}updateProductComponent(e){this.data.product=this.deepMerge(this.getConfigs("product"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("product",e.theme,"product")}updateAddressComponent(e){this.data.address=this.deepMerge(this.getConfigs("address"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("address",e.theme,"address")}updateCartComponent(e){this.data.cart=this.deepMerge(this.getConfigs("cart"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("cart",e.theme,"cart")}updateCheckoutComponent(e){this.data.checkout=this.deepMerge(this.getConfigs("checkout"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("checkout",e.theme,"checkout")}getConfigs(e){return"all"===e?this.data:this.data[e]}getComponentConfig(e){return-1!==X.indexOf(e)?this.getConfigs("product"):-1!==$.indexOf(e)?this.getConfigs("address"):-1!==tt.indexOf(e)?this.getConfigs("cart"):-1!==et.indexOf(e)?this.getConfigs("checkout"):void 0}getStylesheet(e){const n=this.getBaseStylesheets();if(e===o.DRAWER){const e=[...n],i=this.stylesheetGenerator.getStylesheet("product"),o=this.stylesheetGenerator.getStylesheet("cart"),r=this.stylesheetGenerator.getStylesheet("checkout"),s=this.stylesheetGenerator.getStylesheet("address");return i&&e.push(i),o&&e.push(o),r&&e.push(r),s&&e.push(s),e}let i;if($.includes(e)||e===o.ADDRESS)i="address";else if(X.includes(e)||e===o.PRODUCT)i="product";else if(tt.includes(e)||e===o.CART)i="cart";else{if(!et.includes(e)&&e!==o.CHECKOUT)return this.logger.warn("No stylesheets found for component type: "+e+", returning base stylesheets only."),n;i="checkout"}const r=this.stylesheetGenerator.getStylesheet(i);return r?[...n,r]:n}getBaseStylesheets(){const e=[],n=this.stylesheetGenerator.getStylesheet("global"),i=this.stylesheetGenerator.getStylesheet("ui");return n&&e.push(n),i&&e.push(i),e}deepMerge(e,n){const i={...e};for(const o in n)null!==n[o]&&void 0!==n[o]&&("object"!=typeof n[o]||Array.isArray(n[o])||"object"!=typeof e[o]||Array.isArray(e[o])?i[o]=n[o]:i[o]=this.deepMerge(e[o],n[o]));return i}}class BaseCommand{constructor(){this.store=StoreService.getInstance(),this.api=ApiClientService.getInstance(),this.logger=LoggerFactory.get("BaseCommand"),this.pubSub=PubSubService.getInstance(),this.googleTagManager=GoogleTagManagerService.getInstance(),this.clientConfig=ClientConfigService.getInstance(),this.themeProvider=ThemeProviderService.getInstance()}getLocation(){const e=this.store.get("address");if(e.address.one&&e.coordinates.long&&e.coordinates.lat)return{coords:e.coordinates,address:e.address}}}const includeCartEvents=(e,n)=>e.filter(e=>n.includes(e.type)),excludeCartEvents=(e,n)=>e.filter(e=>!n.includes(e.type)),eventsForCart=e=>excludeCartEvents(e,["NewCart","ItemsRemoved","CartError","NoId","InvalidId","NoItemsInCart","RemovedExistingCartItems","PartnerProductConfigs","RetailerMinNotMet","AddressChange"]),hasCartAnyPromoCodeEvents=e=>{const n=["CouponProcessingError","CouponNotFound","CouponExpired","NoApplicableDiscount","CouponNotStarted","MinimumOrderValueNotMet","MinimumOrderUnitsNotMet","MinimumDistinctItemsNotMet","QuotaExceeded","UserLimitExceeded","NotFirstPurchase","InvalidCoupon","InvalidMembership","InvalidDomain","InvalidRequirements","InvalidOrganization","ProductNotEligible","NotEnoughPreviousOrders","RetailerDoesNotAllowPromos","RetailersDoNotAllowPromos"],i=includeCartEvents(e,n);return i.length>0},includeCheckoutEvents=(e,n)=>e.filter(e=>n.includes(e.type)),eventsForCheckout=e=>includeCheckoutEvents(e,["RetailerOnDemandHoursNotAvailable","ItemQuantityChange","MaxQuantityPerOrderExceeded"]),promoCodeCheckoutEvents=e=>includeCheckoutEvents(e,["RetailerDoesNotAllowPromos","RetailersDoNotAllowPromos"]),giftCardCheckoutEvents=e=>includeCheckoutEvents(e,["ErrorProcessingGiftCards","InvalidGiftCardCodes","InvalidGiftCardPartner","InactiveGiftCard","GiftCardAlreadyInUse","GiftCardExpired","GiftCardBalanceDepleted","RetailerDoesNotAllowGiftCards","RetailersDoNotAllowGiftCards"]),hasAnyRetailerGiftCardRestriction=e=>{const n=["RetailerDoesNotAllowGiftCards","RetailersDoNotAllowGiftCards"];return e.some(e=>n.includes(e.type))},ct={OutOfStock:"error",ItemsNotAdded:"warning",ItemsRequestedNotAdded:"warning",ItemEngravingError:"error",AddressChange:"warning",LocationAvailability:"warning",PartnerProductConfigs:"warning",RemovedExistingCartItems:"warning",RetailerMinNotMet:"warning",NoItemsInCart:"warning",InvalidId:"warning",NoId:"warning",CartCheckoutProcessed:"success",NewCart:"warning",CartError:"error",ItemQuantityChange:"warning",ItemIdNotFound:"error",ItemsRemoved:"warning",CouponProcessingError:"error",CouponNotFound:"error",CouponExpired:"error",NoApplicableDiscount:"warning",CouponNotStarted:"error",MinimumOrderValueNotMet:"warning",MinimumOrderUnitsNotMet:"warning",MinimumDistinctItemsNotMet:"warning",QuotaExceeded:"error",UserLimitExceeded:"error",NotFirstPurchase:"warning",InvalidCoupon:"error",InvalidMembership:"error",InvalidDomain:"error",InvalidRequirements:"error",InvalidOrganization:"error",ProductNotEligible:"warning",NotEnoughPreviousOrders:"warning",PresaleItemsNotAllowed:"error",PresaleLimitExceeded:"error",PresaleNotStarted:"error",PresaleExpired:"error",PresaleMixedCart:"error",RetailerDoesNotAllowPromos:"warning",RetailersDoNotAllowPromos:"warning"},lt={ErrorProcessingGiftCards:"error",InvalidGiftCardCodes:"error",InvalidGiftCardPartner:"error",InactiveGiftCard:"error",GiftCardAlreadyInUse:"error",GiftCardExpired:"error",GiftCardBalanceDepleted:"error",RetailerOnDemandHoursNotAvailable:"warning",ItemQuantityChange:"warning",MaxQuantityPerOrderExceeded:"warning",RetailerDoesNotAllowPromos:"warning",RetailersDoNotAllowPromos:"warning",RetailerDoesNotAllowGiftCards:"warning",RetailersDoNotAllowGiftCards:"warning"},transformCartEventsRaw=e=>e.map(e=>({type:e.type,message:e.message,level:ct[e.type]||"error"})),transformCheckoutEventsRaw=e=>e.map(e=>({type:e.type,message:e.message,level:lt[e.type]||"error"})),transformEventsForCart=e=>{const n=eventsForCart(e);return transformCartEventsRaw(n)},transformEventsForCheckout=e=>{const n=eventsForCheckout(e);return transformCheckoutEventsRaw(n)},transformPromoCodeCheckoutEvents=e=>{const n=promoCodeCheckoutEvents(e);return transformCheckoutEventsRaw(n)},transformGiftCardCheckoutEvents=e=>{const n=giftCardCheckoutEvents(e);return transformCheckoutEventsRaw(n)};function buildCartItemStore(e){return{id:e.id,variantId:e.variantId,liquidId:e.liquidId,retailerId:e.retailerId,partNumber:e.partNumber,fulfillmentId:e.fulfillmentId,upc:e.upc,sku:e.sku,salsifyGrouping:e.salsifyGrouping,catPath:e.catPath,volume:e.volume,uom:e.uom,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,name:e.name,brand:e.brand,size:e.size,price:e.price,quantity:e.quantity,maxQuantity:e.maxQuantity,unitPrice:e.unitPrice,mainImage:e.mainImage,attributes:e.attributes,loading:![],updating:![],error:null}}function buildCartTotals(e){return{subtotal:e.subtotal||0,total:e.total||0,shippingFee:e.shippingFee||0,platformFee:e.platformFee||0,giftCardTotal:e.giftCardTotal||0,engravingFee:e.engravingFee||0,deliveryFee:e.deliveryFee||0,discounts:e.discounts||0,quantity:e.quantity||0}}function buildRetailerStore(e){var n;return{id:e.id,name:e.name,platformFee:e.platformFee||0,shippingFee:e.shippingFee||0,subtotal:e.subtotal||0,address:e.address,total:e.total||0,deliveryFee:e.deliveryFee||0,engravingFee:e.engravingFee||0,fulfillments:(null===(n=e.fulfillments)||void 0===n?void 0:n.map(e=>e.id))||[]}}function buildFulfillmentStore(e,n){return{id:e.id,canEngrave:e.canEngrave||![],type:e.type,fees:e.fees,expectation:e.expectation,shippingFee:e.shippingFee||0,subtotal:e.subtotal||0,engravingFee:e.engravingFee||0,deliveryFee:e.deliveryFee||0,items:e.items||[],retailerId:n.id,loading:![],error:null,updating:![]}}function cartDataForEventFromStore(e,n){var i;const o=n.formattedAddress?n:{id:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},r={};for(const s in e.items||{}){const n=e.items[s];r[s]={id:n.id,variantId:n.variantId,liquidId:n.liquidId,retailerId:n.retailerId,partNumber:n.partNumber,fulfillmentId:n.fulfillmentId,upc:n.upc,sku:n.sku,salsifyGrouping:n.salsifyGrouping,catPath:n.catPath,volume:n.volume,uom:n.uom,pack:n.pack,packDesc:n.packDesc,container:n.container,containerType:n.containerType,name:n.name,brand:n.brand,size:n.size,price:n.price||0,quantity:n.quantity||0,maxQuantity:n.maxQuantity||0,unitPrice:n.unitPrice||0,mainImage:n.mainImage||"",attributes:n.attributes||{}}}return{id:e.id,promoCode:(null===(i=e.promoCode)||void 0===i?void 0:i.code)||"",items:r,location:{placesId:o.id,address:{one:o.address.one,two:o.address.two,city:o.address.city,state:o.address.state,zip:o.address.zip,country:o.address.country},coordinates:{latitude:o.coordinates.lat,longitude:o.coordinates.long}},amounts:{deliveryFee:e.totals.deliveryFee,discounts:e.totals.discounts,engravingFee:e.totals.engravingFee,giftCardTotal:0,platformFee:e.totals.platformFee,shippingFee:e.totals.shippingFee,subtotal:e.totals.subtotal,total:e.totals.total},itemCount:Object.values(r||{}).reduce((e,n)=>e+(n.quantity||0),0),updatedAt:e.updatedAt,createdAt:e.createdAt}}class CommonCommands extends BaseCommand{static getInstance(){return SingletonManager.getClassInstance("CommonCommands",()=>new CommonCommands)}syncCartFromResponse(e,i=![]){var o,r,s,a,c,l;const u=this.store.get("cart");for(const n of Object.keys(u.items||{}))this.store.remove("cart.items."+n);for(const n of Object.keys(u.retailers||{}))this.store.remove("cart.retailers."+n);for(const n of Object.keys(u.fulfillments||{}))this.store.remove("cart.fulfillments."+n);const h={"cart.id":e.id,"cart.error":null,"cart.totals":buildCartTotals(e),"cart.updatedAt":e.updatedAt||(new Date).toISOString(),"cart.createdAt":e.createdAt||(new Date).toISOString(),"cart.events":[],"cart.promoCode":(null===(r=null===(o=e.attributes)||void 0===o?void 0:o.promoCode)||void 0===r?void 0:r.value)?{code:e.attributes.promoCode.value.toUpperCase(),discountAmount:e.attributes.promoCode.discount||0,error:null}:null};if((null===(s=e.items)||void 0===s?void 0:s.length)>0)for(const n of e.items)h["cart.items."+n.id]=buildCartItemStore(n);if((null===(a=e.retailers)||void 0===a?void 0:a.length)>0)for(const n of e.retailers)if(h["cart.retailers."+n.id]=buildRetailerStore(n),(null===(c=n.fulfillments)||void 0===c?void 0:c.length)>0)for(const e of n.fulfillments)h["cart.fulfillments."+e.id]=buildFulfillmentStore(e,n);if((null===(l=e.events)||void 0===l?void 0:l.length)>0&&(h["cart.events"]=transformEventsForCart(e.events||[])),this.store.batch(h),i){const e=this.store.get("cart"),i=this.store.get("address");this.pubSub.publishAction(n.CART_LOADED,cartDataForEventFromStore(e,i))}}async loadCart(){try{this.store.set("cart.loading",!![]);const e=this.store.get("cart"),n=await this.api.getCartData(e.id);this.syncCartFromResponse(n,!![]),n.id!==e.id&&await this.store.persist()}catch(e){throw this.store.set("cart.error",(null==e?void 0:e.message)||"Failed to load cart"),this.logger.error("Load cart failed",e),e}finally{this.store.set("cart.loading",![])}}}const dt="lce-checkout-stripe-slot",ut={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",birthDate:"birthDate",addressTwo:"addressTwo",company:"company"},ht={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",addressTwo:"addressTwo",message:"message"},pt={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",company:"company",addressOne:"addressOne",addressTwo:"addressTwo",city:"city",state:"state",zipCode:"zipCode"};function validateCustomerInfo(e){const n=[ut.firstName,ut.lastName,ut.email,ut.phone,ut.birthDate];if(!e)return{isValid:![],invalidFields:n};const i=[];for(const o of n){const n=e[o];if(!n||"string"==typeof n&&""===n.trim())i.push(o);else if("birthDate"===o){const e=validateMinimumAge(n,21,1930);e.isValid||i.push(o)}}return{isValid:0===i.length,invalidFields:i}}function validateGiftRecipientInfo(e){const n=[ht.firstName,ht.lastName,ht.email,ht.phone,ht.message];if(!e)return{isValid:![],invalidFields:n};const i=[];for(const o of n){const n=e[o];(!n||"string"==typeof n&&""===n.trim())&&i.push(o)}return{isValid:0===i.length,invalidFields:i}}function validateBillingInfo(e){const n=[pt.firstName,pt.lastName,pt.email,pt.phone,pt.addressOne,pt.city,pt.state,pt.zipCode];if(!e)return{isValid:![],invalidFields:n};const i=[];for(const o of n){const n=e[o];(!n||"string"==typeof n&&""===n.trim())&&i.push(o)}return{isValid:0===i.length,invalidFields:i}}class UICommands extends BaseCommand{static getInstance(){return SingletonManager.getClassInstance("UICommands",()=>new UICommands)}openDrawer(e,i){const r={type:e,data:i||{}};this.store.set("ui.drawer",{isOpen:!![],contentConfig:r}),e===o.CART&&this.pubSub.publishAction(n.CART_OPENED,!![]),e===o.CHECKOUT&&this.pubSub.publishAction(n.CHECKOUT_OPENED,!![])}closeDrawer(){this.store.set("ui.drawer.isOpen",![]);const e=this.store.get("ui.drawer.contentConfig");(null==e?void 0:e.type)===o.CART&&this.pubSub.publishAction(n.CART_CLOSED,!![]),(null==e?void 0:e.type)===o.CHECKOUT&&this.pubSub.publishAction(n.CHECKOUT_CLOSED,!![])}}function buildCheckoutItemStore(e,n,i){return{liquidId:e.liquidId,variantId:e.variantId,cartItemId:e.cartItemId,retailerId:e.retailerId,fulfillmentId:e.fulfillmentId,salsifyGrouping:e.salsifyGrouping,name:e.name,catPath:e.catPath,volume:e.volume,uom:e.uom,proof:e.proof,abv:e.abv,containerType:e.containerType,container:e.container,size:e.size,pack:e.pack,packDesc:e.packDesc,mainImage:e.mainImage,brand:e.brand,partNumber:e.partNumber,upc:e.upc,sku:e.sku,price:e.price,unitPrice:e.unitPrice,quantity:e.quantity,unitTax:e.unitTax,bottleDeposits:e.bottleDeposits,attributes:e.attributes,retailerName:n.name,expectationDetail:i.expectation.detail,loading:![],updating:![],error:null}}class CheckoutCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.commonCommands=CommonCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("CheckoutCommands",()=>new CheckoutCommands)}async loadCheckout(e){var i,o,s;try{this.store.set("checkout.loading",!![]);const a=e||this.store.get("cart.id"),c=this.store.get("cart");if(0===(null===(i=Object.values(c.items))||void 0===i?void 0:i.length)&&!e)return;const l=this.themeProvider.getConfigs("checkout"),u={canEmail:l.layout.emailOptIn.checked,canSms:l.layout.smsOptIn.checked};if(!a)return this.store.set("checkout.error","Cart ID is not provided"),void 0;const h={"checkout.error":null,"checkout.onDemandFulfillmentTipInfo":{},"checkout.giftCardError":null,"checkout.promoCodeError":null,"checkout.readyForSubmit":null,"checkout.isPresaleLocked":![],"checkout.presaleExpiresAt":null,"checkout.events":[],"checkout.giftRecipient":{addressTwo:null,birthDate:"",company:null,firstName:"",lastName:"",email:"",phone:"",message:""}},m=await this.api.prepareCheckout({cartId:a,marketingPreferences:u});if((null===(o=m.retailers)||void 0===o?void 0:o.length)>0)for(const e of m.retailers)for(const n of e.fulfillments)n.type===r.ON_DEMAND&&(h["checkout.onDemandFulfillmentTipInfo."+n.id]={retailerId:e.id,retailerName:e.name,fulfillmentId:n.id,tip:n.tip,subtotal:n.subtotal});if((null===(s=m.items)||void 0===s?void 0:s.length)>0){this.store.remove("checkout.items");for(const e of m.items){const n=m.retailers.find(n=>n.id===e.retailerId),i=n.fulfillments.find(n=>n.id===e.fulfillmentId);h["checkout.items."+e.cartItemId]=buildCheckoutItemStore(e,n,i)}}m.isPresaleLocked&&m.presaleExpiresAt&&(h["checkout.isPresaleLocked"]=m.isPresaleLocked,h["checkout.presaleExpiresAt"]=m.presaleExpiresAt),h["checkout.token"]=m.token,h["checkout.cartId"]=m.cartId,h["checkout.customer"]=m.customer,h["checkout.acceptedAccountCreation"]=m.acceptedAccountCreation,h["checkout.billingSameAsShipping"]=m.billingSameAsShipping,h["checkout.hasAgeVerify"]=m.hasAgeVerify,h["checkout.hasSubstitutionPolicy"]=m.hasSubstitutionPolicy,h["checkout.isGift"]=m.isGift,h["checkout.marketingPreferences"]=m.marketingPreferences,h["checkout.giftCards"]=m.giftCards.map(e=>({code:e.code,discountAmount:e.applied})),h["checkout.promoCode"]=m.promoCode.value?{code:m.promoCode.value,discountAmount:m.promoCode.discount}:null,h["checkout.marketingPreferences.canEmail"]=m.marketingPreferences.canEmail,h["checkout.marketingPreferences.canSms"]=m.marketingPreferences.canSms,h["checkout.amounts"]=m.amounts,h["checkout.error"]=null,h["checkout.updating"]=![],h["checkout.events"]=m.events||[],this.store.batch(h),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_LOADED,{cartId:m.cartId})}catch(a){throw this.store.set("checkout.error",a.message),this.pubSub.publishAction(n.CHECKOUT_FAILED,{message:a.message}),a}finally{this.store.set("checkout.loading",![])}}async partialLoadCheckout(e){var i,o,s,a,c;try{let n;if(this.store.set("checkout.updating",!![]),(null==e?void 0:e.cartResponse)?this.commonCommands.syncCartFromResponse(e.cartResponse):await this.commonCommands.loadCart(),null==e?void 0:e.response)n=e.response;else{const o=null!==(i=null==e?void 0:e.cartId)&&void 0!==i?i:this.store.get("checkout.cartId");if(!o)return this.store.set("checkout.error","Cart ID is not provided"),void 0;n=await this.api.prepareCheckout({cartId:o})}const l={"checkout.token":n.token,"checkout.events":transformEventsForCheckout(n.events||[]),"checkout.amounts":n.amounts,"checkout.error":null,"checkout.promoCodeError":null,"checkout.giftCardError":null,"checkout.giftCards":n.giftCards.map(e=>({code:e.code,discountAmount:e.applied})),"checkout.promoCode":(null===(s=null===(o=null==n?void 0:n.promoCode)||void 0===o?void 0:o.value)||void 0===s?void 0:s.trim())?{code:n.promoCode.value,discountAmount:n.promoCode.discount}:null};if((null===(a=n.retailers)||void 0===a?void 0:a.length)>0){this.store.remove("checkout.onDemandFulfillmentTipInfo");for(const e of n.retailers)for(const n of e.fulfillments)n.type===r.ON_DEMAND&&(l["checkout.onDemandFulfillmentTipInfo."+n.id]={retailerId:e.id,retailerName:e.name,fulfillmentId:n.id,tip:n.tip,subtotal:n.subtotal})}if((null===(c=n.items)||void 0===c?void 0:c.length)>0){this.store.remove("checkout.items");for(const e of n.items){const i=n.retailers.find(n=>n.id===e.retailerId),o=i.fulfillments.find(n=>n.id===e.fulfillmentId);l["checkout.items."+e.cartItemId]=buildCheckoutItemStore(e,i,o)}}this.store.batch(l),this.validateAndUpdateFormStatus()}catch(l){const e=(null==l?void 0:l.message)||"Failed to load checkout data. Please try again.";throw this.store.set("checkout.error",e),this.pubSub.publishAction(n.CHECKOUT_FAILED,{message:e}),l}finally{this.store.set("checkout.updating",![])}}async toggleIsGift(e){const i=this.store.get("checkout.isGift"),o=null!=e?e:!i;this.store.batch({"checkout.isGift":o,"checkout.giftRecipient":{addressTwo:null,birthDate:"",company:null,email:"",firstName:"",lastName:"",message:null,phone:""}}),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_IS_GIFT_TOGGLED,{isActive:o})}async toggleBillingSameAsShipping(e){const i=this.store.get("checkout.billingSameAsShipping"),o=null!=e?e:!i;this.store.batch({"checkout.billingSameAsShipping":o,"checkout.billing":{firstName:"",lastName:"",email:"",phone:"",addressOne:"",addressTwo:"",city:"",state:"",zipCode:""}}),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_BILLING_SAME_AS_SHIPPING_TOGGLED,{isActive:o})}toggleMarketingPreferences(e,i){const o=this.store.get("checkout.marketingPreferences."+e),r=null!=i?i:!o;this.store.set("checkout.marketingPreferences."+e,r),this.pubSub.publishAction(n.CHECKOUT_MARKETING_PREFERENCES_TOGGLED,{fieldName:e,isActive:r})}async getPaymentSession(){try{const e=this.store.get("cart.id"),n=await this.api.getPaymentSession({cartId:e});this.store.set("checkout.payment",{key:n.key,secret:n.secret,paymentMethodId:null})}catch(e){throw this.store.batch({"checkout.error":e.message,"checkout.loading":![]}),e}}async confirmPaymentSession(e,n){try{const i=await this.api.confirmPaymentSession(e,n);this.store.batch({"checkout.payment.paymentMethodId":i.id,"checkout.readyForSubmit.payment":!![],"checkout.card":{...i.card}})}catch(i){throw new Error("Failed to confirm payment session. Please try again.")}}async applyPromoCode(e){var n;try{this.googleTagManager.promoCodeAttempt(e);const i=this.dataForCheckoutPrepare(),o=await this.api.prepareCheckout({...i,promoCode:e}),r=0!==o.amounts.discounts,s=null===(n=transformPromoCodeCheckoutEvents(o.events||[]))||void 0===n?void 0:n[0];if(!r)return this.store.set("checkout.promoCodeError",s?s.message:'Code "'+e+'" does not exist'),this.googleTagManager.promoCodeFailed(e,(null==s?void 0:s.message)||"not_applied"),void 0;this.googleTagManager.promoCodeApplied(e,o.amounts.discounts),await this.partialLoadCheckout({response:o})}catch(i){const n=(null==i?void 0:i.message)||"Failed to apply promo code. Please try again.";throw this.store.set("checkout.error",n),this.googleTagManager.promoCodeFailed(e,n),i}}async clearPromoCodeError(){try{this.store.set("checkout.promoCodeError",null)}catch(R){const n=R.message||"Failed to clear promo code error. Please try again.";throw this.store.set("checkout.error",n),R}}async removePromoCode(){var e,n;try{const i=this.dataForCheckoutPrepare(),o=(null===(n=null===(e=this.store.get("checkout"))||void 0===e?void 0:e.promoCode)||void 0===n?void 0:n.code)||"",r=await this.api.prepareCheckout({...i,promoCode:""});if(0!==r.amounts.discounts)return this.store.set("checkout.promoCodeError","Failed to remove promo code"),void 0;this.googleTagManager.promoCodeApplied(o,0),await this.partialLoadCheckout({response:r})}catch(i){const e=(null==i?void 0:i.message)||"Failed to remove promo code. Please try again.";this.store.set("checkout.error",e);const n=this.store.get("checkout.promoCode.code")||"";throw n&&this.googleTagManager.promoCodeFailed(n,e),i}}async applyGiftCard(e){var n;const i=e.trim().toUpperCase();try{this.googleTagManager.giftCardAttempt(i);const e=this.dataForCheckoutPrepare(),o=e.giftCards||[],r=await this.api.prepareCheckout({...e,giftCards:[...o,i]}),s=null===(n=transformGiftCardCheckoutEvents(r.events||[]))||void 0===n?void 0:n[0],a=hasAnyRetailerGiftCardRestriction(r.events||[]);if(s&&(this.store.set("checkout.giftCardError",s.message),!a))return;const c=r.giftCards.find(e=>e.code.toLowerCase()===i.toLowerCase());if(!c)return this.store.set("checkout.giftCardError","Gift card could not be applied"),this.googleTagManager.giftCardFailed(i,(null==s?void 0:s.message)||"not_applied"),void 0;this.googleTagManager.giftCardApplied(i,c.applied),await this.partialLoadCheckout({response:r})}catch(o){const e=(null==o?void 0:o.message)||"Failed to apply gift card. Please try again.";throw this.store.set("checkout.error",e),this.googleTagManager.giftCardFailed(i,e),o}}async clearGiftCardError(){try{this.store.set("checkout.giftCardError",null)}catch(R){throw this.store.set("checkout.error",(null==R?void 0:R.message)||"Failed to clear gift card error. Please try again."),R}}async removeGiftCard(e){var n;const i=e.trim().toUpperCase();try{const e=this.dataForCheckoutPrepare(),o=(null===(n=e.giftCards)||void 0===n?void 0:n.filter(e=>e.toLowerCase()!==i.toLowerCase()))||[],r=await this.api.prepareCheckout({...e,giftCards:o}),s=r.giftCards.find(e=>e.code.toLowerCase()===i.toLowerCase());if(s)return this.store.set("checkout.giftCardError","Failed to remove gift card: "+i),void 0;this.googleTagManager.giftCardApplied(i,0),await this.partialLoadCheckout({response:r})}catch(o){const e=(null==o?void 0:o.message)||"Failed to remove gift card. Please try again.";throw this.store.set("checkout.error",e),this.googleTagManager.giftCardFailed(i,e),o}}updateCustomerInfo(e,i){try{this.store.set("checkout.customer."+e,i),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_CUSTOMER_INFORMATION_UPDATED,{fieldName:e})}catch(o){throw this.store.set("checkout.error",o.message),o}}updateBillingInfo(e,i){try{this.store.set("checkout.billing."+e,i),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_BILLING_INFORMATION_UPDATED,{fieldName:e})}catch(o){throw this.store.set("checkout.error",o.message),o}}updateGiftInfo(e,i){try{this.store.set("checkout.giftRecipient."+e,i),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(n.CHECKOUT_GIFT_INFORMATION_UPDATED,{fieldName:e})}catch(o){throw this.store.set("checkout.error",o.message),o}}triggerAddShippingInfoEvent(){var e,n;const i=this.store.get("checkout");if(i.customer.email||i.customer.phone){const o=(null===(e=null==i?void 0:i.customer)||void 0===e?void 0:e.id)||(null===(n=null==i?void 0:i.customer)||void 0===n?void 0:n.email),r={subtotal:centToDollar(i.amounts.subtotal),total_before_discounts:centToDollar(i.amounts.subtotal+i.amounts.tax+i.amounts.shipping+i.amounts.delivery+i.amounts.platform+i.amounts.service),discounts:centToDollar(i.amounts.discounts),gift_cards:centToDollar(i.amounts.giftCards||0),net_total:centToDollar(i.amounts.total)};this.googleTagManager.addShippingInfoWithCustomerData(centToDollar(i.amounts.total),void 0,{phone:i.customer.phone,email:i.customer.email,birth_date:i.customer.birthDate,customer_id:o},r)}}validateAndUpdateFormStatus(){const e=this.store.get("checkout"),n=validateCustomerInfo(e.customer),i=e.isGift?validateGiftRecipientInfo(e.giftRecipient):{isValid:!![],invalidFields:[]},o=e.billingSameAsShipping?{isValid:!![],invalidFields:[]}:validateBillingInfo(e.billing),r=n.isValid&&i.isValid&&o.isValid,s=[...n.invalidFields.map(e=>"customer."+e),...i.invalidFields.map(e=>"giftRecipient."+e),...o.invalidFields.map(e=>"billing."+e)];this.store.batch({"checkout.isFormValid":r,"checkout.invalidFields":s,"checkout.readyForSubmit.customer":n.isValid,"checkout.readyForSubmit.gift":i.isValid,"checkout.readyForSubmit.billing":o.isValid})}async checkoutComplete(){var e;try{const i=this.store.get("checkout"),r=this.store.get("checkout.payment.paymentMethodId");if(!i.token||!r)return;const s=await this.api.checkoutComplete({token:i.token,payment:r}),a=s.legacyOrderNumber||s.referenceId||"N/A";i.isPresaleLocked||this.store.set("cart.shouldReset",!![]),this.uiCommands.openDrawer(o.CHECKOUT_COMPLETED,{orderNumber:a,orderTotal:i.amounts.total,cardLast4:i.card.last4,customerEmail:i.customer.email,giftRecipientEmail:(null===(e=i.giftRecipient)||void 0===e?void 0:e.email)||null}),this.pubSub.publishAction(n.CHECKOUT_SUBMIT_COMPLETED,{orderNumber:a,orderTotal:i.amounts.total}),this.googleTagManager.purchase({transaction_id:a,tax:centToDollar(i.amounts.tax||0),shipping:centToDollar(i.amounts.shipping||0),items:[...Object.values(i.items||{}).map(e=>{const n=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:n.category,item_category2:n.category2,item_category3:n.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})],value:centToDollar(i.amounts.total),subtotal:centToDollar(i.amounts.subtotal),total_before_discounts:centToDollar(i.amounts.subtotal+i.amounts.tax+i.amounts.shipping+i.amounts.delivery+i.amounts.platform+i.amounts.service),discounts:centToDollar(i.amounts.discounts),gift_cards:centToDollar(i.amounts.giftCards||0),net_total:centToDollar(i.amounts.total)})}catch(i){const e=(null==i?void 0:i.message)||"Checkout complete failed";throw this.store.batch({"checkout.error":e,"checkout.readyForSubmit.prepared":![],"checkout.readyForSubmit.payment":![],"checkout.payment.sendSubmitSignal":![]}),this.pubSub.publishAction(n.CHECKOUT_SUBMIT_FAILED,{message:e}),i}finally{this.store.set("checkout.loading",![])}}async startPreparingCheckoutSubmit(){var e,i,o,r;try{this.store.set("checkout.loading",!![]),this.pubSub.publishAction(n.CHECKOUT_SUBMIT_STARTED,{started:!![]});const s=this.store.get("checkout");this.store.set("checkout.payment.sendSubmitSignal",!![]);const a={cartId:s.cartId,customer:{firstName:s.customer.firstName,lastName:s.customer.lastName,email:s.customer.email,phone:s.customer.phone,birthDate:s.customer.birthDate,company:s.customer.company},...s.isGift&&{giftOptions:{recipient:{email:s.giftRecipient.email,phone:s.giftRecipient.phone,name:s.giftRecipient.firstName+" "+s.giftRecipient.lastName},message:s.giftRecipient.message||""}},...!s.billingSameAsShipping&&(null==s?void 0:s.billing)&&{billingAddress:{firstName:null==s?void 0:s.billing.firstName,lastName:s.billing.lastName,email:s.billing.email,phone:s.billing.phone,company:null!==(e=s.billing.company)&&void 0!==e?e:void 0,city:s.billing.city,state:s.billing.state,zip:s.billing.zipCode,one:s.billing.addressOne,two:s.billing.addressTwo||""}},billingSameAsShipping:s.billingSameAsShipping,acceptedAccountCreation:s.acceptedAccountCreation,hasAgeVerify:s.hasAgeVerify,shippingAddressTwo:null!==(i=s.isGift?s.giftRecipient.addressTwo:s.customer.addressTwo)&&void 0!==i?i:void 0,hasSubstitutionPolicy:s.hasSubstitutionPolicy,isGift:s.isGift,marketingPreferences:s.marketingPreferences,promoCode:(null===(o=s.promoCode)||void 0===o?void 0:o.code)||void 0,giftCards:(null===(r=s.giftCards)||void 0===r?void 0:r.map(e=>e.code))||[],deliveryInstructions:Object.values(s.onDemandFulfillmentTipInfo||{}).map(e=>({fulfillmentId:e.fulfillmentId,instructions:s.deliveryInstructions||""}))},c=await this.api.prepareCheckout(a);this.store.batch({"checkout.customer":c.customer,"checkout.acceptedAccountCreation":c.acceptedAccountCreation,"checkout.billingSameAsShipping":c.billingSameAsShipping,"checkout.hasAgeVerify":c.hasAgeVerify,"checkout.hasSubstitutionPolicy":c.hasSubstitutionPolicy,"checkout.isGift":c.isGift,"checkout.marketingPreferences":c.marketingPreferences,"checkout.events":c.events||[],"checkout.readyForSubmit.prepared":!![]}),this.triggerAddShippingInfoEvent();const l={subtotal:centToDollar(s.amounts.subtotal),total_before_discounts:centToDollar(s.amounts.subtotal+s.amounts.tax+s.amounts.shipping+s.amounts.delivery+s.amounts.platform+s.amounts.service),discounts:centToDollar(s.amounts.discounts),gift_cards:centToDollar(s.amounts.giftCards||0),net_total:centToDollar(s.amounts.total)};this.googleTagManager.addPaymentInfoWithoutItems(centToDollar(s.amounts.total),"card",void 0,l)}catch(s){const e=(null==s?void 0:s.message)||"Checkout preparation failed";throw this.store.batch({"checkout.error":e,"checkout.loading":![]}),this.pubSub.publishAction(n.CHECKOUT_SUBMIT_FAILED,{message:e}),s}}openPresaleExpiredDrawer(){this.uiCommands.openDrawer(o.CHECKOUT_PRESALE_EXPIRED)}rerenderCheckout(){this.store.set("checkout.rerender",!![])}async focusFirstInvalidField(){try{const e=this.store.get("checkout.invalidFields")||[];if(0===e.length)return;const n=e[0];this.store.set("checkout.focusField",n),setTimeout(()=>{this.store.set("checkout.focusField",null)},100)}catch(e){this.logger.error("Checkout form validation focus operation failed",{error:e instanceof Error?e.message:String(e)})}}buildItemUpdate(e,n){var i,o,r;const s={id:e.cartItemId,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:n},a=(null===(r=null===(o=null===(i=e.attributes)||void 0===i?void 0:i.engraving)||void 0===o?void 0:o.lines)||void 0===r?void 0:r.filter(e=>""!==e.trim()))||[];return a.length>0&&(s.engravingLines=a),s}async updateCheckoutItemQuantity(e,i){try{this.store.set("checkout.items."+e+".updating",!![]);const o=this.store.get("checkout.cartId"),r=this.store.get("checkout.items."+e);if(!r)throw new Error("Item not found");const s=r.quantity,a=r.quantity+i;if(a<1)return this.removeItem(e,!![]);const c=this.buildItemUpdate(r,a),l=await this.api.updateCart({id:o,items:[c],loc:this.getLocation()});this.pubSub.publishAction(i>0?n.CHECKOUT_ITEM_QUANTITY_INCREASE:n.CHECKOUT_ITEM_QUANTITY_DECREASE,{cartItemId:r.cartItemId,quantity:a,previousQuantity:s});const u=splitCategoryPath(r.catPath),h={item_id:r.liquidId,item_name:r.name,item_brand:r.brand,item_size:r.size,item_category:u.category,item_category2:u.category2,item_category3:u.category3,quantity:Math.abs(i),price:centToDollar(r.unitPrice||0),upc:r.upc,grouping_id:r.salsifyGrouping,product_id:r.liquidId};i<0?this.googleTagManager.removeFromCart(h):i>0&&this.googleTagManager.addToCart(h),await this.partialLoadCheckout({cartResponse:l})}catch(o){throw this.store.set("checkout.items."+e+".error",o.message),o}finally{this.store.set("checkout.items."+e+".updating",![])}}async removeItemEngraving(e){var i,o,r;try{const s=this.store.get("checkout.items."+e);if(!s)throw new Error("Item not found in checkout");if(!(null===(i=s.attributes)||void 0===i?void 0:i.engraving))return this.logger.warn("No engraving found for checkout item",{productItemId:e}),void 0;const a=(null===(r=null===(o=s.attributes)||void 0===o?void 0:o.engraving)||void 0===r?void 0:r.lines)||[],c={id:s.cartItemId,fulfillmentId:s.fulfillmentId,partNumber:s.partNumber,quantity:s.quantity,engravingLines:[]},l=this.store.get("checkout.cartId"),u=await this.api.updateCart({id:l,items:[c],loc:this.getLocation()});this.pubSub.publishAction(n.CHECKOUT_ITEM_ENGRAVING_UPDATED,{cartItemId:s.cartItemId,engravingLines:[],previousEngravingLines:a}),await this.partialLoadCheckout({cartResponse:u})}catch(s){throw this.store.set("checkout.items."+e+".error",s.message),this.logger.error("Failed to remove engraving from checkout item",{productItemId:e,error:s.message}),s}}async removeItem(e,i){try{if(this.clientConfig.isBuilder())return this.logger.warn("Remove item is not available in builder mode"),void 0;i||this.store.set("checkout.items."+e+".updating",!![]);const o=this.store.get("checkout.cartId"),r=this.store.get("checkout.items."+e);if(!r)throw new Error("Item not found");const s=this.buildItemUpdate(r,0),a=await this.api.updateCart({id:o,items:[s],loc:this.getLocation()});this.store.remove("checkout.items."+e),this.pubSub.publishAction(n.CHECKOUT_ITEM_REMOVED,{cartItemId:r.cartItemId}),await this.partialLoadCheckout({cartResponse:a})}catch(o){throw this.store.set("checkout.items."+e+".error",o.message),o}}async updateTips(e){try{this.store.set("checkout.updating",!![]),this.store.set("checkout.tipSelection",e);const i=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},o=Object.values(i).map(n=>{const i=Math.round(n.subtotal*e/100);return{fulfillmentId:n.fulfillmentId,tip:i}}),r=await this.api.prepareCheckout({...this.dataForCheckoutPrepare(),deliveryTips:o});this.updateStoreFromCheckoutResponse(r),this.pubSub.publishAction(n.CHECKOUT_TIP_UPDATED,{deliveryTips:o})}catch(i){throw this.store.set("checkout.error",(null==i?void 0:i.message)||"Failed to update tips. Please try again."),i}finally{this.store.set("checkout.updating",![])}}async updateFulfillmentTip(e,i){try{this.store.set("checkout.updating",!![]);const o=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},r=Object.values(o).map(n=>({fulfillmentId:n.fulfillmentId,tip:n.fulfillmentId===e?i:n.tip})),s={...this.dataForCheckoutPrepare(),deliveryTips:r},a=await this.api.prepareCheckout(s);this.updateStoreFromCheckoutResponse(a),this.pubSub.publishAction(n.CHECKOUT_TIP_UPDATED,{deliveryTips:r})}catch(o){throw this.store.set("checkout.error",(null==o?void 0:o.message)||"Failed to update fulfillment tip. Please try again."),o}finally{this.store.set("checkout.updating",![])}}async removeFulfillmentTip(e){try{this.store.set("checkout.updating",!![]);const i=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},o=Object.values(i).map(n=>({fulfillmentId:n.fulfillmentId,tip:n.fulfillmentId===e?0:n.tip})),r=await this.api.prepareCheckout({...this.dataForCheckoutPrepare(),deliveryTips:o});this.updateStoreFromCheckoutResponse(r),this.pubSub.publishAction(n.CHECKOUT_TIP_UPDATED,{deliveryTips:o})}catch(i){throw this.store.set("checkout.error",(null==i?void 0:i.message)||"Failed to remove fulfillment tip. Please try again."),i}finally{this.store.set("checkout.updating",![])}}updateStoreFromCheckoutResponse(e){var n;const i={"checkout.amounts":e.amounts,"checkout.warning":e.warning,"checkout.events":transformEventsForCheckout(e.events||[]),"checkout.error":null};if((null===(n=e.retailers)||void 0===n?void 0:n.length)>0)for(const o of e.retailers)for(const e of o.fulfillments)e.type===r.ON_DEMAND&&(i["checkout.onDemandFulfillmentTipInfo."+e.id]={retailerId:o.id,retailerName:o.name,fulfillmentId:e.id,tip:e.tip,subtotal:e.subtotal});this.store.batch(i)}async updateStripeFormStatus(e){try{const n=this.store.get("checkout.stripeFormStatus")||{isComplete:![],hasError:![],isProcessing:![],errorMessage:null},i={...n,...e};this.store.set("checkout.stripeFormStatus",i)}catch(n){throw this.logger.error("Error updating Stripe form status",{error:n instanceof Error?n.message:String(n)}),n}}async removeCheckoutError(){this.store.set("checkout.error",null)}async updateDeliveryInstructions(e){this.store.set("checkout.deliveryInstructions",e)}dataForCheckoutPrepare(){var e,n,i;const o=this.store.get("checkout"),r=(null===(e=null==o?void 0:o.customer)||void 0===e?void 0:e.email)?{firstName:o.customer.firstName,lastName:o.customer.lastName,email:o.customer.email,phone:o.customer.phone,birthDate:o.customer.birthDate,company:o.customer.company}:void 0;return{cartId:o.cartId,customer:r,billingSameAsShipping:o.billingSameAsShipping,acceptedAccountCreation:o.acceptedAccountCreation,hasAgeVerify:o.hasAgeVerify,hasSubstitutionPolicy:o.hasSubstitutionPolicy,marketingPreferences:o.marketingPreferences,promoCode:(null===(n=o.promoCode)||void 0===n?void 0:n.code)||void 0,giftCards:(null===(i=null==o?void 0:o.giftCards)||void 0===i?void 0:i.map(e=>e.code))||[]}}}class CartCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.checkoutCommands=CheckoutCommands.getInstance(),this.commonCommands=CommonCommands.getInstance(),this.store.watch("cart.shouldReset",async e=>{e===!![]&&await this.resetCart()})}static getInstance(){return SingletonManager.getClassInstance("CartCommands",()=>new CartCommands)}async updateItemQuantity(e,i){try{this.store.set("cart.items."+e+".updating",!![]);const o=this.store.get("cart.id"),r=this.store.get("cart.items."+e);if(!r)throw this.logger.error("Cart item not found: "+e+" - cannot update quantity by "+i),new Error("Item not found");const s=r.quantity+i;if(s<1)return this.removeItem(e,!![]);const a=this.buildItemUpdate(r,s),c=await this.api.updateCart({id:o,items:[a],loc:this.getLocation()});this.syncItemsFromApiResponse(c,[e]),this.updateFulfillment(r.fulfillmentId,c),this.syncRetailersFromApiResponse(c),this.syncCartMetaFromApiResponse(c),this.pubSub.publishAction(i<0?n.CART_ITEM_QUANTITY_DECREASE:n.CART_ITEM_QUANTITY_INCREASE,{id:r.id,quantity:s,previousQuantity:r.quantity});const l=splitCategoryPath(r.catPath),u={item_id:r.liquidId,item_name:r.name,item_brand:r.brand,item_size:r.size,item_category:l.category,item_category2:l.category2,item_category3:l.category3,quantity:Math.abs(i),price:centToDollar(r.unitPrice||0),upc:r.upc,grouping_id:r.salsifyGrouping,product_id:r.liquidId};i<0?this.googleTagManager.removeFromCart(u):i>0&&this.googleTagManager.addToCart(u)}catch(o){throw this.store.set("cart.items."+e+".error",o.message),this.logger.error("Failed to update item quantity",o),o}finally{this.store.set("cart.items."+e+".updating",![])}}async removeItem(e,i){try{if(this.clientConfig.isBuilder())return this.logger.warn("Remove item is not available in builder mode"),void 0;i||this.store.set("cart.items."+e+".updating",!![]);const o=this.store.get("cart.id"),r=this.store.get("cart.items."+e);if(!r)throw new Error("Item not found");const s={itemId:r.id,fulfillmentId:r.fulfillmentId,retailerId:r.retailerId},a=this.buildItemUpdate(r,0),c=await this.api.updateCart({id:o,items:[a],loc:this.getLocation()});this.syncItemsFromApiResponse(c,[]),this.cleanupAfterItemRemoval(s,c),this.syncCartMetaFromApiResponse(c),this.pubSub.publishAction(n.CART_ITEM_REMOVED,{id:r.id});const l=splitCategoryPath(r.catPath);this.googleTagManager.removeFromCart({item_id:r.liquidId,item_name:r.name,item_brand:r.brand,item_size:r.size,item_category:l.category,item_category2:l.category2,item_category3:l.category3,quantity:r.quantity,price:centToDollar(r.unitPrice||0),upc:r.upc,grouping_id:r.salsifyGrouping,product_id:r.liquidId})}catch(o){throw this.store.set("cart.items."+e+".error",o.message),this.logger.error("Failed to remove item",o),o}}async updateItemEngraving(e,i){var o,r,s;try{const a=this.store.get("cart"),c=null===(o=a.items)||void 0===o?void 0:o[e];if(!c)throw new Error("Item not found");this.store.set("cart.items."+e+".updating",!![]);const l={id:c.id,fulfillmentId:c.fulfillmentId,partNumber:c.partNumber,quantity:c.quantity,engravingLines:i},u=await this.api.updateCart({id:a.id||"",items:[l],loc:this.getLocation()});this.syncItemsFromApiResponse(u,[e]),this.syncRetailersFromApiResponse(u),this.syncCartMetaFromApiResponse(u);const h=this.store.get("cart"),m=this.store.get("address");this.pubSub.publishAction(n.CART_UPDATED,{previous:cartDataForEventFromStore(a,m),current:cartDataForEventFromStore(h,m)}),this.pubSub.publishAction(n.CART_ITEM_ENGRAVING_UPDATED,{id:c.id,engravingLines:i,previousEngravingLines:(null===(s=null===(r=c.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.lines)||[]})}catch(a){throw this.store.set("cart.items."+e+".error",a.message),this.logger.error("Failed to update item engraving",a),a}finally{this.store.set("cart.items."+e+".updating",![])}}async addItem(e){var i,o;try{this.store.set("cart.loading",!![]);const r=this.store.get("cart"),s={...r},a=(null===(i=e.engravingLines)||void 0===i?void 0:i.filter(e=>""!==e.trim()))||[],c=a.length>0,l=Object.values(r.items||{}).find(n=>{var i,o,r,s,l;const u=n.fulfillmentId===e.fulfillmentId&&n.partNumber===e.partNumber;if(!u)return![];if(c){const e=(null===(o=null===(i=n.attributes)||void 0===i?void 0:i.engraving)||void 0===o?void 0:o.lines)||[];return a.join(",")===e.join(",")}return!(null===(l=null===(s=null===(r=n.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.lines)||void 0===l?void 0:l.length)}),u={upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:l?e.quantity+l.quantity:e.quantity};c&&(u.engravingLines=a);const h=await this.api.updateCart({id:r.id||"",items:[u],loc:this.getLocation()}),m=null===(o=h.items)||void 0===o?void 0:o.find(e=>e.fulfillmentId===u.fulfillmentId&&e.partNumber===u.partNumber&&e.upc===u.upc);if(!m)throw new Error("Added item not found in cart response");this.syncItemsFromApiResponse(h,[]);const f=this.store.get("cart.fulfillments."+e.fulfillmentId);f?this.updateFulfillment(e.fulfillmentId,h):this.addNewFulfillmentAndRetailer(e.fulfillmentId,h),this.syncRetailersFromApiResponse(h),this.syncCartMetaFromApiResponse(h);const g=this.store.get("cart"),v=this.store.get("address");this.pubSub.publishAction(n.PRODUCT_ADD_TO_CART,{...e}),this.pubSub.publishAction(n.CART_ITEM_ADDED,{id:m.id,upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,engravingLines:e.engravingLines}),this.pubSub.publishAction(n.CART_UPDATED,{previous:cartDataForEventFromStore(s,v),current:cartDataForEventFromStore(g,v)});const y=splitCategoryPath(m.catPath);this.googleTagManager.addToCart({item_id:m.liquidId,item_name:m.name,item_brand:m.brand,item_size:m.size,item_category:y.category,item_category2:y.category2,item_category3:y.category3,item_type:m.type,item_subtype:m.subType,quantity:m.quantity,price:centToDollar(m.unitPrice||0),upc:m.upc,grouping_id:m.salsifyGrouping,product_id:m.liquidId})}catch(r){throw this.store.set("cart.error",r.message),this.logger.error("Failed to add item to cart",r),r}finally{this.store.set("cart.loading",![])}}async addPresaleItem(e){var n;try{const i={upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity};(null==e?void 0:e.engravingLines)&&(null===(n=null==e?void 0:e.engravingLines)||void 0===n?void 0:n.length)>0&&(i.engravingLines=e.engravingLines);const o=await this.api.updateCart({id:"",items:[i],loc:this.getLocation()});await this.checkoutCommands.loadCheckout(o.id)}catch(i){throw this.store.set("cart.error",i.message),this.logger.error("Failed to add presale item to cart",i),i}}async handleGoToCheckout(){var e;try{this.store.set("cart.loading",!![]),await this.checkoutCommands.loadCheckout(),this.uiCommands.openDrawer(o.CHECKOUT);const n=this.store.get("cart"),i=(null===(e=n.promoCode)||void 0===e?void 0:e.code)||void 0;this.googleTagManager.beginCheckout([...Object.values(n.items||{}).map(e=>{const n=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:n.category,item_category2:n.category2,item_category3:n.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})],i)}catch(n){throw this.store.set("cart.error",n.message),this.logger.error("Failed to proceed to checkout",n),n}finally{this.store.set("cart.loading",![])}}async applyPromoCode(e){var n,i,o;if(!(null==e?void 0:e.trim()))throw new Error("Promo code is required");const r=e.trim().toUpperCase();try{const e=this.store.get("cart.id");this.googleTagManager.promoCodeAttempt(r);const s=await this.api.updateCart({id:e,items:[],promoCode:r,loc:this.getLocation()});this.store.set("cart.totals",buildCartTotals(s)),this.store.set("cart.events",transformEventsForCart(s.events||[]));const a=(null===(o=null===(i=null===(n=s.attributes)||void 0===n?void 0:n.promoCode)||void 0===i?void 0:i.value)||void 0===o?void 0:o.toLowerCase())===r.toLowerCase();a?(this.store.set("cart.promoCode",{code:r,discountAmount:s.discounts||0}),this.googleTagManager.promoCodeApplied(r,s.discounts||0)):(this.store.set("cart.promoCode",null),this.googleTagManager.promoCodeFailed(r,'Code "'+r+'" does not exist'))}catch(s){const e=(null==s?void 0:s.message)||"Failed to apply promo code. Please try again.";throw this.store.set("cart.error",e),this.googleTagManager.promoCodeFailed(r,e),this.logger.error("Failed to apply promo code",s),s}}async removePromoCode(){try{const e=this.store.get("cart.id"),n=await this.api.updateCart({id:e,items:[],promoCode:"",loc:this.getLocation()});this.store.batch({"cart.totals":buildCartTotals(n),"cart.promoCode":null}),this.googleTagManager.promoCodeApplied("",0)}catch(e){const n=(null==e?void 0:e.message)||"Failed to remove promo code. Please try again.";this.store.set("cart.error",n);const i=this.store.get("cart.promoCode");throw(null==i?void 0:i.code)&&this.googleTagManager.promoCodeFailed(i.code,n),this.logger.error("Failed to remove promo code",e),e}}rerenderCart(){this.store.set("cart.rerender",!![])}async resetCart(){this.store.set("checkout",{...H,rerender:!![]}),this.store.set("cart",{...U,rerender:!![]}),await this.commonCommands.loadCart(),this.pubSub.publishAction(n.CART_RESET,!![])}getDetails(){var e;const n=this.store.get("cart"),i=this.store.get("address"),o=i.id?i:{id:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},r={};for(const s in n.items||{}){const e=n.items[s];r[s]={id:e.id,variantId:e.variantId,liquidId:e.liquidId,salsifyGrouping:e.salsifyGrouping,retailerId:e.retailerId,partNumber:e.partNumber,fulfillmentId:e.fulfillmentId,upc:e.upc,sku:e.sku,catPath:e.catPath,volume:e.volume,uom:e.uom,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,name:e.name,brand:e.brand,size:e.size,price:e.price||0,quantity:e.quantity||0,maxQuantity:e.maxQuantity||0,unitPrice:e.unitPrice||0,mainImage:e.mainImage||"",attributes:e.attributes||{}}}return{id:n.id,promoCode:(null===(e=n.promoCode)||void 0===e?void 0:e.code)||"",items:r,location:{placesId:o.id,address:{one:o.address.one,two:o.address.two,city:o.address.city,state:o.address.state,zip:o.address.zip,country:o.address.country},coordinates:{latitude:o.coordinates.lat,longitude:o.coordinates.long}},amounts:{deliveryFee:n.totals.deliveryFee,discounts:n.totals.discounts,engravingFee:n.totals.engravingFee,giftCardTotal:n.totals.giftCardTotal,platformFee:n.totals.platformFee,shippingFee:n.totals.shippingFee,subtotal:n.totals.subtotal,total:n.totals.total},itemCount:Object.values(r||{}).reduce((e,n)=>e+(n.quantity||0),0),updatedAt:n.updatedAt,createdAt:n.createdAt}}buildItemUpdate(e,n){var i,o,r;const s={id:e.id,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:n},a=(null===(r=null===(o=null===(i=e.attributes)||void 0===i?void 0:i.engraving)||void 0===o?void 0:o.lines)||void 0===r?void 0:r.filter(e=>""!==e.trim()))||[];return a.length>0&&(s.engravingLines=a),s}syncItemsFromApiResponse(e,n=[]){var i;const o=this.store.get("cart.items")||{},r=new Set((null===(i=e.items)||void 0===i?void 0:i.map(e=>e.id))||[]);for(const a of Object.keys(o))r.has(a)||this.store.remove("cart.items."+a);const s={};for(const a of e.items)0!==n.length&&!n.includes(a.id)&&o[a.id]||(s["cart.items."+a.id]=buildCartItemStore(a));Object.keys(s).length>0&&this.store.batch(s)}syncCartMetaFromApiResponse(e){var n,i;const o={"cart.totals":buildCartTotals(e),"cart.error":null,"cart.updatedAt":e.updatedAt||(new Date).toISOString(),"cart.createdAt":e.createdAt||(new Date).toISOString(),"cart.events":transformEventsForCart(e.events||[])},r=null===(i=null===(n=e.attributes)||void 0===n?void 0:n.promoCode)||void 0===i?void 0:i.value;if(r)o["cart.promoCode"]={code:r.toUpperCase(),discountAmount:e.discounts||0};else{const e=this.store.get("cart.promoCode");(null==e?void 0:e.code)&&(o["cart.promoCode"]=null)}this.store.batch(o)}syncRetailersFromApiResponse(e){var n;if((null===(n=e.retailers)||void 0===n?void 0:n.length)>0){const n={};for(const i of e.retailers)n["cart.retailers."+i.id]=buildRetailerStore(i);this.store.batch(n)}}updateFulfillment(e,n){var i,o;const r=null===(i=n.retailers)||void 0===i?void 0:i.find(n=>{var i;return null===(i=n.fulfillments)||void 0===i?void 0:i.some(n=>n.id===e)}),s=null===(o=null==r?void 0:r.fulfillments)||void 0===o?void 0:o.find(n=>n.id===e);s&&r&&this.store.set("cart.fulfillments."+e,buildFulfillmentStore(s,r))}addNewFulfillmentAndRetailer(e,n){var i,o;const r=null===(i=n.retailers)||void 0===i?void 0:i.find(n=>{var i;return null===(i=n.fulfillments)||void 0===i?void 0:i.some(n=>n.id===e)}),s=null===(o=null==r?void 0:r.fulfillments)||void 0===o?void 0:o.find(n=>n.id===e);if(s&&r){const n={["cart.fulfillments."+e]:buildFulfillmentStore(s,r),["cart.retailers."+r.id]:buildRetailerStore(r)};this.store.batch(n)}}cleanupAfterItemRemoval(e,n){var i,o,r,s;const a=this.store.get("cart.fulfillments."+e.fulfillmentId),c=this.store.get("cart.retailers."+e.retailerId);if(!a||!c)return;const l=null===(i=n.retailers)||void 0===i?void 0:i.some(n=>{var i;return null===(i=n.fulfillments)||void 0===i?void 0:i.some(n=>n.id===e.fulfillmentId)}),u=null===(o=n.retailers)||void 0===o?void 0:o.some(n=>n.id===e.retailerId);if(l){this.updateFulfillment(e.fulfillmentId,n);const i=null===(s=n.retailers)||void 0===s?void 0:s.find(n=>n.id===e.retailerId);i&&this.store.set("cart.retailers."+e.retailerId,buildRetailerStore(i))}else if(this.store.remove("cart.fulfillments."+e.fulfillmentId),u){const i=null===(r=n.retailers)||void 0===r?void 0:r.find(n=>n.id===e.retailerId);i&&this.store.set("cart.retailers."+e.retailerId,buildRetailerStore(i))}else this.store.remove("cart.retailers."+e.retailerId)}}function fulfillmentAddress(e,n){if(!e)return"";if(n===r.SHIPPING){const n=[e.city,e.state].filter(Boolean);return n.join(", ")}const i=[e.one,e.two,e.city,e.state].filter(Boolean);return i.join(", ")}const mt=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"],ft=1440;function timeToMinutes(e){const n=e.match(/^(\d{1,2}):(\d{2})$/);if(!n)throw new Error("Invalid time format: "+e);const i=Number.parseInt(n[1],10),o=Number.parseInt(n[2],10);if(i<0||i>47||o<0||o>59)throw new Error("Invalid time values: "+e);return 60*i+o}function getCurrentTimeInTimezone$1(e){var n,i,o;const r=new Date,s={timeZone:e,weekday:"long",hour:"2-digit",minute:"2-digit",hour12:![]};try{const e=new Intl.DateTimeFormat("en-US",s),a=e.formatToParts(r),c=(null===(n=a.find(e=>"weekday"===e.type))||void 0===n?void 0:n.value.toLowerCase())||"",l=(null===(i=a.find(e=>"hour"===e.type))||void 0===i?void 0:i.value)||"0",u=(null===(o=a.find(e=>"minute"===e.type))||void 0===o?void 0:o.value)||"0",h=60*Number.parseInt(l,10)+Number.parseInt(u,10);return{weekday:c,timeInMinutes:h}}catch(a){throw new Error("Invalid timezone: "+e)}}function format24TimeTo12(e){const n=e.match(/^(\d{1,2}):(\d{2})$/);if(!n||"object"==typeof n)return e;let i=Number.parseInt(n[1],10);const o=n[2];i>=24&&(i-=24);const r=i>=12?"PM":"AM",s=0===i?12:i>12?i-12:i;return s+":"+o+" "+r}function isWithinTimeSlot(e,n){try{const i=timeToMinutes(n.startsAt),o=timeToMinutes(n.endsAt);if(o>ft){if(e>=i||e<o-ft)return"during"}else if(o<i){if(e>=i||e<o)return"during"}else if(e>=i&&e<o)return"during";return e<i?"before":"after"}catch(i){return"after"}}function getNextOpeningTime(e,n,i=7){var o,r;const s=mt.indexOf(n);for(let c=1;c<=i;c++){const n=(s+c)%7,i=mt[n],l=e[i];if((null==l?void 0:l.active)&&l.times&&l.times.length>0)try{const e=1===c?"tomorrow":i;return"Opens "+e+" at "+format24TimeTo12(null!==(r=null===(o=null==l?void 0:l.times[0])||void 0===o?void 0:o.startsAt)&&void 0!==r?r:"")}catch(a){}}return null}function validateFulfillmentData(e){return e&&"object"==typeof e&&e.hours&&e.timezone?"string"!=typeof e.timezone?![]:!![]:![]}function getRetailerOffHours(e){var n;if(!(null==e?void 0:e.type)||(null==e?void 0:e.type)!==r.ON_DEMAND)return{message:null,isOpen:!![],isClosed:![]};if(!validateFulfillmentData(e))return{message:null,isOpen:![],isClosed:!![]};try{const{weekday:i,timeInMinutes:o}=getCurrentTimeInTimezone$1(e.timezone),r=e.hours[i];if(!(null==r?void 0:r.active)||!(null===(n=r.times)||void 0===n?void 0:n.length)){const n=getNextOpeningTime(e.hours,i);return{message:n,isOpen:![],isClosed:!![]}}for(const e of r.times){const n=isWithinTimeSlot(o,e);switch(n){case"before":return{message:"Opens at "+format24TimeTo12(e.startsAt),isOpen:![],isClosed:!![],openTime:e.startsAt,closeTime:e.endsAt};case"during":{let n=e.endsAt;const i=timeToMinutes(n);if(i>ft){const e=Math.floor(i/60)-24,o=i%60;n=e.toString().padStart(2,"0")+":"+o.toString().padStart(2,"0")}return{message:"Closes at "+format24TimeTo12(n),isOpen:!![],isClosed:![],openTime:e.startsAt,closeTime:e.endsAt}}}}const s=getNextOpeningTime(e.hours,i);return{message:s,isOpen:![],isClosed:!![]}}catch(i){return{message:null,isOpen:![],isClosed:!![]}}}class ProductCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("ProductCommands",()=>new ProductCommands)}async createProductInstance(e,n=![]){this.store.createProductInstance(e),n&&this.store.set("products."+e+".loading",!![])}async loadMultipleProducts(e){var n;if(!Array.isArray(e)||0===e.length)return this.logger.warn("No product IDs provided for loading multiple products."),void 0;this.store.batch(e.reduce((e,n)=>(e["products."+n+".loading"]=!![],e["products."+n+".error"]=null,e),{}));const i=await this.api.getProductsData(e,this.getLocation());if(!i||!i.products||0===i.products.length)return this.logger.warn("No product data found for the provided product IDs."),this.store.batch(e.reduce((e,n)=>(e["products."+n+".loading"]=![],e["products."+n+".error"]=!![],e),{})),void 0;const o=[];for(const s of i.products){const r=s.sizes.filter(n=>e.some(e=>e===(n.upc||n.id||s.salsifyGrouping))),a=e.find(e=>r.some(n=>e===n.upc||e===n.id)||e===s.salsifyGrouping),c=a||(null===(n=null==r?void 0:r[0])||void 0===n?void 0:n.upc);await this.loadProduct(c,{products:[s],retailers:i.retailers}),o.push(c)}const r=e.filter(e=>-1===o.indexOf(e));this.store.batch(r.reduce((e,n)=>(e["products."+n+".loading"]=![],e["products."+n+".error"]="Product data not found",e),{}))}async loadProduct(e,i=null){var o,r;try{const s=this.store.get("products."+e);s.loading||this.store.set("products."+e+".loading",!![]);let a=null;if(i&&(a=i),i||(a=await this.api.getProductsData([e],this.getLocation())),!a||!(null===(o=null==a?void 0:a.products)||void 0===o?void 0:o[0]))return this.store.set("products."+e+".error","Product data not found"),void 0;const c=this.loadProductStoreUpdate(a);if(!c)return this.store.set("products."+e+".error","Failed to process product data"),void 0;this.store.set("products."+e,{...c,identifier:e}),this.pubSub.publishAction(n.PRODUCT_LOADED,this.productDataForEventFromStore(e));const l=a.products[0],u=c.sizes[c.selectedSizeId||""],h=Boolean(this.getLocation()),m=c.selectedFulfillment,f=h&&(null==m?void 0:m.price)?m.price:(null===(r=c.priceInfo)||void 0===r?void 0:r.avg)||0,g=splitCategoryPath(l.catPath);this.googleTagManager.viewItem({item_id:null==u?void 0:u.id,item_name:l.name,item_brand:l.brand,item_size:null==u?void 0:u.size,item_category:g.category,item_category2:g.category2,item_category3:g.category3,price:centToDollar(f),item_type:l.type,item_subtype:l.subType,upc:null==u?void 0:u.upc,grouping_id:l.salsifyGrouping,product_id:null==u?void 0:u.id})}catch(s){throw this.store.set("products."+e+".error",s.message),this.logger.error("Failed to load product data for ID "+e,s),s}finally{this.store.set("products."+e+".loading",![])}}async selectSize(e,i){var o,s,a,c,l,u,h;const m=this.store.get("products."+e);let f=m.selectedFulfillmentType;const g=null===(o=m.sizes[i])||void 0===o?void 0:o.shippingFulfillments,v=null===(s=m.sizes[i])||void 0===s?void 0:s.onDemandFulfillments;let y=null,b=null;if(f!==r.SHIPPING||Object.values(g).length)if(f!==r.ON_DEMAND||Object.values(v).length){const e=f===r.SHIPPING?g:v,n=Object.values(e);y=n[0]||null,b=(null==y?void 0:y.fulfillmentId)||null}else{f=r.SHIPPING;const e=Object.values(g);y=e[0]||null,b=(null==y?void 0:y.fulfillmentId)||null}else{f=r.ON_DEMAND;const e=Object.values(v);y=e[0]||null,b=(null==y?void 0:y.fulfillmentId)||null}const x=f===r.SHIPPING?g:v,w=m.sizes[i],C=splitCategoryPath(m.catPath),k=(null==y?void 0:y.price)||(null===(a=m.priceInfo)||void 0===a?void 0:a.avg)||0;this.googleTagManager.viewItem({item_id:null==w?void 0:w.id,item_name:m.name,item_brand:m.brand,item_size:null==w?void 0:w.size,item_category:C.category,item_category2:C.category2,item_category3:C.category3,price:centToDollar(k),item_type:m.type,item_subtype:m.subType,upc:null==w?void 0:w.upc,grouping_id:m.salsifyGrouping,product_id:null==w?void 0:w.id});const S=Object.keys(g).length>0,E=Object.keys(v).length>0,_=S||E;if(!_){const e=this.store.get("address");this.googleTagManager.productSizeNoAvailability({productId:null==w?void 0:w.id,productName:m.name,productBrand:m.brand,productCategory:C.category,productCategory2:C.category2,productCategory3:C.category3,productType:m.type,productSubtype:m.subType,productPrice:(null===(c=m.priceInfo)||void 0===c?void 0:c.avg)||0,sizeId:i,sizeName:null==w?void 0:w.size,upc:null==w?void 0:w.upc,groupingId:m.salsifyGrouping,address:(null==e?void 0:e.address)?{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""}:void 0,reason:"No fulfillments available for this size"})}this.pubSub.publishAction(n.PRODUCT_SIZE_CHANGED,{identifier:e,selectedSizeId:i,size:(null===(l=m.sizes[i])||void 0===l?void 0:l.size)||"",previousSizeId:m.selectedSizeId||"",previousSize:(null===(u=m.sizes[m.selectedSizeId])||void 0===u?void 0:u.size)||""}),this.store.batch({["products."+e+".selectedSizeId"]:i,["products."+e+".mainImage"]:(null===(h=m.sizes[i])||void 0===h?void 0:h.image)||null,["products."+e+".productHasAvailability"]:Object.keys(g).length+Object.keys(v).length>0,["products."+e+".fulfillmentHasAvailability"]:Boolean(Object.keys(x).length),["products."+e+".selectedFulfillmentType"]:f,["products."+e+".selectedFulfillment"]:y,["products."+e+".selectedFulfillmentId"]:b})}async selectFulfillment(e,i){var o,s,a;const c=this.store.get("products."+e),l=null===(o=c.sizes[c.selectedSizeId])||void 0===o?void 0:o.shippingFulfillments,u=null===(s=c.sizes[c.selectedSizeId])||void 0===s?void 0:s.onDemandFulfillments,h=c.selectedFulfillmentType===r.SHIPPING?l:u,m=h[i];this.pubSub.publishAction(n.PRODUCT_FULFILLMENT_CHANGED,{identifier:e,selectedFulfillmentId:i,selectedFulfillmentType:c.selectedFulfillmentType,previousFulfillmentId:c.selectedFulfillmentId||"",previousFulfillmentType:c.selectedFulfillmentType});const f=c.sizes[c.selectedSizeId||""],g=splitCategoryPath(c.catPath),v=(null==m?void 0:m.price)||(null===(a=c.priceInfo)||void 0===a?void 0:a.avg)||0;this.googleTagManager.viewItem({item_id:null==f?void 0:f.id,item_name:c.name,item_brand:c.brand,item_size:null==f?void 0:f.size,item_category:g.category,item_category2:g.category2,item_category3:g.category3,price:centToDollar(v),item_type:c.type,item_subtype:c.subType,upc:null==f?void 0:f.upc,grouping_id:c.salsifyGrouping,product_id:null==f?void 0:f.id}),this.store.batch({["products."+e+".selectedFulfillment"]:m,["products."+e+".selectedFulfillmentId"]:i,["products."+e+".quantity"]:1})}async updateQuantity(e,i){var o;const r=this.store.get("products."+e),s=r.quantity,a=s+i,c=1,l=(null===(o=null==r?void 0:r.selectedFulfillment)||void 0===o?void 0:o.stock)||5,u=Math.max(c,Math.min(l,a));this.pubSub.publishAction(i<0?n.PRODUCT_QUANTITY_DECREASE:n.PRODUCT_QUANTITY_INCREASE,{identifier:e,quantity:u,previousQuantity:s}),this.store.set("products."+e+".quantity",u)}async changeFulfillmentType(e,i){var o,s,a;const c=this.store.get("products."+e),{shippingFulfillments:l,onDemandFulfillments:u}=c.sizes[c.selectedSizeId],h=i===r.SHIPPING?l:u,m=Object.values(h);if(0===m.length){this.logger.warn("No fulfillments available for type "+i+" on product "+e);const n=this.store.get("address"),r=c.sizes[c.selectedSizeId],a=splitCategoryPath(c.catPath);return this.googleTagManager.productFulfillmentNoAvailability({productId:null==r?void 0:r.id,productName:c.name,productBrand:c.brand,productCategory:a.category,productCategory2:a.category2,productCategory3:a.category3,productType:c.type,productSubtype:c.subType,productPrice:(null===(o=c.priceInfo)||void 0===o?void 0:o.avg)||0,sizeId:null!==(s=c.selectedSizeId)&&void 0!==s?s:void 0,sizeName:null==r?void 0:r.size,fulfillmentType:i,upc:null==r?void 0:r.upc,groupingId:c.salsifyGrouping,address:(null==n?void 0:n.address)?{one:n.address.one,two:n.address.two,city:n.address.city,state:n.address.state,zip:n.address.zip,country:n.address.country||""}:void 0,reason:"No "+i+" fulfillments available for selected size"}),void 0}const f=m[0]||null,g=(null==f?void 0:f.fulfillmentId)||null;this.pubSub.publishAction(n.PRODUCT_FULFILLMENT_TYPE_CHANGED,{identifier:e,selectedFulfillmentType:i,selectedFulfillmentId:g,previousFulfillmentType:c.selectedFulfillmentType,previousFulfillmentId:c.selectedFulfillmentId,fulfillmentHasAvailability:m.length>0});const v=c.sizes[c.selectedSizeId||""],y=splitCategoryPath(c.catPath),b=(null==f?void 0:f.price)||(null===(a=c.priceInfo)||void 0===a?void 0:a.avg)||0;this.googleTagManager.viewItem({item_id:null==v?void 0:v.id,item_name:c.name,item_brand:c.brand,item_size:null==v?void 0:v.size,item_category:y.category,item_category2:y.category2,item_category3:y.category3,price:centToDollar(b),item_type:c.type,item_subtype:c.subType,upc:null==v?void 0:v.upc,grouping_id:c.salsifyGrouping,product_id:null==v?void 0:v.id}),this.store.batch({["products."+e+".selectedFulfillmentType"]:i,["products."+e+".selectedFulfillment"]:f,["products."+e+".selectedFulfillmentId"]:g,["products."+e+".fulfillmentHasAvailability"]:m.length>0})}async removeProduct(e){this.store.removeProductInstance(e)}async openProductDrawer(e,n,i){const o={type:n,data:i||{}};this.store.batch({["products."+e+".drawer.isOpen"]:!![],["products."+e+".drawer.contentConfig"]:o})}async closeProductDrawer(e){this.store.set("products."+e+".drawer.isOpen",![])}async rerenderAllProducts(){const e=this.store.getProductInstances(),n=Object.keys(e);for(const i of n)this.store.set("products."+i+".rerender",!![])}async addToCart(e,n){try{this.store.set("products."+e+".updating",!![]),this.uiCommands.openDrawer(o.CART),await this.cartCommands.addItem(n),this.store.batch({["products."+e+".quantity"]:1,["products."+e+".updating"]:![]});const i=this.store.get("cart");this.googleTagManager.viewCart([...Object.values(i.items||{}).map(e=>{const n=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:n.category,item_category2:n.category2,item_category3:n.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})])}catch(i){this.logger.error("Error adding to cart",i),this.store.set("products."+e+".updating",![])}}async addPresaleToCart(e,n){try{this.store.set("products."+e+".updating",!![]),await this.cartCommands.addPresaleItem(n),this.clientConfig.isBuilder()||this.uiCommands.openDrawer(o.CHECKOUT),this.store.batch({["products."+e+".quantity"]:1,["products."+e+".updating"]:![]})}catch(i){this.logger.error("Error adding to cart",i),this.store.set("products."+e+".updating",![])}}productDataForEventFromStore(e){const n=this.store.get("products."+e),i={},fulfillmentEventData=e=>{const n={};for(const i in e){const o=e[i];n[i]={retailerId:o.retailerId,retailerName:o.retailerName,retailerAddress:o.retailerAddress,retailerTimezone:o.timezone,price:o.price,partNumber:o.partNumber,stock:o.stock,isEngravable:o.isVariantEngravable,fulfillmentId:o.fulfillmentId,fulfillmentType:o.fulfillmentType,modalities:o.modalities||[]}}return n};for(const o in n.sizes||{}){const e=n.sizes[o];i[o]={id:e.id,upc:e.upc,size:e.size,pack:e.pack,packDesc:e.packDesc||"",container:e.container,containerType:e.containerType,maxQuantityPerOrder:e.attributes.maxQuantityPerOrder||0,image:e.image,uom:e.uom,volume:e.volume,attributes:{engraving:e.attributes.engraving||void 0,presale:e.attributes.presale||void 0},shippingFulfillments:fulfillmentEventData(e.shippingFulfillments||{}),onDemandFulfillments:fulfillmentEventData(e.onDemandFulfillments||{})}}return{identifier:e,selectedSizeId:n.selectedSizeId||null,selectedFulfillmentId:n.selectedFulfillmentId||null,selectedFulfillmentType:n.selectedFulfillmentType,id:n.id,name:n.name,brand:n.brand,catPath:n.catPath,category:n.category,classification:n.classification,type:n.type,salsifyGrouping:n.salsifyGrouping,subType:n.subType,mainImage:n.mainImage||null,images:n.images||[],region:n.region,country:n.country,material:n.material,abv:n.abv,proof:n.proof,age:n.age,color:n.color,flavor:n.flavor,variety:n.variety,appellation:n.appellation,vintage:n.vintage,description:n.description,htmlDescription:n.htmlDescription,tastingNotes:n.tastingNotes,priceInfo:n.priceInfo||null,sizes:i}}findFirstAvailableSize(e){const n=Object.values(e);for(const i of n){const e=i.shippingFulfillments||{},n=i.onDemandFulfillments||{},o=Object.values(e).length,r=Object.values(n).length;if(o+r>0)return i.id}return null}loadProductStoreUpdate(e){var n,i,o,s,a,c,l,u,h,m,f;try{const{products:[g,...v],retailers:y}=e,b=this.themeProvider.getConfigs("product"),x={};let w=![],C=![],k="",S=null,E=b.layout.enableShippingFulfillment?r.SHIPPING:r.ON_DEMAND,_=null,P=null;const T={};if(y&&Array.isArray(y)&&y.length>0)for(const e of y)for(const n of e.fulfillments){const i={retailerName:e.name,retailerAddress:e.address||null,type:n.type,timezone:n.timezone||"",canEngrave:n.canEngrave||![],expectation:n.expectation,fees:n.fees,hours:n.hours,retailerId:e.id,fulfillmentId:n.id,fulfillmentType:n.type,isVariantEngravable:![],stock:0,price:0,partNumber:"",modalities:[]},o=getRetailerOffHours(i);o.isClosed&&!b.layout.showOffHours||(T[n.id]=i)}if(g.sizes&&Array.isArray(g.sizes)&&g.sizes.length>0)for(const e of g.sizes){const a={},c={};for(const l of e.variants){if((null===(n=null==l?void 0:l.fulfillmentTypes)||void 0===n?void 0:n.onDemand)&&""!==l.fulfillmentTypes.onDemand){const e=l.fulfillmentTypes.onDemand,n=T[e];n?c[e]={...n,isVariantEngravable:l.isEngravable,stock:l.stock,price:l.price,retailerId:l.retailerId,fulfillmentId:e,fulfillmentType:r.ON_DEMAND,modalities:[...n.modalities,...null!==(i=null==l?void 0:l.modalities)&&void 0!==i?i:[]],partNumber:l.partNumber}:this.logger.warn("No retailer info found for onDemand fulfillmentId "+e)}if((null===(o=null==l?void 0:l.fulfillmentTypes)||void 0===o?void 0:o.shipping)&&""!==l.fulfillmentTypes.shipping){const e=l.fulfillmentTypes.shipping,n=T[e];n?a[e]={...n,isVariantEngravable:l.isEngravable,stock:l.stock,price:l.price,retailerId:l.retailerId,fulfillmentId:e,fulfillmentType:r.SHIPPING,modalities:[...n.modalities,...null!==(s=null==l?void 0:l.modalities)&&void 0!==s?s:[]],partNumber:l.partNumber}:this.logger.warn("No retailer info found for shipping fulfillmentId "+e)}}x[e.id]={id:e.id,upc:e.upc,size:e.size,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,maxQuantityPerOrder:e.attributes.maxQuantityPerOrder||0,image:e.image,uom:e.uom,volume:e.volume,attributes:e.attributes,loading:![],error:null,shippingFulfillments:a,onDemandFulfillments:c}}const D=Object.values(x),F=this.findFirstAvailableSize(x);k=F||D[0]&&D[0].id||"",S=(null===(a=x[k])||void 0===a?void 0:a.image)||null;const z=(null===(c=x[k])||void 0===c?void 0:c.shippingFulfillments)||{},O=(null===(l=x[k])||void 0===l?void 0:l.onDemandFulfillments)||{},N=Object.values(z).length,L=Object.values(O).length;w=N+L>0;const M=E===r.SHIPPING?Object.values(z):Object.values(O);if(C=M.length>0,P=M[0]||null,_=(null==P?void 0:P.fulfillmentId)||null,!C){const e=E===r.SHIPPING?r.ON_DEMAND:r.SHIPPING,n=e===r.SHIPPING?Object.values(z):Object.values(O);n.length>0&&(E=e,P=n[0],_=(null==P?void 0:P.fulfillmentId)||null,C=!![])}if(!w){const e=this.store.get("address"),n=splitCategoryPath(g.catPath),i=x[k];this.googleTagManager.productNoAvailability({productId:null==i?void 0:i.id,productName:g.name,productBrand:g.brand,productCategory:n.category,productCategory2:n.category2,productCategory3:n.category3,productType:g.type,productSubtype:g.subType,productPrice:(null===(u=g.priceInfo)||void 0===u?void 0:u.average)||0,upc:null==i?void 0:i.upc,groupingId:g.salsifyGrouping,address:(null==e?void 0:e.address)?{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""}:void 0,reason:"No fulfillments available for any size"})}return{identifier:"",id:g.id||"",name:g.name,description:g.description,htmlDescription:g.htmlDescription,images:g.images,priceInfo:{min:(null===(h=g.priceInfo)||void 0===h?void 0:h.minimum)||0,max:(null===(m=g.priceInfo)||void 0===m?void 0:m.maximum)||0,avg:(null===(f=g.priceInfo)||void 0===f?void 0:f.average)||0},brand:g.brand,region:g.region||"",country:g.country||"",material:g.material||"",abv:g.abv||"",proof:g.proof||"",age:g.age||"",color:g.color||"",flavor:g.flavor||"",variety:g.variety||"",appellation:g.appellation||"",vintage:g.vintage||"",tastingNotes:g.tastingNotes||"",catPath:g.catPath,category:g.category,classification:g.classification,type:g.type,subType:g.subType,salsifyGrouping:g.salsifyGrouping,sizes:x,productHasAvailability:w,fulfillmentHasAvailability:C,selectedSizeId:k,mainImage:S,selectedFulfillmentType:E,selectedFulfillmentId:_,selectedFulfillment:P,drawer:{isOpen:![],contentConfig:null},error:null,loading:![],updating:![],quantity:1,rerender:![]}}catch(g){throw this.logger.error("Product data processing error",g),g}}}class AddressCommands extends BaseCommand{constructor(){super(),this.productCommands=ProductCommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("AddressCommands",()=>new AddressCommands)}async searchAddresses(e){return!e||e.length<3?[]:await this.api.getAddressSuggestions(e)}async getAddressDetails(e){return await this.api.getAddressDetails(e)}async setSelectedAddress(e){try{this.store.batch({"address.id":e.id,"address.formattedAddress":e.formattedAddress,"address.address":e.address,"address.coordinates":e.coordinates});const n=this.store.get("products");await this.productCommands.loadMultipleProducts(Object.keys(n)),await this.cartCommands.resetCart(),await this.store.persist()}catch(i){throw this.googleTagManager.addressFailed({googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},error:(null==i?void 0:i.message)||"Failed to update downstream state after address change"}),this.pubSub.publishAction(n.ADDRESS_FAILED,{googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:e.address,coordinates:e.coordinates,error:(null==i?void 0:i.message)||"Failed to update downstream state after address change"}),i}this.googleTagManager.addressUpdated({googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},coordinates:e.coordinates}),this.pubSub.publishAction(n.ADDRESS_UPDATED,{googlePlacesId:e.id,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},coordinates:e.coordinates,formattedAddress:e.formattedAddress})}async setAddressManually(e,i){try{const n=buildFormattedAddressString(e),o={id:"",formattedAddress:n,address:e,coordinates:i};await this.setSelectedAddress(o)}catch(o){throw this.googleTagManager.addressFailed({googlePlacesId:"",formattedAddress:buildFormattedAddressString(e),address:{one:e.one,two:e.two,city:e.city,state:e.state,zip:e.zip,country:e.country||""},error:(null==o?void 0:o.message)||"Failed to set manual address"}),this.pubSub.publishAction(n.ADDRESS_FAILED,{googlePlacesId:"",formattedAddress:buildFormattedAddressString(e),address:e,coordinates:i,error:(null==o?void 0:o.message)||"Failed to set manual address"}),o}}async clearSelectedAddress(){this.store.set("address",K),this.pubSub.publishAction(n.ADDRESS_CLEARED,!![]),await this.cartCommands.resetCart();const e=this.clientConfig.get("userDeviceId");await this.api.deletePersistedStore(e),this.store.clearLocalStorage()}getDetails(){const e=this.store.get("address");return e.id?{id:e.id,formattedAddress:e.formattedAddress,address:e.address,coordinates:e.coordinates}:null}}class ProductListCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("ProductListCommands",()=>new ProductListCommands)}async getProductList(e){var n,i;const o=e,r=this.clientConfig.getConfigs();o.entity=null!==(i=null!==(n=window.location.hostname)&&void 0!==n?n:r.partnerName)&&void 0!==i?i:void 0,o.visitorId=r.userDeviceId,o.loc=this.getLocation(),o.isLegacy=!![];const s=await this.api.catalogSearch(o);return s.products&&s.products.length>0&&this.trackViewItemList(s.products),s}async addToCart(e){try{this.uiCommands.openDrawer(o.CART),await this.cartCommands.addItem(e)}catch(n){throw this.logger.error("Error adding product to cart from product list",n),n}}async addPresaleToCart(e){try{await this.cartCommands.addPresaleItem(e),this.clientConfig.isBuilder()||this.uiCommands.openDrawer(o.CHECKOUT)}catch(n){throw this.logger.error("Error adding presale product to cart from product list",n),n}}trackViewItemList(e){if(0!==e.length)try{const n=e.map((e,n)=>({...this.convertProductToBaseItem(e),index:n+1}));this.googleTagManager.viewItemList(n,"product_list","Product List")}catch(n){this.logger.error("Error tracking view_item_list event",n)}}trackSelectItem(e){try{const n=this.convertProductToBaseItem(e);this.googleTagManager.selectItem(n,"product_list","Product List")}catch(n){this.logger.error("Error tracking select_item event",n)}}convertProductToBaseItem(e){var n,i,o;const r=null===(n=e.sizes)||void 0===n?void 0:n[0],s=null===(i=null==r?void 0:r.variants)||void 0===i?void 0:i[0],a=splitCategoryPath(e.catPath);return{item_id:null==r?void 0:r.id,item_name:e.name,item_brand:e.brand,item_size:null==r?void 0:r.size,item_category:a.category,item_category2:a.category2,item_category3:a.category3,price:(null==s?void 0:s.price)?centToDollar(s.price):(null===(o=e.priceInfo)||void 0===o?void 0:o.average)?centToDollar(e.priceInfo.average):void 0,item_type:e.type,item_subtype:e.subType,upc:null==r?void 0:r.upc,grouping_id:e.salsifyGrouping,product_id:null==r?void 0:r.id,item_list_id:"product_list",item_list_name:"Product List"}}}class CommandService{constructor(){this.ui=UICommands.getInstance(),this.address=AddressCommands.getInstance(),this.product=ProductCommands.getInstance(),this.productList=ProductListCommands.getInstance(),this.cart=CartCommands.getInstance(),this.checkout=CheckoutCommands.getInstance(),this.common=CommonCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("CommandService",()=>new CommandService)}}class ClientActionService{constructor(){this.pendingCartParams=null,this.pendingCartOpenFlag=![],this.productActions={getDetails:e=>this.command.product.productDataForEventFromStore(e)},this.addressActions={setAddressByPlacesId:async e=>{try{if(!e||""===e.trim())throw new Error("Invalid placesId provided");const n=await this.command.address.getAddressDetails(e);await this.command.address.setSelectedAddress({id:e,address:n.address,coordinates:n.coords,formattedAddress:n.formattedAddress})}catch(n){throw this.logger.error("Error setting address by placesId:",n),n}},setAddressManually:async(e,n)=>{try{if(!e||!n)throw new Error("Invalid address or coordinates provided");if(!(e.one&&e.city&&e.state&&e.zip))throw new Error("Address must include street address, city, state, and zip code");if("number"!=typeof n.lat||"number"!=typeof n.long)throw new Error("Coordinates must be valid numbers");if(n.lat<-90||n.lat>90)throw new Error("Latitude must be between -90 and 90");if(n.long<-180||n.long>180)throw new Error("Longitude must be between -180 and 180");await this.command.address.setAddressManually(e,n)}catch(i){throw this.logger.error("Error setting manual address:",i),i}},clear:async()=>{await this.command.address.clearSelectedAddress()},getDetails:()=>this.command.address.getDetails()},this.cartActions={openCart:()=>{this.command.ui.openDrawer(o.CART)},closeCart:()=>{this.command.ui.closeDrawer()},toggleCart:()=>{const e=this.store.get("ui.drawer.isOpen");e?this.command.ui.closeDrawer():this.command.ui.openDrawer(o.CART)},addProduct:async(e,i)=>{var s,a;try{if(!e||0===e.length)return this.logger.warn("No products provided to add to cart"),void 0;const c=this.getLocation();if(void 0===c)return this.pendingCartParams=e,this.pendingCartOpenFlag=null!=i?i:![],this.logger.info("Location not available, opening address drawer before adding to cart"),this.command.ui.openDrawer(o.ADDRESS_INPUT,{isIndependentComponent:!![]}),void 0;i===!![]&&this.command.ui.openDrawer(o.CART);const l=[...new Set(e.map(e=>e.identifier))],u=await this.api.getProductsData(l,c);if(!u||!u.products||0===u.products.length)return this.logger.warn("No product data found for the provided identifiers"),this.pubSub.publishAction(n.CART_PRODUCT_ADD_FAILED,{identifiers:[],error:"No products provided"}),void 0;for(const n of e){let e=null;for(let r=0;r<u.products.length;r++){const i=u.products[r];let o=![];for(let e=0;e<i.sizes.length;e++){const r=i.sizes[e];if(r.upc===n.identifier||r.id===n.identifier||i.salsifyGrouping===n.identifier){o=!![];break}}if(o){e=i;break}}if(!e){this.logger.warn("No product found for identifier: "+n.identifier);continue}const i=e.sizes[0];if(!i){this.logger.warn("No sizes found for product: "+n.identifier);continue}if((null===(a=null===(s=null==i?void 0:i.attributes)||void 0===s?void 0:s.presale)||void 0===a?void 0:a.isActive)===!![]){this.logger.warn("Product is a presale item and cannot be added to cart: "+n.identifier),this.store.set("cart.error","Presale products cannot be added to cart");continue}let o=null;for(let s=0;s<i.variants.length;s++){const e=i.variants[s];let a=![];if(n.fulfillmentType===r.ON_DEMAND&&(a=!(!e.fulfillmentTypes||!e.fulfillmentTypes.onDemand||""===e.fulfillmentTypes.onDemand)),n.fulfillmentType===r.SHIPPING&&(a=!(!e.fulfillmentTypes||!e.fulfillmentTypes.shipping||""===e.fulfillmentTypes.shipping)),a){o=e;break}}if(!o){this.logger.warn("No supported variant found for product: "+n.identifier+" with fulfillment type: "+n.fulfillmentType),this.store.set("cart.error","Product has no availability");continue}const c=n.fulfillmentType===r.ON_DEMAND?o.fulfillmentTypes.onDemand:o.fulfillmentTypes.shipping;await this.command.cart.addItem({upc:i.upc,fulfillmentId:c,partNumber:o.partNumber,quantity:n.quantity,identifier:n.identifier})}this.clearPendingCartOperation(),this.pubSub.publishAction(n.CART_PRODUCT_ADD_SUCCESS,{itemsAdded:e.length,identifiers:l}),this.logger.info("Products added to cart successfully:",l)}catch(c){throw this.logger.error("Error adding products to cart:",c),this.clearPendingCartOperation(),this.pubSub.publishAction(n.CART_PRODUCT_ADD_FAILED,{identifiers:e.map(e=>e.identifier),error:c.message||"Failed to add products to cart"}),c}},applyPromoCode:async e=>{try{if(!e||""===e.trim())return this.logger.warn("Invalid promo code provided"),this.store.set("cart.error","Invalid promo code provided"),void 0;const i=e.trim().toUpperCase(),o=this.themeProvider.getConfigs("global"),r=o.layout.allowPromoCodes;if(!r)return this.logger.warn("Promo codes are not allowed"),this.store.set("cart.error","Promo codes are not allowed"),void 0;const s=this.store.get("cart.promoCode");if(s&&s.code===i)return this.logger.info("Promo code is already applied"),void 0;await this.command.cart.applyPromoCode(i);const a=this.command.cart.getDetails();this.pubSub.publishAction(n.CART_PROMO_CODE_APPLIED,{applied:!![],discountAmount:a.amounts.discounts,newTotal:a.amounts.total}),this.logger.info("Promo code applied successfully")}catch(i){throw this.logger.error("Failed to apply promo code:",i),this.pubSub.publishAction(n.CART_PROMO_CODE_FAILED,{attempted:!![],error:"Promo code could not be applied"}),i}},removePromoCode:async()=>{try{const e=this.themeProvider.getConfigs("global"),i=e.layout.allowPromoCodes;if(!i)return this.logger.warn("Promo codes are not allowed"),this.store.set("cart.error","Promo codes are not allowed"),void 0;await this.command.cart.removePromoCode(),this.pubSub.publishAction(n.CART_PROMO_CODE_REMOVED,{applied:![]}),this.logger.info("Promo code removed successfully")}catch(e){throw this.logger.error("Failed to remove promo code:",e),e}},resetCart:async()=>{await this.command.cart.resetCart(),this.pubSub.publishAction(n.CART_RESET,!![])},getDetails:()=>this.command.cart.getDetails()},this.checkoutActions={openCheckout:()=>{this.command.ui.openDrawer(o.CHECKOUT)},closeCheckout:()=>{this.command.ui.closeDrawer()},toggleCheckout:()=>{const e=this.store.get("ui.drawer.isOpen");e?this.command.ui.closeDrawer():this.command.ui.openDrawer(o.CHECKOUT)},addProduct:async(e,i)=>{try{if(!e||0===e.length)return this.logger.warn("No products provided to add to checkout"),void 0;i===!![]&&this.command.ui.openDrawer(o.CHECKOUT);const r=e.map(e=>e.identifier);await this.cartActions.addProduct(e),await this.command.checkout.loadCheckout(),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_SUCCESS,{itemsAdded:e.length,identifiers:r}),this.logger.info("Products added to checkout successfully:",r)}catch(r){throw this.logger.error("Error adding products to checkout:",r),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:e.map(e=>e.identifier),error:r.message||"Failed to add products to checkout"}),r}},addPresaleProduct:async e=>{var i,s;try{if(!e||"object"!=typeof e||!e.identifier)return this.logger.warn("No presale product provided to add to checkout"),void 0;const a=this.getLocation();if(void 0===a)return this.logger.info("Location not available, opening address drawer before adding presale product to checkout"),this.command.ui.openDrawer(o.ADDRESS_INPUT,{isIndependentComponent:!![]}),void 0;const c=await this.api.getProductsData([e.identifier],a);if(!c||!c.products||0===c.products.length)return this.logger.warn("No product data found for the provided presale identifier"),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"No product found",isPresale:!![]}),void 0;const l=c.products[0],u=l.sizes[0];if(!u)return this.logger.warn("No sizes found for presale product: "+e.identifier),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"No sizes found for product",isPresale:!![]}),void 0;if((null===(s=null===(i=null==u?void 0:u.attributes)||void 0===i?void 0:i.presale)||void 0===s?void 0:s.isActive)!==!![])return this.logger.warn("Product is not a presale item: "+e.identifier),this.store.set("checkout.error","Product is not available for presale"),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"Product is not available for presale",isPresale:!![]}),void 0;let h=null;for(let n=0;n<u.variants.length;n++){const i=u.variants[n];let o=![];if(e.fulfillmentType===r.ON_DEMAND&&(o=!(!i.fulfillmentTypes||!i.fulfillmentTypes.onDemand||""===i.fulfillmentTypes.onDemand)),e.fulfillmentType===r.SHIPPING&&(o=!(!i.fulfillmentTypes||!i.fulfillmentTypes.shipping||""===i.fulfillmentTypes.shipping)),o){h=i;break}}if(!h)return this.logger.warn("No supported variant found for presale product: "+e.identifier+" with fulfillment type: "+e.fulfillmentType),this.store.set("checkout.error","Presale product has no availability"),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"Presale product has no availability",isPresale:!![]}),void 0;const m=e.fulfillmentType===r.ON_DEMAND?h.fulfillmentTypes.onDemand:h.fulfillmentTypes.shipping;await this.command.cart.addPresaleItem({upc:u.upc,fulfillmentId:m,partNumber:h.partNumber,quantity:e.quantity,engravingLines:[],identifier:e.identifier}),this.command.ui.openDrawer(o.CHECKOUT),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_SUCCESS,{itemsAdded:1,identifiers:[e.identifier],isPresale:!![]}),this.logger.info("Presale product added to checkout successfully: "+e.identifier)}catch(a){throw this.logger.error("Error adding presale product to checkout:",a),this.pubSub.publishAction(n.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:a.message||"Failed to add presale product to checkout",isPresale:!![]}),a}},applyPromoCode:async e=>{var i;try{if(!e||""===e.trim())return this.logger.warn("Invalid promo code provided"),this.store.set("checkout.error","Invalid promo code provided"),void 0;const o=e.trim().toUpperCase(),r=this.themeProvider.getConfigs("global"),s=r.layout.allowPromoCodes;if(!s)return this.logger.warn("Promo codes are not allowed"),this.store.set("checkout.error","Promo codes are not allowed"),void 0;const a=this.store.get("checkout.promoCode");if(a&&a.code===o)return this.logger.info("Promo code is already applied"),void 0;await this.command.checkout.applyPromoCode(e);const c=this.store.get("checkout"),l=null==c?void 0:c.promoCode;this.pubSub.publishAction(n.CHECKOUT_PROMO_CODE_APPLIED,{applied:!![],discountAmount:(null==l?void 0:l.discountAmount)||0,newTotal:(null===(i=null==c?void 0:c.amounts)||void 0===i?void 0:i.total)||0}),this.logger.info("Checkout promo code applied successfully")}catch(o){throw this.logger.error("Failed to apply checkout promo code:",o),this.pubSub.publishAction(n.CHECKOUT_PROMO_CODE_FAILED,{attempted:!![],error:"Promo code could not be applied"}),o}},removePromoCode:async()=>{try{const e=this.themeProvider.getConfigs("global"),i=e.layout.allowPromoCodes;if(!i)return this.logger.warn("Promo codes are not allowed"),this.store.set("checkout.error","Promo codes are not allowed"),void 0;await this.command.checkout.removePromoCode(),this.pubSub.publishAction(n.CHECKOUT_PROMO_CODE_REMOVED,{applied:![]}),this.logger.info("Checkout promo code removed successfully")}catch(e){throw this.logger.error("Failed to remove checkout promo code:",e),e}},applyGiftCard:async e=>{var i;try{const o=this.themeProvider.getConfigs("checkout"),r=o.layout.allowGiftCards;if(!r)return this.logger.warn("Gift cards are not allowed"),this.store.set("checkout.error","Gift cards are not allowed"),void 0;await this.command.checkout.applyGiftCard(e);const s=this.store.get("checkout");this.pubSub.publishAction(n.CHECKOUT_GIFT_CARD_APPLIED,{applied:!![],newTotal:(null===(i=null==s?void 0:s.amounts)||void 0===i?void 0:i.total)||0}),this.logger.info("Gift card applied successfully")}catch(o){throw this.logger.error("Failed to apply gift card:",o),this.pubSub.publishAction(n.CHECKOUT_GIFT_CARD_FAILED,{attempted:!![],error:"Gift card could not be applied"}),o}},removeGiftCard:async e=>{try{const i=this.themeProvider.getConfigs("checkout"),o=i.layout.allowGiftCards;if(!o)return this.logger.warn("Gift cards are not allowed"),this.store.set("checkout.error","Gift cards are not allowed"),void 0;await this.command.checkout.removeGiftCard(e),this.pubSub.publishAction(n.CHECKOUT_GIFT_CARD_REMOVED,{applied:![]}),this.logger.info("Gift card removed successfully")}catch(i){throw this.logger.error("Failed to remove gift card:",i),this.pubSub.publishAction(n.CHECKOUT_GIFT_CARD_FAILED,{attempted:!![],error:"Gift card could not be removed"}),i}},toggleIsGift:async e=>{await this.command.checkout.toggleIsGift(e)},toggleBillingSameAsShipping:async e=>{await this.command.checkout.toggleBillingSameAsShipping(e)},toggleMarketingPreferences:(e,n)=>{this.command.checkout.toggleMarketingPreferences(e,n)},updateCustomerInfo:e=>{for(const[n,i]of Object.entries(e))this.command.checkout.updateCustomerInfo(n,i)},updateBillingInfo:e=>{for(const[n,i]of Object.entries(e))this.command.checkout.updateBillingInfo(n,i)},updateGiftInfo:e=>{for(const[n,i]of Object.entries(e))this.command.checkout.updateGiftInfo(n,i)},getDetails:()=>{var e,n,i;const o=this.store.get("checkout"),r=o.items||{},s={};for(const[a,c]of Object.entries(r))s[a]={liquidId:c.liquidId,variantId:c.variantId,cartItemId:a,retailerId:c.retailerId,fulfillmentId:c.fulfillmentId,salsifyGrouping:c.salsifyGrouping,name:c.name,catPath:c.catPath,volume:c.volume,uom:c.uom,proof:c.proof,abv:c.abv,containerType:c.containerType,container:c.container,size:c.size,pack:c.pack,packDesc:c.packDesc,mainImage:c.mainImage,brand:c.brand,partNumber:c.partNumber,upc:c.upc,sku:c.sku,price:c.price,unitPrice:c.unitPrice,quantity:c.quantity,unitTax:c.unitTax,bottleDeposits:c.bottleDeposits,attributes:c.attributes,retailerName:c.retailerName,expectationDetail:c.expectationDetail};return{cartId:o.cartId||"",acceptedAccountCreation:o.acceptedAccountCreation,hasAgeVerify:o.hasAgeVerify||![],hasSubstitutionPolicy:o.hasSubstitutionPolicy,isGift:o.isGift||![],billingSameAsShipping:o.billingSameAsShipping,marketingPreferences:{canEmail:(null===(e=o.marketingPreferences)||void 0===e?void 0:e.canEmail)||![],canSms:(null===(n=o.marketingPreferences)||void 0===n?void 0:n.canSms)||![]},hasPromoCode:!!(null===(i=o.promoCode)||void 0===i?void 0:i.code),hasGiftCards:Array.isArray(o.giftCards)&&o.giftCards.length>0,itemCount:Object.values(s||{}).reduce((e,n)=>e+(n.quantity||0),0),amounts:o.amounts,items:s}}},this.actions={product:this.productActions,address:this.addressActions,cart:this.cartActions,checkout:this.checkoutActions},this.store=StoreService.getInstance(),this.command=CommandService.getInstance(),this.api=ApiClientService.getInstance(),this.pubSub=PubSubService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.logger=LoggerFactory.get("ClientAction"),this.setupAddressUpdateListener()}static getInstance(){return SingletonManager.getClassInstance("ClientActionService",()=>new ClientActionService)}setupAddressUpdateListener(){const q=async()=>{this.pendingCartParams&&(this.logger.info("Address updated, retrying pending cart operation"),await this.retryPendingCartOperation())};window.addEventListener("lce:actions."+n.ADDRESS_UPDATED,q)}async retryPendingCartOperation(){if(this.pendingCartParams)try{const e=this.pendingCartParams,n=this.pendingCartOpenFlag;this.clearPendingCartOperation(),await this.cartActions.addProduct(e,n)}catch(e){this.logger.error("Failed to retry cart operation after address update",e)}}clearPendingCartOperation(){this.pendingCartParams=null,this.pendingCartOpenFlag=![]}getLocation(){const e=this.store.get("address");if(e.address.one&&e.coordinates.long&&e.coordinates.lat)return{coords:e.coordinates,address:e.address}}}const gt="\n :host {\n position: fixed;\n z-index: 2147483647;\n display: block;\n }\n\n .panel {\n position: relative;\n background: rgba(15, 23, 42, 0.95);\n backdrop-filter: blur(10px);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 12px;\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;\n font-size: 12px;\n color: #e2e8f0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n user-select: none;\n transition: all 0.2s ease;\n width: 100%;\n height: 100%;\n }\n\n .panel:hover {\n border-color: rgba(148, 163, 184, 0.4);\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);\n }\n\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 12px 16px;\n border-bottom: 1px solid rgba(148, 163, 184, 0.2);\n background: rgba(30, 41, 59, 0.5);\n cursor: move;\n }\n\n .icon {\n font-size: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 20px;\n }\n\n .title-container {\n display: flex;\n flex-direction: column;\n gap: 2px;\n flex: 1;\n margin: 0 12px;\n }\n\n .title {\n font-weight: 600;\n color: #f1f5f9;\n font-size: 13px;\n }\n\n\n .subtitle {\n font-size: 10px;\n color: #94a3b8;\n }\n\n .minimize {\n background: none;\n border: none;\n color: #94a3b8;\n font-size: 18px;\n cursor: pointer;\n padding: 4px;\n border-radius: 4px;\n transition: all 0.2s ease;\n line-height: 1;\n font-weight: bold;\n }\n\n .minimize:hover {\n background: rgba(148, 163, 184, 0.1);\n color: #cbd5e1;\n }\n\n .toggles {\n display: flex;\n gap: 12px;\n padding: 8px 16px;\n border-bottom: 1px solid rgba(148, 163, 184, 0.2);\n background: rgba(30, 41, 59, 0.3);\n align-items: center;\n }\n\n .toggle {\n display: flex;\n align-items: center;\n gap: 6px;\n cursor: pointer;\n font-size: 11px;\n color: #cbd5e1;\n transition: color 0.2s ease;\n }\n\n .toggle:hover {\n color: #f1f5f9;\n }\n\n .toggle input[type=\"checkbox\"] {\n width: 12px;\n height: 12px;\n accent-color: #3b82f6;\n cursor: pointer;\n }\n\n .clear-btn {\n background: none;\n border: none;\n color: #ef4444;\n font-size: 14px;\n padding: 0;\n cursor: pointer;\n transition: all 0.2s ease;\n margin-left: auto;\n min-width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .clear-btn:hover {\n transform: scale(1.1);\n color: #dc2626;\n }\n\n .logs {\n flex: 1;\n overflow-y: auto;\n overflow-x: hidden;\n padding: 8px;\n background: rgba(15, 23, 42, 0.8);\n min-height: 0;\n max-height: 100%;\n }\n\n .log-entry {\n display: flex;\n align-items: flex-start;\n gap: 8px;\n padding: 8px 12px;\n margin-bottom: 2px;\n border-radius: 6px;\n font-size: 11px;\n line-height: 1.4;\n transition: background-color 0.2s ease;\n user-select: text;\n }\n\n .log-entry:hover {\n background-color: rgba(148, 163, 184, 0.1);\n }\n\n /* Event type background colors */\n .log-entry.event {\n background: rgba(59, 130, 246, 0.1);\n }\n\n .log-entry.action {\n background: rgba(16, 185, 129, 0.1);\n }\n\n .log-entry.gtm {\n background: rgba(245, 158, 11, 0.1);\n }\n\n .log-entry.logger {\n background: rgba(139, 92, 246, 0.1);\n }\n\n\n .log-meta {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 2px;\n min-width: 50px;\n }\n\n .log-type {\n font-weight: 600;\n font-size: 9px;\n padding: 2px 0;\n border-radius: 3px;\n white-space: nowrap;\n text-align: center;\n line-height: 1;\n font-weight: bold;\n letter-spacing: 0.5px;\n }\n\n .log-timestamp {\n color: #64748b;\n font-size: 9px;\n white-space: nowrap;\n line-height: 1;\n }\n\n .log-type.event {\n background: rgba(59, 130, 246, 0.2);\n color: #60a5fa;\n }\n\n .log-type.action {\n color: #34d399;\n }\n\n .log-type.gtm {\n color: #fbbf24;\n }\n\n .log-type.logger {\n color: #a78bfa;\n }\n\n .log-message {\n flex: 1;\n word-break: break-word;\n user-select: text;\n }\n\n .log-context {\n color: #94a3b8;\n font-size: 10px;\n margin-top: 2px;\n font-style: italic;\n }\n\n .log-data {\n background: rgba(30, 41, 59, 0.6);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 4px;\n padding: 8px;\n margin-top: 6px;\n font-size: 10px;\n color: #cbd5e1;\n max-height: 120px;\n overflow-y: auto;\n font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;\n user-select: text;\n }\n\n .log-data pre {\n margin: 0;\n white-space: pre-wrap;\n word-break: break-word;\n }\n\n .resize-handle {\n position: absolute;\n bottom: 0;\n right: 0;\n width: 12px;\n height: 12px;\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.3) 30%, rgba(148, 163, 184, 0.3) 70%, transparent 70%);\n cursor: nw-resize;\n border-radius: 0 0 12px 0;\n }\n\n .resize-handle:hover {\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.7) 30%, rgba(148, 163, 184, 0.7) 70%, transparent 70%);\n transform: scale(1.1);\n }\n\n .resize-handle:active {\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.9) 30%, rgba(148, 163, 184, 0.9) 70%, transparent 70%);\n }\n\n /* Scrollbar styling */\n .logs::-webkit-scrollbar {\n width: 6px;\n }\n\n .logs::-webkit-scrollbar-track {\n background: rgba(30, 41, 59, 0.3);\n border-radius: 3px;\n }\n\n .logs::-webkit-scrollbar-thumb {\n background: rgba(148, 163, 184, 0.3);\n border-radius: 3px;\n }\n\n .logs::-webkit-scrollbar-thumb:hover {\n background: rgba(148, 163, 184, 0.5);\n }\n\n .log-data::-webkit-scrollbar {\n width: 4px;\n }\n\n .log-data::-webkit-scrollbar-track {\n background: rgba(30, 41, 59, 0.3);\n border-radius: 2px;\n }\n\n .log-data::-webkit-scrollbar-thumb {\n background: rgba(148, 163, 184, 0.3);\n border-radius: 2px;\n }\n\n .log-data::-webkit-scrollbar-thumb:hover {\n background: rgba(148, 163, 184, 0.5);\n }\n\n /* Floating button styles */\n .floating-btn {\n position: absolute;\n top: 20px;\n left: 20px;\n width: 40px;\n height: 40px;\n background: rgba(15, 23, 42, 0.95);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 50%;\n display: none;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n font-size: 18px;\n user-select: none;\n z-index: 1;\n }\n\n .floating-btn:hover {\n background: rgba(30, 41, 59, 0.95);\n border-color: rgba(148, 163, 184, 0.4);\n }\n\n /* Mobile Responsiveness */\n @media (max-width: 768px) {\n .panel {\n font-size: 11px;\n border-radius: 8px;\n }\n\n .header {\n padding: 8px 12px;\n }\n\n .title {\n font-size: 12px;\n }\n\n .subtitle {\n font-size: 9px;\n }\n\n .toggles {\n padding: 6px 12px;\n gap: 8px;\n flex-wrap: wrap;\n }\n\n .toggle {\n font-size: 10px;\n }\n\n .toggle input[type=\"checkbox\"] {\n width: 10px;\n height: 10px;\n }\n\n .logs {\n padding: 6px;\n }\n\n .log-entry {\n padding: 6px 8px;\n font-size: 10px;\n }\n\n .log-type {\n font-size: 8px;\n }\n\n .log-timestamp {\n font-size: 8px;\n }\n\n .log-data {\n font-size: 9px;\n padding: 6px;\n max-height: 80px;\n }\n\n .floating-btn {\n width: 36px;\n height: 36px;\n font-size: 16px;\n top: 15px;\n left: 15px;\n }\n }\n\n @media (max-width: 480px) {\n .panel {\n font-size: 10px;\n border-radius: 6px;\n }\n\n .header {\n padding: 6px 10px;\n }\n\n .title {\n font-size: 11px;\n }\n\n .subtitle {\n font-size: 8px;\n }\n\n .toggles {\n padding: 4px 10px;\n gap: 6px;\n }\n\n .toggle {\n font-size: 9px;\n }\n\n .logs {\n padding: 4px;\n }\n\n .log-entry {\n padding: 4px 6px;\n font-size: 9px;\n gap: 4px;\n }\n\n .log-meta {\n min-width: 40px;\n }\n\n .log-type {\n font-size: 7px;\n }\n\n .log-timestamp {\n font-size: 7px;\n }\n\n .log-data {\n font-size: 8px;\n padding: 4px;\n max-height: 60px;\n }\n\n .floating-btn {\n width: 32px;\n height: 32px;\n font-size: 14px;\n top: 10px;\n left: 10px;\n }\n }\n",vt="lce-debug-panel";class DebugPanelService{constructor(){this.panelElement=null,this.panelContainer=null,this.floatingButton=null,this.logContainer=null,this.logs=[],this.isVisible=![],this.showEvents=!![],this.showGtmEvents=!![],this.showLogs=![]}static getInstance(){return SingletonManager.getClassInstance("DebugPanelService",()=>new DebugPanelService)}initialize(){this.createPanel(),this.interceptLoggerService(),this.interceptPubSubEvents(),this.interceptGtmEvents()}toggleVisibility(){if(!this.panelElement)return this.createPanel(),void 0;this.isVisible=!this.isVisible,this.isVisible?this.showPanelContent():this.hidePanelContent()}destroy(){this.panelElement&&(this.panelElement.remove(),this.panelElement=null),this.panelContainer=null,this.floatingButton=null,this.logs=[],this.isVisible=![]}interceptLoggerService(){const e=LoggerFactory,n=e.instances;if(n)for(const[o,r]of n)this.interceptLoggerInstance(r,o);const i=LoggerFactory.get.bind(LoggerFactory);LoggerFactory.get=e=>{const n=i(e);return this.interceptLoggerInstance(n,e),n}}interceptLoggerInstance(e,n){if(e.o)return;const i=e.debug.bind(e),o=e.info.bind(e),r=e.warn.bind(e),s=e.error.bind(e),I=(e,i,o)=>({id:"logger_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"logger",level:e,message:i,data:o,context:n});e.debug=(e,n)=>{i(e,n),this.addLogEntry(I("debug",e,n))},e.info=(e,n)=>{o(e,n),this.addLogEntry(I("info",e,n))},e.warn=(e,n)=>{r(e,n),this.addLogEntry(I("warn",e,n))},e.error=(e,n)=>{s(e,n),this.addLogEntry(I("error",e,n))},e.o=!![]}interceptPubSubEvents(){const e=PubSubService.getInstance(),n=e.publishAction.bind(e);e.publishAction=(e,i)=>{n(e,i),this.addLogEntry({id:"action_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"event",level:"info",message:"Action: "+e,data:i,context:"PubSub"})};const i=e.publishForm.bind(e);e.publishForm=(e,n)=>{i(e,n),this.addLogEntry({id:"event_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"event",level:"info",message:"Form Event: "+e,data:n,context:"PubSub"})}}interceptGtmEvents(){const e=GoogleTagManagerService.getInstance(),n=e.executeEvent.bind(e);e.executeEvent=(e,i,o)=>{n(e,i,o),this.addLogEntry({id:"gtm_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"gtm",level:"info",message:"GTM Event: "+i,data:o,context:"GTM."+e})}}addLogEntry(e){this.logs.push(e),this.logs.length>100&&(this.logs=this.logs.slice(-100)),this.renderLogs()}renderLogs(){if(!this.logContainer)return;const e=this.logs.filter(e=>{switch(e.type){case"event":return this.showEvents;case"gtm":return this.showGtmEvents;case"logger":return this.showLogs;default:return!![]}});this.logContainer.innerHTML="",e.forEach(e=>{const n=this.createLogElement(e);this.logContainer.appendChild(n)}),this.logContainer.scrollTop=this.logContainer.scrollHeight}clearLogs(){this.logs=[],this.renderLogs()}createPanel(){const e=document.querySelector(vt);e&&e.remove(),this.panelElement=document.createElement(vt);const n=window.innerWidth<=768,i=window.innerWidth<=480;i?(this.panelElement.style.top="10px",this.panelElement.style.left="10px",this.panelElement.style.width="calc(100vw - 20px)",this.panelElement.style.height="40vh"):n?(this.panelElement.style.top="15px",this.panelElement.style.left="15px",this.panelElement.style.width="calc(100vw - 30px)",this.panelElement.style.height="40vh"):(this.panelElement.style.top="20px",this.panelElement.style.left="20px",this.panelElement.style.width="500px",this.panelElement.style.height="600px"),this.createPanelContent(),document.body.appendChild(this.panelElement),this.isVisible=!![]}createPanelContent(){if(!this.panelElement)return;const e=this.panelElement.attachShadow({mode:"closed"}),n=document.createElement("style");n.textContent=gt,e.appendChild(n),this.floatingButton=this.createFloatingButton(),e.appendChild(this.floatingButton),this.panelContainer=document.createElement("div"),this.panelContainer.className="panel";const i=this.createHeader();this.panelContainer.appendChild(i);const o=this.createToggles();this.panelContainer.appendChild(o),this.logContainer=document.createElement("div"),this.logContainer.className="logs",this.logContainer.title="Debug logs - scroll to see more",this.panelContainer.appendChild(this.logContainer);const r=this.createResizeHandle();this.panelContainer.appendChild(r),e.appendChild(this.panelContainer),this.setupShadowEventListeners(e)}createHeader(){const e=document.createElement("div");e.className="header",e.title="Drag to move panel";const n=document.createElement("div");n.className="icon",n.innerHTML="🔍",n.title="Elements Debug Console",n.style.cursor="help";const i=document.createElement("div");i.className="title-container";const o=document.createElement("div");o.className="title",o.textContent="Elements Debug Console";const r=document.createElement("div");r.className="subtitle",r.textContent="Live SDK logs, events & GTM tracking",i.appendChild(o),i.appendChild(r);const s=document.createElement("button");return s.className="minimize",s.innerHTML="−",s.title="Minimize debug panel",s.addEventListener("click",()=>this.toggleVisibility()),e.appendChild(n),e.appendChild(i),e.appendChild(s),e}createToggles(){const e=document.createElement("div");e.className="toggles";const n=[{key:"showLogs",label:"Logs",description:"SDK internal logs and debug messages",color:"#8b5cf6"},{key:"showEvents",label:"Events",description:"User actions and form interactions",color:"#10b981"},{key:"showGtmEvents",label:"GTM Events",description:"Google Tag Manager tracking events",color:"#f59e0b"}];n.forEach(({key:n,label:i,description:o,color:r})=>{const s=document.createElement("label");s.className="toggle",s.title=o;const a=document.createElement("input");a.type="checkbox",a.checked="showLogs"!==n,a.addEventListener("change",e=>{const i=e.target;"showEvents"===n&&(this.showEvents=i.checked),"showGtmEvents"===n&&(this.showGtmEvents=i.checked),"showLogs"===n&&(this.showLogs=i.checked),this.renderLogs()});const c=document.createElement("span");c.textContent=i,c.style.color=r,s.appendChild(a),s.appendChild(c),e.appendChild(s)});const i=document.createElement("button");return i.className="clear-btn",i.innerHTML="🗑️",i.title="Clear all logs",i.addEventListener("click",()=>this.clearLogs()),e.appendChild(i),e}createResizeHandle(){const e=document.createElement("div");e.className="resize-handle",e.title="Drag to resize panel",e.style.cursor="nw-resize";let n=![],i=0,o=0,r=0,s=0;e.addEventListener("mousedown",e=>{n=!![],i=e.clientX,o=e.clientY,r=Number.parseInt(this.panelElement.style.width,10)||500,s=Number.parseInt(this.panelElement.style.height,10)||300,document.addEventListener("mousemove",Z),document.addEventListener("mouseup",V),e.preventDefault()});const Z=e=>{if(!n||!this.panelElement)return;const a=e.clientX-i,c=e.clientY-o,l=window.innerWidth<=768,u=window.innerWidth<=480;let h,m,f,g;u?(h=280,m=window.innerWidth-20,f=200,g=.4*window.innerHeight):l?(h=300,m=window.innerWidth-30,f=200,g=.4*window.innerHeight):(h=300,m=800,f=200,g=600);const v=Math.max(h,Math.min(m,r+a)),y=Math.max(f,Math.min(g,s+c));this.panelElement.style.width=v+"px",this.panelElement.style.height=y+"px"},V=()=>{n=![],document.removeEventListener("mousemove",Z),document.removeEventListener("mouseup",V)};return e}setupShadowEventListeners(e){if(!this.panelElement)return;const n=e.querySelector(".header");if(n){let e=![],i=0,o=0,r=0,s=0;n.addEventListener("mousedown",n=>{if(n.target.classList.contains("minimize"))return;e=!![],i=n.clientX,o=n.clientY;const a=this.panelElement.getBoundingClientRect();r=a.left,s=a.top,document.addEventListener("mousemove",Z),document.addEventListener("mouseup",V),n.preventDefault()});const Z=n=>{if(!e||!this.panelElement)return;const a=n.clientX-i,c=n.clientY-o;this.panelElement.style.left=r+a+"px",this.panelElement.style.top=s+c+"px",this.panelElement.style.right="auto",this.panelElement.style.bottom="auto"},V=()=>{e=![],document.removeEventListener("mousemove",Z),document.removeEventListener("mouseup",V)}}}createFloatingButton(){const e=document.createElement("div");return e.className="floating-btn",e.innerHTML="⚙️",e.title="Open Elements Debug Console",e.style.display="none",e.addEventListener("click",()=>{this.toggleVisibility()}),e}showPanelContent(){this.panelContainer&&(this.panelContainer.style.display="flex"),this.floatingButton&&(this.floatingButton.style.display="none")}hidePanelContent(){this.panelContainer&&(this.panelContainer.style.display="none"),this.floatingButton&&(this.floatingButton.style.display="flex")}createLogElement(e){const n=document.createElement("div");n.className="log-entry "+e.type+" "+e.level;const i=new Date(e.timestamp).toLocaleTimeString();return n.innerHTML='\n <div class="log-meta">\n <div class="log-type '+e.type+'">'+e.type.toUpperCase()+'</div>\n <div class="log-timestamp">'+i+'</div>\n </div>\n <div class="log-message">\n '+this.escapeHtml(e.message)+"\n "+(e.context?'<div class="log-context">'+this.escapeHtml(e.context)+"</div>":"")+"\n "+(e.data?'<div class="log-data"><pre>'+this.formatJsonData(e.data)+"</pre></div>":"")+"\n </div>\n ",n}formatJsonData(e){try{return"object"==typeof e&&null!==e?JSON.stringify(e,null,2):String(e)}catch(n){return String(e)}}escapeHtml(e){const n=document.createElement("div");return n.textContent=e,n.innerHTML}}class FingerPrintService{constructor(){this.keyPrefix=B,this.isLocalStorageAvailable=null,this.cachedFingerprint=null}static getInstance(){return SingletonManager.getClassInstance("FingerPrintService",()=>new FingerPrintService)}async getId(e){if(this.l()){const n=this.u(e);if(n)return this.h(e,n)}this.cachedFingerprint||(this.cachedFingerprint=this.m());const n=this.h(e,this.cachedFingerprint);if(this.l())try{const e=this.keyPrefix+"_"+n;localStorage.setItem(e,Date.now().toString())}catch(i){}return n}getFingerprintData(){return{screen:this.v(),browser:this.C(),timezone:this.k()}}isLocalStorageWebApiAvailable(){return this.l()}h(e,n){return(e+"_"+n).toLowerCase()}l(){if(null!==this.isLocalStorageAvailable)return this.isLocalStorageAvailable;try{if(0,!("localStorage"in window))return this.isLocalStorageAvailable=![],![];if(void 0===window.localStorage||null===window.localStorage)return this.isLocalStorageAvailable=![],![];if("object"!=="object".localStorage)return this.isLocalStorageAvailable=![],![];const n=["setItem","getItem","removeItem","clear"];for(const e of n)if("function"!=="object".localStorage[e])return this.isLocalStorageAvailable=![],![];const i="__localStorage_test_"+Date.now()+"__",o="test";window.localStorage.setItem(i,o);const r=window.localStorage.getItem(i);if(r!==o)return this.isLocalStorageAvailable=![],![];window.localStorage.removeItem(i);try{const e="__quota_test__",n="x".repeat(100);window.localStorage.setItem(e,n),window.localStorage.removeItem(e)}catch(e){this.S()&&console.warn("localStorage has quota limitations in webview environment")}return this.isLocalStorageAvailable=!![],!![]}catch(n){if(this.isLocalStorageAvailable=![],n instanceof DOMException){const e={QuotaExceededError:"Storage quota exceeded",SecurityError:"Access denied due to security policies",InvalidStateError:"Invalid state error",InvalidAccessError:"Invalid access to storage"},i=e[n.name]||"Storage error: "+n.name,o=this.S()?"webview":"browser";console.warn("localStorage unavailable in "+o+": "+i)}return![]}}u(e){try{const n=this.keyPrefix+"_"+e.toLowerCase()+"_";for(let e=0;e<localStorage.length;e++){const i=localStorage.key(e);if(null==i?void 0:i.startsWith(n)){const e=i.substring(n.length);if(e&&/^[a-f0-9]+$/.test(e))return e}}return null}catch(n){return null}}m(){const e=this.getFingerprintData(),n=Object.keys(e).sort().map(n=>n+":"+e[n]).join("|");return this._(n)}v(){try{const e=screen,n=e.colorDepth||24,i=e.pixelDepth||n,o=this.P(),r=Math.round(100*(window.devicePixelRatio||1));return n+"|"+i+"|"+o+"|"+r}catch(e){return"24|24|srgb|100"}}P(){try{if(window.matchMedia&&"function"==="object".matchMedia){if(window.matchMedia("(color-gamut: rec2020)").matches)return"rec2020";if(window.matchMedia("(color-gamut: p3)").matches)return"p3";if(window.matchMedia("(color-gamut: srgb)").matches)return"srgb"}}catch(R){}return"srgb"}C(){var e;try{const n=navigator,i=[],o=((null===(e=n.languages)||void 0===e?void 0:e[0])||n.language||"en").substring(0,2);i.push(o),i.push(n.hardwareConcurrency||4);const r=(n.platform||"unknown").toLowerCase().replace(/\s+/g,"_").substring(0,10);i.push(r),i.push(n.cookieEnabled?"1":"0"),i.push(n.maxTouchPoints||0),i.push(n.deviceMemory||0),i.push(this.T()),i.push(this.S()?"webview":"browser");const s=["bluetooth"in n?"1":"0","usb"in n?"1":"0","mediaDevices"in n?"1":"0","permissions"in n?"1":"0","credentials"in n?"1":"0","storage"in n?"1":"0","ServiceWorker"in window?"1":"0","PushManager"in window?"1":"0"];return i.push(s.join("")),i.join("|")}catch(n){return"en|4|unknown|1|0|0|unknown|webview|00000000"}}T(){try{const e=navigator.userAgent.toLowerCase();return e.includes("instagram")?"ig_webview":e.includes("fban")||e.includes("fbav")?"fb_webview":e.includes("tiktok")?"tiktok_webview":e.includes("linkedin")?"linkedin_webview":e.includes("snapchat")?"snapchat_webview":e.includes("twitter")?"twitter_webview":e.includes("line/")?"line_webview":e.includes("micromessenger")?"wechat_webview":e.includes("firefox")?"gecko":e.includes("edg/")?"edge":e.includes("opr/")||e.includes("opera")?"opera":e.includes("chrome")&&!e.includes("edg")?"blink":e.includes("safari")&&!e.includes("chrome")?"webkit":"unknown"}catch(e){return"unknown"}}S(){try{const e=navigator.userAgent.toLowerCase(),n=navigator,i=["wv","instagram","fban","fbav","tiktok","linkedin","snapchat","twitter","line/","micromessenger","kakaotalk","telegram"];return i.some(n=>e.includes(n))?!![]:void 0===n.standalone||n.standalone?window.self!==window.top?!![]:![]:!![]}catch(e){return![]}}k(){try{const e=Intl.DateTimeFormat().resolvedOptions().timeZone||"UTC";return e.replace(/\//g,"_").substring(0,30)}catch(e){return"UTC"}}_(e){const n=16777619;let i=2166136261,o=2166136261,r=2166136261,s=2166136261;for(let a=0;a<e.length;a++){const c=e.charCodeAt(a);i^=c,i=Math.imul(i,n),o^=c<<1,o=Math.imul(o,n),r^=c<<2,r=Math.imul(r,n),s^=c<<3,s=Math.imul(s,n)}return i=Math.abs(i),o=Math.abs(o),r=Math.abs(r),s=Math.abs(s),i.toString(16)+o.toString(16)+r.toString(16)+s.toString(16)}}class TelemetryService{constructor(){this.eventQueue=[],this.batchTimer=null,this.stats={totalEvents:0,eventsByLevel:{debug:0,log:0,info:0,warn:0,error:0,fatal:0},batchesSent:0,failedBatches:0,queuedEvents:0,droppedEvents:0},this.isShuttingDown=![],this.clientConfig=ClientConfigService.getInstance();const n=this.clientConfig.get("env"),i=new URL("/api/telemetry",this.clientConfig.get("baseUrl")).toString();this.config={enabled:!![],endpoint:i,batchSize:n===e.PRODUCTION?5:10,batchInterval:n===e.PRODUCTION?5e3:3e3,includeDebugLogs:![],includeWarnings:!![],includeErrors:!![],maxQueueSize:50},window.addEventListener("beforeunload",()=>this.shutdown()),window.addEventListener("pagehide",()=>this.shutdown()),this.config.enabled&&this.startBatchTimer()}static getInstance(){return SingletonManager.getClassInstance("TelemetryService",()=>new TelemetryService)}isEnabled(){return this.config.enabled}captureEvent(e,n,i={}){if(!this.isEnabled()||this.isShuttingDown)return;if(!this.shouldCapture(e))return;const o=Date.now(),r="event_"+o+"_"+Math.random().toString(36).slice(2,11);try{const s={eventId:r,timestamp:o,level:e,message:n,context:i.context,error:i.error?this.buildErrorContext(i.error):void 0,component:i.component,data:i.data,metadata:{sdk:this.buildSDKContext(),user:this.buildUserContext(),browser:this.buildBrowserContext()}};this.addToQueue(s)}catch(s){this.handleInternalError(s)}}buildErrorContext(e){return{name:e.name,message:e.message,stack:this.truncateStackTrace(e.stack),code:e.code,statusCode:e.status||e.statusCode}}buildSDKContext(){return{version:this.clientConfig.get("version")||"unknown",env:this.clientConfig.get("env"),isBuilder:this.clientConfig.get("isBuilder"),partnerCode:this.clientConfig.get("partnerCode")}}buildUserContext(){return{deviceId:this.clientConfig.get("userDeviceId")||"not_defined",isLocalStorageAvailable:this.clientConfig.get("isLocalStorageAvailable")||![]}}buildBrowserContext(){return{userAgent:navigator.userAgent,deviceType:this.clientConfig.get("deviceType"),url:window.location.href,referrer:document.referrer||void 0,timezone:Intl.DateTimeFormat().resolvedOptions().timeZone}}shouldCapture(e){switch(e){case"debug":case"log":case"info":return this.config.includeDebugLogs;case"warn":return this.config.includeWarnings;case"error":case"fatal":return this.config.includeErrors;default:return![]}}addToQueue(e){this.eventQueue.length>=this.config.maxQueueSize&&(this.eventQueue.shift(),this.stats.droppedEvents++),this.eventQueue.push(e),this.stats.totalEvents++,this.stats.eventsByLevel[e.level]++,this.stats.queuedEvents=this.eventQueue.length,this.eventQueue.length>=this.config.batchSize&&this.flushQueue()}startBatchTimer(){this.batchTimer&&clearInterval(this.batchTimer),this.batchTimer=setInterval(()=>{this.eventQueue.length>0&&this.flushQueue()},this.config.batchInterval)}flushQueue(){var e;if(0===this.eventQueue.length||!(null===(e=this.config)||void 0===e?void 0:e.endpoint))return;const n=this.eventQueue.splice(0,this.config.batchSize);this.stats.queuedEvents=this.eventQueue.length;const i=this.createBatch(n);try{this.sendBatch(i),this.stats.batchesSent++}catch(o){this.stats.failedBatches++,this.handleInternalError(o),this.eventQueue.unshift(...n),this.stats.queuedEvents=this.eventQueue.length}}createBatch(e){const n=Date.now(),i="batch_"+n+"_"+Math.random().toString(36).slice(2,9);return{batchId:i,timestamp:n,events:e}}sendBatch(e){if("undefined"!=typeof navigator&&navigator.sendBeacon)try{const n=new Blob([JSON.stringify(e)],{type:"text/plain"}),i=navigator.sendBeacon(this.config.endpoint,n);if(i)return}catch(n){return this.sendBatchViaXHR(e),void 0}this.sendBatchViaXHR(e)}sendBatchViaXHR(e){try{const n=new XMLHttpRequest;if(n.open("POST",this.config.endpoint,![]),n.setRequestHeader("Content-Type","text/plain"),n.send(JSON.stringify(e)),n.status<200||n.status>=300)throw new Error("XHR request failed with status: "+n.status)}catch(n){throw new Error("Both sendBeacon and XHR failed: "+n.message)}}truncateStackTrace(e){if(e)return e.split("\n").slice(0,10).join("\n")}handleInternalError(e){this.clientConfig.isProduction()&&!this.clientConfig.isDebuggingEnabled()||console.error("[LiquidCommerce Elements][Telemetry Internal Error]",e)}shutdown(){var e;if(!this.isShuttingDown&&(this.isShuttingDown=!![],this.batchTimer&&(clearInterval(this.batchTimer),this.batchTimer=null),this.eventQueue.length>0&&(null===(e=this.config)||void 0===e?void 0:e.endpoint))){const e=this.createBatch(this.eventQueue);this.eventQueue=[];try{this.sendBatch(e),this.stats.batchesSent++}catch(n){this.stats.failedBatches++}}}}class BaseComponent extends HTMLElement{get hostClasses(){return[]}get hostAttributes(){return{}}constructor(e={}){super(),this.initialized=![],this.isDestroyed=![],this.renderScheduled=![],this.unsubscribers=[],this.lastRenderTrigger="initial",this.renderCount=0,this.store=StoreService.getInstance(),this.commands=CommandService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.pubSub=PubSubService.getInstance(),this.logger=LoggerFactory.get("BaseComponent"),this.clientConfig=ClientConfigService.getInstance(),this.telemetry=TelemetryService.getInstance(),this.reactiveOptions={watchStorePaths:[],watchOnlyStorePaths:[],autoDestroy:![],autoDestroyDelay:0,...e}}initialize({data:e,config:n}){var i;this.I=Object.freeze(e),this.D=Object.freeze({type:n.type,tagName:this.tagName.toLowerCase(),useShadowDom:null!==(i=null==n?void 0:n.useShadowDom)&&void 0!==i?i:![]}),this.initialized&&(this.setup(),this.triggerRender("initialize"))}interpolateStorePaths(e){return e.map(e=>this.interpolatePath(e))}interpolatePath(e){if("string"!=typeof e)return e;const n=/\{([^}]+)}/g;return e.replace(n,(n,i)=>{const o=this.I[i];return null==o?(this.logger.warn('Parameter "'+i+'" not found in component params for path "'+e+'"'),n):String(o)})}connectedCallback(){var e,n;try{if(this.isDestroyed)return;this.initialized=!![],this.container=this.D.useShadowDom?this.attachShadow({mode:this.clientConfig.isDevelopment()?"open":"closed"}):this,this.setup(),this.triggerRender("connected"),null===(e=this.connected)||void 0===e||e.call(this)}catch(i){this.logger.error("Component connectedCallback error in "+((null===(n=this.D)||void 0===n?void 0:n.tagName)||"unknown"),i),i instanceof Error&&this.captureComponentError(i,"connectedCallback")}}disconnectedCallback(){var e,n;try{this.cleanup(),null===(e=this.disconnected)||void 0===e||e.call(this)}catch(i){this.logger.error("Component disconnectedCallback error in "+((null===(n=this.D)||void 0===n?void 0:n.tagName)||"unknown"),i),i instanceof Error&&this.captureComponentError(i,"disconnectedCallback")}}setup(){var e,n,i;try{this.updateHostClasses(),this.updateHostAttributes(),null===(e=this.beforeSetupStoreWatchers)||void 0===e||e.call(this),this.setupStoreWatchers(),this.setupNonRenderingWatchers(),this.setupAutoDestroy(),null===(n=this.beforeConnected)||void 0===n||n.call(this)}catch(o){this.logger.error("Component setup error in "+((null===(i=this.D)||void 0===i?void 0:i.tagName)||"unknown"),o),o instanceof Error&&this.captureComponentError(o,"setup")}}cleanup(){this.isDestroyed=!![],this.renderTimeout&&cancelAnimationFrame(this.renderTimeout),this.autoDestroyTimeout&&clearTimeout(this.autoDestroyTimeout);for(const n of this.unsubscribers)try{n()}catch(e){this.logger.error("Cleanup error during component destruction",e),e instanceof Error&&this.captureComponentError(e,"cleanup")}this.unsubscribers=[]}setupAutoDestroy(){var e;if(!this.reactiveOptions.autoDestroy)return;let n=this.reactiveOptions.autoDestroyPath;if(!n&&(null===(e=this.reactiveOptions.watchStorePaths)||void 0===e?void 0:e.length)&&(n=this.reactiveOptions.watchStorePaths[0]),!n)return this.logger.warn("AutoDestroy enabled but no path specified and no watchStorePaths found"),void 0;const i=this.interpolatePath(n),o=this.store.watch(i,(e,n)=>{this.isDestroyed||void 0===e&&void 0!==n&&this.handleAutoDestroy(i)});this.unsubscribers.push(o),this.logger.debug("🔥 AutoDestroy enabled for "+this.D.tagName+" watching path: "+i)}handleAutoDestroy(e){var n;if(this.isDestroyed)return;this.logger.debug("🔥 AutoDestroy triggered for "+this.D.tagName+' - path "'+e+'" was removed'),null===(n=this.beforeAutoDestroy)||void 0===n||n.call(this,e);const i=this.reactiveOptions.autoDestroyDelay||0;i>0?this.autoDestroyTimeout=setTimeout(()=>{this.destroyComponent()},i):this.destroyComponent()}destroyComponent(){var e;if(!this.isDestroyed)try{null===(e=this.onAutoDestroy)||void 0===e?void 0:e.call(this),this.remove()}catch(n){this.logger.error("Error during auto-destroy of "+this.D.tagName,n),n instanceof Error&&this.captureComponentError(n,"auto-destroy")}}setupStoreWatchers(){var e;try{let e=this.reactiveOptions.watchStorePaths;if(!(null==e?void 0:e.length)||!this.I)return;e=this.interpolateStorePaths(e);const n=this.store.watchMany(e,e=>{var n,i;try{if(this.isDestroyed)return;const i=e.map(e=>e.path).join(", "),o="store:["+i+"]",r=null===(n=this.onStoreChanged)||void 0===n?void 0:n.call(this,e);r!==![]&&this.triggerRender(o)}catch(o){this.logger.error("Store watcher callback error in "+((null===(i=this.D)||void 0===i?void 0:i.tagName)||"unknown"),o),o instanceof Error&&this.captureComponentError(o,"storeWatcher")}});this.unsubscribers.push(n)}catch(n){this.logger.error("Store watchers setup error in "+((null===(e=this.D)||void 0===e?void 0:e.tagName)||"unknown"),n),n instanceof Error&&this.captureComponentError(n,"setupStoreWatchers")}}setupNonRenderingWatchers(){var e;try{let e=this.reactiveOptions.watchOnlyStorePaths;if(!(null==e?void 0:e.length)||!this.I)return;e=this.interpolateStorePaths(e);const n=this.store.watchMany(e,e=>{var n,i;try{if(this.isDestroyed)return;null===(n=this.onStoreWatch)||void 0===n?void 0:n.call(this,e)}catch(o){this.logger.error("Non-rendering watcher callback error in "+((null===(i=this.D)||void 0===i?void 0:i.tagName)||"unknown"),o),o instanceof Error&&this.captureComponentError(o,"nonRenderingWatcher")}});this.unsubscribers.push(n)}catch(n){this.logger.error("Non-rendering watchers setup error in "+((null===(e=this.D)||void 0===e?void 0:e.tagName)||"unknown"),n),n instanceof Error&&this.captureComponentError(n,"setupNonRenderingWatchers")}}triggerRender(e){this.lastRenderTrigger=e,this.scheduleRender()}scheduleRender(){this.renderScheduled||this.isDestroyed||(this.renderScheduled=!![],this.renderTimeout=requestAnimationFrame(()=>{this.render(),this.renderScheduled=![]}))}render(){var e,n;if(!this.initialized||this.isDestroyed)return;const i=performance.now();this.renderCount++;try{const n=this.template();"string"==typeof n&&(this.container.innerHTML=n),n instanceof HTMLElement&&safeReplaceChildren(this.container,n),Array.isArray(n)&&safeReplaceChildren(this.container,...n);const r=performance.now()-i;this.logRenderInfo(r);try{null===(e=this.afterRender)||void 0===e?void 0:e.call(this)}catch(o){this.logger.error("❌ afterRender hook error in "+this.D.tagName,o),o instanceof Error&&this.captureComponentError(o,"afterRender")}}catch(r){const e=performance.now()-i;this.logger.error("❌ Component render error in "+this.D.tagName,r),this.captureComponentError(r,"render",e),safeReplaceChildren(this.container,ComponentFactoryService.componentError({componentType:this.D.type,message:r instanceof Error?r.message:String(r)}));try{null===(n=this.onError)||void 0===n?void 0:n.call(this,r,"render")}catch(s){this.logger.error("❌ onError hook error in "+this.D.tagName,s)}}}logRenderInfo(e){const n=this.D.type,i=this.D.tagName,o=e>16?"🐌":e>8?"⚡":"🚀";this.logger.debug("Rendered "+o+" "+n+" </"+i+"> | #"+this.renderCount+" | "+e.toFixed(2)+"ms | "+this.lastRenderTrigger),e>16&&(this.logger.warn("⚠️ Slow render in "+n+"("+i+"): "+e.toFixed(2)+"ms triggered by "+this.lastRenderTrigger,{duration:e,threshold:16,componentType:n,tagName:i,renderTrigger:this.lastRenderTrigger,renderCount:this.renderCount}),this.telemetry.captureEvent("warn","Slow render: "+e.toFixed(2)+"ms",{context:"Component:"+i+":performance",component:{type:n,tagName:i,renderCount:this.renderCount,renderTrigger:this.lastRenderTrigger,renderDuration:e,useShadowDom:this.D.useShadowDom}}))}rerender(e){this.triggerRender(e?"manual:rerender:"+e:"manual:rerender()")}captureComponentError(e,n,i){if(this.telemetry.isEnabled())try{this.telemetry.captureEvent("error",e.message,{context:"Component:"+this.D.tagName+":"+n,component:{type:this.D.type,tagName:this.D.tagName,renderCount:this.renderCount,renderTrigger:this.lastRenderTrigger,renderDuration:i,useShadowDom:this.D.useShadowDom}})}catch(o){}}updateHostClasses(){const e=this.hostClasses;if(e.length>0){const n=e.filter(e=>e&&"string"==typeof e&&e.trim());n.length>0&&this.classList.add(...n)}}addHostClasses(...e){const n=e.filter(e=>e&&"string"==typeof e&&e.trim());n.length>0&&this.classList.add(...n)}removeHostClasses(...e){const n=e.filter(e=>e&&"string"==typeof e&&e.trim());n.length>0&&this.classList.remove(...n)}toggleHostClasses(...e){const n=e.filter(e=>e&&"string"==typeof e&&e.trim());for(const i of n)this.classList.toggle(i)}addHostAttribute(e,n){e&&"string"==typeof e&&n&&"string"==typeof n&&(this.setAttribute(e,String(n)),this.hostAttributes[e]=String(n))}removeHostAttribute(e){e&&"string"==typeof e&&(this.removeAttribute(e),delete this.hostAttributes[e])}updateHostAttributes(){const e=this.hostAttributes;for(const[n,i]of Object.entries(e))n&&"string"==typeof n&&i&&"string"==typeof i&&this.setAttribute(n,String(i))}get params(){return this.I}get config(){return this.themeProvider.getComponentConfig(this.D.type)}get elementConfig(){return this.D}getConfigs(e){return this.themeProvider.getConfigs(e)}getStoreValue(e){return this.store.get(e)}setStoreValue(e,n){return this.store.set(e,n)}watchStore(e,n){const i=this.store.watch(e,n);return this.unsubscribers.push(i),i}}class AddressComponent extends BaseComponent{constructor(){super({watchOnlyStorePaths:["address"]})}template(){var e;const n=null!==(e=this.params.options)&&void 0!==e?e:{};return ComponentFactoryService.createElement({type:o.ADDRESS_DISPLAY,isIndependentComponent:!![],options:n})}}class AddressDisplayComponent extends BaseComponent{get hostClasses(){return["address-display-container"]}constructor(){super({watchStorePaths:["address"]})}template(){var e,n,i,r;const s=this.getStoreValue("address"),a=null!==(e=this.params.isIndependentComponent)&&void 0!==e?e:![],c=null!==(n=this.params.productId)&&void 0!==n?n:"",l=null!==(i=this.params.options)&&void 0!==i?i:{},u=null!==(r=l.showLabel)&&void 0!==r?r:!![],h=[];if(u){const e=document.createElement("span");e.textContent="Delivers to:",h.push(e)}const m=document.createElement("button");m.type="button",m.textContent=s.formattedAddress||"Select an address";const f=s.formattedAddress?"Change delivery address, currently set to "+s.formattedAddress:"Select delivery address";return m.setAttribute("aria-label",f),m.addEventListener("click",async()=>{if(a)return this.commands.ui.openDrawer(o.ADDRESS_INPUT,{productId:c,isIndependentComponent:!![]}),void 0;!a&&c&&(this.clientConfig.isMobile()&&this.commands.ui.openDrawer(o.ADDRESS_INPUT,{productId:c}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(c,o.ADDRESS_INPUT,{productId:c}))}),h.push(m),h}}const ArrowRightIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="arrow-right-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M7.52794 2.86225C7.78829 2.6019 8.2104 2.6019 8.47075 2.86225L13.1374 7.52892C13.3978 7.78927 13.3978 8.21138 13.1374 8.47173L8.47075 13.1384C8.2104 13.3987 7.78829 13.3987 7.52794 13.1384C7.26759 12.878 7.26759 12.4559 7.52794 12.1956L11.0565 8.66699H3.33268C2.96449 8.66699 2.66602 8.36851 2.66602 8.00033C2.66602 7.63214 2.96449 7.33366 3.33268 7.33366H11.0565L7.52794 3.80506C7.26759 3.54471 7.26759 3.1226 7.52794 2.86225Z"/>\n </svg>\n '},BagIcon=({width:e=24,height:n=24,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 489 489" class="bag-icon '+i+'" style="'+r+'" data-fill-only>\n <path d="M440.1,422.7l-28-315.3c-0.6-7-6.5-12.3-13.4-12.3h-57.6C340.3,42.5,297.3,0,244.5,0s-95.8,42.5-96.6,95.1H90.3 c-7,0-12.8,5.3-13.4,12.3l-28,315.3c0,0.4-0.1,0.8-0.1,1.2c0,35.9,32.9,65.1,73.4,65.1h244.6c40.5,0,73.4-29.2,73.4-65.1 C440.2,423.5,440.2,423.1,440.1,422.7z M244.5,27c37.9,0,68.8,30.4,69.6,68.1H174.9C175.7,57.4,206.6,27,244.5,27z M366.8,462 H122.2c-25.4,0-46-16.8-46.4-37.5l26.8-302.3h45.2v41c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5v-41h139.3v41 c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5v-41h45.2l26.9,302.3C412.8,445.2,392.1,462,366.8,462z"/>\n </svg>\n'},CheckboxIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="checkbox-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8047 3.52885C14.0651 3.7892 14.0651 4.21131 13.8047 4.47166L6.4714 11.805C6.21106 12.0653 5.78894 12.0653 5.5286 11.805L2.19526 8.47166C1.93491 8.21131 1.93491 7.7892 2.19526 7.52885C2.45561 7.2685 2.87772 7.2685 3.13807 7.52885L6 10.3908L12.8619 3.52885C13.1223 3.2685 13.5444 3.2685 13.8047 3.52885Z"/>\n </svg>\n '},ChevronDownIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="'+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52827 5.52876C3.78862 5.26841 4.21073 5.26841 4.47108 5.52876L7.99967 9.05735L11.5283 5.52876C11.7886 5.26841 12.2107 5.26841 12.4711 5.52876C12.7314 5.78911 12.7314 6.21122 12.4711 6.47157L8.47108 10.4716C8.21073 10.7319 7.78862 10.7319 7.52827 10.4716L3.52827 6.47157C3.26792 6.21122 3.26792 5.78911 3.52827 5.52876Z" fill="#18181B"/>\n </svg>\n '},ChevronLeftIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="chevron-left-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4721 3.52864C10.7324 3.78899 10.7324 4.2111 10.4721 4.47145L6.94346 8.00004L10.4721 11.5286C10.7324 11.789 10.7324 12.2111 10.4721 12.4714C10.2117 12.7318 9.7896 12.7318 9.52925 12.4714L5.52925 8.47145C5.2689 8.2111 5.2689 7.78899 5.52925 7.52864L9.52925 3.52864C9.7896 3.26829 10.2117 3.26829 10.4721 3.52864Z"/>\n </svg>\n '},CloseIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="close-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52925 3.52864C3.7896 3.26829 4.21171 3.26829 4.47206 3.52864L8.00065 7.05723L11.5292 3.52864C11.7896 3.26829 12.2117 3.26829 12.4721 3.52864C12.7324 3.78899 12.7324 4.2111 12.4721 4.47145L8.94346 8.00004L12.4721 11.5286C12.7324 11.789 12.7324 12.2111 12.4721 12.4714C12.2117 12.7318 11.7896 12.7318 11.5292 12.4714L8.00065 8.94285L4.47206 12.4714C4.21171 12.7318 3.7896 12.7318 3.52925 12.4714C3.2689 12.2111 3.2689 11.789 3.52925 11.5286L7.05784 8.00004L3.52925 4.47145C3.2689 4.2111 3.2689 3.78899 3.52925 3.52864Z"/>\n </svg>\n '},ErrorInfoIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="error-info-icon '+i+'" style="'+r+'" data-fill-only>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00033 1.99996C4.68662 1.99996 2.00033 4.68625 2.00033 7.99996C2.00033 11.3137 4.68662 14 8.00033 14C11.314 14 14.0003 11.3137 14.0003 7.99996C14.0003 4.68625 11.314 1.99996 8.00033 1.99996ZM0.666992 7.99996C0.666992 3.94987 3.95024 0.666626 8.00033 0.666626C12.0504 0.666626 15.3337 3.94987 15.3337 7.99996C15.3337 12.05 12.0504 15.3333 8.00033 15.3333C3.95024 15.3333 0.666992 12.05 0.666992 7.99996ZM8.00033 4.66663C8.36852 4.66663 8.66699 4.9651 8.66699 5.33329V7.99996C8.66699 8.36815 8.36852 8.66663 8.00033 8.66663C7.63213 8.66663 7.33366 8.36815 7.33366 7.99996V5.33329C7.33366 4.9651 7.63213 4.66663 8.00033 4.66663ZM7.33366 10.6666C7.33366 10.2984 7.63213 9.99996 8.00033 9.99996H8.00699C8.37518 9.99996 8.67366 10.2984 8.67366 10.6666C8.67366 11.0348 8.37518 11.3333 8.00699 11.3333H8.00033C7.63213 11.3333 7.33366 11.0348 7.33366 10.6666Z"/>\n</svg>'},InfoIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="info-icon '+i+'" style="'+r+'" data-fill-only>\n <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>\n <path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>\n </svg>\n '},SearchIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o||"currentColor";return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="search-icon '+i+'">\n <path d="M14.0001 14L11.1335 11.1333M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z" fill="none" stroke="'+r+'" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>'},SuccessIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="success-icon '+i+'" style="'+r+'" data-fill-only>\n <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>\n </svg>\n '},TrashIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="trash-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M6.22157 2.22161C6.06513 2.37804 6.00016 2.55036 6.00016 2.66687V3.33354H10.0002V2.66687C10.0002 2.55036 9.93519 2.37804 9.77876 2.22161C9.62232 2.06517 9.45001 2.0002 9.3335 2.0002H6.66683C6.55032 2.0002 6.378 2.06517 6.22157 2.22161ZM11.3335 3.33354V2.66687C11.3335 2.11672 11.0651 1.62236 10.7216 1.2788C10.378 0.935235 9.88365 0.66687 9.3335 0.66687H6.66683C6.11668 0.66687 5.62232 0.935235 5.27876 1.2788C4.93519 1.62236 4.66683 2.11672 4.66683 2.66687V3.33354H2.00016C1.63197 3.33354 1.3335 3.63201 1.3335 4.0002C1.3335 4.36839 1.63197 4.66687 2.00016 4.66687H2.66683V13.3335C2.66683 13.8837 2.93519 14.378 3.27876 14.7216C3.62232 15.0652 4.11668 15.3335 4.66683 15.3335H11.3335C11.8837 15.3335 12.378 15.0652 12.7216 14.7216C13.0651 14.378 13.3335 13.8837 13.3335 13.3335V4.66687H14.0002C14.3684 4.66687 14.6668 4.36839 14.6668 4.0002C14.6668 3.63201 14.3684 3.33354 14.0002 3.33354H11.3335ZM4.00016 4.66687V13.3335C4.00016 13.45 4.06513 13.6224 4.22157 13.7788C4.378 13.9352 4.55032 14.0002 4.66683 14.0002H11.3335C11.45 14.0002 11.6223 13.9352 11.7788 13.7788C11.9352 13.6224 12.0002 13.45 12.0002 13.3335V4.66687H4.00016ZM6.66683 6.66687C7.03502 6.66687 7.3335 6.96535 7.3335 7.33354V11.3335C7.3335 11.7017 7.03502 12.0002 6.66683 12.0002C6.29864 12.0002 6.00016 11.7017 6.00016 11.3335V7.33354C6.00016 6.96535 6.29864 6.66687 6.66683 6.66687ZM9.3335 6.66687C9.70169 6.66687 10.0002 6.96535 10.0002 7.33354V11.3335C10.0002 11.7017 9.70169 12.0002 9.3335 12.0002C8.96531 12.0002 8.66683 11.7017 8.66683 11.3335V7.33354C8.66683 6.96535 8.96531 6.66687 9.3335 6.66687Z"/>\n </svg>\n '},WarningIcon=({width:e=16,height:n=16,className:i="",color:o=null})=>{const r=o?"--icon-color: "+o:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+n+'" viewBox="0 0 16 16" class="warning-icon '+i+'" style="'+r+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99984 2.00033C4.68613 2.00033 1.99984 4.68662 1.99984 8.00033C1.99984 11.314 4.68613 14.0003 7.99984 14.0003C11.3135 14.0003 13.9998 11.314 13.9998 8.00033C13.9998 4.68662 11.3135 2.00033 7.99984 2.00033ZM0.666504 8.00033C0.666504 3.95024 3.94975 0.666992 7.99984 0.666992C12.0499 0.666992 15.3332 3.95024 15.3332 8.00033C15.3332 12.0504 12.0499 15.3337 7.99984 15.3337C3.94975 15.3337 0.666504 12.0504 0.666504 8.00033ZM7.99984 4.66699C8.36803 4.66699 8.6665 4.96547 8.6665 5.33366V8.00033C8.6665 8.36852 8.36803 8.66699 7.99984 8.66699C7.63165 8.66699 7.33317 8.36852 7.33317 8.00033V5.33366C7.33317 4.96547 7.63165 4.66699 7.99984 4.66699ZM7.33317 10.667C7.33317 10.2988 7.63165 10.0003 7.99984 10.0003H8.0065C8.37469 10.0003 8.67317 10.2988 8.67317 10.667C8.67317 11.0352 8.37469 11.3337 8.0065 11.3337H7.99984C7.63165 11.3337 7.33317 11.0352 7.33317 10.667Z"/>\n </svg>\n '};class AddressInputComponent extends BaseComponent{constructor(){super({watchStorePaths:["address"]}),this.suggestions=[],this.error=null,this.selectedAddress=null,this.minSearchLength=3,this.isIndependentComponent=()=>{var e;return null!==(e=this.params.isIndependentComponent)&&void 0!==e?e:![]},this.handleInputChange=e=>{const n=e.target,i=n.value.trim();this.searchTimeout&&clearTimeout(this.searchTimeout),this.selectedAddress=null,this.error=null,this.updateErrorDisplay();const o=/^\d/.test(i);if(i.length<this.minSearchLength||!o)return this.suggestions=[],this.hideSuggestions(),void 0;this.searchTimeout=setTimeout(async()=>{await this.searchAddresses(i)},300)},this.closeDrawer=async()=>{const e=this.params.productId,n=this.clientConfig.isMobile(),i=this.isIndependentComponent();(n||i)&&this.commands.ui.closeDrawer(),!n&&e&&await this.commands.product.closeProductDrawer(e)},this.handleCancel=async()=>{try{await this.closeDrawer(),this.suggestions=[],this.error=null,this.hideSuggestions(),this.updateErrorDisplay()}catch(R){this.logger.error("Address edit cancellation failed",R)}},this.handleCheckAvailability=async()=>{if(!this.selectedAddress)return this.error="Please select a valid address first",this.updateErrorDisplay(),this.showSuggestions(),void 0;try{this.error=null,this.updateErrorDisplay();const e=this.getStoreValue("address"),n=(null==e?void 0:e.coordinates.lat)!==this.selectedAddress.coordinates.lat||(null==e?void 0:e.coordinates.long)!==this.selectedAddress.coordinates.long;n&&await this.commands.address.setSelectedAddress(this.selectedAddress),await this.closeDrawer()}catch(e){this.logger.error("Address selection and availability check failed",e),this.error="Failed to update address. Please try again.",this.updateErrorDisplay()}},this.handleSuggestionClick=async e=>{const n=e.currentTarget.dataset.suggestionId;if(n)try{this.error=null,this.updateErrorDisplay();const e=await this.commands.address.getAddressDetails(n);if(0===Object.keys(e).length)return this.error="No details found for the selected address.",this.updateErrorDisplay(),void 0;this.selectedAddress={id:n,address:e.address,coordinates:e.coords,formattedAddress:e.formattedAddress},this.inputElement.value=this.selectedAddress.formattedAddress,this.hideSuggestions()}catch(i){this.logger.error("Address details retrieval failed",i),this.error="Failed to get address details. Please try again.",this.updateErrorDisplay()}},this.handleDocumentClick=e=>{this.container.contains(e.target)||this.hideSuggestions()}}get hostClasses(){return["address-input-container"]}beforeConnected(){const e=this.getStoreValue("address");(null==e?void 0:e.formattedAddress)&&(this.selectedAddress=e)}async searchAddresses(e){try{this.error=null,this.updateErrorDisplay(),this.showSuggestions();const n=await this.commands.address.searchAddresses(e);this.suggestions=n.slice(0,5),this.updateSuggestionsDisplay(),this.showSuggestions()}catch(n){this.logger.error("Address search operation failed",n),this.error="Failed to search addresses. Please try again.",this.suggestions=[],this.updateErrorDisplay(),this.updateSuggestionsDisplay()}}updateErrorDisplay(){if(!this.errorContainer)return;if(!this.error)return this.errorContainer.style.display="none",void 0;this.errorContainer.style.display="block";const e=this.errorContainer.querySelector(".error-text");e&&(e.textContent=this.error)}updateSuggestionsDisplay(){if(this.suggestionsContainer){if(this.suggestionsContainer.innerHTML="",0===this.suggestions.length){const e=this.createElement("li",{className:"suggestion-item no-suggestions",textContent:"No matching address found."});return this.suggestionsContainer.appendChild(e),void 0}for(const e of this.suggestions){const n=this.createElement("li",{className:"suggestion-item"}),i=this.createElement("span",{textContent:e.description});n.appendChild(i),n.setAttribute("data-suggestion-id",e.id),n.setAttribute("role","option"),n.setAttribute("aria-label","Select address: "+e.description),n.setAttribute("tabindex","0"),n.addEventListener("click",this.handleSuggestionClick),n.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),n.click())}),this.suggestionsContainer.appendChild(n)}}}showSuggestions(){this.suggestionsContainer&&(this.suggestionsContainer.classList.remove("hide"),this.suggestionsContainer.classList.add("show")),this.inputElement&&this.inputElement.setAttribute("aria-expanded","true"),this.inputContainer&&this.inputContainer.classList.add("suggestions-expanded")}hideSuggestions(){this.suggestionsContainer&&(this.suggestionsContainer.classList.remove("show"),this.suggestionsContainer.classList.add("hide")),this.inputElement&&this.inputElement.setAttribute("aria-expanded","false"),this.inputContainer&&this.inputContainer.classList.remove("suggestions-expanded")}createElement(e,n){const i=document.createElement(e);return n&&Object.assign(i,n),i}createErrorContainer(){const e=this.createElement("div",{className:"error-message"});e.style.display="none",e.setAttribute("role","alert"),e.setAttribute("aria-live","assertive"),e.setAttribute("aria-atomic","true");const n=this.createElement("span",{className:"error-icon",textContent:"⚠️"}),i=this.createElement("span",{className:"error-text"});return e.appendChild(n),e.appendChild(i),e}createCheckButton(){const e=this.createElement("button",{type:"button",className:"primary-button",textContent:"Save"});return e.setAttribute("aria-label","Save and check address availability"),e.addEventListener("click",this.handleCheckAvailability),e}createCancelButton(){const e=this.createElement("button",{type:"button",className:"secondary-button",textContent:"Cancel"});return e.setAttribute("aria-label","Cancel address selection"),e.addEventListener("click",this.handleCancel),e}template(){var e,n,i;const o=this.getConfigs("global"),r=null!==(e=this.params.options)&&void 0!==e?e:{},s=null!==(n=r.showLabel)&&void 0!==n?n:!![];if(this.inputContainer=this.createElement("div",{className:"input-section"}),s){const e=this.createElement("h2",{className:"input-title",textContent:"Enter delivery address"});this.inputContainer.appendChild(e)}const a=this.createElement("div",{className:"input-wrapper "+o.layout.inputFieldStyle});this.inputElement=this.createElement("input",{type:"text",id:"address-input",className:"input-field",value:(null===(i=this.selectedAddress)||void 0===i?void 0:i.formattedAddress)||"",autocomplete:"off",placeholder:"Enter an address"}),this.inputElement.setAttribute("role","combobox"),this.inputElement.setAttribute("aria-label","Enter delivery address"),this.inputElement.setAttribute("aria-autocomplete","list"),this.inputElement.setAttribute("aria-controls","address-suggestions"),this.inputElement.setAttribute("aria-expanded","false"),this.inputElement.setAttribute("aria-haspopup","listbox"),this.inputElement.addEventListener("input",this.handleInputChange),a.appendChild(this.inputElement);const c=this.createElement("span");c.className="input-icon",c.innerHTML=SearchIcon({width:16,height:16,className:""}),a.appendChild(c),this.inputContainer.appendChild(a),this.suggestionsContainer=this.createElement("ul",{className:"suggestions-list hide"}),this.suggestionsContainer.setAttribute("id","address-suggestions"),this.suggestionsContainer.setAttribute("role","listbox"),this.suggestionsContainer.setAttribute("aria-label","Address suggestions"),this.inputContainer.appendChild(this.suggestionsContainer),this.errorContainer=this.createErrorContainer();const l=this.createElement("span",{className:"privacy-notice",textContent:"This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply."}),u=[this.inputContainer,l,this.errorContainer],h=this.createElement("div",{className:"action-buttons"}),m=this.createCancelButton();h.appendChild(m);const f=this.createCheckButton();return h.appendChild(f),u.push(h),document.addEventListener("click",this.handleDocumentClick),u}disconnected(){this.searchTimeout&&clearTimeout(this.searchTimeout),document.removeEventListener("click",this.handleDocumentClick)}}class CartComponent extends BaseComponent{get hostClasses(){const e=["cart-container"];return this.params.isIndependentComponent&&!this.clientConfig.isBuilder()&&e.push("cart-no-header"),this.params.isIndependentComponent&&e.push("independent"),e}constructor(){super({watchStorePaths:["cart.rerender"]})}template(){const e=[],n=this.params.isIndependentComponent&&!this.clientConfig.isBuilder();if(!n){const n=ComponentFactoryService.createElement({type:o.CART_HEADER});e.push(n)}const i=ComponentFactoryService.createElement({type:o.CART_BODY});e.push(i);const r=ComponentFactoryService.createElement({type:o.CART_FOOTER});return e.push(r),e}}class CartBodyComponent extends BaseComponent{get hostClasses(){return["cart-body"]}constructor(){super({watchStorePaths:["cart.retailers","cart.loading"]})}createEmptyCartElement(){const e=document.createElement("div");e.className="empty-cart-container";const n=document.createElement("h3");return n.className="empty-cart-content",n.textContent="Your cart is empty",e.appendChild(n),e}createLoadingElement(){const e=document.createElement("div");return e.setAttribute("data-component-type","cart-body-loading"),e.innerHTML=this.loadingTemplate(),e}loadingTemplate(){return'\n <div class="cart-loading-backdrop">\n <div class="cart-loading-spinner-container">\n <div class="cart-loading-spinner">\n <svg class="cart-spinner" width="50" height="50" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n </div>\n </div>\n </div>\n '}createRetailerElement(e){try{return ComponentFactoryService.createElement({type:o.CART_RETAILER,retailerId:e.id})}catch(n){return this.logger.error("Cart retailer component creation failed",n),document.createElement("div")}}getRetailerElementById(e){return this.container.querySelector('[data-retailer-id="'+e+'"]')}getLoadingElement(){return this.container.querySelector('[data-component-type="cart-body-loading"]')}showEmptyCartState(){this.container.innerHTML="";const e=this.createEmptyCartElement();this.container.appendChild(e),this.setupEmptyCartListeners()}addLoadingOverlay(){const e=this.getLoadingElement();if(!e){const e=this.createLoadingElement();this.container.appendChild(e)}}removeLoadingOverlay(){const e=this.getLoadingElement();e&&e.remove()}setupEmptyCartListeners(){const e=this.container.querySelector('[data-action="continue-shopping"]');e&&e.addEventListener("click",()=>{this.commands.ui.closeDrawer()})}addRetailerElement(e,n){const i=this.createRetailerElement(n);i.setAttribute("data-retailer-id",e),this.container.appendChild(i)}removeRetailerElement(e){const n=this.getRetailerElementById(e);n&&n.remove()}updateRetailerElement(e,n){const i=this.getRetailerElementById(e);if(i){const o=this.createRetailerElement(n);o.setAttribute("data-retailer-id",e),i.replaceWith(o)}}hasRetailerDataChanged(e,n){return e?![]:!![]}getValidRetailers(e){if(!e)return{};const n={};for(const[i,o]of Object.entries(e))o&&"object"==typeof o&&o.id&&(n[i]=o);return n}getValidRetailerIds(e){const n=this.getValidRetailers(e);return new Set(Object.keys(n))}onStoreChanged(e){const n=e.find(e=>"cart.retailers"===e.path),i=e.find(e=>"cart.loading"===e.path);if(n){const e=this.getValidRetailers(n.oldValue),i=this.getValidRetailers(n.value),o=this.getValidRetailerIds(n.oldValue),r=this.getValidRetailerIds(n.value),s=o.size,a=r.size,c=this.getValidRetailers(this.getStoreValue("cart.retailers")),l=Object.keys(c).length;if(a>0&&0===l)return this.showEmptyCartState(),![];if(this.removeLoadingOverlay(),0===s&&a>0){this.container.innerHTML="";for(const[e,n]of Object.entries(i))this.addRetailerElement(e,n)}else if(s>0&&0===a)this.showEmptyCartState();else if(a>0){for(const e of o)r.has(e)||this.removeRetailerElement(e);for(const n of r){const r=i[n],s=e[n];o.has(n)?this.hasRetailerDataChanged(s,r)&&this.updateRetailerElement(n,r):this.addRetailerElement(n,r)}}else 0===s&&0===a&&this.showEmptyCartState()}if(i){const e=i.value,n=i.oldValue;e!==n&&(e?this.addLoadingOverlay():this.removeLoadingOverlay())}return i||n,![]}afterRender(){this.setupEmptyCartListeners();const e=this.getStoreValue("cart.loading");e&&this.addLoadingOverlay()}template(){const e=this.getStoreValue("cart.retailers")||{},n=Object.values(e);if(0===n.length)return this.createEmptyCartElement();const i=[];for(const o of n){const e=this.createRetailerElement(o);e.setAttribute("data-retailer-id",o.id),i.push(e)}return i}}class CartFooterComponent extends BaseComponent{get hostClasses(){return["cart-footer"]}constructor(){super({watchOnlyStorePaths:["cart.items","cart.totals","cart.fulfillments","cart.loading","cart.retailers"]})}onStoreWatch(e){const n=e.some(e=>e.path.includes("cart.items")),i=e.some(e=>e.path.includes("cart.totals")),o=e.some(e=>e.path.includes("cart.fulfillments")),r=e.some(e=>"cart.loading"===e.path),s=e.some(e=>e.path.includes("cart.retailers"));if(n&&this.updateSubtotalItemsCount(),i&&this.subtotalPrice){const e=this.getStoreValue("cart.totals");this.subtotalPrice.textContent=""+formatCentToDollarText(e.subtotal+e.engravingFee-e.discounts)}(o||i||r||n||s)&&this.updateCheckoutButtonState()}afterRender(){this.updateSubtotalItemsCount(),this.updateCheckoutButtonState()}isAnythingLoading(){const e=this.getStoreValue("cart.loading");if(e)return!![];const n=this.getStoreValue("cart.items")||{},i=Object.values(n).some(e=>e.updating);if(i)return!![];const o=this.getStoreValue("cart.fulfillments")||{},r=Object.values(o).some(e=>e.updating);if(r)return!![];const s=this.getStoreValue("cart.retailers")||{},a=Object.values(s).some(e=>e.updating);return a?!![]:![]}hasUnmetMinimum(e){var n;const i=e.subtotal;if(e.type===r.SHIPPING){const o=e.fees;if((null===(n=o.individual)||void 0===n?void 0:n.active)&&o.individual.min>0&&i<o.individual.min)return!![]}if(e.type===r.ON_DEMAND){const n=e.fees;if(n.min>0&&i<n.min)return!![]}return![]}shouldDisableCheckout(){const e=this.getStoreValue("cart.fulfillments")||{};return Object.values(e).some(e=>this.hasUnmetMinimum(e))}updateCheckoutButtonState(){const e=this.getStoreValue("cart.items")||{},n=Object.keys(e).length>0;if(this.checkoutButton){const e=this.isAnythingLoading(),i=this.shouldDisableCheckout(),o=e||i||!n;this.checkoutButton.disabled=o,this.checkoutButton.classList.toggle("checkout-btn-disabled",o),this.checkoutButton.classList.toggle("loading",e)}}updateSubtotalItemsCount(){const e=this.getStoreValue("cart.items"),n=Object.values(e).reduce((e,n)=>e+n.quantity,0);this.subtotalText&&(this.subtotalText.textContent="Subtotal ("+n+" item"+(1!==n?"s":"")+"):")}async handleCheckout(e){return this.clientConfig.isBuilder()?(e.preventDefault(),this.logger.info("Cart Go To Checkout Button Is Disabled In Builder Mode"),void 0):this.isAnythingLoading()||this.shouldDisableCheckout()?(e.preventDefault(),void 0):(await this.commands.cart.handleGoToCheckout(),void 0)}template(){const e=this.getConfigs("global"),n=this.getStoreValue("cart.totals"),i=[],r=document.createElement("div");r.className="cart-footer-header";const s=document.createElement("div");s.className="cart-footer-items-price",this.subtotalText=document.createElement("span"),this.subtotalText.className="subtotal-text",this.subtotalText.textContent="Subtotal (0 items):",s.appendChild(this.subtotalText),this.subtotalPrice=document.createElement("span"),this.subtotalPrice.className="subtotal-price",this.subtotalPrice.textContent=formatCentToDollarText(n.subtotal+n.engravingFee-n.discounts),s.appendChild(this.subtotalPrice);const a=document.createElement("p");if(a.textContent="Taxes & fees will be calculated at checkout",a.className="taxes-fees-info",r.appendChild(s),r.appendChild(a),i.push(r),e.layout.allowPromoCodes){const e=ComponentFactoryService.createElement({type:o.CART_PROMO_CODE});i.push(e)}const c=ComponentFactoryService.createElement({type:o.ALERT,errorStorePath:"cart.events",fromEvents:!![],showFirstEvent:![]});if(i.push(c),this.checkoutButton=document.createElement("button"),this.checkoutButton.type="button",this.checkoutButton.className="checkout-button",this.checkoutButton.setAttribute("aria-label","Go to checkout"),this.checkoutButton.textContent=this.config.layout.goToCheckoutButtonText||"Go to Checkout",this.checkoutButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleCheckout(e)}),this.checkoutButton.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.handleCheckout(e))}),i.push(this.checkoutButton),e.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:o.POWERED_BY,context:"general"});i.push(e)}return i}}const shouldShowMinimumPurchaseAlert=(e,n=![])=>{var i,o;const s=e.subtotal;if(e.type===r.SHIPPING){const r=e.fees;if(n&&(null===(i=r.pack)||void 0===i?void 0:i.active)&&r.pack.min>0&&s<r.pack.min)return!![];if(!n&&(null===(o=r.individual)||void 0===o?void 0:o.active)&&r.individual.min>0&&s<r.individual.min)return!![]}else if(e.type===r.ON_DEMAND){const n=e.fees;if(n.min>0&&s<n.min)return!![]}return![]},getMinimumPurchaseMessage=(e,n=![])=>{var i,o;const s=e.subtotal;if(e.type===r.SHIPPING){const r=e.fees;let a=0;if(n&&(null===(i=r.pack)||void 0===i?void 0:i.active)&&r.pack.min>0?a=r.pack.min:(null===(o=r.individual)||void 0===o?void 0:o.active)&&r.individual.min>0&&(a=r.individual.min),a>0&&s<a)return{message:"+"+formatCentToDollarText(a-s)+" needed for order minimum",type:"warning"}}if(e.type===r.ON_DEMAND){const n=e.fees,i=n.min>0?n.min:0;if(i>0&&s<i)return{message:"+"+formatCentToDollarText(i-s)+" needed for order minimum",type:"warning"}}return{message:"",type:"warning"}},hasUnmetMinimum=(e,n=![])=>{var i,o;const s=e.subtotal;if(e.type===r.SHIPPING){const r=e.fees;if(n&&(null===(i=r.pack)||void 0===i?void 0:i.active)&&r.pack.min>0&&s<r.pack.min)return!![];if(!n&&(null===(o=r.individual)||void 0===o?void 0:o.active)&&r.individual.min>0&&s<r.individual.min)return!![]}if(e.type===r.ON_DEMAND){const n=e.fees;if(n.min>0&&s<n.min)return!![]}return![]};class PurchaseMinAlertComponent extends BaseComponent{get hostClasses(){return["alert","alert-"+this.params.messageType]}getIconElement(){const e=this.config||{};if(e.showIcon===![])return null;const n={warning:"warning",success:"success",info:"info"},i={warning:WarningIcon,success:SuccessIcon,info:InfoIcon},o=n[this.params.messageType]||"warning",r=document.createElement("div");return r.className="alert-icon alert-icon-"+this.params.messageType,r.appendChild(htmlStringToElement(i[o]({width:16,height:16,className:"alert-icon-svg"}))),r}template(){var e;const n=[],i=this.getIconElement();i&&n.push(i);const o=document.createElement("span");if(o.className="alert-message",o.textContent=this.params.message,n.push(o),"detailed"===(null===(e=this.config)||void 0===e?void 0:e.alertType)&&this.params.currentTotal){const e=document.createElement("div");e.className="alert-details";const i=document.createElement("small");i.className="alert-details-text",i.textContent="Current subtotal: "+formatCentToDollarText(this.params.currentTotal),e.appendChild(i),n.push(e)}return n}}class CartFulfillmentComponent extends BaseComponent{get hostClasses(){return["retailer-fulfillment-container"]}constructor(){super({watchStorePaths:["cart.fulfillments.{fulfillmentId}","cart.items"],autoDestroy:!![],autoDestroyPath:"cart.fulfillments.{fulfillmentId}"})}getFulfillmentId(){return this.params.fulfillmentId}getProductStore(){const e=this.getFulfillmentId(),n=this.getStoreValue("cart.fulfillments."+e+".items")||{};return Object.values(n).find(n=>n.fulfillmentId===e)}handleItemsUpdate(e,n){const i=new Set(e||[]),r=new Set(n||[]);for(const o of i)if(!r.has(o)){const e=this.container.querySelector('[data-item-id="'+o+'"]');e&&e.remove()}for(const s of r)if(!i.has(s)){const e=ComponentFactoryService.createElement({type:o.CART_ITEM,itemId:s});e.setAttribute("data-item-id",s),this.container.appendChild(e)}}setupItemElements(){const e=this.getFulfillmentId(),n=this.getStoreValue("cart.fulfillments."+e+".items")||[],i=this.container.querySelectorAll("[data-item-id]");for(const o of i)o.remove();for(const r of n){const e=ComponentFactoryService.createElement({type:o.CART_ITEM,itemId:r});e.setAttribute("data-item-id",r),this.container.appendChild(e)}}setupMinimumPurchaseAlert(){var e;const n=this.getFulfillmentId(),i=(null===(e=this.getProductStore())||void 0===e?void 0:e.pack)||![],r=this.getStoreValue("cart.fulfillments."+n),s=this.container.querySelector('[data-component-type="cart-retailer-alert"]');if(s&&s.remove(),shouldShowMinimumPurchaseAlert(r,i)){const e=getMinimumPurchaseMessage(r,i),n=ComponentFactoryService.createElement({type:o.PURCHASE_MIN_ALERT,message:e.message,messageType:e.type,currentTotal:r.subtotal,config:{showIcon:!![],alertType:"minimal"}});n.setAttribute("data-component-type","cart-retailer-alert"),this.container.prepend(n)}}createLoadingOverlay(){const e=document.createElement("div");e.className="cart-loading-backdrop",e.setAttribute("data-loading-id","fulfillment-loading-overlay");const n=document.createElement("div");n.className="cart-loading-spinner-container";const i=document.createElement("div");return i.className="cart-loading-spinner",i.innerHTML='\n <svg class="cart-spinner" width="32" height="32" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n ',n.appendChild(i),e.appendChild(n),e}hasLoadingOverlay(){return!!this.container.querySelector('[data-loading-id="fulfillment-loading-overlay"]')}showLoadingOverlay(){if(this.hasLoadingOverlay())return;const e=this.createLoadingOverlay();this.container.appendChild(e),this.container instanceof HTMLElement&&(this.container.style.position="relative")}hideLoadingOverlay(){const e=this.container.querySelector('[data-loading-id="fulfillment-loading-overlay"]');e&&(e.remove(),this.container instanceof HTMLElement&&(this.container.style.position=""))}isAnyItemUpdating(){var e;const n=this.getFulfillmentId(),i=this.getStoreValue("cart.fulfillments."+n);return(null===(e=null==i?void 0:i.items)||void 0===e?void 0:e.length)?i.items.some(e=>{const n=this.getStoreValue("cart.items."+e);return(null==n?void 0:n.updating)===!![]}):![]}checkAndUpdateLoadingState(){const e=this.isAnyItemUpdating(),n=this.hasLoadingOverlay();e&&!n?this.showLoadingOverlay():!e&&n&&this.hideLoadingOverlay()}onStoreChanged(e){const n=this.getFulfillmentId(),i="cart.fulfillments."+n,o=e.find(e=>e.path===i),r=e.filter(e=>"cart.items"===e.path||e.path.startsWith("cart.items."));if(r.length>0&&this.checkAndUpdateLoadingState(),o){const e=o.oldValue,n=o.value,i=(null==e?void 0:e.items)||[],r=(null==n?void 0:n.items)||[],s=JSON.stringify(i)!==JSON.stringify(r);s&&(this.handleItemsUpdate(i,r),this.checkAndUpdateLoadingState());const a=this.hasFulfillmentFeesChanged(e,n),c=this.hasFulfillmentDataChanged(e,n,["items","updating"]);if(a&&!c&&this.setupMinimumPurchaseAlert(),!c)return![]}return![]}hasFulfillmentFeesChanged(e,n){return e?e.subtotal!==n.subtotal||e.shippingFee!==n.shippingFee||e.deliveryFee!==n.deliveryFee||JSON.stringify(e.fees)!==JSON.stringify(n.fees):!![]}hasFulfillmentDataChanged(e,n,i=[]){if(!e)return!![];const o=["type","canEngrave","retailerId"];for(const r of o)if(!i.includes(r)&&e[r]!==n[r])return!![];return![]}afterRender(){this.setupItemElements(),this.setupMinimumPurchaseAlert(),this.checkAndUpdateLoadingState()}disconnected(){this.hideLoadingOverlay()}template(){return[]}}const yt={CT:"America/New_York",DE:"America/New_York",FL:"America/New_York",GA:"America/New_York",IN:"America/New_York",KY:"America/New_York",ME:"America/New_York",MD:"America/New_York",MA:"America/New_York",MI:"America/New_York",NH:"America/New_York",NJ:"America/New_York",NY:"America/New_York",NC:"America/New_York",OH:"America/New_York",PA:"America/New_York",RI:"America/New_York",SC:"America/New_York",TN:"America/New_York",VT:"America/New_York",VA:"America/New_York",WV:"America/New_York",AL:"America/Chicago",AR:"America/Chicago",IL:"America/Chicago",IA:"America/Chicago",KS:"America/Chicago",LA:"America/Chicago",MN:"America/Chicago",MS:"America/Chicago",MO:"America/Chicago",NE:"America/Chicago",ND:"America/Chicago",OK:"America/Chicago",SD:"America/Chicago",TX:"America/Chicago",WI:"America/Chicago",AZ:"America/Phoenix",CO:"America/Denver",ID:"America/Denver",MT:"America/Denver",NV:"America/Los_Angeles",NM:"America/Denver",UT:"America/Denver",WY:"America/Denver",CA:"America/Los_Angeles",OR:"America/Los_Angeles",WA:"America/Los_Angeles",AK:"America/Anchorage",HI:"Pacific/Honolulu"},bt="America/New_York";function detectUserTimezone(e){try{if(e){const n=e.toUpperCase(),i=yt[n];return i||bt}return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(n){return bt}}function getCurrentTimeInTimezone(e){try{const n=new Date,i=n.getTime(),o=6e4*n.getTimezoneOffset(),r=new Date(i+o),s=new Date(r.toLocaleString("en-US",{timeZone:e})),a=r.getTime()-s.getTime();return new Date(i+a)}catch(n){return new Date}}function getCurrentTimeInUserTimezone(e){const n=detectUserTimezone(e);return getCurrentTimeInTimezone(n)}function isDateTimeInRange(e){const{startDate:n,endDate:i,addressState:o}=e;try{const e=getCurrentTimeInUserTimezone(o),r=!n||e>=new Date(n),s=!i||e<=new Date(i);return r&&s}catch(r){return![]}}function filterActiveItems(e,n){return e.filter(e=>isDateTimeInRange({startDate:e.activeFrom,endDate:e.activeUntil,addressState:n}))}function hasActiveItems(e,n){return filterActiveItems(e,n).length>0}class CartHeaderComponent extends BaseComponent{get hostClasses(){return["cart-header"]}template(){var e,n,i;const r=this.config.layout.drawerHeaderText,s=this.getConfigs("global"),a=document.createElement("div");a.className="cart-header-content";const c=document.createElement("h2");c.className="cart-title",c.textContent=r,a.appendChild(c);const l=document.createElement("button");l.type="button",l.className="cart-header-close-btn",l.innerHTML=CloseIcon({width:16,height:16}),l.setAttribute("aria-label","Close cart drawer"),l.addEventListener("click",()=>{this.commands.ui.closeDrawer()}),a.appendChild(l);const u=this.clientConfig.get("promoTicker"),h=null!==(n=null===(e=null==s?void 0:s.experienceFeatures)||void 0===e?void 0:e.promoTicker)&&void 0!==n?n:[],m=null!=u?u:h,f=this.store.get("address"),g=hasActiveItems(m,null===(i=null==f?void 0:f.address)||void 0===i?void 0:i.state);if(!m.length||!g)return[a];const v=ComponentFactoryService.createElement({context:"cart",type:o.PROMO_CODE_TICKER,tickers:m});return[a,v]}}class CartItemComponent extends BaseComponent{get hostClasses(){return["cart-item-container"]}get hostAttributes(){return{"data-item-id":this.params.itemId}}constructor(){super({watchStorePaths:["cart.items.{itemId}"],autoDestroy:!![],autoDestroyPath:"cart.items.{itemId}"})}handleOpenEngravingForm(e,n){var i,r,s,a,c,l,u,h,m,f;this.commands.ui.openDrawer(o.ENGRAVING_FORM,{identifier:e,context:"cart",lines:(null===(r=null===(i=n.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.lines)||[],maxLines:(null===(a=null===(s=n.attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.maxLines)||1,maxCharsPerLine:(null===(l=null===(c=n.attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.maxCharsPerLine)||16,fee:(null===(h=null===(u=n.attributes)||void 0===u?void 0:u.engraving)||void 0===h?void 0:h.fee)||0,location:null===(f=null===(m=n.attributes)||void 0===m?void 0:m.engraving)||void 0===f?void 0:f.location})}template(){var e,n,i,r,s,a,c,l,u;const h=this.params.itemId,m=this.getStoreValue("cart.items."+h),f=this.getConfigs("global"),g=this.getStoreValue("cart.fulfillments."+m.fulfillmentId),v=m.attributes.engraving.hasEngraving?"Ships in 10 days":(null===(e=null==g?void 0:g.expectation)||void 0===e?void 0:e.detail)||"",y=document.createElement("article");y.className="cart-item";const b=document.createElement("div");b.className="item-image";const x=document.createElement("img");x.src=m.mainImage,x.alt=m.name,b.appendChild(x);const w=document.createElement("div");w.className="item-details";const C=document.createElement("div");C.className="item-header";const k=document.createElement("h3");k.className="item-title",k.textContent=m.name;const S=document.createElement("button");S.className="item-delete",S.innerHTML=TrashIcon({}),S.setAttribute("role","button"),S.setAttribute("tabindex","0"),S.setAttribute("aria-label","Remove "+m.name+" from cart"),S.setAttribute("aria-expanded","true"),S.addEventListener("click",async()=>{await this.commands.cart.removeItem(h)}),S.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.commands.cart.removeItem(h))}),C.appendChild(k),C.appendChild(S);const E=document.createElement("div");E.className="item-specs",E.textContent=m.size+", "+m.container;const _=document.createElement("div");_.className="item-shipping-container";const P=document.createElement("div");if(P.className="item-shipping",P.textContent=v,_.appendChild(P),f.layout.enablePersonalization&&(null===(i=null===(n=null==m?void 0:m.attributes)||void 0===n?void 0:n.engraving)||void 0===i?void 0:i.isEngravable)&&(null===(s=null===(r=null==m?void 0:m.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.hasEngraving)===![]&&g.canEngrave){const e=document.createElement("span");e.className="cart-add-personalization-span",e.textContent=f.layout.personalizationText+" +"+formatCentToDollarText((null===(c=null===(a=m.attributes)||void 0===a?void 0:a.engraving)||void 0===c?void 0:c.fee)||0,![]),e.setAttribute("role","button"),e.setAttribute("tabindex","0"),e.setAttribute("aria-label","Add personalization to "+m.name),e.addEventListener("click",()=>this.handleOpenEngravingForm(h,m)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleOpenEngravingForm(h,m))}),_.appendChild(e)}w.appendChild(C),w.appendChild(E),w.appendChild(_),y.appendChild(b),y.appendChild(w);const T=[y],D=ComponentFactoryService.createElement({type:o.CART_ITEM_QUANTITY_PRICE,itemId:h});if((null===(u=null===(l=null==m?void 0:m.attributes)||void 0===l?void 0:l.engraving)||void 0===u?void 0:u.hasEngraving)===!![]){const e=ComponentFactoryService.createElement({type:o.ENGRAVING_VIEW,identifier:h,context:"cart"});T.push(e)}return T.push(D),T}}class CartItemQuantityPriceComponent extends BaseComponent{get hostClasses(){return["quantity-price"]}constructor(){super({watchStorePaths:["cart.items.{itemId}"],watchOnlyStorePaths:["cart.items"]})}onStoreWatch(e){const n=e.find(e=>"cart.items"===e.path);if(n){const e=this.calculateQuantityLimits();this.updateButtonStates(e)}}getItemStore(){const e=this.params.itemId,n=this.getStoreValue("cart.items."+e);return n||null}calculateQuantityLimits(){const e=this.getItemStore();if(!e)return{currentQuantity:0,availableQuantity:0,canIncrease:![],canDecrease:!![]};const n=e.quantity,i=this.getAvailableQuantity(),o=i>0;return{currentQuantity:n,availableQuantity:i,canIncrease:o,canDecrease:!![]}}getAvailableQuantity(){var e,n,i,o;const r=this.getItemStore();if(!r)return 0;const s=r.partNumber,a=r.fulfillmentId,c=this.getStoreValue("cart.items")||{},l=Object.values(c).filter(e=>e.partNumber===s&&e.fulfillmentId===a),u=l.reduce((e,n)=>e+n.quantity,0),h=this.getStoreValue("products."+r.upc)||this.getStoreValue("products."+r.salsifyGrouping);if(!h)return r.maxQuantity-u;const m=null!==(o=null===(i=null===(n=null===(e=null==h?void 0:h.sizes)||void 0===e?void 0:e[r.liquidId])||void 0===n?void 0:n.attributes)||void 0===i?void 0:i.maxQuantityPerOrder)&&void 0!==o?o:0;return!m||m<=0?r.maxQuantity-u:m-u}updateButtonStates(e){this.qtyDecreaseButton&&(this.qtyDecreaseButton.disabled=!e.canDecrease,this.qtyDecreaseButton.classList.toggle("quantity-btn-disabled",!e.canDecrease)),this.qtyIncreaseButton&&(this.qtyIncreaseButton.disabled=!e.canIncrease,this.qtyIncreaseButton.classList.toggle("quantity-btn-disabled",!e.canIncrease)),this.quantitySpan&&(this.quantitySpan.textContent=e.currentQuantity.toString(),this.quantitySpan.setAttribute("aria-label","Current quantity: "+e.currentQuantity))}async handleQuantityChange(e){const n=this.calculateQuantityLimits();e>0&&!n.canIncrease||await this.commands.cart.updateItemQuantity(this.params.itemId,e)}createQuantityContainer(){const e=this.calculateQuantityLimits(),n=this.getItemStore();if(!n)return document.createElement("div");const i=document.createElement("div");return i.className="item-quantity "+this.config.layout.quantityCounterStyle,this.qtyDecreaseButton=document.createElement("button"),this.qtyDecreaseButton.type="button",this.qtyDecreaseButton.className="quantity-btn-decrease",this.qtyDecreaseButton.textContent="−",this.qtyDecreaseButton.setAttribute("aria-label","Decrease quantity"),this.qtyDecreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(-1)}),this.quantitySpan=document.createElement("span"),this.quantitySpan.className="quantity-value",this.qtyIncreaseButton=document.createElement("button"),this.qtyIncreaseButton.type="button",this.qtyIncreaseButton.className="quantity-btn-increase",this.qtyIncreaseButton.textContent="+",this.qtyIncreaseButton.setAttribute("aria-label","Increase quantity"),this.qtyIncreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(1)}),this.updateButtonStates(e),i.appendChild(this.qtyDecreaseButton),i.appendChild(this.quantitySpan),i.appendChild(this.qtyIncreaseButton),i}createPriceContainer(){const e=this.getItemStore();if(!e)return document.createElement("div");const n=document.createElement("div");n.className="item-price-container";const i=document.createElement("span");if(i.className="item-price",i.textContent=formatCentToDollarText(e.price),n.appendChild(i),e.quantity>1){const i=document.createElement("span");i.className="item-price-per-unit",i.textContent="("+formatCentToDollarText(e.unitPrice)+" ea)",n.appendChild(i)}return n}template(){const e=[];if(this.config.layout.showQuantityCounter){const n=this.createQuantityContainer();e.push(n)}const n=this.createPriceContainer();return e.push(n),e}}class CartPromoCodeComponent extends BaseComponent{get hostClasses(){return["promo-container-wrapper"]}constructor(){super({watchOnlyStorePaths:["cart.promoCode"]}),this.isApplying=![],this.promoInput=null,this.applyButton=null,this.promoCodePill=null}onStoreWatch(e){const n=e.find(e=>"cart.promoCode"===e.path);if(n){const{value:e,oldValue:i}=n,o=Boolean(null==i?void 0:i.code),r=Boolean(null==e?void 0:e.code);if(!o&&r)return this.container.innerHTML="",this.createAppliedContainer(e),void 0;if(o&&!r)return this.container.innerHTML="",this.createInputContainer(),void 0;if(r&&this.promoCodePill&&e.discountAmount!==(null==i?void 0:i.discountAmount))return this.promoCodePill.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")",void 0}}createAppliedContainer(e){const n=document.createElement("div");n.classList.add("promo-applied-container"),this.promoCodePill=document.createElement("div"),this.promoCodePill.classList.add("promo-code-pill"),this.promoCodePill.textContent=(null==e?void 0:e.code)+" (- "+formatCentToDollarText((null==e?void 0:e.discountAmount)||0)+")";const i=document.createElement("button");i.type="button",i.classList.add("promo-remove-btn"),i.textContent="Remove",i.setAttribute("role","button"),i.setAttribute("aria-label","Remove promo code "+(null==e?void 0:e.code)),i.setAttribute("tabindex","0"),i.addEventListener("click",async()=>{await this.commands.cart.removePromoCode()}),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||this.commands.cart.removePromoCode()}),n.appendChild(this.promoCodePill),n.appendChild(i),this.container.appendChild(n),this.promoInput=null,this.applyButton=null}createInputContainer(){const e=document.createElement("div");e.classList.add("promo-code-container");const n=document.createElement("div");n.classList.add("promo-container"),n.appendChild(this.createPromoInput()),n.appendChild(this.createApplyButton()),e.appendChild(n),this.container.appendChild(e),this.promoCodePill=null}updateApplyButtonState(){if(!this.applyButton||!this.promoInput)return;const e=this.promoInput.getValue().replace(/[^a-zA-Z0-9]/g,"").trim(),n=e.length>=3&&e.length<=255,i=this.getStoreValue("cart.loading"),o=this.getStoreValue("cart.promoCode"),r=this.getStoreValue("cart.events")||[],s=hasCartAnyPromoCodeEvents(r);this.applyButton.disabled=!n||i||Boolean(null==o?void 0:o.discountAmount)||this.isApplying||s}createPromoInput(){const e=this.getConfigs("global");return this.promoInput=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:"promoCode",placeholder:"Enter promo code",autocomplete:![],className:"promo-input "+e.layout.inputFieldStyle,validation:{min:3,max:255},onChange:e=>{const n=e.toUpperCase(),i=this.promoInput;i.setValue(n),this.updateApplyButtonState()}}),this.promoInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply promo code");const q=async()=>{const e=this.promoInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.applyButton.disabled=!![],this.applyButton.setAttribute("aria-label","Applying promo code"),await this.commands.cart.applyPromoCode(e),this.applyButton.setAttribute("aria-label","Apply promo code")}catch(n){this.logger.error("Cart promo code application failed",{promoCode:e,error:n instanceof Error?n.message:String(n)})}};return this.applyButton.addEventListener("click",q),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),q())}),this.applyButton}template(){const e=this.getStoreValue("cart.promoCode");if(this.promoInput=null,this.applyButton=null,this.promoCodePill=null,null==e?void 0:e.code){const n=document.createElement("div");n.classList.add("promo-applied-container"),this.promoCodePill=document.createElement("div"),this.promoCodePill.classList.add("promo-code-pill"),this.promoCodePill.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")";const i=document.createElement("button");return i.type="button",i.classList.add("promo-remove-btn"),i.textContent="Remove",i.setAttribute("role","button"),i.setAttribute("aria-label","Remove promo code "+e.code),i.setAttribute("tabindex","0"),i.addEventListener("click",async()=>{await this.commands.cart.removePromoCode()}),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||this.commands.cart.removePromoCode()}),n.appendChild(this.promoCodePill),n.appendChild(i),n}const n=document.createElement("div");n.classList.add("promo-code-container");const i=document.createElement("div");return i.classList.add("promo-container"),i.appendChild(this.createPromoInput()),i.appendChild(this.createApplyButton()),n.appendChild(i),n}disconnected(){this.promoInput=null,this.applyButton=null,this.promoCodePill=null}}class CartRetailerComponent extends BaseComponent{constructor(){super({watchStorePaths:["cart.retailers.{retailerId}"],autoDestroy:!![],autoDestroyPath:"cart.retailers.{retailerId}"})}getRetailerId(){return this.params.retailerId}createFulfillmentElement(e){return ComponentFactoryService.createElement({type:o.CART_FULFILLMENT,fulfillmentId:e})}getFulfillmentElementById(e){return this.container.querySelector('[data-fulfillment-id="'+e+'"]')}getFulfillmentContainer(){return this.container.querySelector("#retailer-fulfillment-container")}getFulfillmentInsertionPoint(){const e=this.getFulfillmentContainer();if(e)return{parent:e.parentElement,nextSibling:e.nextElementSibling};const n=this.container.querySelectorAll("[data-fulfillment-id]");if(n.length>0){const e=n[n.length-1];return{parent:e.parentElement,nextSibling:e.nextElementSibling}}return null}addFulfillmentElement(e){const n=this.getFulfillmentInsertionPoint();if(n){const i=this.createFulfillmentElement(e);i.setAttribute("data-fulfillment-id",e);const o=this.getFulfillmentContainer();o&&o.remove(),n.nextSibling?n.parent.insertBefore(i,n.nextSibling):n.parent.appendChild(i)}}removeFulfillmentElement(e){const n=this.getFulfillmentElementById(e);if(n){const e=n.parentElement,i=n.nextElementSibling;n.remove();const o=this.container.querySelectorAll("[data-fulfillment-id]");if(0===o.length){const n=document.createElement("div");n.id="retailer-fulfillment-container",i?e.insertBefore(n,i):e.appendChild(n)}}}handleFulfillmentsUpdate(e,n){const i=new Set(e||[]),o=new Set(n||[]);for(const r of i)o.has(r)||this.removeFulfillmentElement(r);for(const r of o)i.has(r)||this.addFulfillmentElement(r)}setupFulfillmentElements(){const e=this.getRetailerId(),n=this.getStoreValue("cart.retailers."+e+".fulfillments")||[],i=this.container.querySelectorAll("[data-fulfillment-id]");for(const r of i)r.remove();let o=this.getFulfillmentContainer();if(!o){const e=this.container.querySelector(".retailer-body-container"),n=this.container.querySelector("#retailer-subtotal-container");o=document.createElement("div"),o.id="retailer-fulfillment-container",e&&n&&e.insertBefore(o,n)}for(const r of n)this.addFulfillmentElement(r)}setupSubtotalElement(){const e=this.getRetailerId(),n=this.container.querySelector("#retailer-subtotal-container");if(n){const i=ComponentFactoryService.createElement({type:o.CART_RETAILER_SUBTOTAL,retailerId:e});n.replaceWith(i)}}onStoreChanged(e){const n=this.getRetailerId(),i="cart.retailers."+n,o=e.find(e=>e.path===i);if(o){const e=o.oldValue,n=o.value,i=(null==e?void 0:e.fulfillments)||[],r=(null==n?void 0:n.fulfillments)||[];JSON.stringify(i)!==JSON.stringify(r)&&this.handleFulfillmentsUpdate(i,r)}return![]}afterRender(){this.setupFulfillmentElements(),this.setupSubtotalElement(),this.setupSectionToggle()}setupSectionToggle(){const e=this.container.querySelector(".section-toggle"),n=this.container.querySelector(".retailer-section"),i=this.container.querySelector(".section-header-label");if(e&&n&&i){const G=()=>{const n=e.checked;i.setAttribute("aria-label",n?"Expand retailer section":"Collapse retailer section"),i.setAttribute("aria-expanded",n?"false":"true")};e.addEventListener("change",()=>{e.checked?n.classList.add("collapsed"):n.classList.remove("collapsed"),G()}),i.addEventListener("keydown",n=>{"Enter"!==n.key&&" "!==n.key||(n.preventDefault(),e.click())}),e.checked?n.classList.add("collapsed"):n.classList.remove("collapsed"),G()}}beforeAutoDestroy(){this.logger.debug("Cart retailer component cleanup initiated",{retailerId:this.getRetailerId()})}onAutoDestroy(){this.logger.debug("Cart retailer component successfully destroyed",{retailerId:this.getRetailerId()})}template(){const e=this.getRetailerId(),n=this.getStoreValue("cart.retailers."+e),i=document.createElement("section");i.className="retailer-section";const o=document.createElement("div");o.className="cart-retailer-header";const r=document.createElement("div");r.className="retailer-info";const s=document.createElement("h2");s.className="section-title",s.textContent=n.name,r.appendChild(s);const a=document.createElement("input");a.type="checkbox",a.id=n.id,a.className="section-toggle",r.appendChild(a);const c=document.createElement("label");c.htmlFor=n.id,c.className="section-header-label",c.setAttribute("role","button"),c.setAttribute("tabindex","0"),c.setAttribute("aria-label","Collapse retailer section"),c.setAttribute("aria-expanded","true");const l=document.createElement("span");l.className="chevron",l.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-down-icon"}),c.appendChild(l),r.appendChild(c),o.appendChild(r),i.appendChild(o);const u=document.createElement("div");u.className="retailer-body-container";const h=document.createElement("div");h.id="retailer-fulfillment-container",u.appendChild(h);const m=document.createElement("div");return m.id="retailer-subtotal-container",u.appendChild(m),i.appendChild(u),i}}class CartRetailerSubtotalComponent extends BaseComponent{get hostClasses(){return["retailer-subtotal-container"]}constructor(){super({watchStorePaths:["cart.retailers.{retailerId}"],autoDestroy:!![],autoDestroyPath:"cart.retailers.{retailerId}"})}getRetailerItemCount(e,n){const i=Object.values(e||{}).filter(e=>e.retailerId===n);let o=0;for(const r of i)o+=r.quantity;return o}template(){const e=this.params.retailerId,n=this.getStoreValue("cart.retailers."+e+".subtotal")||0,i=this.getStoreValue("cart.retailers."+e+".engravingFee")||0,o=this.getStoreValue("cart.items"),r=this.getRetailerItemCount(o,e),s=1===r?"item":"items",a=document.createElement("h3");a.className="retailer-subtotal-header",a.textContent="Subtotal ("+r+" "+s+"):";const c=document.createElement("span");return c.className="retailer-subtotal-amount",c.textContent=formatCentToDollarText(n+i),[a,c]}}class CheckoutComponent extends BaseComponent{constructor(){super({watchStorePaths:["checkout.rerender","checkout.isPresaleLocked","checkout.presaleExpiresAt"]})}template(){var e,n,i;const r=this.store.get("checkout.isPresaleLocked"),s=this.store.get("checkout.presaleExpiresAt"),a=this.getConfigs("global"),c=this.clientConfig.get("promoTicker"),l=null!==(n=null===(e=null==a?void 0:a.experienceFeatures)||void 0===e?void 0:e.promoTicker)&&void 0!==n?n:[],u=null!=c?c:l,h=this.store.get("address"),m=hasActiveItems(u,null===(i=null==h?void 0:h.address)||void 0===i?void 0:i.state),f=this.params.isIndependentComponent&&!this.clientConfig.isBuilder(),g=r&&s,v=document.createElement("div");v.classList.add("checkout-container"),f&&v.classList.add("no-header"),this.params.isIndependentComponent&&v.classList.add("independent");const y=ComponentFactoryService.createElement({type:o.CHECKOUT_INFORMATION_SECTION});v.appendChild(y);const b=ComponentFactoryService.createElement({type:o.CHECKOUT_SUMMARY_SECTION});if(v.appendChild(b),!g&&(!u.length||!m)&&f)return[v];const x=document.createElement("div");if(x.classList.add("checkout-header-wrapper"),!f){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_HEADER});x.appendChild(e)}if(u.length&&m&&!g){const e=ComponentFactoryService.createElement({context:"checkout",type:o.PROMO_CODE_TICKER,tickers:u});x.appendChild(e)}if(g){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_PRESALE_COUNTDOWN});x.appendChild(e)}return[x,v]}}class CheckoutHeaderComponent extends BaseComponent{get hostClasses(){return["checkout-header-container"]}template(){const e=this.store.get("checkout.isPresaleLocked"),n=this.getConfigs("checkout");let i=null;if(!e){i=document.createElement("button"),i.classList.add("checkout-header-button"),i.setAttribute("aria-label","Back to Cart"),i.addEventListener("click",()=>{if(this.clientConfig.isBuilder())return this.logger.info("Back To Cart Button Is Disabled In Builder Mode"),void 0;this.commands.ui.openDrawer(o.CART)});const e=document.createElement("span");e.innerHTML=ChevronLeftIcon({}),i.appendChild(e)}const r=document.createElement("h1");r.textContent=(null==n?void 0:n.layout.drawerHeaderText)||"Checkout",r.classList.add("checkout-header-title"),r.setAttribute("aria-label","Checkout Page");const s=document.createElement("button");return s.innerHTML=CloseIcon({width:16,height:16}),s.classList.add("checkout-header-button-close"),s.setAttribute("aria-label","Close Checkout"),s.addEventListener("click",()=>{this.commands.ui.closeDrawer()}),i?[i,r,s]:[r,s]}}class CheckoutInformationSectionComponent extends BaseComponent{get hostClasses(){return["checkout-information-section"]}constructor(){super({watchOnlyStorePaths:["checkout.isGift"]})}onStoreWatch(e){const n=e.find(e=>"checkout.isGift"===e.path);n&&this.handleBuyerInformationVisibility(n.value)}handleBuyerInformationVisibility(e){const n=this.container.querySelector("#buyer-information-container");if(e&&!n){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_BUYER_INFORMATION_FORM});e.id="buyer-information-container";const n=this.container.querySelector(".checkout-delivery-information");n&&n.insertAdjacentElement("afterend",e)}else!e&&n&&setTimeout(()=>{n.remove()},300)}template(){const e=[],n=ComponentFactoryService.createElement({type:o.CHECKOUT_DELIVERY_INFORMATION_FORM});e.push(n);const i=ComponentFactoryService.createElement({type:o.CHECKOUT_PAYMENT_FORM});e.push(i);const r=ComponentFactoryService.createElement({type:o.CHECKOUT_BILLING_FORM});return e.push(r),e}}class CheckoutPresaleCountdownComponent extends BaseComponent{get hostClasses(){return["checkout-presale-countdown-container"]}constructor(){super({watchStorePaths:["checkout.presaleExpiresAt","ui.drawer"]}),this.countdownInterval=null,this.expiresAt=null,this.totalDuration=300,this.rootElement=null,this.scrollHandler=null,this.scrollContainer=null,this.isCurrentlyScrolled=![],this.isUnderOneMinute=![]}onStoreChanged(e){var n;const i=e.find(e=>"checkout.presaleExpiresAt"===e.path);if(null==i?void 0:i.value)return this.updateExpiresAt(i.value),!![];const o=e.find(e=>"ui.drawer"===e.path);return(null===(n=null==o?void 0:o.value)||void 0===n?void 0:n.isOpen)===![]&&(this.stopCountdown(),this.cleanupScrollListener(),this.isCurrentlyScrolled=![],this.isUnderOneMinute=![]),![]}afterRender(){const e=this.store.get("checkout.presaleExpiresAt");e&&this.updateExpiresAt(e),this.setupDrawerScrollDetection()}disconnected(){this.stopCountdown(),this.cleanupScrollListener()}setupDrawerScrollDetection(){const findScrollContainer=()=>{var e,n;const i=[".drawer-content"];for(const r of i){const n=null===(e=this.rootElement)||void 0===e?void 0:e.closest(r);if(n&&this.isScrollable(n))return n}let o=null===(n=this.rootElement)||void 0===n?void 0:n.parentElement;for(;o&&o!==document.body;){if(this.isScrollable(o))return o;o=o.parentElement}return null};if(this.scrollContainer=findScrollContainer(),!this.scrollContainer)return this.logger.warn("Could not find scrollable drawer container"),void 0;this.scrollHandler=()=>{var e,n;if(!this.scrollContainer)return;const i=this.scrollContainer.scrollTop,o=70,r=10;!this.isCurrentlyScrolled&&i>o?(this.isCurrentlyScrolled=!![],null===(e=this.rootElement)||void 0===e||e.classList.add("is-scrolled"),this.addHostClasses("is-scrolled")):this.isCurrentlyScrolled&&i<r&&(this.isCurrentlyScrolled=![],null===(n=this.rootElement)||void 0===n||n.classList.remove("is-scrolled"),this.removeHostClasses("is-scrolled"))},this.scrollContainer.addEventListener("scroll",this.scrollHandler,{passive:!![]}),this.scrollHandler()}isScrollable(e){const n=window.getComputedStyle(e),i=n.overflowY;return e.scrollHeight>=e.clientHeight&&("auto"===i||"scroll"===i||"overlay"===i)}cleanupScrollListener(){this.scrollHandler&&this.scrollContainer&&(this.scrollContainer.removeEventListener("scroll",this.scrollHandler),this.scrollHandler=null,this.scrollContainer=null)}updateExpiresAt(e){this.stopCountdown();try{if(this.expiresAt=new Date(e),Number.isNaN(this.expiresAt.getTime()))return this.logger.error("Invalid presale expiration date",{expiresAtString:e}),this.handleExpire(),void 0;if(this.expiresAt<=new Date)return this.handleExpire(),void 0;const n=new Date,i=Math.floor((this.expiresAt.getTime()-n.getTime())/1e3);i<this.totalDuration&&(this.totalDuration=Math.max(i,240)),this.startCountdown()}catch(n){this.logger.error("Failed to parse presale expiration date",n),this.handleExpire()}}startCountdown(){this.updateCountdown(),this.countdownInterval=window.setInterval(()=>{this.updateCountdown()},10)}stopCountdown(){this.countdownInterval&&(clearInterval(this.countdownInterval),this.countdownInterval=null)}updateCountdown(){if(!this.expiresAt||!this.rootElement)return;const e=new Date,n=Math.max(0,this.expiresAt.getTime()-e.getTime()),i=n/1e3,o=this.totalDuration-i,r=Math.max(0,Math.min(100,o/this.totalDuration*100)),s=i<60;if(s!==this.isUnderOneMinute){this.isUnderOneMinute=s;const e=this.rootElement.querySelector(".checkout-presale-timer");this.isUnderOneMinute?(this.rootElement.classList.add("time-warning"),null==e||e.classList.add("time-warning"),this.addHostClasses("time-warning")):(this.rootElement.classList.remove("time-warning"),null==e||e.classList.remove("time-warning"),this.removeHostClasses("time-warning"))}const a=this.rootElement.querySelector("[data-timer]");a&&(a.textContent=this.formatTime(n));const c=this.rootElement.querySelector("[data-progress-fill]");c&&(c.style.width=r+"%"),0===n&&this.handleExpire()}formatTime(e){const n=Math.floor(e/1e3),i=Math.floor(n/60),o=n%60,r=Math.floor(e%1e3/10);return i.toString().padStart(2,"0")+":"+o.toString().padStart(2,"0")+":"+r.toString().padStart(2,"0")}handleExpire(){this.clientConfig.isBuilder()||(this.stopCountdown(),this.commands.checkout.openPresaleExpiredDrawer())}template(){const e=document.createElement("div");e.classList.add("checkout-presale-countdown"),this.rootElement=e;const n=document.createElement("div");n.classList.add("checkout-presale-text-container");const i=document.createElement("div");i.classList.add("checkout-presale-heading");const o=document.createElement("h2");o.textContent="LIMITED PRE-ORDER:";const r=document.createElement("div");r.classList.add("checkout-presale-timer"),r.setAttribute("data-timer",""),r.textContent="00:00:00",i.appendChild(o),i.appendChild(r);const s=document.createElement("p");s.textContent="Please complete your transaction within the time limit. Time expiration or page refresh will release the product to other customers.",s.classList.add("checkout-presale-subtitle"),n.appendChild(i),n.appendChild(s);const a=document.createElement("div");a.className="checkout-presale-progress-bar",a.setAttribute("data-progress","");const c=document.createElement("div");return c.className="checkout-presale-progress-fill",c.setAttribute("data-progress-fill",""),c.style.width="0%",a.appendChild(c),e.appendChild(n),e.appendChild(a),e}}const xt=["span","p","a","b","i","div","strong","em","u","br","h1","h2","h3","h4","h5","h6","ul","ol","li","blockquote","code","pre","img"],wt={a:["href","title","target","rel"],img:["src","alt","width","height","title"],blockquote:["cite"],div:["class"],span:["class"],p:["class"],strong:["class"],em:["class"],code:["class"],pre:["class"],h1:["class"],h2:["class"],h3:["class"],h4:["class"],h5:["class"],h6:["class"],ul:["class"],ol:["class"],li:["class"]};function sanitizeAttributeValue(e,n){return"href"===e?/^(https?:\/\/[^\s<>"']+|mailto:[^\s<>"']+|tel:[^\s<>"']+|\/[^\s<>"']*|#[^\s<>"']*)$/i.test(n)?n:null:"src"===e?/^https?:\/\/[^\s<>"']+$/i.test(n)?n:null:"class"===e?n.replace(/[^a-zA-Z0-9\s\-_]/g,"").trim():n.replace(/[<>"']/g,"").trim()}function cleanNode(e){if(e.nodeType===Node.TEXT_NODE){const n=e.textContent||"",i=n.replace(/<[^>]*>/g,"");if(i.trim()){const e=document.createTextNode(i);return e}return null}if(e.nodeType===Node.ELEMENT_NODE){const n=e,i=n.tagName.toLowerCase();if(xt.includes(i)){const e=document.createElement(i),o=wt[i]||[];for(const i of Array.from(n.attributes)){const n=i.name.toLowerCase();if(o.includes(n)){const o=sanitizeAttributeValue(n,i.value);null!==o&&e.setAttribute(n,o)}}"a"===i&&(e.setAttribute("target","_blank"),e.setAttribute("rel","noopener noreferrer"));for(const i of Array.from(n.childNodes)){const n=cleanNode(i);n&&e.appendChild(n)}return e}const o=document.createDocumentFragment();for(const e of Array.from(n.childNodes)){const n=cleanNode(e);n&&o.appendChild(n)}return o.childNodes.length>0?o:null}return null}function sanitizeHTML(e){if(!e||"string"!=typeof e)return"";try{const n=new DOMParser,i=n.parseFromString(e,"text/html"),o=i.querySelector("parsererror");if(o)return console.warn("HTML parsing error detected"),"";const r=document.createDocumentFragment();for(const e of Array.from(i.body.childNodes)){const n=cleanNode(e);n&&r.appendChild(n)}const s=document.createElement("div");return s.appendChild(r),s.innerHTML}catch(n){return console.error("HTML sanitization error:",n),""}}class CheckoutSummarySectionComponent extends BaseComponent{get hostClasses(){return["checkout-summary-section"]}constructor(){super({watchOnlyStorePaths:["checkout.amounts"]})}onStoreWatch(e){const n=e.find(e=>"checkout.amounts"===e.path);if(n){const e=this.getStoreValue("checkout"),n=Object.values(e.items||{}).length;this.updateZeroAmountElement(0===e.amounts.total&&n>0)}}updateZeroAmountElement(e){const n=this.container.querySelector(".checkout-zero-amount-container");if(e&&!n){const e=document.createElement("div");e.classList.add("checkout-zero-amount-container"),e.textContent="Credit card required to complete order (even when fully covered by gift card)";const n=this.container.querySelector("checkout-amounts-lc, .checkout-amounts-container");n&&n.after(e)}else!e&&n&&n.remove()}afterRender(){const e=this.getStoreValue("checkout.amounts");e&&this.updateZeroAmountElement(0===e.total)}handleEmailToggle(e){this.commands.checkout.toggleMarketingPreferences("canEmail"),e.classList.toggle("checked");const n=e.classList.contains("checked");e.setAttribute("aria-checked",n?"true":"false")}handleSmsToggle(e){this.commands.checkout.toggleMarketingPreferences("canSms"),e.classList.toggle("checked");const n=e.classList.contains("checked");e.setAttribute("aria-checked",n?"true":"false")}marketingOptInsContainer(){const e=this.config.layout.emailOptIn,n=this.config.layout.smsOptIn;if(!e.show&&!n.show)return null;const i=document.createElement("div");if(i.classList.add("checkout-marketing-opt-ins-container"),e.show){const n=document.createElement("div");let o;n.classList.add("checkout-checkbox-container"),o=this.clientConfig.isBuilder()?e.checked:this.store.get("checkout.marketingPreferences.canEmail");const r=document.createElement("span");r.id="emailOptIn",r.classList.add("checkout-checkbox-visual"),o&&r.classList.add("checked"),r.innerHTML=CheckboxIcon({width:16,height:16}),r.setAttribute("role","checkbox"),r.setAttribute("tabindex","0"),r.setAttribute("aria-label","Email opt-in checkbox"),r.setAttribute("aria-checked",o?"true":"false"),r.addEventListener("click",()=>this.handleEmailToggle(r)),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleEmailToggle(r))});const s=document.createElement("label");s.setAttribute("for","emailOptIn"),s.classList.add("checkbox-label"),s.innerHTML=sanitizeHTML(e.text),s.addEventListener("click",e=>{const n=e.target,i="A"===n.tagName||n.closest("a");i||(this.commands.checkout.toggleMarketingPreferences("canEmail"),r.classList.toggle("checked"))}),n.appendChild(r),n.appendChild(s),i.appendChild(n)}if(n.show){const e=document.createElement("div");let o;e.classList.add("checkout-checkbox-container"),o=this.clientConfig.isBuilder()?n.checked:this.store.get("checkout.marketingPreferences.canSms");const r=document.createElement("span");r.classList.add("checkout-checkbox-visual"),r.id="smsOptIn",o&&r.classList.add("checked"),r.innerHTML=CheckboxIcon({width:16,height:16}),r.setAttribute("role","checkbox"),r.setAttribute("tabindex","0"),r.setAttribute("aria-label","SMS opt-in checkbox"),r.setAttribute("aria-checked",o?"true":"false"),r.addEventListener("click",()=>this.handleSmsToggle(r)),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleSmsToggle(r))});const s=document.createElement("label");s.setAttribute("for","smsOptIn"),s.classList.add("checkbox-label"),s.innerHTML=sanitizeHTML(n.text),s.addEventListener("click",e=>{const n=e.target,i="A"===n.tagName||n.closest("a");i||(this.commands.checkout.toggleMarketingPreferences("canSms"),r.classList.toggle("checked"))}),e.appendChild(r),e.appendChild(s),i.appendChild(e)}return i}hasOnDemandOrder(){const e=this.getStoreValue("checkout.onDemandFulfillmentTipInfo")||{};return Object.keys(e).length>0}template(){var e;const n=[],i=this.getConfigs("global"),r=this.getConfigs("checkout"),s=this.getConfigs("global"),a=r.layout.allowGiftCards,c=null===(e=null==s?void 0:s.layout)||void 0===e?void 0:e.allowPromoCodes,l=document.createElement("div");l.classList.add("section-title-container");const u=document.createElement("h3");u.textContent="Order Summary",u.classList.add("section-title"),l.appendChild(u),n.push(l);const h=ComponentFactoryService.createElement({type:o.CHECKOUT_ITEMS});n.push(h);const m=document.createElement("div");m.classList.add("checkout-separator");const f=document.createElement("div");if(f.classList.add("checkout-separator"),n.push(m),a||c){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_PC_GC});n.push(e)}if(this.hasOnDemandOrder()){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_TIPS});n.push(e),n.push(f)}const g=document.createElement("div");g.classList.add("section-title-container");const v=document.createElement("h3");v.textContent="100% Secure Payments",v.classList.add("disclaimer-header"),g.appendChild(v);const y=document.createElement("p");y.textContent="If a person over 21 is not available to receive this order, it will be returned for a $20 restocking fee. Valid Government ID required.",y.classList.add("disclaimer-description"),g.appendChild(y),n.push(g);const b=ComponentFactoryService.createElement({type:o.CHECKOUT_AMOUNTS});n.push(b);const x=ComponentFactoryService.createElement({type:o.CHECKOUT_PLACE_ORDER_BUTTON});n.push(x);const w=this.marketingOptInsContainer();if(w&&n.push(w),r.layout.legalMessage.show){const e=document.createElement("div");e.classList.add("checkout-separator");const i=document.createElement("div");i.classList.add("checkout-legal-message"),i.innerHTML=sanitizeHTML(r.layout.legalMessage.text);const o=document.createElement("div");o.classList.add("checkout-separator"),n.push(e),n.push(i),n.push(o)}if(i.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:o.POWERED_BY,context:"checkout"});n.push(e)}return n}}class CheckoutBillingFormComponent extends BaseComponent{get hostClasses(){return["checkout-billing-form"]}constructor(){super({watchStorePaths:["checkout.billingSameAsShipping"]})}async handleFirstNameChange(e){this.commands.checkout.updateBillingInfo(pt.firstName,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.firstName})}async handleLastNameChange(e){this.commands.checkout.updateBillingInfo(pt.lastName,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.lastName})}async handleEmailChange(e){this.commands.checkout.updateBillingInfo(pt.email,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.email})}async handlePhoneChange(e){this.commands.checkout.updateBillingInfo(pt.phone,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.phone})}async handleCompanyChange(e){this.commands.checkout.updateBillingInfo(pt.company,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.company})}async handleAddressOneChange(e){this.commands.checkout.updateBillingInfo(pt.addressOne,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.addressOne})}async handleAddressTwoChange(e){this.commands.checkout.updateBillingInfo(pt.addressTwo,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.addressTwo})}async handleCityChange(e){this.commands.checkout.updateBillingInfo(pt.city,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.city})}async handleStateChange(e){this.commands.checkout.updateBillingInfo(pt.state,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.state})}async handleZipCodeChange(e){this.commands.checkout.updateBillingInfo(pt.zipCode,e),this.pubSub.publishForm(i.BILLING,{fieldName:pt.zipCode})}billingSameAsShippingToggle(){const e=this.getStoreValue("checkout.billingSameAsShipping"),n=document.createElement("div");n.classList.add("checkout-billing-same-as-shipping-toggle-container");const i=document.createElement("div");i.classList.add("checkout-checkbox-container");const o=document.createElement("span");o.id="billingSameAsShipping",o.classList.add("checkout-checkbox-visual"),o.setAttribute("role","checkbox"),o.setAttribute("tabindex","0"),o.setAttribute("aria-label","Billing same as shipping checkbox"),o.setAttribute("aria-checked",e?"true":"false"),e&&o.classList.add("checked"),o.innerHTML=CheckboxIcon({width:16,height:16}),n.addEventListener("click",async()=>{await this.commands.checkout.toggleBillingSameAsShipping()}),n.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.commands.checkout.toggleBillingSameAsShipping())});const r=document.createElement("label");return r.textContent="Billing address same as shipping address",r.setAttribute("for","billingSameAsShipping"),r.classList.add("billing-checkbox-label"),i.appendChild(o),i.appendChild(r),n.appendChild(i),n}template(){const e=this.getStoreValue("checkout.billingSameAsShipping"),n=[],i=this.billingSameAsShippingToggle();if(n.push(i),e)return n;const r=document.createElement("div");r.classList.add("section-title-container");const s=document.createElement("h3");s.textContent="Your billing info",s.classList.add("section-title"),r.appendChild(s);const a=document.createElement("p");a.textContent="Provide the info relevant to your payment method",a.classList.add("section-subtitle"),r.appendChild(a),n.push(r);const c=document.createElement("div");c.classList.add("section-form-container");const l=document.createElement("div");l.classList.add("checkout-two-col-container");const u=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},onChange:this.handleFirstNameChange.bind(this),storePath:"billing.firstName"});u.setAttribute("aria-label","First name input"),l.appendChild(u);const h=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},onChange:this.handleLastNameChange.bind(this),storePath:"billing.lastName"});h.setAttribute("aria-label","Last name input"),l.appendChild(h),c.appendChild(l);const m=ComponentFactoryService.createElement({type:o.INPUT,inputType:"email",name:pt.email,label:"Email",autocomplete:!![],validation:{required:!![]},onChange:this.handleEmailChange.bind(this),storePath:"billing.email"});m.setAttribute("aria-label","Email input"),c.appendChild(m);const f=document.createElement("div");f.classList.add("checkout-two-col-container");const g=ComponentFactoryService.createElement({type:o.INPUT,inputType:"tel",name:pt.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},onChange:this.handlePhoneChange.bind(this),storePath:"billing.phone"});g.setAttribute("aria-label","Phone input"),f.appendChild(g);const v=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.company,label:"Company (optional)",autocomplete:!![],onChange:this.handleCompanyChange.bind(this)});v.setAttribute("aria-label","Company input"),f.appendChild(v),c.appendChild(f);const y=document.createElement("div");y.classList.add("checkout-two-col-container");const b=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.addressOne,label:"Street Address",autocomplete:!![],validation:{required:!![]},onChange:this.handleAddressOneChange.bind(this),storePath:"billing.addressOne"});b.setAttribute("aria-label","Street address input"),y.appendChild(b);const x=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.addressTwo,label:"Apt, suite, etc. (optional)",onChange:this.handleAddressTwoChange.bind(this)});x.setAttribute("aria-label","Apt, suite, etc. (optional) input"),y.appendChild(x),c.appendChild(y);const w=document.createElement("div");w.classList.add("checkout-three-col-container");const C=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.city,label:"City",autocomplete:!![],validation:{required:!![]},onChange:this.handleCityChange.bind(this),storePath:"billing.city"});C.setAttribute("aria-label","City input"),w.appendChild(C);const k=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.state,label:"State",autocomplete:!![],placeholder:"NY",validation:{required:!![],customValidator:e=>e&&2===e.length&&/^[A-Z]{2}$/.test(e)?null:"State must be 2 uppercase characters"},onChange:this.handleStateChange.bind(this),storePath:"billing.state"});k.setAttribute("aria-label","State input"),w.appendChild(k);const S=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:pt.zipCode,label:"Zip Code",autocomplete:!![],validation:{required:!![]},onChange:this.handleZipCodeChange.bind(this),storePath:"billing.zipCode"});return S.setAttribute("aria-label","Zip Code input"),w.appendChild(S),c.appendChild(w),n.push(c),n}}class CheckoutBuyerInformationComponent extends BaseComponent{get hostClasses(){return["checkout-buyer-information"]}async handleFirstNameChange(e){this.commands.checkout.updateCustomerInfo(ut.firstName,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.firstName})}async handleLastNameChange(e){this.commands.checkout.updateCustomerInfo(ut.lastName,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.lastName})}async handleEmailChange(e){this.commands.checkout.updateCustomerInfo(ut.email,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.email})}async handlePhoneChange(e){this.commands.checkout.updateCustomerInfo(ut.phone,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.phone})}async handleCompanyChange(e){this.commands.checkout.updateCustomerInfo(ut.company,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.company})}async handleDobChange(e){this.commands.checkout.updateCustomerInfo(ut.birthDate,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.birthDate})}template(){const e=this.store.get("checkout.customer"),n=[],i=document.createElement("div");i.classList.add("section-title-container");const r=document.createElement("h3");r.textContent="Buyer Information",r.classList.add("section-title"),i.appendChild(r);const s=document.createElement("p");s.textContent="Buyer information is used to process your order and for delivery purposes.",s.classList.add("section-subtitle"),i.appendChild(s),n.push(i);const a=document.createElement("div");a.classList.add("section-form-container");const c=document.createElement("div");c.classList.add("checkout-two-col-container");const l=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:ut.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},value:e.firstName,onChange:this.handleFirstNameChange.bind(this),storePath:"customer.firstName"});c.appendChild(l);const u=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:ut.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},value:e.lastName,onChange:this.handleLastNameChange.bind(this),storePath:"customer.lastName"});c.appendChild(u),a.appendChild(c);const h=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:ut.company,label:"Company (optional)",autocomplete:!![],value:e.company,onChange:this.handleCompanyChange.bind(this)});a.appendChild(h);const m=ComponentFactoryService.createElement({type:o.INPUT,inputType:"email",name:ut.email,label:"Email",autocomplete:!![],validation:{required:!![]},value:e.email,onChange:this.handleEmailChange.bind(this),storePath:"customer.email"});a.appendChild(m);const f=ComponentFactoryService.createElement({type:o.INPUT,inputType:"tel",name:ut.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},value:e.phone,onChange:this.handlePhoneChange.bind(this),storePath:"customer.phone"});a.appendChild(f);const g=ComponentFactoryService.createElement({type:o.BIRTHDATE_INPUT,inputType:"date",name:ut.birthDate,label:"Birthdate",validation:{required:!![],minAge:21,minYear:1930},value:e.birthDate,onChange:this.handleDobChange.bind(this),storePath:"customer.birthDate"});return a.appendChild(g),n.push(a),n}}class CheckoutDeliveryInformationComponent extends BaseComponent{get hostClasses(){return["checkout-delivery-information"]}constructor(){super({watchStorePaths:["checkout.isGift","address.formattedAddress","checkout.onDemandFulfillmentTipInfo"]})}hasOnDemandFulfillments(){const e=this.store.get("checkout.onDemandFulfillmentTipInfo")||{};return Object.keys(e).length>0}async handleDeliveryInstructionsChange(e){await this.commands.checkout.updateDeliveryInstructions(e)}async handleFirstNameChange(e){const n=this.getStoreValue("checkout.isGift");n?(this.commands.checkout.updateGiftInfo(ht.firstName,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.firstName})):(this.commands.checkout.updateCustomerInfo(ut.firstName,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.firstName}))}async handleLastNameChange(e){const n=this.getStoreValue("checkout.isGift")||![];n?(this.commands.checkout.updateGiftInfo(ht.lastName,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.lastName})):(this.commands.checkout.updateCustomerInfo(ut.lastName,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.lastName}))}async handleEmailChange(e){const n=this.getStoreValue("checkout.isGift")||![];n?(this.commands.checkout.updateGiftInfo(ht.email,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.email})):(this.commands.checkout.updateCustomerInfo(ut.email,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.email}))}async handlePhoneChange(e){const n=this.getStoreValue("checkout.isGift")||![];n?(this.commands.checkout.updateGiftInfo(ht.phone,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.phone})):(this.commands.checkout.updateCustomerInfo(ut.phone,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.phone}))}async handleAddressTwoChange(e){const n=this.getStoreValue("checkout.isGift")||![];n?(this.commands.checkout.updateGiftInfo(ht.addressTwo,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.addressTwo})):(this.commands.checkout.updateCustomerInfo(ut.addressTwo,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.addressTwo}))}async handleCompanyChange(e){this.commands.checkout.updateCustomerInfo(ut.company,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.company})}async handleBirthdateChange(e){this.commands.checkout.updateCustomerInfo(ut.birthDate,e),this.pubSub.publishForm(i.CUSTOMER,{fieldName:ut.birthDate})}async handleGiftMessageChange(e){this.commands.checkout.updateGiftInfo(ht.message,e),this.pubSub.publishForm(i.GIFT,{fieldName:ht.message})}template(){const e=this.getConfigs("global"),n=this.getStoreValue("checkout.isGift")||![],i=this.store.get("checkout.giftRecipient"),r=this.store.get("checkout.customer"),s=this.store.get("address.formattedAddress"),a=n?i:r,c=[],l=document.createElement("div");l.classList.add("delivery-header-container");const u=document.createElement("div");u.classList.add("delivery-header-content");const h=document.createElement("div");h.classList.add("delivery-title-container");const m=document.createElement("h3");m.textContent="Deliver to",m.classList.add("delivery-title");const f=document.createElement("p");f.textContent="Package recipient must be 21+",f.classList.add("delivery-subtitle"),h.appendChild(m),h.appendChild(f);const g=document.createElement("div");g.classList.add("gift-toggle-container");const v=document.createElement("div");v.classList.add("gift-label-wrapper");const y=document.createElement("span");y.textContent="Send as Gift? (Free)",y.classList.add("gift-toggle-label"),v.appendChild(y);const b=document.createElement("span");b.textContent="With personalized note & gift receipt.",b.classList.add("gift-toggle-description"),v.appendChild(b);const x=document.createElement("div");x.classList.add("toggle-switch"),x.classList.toggle("active",n);const w=document.createElement("div");w.classList.add("toggle-slider"),x.setAttribute("tabindex","0"),x.setAttribute("aria-label","Toggle Gift Option"),x.setAttribute("role","switch"),x.setAttribute("aria-checked",n?"true":"false"),x.appendChild(w),g.appendChild(v),g.appendChild(x),x.addEventListener("click",async()=>{await this.commands.checkout.toggleIsGift()}),x.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.commands.checkout.toggleIsGift())}),l.appendChild(g),l.appendChild(h),c.push(l);const C=document.createElement("div");C.classList.add("section-form-container");const k=document.createElement("div");k.classList.add("checkout-two-col-container");const S=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:n?ht.firstName:ut.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},value:a.firstName,onChange:this.handleFirstNameChange.bind(this),storePath:n?"giftRecipient.firstName":"customer.firstName"});S.setAttribute("aria-label","First Name Input"),k.appendChild(S);const E=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:n?ht.lastName:ut.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},value:a.lastName,onChange:this.handleLastNameChange.bind(this),storePath:n?"giftRecipient.lastName":"customer.lastName"});if(E.setAttribute("aria-label","Last Name Input"),k.appendChild(E),C.appendChild(k),!n){const e=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:ut.company,label:"Company (optional)",autocomplete:!![],value:a.company,onChange:this.handleCompanyChange.bind(this),storePath:"customer.company"});e.setAttribute("aria-label","Company Input"),C.appendChild(e)}const _=ComponentFactoryService.createElement({type:o.INPUT,inputType:"email",name:n?ht.email:ut.email,label:"Email",autocomplete:!![],validation:{required:!![]},value:a.email,onChange:this.handleEmailChange.bind(this),storePath:n?"giftRecipient.email":"customer.email"});_.setAttribute("aria-label","Email Input"),C.appendChild(_);const P=ComponentFactoryService.createElement({type:o.INPUT,inputType:"tel",name:n?ht.phone:ut.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},value:a.phone,onChange:this.handlePhoneChange.bind(this),storePath:n?"giftRecipient.phone":"customer.phone"});if(P.setAttribute("aria-label","Phone Input"),C.appendChild(P),!n){const e=ComponentFactoryService.createElement({type:o.BIRTHDATE_INPUT,inputType:"date",name:ut.birthDate,label:"Birthdate",validation:{required:!![],minAge:21,minYear:1930},value:formatISODateToMMDDYYYY(a.birthDate),onChange:this.handleBirthdateChange.bind(this),storePath:"customer.birthDate"});e.setAttribute("aria-label","Birthdate Input"),C.appendChild(e)}const T=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:"address_one",label:"Delivery address",value:s,disabled:!![],className:"disabled-input",validation:{required:!![]}});T.setAttribute("aria-label","Delivery Address Input"),C.appendChild(T);const D=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:n?ht.addressTwo:ut.addressTwo,label:"Apt, suite, etc. (optional)",value:a.addressTwo,onChange:this.handleAddressTwoChange.bind(this),storePath:n?"giftRecipient.addressTwo":"customer.addressTwo"});if(D.setAttribute("aria-label","Address Line 2 Input"),C.appendChild(D),this.hasOnDemandFulfillments()){const n=document.createElement("div");n.classList.add("custom-input","textarea",e.layout.inputFieldStyle);const i=document.createElement("label");i.textContent="Delivery Instructions",i.setAttribute("for","delivery_instructions");const o=document.createElement("textarea");o.id="delivery_instructions",o.name="delivery_instructions",o.rows=4,o.setAttribute("aria-label","Delivery Instructions Textarea"),o.value=this.store.get("checkout.deliveryInstructions")||"",o.addEventListener("blur",async e=>{await this.handleDeliveryInstructionsChange(e.target.value)}),o.addEventListener("keydown",async e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),await this.handleDeliveryInstructionsChange(e.target.value))});const r=document.createElement("p");r.textContent="Include gate codes, apartment numbers, or preferred drop-off locations for your driver.",r.classList.add("textarea-message-disclaimer"),n.appendChild(i),n.appendChild(o),n.appendChild(r),C.appendChild(n)}if(n){const n=document.createElement("div");n.classList.add("custom-input","textarea",e.layout.inputFieldStyle);const o=document.createElement("label");o.textContent="Gift Message*",o.setAttribute("for",ht.message);const r=document.createElement("textarea");r.name=ht.message,r.id=ht.message,r.rows=4,r.value=i.message||"",r.setAttribute("aria-label","Gift Message Textarea"),r.addEventListener("input",async e=>{await this.handleGiftMessageChange(e.target.value)});const s=document.createElement("p");s.textContent="Your gift message will be emailed to the recipient along with delivery details.",s.classList.add("textarea-message-disclaimer"),n.appendChild(o),n.appendChild(r),n.appendChild(s),C.appendChild(n)}return c.push(C),c}}class CheckoutPaymentFormComponent extends BaseComponent{get hostClasses(){return["checkout-payment-form"]}constructor(){super({watchStorePaths:["checkout.payment.sendSubmitSignal"]}),this.stripeFormElement=null,this.rootComponent=null,this.isCreatingStripeForm=![]}findRootComponent(){if(this.rootComponent)return this.rootComponent;let e=this,n=null;for(;e&&e!==document.body;){const i=e.hasAttribute("checkout"),r=e.tagName.toLowerCase()===ComponentFactoryService.getComponentTagName(o.LCE_ELEMENT),s=e.hasAttribute("drawer"),a=(null==n?void 0:n.tagName.toLowerCase())===ComponentFactoryService.getComponentTagName(o.DRAWER),c="checkout"===(null==n?void 0:n.getAttribute("data-target"));if(i||r&&s&&a&&c)return this.rootComponent=e,e;n=e,e=e.parentElement||e.getRootNode().host}return null}removeExistingStripeForm(){this.stripeFormElement&&(this.stripeFormElement.remove(),this.stripeFormElement=null)}async doStripeConfig(){await this.commands.checkout.getPaymentSession();const e=this.store.get("checkout.payment"),n=this.getConfigs("global");return{publishableKey:e.key,clientSecret:e.secret,appearance:{theme:"stripe",variables:{fontFamily:n.theme.paragraphFont.name+", system-ui, sans-serif",borderRadius:n.theme.buttonCornerRadius},rules:{".Input":{border:"filled"===n.layout.inputFieldStyle?"none":"1px solid "+n.theme.accentColor,backgroundColor:"filled"===n.layout.inputFieldStyle?n.theme.accentColor:"transparent"}}},elementOptions:{layout:"tabs",defaultValues:{billingDetails:{name:"Guest",address:{country:"US"}}},fields:{billingDetails:{address:{postalCode:"auto",country:"never"}}},terms:{applePay:"never",auBecsDebit:"never",bancontact:"never",card:"never",cashapp:"never",googlePay:"never",ideal:"never",paypal:"never",sepaDebit:"never",sofort:"never",usBankAccount:"never"}}}}async createAndMountStripeForm(){var e;if(this.isCreatingStripeForm)return this.logger.debug("Stripe form creation already in progress, skipping"),void 0;const n=this.findRootComponent();if(!n)return;if(null===(e=this.stripeFormElement)||void 0===e?void 0:e.isConnected)return this.logger.debug("Stripe form already exists and is connected, skipping creation"),void 0;const i=n.querySelectorAll('[slot="'+dt+'"]');if(i.length>0)for(const o of i)o.remove();this.isCreatingStripeForm=!![];try{const e=await this.doStripeConfig();this.stripeFormElement=ComponentFactoryService.createElement({type:o.CHECKOUT_STRIPE_FORM,stripeConfig:e}),this.stripeFormElement.setAttribute("slot",dt),n.appendChild(this.stripeFormElement),this.setupStripeFormEventListeners()}catch(r){this.logger.error("Stripe form element creation failed",r),this.stripeFormElement=null}finally{this.isCreatingStripeForm=![]}}async afterRender(){this.removeExistingStripeForm(),await this.createAndMountStripeForm()}setupStripeFormEventListeners(){if(!this.stripeFormElement)return this.logger.warn("Cannot set up event listeners: Stripe form element is null"),void 0;this.stripeFormElement.addEventListener("lce:s:updateStripeFormStatus",async e=>{await this.commands.checkout.updateStripeFormStatus(e.detail.status),e.detail.status.hasError&&this.logger.error("Stripe form status update failed",e.detail)}),this.stripeFormElement.addEventListener("lce:s:confirmPaymentSession",async e=>{try{const{confirmationTokenId:n,setupIntentId:i}=e.detail;await this.commands.checkout.confirmPaymentSession(n,i)}catch(n){this.logger.error("Failed to confirm payment session",n),this.store.set("checkout.payment.sendSubmitSignal",![])}}),this.stripeFormElement.addEventListener("lce:s:requestSessionRefresh",async()=>{var e;try{const n=await this.doStripeConfig(),i=new CustomEvent("lce:s:refreshSession",{detail:{stripeConfig:n}});null===(e=this.stripeFormElement)||void 0===e?void 0:e.dispatchEvent(i)}catch(n){this.logger.error("Failed to refresh payment session",n)}})}onStoreChanged(e){const n=e.some(e=>"checkout.payment.sendSubmitSignal"===e.path&&e.value===!![]);if(n&&this.stripeFormElement){const e=new CustomEvent("lce:s:submit");this.stripeFormElement.dispatchEvent(e)}return![]}disconnected(){var e;this.removeExistingStripeForm(),this.rootComponent=null,this.isCreatingStripeForm=![],null===(e=super.disconnected)||void 0===e||e.call(this)}template(){const e=[],n=document.createElement("div");n.classList.add("section-title-container");const i=document.createElement("h3");i.textContent="Payment",i.classList.add("section-title"),n.appendChild(i);const o=document.createElement("p");o.textContent="All transactions are secure and encrypted.",o.classList.add("section-subtitle"),n.appendChild(o),e.push(n);const r=document.createElement("slot");return r.setAttribute("name",dt),e.push(r),e}}class CheckoutStripeFormComponent extends HTMLElement{constructor(){super(...arguments),this.F=![],this.A=null,this.O=null,this.N=null,this.L=![],this.M=![],this.R=![]}async initialize({data:e}){if(this.F)return console.warn("Stripe form already initialized, ignoring subsequent calls"),void 0;this.B=e.stripeConfig,await this.initializeStripe(),this.setupEventListeners(),this.F=!![],await this.updateStripeFormStatus({isComplete:![],hasError:![],isProcessing:![],errorMessage:null})}async initializeStripe(){try{window.Stripe||await this.loadStripeJS();const e=this.B;this.A=window.Stripe(e.publishableKey),this.O=this.A.elements({clientSecret:e.clientSecret,appearance:e.appearance}),this.N=this.O.create("payment",e.elementOptions),this.N.mount(this),this.N.on("change",async e=>{const n=!!e.error,i=e.complete,o=n?e.error.message:null;this.M=i,await this.updateStripeFormStatus({isComplete:i,hasError:n,errorMessage:o,isProcessing:this.L})}),this.N.on("focus",async()=>{await this.updateStripeFormStatus({isComplete:this.M,hasError:![],errorMessage:null,isProcessing:this.L})}),this.R=![]}catch(e){throw await this.updateStripeFormStatus({isComplete:![],hasError:!![],isProcessing:![],errorMessage:"Failed to initialize payment form"}),e}}setupEventListeners(){this.addEventListener("lce:s:submit",this.handleSubmitEvent.bind(this)),this.addEventListener("lce:s:refreshSession",this.handleRefreshSession.bind(this))}async handleSubmitEvent(){await this.handleSubmit()}async handleRefreshSession(e){const{stripeConfig:n}=e.detail;n&&(this.B=n,await this.refreshPaymentSession())}async handleSubmit(){if(!this.L){this.L=!![],await this.updateStripeFormStatus({isComplete:this.M,hasError:![],errorMessage:null,isProcessing:!![]});try{if(!this.M)throw new Error("Please complete all required payment fields");this.R&&await this.requestSessionRefresh();const e=await this.createConfirmationTokenId(),n=this.B.clientSecret,i=n.split("_secret_")[0],o=new CustomEvent("lce:s:confirmPaymentSession",{detail:{confirmationTokenId:e,setupIntentId:i}});this.dispatchEvent(o),this.R=!![],await this.updateStripeFormStatus({isComplete:!![],isProcessing:![],hasError:![],errorMessage:null})}catch(e){this.R||(this.R=!![]),await this.updateStripeFormStatus({isComplete:this.M,isProcessing:![],hasError:!![],errorMessage:(null==e?void 0:e.message)||"An unexpected error with payment occurred"})}finally{this.L=![]}}}async requestSessionRefresh(){const e=new CustomEvent("lce:s:requestSessionRefresh");return this.dispatchEvent(e),new Promise((e,n)=>{const i=setTimeout(()=>{this.removeEventListener("lce:s:refreshSession",J),n(new Error("Session refresh timeout"))},5e3),J=()=>{clearTimeout(i),this.removeEventListener("lce:s:refreshSession",J),e()};this.addEventListener("lce:s:refreshSession",J,{once:!![]})})}async refreshPaymentSession(){try{this.O&&this.O.update({clientSecret:this.B.clientSecret}),this.R=![]}catch(R){await this.updateStripeFormStatus({isComplete:![],hasError:!![],isProcessing:![],errorMessage:"Failed to refresh payment session"})}}async updateStripeFormStatus(e){const n=new CustomEvent("lce:s:updateStripeFormStatus",{detail:{status:e}});this.dispatchEvent(n)}async createConfirmationTokenId(){if(!this.O)throw new Error("Elements must be provided");try{const{error:e}=await this.O.submit();if(e)throw new Error(e.message);const n={elements:this.O,params:{payment_method_data:{allow_redisplay:"always",billing_details:{name:"Guest",address:{country:"US"}}},shipping:{name:"Guest",address:{country:"US",city:null,line1:null,line2:null,postal_code:null,state:null}}}},{error:i,confirmationToken:o}=await this.A.createConfirmationToken(n);if(i)throw new Error(i.message);if(!o||!o.id)throw new Error("Confirmation token not found");return o.id}catch(e){throw new Error(e.message)}}async disconnected(){await this.cleanupForm()}disconnectedCallback(){this.cleanupForm().catch(e=>{console.error("Error during Stripe form disconnection cleanup:",e)})}async cleanupForm(){var e,n;try{this.N&&(this.N.unmount(),this.N=null),this.O&&(null===(n=(e=this.O).destroy)||void 0===n?void 0:n.call(e),this.O=null),this.A=null,this.L=![],this.M=![],this.R=![],this.F=![],this.isConnected&&await this.updateStripeFormStatus({isComplete:![],hasError:![],isProcessing:![],errorMessage:null})}catch(i){console.warn("Error during Stripe form cleanup:",i)}}loadStripeJS(){return new Promise((e,n)=>{const i=document.createElement("script");i.src="https://js.stripe.com/basil/stripe.js",i.onload=()=>e(),i.onerror=()=>n(new Error("Failed to load Stripe.js")),document.head.appendChild(i)})}}class CheckoutAmountsComponent extends BaseComponent{get hostClasses(){return["checkout-amounts-container"]}constructor(){super({watchStorePaths:["checkout.amounts"]})}template(){var e,n,i;const o=this.getStoreValue("checkout"),r=Boolean(o.promoCode),s=Boolean(null===(e=o.giftCards)||void 0===e?void 0:e.length),a=this.getConfigs("global"),c=Object.keys(o.onDemandFulfillmentTipInfo||{}).length>0,l=Object.values(o.items||{}),u=[],h=document.createElement("div");h.classList.add("checkout-amount-line");const m=document.createElement("span");m.textContent="Subtotal ("+l.length+" item"+(l.length>1?"s":"")+")",h.appendChild(m);const f=document.createElement("span");f.textContent=formatCentToDollarText(o.amounts.subtotal),h.appendChild(f),u.push(h);const g=document.createElement("div");g.classList.add("checkout-amount-line");const v=document.createElement("span");v.textContent="Shipping",g.appendChild(v);const y=document.createElement("span");y.textContent=formatCentToDollarText(o.amounts.shipping),g.appendChild(y),u.push(g);const b=document.createElement("div");b.classList.add("checkout-amount-line");const x=document.createElement("span");x.textContent="Delivery",b.appendChild(x);const w=document.createElement("span");if(w.textContent=formatCentToDollarText(o.amounts.delivery),b.appendChild(w),u.push(b),(null===(n=null==o?void 0:o.amounts)||void 0===n?void 0:n.engraving)>0){const e=document.createElement("div");e.classList.add("checkout-amount-line");const n=document.createElement("span");n.textContent="Engraving",e.appendChild(n);const i=document.createElement("span");i.textContent=formatCentToDollarText(o.amounts.engraving),e.appendChild(i),u.push(e)}const C=document.createElement("div");C.classList.add("checkout-amount-line");const k=document.createElement("span");k.textContent="Taxes & Fees",C.appendChild(k);const S=document.createElement("span");if(S.textContent=formatCentToDollarText(o.amounts.tax+o.amounts.service+o.amounts.platform),C.appendChild(S),u.push(C),r){const e=document.createElement("div");e.classList.add("checkout-amount-line");const n=document.createElement("span");n.textContent="Promo Code ("+(null===(i=o.promoCode)||void 0===i?void 0:i.code)+")",e.appendChild(n);const r=document.createElement("span");r.textContent="-"+formatCentToDollarText(o.amounts.discounts),e.appendChild(r),u.push(e)}if(s){const e=document.createElement("div");e.classList.add("checkout-amount-line");const n=document.createElement("span");n.textContent="Gift Cards Applied",e.appendChild(n);const i=document.createElement("span");i.textContent="-"+formatCentToDollarText(o.amounts.giftCards),e.appendChild(i),u.push(e)}if(c){const e=document.createElement("div");e.classList.add("checkout-amount-line");const n=document.createElement("span");n.textContent="Tips",e.appendChild(n);const i=document.createElement("span");i.textContent=formatCentToDollarText(o.amounts.tip),e.appendChild(i),u.push(e)}const E=document.createElement("div");E.classList.add("checkout-separator"),u.push(E);const _=document.createElement("div");_.classList.add("checkout-amount-total");const P=document.createElement("span");P.textContent="Total",_.appendChild(P);const T=document.createElement("span");T.textContent=formatCentToDollarText(o.amounts.total),_.appendChild(T),u.push(_);const D=this.store.get("checkout.isPresaleLocked");if(D){const e=document.createElement("div");e.classList.add("checkout-amount-due");const n=document.createElement("span");n.textContent="Amount due today",e.appendChild(n);const i=document.createElement("span");i.textContent=formatCentToDollarText(0),e.appendChild(i),u.push(e);const o=document.createElement("div");o.classList.add("checkout-presale-locked-message");const r=htmlStringToElement(InfoIcon({color:a.theme.defaultTextColor}));o.appendChild(r);const s=document.createElement("p");s.textContent="Pre-ordered items will be charged when shipped.",o.appendChild(s),u.push(o)}return u}}class CheckoutCompletedComponent extends BaseComponent{get hostClasses(){return["checkout-completed-container"]}template(){var e,n,i,r,s,a,c,l,u,h,m,f;const g=[],v=this.getConfigs("configurations"),y=this.getConfigs("global"),b=this.getConfigs("checkout"),x=this.config.layout.exitUrl||window.location.host,w=this.config.layout.thankYouButtonText||"Continue Shopping";if((null===(n=null===(e=this.config.theme)||void 0===e?void 0:e.checkoutCompleted)||void 0===n?void 0:n.customLogo)||(null===(r=null===(i=this.config.layout)||void 0===i?void 0:i.checkoutCompleted)||void 0===r?void 0:r.customLogo)){const e=document.createElement("div");e.classList.add("checkout-completed-header-container");const n=document.createElement("img");n.src=(null===(a=null===(s=this.config.theme)||void 0===s?void 0:s.checkoutCompleted)||void 0===a?void 0:a.customLogo)||(null===(l=null===(c=this.config.layout)||void 0===c?void 0:c.checkoutCompleted)||void 0===l?void 0:l.customLogo),n.alt=v.partnerName+" Logo",e.appendChild(n),g.push(e)}const C=document.createElement("div");C.classList.add("checkout-completed-section-container");const k=document.createElement("div");k.classList.add("checkout-completed-title-container");const S=document.createElement("div");S.classList.add("checkout-completed-title-section");const E=document.createElement("h3");E.innerHTML=(null===(h=null===(u=this.config.theme)||void 0===u?void 0:u.checkoutCompleted)||void 0===h?void 0:h.customText)||(null===(f=null===(m=this.config.layout)||void 0===m?void 0:m.checkoutCompleted)||void 0===f?void 0:f.customText)||"Thank You for Your Order!",S.appendChild(E);const _=document.createElement("p");_.textContent="Your payment has been successfully processed.",S.appendChild(_),k.appendChild(S),C.appendChild(k);const P=document.createElement("div");P.classList.add("checkout-completed-sub-section");const T=document.createElement("div");T.classList.add("checkout-completed-line");const D=document.createElement("h3");D.textContent="Order Number",T.appendChild(D);const F=document.createElement("span");F.textContent=this.params.orderNumber,T.appendChild(F),P.appendChild(T);const z=document.createElement("div");z.classList.add("checkout-completed-line");const O=document.createElement("h3");O.textContent="Order Amount",z.appendChild(O);const N=document.createElement("span");N.textContent=""+formatCentToDollarText(this.params.orderTotal),z.appendChild(N),P.appendChild(z);const L=document.createElement("div");L.classList.add("checkout-completed-line");const M=document.createElement("h3");M.textContent="Payment Method",L.appendChild(M);const R=document.createElement("span");R.textContent="** "+this.params.cardLast4,L.appendChild(R),P.appendChild(L),C.appendChild(P);const B=document.createElement("div");B.classList.add("checkout-completed-sub-section");const j=document.createElement("p");j.innerHTML=this.params.giftRecipientEmail?"Order updates and your gift message will be sent to <strong>"+this.params.giftRecipientEmail+"</strong>.<br><br>A confirmation email and receipt has been sent to <strong>"+this.params.customerEmail+"</strong>.":"A confirmation email and receipt has been sent to <strong>"+this.params.customerEmail+"</strong>.",B.appendChild(j),C.appendChild(B),g.push(C);const U=document.createElement("div");U.classList.add("checkout-completed-section-container");const H=document.createElement("button");H.type="button";const Y=document.createElement("span");Y.textContent=w,H.setAttribute("tabindex","0"),H.setAttribute("role","button"),H.setAttribute("aria-label",w),H.appendChild(Y);const K=htmlStringToElement(ArrowRightIcon({width:16,height:16}));H.appendChild(K),H.addEventListener("click",()=>{window.location.href=x}),H.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),window.location.href=x)}),U.appendChild(H),g.push(U);const W=document.createElement("div");W.classList.add("checkout-completed-section-container");const X=document.createElement("div");X.classList.add("checkout-completed-help-section"),W.appendChild(X);const $=document.createElement("p");$.textContent="Questions about your order? Contact us at ";const tt=document.createElement("a");tt.href="mailto:"+v.supportEmail,tt.textContent=v.supportEmail,$.appendChild(tt),X.appendChild($);const et=document.createElement("p"),nt=(new Date).toLocaleDateString("en-US",{month:"2-digit",day:"2-digit",year:"numeric"});if(et.textContent="Order placed on "+nt,X.appendChild(et),g.push(W),b.layout.legalMessage.show){const e=document.createElement("div");e.classList.add("checkout-separator");const n=document.createElement("div");n.classList.add("checkout-legal-message"),n.innerHTML=sanitizeHTML(b.layout.legalMessage.text);const i=document.createElement("div");i.classList.add("checkout-separator"),g.push(e),g.push(n),g.push(i)}if(y.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:o.POWERED_BY,context:"general"});g.push(e)}return g}}class CheckoutGiftCardsComponent extends BaseComponent{get hostClasses(){return["input-gift-card-container"]}constructor(){super({watchOnlyStorePaths:["checkout.giftCards","checkout.giftCardError","checkout.loading"]}),this.isApplying=![],this.giftCardInput=null,this.applyButton=null}onStoreWatch(e){var n;const i=e.find(e=>"checkout.giftCards"===e.path),o=e.find(e=>"checkout.loading"===e.path);i&&i.value.length>((null===(n=i.oldValue)||void 0===n?void 0:n.length)||0)&&this.giftCardInput&&this.giftCardInput.setValue(""),o&&this.updateApplyButtonState()}updateApplyButtonState(){if(!this.applyButton||!this.giftCardInput)return;const e=this.giftCardInput.getValue().trim(),n=e.length>=3&&e.length<=255,i=this.getStoreValue("checkout.loading"),o=this.getStoreValue("checkout.giftCardError");this.applyButton.disabled=!n||i||Boolean(o)||this.isApplying}createGiftCardInput(){return this.giftCardInput=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:"giftCards",placeholder:"Enter gift card code",autocomplete:![],validation:{min:3,max:255},onChange:e=>{const n=e.toUpperCase(),i=this.giftCardInput;i.setValue(n),this.updateApplyButtonState()}}),this.giftCardInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply gift card");const q=async()=>{const e=this.giftCardInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.updateApplyButtonState(),await this.commands.checkout.applyGiftCard(e)}catch(n){this.logger.error("Checkout gift card application failed",{giftCardCode:e,error:n instanceof Error?n.message:String(n)})}finally{this.isApplying=![],this.updateApplyButtonState()}};return this.applyButton.addEventListener("click",q),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),q())}),this.applyButton}template(){this.giftCardInput=null,this.applyButton=null;const e=[];return e.push(this.createGiftCardInput()),e.push(this.createApplyButton()),e}disconnected(){this.giftCardInput=null,this.applyButton=null}}class CheckoutItemComponent extends BaseComponent{get hostClasses(){return["checkout-item-card"]}constructor(){super({autoDestroy:!![],autoDestroyPath:"checkout.items.{itemId}",watchStorePaths:["checkout.items.{itemId}","checkout.items"]}),this.trashButton=null}onStoreChanged(e){var n,i,o,r;const s=e.find(e=>"checkout.items"===e.path);s&&(this.updateTrashButtonState(),this.setupMinimumPurchaseAlert(),this.checkAndUpdateLoadingState());const a=e.find(e=>e.path==="checkout.items."+this.params.itemId);if(a){const e=a.oldValue,s=a.value;if(s.updating)return![];const c=(null==e?void 0:e.quantity)!==(null==s?void 0:s.quantity),l=(null===(i=null===(n=null==e?void 0:e.attributes)||void 0===n?void 0:n.engraving)||void 0===i?void 0:i.lines)||[],u=(null===(r=null===(o=null==s?void 0:s.attributes)||void 0===o?void 0:o.engraving)||void 0===r?void 0:r.lines)||[],h=JSON.stringify(l)!==JSON.stringify(u);(c||h)&&this.updateEngravingElement(s)}return![]}updateEngravingElement(e){var n,i;const r=this.getConfigs("global"),s=this.container.querySelector(".engraving-view-container");if(s&&s.remove(),(null===(i=null===(n=null==e?void 0:e.attributes)||void 0===n?void 0:n.engraving)||void 0===i?void 0:i.hasEngraving)===!![]&&r.layout.enablePersonalization){const n=ComponentFactoryService.createElement({type:o.ENGRAVING_VIEW,identifier:e.cartItemId,context:"checkout"}),i=this.container.querySelector(".checkout-item-card-footer");i&&i.before(n)}}setupMinimumPurchaseAlert(){const e=this.getStoreValue("checkout.items."+this.params.itemId);if(!e)return;const n=e.fulfillmentId;if(!n)return;if(!this.container)return;const i=this.container.querySelector(".checkout-item-card-header");if(i){const r=this.getStoreValue("cart.fulfillments."+n),s=this.container.querySelector('[data-component-type="checkout-retailer-alert"]');if(s&&s.remove(),shouldShowMinimumPurchaseAlert(r,e.pack)){const n=getMinimumPurchaseMessage(r,e.pack),s=ComponentFactoryService.createElement({type:o.PURCHASE_MIN_ALERT,message:n.message,messageType:n.type,currentTotal:r.subtotal,config:{showIcon:!![],alertType:"minimal"}});s.setAttribute("data-component-type","checkout-retailer-alert"),i.before(s)}}}updateTrashButtonState(){if(!this.trashButton)return;const e=this.getStoreValue("checkout"),n=Object.keys(e.items).length,i=1===n;this.trashButton.disabled=i,i?this.trashButton.classList.add("action-disabled"):this.trashButton.classList.remove("action-disabled")}createLoadingOverlay(){const e=document.createElement("div");e.className="cart-loading-backdrop",e.setAttribute("data-loading-id","item-loading-overlay");const n=document.createElement("div");n.className="cart-loading-spinner-container";const i=document.createElement("div");return i.className="cart-loading-spinner",i.innerHTML='\n <svg class="cart-spinner" width="32" height="32" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n ',n.appendChild(i),e.appendChild(n),e}hasLoadingOverlay(){return!!this.container.querySelector('[data-loading-id="item-loading-overlay"]')}showLoadingOverlay(){if(this.hasLoadingOverlay())return;const e=this.createLoadingOverlay();this.container.appendChild(e),this.container instanceof HTMLElement&&(this.container.style.position="relative")}hideLoadingOverlay(){const e=this.container.querySelector('[data-loading-id="item-loading-overlay"]');e&&(e.remove(),this.container instanceof HTMLElement&&(this.container.style.position=""))}isItemUpdating(){const e=this.getStoreValue("checkout.items."+this.params.itemId);return e?e.updating===!![]:![]}checkAndUpdateLoadingState(){const e=this.isItemUpdating(),n=this.hasLoadingOverlay();e&&!n?this.showLoadingOverlay():!e&&n&&this.hideLoadingOverlay()}afterRender(){this.updateTrashButtonState(),this.checkAndUpdateLoadingState()}template(){var e,n,i;const r=this.getConfigs("global"),s=this.getStoreValue("checkout.items."+this.params.itemId),a=null===(e=null==s?void 0:s.attributes)||void 0===e?void 0:e.presale,c=(null==a?void 0:a.isActive)&&(null==a?void 0:a.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(a.estimatedShipBy):"";if(!s)return[];const l=document.createElement("div");l.classList.add("checkout-item-card-header");const u=document.createElement("div");u.classList.add("checkout-item-image");const h=document.createElement("img");h.src=s.mainImage,h.alt=s.name,h.loading="lazy",u.appendChild(h),l.appendChild(u);const m=document.createElement("div");m.classList.add("checkout-item-details-container");const f=document.createElement("h4");f.classList.add("checkout-item-title"),f.textContent=s.name,m.appendChild(f);const g=document.createElement("div");g.classList.add("checkout-item-subtitle");const v=document.createElement("span");v.textContent=a.isActive?""+c:((null==s?void 0:s.expectationDetail)||"")+",",g.appendChild(v);const y=document.createElement("span");y.textContent="From "+((null==s?void 0:s.retailerName)||""),g.appendChild(y),m.appendChild(g),l.appendChild(m),this.trashButton=document.createElement("button"),this.trashButton.type="button",this.trashButton.innerHTML=TrashIcon({}),this.trashButton.addEventListener("click",async e=>{var n;if(e.preventDefault(),e.stopPropagation(),!(null===(n=this.trashButton)||void 0===n?void 0:n.disabled))try{await this.commands.checkout.removeItem(s.cartItemId)}catch(i){this.logger.error("Checkout item removal failed",i)}}),l.appendChild(this.trashButton);const b=ComponentFactoryService.createElement({type:o.CHECKOUT_ITEM_QUANTITY,itemId:s.cartItemId}),x=[];if(x.push(l),r.layout.enablePersonalization&&(null===(i=null===(n=null==s?void 0:s.attributes)||void 0===n?void 0:n.engraving)||void 0===i?void 0:i.hasEngraving)===!![]){const e=ComponentFactoryService.createElement({type:o.ENGRAVING_VIEW,identifier:s.cartItemId,context:"checkout"});x.push(e)}return x.push(b),x}disconnected(){this.hideLoadingOverlay()}}class CheckoutItemQuantityComponent extends BaseComponent{get hostClasses(){return["checkout-item-card-footer"]}constructor(){super({watchStorePaths:["checkout.items.{itemId}"],watchOnlyStorePaths:["checkout.items"],autoDestroy:!![],autoDestroyPath:"checkout.items.{itemId}"})}onStoreWatch(e){const n=e.find(e=>"checkout.items"===e.path);if(n){const e=this.calculateQuantityLimits();this.updateButtonStates(e)}}getAvailableQuantity(){var e,n,i;const o=this.getStoreValue("checkout.items."+this.params.itemId);if(!o)return 0;const r=this.getStoreValue("products");if(!r)return 0;const s=o.partNumber,a=o.fulfillmentId,c=null===(i=null===(n=null===(e=Object.values(r).find(e=>e.sizes[o.liquidId]))||void 0===e?void 0:e.sizes)||void 0===n?void 0:n[o.liquidId])||void 0===i?void 0:i.attributes.maxQuantityPerOrder;if(!c)return 0;const l=this.getStoreValue("checkout.items")||{},u=Object.values(l).filter(e=>e.partNumber===s&&e.fulfillmentId===a),h=u.reduce((e,n)=>e+n.quantity,0);return c-h}calculateQuantityLimits(){var e;const n=this.getStoreValue("checkout.items."+this.params.itemId);if(!n)return{currentQuantity:0,availableQuantity:0,isTheOnlyItem:![],canIncrease:![],canDecrease:![]};const i=this.getStoreValue("checkout"),o=1===(null===(e=Object.values(i.items))||void 0===e?void 0:e.length),r=n.quantity,s=this.getAvailableQuantity(),a=s>0,c=!(o&&1===r);return{currentQuantity:r,availableQuantity:s,isTheOnlyItem:o,canIncrease:a,canDecrease:c}}updateButtonStates(e){this.decreaseButton&&(this.decreaseButton.disabled=!e.canDecrease,this.decreaseButton.classList.toggle("disabled",!e.canDecrease)),this.increaseButton&&(this.increaseButton.disabled=!e.canIncrease,this.increaseButton.classList.toggle("disabled",!e.canIncrease),e.canIncrease?this.increaseButton.setAttribute("aria-label","Increase quantity"):this.increaseButton.setAttribute("aria-label","Cannot increase quantity above maximum")),this.quantitySpan&&(this.quantitySpan.textContent=e.currentQuantity.toString(),this.quantitySpan.setAttribute("aria-label","Current quantity: "+e.currentQuantity))}async handleQuantityChange(e){const n=this.calculateQuantityLimits(),i=this.params.itemId;if((!(e<0)||n.canDecrease)&&(!(e>0)||n.canIncrease)){if(!i)return this.logger.error("Checkout item quantity change failed: Item ID not found in component params",{componentParams:this.params,delta:e}),void 0;try{await this.commands.checkout.updateCheckoutItemQuantity(i,e)}catch(o){this.logger.error("Checkout item quantity change operation failed",o)}}}template(){const e=this.getStoreValue("checkout.items."+this.params.itemId);if(!e)return this.logger.warn("Checkout item not found during template render",{itemId:this.params.itemId}),[];const n=this.calculateQuantityLimits(),i=document.createElement("div");i.classList.add("checkout-item-quantity-container"),this.decreaseButton=document.createElement("button"),this.decreaseButton.type="button",this.decreaseButton.classList.add("quantity-decrease"),this.decreaseButton.textContent="-",this.decreaseButton.setAttribute("aria-label","Decrease quantity"),this.decreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(-1)}),i.appendChild(this.decreaseButton),this.quantitySpan=document.createElement("span"),this.quantitySpan.classList.add("product-count"),i.appendChild(this.quantitySpan),this.increaseButton=document.createElement("button"),this.increaseButton.type="button",this.increaseButton.classList.add("quantity-increase"),this.increaseButton.textContent="+",this.increaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(1)}),i.appendChild(this.increaseButton),this.updateButtonStates(n);const o=document.createElement("span");if(o.classList.add("checkout-item-price-text"),o.textContent=formatCentToDollarText(e.price),e.quantity>1){const n=document.createElement("span");n.classList.add("checkout-item-price-each-text"),n.textContent=" ("+formatCentToDollarText(e.unitPrice)+" ea)",o.appendChild(n)}return[i,o]}}class CheckoutItemsComponent extends BaseComponent{get hostClasses(){return["checkout-items-container"]}constructor(){super({watchStorePaths:["checkout.items"]})}createItemElement(e){return ComponentFactoryService.createElement({type:o.CHECKOUT_ITEM,itemId:e})}getItemsListContainer(){return this.container.querySelector(".checkout-items-list")}getTogglerLabel(){return this.container.querySelector(".checkout-items-toggler-label")}getCurrentItemsMap(){const e=this.getStoreValue("checkout.items")||{},n=new Map;for(const i of Object.values(e))i&&i.cartItemId&&n.set(i.cartItemId,i);return n}syncItemsWithStore(){const e=this.getItemsListContainer();if(!e)return;const n=this.getCurrentItemsMap(),i=e.querySelectorAll("[data-item-id]"),o=new Set;for(const r of i){const e=r.getAttribute("data-item-id");e&&o.add(e)}for(const r of i){const e=r.getAttribute("data-item-id");e&&!n.has(e)&&r.remove()}for(const[r]of n)if(!o.has(r)){const n=this.createItemElement(r);n.setAttribute("data-item-id",r),e.appendChild(n)}this.updateItemCount()}updateItemCount(){const e=this.getTogglerLabel();if(!e)return;const n=this.getCurrentItemsMap(),i=n.size;e.textContent=i+" item"+(1!==i?"s":"")}onStoreChanged(e){let n;for(let i=0;i<e.length;i++){const o=e[i];if("checkout"===o.path||"checkout.items"===o.path||"checkout.items."===o.path.substring(0,15)){n=o;break}}return n?(this.syncItemsWithStore(),![]):![]}handleToggle(){const e=this.container.querySelector(".checkout-items-toggler-button"),n=this.container.querySelector(".checkout-items-list");if(e&&n){const i=n.classList.contains("show");n.classList.toggle("show"),e.classList.toggle("expanded"),i?(e.setAttribute("aria-expanded","false"),e.setAttribute("aria-label","Expand checkout items")):(e.setAttribute("aria-expanded","true"),e.setAttribute("aria-label","Collapse checkout items"))}}setupToggler(){const e=this.container.querySelector(".checkout-items-toggler"),n=this.container.querySelector(".checkout-items-toggler-button"),i=this.container.querySelector(".checkout-items-list");if(e&&n&&i){const o=i.classList.contains("show");n.setAttribute("tabindex","0"),n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("aria-label",o?"Collapse checkout items":"Expand checkout items"),e.addEventListener("click",()=>this.handleToggle()),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleToggle())})}}afterRender(){this.setupToggler(),this.syncItemsWithStore()}template(){const e=this.getStoreValue("checkout.items"),n=Object.values(e||{}),i=document.createElement("div");i.classList.add("checkout-items-toggler");const o=document.createElement("span");o.classList.add("checkout-items-toggler-label"),o.textContent=n.length+" item"+(1!==n.length?"s":""),i.appendChild(o);const r=document.createElement("button");r.type="button",r.classList.add("checkout-items-toggler-button"),r.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-icon"}),i.appendChild(r);const s=document.createElement("div");s.classList.add("checkout-items-list","show");for(const a of n){const e=this.createItemElement(a.cartItemId);e.setAttribute("data-item-id",a.cartItemId),s.appendChild(e)}return[i,s]}}class CheckoutPlaceOrderButtonComponent extends BaseComponent{get hostClasses(){return["checkout-place-order-button-container"]}constructor(){super({watchStorePaths:["checkout.isFormValid","checkout.invalidFields","checkout.stripeFormStatus","checkout.stripeFormStatus.isComplete","checkout.stripeFormStatus.hasError","checkout.stripeFormStatus.isProcessing","checkout.stripeFormStatus.errorMessage","checkout.readyForSubmit","checkout.readyForSubmit.payment","checkout.readyForSubmit.prepared","checkout.loading","checkout.error","checkout.payment.sendSubmitSignal"]}),this.errorTimeoutId=null}afterRender(){this.placeOrderButton=this.container.querySelector(".checkout-place-order-button"),this.errorContainer=this.container.querySelector(".checkout-payment-error-wrapper"),this.updateButtonState()}disconnected(){this.clearErrorTimeout()}onStoreChanged(e){const n=e.some(e=>"checkout.isFormValid"===e.path||"checkout.invalidFields"===e.path||"checkout.stripeFormStatus"===e.path||"checkout.stripeFormStatus."===e.path.substring(0,26)||"checkout.readyForSubmit"===e.path||"checkout.readyForSubmit."===e.path.substring(0,23)||"checkout.loading"===e.path||"checkout.error"===e.path);n&&this.updateButtonState();const i=e.find(e=>"checkout.readyForSubmit"===e.path);return i&&this.handleCheckoutReadyForSubmit(i.value),![]}updateButtonState(){if(!this.placeOrderButton)return;const e=this.store.get("checkout.isFormValid")||![],n=this.store.get("checkout.invalidFields")||[],i=this.store.get("checkout.stripeFormStatus")||{},o=this.store.get("checkout.loading")||![],r=this.store.get("checkout.error")||null,s=i.isComplete||![],a=i.hasError||![],c=i.isProcessing||![],l=i.errorMessage||null;this.updateErrorDisplay(this.determineErrorMessage(r,l));const u=this.determineButtonState({isFormValid:e,invalidFieldsCount:n.length,isPaymentComplete:s,hasPaymentError:a,isStripeProcessing:c,isCheckoutLoading:o,hasCheckoutError:!!r});this.applyButtonState(u)}determineErrorMessage(e,n){return e&&n?n:n||e}clearErrorTimeout(){null!==this.errorTimeoutId&&(clearTimeout(this.errorTimeoutId),this.errorTimeoutId=null)}updateErrorDisplay(e){if(!this.errorContainer)return;const n=this.errorContainer.querySelector(".error-text");n&&(this.clearErrorTimeout(),e?(n.textContent=e,this.errorContainer.style.display="block",this.errorTimeoutId=setTimeout(()=>{this.errorTimeoutId=null,this.commands.checkout.removeCheckoutError();const e=this.store.get("checkout.stripeFormStatus");(null==e?void 0:e.errorMessage)&&this.commands.checkout.updateStripeFormStatus({errorMessage:null})},3e3)):(n.textContent="",this.errorContainer.style.display="none"))}determineButtonState(e){const{isFormValid:n,invalidFieldsCount:i,isPaymentComplete:o,hasPaymentError:r,isStripeProcessing:s,isCheckoutLoading:a,hasCheckoutError:c}=e,l=this.config.layout.placeOrderButtonText,u=this.config.layout.placeOrderButtonShowRequiredFields,h=n&&o&&!r&&!s&&!c,m=this.store.get("checkout.readyForSubmit.payment")||![],f=this.store.get("checkout.readyForSubmit.prepared")||![],g=this.store.get("checkout.payment.sendSubmitSignal")||![],v=this.store.get("checkout.isPresaleLocked")||![];let y=![];if(!v){const e=this.getStoreValue("cart.fulfillments")||{};y=Object.values(e).some(e=>hasUnmetMinimum(e))}const b=s||a||g;if(a&&!s&&!g)return{state:"processing",text:l,disabled:!![]};if(y)return{state:"disabled",text:l,disabled:!![]};if(b)return m&&f?{state:"processing",text:"Placing Order...",disabled:!![]}:m&&!f?{state:"processing",text:"Preparing Order...",disabled:!![]}:f&&!m&&(s||g)||g||s?{state:"processing",text:"Processing Payment...",disabled:!![]}:{state:"processing",text:"Placing Order...",disabled:!![]};if(!n){const e=i>0?" ("+i+")":"";return{state:"form-invalid",text:u?"Complete Required Fields"+e:l,disabled:![]}}return o?r?{state:"payment-error",text:l,disabled:![]}:h?{state:"ready",text:l,disabled:![]}:{state:"disabled",text:l,disabled:!![]}:{state:"payment-incomplete",text:"Complete Payment Information",disabled:![]}}applyButtonState(e){if(!this.placeOrderButton)return;const n=["processing","form-invalid","payment-incomplete","payment-error","ready","disabled"];this.placeOrderButton.classList.remove(...n),this.placeOrderButton.classList.add(e.state),this.placeOrderButton.disabled=e.disabled,this.placeOrderButton.textContent=e.text}async handlePlaceOrderClick(){try{if(this.clientConfig.isBuilder())return this.logger.info("Checkout Place Order Button Is Disabled In Builder Mode"),void 0;const e=this.store.get("checkout.isFormValid")||![],n=this.store.get("checkout.stripeFormStatus")||{},i=this.store.get("checkout.loading")||![],o=n.isComplete||![],r=n.hasError||![],s=n.isProcessing||![];if(s||i)return;if(!e)return await this.commands.checkout.focusFirstInvalidField(),void 0;if(!o||r)return this.showPaymentError(),void 0;await this.commands.checkout.startPreparingCheckoutSubmit()}catch(e){this.logger.error("Error handling place order click",e)}}showPaymentError(){const e=document.querySelector(".checkout-stripe-form");e&&safeScrollIntoView(e,{behavior:"smooth",block:"center"})}async handleCheckoutReadyForSubmit(e){if(!e)return;const{payment:n,prepared:i,customer:o,gift:r,billing:s}=e,a=n&&i&&o&&s&&r;a&&await this.commands.checkout.checkoutComplete()}template(){const e=document.createElement("button");e.type="button",e.textContent=this.config.layout.placeOrderButtonText,e.classList.add("checkout-place-order-button"),e.disabled=!![],e.setAttribute("tabindex","0"),e.setAttribute("role","button"),e.setAttribute("aria-label","Place Order"),e.addEventListener("click",this.handlePlaceOrderClick.bind(this)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handlePlaceOrderClick())});const n=document.createElement("div");n.classList.add("checkout-payment-error-wrapper"),n.setAttribute("role","alert"),n.style.display="none";const i=document.createElement("div");i.classList.add("checkout-payment-error");const r=document.createElement("span");r.classList.add("icon-error"),r.innerHTML=ErrorInfoIcon({});const s=document.createElement("span");s.classList.add("error-text"),i.appendChild(r),i.appendChild(s),n.appendChild(i);const a=ComponentFactoryService.createElement({type:o.ALERT,errorStorePath:"checkout.events",fromEvents:!![],showFirstEvent:![]});return[n,a,e]}}class CheckoutPresaleExpiredComponent extends BaseComponent{constructor(){super(...arguments),this.autoCloseInterval=null,this.autoCloseSeconds=10,this.autoCloseElement=null}get hostClasses(){return["checkout-completed-container"]}get hostAttributes(){return{role:"alert","aria-live":"assertive"}}afterRender(){this.startAutoCloseCountdown()}disconnected(){this.stopAutoCloseCountdown()}handleExit(){this.stopAutoCloseCountdown(),this.commands.ui.closeDrawer()}startAutoCloseCountdown(){this.updateAutoCloseDisplay(),this.autoCloseInterval=window.setInterval(()=>{this.autoCloseSeconds--,this.updateAutoCloseDisplay(),this.autoCloseSeconds<=0&&this.handleExit()},1e3)}stopAutoCloseCountdown(){null!==this.autoCloseInterval&&(clearInterval(this.autoCloseInterval),this.autoCloseInterval=null)}updateAutoCloseDisplay(){this.autoCloseElement&&(this.autoCloseElement.textContent=""+this.autoCloseSeconds)}template(){const e=[],n=this.getConfigs("global"),i=document.createElement("div");i.classList.add("checkout-completed-section-container");const r=document.createElement("div");r.classList.add("checkout-completed-title-section");const s=document.createElement("div");s.classList.add("checkout-completed-title-section");const a=document.createElement("p");a.classList.add("presale-expired-title"),a.textContent="Session Expired",s.appendChild(a);const c=document.createElement("p");c.textContent="Your reservation time has ended. The item has been released for other customers.",s.appendChild(c),r.appendChild(s),i.appendChild(r);const l=document.createElement("div");l.classList.add("checkout-completed-help-section"),l.textContent="To ensure fair access for all customers, we can only hold items for a limited time. You can try to reserve the item again if it's still available.",i.appendChild(l),e.push(i);const u=document.createElement("div");u.classList.add("checkout-completed-section-container");const h=document.createElement("button");h.setAttribute("aria-label","Continue shopping"),h.type="button";const m=document.createElement("span");m.textContent="Continue Shopping",h.setAttribute("tabindex","0"),h.setAttribute("role","button"),h.setAttribute("aria-label","Continue Shopping"),h.appendChild(m);const f=htmlStringToElement(ArrowRightIcon({width:16,height:16}));h.appendChild(f),h.addEventListener("click",()=>this.handleExit()),h.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleExit())}),u.appendChild(h),e.push(u);const g=document.createElement("div");g.classList.add("checkout-completed-section-container");const v=document.createElement("p");v.classList.add("checkout-completed-auto-close-text"),v.textContent="This view will close automatically in:",this.autoCloseElement=document.createElement("div"),this.autoCloseElement.classList.add("checkout-completed-auto-close-seconds"),this.autoCloseElement.setAttribute("aria-live","polite"),this.autoCloseElement.setAttribute("aria-atomic","true"),this.autoCloseElement.textContent=""+this.autoCloseSeconds;const y=document.createElement("span");if(y.classList.add("checkout-completed-auto-close-text"),y.textContent="seconds",g.appendChild(v),g.appendChild(this.autoCloseElement),g.appendChild(y),e.push(g),n.layout.showPoweredBy){const n=document.createElement("div");n.classList.add("checkout-completed-powered-by-container");const i=ComponentFactoryService.createElement({type:o.POWERED_BY,context:"checkout"});n.appendChild(i),e.push(n)}return e}}class CheckoutPromoCodeComponent extends BaseComponent{get hostClasses(){return["input-promo-code-container"]}constructor(){super({watchOnlyStorePaths:["checkout.promoCode","checkout.loading"]}),this.isApplying=![],this.promoInput=null,this.applyButton=null,this.promoCodeText=null}onStoreWatch(e){const n=e.find(e=>"checkout.promoCode"===e.path),i=e.find(e=>"checkout.loading"===e.path);if(n){const{value:e,oldValue:i}=n,o=Boolean(i),r=Boolean(e);if(!o&&r)return this.container.innerHTML="",this.createAppliedContainer(e),void 0;if(o&&!r)return this.container.innerHTML="",this.createInputContainer(),void 0;r&&this.promoCodeText&&e.discountAmount!==(null==i?void 0:i.discountAmount)&&(this.promoCodeText.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")")}i&&this.updateApplyButtonState()}updateApplyButtonState(){if(!this.applyButton||!this.promoInput)return;const e=this.promoInput.getValue().trim(),n=e.length>=3&&e.length<=255,i=this.getStoreValue("checkout.loading"),o=this.getStoreValue("checkout.promoCode"),r=this.getStoreValue("checkout.promoCodeError");this.applyButton.disabled=!n||i||Boolean(o)||Boolean(r)||this.isApplying}createPromoInput(){return this.promoInput=ComponentFactoryService.createElement({type:o.INPUT,inputType:"text",name:"promoCode",placeholder:"Enter promo code",autocomplete:![],validation:{min:3,max:255},onChange:e=>{const n=e.toUpperCase(),i=this.promoInput;i.setValue(n),this.updateApplyButtonState()}}),this.promoInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply promo code");const q=async()=>{const e=this.promoInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.updateApplyButtonState(),await this.commands.checkout.applyPromoCode(e)}catch(n){this.logger.error("Checkout promo code application failed",{promoCode:e,error:n instanceof Error?n.message:String(n)})}finally{this.isApplying=![],this.updateApplyButtonState()}};return this.applyButton.addEventListener("click",q),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),q())}),this.applyButton}createAppliedContainer(e){const n=document.createElement("div");n.classList.add("checkout-pc-gc-applied"),this.promoCodeText=document.createElement("span"),this.promoCodeText.textContent=(null==e?void 0:e.code)+" (- "+formatCentToDollarText((null==e?void 0:e.discountAmount)||0)+")";const i=document.createElement("button");i.type="button",i.classList.add("remove-button"),i.textContent="Remove",i.addEventListener("click",async()=>{await this.commands.checkout.removePromoCode()}),n.appendChild(this.promoCodeText),n.appendChild(i),this.container.appendChild(n),this.promoInput=null,this.applyButton=null}createInputContainer(){this.container.appendChild(this.createPromoInput()),this.container.appendChild(this.createApplyButton()),this.promoCodeText=null}template(){const e=this.getStoreValue("checkout.promoCode");if(this.promoInput=null,this.applyButton=null,this.promoCodeText=null,e){const n=document.createElement("div");n.classList.add("checkout-pc-gc-applied"),this.promoCodeText=document.createElement("span"),this.promoCodeText.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")";const i=document.createElement("button");return i.type="button",i.classList.add("remove-button"),i.textContent="Remove",i.addEventListener("click",async()=>{await this.commands.checkout.removePromoCode()}),n.appendChild(this.promoCodeText),n.appendChild(i),n}const n=[];return n.push(this.createPromoInput()),n.push(this.createApplyButton()),n}disconnected(){this.promoInput=null,this.applyButton=null,this.promoCodeText=null}}class CheckoutTipsComponent extends BaseComponent{get hostClasses(){return["checkout-tips-container"]}constructor(){super({watchStorePaths:["checkout.onDemandFulfillmentTipInfo","checkout.tipSelection","checkout.updating","checkout.amounts"]}),this.isInitialized=![]}afterRender(){this.setupToggler()}getTipSelection(){const e=this.getStoreValue("checkout.tipSelection");return null!=e?e:10}getOnDemandFulfillmentTipInfo(){return this.getStoreValue("checkout.onDemandFulfillmentTipInfo")||{}}getFulfillmentTipInfoArray(){return Object.values(this.getOnDemandFulfillmentTipInfo())}async handlePercentageSelect(e){const n=this.getStoreValue("checkout.updating")||![];if(!n)try{await this.commands.checkout.updateTips(e)}catch(i){this.logger.error("Checkout tips update failed",i)}}async handleFulfillmentTipInput(e,n){const i=this.getStoreValue("checkout.updating")||![];if(i)return;const o=this.getOnDemandFulfillmentTipInfo();if(!o[e])return;const r=Math.round(100*n);try{await this.commands.checkout.updateFulfillmentTip(e,r)}catch(s){this.logger.error("Checkout fulfillment tip update failed",s)}}async removeTipFromFulfillment(e){const n=this.getStoreValue("checkout.updating")||![];if(n)return;const i=this.getOnDemandFulfillmentTipInfo();if(i[e])try{await this.commands.checkout.removeFulfillmentTip(e)}catch(o){this.logger.error("Checkout fulfillment tip removal failed",o)}}createTipSelectionButtons(){const e=document.createElement("div");e.classList.add("checkout-tip-selection-container");const n=[10,18,20],i=this.getStoreValue("checkout.updating")||![],o=this.getTipSelection();for(const r of n){const n=document.createElement("button");n.type="button",n.textContent=r+"%",n.classList.add("checkout-tip-button"),n.disabled=i,o===r&&n.classList.add("selected"),n.addEventListener("click",()=>this.handlePercentageSelect(r)),e.appendChild(n)}return e}setupToggler(){const e=this.container.querySelector(".checkout-tip-distribution-header"),n=this.container.querySelector(".checkout-items-toggler-button"),i=this.container.querySelector(".retailers-tips-list");e&&n&&i&&e.addEventListener("click",()=>{const e=i.classList.contains("show");i.classList.toggle("show"),e?(n.setAttribute("aria-expanded","false"),n.setAttribute("aria-label","Expand tips section")):(n.setAttribute("aria-expanded","true"),n.setAttribute("aria-label","Collapse tips section")),n.classList.toggle("expanded")})}createTipDistribution(){const e=document.createElement("section");e.classList.add("checkout-tip-distribution-container");const n=this.getFulfillmentTipInfoArray();if(0===n.length)return e;const i=document.createElement("div");i.classList.add("checkout-tip-distribution-header");const o=document.createElement("h3");o.textContent="View Tip Distribution",o.classList.add("checkout-sub-header"),i.appendChild(o);const r=document.createElement("button");r.type="button",r.classList.add("checkout-items-toggler-button"),r.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-icon"}),i.appendChild(r),e.appendChild(i);const s=document.createElement("div");s.classList.add("retailers-tips-list","show");for(const a of n){const e=document.createElement("div");e.classList.add("checkout-tip-distribution-item");const n=document.createElement("h4");n.textContent=a.retailerName,n.classList.add("checkout-sub-header"),e.appendChild(n);const i=document.createElement("div");i.classList.add("checkout-tip-fulfillment-input-wrapper");const o=document.createElement("div");o.classList.add("dollar-input-container");const r=document.createElement("span");r.classList.add("dollar-sign"),r.textContent="$";const c=document.createElement("input");let l;c.type="number",c.id="tip-input-"+a.fulfillmentId,c.name="tip-"+a.fulfillmentId,c.min="0",c.step="0.01",c.placeholder="0.00",c.classList.add("dollar-input"),c.value=a.tip>0?(a.tip/100).toFixed(2):"",c.disabled=this.getStoreValue("checkout.updating")||![],c.addEventListener("wheel",e=>{e.preventDefault()}),c.addEventListener("keydown",e=>{"-"!==e.key&&"+"!==e.key||e.preventDefault()}),c.addEventListener("keydown",e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||e.preventDefault()}),c.addEventListener("paste",e=>{e.preventDefault()}),c.addEventListener("contextmenu",e=>{e.preventDefault()}),c.addEventListener("input",e=>{const n=e.target;let i=n.value;if(Number.parseFloat(i)<0&&(n.value=Math.abs(Number.parseFloat(i)).toString(),i=n.value),i.includes(".")){const e=i.split(".");e.length>1&&e[1].length>2&&(n.value=e[0]+"."+e[1].substring(0,2))}}),c.addEventListener("input",e=>{const n=e.target,i=Number.parseFloat(n.value)||0;l&&clearTimeout(l),l=setTimeout(()=>{this.handleFulfillmentTipInput(a.fulfillmentId,i)},500)}),o.appendChild(r),o.appendChild(c),i.appendChild(o);const u=document.createElement("button");u.type="button",u.textContent="Remove",u.classList.add("checkout-tip-remove-button"),u.disabled=this.getStoreValue("checkout.updating")||![],u.addEventListener("click",()=>this.removeTipFromFulfillment(a.fulfillmentId)),i.appendChild(u),e.appendChild(i),s.appendChild(e)}return e.appendChild(s),e}async initializeDefaultTip(){if(this.isInitialized)return;const e=this.getStoreValue("checkout.tipSelection"),n=this.getFulfillmentTipInfoArray();if(e&&n.length>0){const e=n.some(e=>e.tip>0);if(e)this.isInitialized=!![];else try{this.isInitialized=!![],await this.commands.checkout.updateTips(10)}catch(i){this.logger.error("Default tip initialization failed",i),this.isInitialized=![]}}if(null==e)try{this.isInitialized=!![],await this.commands.checkout.updateTips(10)}catch(o){this.logger.error("Default tip initialization failed during fallback",o),this.isInitialized=![]}}template(){const e=[],n=this.getFulfillmentTipInfoArray();if(0===n.length)return e;n.length>0&&this.initializeDefaultTip();const i=document.createElement("section");i.classList.add("checkout-tip-container");const o=document.createElement("h3");o.classList.add("checkout-sub-header"),o.textContent="Add a tip",i.appendChild(o);const r=document.createElement("div");r.classList.add("checkout-tip-config-container");const s=this.createTipSelectionButtons();r.appendChild(s),i.appendChild(r);const a=document.createElement("p");a.classList.add("checkout-tip-disclaimer"),a.textContent="Tips will be split proportionally between retailers.",i.appendChild(a);const c=this.createTipDistribution();return e.push(i,c),e}}class CheckoutPcGcComponent extends BaseComponent{get hostClasses(){return["checkout-sections-container"]}constructor(){super({watchOnlyStorePaths:["checkout.loading","checkout.giftCardError","checkout.promoCodeError","checkout.giftCards"]}),this.appliedGiftCardsContainer=null}onStoreWatch(e){var n,i;const o=e.find(e=>"checkout.giftCardError"===e.path),r=e.find(e=>"checkout.promoCodeError"===e.path),s=e.find(e=>"checkout.giftCards"===e.path);if(s&&this.updateAppliedGiftCards(s.value),o){const e=this.container.querySelector(".input-gift-card-container");if(e){const i=e.nextElementSibling;if((null===(n=null==i?void 0:i.classList)||void 0===n?void 0:n.contains("error-banner-checkout"))&&(null==i?void 0:i.remove()),o.value){const n=this.createErrorElement(o.value);e.after(n)}const r=e.querySelector(".apply-button");r&&(r.disabled=Boolean(o.value))}}if(r){const e=this.container.querySelector(".input-promo-code-container");if(e){const n=e.nextElementSibling;if((null===(i=null==n?void 0:n.classList)||void 0===i?void 0:i.contains("error-banner-checkout"))&&(null==n?void 0:n.remove()),r.value){const n=this.createErrorElement(r.value);e.after(n)}const o=e.querySelector(".apply-button");o&&(o.disabled=Boolean(r.value))}}}updateAppliedGiftCards(e){const n=e&&e.length>0;if(!n)return this.appliedGiftCardsContainer&&(this.appliedGiftCardsContainer.remove(),this.appliedGiftCardsContainer=null),void 0;this.appliedGiftCardsContainer||(this.appliedGiftCardsContainer=document.createElement("div"),this.appliedGiftCardsContainer.classList.add("checkout-pc-gc-sub-container"),this.container.appendChild(this.appliedGiftCardsContainer)),this.appliedGiftCardsContainer.innerHTML="",e.forEach(e=>{const n=this.createAppliedGiftCardElement(e);this.appliedGiftCardsContainer.appendChild(n)})}createAppliedGiftCardElement(e){const n=document.createElement("div");n.classList.add("checkout-pc-gc-applied"),n.setAttribute("data-gift-card-code",e.code);const i=document.createElement("span");i.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")",n.appendChild(i);const o=document.createElement("button");return o.type="button",o.textContent="Remove",o.addEventListener("click",async()=>{await this.commands.checkout.removeGiftCard(e.code)}),n.appendChild(o),n}pcInputContainer(){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_PROMO_CODE,classList:["input-promo-code-container"]});return e}gcInputContainer(){const e=ComponentFactoryService.createElement({type:o.CHECKOUT_GIFT_CARDS});return e}inputContainer(){var e;const n=this.getConfigs("checkout"),i=this.getConfigs("global"),o=n.layout.allowGiftCards,r=null===(e=null==i?void 0:i.layout)||void 0===e?void 0:e.allowPromoCodes,s=document.createElement("div");s.classList.add("checkout-pc-gc-sub-container");const a=this.pcInputContainer(),c=this.gcInputContainer();r&&s.appendChild(a);const l=this.getStoreValue("checkout.promoCodeError");if(l){const e=this.createErrorElement(l);e.classList.add("promo-code-error-wrapper"),s.appendChild(e)}o&&s.appendChild(c);const u=this.getStoreValue("checkout.giftCardError");if(u){const e=this.createErrorElement(u);s.appendChild(e)}return s}createErrorElement(e){const n=document.createElement("div");n.classList.add("error-banner-checkout");const i=document.createElement("div");i.innerHTML=ErrorInfoIcon({});const o=document.createElement("p");return o.textContent=e.toString(),n.appendChild(i),n.appendChild(o),setTimeout(async()=>{await this.commands.checkout.clearPromoCodeError(),await this.commands.checkout.clearGiftCardError(),n.remove()},3e3),n}template(){const e=this.getStoreValue("checkout.giftCards");this.appliedGiftCardsContainer=null;const n=[];return n.push(this.inputContainer()),e&&e.length>0&&(this.appliedGiftCardsContainer=document.createElement("div"),this.appliedGiftCardsContainer.classList.add("checkout-pc-gc-sub-container"),e.forEach(e=>{const n=this.createAppliedGiftCardElement(e);this.appliedGiftCardsContainer.appendChild(n)}),n.push(this.appliedGiftCardsContainer)),n}disconnected(){this.appliedGiftCardsContainer=null}}function renderPopupRetailerCard({fulfillment:e,selectedFulfillmentType:n,isSelected:i,fulfillmentStatus:o,selectedSizeAttributes:s}){var a,c,l,u,h;let m=0;const f=null==s?void 0:s.presale,g=(null==f?void 0:f.isActive)&&(null==f?void 0:f.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(f.estimatedShipBy):"",v=n===r.SHIPPING,y=n===r.ON_DEMAND;v&&(m=(null===(c=null===(a=null==e?void 0:e.fees)||void 0===a?void 0:a.individual)||void 0===c?void 0:c.fee)||0),y&&(m=(null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.fee)||0);const b=fulfillmentAddress(e.retailerAddress,n);let x=null;n===r.ON_DEMAND&&o.openTime&&(null==o?void 0:o.closeTime)&&(x=o.isOpen?"Closes at "+format24TimeTo12$1(null==o?void 0:o.closeTime):"Opens at "+format24TimeTo12$1(null==o?void 0:o.openTime));const w=n===r.ON_DEMAND&&o&&o.isClosed?"closed":"",C=document.createElement("div");C.className="popup-retailer-card "+(i?"selected":"")+" "+w,C.setAttribute("data-fulfillment-id",e.fulfillmentId),C.setAttribute("role","button"),C.setAttribute("tabindex","0"),C.setAttribute("aria-pressed",i?"true":"false");const k=n===r.SHIPPING?"Shipping":"Same-day delivery";C.setAttribute("aria-label",k+" from "+e.retailerName+", "+formatCentToDollarText(null!==(u=e.price)&&void 0!==u?u:0));const S=document.createElement("div");S.className="row";const E=document.createElement("span");E.className="name",E.textContent=e.retailerName,S.appendChild(E);const _=document.createElement("span");_.className="price",_.textContent=formatCentToDollarText(null!==(h=e.price)&&void 0!==h?h:0),S.appendChild(_),C.appendChild(S);const P=document.createElement("div");P.className="row";const T=document.createElement("span");T.className="expectation",T.textContent=o.isClosed?x:(null==f?void 0:f.isActive)?g:(null==e?void 0:e.expectation.detail)||"No expectation available",P.appendChild(T);const D=document.createElement("span");if(D.className="fee",D.textContent=m>0?formatCentToDollarText(m):"Free Delivery",P.appendChild(D),C.appendChild(P),y){const e=document.createElement("div");e.className="row";const n=document.createElement("span");n.className="address",n.textContent=b,e.appendChild(n),C.appendChild(e)}return C}function renderFulfillmentTabsContainer({shippingFulfillments:e,onDemandFulfillments:n,shippingSelected:i,onDemandSelected:o,onTabClick:s,enableShippingFulfillment:a,enableOnDemandFulfillment:c}){const l=n.length>0,u=document.createElement("div");if(u.className="fulfillment-tabs-container",u.setAttribute("role","tablist"),u.setAttribute("aria-label","Delivery method options"),a){const n=document.createElement("div");n.className="fulfillment-tab "+(i?"selected":""),n.setAttribute("data-fulfillment-type",r.SHIPPING),n.setAttribute("role","tab"),n.setAttribute("tabindex","0"),n.setAttribute("aria-selected",i?"true":"false"),n.setAttribute("aria-label","Shipping, "+e.length+" options"),n.addEventListener("click",s),n.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),n.click())});const o=document.createElement("span");o.className="fulfillment-tab-label "+(i?"selected":""),o.textContent="Shipping ("+e.length+")",n.appendChild(o),u.appendChild(n)}if(c){const e=document.createElement("div");e.className="fulfillment-tab "+(o?"selected":"")+" "+(l?"":"disabled"),e.setAttribute("data-fulfillment-type",r.ON_DEMAND),e.setAttribute("role","tab"),e.setAttribute("tabindex","0"),e.setAttribute("aria-selected",o?"true":"false"),e.setAttribute("aria-label","Same-day delivery, "+n.length+" options"),l||e.setAttribute("aria-disabled","true"),e.addEventListener("click",s),e.addEventListener("keydown",n=>{"Enter"!==n.key&&" "!==n.key||(n.preventDefault(),e.click())});const i=document.createElement("span");i.className="fulfillment-tab-label "+(o?"selected":""),i.textContent="Same-Day Delivery ("+n.length+")",e.appendChild(i),u.appendChild(e)}return u}class ProductAddToCartSectionComponent extends BaseComponent{get hostClasses(){return["add-to-cart-container"]}get hostAttributes(){return{role:"region","aria-live":"polite","aria-atomic":"false","aria-label":"Add to cart section"}}constructor(){super({watchStorePaths:["products.{productId}.quantity","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability","cart.items","products.{productId}.updating"]})}getProductId(){return this.params.productId}getAvailableQuantity(){var e;const n=this.getProductId(),i=this.getStoreValue("products."+n);if(!i.selectedFulfillment||!i.selectedSizeId)return 0;const o=i.selectedFulfillment.partNumber,r=i.selectedFulfillment.fulfillmentId,s=null===(e=i.sizes[i.selectedSizeId].attributes)||void 0===e?void 0:e.maxQuantityPerOrder;if(!s)return 0;const a=this.getStoreValue("cart.items")||{},c=Object.values(a).filter(e=>e.partNumber===o&&e.fulfillmentId===r),l=c.reduce((e,n)=>e+n.quantity,0);return s-l}isFulfillmentClosed(){const e=this.getProductId(),n=this.getStoreValue("products."+e);if(!n.selectedFulfillment)return![];const i=getRetailerOffHours(n.selectedFulfillment);return n.selectedFulfillmentType===r.ON_DEMAND&&i&&i.isClosed}isButtonLoading(){const e=this.getProductId();return this.getStoreValue("products."+e+".updating")}calculateQuantityLimits(){const{quantity:e}=this.calculateTotalPrice(),n=this.getAvailableQuantity(),i=e<n;return{currentQuantity:e,availableQuantity:n,canIncrease:i,canDecrease:e>1}}async handleAddToCart(){var e,n,i;const o=this.getProductId(),r=this.getStoreValue("products."+o);if(!r.selectedFulfillment)return this.logger.error("Product add to cart failed: No fulfillment option selected",{productId:o,selectedSizeId:r.selectedSizeId}),void 0;const s=this.getSizeAttributes(),a=(null===(e=null==s?void 0:s.presale)||void 0===e?void 0:e.isActive)===!![],c=this.isPresaleActive(s);a&&c?await this.commands.product.addPresaleToCart(o,{upc:r.sizes[r.selectedSizeId].upc,fulfillmentId:r.selectedFulfillment.fulfillmentId,partNumber:null===(n=r.selectedFulfillment)||void 0===n?void 0:n.partNumber,quantity:r.quantity,identifier:o}):await this.commands.product.addToCart(o,{upc:r.sizes[r.selectedSizeId].upc,fulfillmentId:r.selectedFulfillment.fulfillmentId,partNumber:null===(i=r.selectedFulfillment)||void 0===i?void 0:i.partNumber,quantity:r.quantity,identifier:o})}async handleQuantityChange(e){const n=this.getProductId();await this.commands.product.updateQuantity(n,e)}calculateTotalPrice(){const e=this.getProductId(),n=this.getStoreValue("products."+e),i=n.selectedFulfillment,o=i.price*n.quantity;return{quantity:n.quantity,totalPrice:o}}createQuantityContainer(e){const n=this.calculateQuantityLimits(),i=document.createElement("div");return i.className="quantity-container "+e,this.qtyDecreaseButton=document.createElement("button"),this.qtyDecreaseButton.type="button",this.qtyDecreaseButton.className="quantity-decrease",this.qtyDecreaseButton.textContent="−",this.qtyDecreaseButton.disabled=!n.canDecrease,this.qtyDecreaseButton.setAttribute("aria-label","Decrease quantity"),this.qtyDecreaseButton.setAttribute("aria-disabled",(!n.canDecrease).toString()),n.canDecrease||(this.qtyDecreaseButton.disabled=!![],this.qtyDecreaseButton.classList.add("disabled")),this.qtyDecreaseButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleQuantityChange(-1)}),this.quantityText=document.createElement("span"),this.quantityText.className="product-count",this.quantityText.textContent=n.currentQuantity.toString(),this.quantityText.setAttribute("role","status"),this.quantityText.setAttribute("aria-label","Current quantity: "+n.currentQuantity),this.qtyIncreaseButton=document.createElement("button"),this.qtyIncreaseButton.type="button",this.qtyIncreaseButton.className="quantity-increase",this.qtyIncreaseButton.textContent="+",this.qtyIncreaseButton.disabled=!n.canIncrease,this.qtyIncreaseButton.setAttribute("aria-label","Increase quantity"),this.qtyIncreaseButton.setAttribute("aria-disabled",(!n.canIncrease).toString()),n.canIncrease||(this.qtyIncreaseButton.disabled=!![],this.qtyIncreaseButton.classList.add("disabled")),this.qtyIncreaseButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleQuantityChange(1)}),i.appendChild(this.qtyDecreaseButton),i.appendChild(this.quantityText),i.appendChild(this.qtyIncreaseButton),i}getSizeAttributes(){const e=this.getProductId(),n=this.getStoreValue("products."+e+".selectedSizeId"),i=this.getStoreValue("products."+e+".sizes."+n);return(null==i?void 0:i.attributes)||{}}isPresaleActive(e){const n=null==e?void 0:e.presale;if(!n)return![];if(!n.isActive)return![];if(n.canPurchaseOn){const e=new Date(n.canPurchaseOn),i=new Date;if(i.getTime()<e.getTime())return![]}return!![]}createAddToCartButton(){var e;const{totalPrice:n}=this.calculateTotalPrice(),i=this.getSizeAttributes(),o=this.calculateQuantityLimits(),r=(null===(e=null==i?void 0:i.presale)||void 0===e?void 0:e.isActive)===!![],s=this.isPresaleActive(i),a=r?this.config.layout.preSaleButtonText:this.config.layout.addToCartButtonText;this.addToCartButton=document.createElement("button"),this.addToCartButton.type="button",this.addToCartButton.className="add-to-cart-button",this.addToCartButton.textContent=this.config.layout.addToCartButtonShowTotalPrice?a+" - "+formatCentToDollarText(n):a;const c=r&&!s||0===o.availableQuantity||this.isFulfillmentClosed(),l=this.isButtonLoading(),u=this.config.layout.addToCartButtonShowTotalPrice?a+" for "+formatCentToDollarText(n):a;return this.addToCartButton.setAttribute("aria-label",u),this.addToCartButton.setAttribute("aria-busy",l.toString()),this.addToCartButton.setAttribute("aria-disabled",c.toString()),c&&(this.addToCartButton.disabled=!![],this.addToCartButton.classList.add("disabled")),l&&(this.addToCartButton.disabled=!![],this.addToCartButton.classList.add("loading")),this.addToCartButton.addEventListener("click",async e=>{if(e.preventDefault(),this.clientConfig.isBuilder())return this.logger.info("Product Add To Cart Button Is Disabled In Builder Mode"),void 0;await this.handleAddToCart()}),this.addToCartButton}template(){const e=this.getProductId(),n=this.getStoreValue("products."+e+".fulfillmentHasAvailability"),i=this.getConfigs("configurations");if(!n||!i.isElementsEnabled)return[];const o=[],r=this.config.layout.showQuantityCounter;if(r){const e=this.config.layout.quantityCounterStyle,n=this.createQuantityContainer(e);o.push(n)}const s=this.createAddToCartButton();return o.push(s),o}}class ProductDescriptionComponent extends BaseComponent{constructor(){super(...arguments),this.isCollapsed=!![]}get hostClasses(){return["product-description"]}template(){const e=this.params.productId,n=this.getStoreValue("products."+e+".description"),i=this.getStoreValue("products."+e+".htmlDescription"),o="About this product:",r="See More",s="See Less",a=document.createElement("h3");a.className="title",a.textContent=o;const c=document.createElement("div");c.className="content collapsed",c.innerHTML=""===(null==i?void 0:i.trim())?n:sanitizeHTML(i);const l=document.createElement("span");l.className="collapse-button",l.textContent=r,l.setAttribute("role","button"),l.setAttribute("tabindex","0"),l.setAttribute("aria-label","Show more product information"),l.setAttribute("aria-expanded","false");const toggleContent=()=>{this.isCollapsed=!this.isCollapsed,c.classList.toggle("collapsed"),l.textContent=this.isCollapsed?r:s,l.setAttribute("aria-label",this.isCollapsed?"Show more product information":"Show less product information"),l.setAttribute("aria-expanded",this.isCollapsed?"false":"true")};return l.addEventListener("click",toggleContent),l.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),toggleContent())}),[a,c,l]}}class ProductDrawerComponent extends BaseComponent{get hostClasses(){return["product-drawer-container"]}constructor(){super({watchStorePaths:["products.{productId}.drawer"]}),this.isOpen=![],this.contentContainer=null,this.currentContentType=null}getProductId(){return this.params.productId}onStoreChanged(e){var n;const i=e.find(e=>e.path==="products."+this.getProductId()+".drawer");if(!i)return![];const o=i.value,r=o.isOpen,s=null===(n=o.contentConfig)||void 0===n?void 0:n.type,a=s!==this.currentContentType;return r&&!this.isOpen?(this.currentContentType=s,this.openWithContent(o),![]):r&&this.isOpen&&!a?![]:r&&this.isOpen&&a?(this.currentContentType=s,this.openWithContent(o),![]):!r&&this.isOpen?(this.close(),this.currentContentType=null,![]):![]}openWithContent({contentConfig:e}){const n=this.getProductId();try{if(this.contentContainer&&(this.contentContainer.innerHTML=""),!e)return this.logger.warn("Product drawer opening attempted without content configuration",{productId:n}),void 0;const{type:i,data:o}=e||{},r=ComponentFactoryService.createElement({type:i,...o});this.contentContainer&&this.contentContainer.appendChild(r),this.open()}catch(i){this.logger.error("Failed to open product drawer",i),this.commands.product.closeProductDrawer(n)}}open(){this.isOpen=!![],this.updateDrawerState()}close(){this.isOpen=![],this.updateDrawerState()}updateDrawerState(){this.isOpen&&this.container.classList.add("open"),this.isOpen||this.container.classList.remove("open")}template(){const e=document.createElement("div");return e.classList.add("product-drawer-content"),this.contentContainer=e,e}}class ProductImageCarouselComponent extends BaseComponent{get hostClasses(){const e=this.config.layout.fulfillmentDisplay;return["product-image-carousel",e]}constructor(){super({watchOnlyStorePaths:["products.{productId}.mainImage"]}),this.mainImageElement=null,this.galleryViewport=null,this.galleryContainer=null,this.thumbnails=[],this.currentImageIndex=0,this.isDragging=![],this.hasMoved=![],this.startX=0,this.currentTranslateX=0,this.translateX=0}afterRender(){this.cacheElements(),this.setupEventListeners(),this.scrollToIndex(0)}onStoreWatch(e){const n=this.params.productId,i=e.find(e=>e.path==="products."+n+".mainImage");if(null==i?void 0:i.value){const e=this.params.images.indexOf(null==i?void 0:i.value);-1!==e?this.selectImage(e):this.mainImageElement&&(this.mainImageElement.style="--bg-image: url('"+i.value+"')")}}cacheElements(){this.galleryViewport=this.container.querySelector(".gallery-viewport"),this.galleryContainer=this.container.querySelector(".gallery-container"),this.thumbnails=Array.from(this.container.querySelectorAll(".gallery-image-wrapper"))}setupEventListeners(){for(let n=0;n<this.thumbnails.length;n++){const e=this.thumbnails[n];e.addEventListener("click",()=>{this.hasMoved||this.selectImage(n)})}const e=this.container.querySelectorAll(".carousel-dot");for(let n=0;n<e.length;n++){const i=e[n];i.addEventListener("click",()=>this.selectImage(n))}this.setupMainImageSwipe(),this.galleryContainer&&this.setupGalleryDrag()}selectImage(e){var n,i;if(e<0||e>=this.params.images.length)return;this.mainImageElement&&(this.mainImageElement.style="--bg-image: url('"+this.params.images[e]+"')",this.mainImageElement.title="Product image "+(e+1)),null===(n=this.thumbnails[this.currentImageIndex])||void 0===n||n.classList.remove("selected"),null===(i=this.thumbnails[e])||void 0===i||i.classList.add("selected");const o=this.container.querySelectorAll(".carousel-dot");for(let r=0;r<o.length;r++){const n=o[r];n.classList.toggle("active",r===e)}this.currentImageIndex=e,this.galleryViewport&&this.scrollToIndex(e)}scrollToIndex(e){if(!this.galleryViewport||!this.thumbnails[e])return;const n=this.thumbnails[e],i=this.galleryViewport.offsetWidth,o=n.offsetLeft+n.offsetWidth/2,r=i/2,s=r-o,a=0,c=-(this.galleryContainer.scrollWidth-i);this.translateX=Math.max(c,Math.min(a,s)),this.updateTransform(!![])}setupMainImageSwipe(){var e,n;let i=0,o=0;null===(e=this.mainImageElement)||void 0===e?void 0:e.addEventListener("touchstart",e=>{i=e.touches[0].clientX,o=e.touches[0].clientY},{passive:!![]}),null===(n=this.mainImageElement)||void 0===n||n.addEventListener("touchend",e=>{const n=e.changedTouches[0].clientX-i,r=e.changedTouches[0].clientY-o;Math.abs(n)>Math.abs(r)&&Math.abs(n)>50&&(n>0?this.previousImage():this.nextImage())},{passive:!![]})}setupGalleryDrag(){if(this.galleryContainer){this.galleryContainer.addEventListener("mousedown",this.handleDragStart.bind(this)),window.addEventListener("mousemove",this.handleDragMove.bind(this)),window.addEventListener("mouseup",this.handleDragEnd.bind(this)),this.galleryContainer.addEventListener("touchstart",this.handleDragStart.bind(this),{passive:!![]}),window.addEventListener("touchmove",this.handleDragMove.bind(this),{passive:![]}),window.addEventListener("touchend",this.handleDragEnd.bind(this));for(const e of this.galleryContainer.querySelectorAll("img"))e.addEventListener("dragstart",e=>e.preventDefault())}}handleDragStart(e){this.isDragging=!![],this.hasMoved=![],this.startX="touches"in e?e.touches[0].clientX:e.clientX,this.currentTranslateX=this.translateX,this.galleryContainer&&(this.galleryContainer.style.cursor="grabbing")}handleDragMove(e){if(!this.isDragging||!this.galleryViewport)return;"touchmove"===e.type&&e.preventDefault();const n="touches"in e?e.touches[0].clientX:e.clientX,i=n-this.startX;Math.abs(i)>5&&(this.hasMoved=!![]);const o=this.currentTranslateX+i,r=0,s=-(this.galleryContainer.scrollWidth-this.galleryViewport.offsetWidth);this.translateX=Math.max(s,Math.min(r,o)),this.updateTransform(![])}handleDragEnd(){this.isDragging=![],this.galleryContainer&&(this.galleryContainer.style.cursor=""),setTimeout(()=>{this.hasMoved=![]},10)}updateTransform(e){this.galleryContainer&&(this.galleryContainer.style.transition=e?"transform 0.3s ease":"none",this.galleryContainer.style.transform="translate3d("+this.translateX+"px, 0, 0)")}nextImage(){this.selectImage((this.currentImageIndex+1)%this.params.images.length)}previousImage(){this.selectImage(0===this.currentImageIndex?this.params.images.length-1:this.currentImageIndex-1)}template(){const e=[],n=this.params.images.length>1,i=document.createElement("div");if(i.className="main-image",i.title="Product main image",i.style="--bg-image: url('"+(this.params.mainImage||this.params.images[0])+"')",n){const e=document.createElement("div");e.className="carousel-dots";for(let n=0;n<this.params.images.length;n++){const i=document.createElement("button");i.type="button",i.className="carousel-dot "+(0===n?"active":""),i.setAttribute("data-index",n.toString()),e.appendChild(i)}i.appendChild(e)}this.mainImageElement=i,e.push(i);const o=document.createElement("div");o.className="gallery-viewport";const r=document.createElement("div");r.className="gallery-container";for(let s=0;s<this.params.images.length;s++){const e=this.params.images[s],n=document.createElement("div");n.className="gallery-image-wrapper "+(0===s?"selected":"");const i=document.createElement("img");i.src=e,i.className="gallery-image",i.alt="Product thumbnail "+(s+1),i.loading="lazy",n.appendChild(i),r.appendChild(n)}return o.appendChild(r),e.push(o),e}}class ProductInteractionsComponent extends BaseComponent{get hostClasses(){return["product-interactions"]}constructor(){super({watchOnlyStorePaths:["products.{productId}.selectedFulfillmentType"]}),this.addPersonalizationSpan=null}onStoreWatch(e){var n,i,o,s;const a=this.getProductId();if(!e.some(e=>e.path==="products."+a+".selectedFulfillmentType"))return;const c=this.getStoreValue("products."+a),l=c.sizes[c.selectedSizeId],u=this.getConfigs("global");this.addPersonalizationSpan&&(c.selectedFulfillmentType===r.SHIPPING&&u.layout.enablePersonalization&&c.productHasAvailability&&(null===(i=null===(n=null==l?void 0:l.attributes)||void 0===n?void 0:n.engraving)||void 0===i?void 0:i.status)===!![]&&(null===(o=null==c?void 0:c.selectedFulfillment)||void 0===o?void 0:o.isVariantEngravable)===!![]&&(null===(s=null==c?void 0:c.selectedFulfillment)||void 0===s?void 0:s.canEngrave)===!![]?this.addPersonalizationSpan.style.display="inline":this.addPersonalizationSpan.style.display="none")}getProductId(){return this.params.productId}afterRender(){this.setupSizeButtonsEventListener()}setupSizeButtonsEventListener(){const e=this.getProductId(),n=this.container.querySelectorAll("[select-size]");for(const i of n){const o=i.textContent||"",r=i.classList.contains("selected");i.setAttribute("role","button"),i.setAttribute("tabindex","0"),i.setAttribute("aria-label","Select "+o),i.setAttribute("aria-pressed",r?"true":"false"),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),i.click())}),i.addEventListener("click",async()=>{var o,r,s,a;const c=i.dataset.sizeId;if(!c)return this.logger.warn("Product size selection failed: Size ID not found in button element",{productId:e,buttonElement:i.outerHTML.substring(0,100)}),void 0;await this.commands.product.selectSize(e,c);for(const e of n)e.classList.remove("selected"),e.setAttribute("aria-pressed","false");i.classList.add("selected"),i.setAttribute("aria-pressed","true");const l=this.getStoreValue("products."+e),u=l.sizes[c],h=this.getConfigs("global");this.addPersonalizationSpan&&(h.layout.enablePersonalization&&(null===(r=null===(o=null==u?void 0:u.attributes)||void 0===o?void 0:o.engraving)||void 0===r?void 0:r.status)===!![]&&l.productHasAvailability&&(null===(s=l.selectedFulfillment)||void 0===s?void 0:s.isVariantEngravable)===!![]&&(null===(a=l.selectedFulfillment)||void 0===a?void 0:a.canEngrave)===!![]?this.addPersonalizationSpan.style.display="inline":this.addPersonalizationSpan.style.display="none")})}}renderProductSizes(e,n){const i=document.createElement("div");i.className="size-container";const o=document.createElement("h3");o.className="size-label",o.textContent="Size",o.id="size-label",i.appendChild(o);const r=document.createElement("div");r.className="size-buttons-container",r.setAttribute("role","group"),r.setAttribute("aria-labelledby","size-label");for(const s of Object.values(n)){const n=document.createElement("span");n.setAttribute("data-size-id",s.id),n.setAttribute("select-size",""),n.className="size-button "+(s.id===e?"selected":"");const i=s.packDesc?" ("+s.packDesc+")":"";n.textContent=""+s.size+i,r.appendChild(n)}return i.appendChild(r),i}hasIndependentAddressComponent(){var e;return(null===(e=null===document||void 0===document?void 0:document.querySelectorAll("lce-element[address]"))||void 0===e?void 0:e.length)>0}template(){var e,n,i,r;const s=this.getProductId(),a=this.getStoreValue("products."+s),c=a.sizes[a.selectedSizeId],l=this.getConfigs("global"),u=[],h=document.createElement("div");h.className="price-personalization-container";const m=ComponentFactoryService.createElement({type:o.PRODUCT_PRICE,productId:s});if(h.appendChild(m),l.layout.enablePersonalization&&a.productHasAvailability&&(null===(n=null===(e=null==c?void 0:c.attributes)||void 0===e?void 0:e.engraving)||void 0===n?void 0:n.status)===!![]&&(null===(i=null==a?void 0:a.selectedFulfillment)||void 0===i?void 0:i.canEngrave)===!![]&&(null===(r=null==a?void 0:a.selectedFulfillment)||void 0===r?void 0:r.isVariantEngravable)===!![]){this.addPersonalizationSpan=document.createElement("span"),this.addPersonalizationSpan.className="add-personalization-span",this.addPersonalizationSpan.textContent="Personalize Your Bottle",this.addPersonalizationSpan.setAttribute("role","button"),this.addPersonalizationSpan.setAttribute("tabindex","0"),this.addPersonalizationSpan.setAttribute("aria-label","Personalize Your Bottle");const addPersonalization=async()=>{var e,n,i,r,c,l,u,h;const m=a.sizes[a.selectedSizeId];await this.commands.product.openProductDrawer(s,o.ENGRAVING_FORM,{identifier:s,context:"product",lines:[],maxLines:(null===(n=null===(e=m.attributes)||void 0===e?void 0:e.engraving)||void 0===n?void 0:n.maxLines)||1,maxCharsPerLine:(null===(r=null===(i=m.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.maxCharsPerLine)||16,fee:(null===(l=null===(c=m.attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.fee)||0,location:null===(h=null===(u=m.attributes)||void 0===u?void 0:u.engraving)||void 0===h?void 0:h.location})};this.addPersonalizationSpan.addEventListener("click",async()=>{await addPersonalization()}),this.addPersonalizationSpan.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await addPersonalization())}),h.appendChild(this.addPersonalizationSpan)}u.push(h);const f=this.renderProductSizes(a.selectedSizeId,a.sizes);if(u.push(f),!this.hasIndependentAddressComponent()){const e=ComponentFactoryService.createElement({type:o.ADDRESS_DISPLAY,productId:s});u.push(e)}const g=ComponentFactoryService.createElement({type:o.PRODUCT_RETAILERS,productId:s});u.push(g);const v=ComponentFactoryService.createElement({type:o.PRODUCT_ADD_TO_CART_SECTION,productId:s});if(u.push(v),this.config.layout.showDescription){const e=ComponentFactoryService.createElement({type:o.PRODUCT_DESCRIPTION,productId:s});u.push(e)}return u}}class ProductLoadingComponent extends BaseComponent{template(){const e=Boolean(this.getStoreValue("address")),{showTitle:n,showDescription:i,showQuantityCounter:o,fulfillmentDisplay:r,showImages:s}=this.config.layout,a=document.createElement("div");a.classList.add("product-content-wrapper");const c=document.createElement("div");if(c.classList.add("skeleton-container"),n){const e=document.createElement("div");e.classList.add("wave","sc-title"),c.appendChild(e)}if(!e){const e=document.createElement("div");return e.classList.add("wave","sc-add-to-cart"),c.appendChild(e),c}const l=document.createElement("div");l.classList.add("wave","sc-price"),c.appendChild(l);const u=document.createElement("div");u.classList.add("sc-sizes");const h=document.createElement("div");h.classList.add("wave","sc-size-button"),u.appendChild(h);const m=document.createElement("div");m.classList.add("wave","sc-size-button"),u.appendChild(m);const f=document.createElement("div");f.classList.add("wave","sc-size-button"),u.appendChild(f);const g=document.createElement("div");g.classList.add("wave","sc-size-button"),u.appendChild(g);const v=document.createElement("div");v.classList.add("wave","sc-size-button"),u.appendChild(v),c.appendChild(u);const y=document.createElement("div");y.classList.add("sc-row");const b=document.createElement("div");b.classList.add("wave","sc-price"),y.appendChild(b);const x=document.createElement("div");x.classList.add("wave","sc-personalization"),y.appendChild(x),c.appendChild(y);const w=document.createElement("div");w.classList.add("wave","sc-deliver-to"),c.appendChild(w);const C=document.createElement("div");C.classList.add("wave","sc-address"),c.appendChild(C);const k=document.createElement("div");k.classList.add("wave","sc-retailers",r),c.appendChild(k);const S=document.createElement("div");if(S.classList.add("sc-row"),o){const e=document.createElement("div");e.classList.add("wave","sc-quantity"),S.appendChild(e)}const E=document.createElement("div");if(E.classList.add("wave","sc-add-to-cart"),S.appendChild(E),c.appendChild(S),i){const e=document.createElement("div");e.classList.add("wave","sc-description-title"),c.appendChild(e);const n=document.createElement("div");n.classList.add("wave","sc-description-line"),c.appendChild(n);const i=document.createElement("div");i.classList.add("wave","sc-description-line"),c.appendChild(i);const o=document.createElement("div");o.classList.add("wave","sc-description-line"),c.appendChild(o);const r=document.createElement("div");r.classList.add("wave","sc-description-more"),c.appendChild(r)}const _=document.createElement("div");if(_.classList.add("product-content"),_.appendChild(c),a.appendChild(_),s){a.classList.add("has-images");const e=this.createImageSkeletons();a.prepend(e)}return a}createImageSkeletons(){const e=document.createElement("div");e.classList.add("product-image-carousel","skeleton");const n=document.createElement("div");n.classList.add("wave","sc-main-image"),n.title="Product main image loading";const i=document.createElement("div");i.classList.add("carousel-dots");for(let s=0;s<3;s++){const e=document.createElement("div");e.classList.add("wave","sc-carousel-dot"),i.appendChild(e)}n.appendChild(i),e.appendChild(n);const o=document.createElement("div");o.classList.add("gallery-viewport");const r=document.createElement("div");r.classList.add("gallery-container");for(let s=0;s<4;s++){const e=document.createElement("div");e.classList.add("gallery-image-wrapper");const n=document.createElement("div");n.classList.add("wave","sc-gallery-thumbnail"),e.appendChild(n),r.appendChild(e)}return o.appendChild(r),e.appendChild(o),e}}class ProductOptionsComponent extends BaseComponent{get hostClasses(){return["product-options"]}constructor(){super({watchStorePaths:["address"],watchOnlyStorePaths:["products.{productId}.drawer.isOpen"]})}getProductId(){return this.params.productId}onStoreWatch(e){const n=this.getProductId(),i=e.find(e=>e.path==="products."+n+".drawer.isOpen");if(i){const e=i.value===!![];e&&this.addHostClasses("hide-content"),e||this.removeHostClasses("hide-content")}}template(){const e=this.getProductId(),n=this.getStoreValue("address.formattedAddress");if(n)return ComponentFactoryService.createElement({type:o.PRODUCT_INTERACTIONS,productId:this.getProductId()});const i=document.createElement("button");return i.type="button",i.className="product-options-open-address-button",i.textContent=this.config.layout.buyNowButtonText,i.addEventListener("click",async()=>{this.clientConfig.isMobile()&&this.commands.ui.openDrawer(o.ADDRESS_INPUT,{productId:e}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(e,o.ADDRESS_INPUT,{productId:e})}),i}}class ProductPriceComponent extends BaseComponent{get hostClasses(){return["main-product-price"]}get hostAttributes(){return{role:"status","aria-live":"polite","aria-atomic":"true","aria-label":"Product price"}}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.selectedFulfillmentId","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}template(){var e;const n=this.getProductId(),i=this.getStoreValue("products."+n);let o=(null===(e=i.priceInfo)||void 0===e?void 0:e.avg)||0;return i.selectedFulfillment&&(o=i.selectedFulfillment.price),formatCentToDollarText(o)}}class ProductRetailersComponent extends BaseComponent{get hostClasses(){return["product-retailers"]}constructor(){super({watchStorePaths:["products.{productId}.productHasAvailability"]})}get hostAttributes(){return{role:"status","aria-live":"polite","aria-atomic":"true","aria-label":"Retailer information"}}getProductId(){return this.params.productId}template(){const e=this.getProductId(),n=this.getStoreValue("products."+e),i=this.getConfigs("product"),r=[],s=this.getConfigs("configurations");if(!n.productHasAvailability||!s.isElementsEnabled){const e=document.createElement("p");return e.className="product-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),r.push(e),r}const a="carousel"===i.layout.fulfillmentDisplay?o.PRODUCT_RETAILERS_CAROUSEL:o.PRODUCT_RETAILERS_POPUP,c=ComponentFactoryService.createElement({type:a,productId:e});return r.push(c),r}}class ProductRetailersCarouselComponent extends BaseComponent{get hostClasses(){return["retailers-container","carousel"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.fulfillmentHasAvailability"],watchOnlyStorePaths:["products.{productId}.selectedFulfillmentId"]}),this.listViewport=null,this.listContainer=null,this.retailerCards=[],this.isDragging=![],this.hasMoved=![],this.startX=0,this.currentTranslateX=0,this.translateX=0}afterRender(){this.cacheElements(),this.setupDrag();const e=this.retailerCards.findIndex(e=>e.classList.contains("selected"));-1!==e&&this.scrollToIndex(e)}cacheElements(){this.retailerCards=Array.from(this.container.querySelectorAll(".carousel-retailer-card"))}getProductId(){return this.params.productId}onStoreWatch(e){const n=this.getProductId(),i=e.find(e=>e.path==="products."+n+".selectedFulfillmentId");(null==i?void 0:i.value)&&this.updateSelectedCard(i.value)}updateSelectedCard(e){for(const i of this.retailerCards)i.classList.remove("selected"),i.setAttribute("aria-pressed","false");const n=this.retailerCards.findIndex(n=>n.dataset.fulfillmentId===e);-1!==n&&(this.retailerCards[n].classList.add("selected"),this.retailerCards[n].setAttribute("aria-pressed","true"),this.scrollToIndex(n))}scrollToIndex(e){if(!this.listViewport||!this.retailerCards[e])return;const n=this.retailerCards[e],i=this.listViewport.offsetWidth,o=n.offsetLeft+n.offsetWidth/2,r=i/2,s=r-o,a=0,c=-(this.listContainer.scrollWidth-i);this.translateX=Math.max(c,Math.min(a,s)),this.updateTransform(!![])}setupDrag(){this.listContainer&&(this.listContainer.addEventListener("mousedown",this.handleDragStart.bind(this)),window.addEventListener("mousemove",this.handleDragMove.bind(this)),window.addEventListener("mouseup",this.handleDragEnd.bind(this)),this.listContainer.addEventListener("touchstart",this.handleDragStart.bind(this),{passive:!![]}),window.addEventListener("touchmove",this.handleDragMove.bind(this),{passive:![]}),window.addEventListener("touchend",this.handleDragEnd.bind(this)))}handleDragStart(e){this.isDragging=!![],this.hasMoved=![],this.startX="touches"in e?e.touches[0].clientX:e.clientX,this.currentTranslateX=this.translateX,this.listContainer&&(this.listContainer.style.cursor="grabbing")}handleDragMove(e){if(!this.isDragging||!this.listViewport)return;"touchmove"===e.type&&e.preventDefault();const n="touches"in e?e.touches[0].clientX:e.clientX,i=n-this.startX;Math.abs(i)>5&&(this.hasMoved=!![]);const o=this.currentTranslateX+i,r=0,s=-(this.listContainer.scrollWidth-this.listViewport.offsetWidth);this.translateX=Math.max(s,Math.min(r,o)),this.updateTransform(![])}handleDragEnd(){this.isDragging=![],this.listContainer&&(this.listContainer.style.cursor=""),setTimeout(()=>{this.hasMoved=![]},10)}updateTransform(e){this.listContainer&&(this.listContainer.style.transition=e?"transform 0.3s ease":"none",this.listContainer.style.transform="translate3d("+this.translateX+"px, 0, 0)")}async onFulfillmentTabClick(e){const n=this.getProductId(),i=e.currentTarget.dataset.fulfillmentType;if(!i)return this.logger.warn("Product fulfillment type selection failed: Type not found in target element",{productId:n,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;await this.commands.product.changeFulfillmentType(n,i)}async onRetailerCardClick(e){if(this.hasMoved)return;const n=this.getProductId(),i=e.currentTarget.dataset.fulfillmentId;if(!i)return this.logger.warn("Product retailer selection failed: Fulfillment ID not found in target element",{productId:n,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;const o=this.getStoreValue("products."+n+".selectedFulfillment");if(o&&o.fulfillmentId===i)return this.logger.debug("Product retailer selection skipped: Same fulfillment already selected",{productId:n,fulfillmentId:i}),void 0;await this.commands.product.selectFulfillment(n,i)}generateRetailerCard({fulfillment:e,selectedFulfillmentType:n,isSelected:i,fulfillmentStatus:o,selectedSizeAttributes:s}){var a,c,l,u,h;let m=0;const f=null==s?void 0:s.presale,g=(null==f?void 0:f.isActive)&&(null==f?void 0:f.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(f.estimatedShipBy):"",v=n===r.SHIPPING,y=n===r.ON_DEMAND;v&&(m=(null===(c=null===(a=null==e?void 0:e.fees)||void 0===a?void 0:a.individual)||void 0===c?void 0:c.fee)||0),y&&(m=(null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.fee)||0);const b=fulfillmentAddress(e.retailerAddress,n);let x=null;n===r.ON_DEMAND&&o.openTime&&(null==o?void 0:o.closeTime)&&(x=o.isOpen?"Closes at "+format24TimeTo12$1(null==o?void 0:o.closeTime):"Opens at "+format24TimeTo12$1(null==o?void 0:o.openTime));const w=n===r.ON_DEMAND&&o&&o.isClosed?"closed":"",C=document.createElement("div");C.className="carousel-retailer-card "+(i?"selected":"")+" "+w,C.setAttribute("data-fulfillment-id",e.fulfillmentId),C.setAttribute("role","button"),C.setAttribute("tabindex","0"),C.setAttribute("aria-pressed",i?"true":"false");const k=n===r.SHIPPING?"Shipping":"Same-day delivery";C.setAttribute("aria-label",k+" from "+e.retailerName+", "+formatCentToDollarText(null!==(u=e.price)&&void 0!==u?u:0));const S=document.createElement("div");S.className="retailer-header";const E=document.createElement("h3");if(E.className="name",E.textContent=e.retailerName,S.appendChild(E),y){const e=document.createElement("h3");e.className="address",e.textContent=b,S.appendChild(e)}const _=document.createElement("div");_.className="retailer-body";const P=document.createElement("span");P.className="product-price",P.textContent=formatCentToDollarText(null!==(h=e.price)&&void 0!==h?h:0);const T=document.createElement("span");T.className="shipping-price",T.textContent=m>0?"+ "+formatCentToDollarText(m):"FREE Delivery";const D=document.createElement("span");return D.className="expectation",D.textContent=o.isClosed?x:(null==f?void 0:f.isActive)?g:(null==e?void 0:e.expectation.detail)||"No expectation available",_.append(P,T,D),C.append(S,_),C}template(){const e=this.getProductId(),n=this.getStoreValue("products."+e),i=this.getStoreValue("products."+e+".sizes."+n.selectedSizeId),o=(null==i?void 0:i.attributes)||null,s=[];for(const r in i.shippingFulfillments)Object.prototype.hasOwnProperty.call(i.shippingFulfillments,r)&&s.push(i.shippingFulfillments[r]);const a=[];for(const r in i.onDemandFulfillments)Object.prototype.hasOwnProperty.call(i.onDemandFulfillments,r)&&a.push(i.onDemandFulfillments[r]);const c=n.selectedFulfillmentType===r.SHIPPING,l=n.selectedFulfillmentType===r.ON_DEMAND,u=c?s:a,h=renderFulfillmentTabsContainer({shippingFulfillments:s,onDemandFulfillments:a,shippingSelected:c,onDemandSelected:l,onTabClick:this.onFulfillmentTabClick.bind(this),enableShippingFulfillment:this.config.layout.enableShippingFulfillment,enableOnDemandFulfillment:this.config.layout.enableOnDemandFulfillment});if(!n.fulfillmentHasAvailability||0===u.length){const e=document.createElement("p");return e.className="product-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[h,e]}this.listViewport=document.createElement("div"),this.listViewport.className="carousel-fulfillment-list-viewport",this.listContainer=document.createElement("div"),this.listContainer.className="carousel-fulfillment-list-container";for(const m of u){const e=getRetailerOffHours(m),i=this.generateRetailerCard({fulfillment:m,selectedFulfillmentType:n.selectedFulfillmentType,isSelected:m.fulfillmentId===n.selectedFulfillmentId,fulfillmentStatus:e,selectedSizeAttributes:o}),s=n.selectedFulfillmentType===r.ON_DEMAND&&e&&e.isClosed;s?i.setAttribute("aria-disabled","true"):(i.addEventListener("click",this.onRetailerCardClick.bind(this)),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),i.click())})),this.listContainer.appendChild(i)}return this.listViewport.appendChild(this.listContainer),[h,this.listViewport]}}class ProductRetailersPopupComponent extends BaseComponent{get hostClasses(){return["retailers-container","popup"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}template(){const e=this.getProductId(),n=this.getStoreValue("products."+e),i=this.getStoreValue("products."+e+".sizes."+n.selectedSizeId),s=(null==i?void 0:i.attributes)||null,a=this.config.layout.enableShippingFulfillment,c=this.config.layout.enableOnDemandFulfillment,l=Object.values(i.shippingFulfillments),u=Object.values(i.onDemandFulfillments),h=(a?l.length:0)+(c?u.length:0),m=document.createElement("div");m.className="header";const f=document.createElement("span");f.className="header-label",f.textContent=n.selectedFulfillmentType===r.SHIPPING?"Shipping From:":"Delivering From:";const g=document.createElement("button");if(g.className="delivery-options",g.type="button",g.textContent="See Delivery Options ("+h+")",g.setAttribute("aria-label","View all "+h+" delivery options"),g.addEventListener("click",async()=>{0!==h&&(this.clientConfig.isMobile()&&this.commands.ui.openDrawer(o.PRODUCT_RETAILERS_POPUP_LIST,{productId:e}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(e,o.PRODUCT_RETAILERS_POPUP_LIST,{productId:e}))}),m.appendChild(f),m.appendChild(g),!n.fulfillmentHasAvailability){const e=document.createElement("p");return e.className="fulfillments-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[m,e]}const v=document.createElement("div");v.className="popup-fulfillment-list-container";const y=getRetailerOffHours(n.selectedFulfillment),b=renderPopupRetailerCard({fulfillment:n.selectedFulfillment,selectedFulfillmentType:n.selectedFulfillmentType,isSelected:![],fulfillmentStatus:y,selectedSizeAttributes:s});return v.appendChild(b),[m,v]}}class ProductRetailersPopupListComponent extends BaseComponent{get hostClasses(){return["retailers-popup-list-container"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}async onFulfillmentTabClick(e){const n=this.getProductId(),i=e.currentTarget.dataset.fulfillmentType;if(!i)return this.logger.warn("Product fulfillment type selection failed: Type not found in target element",{productId:n,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;await this.commands.product.changeFulfillmentType(n,i)}async onRetailerCardClick(e){const n=this.getProductId(),i=e.currentTarget.dataset.fulfillmentId;if(!i)return this.logger.warn("Product retailer selection failed: Fulfillment ID not found in target element",{productId:n,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;const G=async()=>{this.clientConfig.isMobile()||await this.commands.product.closeProductDrawer(n),this.clientConfig.isMobile()&&this.commands.ui.closeDrawer()},o=this.getStoreValue("products."+n+".selectedFulfillment");if(o&&o.fulfillmentId===i)return await G(),void 0;await this.commands.product.selectFulfillment(n,i),await G()}template(){const e=this.getProductId(),n=this.getStoreValue("products."+e),i=this.getStoreValue("products."+e+".sizes."+n.selectedSizeId),o=(null==i?void 0:i.attributes)||null,s=[];for(const r in i.shippingFulfillments)Object.prototype.hasOwnProperty.call(i.shippingFulfillments,r)&&s.push(i.shippingFulfillments[r]);const a=[];for(const r in i.onDemandFulfillments)Object.prototype.hasOwnProperty.call(i.onDemandFulfillments,r)&&a.push(i.onDemandFulfillments[r]);const c=n.selectedFulfillmentType===r.SHIPPING,l=n.selectedFulfillmentType===r.ON_DEMAND,u=c?s:a,h=document.createElement("h5");h.className="popup-retailers-section-title",h.textContent="Delivery Options";const m=renderFulfillmentTabsContainer({shippingFulfillments:s,onDemandFulfillments:a,shippingSelected:c,onDemandSelected:l,onTabClick:this.onFulfillmentTabClick.bind(this),enableShippingFulfillment:this.config.layout.enableShippingFulfillment,enableOnDemandFulfillment:this.config.layout.enableOnDemandFulfillment});if(!n.fulfillmentHasAvailability||0===u.length){const e=document.createElement("p");return e.className="fulfillments-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[h,m,e]}const f=document.createElement("div");f.className="popup-fulfillment-list-container";for(const r of u){const e=getRetailerOffHours(r),i=renderPopupRetailerCard({fulfillment:r,selectedFulfillmentType:n.selectedFulfillmentType,isSelected:r.fulfillmentId===n.selectedFulfillmentId,fulfillmentStatus:e,selectedSizeAttributes:o});i.addEventListener("click",this.onRetailerCardClick.bind(this)),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),i.click())}),f.appendChild(i)}return[h,m,f]}}class ProductComponent extends BaseComponent{constructor(){super({watchStorePaths:["products.{productId}.loading","products.{productId}.error"],watchOnlyStorePaths:["products.{productId}.drawer.isOpen","products.{productId}.rerender"]}),this.titleElement=null}getProductId(){return this.params.productId}onStoreWatch(e){const n=this.getProductId(),i=e.find(e=>e.path==="products."+n+".drawer.isOpen"),o=e.find(e=>e.path==="products."+n+".rerender");i&&this.titleElement&&this.titleElement.classList.toggle("hide",i.value),(null==o?void 0:o.value)===!![]&&this.rerender("ProductComponentRerender")}template(){var e;const n=this.getProductId(),i=this.getStoreValue("products."+n);if(i.error)return productionComponentError({title:"Product Unavailable",message:"We're sorry, this product is currently unavailable.",componentType:o.PRODUCT});if(i.loading)return ComponentFactoryService.createElement({type:o.PRODUCT_LOADING});const r=i.sizes[i.selectedSizeId],s=document.createElement("div");s.classList.add("product-content-wrapper"),s.setAttribute("role","region"),s.setAttribute("aria-label",""+i.name);const a=document.createElement("div");if(a.classList.add("product-content"),a.setAttribute("role","region"),a.setAttribute("aria-label",""+i.name),this.config.layout.showTitle){const e=document.createElement("h1");e.classList.add("product-title"),e.textContent=i.name,this.titleElement=e,a.appendChild(e)}const c=ComponentFactoryService.createElement({type:o.PRODUCT_OPTIONS,productId:n});a.appendChild(c);const l=ComponentFactoryService.createElement({type:o.PRODUCT_DRAWER,productId:n});if(a.appendChild(l),s.appendChild(a),!this.config.layout.showImages||!(null===(e=i.images)||void 0===e?void 0:e.length))return s;s.classList.add("has-images");const u=ComponentFactoryService.createElement({type:o.PRODUCT_IMAGE_CAROUSEL,images:i.images,mainImage:r.image,productId:n});return s.prepend(u),u.setAttribute("aria-label","Product images"),s}async disconnected(){const e=this.getProductId();e&&await this.commands.product.removeProduct(e)}}class ProductListCardComponent extends BaseComponent{get hostClasses(){return["product-list-card",this.params.variant,this.params.fillCard?"fill":""]}getAvailabilityData(){var e,n,i;const o=this.params.product,r=this.getStoreValue("address.address"),s={hasAvailability:![],upc:"",fulfillmentId:"",partNumber:"",quantity:1,state:(null==r?void 0:r.state)||"",isPresale:![],isPresaleActive:![]},a=o.sizes[0];if(!a)return s;const c=a.variants[0];if(!c)return s;s.upc=a.upc;const l=a.attributes||{};s.isPresale=(null===(e=l.presale)||void 0===e?void 0:e.isActive)===!![],s.isPresaleActive=this.isPresaleActive(l);for(const u of this.params.fulfillments){const e=c.fulfillments.some(e=>e===u.id);if(e){const e="shipping"===u.type&&(null===(n=c.fulfillmentTypes)||void 0===n?void 0:n.shipping)||"onDemand"===u.type&&(null===(i=c.fulfillmentTypes)||void 0===i?void 0:i.onDemand);if(e&&c.stock>0){s.hasAvailability=!![],s.fulfillmentId=u.id,s.partNumber=c.partNumber;break}}}return s}isPresaleActive(e){const n=null==e?void 0:e.presale;if(!n)return![];if(!n.isActive)return![];if(n.canPurchaseOn){const e=new Date(n.canPurchaseOn),i=new Date;if(i.getTime()<e.getTime())return![]}return!![]}async handleAddToCart(e){if(!e.hasAvailability)return;const n=this.params.product.salsifyGrouping||this.params.product.id||"";e.isPresale&&e.isPresaleActive?await this.commands.productList.addPresaleToCart({upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,identifier:n}):await this.commands.productList.addToCart({upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,identifier:n})}template(){var e,n,i,o;const r=this.params.product,s=r.sizes[0],a=s?s.image:r.images[0],c=r.name,l=s?s.size:null,u=null!==(i=null===(n=null===(e=null==s?void 0:s.variants)||void 0===e?void 0:e[0])||void 0===n?void 0:n.price)&&void 0!==i?i:(null===(o=r.priceInfo)||void 0===o?void 0:o.average)||0,h=this.getAvailabilityData();return this.createVariantStandard({image:a,name:c,size:l,price:u,availability:h})}generateProductUrl(){var e;if(!this.params.productUrl)return null;const n=this.params.product,i=null===(e=n.sizes)||void 0===e?void 0:e[0],o=this.params.productUrl;if(o.includes("{upc}")){const e=(null==i?void 0:i.upc)||"";return e?o.replace("{upc}",e):(this.logger.warn("Product URL template requires {upc} but product has no UPC"),null)}if(o.includes("{grouping}")){const e=n.salsifyGrouping||"";return e?o.replace("{grouping}",e):(this.logger.warn("Product URL template requires {grouping} but product has no salsifyGrouping"),null)}return null}createVariantStandard(e){const{image:n,name:i,size:o,price:r,availability:s}=e,a=[],c=this.generateProductUrl(),l=document.createElement("div");l.className="plc__image-content";const u=document.createElement("div");u.className="plc__image-wrapper";const h=document.createElement("img");if(h.className="plc__image",h.src=n,h.alt=i,h.loading="lazy",u.appendChild(h),l.appendChild(u),c){const e=document.createElement("a");e.href=c,e.className="plc__image-link",e.target="_blank",e.rel="noopener noreferrer",e.addEventListener("click",()=>{this.commands.productList.trackSelectItem(this.params.product)}),e.appendChild(l),a.push(e)}else a.push(l);const m=document.createElement("div");m.className="plc__content";const f=document.createElement("h3");if(f.className="plc__title",f.textContent=i,c){const e=document.createElement("a");e.href=c,e.className="plc__title-link",e.target="_blank",e.rel="noopener noreferrer",e.addEventListener("click",()=>{this.commands.productList.trackSelectItem(this.params.product)}),e.appendChild(f),m.appendChild(e)}else m.appendChild(f);const g=document.createElement("div");g.className="plc__size-price-wrapper";const v=document.createElement("div");v.className="plc__price",v.textContent=formatCentToDollarText(r),g.appendChild(v);const y=document.createElement("div");y.className="plc__size",y.textContent=o||"",g.appendChild(y),m.appendChild(g),a.push(m);const b=document.createElement("button");return b.type="button",b.className="plc__button",b.disabled=!s.hasAvailability,s.hasAvailability?b.textContent="Add to Cart":(b.textContent="Not Available In "+s.state.toUpperCase(),this.addHostClasses("not-available")),b.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleAddToCart(s)}),a.push(b),a}}class ProductListCardLoadingComponent extends BaseComponent{get hostClasses(){return["product-list-card-loading__container"]}createSkeletonCard(e){const n=document.createElement("div");n.classList.add("slc__card");const i=document.createElement("div");i.className="slc__image-content";const o=document.createElement("div");o.className="slc__image-wrapper";const r=document.createElement("div");r.classList.add("wave","slc__image"),o.appendChild(r),i.appendChild(o);const s=document.createElement("div");s.className="slc__content";const a=document.createElement("div");a.className="slc__title-container";const c=document.createElement("div");c.classList.add("wave","slc__title","slc__title-line-1"),a.appendChild(c);const l=document.createElement("div");l.classList.add("wave","slc__title","slc__title-line-2"),a.appendChild(l),s.appendChild(a);const u=document.createElement("div");u.className="slc__size-price-wrapper";const h=document.createElement("div");h.classList.add("wave","slc__price"),u.appendChild(h);const m=document.createElement("div");m.classList.add("wave","slc__size"),u.appendChild(m),s.appendChild(u);const f=document.createElement("div");return f.classList.add("wave","slc__button"),n.appendChild(i),n.appendChild(s),n.appendChild(f),n}template(){const e=[],n=100/this.params.columns;this.container.style.setProperty("--card-width",n+"%"),this.container.style.setProperty("--columns",""+this.params.columns);const i=this.params.rows*this.params.columns;for(let o=0;o<i;o++){const n=this.createSkeletonCard(o);e.push(n)}return e}}class ProductListFiltersComponent extends BaseComponent{get hostClasses(){return["product-list-filters-container"]}isSameDayDeliveryDisabled(){var e,n;return!(!(null===(e=this.params.currentFilters)||void 0===e?void 0:e.personalized)&&!(null===(n=this.params.currentFilters)||void 0===n?void 0:n.preOrder))}isPersonalizationDisabled(){var e;return"onDemand"===(null===(e=this.params.currentFilters)||void 0===e?void 0:e.deliveryOptions)}isPreOrderDisabled(){var e;return"onDemand"===(null===(e=this.params.currentFilters)||void 0===e?void 0:e.deliveryOptions)}template(){var e,n,i;const o=[],r=document.createElement("div");r.className="product-list-filters-header";const s=document.createElement("h3");if(s.className="product-list-filters-title",s.textContent="Filters",r.appendChild(s),o.push(r),this.params.enablePersonalized){const n=document.createElement("div");n.className="product-list-filters-personalized";const i=document.createElement("label");i.className="product-list-filters-personalized-label",i.setAttribute("for","personalized-switch"),i.textContent="Personalized Bottles",n.appendChild(i);const r=document.createElement("input");if(r.type="checkbox",r.id="personalized-switch",r.className="product-list-filters-personalized-switch",r.disabled=this.isPersonalizationDisabled(),r.checked=(null===(e=this.params.currentFilters)||void 0===e?void 0:e.personalized)||![],r.addEventListener("change",e=>{var n,i;const o=e.target;null===(i=(n=this.params).onPersonalizedChange)||void 0===i?void 0:i.call(n,o.checked)}),n.appendChild(r),this.isPersonalizationDisabled()){const e=document.createElement("div");e.className="product-list-filters-warning",e.textContent="(Not Available With Same-Day Delivery)",n.appendChild(e)}o.push(n)}if(this.params.enablePreOrder){const e=document.createElement("div");e.className="product-list-filters-pre-order";const i=document.createElement("label");i.className="product-list-filters-pre-order-label",i.setAttribute("for","pre-order-switch"),i.textContent="Pre-Order",e.appendChild(i);const r=document.createElement("input");if(r.type="checkbox",r.id="pre-order-switch",r.className="product-list-filters-pre-order-switch",r.disabled=this.isPreOrderDisabled(),r.checked=(null===(n=this.params.currentFilters)||void 0===n?void 0:n.preOrder)||![],r.addEventListener("change",e=>{var n,i;const o=e.target;null===(i=(n=this.params).onPreOrderChange)||void 0===i?void 0:i.call(n,o.checked)}),e.appendChild(r),this.isPreOrderDisabled()){const n=document.createElement("div");n.className="product-list-filters-warning",n.textContent="(Not Available With Same-Day Delivery)",e.appendChild(n)}o.push(e)}if(this.params.enableDeliveryOptions){const e=[{value:"all",label:"All"},{value:"shipping",label:"Shipping"},{value:"onDemand",label:"Same-Day Delivery"}],n=document.createElement("div");n.className="product-list-filters-delivery-options";const r=document.createElement("div");r.className="product-list-filters-delivery-options-header";const s=document.createElement("h3");s.className="product-list-filters-delivery-options-label",s.textContent="Delivery Options",r.appendChild(s),n.appendChild(r);const a=document.createElement("div");a.className="product-list-filters-delivery-options-list";for(const o of e){const e=document.createElement("div");e.className="product-list-filters-delivery-option";const n=document.createElement("input");n.type="radio",n.id="delivery-"+o.value,n.name="delivery-options",n.value=o.value,n.className="product-list-filters-delivery-radio";const r="onDemand"===o.value&&this.isSameDayDeliveryDisabled();n.disabled=r,n.checked=o.value===((null===(i=this.params.currentFilters)||void 0===i?void 0:i.deliveryOptions)||"all"),n.addEventListener("change",e=>{var n,i;const o=e.target;null===(i=(n=this.params).onDeliveryOptionsChange)||void 0===i?void 0:i.call(n,o.value)});const s=document.createElement("label");s.htmlFor="delivery-"+o.value,s.className="product-list-filters-delivery-radio-label "+(r?"disabled":""),s.textContent=o.label,e.appendChild(n),e.appendChild(s),a.appendChild(e)}n.appendChild(a),o.push(n)}return o}}var Ct;(function(e){e.IDLE="idle",e.LOADING_INITIAL="loading_initial",e.LOADING_MORE="loading_more",e.ERROR="error"})(Ct||(Ct={}));class ProductListComponent extends BaseComponent{get hostClasses(){const e=["product-list"];return this.params.filters.length>0&&e.push("has-filters"),e}constructor(){super({watchOnlyStorePaths:["address"]}),this.products=[],this.retailers=[],this.pagination={currentPage:0,totalPages:0,hasMorePages:!![]},this.currentFilters={personalized:![],preOrder:![],deliveryOptions:"all"},this.cardsContainer=null,this.filtersContainer=null,this.sentinelElement=null,this.personalizedSwitch=null,this.preOrderSwitch=null,this.deliveryRadios=[],this.deliveryRadioLabels=new Map,this.loadingState=Ct.IDLE,this.scrollObserver=null,this.initializationPromise=null}async connected(){if(this.initializationPromise)return this.initializationPromise;this.initializationPromise=this.initializeComponent(),await this.initializationPromise}disconnectedCallback(){super.disconnectedCallback(),this.doCleanup()}async initializeComponent(){try{this.setLoadingState(Ct.LOADING_INITIAL),await this.loadInitialProducts(),this.cardsContainer&&(this.renderProducts(),this.setupInfiniteScroll()),this.setLoadingState(Ct.IDLE)}catch(R){this.logger.error("Error initializing product list:",R),this.setLoadingState(Ct.ERROR),this.showErrorState("Failed to load products")}}template(){const e=[];return this.params.filters.length>0&&e.push(this.createFiltersContainer()),this.cardsContainer=this.createCardsContainer(),e.push(this.cardsContainer),this.renderCurrentState(),e}setLoadingState(e){const n=this.loadingState;this.loadingState=e,this.logger.debug("Loading state changed: "+n+" → "+e),this.cardsContainer&&this.renderCurrentState()}renderCurrentState(){if(this.cardsContainer)switch(this.loadingState){case Ct.LOADING_INITIAL:this.renderLoadingState();break;case Ct.ERROR:break;case Ct.IDLE:case Ct.LOADING_MORE:this.updateSentinel()}}async loadInitialProducts(){var e;try{const n=this.buildApiParams(0),i=await this.commands.productList.getProductList(n);this.products=i.products||[],this.retailers=i.retailers||[],this.updatePagination(i.navigation),this.syncFiltersFromResponse((null===(e=i.navigation)||void 0===e?void 0:e.filters)||[])}catch(n){throw this.logger.error("Error loading initial products:",n),this.products=[],this.retailers=[],this.pagination.hasMorePages=![],n}}async loadMoreProducts(){if(this.loadingState!==Ct.LOADING_MORE&&this.pagination.hasMorePages)try{this.setLoadingState(Ct.LOADING_MORE);const e=this.pagination.currentPage+1,n=this.buildApiParams(e),i=await this.commands.productList.getProductList(n);i.products&&i.products.length>0?(this.products.push(...i.products),this.mergeRetailers(i.retailers||[]),this.updatePagination(i.navigation),this.appendNewProducts(i.products)):(this.pagination.hasMorePages=![],this.updatePagination(i.navigation)),this.setLoadingState(Ct.IDLE)}catch(e){this.logger.error("Error loading more products:",e),this.setLoadingState(Ct.ERROR),this.showSentinelError("Error loading products")}}mergeRetailers(e){const n=new Map(this.retailers.map(e=>[e.id,e]));for(const i of e)n.has(i.id)||(this.retailers.push(i),n.set(i.id,i))}updatePagination(e){var n,i,o,r;e&&(this.pagination={currentPage:null!==(n=e.currentPage)&&void 0!==n?n:0,totalPages:null!==(i=e.totalPages)&&void 0!==i?i:0,hasMorePages:(null!==(o=e.currentPage)&&void 0!==o?o:0)<(null!==(r=e.totalPages)&&void 0!==r?r:1)-1})}buildApiParams(e){return{page:e,perPage:this.params.rows*this.params.columns,filters:this.buildFiltersFromState()}}buildFiltersFromState(){const e=[{key:"availability",values:"IN_STOCK"}];return this.currentFilters.personalized&&e.push({key:"engraving",values:"YES"}),this.currentFilters.preOrder&&e.push({key:"presale",values:"YES"}),"all"!==this.currentFilters.deliveryOptions&&e.push({key:"fulfillment",values:[this.currentFilters.deliveryOptions]}),e}syncFiltersFromResponse(e){if(e)for(const n of e)switch(n.key){case"engraving":this.currentFilters.personalized="YES"===n.values;break;case"presale":this.currentFilters.preOrder="YES"===n.values;break;case"fulfillment":Array.isArray(n.values)&&(n.values.includes("onDemand")?this.currentFilters.deliveryOptions="onDemand":n.values.includes("shipping")?this.currentFilters.deliveryOptions="shipping":this.currentFilters.deliveryOptions="all")}}async onFilterChange(){try{this.updateFiltersUI(),this.resetPagination(),this.products=[],this.retailers=[],this.cleanupScrollObserver(),this.clearCardsContainer(),this.setLoadingState(Ct.LOADING_INITIAL),await this.loadInitialProducts(),this.renderProducts(),this.setupInfiniteScroll(),this.setLoadingState(Ct.IDLE)}catch(R){this.logger.error("Error handling filter change:",R),this.setLoadingState(Ct.ERROR),this.showErrorState("Error updating filters")}}resetPagination(){this.pagination={currentPage:0,totalPages:0,hasMorePages:!![]}}updateFiltersUI(){this.filtersContainer&&(this.updatePersonalizedSwitch(),this.updatePreOrderSwitch(),this.updateDeliveryOptions())}updatePersonalizedSwitch(){this.personalizedSwitch&&(this.personalizedSwitch.checked=this.currentFilters.personalized,this.personalizedSwitch.disabled=this.isPersonalizationDisabled())}updatePreOrderSwitch(){this.preOrderSwitch&&(this.preOrderSwitch.checked=this.currentFilters.preOrder,this.preOrderSwitch.disabled=this.isPreOrderDisabled())}updateDeliveryOptions(){0!==this.deliveryRadios.length&&this.deliveryRadios.forEach(e=>{const n="onDemand"===e.value&&this.isSameDayDeliveryDisabled();e.disabled=n,n&&"onDemand"===e.value||(e.checked=e.value===this.currentFilters.deliveryOptions),this.updateRadioLabel(e,n)})}updateRadioLabel(e,n){const i=this.deliveryRadioLabels.get(e.id);i&&(i.className="product-list-filters-delivery-radio-label "+(n?"disabled":""))}isPersonalizationDisabled(){return"onDemand"===this.currentFilters.deliveryOptions}isPreOrderDisabled(){return"onDemand"===this.currentFilters.deliveryOptions}isSameDayDeliveryDisabled(){return this.currentFilters.personalized||this.currentFilters.preOrder}createCardsContainer(){const e=document.createElement("div");e.className="product-list-cards__container";const n=100/this.params.columns;return e.style.setProperty("--card-width",n+"%"),e.style.setProperty("--columns",""+this.params.columns),e}renderLoadingState(){if(!this.cardsContainer)return;this.clearCardsContainer();const e=ComponentFactoryService.createElement({type:o.PRODUCT_LIST_CARD_LOADING,cardVariant:this.params.cardVariant,rows:this.params.rows,columns:this.params.columns,fillCard:this.params.fillCard,filters:this.params.filters,productUrl:this.params.productUrl});this.cardsContainer.appendChild(e)}renderProducts(){if(this.cardsContainer){if(this.clearCardsContainer(),0===this.products.length){const e=this.createInfoElement("No products found");return this.cardsContainer.appendChild(e),void 0}for(const e of this.products){const n=this.createProductCard(e);n&&this.cardsContainer.appendChild(n)}}}appendNewProducts(e){if(this.cardsContainer&&0!==e.length){this.sentinelElement&&this.sentinelElement.parentNode===this.cardsContainer&&this.sentinelElement.remove();for(const n of e){const e=this.createProductCard(n);e&&this.cardsContainer.appendChild(e)}this.sentinelElement?(this.cardsContainer.appendChild(this.sentinelElement),this.updateSentinel(),this.scrollObserver&&this.pagination.hasMorePages&&this.scrollObserver.observe(this.sentinelElement)):this.pagination.hasMorePages&&this.setupInfiniteScroll()}}createProductCard(e){var n;try{const i=null===(n=e.sizes)||void 0===n?void 0:n[0];if(!i)return this.logger.warn("Product "+e.id+" has no sizes"),null;const r=new Map(this.retailers.flatMap(e=>e.fulfillments.map(e=>[e.id,e]))),s=new Set(i.variants.flatMap(e=>e.fulfillments)),a=Array.from(s).map(e=>r.get(e)).filter(e=>Boolean(e));return ComponentFactoryService.createElement({type:o.PRODUCT_LIST_CARD,variant:this.params.cardVariant,fillCard:this.params.fillCard,product:e,fulfillments:a,productUrl:this.params.productUrl})}catch(i){return this.logger.error("Error creating product card for product "+e.id+":",i),null}}createFiltersContainer(){return this.filtersContainer=ComponentFactoryService.createElement({type:o.PRODUCT_LIST_FILTERS,enablePersonalized:this.params.filters.includes(l.PERSONALIZATION),enablePreOrder:this.params.filters.includes(l.PRE_ORDER),enableDeliveryOptions:this.params.filters.includes(l.DELIVERY_OPTIONS),currentFilters:this.currentFilters,onPersonalizedChange:async e=>{this.currentFilters.personalized=e,await this.onFilterChange()},onPreOrderChange:async e=>{this.currentFilters.preOrder=e,await this.onFilterChange()},onDeliveryOptionsChange:async e=>{this.currentFilters.deliveryOptions=e,"onDemand"===e&&(this.currentFilters.personalized=![],this.currentFilters.preOrder=![]),await this.onFilterChange()}}),this.storeFilterElementReferences(),this.filtersContainer}storeFilterElementReferences(){if(!this.filtersContainer)return;this.personalizedSwitch=this.filtersContainer.querySelector("#personalized-switch"),this.preOrderSwitch=this.filtersContainer.querySelector("#pre-order-switch");const e=this.filtersContainer.querySelectorAll('input[name="delivery-options"]');this.deliveryRadios=Array.from(e),this.deliveryRadioLabels.clear(),this.deliveryRadios.forEach(e=>{var n;const i=null===(n=this.filtersContainer)||void 0===n?void 0:n.querySelector('label[for="'+e.id+'"]');i&&this.deliveryRadioLabels.set(e.id,i)})}setupInfiniteScroll(){this.cardsContainer&&this.pagination.hasMorePages&&(this.cleanupScrollObserver(),this.sentinelElement=this.createScrollSentinel(),this.cardsContainer.appendChild(this.sentinelElement),this.scrollObserver=new IntersectionObserver(e=>{const n=e[0];n.isIntersecting&&this.loadingState===Ct.IDLE&&this.pagination.hasMorePages&&void this.loadMoreProducts()},{root:null,rootMargin:"100px",threshold:.1}),this.scrollObserver.observe(this.sentinelElement))}createScrollSentinel(){const e=document.createElement("div");return e.className="product-list-scroll-sentinel",this.updateSentinelContent(e),e}updateSentinel(){this.sentinelElement&&this.updateSentinelContent(this.sentinelElement)}updateSentinelContent(e){let n;e.innerHTML="",n=this.loadingState===Ct.LOADING_MORE?this.createLoadingElement("Loading more products..."):this.pagination.hasMorePages?this.createInfoElement("Scroll for more products"):this.createInfoElement("No more products",!![]),e.appendChild(n)}showSentinelError(e){if(!this.sentinelElement)return;this.sentinelElement.innerHTML="";const n=this.createErrorElement(e);this.sentinelElement.appendChild(n)}createLoadingElement(e){const n=document.createElement("div");n.className="product-list-sentinel-container";const i=document.createElement("div");i.className="product-list-sentinel-spinner";const o=document.createElement("div");return o.className="product-list-sentinel-text",o.textContent=e,n.appendChild(i),n.appendChild(o),n}createErrorElement(e){const n=document.createElement("div");n.className="product-list-sentinel-error-container";const i=document.createElement("div");i.className="product-list-sentinel-error-icon",i.innerHTML="⚠";const o=document.createElement("div");return o.className="product-list-sentinel-error-text",o.textContent=e,n.appendChild(i),n.appendChild(o),n}createInfoElement(e,n=![]){const i=document.createElement("div");if(i.className="product-list-sentinel-info-container",!n&&e.includes("Scroll")){const e=document.createElement("div");e.className="product-list-sentinel-icon",e.innerHTML="↓",i.appendChild(e)}else if(n){const e=document.createElement("div");e.className="product-list-sentinel-divider",i.appendChild(e)}const o=document.createElement("div");return o.className=n?"product-list-sentinel-info-text no-more":"product-list-sentinel-info-text",o.textContent=e,i.appendChild(o),i}showErrorState(e){if(!this.cardsContainer)return;this.clearCardsContainer();const n=this.createErrorElement(e);this.cardsContainer.appendChild(n)}clearCardsContainer(){if(this.cardsContainer)for(this.sentinelElement&&this.sentinelElement.parentNode===this.cardsContainer&&(this.sentinelElement.remove(),this.sentinelElement=null);this.cardsContainer.firstChild;)this.cardsContainer.removeChild(this.cardsContainer.firstChild)}cleanupScrollObserver(){this.scrollObserver&&(this.scrollObserver.disconnect(),this.scrollObserver=null),this.sentinelElement&&(this.sentinelElement=null)}async onStoreWatch(e){const n=e.find(e=>"address"===e.path);if(n&&void 0!==n.value&&this.cardsContainer){this.logger.debug("Address changed in store, reloading products to get updated availability");try{this.resetPagination(),this.products=[],this.retailers=[],this.cleanupScrollObserver(),this.clearCardsContainer(),this.renderLoadingState(),await this.loadInitialProducts(),this.cardsContainer&&(this.renderProducts(),this.setupInfiniteScroll())}catch(i){this.logger.error("Error reloading products after address change:",i),this.setLoadingState(Ct.ERROR),this.cardsContainer&&this.showErrorState("Failed to reload products")}}}doCleanup(){this.cleanupScrollObserver(),this.products=[],this.retailers=[],this.cardsContainer=null,this.filtersContainer=null,this.personalizedSwitch=null,this.preOrderSwitch=null,this.deliveryRadios=[],this.deliveryRadioLabels.clear(),this.initializationPromise=null}}class AlertComponent extends BaseComponent{constructor(){super(...arguments),this.hideTimeout=null,this.elements=[]}get hostClasses(){return["alert-wrapper","hidden"]}get hostAttributes(){return{role:"alert","aria-live":"polite"}}beforeSetupStoreWatchers(){this.reactiveOptions.watchStorePaths=[this.params.errorStorePath]}afterRender(){this.updateAlert()}onStoreWatch(e){e.length>0&&this.updateAlert()}getErrorMessages(){var e,n;const i=null!==(e=this.params.fromEvents)&&void 0!==e?e:![],o=null!==(n=this.params.showFirstEvent)&&void 0!==n?n:!![];if(i){const e=this.store.get(this.params.errorStorePath)||[],n=e.filter(e=>null==e?void 0:e.message).map(e=>({message:e.message,level:e.level||"error",type:e.type}));return o?n.slice(0,1):n}const r=this.store.get(this.params.errorStorePath);return r?[{message:r,level:"error"}]:[]}createErrorElement(e){const n=document.createElement("div");n.classList.add("alert-container","alert-"+e.level);const i=document.createElement("span");i.classList.add("alert-icon"),i.innerHTML=ErrorInfoIcon({className:e.level+"-icon"});const o=document.createElement("span");return o.classList.add("alert-text"),o.textContent=e.message,n.appendChild(i),n.appendChild(o),n}scheduleHide(){var e;this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null);const n=null!==(e=this.params.autoHideDelay)&&void 0!==e?e:3e3;this.hideTimeout=setTimeout(()=>{this.hideAllErrors(),this.hideTimeout=null},n)}hideAllErrors(){var e;this.addHostClasses("hidden"),this.removeHostClasses("alert-success","alert-info","alert-warning","alert-error"),this.elements.forEach(e=>{e.parentNode&&e.parentNode.removeChild(e)}),this.elements=[];const n=null!==(e=this.params.fromEvents)&&void 0!==e?e:![];n?this.store.set(this.params.errorStorePath,[]):this.store.set(this.params.errorStorePath,null)}updateAlert(){const e=this.getErrorMessages();if(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null),this.elements.forEach(e=>{e.parentNode&&e.parentNode.removeChild(e)}),this.elements=[],0===e.length)return this.addHostClasses("hidden"),this.removeHostClasses("alert-success","alert-info","alert-warning","alert-error"),void 0;this.removeHostClasses("hidden"),this.elements=e.map(e=>this.createErrorElement(e)),this.elements.forEach(e=>{this.container.appendChild(e)}),this.scheduleHide()}template(){return[]}disconnectedCallback(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null),super.disconnectedCallback()}}class ButtonsOpenCartComponent extends BaseComponent{get hostClasses(){return["lce-ui-button",...this.params.classes||[]]}template(){const e=this.getConfigs("global");this.addEventListener("click",()=>{this.commands.ui.openDrawer(o.CART)});const n=document.createElement("span");if(n.className="lce-cart-button-icon",n.innerHTML=BagIcon({color:e.theme.primaryColor}),this.params.showItemsCount){const e=document.createElement("span");return e.className="lce-cart-button-badge",e.style.visibility="hidden",[n,e]}return[n]}afterRender(){this.params.showItemsCount&&this.setupCartBadge()}setupCartBadge(){const e=this.container.querySelector(".lce-cart-button-badge");if(!e)return;const n=this.getStoreValue("cart.totals.quantity")||0;e.textContent=n.toString(),e.style.visibility=n>0?"visible":"hidden",this.store.watch("cart.totals",()=>{const n=this.getStoreValue("cart.totals.quantity")||0;e.textContent=n.toString(),e.style.visibility=n>0?"visible":"hidden"})}}class DrawerComponent extends BaseComponent{constructor(){super({watchStorePaths:["ui.drawer"]}),this.isOpen=![],this.wrapperElement=null,this.drawerElement=null,this.backdropElement=null,this.contentContainer=null,this.currentContentType=null,this.isTransitioning=![],this.boundHandleKeydown=this.handleKeydown.bind(this)}disconnected(){this.backdropElement&&this.backdropElement.removeEventListener("click",this.handleBackdropClick.bind(this)),document.removeEventListener("keydown",this.boundHandleKeydown)}onStoreChanged(e){var n;const i=e.find(e=>"ui.drawer"===e.path);if(!i)return![];const o=i.value,r=o.isOpen,s=null===(n=o.contentConfig)||void 0===n?void 0:n.type,a=s!==this.currentContentType;return r&&!this.isOpen?(this.currentContentType=s,this.openWithContent(o),![]):r&&this.isOpen&&!a?![]:r&&this.isOpen&&a?(this.currentContentType=s,this.openWithContent(o),![]):!r&&this.isOpen?(this.close(),this.currentContentType=null,![]):![]}openWithContent({contentConfig:e}){try{if(!e)return this.logger.warn("Drawer opening attempted without content configuration"),void 0;const{type:n,data:i}=e||{};let o;o=this.isElementsEnabled()?ComponentFactoryService.createElement({type:n,...i}):this.clientConfig.isProduction()?productionComponentError({title:"Element Unavailable",message:"We're sorry, this element is currently unavailable.",componentType:n}):componentError({message:"Elements is not enabled.",componentType:n}),this.isOpen&&this.contentContainer&&this.contentContainer.firstElementChild?this.animateContentSwap(o,n):(this.cleanupCurrentContent(),this.contentContainer&&this.contentContainer.appendChild(o),this.updateDrawerContentTypeClass(n),this.open()),this.addHostAttribute("data-target",n.toString().toLowerCase())}catch(n){this.logger.error("Drawer content loading failed",n),this.commands.ui.closeDrawer()}}animateContentSwap(e,n){if(!this.contentContainer||this.isTransitioning)return;this.isTransitioning=!![];const i=this.contentContainer.firstElementChild;i.classList.add("drawer-content-fade-out"),requestAnimationFrame(()=>{i.classList.add("fading")}),setTimeout(()=>{i.remove(),e.classList.add("drawer-content-fade-in"),this.contentContainer.appendChild(e),this.updateDrawerContentTypeClass(n),requestAnimationFrame(()=>{e.classList.add("visible"),setTimeout(()=>{e.classList.remove("drawer-content-fade-in","visible"),this.isTransitioning=![]},150)})},150)}open(){this.isOpen=!![],this.updateDrawerState()}close(){this.isOpen=![],this.updateDrawerState()}cleanupCurrentContent(){this.contentContainer&&(this.contentContainer.innerHTML="")}handleBackdropClick(){this.commands.ui.closeDrawer()}handleKeydown(e){this.isOpen&&"Escape"===e.key&&this.commands.ui.closeDrawer()}updateDrawerContentTypeClass(e){if(!this.drawerElement)return;const n=["drawer"];this.isOpen&&n.push("open"),n.push(e.toString().toLowerCase()),this.drawerElement.className=n.join(" ")}updateDrawerState(){this.wrapperElement&&this.drawerElement&&this.backdropElement&&(this.isOpen&&(this.wrapperElement.classList.add("open"),this.backdropElement.classList.add("visible"),document.body.style.overflow="hidden",this.currentContentType&&this.updateDrawerContentTypeClass(this.currentContentType)),this.isOpen||(this.wrapperElement.classList.remove("open"),this.backdropElement.classList.remove("visible"),document.body.style.overflow="",this.drawerElement.className="drawer"))}isElementsEnabled(){var e;try{const n=this.themeProvider.getConfigs("configurations");return null!==(e=null==n?void 0:n.isElementsEnabled)&&void 0!==e?e:![]}catch(n){return this.logger.error("Could not check elements enabled status, defaulting to not enabled",n),!![]}}template(){return this.wrapperElement=document.createElement("div"),this.wrapperElement.classList.add("drawer-wrapper"),this.backdropElement=document.createElement("div"),this.backdropElement.classList.add("drawer-backdrop"),this.backdropElement.addEventListener("click",this.handleBackdropClick.bind(this)),this.drawerElement=document.createElement("div"),this.drawerElement.classList.add("drawer"),this.contentContainer=document.createElement("div"),this.contentContainer.classList.add("drawer-content"),this.drawerElement.append(this.contentContainer),this.wrapperElement.append(this.backdropElement),this.wrapperElement.append(this.drawerElement),document.addEventListener("keydown",this.boundHandleKeydown),this.wrapperElement}}class EngravingFormComponent extends BaseComponent{constructor(){super(...arguments),this.engravingLines=[],this.fulfillmentId=null,this.partNumber=null}get hostClasses(){return["engraving-form"]}beforeConnected(){var e;if(this.engravingLines=this.params.lines,"product"===this.params.context){const n=this.store.get("products."+this.params.identifier);this.fulfillmentId=n.selectedFulfillmentId,this.partNumber=(null===(e=n.selectedFulfillment)||void 0===e?void 0:e.partNumber)||null}if("cart"===this.params.context){const e=this.store.get("cart.items."+this.params.identifier);this.fulfillmentId=e.fulfillmentId,this.partNumber=e.partNumber}}calculateTotalPrice(){var e,n;if("product"===this.params.context){const i=this.store.get("products."+this.params.identifier),o=i.sizes[i.selectedSizeId],r=o.shippingFulfillments[this.fulfillmentId],s=r.price,a=(null===(n=null===(e=null==o?void 0:o.attributes)||void 0===e?void 0:e.engraving)||void 0===n?void 0:n.fee)||0;return s+a}if("cart"===this.params.context){const e=this.store.get("cart.items."+this.params.identifier),n=e.unitPrice,i=e.attributes.engraving.fee||0;return n+i}return 0}productInformationSection(){const e=[];let n="",i="";if("product"===this.params.context){const o=this.store.get("products."+this.params.identifier);o.mainImage?e.push(o.mainImage):e.push(...o.images||[]),n=o.name,i=o.sizes[o.selectedSizeId].size}if("cart"===this.params.context){const o=this.store.get("cart.items."+this.params.identifier);o.mainImage&&e.push(o.mainImage),n=o.name,i=o.size}const o=document.createElement("div");if(o.className="product-info-section",e.length>0){const i=document.createElement("div");i.className="product-image-container";const r=document.createElement("img");r.src=e[0],r.alt=n,r.loading="lazy",r.className="product-image",i.appendChild(r),o.appendChild(i)}const r=document.createElement("div");r.className="product-details-container";const s=document.createElement("div");s.className="product-header";const a=document.createElement("h4");a.className="product-title",a.textContent=n,this.productPriceSpan=document.createElement("span"),this.productPriceSpan.className="product-price",this.productPriceSpan.textContent=formatCentToDollarText(this.calculateTotalPrice()),s.appendChild(a),s.appendChild(this.productPriceSpan),r.appendChild(s);const c=document.createElement("p");c.className="product-size-text",c.textContent=i,r.appendChild(c);const l=document.createElement("p");return l.className="engraving-fees-disclaimer",l.textContent="Personalization fees included in total, varies by retailer.",r.appendChild(l),o.appendChild(r),o}addToCartButtonText(e){if("product"!==this.params.context)return"Save";const n=this.getConfigs("product"),i=n.layout.addToCartButtonText;return n.layout.addToCartButtonShowTotalPrice?i+" - "+formatCentToDollarText(e):i}retailersSection(){var e,n,i,o,r,s,a;const c=this.store.get("products."+this.params.identifier),l=c.sizes[c.selectedSizeId],u=Object.values(l.shippingFulfillments).filter(e=>e.isVariantEngravable&&e.canEngrave),h=document.createElement("div");h.className="fulfillment-section";const m=document.createElement("p");if(m.className="shipping-from-text",m.innerHTML="Shipping from: <b>"+(null===(e=c.selectedFulfillment)||void 0===e?void 0:e.retailerName)+"</b>",h.appendChild(m),1===u.length)return h;const f=document.createElement("div");f.className="fulfillment-options-container",h.appendChild(f);const g=document.createElement("span");g.className="see-more-fulfillments",g.textContent="See More Delivery Options ("+u.length+")",g.setAttribute("role","button"),g.setAttribute("tabindex","0"),g.setAttribute("aria-label","See More Delivery Options ("+u.length+")"),g.setAttribute("aria-expanded","false");const d=()=>{const e=f.classList.contains("expanded");f.classList.toggle("expanded"),e?(g.textContent="See More Delivery Options ("+u.length+")",g.setAttribute("aria-label","See More Delivery Options ("+u.length+")"),g.setAttribute("aria-expanded","false")):(g.textContent="See Less Delivery Options",g.setAttribute("aria-label","See Less Delivery Options"),g.setAttribute("aria-expanded","true"))};g.addEventListener("click",d),g.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),d())}),h.appendChild(g);for(const v of u){const e=document.createElement("div");e.className="fulfillment-option",e.setAttribute("data-fulfillment-id",v.fulfillmentId),v.fulfillmentId===(null===(n=c.selectedFulfillment)||void 0===n?void 0:n.fulfillmentId)&&e.classList.add("selected"),e.setAttribute("role","button"),e.setAttribute("tabindex","0"),e.setAttribute("aria-label","Select delivery from "+v.retailerName+", "+formatCentToDollarText(v.price+((null===(o=null===(i=c.sizes[c.selectedSizeId].attributes)||void 0===i?void 0:i.engraving)||void 0===o?void 0:o.fee)||0))+", "+v.expectation.engraving),e.setAttribute("aria-pressed",v.fulfillmentId===(null===(r=c.selectedFulfillment)||void 0===r?void 0:r.fulfillmentId)?"true":"false");const t=()=>{this.fulfillmentId=v.fulfillmentId,this.partNumber=v.partNumber;const n=this.calculateTotalPrice();this.addToCartButton.textContent=this.addToCartButtonText(n),this.productPriceSpan.textContent=formatCentToDollarText(n);const i=f.querySelector(".fulfillment-option.selected");i&&(i.classList.remove("selected"),i.setAttribute("aria-pressed","false")),e.classList.add("selected"),e.setAttribute("aria-pressed","true"),m.innerHTML="Shipping from: <b>"+v.retailerName+"</b>"};e.addEventListener("click",t),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),t())});const l=v.price+((null===(a=null===(s=c.sizes[c.selectedSizeId].attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.fee)||0),u=document.createElement("div");u.className="option-row row-1",e.appendChild(u);const h=document.createElement("span");h.className="retailer-name",h.textContent=v.retailerName,u.appendChild(h);const g=document.createElement("span");g.className="fulfillment-price",g.textContent=formatCentToDollarText(l),u.appendChild(g),e.appendChild(u);const y=document.createElement("div");y.className="option-row row-2",e.appendChild(y);const b=document.createElement("span");b.className="estimated-time",b.textContent=""+v.expectation.engraving,y.appendChild(b),e.appendChild(y),f.appendChild(e)}return h}engravingLinesSection(){var e;const{lines:n,maxLines:i,location:o,maxCharsPerLine:r}=this.params,s=document.createElement("div");s.className="engraving-section";const a=document.createElement("p");if(a.className="engraving-title",a.textContent="Personalize Your Bottle",s.appendChild(a),o&&(null===(e=null==o?void 0:o.trim())||void 0===e?void 0:e.length)>0){const e=document.createElement("p");e.className="engraving-location-text",e.textContent="Your message will appear "+o.toLowerCase()+".",s.appendChild(e)}const c=Array.from({length:i},(e,i)=>{const o=i+1,s=document.createElement("div");s.className="engraving-input-wrapper",s.setAttribute("data-line-number",o.toString());const a=document.createElement("input");a.type="text",a.id="engraving-line-"+o,a.dataset.lineNumber=o.toString(),a.maxLength=r,a.value=n[i]||"",a.placeholder=o>1?"Line "+o+" (optional)":"Line "+o,a.className="engraving-input",a.autocomplete="off",a.setAttribute("aria-label",o>1?"Engraving line "+o+", optional, maximum "+r+" characters":"Engraving line "+o+", maximum "+r+" characters");const c=document.createElement("span");return c.className="engraving-char-count",c.textContent=a.value.length+"/"+r,c.setAttribute("aria-live","polite"),c.setAttribute("aria-atomic","true"),a.addEventListener("input",()=>{c.textContent=a.value.length+"/"+r,this.engravingLines[i]=a.value.trim().toUpperCase(),this.addToCartButton.disabled=this.engravingLines.length<=0}),s.appendChild(a),s.appendChild(c),s}),l=document.createElement("div");return l.className="engraving-inputs-container",l.append(...c),s.appendChild(l),s}actionButtonsSection(){const{identifier:e,context:n}=this.params,i=document.createElement("div");i.className="action-buttons-container";const r=document.createElement("button");r.type="button",r.className="cancel-action-button",r.textContent="Cancel",r.setAttribute("aria-label","Cancel personalization and close");const Q=async()=>{"product"===n&&await this.commands.product.closeProductDrawer(e),"cart"===n&&this.commands.ui.openDrawer(o.CART)};r.addEventListener("click",Q),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),Q())}),i.appendChild(r),this.addToCartButton=document.createElement("button"),this.addToCartButton.type="button",this.addToCartButton.className="add-to-cart-button",this.addToCartButton.disabled=this.engravingLines.length<=0,this.addToCartButton.textContent=this.addToCartButtonText(this.calculateTotalPrice()),this.addToCartButton.setAttribute("aria-label","product"===n?"Add personalized item to cart":"Update personalization and return to cart");const I=async()=>{const i=this.engravingLines.map(e=>e.trim().toUpperCase()).filter(e=>e&&e.length>0);if("product"===n&&this.fulfillmentId&&this.partNumber){const n=this.store.get("products."+e);await this.commands.product.addToCart(e,{upc:n.sizes[n.selectedSizeId].upc,fulfillmentId:this.fulfillmentId,partNumber:this.partNumber,quantity:1,engravingLines:i,identifier:e}),await this.commands.product.closeProductDrawer(e)}"cart"===n&&(await this.commands.cart.updateItemEngraving(e,i),this.commands.ui.openDrawer(o.CART))};return this.addToCartButton.addEventListener("click",I),this.addToCartButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),I())}),i.appendChild(this.addToCartButton),i}template(){const e=[],n=this.productInformationSection();if(e.push(n),"product"===this.params.context){const n=this.retailersSection();e.push(n)}const i=this.engravingLinesSection();e.push(i);const o=this.actionButtonsSection();e.push(o);const r=document.createElement("p");return r.className="engraving-disclaimer",r.innerHTML="Personalized orders require up to 10 business days to be processed and then shipped. Tracking information will be provided once processed. <b>Personalized bottle orders cannot be cancelled.</b>",e.push(r),e}}class EngravingViewComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["engraving-view-container",e.layout.personalizationCardStyle,this.params.context]}engravingQuantityFee(){const e=this.params.identifier;if("cart"===this.params.context){const n=this.getStoreValue("cart.items."+e),i=(null==n?void 0:n.attributes.engraving.fee)||0,o=(null==n?void 0:n.quantity)||1;return{quantity:o,fee:i,total:i*o}}if("checkout"===this.params.context){const n=this.getStoreValue("checkout.items."+e),i=(null==n?void 0:n.attributes.engraving.fee)||0,o=(null==n?void 0:n.quantity)||1;return{quantity:o,fee:i,total:i*o}}return{quantity:0,fee:0,total:0}}engravingLines(){const e=this.params.identifier;if("cart"===this.params.context){const n=this.getStoreValue("cart.items."+e);return(null==n?void 0:n.attributes.engraving.lines)||[]}if("checkout"===this.params.context){const n=this.getStoreValue("checkout.items."+e);return(null==n?void 0:n.attributes.engraving.lines)||[]}return[]}handleEdit(){var e,n,i,r,s,a,c,l,u,h,m,f,g,v,y,b,x,w,C,k;const S=this.params.identifier,E={identifier:S,context:this.params.context,lines:[],maxLines:1,maxCharsPerLine:16,fee:0,location:""};if("cart"===this.params.context){const o=this.getStoreValue("cart.items."+S);E.lines=(null===(n=null===(e=null==o?void 0:o.attributes)||void 0===e?void 0:e.engraving)||void 0===n?void 0:n.lines)||[],E.maxLines=(null===(r=null===(i=null==o?void 0:o.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.maxLines)||1,E.maxCharsPerLine=(null===(a=null===(s=null==o?void 0:o.attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.maxCharsPerLine)||16,E.fee=(null===(l=null===(c=null==o?void 0:o.attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.fee)||0,E.location=(null===(h=null===(u=null==o?void 0:o.attributes)||void 0===u?void 0:u.engraving)||void 0===h?void 0:h.location)||""}if("checkout"===this.params.context){const e=this.getStoreValue("checkout.items."+S);E.lines=(null===(f=null===(m=null==e?void 0:e.attributes)||void 0===m?void 0:m.engraving)||void 0===f?void 0:f.lines)||[],E.maxLines=(null===(v=null===(g=null==e?void 0:e.attributes)||void 0===g?void 0:g.engraving)||void 0===v?void 0:v.maxLines)||1,E.maxCharsPerLine=(null===(b=null===(y=null==e?void 0:e.attributes)||void 0===y?void 0:y.engraving)||void 0===b?void 0:b.maxCharsPerLine)||16,E.fee=(null===(w=null===(x=null==e?void 0:e.attributes)||void 0===x?void 0:x.engraving)||void 0===w?void 0:w.fee)||0,E.location=(null===(k=null===(C=null==e?void 0:e.attributes)||void 0===C?void 0:C.engraving)||void 0===k?void 0:k.location)||""}this.commands.ui.openDrawer(o.ENGRAVING_FORM,E)}async handleRemove(){const e=this.params.identifier;"cart"===this.params.context&&await this.commands.cart.updateItemEngraving(e,[]),"checkout"===this.params.context&&await this.commands.checkout.removeItemEngraving(e)}template(){const e=this.engravingQuantityFee(),n=this.engravingLines();if(0===n.length)return"";const i=document.createElement("div");i.className="engraving-header";const o=document.createElement("h3");o.textContent="Personalization";const r=document.createElement("span");if(r.className="engraving-fee",1===e.quantity&&(r.textContent=formatCentToDollarText(e.total,![])),e.quantity>1){r.textContent=formatCentToDollarText(e.total,![]);const n=document.createElement("span");n.className="engraving-fee-each",n.textContent=" ("+formatCentToDollarText(e.fee,![])+" ea)",r.appendChild(n)}i.appendChild(o),i.appendChild(r);const s=document.createElement("div");s.className="engraving-body";const a=document.createElement("div");a.className="engraving-lines";for(const u of n){const e=document.createElement("span");e.className="engraving-line",e.textContent=u,a.appendChild(e)}const c=document.createElement("div");c.className="engraving-actions";const l=document.createElement("button");l.type="button",l.classList.add("remove-button"),l.textContent="Remove",l.setAttribute("aria-label","Remove engraving");const p=async()=>{await this.handleRemove()};if(l.addEventListener("click",p),l.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await p())}),c.appendChild(l),"checkout"!==this.params.context){const e=document.createElement("button");e.type="button",e.classList.add("edit-button"),e.textContent="Edit",e.setAttribute("aria-label","Edit engraving"),e.addEventListener("click",this.handleEdit.bind(this)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleEdit())}),c.appendChild(e)}return s.appendChild(a),s.appendChild(c),[i,s]}}class BirthdateInputComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["custom-input","birthdate",e.layout.inputFieldStyle]}constructor(){super({watchOnlyStorePaths:["checkout.focusField"]})}onStoreWatch(e){const n=e.find(e=>"checkout.focusField"===e.path);n&&n.value===this.params.storePath&&(this.focus(),this.validate(),safeScrollIntoView(this,{behavior:"smooth",block:"center"}))}afterRender(){this.monthInput=this.container.querySelector('input[data-field="month"]'),this.dayInput=this.container.querySelector('input[data-field="day"]'),this.yearInput=this.container.querySelector('input[data-field="year"]'),this.errorContainer=this.container.querySelector("div.error-container"),this.setupEventListeners(),this.populateInitialValue()}populateInitialValue(){if(this.params.value){const e=this.params.value.split("/");3===e.length&&(this.monthInput.value=e[0],this.dayInput.value=e[1],this.yearInput.value=e[2])}}setupEventListeners(){this.monthInput.addEventListener("input",e=>{this.formatMonth(e),this.handleNavigation(e,this.dayInput),this.handleChange()}),this.dayInput.addEventListener("input",e=>{this.formatDay(e),this.handleNavigation(e,this.yearInput),this.handleChange()}),this.yearInput.addEventListener("input",e=>{this.formatYear(e),this.handleChange()}),this.monthInput.addEventListener("blur",()=>this.validateInput()),this.dayInput.addEventListener("blur",()=>this.validateInput()),this.yearInput.addEventListener("blur",()=>this.validateInput());for(const e of[this.monthInput,this.dayInput,this.yearInput])e.addEventListener("focus",()=>this.clearErrors());this.dayInput.addEventListener("keydown",e=>{"Backspace"===e.key&&""===this.dayInput.value&&0===this.dayInput.selectionStart&&(this.monthInput.focus(),this.monthInput.setSelectionRange(this.monthInput.value.length,this.monthInput.value.length))}),this.yearInput.addEventListener("keydown",e=>{"Backspace"===e.key&&""===this.yearInput.value&&0===this.yearInput.selectionStart&&(this.dayInput.focus(),this.dayInput.setSelectionRange(this.dayInput.value.length,this.dayInput.value.length))})}formatMonth(e){const n=e.target;let i=n.value.replace(/\D/g,"");if(i.length>2&&(i=i.substring(0,2)),1===i.length&&Number.parseInt(i,10)>1)i="0"+i;else if(2===i.length){const e=Number.parseInt(i,10);e>12?i="12":e<1&&(i="01")}n.value=i}formatDay(e){const n=e.target;let i=n.value.replace(/\D/g,"");if(i.length>2&&(i=i.substring(0,2)),1===i.length&&Number.parseInt(i,10)>3)i="0"+i;else if(2===i.length){const e=Number.parseInt(i,10);e>31?i="31":e<1&&(i="01")}n.value=i}formatYear(e){const n=e.target;let i=n.value.replace(/\D/g,"");i.length>4&&(i=i.substring(0,4)),n.value=i}handleNavigation(e,n){const i=e.target,o=i===this.yearInput?4:2;i.value.length===o&&n&&n.focus()}handleChange(){if(this.clearErrors(),this.params.onChange){const e=this.getFormattedValue();this.params.onChange(e)}}getFormattedValue(){const e=this.monthInput.value.padStart(2,"0"),n=this.dayInput.value.padStart(2,"0"),i=this.yearInput.value;return e&&n&&i&&4===i.length?i+"-"+e+"-"+n:""}validateDate(e,n,i){if(!e||!n||!i||4!==i.length)return![];const o=Number.parseInt(e,10),r=Number.parseInt(n,10),s=Number.parseInt(i,10);if(o<1||o>12||r<1||r>31||s<1e3)return![];const a=new Date(s,o-1,r);return a.getFullYear()===s&&a.getMonth()===o-1&&a.getDate()===r}calculateAge(e){const n=new Date;let i=n.getFullYear()-e.getFullYear();const o=n.getMonth()-e.getMonth();return(o<0||0===o&&n.getDate()<e.getDate())&&i--,i}validateInput(){const e=this.monthInput.value,n=this.dayInput.value,i=this.yearInput.value,o=[],r=this.params.validation;if(!r)return this.showErrors([]),!![];const s=e&&n&&i&&4===i.length,a=e||n||i;if(r.required&&!a||a&&!s)o.push("Please enter a complete date (MM/DD/YYYY)");else if(s)if(this.validateDate(e,n,i)){const s=Number.parseInt(e,10),a=Number.parseInt(n,10),c=Number.parseInt(i,10),l=new Date(c,s-1,a);if(void 0!==r.minYear&&c<r.minYear&&o.push("Year must be "+r.minYear+" or later"),void 0!==r.maxYear&&c>r.maxYear&&o.push("Year must be "+r.maxYear+" or earlier"),void 0!==r.minAge||void 0!==r.maxAge){const e=this.calculateAge(l);void 0!==r.minAge&&e<r.minAge&&o.push("Must be at least "+r.minAge+" years old"),void 0!==r.maxAge&&e>r.maxAge&&o.push("Must be no more than "+r.maxAge+" years old")}if(r.customValidator){const e=r.customValidator(this.getFormattedValue());e&&o.push(e)}}else o.push("Please enter a valid date");this.showErrors(o);const c=0===o.length;return this.params.onValidation&&this.params.onValidation(c,o),c}showErrors(e){this.errorContainer.innerHTML="";const n=[this.monthInput,this.dayInput,this.yearInput];if(e.length>0){this.errorContainer.classList.add("show");for(const e of n)e.classList.add("input-error");for(const n of e){const e=document.createElement("div");e.className="error-message",e.textContent=n,this.errorContainer.appendChild(e)}}else for(const i of n)i.classList.remove("input-error")}clearErrors(){const e=[this.monthInput,this.dayInput,this.yearInput],n=e.some(e=>e.classList.contains("input-error"));if(n){for(const n of e)n.classList.remove("input-error");this.errorContainer.innerHTML="",this.errorContainer.classList.remove("show")}}getValue(){return this.getFormattedValue()}setValue(e){if(e){const n=e.split("/");3===n.length&&(this.monthInput.value=n[0],this.dayInput.value=n[1],this.yearInput.value=n[2])}else this.monthInput.value="",this.dayInput.value="",this.yearInput.value=""}validate(){return this.validateInput()}focus(){this.monthInput.focus()}disable(){this.monthInput.disabled=!![],this.dayInput.disabled=!![],this.yearInput.disabled=!![]}enable(){this.monthInput.disabled=![],this.dayInput.disabled=![],this.yearInput.disabled=![]}clear(){this.setValue(""),this.clearErrors()}template(){var e;const n=[];if(this.params.label){const i=document.createElement("label");i.textContent=this.params.label,(null===(e=this.params.validation)||void 0===e?void 0:e.required)&&(i.textContent+="*"),i.setAttribute("for",this.params.name+"-month"),n.push(i)}const i=document.createElement("div");i.className="date-input-container";const o=document.createElement("input");o.type="text",o.placeholder="MM",o.name=this.params.name+"-month",o.id=this.params.name+"-month",o.maxLength=2,o.className="date-field month-field",o.setAttribute("data-field","month"),o.inputMode="numeric";const r=document.createElement("span");r.className="date-separator",r.textContent="/";const s=document.createElement("input");s.type="text",s.placeholder="DD",s.name=this.params.name+"-day",s.id=this.params.name+"-day",s.maxLength=2,s.className="date-field day-field",s.setAttribute("data-field","day"),s.inputMode="numeric";const a=document.createElement("span");a.className="date-separator",a.textContent="/";const c=document.createElement("input");c.type="text",c.placeholder="YYYY",c.name=this.params.name+"-year",c.id=this.params.name+"-year",c.maxLength=4,c.className="date-field year-field",c.setAttribute("data-field","year"),c.inputMode="numeric",this.params.disabled&&(o.disabled=!![],s.disabled=!![],c.disabled=!![]),this.params.className&&(i.className+=" "+this.params.className),i.appendChild(o),i.appendChild(r),i.appendChild(s),i.appendChild(a),i.appendChild(c);const l=document.createElement("div");return l.className="error-container",n.push(i),n.push(l),n}}class InputComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["custom-input",e.layout.inputFieldStyle]}constructor(){super({watchStorePaths:["checkout.focusField"]})}onStoreChanged(e){const n=e.find(e=>"checkout.focusField"===e.path);return n&&n.value===this.params.storePath&&(this.focus(),this.validate(),safeScrollIntoView(this,{behavior:"smooth",block:"center"})),![]}handlePhoneKeydown(e){if("Backspace"===e.key){const n=e.target,i=n.selectionStart||0,o=n.value;i>0&&/\D/.test(o[i-1])&&setTimeout(()=>{const e=Math.max(0,i-2);n.setSelectionRange(e,e)},0)}}formatPhoneNumber(e){const n=e.target;let i=n.value.replace(/\D/g,"");i.length>10&&(i=i.substring(0,10)),i.length>=6?i="("+i.substring(0,3)+") "+i.substring(3,6)+"-"+i.substring(6):i.length>=3&&(i="("+i.substring(0,3)+") "+i.substring(3)),n.value=i}formatDate(e){const n=e.target;let i=n.value.replace(/\D/g,"");i.length>8&&(i=i.substring(0,8)),i.length>=5?i=i.substring(0,2)+"/"+i.substring(2,4)+"/"+i.substring(4):i.length>=3&&(i=i.substring(0,2)+"/"+i.substring(2)),n.value=i}validateEmail(e){const n=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;return n.test(e)}validateTel(e){const n=/^\(\d{3}\) \d{3}-\d{4}$/;return n.test(e)}validateDate(e){const n=/^(0[1-9]|1[0-2])\/(0[1-9]|[12]\d|3[01])\/\d{4}$/;if(!n.test(e))return![];const[i,o,r]=e.split("/").map(Number),s=new Date(r,i-1,o);return s.getFullYear()===r&&s.getMonth()===i-1&&s.getDate()===o}validateInput(){const e=this.inputElement.value,n=[],i=this.params.validation;if(!i)return this.showErrors([]),!![];if(i.required&&!e.trim()&&n.push("This field is required"),e.trim()){if("email"!==this.params.inputType||this.validateEmail(e)||n.push("Please enter a valid email address"),"tel"!==this.params.inputType||this.validateTel(e)||n.push("Please enter a valid phone number ((XXX) XXX-XXXX)"),"date"!==this.params.inputType||this.validateDate(e)||n.push("Please enter a valid date (MM/DD/YYYY)"),"number"===this.params.inputType){const o=Number.parseFloat(e);Number.isNaN(o)?e.trim()&&n.push("Please enter a valid number"):(void 0!==i.min&&o<i.min&&n.push("Value must be at least "+i.min),void 0!==i.max&&o>i.max&&n.push("Value must be no more than "+i.max))}if("text"!==this.params.inputType&&"email"!==this.params.inputType||(void 0!==i.min&&e.length<i.min&&n.push("Must be at least "+i.min+" characters"),void 0!==i.max&&e.length>i.max&&n.push("Must be no more than "+i.max+" characters")),i.pattern){const o=new RegExp(i.pattern);o.test(e)||n.push("Invalid format")}if(i.customValidator){const o=i.customValidator(e);o&&n.push(o)}}this.showErrors(n);const o=0===n.length;return this.params.onValidation&&this.params.onValidation(o,n),o}showErrors(e){if(this.errorContainer.innerHTML="",e.length>0){this.errorContainer.classList.add("show"),this.inputElement.classList.add("input-error");for(const n of e){const e=document.createElement("div");e.className="error-message",e.textContent=n,this.errorContainer.appendChild(e)}}else this.inputElement.classList.remove("input-error")}clearErrors(){this.inputElement.classList.contains("input-error")&&(this.inputElement.classList.remove("input-error"),this.errorContainer.innerHTML="",this.errorContainer.classList.remove("show"))}getValue(){return this.inputElement.value}setValue(e){this.inputElement.value=e,"tel"===this.params.inputType&&this.formatPhoneNumber({target:this.inputElement}),"date"===this.params.inputType&&this.formatDate({target:this.inputElement})}validate(){return this.validateInput()}focus(){this.inputElement.focus()}disable(){this.inputElement.disabled=!![]}enable(){this.inputElement.disabled=![]}template(){var e;const n=[];if(this.params.label){const i=document.createElement("label");i.textContent=this.params.label,(null===(e=this.params.validation)||void 0===e?void 0:e.required)&&(i.textContent+="*"),i.setAttribute("for",this.params.name),n.push(i)}return this.inputElement=document.createElement("input"),this.inputElement.type=this.params.inputType,this.inputElement.placeholder=this.params.placeholder||"",this.inputElement.name=this.params.name,this.inputElement.id=this.params.name,this.params.autocomplete&&(this.inputElement.autocomplete=this.params.autocomplete?"on":"off"),this.params.className&&(this.inputElement.className=this.params.className),this.params.hostClassName&&this.addHostClasses(this.params.hostClassName),this.params.disabled&&(this.inputElement.disabled=!![]),this.params.value&&(this.inputElement.value=this.params.value),this.params.validation&&(this.params.validation.required&&(this.inputElement.required=!![]),void 0!==this.params.validation.min&&(this.inputElement.min=this.params.validation.min.toString()),void 0!==this.params.validation.max&&(this.inputElement.max=this.params.validation.max.toString()),this.params.validation.pattern&&(this.inputElement.pattern=this.params.validation.pattern)),"tel"===this.params.inputType&&(this.inputElement.addEventListener("keydown",this.handlePhoneKeydown.bind(this)),this.inputElement.addEventListener("input",this.formatPhoneNumber.bind(this))),"date"===this.params.inputType&&this.inputElement.addEventListener("input",this.formatDate.bind(this)),this.inputElement.addEventListener("blur",this.validateInput.bind(this)),this.inputElement.addEventListener("input",e=>{this.clearErrors(),this.params.onChange&&this.params.onChange(e.target.value)}),this.errorContainer=document.createElement("div"),this.errorContainer.className="error-container",n.push(this.inputElement),n.push(this.errorContainer),n}}class LceElementComponent extends HTMLElement{constructor(){super(),this.F=![],this.q=null,this.j=this.attachShadow({mode:"closed"})}initialize(e,n){if(this.F)return;if(!e||"string"!=typeof e)throw new Error("LceElementComponent: contentType must be a non-empty string");if(!(n&&n instanceof HTMLElement))throw new Error("LceElementComponent: contentElement must be a valid HTMLElement");if(this.setAttribute(e.toLowerCase(),""),!this.j)throw new Error("LceElementComponent: Shadow DOM container is not available");n&&"function"==typeof n.rerender&&(this.q=e=>{n.rerender(e||"LceElementRerender")}),this.j.appendChild(n),this.applyBasicStyles();const i=ThemeProviderService.getInstance(),o=i.getStylesheet(e);this.applyThemeStyles(o),this.F=!![],this.j=null}rerender(e){this.q&&this.q(e)}applyBasicStyles(){const e="\n :host {\n display: block;\n contain: layout style paint;\n isolation: isolate;\n }\n\n :host([drawer]),\n :host([address]),\n :host([buttons-cart-open]) {\n contain: none;\n isolation: auto;\n }\n ";try{if(this.isCSSStyleSheetSupported()){const n=new CSSStyleSheet;n.replaceSync(e),this.j.adoptedStyleSheets=[n,...this.j.adoptedStyleSheets]}else this.createFallbackStylesheet(e)}catch(R){this.createFallbackStylesheet(e)}}isCSSStyleSheetSupported(){try{if("undefined"==typeof CSSStyleSheet)return![];if("function"!=typeof CSSStyleSheet.prototype.replaceSync)return![];const e=new CSSStyleSheet;return e.replaceSync("/* test */"),!![]}catch(e){return![]}}applyThemeStyles(e){e.forEach(e=>{"string"==typeof e?this.createFallbackStylesheet(e):this.j.adoptedStyleSheets=[...this.j.adoptedStyleSheets,e]})}createFallbackStylesheet(e){const n=document.createElement("style");n.textContent=e,this.j&&this.j.appendChild(n)}}class PoweredByComponent extends BaseComponent{get hostClasses(){return["powered-by-container",this.params.context,this.getConfigs("global").layout.poweredByMode]}createPoweredBySection(){const e=document.createElement("div");e.className="pb-title-container";const n=document.createElement("span");n.className="pb-text",n.textContent="Powered by",e.appendChild(n);const i=document.createElement("span");i.className="pb-lc",i.textContent="LiquidCommerce",e.appendChild(i);const o=document.createElement("span");return o.className="pb-dot",o.textContent=".",e.appendChild(o),e}createDisclaimerSection(){const e=document.createElement("div");e.className="pb-disclaimer-container";const n=this.getDisclaimerConfig();return n.parts.forEach(n=>{"text"===n.type?e.appendChild(document.createTextNode(n.content)):"link"===n.type&&e.appendChild(this.createLink(n.href,n.text))}),e}getDisclaimerConfig(){return"checkout"===this.params.context?{parts:[{type:"text",content:"All orders are fulfilled by LiquidCommerce, which is owned and operated by ReserveBar Holdings Corp., an independent third party that facilitates transactions between customers and licensed retailers. By placing an order, you agree to "},{type:"link",href:"https://www.reservebar.com/privacy-policy.html",text:"LiquidCommerce's Privacy Policy"},{type:"text",content:" and "},{type:"link",href:"https://www.reservebar.com/terms-conditions",text:"Terms and Conditions of Sale"},{type:"text",content:"."}]}:{parts:[{type:"text",content:"LiquidCommerce is owned & operated by ReserveBar. See our "},{type:"link",href:"https://www.reservebar.com/privacy-policy.html",text:"Privacy Policy"},{type:"text",content:" and "},{type:"link",href:"https://www.reservebar.com/terms-conditions",text:"Terms & Conditions"},{type:"text",content:"."}]}}createLink(e,n){const i=document.createElement("a");return i.href=e,i.target="_blank",i.rel="noopener noreferrer",i.className="pb-link",i.textContent=n,i.setAttribute("role","link"),i.setAttribute("aria-label","Read "+n),i}template(){const e=this.createPoweredBySection(),n=this.createDisclaimerSection();return[e,n]}}class PromoCodeTickerComponent extends BaseComponent{constructor(){super(...arguments),this.applyButton=null,this.promoCodeApplied=![],this.currentActiveTicker=null}get hostClasses(){return["promo-ticker",this.params.context]}beforeSetupStoreWatchers(){this.reactiveOptions.watchOnlyStorePaths=["cart.promoCode","checkout.promoCode"]}onStoreWatch(e){const n=e.find(e=>"cart.promoCode"===e.path||"checkout.promoCode"===e.path);if(!n||!this.applyButton||!this.currentActiveTicker)return;const i=this.isPromoCodeApplied(this.currentActiveTicker.promoCode);i&&!this.promoCodeApplied?(this.applyButton.disabled=!![],this.applyButton.textContent="APPLIED",this.promoCodeApplied=!![]):!i&&this.promoCodeApplied&&(this.applyButton.disabled=![],this.applyButton.textContent="APPLY",this.promoCodeApplied=![])}isPromoCodeApplied(e){const n=this.store.get("cart.promoCode"),i=this.store.get("checkout.promoCode");return(null==n?void 0:n.code)===e||(null==i?void 0:i.code)===e}getActiveTickers(){var e;const n=this.store.get("address");return null===(e=this.params.tickers)||void 0===e?void 0:e.filter(e=>{var i;return isDateTimeInRange({startDate:e.activeFrom,endDate:e.activeUntil,addressState:null===(i=null==n?void 0:n.address)||void 0===i?void 0:i.state})})}selectCurrentTicker(e){return 0===e.length?null:e[0]}generateTextContent(e){const n=document.createElement("div");n.classList.add("promo-ticker__text-group");const i=e.text.map(e=>e.trim()).map(e=>e.substring(0,50)).filter(e=>""!==e.trim()).slice(0,5);for(const o of i){const i=o.trim();if(!i)continue;const r=document.createElement("span");r.classList.add("promo-ticker__text-item"),r.textContent=i,n.appendChild(r);const s=document.createElement("span");s.classList.add("promo-ticker__separator"),s.textContent=e.separator,n.appendChild(s)}return n}async handlePromoClick(){var e;(null===(e=this.currentActiveTicker)||void 0===e?void 0:e.promoCode)&&("cart"===this.params.context&&await this.commands.cart.applyPromoCode(this.currentActiveTicker.promoCode),"checkout"===this.params.context&&await this.commands.checkout.applyPromoCode(this.currentActiveTicker.promoCode))}template(){const e=this.getActiveTickers();if(this.currentActiveTicker=this.selectCurrentTicker(e),!this.currentActiveTicker)return[];this.promoCodeApplied=this.isPromoCodeApplied(this.currentActiveTicker.promoCode);const n=document.createElement("div");n.classList.add("promo-ticker__content");const i=document.createElement("div");i.classList.add("promo-ticker__track");for(let r=0;r<5;r++)i.appendChild(this.generateTextContent(this.currentActiveTicker));n.appendChild(i);const o=document.createElement("button");return o.type="button",o.classList.add("promo-ticker__cta"),o.textContent="APPLY",o.setAttribute("aria-label","Apply promo code"),this.promoCodeApplied&&(o.disabled=!![],o.textContent="APPLIED"),o.addEventListener("click",()=>this.handlePromoClick()),o.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handlePromoClick())}),this.applyButton=o,[n,o]}}const kt=LoggerFactory.get("ElementsClientHelper"),isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),getType=e=>null===e?"null":Array.isArray(e)?"array":typeof e;function deepMergeConfigs(e,n){if(!e||!n)return e;const i={...e},o=[];for(const r in n){const s=n[r],a=i[r];if(!(r in e)){o.push('Property "'+r+'" does not exist in target schema, skipping merge.');continue}const c=getType(s),l=getType(a);c===l?isObject(s)&&isObject(a)?i[r]=deepMergeConfigs(a,s):i[r]=s:o.push('Type mismatch for key "'+r+'": source is '+c+", target is "+l+". Skipping merge.")}return o.length>0&&kt.warn("Merging configurations with warnings:",o),i}const St=new Map([["global.layout.enablePersonalization",[o.PRODUCT,o.CART,o.CHECKOUT,o.ENGRAVING_FORM,o.ENGRAVING_VIEW,o.PRODUCT_INTERACTIONS,o.CART_ITEM,o.CHECKOUT_ITEM]],["global.layout.personalizationText",[o.PRODUCT,o.CART,o.CHECKOUT,o.ENGRAVING_FORM,o.ENGRAVING_VIEW,o.CART_ITEM]],["global.layout.personalizationCardStyle",[o.PRODUCT,o.CART,o.CHECKOUT,o.ENGRAVING_FORM,o.ENGRAVING_VIEW]],["global.layout.allowPromoCodes",[o.CART,o.CART_PROMO_CODE,o.CART_FOOTER,o.CHECKOUT_SUMMARY_SECTION,o.CHECKOUT_PC_GC]],["global.layout.inputFieldStyle",[o.CART,o.CHECKOUT,o.ADDRESS,o.INPUT,o.BIRTHDATE_INPUT,o.ADDRESS_INPUT,o.CHECKOUT_DELIVERY_INFORMATION_FORM,o.CHECKOUT_BUYER_INFORMATION_FORM,o.CHECKOUT_BILLING_FORM,o.CHECKOUT_PAYMENT_FORM,o.CART_PROMO_CODE]],["global.layout.showPoweredBy",[o.CART,o.CHECKOUT,o.CHECKOUT_COMPLETED,o.POWERED_BY,o.CART_FOOTER,o.CHECKOUT_SUMMARY_SECTION,o.CHECKOUT_PRESALE_EXPIRED]],["global.layout.poweredByMode",[o.POWERED_BY]],["product.layout.showImages",[o.PRODUCT,o.PRODUCT_IMAGE_CAROUSEL]],["product.layout.showTitle",[o.PRODUCT]],["product.layout.showDescription",[o.PRODUCT,o.PRODUCT_DESCRIPTION,o.PRODUCT_INTERACTIONS]],["product.layout.showQuantityCounter",[o.PRODUCT,o.PRODUCT_ADD_TO_CART_SECTION]],["product.layout.showOffHours",[o.PRODUCT,o.PRODUCT_RETAILERS,o.PRODUCT_RETAILERS_CAROUSEL,o.PRODUCT_RETAILERS_POPUP,o.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.quantityCounterStyle",[o.PRODUCT,o.PRODUCT_ADD_TO_CART_SECTION]],["product.layout.fulfillmentDisplay",[o.PRODUCT,o.PRODUCT_IMAGE_CAROUSEL,o.PRODUCT_RETAILERS]],["product.layout.enableShippingFulfillment",[o.PRODUCT,o.PRODUCT_RETAILERS,o.PRODUCT_RETAILERS_CAROUSEL,o.PRODUCT_RETAILERS_POPUP,o.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.enableOnDemandFulfillment",[o.PRODUCT,o.PRODUCT_RETAILERS,o.PRODUCT_RETAILERS_CAROUSEL,o.PRODUCT_RETAILERS_POPUP,o.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.addToCartButtonText",[o.PRODUCT,o.PRODUCT_ADD_TO_CART_SECTION,o.ENGRAVING_FORM]],["product.layout.addToCartButtonShowTotalPrice",[o.PRODUCT,o.PRODUCT_ADD_TO_CART_SECTION,o.ENGRAVING_FORM]],["product.layout.buyNowButtonText",[o.PRODUCT,o.PRODUCT_OPTIONS]],["product.layout.preSaleButtonText",[o.PRODUCT,o.PRODUCT_ADD_TO_CART_SECTION]],["cart.layout.showQuantityCounter",[o.CART,o.CART_ITEM_QUANTITY_PRICE]],["cart.layout.quantityCounterStyle",[o.CART,o.CART_ITEM_QUANTITY_PRICE]],["cart.layout.drawerHeaderText",[o.CART,o.CART_HEADER]],["cart.layout.goToCheckoutButtonText",[o.CART,o.CART_FOOTER]],["checkout.layout.emailOptIn",[o.CHECKOUT,o.CHECKOUT_SUMMARY_SECTION]],["checkout.layout.smsOptIn",[o.CHECKOUT,o.CHECKOUT_SUMMARY_SECTION]],["checkout.layout.allowGiftCards",[o.CHECKOUT,o.CHECKOUT_GIFT_CARDS,o.CHECKOUT_SUMMARY_SECTION,o.CHECKOUT_PC_GC]],["checkout.layout.legalMessage",[o.CHECKOUT,o.CHECKOUT_SUMMARY_SECTION,o.CHECKOUT_COMPLETED]],["checkout.layout.exitUrl",[o.CHECKOUT,o.CHECKOUT_COMPLETED]],["checkout.layout.thankYouButtonText",[o.CHECKOUT,o.CHECKOUT_COMPLETED]],["checkout.layout.drawerHeaderText",[o.CHECKOUT,o.CHECKOUT_HEADER]],["checkout.layout.placeOrderButtonText",[o.CHECKOUT,o.CHECKOUT_PLACE_ORDER_BUTTON]],["checkout.layout.placeOrderButtonShowRequiredFields",[o.CHECKOUT,o.CHECKOUT_PLACE_ORDER_BUTTON]],["checkout.layout.checkoutCompleted",[o.CHECKOUT_COMPLETED]]]);function getComponentTypesForLayoutFields(e,n){const i=new Set;for(const o of Object.keys(n)){const n=St.get(e+"."+o);if(n)for(const e of n)i.add(e)}return Array.from(i)}class ElementsBaseClient{constructor(e){this.clientPrepared=![],this.componentFactoryInitialized=![],this.cartDrawerCreated=![],this.gtmInitialized=![],this.injectedComponents=new Map,this.clientConfig=ClientConfigService.getInstance(),this.store=StoreService.getInstance(),this.commands=CommandService.getInstance(),this.apiClient=ApiClientService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.fingerPrintService=FingerPrintService.getInstance(),this.googleTagManager=GoogleTagManagerService.getInstance(),this.clientAction=ClientActionService.getInstance(),this.telemetry=TelemetryService.getInstance(),this.debugPanel=DebugPanelService.getInstance(),this.logger=LoggerFactory.get("Client"),this.authService=AuthService.getInstance({apiKey:e.apiKey,env:e.env,baseUrl:e.baseUrl})}async prepare(){try{if(this.clientPrepared)return;await this.prepareEssentialServices(),this.deferHeavyInitialization(),this.clientPrepared=!![],this.clientConfig.set("clientPrepared",!![])}catch(e){throw this.logger.error("Failed to prepare client",e),this.clientPrepared=![],this.clientConfig.set("clientPrepared",![]),e}}async prepareEssentialServices(){this.clientConfig.set("version",R.version),this.clientConfig.isProduction()?LoggerFactory.setEnableLogging(![]):this.clientConfig.isDebuggingEnabled()&&(LoggerFactory.setEnableLogging(!![]),this.logger.debug("🐞 Debugging mode is enabled"),this.clientConfig.isDebugPanelEnabled()&&(this.debugPanel.initialize(),this.logger.debug("🔧 Debug panel initialized"))),this.telemetry.isEnabled()&&(LoggerFactory.setTelemetryService(this.telemetry),this.logger.debug("📊 Telemetry initialized")),this.logger.debug("🔐 Starting authentication...");const e=await this.authService.authenticate();if(!e)throw this.clientPrepared=![],new Error("Authentication failed");this.logger.debug("✅ Authentication completed"),this.logger.debug("🌐 Setting up API client..."),await this.apiClient.setClient(this.authService),this.logger.debug("✅ API client setup completed"),this.logger.debug("⚙️ Loading configurations...");let n=await this.apiClient.getAllConfigs();this.logger.debug("✅ Configurations loaded"),this.clientConfig.set("partnerCode",n.configurations.partnerCode),this.clientConfig.set("partnerName",n.configurations.partnerName),this.logger.debug("🔍 Setting up fingerprinting and store...");const i=await this.fingerPrintService.getId(n.configurations.partnerCode),o=this.fingerPrintService.isLocalStorageWebApiAvailable();this.clientConfig.set("userDeviceId",i),this.clientConfig.set("isLocalStorageAvailable",o);const r=o?null:await this.apiClient.getPersistedStore(i);if(await this.store.initialize({userDeviceId:i,isLocalStorageAvailable:o,persistedStore:r}),this.logger.debug("✅ Store setup completed"),this.logger.debug("🎨 Initializing theme provider..."),this.clientConfig.hasCustomTheme()){const e=this.clientConfig.get("customTheme"),i=n.global.layout.showPoweredBy;n=deepMergeConfigs(n,e),n.global.layout.showPoweredBy=i}await this.themeProvider.initialize(n),this.logger.debug("✅ Theme provider initialized"),this.logger.debug("📦 Registering essential components..."),this.registerEssentialComponents(),this.logger.debug("✅ Essential components registered"),this.logger.debug("🎯 Essential services preparation completed")}deferHeavyInitialization(){setTimeout(async()=>{try{await this.initializeHeavyServices()}catch(e){this.logger.error("Heavy initialization failed",e)}},0)}async initializeHeavyServices(){const e=this.themeProvider.getConfigs("configurations");if(!this.gtmInitialized)try{await this.googleTagManager.initialize({partnerName:e.partnerName,partnerGtmId:e.googleTagManagerId,partnerEnableGaTracking:e.enablePartnerGaTracking,liquidCommerceEnableGaTracking:e.enableLiquidCommerceGaTracking,liquidCommerceGtmId:e.liquidCommerceGoogleTagManagerId}),this.gtmInitialized=!![]}catch(n){this.logger.error("GTM initialization failed",n)}try{this.isElementsEnabled()&&await this.commands.common.loadCart()}catch(i){this.logger.error("Cart pre-loading failed",i)}this.ensureCartDrawerExists(),this.ensureAllComponentsRegistered()}get actions(){return this.clientAction.actions}async processInjectElement(e){if(this.ensureAllComponentsRegistered(),!e||"object"!=typeof e)throw new Error("Parameters must be an object");const{type:n,containerId:i,...r}=e;if(!i||"string"!=typeof i)throw new Error("Container ID is required and must be a string");if(!n)throw new Error("Component type is required");const s=i.replace("#",""),a=document.getElementById(s);if(!a)return console.warn("Container with ID '"+s+"' not found"),null;a.innerHTML="";const c={type:e.type,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],...r},l=ComponentFactoryService.createElement(c);return safeReplaceChildren(a,l),e.type===o.CHECKOUT&&await this.commands.checkout.loadCheckout(),this.createInjectedComponentWrapper(s,e.type,l)}ensureCartDrawerExists(){if(!this.cartDrawerCreated)try{const e=ComponentFactoryService.createElement({type:o.DRAWER,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![]});document.body.appendChild(e),this.cartDrawerCreated=!![]}catch(e){this.logger.warn("Failed to create cart drawer:",e)}}ensureAllComponentsRegistered(){this.componentFactoryInitialized||(this.registerComponents(),this.componentFactoryInitialized=!![])}createInjectedComponentWrapper(e,n,i){const o={getType:()=>n,getElement:()=>document.getElementById(e),rerender:()=>{try{i&&"function"==typeof i.rerender?i.rerender("InjectedComponentRerender"):this.logger.warn("Component in container '"+e+"' does not support rerender")}catch(n){this.logger.warn("Failed to rerender component in container '"+e+"'")}}};return this.injectedComponents.set(e,o),o}rerenderInjectedComponentsByType(e){for(const[n,i]of this.injectedComponents)i.getType()===e&&i.rerender()}isElementsEnabled(){var e;try{const n=this.themeProvider.getConfigs("configurations");return null!==(e=null==n?void 0:n.isElementsEnabled)&&void 0!==e?e:![]}catch(n){return this.logger.warn("Could not check elements enabled status, defaulting to not enabled",n),!![]}}injectDisabledElementsError(e,n){const i=document.getElementById(e.replace("#",""));if(!i)return this.logger.warn("Container with ID '"+e+"' not found for disabled elements error"),void 0;let o;o=this.clientConfig.isProduction()?productionComponentError({title:"Element Unavailable",message:"We're sorry, this element is currently unavailable.",componentType:n}):componentError({message:"Elements is not enabled.",componentType:n}),i.innerHTML="",safeReplaceChildren(i,o)}registerEssentialComponents(){ComponentFactoryService.registerComponent(o.LCE_ELEMENT,LceElementComponent),ComponentFactoryService.registerComponent(o.DRAWER,DrawerComponent),ComponentFactoryService.registerComponent(o.BUTTONS_CART_OPEN,ButtonsOpenCartComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LOADING,ProductLoadingComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_CARD_LOADING,ProductListCardLoadingComponent),ComponentFactoryService.registerComponent(o.CART,AddressInputComponent),ComponentFactoryService.registerComponent(o.ADDRESS_INPUT,AddressInputComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST,ProductListComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_CARD,ProductListCardComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_FILTERS,ProductListFiltersComponent)}registerComponents(){this.componentFactoryInitialized||this.registerAllComponents()}registerAllComponents(){ComponentFactoryService.registerComponent(o.DRAWER,DrawerComponent),ComponentFactoryService.registerComponent(o.INPUT,InputComponent),ComponentFactoryService.registerComponent(o.BIRTHDATE_INPUT,BirthdateInputComponent),ComponentFactoryService.registerComponent(o.ENGRAVING_FORM,EngravingFormComponent),ComponentFactoryService.registerComponent(o.ENGRAVING_VIEW,EngravingViewComponent),ComponentFactoryService.registerComponent(o.BUTTONS_CART_OPEN,ButtonsOpenCartComponent),ComponentFactoryService.registerComponent(o.POWERED_BY,PoweredByComponent),ComponentFactoryService.registerComponent(o.LCE_ELEMENT,LceElementComponent),ComponentFactoryService.registerComponent(o.PURCHASE_MIN_ALERT,PurchaseMinAlertComponent),ComponentFactoryService.registerComponent(o.ALERT,AlertComponent),ComponentFactoryService.registerComponent(o.PROMO_CODE_TICKER,PromoCodeTickerComponent),ComponentFactoryService.registerComponent(o.ADDRESS,AddressComponent),ComponentFactoryService.registerComponent(o.ADDRESS_INPUT,AddressInputComponent),ComponentFactoryService.registerComponent(o.ADDRESS_DISPLAY,AddressDisplayComponent),ComponentFactoryService.registerComponent(o.PRODUCT,ProductComponent),ComponentFactoryService.registerComponent(o.PRODUCT_IMAGE_CAROUSEL,ProductImageCarouselComponent),ComponentFactoryService.registerComponent(o.PRODUCT_OPTIONS,ProductOptionsComponent),ComponentFactoryService.registerComponent(o.PRODUCT_DESCRIPTION,ProductDescriptionComponent),ComponentFactoryService.registerComponent(o.PRODUCT_INTERACTIONS,ProductInteractionsComponent),ComponentFactoryService.registerComponent(o.PRODUCT_ADD_TO_CART_SECTION,ProductAddToCartSectionComponent),ComponentFactoryService.registerComponent(o.PRODUCT_RETAILERS,ProductRetailersComponent),ComponentFactoryService.registerComponent(o.PRODUCT_RETAILERS_CAROUSEL,ProductRetailersCarouselComponent),ComponentFactoryService.registerComponent(o.PRODUCT_RETAILERS_POPUP,ProductRetailersPopupComponent),ComponentFactoryService.registerComponent(o.PRODUCT_RETAILERS_POPUP_LIST,ProductRetailersPopupListComponent),ComponentFactoryService.registerComponent(o.PRODUCT_PRICE,ProductPriceComponent),ComponentFactoryService.registerComponent(o.PRODUCT_DRAWER,ProductDrawerComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LOADING,ProductLoadingComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST,ProductListComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_CARD,ProductListCardComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_FILTERS,ProductListFiltersComponent),ComponentFactoryService.registerComponent(o.PRODUCT_LIST_CARD_LOADING,ProductListCardLoadingComponent),ComponentFactoryService.registerComponent(o.CART,CartComponent),ComponentFactoryService.registerComponent(o.CART_RETAILER,CartRetailerComponent),ComponentFactoryService.registerComponent(o.CART_ITEM,CartItemComponent),ComponentFactoryService.registerComponent(o.CART_FOOTER,CartFooterComponent),ComponentFactoryService.registerComponent(o.CART_ITEM_QUANTITY_PRICE,CartItemQuantityPriceComponent),ComponentFactoryService.registerComponent(o.CART_RETAILER_SUBTOTAL,CartRetailerSubtotalComponent),ComponentFactoryService.registerComponent(o.CART_PROMO_CODE,CartPromoCodeComponent),ComponentFactoryService.registerComponent(o.CART_HEADER,CartHeaderComponent),ComponentFactoryService.registerComponent(o.CART_BODY,CartBodyComponent),ComponentFactoryService.registerComponent(o.CART_FULFILLMENT,CartFulfillmentComponent),ComponentFactoryService.registerComponent(o.CHECKOUT,CheckoutComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_INFORMATION_SECTION,CheckoutInformationSectionComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PAYMENT_FORM,CheckoutPaymentFormComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_STRIPE_FORM,CheckoutStripeFormComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_BILLING_FORM,CheckoutBillingFormComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_SUMMARY_SECTION,CheckoutSummarySectionComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PROMO_CODE,CheckoutPromoCodeComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_GIFT_CARDS,CheckoutGiftCardsComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_AMOUNTS,CheckoutAmountsComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_ITEMS,CheckoutItemsComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_COMPLETED,CheckoutCompletedComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_DELIVERY_INFORMATION_FORM,CheckoutDeliveryInformationComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_BUYER_INFORMATION_FORM,CheckoutBuyerInformationComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_TIPS,CheckoutTipsComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PC_GC,CheckoutPcGcComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_ITEM,CheckoutItemComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_ITEM_QUANTITY,CheckoutItemQuantityComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PLACE_ORDER_BUTTON,CheckoutPlaceOrderButtonComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_HEADER,CheckoutHeaderComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PRESALE_COUNTDOWN,CheckoutPresaleCountdownComponent),ComponentFactoryService.registerComponent(o.CHECKOUT_PRESALE_EXPIRED,CheckoutPresaleExpiredComponent)}}class ElementsClient extends ElementsBaseClient{constructor(){super(...arguments),this.ui={cartButton:(e,n)=>{if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");this.ensureCartDrawerExists();const i=document.getElementById(e.replace("#",""));if(!i)throw new Error("Container with ID '"+e+"' not found");const r=ComponentFactoryService.createElement({type:o.BUTTONS_CART_OPEN,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],showItemsCount:n});i.innerHTML="",safeReplaceChildren(i,r)},floatingCartButton:e=>{this.ensureCartDrawerExists();const n=ComponentFactoryService.createElement({type:o.BUTTONS_CART_OPEN,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],classes:["independent"],showItemsCount:e});document.body.appendChild(n)},cartSubtotal:e=>{if(!e||"string"!=typeof e)throw new Error("Element ID is required and must be a string");const n=document.getElementById(e.replace("#",""));if(!n)throw new Error("Element with ID '"+e+"' not found");n.innerHTML="",n.classList.add("lce-cart-subtotal");const A=e=>{n.textContent=formatCentToDollarText(e)},i=this.store.get("cart.totals.subtotal")||0;A(i),this.store.watch("cart.totals",()=>{const e=this.store.get("cart.totals.subtotal")||0;A(e)})},cartItemsCount:e=>{if(!e||"string"!=typeof e)throw new Error("Element ID is required and must be a string");const n=document.getElementById(e.replace("#",""));if(!n)throw new Error("Element with ID '"+e+"' not found");n.innerHTML="",n.classList.add("lce-cart-items-count");const A=e=>{n.textContent=e.toString(),0===e?(n.style.visibility="hidden",n.classList.add("no-items")):(n.style.visibility="visible",n.classList.remove("no-items"))},i=this.store.get("cart.totals.quantity")||0;A(i),this.store.watch("cart.totals",()=>{const e=this.store.get("cart.totals.quantity")||0;A(e)})}}}async injectProductElement(e){if(!Array.isArray(e))throw new Error("Parameters must be an array");if(!this.isElementsEnabled()){for(const n of e)this.injectDisabledElementsError(n.containerId,o.PRODUCT);return[]}return await this.processInjectProduct(e)}async injectAddressElement(e,n){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:o.ADDRESS,containerId:e,options:n}):(this.injectDisabledElementsError(e,o.ADDRESS),null)}async injectCartElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:o.CART,containerId:e}):(this.injectDisabledElementsError(e,o.CART),null)}async injectCheckoutElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:o.CHECKOUT,containerId:e}):(this.injectDisabledElementsError(e,o.CHECKOUT),null)}async injectProductList(e){if(!this.isElementsEnabled())return this.injectDisabledElementsError(e.containerId,o.CHECKOUT),void 0;if(!e)throw new Error("Product list parameters are required");if(!e.containerId||"string"!=typeof e.containerId)throw new Error("Container ID is required and must be a string");if(e.rows&&("number"!=typeof e.rows||e.rows<1||e.rows>10))throw new Error("Rows must be a number between 1 and 10");if(e.columns&&("number"!=typeof e.columns||e.columns<1||e.columns>4))throw new Error("Columns must be a number between 1 and 4");if(e.cardVariant&&!Object.values(c).includes(e.cardVariant))throw new Error("Invalid card variant. Must be one of: "+Object.values(c).join(", "));if(e.filters&&!Array.isArray(e.filters))throw new Error("Filters must be an array");if(e.filters&&e.filters.length>0){const n=Object.values(l);for(const i of e.filters)if(!n.includes(i))throw new Error('Invalid filter type "'+i+'". Must be one of: '+n.join(", "))}if(e.productUrl&&"string"==typeof e.productUrl&&!e.productUrl.includes("{upc}")&&!e.productUrl.includes("{grouping}"))throw new Error('Product URL template must contain either {upc} or {grouping} placeholder. Received: "'+e.productUrl+'"');const n=document.getElementById(e.containerId.replace("#",""));if(!n)throw new Error("Container with ID '"+e.containerId+"' not found");const i=ComponentFactoryService.createElement({type:o.PRODUCT_LIST,wrapInLceElement:!![],cardVariant:e.cardVariant||c.STANDARD,fillCard:e.fillCard||![],rows:e.rows||4,columns:e.columns||4,filters:e.filters||[],productUrl:e.productUrl});safeReplaceChildren(n,i)}getInjectedComponents(){return this.injectedComponents}async processInjectProduct(e){if(this.ensureAllComponentsRegistered(),0===e.length)throw new Error("At least one product must be provided");e.length>20&&this.logger.warn("You can only inject up to 20 products at a time, limiting to 20 products");const n=e.slice(0,20),i=[],r=[];for(const o of n){if(!o||"object"!=typeof o){this.logger.warn("Invalid product parameter: must be an object");continue}if(!o.containerId||"string"!=typeof o.containerId){this.logger.warn("Container ID is required and must be a string for product with ID '"+o.identifier+"'");continue}const e=o.containerId.replace("#","").trim();if(!e){this.logger.warn("Container ID is required for product with ID '"+o.identifier+"'");continue}const n=document.getElementById(e);if(!n){this.logger.warn("Container with ID '"+e+"' not found for product '"+o.identifier+"'");continue}const r=i.every(n=>n.containerId!==e);if(!r){this.logger.warn("Duplicate container ID '"+e+"' found, skipping");continue}if(!o.identifier||"string"!=typeof o.identifier){this.logger.warn("Product identifier is required and must be a string for container ID '"+e+"'");continue}const s=i.every(e=>e.identifier!==o.identifier);s?i.push({containerId:e,identifier:o.identifier}):this.logger.warn("Duplicate product identifier '"+o.identifier+"' found, skipping")}for(const s of i){const e=ComponentFactoryService.createElement({type:o.PRODUCT,useShadowDom:!![],productId:s.identifier,isIndependentComponent:!![],wrapInLceElement:!![]}),n=document.getElementById(s.containerId);n?(n.innerHTML="",safeReplaceChildren(n,e),r.push(this.createInjectedComponentWrapper(s.containerId,o.PRODUCT,e)),await this.commands.product.createProductInstance(s.identifier,!![])):this.logger.warn("Product ("+s.identifier+") container with ID '"+s.containerId+"' not found")}return await this.commands.product.loadMultipleProducts(i.map(e=>e.identifier)),r}}async function Elements(e,i){try{const o=ClientConfigService.getInstance();o.initialize(e,{env:i.env,isBuilder:![],debugMode:i.debugMode,customTheme:i.customTheme,proxy:i.proxy,promoTicker:i.promoTicker});const r=o.getConfigs();SingletonManager.setClientConstructor(ElementsClient);const s=await SingletonManager.getClient(r);if(!s.clientPrepared)throw new Error("Failed to initialize properly");const a={injectProductElement:s.injectProductElement.bind(s),injectAddressElement:s.injectAddressElement.bind(s),injectCartElement:s.injectCartElement.bind(s),injectCheckoutElement:s.injectCheckoutElement.bind(s),injectProductList:s.injectProductList.bind(s),ui:s.ui,actions:s.actions,getInjectedComponents:s.getInjectedComponents.bind(s)};window.elements=a;const c=PubSubService.getInstance();return c.publishAction(n.CLIENT_READY,{isReady:!![],message:"Client Is Ready",timestamp:Date.now(),version:o.get("version")}),a}catch(o){try{const e=LoggerFactory.get("ElementsClientInit");e.error("Elements Client Initialization failed",o)}catch(r){console.error("[LiquidCommerce Elements] Client initialization failed:",null==o?void 0:o.message)}try{const e=ClientConfigService.getInstance(),i=PubSubService.getInstance();i.publishAction(n.CLIENT_READY,{isReady:![],message:"Initialization failed: "+(null==o?void 0:o.message),timestamp:Date.now(),version:e.get("version")||"unknown"})}catch(s){console.warn("[LiquidCommerce Elements] Could not fire error event - services unavailable")}return null}}function pairsFromMainScript(e){const n=[];try{const o=e.getAttributeNames().filter(e=>"data-product"===e.substring(0,12));for(const r of o)try{const i=r.match(/^data-product(-(.+))?$/),o=(null==i?void 0:i[2])?"-"+i[2]:"",s="data-container"+o;if(e.hasAttribute(s)){const i=e.getAttribute(s),o=e.getAttribute(r);i&&o&&n.push({containerId:i,identifier:o})}}catch(i){console.error("[LiquidCommerce Elements Auto Initialization] Error processing product attribute:",i)}}catch(o){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from main script:",o)}return n}function pairsFromProductsScript(){const e=[];try{const i=document.querySelectorAll("script[data-liquid-commerce-elements-products]");for(const o of i)try{const n=JSON.parse(o.textContent||"[]");if(!Array.isArray(n))continue;for(const i of n)i.containerId&&i.identifier&&e.push({containerId:i.containerId,identifier:i.identifier})}catch(n){console.error("[LiquidCommerce Elements Auto Initialization] Invalid JSON in data-liquid-commerce-elements-products script",n)}}catch(i){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from products script:",i)}return e}function pairsFromAttributedElements(){const e=[];try{const i=document.querySelectorAll("div[data-lce-product]");for(const o of i)try{const n="lcep-"+(Date.now().toString(36)+Math.random().toString(36).substring(2,15));o.setAttribute("id",n);const i=o.getAttribute("data-lce-product");n&&i&&e.push({containerId:n,identifier:i})}catch(n){console.error("[LiquidCommerce Elements Auto Initialization] Error processing attributed element:",n)}}catch(i){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from attributed elements:",i)}return e}function startsWithLcePrefix(e){return null!==e&&"lce_"===e.substring(0,4)}async function addProductToCartViaQueryParam(e,n){const i=n.getAttribute("data-product-param"),o=n.getAttribute("data-product-fulfillment-type-param");if(!i)return;if(!startsWithLcePrefix(i))return console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring product query parameter "'+i+'" because it does not start with "lce_" prefix.'),void 0;const s=new URLSearchParams(window.location.search),a=s.get(i);if(!a)return;let c=r.SHIPPING;if(o)if(startsWithLcePrefix(o)){const e=s.get(o);e!==r.ON_DEMAND&&e!==r.SHIPPING||(c=e)}else console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring product fulfillment type query parameter "'+o+'" because it does not start with "lce_" prefix.');try{await e.actions.cart.addProduct([{identifier:a,fulfillmentType:c,quantity:1}],!![])}catch(l){console.error("[LiquidCommerce Elements Auto Initialization] Failed to add product from query parameter to cart:",l)}}async function addPromoCodeToCartViaQueryParam(e,n){const i=n.getAttribute("data-promo-code-param");if(!i)return;if(!startsWithLcePrefix(i))return console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring promo code query parameter "'+i+'" because it does not start with "lce_" prefix.'),void 0;const o=new URLSearchParams(window.location.search),r=o.get(i);if(r)try{await e.actions.cart.applyPromoCode(r)}catch(s){console.error("[LiquidCommerce Elements Auto Initialization] Failed to apply promo code from query parameter to cart:",s)}}async function setupCartButton(e,n){var i,o,r;const s=n.hasAttribute("data-cart-button-hidden");if(s)return;const a=n.getAttribute("data-cart-button"),c=n.getAttribute("data-cart-badge-button"),l=a||c,u=!!c;if(!l)return console.warn("[LiquidCommerce Elements Auto Initialization] No cart button position specified. Using floating button."),e.ui.floatingCartButton(u),void 0;const h=l.match(/^(above|below|replace|inside):(.+)$/),m=h?h[1]:"inside";let f=h?h[2]:l;"#"!==f.substring(0,1)&&"."!==f.substring(0,1)&&-1===f.indexOf(" ")&&(f="#"+f);const g=document.querySelector(f);if(!g)return console.warn('[LiquidCommerce Elements Auto Initialization] Cart target "'+f+'" not found. Using floating button.'),e.ui.floatingCartButton(u),void 0;const v=document.createElement("div");switch(v.classList.add("lce-cart-button-container"),v.id="lce-cart-button-"+Date.now(),m){case"above":null===(i=g.parentNode)||void 0===i?void 0:i.insertBefore(v,g);break;case"below":null===(o=g.parentNode)||void 0===o?void 0:o.insertBefore(v,g.nextSibling);break;case"replace":null===(r=g.parentNode)||void 0===r?void 0:r.replaceChild(v,g);break;default:g.appendChild(v)}e.ui.cartButton(v.id,u)}async function initializeProductsList(e){const n=document.querySelector("div[data-liquid-commerce-elements-products-list]");if(!n)return;const i="lce-products-list-container";n.className="lce-products-list-container",n.id=i;const o=n.getAttribute("data-card")||"standard",r=n.hasAttribute("data-card-fill"),s=Number.parseInt(n.getAttribute("data-rows")||"3",10)||3,a=Number.parseInt(n.getAttribute("data-columns")||"4",10)||4,c=n.getAttribute("data-filters"),l=n.getAttribute("data-product-url")||void 0;let u=[];c&&(u=c.split(",").map(e=>e.trim()).filter(e=>e.length>0)),await e.injectProductList({containerId:i,rows:s,columns:a,cardVariant:o,fillCard:r,filters:u,productUrl:l})}async function ElementsAutoInitialize(){var n,i,o,r,a,c;try{const c=document.querySelector("script[data-liquid-commerce-elements]");if(!c)return;const g=c.getAttribute("data-token"),v=c.getAttribute("data-env")||e.PRODUCTION,y=c.getAttribute("data-debug-mode");if(!g)throw new Error("Missing API Key (data-token attribute).");const b=c.getAttribute("data-promo-code"),x=c.getAttribute("data-promo-text"),w=null!==(n=c.getAttribute("data-promo-separator"))&&void 0!==n?n:"•",C=null!==(i=c.getAttribute("data-promo-active-from"))&&void 0!==i?i:void 0,k=null!==(o=c.getAttribute("data-promo-active-until"))&&void 0!==o?o:void 0,S=pairsFromMainScript(c),E=pairsFromProductsScript(),_=pairsFromAttributedElements(),P=[...S,...E,..._],T=b&&x&&C&&k?{promoCode:b,text:x.split("|").map(e=>e.trim()).filter(e=>e.length>0),separator:w,activeFrom:null===(r=new Date(C))||void 0===r?void 0:r.toISOString(),activeUntil:null===(a=new Date(k))||void 0===a?void 0:a.toISOString()}:void 0;let D=s.NONE;y&&v!==e.PRODUCTION&&(D=y);const F=await Elements(g,{env:v,debugMode:D,promoTicker:T?[T]:void 0});if(!F)throw new Error("Failed to initialize client.");if(0!==P.length)try{await F.injectProductElement(P)}catch(l){console.error("[LiquidCommerce Elements Auto Initialization] Failed to inject product elements:",l)}try{await setupCartButton(F,c)}catch(u){console.error("[LiquidCommerce Elements Auto Initialization] Failed to setup cart button:",u)}try{await initializeProductsList(F)}catch(h){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize products list:",h)}try{await addProductToCartViaQueryParam(F,c)}catch(m){console.error("[LiquidCommerce Elements Auto Initialization] Failed to process product query parameter:",m)}try{await addPromoCodeToCartViaQueryParam(F,c)}catch(f){console.error("[LiquidCommerce Elements Auto Initialization] Failed to process promo code query parameter:",f)}}catch(g){console.error("[LiquidCommerce Elements Auto Initialization]",null!==(c=null==g?void 0:g.message)&&void 0!==c?c:String(g))}}function triggerElementsAutoInit(){try{"loading"===document.readyState?document.addEventListener("DOMContentLoaded",async()=>{setTimeout(async()=>{try{await ElementsAutoInitialize()}catch(R){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize:",R)}},50)}):setTimeout(async()=>{try{await ElementsAutoInitialize()}catch(R){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize:",R)}},50)}catch(R){console.error("[LiquidCommerce Elements Auto Initialization] Failed to setup initialization:",R)}}function isSDKError(e,n){if(!e||"object"!=typeof e)return n?isSDKSource(n):![];const i=String((null==e?void 0:e.message)||""),o=/liquidcommerce\s+elements/i.test(i),r=String((null==e?void 0:e.stack)||""),s=(null==e?void 0:e.source)||n||"",a=[/@[/\\](?:core|modules|constants|enums|interfaces|utils|static)[/\\]/,/[./]*[/\\](?:core|modules|constants|enums|interfaces|utils|static)[/\\]/,/node_modules[/\\]@liquidcommerce[/\\]elements-sdk[/\\]/i,/elements-sdk[/\\](?:src[/\\])?(?:core|modules)[/\\]/i,/chunk-[a-z0-9]+.*elements/i],c=[/\bElements\b(?!\w)/,/\bElementsBuilder\b/,/\bLiquidCommerceElements\b/,/BaseComponent/,/Elements(?:Base)?Client/,/(?:Auth|Store|Command|ApiClient|Telemetry|FingerPrint|GoogleTagManager|ClientConfig|ThemeProvider|ComponentFactory|PubSub|CircuitBreaker|SingletonManager|DebugPanel)Service/,/(?:Cart|Product|Checkout|Address|ProductList|UI|Common)Commands/,/(?:Product|Cart|Checkout|Address|ProductList).*Component/],l=[/(?:service|commands|component)\.(?:ts|js)/,/auto-initialize\.(?:ts|js)/,/elements-(?:base-|builder-)?client\.(?:ts|js)/],u=[/elements-sdk[/\\]/i,/modules[/\\](?:cart|product|checkout|address|product-list|theme-provider|ui-components)[/\\]/,/core[/\\](?:auth|store|command|api-client|telemetry|fingerprint|google-tag-manager|client|component-factory|pubsub|circuit-breaker|singleton-manager|debug-panel)[/\\]/,/@liquidcommerce[/\\]elements-sdk/i],h=isSDKSource(s),m=a.some(e=>e.test(r)),f=c.some(e=>e.test(r)),g=l.some(e=>e.test(r)),v=u.some(e=>e.test(r));return o||h||m||f||g||v}function isSDKSource(e){if(!e||"string"!=typeof e)return![];const n=[/\/elements\.js$/i,/\/index\.esm\.js$/i,/@liquidcommerce\/elements-sdk/i,/node_modules[/\\]@liquidcommerce[/\\]elements-sdk/i,/@liquidcommerce[/\\]elements-sdk[/\\]/i,/\/elements-sdk[/\\]/i,/elements-sdk[/\\]src/i,/elements[-.]?[a-z0-9]*\.js$/i,/chunk.*elements/i,/elements.*chunk/i,/\?.*elements\.js/i,/#.*elements\.js/i];return n.some(n=>n.test(e))}class ElementsBuilderClient extends ElementsBaseClient{async updateComponentGlobalConfigs(e){try{if(!e)throw new Error("Global theme configuration is required");if(this.themeProvider.updateComponentGlobalConfigs(e),e.layout&&Object.keys(e.layout).length>0){await this.commands.product.rerenderAllProducts(),this.commands.cart.rerenderCart(),this.commands.checkout.rerenderCheckout();for(const n of getComponentTypesForLayoutFields("global.layout",e.layout))this.rerenderInjectedComponentsByType(n)}this.logger.info("✅ Global theme configuration updated - changes applied to all components")}catch(n){throw this.logger.error("❌ Failed to update global theme configuration",n),new Error("Global theme update failed")}}async updateProductComponent(e){try{if(!e)throw new Error("Product component configuration is required");if(this.themeProvider.updateProductComponent(e),e.layout&&Object.keys(e.layout).length>0){await this.commands.product.rerenderAllProducts();for(const n of getComponentTypesForLayoutFields("product.layout",e.layout))this.rerenderInjectedComponentsByType(n)}this.logger.info("✅ Product component theme updated - changes applied to product elements")}catch(n){throw this.logger.error("❌ Failed to update product component theme",n),new Error("Product theme update failed")}}updateCartComponent(e){try{if(!e)throw new Error("Cart component configuration is required");if(this.themeProvider.updateCartComponent(e),e.layout&&Object.keys(e.layout).length>0){this.commands.cart.rerenderCart();for(const n of getComponentTypesForLayoutFields("cart.layout",e.layout))this.rerenderInjectedComponentsByType(n)}this.logger.info("✅ Cart component theme updated - changes applied to cart elements")}catch(n){throw this.logger.error("❌ Failed to update cart component theme",n),new Error("Cart theme update failed")}}updateCheckoutComponent(e){try{if(!e)throw new Error("Checkout component configuration is required");if(this.themeProvider.updateCheckoutComponent(e),e.layout&&Object.keys(e.layout).length>0){this.commands.checkout.rerenderCheckout();for(const n of getComponentTypesForLayoutFields("checkout.layout",e.layout))this.rerenderInjectedComponentsByType(n)}this.logger.info("✅ Checkout component theme updated - changes applied to checkout elements")}catch(n){throw this.logger.error("❌ Failed to update checkout component theme",n),new Error("Checkout theme update failed")}}updateAddressComponent(e){try{if(!e)throw new Error("Address component configuration is required");this.themeProvider.updateAddressComponent(e),this.logger.info("✅ Address component theme updated - changes applied to address elements")}catch(n){throw this.logger.error("❌ Failed to update address component theme",n),new Error("Address theme update failed")}}async injectElement(e){if(!e)throw new Error("Parameters are required");if(!e.containerId||"string"!=typeof e.containerId)throw new Error("Container ID is required and must be a string");if(!e.type)throw new Error("Component type is required");return await this.processInjectElement(e)}async injectProductElement(e){if(!Array.isArray(e))throw new Error("Parameters must be an array");return await this.processInjectProduct(e)}async injectAddressElement(e,n){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return await this.processInjectElement({type:o.ADDRESS,containerId:e,options:n})}async injectCartElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return await this.processInjectElement({type:o.CART,containerId:e})}async injectCheckoutElement(e,n){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");const i=await this.processInjectElement({type:o.CHECKOUT,containerId:e});if(null==n?void 0:n.simulatePresale){const e=n.presaleExpiresInMinutes||15,i=new Date;i.setMinutes(i.getMinutes()+e),this.store.set("checkout.isPresaleLocked",!![]),this.store.set("checkout.presaleExpiresAt",i.toISOString()),this.logger.info("✅ Builder presale simulation activated - expires in "+e+" minutes")}return i}async processInjectProduct(e){if(this.ensureAllComponentsRegistered(),0===e.length)throw new Error("At least one product must be provided");e.length>20&&this.logger.warn("You can only inject up to 20 products at a time, limiting to 20 products");const n=e.slice(0,20),i=[],r=[];for(const o of n){if(!o||"object"!=typeof o){this.logger.warn("Invalid product parameter: must be an object");continue}if(!o.containerId||"string"!=typeof o.containerId){this.logger.warn("Container ID is required and must be a string for product with ID '"+o.identifier+"'");continue}const e=o.containerId.replace("#","").trim();if(!e){this.logger.warn("Container ID is required for product with ID '"+o.identifier+"'");continue}const n=document.getElementById(e);if(!n){this.logger.warn("Container with ID '"+e+"' not found for product '"+o.identifier+"'");continue}const r=i.every(n=>n.containerId!==e);if(!r){this.logger.warn("Duplicate container ID '"+e+"' found, skipping");continue}if(!o.identifier||"string"!=typeof o.identifier){this.logger.warn("Product identifier is required and must be a string for container ID '"+e+"'");continue}const s=i.every(e=>e.identifier!==o.identifier);s?i.push({containerId:e,identifier:o.identifier}):this.logger.warn("Duplicate product identifier '"+o.identifier+"' found, skipping")}for(const s of i){const e=ComponentFactoryService.createElement({type:o.PRODUCT,useShadowDom:!![],productId:s.identifier,isIndependentComponent:!![],wrapInLceElement:!![]}),n=document.getElementById(s.containerId);n?(n.innerHTML="",n.appendChild(e),r.push(this.createInjectedComponentWrapper(s.containerId,o.PRODUCT,e)),await this.commands.product.createProductInstance(s.identifier,!![])):this.logger.warn("Product ("+s.identifier+") container with ID '"+s.containerId+"' not found")}return await this.commands.product.loadMultipleProducts(i.map(e=>e.identifier)),r}}async function ElementsBuilder(e,i){try{const o=ClientConfigService.getInstance();o.initialize(e,{env:i.env,isBuilder:!![],debugMode:i.debugMode,customTheme:i.customTheme,proxy:void 0,promoTicker:i.promoTicker});const r=o.getConfigs();SingletonManager.setClientConstructor(ElementsBuilderClient);const s=await SingletonManager.getClient(r);if(!s.clientPrepared)throw new Error("Failed to initialize properly");const a={updateComponentGlobalConfigs:s.updateComponentGlobalConfigs.bind(s),updateProductComponent:s.updateProductComponent.bind(s),updateAddressComponent:s.updateAddressComponent.bind(s),updateCartComponent:s.updateCartComponent.bind(s),updateCheckoutComponent:s.updateCheckoutComponent.bind(s),injectElement:s.injectElement.bind(s),injectProductElement:s.injectProductElement.bind(s),injectAddressElement:s.injectAddressElement.bind(s),injectCartElement:s.injectCartElement.bind(s),injectCheckoutElement:s.injectCheckoutElement.bind(s),actions:s.actions};window.elementsBuilder=a;const c=PubSubService.getInstance();return c.publishAction(n.CLIENT_READY,{isReady:!![],message:"Builder Client Is Ready",timestamp:Date.now(),version:o.get("version")}),a}catch(o){try{const e=LoggerFactory.get("ElementsBuilderClientInit");e.error("Elements Builder Client Initialization failed",o)}catch(r){console.error("[LiquidCommerce Elements] Builder Client initialization failed:",null==o?void 0:o.message)}try{const e=ClientConfigService.getInstance(),i=PubSubService.getInstance();i.publishAction(n.CLIENT_READY,{isReady:![],message:"Builder initialization failed: "+(null==o?void 0:o.message),timestamp:Date.now(),version:e.get("version")||"unknown"})}catch(s){console.warn("[LiquidCommerce Elements] Could not fire error event - services unavailable")}return null}}if(void 0===window.customElements)console.error("[LiquidCommerce Elements] SDK requires support for Web Components. Please include a Web Components polyfill for older browsers.");else if(void 0===HTMLElement.prototype.attachShadow)console.error("[LiquidCommerce Elements] SDK requires support for Shadow DOM. Please include a Shadow DOM polyfill for older browsers.");else try{const e=window.onerror;window.onerror=(n,i,o,r,s)=>isSDKError(s,i)?(console.error("[LiquidCommerce Elements] Unhandled SDK error:",{message:n,source:i,lineno:o,colno:r,error:s}),!![]):e?e(n,i,o,r,s):![];const n=window.onunhandledrejection;window.onunhandledrejection=e=>{if(e.reason&&isSDKError(e.reason))return console.error("[LiquidCommerce Elements] Unhandled SDK promise rejection:",e.reason),e.preventDefault(),void 0;n&&n.call(window,e)};try{initializeDOMPolyfills()}catch(Et){console.error("[LiquidCommerce Elements] DOM polyfills initialization failed:",Et)}try{triggerElementsAutoInit()}catch(_t){console.error("[LiquidCommerce Elements] Auto-initialization failed:",_t)}}catch(Pt){console.error("[LiquidCommerce Elements] SDK initialization failed:",Pt)}initializeDOMPolyfills(),window.Elements=Elements,window.ElementsBuilder=ElementsBuilder,exports.Elements=Elements,exports.ElementsBuilder=ElementsBuilder,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});
1
+ (function(e,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports):"function"==typeof define&&define.amd?define(["exports"],i):(e="undefined"!=typeof globalThis?globalThis:e||self,i(e.LiquidCommerceElements={}))})(this,function(exports){"use strict";function polyfillReplaceChildren(){"undefined"!=typeof Element&&"replaceChildren"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.replaceChildren=function(...e){for(;this.firstChild;)this.removeChild(this.firstChild);for(const i of e)"string"==typeof i?this.appendChild(document.createTextNode(i)):this.appendChild(i)})}function polyfillPrepend(){"undefined"!=typeof Element&&"prepend"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.prepend=function(...e){const i=document.createDocumentFragment();for(const r of e)"string"==typeof r?i.appendChild(document.createTextNode(r)):i.appendChild(r);this.insertBefore(i,this.firstChild)})}function polyfillRemove(){"undefined"!=typeof Element&&"remove"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.remove=function(){this.parentNode&&this.parentNode.removeChild(this)})}function polyfillReplaceWith(){"undefined"!=typeof Element&&"replaceWith"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.replaceWith=function(...e){const i=this.parentNode;if(!i)return;const r=document.createDocumentFragment();for(const s of e)"string"==typeof s?r.appendChild(document.createTextNode(s)):r.appendChild(s);i.replaceChild(r,this)})}function polyfillBefore(){"undefined"!=typeof Element&&"before"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.before=function(...e){const i=this.parentNode;if(!i)return;const r=document.createDocumentFragment();for(const s of e)"string"==typeof s?r.appendChild(document.createTextNode(s)):r.appendChild(s);i.insertBefore(r,this)})}function polyfillAfter(){"undefined"!=typeof Element&&"after"in Element.prototype||"undefined"!=typeof Element&&(Element.prototype.after=function(...e){const i=this.parentNode;if(!i)return;const r=document.createDocumentFragment();for(const s of e)"string"==typeof s?r.appendChild(document.createTextNode(s)):r.appendChild(s);i.insertBefore(r,this.nextSibling)})}function polyfillObjectFromEntries(){"undefined"!=typeof Object&&"fromEntries"in Object||"undefined"!=typeof Object&&(Object.fromEntries=e=>{const i={};for(const[r,s]of e)i[r]=s;return i})}function safeScrollIntoView(e,i){try{i&&"function"==typeof e.scrollIntoView?e.scrollIntoView(i):e.scrollIntoView()}catch(r){try{e.scrollIntoView()}catch(s){console.warn("scrollIntoView failed:",s)}}}function initializeDOMPolyfills(){try{polyfillReplaceChildren(),polyfillPrepend(),polyfillRemove(),polyfillReplaceWith(),polyfillBefore(),polyfillAfter(),polyfillObjectFromEntries()}catch(U){console.warn("DOM polyfills initialization failed:",U)}}function safeReplaceChildren(e,...i){try{if("replaceChildren"in e&&"function"==typeof e.replaceChildren)e.replaceChildren(...i);else{for(;e.firstChild;)e.removeChild(e.firstChild);for(const r of i)"string"==typeof r?e.appendChild(document.createTextNode(r)):e.appendChild(r)}}catch(r){console.error("replaceChildren operation failed:",r),1===i.length&&"string"==typeof i[0]&&(e.innerHTML=i[0])}}const e={LOCAL:"local",DEVELOPMENT:"development",STAGING:"staging",PRODUCTION:"production"},i={CLIENT_READY:"client_ready",PRODUCT_LOADED:"product_loaded",PRODUCT_QUANTITY_INCREASE:"product_quantity_increase",PRODUCT_QUANTITY_DECREASE:"product_quantity_decrease",PRODUCT_ADD_TO_CART:"product_add_to_cart",PRODUCT_SIZE_CHANGED:"product_size_changed",PRODUCT_FULFILLMENT_TYPE_CHANGED:"product_fulfillment_type_changed",PRODUCT_FULFILLMENT_CHANGED:"product_fulfillment_changed",CART_LOADED:"cart_loaded",CART_CLOSED:"cart_closed",CART_OPENED:"cart_opened",CART_UPDATED:"cart_updated",CART_FAILED:"cart_failed",CART_RESET:"cart_reset",CART_ITEM_ADDED:"cart_item_added",CART_ITEM_REMOVED:"cart_item_removed",CART_ITEM_QUANTITY_INCREASE:"cart_item_quantity_increase",CART_ITEM_QUANTITY_DECREASE:"cart_item_quantity_decrease",CART_ITEM_ENGRAVING_UPDATED:"cart_item_engraving_updated",CART_PROMO_CODE_APPLIED:"cart_promo_code_applied",CART_PROMO_CODE_REMOVED:"cart_promo_code_removed",CART_PROMO_CODE_FAILED:"cart_promo_code_failed",CART_PRODUCT_ADD_SUCCESS:"cart_product_add_success",CART_PRODUCT_ADD_FAILED:"cart_product_add_failed",ADDRESS_UPDATED:"address_updated",ADDRESS_CLEARED:"address_cleared",ADDRESS_FAILED:"address_failed",CHECKOUT_LOADED:"checkout_loaded",CHECKOUT_OPENED:"checkout_opened",CHECKOUT_CLOSED:"checkout_closed",CHECKOUT_FAILED:"checkout_failed",CHECKOUT_IS_GIFT_TOGGLED:"checkout_is_gift_toggled",CHECKOUT_BILLING_SAME_AS_SHIPPING_TOGGLED:"checkout_billing_same_as_shipping_toggled",CHECKOUT_MARKETING_PREFERENCES_TOGGLED:"checkout_marketing_preferences_toggled",CHECKOUT_CUSTOMER_INFORMATION_UPDATED:"checkout_customer_information_updated",CHECKOUT_BILLING_INFORMATION_UPDATED:"checkout_billing_information_updated",CHECKOUT_GIFT_INFORMATION_UPDATED:"checkout_gift_information_updated",CHECKOUT_ITEM_REMOVED:"checkout_item_removed",CHECKOUT_ITEM_QUANTITY_INCREASE:"checkout_item_quantity_increase",CHECKOUT_ITEM_QUANTITY_DECREASE:"checkout_item_quantity_decrease",CHECKOUT_ITEM_ENGRAVING_UPDATED:"checkout_item_engraving_updated",CHECKOUT_TIP_UPDATED:"checkout_tip_updated",CHECKOUT_SUBMIT_STARTED:"checkout_submit_started",CHECKOUT_SUBMIT_COMPLETED:"checkout_submit_completed",CHECKOUT_SUBMIT_FAILED:"checkout_submit_failed",CHECKOUT_PROMO_CODE_APPLIED:"checkout_promo_code_applied",CHECKOUT_PROMO_CODE_REMOVED:"checkout_promo_code_removed",CHECKOUT_PROMO_CODE_FAILED:"checkout_promo_code_failed",CHECKOUT_GIFT_CARD_APPLIED:"checkout_gift_card_applied",CHECKOUT_GIFT_CARD_REMOVED:"checkout_gift_card_removed",CHECKOUT_GIFT_CARD_FAILED:"checkout_gift_card_failed",CHECKOUT_PRODUCT_ADD_SUCCESS:"checkout_product_add_success",CHECKOUT_PRODUCT_ADD_FAILED:"checkout_product_add_failed"},r={CUSTOMER:"customer",GIFT:"gift",BILLING:"billing"},s={DRAWER:"drawer",INPUT:"input",BIRTHDATE_INPUT:"birthdate-input",ENGRAVING_FORM:"engraving-form",ENGRAVING_VIEW:"engraving-view",BUTTONS_CART_OPEN:"buttons-cart-open",POWERED_BY:"powered-by",LCE_ELEMENT:"lce-element",PURCHASE_MIN_ALERT:"purchase-min-alert",ALERT:"alert",PROMO_CODE_TICKER:"promo-code-ticker",ADDRESS:"address",ADDRESS_INPUT:"address-input",ADDRESS_DISPLAY:"address-display",PRODUCT:"product",PRODUCT_IMAGE_CAROUSEL:"product-image-carousel",PRODUCT_OPTIONS:"product-options",PRODUCT_INTERACTIONS:"product-interactions",PRODUCT_DESCRIPTION:"product-description",PRODUCT_RETAILERS:"product-retailers",PRODUCT_RETAILERS_CAROUSEL:"product-retailers-carousel",PRODUCT_RETAILERS_POPUP:"product-retailers-popup",PRODUCT_RETAILERS_POPUP_LIST:"product-retailers-popup-list",PRODUCT_PRICE:"product-price",PRODUCT_ADD_TO_CART_SECTION:"product-add-to-cart-section",PRODUCT_DRAWER:"product-drawer",PRODUCT_LOADING:"product-loading",PRODUCT_LIST:"product-list",PRODUCT_LIST_CARD:"product-list-card",PRODUCT_LIST_FILTERS:"product-list-filters",PRODUCT_LIST_CARD_LOADING:"product-list-card-loading",CART:"cart",CART_RETAILER:"cart-retailer",CART_ITEM:"cart-item",CART_FOOTER:"cart-footer",CART_ITEM_QUANTITY_PRICE:"cart-item-quantity-price",CART_RETAILER_SUBTOTAL:"cart-retailer-subtotal",CART_PROMO_CODE:"cart-promo-code",CART_HEADER:"cart-header",CART_BODY:"cart-body",CART_FULFILLMENT:"cart-fulfillment",CHECKOUT:"checkout",CHECKOUT_INFORMATION_SECTION:"checkout-information-section",CHECKOUT_STRIPE_FORM:"checkout-stripe-form",CHECKOUT_PAYMENT_FORM:"checkout-payment-form",CHECKOUT_BILLING_FORM:"checkout-billing-form",CHECKOUT_SUMMARY_SECTION:"checkout-summary-section",CHECKOUT_PROMO_CODE:"checkout-promo-code",CHECKOUT_GIFT_CARDS:"checkout-gift-cards",CHECKOUT_AMOUNTS:"checkout-amounts",CHECKOUT_ITEMS:"checkout-items",CHECKOUT_COMPLETED:"checkout-completed",CHECKOUT_DELIVERY_INFORMATION_FORM:"checkout-delivery-information-form",CHECKOUT_BUYER_INFORMATION_FORM:"checkout-buyer-information-form",CHECKOUT_TIPS:"checkout-tips",CHECKOUT_PC_GC:"checkout-pc-gc",CHECKOUT_ITEM:"checkout-item",CHECKOUT_ITEM_QUANTITY:"checkout-item-quantity",CHECKOUT_PLACE_ORDER_BUTTON:"checkout-place-order-button",CHECKOUT_HEADER:"checkout-header",CHECKOUT_PRESALE_COUNTDOWN:"checkout-presale-countdown",CHECKOUT_PRESALE_EXPIRED:"checkout-presale-expired"},a={ON_DEMAND:"onDemand",SHIPPING:"shipping"},c={NONE:"none",CONSOLE:"console",PANEL:"panel"},l={[e.LOCAL]:"http://127.0.0.1:8080",[e.DEVELOPMENT]:"https://dev-elements.liquidcommerce.us",[e.STAGING]:"https://staging-elements.liquidcommerce.us",[e.PRODUCTION]:"https://elements.liquidcommerce.us"},h={STANDARD:"standard"},p={PERSONALIZATION:"personalization",PRE_ORDER:"pre-order",DELIVERY_OPTIONS:"delivery-options"},m={DRAWER_WRAPPER:2147483640,DRAWER_CONTENT:5952,DRAWER_BACKDROP:5951,ADDRESS_SUGGESTIONS:5850,PRODUCT_DRAWER:5840,CART_LOADING:5750,LOADING_INDICATOR:5730,ERROR_MESSAGE:5650,CAROUSEL_CONTROLS:5580,PROGRESS_BAR:5560,CHECKOUT_HEADER:5920,INDEPENDENT_BUTTON:5910,CART_HEADER:5920,TOGGLE_SLIDER:5150,FORM_CONTROLS:5130,ADDRESS_ACTIONS:5050,SKELETON_WAVE:5040};class SingletonManager{static getInstances(){return SingletonManager.instances||(SingletonManager.instances=new Map),SingletonManager.instances}constructor(){}static setClientConstructor(e){SingletonManager.clientConstructor=e}static getClientConstructor(){return SingletonManager.clientConstructor}static getClassInstance(e,i){const r=SingletonManager.getInstances();r.has(e)||r.set(e,i());const s=r.get(e);if(!s)throw new Error("ElementsSdk: Instance for class "+e+" could not be created.");return s}static async getClient(e){const i=[e.apiKey,e.env,e.isBuilder,e.debugMode].join("_"),r="LiquidCommerceElementsClient_"+i,s=SingletonManager.getInstances();if(s.has(r))return s.get(r);if(!SingletonManager.clientConstructor)throw new Error("LiquidCommerce Elements: Client constructor is not set.");const a=new SingletonManager.clientConstructor(e);return await a.prepare(),s.set(r,a),a}}SingletonManager.instances=null,SingletonManager.clientConstructor=null;class ClientConfigService{constructor(){this.config=null}static getInstance(){return SingletonManager.getClassInstance("ClientConfigService",()=>new ClientConfigService)}initialize(e,i={}){this.validateInputs(e,i),this.config=Object.freeze(this.buildConfiguration(e,i))}getConfigs(){return{...this.config}}get(e){return this.config[e]}set(e,i){if(!this.config)throw new Error("ClientConfigService is not initialized. Please call initialize() first.");this.config=Object.freeze({...this.config,[e]:i})}isDevelopment(){return this.get("env")===e.DEVELOPMENT}isStaging(){return this.get("env")===e.STAGING}isProduction(){return this.get("env")===e.PRODUCTION}isBuilder(){return this.get("isBuilder")}isDebuggingEnabled(){const e=this.get("debugMode");return e===c.CONSOLE||e===c.PANEL}isDebugPanelEnabled(){return this.get("debugMode")===c.PANEL}debuggingDisabled(){const e=this.get("debugMode");return e===c.NONE}hasCustomTheme(){return null!==this.get("customTheme")}isMobile(){return"mobile"===this.get("deviceType")}isLocalStorageAvailable(){return Boolean(this.get("isLocalStorageAvailable"))}getProxyConfig(){return this.get("proxy")}validateInputs(i,r){if(!(null==i?void 0:i.trim()))throw new Error("API key is required");if(r.env&&!Object.values(e).includes(r.env)&&(console.warn('[LiquidCommerce Elements] Invalid environment "'+r.env+'". Using default environment.'),r.env=void 0),void 0!==r.isBuilder&&"boolean"!=typeof r.isBuilder&&(console.warn("[LiquidCommerce Elements] isBuilder must be a boolean. Using default value."),r.isBuilder=void 0),void 0===r.debugMode||Object.values(c).includes(r.debugMode)||(console.warn('[LiquidCommerce Elements] Invalid debugMode "'+r.debugMode+'". Must be one of: '+Object.values(c).join(", ")+". Using default value."),r.debugMode=void 0),r.promoTicker&&"object"!=typeof r.promoTicker&&(console.warn("[LiquidCommerce Elements] promoTicker must be an object. Skipping promoTicker configuration."),r.promoTicker=void 0),r.promoTicker)if(Array.isArray(r.promoTicker)){const e=r.promoTicker.filter((e,i)=>{if("string"!=typeof e.promoCode||!e.promoCode.trim())return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].promoCode is required and must be a non-empty string. Skipping this promo."),![];if(!Array.isArray(e.text)||0===e.text.length||!e.text.every(e=>"string"==typeof e&&e.trim()))return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].text is required and must be a non-empty array of strings. Skipping this promo."),![];if("string"!=typeof e.separator||!e.separator.trim())return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].separator is required and must be a non-empty string. Skipping this promo."),![];if(!e.activeFrom)return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].activeFrom is required. Skipping this promo."),![];const r="string"==typeof e.activeFrom?new Date(e.activeFrom):e.activeFrom;if(!(r instanceof Date)||Number.isNaN(r.getTime()))return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].activeFrom must be a valid Date object or ISO date string. Skipping this promo."),![];if(!e.activeUntil)return console.warn("[LiquidCommerce Elements] promoTicker["+i+"].activeUntil is required. Skipping this promo."),![];const s="string"==typeof e.activeUntil?new Date(e.activeUntil):e.activeUntil;return s instanceof Date&&!Number.isNaN(s.getTime())?r>=s?(console.warn("[LiquidCommerce Elements] promoTicker["+i+"].activeFrom must be earlier than activeUntil. Skipping this promo."),![]):!![]:(console.warn("[LiquidCommerce Elements] promoTicker["+i+"].activeUntil must be a valid Date object or ISO date string. Skipping this promo."),![])});r.promoTicker=e.length>0?e:void 0}else console.warn("[LiquidCommerce Elements] promoTicker must be an array. Skipping promoTicker configuration."),r.promoTicker=void 0;r.proxy&&("object"!=typeof r.proxy?(console.warn("[LiquidCommerce Elements] proxy must be an object. Skipping proxy configuration."),r.proxy=void 0):r.proxy.baseUrl&&"string"==typeof r.proxy.baseUrl?r.proxy.headers&&"object"!=typeof r.proxy.headers&&(console.warn("[LiquidCommerce Elements] proxy.headers must be an object. Skipping proxy configuration."),r.proxy=void 0):(console.warn("[LiquidCommerce Elements] proxy.baseUrl is required and must be a string. Skipping proxy configuration."),r.proxy=void 0))}buildConfiguration(i,r){var s,a;const h=r.env||e.STAGING,p=l[h];return{apiKey:i.trim(),env:h,isBuilder:null!==(s=r.isBuilder)&&void 0!==s?s:![],debugMode:null!==(a=r.debugMode)&&void 0!==a?a:c.NONE,baseUrl:p,partnerCode:void 0,partnerName:void 0,customTheme:r.customTheme||null,proxy:r.proxy||null,deviceType:this.detectDeviceType(),userDeviceId:void 0,isLocalStorageAvailable:void 0,version:void 0,clientPrepared:![],promoTicker:r.promoTicker||null}}detectDeviceType(){var e,i;if("undefined"==typeof navigator)return"desktop";const r=navigator.userAgent.toLowerCase(),s="ontouchstart"in window||navigator.maxTouchPoints>0,a=(null===(e=window.screen)||void 0===e?void 0:e.width)||0,c=(null===(i=window.screen)||void 0===i?void 0:i.height)||0,l=Math.max(a,c),h=[/ipad/,/android(?!.*mobile)/,/tablet/,/kindle/,/playbook/,/silk/,/gt-p\d{4}/,/nexus (7|9|10)/,/xoom/,/sch-i800/,/galaxy tab/,/surface/,/googletv/,/appletv/,/hbbtv/,/roku/,/smarttv/,/webtv/],p=[/android.*mobile/,/iphone/,/ipod/,/blackberry/,/opera mini/,/opera mobi/,/iemobile/,/mobile/,/webos/,/palm/,/symbian/,/nokia/,/fennec/,/maemo/,/windows phone/,/windows ce/,/htc/,/samsung.*mobile/,/lg.*mobile/,/motorola/,/sony.*mobile/,/watch/,/applewatch/,/wearos/,/tizen/];return h.some(e=>e.test(r))?"tablet":p.some(e=>e.test(r))||s&&l<768?"mobile":s&&l>=768&&l<=1200||s&&/macintosh/i.test(r)&&navigator.maxTouchPoints>1||/android/i.test(r)&&s&&l>=768||/windows nt/i.test(r)&&s&&l>=768?"tablet":(/automotive|carplay|android auto|car browser/i.test(r),"desktop")}}class LoggerService{constructor(e){this.prefix="LiquidCommerce Elements",this.colors={debug:"#9CA3AF",log:"#60A5FA",info:"#22D3EE",warn:"#FB923C",error:"#F87171",prefix:"#C084FC"},this.enableLogging=![],this.telemetryService=null,this.context=e}static getInstance(e){return SingletonManager.getClassInstance("LoggerService_"+e,()=>new LoggerService(e))}setEnableLogging(e){this.enableLogging=e}setTelemetryService(e){this.telemetryService=e}getPrefix(e){if(!this.enableLogging)return[];const i=(new Date).toISOString().slice(11,23);return["%c["+i+"%c "+this.prefix+"%c "+this.context+"%c]","color: "+this.colors[e],"color: "+this.colors.prefix+"; font-weight: bold","color: "+this.colors[e],"color: "+this.colors[e]]}debug(e,i){if(this.sendToTelemetry("debug",e,void 0,i),!this.enableLogging)return;const[r,...s]=this.getPrefix("debug");void 0!==i?console.debug(r,...s,e,i):console.debug(r,...s,e)}info(e,i){if(!this.enableLogging)return;const[r,...s]=this.getPrefix("info");void 0!==i?console.info(r,...s,e,i):console.info(r,...s,e)}warn(e,i){if(this.sendToTelemetry("warn",e,void 0,i),!this.enableLogging)return;const[r,...s]=this.getPrefix("warn");void 0!==i?console.warn(r,...s,e,i):console.warn(r,...s,e)}error(e,i){const r=i instanceof Error,s=r?i:void 0,a=!r&&i?i:void 0;if(this.sendToTelemetry("error",e,s,a),!this.enableLogging)return;const[c,...l]=this.getPrefix("error");void 0!==i?console.error(c,...l,e,i):console.error(c,...l,e)}group(e,i=![]){if(!this.enableLogging)return;const[r,...s]=this.getPrefix("log");i?console.groupCollapsed(r,...s,e):console.group(r,...s,e)}groupEnd(){this.enableLogging&&console.groupEnd()}sendToTelemetry(e,i,r,s){if(this.telemetryService&&this.telemetryService.isEnabled())try{this.telemetryService.captureEvent(e,i,{context:this.context,error:r,data:s})}catch(a){}}}class LoggerFactory{static getInstances(){return LoggerFactory.instances||(LoggerFactory.instances=new Map),LoggerFactory.instances}static get(e){const i=this.getInstances();if(!i.has(e)){const r=LoggerService.getInstance(e);r.setEnableLogging(this.enableLoggingGlobally),this.telemetryService&&r.setTelemetryService(this.telemetryService),i.set(e,r)}return i.get(e)}static setEnableLogging(e){this.enableLoggingGlobally=e;const i=this.getInstances();for(const[,r]of i)r.setEnableLogging(e)}static setTelemetryService(e){this.telemetryService=e;const i=this.getInstances();for(const[,r]of i)r.setTelemetryService(e)}}function componentError({componentType:e,message:i}){const r=document.createElement("div");r.className=e;const s=r.attachShadow({mode:"closed"}),a=document.createElement("style");a.textContent='\n div {\n padding: 10px;\n background-color: #1d4ed81a;\n border-radius: 6px;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n }\n\n h3 {\n margin: 0;\n font-size: 16px;\n font-weight: 600;\n color: #d63031;\n line-height: 1.4;\n margin-bottom: 5px;\n }\n\n p {\n margin: 0;\n font-size: 14px;\n font-weight: 400;\n color: #18181B;\n line-height: 1.5;\n max-width: 350px;\n }\n ';const c=document.createElement("div"),l=document.createElement("h3");l.textContent="Component </"+e+">";const h=document.createElement("p");return h.textContent=i,c.appendChild(a),c.appendChild(l),c.appendChild(h),s.appendChild(c),r}function productionComponentError({title:e,message:i,componentType:r}){const s=document.createElement("div");s.setAttribute("data-component-type",r);const a=s.attachShadow({mode:"closed"}),c=document.createElement("style");c.textContent="\n div {\n padding: 20px;\n background-color: #1d4ed81a;\n border-radius: 8px;\n box-sizing: border-box;\n font-family: Poppins, sans-serif;\n max-width: 512px;\n display: block;\n }\n\n h2 {\n color: #18181B;\n margin: 0 0 8px 0;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 18px;\n text-transform: lowercase;\n }\n\n h2::first-letter {\n text-transform: uppercase;\n }\n\n p {\n color: #18181B;\n font-size: 14px;\n font-style: italic;\n font-weight: 400;\n line-height: 20px;\n margin: 0;\n }\n ";const l=document.createElement("div"),h=document.createElement("h2");h.textContent=e;const p=document.createElement("p");return p.textContent=i,l.appendChild(c),l.appendChild(h),l.appendChild(p),a.appendChild(l),s}LoggerFactory.instances=null,LoggerFactory.enableLoggingGlobally=![],LoggerFactory.telemetryService=null;class ComponentFactoryService{static get logger(){return ComponentFactoryService.t||(ComponentFactoryService.t=LoggerFactory.get("ComponentFactory")),ComponentFactoryService.t}static get clientConfig(){return ComponentFactoryService.i||(ComponentFactoryService.i=ClientConfigService.getInstance()),ComponentFactoryService.i}static getComponentRegistry(){return ComponentFactoryService.componentRegistry||(ComponentFactoryService.componentRegistry=new Map),ComponentFactoryService.componentRegistry}static registerComponent(e,i){ComponentFactoryService.getComponentRegistry().set(e,i)}static createElement(e){try{const i=ComponentFactoryService.getComponentRegistry().get(e.type);if(!i)throw new Error("Component type ["+e.type+"] is not registered");const r=ComponentFactoryService.getComponentTagName(e.type);window.customElements.get(r)||window.customElements.define(r,i);const a=document.createElement(r);if(a.initialize){const{type:i,useShadowDom:s,wrapInLceElement:c,...l}=e,h={type:i,tagName:r,useShadowDom:s&&c!==!![]};a.initialize({data:l,config:h})}if(e.wrapInLceElement){const i=ComponentFactoryService.getComponentRegistry().get(s.LCE_ELEMENT),r=ComponentFactoryService.getComponentTagName(s.LCE_ELEMENT);window.customElements.get(r)||window.customElements.define(r,i);const c=document.createElement(r);return c.initialize(e.type,a),c}return a}catch(i){return ComponentFactoryService.logger.error("Failed to create component </"+e.type+">",i),ComponentFactoryService.clientConfig.isProduction()?productionComponentError({title:e.type.replace(/-/g," ")+" is not available.",message:"We're sorry, this element is currently unavailable.",componentType:e.type}):componentError({componentType:e.type,message:(null==i?void 0:i.message)||i})}}static componentError({componentType:e,message:i}){return ComponentFactoryService.logger.error("Component type "+e+" failed to load: "+i),ComponentFactoryService.clientConfig.isProduction()?productionComponentError({title:e.replace(/-/g," ")+" is not available.",message:"We're sorry, this element is currently unavailable.",componentType:e}):componentError({componentType:e,message:i})}static getComponentTagName(e){const i={[s.DRAWER]:"drawer-lc",[s.INPUT]:"input-lc",[s.BIRTHDATE_INPUT]:"birthdate-input-lc",[s.ENGRAVING_FORM]:"engraving-form-lc",[s.ENGRAVING_VIEW]:"engraving-view-lc",[s.BUTTONS_CART_OPEN]:"buttons-cart-open-lc",[s.POWERED_BY]:"powered-by-lc",[s.LCE_ELEMENT]:"lce-element",[s.PURCHASE_MIN_ALERT]:"purchase-min-alert-lc",[s.ALERT]:"alert-lc",[s.PROMO_CODE_TICKER]:"promo-code-ticker-lc",[s.ADDRESS]:"address-lc",[s.ADDRESS_INPUT]:"address-input-lc",[s.ADDRESS_DISPLAY]:"address-display-lc",[s.PRODUCT]:"product-lc",[s.PRODUCT_OPTIONS]:"product-options-lc",[s.PRODUCT_IMAGE_CAROUSEL]:"product-image-carousel-lc",[s.PRODUCT_INTERACTIONS]:"product-interactions-lc",[s.PRODUCT_DESCRIPTION]:"product-description-lc",[s.PRODUCT_ADD_TO_CART_SECTION]:"product-add-to-cart-section-lc",[s.PRODUCT_RETAILERS]:"product-retailers-lc",[s.PRODUCT_RETAILERS_CAROUSEL]:"product-retailers-carousel-lc",[s.PRODUCT_RETAILERS_POPUP]:"product-retailers-popup-lc",[s.PRODUCT_RETAILERS_POPUP_LIST]:"product-retailers-popup-list-lc",[s.PRODUCT_PRICE]:"product-price-lc",[s.PRODUCT_DRAWER]:"product-drawer-lc",[s.PRODUCT_LOADING]:"product-loading-lc",[s.PRODUCT_LIST]:"product-list-lc",[s.PRODUCT_LIST_CARD]:"product-list-card-lc",[s.PRODUCT_LIST_FILTERS]:"product-list-filters-lc",[s.PRODUCT_LIST_CARD_LOADING]:"product-list-card-loading-lc",[s.CART]:"cart-lc",[s.CART_RETAILER]:"cart-retailer-lc",[s.CART_ITEM]:"cart-item-lc",[s.CART_FOOTER]:"cart-footer-lc",[s.CART_ITEM_QUANTITY_PRICE]:"cart-item-quantity-price-lc",[s.CART_RETAILER_SUBTOTAL]:"cart-retailer-subtotal-lc",[s.CART_PROMO_CODE]:"cart-promo-code-lc",[s.CART_HEADER]:"cart-header-lc",[s.CART_BODY]:"cart-body-lc",[s.CART_FULFILLMENT]:"cart-fulfillment-lc",[s.CHECKOUT]:"checkout-lc",[s.CHECKOUT_INFORMATION_SECTION]:"checkout-information-section-lc",[s.CHECKOUT_PAYMENT_FORM]:"checkout-payment-form-lc",[s.CHECKOUT_STRIPE_FORM]:"checkout-stripe-form-lc",[s.CHECKOUT_BILLING_FORM]:"checkout-billing-form-lc",[s.CHECKOUT_SUMMARY_SECTION]:"checkout-summary-section-lc",[s.CHECKOUT_PROMO_CODE]:"checkout-promo-code-lc",[s.CHECKOUT_GIFT_CARDS]:"checkout-gift-cards-lc",[s.CHECKOUT_AMOUNTS]:"checkout-amounts-lc",[s.CHECKOUT_ITEMS]:"checkout-items-lc",[s.CHECKOUT_COMPLETED]:"checkout-completed-lc",[s.CHECKOUT_DELIVERY_INFORMATION_FORM]:"checkout-delivery-information-form-lc",[s.CHECKOUT_BUYER_INFORMATION_FORM]:"checkout-buyer-information-form-lc",[s.CHECKOUT_TIPS]:"checkout-tips-lc",[s.CHECKOUT_PC_GC]:"checkout-pc-gc-lc",[s.CHECKOUT_ITEM]:"checkout-item-lc",[s.CHECKOUT_ITEM_QUANTITY]:"checkout-item-quantity-lc",[s.CHECKOUT_PLACE_ORDER_BUTTON]:"checkout-place-order-button-lc",[s.CHECKOUT_HEADER]:"checkout-header-lc",[s.CHECKOUT_PRESALE_COUNTDOWN]:"checkout-presale-countdown-lc",[s.CHECKOUT_PRESALE_EXPIRED]:"checkout-presale-expired-lc"};return i[e]||e.toLowerCase()+"-lc"}}ComponentFactoryService.t=null,ComponentFactoryService.i=null,ComponentFactoryService.componentRegistry=null;class PubSubService{constructor(){this.clientReadyEvent=null,this.eventPrefix="lce",this.logger=LoggerFactory.get("PubSub"),this.setupClientReadyBuffering()}static getInstance(){return SingletonManager.getClassInstance("PubSubService",()=>new PubSubService)}publishAction(e,i){this.publishSpecific("actions."+e,i)}publishForm(e,i){this.publishSpecific("forms."+e,i)}publishSpecific(e,i){const[r,s]=e.includes(".")?e.split(".",2):["actions",e];let a=s.split("_")[0];["product","cart","address","checkout"].includes(a)||(a="other");const c=Date.now(),l={eventId:"evt_"+c+"_"+Math.random().toString(36).slice(2,9),namespace:r,event:s,originalEvent:e,actionNamespace:"actions"===r?a:void 0,timestamp:c},h={data:i,metadata:l};this.dispatchNativeEvents(e,h)}dispatchNativeEvents(e,i){const[r]=e.split(".",2);try{"actions.client_ready"===e&&(this.clientReadyEvent=i);const s=new CustomEvent(this.eventPrefix+":"+e,{detail:i,bubbles:!![],cancelable:!![]});window.dispatchEvent(s);const a=new CustomEvent(this.eventPrefix+":"+r,{detail:i,bubbles:!![],cancelable:!![]});window.dispatchEvent(a)}catch(s){this.logger.error("Error dispatching native events for "+e,s)}}setupClientReadyBuffering(){const e=window.addEventListener,i=this.eventPrefix+":actions.client_ready";window.addEventListener=(r,s,a)=>{if(r!==i)return e.call(window,r,s,a);if(!this.clientReadyEvent)return e.call(window,r,s,a);try{const e=new CustomEvent(i,{detail:this.clientReadyEvent,bubbles:!![],cancelable:!![]});"function"==typeof s?s(e):s&&"function"==typeof s.handleEvent&&s.handleEvent(e)}catch(c){this.logger.error("Error replaying CLIENT_READY event",c)}return e.call(window,r,s,a)}}}function centToDollar(e){return e/100}function formatCentToDollarText(e,i=!![]){const r=Math.floor(e/100),s=e%100;let a="$"+r.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");return(i||s>0)&&(a+=".",a+=s<10?"0"+s:s.toString()),a}function htmlStringToElement(e){const i=document.createElement("template");return i.innerHTML=e.trim(),i.content.firstElementChild}function format24TimeTo12$1(e){const i=e.match(/^(\d{1,2}):(\d{2})$/);if(!i)throw new Error("Invalid time format: "+e);const r=Number.parseInt(i[1],10),s=Number.parseInt(i[2],10);if(r<0||r>23||s<0||s>59)throw new Error("Invalid time values: "+e);const a=r>=12?"PM":"AM",c=r%12||12;return c+":"+s.toString().padStart(2,"0")+" "+a}function formatISODateToMMDDYYYY(e){if(!e)return"";try{const i=new Date(e);if(Number.isNaN(i.getTime()))return"";const r=(i.getMonth()+1).toString().padStart(2,"0"),s=i.getDate().toString().padStart(2,"0"),a=i.getFullYear().toString();return r+"/"+s+"/"+a}catch(i){return""}}function validateMinimumAge(e,i=21,r=1930){if(!e)return{isValid:![],age:null,error:"Birth date is required"};try{const s=e instanceof Date?e:new Date(e);if(Number.isNaN(s.getTime()))return{isValid:![],age:null,error:"Invalid date format"};const a=new Date;if(s>a)return{isValid:![],age:null,error:"Birth date cannot be in the future"};const c=s.getFullYear();if(c<r)return{isValid:![],age:null,error:"Birth year cannot be before "+r+". Please check your birth date."};const l=calculateAge(s,a);return l<i?{isValid:![],age:l,error:"Must be at least "+i+" years old"}:{isValid:!![],age:l}}catch(s){return{isValid:![],age:null,error:"Error processing birth date"}}}function calculateAge(e,i){let r=i.getFullYear()-e.getFullYear();const s=i.getMonth()-e.getMonth();return(s<0||0===s&&i.getDate()<e.getDate())&&r--,Math.max(0,r)}function buildFormattedAddressString(e){const i=[],r=[];e.one&&e.one.trim()&&r.push(e.one.trim()),e.two&&e.two.trim()&&r.push(e.two.trim()),r.length>0&&i.push(r.join(" ")),e.city&&e.city.trim()&&i.push(e.city.trim());const s=[];return e.state&&e.state.trim()&&s.push(e.state.trim()),e.zip&&e.zip.trim()&&s.push(e.zip.trim()),s.length>0&&i.push(s.join(" ")),e.country&&e.country.trim()&&i.push(e.country.trim()),i.join(", ")}function capitalizeFirstLetter(e){return e?e.toLowerCase().split(" ").map(e=>e.charAt(0).toUpperCase()+e.substring(1)).join(" "):e}function splitCategoryPath(e){const i=(null==e?void 0:e.split(" > ").map(e=>capitalizeFirstLetter(e.trim())))||[];return{category:i[0]||"",category2:i[1]||"",category3:i[2]||""}}class ApiClientService{constructor(){this.client=null,this.logger=LoggerFactory.get("ApiClient")}static getInstance(){return SingletonManager.getClassInstance("ApiClientService",()=>new ApiClientService)}async setClient(e){this.client=e}async getAllConfigs(){try{this.ensureClientInitialized();const e=await this.client.get("/configs",{critical:!![]});if(!this.validResponseData(e))throw this.logger.error("Invalid response data",e),new Error("Failed to fetch all configs: Invalid response data");return e.data}catch(e){throw this.logger.error("Error fetching configs",e),e}}async setPersistedStore(e,i){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to set persisted store"),void 0;if(!i||0===Object.keys(i).length)return this.logger.error("No data provided to set persisted store"),void 0;const r=await this.client.post("/configs/store/"+e,{body:i});200!==r.statusCode&&this.logger.error("Failed to set persisted store",r)}catch(r){this.logger.error("Error setting persisted store",r)}}async getPersistedStore(e){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to get persisted store"),null;const i=await this.client.get("/configs/store/"+e);return 200!==i.statusCode?(this.logger.error("Failed to fetch persisted store",i),null):i.data}catch(i){return this.logger.error("Error fetching persisted store",i),null}}async deletePersistedStore(e){try{if(this.ensureClientInitialized(),!e)return this.logger.error("User device ID is required to delete persisted store"),void 0;const i=await this.client.delete("/configs/store/"+e);200!==i.statusCode&&this.logger.error("Failed to delete persisted store",i)}catch(i){this.logger.error("Error deleting persisted store",i)}}async getProductsData(e,i){try{if(this.ensureClientInitialized(),0===e.length)return this.logger.error("No product identifiers provided"),null;const r={upcs:e,ids:e,grouping:e,shouldShowOffHours:!![],isLegacy:!![],loc:i},s=await this.client.post("/cloud/catalog/availability",{body:r});return 200===s.statusCode&&s.products&&0!==s.products.length?{products:s.products,retailers:s.retailers}:(this.logger.error("Failed to fetch product data",s),null)}catch(r){return this.logger.error("Error fetching product data",r),null}}async getCartData(e){try{this.ensureClientInitialized();const i=await this.client.get("/cloud/cart"+(e?"?id="+e:""));if(200!==i.statusCode)throw this.logger.error("Failed to fetch cart data",i),new Error("Failed to fetch cart data: "+i.message);return i.cart}catch(i){throw this.logger.error("Error fetching cart data",i),i}}async updateCart(e){try{this.ensureClientInitialized();const i=await this.client.put("/cloud/cart",{body:e});if(200!==i.statusCode)throw this.logger.error("Failed to update cart",i),new Error("Failed to update cart: "+i.message);return i.cart}catch(i){throw this.logger.error("Error updating cart",i),i}}async getAddressSuggestions(e){try{if(this.ensureClientInitialized(),!e||0===e.trim().length)return this.logger.error("Query is required to fetch address suggestions"),[];const i=await this.client.get("/cloud/address/autocomplete?input="+e);return 200!==i.statusCode?(this.logger.error("Failed to fetch address suggestions",i),[]):i.data}catch(i){return this.logger.error("Error fetching address suggestions",i),[]}}async getAddressDetails(e){try{if(this.ensureClientInitialized(),!e||0===e.trim().length)throw this.logger.error("Address ID is required to fetch address details"),new Error("Address ID is required to fetch address details");const i=await this.client.get("/cloud/address/details/"+e);if(200!==i.statusCode)throw this.logger.error("Failed to fetch address details",i),new Error("Failed to fetch address details: "+i.message);return i.data}catch(i){throw this.logger.error("Error fetching address details",i),i}}async prepareCheckout(e){var i;try{this.ensureClientInitialized();const i=await this.client.post("/cloud/checkout/prepare",{body:e,critical:!![]});if(200!==i.statusCode)throw this.logger.error("Failed to fetch prepare checkout data",i),new Error("Failed to fetch prepare checkout data: "+i.message);return i.checkout}catch(r){throw this.logger.error("Error fetching prepare checkout data:",null!==(i=null==r?void 0:r.message)&&void 0!==i?i:r),r}}async getPaymentSession(e){var i;try{this.ensureClientInitialized();const i=await this.client.post("/cloud/payment/session",{body:e,critical:!![]});if(201!==i.statusCode)throw this.logger.error("Failed to get payment session",i),new Error("Failed to get payment session: "+i.message);return i.data}catch(r){throw this.logger.error("Error fetching payment session:",null!==(i=null==r?void 0:r.message)&&void 0!==i?i:r),r}}async confirmPaymentSession(e,i){try{this.ensureClientInitialized();const r=await this.client.post("/cloud/payment/confirm",{body:{confirmationTokenId:e,setupIntentId:i},critical:!![]});if(200!==r.statusCode)throw this.logger.error("Failed to confirm payment session",r),new Error("Failed to confirm payment session: "+r.message);return r.data}catch(r){throw this.logger.error("Error confirming payment session",r),r}}async checkoutComplete(e){var i;try{this.ensureClientInitialized();const i=await this.client.post("/cloud/checkout/complete",{body:e,critical:!![]});if(200!==i.statusCode)throw this.logger.error("Failed to complete checkout",i),new Error("Failed to complete checkout: "+i.message);return i.order}catch(r){if(this.logger.error("Error completing checkout:",null!==(i=null==r?void 0:r.message)&&void 0!==i?i:r),null==r?void 0:r.error)throw new Error(r.error);throw r}}async catalogSearch(e){var i;try{this.ensureClientInitialized();const i=await this.client.post("/cloud/catalog/search",{body:e,critical:!![]});if(200!==i.statusCode)throw this.logger.error("Failed to fetch catalog search data",i),new Error("Failed to fetch catalog search data: "+i.message);return{products:i.products,retailers:i.retailers,navigation:i.navigation}}catch(r){return this.logger.error("Error fetching catalog search data:",null!==(i=null==r?void 0:r.message)&&void 0!==i?i:r),{products:[],retailers:[],navigation:void 0}}}validResponseData(e){return e.data&&"object"==typeof e.data&&Object.keys(e.data).length>0}ensureClientInitialized(){if(!this.client)throw new Error("API client is not initialized")}}var f;(function(e){e.CLOSED="CLOSED",e.OPEN="OPEN",e.HALF_OPEN="HALF_OPEN"})(f||(f={}));class CircuitBreakerService{constructor(e){this.state=f.CLOSED,this.failures=0,this.successes=0,this.totalCalls=0,this.rejectedCalls=0,this.lastFailureTime=null,this.lastSuccessTime=null,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.config={failureThreshold:5,recoveryTimeout:3e4,halfOpenMaxCalls:3,successThreshold:2,timeout:1e4,countClientErrorsAsFailures:![],...e},this.logger=LoggerFactory.get("CircuitBreaker")}static getInstance(e){return SingletonManager.getClassInstance("CircuitBreakerService",()=>new CircuitBreakerService(e))}async execute(e,i,r){switch(this.totalCalls++,this.state===f.OPEN&&Date.now()>=this.nextAttemptTime&&this.halfOpenCircuit(i),this.state){case f.OPEN:if(null==r?void 0:r.critical)return this.logger.warn("Critical operation bypassing OPEN circuit breaker",{context:i,failures:this.failures}),this.executeWithTimeout(e,r.critical);if(null==r?void 0:r.fallback)return this.logger.info("Circuit breaker OPEN - using fallback",{context:i}),this.rejectedCalls++,r.fallback();throw this.rejectedCalls++,this.logger.warn("Circuit breaker is OPEN - failing fast",{context:i,failures:this.failures}),new Error("Service unavailable - circuit breaker is open ("+(i||"unknown")+")");case f.HALF_OPEN:if(this.halfOpenCallsInProgress>=this.config.halfOpenMaxCalls){if(null==r?void 0:r.fallback)return this.logger.info("Circuit breaker HALF_OPEN limit reached - using fallback",{context:i}),this.rejectedCalls++,r.fallback();throw this.rejectedCalls++,this.logger.warn("Circuit breaker HALF_OPEN - max calls reached",{context:i,halfOpenCalls:this.halfOpenCallsInProgress,maxCalls:this.config.halfOpenMaxCalls}),new Error("Service unavailable - circuit breaker half-open limit reached ("+(i||"unknown")+")")}this.halfOpenCallsInProgress++}try{const s=await this.executeWithTimeout(e,null==r?void 0:r.critical);return this.onSuccess(i),s}catch(s){throw this.onFailure(s,i),s}}async executeWithFallback(e,i,r,s){return this.execute(e,r,{fallback:i,critical:s})}getStats(){return{state:this.state,failures:this.failures,successes:this.successes,totalCalls:this.totalCalls,rejectedCalls:this.rejectedCalls,lastFailureTime:this.lastFailureTime,lastSuccessTime:this.lastSuccessTime,isHealthy:this.state===f.CLOSED&&0===this.failures}}reset(){this.state=f.CLOSED,this.failures=0,this.successes=0,this.totalCalls=0,this.rejectedCalls=0,this.lastFailureTime=null,this.lastSuccessTime=null,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker reset to initial state")}forceOpen(e){this.openCircuit(e)}forceClose(e){this.state=f.CLOSED,this.failures=0,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker manually closed",{context:e})}async executeWithTimeout(e,i){const r=i?2*this.config.timeout:this.config.timeout;return new Promise((i,s)=>{const a=setTimeout(()=>{s(new Error("Request timeout after "+r+"ms"))},r);e().then(e=>{clearTimeout(a),i(e)}).catch(e=>{clearTimeout(a),s(e)})})}onSuccess(e){this.lastSuccessTime=Date.now(),this.state===f.HALF_OPEN?(this.halfOpenCallsInProgress--,this.successes++,this.successes>=this.config.successThreshold&&this.closeCircuit(e)):this.state===f.CLOSED&&(this.successes++,this.failures=0),this.logger.debug("Circuit breaker success",{context:e,state:this.state,successes:this.successes,failures:this.failures})}onFailure(e,i){const r=(null==e?void 0:e.status)&&e.status>=400&&e.status<500;if(r&&!this.config.countClientErrorsAsFailures)return this.logger.debug("Client error (4xx) - not counting as circuit breaker failure",{context:i,status:e.status,message:e.message}),void 0;this.lastFailureTime=Date.now(),this.failures++,this.state===f.HALF_OPEN&&(this.halfOpenCallsInProgress--,this.openCircuit(i)),this.state===f.CLOSED&&this.failures>=this.config.failureThreshold&&this.openCircuit(i),this.logger.warn("Circuit breaker failure",{context:i,state:this.state,failures:this.failures,error:(null==e?void 0:e.message)||e,status:null==e?void 0:e.status,threshold:this.config.failureThreshold,isClientError:r})}openCircuit(e){this.state=f.OPEN,this.nextAttemptTime=Date.now()+this.config.recoveryTimeout,this.halfOpenCallsInProgress=0,this.logger.error("Circuit breaker OPENED",{context:e,failures:this.failures,threshold:this.config.failureThreshold,nextAttemptTime:new Date(this.nextAttemptTime).toISOString()})}halfOpenCircuit(e){this.state=f.HALF_OPEN,this.halfOpenCallsInProgress=0,this.successes=0,this.logger.info("Circuit breaker HALF_OPEN - testing service recovery",{context:e,maxCalls:this.config.halfOpenMaxCalls,successThreshold:this.config.successThreshold})}closeCircuit(e){this.state=f.CLOSED,this.failures=0,this.halfOpenCallsInProgress=0,this.nextAttemptTime=0,this.logger.info("Circuit breaker CLOSED - service recovered",{context:e,totalRecoveryTime:this.lastFailureTime?Date.now()-this.lastFailureTime:0})}}function fetchAdapter(e){return async(i,r)=>{var s;const a=await e(i,r);let c;if("function"==typeof(null===(s=a.headers)||void 0===s?void 0:s.entries))c=Object.fromEntries(a.headers.entries());else{c={};for(const[e,i]of a.headers)c[e]=i}return{ok:a.ok,status:a.status,statusText:a.statusText,headers:c,json:()=>a.json(),text:()=>a.text()}}}const xhrFetch=(e,i)=>new Promise((r,s)=>{const a=new XMLHttpRequest;a.open(i.method||"GET",e);for(const[e,c]of Object.entries(i.headers))a.setRequestHeader(e,c);a.onload=()=>{r({ok:a.status>=200&&a.status<300,status:a.status,statusText:a.statusText,headers:a.getAllResponseHeaders().split("\r\n").reduce((e,i)=>{const[r,s]=i.split(": ");return r&&s&&(e[r]=s),e},{}),json:()=>Promise.resolve(JSON.parse(a.responseText)),text:()=>Promise.resolve(a.responseText)})},a.onerror=()=>{s(new TypeError("Network request failed"))},a.send(i.body)});function getFetchImplementation(){return"undefined"!=typeof fetch?fetchAdapter(fetch):"undefined"!=typeof global&&global.fetch?fetchAdapter(global.fetch):window.fetch?fetchAdapter(window.fetch):xhrFetch}class AuthService{constructor(e){this.accessToken=null,this.tokenExpiration=null,this.isAuthenticating=![],this.apiKey=e.apiKey,this.baseUrl=e.baseUrl,this.env=e.env,this.httpClient=getFetchImplementation(),this.logger=LoggerFactory.get("Auth"),this.clientConfig=ClientConfigService.getInstance(),this.circuitBreaker=CircuitBreakerService.getInstance({failureThreshold:5,recoveryTimeout:3e4,halfOpenMaxCalls:3,successThreshold:2,timeout:15e3,countClientErrorsAsFailures:![]})}static getInstance(e){return SingletonManager.getClassInstance("AuthService",()=>new AuthService(e))}async authenticate(){var e,i;if(this.isAuthenticating)return await new Promise(e=>{const M=()=>{this.isAuthenticating?setTimeout(M,100):e(void 0)};M()}),!!this.accessToken;this.isAuthenticating=!![];try{const r=await this.requestWithoutAuth("/auth",{method:"GET"},!![]),s=3e5;return this.accessToken=null===(e=null==r?void 0:r.data)||void 0===e?void 0:e.token,this.tokenExpiration=(null===(i=null==r?void 0:r.data)||void 0===i?void 0:i.exp)-s,!![]}catch(r){return this.logger.error("Authentication failed",r),![]}finally{this.isAuthenticating=![]}}async requestWithoutAuth(e,i,r=![]){return this.circuitBreaker.execute(async()=>{const r=this.buildUrl(e),s={"Content-Type":"application/json","X-Liquid-Api-Key":this.apiKey,"X-Liquid-Api-Env":this.env,"X-Liquid-Api-Sdk":window.location.href,"X-Liquid-Sdk-Version":this.clientConfig.get("version")||"unknown","X-Liquid-Timestamp":Date.now(),...this.getProxyHeaders(),...i.headers};this.clientConfig.isBuilder()&&(s["X-Liquid-Api-Builder"]=!![]);const a={method:i.method,headers:s,body:i.body?JSON.stringify(i.body):void 0},c=await this.httpClient(r,a);if(!c.ok)throw{message:"HTTP error status: "+c.status,status:c.status};return c.json()},i.method+" "+e+" (no-auth)",{critical:r})}isTokenExpired(){return this.tokenExpiration?Date.now()>=this.tokenExpiration:!![]}async request(e,i,r=![]){return this.circuitBreaker.execute(async()=>{this.accessToken&&!this.isTokenExpired()||await this.authenticate();const r=this.buildUrl(e),s={"Content-Type":"application/json",Authorization:"Bearer "+this.accessToken,"X-Liquid-Api-Env":this.env,"X-Liquid-Api-Sdk":window.location.href,"X-Liquid-Sdk-Version":this.clientConfig.get("version")||"unknown","X-Liquid-Timestamp":Date.now(),...this.getProxyHeaders(),...i.headers};this.clientConfig.isBuilder()&&(s["X-Liquid-Api-Builder"]=!![]);const a={method:i.method,headers:s,body:i.body?JSON.stringify(i.body):void 0},c=await this.httpClient(r,a);let l;try{l=await c.json()}catch(h){const e=await c.text().catch(()=>"HTTP error status: "+c.status);l={message:e||h},this.logger.error("Failed to parse response data",h)}if(!c.ok)throw{...l,status:c.status,message:(null==l?void 0:l.message)||"HTTP error status: "+c.status};return l},i.method+" "+e,{critical:r})}buildUrl(e){const i=this.clientConfig.getProxyConfig();return new URL("api"+e,i?i.baseUrl:this.baseUrl).toString()}getProxyHeaders(){const e=this.clientConfig.getProxyConfig();return e?{"X-Liquid-Proxy":"true","X-Liquid-Proxy-Target":this.baseUrl,...e.headers}:{}}async get(e,i){return this.request(e,{method:"GET",headers:null==i?void 0:i.headers},null==i?void 0:i.critical)}async post(e,i){return this.request(e,{method:"POST",body:null==i?void 0:i.body,headers:null==i?void 0:i.headers},null==i?void 0:i.critical)}async put(e,i){return this.request(e,{method:"PUT",body:null==i?void 0:i.body,headers:null==i?void 0:i.headers},null==i?void 0:i.critical)}async delete(e,i){return this.request(e,{method:"DELETE",headers:null==i?void 0:i.headers},null==i?void 0:i.critical)}}const g="@liquidcommerce/elements-sdk",v="LiquidCommerce Elements SDK",b="UNLICENSED",x="LiquidCommerce Team",w="2.2.0-beta.44",C="https://docs.liquidcommerce.co/elements-sdk",k={type:"git",url:"git+https://github.com/liquidcommerce/elements-sdk.git"},S={url:"https://github.com/liquidcommerce/elements-sdk/issues"},E="./dist/index.esm.js",_="./umd/elements.js",P="./dist/types/index.d.ts",T="pnpm@10.0.0",D={".":{types:"./dist/types/index.d.ts",import:"./dist/index.esm.js",browser:"./umd/elements.js",default:"./dist/index.esm.js"},"./package.json":"./package.json"},F=["dist","umd","docs","README.md","LICENSE"],A={access:"public",registry:"https://registry.npmjs.org/"},z="module",O=["dist/index.esm.js","umd/elements.js","src/index.ts","src/index.umd.ts"],N={build:"rollup -c","build:dev":"rollup -c --environment NODE_ENV:development",dev:"rollup -c -w","type-check":"tsc --noEmit",lint:"pnpm biome lint --write",format:"biome format --write",check:"pnpm biome check --write",fl:"pnpm check && pnpm build:dev",changelog:"conventional-changelog -p angular -i CHANGELOG.md -s",clean:"rm -rf dist umd","clean:hard":"rm -rf dist umd node_modules && pnpm install && pnpm build",prepublishOnly:"pnpm run build","deprecate:old":'npm deprecate @liquidcommerceteam/elements-sdk@"*" "Package moved to @liquidcommerce/elements-sdk"',prepare:"husky"},R=["liquidcommerce","alcohol","beverage","alcohol tech","elements","custom web components","embeddable components","embeddable web components","embeddable commerce"],q={"@biomejs/biome":"2.3.3","@commitlint/cli":"^20.1.0","@commitlint/config-conventional":"^20.0.0","@rollup/plugin-alias":"^6.0.0","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-json":"^6.1.0","@rollup/plugin-node-resolve":"^16.0.3","@rollup/plugin-replace":"^6.0.3","@rollup/plugin-terser":"^0.4.4","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.1","@semantic-release/npm":"^13.1.1","@semantic-release/release-notes-generator":"^14.1.0","@types/core-js":"^2.5.8","@types/node":"^24.10.0","conventional-changelog-cli":"^5.0.0",husky:"^9.1.7",process:"^0.11.10",rollup:"^4.52.5","rollup-obfuscator":"^4.1.1","rollup-plugin-typescript2":"^0.36.0","semantic-release":"^25.0.1","ts-node":"^10.9.2",typescript:"^5.9.3"},j={node:">=22"},G={peerDependencyRules:{ignoreMissing:[]},onlyBuiltDependencies:["@biomejs/biome","javascript-obfuscator"],overrides:{"@conventional-changelog/git-client@<2.0.0":">=2.0.0"}},U={name:g,description:v,license:b,author:x,version:w,homepage:C,repository:k,bugs:S,module:E,browser:_,types:P,packageManager:T,exports:D,files:F,publishConfig:A,type:z,sideEffects:O,scripts:N,keywords:R,devDependencies:q,engines:j,pnpm:G};class GoogleTagManagerService{constructor(){this.partnerEnableGaTracking=![],this.liquidCommerceEnableGaTracking=![],this.isInitialized=![],this.isInitializing=![],this.currency="USD",this.eventQueue=[],this.logger=LoggerFactory.get("GoogleTagManager"),this.clientConfigService=ClientConfigService.getInstance()}static getInstance(){return SingletonManager.getClassInstance("GoogleTagManagerService",()=>new GoogleTagManagerService)}waitForDOMReady(){return new Promise(e=>{if("loading"!==document.readyState)return e(),void 0;document.addEventListener("DOMContentLoaded",()=>e())})}isGTMAlreadyLoaded(){if("function"==="object".gtag)return!![];const e=Array.from(document.querySelectorAll('script[src*="googletagmanager.com/gtm.js"]'));return e.length>0}isContainerLoaded(e){const i=Array.from(document.querySelectorAll('script[src*="googletagmanager.com/gtm.js"]'));return i.some(i=>{const r=i.src;return r.includes("id="+e)})}isContainerInitialized(e){if(!window.dataLayer||!Array.isArray(window.dataLayer))return![];if(!this.isContainerLoaded(e))return![];const i=window.dataLayer.some(e=>e&&"object"==typeof e&&("gtm.start"in e||"gtm.js"===e.event));return i||window.dataLayer.length>0}initializeGtag(){window.dataLayer||(window.dataLayer=[]),window.gtag?this.logger.info("GTM already initialized, using existing gtag function"):(window.gtag=(...e)=>window.dataLayer.push(e),this.logger.info("Initialized gtag function and dataLayer"))}loadGTMScript(e){return new Promise((i,r)=>{if(this.isContainerInitialized(e))return this.logger.info("GTM container "+e+" already loaded and initialized, skipping script injection"),i(),void 0;if(this.isContainerLoaded(e)){this.logger.info("GTM container "+e+" script present, checking initialization status");const s=setInterval(()=>{this.isContainerInitialized(e)&&(clearInterval(s),clearTimeout(a),this.logger.info("GTM container "+e+" initialized successfully"),i())},100),a=setTimeout(()=>{clearInterval(s),r(new Error("GTM container "+e+" script present but failed to initialize (possible CSP or network issue)"))},1e4);return}this.logger.info("Loading GTM container "+e);const s=document.createElement("script");s.src="https://www.googletagmanager.com/gtm.js?id="+e,s.async=!![],s.crossOrigin="anonymous";const a=setTimeout(()=>{this.isContainerInitialized(e)?(this.logger.info("GTM container "+e+" initialized despite timeout warning"),i()):r(new Error("GTM script timeout: "+e+" (possible network issue or CSP blocking)"))},15e3);let c=![];s.onload=()=>{c||(c=!![],setTimeout(()=>{if(clearTimeout(a),this.isContainerInitialized(e))this.logger.info("GTM container "+e+" loaded and initialized successfully"),i();else{const s="GTM container "+e+" script loaded but failed to initialize. This may indicate a Content Security Policy (CSP) issue or network error.";this.logger.warn(s),window.dataLayer&&Array.isArray(window.dataLayer)?(this.logger.info("dataLayer available, continuing with GTM initialization"),i()):r(new Error(s))}},500))},s.onerror=s=>{c||setTimeout(()=>{if(this.isContainerLoaded(e)&&this.isContainerInitialized(e))return c||(c=!![],clearTimeout(a),this.logger.info("GTM container "+e+" loaded successfully despite error event (Safari quirk)"),i()),void 0;if(!c){c=!![],clearTimeout(a);let i="GTM script failed to load: "+e;"string"==typeof s?i+=". Error: "+s:s instanceof ErrorEvent&&s.message?i+=". Error: "+s.message:s instanceof Event&&(i+=". Event type: "+s.type);const l=i+". Possible causes: Content Security Policy (CSP) blocking, network failure, or invalid container ID.";this.logger.error(l,{event:s}),r(new Error(l))}},100)},s.addEventListener("error",i=>{c||this.logger.error("GTM script error event for "+e,i)}),document.head.appendChild(s)})}processEventQueue(){const e=Date.now(),i=this.eventQueue.filter(i=>e-i.timestamp<3e4);for(const s of i)try{const e={event:s.eventName,...s.eventData};window.dataLayer.push(e),"function"==="object".gtag&&window.gtag("event",s.eventName,s.eventData),this.logger.debug("Processed queued GTM event: "+s.eventName,{data:s.eventData})}catch(r){this.logger.error("Error processing queued event "+s.methodName,r)}this.eventQueue=[],i.length>0&&this.logger.info("Processed "+i.length+" queued GTM events")}getSendToTargets(){const e=[];return this.liquidCommerceEnableGaTracking&&this.liquidCommerceGtmId&&(!this.isContainerLoaded(this.liquidCommerceGtmId)&&this.isGTMAlreadyLoaded()||e.push(this.liquidCommerceGtmId)),this.partnerEnableGaTracking&&this.partnerGtmId&&(this.isGTMAlreadyLoaded()||this.isContainerLoaded(this.partnerGtmId))&&e.push(this.partnerGtmId),0===e.length&&this.isGTMAlreadyLoaded()&&this.logger.debug("No specific targets configured, letting GTM route events naturally"),e}async initialize(e){if(this.isInitialized||this.isInitializing)return this.initializationPromise;if(!this.clientConfigService.isBuilder()){this.isInitializing=!![],this.initializationPromise=this.doInitialize(e);try{await this.initializationPromise}catch(i){this.isInitializing=![],this.initializationPromise=void 0,this.logger.error("GTM initialization failed",i)}}}async doInitialize(e){if(!(null==e?void 0:e.partnerName)||!(null==e?void 0:e.liquidCommerceGtmId))throw new Error("GTM config missing required fields");if(!e.liquidCommerceEnableGaTracking&&!e.partnerEnableGaTracking)return this.logger.warn("GTM initialization skipped: No tracking enabled"),this.isInitialized=!![],this.isInitializing=![],void 0;await this.waitForDOMReady(),this.partnerName=e.partnerName,this.partnerGtmId=e.partnerGtmId,this.liquidCommerceGtmId=e.liquidCommerceGtmId,this.partnerEnableGaTracking=e.partnerEnableGaTracking,this.liquidCommerceEnableGaTracking=e.liquidCommerceEnableGaTracking;const i=this.isGTMAlreadyLoaded();i&&this.logger.info("Partner GTM detected, integrating with existing setup"),this.initializeGtag();let r=![],s="";if(e.liquidCommerceEnableGaTracking)try{await this.loadGTMScript(e.liquidCommerceGtmId),r=!![],s=i?"GTM integrated with existing setup (Partner GTM detected, LC container: "+e.liquidCommerceGtmId+")":"GTM initialized with container "+e.liquidCommerceGtmId}catch(a){const e=(null==a?void 0:a.message)||String(a);this.logger.error("Failed to load LiquidCommerce GTM container: "+e+". Checking if partner GTM is available.",a),window.dataLayer&&Array.isArray(window.dataLayer)&&window.dataLayer.length>0&&this.logger.warn("LiquidCommerce GTM script failed, but dataLayer is available. Attempting to proceed with existing GTM setup.")}if(r||(i&&window.dataLayer&&Array.isArray(window.dataLayer)&&(this.isContainerInitialized(e.partnerGtmId||"")||window.dataLayer.length>0)&&(r=!![],s="GTM integrated with existing partner setup (LiquidCommerce container failed to load)",this.logger.info("Using partner GTM as fallback after LiquidCommerce GTM load failure")),!r&&window.dataLayer&&Array.isArray(window.dataLayer)&&(r=!![],s="GTM initialized with dataLayer (basic functionality available, container script may have failed)",this.logger.warn("LiquidCommerce GTM container failed to load, but using basic dataLayer for event tracking"))),!r)throw this.isInitializing=![],new Error("GTM initialization failed: No working GTM configuration available");this.isInitialized=!![],this.isInitializing=![],this.logger.info(s),this.processEventQueue()}executeEvent(e,i,r){try{if(this.clientConfigService.isBuilder())return;const s=this.getSendToTargets(),a={...r,...s.length>0&&{send_to:s},tenant_source:U.description+" v"+U.version,tenant_name:this.partnerName};if(!this.isInitialized)return this.eventQueue.length>=100&&this.eventQueue.shift(),this.eventQueue.push({methodName:e,eventName:i,eventData:a,timestamp:Date.now()}),this.logger.debug("Queued GTM event: "+i+" (initialization pending)",{data:a}),void 0;if(!window.dataLayer||!Array.isArray(window.dataLayer))return this.logger.warn("GTM event "+i+" skipped: dataLayer not available"),void 0;const c={event:i,...a};window.dataLayer.push(c),"function"==="object".gtag&&window.gtag("event",i,a),this.logger.debug("Sent GTM event: "+i,{method:"function"==="object".gtag?"dataLayer + gtag":"dataLayer only",targets:s.length>0?s:"no targeting",data:a})}catch(s){this.logger.error("GTM "+e+" error",s)}}calculateValue(e){const i=e.reduce((e,i)=>e+(i.price||0)*(i.quantity||1),0);return Number.parseFloat(i.toFixed(2))}viewItem(e){this.executeEvent("viewItem","view_item",{currency:this.currency,value:this.calculateValue([e]),items:[e]})}viewItemList(e,i,r){this.executeEvent("viewItemList","view_item_list",{currency:this.currency,item_list_id:i,item_list_name:r,items:e})}selectItem(e,i,r){this.executeEvent("selectItem","select_item",{item_list_id:i,item_list_name:r,items:[e]})}addToCart(e){this.executeEvent("addToCart","add_to_cart",{currency:this.currency,value:this.calculateValue([e]),quantity:e.quantity||1,items:[e]})}viewCart(e){this.executeEvent("viewCart","view_cart",{currency:this.currency,value:this.calculateValue(e),items:e})}removeFromCart(e){this.executeEvent("removeFromCart","remove_from_cart",{currency:this.currency,value:this.calculateValue([e]),items:[e]})}beginCheckout(e,i){this.executeEvent("beginCheckout","begin_checkout",{currency:this.currency,value:this.calculateValue(e),coupon:i,items:e})}addShippingInfo(e,i){this.executeEvent("addShippingInfo","add_shipping_info",{currency:this.currency,value:this.calculateValue(e),coupon:i,items:e})}addShippingInfoWithCustomerData(e,i,r,s){this.executeEvent("addShippingInfo","add_shipping_info",{currency:this.currency,value:e,coupon:i,phone:null==r?void 0:r.phone,email:null==r?void 0:r.email,birth_date:null==r?void 0:r.birth_date,customer_id:null==r?void 0:r.customer_id,subtotal:null==s?void 0:s.subtotal,total:null==s?void 0:s.total_before_discounts,discounts:null==s?void 0:s.discounts,gift_cards:null==s?void 0:s.gift_cards,net_total:null==s?void 0:s.net_total})}addPaymentInfo(e,i,r){this.executeEvent("addPaymentInfo","add_payment_info",{currency:this.currency,value:this.calculateValue(e),payment_type:i,coupon:r,items:e})}addPaymentInfoWithoutItems(e,i,r,s){this.executeEvent("addPaymentInfo","add_payment_info",{currency:this.currency,value:e,payment_type:i,coupon:r,subtotal:null==s?void 0:s.subtotal,total:null==s?void 0:s.total_before_discounts,discounts:null==s?void 0:s.discounts,gift_cards:null==s?void 0:s.gift_cards,net_total:null==s?void 0:s.net_total})}purchase(e){this.executeEvent("purchase","purchase",{transaction_id:e.transaction_id,value:e.value,currency:this.currency,tax:e.tax,shipping:e.shipping,coupon:e.coupon,items:e.items,subtotal:e.subtotal,total:e.total_before_discounts,discounts:e.discounts,gift_cards:e.gift_cards,net_total:e.net_total})}promoCodeAttempt(e){this.executeEvent("promoCodeAttempt","promo_code_attempt",{promo_code:e})}promoCodeApplied(e,i){this.executeEvent("promoCodeApplied","promo_code_applied",{promo_code:e,discount_amount:i})}promoCodeFailed(e,i){this.executeEvent("promoCodeFailed","promo_code_failed",{promo_code:e,reason:i})}giftCardAttempt(e){this.executeEvent("giftCardAttempt","gift_card_attempt",{gift_card_code:e})}giftCardApplied(e,i){this.executeEvent("giftCardApplied","gift_card_applied",{gift_card_code:e,applied_amount:i})}giftCardFailed(e,i){this.executeEvent("giftCardFailed","gift_card_failed",{gift_card_code:e,reason:i})}addressUpdated(e){this.executeEvent("addressUpdated","address_updated",{address_id:e.googlePlacesId,formatted_address:e.formattedAddress,address:e.address,coordinates:e.coordinates})}addressFailed(e){this.executeEvent("addressFailed","address_failed",{address_id:e.googlePlacesId,formatted_address:e.formattedAddress,address:e.address,address_error_message:e.error})}productNoAvailability(e){this.executeEvent("productNoAvailability","product_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}productSizeNoAvailability(e){this.executeEvent("productSizeNoAvailability","product_size_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,size_id:e.sizeId,size_name:e.sizeName,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}productFulfillmentNoAvailability(e){this.executeEvent("productFulfillmentNoAvailability","product_fulfillment_no_availability",{product_id:e.productId,product_name:e.productName,product_brand:e.productBrand,product_category:e.productCategory,product_category2:e.productCategory2,product_category3:e.productCategory3,product_type:e.productType,product_subtype:e.productSubtype,product_price:e.productPrice,size_id:e.sizeId,size_name:e.sizeName,fulfillment_type:e.fulfillmentType,upc:e.upc,grouping_id:e.groupingId,address:e.address,availability_reason:e.reason})}}const H="liquid_elements",V={identifier:"",id:"",brand:"",category:"",catPath:"",classification:"",type:"",subType:"",salsifyGrouping:"",name:"",description:"",htmlDescription:"",images:[],sizes:{},mainImage:null,region:"",country:"",material:"",abv:"",proof:"",age:"",color:"",flavor:"",variety:"",appellation:"",vintage:"",tastingNotes:"",productHasAvailability:![],fulfillmentHasAvailability:![],quantity:1,selectedFulfillmentType:a.SHIPPING,selectedSizeId:null,selectedFulfillmentId:null,selectedFulfillment:null,loading:![],updating:![],error:null,drawer:{isOpen:![],contentConfig:null},rerender:![]},Y={id:null,loading:![],error:null,items:{},retailers:{},totals:{subtotal:0,total:0,shippingFee:0,platformFee:0,engravingFee:0,giftCardTotal:0,deliveryFee:0,discounts:0,quantity:0},promoCode:null,fulfillments:{},rerender:![],shouldReset:![],updatedAt:"",createdAt:"",events:[]},K={token:"",cartId:"",loading:![],updating:![],error:null,warning:[],isPresaleLocked:![],presaleExpiresAt:null,acceptedAccountCreation:![],deliveryTips:[],hasAgeVerify:![],hasSubstitutionPolicy:![],isGift:![],billingSameAsShipping:!![],marketingPreferences:{canEmail:![],canSms:![]},giftRecipient:{firstName:"",lastName:"",email:"",phone:"",birthDate:"",addressTwo:null,message:null},customer:{firstName:"",lastName:"",email:"",phone:"",birthDate:"",addressTwo:"",company:""},payment:{key:"",secret:"",paymentMethodId:null,sendSubmitSignal:![]},billing:null,promoCode:null,giftCards:[],orderNumber:null,items:{},readyForSubmit:{customer:![],gift:![],billing:![],payment:![],prepared:![]},amounts:{total:0,subtotal:0,shipping:0,discounts:0,delivery:0,platform:0,tax:0,engraving:0,giftCards:0,service:0,tip:0,details:{taxes:{bag:0,bottleDeposits:0,retailDelivery:0,products:0,delivery:0,shipping:0},discounts:{products:0,delivery:0,shipping:0,service:0,engraving:0}}},rerender:![],isFormValid:![],invalidFields:[],focusField:null,onDemandFulfillmentTipInfo:{},tipSelection:10,stripeFormStatus:{isComplete:![],hasError:![],isProcessing:![],errorMessage:null},deliveryInstructions:null,card:{brand:null,country:null,expMonth:null,expYear:null,last4:null,funding:null},giftCardError:null,promoCodeError:null,events:[]},W={drawer:{isOpen:![],contentConfig:null}},X={id:"",formattedAddress:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},Z={products:{},cart:Y,address:X,checkout:K,ui:W};class StoreService{constructor(){this.middleware=[],this.isLocalStorageAvailable=![],this.loggingMiddleware=({action:e,payload:i,next:r})=>{const s=performance.now();this.logger.group("🏪 Store "+e+" ---------------------------------"),this.logger.debug("Payload:",i);try{const e=r(),i=performance.now()-s;return this.logger.debug("Completed in "+i.toFixed(3)+"ms"),e}catch(a){throw this.logger.error('Error during store action "'+e+'"',a),a}finally{this.logger.groupEnd()}},this.performanceMiddleware=({action:e,next:i})=>{const r=performance.now(),s=i(),a=performance.now()-r;return a>16&&this.logger.warn('⚠️ Slow store operation "'+e+'": '+a.toFixed(2)+"ms"),s},this.state=Z,this.listeners=new Map,this.logger=LoggerFactory.get("Store"),this.clientConfig=ClientConfigService.getInstance(),this.api=ApiClientService.getInstance(),this.setupMiddleware()}static getInstance(){return SingletonManager.getClassInstance("StoreService",()=>new StoreService)}async initialize({userDeviceId:e,isLocalStorageAvailable:i,persistedStore:r}){this.localStorageKey=this.clientConfig.isBuilder()?H+"_builder_"+e:H+"_"+e,this.isLocalStorageAvailable=i,i?await this.loadPersistedState():r&&await this.loadFromDBPersistence(r),this.logger.info("Store service initialized successfully",{userDeviceId:e,isLocalStorageAvailable:i,hasPersistedState:null!==r,localStorageKey:this.localStorageKey})}get(e){if(!e)return{...this.state};const i=e.split(".");let r=this.state;for(const s of i){if(null==r)return;r=r[s]}return void 0!==r?Array.isArray(r)?[...r]:"object"==typeof r&&null!==r?{...r}:r:void 0}set(e,i){return this.runWithMiddleware("set",{path:e,value:i},()=>{const r=this.get(e);return this.state=this.immutableSet(this.state,e,i),this.notifyListeners(e,i,r),this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}update(e,i){const r=this.get(e),s=i(r);return this.set(e,s)}remove(e){return this.runWithMiddleware("remove",{path:e},()=>{const i=this.get(e);if(void 0===i)return this.logger.warn('No value found at path "'+e+'" to remove.'),![];const r=e.split(".");let s=this.state;const a=r.pop();for(const c of r){if(void 0===s[c])return this.logger.warn('Path "'+e+'" does not exist in the state.'),![];s=s[c]}if(Array.isArray(s))s=s.filter((e,i)=>i!==Number.parseInt(a,10));else{if("object"!=typeof s||null===s)return this.logger.warn('Cannot remove property "'+a+'" from non-object type at path "'+e+'".'),![];{const{[a]:e,...i}=s;s=i}}return this.state=this.immutableSet(this.state,r.join("."),s),this.notifyListeners(e,void 0,i),this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}batch(e){return this.runWithMiddleware("batch",{updates:e},()=>{const i=[];if("function"==typeof e){const r=e(this.state);for(const[e,s]of Object.entries(r)){const r=this.get(e);i.push({path:e,oldValue:r,newValue:s,timestamp:Date.now()}),this.state=this.immutableSet(this.state,e,s)}}else for(const[r,s]of Object.entries(e)){const e=this.get(r);i.push({path:r,oldValue:e,newValue:s,timestamp:Date.now()}),this.state=this.immutableSet(this.state,r,s)}for(const{path:e,oldValue:r,newValue:s}of i)this.notifyListeners(e,s,r);return this.isLocalStorageAvailable&&this.debouncedSave(),!![]})}watch(e,i){const r=e;return this.listeners.has(r)||this.listeners.set(r,new Set),this.listeners.get(r).add(i),()=>{var e;null===(e=this.listeners.get(r))||void 0===e?void 0:e.delete(i)}}watchMany(e,i){const r=[];let s;const a=e.map(e=>this.watch(e,(a,c)=>{r.push({path:e,value:a,oldValue:c}),clearTimeout(s),s=setTimeout(()=>{r.length>0&&(i([...r]),r.length=0)},0)}));return()=>{for(const e of a)e()}}createProductInstance(e){const i="products."+e,r=this.get(i);return r?!![]:this.set(i,V)}removeProductInstance(e){const i=this.get("products"),{[e]:r,...s}=i;return this.set("products",s)}getProductInstances(){return this.get("products")}getState(){return{...this.state}}setupMiddleware(){this.middleware.push(this.loggingMiddleware),this.middleware.push(this.performanceMiddleware)}runWithMiddleware(e,i,r){let s=0;const n=()=>{if(s>=this.middleware.length)return r();const a=this.middleware[s++];return a({action:e,payload:i,state:this.getState(),next:n})};return n()}immutableSet(e,i,r){const s=i.split(".");if(1===s.length){if(Array.isArray(e)){const i=[...e];return i[s[0]]=r,i}return{...e,[s[0]]:r}}const[a,...c]=s,l=e[a],h=Array.isArray(l)?[]:{};if(Array.isArray(e)){const i=[...e];return i[a]=this.immutableSet(l||h,c.join("."),r),i}return{...e,[a]:this.immutableSet(l||h,c.join("."),r)}}notifyListeners(e,i,r){const s=this.listeners.get(e);if(s)for(const h of s)try{h(i,r)}catch(c){this.logger.error('Error in store listener for path "'+e+'"',c)}const a=e.split(".");for(let h=a.length-1;h>0;h--){const e=a.slice(0,h).join("."),i=this.listeners.get(e);if(i){const s=this.get(e),c=a.slice(h).join("."),p=this.immutableSet(s,c,r);for(const r of i)try{r(s,p)}catch(l){this.logger.error('Error in store listener for parent path "'+e+'"',l)}}}}debouncedSave(){this.saveTimeout&&clearTimeout(this.saveTimeout),this.saveTimeout=setTimeout(()=>this.saveStore(),50)}forceSave(){this.saveTimeout&&(clearTimeout(this.saveTimeout),this.saveTimeout=void 0),this.saveStore()}async persist(){var e;const i=this.get("address.id")||"",r=this.get("cart.id")||"";if(!i&&!r)return this.logger.debug("No session data to persist (both IDs are empty), skipping"),void 0;if(this.isLocalStorageAvailable)return this.forceSave(),this.logger.debug("Session data persisted to localStorage",{addressId:i,cartId:r}),void 0;try{const s=null!==(e=this.clientConfig.get("userDeviceId"))&&void 0!==e?e:"not_defined";await this.api.setPersistedStore(s,{p:i,c:r}),this.logger.info("Session data persisted to DB",{userDeviceId:s,addressId:i,cartId:r})}catch(s){this.logger.error("Failed to persist session data to DB",s)}}clearLocalStorage(){if(!this.isLocalStorageAvailable||!this.localStorageKey)return this.logger.debug("localStorage not available or key not set, skipping clear"),void 0;try{localStorage.removeItem(this.localStorageKey),this.logger.debug("localStorage entry completely removed",{key:this.localStorageKey})}catch(U){this.logger.error("Failed to clear localStorage entry",U)}}saveStore(){if(this.isLocalStorageAvailable&&this.localStorageKey)try{let e="";if(this.clientConfig.debuggingDisabled()){const i=this.get("address.id")||"",r=this.get("cart.id")||"";(i||r)&&(e=i+":"+r)}else e=this.getState();e&&localStorage.setItem(this.localStorageKey,"string"!=typeof e?JSON.stringify(e):e)}catch(e){this.logger.error("Failed to persist store state",e)}}async loadPersistedState(){if(this.isLocalStorageAvailable&&this.localStorageKey)try{const i=localStorage.getItem(this.localStorageKey);if(!i)return;try{const e=JSON.parse(i);for(const[i,r]of Object.entries(e))this.set(i,r);return}catch(e){if(i.includes(":")){const[e,r]=i.split(":");if(void 0!==e){const i=await this.getAddressDataFromId(e);this.set("address",i)}return void 0!==r&&this.set("cart.id",r||null),void 0}this.logger.warn("Unrecognized localStorage format, skipping load",{saved:i})}}catch(i){this.logger.error("Failed to load persisted state",i),localStorage.removeItem(this.localStorageKey)}}async loadFromDBPersistence(e){try{if(void 0!==e.p){const i=await this.getAddressDataFromId(e.p);this.set("address",i)}void 0!==e.c&&this.set("cart.id",e.c||null),this.logger.info("Session data loaded from DB persistence",{addressId:e.p,cartId:e.c})}catch(i){this.logger.error("Failed to load session data from DB persistence",i)}}async getAddressDataFromId(e){if(!e||""===e.trim())return X;try{const i=await this.api.getAddressDetails(e);return i&&0!==Object.keys(i).length?{id:e,formattedAddress:i.formattedAddress,address:{one:i.address.one,two:i.address.two,city:i.address.city,state:i.address.state,zip:i.address.zip,country:i.address.country||""},coordinates:{lat:i.coords.lat,long:i.coords.long}}:{...X,id:e}}catch(i){return{...X,id:e}}}}const $=[s.PRODUCT,s.PRODUCT_IMAGE_CAROUSEL,s.PRODUCT_OPTIONS,s.PRODUCT_INTERACTIONS,s.PRODUCT_DESCRIPTION,s.PRODUCT_RETAILERS,s.PRODUCT_RETAILERS_CAROUSEL,s.PRODUCT_RETAILERS_POPUP,s.PRODUCT_RETAILERS_POPUP_LIST,s.PRODUCT_PRICE,s.PRODUCT_ADD_TO_CART_SECTION,s.PRODUCT_DRAWER,s.PRODUCT_LOADING,s.ENGRAVING_FORM,s.ENGRAVING_VIEW,s.PRODUCT_LIST,s.PRODUCT_LIST_CARD,s.PRODUCT_LIST_CARD_LOADING,s.PRODUCT_LIST_FILTERS],J=[s.ADDRESS_INPUT,s.ADDRESS_DISPLAY],tt=[s.CART,s.CART_RETAILER,s.CART_ITEM,s.CART_FOOTER,s.CART_ITEM_QUANTITY_PRICE,s.CART_RETAILER_SUBTOTAL,s.CART_PROMO_CODE,s.CART_HEADER,s.CART_BODY,s.CART_FULFILLMENT,s.BUTTONS_CART_OPEN],et=[s.CHECKOUT,s.CHECKOUT_INFORMATION_SECTION,s.CHECKOUT_STRIPE_FORM,s.CHECKOUT_PAYMENT_FORM,s.CHECKOUT_BILLING_FORM,s.CHECKOUT_SUMMARY_SECTION,s.CHECKOUT_PROMO_CODE,s.CHECKOUT_GIFT_CARDS,s.CHECKOUT_AMOUNTS,s.CHECKOUT_ITEMS,s.CHECKOUT_COMPLETED,s.CHECKOUT_DELIVERY_INFORMATION_FORM,s.CHECKOUT_BUYER_INFORMATION_FORM,s.CHECKOUT_TIPS,s.CHECKOUT_PC_GC,s.CHECKOUT_ITEM,s.CHECKOUT_ITEM_QUANTITY,s.CHECKOUT_PLACE_ORDER_BUTTON,s.CHECKOUT_HEADER,s.CHECKOUT_PRESALE_COUNTDOWN,s.CHECKOUT_PRESALE_EXPIRED];class FontManagerService{constructor(){this.googleFontsUrl="",this.defaultFontFamilies=[{name:"Poppins",weights:[400,500,600,700]}],this.fontsLinkAttribute="data-lce-fonts"}loadGoogleFonts(e,i="swap"){if(!e||0===e.length)return;const r=[...this.defaultFontFamilies,...e],s=r.map(e=>{const i=encodeURIComponent(e.name);return"family="+i+":wght@"+e.weights.join(";")}).join("&"),a="display="+i;this.googleFontsUrl="https://fonts.googleapis.com/css2?"+s+"&"+a,this.injectGoogleFontsResourceHints(),this.injectGoogleFontsLink()}updateGoogleFonts(e,i="swap"){const r=document.querySelector("link["+this.fontsLinkAttribute+"]");this.loadGoogleFonts(e,i),r&&r.remove()}injectGoogleFontsResourceHints(){const e=document.querySelector('link[href="https://fonts.googleapis.com"][rel="preconnect"]'),i=document.querySelector('link[href="https://fonts.gstatic.com"][rel="preconnect"]');if(!e){const e=document.createElement("link");e.rel="preconnect",e.href="https://fonts.googleapis.com",document.head.appendChild(e)}if(!i){const e=document.createElement("link");e.rel="preconnect",e.href="https://fonts.gstatic.com",e.crossOrigin="",document.head.appendChild(e)}}injectGoogleFontsLink(){if(!this.googleFontsUrl)return;const e=document.createElement("link");e.rel="stylesheet",e.href=this.googleFontsUrl,e.setAttribute(this.fontsLinkAttribute,""),document.head.appendChild(e)}}const getProductListStyles=()=>'\n .product-list {\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n gap: 24px;\n }\n\n .product-list-filters-container {\n width: 30%;\n height: fit-content;\n position: sticky;\n top: 24px;\n padding: 0;\n }\n\n .product-list-cards__container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n gap: 24px;\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 70%;\n }\n\n /* Filters Styles */\n .product-list-filters-header,\n .product-list-filters-personalized,\n .product-list-filters-pre-order,\n .product-list-filters-delivery-options {\n padding: 16px 0 12px 0;\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n }\n\n .product-list-filters-delivery-options {\n border-bottom: none;\n }\n\n .product-list-filters-title {\n font-size: 18px;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n }\n\n .product-list-filters-personalized,\n .product-list-filters-pre-order {\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 12px;\n }\n\n .product-list-filters-personalized-label,\n .product-list-filters-pre-order-label {\n font-size: 15px;\n font-weight: 500;\n color: var(--default-text-color, #374151);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n align-items: center;\n line-height: 1.5;\n flex: 1;\n }\n\n .product-list-filters-warning {\n font-size: 12px;\n color: var(--default-text-color-70, #9ca3af);\n font-family: var(--paragraph-font-family, Poppins);\n font-style: normal;\n margin: 0;\n padding: 0;\n }\n\n .product-list-filters-delivery-options-header {\n display: flex;\n align-items: center;\n }\n\n .product-list-filters-delivery-options-label {\n font-size: 18px;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--heading-font-family, Poppins);\n }\n\n .product-list-filters-delivery-options-list {\n display: flex;\n flex-direction: column;\n }\n\n .product-list-filters-delivery-option {\n display: flex;\n align-items: center;\n gap: 14px;\n padding: 12px 16px;\n border-radius: var(--button-border-radius, 8px);\n cursor: pointer;\n }\n\n .product-list-filters-delivery-option:hover {\n background-color: var(--accent-color-30, #f8fafc);\n }\n\n .product-list-filters-delivery-radio {\n width: 18px;\n height: 18px;\n margin: 0;\n cursor: pointer;\n accent-color: var(--primary-color, #3b82f6);\n }\n\n .product-list-filters-delivery-radio:disabled {\n opacity: 0.4;\n cursor: not-allowed;\n }\n\n .product-list-filters-delivery-radio-label {\n font-size: 15px;\n font-weight: 500;\n color: var(--default-text-color, #374151);\n font-family: var(--paragraph-font-family, Poppins);\n margin: 0;\n cursor: pointer;\n flex: 1;\n }\n\n .product-list-filters-delivery-radio-label.disabled {\n color: var(--default-text-color-70, #9ca3af);\n cursor: not-allowed;\n }\n\n .product-list-filters-delivery-radio:disabled + .product-list-filters-delivery-radio-label {\n color: var(--default-text-color-70, #9ca3af);\n cursor: not-allowed;\n }\n\n input[type="checkbox"].product-list-filters-personalized-switch,\n input[type="checkbox"].product-list-filters-pre-order-switch {\n position: relative;\n width: 52px;\n height: 28px;\n appearance: none;\n background: var(--accent-color, #e5e7eb);\n border-radius: 14px;\n cursor: pointer;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n outline: none;\n border: 2px solid transparent;\n }\n\n input[type="checkbox"].product-list-filters-personalized-switch:checked,\n input[type="checkbox"].product-list-filters-pre-order-switch:checked {\n background: var(--primary-color, #3b82f6);\n border-color: var(--primary-color-30, rgba(59, 130, 246, 0.3));\n }\n\n .product-list-filters-personalized-switch:disabled,\n .product-list-filters-pre-order-switch:disabled {\n background: var(--accent-color-30, #f3f4f6);\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .product-list-filters-personalized-switch::before,\n .product-list-filters-pre-order-switch::before {\n content: \'\';\n position: absolute;\n top: 2px;\n left: 2px;\n width: 20px;\n height: 20px;\n background: var(--selected-text-color, #ffffff);\n border-radius: 50%;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);\n }\n\n .product-list-filters-personalized-switch:checked::before,\n .product-list-filters-pre-order-switch:checked::before {\n transform: translateX(24px);\n }\n\n /* Product List Card Styles */\n .product-list-card.standard {\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n border: 1px solid var(--accent-color, #f3f4f6);\n border-radius: var(--card-border-radius, 0.375rem);\n cursor: pointer;\n overflow: hidden;\n }\n\n .product-list-card.fill {\n background-color: #ffffff;\n }\n\n .product-list-card.standard.not-available {\n cursor: not-allowed;\n }\n\n .product-list-card.standard.not-available:hover {\n cursor: not-allowed;\n }\n\n .product-list-card.standard .plc__image-content {\n width: 100%;\n height: 100%;\n padding: 10px;\n }\n\n .product-list-card.standard .plc__image-wrapper {\n width: 100%;\n height: 14rem;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-bottom: 1px solid var(--accent-color, #f3f4f6);\n padding-bottom: 10px;\n }\n\n .product-list-card.standard .plc__image-wrapper .plc__image {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n }\n\n .product-list-card.standard .plc__content {\n width: 100%;\n padding: 0 10px;\n display: flex;\n flex-direction: column;\n margin-bottom: 10px;\n }\n\n .product-list-card.standard .plc__content .plc__title {\n width: 100%;\n height: 4.6875rem;\n font-size: 1.125rem;\n font-weight: 600;\n color: var(--default-text-color, #111827);\n font-family: var(--paragraph-font-family, Poppins);\n text-transform: uppercase;\n margin-bottom: 10px;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: auto;\n\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3;\n overflow: hidden;\n line-height: 1.38;\n word-wrap: break-word;\n word-break: break-word;\n }\n\n .product-list-card.standard .plc__image-link {\n text-decoration: none;\n display: block;\n color: inherit;\n width: 100%;\n }\n\n .product-list-card.standard .plc__image-link:hover {\n text-decoration: none;\n }\n\n .product-list-card.standard .plc__title-link {\n text-decoration: none;\n display: block;\n color: inherit;\n width: 100%;\n }\n\n .product-list-card.standard .plc__title-link:hover {\n text-decoration: underline;\n }\n\n .product-list-card.standard .plc__title-link .plc__title {\n color: var(--default-text-color, #111827);\n }\n\n .plc__size-price-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: var(--paragraph-font-family, Poppins);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: auto;\n color: var(--default-text-color, #111827);\n }\n\n .plc__size-price-wrapper .plc__size {\n font-size: 10px;\n font-weight: 300;\n }\n\n .plc__size-price-wrapper .plc__size {\n font-size: 1rem;\n font-weight: 600;\n }\n\n .plc__button {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: auto;\n white-space: nowrap;\n text-align: center;\n font-size: 0.875rem;\n line-height: 1.25rem;\n font-weight: 600;\n text-transform: capitalize;\n color: var(--selected-text-color, #ffffff);\n background-color: var(--primary-color, #3b82f6);\n padding: 0.5rem 0.375rem;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n }\n\n .plc__button:hover {\n background-color: var(--primary-color-70, #3b82f6);\n }\n\n .plc__button:disabled {\n pointer-events: none;\n opacity: 0.5;\n }\n\n /* Infinite Scroll Sentinel Styles */\n .product-list-scroll-sentinel {\n width: 100%;\n flex: 0 0 100%;\n min-height: 80px;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 24px 16px;\n margin: 16px auto;\n box-sizing: border-box;\n }\n\n .product-list-sentinel-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 12px;\n }\n\n .product-list-sentinel-spinner {\n width: 24px;\n height: 24px;\n border: 2px solid var(--primary-color-20, rgba(59, 130, 246, 0.2));\n border-top-color: var(--primary-color, #3b82f6);\n border-radius: 50%;\n animation: product-list-spin 0.8s linear infinite;\n }\n\n @keyframes product-list-spin {\n to {\n transform: rotate(360deg);\n }\n }\n\n .product-list-sentinel-text {\n font-size: 14px;\n color: var(--primary-color, #3b82f6);\n font-weight: 500;\n letter-spacing: 0.3px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n }\n\n .product-list-sentinel-icon {\n font-size: 20px;\n color: var(--primary-color-80, rgba(59, 130, 246, 0.8));\n animation: product-list-bounce 2s ease-in-out infinite;\n margin-bottom: 4px;\n }\n\n @keyframes product-list-bounce {\n 0%, 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(4px);\n }\n }\n\n .product-list-sentinel-info-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 8px;\n }\n\n .product-list-sentinel-divider {\n width: 60px;\n height: 1px;\n background: var(--primary-color-30, rgba(59, 130, 246, 0.3));\n margin-bottom: 8px;\n }\n\n .product-list-sentinel-info-text {\n font-size: 13px;\n font-weight: 400;\n letter-spacing: 0.2px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n color: var(--primary-color, rgba(59, 130, 246, 0.67));\n }\n\n .product-list-sentinel-info-text.no-more {\n color: var(--primary-color, rgba(59, 130, 246, 0.8));\n font-weight: 500;\n }\n\n .product-list-sentinel-error-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 8px;\n }\n\n .product-list-sentinel-error-icon {\n font-size: 18px;\n color: var(--error-color, #ef4444);\n }\n\n .product-list-sentinel-error-text {\n font-size: 13px;\n color: var(--error-color, #ef4444);\n font-weight: 500;\n letter-spacing: 0.2px;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n }\n\n /* Responsive Styles */\n\n /* Mobile - 1 column (default, up to 639px) */\n @media (max-width: 639px) {\n .product-list {\n flex-direction: column;\n flex-wrap: wrap;\n }\n\n .product-list-filters-container {\n width: 100%;\n order: 1;\n position: static;\n top: unset;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: 2;\n --columns: 1;\n --gap-per-card: 0px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 100%;\n }\n\n .product-list-card.standard {\n width: 100%;\n flex: 0 0 100%;\n }\n }\n\n /* Small tablets - 2 columns (640px and up) */\n @media (min-width: 640px) and (max-width: 767px) {\n .product-list {\n flex-direction: column;\n flex-wrap: wrap;\n }\n\n .product-list-filters-container {\n width: 100%;\n order: 1;\n position: static;\n top: unset;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: 2;\n --columns: 2;\n --gap-per-card: 12px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 100%;\n }\n\n .product-list-card.standard {\n width: calc(50% - 12px);\n flex: 0 0 calc(50% - 12px);\n }\n }\n\n /* Tablets - 3 columns (768px and up) */\n @media (min-width: 768px) and (max-width: 1023px) {\n .product-list {\n flex-direction: row;\n flex-wrap: nowrap;\n }\n\n .product-list-filters-container {\n width: 30%;\n order: unset;\n position: sticky;\n top: 24px;\n }\n\n .product-list-cards__container {\n width: 100%;\n order: unset;\n --columns: 3;\n --gap-per-card: 16px;\n }\n\n .product-list.has-filters .product-list-cards__container {\n width: 70%;\n }\n\n .product-list-card.standard {\n width: calc(33.333% - 16px);\n flex: 0 0 calc(33.333% - 16px);\n }\n }\n\n /* Desktop - Use configured columns (1024px and up) */\n @media (min-width: 1024px) {\n .product-list {\n flex-direction: row;\n flex-wrap: nowrap;\n }\n\n .product-list-filters-container {\n position: sticky;\n top: 24px;\n }\n\n .product-list-cards__container {\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .product-list-card.standard {\n width: calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n flex: 0 0 calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n }\n }\n',getAddressStyles=()=>"\n .address-input-container {\n width: 100%;\n max-width: 100%;\n min-width: 320px;\n height: 100%;\n font-family: var(--heading-font-family, Poppins);\n position: relative;\n display: flex;\n flex-direction: column;\n }\n\n .address-input-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .address-input-container .input-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n padding-bottom: 8px;\n text-align: left;\n }\n\n .address-input-container .input-section {\n position: relative;\n }\n\n .address-input-container .input-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n align-self: stretch;\n padding: 4px 12px;\n border-radius: var(--card-border-radius, 6px);\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n }\n\n .address-input-container .input-wrapper.filled {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .input-wrapper.outlined {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .input-icon {\n display: flex;\n margin-left: 4px;\n }\n\n .address-input-container .input-icon svg {\n stroke: var(--default-text-color, #18181B);\n }\n\n /* Remove bottom border radius when suggestions are shown */\n .address-input-container .suggestions-list.show ~ .input-wrapper,\n .address-input-container .input-section.suggestions-expanded .input-wrapper {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n\n /* Alternative approach using a modifier class */\n .address-input-container .input-wrapper.suggestions-expanded {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n\n .address-input-container .input-field {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n width: 100%;\n border: none\n }\n\n .address-input-container .input-field:focus {\n outline: none;\n border: none;\n box-shadow: none;\n }\n\n .address-input-container .suggestions-list {\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n z-index: "+m.ADDRESS_SUGGESTIONS+";\n list-style: none;\n overflow-y: auto;\n padding: 4px 0;\n align-self: stretch;\n border-radius: 0 0 6px 6px;\n border-right: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n border-left: 1px solid var(--accent-color, #E4E4E7);\n background: var(--drawer-background-color, #FAFAFA);\n }\n\n .address-input-container .suggestions-list.show {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n\n .address-input-container .suggestions-list.hide {\n display: none;\n }\n\n .address-input-container .suggestions-list.show {\n display: block;\n }\n\n .address-input-container .suggestion-item {\n display: flex;\n padding: 6px 8px;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n text-align: left;\n }\n\n .address-input-container .suggestion-item > span {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n flex: 1 0 0;\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .address-input-container .suggestion-item:hover {\n border-radius: 2px;\n background: linear-gradient(0deg, var(--alpha-50, rgba(254, 254, 254, 0.50)) 0%, var(--alpha-50, rgba(254, 254, 254, 0.50)) 100%), var(--default-text-color-50, #E4E4E7);\n }\n\n .address-input-container .suggestion-item.no-suggestions {\n color: var(--warning-color, #6B7280);\n text-align: center;\n cursor: default;\n }\n\n .address-input-container .suggestion-item.no-suggestions:hover {\n background-color: transparent;\n }\n\n .address-input-container .error-message {\n display: flex;\n align-items: center;\n padding: 12px;\n border: 1px solid var(--error-color, #B91C1C);\n border-radius: var(--card-border-radius, 6px);\n color: var(--error-color, #B91C1C);\n font-size: 14px;\n position: relative;\n z-index: "+m.ERROR_MESSAGE+";\n }\n\n .address-input-container .error-icon {\n font-size: 16px;\n margin-right: 8px;\n }\n\n .address-input-container .error-text {\n flex: 1;\n }\n\n .address-input-container .action-buttons {\n display: flex;\n justify-content: space-between;\n position: relative;\n z-index: "+m.ADDRESS_ACTIONS+";\n }\n\n .address-input-container .action-buttons > button {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 8px 16px;\n border-radius: var(--button-border-radius, 6px);\n transition: all 0.2s ease;\n width: 50%;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .address-input-container .action-buttons > button:not(:first-child) {\n margin-left: 8px;\n }\n\n .address-input-container .action-buttons .secondary-button {\n color: var(--default-text-color, #18181B);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .address-input-container .action-buttons .primary-button {\n color: var(--selected-text-color, #18181B);\n background-color: var(--primary-color, #E4E4E7);\n border: 1px solid transparent;\n }\n\n .privacy-notice {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 400;\n color: var(--default-text-color, #18181B);\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .address-input-container .suggestion-item > span {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n .address-display-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .address-display-container > span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n margin-bottom: 8px;\n }\n\n .address-display-container > button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n }\n",getCartStyles=()=>"\n .cart-container {\n display: flex;\n width: 100%;\n height: 100%;\n flex-direction: column;\n align-items: center;\n }\n\n .cart-container.no-header .cart-body {\n padding: 0 0 16px 0;\n }\n\n .cart-container.no-header .cart-footer {\n padding: 16px 0 0 0;\n }\n\n .cart-header {\n width: 100%;\n display: flex;\n flex-direction: column;\n position: sticky;\n top: 0;\n background-color: var(--drawer-background-color, #FFFFFF);\n z-index: "+m.CART_HEADER+";\n }\n\n .cart-header-content {\n width: 100%;\n height: 48px;\n display: flex;\n align-items: center;\n align-self: stretch;\n justify-content: space-between;\n padding: 16px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .cart-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .cart-header-close-btn {\n font-size: 1.4rem;\n font-weight: 300;\n border: none;\n background: none;\n }\n\n .cart-header-close-btn:hover {\n cursor: pointer;\n }\n\n .cart-body {\n position: relative;\n flex: 1;\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-self: stretch;\n }\n\n .cart-body > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .empty-cart-container {\n display: flex;\n align-self: center;\n margin: auto;\n }\n\n .retailer-section {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .section-header-label {\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: pointer;\n }\n\n .cart-fulfillment-subtotal {\n color: var(--default-text-color, #18181B);\n }\n\n .section-title {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .cart-retailer-header {\n display: flex;\n flex-direction: column;\n padding: 16px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .retailer-info {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n }\n\n .retailer-body-container {\n display: flex;\n align-items: center;\n align-self: stretch;\n flex-direction: column;\n max-height: 2000px;\n overflow: hidden;\n transition: max-height 0.3s ease;\n }\n\n .retailer-subtotal-container {\n display: flex;\n padding: 16px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .retailer-subtotal-header {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailer-subtotal-amount {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailer-fulfillment-container {\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n max-height: 2000px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .retailer-fulfillment-container > .cart-item-container {\n margin-top: 16px;\n }\n\n .cart-item-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .cart-item-container > *:not(:first-child) {\n margin-top: 12px;\n }\n\n .cart-item {\n display: flex;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .cart-item > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .item-image {\n display: flex;\n width: 56px;\n height: 70px;\n flex-direction: column;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .item-image img {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n\n .item-details {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .item-details > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .quantity-price {\n display: flex;\n height: 36px;\n align-items: center;\n align-content: center;\n align-self: stretch;\n flex-wrap: wrap;\n justify-content: space-between;\n }\n\n .item-title {\n font-weight: 500;\n font-size: 0.95rem;\n word-break: break-word;\n margin: 0;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-specs {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-shipping-container {\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n }\n\n .cart-add-personalization-span {\n color: var(--primary-color, #1E40AF);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .item-shipping {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .item-quantity {\n display: flex;\n width: 106px;\n align-items: center;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n }\n\n .quantity-btn-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex-shrink: 0;\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n background: none;\n cursor: pointer;\n }\n\n .item-quantity.outlined .quantity-btn-increase {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .quantity-btn-decrease {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex-shrink: 0;\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n background: none;\n cursor: pointer;\n }\n\n .item-quantity.outlined .quantity-btn-decrease {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .quantity-btn-decrease:disabled,\n .quantity-btn-increase:disabled,\n .quantity-btn-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .quantity-value {\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .item-quantity.outlined .quantity-value {\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .item-price-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n align-content: center;\n flex: 1 0 0;\n flex-wrap: wrap;\n }\n\n .item-price-container > *:not(:first-child) {\n margin-left: 6px;\n }\n\n .item-price {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n }\n\n .item-price-per-unit {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n }\n\n .item-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n align-self: stretch;\n }\n\n .cart-footer {\n margin-top: auto;\n display: flex;\n min-height: 146px;\n padding: 16px;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n align-self: stretch;\n border-top: 1px solid var(--accent-color, #E4E4E7);\n flex-shrink: 0;\n }\n\n .cart-footer > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .cart-footer-header {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n flex: 1 0 0;\n }\n\n .cart-footer-header > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .cart-footer-header .cart-footer-items-price {\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n }\n\n .cart-footer-header .subtotal-text {\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 14px;\n }\n\n .cart-footer-header .subtotal-price {\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 14px;\n }\n\n .cart-footer-header .taxes-fees-info {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 14px;\n max-width: 85%;\n }\n\n .promo-input {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n font-size: 16px;\n align-self: stretch;\n width: 100%;\n border-radius: var(--button-border-radius, 6px);\n }\n\n .promo-input.outlined {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .promo-input.filled {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .checkout-button {\n display: flex;\n position: relative;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n border: none;\n cursor: pointer;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #F1F5F9);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .checkout-button.loading::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+m.LOADING_INDICATOR+";\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n .checkout-btn-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n /* CSS-only accordions */\n .chevron {\n transition: transform 0.3s ease;\n }\n\n /* Product section accordions */\n .section-toggle {\n display: none;\n }\n\n .section-toggle:checked + .section-header-label .chevron {\n transform: rotate(180deg);\n color: var(--default-text-color, #18181B);\n }\n\n .retailer-section.collapsed .retailer-body-container {\n max-height: 0;\n }\n\n .retailer-section.collapsed .cart-retailer-header {\n border-bottom: none;\n }\n\n .shipping-content {\n max-height: 0;\n overflow: hidden;\n transition: max-height 0.3s ease-out;\n padding-left: 20px;\n }\n\n /** * Loading spinner styles */\n .cart-loading-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: var(--drawer-background-color-30, #E4E4E7);\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: "+m.CART_LOADING+";\n }\n\n /* Modern browsers with backdrop-filter support */\n @supports (backdrop-filter: blur(1px)) {\n .cart-loading-backdrop {\n background-color: var(--drawer-background-color-30, #E4E4E7);\n backdrop-filter: blur(1px);\n }\n }\n\n .cart-loading-spinner-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n }\n\n .cart-loading-spinner {\n margin-bottom: 16px;\n }\n\n .cart-spinner {\n animation: cart-spinner-rotate 2s linear infinite;\n color: var(--primary-color, #1D4ED8);\n }\n\n .cart-spinner-path {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: 0;\n stroke-linecap: round;\n animation: cart-spinner-dash 1.5s ease-in-out infinite;\n }\n\n @keyframes cart-spinner-rotate {\n 100% {\n transform: rotate(360deg);\n }\n }\n\n @keyframes cart-spinner-dash {\n 0% {\n stroke-dasharray: 1, 150;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -35;\n }\n 100% {\n stroke-dasharray: 90, 150;\n stroke-dashoffset: -124;\n }\n }\n\n /*PROMO CODE */\n .promo-container {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n align-self: stretch;\n flex: 1;\n }\n\n .promo-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .promo-container-wrapper {\n display: flex;\n justify-content: space-between;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .promo-code-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .promo-input-wrapper {\n flex: 1;\n }\n\n /* Style the InputComponent container */\n .promo-input-wrapper .custom-input {\n margin: 0;\n width: 100%;\n }\n\n /* Hide label in promo context since we have placeholder */\n .promo-input-wrapper .custom-input label {\n display: none;\n }\n\n /* Style the actual input inside the InputComponent */\n .promo-input-wrapper .promo-input {\n width: 100%;\n padding: 12px 16px;\n border: 1px solid #ddd;\n border-radius: var(--button-border-radius, 6px);\n font-size: 14px;\n transition: border-color 0.2s ease, box-shadow 0.2s ease;\n box-sizing: border-box;\n }\n\n .promo-input-wrapper .promo-input:focus {\n outline: none;\n border-color: var(--primary-color, #1D4ED8);\n }\n\n .promo-input-wrapper .promo-input:disabled {\n background-color: #f8f9fa;\n cursor: not-allowed;\n opacity: 0.6;\n }\n\n .promo-input-wrapper .promo-input.input-error {\n border-color: #dc3545; }\n\n /* Error container styling from InputComponent */\n .promo-input-wrapper .error-container {\n margin-top: 4px;\n min-height: 20px;\n }\n\n .promo-input-wrapper .error-message {\n color: #dc3545;\n font-size: 12px;\n margin: 2px 0;\n display: block;\n }\n\n /* Apply button styling */\n .apply-button {\n display: flex;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .apply-button:hover:not(:disabled) {\n opacity: 0.9;\n }\n\n .apply-button:disabled {\n cursor: not-allowed;\n opacity: 0.7;\n }\n\n /* Applied promo code display - matches the design */\n .promo-applied-container {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n align-self: stretch;\n align-items: center;\n flex: 1;\n }\n\n .promo-code-pill {\n display: flex;\n height: var(--height-h-9, 36px);\n padding: 4px 12px;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px\n }\n\n .promo-remove-btn {\n background: none;\n border: none;\n cursor: pointer;\n border-radius: 4px;\n transition: all 0.2s ease;\n text-decoration: underline;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n }\n\n .error-banner {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n color: var(--default-text-color, #18181B);\n padding: 8px 16px;\n flex-grow: 1;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n border-radius: var(--card-border-radius, 6px) 0 0 var(--card-border-radius, 6px);\n }\n\n .error-banner > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .close-btn {\n border: none;\n font-size: 16px;\n cursor: pointer;\n color: #fff;\n border-radius: 0 var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0;\n padding: 8px 16px;\n\n background: var(--error-color, #DC2626);\n }\n\n /* Mobile responsive */\n .promo-code-pill {\n align-self: flex-start;\n }\n\n .promo-remove-btn {\n align-self: flex-end;\n padding: 4px 8px;\n }\n }\n\n /* Optional: Add loading indicator styles if needed */\n .promo-input-wrapper.loading::after {\n content: '';\n position: absolute;\n right: 12px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+m.LOADING_INDICATOR+";\n width: 16px;\n height: 16px;\n border: 2px solid var(--accent-color, #E4E4E7);\n border-top: 2px solid var(--accent-color, #E4E4E7);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n @keyframes spin {\n 0% { transform: translateY(-50%) rotate(0deg); }\n 100% { transform: translateY(-50%) rotate(360deg); }\n }\n\n .empty-cart-content {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n",getCheckoutStyles=()=>"\n .checkout-container {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-self: stretch;\n gap: 24px;\n }\n\n .checkout-container:not(.independent) {\n padding: 24px;\n }\n\n .checkout-container.independent {\n padding: 24px;\n }\n\n .checkout-container.no-header .checkout-information-section,\n .checkout-container.no-header .checkout-summary-section {\n padding: 0;\n }\n\n .checkout-information-section {\n min-width: 320px;\n max-width: 512px;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex-wrap: wrap;\n flex: 1 0 0;\n }\n\n .checkout-information-section > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-delivery-information,\n .checkout-buyer-information,\n .checkout-billing-form {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-delivery-information > *:not(:first-child),\n .checkout-buyer-information > *:not(:first-child),\n .checkout-billing-form > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-payment-form {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .checkout-payment-form > *:not(:last-child) {\n margin-bottom: 24px;\n }\n\n .delivery-header-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .delivery-title-container {\n display: flex;\n min-width: 200px;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n margin-top: 20px;\n }\n\n .delivery-title-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .section-title-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .section-title-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .delivery-title-container > .delivery-title,\n .section-title-container > .section-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .delivery-title-container > .delivery-subtitle,\n .section-title-container > .section-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .gift-toggle-container {\n display: flex;\n padding: 2px 0px;\n align-items: center;\n align-self: stretch;\n justify-content: space-between;\n align-items: flex-start;\n }\n\n .gift-toggle-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .gift-toggle-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .gift-label-wrapper {\n display: flex;\n flex-direction: column;\n min-width: 200px;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .gift-toggle-description {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-top: 6px;\n }\n\n .toggle-switch {\n position: relative;\n width: 40px;\n height: 20px;\n background-color: var(--primary-color-30, #d1d5db);\n border-radius: 12px;\n cursor: pointer;\n transition: background-color 0.2s ease;\n }\n\n .toggle-switch.active {\n background-color: var(--primary-color, #3b82f6);\n }\n\n .toggle-slider {\n position: absolute;\n top: 2px;\n left: 2px;\n width: 16px;\n z-index: "+m.TOGGLE_SLIDER+";\n height: 16px;\n background-color: var(--accent-color, #ffffff);\n border-radius: 50%;\n transition: transform 0.2s ease;\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n }\n\n .toggle-switch.active .toggle-slider {\n transform: translateX(20px);\n }\n\n .section-form-container {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .section-form-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .textarea-message-disclaimer {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-top: 6px;\n }\n\n .checkout-tips-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tips-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-tip-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-tip-distribution-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-distribution-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-tips-list {\n display: none;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-tips-list > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-tips-list.show {\n display: flex;\n }\n\n .checkout-tip-distribution-item {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-fulfillment-input-wrapper {\n display: flex;\n align-items: center;\n }\n\n .checkout-tip-fulfillment-input-wrapper > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .checkout-tip-remove-button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .checkout-tip-distribution-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n }\n\n .checkout-sub-header {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-tip-disclaimer {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-tip-config-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-config-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-tip-selection-container {\n display: flex;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-tip-selection-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-tip-button {\n display: flex;\n padding: 8px 16px;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .checkout-tip-button.selected {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n }\n\n .checkout-tip-button > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-tip-input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-tip-input-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-tip-input {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-sections-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-sections-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-pc-gc-sub-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-pc-gc-sub-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-pc-gc-applied {\n display: flex;\n width: 100%;\n flex-direction: row;\n align-self: stretch;\n display: flex;\n padding: 0px 12px;\n justify-content: space-between;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-pc-gc-applied span {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-transform: uppercase;\n }\n\n .checkout-pc-gc-applied button {\n display: flex;\n height: 36px;\n padding: 8px 0px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-send-as-gift-toggle-container {\n position: absolute;\n top: 16px;\n right: 16px;\n z-index: "+m.FORM_CONTROLS+";\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n\n cursor: pointer;\n }\n\n .checkout-two-col-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n margin-right: -16px;\n margin-bottom: -16px;\n }\n\n .checkout-two-col-container > * {\n margin-right: 16px;\n margin-bottom: 16px;\n }\n\n .checkout-three-col-container {\n display: flex;\n flex-direction: row;\n }\n\n .checkout-three-col-container > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .checkout-send-to-form.collapsed {\n display: none;\n }\n\n .checkout-send-to-title,\n .checkout-your-info-title,\n .checkout-billing-title,\n .checkout-payment-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-send-to-subtitle,\n .checkout-your-info-subtitle,\n .checkout-billing-subtitle,\n .checkout-payment-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-summary-section {\n min-width: 320px;\n max-width: 400px;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .checkout-summary-section > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-disclaimer-title,\n .checkout-summary-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-disclaimer-subtitle,\n .checkout-summary-subtitle {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-promo-code-container,\n .checkout-gift-cards-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-promo-code-container > *:not(:first-child),\n .checkout-gift-cards-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .input-promo-code-container,\n .input-gift-card-container {\n display: flex;\n flex-direction: row;\n align-self: stretch;\n }\n\n .input-promo-code-container > *:not(:first-child),\n .input-gift-card-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .input-promo-code-container .apply-button,\n .input-gift-card-container .apply-button {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-self: flex-start;\n align-items: center;\n\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .input-promo-code-container .apply-button.disabled,\n .input-gift-card-container .apply-button.disabled {\n background: var(--primary-color-50, #1D4ED8);\n }\n\n .checkout-amounts-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-amounts-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-amount-line {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-amount-line span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-amount-total {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n\n }\n\n .checkout-amount-total span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .checkout-separator {\n width: 100%;\n height: 1px;\n margin: 0px;\n background: var(--accent-color, #E4E4E7);\n }\n\n .checkout-place-order-button-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-place-order-button {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n font-family: var(--paragraph-font-family, Poppins);\n align-self: stretch;\n font-weight: 600;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n transition: all 0.2s ease;\n cursor: pointer;\n position: relative;\n }\n\n .checkout-place-order-button-container .alert-container, .checkout-place-order-button-container .alert-wrapper {\n margin-bottom: 24px;\n }\n\n .checkout-place-order-button.ready {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n }\n\n .checkout-place-order-button.ready:hover {\n filter: brightness(0.9);\n transform: translateY(-1px);\n }\n\n .checkout-place-order-button.ready:active {\n transform: translateY(0);\n }\n\n /* States when things are missing/wrong - use your opacity variants */\n .checkout-place-order-button.form-invalid,\n .checkout-place-order-button.payment-incomplete,\n .checkout-place-order-button.payment-error {\n background: var(--primary-color-70);\n color: var(--selected-text-color);\n }\n\n .checkout-place-order-button.form-invalid:hover,\n .checkout-place-order-button.payment-incomplete:hover,\n .checkout-place-order-button.payment-error:hover {\n background: var(--primary-color-70);\n }\n\n /* Processing state - keep full primary color to show confidence */\n .checkout-place-order-button.processing {\n cursor: not-allowed;\n pointer-events: none;\n }\n\n .checkout-place-order-button.processing::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+m.LOADING_INDICATOR+';\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n /* Disabled state - very muted */\n .checkout-place-order-button.disabled {\n background: var(--primary-color-70, #D1D5DB);\n cursor: not-allowed;\n }\n\n /* Focus states for accessibility */\n .checkout-place-order-button:focus {\n outline: none;\n box-shadow: 0 0 0 3px var(--primary-color-70);\n }\n\n .checkout-place-order-button.disabled:focus {\n box-shadow: none;\n }\n\n .checkout-marketing-opt-ins-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-marketing-opt-ins-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-billing-same-as-shipping-toggle-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-start;\n cursor: pointer;\n }\n\n .checkout-billing-same-as-shipping-toggle-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-items-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-items-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-items-toggler {\n display: flex;\n height: 14px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n cursor: pointer;\n }\n\n .checkout-items-toggler-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-items-list {\n display: none;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-items-list > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-items-list.show {\n display: flex;\n }\n\n .checkout-item-card {\n display: flex;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-item-card > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .checkout-item-card-header {\n display: flex;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .checkout-item-card-header > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-item-details-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .checkout-item-card-footer {\n display: flex;\n height: 36px;\n align-items: center;\n align-content: center;\n justify-content: space-between;\n align-self: stretch;\n flex-wrap: wrap;\n margin-right: -8px;\n margin-bottom: -8px;\n }\n\n .checkout-item-card-footer > * {\n margin-right: 8px;\n margin-bottom: 8px;\n }\n\n .checkout-item-image {\n display: flex;\n width: 64px;\n height: 70px;\n flex-direction: column;\n align-items: center;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .checkout-item-image img {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n\n .checkout-item-card .checkout-item-subtitle {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .checkout-item-card .checkout-item-title,\n .checkout-item-card .checkout-item-subtitle > span,\n .checkout-item-price-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n word-break: break-word;\n }\n\n .checkout-item-price-each-text {\n font-weight: 500;\n }\n\n .checkout-item-card .checkout-item-subtitle > span {\n font-weight: 400 !important;\n }\n\n .checkout-item-quantity-container {\n display: flex;\n width: 106px;\n align-items: center;\n }\n\n .billing-checkbox-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n cursor: pointer;\n }\n\n .checkout-item-quantity-container .quantity-decrease,\n .checkout-item-quantity-container .quantity-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border: 1px solid var(--accent-color, #E4E4E7);\n\n cursor: pointer;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-item-quantity-container .quantity-decrease {\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n }\n\n .checkout-item-quantity-container .quantity-increase {\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n }\n\n .checkout-item-quantity-container .quantity-decrease.disabled,\n .checkout-item-quantity-container .quantity-increase.disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .checkout-item-quantity-container .product-count {\n display: flex;\n padding: 6px 8px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .dollar-input-container {\n display: flex;\n align-items: center;\n border: 1px solid var(--accent-color, #E4E4E7);\n border-radius: var(--button-border-radius, 6px);\n align-self: stretch;\n flex: 1 0 0;\n max-width: 100px;\n\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .dollar-input-container:focus-within {\n outline: none;\n border-color: var(--primary-color, #3b82f6);\n box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);\n }\n\n .dollar-sign {\n font-size: 14px;\n font-weight: 500;\n user-select: none;\n pointer-events: none;\n }\n\n .dollar-input {\n flex: 1;\n border: none;\n outline: none;\n background: transparent;\n }\n\n .dollar-input::placeholder {\n color: var(--default-text-color-70, #18181B);\n }\n\n .dollar-input::-webkit-outer-spin-button,\n .dollar-input::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n\n .dollar-input[type=number] {\n -moz-appearance: textfield;\n }\n\n .dollar-input:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n }\n\n .dollar-input-container:has(.dollar-input:disabled) {\n opacity: 0.6;\n }\n\n .dollar-input-container:has(.dollar-input:disabled) .dollar-sign {\n color: var(--default-text-color-70, #18181B);\n }\n\n /* Checkout Thank You Page */\n .checkout-completed-container {\n display: flex;\n min-height: 100vh; /* Fallback for browsers that don\'t support dvh */\n min-height: 100dvh;\n min-width: 320px;\n flex-direction: column;\n justify-content: center;\n flex: 1 0 0;\n align-self: stretch;\n }\n\n .checkout-completed-header-container {\n display: flex;\n padding: 24px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-header-container > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-completed-header-container img {\n width: 200px;\n height: auto;\n object-fit: contain;\n flex-shrink: 0;\n }\n\n .checkout-completed-sub-section {\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n flex-shrink: 0;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-completed-sub-section > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-completed-sub-section p {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n }\n\n .checkout-completed-section-container {\n display: flex;\n padding: 24px;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-section-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-completed-help-section > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .checkout-completed-help-section {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n text-align: center;\n }\n\n .checkout-completed-section-container button {\n display: flex;\n height: 36px;\n min-width: 182px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n }\n\n .checkout-completed-section-container button svg {\n stroke: var(--selected-text-color, #1D4ED8);\n fill: var(--selected-text-color, #1D4ED8);\n }\n\n .checkout-completed-section-container button span {\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n margin-right: 8px;\n }\n\n .checkout-completed-title-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-title-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .checkout-completed-title-section {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n text-align: center;\n }\n\n .checkout-completed-title-section .presale-expired-title {\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .checkout-completed-title-section\n color: var(--default-text-color, #18181B);\n }\n\n .checkout-completed-title-section p:first-child, .checkout-completed-auto-close-seconds {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section h3 {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n }\n\n .checkout-completed-title-section p, .checkout-completed-auto-close-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 24px;\n }\n\n .checkout-completed-line {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .checkout-completed-line span {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-completed-line:first-child span {\n font-weight: 600;\n }\n\n .checkout-completed-line h3 {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-payment-form-error {\n color: var(--error-color, #EF4444);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n margin-top: 8px;\n }\n\n .checkout-payment-error-wrapper {\n animation: slideIn 0.2s ease-out;\n display: flex;\n align-self: stretch;\n margin-bottom: 8px;\n }\n\n .checkout-payment-error-wrapper > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-payment-error {\n display: flex;\n padding: 12px 16px;\n }\n\n .checkout-payment-error > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-payment-error\n border-radius: var(--button-border-radius, 6px);\n font-size: 14px;\n line-height: 1.5;\n font-family: var(--body-font-family, inherit);\n flex: 1;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: var(--error-color-30, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n }\n\n .checkout-payment-error .icon-error {\n flex-shrink: 0;\n width: 16px;\n height: 16px;\n display: inline-block;\n }\n\n .checkout-payment-error .error-text {\n font-family: var(--body-font-family, inherit);\n }\n\n .checkout-payment-error-wrapper[style*="display: none"] {\n display: none !important;\n }\n\n .checkout-checkbox-container {\n display: flex;\n align-items: flex-start;\n }\n\n .checkout-checkbox-container > *:not(:first-child) {\n margin-left: 12px;\n }\n\n .checkout-checkbox-visual {\n width: 16px;\n height: 16px;\n border: 1px solid var(--primary-color, #1D4ED8);\n border-radius: 2px;\n background: var(--primary-color, #1D4ED8);\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n flex-shrink: 0;\n transition: all 0.2s ease;\n margin-top: 3px;\n }\n\n .checkout-checkbox-visual svg {\n opacity: 1;\n transition: opacity 0.2s ease;\n }\n\n .checkout-checkbox-visual:not(.checked) {\n background: transparent;\n }\n\n .checkout-checkbox-visual:not(.checked) svg {\n opacity: 0;\n }\n\n .checkbox-label {\n cursor: pointer;\n user-select: none;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkbox-label a {\n color: var(--primary-color, #1D4ED8);\n }\n\n .checkbox-label strong {\n font-weight: 600;\n }\n\n .checkbox-label em {\n font-style: italic;\n }\n\n .error-banner-checkout {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n color: var(--default-text-color, #18181B);\n padding: 8px 16px;\n flex-grow: 1;\n align-self: stretch;\n word-break: break-word;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n border: 1px solid var(--error-color, #DC2626);\n border-radius: var(--card-border-radius, 6px);\n }\n\n .error-banner-checkout > *:not(:first-child) {\n margin-left: 8px;\n }\n\n /* It needs background color since it is sticky to cover content behind it\n TODO: for standalone checkout\n */\n .checkout-header-wrapper {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n position: sticky;\n top: 0;\n z-index: '+m.CHECKOUT_HEADER+";\n background-color: var(--drawer-background-color, #F9FAFB);\n }\n\n .checkout-header-container {\n display: flex;\n min-width: 320px;\n flex-direction: row;\n align-items: center;\n align-self: stretch;\n padding: 8px;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .checkout-header-button {\n display: flex;\n height: 36px;\n padding: 12px 16px;\n padding-right: 0px;\n justify-content: center;\n align-items: center;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n stroke: var(--default-text-color, #18181B);\n }\n\n .checkout-header-button > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-header-button-close {\n display: flex;\n height: 36px;\n width: 36px;\n padding: 2px 4px;\n justify-content: center;\n align-items: center;\n stroke: var(--default-text-color, #18181B);\n }\n\n .checkout-header-title {\n display: flex;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n color: var(--default-text-color, #18181B);\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .checkout-presale-countdown-container {\n display: flex;\n min-width: 320px;\n padding: 12px 24px 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n\n &.is-scrolled {\n box-shadow: 0px 6px 10px -2px var(--primary-color-30);\n }\n\n &.time-warning {\n box-shadow: 0px 6px 10px -2px var(--error-color-30, #FDE68A);\n }\n }\n\n .checkout-presale-countdown {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n border-radius: 0;\n overflow: hidden;\n }\n\n .checkout-presale-countdown.time-warning {\n background: var(--error-color-30, #FDE68A);\n border: 1px solid var(--error-color, #E4E4E7);\n }\n\n .checkout-presale-countdown.time-warning {\n background: transparent;\n border: none;\n }\n\n .checkout-presale-countdown.time-warning .checkout-presale-progress-bar {\n background: var(--error-color-70, #FDE68A);\n }\n\n .checkout-presale-countdown.time-warning .checkout-presale-progress-fill {\n background: var(--error-color, #EF4444);\n }\n\n .checkout-presale-text-container {\n display: flex;\n padding: 0px 0px 6px;\n justify-content: flex-end;\n align-self: stretch;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .checkout-presale-progress-bar {\n display: flex;\n height: 6px;\n align-items: center;\n align-self: stretch;\n border-radius: 40px;\n background: var(--primary-color-50, #E4E4E7);\n position: relative;\n overflow: hidden;\n }\n\n .checkout-presale-progress-fill {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n z-index: "+m.PROGRESS_BAR+';\n background: var(--primary-color, #16a34a);\n transition: width 0.1s linear;\n border-radius: inherit;\n }\n\n .checkout-presale-heading {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n align-self: stretch;\n }\n\n .checkout-presale-timer {\n font-variant-numeric: tabular-nums;\n letter-spacing: 0.02em;\n font-variant-numeric: tabular-nums;\n font-feature-settings: "tnum" 1, "kern" 0;\n min-width: 76px;\n white-space: nowrap;\n\n &.time-warning {\n color: var(--error-color, #EF4444);\n }\n }\n\n .checkout-presale-subtitle {\n transition: opacity 0.3s ease, max-height 0.3s ease;\n opacity: 1;\n max-height: 100px;\n overflow: hidden;\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n\n .checkout-presale-countdown.is-scrolled .checkout-presale-subtitle {\n opacity: 0;\n max-height: 0;\n }\n\n .checkout-completed-container .powered-by-container {\n margin-top: auto;\n padding: 24px;\n }\n\n .checkout-completed-container .checkout-legal-message {\n padding: 0 24px;\n }\n\n .checkout-legal-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n text-align: center;\n word-break: break-word;\n margin: 10px 0 !important;\n }\n\n .checkout-legal-message + .checkout-separator {\n margin-top: 0 !important;\n }\n\n .checkout-legal-message a {\n color: var(--primary-color, #1D4ED8);\n }\n\n .checkout-legal-message strong {\n font-weight: 600;\n }\n\n .checkout-legal-message em {\n font-style: italic;\n }\n\n .checkout-amount-due {\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-amount-due span:first-child {\n color: var(--default-text-color-70, #18181B);\n }\n\n .checkout-amount-due span:last-child {\n color: var(--default-text-color, #1D4ED8);\n }\n\n .checkout-presale-locked-message {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n align-self: stretch;\n }\n\n .checkout-presale-locked-message > *:not(:first-child) {\n margin-left: 8px;\n }\n\n .checkout-presale-locked-message p {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-presale-locked-message svg {\n width: 16px;\n height: 16px;\n stroke-width: 0.5px;\n stroke: var(--default-text-color, #1D4ED8);\n }\n\n .checkout-zero-amount-container {\n display: flex;\n padding: 0 24px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: italic;\n font-weight: 500;\n line-height: 20px;\n }\n\n .checkout-items-toggler-button .chevron-icon {\n transition: transform 0.3s ease;\n transform-origin: center;\n }\n\n .checkout-items-toggler-button.expanded .chevron-icon {\n transform: rotate(180deg); /* Chevron now points up */\n }\n ',getGlobalStyles=()=>"\n html, body, div, span, applet, object, iframe,\n h1, h2, h3, h4, h5, h6, p, blockquote, pre,\n a, abbr, acronym, address, big, cite, code,\n del, dfn, em, img, ins, kbd, q, s, samp,\n small, strike, strong, sub, sup, tt, var,\n b, u, i, center,\n dl, dt, dd, ol, ul, li,\n fieldset, form, label, legend,\n table, caption, tbody, tfoot, thead, tr, th, td,\n article, aside, canvas, details, embed,\n figure, figcaption, footer, header, hgroup,\n menu, nav, output, ruby, section, summary,\n time, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n }\n\n *, :after, :before {\n box-sizing: border-box;\n }\n\n article, aside, details, figcaption, figure,\n footer, header, hgroup, menu, nav, section {\n display: block;\n }\n body {\n line-height: 1;\n }\n ol, ul {\n list-style: none;\n }\n blockquote, q {\n quotes: none;\n }\n blockquote:before, blockquote:after,\n q:before, q:after {\n content: '';\n content: none;\n }\n table {\n border-collapse: collapse;\n border-spacing: 0;\n }\n\n button {\n background: none;\n border: none;\n padding: 0;\n font: inherit;\n color: inherit;\n cursor: pointer;\n }\n\n input,\n textarea {\n background: none;\n border: none;\n padding: 0;\n resize: none;\n }\n\n input[type=\"checkbox\"] {\n /* Add if not using autoprefixer */\n -webkit-appearance: none;\n appearance: none;\n /* For iOS < 15 to remove gradient background */\n background-color: #fff;\n /* Not removed via appearance */\n margin: 0;\n }\n\n .custom-input {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: flex-start;\n align-self: stretch;\n flex: 1 0 0;\n font-family: var(--heading-font-family, Poppins);\n }\n\n .disabled-input {\n opacity: 0.5;\n pointer-events: disable;\n }\n\n .custom-input.birthdate .date-input-container {\n display: flex;\n height: 36px;\n align-items: center;\n align-self: stretch;\n }\n\n .date-input-container .month-field,\n .date-input-container .day-field {\n flex: 0 1 50px;\n max-width: 50px;\n }\n\n .date-input-container .year-field {\n flex: 1 0 70px;\n max-width: 70px;\n }\n\n .date-input-container .date-separator {\n color: var(--accent-color, #18181B);\n font-size: 14px;\n line-height: 24px;\n margin: 0 8px;\n }\n\n .custom-input.birthdate input {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: flex-start;\n font-size: 16px;\n height: 36px;\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n padding: 4px 11px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);\n min-width: 53px;\n }\n\n .custom-input.birthdate.outlined input {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .custom-input.birthdate.filled input {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .custom-input label {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n color: var(--default-text-color, #18181B);\n text-align: left;\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n font-family: var(--paragraph-font-family, Poppins);\n text-overflow: ellipsis;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 14px;\n padding-bottom: 2px;\n margin-bottom: 6px;\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .custom-input label {\n display: block;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n }\n\n .custom-input > input,\n .custom-input textarea {\n width: 100%;\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n font-size: 16px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-weight: 500;\n }\n\n .custom-input.outlined > input,\n .custom-input.outlined textarea {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .custom-input.filled > input,\n .custom-input.filled textarea {\n background-color: var(--accent-color, #E4E4E7);\n }\n\n .custom-input input:focus,\n .custom-input textarea:focus,\n .custom-input select:focus {\n outline: none;\n border-color: var(--primary-color, #3b82f6);\n }\n\n .custom-input input:disabled,\n .custom-input select:disabled {\n cursor: not-allowed;\n }\n\n .custom-input.textarea textarea {\n height: auto;\n }\n\n .custom-input input.input-error {\n border-color: var(--error-color, #EF4444);\n }\n\n .custom-input .error-container {\n display: none;\n }\n\n .custom-input .error-container.show {\n display: block;\n margin-top: 8px;\n }\n\n .custom-input .error-message {\n color: var(--error-color, #EF4444);\n font-size: 0.875rem;\n margin-bottom: 0.25rem;\n }\n\n p > strong {\n font-weight: 700;\n }\n\n /* Alert Styles\n ** Global styles for alerts\n */\n\n .alert {\n display: flex;\n flex-direction: row;\n padding: 8px 16px;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--border-radius-rounded, 6px);\n margin-bottom: 8px;\n }\n\n .alert-warning {\n border: 1px solid var(--warning-color, #EA580C);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--warning-color, #EA580C);\n }\n\n .alert-success {\n border: 1px solid var(--success-color, #10b981);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--success-color, #10b981);\n }\n\n .alert-info {\n border: 1px solid var(--base-blue, #3b82f6);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--base-blue, #3b82f6);\n }\n\n .alert-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 13px;\n word-break: break-word;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n flex: 1;\n }\n\n .alert-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n flex-shrink: 0;\n margin-right: 8px;\n }\n\n .alert-icon-warning {\n color: var(--warning-color, #EA580C);\n }\n\n .alert-icon-success {\n color: var(--success-color, #10b981);\n }\n\n .alert-icon-info {\n color: var(--base-blue, #3b82f6);\n }\n\n .alert-icon svg {\n width: 16px;\n height: 16px;\n }\n\n .alert-icon-svg {\n width: 12px;\n height: 12px;\n fill: currentColor;\n }\n\n .alert-details {\n margin-top: 8px;\n padding-left: 24px;\n }\n\n .alert-details-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: var(--typography-base-sizes-small-font-size, 12px);\n font-weight: var(--font-weight-normal, 400);\n opacity: 0.8;\n }\n\n /** Engraving FORM **/\n\n .engraving-form {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .engraving-form > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .engraving-form .product-info-section,\n .engraving-form .fulfillment-section,\n .engraving-form .engraving-section {\n display: flex;\n padding: 16px 16px;\n align-items: flex-start;\n align-self: stretch;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .engraving-form .product-info-section {\n gap: 16px;\n flex-direction: row;\n align-items: center;\n }\n\n .product-details-container {\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .product-details-container > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .engraving-form .product-info-section .product-image-container {\n display: flex;\n width: 68px;\n height: 68px;\n flex-direction: column;\n align-items: flex-start;\n aspect-ratio: 1/1;\n }\n\n .engraving-form .product-info-section .product-image-container .product-image {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: var(--card-border-radius, 6px);\n }\n\n .product-details-container .product-header {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-details-container .product-title,\n .product-details-container .product-price {\n color: var(--default-text-color, #18181B);\n font-feature-settings: 'haln' on;\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 24px;\n }\n\n .product-details-container .product-price {\n margin-left: 4px;\n }\n\n .product-size-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n align-self: stretch;\n }\n\n .engraving-fees-disclaimer {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n align-self: stretch;\n }\n\n .engraving-form .fulfillment-section .shipping-from-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n margin-bottom: 8px;\n }\n\n .engraving-form .fulfillment-section .shipping-from-text b {\n font-weight: 600;\n }\n\n .engraving-form .fulfillment-section {\n flex-direction: column;\n }\n\n .fulfillment-options-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n max-height: 0;\n overflow: hidden;\n transition: max-height 0.3s ease;\n }\n\n .fulfillment-options-container.expanded {\n max-height: 100%;\n }\n\n .fulfillment-options-container.expanded + .see-more-fulfillments {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option {\n width: 100%;\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n cursor: pointer;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n flex-shrink: 0;\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .fulfillment-options-container .fulfillment-option:not(:first-child) {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option.selected {\n color: var(--selected-text-color, #FAFAFA);\n border-radius: var(--card-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n border: 1px solid transparent;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row:first-child span {\n font-weight: 600;\n }\n\n .fulfillment-options-container .fulfillment-option .option-row:last-child {\n margin-top: 8px;\n }\n\n .fulfillment-options-container .fulfillment-option > span {\n width: 50%;\n }\n\n .see-more-fulfillments {\n color: var(--primary-color, #1E40AF);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .engraving-section {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .engraving-section .engraving-title {\n color: var(--default-text-color, #18181B);\n font-feature-settings: 'haln' on;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .engraving-section .engraving-location-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .engraving-inputs-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n gap: 16px;\n margin-top: 16px;\n }\n\n .engraving-input-wrapper {\n display: flex;\n height: 36px;\n padding: 4px 12px;\n align-items: center;\n gap: 4px;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n }\n\n .engraving-input-wrapper .engraving-input {\n flex: 1;\n border: none;\n outline: none;\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n text-transform: uppercase;\n }\n\n .engraving-input-wrapper .engraving-char-count {\n color: var(--default-text-color-50, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .action-buttons-container {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n align-content: flex-start;\n gap: 16px;\n align-self: stretch;\n }\n\n .action-buttons-container .cancel-action-button {\n width: 20%;\n padding: 8px 16px;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .action-buttons-container .add-to-cart-button {\n width: 80%;\n padding: 8px 16px;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .action-buttons-container .add-to-cart-button:disabled {\n background: var(--primary-color-70, #E4E4E7);\n cursor: not-allowed;\n }\n\n .engraving-disclaimer {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n .engraving-disclaimer b {\n font-weight: 600;\n }\n\n /** Component Error View **/\n .error-view {\n padding: 20px;\n background: #fff5f5;\n border: 1px solid #fed7d7;\n border-radius: 4px;\n color: #c53030;\n text-align: center;\n }\n\n .error-view h3 {\n margin-bottom: 10px;\n }\n\n .error-view p {\n margin-bottom: 20px;\n font-size: 16px;\n font-style: italic;\n }\n\n .error-view button {\n padding: 8px 16px;\n background: #c53030;\n color: white;\n border: none;\n border-radius: 4px;\n cursor: pointer;\n }\n\n .powered-by-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .pb-title-container {\n display: flex;\n justify-content: center;\n align-items: baseline;\n align-self: stretch;\n margin-bottom: 4px;\n }\n\n .pb-text {\n text-align: center;\n font-family: 'Poppins';\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n margin-right: 4px;\n }\n\n .pb-lc {\n font-family: 'Poppins';\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .pb-dot {\n font-family: 'Poppins';\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .light .pb-text, .dark .pb-lc {\n color: #0F172A;\n }\n\n .dark .pb-text, .dark .pb-lc, .dark .pb-dot {\n color: #FAFAFA;\n }\n\n .light .pb-dot {\n color: #1D4ED8;\n }\n\n .pb-disclaimer-container {\n align-self: stretch;\n text-align: center;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n word-break: break-word;\n }\n\n .pb-link {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 11px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n .dark .pb-disclaimer-container, .dark .pb-link {\n color: #FAFAFA;;\n }\n\n .light .pb-disclaimer-container{\n color: #0F172A;\n }\n\n .light .pb-link {\n color: #1D4ED8;\n }\n\n .lce-ui-button {\n display: block;\n position: relative;\n cursor: pointer;\n width: 24px;\n height: 24px;\n }\n\n .lce-ui-button.independent {\n position: absolute;\n top: 12px;\n right: 12px;\n z-index: "+m.INDEPENDENT_BUTTON+';\n }\n\n /* Cart Button Components */\n .lce-cart-button-icon {\n display: block;\n }\n\n .lce-cart-button-badge {\n position: absolute;\n top: -6px;\n right: -6px;\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n border-radius: 50%;\n width: 16px;\n height: 16px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 10px;\n font-weight: bold;\n font-family: var(--heading-font-family, Poppins);\n pointer-events: none;\n z-index: 10;\n line-height: 1;\n }\n\n /* Global Icon Styling - Automatic Accent Color Application */\n svg {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n svg path,\n svg circle,\n svg rect,\n svg line,\n svg polygon,\n svg polyline,\n svg ellipse {\n fill: currentColor;\n stroke: currentColor;\n }\n\n /* Respect explicit fill="none" */\n svg [fill="none"] {\n fill: none !important;\n }\n\n /* Specific icon overrides for semantic colors */\n .checkbox-icon {\n color: var(--icon-color, var(--selected-text-color, #FAFAFA));\n }\n\n .error-info-icon {\n color: var(--icon-color, var(--error-color, #DC2626));\n }\n\n .success-icon {\n color: var(--icon-color, var(--success-color, #10b981));\n }\n\n .warning-icon {\n color: var(--icon-color, var(--warning-color, #EA580C));\n }\n\n .info-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .search-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .arrow-right-icon,\n .bag-icon,\n .completed-icon,\n .loading-spinner-icon,\n .trash-icon,\n .chevron-down-icon {\n color: var(--icon-color, var(--accent-color, #E4E4E7));\n }\n\n .chevron-left-icon,\n .close-icon {\n color: var(--icon-color, var(--default-text-color, #18181B));\n }\n\n\n /* Exception for icons that should not inherit color (logos, specific designs) */\n svg[data-no-color-inherit] * {\n fill: initial;\n stroke: initial;\n }\n\n /* Override for stroke-only icons */\n svg[data-stroke-only] * {\n fill: none;\n stroke: currentColor;\n }\n\n /* Override for fill-only icons */\n svg[data-fill-only] * {\n fill: currentColor;\n stroke: none;\n }\n\n /* Tablet and up */\n @media (min-width: 768px) {\n .lce-ui-button.independent {\n top: 16px;\n right: 16px;\n }\n }\n\n /* Desktop */\n @media (min-width: 1024px) {\n .lce-ui-button.independent {\n top: 20px;\n right: 20px;\n }\n }\n\n /** Engraving View Container */\n .engraving-view-container {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n }\n\n .engraving-view-container {\n width: 100%;\n padding: 16px;\n }\n\n .engraving-view-container.outlined {\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .engraving-view-container.filled {\n border-radius: var(--card-border-radius, 6px);\n background: linear-gradient(0deg, var(--alpha-50, rgba(254, 254, 254, 0.50)) 0%, var(--alpha-50, rgba(254, 254, 254, 0.50)) 100%), var(--accent-color, #E4E4E7);\n }\n\n .engraving-view-container .engraving-header {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n align-content: center;\n }\n\n .engraving-view-container .engraving-header {\n margin-bottom: 16px;\n }\n\n .engraving-view-container .engraving-header h3,\n .engraving-view-container .engraving-header span {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .engraving-view-container .engraving-header span.engraving-fee .engraving-fee-each {\n font-weight: 500;\n }\n\n .engraving-view-container .engraving-body {\n display: flex;\n justify-content: space-between;\n align-items: flex-end;\n align-content: flex-end;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .engraving-view-container .engraving-lines {\n display: flex;\n min-width: 136px;\n flex-direction: column;\n align-items: flex-start;\n flex: 1 0 0;\n }\n\n .engraving-view-container .engraving-lines .engraving-line {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 100%;\n text-transform: uppercase;\n margin-top: 4px;\n }\n\n .engraving-view-container .engraving-lines .engraving-line:not(:first-child) {\n margin-top: 4px;\n }\n\n .engraving-view-container .engraving-actions {\n display: flex;\n align-items: center;\n }\n\n .engraving-view-container .engraving-actions .edit-button {\n margin-left: 16px;\n }\n\n .engraving-view-container .engraving-actions button {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n .action-disabled {\n opacity: 0.7;\n cursor: not-allowed;\n }\n\n .disclaimer-header {\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n }\n\n .disclaimer-description {\n color: var(--default-text-color-70, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n }\n\n /* Alert Container - Simplified version matching existing alert design */\n .alert-container {\n display: flex;\n padding: 8px 16px;\n align-items: flex-start;\n flex-direction: row;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--error-color, #DC2626);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n }\n\n .alert-wrapper {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n }\n\n .alert-wrapper > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .alert-wrapper.hidden {\n display: none;\n }\n\n .alert-item {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n }\n\n .alert-container.hidden {\n display: none;\n }\n\n .alert-container.alert-error {\n border-color: var(--error-color, #DC2626);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--error-color, #DC2626);\n }\n\n .alert-container.alert-warning {\n border-color: var(--warning-color, #FBBF24);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--warning-color, #FBBF24);\n }\n\n .alert-container.alert-success {\n border-color: var(--success-color, #4ADE80);\n background: linear-gradient(0deg, var(--alpha-20, rgba(254, 254, 254, 0.80)) 0%, var(--alpha-20, rgba(254, 254, 254, 0.80)) 100%), var(--success-color, #4ADE80);\n }\n\n .alert-container .alert-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n flex-shrink: 0;\n margin-right: 8px;\n color: var(--error-color, #DC2626);\n }\n\n .alert-container .alert-icon svg {\n width: 16px;\n height: 16px;\n }\n\n .alert-container .alert-text {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n flex: 1;\n }\n\n\n /*************************\n Animation\n *************************/\n @keyframes spin {\n 0% {\n transform: translateY(-50%) rotate(0deg);\n }\n 100% {\n transform: translateY(-50%) rotate(360deg);\n }\n }\n\n @keyframes slideIn {\n 0% {\n opacity: 0;\n transform: translateY(-8px);\n max-height: 0;\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n max-height: 100px;\n }\n }\n\n /*************************\n Accessibility - Focus Visible\n *************************/\n\n /* Remove default focus outline for mouse users */\n *:focus {\n outline: none;\n }\n\n /* Show focus only for keyboard navigation */\n *:focus-visible {\n outline: 1px solid var(--warning-color, #1D4ED8);\n outline-offset: 0px;\n border-radius: var(--button-border-radius, 6px);\n box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);\n }\n\n /* Screen reader only text */\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n',getImageCarouselStyle=()=>"\n .product-image-carousel {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n max-width: 100%;\n height: auto;\n min-height: 350px;\n overflow: hidden;\n }\n\n .product-image-carousel.popup {\n max-height: 474px;\n }\n\n .product-image-carousel.carousel {\n max-height: 594px;\n }\n\n .main-image {\n position: relative;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: flex-start;\n border-radius: var(--card-border-radius, 6px);\n overflow: hidden;\n flex: 1;\n background-image: var(--bg-image, none);\n background-position: center center;\n background-size: contain;\n background-repeat: no-repeat;\n }\n\n .carousel-dots {\n position: absolute;\n bottom: 16px;\n left: 50%;\n transform: translateX(-50%);\n z-index: "+m.CAROUSEL_CONTROLS+";\n display: flex;\n border-radius: 20px;\n }\n\n .carousel-dots .carousel-dot {\n margin-left: 10px;\n }\n\n .carousel-dots .carousel-dot:first-child {\n margin-left: 0;\n }\n\n .carousel-dot {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n border: none;\n background: var(--accent-color, #828a97ff);\n cursor: pointer;\n transition: background-color 0.2s ease;\n }\n\n .carousel-dot.active {\n background: var(--primary-color, #3b82f6);\n }\n\n .gallery-viewport {\n display: none;\n overflow: hidden;\n width: 100%;\n height: 80px;\n flex-shrink: 0;\n margin-top: 12px;\n }\n\n .gallery-container {\n display: flex;\n cursor: grab;\n touch-action: pan-y pinch-zoom;\n }\n\n .gallery-container:active {\n cursor: grabbing;\n }\n\n .gallery-container .gallery-image-wrapper {\n margin-left: 8px;\n }\n\n .gallery-container .gallery-image-wrapper:first-child {\n margin-left: 0;\n }\n\n .gallery-image-wrapper {\n flex: 0 0 auto;\n }\n\n .gallery-image {\n width: 60px;\n height: 60px;\n object-fit: cover;\n border: 1px solid transparent;\n border-radius: var(--card-border-radius, 6px);\n cursor: pointer;\n background: var(--accent-color, #3b82f6);\n opacity: 0.5;\n transition: opacity 0.2s ease;\n user-select: none;\n -webkit-user-drag: none;\n }\n\n .gallery-image-wrapper.selected .gallery-image {\n opacity: 1;\n border-color: var(--primary-color, #3b82f6);\n }\n\n /* Small mobile screens */\n @media (min-width: 480px) {\n .carousel-dot {\n width: 8px;\n height: 8px;\n }\n\n .carousel-dots .carousel-dot {\n margin-left: 8px;\n }\n }\n\n /* Tablet and desktop */\n @media (min-width: 769px) {\n .carousel-dots {\n display: none;\n }\n\n .gallery-viewport {\n display: block;\n }\n\n .gallery-image {\n width: 80px;\n height: 80px;\n }\n }\n\n @media (prefers-reduced-motion: reduce) {\n .gallery-image,\n .carousel-dot {\n transition: none;\n }\n }\n",getProductStyles=()=>"\n .product-content-wrapper {\n width: 100%;\n min-width: 320px;\n height: auto;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n .product-content-wrapper .product-image-carousel {\n margin-right: 40px;\n }\n\n .product-content {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n position: relative;\n overflow: hidden;\n }\n\n .product-content > .product-title + .product-options:not(.hide-content) {\n margin-top: 24px;\n }\n\n @media (min-width: 769px) {\n .product-content-wrapper {\n flex-direction: row;\n align-items: stretch;\n }\n\n .product-content-wrapper.has-images .product-image-carousel {\n width: 45%;\n }\n\n .product-content-wrapper.has-images .product-content {\n width: 55%;\n }\n }\n\n .product-interactions {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-interactions > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .size-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .size-container .size-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n margin-bottom: 8px;\n }\n\n .size-container .size-buttons-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n margin-bottom: -8px;\n }\n\n .size-container .size-buttons-container .size-button {\n display: flex;\n padding: 8px 16px;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n border-radius: var(--button-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .size-container .size-buttons-container > * {\n margin-right: 8px;\n margin-bottom: 8px;\n }\n\n .size-container .size-buttons-container > *:last-child {\n margin-right: 0;\n }\n\n .size-container .size-buttons-container .size-button.selected {\n background: var(--primary-color, #1D4ED8);\n color: var(--selected-text-color, #FAFAFA);\n border: 1px solid transparent;\n }\n\n .price-personalization-container {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-wrap: wrap;\n width: 100%;\n }\n\n .add-personalization-span {\n color: var(--primary-color, #1E40AF);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight:400;\n line-height: 20px;\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: none;\n text-decoration-thickness: auto;\n text-underline-offset: auto;\n text-underline-position: from-font;\n cursor: pointer;\n }\n\n /** Product Add to Cart Container */\n .add-to-cart-container {\n display: flex;\n align-items: flex-start;\n align-content: flex-start;\n align-self: stretch;\n flex-wrap: wrap;\n }\n\n .add-to-cart-container > *:not(:first-child) {\n margin-left: 16px;\n }\n\n .add-to-cart-container .quantity-container {\n display: flex;\n width: 106px;\n align-items: center;\n }\n\n .add-to-cart-container .quantity-container .quantity-decrease,\n .add-to-cart-container .quantity-container .quantity-increase {\n display: flex;\n width: 36px;\n height: 36px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n\n cursor: pointer;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .add-to-cart-container .quantity-container.outlined .quantity-decrease,\n .add-to-cart-container .quantity-container.outlined .quantity-increase {\n border: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .add-to-cart-container .quantity-container.outlined .quantity-decrease.disabled,\n .add-to-cart-container .quantity-container.outlined .quantity-increase.disabled {\n cursor: not-allowed;\n }\n\n .add-to-cart-container .quantity-container .quantity-decrease {\n border-radius: var(--button-border-radius, 6px) 0px 0px var(--button-border-radius, 6px);\n }\n\n .add-to-cart-container .quantity-container .quantity-increase {\n border-radius: 0px var(--button-border-radius, 6px) var(--button-border-radius, 6px) 0px;\n }\n\n .add-to-cart-container .quantity-container .product-count {\n display: flex;\n padding: 6px 8px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n align-self: stretch;\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .add-to-cart-container .quantity-container.outlined .product-count {\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .add-to-cart-container .add-to-cart-button {\n display: flex;\n min-width: 182px;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n flex: 1 0 0;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n outline: none;\n cursor: pointer;\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n position: relative;\n }\n\n .add-to-cart-container .add-to-cart-button.loading::after {\n content: '';\n position: absolute;\n right: 16px;\n top: 50%;\n transform: translateY(-50%);\n z-index: "+m.LOADING_INDICATOR+";\n width: 18px;\n height: 18px;\n border: 2px solid transparent;\n border-top: 2px solid var(--selected-text-color);\n border-radius: 50%;\n animation: spin 1s linear infinite;\n }\n\n .add-to-cart-container .add-to-cart-button.processing {\n cursor: not-allowed;\n pointer-events: none;\n }\n\n .add-to-cart-container .add-to-cart-button.disabled {\n background: var(--primary-color-70, #E4E4E7);\n cursor: not-allowed;\n }\n\n\n .product-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 600;\n line-height: 32px;\n transform: translateX(0);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n visibility: visible;\n height: auto;\n }\n\n .product-title.hide {\n transform: translateX(-100%);\n visibility: hidden;\n height: 0;\n }\n\n .main-product-price {\n display: inline-block;\n width: fit-content;\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 30px;\n font-style: normal;\n font-weight: 600;\n line-height: 36px;\n }\n\n .product-description {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .product-description > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .product-description .title {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px;\n }\n\n .product-description .content {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n align-self: stretch;\n\n overflow: hidden;\n color: var(--default-text-color, #18181B);\n text-overflow: ellipsis;\n\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .product-description .content.collapsed {\n /* Modern browsers with line-clamp support */\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 3;\n overflow: hidden;\n\n /* Fallback for older browsers */\n max-height: 4.5em; /* 3 lines * 1.5 line-height */\n line-height: 1.5;\n word-wrap: break-word;\n\n /* Additional fallback properties */\n text-overflow: ellipsis;\n white-space: normal;\n }\n\n /* Fallback for browsers without line-clamp support */\n @supports not (-webkit-line-clamp: 3) {\n .product-description .content.collapsed {\n display: block;\n max-height: 4.5em;\n overflow: hidden;\n position: relative;\n }\n\n .product-description .content.collapsed::after {\n content: '...';\n position: absolute;\n right: 0;\n bottom: 0;\n background: linear-gradient(to right, transparent, var(--default-background-color, white) 50%);\n padding-left: 20px;\n }\n }\n\n .product-description .collapse-button {\n border-radius: var(--button-border-radius, 6px);\n cursor: pointer;\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n /* Product Drawer container */\n .product-drawer-container {\n width: 100%;\n height: 0;\n z-index: "+m.PRODUCT_DRAWER+";\n transform: translateX(100%);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n }\n\n /* Opened drawer state */\n .product-drawer-container.open {\n transform: translateX(0);\n height: 100%;\n }\n\n /* Expanded drawer state when address suggestions are shown */\n .product-drawer-container.open:has(.suggestions-expanded) {\n height: 230px;\n }\n\n /* Content area - fills the remaining space */\n .product-drawer-content {\n position: relative;\n display: block;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n }\n\n .product-options {\n width: 100%;\n min-width: 320px;\n transform: translateX(0);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n visibility: visible;\n height: auto;\n }\n\n .product-options.hide-content {\n transform: translateX(-100%);\n visibility: hidden;\n height: 0;\n }\n\n .product-no-availability-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n .product-options-open-address-button {\n width: 100%;\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n align-self: stretch;\n border-radius: var(--button-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n color: var(--selected-text-color, #FAFAFA);\n font-family: var(--heading-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n",getProductRetailersStyles=()=>"\n .product-retailers {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n .retailers-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-container > *:not(:first-child) {\n margin-top: 8px;\n }\n\n /** Fulfillment Tab Container **/\n .fulfillment-tabs-container {\n display: flex;\n width: 100%;\n align-items: flex-end;\n flex-shrink: 0;\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n }\n\n .fulfillment-tabs-container .fulfillment-tab {\n display: flex;\n padding: 8px 16px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .fulfillment-tabs-container .fulfillment-tab.selected {\n border-bottom: 2px solid var(--primary-color, #1D4ED8);\n margin-bottom: -1px;\n }\n\n .fulfillment-tabs-container .fulfillment-tab .fulfillment-tab-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .fulfillment-tabs-container .fulfillment-tab .fulfillment-tab-label.selected {\n font-weight: 600;\n }\n\n /** Carousel Mode **/\n .retailers-container .carousel-fulfillment-list-container {\n display: flex;\n flex-direction: row;\n align-self: stretch;\n touch-action: pan-y pinch-zoom;\n cursor: grab;\n }\n\n .retailers-container .carousel-fulfillment-list-container.active {\n cursor: grabbing;\n }\n\n .carousel-fulfillment-list-viewport {\n overflow: hidden;\n width: 100%;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card {\n display: flex;\n width: 200px;\n min-height: 200px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-between;\n flex-shrink: 0;\n transition: all 0.2s ease;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n cursor: pointer;\n scroll-snap-align: center;\n\n -webkit-touch-callout:none;\n -webkit-user-select:none;\n -moz-user-select:none;\n -ms-user-select:none;\n user-select:none;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card:not(:first-child) {\n margin-left: 8px;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.closed {\n opacity: 0.7;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.selected {\n color: var(--selected-text-color, #FAFAFA);\n background: var(--primary-color, #1D4ED8);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n border: 1px solid transparent;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-header .name {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;\n text-overflow: ellipsis;\n align-self: stretch;\n /* Cross-browser fallback */\n max-height: 2.8em;\n line-height: 1.4;\n word-wrap: break-word;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-weight: 500;\n font-style: normal;\n line-height: 20px;\n }\n\n .retailers-container .carousel-fulfillment-list-container .carousel-retailer-card.selected .retailer-header .name {\n font-weight: 600;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-header .address {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n overflow: hidden;\n font-weight: 400;\n text-overflow: ellipsis;\n /* Cross-browser fallback */\n max-height: 2.8em;\n line-height: 1.4;\n word-wrap: break-word;\n align-self: stretch;\n font-family: var(--heading-font-family, Poppins);\n font-size: 12px;\n font-style: normal;\n line-height: 14px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body > *:not(:first-child) {\n margin-top: 4px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .product-price {\n font-family: var(--heading-font-family, Poppins);\n font-size: 24px;\n font-style: normal;\n font-weight: 500;\n line-height: 32px;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card.selected .retailer-body .product-price {\n font-weight: 600;\n }\n\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .shipping-price,\n .carousel-fulfillment-list-container .carousel-retailer-card .retailer-body .expectation {\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n\n /************************* Popup Mode *************************/\n .retailers-container .header {\n display: flex;\n height: 36px;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .retailers-container .header .header-label {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 100%;\n }\n\n .retailers-container .header .delivery-options {\n color: var(--primary-color, #1D4ED8);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n /** Popup Fulfillment List Container **/\n .retailers-popup-list-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n }\n\n .retailers-popup-list-container > *:not(:first-child) {\n margin-top: 16px;\n }\n\n .retailers-popup-list-container .popup-retailers-section-title {\n color: var(--default-text-color, #18181B);\n font-family: var(--heading-font-family, Poppins);\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n }\n\n .popup-fulfillment-list-container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow-y: auto;\n align-self: stretch;\n max-height: 350px;\n }\n\n .drawer-content .popup-fulfillment-list-container {\n max-height: 100%;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card {\n width: 100%;\n display: flex;\n min-width: 216px;\n padding: 16px;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n cursor: pointer;\n border-radius: var(--card-border-radius, 6px);\n border: 1px solid var(--accent-color, #E4E4E7);\n color: var(--default-text-color, #18181B);\n flex-shrink: 0;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card:not(:first-child) {\n margin-top: 16px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card > *:not(:first-child) {\n margin-top: 8px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card.closed {\n opacity: 0.7;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card.selected {\n color: var(--selected-text-color, #FAFAFA);\n border-radius: var(--card-border-radius, 6px);\n background: var(--primary-color, #1D4ED8);\n border: 1px solid transparent;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) inset;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .row {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n align-self: stretch;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .price,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .fee,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n text-overflow: ellipsis;\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .price {\n font-weight: 600;\n }\n\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 1;\n overflow: hidden;\n /* Cross-browser single-line fallback */\n white-space: nowrap;\n text-overflow: ellipsis;\n max-width: 100%;\n }\n\n /* Enhanced fallback for browsers without line-clamp */\n @supports not (-webkit-line-clamp: 1) {\n .popup-fulfillment-list-container .popup-retailer-card .name,\n .popup-fulfillment-list-container .popup-retailer-card .expectation,\n .popup-fulfillment-list-container .popup-retailer-card .address {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n .fulfillments-no-availability-message {\n color: var(--default-text-color, #18181B);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n }\n";function getDrawerStyles(){return"\n /* Drawer wrapper container */\n .drawer-wrapper {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: "+m.DRAWER_WRAPPER+";\n pointer-events: none;\n }\n\n .drawer-wrapper.open {\n pointer-events: auto;\n }\n\n /* Backdrop overlay */\n .drawer-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.4);\n z-index: "+m.DRAWER_BACKDROP+";\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n pointer-events: none;\n }\n\n .drawer-backdrop.visible {\n opacity: 1;\n visibility: visible;\n pointer-events: auto;\n }\n\n /* Main drawer */\n .drawer {\n position: absolute;\n top: 0;\n right: 0;\n width: 400px;\n height: 100vh; /* Fallback for browsers that don't support dvh */\n height: 100dvh;\n z-index: "+m.DRAWER_CONTENT+";\n background-color: #ffffff;\n overflow: hidden;\n transform: translateX(100%);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);\n pointer-events: auto;\n }\n\n /* Opened drawer state */\n .drawer.open {\n transform: translateX(0);\n }\n\n .drawer.address-input .drawer-content,\n .drawer.engraving-form .drawer-content,\n .drawer.product-retailers-popup-list .drawer-content {\n padding: 16px;\n }\n\n /* Content area - fills the remaining space */\n .drawer-content {\n position: relative;\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n background-color: var(--drawer-background-color, #FAFAFA);\n }\n\n /* Content swap animation classes */\n .drawer-content-fade-out {\n opacity: 1;\n transition: opacity 150ms ease-out;\n }\n\n .drawer-content-fade-out.fading {\n opacity: 0;\n }\n\n .drawer-content-fade-in {\n opacity: 0;\n transition: opacity 150ms ease-in;\n }\n\n .drawer-content-fade-in.visible {\n opacity: 1;\n }\n\n /* Mobile adjustments */\n @media (max-width: 576px) {\n .drawer {\n width: 100%;\n }\n }\n\n /* Accessibility - respect user's motion preferences */\n @media (prefers-reduced-motion: reduce) {\n .drawer,\n .drawer-backdrop,\n .drawer-content-fade-out,\n .drawer-content-fade-in {\n transition: none;\n }\n }\n "}const getProductLoadingStyles=()=>"\n .skeleton-container {\n min-width: 320px;\n width: 100%;\n height: auto;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n }\n\n .skeleton-container > *:not(:first-child) {\n margin-top: 24px;\n }\n\n .skeleton-container .wave {\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .skeleton-container .wave::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 90deg,\n transparent 0%,\n rgba(255, 255, 255, 0.8) 50%,\n transparent 100%\n );\n animation: wave 1.8s infinite ease-in-out;\n z-index: "+m.SKELETON_WAVE+";\n }\n\n .sc-title {\n height: 32px;\n width: 100%;\n }\n\n .sc-sizes {\n height: 36px;\n width: 100%;\n display: flex;\n }\n\n .sc-size-button {\n height: 36px;\n width: 30%;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-size-button:not(:first-child) {\n margin-left: 8px;\n }\n\n .sc-row {\n display: flex;\n background: none !important;\n height: auto;\n }\n\n .sc-row > *:not(:first-child) {\n margin-left: 12px;\n }\n\n .sc-price {\n height: 36px;\n width: 30%;\n }\n\n .sc-personalization {\n height: 36px;\n width: 40%;\n margin-right: 0;\n margin-left: auto;\n }\n\n .sc-deliver-to {\n height: 16px;\n width: 25%;\n margin-bottom: -16px;\n }\n\n .sc-address {\n height: 16px;\n width: 75%;\n }\n\n .sc-retailers {\n height: 140px;\n width: 100%;\n }\n\n .sc-quantity {\n height: 36px;\n width: 30%;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-add-to-cart {\n height: 36px;\n flex: 1;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-description-title {\n height: 16px;\n width: 45%;\n margin-bottom: -12px;\n }\n\n .sc-description-line {\n height: 16px;\n width: 100%;\n margin-bottom: -20px;\n }\n\n .sc-description-more {\n height: 16px;\n width: 30%;\n margin-top: 8px;\n }\n\n .sc-title::before { animation-delay: 0s; }\n .sc-price::before { animation-delay: 0.1s; }\n .sc-size-button::before { animation-delay: 0.2s; }\n .sc-price::before { animation-delay: 0.3s; }\n .sc-personalization::before { animation-delay: 0.4s; }\n .sc-deliver-to::before { animation-delay: 0.5s; }\n .sc-address::before { animation-delay: 0.6s; }\n .sc-retailers::before { animation-delay: 0.7s; }\n .sc-quantity::before { animation-delay: 0.8s; }\n .sc-add-to-cart::before { animation-delay: 0.9s; }\n .sc-description-title::before { animation-delay: 1.0s; }\n .sc-description-line:nth-child(10)::before { animation-delay: 1.1s; }\n .sc-description-line:nth-child(11)::before { animation-delay: 1.2s; }\n .sc-description-line:nth-child(12)::before { animation-delay: 1.3s; }\n .sc-description-more::before { animation-delay: 1.4s; }\n\n .sc-main-image {\n width: 100%;\n height: 350px;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n flex: 1;\n }\n\n .sc-carousel-dot {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background-color: #c4d1e0;\n margin-right: 10px;\n }\n\n .sc-carousel-dot:last-child {\n margin-right: 0;\n }\n\n .sc-gallery-thumbnail {\n width: 60px;\n height: 60px;\n background-color: #c4d1e0;\n border-radius: 6px;\n position: relative;\n overflow: hidden;\n }\n\n .sc-main-image::before { animation-delay: 1.5s; }\n .sc-carousel-dot::before { animation-delay: 1.6s; }\n .sc-gallery-thumbnail::before { animation-delay: 1.7s; }\n\n @media (min-width: 480px) {\n .sc-carousel-dot {\n width: 8px;\n height: 8px;\n margin-right: 8px;\n }\n }\n\n @media (min-width: 769px) {\n .sc-gallery-thumbnail {\n width: 80px;\n height: 80px;\n }\n\n .sc-main-image {\n height: 474px;\n }\n }\n\n @keyframes wave {\n 0% {\n left: -100%;\n }\n 100% {\n left: 100%;\n }\n }\n",getProductListCardLoadingStyles=()=>"\n .product-list-card-loading__container {\n width: 100%;\n height: 100%;\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n gap: 24px;\n --gap-per-card: calc(24px * (var(--columns, 4) - 1) / var(--columns, 4));\n }\n\n .slc__card {\n width: calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n flex: 0 0 calc(var(--card-width, 25%) - var(--gap-per-card, 18px));\n pointer-events: none;\n background-color: transparent;\n border: none;\n border-radius: var(--card-border-radius, 0.375rem);\n overflow: hidden;\n cursor: default;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n height: 100%;\n }\n\n .slc__card .wave {\n background-color: #c4d1e0;\n position: relative;\n overflow: hidden;\n }\n\n .slc__card .wave::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 90deg,\n transparent 0%,\n rgba(255, 255, 255, 0.8) 50%,\n transparent 100%\n );\n animation: wave 1.8s infinite ease-in-out;\n z-index: "+m.SKELETON_WAVE+";\n }\n\n .slc__image-content {\n width: 100%;\n height: 100%;\n padding: 10px 0;\n }\n\n .slc__image-wrapper {\n width: 100%;\n height: 14rem;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-bottom: none;\n padding-bottom: 10px;\n }\n\n .slc__image {\n width: 100%;\n height: 14rem;\n background-color: #c4d1e0;\n }\n\n .slc__content {\n width: 100%;\n display: flex;\n flex-direction: column;\n margin-bottom: 10px;\n }\n\n .slc__title-container {\n display: flex;\n flex-direction: column;\n gap: 8px;\n margin-bottom: 20px;\n width: 100%;\n }\n\n .slc__title {\n height: 18px;\n background-color: #c4d1e0;\n }\n\n .slc__title-line-1 {\n width: 90%;\n }\n\n .slc__title-line-2 {\n width: 75%;\n }\n\n .slc__price {\n width: 60px;\n height: 20px;\n background-color: #c4d1e0;\n }\n\n .slc__size-price-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n }\n\n .slc__size {\n width: 45px;\n height: 20px;\n background-color: #c4d1e0;\n }\n\n .slc__button {\n width: 100%;\n height: 42px;\n margin-top: 10px;\n background-color: var(--primary-color, #3b82f6);\n opacity: 0.7;\n }\n\n .slc__card:nth-child(1) .slc__image::before { animation-delay: 0s; }\n .slc__card:nth-child(1) .slc__title-line-1::before { animation-delay: 0.05s; }\n .slc__card:nth-child(1) .slc__title-line-2::before { animation-delay: 0.1s; }\n .slc__card:nth-child(1) .slc__price::before { animation-delay: 0.2s; }\n .slc__card:nth-child(1) .slc__size::before { animation-delay: 0.2s; }\n .slc__card:nth-child(1) .slc__button::before { animation-delay: 0.25s; }\n\n .slc__card:nth-child(2) .slc__image::before { animation-delay: 0.05s; }\n .slc__card:nth-child(2) .slc__title-line-1::before { animation-delay: 0.1s; }\n .slc__card:nth-child(2) .slc__title-line-2::before { animation-delay: 0.15s; }\n .slc__card:nth-child(2) .slc__price::before { animation-delay: 0.25s; }\n .slc__card:nth-child(2) .slc__size::before { animation-delay: 0.25s; }\n .slc__card:nth-child(2) .slc__button::before { animation-delay: 0.3s; }\n\n .slc__card:nth-child(3) .slc__image::before { animation-delay: 0.1s; }\n .slc__card:nth-child(3) .slc__title-line-1::before { animation-delay: 0.15s; }\n .slc__card:nth-child(3) .slc__title-line-2::before { animation-delay: 0.2s; }\n .slc__card:nth-child(3) .slc__price::before { animation-delay: 0.3s; }\n .slc__card:nth-child(3) .slc__size::before { animation-delay: 0.3s; }\n .slc__card:nth-child(3) .slc__button::before { animation-delay: 0.35s; }\n\n .slc__card:nth-child(4) .slc__image::before { animation-delay: 0.15s; }\n .slc__card:nth-child(4) .slc__title-line-1::before { animation-delay: 0.2s; }\n .slc__card:nth-child(4) .slc__title-line-2::before { animation-delay: 0.25s; }\n .slc__card:nth-child(4) .slc__price::before { animation-delay: 0.35s; }\n .slc__card:nth-child(4) .slc__size::before { animation-delay: 0.35s; }\n .slc__card:nth-child(4) .slc__button::before { animation-delay: 0.4s; }\n\n .slc__card:nth-child(n+5) .slc__image::before { animation-delay: 0.2s; }\n .slc__card:nth-child(n+5) .slc__title-line-1::before { animation-delay: 0.25s; }\n .slc__card:nth-child(n+5) .slc__title-line-2::before { animation-delay: 0.3s; }\n .slc__card:nth-child(n+5) .slc__price::before { animation-delay: 0.4s; }\n .slc__card:nth-child(n+5) .slc__size::before { animation-delay: 0.4s; }\n .slc__card:nth-child(n+5) .slc__button::before { animation-delay: 0.45s; }\n";function getPromoCodeTickerStyles(){return"\n .promo-ticker {\n display: flex;\n align-items: stretch;\n width: 100%;\n height: 30px;\n background: var(--accent-color-70, #fff);\n position: relative;\n overflow: hidden;\n }\n\n .promo-ticker__content {\n width: calc(100% - 55px);\n display: flex;\n align-items: center;\n overflow: hidden;\n position: relative;\n border-top: 1px solid var(--accent-color, #E4E4E7);\n border-bottom: 1px solid var(--accent-color, #E4E4E7);\n transition: width 0.3s ease;\n }\n\n .promo-ticker:has(.promo-ticker__cta:disabled) .promo-ticker__content {\n width: calc(100% - 60px);\n }\n\n .promo-ticker__content::before,\n .promo-ticker__content::after {\n content: '';\n position: absolute;\n top: 0;\n width: 60px;\n height: 100%;\n z-index: 2;\n pointer-events: none;\n }\n\n .promo-ticker__content::before {\n left: 0;\n background: linear-gradient(90deg, var(--accent-color-70, #fff) 0%, transparent 100%);\n }\n\n .promo-ticker__content::after {\n right: 0;\n background: linear-gradient(90deg, transparent 0%, var(--accent-color-70, #fff) 100%);\n }\n\n .promo-ticker__track {\n display: flex;\n animation: promo-scroll 30s linear infinite;\n will-change: transform;\n }\n\n .promo-ticker__content:hover .promo-ticker__track {\n animation-play-state: paused;\n }\n\n .promo-ticker__text-group {\n display: flex;\n align-items: center;\n color: var(--default-text-color, #fff);\n font-family: var(--paragraph-font-family, Poppins);\n font-size: 12px;\n font-weight: 500;\n white-space: nowrap;\n letter-spacing: 0.5px;\n text-transform: uppercase;\n }\n\n .promo-ticker__text-item {\n display: inline-flex;\n align-items: center;\n }\n\n .promo-ticker__separator {\n margin: 0 16px;\n color: var(--default-text-color, #fff);\n font-size: 12px;\n }\n\n @keyframes promo-scroll {\n 0% { transform: translateX(0); }\n 100% { transform: translateX(-50%); }\n }\n\n .promo-ticker__cta {\n width: 55px;\n height: 100%;\n background-color: var(--primary-color, #FF5733);\n color: var(--selected-text-color, #fff);\n font-family: var(--heading-font-family, Poppins);\n font-size: 12px;\n font-weight: 600;\n text-transform: uppercase;\n user-select: none;\n position: absolute;\n right: 0;\n top: 0;\n transition: width 0.3s ease;\n }\n\n .promo-ticker__cta:disabled {\n width: 60px;\n background-color: var(--primary-color-70, #FF5733);\n cursor: not-allowed;\n }\n "}const nt={"headingFont.name":"--heading-font-family","paragraphFont.name":"--paragraph-font-family",buttonCornerRadius:"--button-border-radius",cardCornerRadius:"--card-border-radius",primaryColor:"--primary-color",accentColor:"--accent-color",defaultTextColor:"--default-text-color",selectedTextColor:"--selected-text-color",errorColor:"--error-color",warningColor:"--warning-color",successColor:"--success-color",drawerBackgroundColor:"--drawer-background-color"},it={backgroundColor:"--product-background-color"},ot={backgroundColor:"--cart-background-color"},rt={backgroundColor:"--address-background-color"},st={backgroundColor:"--checkout-background-color"},at={global:nt,product:it,cart:ot,address:rt,checkout:st};function getCSSVariableMapping(e){return at[e]||{}}class CssVariableProcessorService{constructor(){this.opacityLevels=[{suffix:"30",value:.3},{suffix:"50",value:.5},{suffix:"70",value:.7},{suffix:"90",value:.9}],this.logger=LoggerFactory.get("CssVariableProcessor")}extractVariablesFromTheme(e,i){const r={},s=getCSSVariableMapping(i);for(const[a,c]of Object.entries(s)){const i=this.getValueByPath(e,a);void 0!==i&&this.isCSSValue(i)&&(r[c]=i,this.isColorVariable(c,i)&&this.generateOpacityVariants(r,c,i))}return r}extractVariablesFromPartialTheme(e,i){const r={},s=getCSSVariableMapping(i);for(const[a,c]of Object.entries(s))if(this.hasValueAtPath(e,a)){const i=this.getValueByPath(e,a);void 0!==i&&this.isCSSValue(i)&&(r[c]=i,this.isColorVariable(c,i)&&this.generateOpacityVariants(r,c,i))}return r}generateCSSVariablesString(e){return Object.entries(e).map(([e,i])=>" "+e+": "+i+";").join("\n")}updateCSSVariablesInStylesheet(e,i){if(0!==Object.keys(i).length)try{const r=this.findOrCreateRule(e);for(const[e,s]of Object.entries(i))r.style.setProperty(e,String(s))}catch(r){this.logger.warn("Failed to update CSS variables")}}getValueByPath(e,i){return i.split(".").reduce((e,i)=>e&&void 0!==e[i]?e[i]:void 0,e)}hasValueAtPath(e,i){const r=i.split(".");let s=e;for(const a of r){if(null==s||!(a in s))return![];s=s[a]}return!![]}findOrCreateRule(e){const i=":host";for(const s of Array.from(e.cssRules))if(s instanceof CSSStyleRule&&s.selectorText===i)return s;const r=e.insertRule(i+" {}");return e.cssRules[r]}isCSSValue(e){if("string"==typeof e){if(""===e.trim())return![];if(/^(#[0-9a-f]{3,8}|rgb|rgba|hsl|hsla|\d+px|\d+%|\d+rem|\d+em|auto|none|inherit|initial|unset|rounded|squared)/.test(e.toLowerCase()))return!![];if(/^[a-zA-Z0-9\s\-'"]+$/.test(e))return!![];if(/^[a-z-]+$/.test(e))return!![]}return"number"==typeof e}generateOpacityVariants(e,i,r){for(const s of this.opacityLevels){const a=i+"-"+s.suffix,c=this.addOpacityToHexColor(r,s.value);c&&(e[a]=c)}}isColorVariable(e,i){if("string"!=typeof i)return![];const r=e.toLowerCase().includes("color"),s=/^#[0-9a-f]{3,8}$/i.test(i);return r&&s}addOpacityToHexColor(e,i){if(!e.startsWith("#"))return null;let r=e.slice(1);if(3===r.length&&(r=r.split("").map(e=>e+e).join("")),6!==r.length)return null;const s=Math.round(255*i),a=s.toString(16).padStart(2,"0");return"#"+r+a}}class StylesheetGeneratorService{constructor(){this.cssProcessor=new CssVariableProcessorService,this.styleSheets=new Map}getStylesheet(e){return this.styleSheets.get(e)}generateSpecificStylesheet(e,i){const r=this.cssProcessor.extractVariablesFromTheme(i,e),s=this.cssProcessor.generateCSSVariablesString(r),a=this.getStylesheetStyles(e).join("\n\n"),c=0===s.length?"":":host { "+s+" }",l=("\n "+c+"\n\n "+a+"\n ").trim();this.createStylesheet(e,l)}createStylesheet(e,i){try{if(this.isCSSStyleSheetSupported()){const r=new CSSStyleSheet;r.replaceSync(i),this.styleSheets.set(e,r)}else this.styleSheets.set(e,i)}catch(U){this.styleSheets.set(e,i)}}isCSSStyleSheetSupported(){try{if("undefined"==typeof CSSStyleSheet)return![];if("function"!=typeof CSSStyleSheet.prototype.replaceSync)return![];const e=new CSSStyleSheet;return e.replaceSync("/* test */"),!![]}catch(e){return![]}}updateVariablesInStylesheet(e,i,r){const s=this.styleSheets.get(e);if(s&&"string"!=typeof s){const e=this.cssProcessor.extractVariablesFromPartialTheme(i,r);this.cssProcessor.updateCSSVariablesInStylesheet(s,e)}}getStylesheetStyles(e){switch(e){case"global":return[getGlobalStyles()];case"ui":return[getDrawerStyles(),getProductLoadingStyles(),getProductListCardLoadingStyles(),getPromoCodeTickerStyles()];case"product":return[getProductStyles(),getImageCarouselStyle(),getAddressStyles(),getProductRetailersStyles(),getProductListStyles()];case"address":return[getAddressStyles()];case"cart":return[getCartStyles()];case"checkout":return[getCheckoutStyles()];default:return[]}}}class ThemeProviderService{constructor(){this.logger=LoggerFactory.get("ThemeProvider"),this.stylesheetGenerator=new StylesheetGeneratorService,this.fontManager=new FontManagerService}static getInstance(){return SingletonManager.getClassInstance("ThemeProviderService",()=>new ThemeProviderService)}async initialize(e){this.data=e,this.fontManager.loadGoogleFonts([this.data.global.theme.headingFont,this.data.global.theme.paragraphFont]),this.stylesheetGenerator.generateSpecificStylesheet("global",this.data.global.theme),this.stylesheetGenerator.generateSpecificStylesheet("ui",{}),this.stylesheetGenerator.generateSpecificStylesheet("product",this.data.product.theme),this.stylesheetGenerator.generateSpecificStylesheet("cart",this.data.cart.theme),this.stylesheetGenerator.generateSpecificStylesheet("checkout",this.data.checkout.theme),this.stylesheetGenerator.generateSpecificStylesheet("address",this.data.address.theme)}updateComponentGlobalConfigs(e){var i,r;const s=this.data.global.layout.showPoweredBy;this.data.global=this.deepMerge(this.getConfigs("global"),e),this.data.global.layout.showPoweredBy=s,((null===(i=e.theme)||void 0===i?void 0:i.headingFont)||(null===(r=e.theme)||void 0===r?void 0:r.paragraphFont))&&this.fontManager.updateGoogleFonts([this.data.global.theme.headingFont,this.data.global.theme.paragraphFont]),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("global",e.theme,"global")}updateProductComponent(e){this.data.product=this.deepMerge(this.getConfigs("product"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("product",e.theme,"product")}updateAddressComponent(e){this.data.address=this.deepMerge(this.getConfigs("address"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("address",e.theme,"address")}updateCartComponent(e){this.data.cart=this.deepMerge(this.getConfigs("cart"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("cart",e.theme,"cart")}updateCheckoutComponent(e){this.data.checkout=this.deepMerge(this.getConfigs("checkout"),e),e.theme&&this.stylesheetGenerator.updateVariablesInStylesheet("checkout",e.theme,"checkout")}getConfigs(e){return"all"===e?this.data:this.data[e]}getComponentConfig(e){return-1!==$.indexOf(e)?this.getConfigs("product"):-1!==J.indexOf(e)?this.getConfigs("address"):-1!==tt.indexOf(e)?this.getConfigs("cart"):-1!==et.indexOf(e)?this.getConfigs("checkout"):void 0}getStylesheet(e){const i=this.getBaseStylesheets();if(e===s.DRAWER){const e=[...i],r=this.stylesheetGenerator.getStylesheet("product"),s=this.stylesheetGenerator.getStylesheet("cart"),a=this.stylesheetGenerator.getStylesheet("checkout"),c=this.stylesheetGenerator.getStylesheet("address");return r&&e.push(r),s&&e.push(s),a&&e.push(a),c&&e.push(c),e}let r;if(J.includes(e)||e===s.ADDRESS)r="address";else if($.includes(e)||e===s.PRODUCT)r="product";else if(tt.includes(e)||e===s.CART)r="cart";else{if(!et.includes(e)&&e!==s.CHECKOUT)return this.logger.warn("No stylesheets found for component type: "+e+", returning base stylesheets only."),i;r="checkout"}const a=this.stylesheetGenerator.getStylesheet(r);return a?[...i,a]:i}getBaseStylesheets(){const e=[],i=this.stylesheetGenerator.getStylesheet("global"),r=this.stylesheetGenerator.getStylesheet("ui");return i&&e.push(i),r&&e.push(r),e}deepMerge(e,i){const r={...e};for(const s in i)null!==i[s]&&void 0!==i[s]&&("object"!=typeof i[s]||Array.isArray(i[s])||"object"!=typeof e[s]||Array.isArray(e[s])?r[s]=i[s]:r[s]=this.deepMerge(e[s],i[s]));return r}}class BaseCommand{constructor(){this.store=StoreService.getInstance(),this.api=ApiClientService.getInstance(),this.logger=LoggerFactory.get("BaseCommand"),this.pubSub=PubSubService.getInstance(),this.googleTagManager=GoogleTagManagerService.getInstance(),this.clientConfig=ClientConfigService.getInstance(),this.themeProvider=ThemeProviderService.getInstance()}getLocation(){const e=this.store.get("address");if(e.address.one&&e.coordinates.long&&e.coordinates.lat)return{coords:e.coordinates,address:e.address}}}const includeCartEvents=(e,i)=>e.filter(e=>i.includes(e.type)),excludeCartEvents=(e,i)=>e.filter(e=>!i.includes(e.type)),eventsForCart=e=>excludeCartEvents(e,["NewCart","ItemsRemoved","CartError","NoId","InvalidId","NoItemsInCart","RemovedExistingCartItems","PartnerProductConfigs","RetailerMinNotMet","AddressChange"]),hasCartAnyPromoCodeEvents=e=>{const i=["CouponProcessingError","CouponNotFound","CouponExpired","NoApplicableDiscount","CouponNotStarted","MinimumOrderValueNotMet","MinimumOrderUnitsNotMet","MinimumDistinctItemsNotMet","QuotaExceeded","UserLimitExceeded","NotFirstPurchase","InvalidCoupon","InvalidMembership","InvalidDomain","InvalidRequirements","InvalidOrganization","ProductNotEligible","NotEnoughPreviousOrders","RetailerDoesNotAllowPromos","RetailersDoNotAllowPromos"],r=includeCartEvents(e,i);return r.length>0},includeCheckoutEvents=(e,i)=>e.filter(e=>i.includes(e.type)),eventsForCheckout=e=>includeCheckoutEvents(e,["RetailerOnDemandHoursNotAvailable","ItemQuantityChange","MaxQuantityPerOrderExceeded"]),promoCodeCheckoutEvents=e=>includeCheckoutEvents(e,["RetailerDoesNotAllowPromos","RetailersDoNotAllowPromos"]),giftCardCheckoutEvents=e=>includeCheckoutEvents(e,["ErrorProcessingGiftCards","InvalidGiftCardCodes","InvalidGiftCardPartner","InactiveGiftCard","GiftCardAlreadyInUse","GiftCardExpired","GiftCardBalanceDepleted","RetailerDoesNotAllowGiftCards","RetailersDoNotAllowGiftCards"]),hasAnyRetailerGiftCardRestriction=e=>{const i=["RetailerDoesNotAllowGiftCards","RetailersDoNotAllowGiftCards"];return e.some(e=>i.includes(e.type))},ct={OutOfStock:"error",ItemsNotAdded:"warning",ItemsRequestedNotAdded:"warning",ItemEngravingError:"error",AddressChange:"warning",LocationAvailability:"warning",PartnerProductConfigs:"warning",RemovedExistingCartItems:"warning",RetailerMinNotMet:"warning",NoItemsInCart:"warning",InvalidId:"warning",NoId:"warning",CartCheckoutProcessed:"success",NewCart:"warning",CartError:"error",ItemQuantityChange:"warning",ItemIdNotFound:"error",ItemsRemoved:"warning",CouponProcessingError:"error",CouponNotFound:"error",CouponExpired:"error",NoApplicableDiscount:"warning",CouponNotStarted:"error",MinimumOrderValueNotMet:"warning",MinimumOrderUnitsNotMet:"warning",MinimumDistinctItemsNotMet:"warning",QuotaExceeded:"error",UserLimitExceeded:"error",NotFirstPurchase:"warning",InvalidCoupon:"error",InvalidMembership:"error",InvalidDomain:"error",InvalidRequirements:"error",InvalidOrganization:"error",ProductNotEligible:"warning",NotEnoughPreviousOrders:"warning",PresaleItemsNotAllowed:"error",PresaleLimitExceeded:"error",PresaleNotStarted:"error",PresaleExpired:"error",PresaleMixedCart:"error",RetailerDoesNotAllowPromos:"warning",RetailersDoNotAllowPromos:"warning"},lt={ErrorProcessingGiftCards:"error",InvalidGiftCardCodes:"error",InvalidGiftCardPartner:"error",InactiveGiftCard:"error",GiftCardAlreadyInUse:"error",GiftCardExpired:"error",GiftCardBalanceDepleted:"error",RetailerOnDemandHoursNotAvailable:"warning",ItemQuantityChange:"warning",MaxQuantityPerOrderExceeded:"warning",RetailerDoesNotAllowPromos:"warning",RetailersDoNotAllowPromos:"warning",RetailerDoesNotAllowGiftCards:"warning",RetailersDoNotAllowGiftCards:"warning"},transformCartEventsRaw=e=>e.map(e=>({type:e.type,message:e.message,level:ct[e.type]||"error"})),transformCheckoutEventsRaw=e=>e.map(e=>({type:e.type,message:e.message,level:lt[e.type]||"error"})),transformEventsForCart=e=>{const i=eventsForCart(e);return transformCartEventsRaw(i)},transformEventsForCheckout=e=>{const i=eventsForCheckout(e);return transformCheckoutEventsRaw(i)},transformPromoCodeCheckoutEvents=e=>{const i=promoCodeCheckoutEvents(e);return transformCheckoutEventsRaw(i)},transformGiftCardCheckoutEvents=e=>{const i=giftCardCheckoutEvents(e);return transformCheckoutEventsRaw(i)};function buildCartItemStore(e){return{id:e.id,variantId:e.variantId,liquidId:e.liquidId,retailerId:e.retailerId,partNumber:e.partNumber,fulfillmentId:e.fulfillmentId,upc:e.upc,sku:e.sku,salsifyGrouping:e.salsifyGrouping,catPath:e.catPath,volume:e.volume,uom:e.uom,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,name:e.name,brand:e.brand,size:e.size,price:e.price,quantity:e.quantity,maxQuantity:e.maxQuantity,unitPrice:e.unitPrice,mainImage:e.mainImage,attributes:e.attributes,loading:![],updating:![],error:null}}function buildCartTotals(e){return{subtotal:e.subtotal||0,total:e.total||0,shippingFee:e.shippingFee||0,platformFee:e.platformFee||0,giftCardTotal:e.giftCardTotal||0,engravingFee:e.engravingFee||0,deliveryFee:e.deliveryFee||0,discounts:e.discounts||0,quantity:e.quantity||0}}function buildRetailerStore(e){var i;return{id:e.id,name:e.name,platformFee:e.platformFee||0,shippingFee:e.shippingFee||0,subtotal:e.subtotal||0,address:e.address,total:e.total||0,deliveryFee:e.deliveryFee||0,engravingFee:e.engravingFee||0,fulfillments:(null===(i=e.fulfillments)||void 0===i?void 0:i.map(e=>e.id))||[]}}function buildFulfillmentStore(e,i){return{id:e.id,canEngrave:e.canEngrave||![],type:e.type,fees:e.fees,expectation:e.expectation,shippingFee:e.shippingFee||0,subtotal:e.subtotal||0,engravingFee:e.engravingFee||0,deliveryFee:e.deliveryFee||0,items:e.items||[],retailerId:i.id,loading:![],error:null,updating:![]}}function cartDataForEventFromStore(e,i){var r;const s=i.formattedAddress?i:{id:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},a={};for(const c in e.items||{}){const i=e.items[c];a[c]={id:i.id,variantId:i.variantId,liquidId:i.liquidId,retailerId:i.retailerId,partNumber:i.partNumber,fulfillmentId:i.fulfillmentId,upc:i.upc,sku:i.sku,salsifyGrouping:i.salsifyGrouping,catPath:i.catPath,volume:i.volume,uom:i.uom,pack:i.pack,packDesc:i.packDesc,container:i.container,containerType:i.containerType,name:i.name,brand:i.brand,size:i.size,price:i.price||0,quantity:i.quantity||0,maxQuantity:i.maxQuantity||0,unitPrice:i.unitPrice||0,mainImage:i.mainImage||"",attributes:i.attributes||{}}}return{id:e.id,promoCode:(null===(r=e.promoCode)||void 0===r?void 0:r.code)||"",items:a,location:{placesId:s.id,address:{one:s.address.one,two:s.address.two,city:s.address.city,state:s.address.state,zip:s.address.zip,country:s.address.country},coordinates:{latitude:s.coordinates.lat,longitude:s.coordinates.long}},amounts:{deliveryFee:e.totals.deliveryFee,discounts:e.totals.discounts,engravingFee:e.totals.engravingFee,giftCardTotal:0,platformFee:e.totals.platformFee,shippingFee:e.totals.shippingFee,subtotal:e.totals.subtotal,total:e.totals.total},itemCount:Object.values(a||{}).reduce((e,i)=>e+(i.quantity||0),0),updatedAt:e.updatedAt,createdAt:e.createdAt}}class CommonCommands extends BaseCommand{static getInstance(){return SingletonManager.getClassInstance("CommonCommands",()=>new CommonCommands)}syncCartFromResponse(e,r=![]){var s,a,c,l,h,p;const m=this.store.get("cart");for(const i of Object.keys(m.items||{}))this.store.remove("cart.items."+i);for(const i of Object.keys(m.retailers||{}))this.store.remove("cart.retailers."+i);for(const i of Object.keys(m.fulfillments||{}))this.store.remove("cart.fulfillments."+i);const f={"cart.id":e.id,"cart.error":null,"cart.totals":buildCartTotals(e),"cart.updatedAt":e.updatedAt||(new Date).toISOString(),"cart.createdAt":e.createdAt||(new Date).toISOString(),"cart.events":[],"cart.promoCode":(null===(a=null===(s=e.attributes)||void 0===s?void 0:s.promoCode)||void 0===a?void 0:a.value)?{code:e.attributes.promoCode.value.toUpperCase(),discountAmount:e.attributes.promoCode.discount||0,error:null}:null};if((null===(c=e.items)||void 0===c?void 0:c.length)>0)for(const i of e.items)f["cart.items."+i.id]=buildCartItemStore(i);if((null===(l=e.retailers)||void 0===l?void 0:l.length)>0)for(const i of e.retailers)if(f["cart.retailers."+i.id]=buildRetailerStore(i),(null===(h=i.fulfillments)||void 0===h?void 0:h.length)>0)for(const e of i.fulfillments)f["cart.fulfillments."+e.id]=buildFulfillmentStore(e,i);if((null===(p=e.events)||void 0===p?void 0:p.length)>0&&(f["cart.events"]=transformEventsForCart(e.events||[])),this.store.batch(f),r){const e=this.store.get("cart"),r=this.store.get("address");this.pubSub.publishAction(i.CART_LOADED,cartDataForEventFromStore(e,r))}}async loadCart(){try{this.store.set("cart.loading",!![]);const e=this.store.get("cart"),i=await this.api.getCartData(e.id);this.syncCartFromResponse(i,!![]),i.id!==e.id&&await this.store.persist()}catch(e){throw this.store.set("cart.error",(null==e?void 0:e.message)||"Failed to load cart"),this.logger.error("Load cart failed",e),e}finally{this.store.set("cart.loading",![])}}}const dt="lce-checkout-stripe-slot",ut={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",birthDate:"birthDate",addressTwo:"addressTwo",company:"company"},ht={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",addressTwo:"addressTwo",message:"message"},pt={firstName:"firstName",lastName:"lastName",email:"email",phone:"phone",company:"company",addressOne:"addressOne",addressTwo:"addressTwo",city:"city",state:"state",zipCode:"zipCode"};function validateCustomerInfo(e){const i=[ut.firstName,ut.lastName,ut.email,ut.phone,ut.birthDate];if(!e)return{isValid:![],invalidFields:i};const r=[];for(const s of i){const i=e[s];if(!i||"string"==typeof i&&""===i.trim())r.push(s);else if("birthDate"===s){const e=validateMinimumAge(i,21,1930);e.isValid||r.push(s)}}return{isValid:0===r.length,invalidFields:r}}function validateGiftRecipientInfo(e){const i=[ht.firstName,ht.lastName,ht.email,ht.phone,ht.message];if(!e)return{isValid:![],invalidFields:i};const r=[];for(const s of i){const i=e[s];(!i||"string"==typeof i&&""===i.trim())&&r.push(s)}return{isValid:0===r.length,invalidFields:r}}function validateBillingInfo(e){const i=[pt.firstName,pt.lastName,pt.email,pt.phone,pt.addressOne,pt.city,pt.state,pt.zipCode];if(!e)return{isValid:![],invalidFields:i};const r=[];for(const s of i){const i=e[s];(!i||"string"==typeof i&&""===i.trim())&&r.push(s)}return{isValid:0===r.length,invalidFields:r}}class UICommands extends BaseCommand{static getInstance(){return SingletonManager.getClassInstance("UICommands",()=>new UICommands)}openDrawer(e,r){const a={type:e,data:r||{}};this.store.set("ui.drawer",{isOpen:!![],contentConfig:a}),e===s.CART&&this.pubSub.publishAction(i.CART_OPENED,!![]),e===s.CHECKOUT&&this.pubSub.publishAction(i.CHECKOUT_OPENED,!![])}closeDrawer(){this.store.set("ui.drawer.isOpen",![]);const e=this.store.get("ui.drawer.contentConfig");(null==e?void 0:e.type)===s.CART&&this.pubSub.publishAction(i.CART_CLOSED,!![]),(null==e?void 0:e.type)===s.CHECKOUT&&this.pubSub.publishAction(i.CHECKOUT_CLOSED,!![])}}function buildCheckoutItemStore(e,i,r){return{liquidId:e.liquidId,variantId:e.variantId,cartItemId:e.cartItemId,retailerId:e.retailerId,fulfillmentId:e.fulfillmentId,salsifyGrouping:e.salsifyGrouping,name:e.name,catPath:e.catPath,volume:e.volume,uom:e.uom,proof:e.proof,abv:e.abv,containerType:e.containerType,container:e.container,size:e.size,pack:e.pack,packDesc:e.packDesc,mainImage:e.mainImage,brand:e.brand,partNumber:e.partNumber,upc:e.upc,sku:e.sku,price:e.price,unitPrice:e.unitPrice,quantity:e.quantity,unitTax:e.unitTax,bottleDeposits:e.bottleDeposits,attributes:e.attributes,retailerName:i.name,expectationDetail:r.expectation.detail,loading:![],updating:![],error:null}}class CheckoutCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.commonCommands=CommonCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("CheckoutCommands",()=>new CheckoutCommands)}async loadCheckout(e){var r,s,c;try{this.store.set("checkout.loading",!![]);const l=e||this.store.get("cart.id"),h=this.store.get("cart");if(0===(null===(r=Object.values(h.items))||void 0===r?void 0:r.length)&&!e)return;const p=this.themeProvider.getConfigs("checkout"),m={canEmail:p.layout.emailOptIn.checked,canSms:p.layout.smsOptIn.checked};if(!l)return this.store.set("checkout.error","Cart ID is not provided"),void 0;const f={"checkout.error":null,"checkout.onDemandFulfillmentTipInfo":{},"checkout.giftCardError":null,"checkout.promoCodeError":null,"checkout.readyForSubmit":null,"checkout.isPresaleLocked":![],"checkout.presaleExpiresAt":null,"checkout.events":[],"checkout.giftRecipient":{addressTwo:null,birthDate:"",company:null,firstName:"",lastName:"",email:"",phone:"",message:""}},g=await this.api.prepareCheckout({cartId:l,marketingPreferences:m});if((null===(s=g.retailers)||void 0===s?void 0:s.length)>0)for(const e of g.retailers)for(const i of e.fulfillments)i.type===a.ON_DEMAND&&(f["checkout.onDemandFulfillmentTipInfo."+i.id]={retailerId:e.id,retailerName:e.name,fulfillmentId:i.id,tip:i.tip,subtotal:i.subtotal});if((null===(c=g.items)||void 0===c?void 0:c.length)>0){this.store.remove("checkout.items");for(const e of g.items){const i=g.retailers.find(i=>i.id===e.retailerId),r=i.fulfillments.find(i=>i.id===e.fulfillmentId);f["checkout.items."+e.cartItemId]=buildCheckoutItemStore(e,i,r)}}g.isPresaleLocked&&g.presaleExpiresAt&&(f["checkout.isPresaleLocked"]=g.isPresaleLocked,f["checkout.presaleExpiresAt"]=g.presaleExpiresAt),f["checkout.token"]=g.token,f["checkout.cartId"]=g.cartId,f["checkout.customer"]=g.customer,f["checkout.acceptedAccountCreation"]=g.acceptedAccountCreation,f["checkout.billingSameAsShipping"]=g.billingSameAsShipping,f["checkout.hasAgeVerify"]=g.hasAgeVerify,f["checkout.hasSubstitutionPolicy"]=g.hasSubstitutionPolicy,f["checkout.isGift"]=g.isGift,f["checkout.marketingPreferences"]=g.marketingPreferences,f["checkout.giftCards"]=g.giftCards.map(e=>({code:e.code,discountAmount:e.applied})),f["checkout.promoCode"]=g.promoCode.value?{code:g.promoCode.value,discountAmount:g.promoCode.discount}:null,f["checkout.marketingPreferences.canEmail"]=g.marketingPreferences.canEmail,f["checkout.marketingPreferences.canSms"]=g.marketingPreferences.canSms,f["checkout.amounts"]=g.amounts,f["checkout.error"]=null,f["checkout.updating"]=![],f["checkout.events"]=g.events||[],this.store.batch(f),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_LOADED,{cartId:g.cartId})}catch(l){throw this.store.set("checkout.error",l.message),this.pubSub.publishAction(i.CHECKOUT_FAILED,{message:l.message}),l}finally{this.store.set("checkout.loading",![])}}async partialLoadCheckout(e){var r,s,c,l,h;try{let i;if(this.store.set("checkout.updating",!![]),(null==e?void 0:e.cartResponse)?this.commonCommands.syncCartFromResponse(e.cartResponse):await this.commonCommands.loadCart(),null==e?void 0:e.response)i=e.response;else{const s=null!==(r=null==e?void 0:e.cartId)&&void 0!==r?r:this.store.get("checkout.cartId");if(!s)return this.store.set("checkout.error","Cart ID is not provided"),void 0;i=await this.api.prepareCheckout({cartId:s})}const p={"checkout.token":i.token,"checkout.events":transformEventsForCheckout(i.events||[]),"checkout.amounts":i.amounts,"checkout.error":null,"checkout.promoCodeError":null,"checkout.giftCardError":null,"checkout.giftCards":i.giftCards.map(e=>({code:e.code,discountAmount:e.applied})),"checkout.promoCode":(null===(c=null===(s=null==i?void 0:i.promoCode)||void 0===s?void 0:s.value)||void 0===c?void 0:c.trim())?{code:i.promoCode.value,discountAmount:i.promoCode.discount}:null};if((null===(l=i.retailers)||void 0===l?void 0:l.length)>0){this.store.remove("checkout.onDemandFulfillmentTipInfo");for(const e of i.retailers)for(const i of e.fulfillments)i.type===a.ON_DEMAND&&(p["checkout.onDemandFulfillmentTipInfo."+i.id]={retailerId:e.id,retailerName:e.name,fulfillmentId:i.id,tip:i.tip,subtotal:i.subtotal})}if((null===(h=i.items)||void 0===h?void 0:h.length)>0){this.store.remove("checkout.items");for(const e of i.items){const r=i.retailers.find(i=>i.id===e.retailerId),s=r.fulfillments.find(i=>i.id===e.fulfillmentId);p["checkout.items."+e.cartItemId]=buildCheckoutItemStore(e,r,s)}}this.store.batch(p),this.validateAndUpdateFormStatus()}catch(p){const e=(null==p?void 0:p.message)||"Failed to load checkout data. Please try again.";throw this.store.set("checkout.error",e),this.pubSub.publishAction(i.CHECKOUT_FAILED,{message:e}),p}finally{this.store.set("checkout.updating",![])}}async toggleIsGift(e){const r=this.store.get("checkout.isGift"),s=null!=e?e:!r;this.store.batch({"checkout.isGift":s,"checkout.giftRecipient":{addressTwo:null,birthDate:"",company:null,email:"",firstName:"",lastName:"",message:null,phone:""}}),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_IS_GIFT_TOGGLED,{isActive:s})}async toggleBillingSameAsShipping(e){const r=this.store.get("checkout.billingSameAsShipping"),s=null!=e?e:!r;this.store.batch({"checkout.billingSameAsShipping":s,"checkout.billing":{firstName:"",lastName:"",email:"",phone:"",addressOne:"",addressTwo:"",city:"",state:"",zipCode:""}}),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_BILLING_SAME_AS_SHIPPING_TOGGLED,{isActive:s})}toggleMarketingPreferences(e,r){const s=this.store.get("checkout.marketingPreferences."+e),a=null!=r?r:!s;this.store.set("checkout.marketingPreferences."+e,a),this.pubSub.publishAction(i.CHECKOUT_MARKETING_PREFERENCES_TOGGLED,{fieldName:e,isActive:a})}async getPaymentSession(){try{const e=this.store.get("cart.id"),i=await this.api.getPaymentSession({cartId:e});this.store.set("checkout.payment",{key:i.key,secret:i.secret,paymentMethodId:null})}catch(e){throw this.store.batch({"checkout.error":e.message,"checkout.loading":![]}),e}}async confirmPaymentSession(e,i){try{const r=await this.api.confirmPaymentSession(e,i);this.store.batch({"checkout.payment.paymentMethodId":r.id,"checkout.readyForSubmit.payment":!![],"checkout.card":{...r.card}})}catch(r){throw new Error("Failed to confirm payment session. Please try again.")}}async applyPromoCode(e){var i;try{this.googleTagManager.promoCodeAttempt(e);const r=this.dataForCheckoutPrepare(),s=await this.api.prepareCheckout({...r,promoCode:e}),a=0!==s.amounts.discounts,c=null===(i=transformPromoCodeCheckoutEvents(s.events||[]))||void 0===i?void 0:i[0];if(!a)return this.store.set("checkout.promoCodeError",c?c.message:'Code "'+e+'" does not exist'),this.googleTagManager.promoCodeFailed(e,(null==c?void 0:c.message)||"not_applied"),void 0;this.googleTagManager.promoCodeApplied(e,s.amounts.discounts),await this.partialLoadCheckout({response:s})}catch(r){const i=(null==r?void 0:r.message)||"Failed to apply promo code. Please try again.";throw this.store.set("checkout.error",i),this.googleTagManager.promoCodeFailed(e,i),r}}async clearPromoCodeError(){try{this.store.set("checkout.promoCodeError",null)}catch(U){const i=U.message||"Failed to clear promo code error. Please try again.";throw this.store.set("checkout.error",i),U}}async removePromoCode(){var e,i;try{const r=this.dataForCheckoutPrepare(),s=(null===(i=null===(e=this.store.get("checkout"))||void 0===e?void 0:e.promoCode)||void 0===i?void 0:i.code)||"",a=await this.api.prepareCheckout({...r,promoCode:""});if(0!==a.amounts.discounts)return this.store.set("checkout.promoCodeError","Failed to remove promo code"),void 0;this.googleTagManager.promoCodeApplied(s,0),await this.partialLoadCheckout({response:a})}catch(r){const e=(null==r?void 0:r.message)||"Failed to remove promo code. Please try again.";this.store.set("checkout.error",e);const i=this.store.get("checkout.promoCode.code")||"";throw i&&this.googleTagManager.promoCodeFailed(i,e),r}}async applyGiftCard(e){var i;const r=e.trim().toUpperCase();try{this.googleTagManager.giftCardAttempt(r);const e=this.dataForCheckoutPrepare(),s=e.giftCards||[],a=await this.api.prepareCheckout({...e,giftCards:[...s,r]}),c=null===(i=transformGiftCardCheckoutEvents(a.events||[]))||void 0===i?void 0:i[0],l=hasAnyRetailerGiftCardRestriction(a.events||[]);if(c&&(this.store.set("checkout.giftCardError",c.message),!l))return;const h=a.giftCards.find(e=>e.code.toLowerCase()===r.toLowerCase());if(!h)return this.store.set("checkout.giftCardError","Gift card could not be applied"),this.googleTagManager.giftCardFailed(r,(null==c?void 0:c.message)||"not_applied"),void 0;this.googleTagManager.giftCardApplied(r,h.applied),await this.partialLoadCheckout({response:a})}catch(s){const e=(null==s?void 0:s.message)||"Failed to apply gift card. Please try again.";throw this.store.set("checkout.error",e),this.googleTagManager.giftCardFailed(r,e),s}}async clearGiftCardError(){try{this.store.set("checkout.giftCardError",null)}catch(U){throw this.store.set("checkout.error",(null==U?void 0:U.message)||"Failed to clear gift card error. Please try again."),U}}async removeGiftCard(e){var i;const r=e.trim().toUpperCase();try{const e=this.dataForCheckoutPrepare(),s=(null===(i=e.giftCards)||void 0===i?void 0:i.filter(e=>e.toLowerCase()!==r.toLowerCase()))||[],a=await this.api.prepareCheckout({...e,giftCards:s}),c=a.giftCards.find(e=>e.code.toLowerCase()===r.toLowerCase());if(c)return this.store.set("checkout.giftCardError","Failed to remove gift card: "+r),void 0;this.googleTagManager.giftCardApplied(r,0),await this.partialLoadCheckout({response:a})}catch(s){const e=(null==s?void 0:s.message)||"Failed to remove gift card. Please try again.";throw this.store.set("checkout.error",e),this.googleTagManager.giftCardFailed(r,e),s}}updateCustomerInfo(e,r){try{this.store.set("checkout.customer."+e,r),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_CUSTOMER_INFORMATION_UPDATED,{fieldName:e})}catch(s){throw this.store.set("checkout.error",s.message),s}}updateBillingInfo(e,r){try{this.store.set("checkout.billing."+e,r),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_BILLING_INFORMATION_UPDATED,{fieldName:e})}catch(s){throw this.store.set("checkout.error",s.message),s}}updateGiftInfo(e,r){try{this.store.set("checkout.giftRecipient."+e,r),this.validateAndUpdateFormStatus(),this.pubSub.publishAction(i.CHECKOUT_GIFT_INFORMATION_UPDATED,{fieldName:e})}catch(s){throw this.store.set("checkout.error",s.message),s}}triggerAddShippingInfoEvent(){var e,i;const r=this.store.get("checkout");if(r.customer.email||r.customer.phone){const s=(null===(e=null==r?void 0:r.customer)||void 0===e?void 0:e.id)||(null===(i=null==r?void 0:r.customer)||void 0===i?void 0:i.email),a={subtotal:centToDollar(r.amounts.subtotal),total_before_discounts:centToDollar(r.amounts.subtotal+r.amounts.tax+r.amounts.shipping+r.amounts.delivery+r.amounts.platform+r.amounts.service),discounts:centToDollar(r.amounts.discounts),gift_cards:centToDollar(r.amounts.giftCards||0),net_total:centToDollar(r.amounts.total)};this.googleTagManager.addShippingInfoWithCustomerData(centToDollar(r.amounts.total),void 0,{phone:r.customer.phone,email:r.customer.email,birth_date:r.customer.birthDate,customer_id:s},a)}}validateAndUpdateFormStatus(){const e=this.store.get("checkout"),i=validateCustomerInfo(e.customer),r=e.isGift?validateGiftRecipientInfo(e.giftRecipient):{isValid:!![],invalidFields:[]},s=e.billingSameAsShipping?{isValid:!![],invalidFields:[]}:validateBillingInfo(e.billing),a=i.isValid&&r.isValid&&s.isValid,c=[...i.invalidFields.map(e=>"customer."+e),...r.invalidFields.map(e=>"giftRecipient."+e),...s.invalidFields.map(e=>"billing."+e)];this.store.batch({"checkout.isFormValid":a,"checkout.invalidFields":c,"checkout.readyForSubmit.customer":i.isValid,"checkout.readyForSubmit.gift":r.isValid,"checkout.readyForSubmit.billing":s.isValid})}async checkoutComplete(){var e;try{const r=this.store.get("checkout"),a=this.store.get("checkout.payment.paymentMethodId");if(!r.token||!a)return;const c=await this.api.checkoutComplete({token:r.token,payment:a}),l=c.legacyOrderNumber||c.referenceId||"N/A";r.isPresaleLocked||this.store.set("cart.shouldReset",!![]),this.uiCommands.openDrawer(s.CHECKOUT_COMPLETED,{orderNumber:l,orderTotal:r.amounts.total,cardLast4:r.card.last4,customerEmail:r.customer.email,giftRecipientEmail:(null===(e=r.giftRecipient)||void 0===e?void 0:e.email)||null}),this.pubSub.publishAction(i.CHECKOUT_SUBMIT_COMPLETED,{orderNumber:l,orderTotal:r.amounts.total}),this.googleTagManager.purchase({transaction_id:l,tax:centToDollar(r.amounts.tax||0),shipping:centToDollar(r.amounts.shipping||0),items:[...Object.values(r.items||{}).map(e=>{const i=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:i.category,item_category2:i.category2,item_category3:i.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})],value:centToDollar(r.amounts.total),subtotal:centToDollar(r.amounts.subtotal),total_before_discounts:centToDollar(r.amounts.subtotal+r.amounts.tax+r.amounts.shipping+r.amounts.delivery+r.amounts.platform+r.amounts.service),discounts:centToDollar(r.amounts.discounts),gift_cards:centToDollar(r.amounts.giftCards||0),net_total:centToDollar(r.amounts.total)})}catch(r){const e=(null==r?void 0:r.message)||"Checkout complete failed";throw this.store.batch({"checkout.error":e,"checkout.readyForSubmit.prepared":![],"checkout.readyForSubmit.payment":![],"checkout.payment.sendSubmitSignal":![]}),this.pubSub.publishAction(i.CHECKOUT_SUBMIT_FAILED,{message:e}),r}finally{this.store.set("checkout.loading",![])}}async startPreparingCheckoutSubmit(){var e,r,s,a;try{this.store.set("checkout.loading",!![]),this.pubSub.publishAction(i.CHECKOUT_SUBMIT_STARTED,{started:!![]});const c=this.store.get("checkout");this.store.set("checkout.payment.sendSubmitSignal",!![]);const l={cartId:c.cartId,customer:{firstName:c.customer.firstName,lastName:c.customer.lastName,email:c.customer.email,phone:c.customer.phone,birthDate:c.customer.birthDate,company:c.customer.company},...c.isGift&&{giftOptions:{recipient:{email:c.giftRecipient.email,phone:c.giftRecipient.phone,name:c.giftRecipient.firstName+" "+c.giftRecipient.lastName},message:c.giftRecipient.message||""}},...!c.billingSameAsShipping&&(null==c?void 0:c.billing)&&{billingAddress:{firstName:null==c?void 0:c.billing.firstName,lastName:c.billing.lastName,email:c.billing.email,phone:c.billing.phone,company:null!==(e=c.billing.company)&&void 0!==e?e:void 0,city:c.billing.city,state:c.billing.state,zip:c.billing.zipCode,one:c.billing.addressOne,two:c.billing.addressTwo||""}},billingSameAsShipping:c.billingSameAsShipping,acceptedAccountCreation:c.acceptedAccountCreation,hasAgeVerify:c.hasAgeVerify,shippingAddressTwo:null!==(r=c.isGift?c.giftRecipient.addressTwo:c.customer.addressTwo)&&void 0!==r?r:void 0,hasSubstitutionPolicy:c.hasSubstitutionPolicy,isGift:c.isGift,marketingPreferences:c.marketingPreferences,promoCode:(null===(s=c.promoCode)||void 0===s?void 0:s.code)||void 0,giftCards:(null===(a=c.giftCards)||void 0===a?void 0:a.map(e=>e.code))||[],deliveryInstructions:Object.values(c.onDemandFulfillmentTipInfo||{}).map(e=>({fulfillmentId:e.fulfillmentId,instructions:c.deliveryInstructions||""}))},h=await this.api.prepareCheckout(l);this.store.batch({"checkout.customer":h.customer,"checkout.acceptedAccountCreation":h.acceptedAccountCreation,"checkout.billingSameAsShipping":h.billingSameAsShipping,"checkout.hasAgeVerify":h.hasAgeVerify,"checkout.hasSubstitutionPolicy":h.hasSubstitutionPolicy,"checkout.isGift":h.isGift,"checkout.marketingPreferences":h.marketingPreferences,"checkout.events":h.events||[],"checkout.readyForSubmit.prepared":!![]}),this.triggerAddShippingInfoEvent();const p={subtotal:centToDollar(c.amounts.subtotal),total_before_discounts:centToDollar(c.amounts.subtotal+c.amounts.tax+c.amounts.shipping+c.amounts.delivery+c.amounts.platform+c.amounts.service),discounts:centToDollar(c.amounts.discounts),gift_cards:centToDollar(c.amounts.giftCards||0),net_total:centToDollar(c.amounts.total)};this.googleTagManager.addPaymentInfoWithoutItems(centToDollar(c.amounts.total),"card",void 0,p)}catch(c){const e=(null==c?void 0:c.message)||"Checkout preparation failed";throw this.store.batch({"checkout.error":e,"checkout.loading":![]}),this.pubSub.publishAction(i.CHECKOUT_SUBMIT_FAILED,{message:e}),c}}openPresaleExpiredDrawer(){this.uiCommands.openDrawer(s.CHECKOUT_PRESALE_EXPIRED)}rerenderCheckout(){this.store.set("checkout.rerender",!![])}async focusFirstInvalidField(){try{const e=this.store.get("checkout.invalidFields")||[];if(0===e.length)return;const i=e[0];this.store.set("checkout.focusField",i),setTimeout(()=>{this.store.set("checkout.focusField",null)},100)}catch(e){this.logger.error("Checkout form validation focus operation failed",{error:e instanceof Error?e.message:String(e)})}}buildItemUpdate(e,i){var r,s,a;const c={id:e.cartItemId,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:i},l=(null===(a=null===(s=null===(r=e.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.lines)||void 0===a?void 0:a.filter(e=>""!==e.trim()))||[];return l.length>0&&(c.engravingLines=l),c}async updateCheckoutItemQuantity(e,r){try{this.store.set("checkout.items."+e+".updating",!![]);const s=this.store.get("checkout.cartId"),a=this.store.get("checkout.items."+e);if(!a)throw new Error("Item not found");const c=a.quantity,l=a.quantity+r;if(l<1)return this.removeItem(e,!![]);const h=this.buildItemUpdate(a,l),p=await this.api.updateCart({id:s,items:[h],loc:this.getLocation()});this.pubSub.publishAction(r>0?i.CHECKOUT_ITEM_QUANTITY_INCREASE:i.CHECKOUT_ITEM_QUANTITY_DECREASE,{cartItemId:a.cartItemId,quantity:l,previousQuantity:c});const m=splitCategoryPath(a.catPath),f={item_id:a.liquidId,item_name:a.name,item_brand:a.brand,item_size:a.size,item_category:m.category,item_category2:m.category2,item_category3:m.category3,quantity:Math.abs(r),price:centToDollar(a.unitPrice||0),upc:a.upc,grouping_id:a.salsifyGrouping,product_id:a.liquidId};r<0?this.googleTagManager.removeFromCart(f):r>0&&this.googleTagManager.addToCart(f),await this.partialLoadCheckout({cartResponse:p})}catch(s){throw this.store.set("checkout.items."+e+".error",s.message),s}finally{this.store.set("checkout.items."+e+".updating",![])}}async removeItemEngraving(e){var r,s,a;try{const c=this.store.get("checkout.items."+e);if(!c)throw new Error("Item not found in checkout");if(!(null===(r=c.attributes)||void 0===r?void 0:r.engraving))return this.logger.warn("No engraving found for checkout item",{productItemId:e}),void 0;const l=(null===(a=null===(s=c.attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.lines)||[],h={id:c.cartItemId,fulfillmentId:c.fulfillmentId,partNumber:c.partNumber,quantity:c.quantity,engravingLines:[]},p=this.store.get("checkout.cartId"),m=await this.api.updateCart({id:p,items:[h],loc:this.getLocation()});this.pubSub.publishAction(i.CHECKOUT_ITEM_ENGRAVING_UPDATED,{cartItemId:c.cartItemId,engravingLines:[],previousEngravingLines:l}),await this.partialLoadCheckout({cartResponse:m})}catch(c){throw this.store.set("checkout.items."+e+".error",c.message),this.logger.error("Failed to remove engraving from checkout item",{productItemId:e,error:c.message}),c}}async removeItem(e,r){try{if(this.clientConfig.isBuilder())return this.logger.warn("Remove item is not available in builder mode"),void 0;r||this.store.set("checkout.items."+e+".updating",!![]);const s=this.store.get("checkout.cartId"),a=this.store.get("checkout.items."+e);if(!a)throw new Error("Item not found");const c=this.buildItemUpdate(a,0),l=await this.api.updateCart({id:s,items:[c],loc:this.getLocation()});this.store.remove("checkout.items."+e),this.pubSub.publishAction(i.CHECKOUT_ITEM_REMOVED,{cartItemId:a.cartItemId}),await this.partialLoadCheckout({cartResponse:l})}catch(s){throw this.store.set("checkout.items."+e+".error",s.message),s}}async updateTips(e){try{this.store.set("checkout.updating",!![]),this.store.set("checkout.tipSelection",e);const r=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},s=Object.values(r).map(i=>{const r=Math.round(i.subtotal*e/100);return{fulfillmentId:i.fulfillmentId,tip:r}}),a=await this.api.prepareCheckout({...this.dataForCheckoutPrepare(),deliveryTips:s});this.updateStoreFromCheckoutResponse(a),this.pubSub.publishAction(i.CHECKOUT_TIP_UPDATED,{deliveryTips:s})}catch(r){throw this.store.set("checkout.error",(null==r?void 0:r.message)||"Failed to update tips. Please try again."),r}finally{this.store.set("checkout.updating",![])}}async updateFulfillmentTip(e,r){try{this.store.set("checkout.updating",!![]);const s=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},a=Object.values(s).map(i=>({fulfillmentId:i.fulfillmentId,tip:i.fulfillmentId===e?r:i.tip})),c={...this.dataForCheckoutPrepare(),deliveryTips:a},l=await this.api.prepareCheckout(c);this.updateStoreFromCheckoutResponse(l),this.pubSub.publishAction(i.CHECKOUT_TIP_UPDATED,{deliveryTips:a})}catch(s){throw this.store.set("checkout.error",(null==s?void 0:s.message)||"Failed to update fulfillment tip. Please try again."),s}finally{this.store.set("checkout.updating",![])}}async removeFulfillmentTip(e){try{this.store.set("checkout.updating",!![]);const r=this.store.get("checkout.onDemandFulfillmentTipInfo")||{},s=Object.values(r).map(i=>({fulfillmentId:i.fulfillmentId,tip:i.fulfillmentId===e?0:i.tip})),a=await this.api.prepareCheckout({...this.dataForCheckoutPrepare(),deliveryTips:s});this.updateStoreFromCheckoutResponse(a),this.pubSub.publishAction(i.CHECKOUT_TIP_UPDATED,{deliveryTips:s})}catch(r){throw this.store.set("checkout.error",(null==r?void 0:r.message)||"Failed to remove fulfillment tip. Please try again."),r}finally{this.store.set("checkout.updating",![])}}updateStoreFromCheckoutResponse(e){var i;const r={"checkout.amounts":e.amounts,"checkout.warning":e.warning,"checkout.events":transformEventsForCheckout(e.events||[]),"checkout.error":null};if((null===(i=e.retailers)||void 0===i?void 0:i.length)>0)for(const s of e.retailers)for(const e of s.fulfillments)e.type===a.ON_DEMAND&&(r["checkout.onDemandFulfillmentTipInfo."+e.id]={retailerId:s.id,retailerName:s.name,fulfillmentId:e.id,tip:e.tip,subtotal:e.subtotal});this.store.batch(r)}async updateStripeFormStatus(e){try{const i=this.store.get("checkout.stripeFormStatus")||{isComplete:![],hasError:![],isProcessing:![],errorMessage:null},r={...i,...e};this.store.set("checkout.stripeFormStatus",r)}catch(i){throw this.logger.error("Error updating Stripe form status",{error:i instanceof Error?i.message:String(i)}),i}}async removeCheckoutError(){this.store.set("checkout.error",null)}async updateDeliveryInstructions(e){this.store.set("checkout.deliveryInstructions",e)}dataForCheckoutPrepare(){var e,i,r;const s=this.store.get("checkout"),a=(null===(e=null==s?void 0:s.customer)||void 0===e?void 0:e.email)?{firstName:s.customer.firstName,lastName:s.customer.lastName,email:s.customer.email,phone:s.customer.phone,birthDate:s.customer.birthDate,company:s.customer.company}:void 0;return{cartId:s.cartId,customer:a,billingSameAsShipping:s.billingSameAsShipping,acceptedAccountCreation:s.acceptedAccountCreation,hasAgeVerify:s.hasAgeVerify,hasSubstitutionPolicy:s.hasSubstitutionPolicy,marketingPreferences:s.marketingPreferences,promoCode:(null===(i=s.promoCode)||void 0===i?void 0:i.code)||void 0,giftCards:(null===(r=null==s?void 0:s.giftCards)||void 0===r?void 0:r.map(e=>e.code))||[]}}}class CartCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.checkoutCommands=CheckoutCommands.getInstance(),this.commonCommands=CommonCommands.getInstance(),this.store.watch("cart.shouldReset",async e=>{e===!![]&&await this.resetCart()})}static getInstance(){return SingletonManager.getClassInstance("CartCommands",()=>new CartCommands)}async updateItemQuantity(e,r){try{this.store.set("cart.items."+e+".updating",!![]);const s=this.store.get("cart.id"),a=this.store.get("cart.items."+e);if(!a)throw this.logger.error("Cart item not found: "+e+" - cannot update quantity by "+r),new Error("Item not found");const c=a.quantity+r;if(c<1)return this.removeItem(e,!![]);const l=this.buildItemUpdate(a,c),h=await this.api.updateCart({id:s,items:[l],loc:this.getLocation()});this.syncItemsFromApiResponse(h,[e]),this.updateFulfillment(a.fulfillmentId,h),this.syncRetailersFromApiResponse(h),this.syncCartMetaFromApiResponse(h),this.pubSub.publishAction(r<0?i.CART_ITEM_QUANTITY_DECREASE:i.CART_ITEM_QUANTITY_INCREASE,{id:a.id,quantity:c,previousQuantity:a.quantity});const p=splitCategoryPath(a.catPath),m={item_id:a.liquidId,item_name:a.name,item_brand:a.brand,item_size:a.size,item_category:p.category,item_category2:p.category2,item_category3:p.category3,quantity:Math.abs(r),price:centToDollar(a.unitPrice||0),upc:a.upc,grouping_id:a.salsifyGrouping,product_id:a.liquidId};r<0?this.googleTagManager.removeFromCart(m):r>0&&this.googleTagManager.addToCart(m)}catch(s){throw this.store.set("cart.items."+e+".error",s.message),this.logger.error("Failed to update item quantity",s),s}finally{this.store.set("cart.items."+e+".updating",![])}}async removeItem(e,r){try{if(this.clientConfig.isBuilder())return this.logger.warn("Remove item is not available in builder mode"),void 0;r||this.store.set("cart.items."+e+".updating",!![]);const s=this.store.get("cart.id"),a=this.store.get("cart.items."+e);if(!a)throw new Error("Item not found");const c={itemId:a.id,fulfillmentId:a.fulfillmentId,retailerId:a.retailerId},l=this.buildItemUpdate(a,0),h=await this.api.updateCart({id:s,items:[l],loc:this.getLocation()});this.syncItemsFromApiResponse(h,[]),this.cleanupAfterItemRemoval(c,h),this.syncCartMetaFromApiResponse(h),this.pubSub.publishAction(i.CART_ITEM_REMOVED,{id:a.id});const p=splitCategoryPath(a.catPath);this.googleTagManager.removeFromCart({item_id:a.liquidId,item_name:a.name,item_brand:a.brand,item_size:a.size,item_category:p.category,item_category2:p.category2,item_category3:p.category3,quantity:a.quantity,price:centToDollar(a.unitPrice||0),upc:a.upc,grouping_id:a.salsifyGrouping,product_id:a.liquidId})}catch(s){throw this.store.set("cart.items."+e+".error",s.message),this.logger.error("Failed to remove item",s),s}}async updateItemEngraving(e,r){var s,a,c;try{const l=this.store.get("cart"),h=null===(s=l.items)||void 0===s?void 0:s[e];if(!h)throw new Error("Item not found");this.store.set("cart.items."+e+".updating",!![]);const p={id:h.id,fulfillmentId:h.fulfillmentId,partNumber:h.partNumber,quantity:h.quantity,engravingLines:r},m=await this.api.updateCart({id:l.id||"",items:[p],loc:this.getLocation()});this.syncItemsFromApiResponse(m,[e]),this.syncRetailersFromApiResponse(m),this.syncCartMetaFromApiResponse(m);const f=this.store.get("cart"),g=this.store.get("address");this.pubSub.publishAction(i.CART_UPDATED,{previous:cartDataForEventFromStore(l,g),current:cartDataForEventFromStore(f,g)}),this.pubSub.publishAction(i.CART_ITEM_ENGRAVING_UPDATED,{id:h.id,engravingLines:r,previousEngravingLines:(null===(c=null===(a=h.attributes)||void 0===a?void 0:a.engraving)||void 0===c?void 0:c.lines)||[]})}catch(l){throw this.store.set("cart.items."+e+".error",l.message),this.logger.error("Failed to update item engraving",l),l}finally{this.store.set("cart.items."+e+".updating",![])}}async addItem(e){var r,s;try{this.store.set("cart.loading",!![]);const a=this.store.get("cart"),c={...a},l=(null===(r=e.engravingLines)||void 0===r?void 0:r.filter(e=>""!==e.trim()))||[],h=l.length>0,p=Object.values(a.items||{}).find(i=>{var r,s,a,c,p;const m=i.fulfillmentId===e.fulfillmentId&&i.partNumber===e.partNumber;if(!m)return![];if(h){const e=(null===(s=null===(r=i.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.lines)||[];return l.join(",")===e.join(",")}return!(null===(p=null===(c=null===(a=i.attributes)||void 0===a?void 0:a.engraving)||void 0===c?void 0:c.lines)||void 0===p?void 0:p.length)}),m={upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:p?e.quantity+p.quantity:e.quantity};h&&(m.engravingLines=l);const f=await this.api.updateCart({id:a.id||"",items:[m],loc:this.getLocation()}),g=null===(s=f.items)||void 0===s?void 0:s.find(e=>e.fulfillmentId===m.fulfillmentId&&e.partNumber===m.partNumber&&e.upc===m.upc);if(!g)throw new Error("Added item not found in cart response");this.syncItemsFromApiResponse(f,[]);const v=this.store.get("cart.fulfillments."+e.fulfillmentId);v?this.updateFulfillment(e.fulfillmentId,f):this.addNewFulfillmentAndRetailer(e.fulfillmentId,f),this.syncRetailersFromApiResponse(f),this.syncCartMetaFromApiResponse(f);const b=this.store.get("cart"),x=this.store.get("address");this.pubSub.publishAction(i.PRODUCT_ADD_TO_CART,{...e}),this.pubSub.publishAction(i.CART_ITEM_ADDED,{id:g.id,upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,engravingLines:e.engravingLines}),this.pubSub.publishAction(i.CART_UPDATED,{previous:cartDataForEventFromStore(c,x),current:cartDataForEventFromStore(b,x)});const w=splitCategoryPath(g.catPath);this.googleTagManager.addToCart({item_id:g.liquidId,item_name:g.name,item_brand:g.brand,item_size:g.size,item_category:w.category,item_category2:w.category2,item_category3:w.category3,item_type:g.type,item_subtype:g.subType,quantity:g.quantity,price:centToDollar(g.unitPrice||0),upc:g.upc,grouping_id:g.salsifyGrouping,product_id:g.liquidId})}catch(a){throw this.store.set("cart.error",a.message),this.logger.error("Failed to add item to cart",a),a}finally{this.store.set("cart.loading",![])}}async addPresaleItem(e){var i;try{const r={upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity};(null==e?void 0:e.engravingLines)&&(null===(i=null==e?void 0:e.engravingLines)||void 0===i?void 0:i.length)>0&&(r.engravingLines=e.engravingLines);const s=await this.api.updateCart({id:"",items:[r],loc:this.getLocation()});await this.checkoutCommands.loadCheckout(s.id)}catch(r){throw this.store.set("cart.error",r.message),this.logger.error("Failed to add presale item to cart",r),r}}async handleGoToCheckout(){var e;try{this.store.set("cart.loading",!![]),await this.checkoutCommands.loadCheckout(),this.uiCommands.openDrawer(s.CHECKOUT);const i=this.store.get("cart"),r=(null===(e=i.promoCode)||void 0===e?void 0:e.code)||void 0;this.googleTagManager.beginCheckout([...Object.values(i.items||{}).map(e=>{const i=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:i.category,item_category2:i.category2,item_category3:i.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})],r)}catch(i){throw this.store.set("cart.error",i.message),this.logger.error("Failed to proceed to checkout",i),i}finally{this.store.set("cart.loading",![])}}async applyPromoCode(e){var i,r,s;if(!(null==e?void 0:e.trim()))throw new Error("Promo code is required");const a=e.trim().toUpperCase();try{const e=this.store.get("cart.id");this.googleTagManager.promoCodeAttempt(a);const c=await this.api.updateCart({id:e,items:[],promoCode:a,loc:this.getLocation()});this.store.set("cart.totals",buildCartTotals(c)),this.store.set("cart.events",transformEventsForCart(c.events||[]));const l=(null===(s=null===(r=null===(i=c.attributes)||void 0===i?void 0:i.promoCode)||void 0===r?void 0:r.value)||void 0===s?void 0:s.toLowerCase())===a.toLowerCase();l?(this.store.set("cart.promoCode",{code:a,discountAmount:c.discounts||0}),this.googleTagManager.promoCodeApplied(a,c.discounts||0)):(this.store.set("cart.promoCode",null),this.googleTagManager.promoCodeFailed(a,'Code "'+a+'" does not exist'))}catch(c){const e=(null==c?void 0:c.message)||"Failed to apply promo code. Please try again.";throw this.store.set("cart.error",e),this.googleTagManager.promoCodeFailed(a,e),this.logger.error("Failed to apply promo code",c),c}}async removePromoCode(){try{const e=this.store.get("cart.id"),i=await this.api.updateCart({id:e,items:[],promoCode:"",loc:this.getLocation()});this.store.batch({"cart.totals":buildCartTotals(i),"cart.promoCode":null}),this.googleTagManager.promoCodeApplied("",0)}catch(e){const i=(null==e?void 0:e.message)||"Failed to remove promo code. Please try again.";this.store.set("cart.error",i);const r=this.store.get("cart.promoCode");throw(null==r?void 0:r.code)&&this.googleTagManager.promoCodeFailed(r.code,i),this.logger.error("Failed to remove promo code",e),e}}rerenderCart(){this.store.set("cart.rerender",!![])}async resetCart(){this.store.set("checkout",{...K,rerender:!![]}),this.store.set("cart",{...Y,rerender:!![]}),await this.commonCommands.loadCart(),this.pubSub.publishAction(i.CART_RESET,!![])}getDetails(){var e;const i=this.store.get("cart"),r=this.store.get("address"),s=r.id?r:{id:"",address:{one:"",two:"",city:"",state:"",zip:"",country:""},coordinates:{lat:0,long:0}},a={};for(const c in i.items||{}){const e=i.items[c];a[c]={id:e.id,variantId:e.variantId,liquidId:e.liquidId,salsifyGrouping:e.salsifyGrouping,retailerId:e.retailerId,partNumber:e.partNumber,fulfillmentId:e.fulfillmentId,upc:e.upc,sku:e.sku,catPath:e.catPath,volume:e.volume,uom:e.uom,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,name:e.name,brand:e.brand,size:e.size,price:e.price||0,quantity:e.quantity||0,maxQuantity:e.maxQuantity||0,unitPrice:e.unitPrice||0,mainImage:e.mainImage||"",attributes:e.attributes||{}}}return{id:i.id,promoCode:(null===(e=i.promoCode)||void 0===e?void 0:e.code)||"",items:a,location:{placesId:s.id,address:{one:s.address.one,two:s.address.two,city:s.address.city,state:s.address.state,zip:s.address.zip,country:s.address.country},coordinates:{latitude:s.coordinates.lat,longitude:s.coordinates.long}},amounts:{deliveryFee:i.totals.deliveryFee,discounts:i.totals.discounts,engravingFee:i.totals.engravingFee,giftCardTotal:i.totals.giftCardTotal,platformFee:i.totals.platformFee,shippingFee:i.totals.shippingFee,subtotal:i.totals.subtotal,total:i.totals.total},itemCount:Object.values(a||{}).reduce((e,i)=>e+(i.quantity||0),0),updatedAt:i.updatedAt,createdAt:i.createdAt}}buildItemUpdate(e,i){var r,s,a;const c={id:e.id,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:i},l=(null===(a=null===(s=null===(r=e.attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.lines)||void 0===a?void 0:a.filter(e=>""!==e.trim()))||[];return l.length>0&&(c.engravingLines=l),c}syncItemsFromApiResponse(e,i=[]){var r;const s=this.store.get("cart.items")||{},a=new Set((null===(r=e.items)||void 0===r?void 0:r.map(e=>e.id))||[]);for(const l of Object.keys(s))a.has(l)||this.store.remove("cart.items."+l);const c={};for(const l of e.items)0!==i.length&&!i.includes(l.id)&&s[l.id]||(c["cart.items."+l.id]=buildCartItemStore(l));Object.keys(c).length>0&&this.store.batch(c)}syncCartMetaFromApiResponse(e){var i,r;const s={"cart.totals":buildCartTotals(e),"cart.error":null,"cart.updatedAt":e.updatedAt||(new Date).toISOString(),"cart.createdAt":e.createdAt||(new Date).toISOString(),"cart.events":transformEventsForCart(e.events||[])},a=null===(r=null===(i=e.attributes)||void 0===i?void 0:i.promoCode)||void 0===r?void 0:r.value;if(a)s["cart.promoCode"]={code:a.toUpperCase(),discountAmount:e.discounts||0};else{const e=this.store.get("cart.promoCode");(null==e?void 0:e.code)&&(s["cart.promoCode"]=null)}this.store.batch(s)}syncRetailersFromApiResponse(e){var i;if((null===(i=e.retailers)||void 0===i?void 0:i.length)>0){const i={};for(const r of e.retailers)i["cart.retailers."+r.id]=buildRetailerStore(r);this.store.batch(i)}}updateFulfillment(e,i){var r,s;const a=null===(r=i.retailers)||void 0===r?void 0:r.find(i=>{var r;return null===(r=i.fulfillments)||void 0===r?void 0:r.some(i=>i.id===e)}),c=null===(s=null==a?void 0:a.fulfillments)||void 0===s?void 0:s.find(i=>i.id===e);c&&a&&this.store.set("cart.fulfillments."+e,buildFulfillmentStore(c,a))}addNewFulfillmentAndRetailer(e,i){var r,s;const a=null===(r=i.retailers)||void 0===r?void 0:r.find(i=>{var r;return null===(r=i.fulfillments)||void 0===r?void 0:r.some(i=>i.id===e)}),c=null===(s=null==a?void 0:a.fulfillments)||void 0===s?void 0:s.find(i=>i.id===e);if(c&&a){const i={["cart.fulfillments."+e]:buildFulfillmentStore(c,a),["cart.retailers."+a.id]:buildRetailerStore(a)};this.store.batch(i)}}cleanupAfterItemRemoval(e,i){var r,s,a,c;const l=this.store.get("cart.fulfillments."+e.fulfillmentId),h=this.store.get("cart.retailers."+e.retailerId);if(!l||!h)return;const p=null===(r=i.retailers)||void 0===r?void 0:r.some(i=>{var r;return null===(r=i.fulfillments)||void 0===r?void 0:r.some(i=>i.id===e.fulfillmentId)}),m=null===(s=i.retailers)||void 0===s?void 0:s.some(i=>i.id===e.retailerId);if(p){this.updateFulfillment(e.fulfillmentId,i);const r=null===(c=i.retailers)||void 0===c?void 0:c.find(i=>i.id===e.retailerId);r&&this.store.set("cart.retailers."+e.retailerId,buildRetailerStore(r))}else if(this.store.remove("cart.fulfillments."+e.fulfillmentId),m){const r=null===(a=i.retailers)||void 0===a?void 0:a.find(i=>i.id===e.retailerId);r&&this.store.set("cart.retailers."+e.retailerId,buildRetailerStore(r))}else this.store.remove("cart.retailers."+e.retailerId)}}function fulfillmentAddress(e,i){if(!e)return"";if(i===a.SHIPPING){const i=[e.city,e.state].filter(Boolean);return i.join(", ")}const r=[e.one,e.two,e.city,e.state].filter(Boolean);return r.join(", ")}const mt=["sunday","monday","tuesday","wednesday","thursday","friday","saturday"],ft=1440;function timeToMinutes(e){const i=e.match(/^(\d{1,2}):(\d{2})$/);if(!i)throw new Error("Invalid time format: "+e);const r=Number.parseInt(i[1],10),s=Number.parseInt(i[2],10);if(r<0||r>47||s<0||s>59)throw new Error("Invalid time values: "+e);return 60*r+s}function getCurrentTimeInTimezone$1(e){var i,r,s;const a=new Date,c={timeZone:e,weekday:"long",hour:"2-digit",minute:"2-digit",hour12:![]};try{const e=new Intl.DateTimeFormat("en-US",c),l=e.formatToParts(a),h=(null===(i=l.find(e=>"weekday"===e.type))||void 0===i?void 0:i.value.toLowerCase())||"",p=(null===(r=l.find(e=>"hour"===e.type))||void 0===r?void 0:r.value)||"0",m=(null===(s=l.find(e=>"minute"===e.type))||void 0===s?void 0:s.value)||"0",f=60*Number.parseInt(p,10)+Number.parseInt(m,10);return{weekday:h,timeInMinutes:f}}catch(l){throw new Error("Invalid timezone: "+e)}}function format24TimeTo12(e){const i=e.match(/^(\d{1,2}):(\d{2})$/);if(!i||"object"==typeof i)return e;let r=Number.parseInt(i[1],10);const s=i[2];r>=24&&(r-=24);const a=r>=12?"PM":"AM",c=0===r?12:r>12?r-12:r;return c+":"+s+" "+a}function isWithinTimeSlot(e,i){try{const r=timeToMinutes(i.startsAt),s=timeToMinutes(i.endsAt);if(s>ft){if(e>=r||e<s-ft)return"during"}else if(s<r){if(e>=r||e<s)return"during"}else if(e>=r&&e<s)return"during";return e<r?"before":"after"}catch(r){return"after"}}function getNextOpeningTime(e,i,r=7){var s,a;const c=mt.indexOf(i);for(let h=1;h<=r;h++){const i=(c+h)%7,r=mt[i],p=e[r];if((null==p?void 0:p.active)&&p.times&&p.times.length>0)try{const e=1===h?"tomorrow":r;return"Opens "+e+" at "+format24TimeTo12(null!==(a=null===(s=null==p?void 0:p.times[0])||void 0===s?void 0:s.startsAt)&&void 0!==a?a:"")}catch(l){}}return null}function validateFulfillmentData(e){return e&&"object"==typeof e&&e.hours&&e.timezone?"string"!=typeof e.timezone?![]:!![]:![]}function getRetailerOffHours(e){var i;if(!(null==e?void 0:e.type)||(null==e?void 0:e.type)!==a.ON_DEMAND)return{message:null,isOpen:!![],isClosed:![]};if(!validateFulfillmentData(e))return{message:null,isOpen:![],isClosed:!![]};try{const{weekday:r,timeInMinutes:s}=getCurrentTimeInTimezone$1(e.timezone),a=e.hours[r];if(!(null==a?void 0:a.active)||!(null===(i=a.times)||void 0===i?void 0:i.length)){const i=getNextOpeningTime(e.hours,r);return{message:i,isOpen:![],isClosed:!![]}}for(const e of a.times){const i=isWithinTimeSlot(s,e);switch(i){case"before":return{message:"Opens at "+format24TimeTo12(e.startsAt),isOpen:![],isClosed:!![],openTime:e.startsAt,closeTime:e.endsAt};case"during":{let i=e.endsAt;const r=timeToMinutes(i);if(r>ft){const e=Math.floor(r/60)-24,s=r%60;i=e.toString().padStart(2,"0")+":"+s.toString().padStart(2,"0")}return{message:"Closes at "+format24TimeTo12(i),isOpen:!![],isClosed:![],openTime:e.startsAt,closeTime:e.endsAt}}}}const c=getNextOpeningTime(e.hours,r);return{message:c,isOpen:![],isClosed:!![]}}catch(r){return{message:null,isOpen:![],isClosed:!![]}}}class ProductCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("ProductCommands",()=>new ProductCommands)}async createProductInstance(e,i=![]){this.store.createProductInstance(e),i&&this.store.set("products."+e+".loading",!![])}async loadMultipleProducts(e){var i;if(!Array.isArray(e)||0===e.length)return this.logger.warn("No product IDs provided for loading multiple products."),void 0;this.store.batch(e.reduce((e,i)=>(e["products."+i+".loading"]=!![],e["products."+i+".error"]=null,e),{}));const r=await this.api.getProductsData(e,this.getLocation());if(!r||!r.products||0===r.products.length)return this.logger.warn("No product data found for the provided product IDs."),this.store.batch(e.reduce((e,i)=>(e["products."+i+".loading"]=![],e["products."+i+".error"]=!![],e),{})),void 0;const s=[];for(const c of r.products){const a=c.sizes.filter(i=>e.some(e=>e===(i.upc||i.id||c.salsifyGrouping))),l=e.find(e=>a.some(i=>e===i.upc||e===i.id)||e===c.salsifyGrouping),h=l||(null===(i=null==a?void 0:a[0])||void 0===i?void 0:i.upc);await this.loadProduct(h,{products:[c],retailers:r.retailers}),s.push(h)}const a=e.filter(e=>-1===s.indexOf(e));this.store.batch(a.reduce((e,i)=>(e["products."+i+".loading"]=![],e["products."+i+".error"]="Product data not found",e),{}))}async loadProduct(e,r=null){var s,a;try{const c=this.store.get("products."+e);c.loading||this.store.set("products."+e+".loading",!![]);let l=null;if(r&&(l=r),r||(l=await this.api.getProductsData([e],this.getLocation())),!l||!(null===(s=null==l?void 0:l.products)||void 0===s?void 0:s[0]))return this.store.set("products."+e+".error","Product data not found"),void 0;const h=this.loadProductStoreUpdate(l);if(!h)return this.store.set("products."+e+".error","Failed to process product data"),void 0;this.store.set("products."+e,{...h,identifier:e}),this.pubSub.publishAction(i.PRODUCT_LOADED,this.productDataForEventFromStore(e));const p=l.products[0],m=h.sizes[h.selectedSizeId||""],f=Boolean(this.getLocation()),g=h.selectedFulfillment,v=f&&(null==g?void 0:g.price)?g.price:(null===(a=h.priceInfo)||void 0===a?void 0:a.avg)||0,b=splitCategoryPath(p.catPath);this.googleTagManager.viewItem({item_id:null==m?void 0:m.id,item_name:p.name,item_brand:p.brand,item_size:null==m?void 0:m.size,item_category:b.category,item_category2:b.category2,item_category3:b.category3,price:centToDollar(v),item_type:p.type,item_subtype:p.subType,upc:null==m?void 0:m.upc,grouping_id:p.salsifyGrouping,product_id:null==m?void 0:m.id})}catch(c){throw this.store.set("products."+e+".error",c.message),this.logger.error("Failed to load product data for ID "+e,c),c}finally{this.store.set("products."+e+".loading",![])}}async selectSize(e,r){var s,c,l,h,p,m,f;const g=this.store.get("products."+e);let v=g.selectedFulfillmentType;const b=null===(s=g.sizes[r])||void 0===s?void 0:s.shippingFulfillments,x=null===(c=g.sizes[r])||void 0===c?void 0:c.onDemandFulfillments;let w=null,C=null;if(v!==a.SHIPPING||Object.values(b).length)if(v!==a.ON_DEMAND||Object.values(x).length){const e=v===a.SHIPPING?b:x,i=Object.values(e);w=i[0]||null,C=(null==w?void 0:w.fulfillmentId)||null}else{v=a.SHIPPING;const e=Object.values(b);w=e[0]||null,C=(null==w?void 0:w.fulfillmentId)||null}else{v=a.ON_DEMAND;const e=Object.values(x);w=e[0]||null,C=(null==w?void 0:w.fulfillmentId)||null}const k=v===a.SHIPPING?b:x,S=g.sizes[r],E=splitCategoryPath(g.catPath),_=(null==w?void 0:w.price)||(null===(l=g.priceInfo)||void 0===l?void 0:l.avg)||0;this.googleTagManager.viewItem({item_id:null==S?void 0:S.id,item_name:g.name,item_brand:g.brand,item_size:null==S?void 0:S.size,item_category:E.category,item_category2:E.category2,item_category3:E.category3,price:centToDollar(_),item_type:g.type,item_subtype:g.subType,upc:null==S?void 0:S.upc,grouping_id:g.salsifyGrouping,product_id:null==S?void 0:S.id});const P=Object.keys(b).length>0,T=Object.keys(x).length>0,D=P||T;if(!D){const e=this.store.get("address");this.googleTagManager.productSizeNoAvailability({productId:null==S?void 0:S.id,productName:g.name,productBrand:g.brand,productCategory:E.category,productCategory2:E.category2,productCategory3:E.category3,productType:g.type,productSubtype:g.subType,productPrice:(null===(h=g.priceInfo)||void 0===h?void 0:h.avg)||0,sizeId:r,sizeName:null==S?void 0:S.size,upc:null==S?void 0:S.upc,groupingId:g.salsifyGrouping,address:(null==e?void 0:e.address)?{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""}:void 0,reason:"No fulfillments available for this size"})}this.pubSub.publishAction(i.PRODUCT_SIZE_CHANGED,{identifier:e,selectedSizeId:r,size:(null===(p=g.sizes[r])||void 0===p?void 0:p.size)||"",previousSizeId:g.selectedSizeId||"",previousSize:(null===(m=g.sizes[g.selectedSizeId])||void 0===m?void 0:m.size)||""}),this.store.batch({["products."+e+".selectedSizeId"]:r,["products."+e+".mainImage"]:(null===(f=g.sizes[r])||void 0===f?void 0:f.image)||null,["products."+e+".productHasAvailability"]:Object.keys(b).length+Object.keys(x).length>0,["products."+e+".fulfillmentHasAvailability"]:Boolean(Object.keys(k).length),["products."+e+".selectedFulfillmentType"]:v,["products."+e+".selectedFulfillment"]:w,["products."+e+".selectedFulfillmentId"]:C})}async selectFulfillment(e,r){var s,c,l;const h=this.store.get("products."+e),p=null===(s=h.sizes[h.selectedSizeId])||void 0===s?void 0:s.shippingFulfillments,m=null===(c=h.sizes[h.selectedSizeId])||void 0===c?void 0:c.onDemandFulfillments,f=h.selectedFulfillmentType===a.SHIPPING?p:m,g=f[r];this.pubSub.publishAction(i.PRODUCT_FULFILLMENT_CHANGED,{identifier:e,selectedFulfillmentId:r,selectedFulfillmentType:h.selectedFulfillmentType,previousFulfillmentId:h.selectedFulfillmentId||"",previousFulfillmentType:h.selectedFulfillmentType});const v=h.sizes[h.selectedSizeId||""],b=splitCategoryPath(h.catPath),x=(null==g?void 0:g.price)||(null===(l=h.priceInfo)||void 0===l?void 0:l.avg)||0;this.googleTagManager.viewItem({item_id:null==v?void 0:v.id,item_name:h.name,item_brand:h.brand,item_size:null==v?void 0:v.size,item_category:b.category,item_category2:b.category2,item_category3:b.category3,price:centToDollar(x),item_type:h.type,item_subtype:h.subType,upc:null==v?void 0:v.upc,grouping_id:h.salsifyGrouping,product_id:null==v?void 0:v.id}),this.store.batch({["products."+e+".selectedFulfillment"]:g,["products."+e+".selectedFulfillmentId"]:r,["products."+e+".quantity"]:1})}async updateQuantity(e,r){var s;const a=this.store.get("products."+e),c=a.quantity,l=c+r,h=1,p=(null===(s=null==a?void 0:a.selectedFulfillment)||void 0===s?void 0:s.stock)||5,m=Math.max(h,Math.min(p,l));this.pubSub.publishAction(r<0?i.PRODUCT_QUANTITY_DECREASE:i.PRODUCT_QUANTITY_INCREASE,{identifier:e,quantity:m,previousQuantity:c}),this.store.set("products."+e+".quantity",m)}async changeFulfillmentType(e,r){var s,c,l;const h=this.store.get("products."+e),{shippingFulfillments:p,onDemandFulfillments:m}=h.sizes[h.selectedSizeId],f=r===a.SHIPPING?p:m,g=Object.values(f);if(0===g.length){this.logger.warn("No fulfillments available for type "+r+" on product "+e);const i=this.store.get("address"),a=h.sizes[h.selectedSizeId],l=splitCategoryPath(h.catPath);return this.googleTagManager.productFulfillmentNoAvailability({productId:null==a?void 0:a.id,productName:h.name,productBrand:h.brand,productCategory:l.category,productCategory2:l.category2,productCategory3:l.category3,productType:h.type,productSubtype:h.subType,productPrice:(null===(s=h.priceInfo)||void 0===s?void 0:s.avg)||0,sizeId:null!==(c=h.selectedSizeId)&&void 0!==c?c:void 0,sizeName:null==a?void 0:a.size,fulfillmentType:r,upc:null==a?void 0:a.upc,groupingId:h.salsifyGrouping,address:(null==i?void 0:i.address)?{one:i.address.one,two:i.address.two,city:i.address.city,state:i.address.state,zip:i.address.zip,country:i.address.country||""}:void 0,reason:"No "+r+" fulfillments available for selected size"}),void 0}const v=g[0]||null,b=(null==v?void 0:v.fulfillmentId)||null;this.pubSub.publishAction(i.PRODUCT_FULFILLMENT_TYPE_CHANGED,{identifier:e,selectedFulfillmentType:r,selectedFulfillmentId:b,previousFulfillmentType:h.selectedFulfillmentType,previousFulfillmentId:h.selectedFulfillmentId,fulfillmentHasAvailability:g.length>0});const x=h.sizes[h.selectedSizeId||""],w=splitCategoryPath(h.catPath),C=(null==v?void 0:v.price)||(null===(l=h.priceInfo)||void 0===l?void 0:l.avg)||0;this.googleTagManager.viewItem({item_id:null==x?void 0:x.id,item_name:h.name,item_brand:h.brand,item_size:null==x?void 0:x.size,item_category:w.category,item_category2:w.category2,item_category3:w.category3,price:centToDollar(C),item_type:h.type,item_subtype:h.subType,upc:null==x?void 0:x.upc,grouping_id:h.salsifyGrouping,product_id:null==x?void 0:x.id}),this.store.batch({["products."+e+".selectedFulfillmentType"]:r,["products."+e+".selectedFulfillment"]:v,["products."+e+".selectedFulfillmentId"]:b,["products."+e+".fulfillmentHasAvailability"]:g.length>0})}async removeProduct(e){this.store.removeProductInstance(e)}async openProductDrawer(e,i,r){const s={type:i,data:r||{}};this.store.batch({["products."+e+".drawer.isOpen"]:!![],["products."+e+".drawer.contentConfig"]:s})}async closeProductDrawer(e){this.store.set("products."+e+".drawer.isOpen",![])}async rerenderAllProducts(){const e=this.store.getProductInstances(),i=Object.keys(e);for(const r of i)this.store.set("products."+r+".rerender",!![])}async addToCart(e,i){try{this.store.set("products."+e+".updating",!![]),this.uiCommands.openDrawer(s.CART),await this.cartCommands.addItem(i),this.store.batch({["products."+e+".quantity"]:1,["products."+e+".updating"]:![]});const r=this.store.get("cart");this.googleTagManager.viewCart([...Object.values(r.items||{}).map(e=>{const i=splitCategoryPath(e.catPath);return{item_id:e.liquidId,item_name:e.name,item_brand:e.brand,item_size:e.size,item_category:i.category,item_category2:i.category2,item_category3:i.category3,quantity:e.quantity,price:centToDollar(e.unitPrice||0),upc:e.upc,grouping_id:e.salsifyGrouping,product_id:e.liquidId}})])}catch(r){this.logger.error("Error adding to cart",r),this.store.set("products."+e+".updating",![])}}async addPresaleToCart(e,i){try{this.store.set("products."+e+".updating",!![]),await this.cartCommands.addPresaleItem(i),this.clientConfig.isBuilder()||this.uiCommands.openDrawer(s.CHECKOUT),this.store.batch({["products."+e+".quantity"]:1,["products."+e+".updating"]:![]})}catch(r){this.logger.error("Error adding to cart",r),this.store.set("products."+e+".updating",![])}}productDataForEventFromStore(e){const i=this.store.get("products."+e),r={},fulfillmentEventData=e=>{const i={};for(const r in e){const s=e[r];i[r]={retailerId:s.retailerId,retailerName:s.retailerName,retailerAddress:s.retailerAddress,retailerTimezone:s.timezone,price:s.price,partNumber:s.partNumber,stock:s.stock,isEngravable:s.isVariantEngravable,fulfillmentId:s.fulfillmentId,fulfillmentType:s.fulfillmentType,modalities:s.modalities||[]}}return i};for(const s in i.sizes||{}){const e=i.sizes[s];r[s]={id:e.id,upc:e.upc,size:e.size,pack:e.pack,packDesc:e.packDesc||"",container:e.container,containerType:e.containerType,maxQuantityPerOrder:e.attributes.maxQuantityPerOrder||0,image:e.image,uom:e.uom,volume:e.volume,attributes:{engraving:e.attributes.engraving||void 0,presale:e.attributes.presale||void 0},shippingFulfillments:fulfillmentEventData(e.shippingFulfillments||{}),onDemandFulfillments:fulfillmentEventData(e.onDemandFulfillments||{})}}return{identifier:e,selectedSizeId:i.selectedSizeId||null,selectedFulfillmentId:i.selectedFulfillmentId||null,selectedFulfillmentType:i.selectedFulfillmentType,id:i.id,name:i.name,brand:i.brand,catPath:i.catPath,category:i.category,classification:i.classification,type:i.type,salsifyGrouping:i.salsifyGrouping,subType:i.subType,mainImage:i.mainImage||null,images:i.images||[],region:i.region,country:i.country,material:i.material,abv:i.abv,proof:i.proof,age:i.age,color:i.color,flavor:i.flavor,variety:i.variety,appellation:i.appellation,vintage:i.vintage,description:i.description,htmlDescription:i.htmlDescription,tastingNotes:i.tastingNotes,priceInfo:i.priceInfo||null,sizes:r}}findFirstAvailableSize(e){const i=Object.values(e);for(const r of i){const e=r.shippingFulfillments||{},i=r.onDemandFulfillments||{},s=Object.values(e).length,a=Object.values(i).length;if(s+a>0)return r.id}return null}loadProductStoreUpdate(e){var i,r,s,c,l,h,p,m,f,g,v;try{const{products:[b,...x],retailers:w}=e,C=this.themeProvider.getConfigs("product"),k={};let S=![],E=![],_="",P=null,T=C.layout.enableShippingFulfillment?a.SHIPPING:a.ON_DEMAND,D=null,F=null;const A={};if(w&&Array.isArray(w)&&w.length>0)for(const e of w)for(const i of e.fulfillments){const r={retailerName:e.name,retailerAddress:e.address||null,type:i.type,timezone:i.timezone||"",canEngrave:i.canEngrave||![],expectation:i.expectation,fees:i.fees,hours:i.hours,retailerId:e.id,fulfillmentId:i.id,fulfillmentType:i.type,isVariantEngravable:![],stock:0,price:0,partNumber:"",modalities:[]},s=getRetailerOffHours(r);s.isClosed&&!C.layout.showOffHours||(A[i.id]=r)}if(b.sizes&&Array.isArray(b.sizes)&&b.sizes.length>0)for(const e of b.sizes){const l={},h={};for(const p of e.variants){if((null===(i=null==p?void 0:p.fulfillmentTypes)||void 0===i?void 0:i.onDemand)&&""!==p.fulfillmentTypes.onDemand){const e=p.fulfillmentTypes.onDemand,i=A[e];i?h[e]={...i,isVariantEngravable:p.isEngravable,stock:p.stock,price:p.price,retailerId:p.retailerId,fulfillmentId:e,fulfillmentType:a.ON_DEMAND,modalities:[...i.modalities,...null!==(r=null==p?void 0:p.modalities)&&void 0!==r?r:[]],partNumber:p.partNumber}:this.logger.warn("No retailer info found for onDemand fulfillmentId "+e)}if((null===(s=null==p?void 0:p.fulfillmentTypes)||void 0===s?void 0:s.shipping)&&""!==p.fulfillmentTypes.shipping){const e=p.fulfillmentTypes.shipping,i=A[e];i?l[e]={...i,isVariantEngravable:p.isEngravable,stock:p.stock,price:p.price,retailerId:p.retailerId,fulfillmentId:e,fulfillmentType:a.SHIPPING,modalities:[...i.modalities,...null!==(c=null==p?void 0:p.modalities)&&void 0!==c?c:[]],partNumber:p.partNumber}:this.logger.warn("No retailer info found for shipping fulfillmentId "+e)}}k[e.id]={id:e.id,upc:e.upc,size:e.size,pack:e.pack,packDesc:e.packDesc,container:e.container,containerType:e.containerType,maxQuantityPerOrder:e.attributes.maxQuantityPerOrder||0,image:e.image,uom:e.uom,volume:e.volume,attributes:e.attributes,loading:![],error:null,shippingFulfillments:l,onDemandFulfillments:h}}const z=Object.values(k),O=this.findFirstAvailableSize(k);_=O||z[0]&&z[0].id||"",P=(null===(l=k[_])||void 0===l?void 0:l.image)||null;const N=(null===(h=k[_])||void 0===h?void 0:h.shippingFulfillments)||{},R=(null===(p=k[_])||void 0===p?void 0:p.onDemandFulfillments)||{},q=Object.values(N).length,j=Object.values(R).length;S=q+j>0;const G=T===a.SHIPPING?Object.values(N):Object.values(R);if(E=G.length>0,F=G[0]||null,D=(null==F?void 0:F.fulfillmentId)||null,!E){const e=T===a.SHIPPING?a.ON_DEMAND:a.SHIPPING,i=e===a.SHIPPING?Object.values(N):Object.values(R);i.length>0&&(T=e,F=i[0],D=(null==F?void 0:F.fulfillmentId)||null,E=!![])}if(!S){const e=this.store.get("address"),i=splitCategoryPath(b.catPath),r=k[_];this.googleTagManager.productNoAvailability({productId:null==r?void 0:r.id,productName:b.name,productBrand:b.brand,productCategory:i.category,productCategory2:i.category2,productCategory3:i.category3,productType:b.type,productSubtype:b.subType,productPrice:(null===(m=b.priceInfo)||void 0===m?void 0:m.average)||0,upc:null==r?void 0:r.upc,groupingId:b.salsifyGrouping,address:(null==e?void 0:e.address)?{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""}:void 0,reason:"No fulfillments available for any size"})}return{identifier:"",id:b.id||"",name:b.name,description:b.description,htmlDescription:b.htmlDescription,images:b.images,priceInfo:{min:(null===(f=b.priceInfo)||void 0===f?void 0:f.minimum)||0,max:(null===(g=b.priceInfo)||void 0===g?void 0:g.maximum)||0,avg:(null===(v=b.priceInfo)||void 0===v?void 0:v.average)||0},brand:b.brand,region:b.region||"",country:b.country||"",material:b.material||"",abv:b.abv||"",proof:b.proof||"",age:b.age||"",color:b.color||"",flavor:b.flavor||"",variety:b.variety||"",appellation:b.appellation||"",vintage:b.vintage||"",tastingNotes:b.tastingNotes||"",catPath:b.catPath,category:b.category,classification:b.classification,type:b.type,subType:b.subType,salsifyGrouping:b.salsifyGrouping,sizes:k,productHasAvailability:S,fulfillmentHasAvailability:E,selectedSizeId:_,mainImage:P,selectedFulfillmentType:T,selectedFulfillmentId:D,selectedFulfillment:F,drawer:{isOpen:![],contentConfig:null},error:null,loading:![],updating:![],quantity:1,rerender:![]}}catch(b){throw this.logger.error("Product data processing error",b),b}}}class AddressCommands extends BaseCommand{constructor(){super(),this.productCommands=ProductCommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("AddressCommands",()=>new AddressCommands)}async searchAddresses(e){return!e||e.length<3?[]:await this.api.getAddressSuggestions(e)}async getAddressDetails(e){return await this.api.getAddressDetails(e)}async setSelectedAddress(e){try{this.store.batch({"address.id":e.id,"address.formattedAddress":e.formattedAddress,"address.address":e.address,"address.coordinates":e.coordinates});const i=this.store.get("products");await this.productCommands.loadMultipleProducts(Object.keys(i)),await this.cartCommands.resetCart(),await this.store.persist()}catch(r){throw this.googleTagManager.addressFailed({googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},error:(null==r?void 0:r.message)||"Failed to update downstream state after address change"}),this.pubSub.publishAction(i.ADDRESS_FAILED,{googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:e.address,coordinates:e.coordinates,error:(null==r?void 0:r.message)||"Failed to update downstream state after address change"}),r}this.googleTagManager.addressUpdated({googlePlacesId:e.id,formattedAddress:e.formattedAddress,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},coordinates:e.coordinates}),this.pubSub.publishAction(i.ADDRESS_UPDATED,{googlePlacesId:e.id,address:{one:e.address.one,two:e.address.two,city:e.address.city,state:e.address.state,zip:e.address.zip,country:e.address.country||""},coordinates:e.coordinates,formattedAddress:e.formattedAddress})}async setAddressManually(e,r){try{const i=buildFormattedAddressString(e),s={id:"",formattedAddress:i,address:e,coordinates:r};await this.setSelectedAddress(s)}catch(s){throw this.googleTagManager.addressFailed({googlePlacesId:"",formattedAddress:buildFormattedAddressString(e),address:{one:e.one,two:e.two,city:e.city,state:e.state,zip:e.zip,country:e.country||""},error:(null==s?void 0:s.message)||"Failed to set manual address"}),this.pubSub.publishAction(i.ADDRESS_FAILED,{googlePlacesId:"",formattedAddress:buildFormattedAddressString(e),address:e,coordinates:r,error:(null==s?void 0:s.message)||"Failed to set manual address"}),s}}async clearSelectedAddress(){this.store.set("address",X),this.pubSub.publishAction(i.ADDRESS_CLEARED,!![]),await this.cartCommands.resetCart();const e=this.clientConfig.get("userDeviceId");await this.api.deletePersistedStore(e),this.store.clearLocalStorage()}getDetails(){const e=this.store.get("address");return e.id?{id:e.id,formattedAddress:e.formattedAddress,address:e.address,coordinates:e.coordinates}:null}}class ProductListCommands extends BaseCommand{constructor(){super(),this.uiCommands=UICommands.getInstance(),this.cartCommands=CartCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("ProductListCommands",()=>new ProductListCommands)}async getProductList(e){var i,r;const s=e,a=this.clientConfig.getConfigs();s.entity=null!==(r=null!==(i=window.location.hostname)&&void 0!==i?i:a.partnerName)&&void 0!==r?r:void 0,s.visitorId=a.userDeviceId,s.loc=this.getLocation(),s.isLegacy=!![];const c=await this.api.catalogSearch(s);return c.products&&c.products.length>0&&this.trackViewItemList(c.products),c}async addToCart(e){try{this.uiCommands.openDrawer(s.CART),await this.cartCommands.addItem(e)}catch(i){throw this.logger.error("Error adding product to cart from product list",i),i}}async addPresaleToCart(e){try{await this.cartCommands.addPresaleItem(e),this.clientConfig.isBuilder()||this.uiCommands.openDrawer(s.CHECKOUT)}catch(i){throw this.logger.error("Error adding presale product to cart from product list",i),i}}trackViewItemList(e){if(0!==e.length)try{const i=e.map((e,i)=>({...this.convertProductToBaseItem(e),index:i+1}));this.googleTagManager.viewItemList(i,"product_list","Product List")}catch(i){this.logger.error("Error tracking view_item_list event",i)}}trackSelectItem(e){try{const i=this.convertProductToBaseItem(e);this.googleTagManager.selectItem(i,"product_list","Product List")}catch(i){this.logger.error("Error tracking select_item event",i)}}convertProductToBaseItem(e){var i,r,s;const a=null===(i=e.sizes)||void 0===i?void 0:i[0],c=null===(r=null==a?void 0:a.variants)||void 0===r?void 0:r[0],l=splitCategoryPath(e.catPath);return{item_id:null==a?void 0:a.id,item_name:e.name,item_brand:e.brand,item_size:null==a?void 0:a.size,item_category:l.category,item_category2:l.category2,item_category3:l.category3,price:(null==c?void 0:c.price)?centToDollar(c.price):(null===(s=e.priceInfo)||void 0===s?void 0:s.average)?centToDollar(e.priceInfo.average):void 0,item_type:e.type,item_subtype:e.subType,upc:null==a?void 0:a.upc,grouping_id:e.salsifyGrouping,product_id:null==a?void 0:a.id,item_list_id:"product_list",item_list_name:"Product List"}}}class CommandService{constructor(){this.ui=UICommands.getInstance(),this.address=AddressCommands.getInstance(),this.product=ProductCommands.getInstance(),this.productList=ProductListCommands.getInstance(),this.cart=CartCommands.getInstance(),this.checkout=CheckoutCommands.getInstance(),this.common=CommonCommands.getInstance()}static getInstance(){return SingletonManager.getClassInstance("CommandService",()=>new CommandService)}}class ClientActionService{constructor(){this.pendingCartParams=null,this.pendingCartOpenFlag=![],this.productActions={getDetails:e=>this.command.product.productDataForEventFromStore(e)},this.addressActions={setAddressByPlacesId:async e=>{try{if(!e||""===e.trim())throw new Error("Invalid placesId provided");const i=await this.command.address.getAddressDetails(e);await this.command.address.setSelectedAddress({id:e,address:i.address,coordinates:i.coords,formattedAddress:i.formattedAddress})}catch(i){throw this.logger.error("Error setting address by placesId:",i),i}},setAddressManually:async(e,i)=>{try{if(!e||!i)throw new Error("Invalid address or coordinates provided");if(!(e.one&&e.city&&e.state&&e.zip))throw new Error("Address must include street address, city, state, and zip code");if("number"!=typeof i.lat||"number"!=typeof i.long)throw new Error("Coordinates must be valid numbers");if(i.lat<-90||i.lat>90)throw new Error("Latitude must be between -90 and 90");if(i.long<-180||i.long>180)throw new Error("Longitude must be between -180 and 180");await this.command.address.setAddressManually(e,i)}catch(r){throw this.logger.error("Error setting manual address:",r),r}},clear:async()=>{await this.command.address.clearSelectedAddress()},getDetails:()=>this.command.address.getDetails()},this.cartActions={openCart:()=>{this.command.ui.openDrawer(s.CART)},closeCart:()=>{this.command.ui.closeDrawer()},toggleCart:()=>{const e=this.store.get("ui.drawer.isOpen");e?this.command.ui.closeDrawer():this.command.ui.openDrawer(s.CART)},addProduct:async(e,r)=>{var c,l;try{if(!e||0===e.length)return this.logger.warn("No products provided to add to cart"),void 0;const h=this.getLocation();if(void 0===h)return this.pendingCartParams=e,this.pendingCartOpenFlag=null!=r?r:![],this.logger.info("Location not available, opening address drawer before adding to cart"),this.command.ui.openDrawer(s.ADDRESS_INPUT,{isIndependentComponent:!![]}),void 0;r===!![]&&this.command.ui.openDrawer(s.CART);const p=[...new Set(e.map(e=>e.identifier))],m=await this.api.getProductsData(p,h);if(!m||!m.products||0===m.products.length)return this.logger.warn("No product data found for the provided identifiers"),this.pubSub.publishAction(i.CART_PRODUCT_ADD_FAILED,{identifiers:[],error:"No products provided"}),void 0;for(const i of e){let e=null;for(let a=0;a<m.products.length;a++){const r=m.products[a];let s=![];for(let e=0;e<r.sizes.length;e++){const a=r.sizes[e];if(a.upc===i.identifier||a.id===i.identifier||r.salsifyGrouping===i.identifier){s=!![];break}}if(s){e=r;break}}if(!e){this.logger.warn("No product found for identifier: "+i.identifier);continue}const r=e.sizes[0];if(!r){this.logger.warn("No sizes found for product: "+i.identifier);continue}if((null===(l=null===(c=null==r?void 0:r.attributes)||void 0===c?void 0:c.presale)||void 0===l?void 0:l.isActive)===!![]){this.logger.warn("Product is a presale item and cannot be added to cart: "+i.identifier),this.store.set("cart.error","Presale products cannot be added to cart");continue}let s=null;for(let c=0;c<r.variants.length;c++){const e=r.variants[c];let l=![];if(i.fulfillmentType===a.ON_DEMAND&&(l=!(!e.fulfillmentTypes||!e.fulfillmentTypes.onDemand||""===e.fulfillmentTypes.onDemand)),i.fulfillmentType===a.SHIPPING&&(l=!(!e.fulfillmentTypes||!e.fulfillmentTypes.shipping||""===e.fulfillmentTypes.shipping)),l){s=e;break}}if(!s){this.logger.warn("No supported variant found for product: "+i.identifier+" with fulfillment type: "+i.fulfillmentType),this.store.set("cart.error","Product has no availability");continue}const h=i.fulfillmentType===a.ON_DEMAND?s.fulfillmentTypes.onDemand:s.fulfillmentTypes.shipping;await this.command.cart.addItem({upc:r.upc,fulfillmentId:h,partNumber:s.partNumber,quantity:i.quantity,identifier:i.identifier})}this.clearPendingCartOperation(),this.pubSub.publishAction(i.CART_PRODUCT_ADD_SUCCESS,{itemsAdded:e.length,identifiers:p}),this.logger.info("Products added to cart successfully:",p)}catch(h){throw this.logger.error("Error adding products to cart:",h),this.clearPendingCartOperation(),this.pubSub.publishAction(i.CART_PRODUCT_ADD_FAILED,{identifiers:e.map(e=>e.identifier),error:h.message||"Failed to add products to cart"}),h}},applyPromoCode:async e=>{try{if(!e||""===e.trim())return this.logger.warn("Invalid promo code provided"),this.store.set("cart.error","Invalid promo code provided"),void 0;const r=e.trim().toUpperCase(),s=this.themeProvider.getConfigs("global"),a=s.layout.allowPromoCodes;if(!a)return this.logger.warn("Promo codes are not allowed"),this.store.set("cart.error","Promo codes are not allowed"),void 0;const c=this.store.get("cart.promoCode");if(c&&c.code===r)return this.logger.info("Promo code is already applied"),void 0;await this.command.cart.applyPromoCode(r);const l=this.command.cart.getDetails();this.pubSub.publishAction(i.CART_PROMO_CODE_APPLIED,{applied:!![],discountAmount:l.amounts.discounts,newTotal:l.amounts.total}),this.logger.info("Promo code applied successfully")}catch(r){throw this.logger.error("Failed to apply promo code:",r),this.pubSub.publishAction(i.CART_PROMO_CODE_FAILED,{attempted:!![],error:"Promo code could not be applied"}),r}},removePromoCode:async()=>{try{const e=this.themeProvider.getConfigs("global"),r=e.layout.allowPromoCodes;if(!r)return this.logger.warn("Promo codes are not allowed"),this.store.set("cart.error","Promo codes are not allowed"),void 0;await this.command.cart.removePromoCode(),this.pubSub.publishAction(i.CART_PROMO_CODE_REMOVED,{applied:![]}),this.logger.info("Promo code removed successfully")}catch(e){throw this.logger.error("Failed to remove promo code:",e),e}},resetCart:async()=>{await this.command.cart.resetCart(),this.pubSub.publishAction(i.CART_RESET,!![])},getDetails:()=>this.command.cart.getDetails()},this.checkoutActions={openCheckout:()=>{this.command.ui.openDrawer(s.CHECKOUT)},closeCheckout:()=>{this.command.ui.closeDrawer()},toggleCheckout:()=>{const e=this.store.get("ui.drawer.isOpen");e?this.command.ui.closeDrawer():this.command.ui.openDrawer(s.CHECKOUT)},addProduct:async(e,r)=>{try{if(!e||0===e.length)return this.logger.warn("No products provided to add to checkout"),void 0;r===!![]&&this.command.ui.openDrawer(s.CHECKOUT);const a=e.map(e=>e.identifier);await this.cartActions.addProduct(e),await this.command.checkout.loadCheckout(),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_SUCCESS,{itemsAdded:e.length,identifiers:a}),this.logger.info("Products added to checkout successfully:",a)}catch(a){throw this.logger.error("Error adding products to checkout:",a),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:e.map(e=>e.identifier),error:a.message||"Failed to add products to checkout"}),a}},addPresaleProduct:async e=>{var r,c;try{if(!e||"object"!=typeof e||!e.identifier)return this.logger.warn("No presale product provided to add to checkout"),void 0;const l=this.getLocation();if(void 0===l)return this.logger.info("Location not available, opening address drawer before adding presale product to checkout"),this.command.ui.openDrawer(s.ADDRESS_INPUT,{isIndependentComponent:!![]}),void 0;const h=await this.api.getProductsData([e.identifier],l);if(!h||!h.products||0===h.products.length)return this.logger.warn("No product data found for the provided presale identifier"),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"No product found",isPresale:!![]}),void 0;const p=h.products[0],m=p.sizes[0];if(!m)return this.logger.warn("No sizes found for presale product: "+e.identifier),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"No sizes found for product",isPresale:!![]}),void 0;if((null===(c=null===(r=null==m?void 0:m.attributes)||void 0===r?void 0:r.presale)||void 0===c?void 0:c.isActive)!==!![])return this.logger.warn("Product is not a presale item: "+e.identifier),this.store.set("checkout.error","Product is not available for presale"),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"Product is not available for presale",isPresale:!![]}),void 0;let f=null;for(let i=0;i<m.variants.length;i++){const r=m.variants[i];let s=![];if(e.fulfillmentType===a.ON_DEMAND&&(s=!(!r.fulfillmentTypes||!r.fulfillmentTypes.onDemand||""===r.fulfillmentTypes.onDemand)),e.fulfillmentType===a.SHIPPING&&(s=!(!r.fulfillmentTypes||!r.fulfillmentTypes.shipping||""===r.fulfillmentTypes.shipping)),s){f=r;break}}if(!f)return this.logger.warn("No supported variant found for presale product: "+e.identifier+" with fulfillment type: "+e.fulfillmentType),this.store.set("checkout.error","Presale product has no availability"),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:"Presale product has no availability",isPresale:!![]}),void 0;const g=e.fulfillmentType===a.ON_DEMAND?f.fulfillmentTypes.onDemand:f.fulfillmentTypes.shipping;await this.command.cart.addPresaleItem({upc:m.upc,fulfillmentId:g,partNumber:f.partNumber,quantity:e.quantity,engravingLines:[],identifier:e.identifier}),this.command.ui.openDrawer(s.CHECKOUT),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_SUCCESS,{itemsAdded:1,identifiers:[e.identifier],isPresale:!![]}),this.logger.info("Presale product added to checkout successfully: "+e.identifier)}catch(l){throw this.logger.error("Error adding presale product to checkout:",l),this.pubSub.publishAction(i.CHECKOUT_PRODUCT_ADD_FAILED,{identifiers:[e.identifier],error:l.message||"Failed to add presale product to checkout",isPresale:!![]}),l}},applyPromoCode:async e=>{var r;try{if(!e||""===e.trim())return this.logger.warn("Invalid promo code provided"),this.store.set("checkout.error","Invalid promo code provided"),void 0;const s=e.trim().toUpperCase(),a=this.themeProvider.getConfigs("global"),c=a.layout.allowPromoCodes;if(!c)return this.logger.warn("Promo codes are not allowed"),this.store.set("checkout.error","Promo codes are not allowed"),void 0;const l=this.store.get("checkout.promoCode");if(l&&l.code===s)return this.logger.info("Promo code is already applied"),void 0;await this.command.checkout.applyPromoCode(e);const h=this.store.get("checkout"),p=null==h?void 0:h.promoCode;this.pubSub.publishAction(i.CHECKOUT_PROMO_CODE_APPLIED,{applied:!![],discountAmount:(null==p?void 0:p.discountAmount)||0,newTotal:(null===(r=null==h?void 0:h.amounts)||void 0===r?void 0:r.total)||0}),this.logger.info("Checkout promo code applied successfully")}catch(s){throw this.logger.error("Failed to apply checkout promo code:",s),this.pubSub.publishAction(i.CHECKOUT_PROMO_CODE_FAILED,{attempted:!![],error:"Promo code could not be applied"}),s}},removePromoCode:async()=>{try{const e=this.themeProvider.getConfigs("global"),r=e.layout.allowPromoCodes;if(!r)return this.logger.warn("Promo codes are not allowed"),this.store.set("checkout.error","Promo codes are not allowed"),void 0;await this.command.checkout.removePromoCode(),this.pubSub.publishAction(i.CHECKOUT_PROMO_CODE_REMOVED,{applied:![]}),this.logger.info("Checkout promo code removed successfully")}catch(e){throw this.logger.error("Failed to remove checkout promo code:",e),e}},applyGiftCard:async e=>{var r;try{const s=this.themeProvider.getConfigs("checkout"),a=s.layout.allowGiftCards;if(!a)return this.logger.warn("Gift cards are not allowed"),this.store.set("checkout.error","Gift cards are not allowed"),void 0;await this.command.checkout.applyGiftCard(e);const c=this.store.get("checkout");this.pubSub.publishAction(i.CHECKOUT_GIFT_CARD_APPLIED,{applied:!![],newTotal:(null===(r=null==c?void 0:c.amounts)||void 0===r?void 0:r.total)||0}),this.logger.info("Gift card applied successfully")}catch(s){throw this.logger.error("Failed to apply gift card:",s),this.pubSub.publishAction(i.CHECKOUT_GIFT_CARD_FAILED,{attempted:!![],error:"Gift card could not be applied"}),s}},removeGiftCard:async e=>{try{const r=this.themeProvider.getConfigs("checkout"),s=r.layout.allowGiftCards;if(!s)return this.logger.warn("Gift cards are not allowed"),this.store.set("checkout.error","Gift cards are not allowed"),void 0;await this.command.checkout.removeGiftCard(e),this.pubSub.publishAction(i.CHECKOUT_GIFT_CARD_REMOVED,{applied:![]}),this.logger.info("Gift card removed successfully")}catch(r){throw this.logger.error("Failed to remove gift card:",r),this.pubSub.publishAction(i.CHECKOUT_GIFT_CARD_FAILED,{attempted:!![],error:"Gift card could not be removed"}),r}},toggleIsGift:async e=>{await this.command.checkout.toggleIsGift(e)},toggleBillingSameAsShipping:async e=>{await this.command.checkout.toggleBillingSameAsShipping(e)},toggleMarketingPreferences:(e,i)=>{this.command.checkout.toggleMarketingPreferences(e,i)},updateCustomerInfo:e=>{for(const[i,r]of Object.entries(e))this.command.checkout.updateCustomerInfo(i,r)},updateBillingInfo:e=>{for(const[i,r]of Object.entries(e))this.command.checkout.updateBillingInfo(i,r)},updateGiftInfo:e=>{for(const[i,r]of Object.entries(e))this.command.checkout.updateGiftInfo(i,r)},getDetails:()=>{var e,i,r;const s=this.store.get("checkout"),a=s.items||{},c={};for(const[l,h]of Object.entries(a))c[l]={liquidId:h.liquidId,variantId:h.variantId,cartItemId:l,retailerId:h.retailerId,fulfillmentId:h.fulfillmentId,salsifyGrouping:h.salsifyGrouping,name:h.name,catPath:h.catPath,volume:h.volume,uom:h.uom,proof:h.proof,abv:h.abv,containerType:h.containerType,container:h.container,size:h.size,pack:h.pack,packDesc:h.packDesc,mainImage:h.mainImage,brand:h.brand,partNumber:h.partNumber,upc:h.upc,sku:h.sku,price:h.price,unitPrice:h.unitPrice,quantity:h.quantity,unitTax:h.unitTax,bottleDeposits:h.bottleDeposits,attributes:h.attributes,retailerName:h.retailerName,expectationDetail:h.expectationDetail};return{cartId:s.cartId||"",acceptedAccountCreation:s.acceptedAccountCreation,hasAgeVerify:s.hasAgeVerify||![],hasSubstitutionPolicy:s.hasSubstitutionPolicy,isGift:s.isGift||![],billingSameAsShipping:s.billingSameAsShipping,marketingPreferences:{canEmail:(null===(e=s.marketingPreferences)||void 0===e?void 0:e.canEmail)||![],canSms:(null===(i=s.marketingPreferences)||void 0===i?void 0:i.canSms)||![]},hasPromoCode:!!(null===(r=s.promoCode)||void 0===r?void 0:r.code),hasGiftCards:Array.isArray(s.giftCards)&&s.giftCards.length>0,itemCount:Object.values(c||{}).reduce((e,i)=>e+(i.quantity||0),0),amounts:s.amounts,items:c}}},this.actions={product:this.productActions,address:this.addressActions,cart:this.cartActions,checkout:this.checkoutActions},this.store=StoreService.getInstance(),this.command=CommandService.getInstance(),this.api=ApiClientService.getInstance(),this.pubSub=PubSubService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.logger=LoggerFactory.get("ClientAction"),this.setupAddressUpdateListener()}static getInstance(){return SingletonManager.getClassInstance("ClientActionService",()=>new ClientActionService)}setupAddressUpdateListener(){const L=async()=>{this.pendingCartParams&&(this.logger.info("Address updated, retrying pending cart operation"),await this.retryPendingCartOperation())};window.addEventListener("lce:actions."+i.ADDRESS_UPDATED,L)}async retryPendingCartOperation(){if(this.pendingCartParams)try{const e=this.pendingCartParams,i=this.pendingCartOpenFlag;this.clearPendingCartOperation(),await this.cartActions.addProduct(e,i)}catch(e){this.logger.error("Failed to retry cart operation after address update",e)}}clearPendingCartOperation(){this.pendingCartParams=null,this.pendingCartOpenFlag=![]}getLocation(){const e=this.store.get("address");if(e.address.one&&e.coordinates.long&&e.coordinates.lat)return{coords:e.coordinates,address:e.address}}}const gt="\n :host {\n position: fixed;\n z-index: 2147483647;\n display: block;\n }\n\n .panel {\n position: relative;\n background: rgba(15, 23, 42, 0.95);\n backdrop-filter: blur(10px);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 12px;\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;\n font-size: 12px;\n color: #e2e8f0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n user-select: none;\n transition: all 0.2s ease;\n width: 100%;\n height: 100%;\n }\n\n .panel:hover {\n border-color: rgba(148, 163, 184, 0.4);\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);\n }\n\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 12px 16px;\n border-bottom: 1px solid rgba(148, 163, 184, 0.2);\n background: rgba(30, 41, 59, 0.5);\n cursor: move;\n }\n\n .icon {\n font-size: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n min-width: 20px;\n }\n\n .title-container {\n display: flex;\n flex-direction: column;\n gap: 2px;\n flex: 1;\n margin: 0 12px;\n }\n\n .title {\n font-weight: 600;\n color: #f1f5f9;\n font-size: 13px;\n }\n\n\n .subtitle {\n font-size: 10px;\n color: #94a3b8;\n }\n\n .minimize {\n background: none;\n border: none;\n color: #94a3b8;\n font-size: 18px;\n cursor: pointer;\n padding: 4px;\n border-radius: 4px;\n transition: all 0.2s ease;\n line-height: 1;\n font-weight: bold;\n }\n\n .minimize:hover {\n background: rgba(148, 163, 184, 0.1);\n color: #cbd5e1;\n }\n\n .toggles {\n display: flex;\n gap: 12px;\n padding: 8px 16px;\n border-bottom: 1px solid rgba(148, 163, 184, 0.2);\n background: rgba(30, 41, 59, 0.3);\n align-items: center;\n }\n\n .toggle {\n display: flex;\n align-items: center;\n gap: 6px;\n cursor: pointer;\n font-size: 11px;\n color: #cbd5e1;\n transition: color 0.2s ease;\n }\n\n .toggle:hover {\n color: #f1f5f9;\n }\n\n .toggle input[type=\"checkbox\"] {\n width: 12px;\n height: 12px;\n accent-color: #3b82f6;\n cursor: pointer;\n }\n\n .clear-btn {\n background: none;\n border: none;\n color: #ef4444;\n font-size: 14px;\n padding: 0;\n cursor: pointer;\n transition: all 0.2s ease;\n margin-left: auto;\n min-width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .clear-btn:hover {\n transform: scale(1.1);\n color: #dc2626;\n }\n\n .logs {\n flex: 1;\n overflow-y: auto;\n overflow-x: hidden;\n padding: 8px;\n background: rgba(15, 23, 42, 0.8);\n min-height: 0;\n max-height: 100%;\n }\n\n .log-entry {\n display: flex;\n align-items: flex-start;\n gap: 8px;\n padding: 8px 12px;\n margin-bottom: 2px;\n border-radius: 6px;\n font-size: 11px;\n line-height: 1.4;\n transition: background-color 0.2s ease;\n user-select: text;\n }\n\n .log-entry:hover {\n background-color: rgba(148, 163, 184, 0.1);\n }\n\n /* Event type background colors */\n .log-entry.event {\n background: rgba(59, 130, 246, 0.1);\n }\n\n .log-entry.action {\n background: rgba(16, 185, 129, 0.1);\n }\n\n .log-entry.gtm {\n background: rgba(245, 158, 11, 0.1);\n }\n\n .log-entry.logger {\n background: rgba(139, 92, 246, 0.1);\n }\n\n\n .log-meta {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 2px;\n min-width: 50px;\n }\n\n .log-type {\n font-weight: 600;\n font-size: 9px;\n padding: 2px 0;\n border-radius: 3px;\n white-space: nowrap;\n text-align: center;\n line-height: 1;\n font-weight: bold;\n letter-spacing: 0.5px;\n }\n\n .log-timestamp {\n color: #64748b;\n font-size: 9px;\n white-space: nowrap;\n line-height: 1;\n }\n\n .log-type.event {\n background: rgba(59, 130, 246, 0.2);\n color: #60a5fa;\n }\n\n .log-type.action {\n color: #34d399;\n }\n\n .log-type.gtm {\n color: #fbbf24;\n }\n\n .log-type.logger {\n color: #a78bfa;\n }\n\n .log-message {\n flex: 1;\n word-break: break-word;\n user-select: text;\n }\n\n .log-context {\n color: #94a3b8;\n font-size: 10px;\n margin-top: 2px;\n font-style: italic;\n }\n\n .log-data {\n background: rgba(30, 41, 59, 0.6);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 4px;\n padding: 8px;\n margin-top: 6px;\n font-size: 10px;\n color: #cbd5e1;\n max-height: 120px;\n overflow-y: auto;\n font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;\n user-select: text;\n }\n\n .log-data pre {\n margin: 0;\n white-space: pre-wrap;\n word-break: break-word;\n }\n\n .resize-handle {\n position: absolute;\n bottom: 0;\n right: 0;\n width: 12px;\n height: 12px;\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.3) 30%, rgba(148, 163, 184, 0.3) 70%, transparent 70%);\n cursor: nw-resize;\n border-radius: 0 0 12px 0;\n }\n\n .resize-handle:hover {\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.7) 30%, rgba(148, 163, 184, 0.7) 70%, transparent 70%);\n transform: scale(1.1);\n }\n\n .resize-handle:active {\n background: linear-gradient(-45deg, transparent 30%, rgba(148, 163, 184, 0.9) 30%, rgba(148, 163, 184, 0.9) 70%, transparent 70%);\n }\n\n /* Scrollbar styling */\n .logs::-webkit-scrollbar {\n width: 6px;\n }\n\n .logs::-webkit-scrollbar-track {\n background: rgba(30, 41, 59, 0.3);\n border-radius: 3px;\n }\n\n .logs::-webkit-scrollbar-thumb {\n background: rgba(148, 163, 184, 0.3);\n border-radius: 3px;\n }\n\n .logs::-webkit-scrollbar-thumb:hover {\n background: rgba(148, 163, 184, 0.5);\n }\n\n .log-data::-webkit-scrollbar {\n width: 4px;\n }\n\n .log-data::-webkit-scrollbar-track {\n background: rgba(30, 41, 59, 0.3);\n border-radius: 2px;\n }\n\n .log-data::-webkit-scrollbar-thumb {\n background: rgba(148, 163, 184, 0.3);\n border-radius: 2px;\n }\n\n .log-data::-webkit-scrollbar-thumb:hover {\n background: rgba(148, 163, 184, 0.5);\n }\n\n /* Floating button styles */\n .floating-btn {\n position: absolute;\n top: 20px;\n left: 20px;\n width: 40px;\n height: 40px;\n background: rgba(15, 23, 42, 0.95);\n border: 1px solid rgba(148, 163, 184, 0.2);\n border-radius: 50%;\n display: none;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n font-size: 18px;\n user-select: none;\n z-index: 1;\n }\n\n .floating-btn:hover {\n background: rgba(30, 41, 59, 0.95);\n border-color: rgba(148, 163, 184, 0.4);\n }\n\n /* Mobile Responsiveness */\n @media (max-width: 768px) {\n .panel {\n font-size: 11px;\n border-radius: 8px;\n }\n\n .header {\n padding: 8px 12px;\n }\n\n .title {\n font-size: 12px;\n }\n\n .subtitle {\n font-size: 9px;\n }\n\n .toggles {\n padding: 6px 12px;\n gap: 8px;\n flex-wrap: wrap;\n }\n\n .toggle {\n font-size: 10px;\n }\n\n .toggle input[type=\"checkbox\"] {\n width: 10px;\n height: 10px;\n }\n\n .logs {\n padding: 6px;\n }\n\n .log-entry {\n padding: 6px 8px;\n font-size: 10px;\n }\n\n .log-type {\n font-size: 8px;\n }\n\n .log-timestamp {\n font-size: 8px;\n }\n\n .log-data {\n font-size: 9px;\n padding: 6px;\n max-height: 80px;\n }\n\n .floating-btn {\n width: 36px;\n height: 36px;\n font-size: 16px;\n top: 15px;\n left: 15px;\n }\n }\n\n @media (max-width: 480px) {\n .panel {\n font-size: 10px;\n border-radius: 6px;\n }\n\n .header {\n padding: 6px 10px;\n }\n\n .title {\n font-size: 11px;\n }\n\n .subtitle {\n font-size: 8px;\n }\n\n .toggles {\n padding: 4px 10px;\n gap: 6px;\n }\n\n .toggle {\n font-size: 9px;\n }\n\n .logs {\n padding: 4px;\n }\n\n .log-entry {\n padding: 4px 6px;\n font-size: 9px;\n gap: 4px;\n }\n\n .log-meta {\n min-width: 40px;\n }\n\n .log-type {\n font-size: 7px;\n }\n\n .log-timestamp {\n font-size: 7px;\n }\n\n .log-data {\n font-size: 8px;\n padding: 4px;\n max-height: 60px;\n }\n\n .floating-btn {\n width: 32px;\n height: 32px;\n font-size: 14px;\n top: 10px;\n left: 10px;\n }\n }\n",vt="lce-debug-panel";class DebugPanelService{constructor(){this.panelElement=null,this.panelContainer=null,this.floatingButton=null,this.logContainer=null,this.logs=[],this.isVisible=![],this.showEvents=!![],this.showGtmEvents=!![],this.showLogs=![]}static getInstance(){return SingletonManager.getClassInstance("DebugPanelService",()=>new DebugPanelService)}initialize(){this.createPanel(),this.interceptLoggerService(),this.interceptPubSubEvents(),this.interceptGtmEvents()}toggleVisibility(){if(!this.panelElement)return this.createPanel(),void 0;this.isVisible=!this.isVisible,this.isVisible?this.showPanelContent():this.hidePanelContent()}destroy(){this.panelElement&&(this.panelElement.remove(),this.panelElement=null),this.panelContainer=null,this.floatingButton=null,this.logs=[],this.isVisible=![]}interceptLoggerService(){const e=LoggerFactory,i=e.instances;if(i)for(const[s,a]of i)this.interceptLoggerInstance(a,s);const r=LoggerFactory.get.bind(LoggerFactory);LoggerFactory.get=e=>{const i=r(e);return this.interceptLoggerInstance(i,e),i}}interceptLoggerInstance(e,i){if(e.o)return;const r=e.debug.bind(e),s=e.info.bind(e),a=e.warn.bind(e),c=e.error.bind(e),o=(e,r,s)=>({id:"logger_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"logger",level:e,message:r,data:s,context:i});e.debug=(e,i)=>{r(e,i),this.addLogEntry(o("debug",e,i))},e.info=(e,i)=>{s(e,i),this.addLogEntry(o("info",e,i))},e.warn=(e,i)=>{a(e,i),this.addLogEntry(o("warn",e,i))},e.error=(e,i)=>{c(e,i),this.addLogEntry(o("error",e,i))},e.o=!![]}interceptPubSubEvents(){const e=PubSubService.getInstance(),i=e.publishAction.bind(e);e.publishAction=(e,r)=>{i(e,r),this.addLogEntry({id:"action_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"event",level:"info",message:"Action: "+e,data:r,context:"PubSub"})};const r=e.publishForm.bind(e);e.publishForm=(e,i)=>{r(e,i),this.addLogEntry({id:"event_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"event",level:"info",message:"Form Event: "+e,data:i,context:"PubSub"})}}interceptGtmEvents(){const e=GoogleTagManagerService.getInstance(),i=e.executeEvent.bind(e);e.executeEvent=(e,r,s)=>{i(e,r,s),this.addLogEntry({id:"gtm_"+Date.now()+"_"+Math.random().toString(36).slice(2,9),timestamp:Date.now(),type:"gtm",level:"info",message:"GTM Event: "+r,data:s,context:"GTM."+e})}}addLogEntry(e){this.logs.push(e),this.logs.length>100&&(this.logs=this.logs.slice(-100)),this.renderLogs()}renderLogs(){if(!this.logContainer)return;const e=this.logs.filter(e=>{switch(e.type){case"event":return this.showEvents;case"gtm":return this.showGtmEvents;case"logger":return this.showLogs;default:return!![]}});this.logContainer.innerHTML="",e.forEach(e=>{const i=this.createLogElement(e);this.logContainer.appendChild(i)}),this.logContainer.scrollTop=this.logContainer.scrollHeight}clearLogs(){this.logs=[],this.renderLogs()}createPanel(){const e=document.querySelector(vt);e&&e.remove(),this.panelElement=document.createElement(vt);const i=window.innerWidth<=768,r=window.innerWidth<=480;r?(this.panelElement.style.top="10px",this.panelElement.style.left="10px",this.panelElement.style.width="calc(100vw - 20px)",this.panelElement.style.height="40vh"):i?(this.panelElement.style.top="15px",this.panelElement.style.left="15px",this.panelElement.style.width="calc(100vw - 30px)",this.panelElement.style.height="40vh"):(this.panelElement.style.top="20px",this.panelElement.style.left="20px",this.panelElement.style.width="500px",this.panelElement.style.height="600px"),this.createPanelContent(),document.body.appendChild(this.panelElement),this.isVisible=!![]}createPanelContent(){if(!this.panelElement)return;const e=this.panelElement.attachShadow({mode:"closed"}),i=document.createElement("style");i.textContent=gt,e.appendChild(i),this.floatingButton=this.createFloatingButton(),e.appendChild(this.floatingButton),this.panelContainer=document.createElement("div"),this.panelContainer.className="panel";const r=this.createHeader();this.panelContainer.appendChild(r);const s=this.createToggles();this.panelContainer.appendChild(s),this.logContainer=document.createElement("div"),this.logContainer.className="logs",this.logContainer.title="Debug logs - scroll to see more",this.panelContainer.appendChild(this.logContainer);const a=this.createResizeHandle();this.panelContainer.appendChild(a),e.appendChild(this.panelContainer),this.setupShadowEventListeners(e)}createHeader(){const e=document.createElement("div");e.className="header",e.title="Drag to move panel";const i=document.createElement("div");i.className="icon",i.innerHTML="🔍",i.title="Elements Debug Console",i.style.cursor="help";const r=document.createElement("div");r.className="title-container";const s=document.createElement("div");s.className="title",s.textContent="Elements Debug Console";const a=document.createElement("div");a.className="subtitle",a.textContent="Live SDK logs, events & GTM tracking",r.appendChild(s),r.appendChild(a);const c=document.createElement("button");return c.className="minimize",c.innerHTML="−",c.title="Minimize debug panel",c.addEventListener("click",()=>this.toggleVisibility()),e.appendChild(i),e.appendChild(r),e.appendChild(c),e}createToggles(){const e=document.createElement("div");e.className="toggles";const i=[{key:"showLogs",label:"Logs",description:"SDK internal logs and debug messages",color:"#8b5cf6"},{key:"showEvents",label:"Events",description:"User actions and form interactions",color:"#10b981"},{key:"showGtmEvents",label:"GTM Events",description:"Google Tag Manager tracking events",color:"#f59e0b"}];i.forEach(({key:i,label:r,description:s,color:a})=>{const c=document.createElement("label");c.className="toggle",c.title=s;const l=document.createElement("input");l.type="checkbox",l.checked="showLogs"!==i,l.addEventListener("change",e=>{const r=e.target;"showEvents"===i&&(this.showEvents=r.checked),"showGtmEvents"===i&&(this.showGtmEvents=r.checked),"showLogs"===i&&(this.showLogs=r.checked),this.renderLogs()});const h=document.createElement("span");h.textContent=r,h.style.color=a,c.appendChild(l),c.appendChild(h),e.appendChild(c)});const r=document.createElement("button");return r.className="clear-btn",r.innerHTML="🗑️",r.title="Clear all logs",r.addEventListener("click",()=>this.clearLogs()),e.appendChild(r),e}createResizeHandle(){const e=document.createElement("div");e.className="resize-handle",e.title="Drag to resize panel",e.style.cursor="nw-resize";let i=![],r=0,s=0,a=0,c=0;e.addEventListener("mousedown",e=>{i=!![],r=e.clientX,s=e.clientY,a=Number.parseInt(this.panelElement.style.width,10)||500,c=Number.parseInt(this.panelElement.style.height,10)||300,document.addEventListener("mousemove",d),document.addEventListener("mouseup",I),e.preventDefault()});const d=e=>{if(!i||!this.panelElement)return;const l=e.clientX-r,h=e.clientY-s,p=window.innerWidth<=768,m=window.innerWidth<=480;let f,g,v,b;m?(f=280,g=window.innerWidth-20,v=200,b=.4*window.innerHeight):p?(f=300,g=window.innerWidth-30,v=200,b=.4*window.innerHeight):(f=300,g=800,v=200,b=600);const x=Math.max(f,Math.min(g,a+l)),w=Math.max(v,Math.min(b,c+h));this.panelElement.style.width=x+"px",this.panelElement.style.height=w+"px"},I=()=>{i=![],document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",I)};return e}setupShadowEventListeners(e){if(!this.panelElement)return;const i=e.querySelector(".header");if(i){let e=![],r=0,s=0,a=0,c=0;i.addEventListener("mousedown",i=>{if(i.target.classList.contains("minimize"))return;e=!![],r=i.clientX,s=i.clientY;const l=this.panelElement.getBoundingClientRect();a=l.left,c=l.top,document.addEventListener("mousemove",d),document.addEventListener("mouseup",I),i.preventDefault()});const d=i=>{if(!e||!this.panelElement)return;const l=i.clientX-r,h=i.clientY-s;this.panelElement.style.left=a+l+"px",this.panelElement.style.top=c+h+"px",this.panelElement.style.right="auto",this.panelElement.style.bottom="auto"},I=()=>{e=![],document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",I)}}}createFloatingButton(){const e=document.createElement("div");return e.className="floating-btn",e.innerHTML="⚙️",e.title="Open Elements Debug Console",e.style.display="none",e.addEventListener("click",()=>{this.toggleVisibility()}),e}showPanelContent(){this.panelContainer&&(this.panelContainer.style.display="flex"),this.floatingButton&&(this.floatingButton.style.display="none")}hidePanelContent(){this.panelContainer&&(this.panelContainer.style.display="none"),this.floatingButton&&(this.floatingButton.style.display="flex")}createLogElement(e){const i=document.createElement("div");i.className="log-entry "+e.type+" "+e.level;const r=new Date(e.timestamp).toLocaleTimeString();return i.innerHTML='\n <div class="log-meta">\n <div class="log-type '+e.type+'">'+e.type.toUpperCase()+'</div>\n <div class="log-timestamp">'+r+'</div>\n </div>\n <div class="log-message">\n '+this.escapeHtml(e.message)+"\n "+(e.context?'<div class="log-context">'+this.escapeHtml(e.context)+"</div>":"")+"\n "+(e.data?'<div class="log-data"><pre>'+this.formatJsonData(e.data)+"</pre></div>":"")+"\n </div>\n ",i}formatJsonData(e){try{return"object"==typeof e&&null!==e?JSON.stringify(e,null,2):String(e)}catch(i){return String(e)}}escapeHtml(e){const i=document.createElement("div");return i.textContent=e,i.innerHTML}}class FingerPrintService{constructor(){this.keyPrefix=H,this.isLocalStorageAvailable=null,this.cachedFingerprint=null}static getInstance(){return SingletonManager.getClassInstance("FingerPrintService",()=>new FingerPrintService)}async getId(e){if(this.l()){const i=this.u(e);if(i)return this.h(e,i)}this.cachedFingerprint||(this.cachedFingerprint=this.m());const i=this.h(e,this.cachedFingerprint);if(this.l())try{const e=this.keyPrefix+"_"+i;localStorage.setItem(e,Date.now().toString())}catch(r){}return i}getFingerprintData(){return{screen:this.v(),browser:this.C(),timezone:this.k()}}isLocalStorageWebApiAvailable(){return this.l()}h(e,i){return(e+"_"+i).toLowerCase()}l(){if(null!==this.isLocalStorageAvailable)return this.isLocalStorageAvailable;try{if(0,!("localStorage"in window))return this.isLocalStorageAvailable=![],![];if(void 0===window.localStorage||null===window.localStorage)return this.isLocalStorageAvailable=![],![];if("object"!=="object".localStorage)return this.isLocalStorageAvailable=![],![];const i=["setItem","getItem","removeItem","clear"];for(const e of i)if("function"!=="object".localStorage[e])return this.isLocalStorageAvailable=![],![];const r="__localStorage_test_"+Date.now()+"__",s="test";window.localStorage.setItem(r,s);const a=window.localStorage.getItem(r);if(a!==s)return this.isLocalStorageAvailable=![],![];window.localStorage.removeItem(r);try{const e="__quota_test__",i="x".repeat(100);window.localStorage.setItem(e,i),window.localStorage.removeItem(e)}catch(e){this.S()&&console.warn("localStorage has quota limitations in webview environment")}return this.isLocalStorageAvailable=!![],!![]}catch(i){if(this.isLocalStorageAvailable=![],i instanceof DOMException){const e={QuotaExceededError:"Storage quota exceeded",SecurityError:"Access denied due to security policies",InvalidStateError:"Invalid state error",InvalidAccessError:"Invalid access to storage"},r=e[i.name]||"Storage error: "+i.name,s=this.S()?"webview":"browser";console.warn("localStorage unavailable in "+s+": "+r)}return![]}}u(e){try{const i=this.keyPrefix+"_"+e.toLowerCase()+"_";for(let e=0;e<localStorage.length;e++){const r=localStorage.key(e);if(null==r?void 0:r.startsWith(i)){const e=r.substring(i.length);if(e&&/^[a-f0-9]+$/.test(e))return e}}return null}catch(i){return null}}m(){const e=this.getFingerprintData(),i=Object.keys(e).sort().map(i=>i+":"+e[i]).join("|");return this._(i)}v(){try{const e=screen,i=e.colorDepth||24,r=e.pixelDepth||i,s=this.P(),a=Math.round(100*(window.devicePixelRatio||1));return i+"|"+r+"|"+s+"|"+a}catch(e){return"24|24|srgb|100"}}P(){try{if(window.matchMedia&&"function"==="object".matchMedia){if(window.matchMedia("(color-gamut: rec2020)").matches)return"rec2020";if(window.matchMedia("(color-gamut: p3)").matches)return"p3";if(window.matchMedia("(color-gamut: srgb)").matches)return"srgb"}}catch(U){}return"srgb"}C(){var e;try{const i=navigator,r=[],s=((null===(e=i.languages)||void 0===e?void 0:e[0])||i.language||"en").substring(0,2);r.push(s),r.push(i.hardwareConcurrency||4);const a=(i.platform||"unknown").toLowerCase().replace(/\s+/g,"_").substring(0,10);r.push(a),r.push(i.cookieEnabled?"1":"0"),r.push(i.maxTouchPoints||0),r.push(i.deviceMemory||0),r.push(this.T()),r.push(this.S()?"webview":"browser");const c=["bluetooth"in i?"1":"0","usb"in i?"1":"0","mediaDevices"in i?"1":"0","permissions"in i?"1":"0","credentials"in i?"1":"0","storage"in i?"1":"0","ServiceWorker"in window?"1":"0","PushManager"in window?"1":"0"];return r.push(c.join("")),r.join("|")}catch(i){return"en|4|unknown|1|0|0|unknown|webview|00000000"}}T(){try{const e=navigator.userAgent.toLowerCase();return e.includes("instagram")?"ig_webview":e.includes("fban")||e.includes("fbav")?"fb_webview":e.includes("tiktok")?"tiktok_webview":e.includes("linkedin")?"linkedin_webview":e.includes("snapchat")?"snapchat_webview":e.includes("twitter")?"twitter_webview":e.includes("line/")?"line_webview":e.includes("micromessenger")?"wechat_webview":e.includes("firefox")?"gecko":e.includes("edg/")?"edge":e.includes("opr/")||e.includes("opera")?"opera":e.includes("chrome")&&!e.includes("edg")?"blink":e.includes("safari")&&!e.includes("chrome")?"webkit":"unknown"}catch(e){return"unknown"}}S(){try{const e=navigator.userAgent.toLowerCase(),i=navigator,r=["wv","instagram","fban","fbav","tiktok","linkedin","snapchat","twitter","line/","micromessenger","kakaotalk","telegram"];return r.some(i=>e.includes(i))?!![]:void 0===i.standalone||i.standalone?window.self!==window.top?!![]:![]:!![]}catch(e){return![]}}k(){try{const e=Intl.DateTimeFormat().resolvedOptions().timeZone||"UTC";return e.replace(/\//g,"_").substring(0,30)}catch(e){return"UTC"}}_(e){const i=16777619;let r=2166136261,s=2166136261,a=2166136261,c=2166136261;for(let l=0;l<e.length;l++){const h=e.charCodeAt(l);r^=h,r=Math.imul(r,i),s^=h<<1,s=Math.imul(s,i),a^=h<<2,a=Math.imul(a,i),c^=h<<3,c=Math.imul(c,i)}return r=Math.abs(r),s=Math.abs(s),a=Math.abs(a),c=Math.abs(c),r.toString(16)+s.toString(16)+a.toString(16)+c.toString(16)}}class TelemetryService{constructor(){this.eventQueue=[],this.batchTimer=null,this.stats={totalEvents:0,eventsByLevel:{debug:0,log:0,info:0,warn:0,error:0,fatal:0},batchesSent:0,failedBatches:0,queuedEvents:0,droppedEvents:0},this.isShuttingDown=![],this.clientConfig=ClientConfigService.getInstance();const i=this.clientConfig.get("env"),r=new URL("/api/telemetry",this.clientConfig.get("baseUrl")).toString();this.config={enabled:!![],endpoint:r,batchSize:i===e.PRODUCTION?5:10,batchInterval:i===e.PRODUCTION?5e3:3e3,includeDebugLogs:![],includeWarnings:!![],includeErrors:!![],maxQueueSize:50},window.addEventListener("beforeunload",()=>this.shutdown()),window.addEventListener("pagehide",()=>this.shutdown()),this.config.enabled&&this.startBatchTimer()}static getInstance(){return SingletonManager.getClassInstance("TelemetryService",()=>new TelemetryService)}isEnabled(){return this.config.enabled}captureEvent(e,i,r={}){if(!this.isEnabled()||this.isShuttingDown)return;if(!this.shouldCapture(e))return;const s=Date.now(),a="event_"+s+"_"+Math.random().toString(36).slice(2,11);try{const c={eventId:a,timestamp:s,level:e,message:i,context:r.context,error:r.error?this.buildErrorContext(r.error):void 0,component:r.component,data:r.data,metadata:{sdk:this.buildSDKContext(),user:this.buildUserContext(),browser:this.buildBrowserContext()}};this.addToQueue(c)}catch(c){this.handleInternalError(c)}}buildErrorContext(e){return{name:e.name,message:e.message,stack:this.truncateStackTrace(e.stack),code:e.code,statusCode:e.status||e.statusCode}}buildSDKContext(){return{version:this.clientConfig.get("version")||"unknown",env:this.clientConfig.get("env"),isBuilder:this.clientConfig.get("isBuilder"),partnerCode:this.clientConfig.get("partnerCode")}}buildUserContext(){return{deviceId:this.clientConfig.get("userDeviceId")||"not_defined",isLocalStorageAvailable:this.clientConfig.get("isLocalStorageAvailable")||![]}}buildBrowserContext(){return{userAgent:navigator.userAgent,deviceType:this.clientConfig.get("deviceType"),url:window.location.href,referrer:document.referrer||void 0,timezone:Intl.DateTimeFormat().resolvedOptions().timeZone}}shouldCapture(e){switch(e){case"debug":case"log":case"info":return this.config.includeDebugLogs;case"warn":return this.config.includeWarnings;case"error":case"fatal":return this.config.includeErrors;default:return![]}}addToQueue(e){this.eventQueue.length>=this.config.maxQueueSize&&(this.eventQueue.shift(),this.stats.droppedEvents++),this.eventQueue.push(e),this.stats.totalEvents++,this.stats.eventsByLevel[e.level]++,this.stats.queuedEvents=this.eventQueue.length,this.eventQueue.length>=this.config.batchSize&&this.flushQueue()}startBatchTimer(){this.batchTimer&&clearInterval(this.batchTimer),this.batchTimer=setInterval(()=>{this.eventQueue.length>0&&this.flushQueue()},this.config.batchInterval)}flushQueue(){var e;if(0===this.eventQueue.length||!(null===(e=this.config)||void 0===e?void 0:e.endpoint))return;const i=this.eventQueue.splice(0,this.config.batchSize);this.stats.queuedEvents=this.eventQueue.length;const r=this.createBatch(i);try{this.sendBatch(r),this.stats.batchesSent++}catch(s){this.stats.failedBatches++,this.handleInternalError(s),this.eventQueue.unshift(...i),this.stats.queuedEvents=this.eventQueue.length}}createBatch(e){const i=Date.now(),r="batch_"+i+"_"+Math.random().toString(36).slice(2,9);return{batchId:r,timestamp:i,events:e}}sendBatch(e){if("undefined"!=typeof navigator&&navigator.sendBeacon)try{const i=new Blob([JSON.stringify(e)],{type:"text/plain"}),r=navigator.sendBeacon(this.config.endpoint,i);if(r)return}catch(i){return this.sendBatchViaXHR(e),void 0}this.sendBatchViaXHR(e)}sendBatchViaXHR(e){try{const i=new XMLHttpRequest;if(i.open("POST",this.config.endpoint,![]),i.setRequestHeader("Content-Type","text/plain"),i.send(JSON.stringify(e)),i.status<200||i.status>=300)throw new Error("XHR request failed with status: "+i.status)}catch(i){throw new Error("Both sendBeacon and XHR failed: "+i.message)}}truncateStackTrace(e){if(e)return e.split("\n").slice(0,10).join("\n")}handleInternalError(e){this.clientConfig.isProduction()&&!this.clientConfig.isDebuggingEnabled()||console.error("[LiquidCommerce Elements][Telemetry Internal Error]",e)}shutdown(){var e;if(!this.isShuttingDown&&(this.isShuttingDown=!![],this.batchTimer&&(clearInterval(this.batchTimer),this.batchTimer=null),this.eventQueue.length>0&&(null===(e=this.config)||void 0===e?void 0:e.endpoint))){const e=this.createBatch(this.eventQueue);this.eventQueue=[];try{this.sendBatch(e),this.stats.batchesSent++}catch(i){this.stats.failedBatches++}}}}class BaseComponent extends HTMLElement{get hostClasses(){return[]}get hostAttributes(){return{}}constructor(e={}){super(),this.initialized=![],this.isDestroyed=![],this.renderScheduled=![],this.unsubscribers=[],this.lastRenderTrigger="initial",this.renderCount=0,this.store=StoreService.getInstance(),this.commands=CommandService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.pubSub=PubSubService.getInstance(),this.logger=LoggerFactory.get("BaseComponent"),this.clientConfig=ClientConfigService.getInstance(),this.telemetry=TelemetryService.getInstance(),this.reactiveOptions={watchStorePaths:[],watchOnlyStorePaths:[],autoDestroy:![],autoDestroyDelay:0,...e}}initialize({data:e,config:i}){var r;this.I=Object.freeze(e),this.D=Object.freeze({type:i.type,tagName:this.tagName.toLowerCase(),useShadowDom:null!==(r=null==i?void 0:i.useShadowDom)&&void 0!==r?r:![]}),this.initialized&&(this.setup(),this.triggerRender("initialize"))}interpolateStorePaths(e){return e.map(e=>this.interpolatePath(e))}interpolatePath(e){if("string"!=typeof e)return e;const i=/\{([^}]+)}/g;return e.replace(i,(i,r)=>{const s=this.I[r];return null==s?(this.logger.warn('Parameter "'+r+'" not found in component params for path "'+e+'"'),i):String(s)})}connectedCallback(){var e,i;try{if(this.isDestroyed)return;this.initialized=!![],this.container=this.D.useShadowDom?this.attachShadow({mode:this.clientConfig.isDevelopment()?"open":"closed"}):this,this.setup(),this.triggerRender("connected"),null===(e=this.connected)||void 0===e||e.call(this)}catch(r){this.logger.error("Component connectedCallback error in "+((null===(i=this.D)||void 0===i?void 0:i.tagName)||"unknown"),r),r instanceof Error&&this.captureComponentError(r,"connectedCallback")}}disconnectedCallback(){var e,i;try{this.cleanup(),null===(e=this.disconnected)||void 0===e||e.call(this)}catch(r){this.logger.error("Component disconnectedCallback error in "+((null===(i=this.D)||void 0===i?void 0:i.tagName)||"unknown"),r),r instanceof Error&&this.captureComponentError(r,"disconnectedCallback")}}setup(){var e,i,r;try{this.updateHostClasses(),this.updateHostAttributes(),null===(e=this.beforeSetupStoreWatchers)||void 0===e||e.call(this),this.setupStoreWatchers(),this.setupNonRenderingWatchers(),this.setupAutoDestroy(),null===(i=this.beforeConnected)||void 0===i||i.call(this)}catch(s){this.logger.error("Component setup error in "+((null===(r=this.D)||void 0===r?void 0:r.tagName)||"unknown"),s),s instanceof Error&&this.captureComponentError(s,"setup")}}cleanup(){this.isDestroyed=!![],this.renderTimeout&&cancelAnimationFrame(this.renderTimeout),this.autoDestroyTimeout&&clearTimeout(this.autoDestroyTimeout);for(const i of this.unsubscribers)try{i()}catch(e){this.logger.error("Cleanup error during component destruction",e),e instanceof Error&&this.captureComponentError(e,"cleanup")}this.unsubscribers=[]}setupAutoDestroy(){var e;if(!this.reactiveOptions.autoDestroy)return;let i=this.reactiveOptions.autoDestroyPath;if(!i&&(null===(e=this.reactiveOptions.watchStorePaths)||void 0===e?void 0:e.length)&&(i=this.reactiveOptions.watchStorePaths[0]),!i)return this.logger.warn("AutoDestroy enabled but no path specified and no watchStorePaths found"),void 0;const r=this.interpolatePath(i),s=this.store.watch(r,(e,i)=>{this.isDestroyed||void 0===e&&void 0!==i&&this.handleAutoDestroy(r)});this.unsubscribers.push(s),this.logger.debug("🔥 AutoDestroy enabled for "+this.D.tagName+" watching path: "+r)}handleAutoDestroy(e){var i;if(this.isDestroyed)return;this.logger.debug("🔥 AutoDestroy triggered for "+this.D.tagName+' - path "'+e+'" was removed'),null===(i=this.beforeAutoDestroy)||void 0===i||i.call(this,e);const r=this.reactiveOptions.autoDestroyDelay||0;r>0?this.autoDestroyTimeout=setTimeout(()=>{this.destroyComponent()},r):this.destroyComponent()}destroyComponent(){var e;if(!this.isDestroyed)try{null===(e=this.onAutoDestroy)||void 0===e?void 0:e.call(this),this.remove()}catch(i){this.logger.error("Error during auto-destroy of "+this.D.tagName,i),i instanceof Error&&this.captureComponentError(i,"auto-destroy")}}setupStoreWatchers(){var e;try{let e=this.reactiveOptions.watchStorePaths;if(!(null==e?void 0:e.length)||!this.I)return;e=this.interpolateStorePaths(e);const i=this.store.watchMany(e,e=>{var i,r;try{if(this.isDestroyed)return;const r=e.map(e=>e.path).join(", "),s="store:["+r+"]",a=null===(i=this.onStoreChanged)||void 0===i?void 0:i.call(this,e);a!==![]&&this.triggerRender(s)}catch(s){this.logger.error("Store watcher callback error in "+((null===(r=this.D)||void 0===r?void 0:r.tagName)||"unknown"),s),s instanceof Error&&this.captureComponentError(s,"storeWatcher")}});this.unsubscribers.push(i)}catch(i){this.logger.error("Store watchers setup error in "+((null===(e=this.D)||void 0===e?void 0:e.tagName)||"unknown"),i),i instanceof Error&&this.captureComponentError(i,"setupStoreWatchers")}}setupNonRenderingWatchers(){var e;try{let e=this.reactiveOptions.watchOnlyStorePaths;if(!(null==e?void 0:e.length)||!this.I)return;e=this.interpolateStorePaths(e);const i=this.store.watchMany(e,e=>{var i,r;try{if(this.isDestroyed)return;null===(i=this.onStoreWatch)||void 0===i?void 0:i.call(this,e)}catch(s){this.logger.error("Non-rendering watcher callback error in "+((null===(r=this.D)||void 0===r?void 0:r.tagName)||"unknown"),s),s instanceof Error&&this.captureComponentError(s,"nonRenderingWatcher")}});this.unsubscribers.push(i)}catch(i){this.logger.error("Non-rendering watchers setup error in "+((null===(e=this.D)||void 0===e?void 0:e.tagName)||"unknown"),i),i instanceof Error&&this.captureComponentError(i,"setupNonRenderingWatchers")}}triggerRender(e){this.lastRenderTrigger=e,this.scheduleRender()}scheduleRender(){this.renderScheduled||this.isDestroyed||(this.renderScheduled=!![],this.renderTimeout=requestAnimationFrame(()=>{this.render(),this.renderScheduled=![]}))}render(){var e,i;if(!this.initialized||this.isDestroyed)return;const r=performance.now();this.renderCount++;try{const i=this.template();"string"==typeof i&&(this.container.innerHTML=i),i instanceof HTMLElement&&safeReplaceChildren(this.container,i),Array.isArray(i)&&safeReplaceChildren(this.container,...i);const a=performance.now()-r;this.logRenderInfo(a);try{null===(e=this.afterRender)||void 0===e?void 0:e.call(this)}catch(s){this.logger.error("❌ afterRender hook error in "+this.D.tagName,s),s instanceof Error&&this.captureComponentError(s,"afterRender")}}catch(a){const e=performance.now()-r;this.logger.error("❌ Component render error in "+this.D.tagName,a),this.captureComponentError(a,"render",e),safeReplaceChildren(this.container,ComponentFactoryService.componentError({componentType:this.D.type,message:a instanceof Error?a.message:String(a)}));try{null===(i=this.onError)||void 0===i?void 0:i.call(this,a,"render")}catch(c){this.logger.error("❌ onError hook error in "+this.D.tagName,c)}}}logRenderInfo(e){const i=this.D.type,r=this.D.tagName,s=e>16?"🐌":e>8?"⚡":"🚀";this.logger.debug("Rendered "+s+" "+i+" </"+r+"> | #"+this.renderCount+" | "+e.toFixed(2)+"ms | "+this.lastRenderTrigger),e>16&&(this.logger.warn("⚠️ Slow render in "+i+"("+r+"): "+e.toFixed(2)+"ms triggered by "+this.lastRenderTrigger,{duration:e,threshold:16,componentType:i,tagName:r,renderTrigger:this.lastRenderTrigger,renderCount:this.renderCount}),this.telemetry.captureEvent("warn","Slow render: "+e.toFixed(2)+"ms",{context:"Component:"+r+":performance",component:{type:i,tagName:r,renderCount:this.renderCount,renderTrigger:this.lastRenderTrigger,renderDuration:e,useShadowDom:this.D.useShadowDom}}))}rerender(e){this.triggerRender(e?"manual:rerender:"+e:"manual:rerender()")}captureComponentError(e,i,r){if(this.telemetry.isEnabled())try{this.telemetry.captureEvent("error",e.message,{context:"Component:"+this.D.tagName+":"+i,component:{type:this.D.type,tagName:this.D.tagName,renderCount:this.renderCount,renderTrigger:this.lastRenderTrigger,renderDuration:r,useShadowDom:this.D.useShadowDom}})}catch(s){}}updateHostClasses(){const e=this.hostClasses;if(e.length>0){const i=e.filter(e=>e&&"string"==typeof e&&e.trim());i.length>0&&this.classList.add(...i)}}addHostClasses(...e){const i=e.filter(e=>e&&"string"==typeof e&&e.trim());i.length>0&&this.classList.add(...i)}removeHostClasses(...e){const i=e.filter(e=>e&&"string"==typeof e&&e.trim());i.length>0&&this.classList.remove(...i)}toggleHostClasses(...e){const i=e.filter(e=>e&&"string"==typeof e&&e.trim());for(const r of i)this.classList.toggle(r)}addHostAttribute(e,i){e&&"string"==typeof e&&i&&"string"==typeof i&&(this.setAttribute(e,String(i)),this.hostAttributes[e]=String(i))}removeHostAttribute(e){e&&"string"==typeof e&&(this.removeAttribute(e),delete this.hostAttributes[e])}updateHostAttributes(){const e=this.hostAttributes;for(const[i,r]of Object.entries(e))i&&"string"==typeof i&&r&&"string"==typeof r&&this.setAttribute(i,String(r))}get params(){return this.I}get config(){return this.themeProvider.getComponentConfig(this.D.type)}get elementConfig(){return this.D}getConfigs(e){return this.themeProvider.getConfigs(e)}getStoreValue(e){return this.store.get(e)}setStoreValue(e,i){return this.store.set(e,i)}watchStore(e,i){const r=this.store.watch(e,i);return this.unsubscribers.push(r),r}}class AddressComponent extends BaseComponent{constructor(){super({watchOnlyStorePaths:["address"]})}template(){var e;const i=null!==(e=this.params.options)&&void 0!==e?e:{};return ComponentFactoryService.createElement({type:s.ADDRESS_DISPLAY,isIndependentComponent:!![],options:i})}}class AddressDisplayComponent extends BaseComponent{get hostClasses(){return["address-display-container"]}constructor(){super({watchStorePaths:["address"]})}template(){var e,i,r,a;const c=this.getStoreValue("address"),l=null!==(e=this.params.isIndependentComponent)&&void 0!==e?e:![],h=null!==(i=this.params.productId)&&void 0!==i?i:"",p=null!==(r=this.params.options)&&void 0!==r?r:{},m=null!==(a=p.showLabel)&&void 0!==a?a:!![],f=[];if(m){const e=document.createElement("span");e.textContent="Delivers to:",f.push(e)}const g=document.createElement("button");g.type="button",g.textContent=c.formattedAddress||"Select an address";const v=c.formattedAddress?"Change delivery address, currently set to "+c.formattedAddress:"Select delivery address";return g.setAttribute("aria-label",v),g.addEventListener("click",async()=>{if(l)return this.commands.ui.openDrawer(s.ADDRESS_INPUT,{productId:h,isIndependentComponent:!![]}),void 0;!l&&h&&(this.clientConfig.isMobile()&&this.commands.ui.openDrawer(s.ADDRESS_INPUT,{productId:h}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(h,s.ADDRESS_INPUT,{productId:h}))}),f.push(g),f}}const ArrowRightIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="arrow-right-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M7.52794 2.86225C7.78829 2.6019 8.2104 2.6019 8.47075 2.86225L13.1374 7.52892C13.3978 7.78927 13.3978 8.21138 13.1374 8.47173L8.47075 13.1384C8.2104 13.3987 7.78829 13.3987 7.52794 13.1384C7.26759 12.878 7.26759 12.4559 7.52794 12.1956L11.0565 8.66699H3.33268C2.96449 8.66699 2.66602 8.36851 2.66602 8.00033C2.66602 7.63214 2.96449 7.33366 3.33268 7.33366H11.0565L7.52794 3.80506C7.26759 3.54471 7.26759 3.1226 7.52794 2.86225Z"/>\n </svg>\n '},BagIcon=({width:e=24,height:i=24,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 489 489" class="bag-icon '+r+'" style="'+a+'" data-fill-only>\n <path d="M440.1,422.7l-28-315.3c-0.6-7-6.5-12.3-13.4-12.3h-57.6C340.3,42.5,297.3,0,244.5,0s-95.8,42.5-96.6,95.1H90.3 c-7,0-12.8,5.3-13.4,12.3l-28,315.3c0,0.4-0.1,0.8-0.1,1.2c0,35.9,32.9,65.1,73.4,65.1h244.6c40.5,0,73.4-29.2,73.4-65.1 C440.2,423.5,440.2,423.1,440.1,422.7z M244.5,27c37.9,0,68.8,30.4,69.6,68.1H174.9C175.7,57.4,206.6,27,244.5,27z M366.8,462 H122.2c-25.4,0-46-16.8-46.4-37.5l26.8-302.3h45.2v41c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5v-41h139.3v41 c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5v-41h45.2l26.9,302.3C412.8,445.2,392.1,462,366.8,462z"/>\n </svg>\n'},CheckboxIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="checkbox-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8047 3.52885C14.0651 3.7892 14.0651 4.21131 13.8047 4.47166L6.4714 11.805C6.21106 12.0653 5.78894 12.0653 5.5286 11.805L2.19526 8.47166C1.93491 8.21131 1.93491 7.7892 2.19526 7.52885C2.45561 7.2685 2.87772 7.2685 3.13807 7.52885L6 10.3908L12.8619 3.52885C13.1223 3.2685 13.5444 3.2685 13.8047 3.52885Z"/>\n </svg>\n '},ChevronDownIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="'+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52827 5.52876C3.78862 5.26841 4.21073 5.26841 4.47108 5.52876L7.99967 9.05735L11.5283 5.52876C11.7886 5.26841 12.2107 5.26841 12.4711 5.52876C12.7314 5.78911 12.7314 6.21122 12.4711 6.47157L8.47108 10.4716C8.21073 10.7319 7.78862 10.7319 7.52827 10.4716L3.52827 6.47157C3.26792 6.21122 3.26792 5.78911 3.52827 5.52876Z" fill="#18181B"/>\n </svg>\n '},ChevronLeftIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="chevron-left-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4721 3.52864C10.7324 3.78899 10.7324 4.2111 10.4721 4.47145L6.94346 8.00004L10.4721 11.5286C10.7324 11.789 10.7324 12.2111 10.4721 12.4714C10.2117 12.7318 9.7896 12.7318 9.52925 12.4714L5.52925 8.47145C5.2689 8.2111 5.2689 7.78899 5.52925 7.52864L9.52925 3.52864C9.7896 3.26829 10.2117 3.26829 10.4721 3.52864Z"/>\n </svg>\n '},CloseIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="close-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52925 3.52864C3.7896 3.26829 4.21171 3.26829 4.47206 3.52864L8.00065 7.05723L11.5292 3.52864C11.7896 3.26829 12.2117 3.26829 12.4721 3.52864C12.7324 3.78899 12.7324 4.2111 12.4721 4.47145L8.94346 8.00004L12.4721 11.5286C12.7324 11.789 12.7324 12.2111 12.4721 12.4714C12.2117 12.7318 11.7896 12.7318 11.5292 12.4714L8.00065 8.94285L4.47206 12.4714C4.21171 12.7318 3.7896 12.7318 3.52925 12.4714C3.2689 12.2111 3.2689 11.789 3.52925 11.5286L7.05784 8.00004L3.52925 4.47145C3.2689 4.2111 3.2689 3.78899 3.52925 3.52864Z"/>\n </svg>\n '},ErrorInfoIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="error-info-icon '+r+'" style="'+a+'" data-fill-only>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00033 1.99996C4.68662 1.99996 2.00033 4.68625 2.00033 7.99996C2.00033 11.3137 4.68662 14 8.00033 14C11.314 14 14.0003 11.3137 14.0003 7.99996C14.0003 4.68625 11.314 1.99996 8.00033 1.99996ZM0.666992 7.99996C0.666992 3.94987 3.95024 0.666626 8.00033 0.666626C12.0504 0.666626 15.3337 3.94987 15.3337 7.99996C15.3337 12.05 12.0504 15.3333 8.00033 15.3333C3.95024 15.3333 0.666992 12.05 0.666992 7.99996ZM8.00033 4.66663C8.36852 4.66663 8.66699 4.9651 8.66699 5.33329V7.99996C8.66699 8.36815 8.36852 8.66663 8.00033 8.66663C7.63213 8.66663 7.33366 8.36815 7.33366 7.99996V5.33329C7.33366 4.9651 7.63213 4.66663 8.00033 4.66663ZM7.33366 10.6666C7.33366 10.2984 7.63213 9.99996 8.00033 9.99996H8.00699C8.37518 9.99996 8.67366 10.2984 8.67366 10.6666C8.67366 11.0348 8.37518 11.3333 8.00699 11.3333H8.00033C7.63213 11.3333 7.33366 11.0348 7.33366 10.6666Z"/>\n</svg>'},InfoIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="info-icon '+r+'" style="'+a+'" data-fill-only>\n <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>\n <path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>\n </svg>\n '},SearchIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s||"currentColor";return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="search-icon '+r+'">\n <path d="M14.0001 14L11.1335 11.1333M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z" fill="none" stroke="'+a+'" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>'},SuccessIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="success-icon '+r+'" style="'+a+'" data-fill-only>\n <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>\n </svg>\n '},TrashIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="trash-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M6.22157 2.22161C6.06513 2.37804 6.00016 2.55036 6.00016 2.66687V3.33354H10.0002V2.66687C10.0002 2.55036 9.93519 2.37804 9.77876 2.22161C9.62232 2.06517 9.45001 2.0002 9.3335 2.0002H6.66683C6.55032 2.0002 6.378 2.06517 6.22157 2.22161ZM11.3335 3.33354V2.66687C11.3335 2.11672 11.0651 1.62236 10.7216 1.2788C10.378 0.935235 9.88365 0.66687 9.3335 0.66687H6.66683C6.11668 0.66687 5.62232 0.935235 5.27876 1.2788C4.93519 1.62236 4.66683 2.11672 4.66683 2.66687V3.33354H2.00016C1.63197 3.33354 1.3335 3.63201 1.3335 4.0002C1.3335 4.36839 1.63197 4.66687 2.00016 4.66687H2.66683V13.3335C2.66683 13.8837 2.93519 14.378 3.27876 14.7216C3.62232 15.0652 4.11668 15.3335 4.66683 15.3335H11.3335C11.8837 15.3335 12.378 15.0652 12.7216 14.7216C13.0651 14.378 13.3335 13.8837 13.3335 13.3335V4.66687H14.0002C14.3684 4.66687 14.6668 4.36839 14.6668 4.0002C14.6668 3.63201 14.3684 3.33354 14.0002 3.33354H11.3335ZM4.00016 4.66687V13.3335C4.00016 13.45 4.06513 13.6224 4.22157 13.7788C4.378 13.9352 4.55032 14.0002 4.66683 14.0002H11.3335C11.45 14.0002 11.6223 13.9352 11.7788 13.7788C11.9352 13.6224 12.0002 13.45 12.0002 13.3335V4.66687H4.00016ZM6.66683 6.66687C7.03502 6.66687 7.3335 6.96535 7.3335 7.33354V11.3335C7.3335 11.7017 7.03502 12.0002 6.66683 12.0002C6.29864 12.0002 6.00016 11.7017 6.00016 11.3335V7.33354C6.00016 6.96535 6.29864 6.66687 6.66683 6.66687ZM9.3335 6.66687C9.70169 6.66687 10.0002 6.96535 10.0002 7.33354V11.3335C10.0002 11.7017 9.70169 12.0002 9.3335 12.0002C8.96531 12.0002 8.66683 11.7017 8.66683 11.3335V7.33354C8.66683 6.96535 8.96531 6.66687 9.3335 6.66687Z"/>\n </svg>\n '},WarningIcon=({width:e=16,height:i=16,className:r="",color:s=null})=>{const a=s?"--icon-color: "+s:"";return'\n <svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+i+'" viewBox="0 0 16 16" class="warning-icon '+r+'" style="'+a+'" data-fill-only>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99984 2.00033C4.68613 2.00033 1.99984 4.68662 1.99984 8.00033C1.99984 11.314 4.68613 14.0003 7.99984 14.0003C11.3135 14.0003 13.9998 11.314 13.9998 8.00033C13.9998 4.68662 11.3135 2.00033 7.99984 2.00033ZM0.666504 8.00033C0.666504 3.95024 3.94975 0.666992 7.99984 0.666992C12.0499 0.666992 15.3332 3.95024 15.3332 8.00033C15.3332 12.0504 12.0499 15.3337 7.99984 15.3337C3.94975 15.3337 0.666504 12.0504 0.666504 8.00033ZM7.99984 4.66699C8.36803 4.66699 8.6665 4.96547 8.6665 5.33366V8.00033C8.6665 8.36852 8.36803 8.66699 7.99984 8.66699C7.63165 8.66699 7.33317 8.36852 7.33317 8.00033V5.33366C7.33317 4.96547 7.63165 4.66699 7.99984 4.66699ZM7.33317 10.667C7.33317 10.2988 7.63165 10.0003 7.99984 10.0003H8.0065C8.37469 10.0003 8.67317 10.2988 8.67317 10.667C8.67317 11.0352 8.37469 11.3337 8.0065 11.3337H7.99984C7.63165 11.3337 7.33317 11.0352 7.33317 10.667Z"/>\n </svg>\n '};class AddressInputComponent extends BaseComponent{constructor(){super({watchStorePaths:["address"]}),this.suggestions=[],this.error=null,this.selectedAddress=null,this.minSearchLength=3,this.isIndependentComponent=()=>{var e;return null!==(e=this.params.isIndependentComponent)&&void 0!==e?e:![]},this.handleInputChange=e=>{const i=e.target,r=i.value.trim();this.searchTimeout&&clearTimeout(this.searchTimeout),this.selectedAddress=null,this.error=null,this.updateErrorDisplay();const s=/^\d/.test(r);if(r.length<this.minSearchLength||!s)return this.suggestions=[],this.hideSuggestions(),void 0;this.searchTimeout=setTimeout(async()=>{await this.searchAddresses(r)},300)},this.closeDrawer=async()=>{const e=this.params.productId,i=this.clientConfig.isMobile(),r=this.isIndependentComponent();(i||r)&&this.commands.ui.closeDrawer(),!i&&e&&await this.commands.product.closeProductDrawer(e)},this.handleCancel=async()=>{try{await this.closeDrawer(),this.suggestions=[],this.error=null,this.hideSuggestions(),this.updateErrorDisplay()}catch(U){this.logger.error("Address edit cancellation failed",U)}},this.handleCheckAvailability=async()=>{if(!this.selectedAddress)return this.error="Please select a valid address first",this.updateErrorDisplay(),this.showSuggestions(),void 0;try{this.error=null,this.updateErrorDisplay();const e=this.getStoreValue("address"),i=(null==e?void 0:e.coordinates.lat)!==this.selectedAddress.coordinates.lat||(null==e?void 0:e.coordinates.long)!==this.selectedAddress.coordinates.long;i&&await this.commands.address.setSelectedAddress(this.selectedAddress),await this.closeDrawer()}catch(e){this.logger.error("Address selection and availability check failed",e),this.error="Failed to update address. Please try again.",this.updateErrorDisplay()}},this.handleSuggestionClick=async e=>{const i=e.currentTarget.dataset.suggestionId;if(i)try{this.error=null,this.updateErrorDisplay();const e=await this.commands.address.getAddressDetails(i);if(0===Object.keys(e).length)return this.error="No details found for the selected address.",this.updateErrorDisplay(),void 0;this.selectedAddress={id:i,address:e.address,coordinates:e.coords,formattedAddress:e.formattedAddress},this.inputElement.value=this.selectedAddress.formattedAddress,this.hideSuggestions()}catch(r){this.logger.error("Address details retrieval failed",r),this.error="Failed to get address details. Please try again.",this.updateErrorDisplay()}},this.handleDocumentClick=e=>{this.container.contains(e.target)||this.hideSuggestions()}}get hostClasses(){return["address-input-container"]}beforeConnected(){const e=this.getStoreValue("address");(null==e?void 0:e.formattedAddress)&&(this.selectedAddress=e)}async searchAddresses(e){try{this.error=null,this.updateErrorDisplay(),this.showSuggestions();const i=await this.commands.address.searchAddresses(e);this.suggestions=i.slice(0,5),this.updateSuggestionsDisplay(),this.showSuggestions()}catch(i){this.logger.error("Address search operation failed",i),this.error="Failed to search addresses. Please try again.",this.suggestions=[],this.updateErrorDisplay(),this.updateSuggestionsDisplay()}}updateErrorDisplay(){if(!this.errorContainer)return;if(!this.error)return this.errorContainer.style.display="none",void 0;this.errorContainer.style.display="block";const e=this.errorContainer.querySelector(".error-text");e&&(e.textContent=this.error)}updateSuggestionsDisplay(){if(this.suggestionsContainer){if(this.suggestionsContainer.innerHTML="",0===this.suggestions.length){const e=this.createElement("li",{className:"suggestion-item no-suggestions",textContent:"No matching address found."});return this.suggestionsContainer.appendChild(e),void 0}for(const e of this.suggestions){const i=this.createElement("li",{className:"suggestion-item"}),r=this.createElement("span",{textContent:e.description});i.appendChild(r),i.setAttribute("data-suggestion-id",e.id),i.setAttribute("role","option"),i.setAttribute("aria-label","Select address: "+e.description),i.setAttribute("tabindex","0"),i.addEventListener("click",this.handleSuggestionClick),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),i.click())}),this.suggestionsContainer.appendChild(i)}}}showSuggestions(){this.suggestionsContainer&&(this.suggestionsContainer.classList.remove("hide"),this.suggestionsContainer.classList.add("show")),this.inputElement&&this.inputElement.setAttribute("aria-expanded","true"),this.inputContainer&&this.inputContainer.classList.add("suggestions-expanded")}hideSuggestions(){this.suggestionsContainer&&(this.suggestionsContainer.classList.remove("show"),this.suggestionsContainer.classList.add("hide")),this.inputElement&&this.inputElement.setAttribute("aria-expanded","false"),this.inputContainer&&this.inputContainer.classList.remove("suggestions-expanded")}createElement(e,i){const r=document.createElement(e);return i&&Object.assign(r,i),r}createErrorContainer(){const e=this.createElement("div",{className:"error-message"});e.style.display="none",e.setAttribute("role","alert"),e.setAttribute("aria-live","assertive"),e.setAttribute("aria-atomic","true");const i=this.createElement("span",{className:"error-icon",textContent:"⚠️"}),r=this.createElement("span",{className:"error-text"});return e.appendChild(i),e.appendChild(r),e}createCheckButton(){const e=this.createElement("button",{type:"button",className:"primary-button",textContent:"Save"});return e.setAttribute("aria-label","Save and check address availability"),e.addEventListener("click",this.handleCheckAvailability),e}createCancelButton(){const e=this.createElement("button",{type:"button",className:"secondary-button",textContent:"Cancel"});return e.setAttribute("aria-label","Cancel address selection"),e.addEventListener("click",this.handleCancel),e}template(){var e,i,r;const s=this.getConfigs("global"),a=null!==(e=this.params.options)&&void 0!==e?e:{},c=null!==(i=a.showLabel)&&void 0!==i?i:!![];if(this.inputContainer=this.createElement("div",{className:"input-section"}),c){const e=this.createElement("h2",{className:"input-title",textContent:"Enter delivery address"});this.inputContainer.appendChild(e)}const l=this.createElement("div",{className:"input-wrapper "+s.layout.inputFieldStyle});this.inputElement=this.createElement("input",{type:"text",id:"address-input",className:"input-field",value:(null===(r=this.selectedAddress)||void 0===r?void 0:r.formattedAddress)||"",autocomplete:"off",placeholder:"Enter an address"}),this.inputElement.setAttribute("role","combobox"),this.inputElement.setAttribute("aria-label","Enter delivery address"),this.inputElement.setAttribute("aria-autocomplete","list"),this.inputElement.setAttribute("aria-controls","address-suggestions"),this.inputElement.setAttribute("aria-expanded","false"),this.inputElement.setAttribute("aria-haspopup","listbox"),this.inputElement.addEventListener("input",this.handleInputChange),l.appendChild(this.inputElement);const h=this.createElement("span");h.className="input-icon",h.innerHTML=SearchIcon({width:16,height:16,className:""}),l.appendChild(h),this.inputContainer.appendChild(l),this.suggestionsContainer=this.createElement("ul",{className:"suggestions-list hide"}),this.suggestionsContainer.setAttribute("id","address-suggestions"),this.suggestionsContainer.setAttribute("role","listbox"),this.suggestionsContainer.setAttribute("aria-label","Address suggestions"),this.inputContainer.appendChild(this.suggestionsContainer),this.errorContainer=this.createErrorContainer();const p=this.createElement("span",{className:"privacy-notice",textContent:"This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply."}),m=[this.inputContainer,p,this.errorContainer],f=this.createElement("div",{className:"action-buttons"}),g=this.createCancelButton();f.appendChild(g);const v=this.createCheckButton();return f.appendChild(v),m.push(f),document.addEventListener("click",this.handleDocumentClick),m}disconnected(){this.searchTimeout&&clearTimeout(this.searchTimeout),document.removeEventListener("click",this.handleDocumentClick)}}class CartComponent extends BaseComponent{get hostClasses(){const e=["cart-container"];return this.params.isIndependentComponent&&!this.clientConfig.isBuilder()&&e.push("cart-no-header"),this.params.isIndependentComponent&&e.push("independent"),e}constructor(){super({watchStorePaths:["cart.rerender"]})}template(){const e=[],i=this.params.isIndependentComponent&&!this.clientConfig.isBuilder();if(!i){const i=ComponentFactoryService.createElement({type:s.CART_HEADER});e.push(i)}const r=ComponentFactoryService.createElement({type:s.CART_BODY});e.push(r);const a=ComponentFactoryService.createElement({type:s.CART_FOOTER});return e.push(a),e}}class CartBodyComponent extends BaseComponent{get hostClasses(){return["cart-body"]}constructor(){super({watchStorePaths:["cart.retailers","cart.loading"]})}createEmptyCartElement(){const e=document.createElement("div");e.className="empty-cart-container";const i=document.createElement("h3");return i.className="empty-cart-content",i.textContent="Your cart is empty",e.appendChild(i),e}createLoadingElement(){const e=document.createElement("div");return e.setAttribute("data-component-type","cart-body-loading"),e.innerHTML=this.loadingTemplate(),e}loadingTemplate(){return'\n <div class="cart-loading-backdrop">\n <div class="cart-loading-spinner-container">\n <div class="cart-loading-spinner">\n <svg class="cart-spinner" width="50" height="50" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n </div>\n </div>\n </div>\n '}createRetailerElement(e){try{return ComponentFactoryService.createElement({type:s.CART_RETAILER,retailerId:e.id})}catch(i){return this.logger.error("Cart retailer component creation failed",i),document.createElement("div")}}getRetailerElementById(e){return this.container.querySelector('[data-retailer-id="'+e+'"]')}getLoadingElement(){return this.container.querySelector('[data-component-type="cart-body-loading"]')}showEmptyCartState(){this.container.innerHTML="";const e=this.createEmptyCartElement();this.container.appendChild(e),this.setupEmptyCartListeners()}addLoadingOverlay(){const e=this.getLoadingElement();if(!e){const e=this.createLoadingElement();this.container.appendChild(e)}}removeLoadingOverlay(){const e=this.getLoadingElement();e&&e.remove()}setupEmptyCartListeners(){const e=this.container.querySelector('[data-action="continue-shopping"]');e&&e.addEventListener("click",()=>{this.commands.ui.closeDrawer()})}addRetailerElement(e,i){const r=this.createRetailerElement(i);r.setAttribute("data-retailer-id",e),this.container.appendChild(r)}removeRetailerElement(e){const i=this.getRetailerElementById(e);i&&i.remove()}updateRetailerElement(e,i){const r=this.getRetailerElementById(e);if(r){const s=this.createRetailerElement(i);s.setAttribute("data-retailer-id",e),r.replaceWith(s)}}hasRetailerDataChanged(e,i){return e?![]:!![]}getValidRetailers(e){if(!e)return{};const i={};for(const[r,s]of Object.entries(e))s&&"object"==typeof s&&s.id&&(i[r]=s);return i}getValidRetailerIds(e){const i=this.getValidRetailers(e);return new Set(Object.keys(i))}onStoreChanged(e){const i=e.find(e=>"cart.retailers"===e.path),r=e.find(e=>"cart.loading"===e.path);if(i){const e=this.getValidRetailers(i.oldValue),r=this.getValidRetailers(i.value),s=this.getValidRetailerIds(i.oldValue),a=this.getValidRetailerIds(i.value),c=s.size,l=a.size,h=this.getValidRetailers(this.getStoreValue("cart.retailers")),p=Object.keys(h).length;if(l>0&&0===p)return this.showEmptyCartState(),![];if(this.removeLoadingOverlay(),0===c&&l>0){this.container.innerHTML="";for(const[e,i]of Object.entries(r))this.addRetailerElement(e,i)}else if(c>0&&0===l)this.showEmptyCartState();else if(l>0){for(const e of s)a.has(e)||this.removeRetailerElement(e);for(const i of a){const a=r[i],c=e[i];s.has(i)?this.hasRetailerDataChanged(c,a)&&this.updateRetailerElement(i,a):this.addRetailerElement(i,a)}}else 0===c&&0===l&&this.showEmptyCartState()}if(r){const e=r.value,i=r.oldValue;e!==i&&(e?this.addLoadingOverlay():this.removeLoadingOverlay())}return r||i,![]}afterRender(){this.setupEmptyCartListeners();const e=this.getStoreValue("cart.loading");e&&this.addLoadingOverlay()}template(){const e=this.getStoreValue("cart.retailers")||{},i=Object.values(e);if(0===i.length)return this.createEmptyCartElement();const r=[];for(const s of i){const e=this.createRetailerElement(s);e.setAttribute("data-retailer-id",s.id),r.push(e)}return r}}class CartFooterComponent extends BaseComponent{get hostClasses(){return["cart-footer"]}constructor(){super({watchOnlyStorePaths:["cart.items","cart.totals","cart.fulfillments","cart.loading","cart.retailers"]})}onStoreWatch(e){const i=e.some(e=>e.path.includes("cart.items")),r=e.some(e=>e.path.includes("cart.totals")),s=e.some(e=>e.path.includes("cart.fulfillments")),a=e.some(e=>"cart.loading"===e.path),c=e.some(e=>e.path.includes("cart.retailers"));if(i&&this.updateSubtotalItemsCount(),r&&this.subtotalPrice){const e=this.getStoreValue("cart.totals");this.subtotalPrice.textContent=""+formatCentToDollarText(e.subtotal+e.engravingFee-e.discounts)}(s||r||a||i||c)&&this.updateCheckoutButtonState()}afterRender(){this.updateSubtotalItemsCount(),this.updateCheckoutButtonState()}isAnythingLoading(){const e=this.getStoreValue("cart.loading");if(e)return!![];const i=this.getStoreValue("cart.items")||{},r=Object.values(i).some(e=>e.updating);if(r)return!![];const s=this.getStoreValue("cart.fulfillments")||{},a=Object.values(s).some(e=>e.updating);if(a)return!![];const c=this.getStoreValue("cart.retailers")||{},l=Object.values(c).some(e=>e.updating);return l?!![]:![]}hasUnmetMinimum(e){var i;const r=e.subtotal;if(e.type===a.SHIPPING){const s=e.fees;if((null===(i=s.individual)||void 0===i?void 0:i.active)&&s.individual.min>0&&r<s.individual.min)return!![]}if(e.type===a.ON_DEMAND){const i=e.fees;if(i.min>0&&r<i.min)return!![]}return![]}shouldDisableCheckout(){const e=this.getStoreValue("cart.fulfillments")||{};return Object.values(e).some(e=>this.hasUnmetMinimum(e))}updateCheckoutButtonState(){const e=this.getStoreValue("cart.items")||{},i=Object.keys(e).length>0;if(this.checkoutButton){const e=this.isAnythingLoading(),r=this.shouldDisableCheckout(),s=e||r||!i;this.checkoutButton.disabled=s,this.checkoutButton.classList.toggle("checkout-btn-disabled",s),this.checkoutButton.classList.toggle("loading",e)}}updateSubtotalItemsCount(){const e=this.getStoreValue("cart.items"),i=Object.values(e).reduce((e,i)=>e+i.quantity,0);this.subtotalText&&(this.subtotalText.textContent="Subtotal ("+i+" item"+(1!==i?"s":"")+"):")}async handleCheckout(e){return this.clientConfig.isBuilder()?(e.preventDefault(),this.logger.info("Cart Go To Checkout Button Is Disabled In Builder Mode"),void 0):this.isAnythingLoading()||this.shouldDisableCheckout()?(e.preventDefault(),void 0):(await this.commands.cart.handleGoToCheckout(),void 0)}template(){const e=this.getConfigs("global"),i=this.getStoreValue("cart.totals"),r=[],a=document.createElement("div");a.className="cart-footer-header";const c=document.createElement("div");c.className="cart-footer-items-price",this.subtotalText=document.createElement("span"),this.subtotalText.className="subtotal-text",this.subtotalText.textContent="Subtotal (0 items):",c.appendChild(this.subtotalText),this.subtotalPrice=document.createElement("span"),this.subtotalPrice.className="subtotal-price",this.subtotalPrice.textContent=formatCentToDollarText(i.subtotal+i.engravingFee-i.discounts),c.appendChild(this.subtotalPrice);const l=document.createElement("p");if(l.textContent="Taxes & fees will be calculated at checkout",l.className="taxes-fees-info",a.appendChild(c),a.appendChild(l),r.push(a),e.layout.allowPromoCodes){const e=ComponentFactoryService.createElement({type:s.CART_PROMO_CODE});r.push(e)}const h=ComponentFactoryService.createElement({type:s.ALERT,errorStorePath:"cart.events",fromEvents:!![],showFirstEvent:![]});if(r.push(h),this.checkoutButton=document.createElement("button"),this.checkoutButton.type="button",this.checkoutButton.className="checkout-button",this.checkoutButton.setAttribute("aria-label","Go to checkout"),this.checkoutButton.textContent=this.config.layout.goToCheckoutButtonText||"Go to Checkout",this.checkoutButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleCheckout(e)}),this.checkoutButton.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.handleCheckout(e))}),r.push(this.checkoutButton),e.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:s.POWERED_BY,context:"general"});r.push(e)}return r}}const shouldShowMinimumPurchaseAlert=(e,i=![])=>{var r,s;const c=e.subtotal;if(e.type===a.SHIPPING){const a=e.fees;if(i&&(null===(r=a.pack)||void 0===r?void 0:r.active)&&a.pack.min>0&&c<a.pack.min)return!![];if(!i&&(null===(s=a.individual)||void 0===s?void 0:s.active)&&a.individual.min>0&&c<a.individual.min)return!![]}else if(e.type===a.ON_DEMAND){const i=e.fees;if(i.min>0&&c<i.min)return!![]}return![]},getMinimumPurchaseMessage=(e,i=![])=>{var r,s;const c=e.subtotal;if(e.type===a.SHIPPING){const a=e.fees;let l=0;if(i&&(null===(r=a.pack)||void 0===r?void 0:r.active)&&a.pack.min>0?l=a.pack.min:(null===(s=a.individual)||void 0===s?void 0:s.active)&&a.individual.min>0&&(l=a.individual.min),l>0&&c<l)return{message:"+"+formatCentToDollarText(l-c)+" needed for order minimum",type:"warning"}}if(e.type===a.ON_DEMAND){const i=e.fees,r=i.min>0?i.min:0;if(r>0&&c<r)return{message:"+"+formatCentToDollarText(r-c)+" needed for order minimum",type:"warning"}}return{message:"",type:"warning"}},hasUnmetMinimum=(e,i=![])=>{var r,s;const c=e.subtotal;if(e.type===a.SHIPPING){const a=e.fees;if(i&&(null===(r=a.pack)||void 0===r?void 0:r.active)&&a.pack.min>0&&c<a.pack.min)return!![];if(!i&&(null===(s=a.individual)||void 0===s?void 0:s.active)&&a.individual.min>0&&c<a.individual.min)return!![]}if(e.type===a.ON_DEMAND){const i=e.fees;if(i.min>0&&c<i.min)return!![]}return![]};class PurchaseMinAlertComponent extends BaseComponent{get hostClasses(){return["alert","alert-"+this.params.messageType]}getIconElement(){const e=this.config||{};if(e.showIcon===![])return null;const i={warning:"warning",success:"success",info:"info"},r={warning:WarningIcon,success:SuccessIcon,info:InfoIcon},s=i[this.params.messageType]||"warning",a=document.createElement("div");return a.className="alert-icon alert-icon-"+this.params.messageType,a.appendChild(htmlStringToElement(r[s]({width:16,height:16,className:"alert-icon-svg"}))),a}template(){var e;const i=[],r=this.getIconElement();r&&i.push(r);const s=document.createElement("span");if(s.className="alert-message",s.textContent=this.params.message,i.push(s),"detailed"===(null===(e=this.config)||void 0===e?void 0:e.alertType)&&this.params.currentTotal){const e=document.createElement("div");e.className="alert-details";const r=document.createElement("small");r.className="alert-details-text",r.textContent="Current subtotal: "+formatCentToDollarText(this.params.currentTotal),e.appendChild(r),i.push(e)}return i}}class CartFulfillmentComponent extends BaseComponent{get hostClasses(){return["retailer-fulfillment-container"]}constructor(){super({watchStorePaths:["cart.fulfillments.{fulfillmentId}","cart.items"],autoDestroy:!![],autoDestroyPath:"cart.fulfillments.{fulfillmentId}"})}getFulfillmentId(){return this.params.fulfillmentId}getProductStore(){const e=this.getFulfillmentId(),i=this.getStoreValue("cart.fulfillments."+e+".items")||{};return Object.values(i).find(i=>i.fulfillmentId===e)}handleItemsUpdate(e,i){const r=new Set(e||[]),a=new Set(i||[]);for(const s of r)if(!a.has(s)){const e=this.container.querySelector('[data-item-id="'+s+'"]');e&&e.remove()}for(const c of a)if(!r.has(c)){const e=ComponentFactoryService.createElement({type:s.CART_ITEM,itemId:c});e.setAttribute("data-item-id",c),this.container.appendChild(e)}}setupItemElements(){const e=this.getFulfillmentId(),i=this.getStoreValue("cart.fulfillments."+e+".items")||[],r=this.container.querySelectorAll("[data-item-id]");for(const s of r)s.remove();for(const a of i){const e=ComponentFactoryService.createElement({type:s.CART_ITEM,itemId:a});e.setAttribute("data-item-id",a),this.container.appendChild(e)}}setupMinimumPurchaseAlert(){var e;const i=this.getFulfillmentId(),r=(null===(e=this.getProductStore())||void 0===e?void 0:e.pack)||![],a=this.getStoreValue("cart.fulfillments."+i),c=this.container.querySelector('[data-component-type="cart-retailer-alert"]');if(c&&c.remove(),shouldShowMinimumPurchaseAlert(a,r)){const e=getMinimumPurchaseMessage(a,r),i=ComponentFactoryService.createElement({type:s.PURCHASE_MIN_ALERT,message:e.message,messageType:e.type,currentTotal:a.subtotal,config:{showIcon:!![],alertType:"minimal"}});i.setAttribute("data-component-type","cart-retailer-alert"),this.container.prepend(i)}}createLoadingOverlay(){const e=document.createElement("div");e.className="cart-loading-backdrop",e.setAttribute("data-loading-id","fulfillment-loading-overlay");const i=document.createElement("div");i.className="cart-loading-spinner-container";const r=document.createElement("div");return r.className="cart-loading-spinner",r.innerHTML='\n <svg class="cart-spinner" width="32" height="32" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n ',i.appendChild(r),e.appendChild(i),e}hasLoadingOverlay(){return!!this.container.querySelector('[data-loading-id="fulfillment-loading-overlay"]')}showLoadingOverlay(){if(this.hasLoadingOverlay())return;const e=this.createLoadingOverlay();this.container.appendChild(e),this.container instanceof HTMLElement&&(this.container.style.position="relative")}hideLoadingOverlay(){const e=this.container.querySelector('[data-loading-id="fulfillment-loading-overlay"]');e&&(e.remove(),this.container instanceof HTMLElement&&(this.container.style.position=""))}isAnyItemUpdating(){var e;const i=this.getFulfillmentId(),r=this.getStoreValue("cart.fulfillments."+i);return(null===(e=null==r?void 0:r.items)||void 0===e?void 0:e.length)?r.items.some(e=>{const i=this.getStoreValue("cart.items."+e);return(null==i?void 0:i.updating)===!![]}):![]}checkAndUpdateLoadingState(){const e=this.isAnyItemUpdating(),i=this.hasLoadingOverlay();e&&!i?this.showLoadingOverlay():!e&&i&&this.hideLoadingOverlay()}onStoreChanged(e){const i=this.getFulfillmentId(),r="cart.fulfillments."+i,s=e.find(e=>e.path===r),a=e.filter(e=>"cart.items"===e.path||e.path.startsWith("cart.items."));if(a.length>0&&this.checkAndUpdateLoadingState(),s){const e=s.oldValue,i=s.value,r=(null==e?void 0:e.items)||[],a=(null==i?void 0:i.items)||[],c=JSON.stringify(r)!==JSON.stringify(a);c&&(this.handleItemsUpdate(r,a),this.checkAndUpdateLoadingState());const l=this.hasFulfillmentFeesChanged(e,i),h=this.hasFulfillmentDataChanged(e,i,["items","updating"]);if(l&&!h&&this.setupMinimumPurchaseAlert(),!h)return![]}return![]}hasFulfillmentFeesChanged(e,i){return e?e.subtotal!==i.subtotal||e.shippingFee!==i.shippingFee||e.deliveryFee!==i.deliveryFee||JSON.stringify(e.fees)!==JSON.stringify(i.fees):!![]}hasFulfillmentDataChanged(e,i,r=[]){if(!e)return!![];const s=["type","canEngrave","retailerId"];for(const a of s)if(!r.includes(a)&&e[a]!==i[a])return!![];return![]}afterRender(){this.setupItemElements(),this.setupMinimumPurchaseAlert(),this.checkAndUpdateLoadingState()}disconnected(){this.hideLoadingOverlay()}template(){return[]}}const yt={CT:"America/New_York",DE:"America/New_York",FL:"America/New_York",GA:"America/New_York",IN:"America/New_York",KY:"America/New_York",ME:"America/New_York",MD:"America/New_York",MA:"America/New_York",MI:"America/New_York",NH:"America/New_York",NJ:"America/New_York",NY:"America/New_York",NC:"America/New_York",OH:"America/New_York",PA:"America/New_York",RI:"America/New_York",SC:"America/New_York",TN:"America/New_York",VT:"America/New_York",VA:"America/New_York",WV:"America/New_York",AL:"America/Chicago",AR:"America/Chicago",IL:"America/Chicago",IA:"America/Chicago",KS:"America/Chicago",LA:"America/Chicago",MN:"America/Chicago",MS:"America/Chicago",MO:"America/Chicago",NE:"America/Chicago",ND:"America/Chicago",OK:"America/Chicago",SD:"America/Chicago",TX:"America/Chicago",WI:"America/Chicago",AZ:"America/Phoenix",CO:"America/Denver",ID:"America/Denver",MT:"America/Denver",NV:"America/Los_Angeles",NM:"America/Denver",UT:"America/Denver",WY:"America/Denver",CA:"America/Los_Angeles",OR:"America/Los_Angeles",WA:"America/Los_Angeles",AK:"America/Anchorage",HI:"Pacific/Honolulu"},bt="America/New_York";function detectUserTimezone(e){try{if(e){const i=e.toUpperCase(),r=yt[i];return r||bt}return Intl.DateTimeFormat().resolvedOptions().timeZone}catch(i){return bt}}function getCurrentTimeInTimezone(e){try{const i=new Date,r=i.getTime(),s=6e4*i.getTimezoneOffset(),a=new Date(r+s),c=new Date(a.toLocaleString("en-US",{timeZone:e})),l=a.getTime()-c.getTime();return new Date(r+l)}catch(i){return new Date}}function getCurrentTimeInUserTimezone(e){const i=detectUserTimezone(e);return getCurrentTimeInTimezone(i)}function isDateTimeInRange(e){const{startDate:i,endDate:r,addressState:s}=e;try{const e=getCurrentTimeInUserTimezone(s),a=!i||e>=new Date(i),c=!r||e<=new Date(r);return a&&c}catch(a){return![]}}function filterActiveItems(e,i){return e.filter(e=>isDateTimeInRange({startDate:e.activeFrom,endDate:e.activeUntil,addressState:i}))}function hasActiveItems(e,i){return filterActiveItems(e,i).length>0}class CartHeaderComponent extends BaseComponent{get hostClasses(){return["cart-header"]}template(){var e,i,r;const a=this.config.layout.drawerHeaderText,c=this.getConfigs("global"),l=document.createElement("div");l.className="cart-header-content";const h=document.createElement("h2");h.className="cart-title",h.textContent=a,l.appendChild(h);const p=document.createElement("button");p.type="button",p.className="cart-header-close-btn",p.innerHTML=CloseIcon({width:16,height:16}),p.setAttribute("aria-label","Close cart drawer"),p.addEventListener("click",()=>{this.commands.ui.closeDrawer()}),l.appendChild(p);const m=this.clientConfig.get("promoTicker"),f=null!==(i=null===(e=null==c?void 0:c.experienceFeatures)||void 0===e?void 0:e.promoTicker)&&void 0!==i?i:[],g=null!=m?m:f,v=this.store.get("address"),b=hasActiveItems(g,null===(r=null==v?void 0:v.address)||void 0===r?void 0:r.state);if(!g.length||!b)return[l];const x=ComponentFactoryService.createElement({context:"cart",type:s.PROMO_CODE_TICKER,tickers:g});return[l,x]}}class CartItemComponent extends BaseComponent{get hostClasses(){return["cart-item-container"]}get hostAttributes(){return{"data-item-id":this.params.itemId}}constructor(){super({watchStorePaths:["cart.items.{itemId}"],autoDestroy:!![],autoDestroyPath:"cart.items.{itemId}"})}handleOpenEngravingForm(e,i){var r,a,c,l,h,p,m,f,g,v;this.commands.ui.openDrawer(s.ENGRAVING_FORM,{identifier:e,context:"cart",lines:(null===(a=null===(r=i.attributes)||void 0===r?void 0:r.engraving)||void 0===a?void 0:a.lines)||[],maxLines:(null===(l=null===(c=i.attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.maxLines)||1,maxCharsPerLine:(null===(p=null===(h=i.attributes)||void 0===h?void 0:h.engraving)||void 0===p?void 0:p.maxCharsPerLine)||16,fee:(null===(f=null===(m=i.attributes)||void 0===m?void 0:m.engraving)||void 0===f?void 0:f.fee)||0,location:null===(v=null===(g=i.attributes)||void 0===g?void 0:g.engraving)||void 0===v?void 0:v.location})}template(){var e,i,r,a,c,l,h,p,m;const f=this.params.itemId,g=this.getStoreValue("cart.items."+f),v=this.getConfigs("global"),b=this.getStoreValue("cart.fulfillments."+g.fulfillmentId),x=g.attributes.engraving.hasEngraving?"Ships in 10 days":(null===(e=null==b?void 0:b.expectation)||void 0===e?void 0:e.detail)||"",w=document.createElement("article");w.className="cart-item";const C=document.createElement("div");C.className="item-image";const k=document.createElement("img");k.src=g.mainImage,k.alt=g.name,C.appendChild(k);const S=document.createElement("div");S.className="item-details";const E=document.createElement("div");E.className="item-header";const _=document.createElement("h3");_.className="item-title",_.textContent=g.name;const P=document.createElement("button");P.className="item-delete",P.innerHTML=TrashIcon({}),P.setAttribute("role","button"),P.setAttribute("tabindex","0"),P.setAttribute("aria-label","Remove "+g.name+" from cart"),P.setAttribute("aria-expanded","true"),P.addEventListener("click",async()=>{await this.commands.cart.removeItem(f)}),P.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.commands.cart.removeItem(f))}),E.appendChild(_),E.appendChild(P);const T=document.createElement("div");T.className="item-specs",T.textContent=g.size+", "+g.container;const D=document.createElement("div");D.className="item-shipping-container";const F=document.createElement("div");if(F.className="item-shipping",F.textContent=x,D.appendChild(F),v.layout.enablePersonalization&&(null===(r=null===(i=null==g?void 0:g.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.isEngravable)&&(null===(c=null===(a=null==g?void 0:g.attributes)||void 0===a?void 0:a.engraving)||void 0===c?void 0:c.hasEngraving)===![]&&b.canEngrave){const e=document.createElement("span");e.className="cart-add-personalization-span",e.textContent=v.layout.personalizationText+" +"+formatCentToDollarText((null===(h=null===(l=g.attributes)||void 0===l?void 0:l.engraving)||void 0===h?void 0:h.fee)||0,![]),e.setAttribute("role","button"),e.setAttribute("tabindex","0"),e.setAttribute("aria-label","Add personalization to "+g.name),e.addEventListener("click",()=>this.handleOpenEngravingForm(f,g)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleOpenEngravingForm(f,g))}),D.appendChild(e)}S.appendChild(E),S.appendChild(T),S.appendChild(D),w.appendChild(C),w.appendChild(S);const A=[w],z=ComponentFactoryService.createElement({type:s.CART_ITEM_QUANTITY_PRICE,itemId:f});if((null===(m=null===(p=null==g?void 0:g.attributes)||void 0===p?void 0:p.engraving)||void 0===m?void 0:m.hasEngraving)===!![]){const e=ComponentFactoryService.createElement({type:s.ENGRAVING_VIEW,identifier:f,context:"cart"});A.push(e)}return A.push(z),A}}class CartItemQuantityPriceComponent extends BaseComponent{get hostClasses(){return["quantity-price"]}constructor(){super({watchStorePaths:["cart.items.{itemId}"],watchOnlyStorePaths:["cart.items"]})}onStoreWatch(e){const i=e.find(e=>"cart.items"===e.path);if(i){const e=this.calculateQuantityLimits();this.updateButtonStates(e)}}getItemStore(){const e=this.params.itemId,i=this.getStoreValue("cart.items."+e);return i||null}calculateQuantityLimits(){const e=this.getItemStore();if(!e)return{currentQuantity:0,availableQuantity:0,canIncrease:![],canDecrease:!![]};const i=e.quantity,r=this.getAvailableQuantity(),s=r>0;return{currentQuantity:i,availableQuantity:r,canIncrease:s,canDecrease:!![]}}getAvailableQuantity(){var e,i,r,s;const a=this.getItemStore();if(!a)return 0;const c=a.partNumber,l=a.fulfillmentId,h=this.getStoreValue("cart.items")||{},p=Object.values(h).filter(e=>e.partNumber===c&&e.fulfillmentId===l),m=p.reduce((e,i)=>e+i.quantity,0),f=this.getStoreValue("products."+a.upc)||this.getStoreValue("products."+a.salsifyGrouping);if(!f)return a.maxQuantity-m;const g=null!==(s=null===(r=null===(i=null===(e=null==f?void 0:f.sizes)||void 0===e?void 0:e[a.liquidId])||void 0===i?void 0:i.attributes)||void 0===r?void 0:r.maxQuantityPerOrder)&&void 0!==s?s:0;return!g||g<=0?a.maxQuantity-m:g-m}updateButtonStates(e){this.qtyDecreaseButton&&(this.qtyDecreaseButton.disabled=!e.canDecrease,this.qtyDecreaseButton.classList.toggle("quantity-btn-disabled",!e.canDecrease)),this.qtyIncreaseButton&&(this.qtyIncreaseButton.disabled=!e.canIncrease,this.qtyIncreaseButton.classList.toggle("quantity-btn-disabled",!e.canIncrease)),this.quantitySpan&&(this.quantitySpan.textContent=e.currentQuantity.toString(),this.quantitySpan.setAttribute("aria-label","Current quantity: "+e.currentQuantity))}async handleQuantityChange(e){const i=this.calculateQuantityLimits();e>0&&!i.canIncrease||await this.commands.cart.updateItemQuantity(this.params.itemId,e)}createQuantityContainer(){const e=this.calculateQuantityLimits(),i=this.getItemStore();if(!i)return document.createElement("div");const r=document.createElement("div");return r.className="item-quantity "+this.config.layout.quantityCounterStyle,this.qtyDecreaseButton=document.createElement("button"),this.qtyDecreaseButton.type="button",this.qtyDecreaseButton.className="quantity-btn-decrease",this.qtyDecreaseButton.textContent="−",this.qtyDecreaseButton.setAttribute("aria-label","Decrease quantity"),this.qtyDecreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(-1)}),this.quantitySpan=document.createElement("span"),this.quantitySpan.className="quantity-value",this.qtyIncreaseButton=document.createElement("button"),this.qtyIncreaseButton.type="button",this.qtyIncreaseButton.className="quantity-btn-increase",this.qtyIncreaseButton.textContent="+",this.qtyIncreaseButton.setAttribute("aria-label","Increase quantity"),this.qtyIncreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(1)}),this.updateButtonStates(e),r.appendChild(this.qtyDecreaseButton),r.appendChild(this.quantitySpan),r.appendChild(this.qtyIncreaseButton),r}createPriceContainer(){const e=this.getItemStore();if(!e)return document.createElement("div");const i=document.createElement("div");i.className="item-price-container";const r=document.createElement("span");if(r.className="item-price",r.textContent=formatCentToDollarText(e.price),i.appendChild(r),e.quantity>1){const r=document.createElement("span");r.className="item-price-per-unit",r.textContent="("+formatCentToDollarText(e.unitPrice)+" ea)",i.appendChild(r)}return i}template(){const e=[];if(this.config.layout.showQuantityCounter){const i=this.createQuantityContainer();e.push(i)}const i=this.createPriceContainer();return e.push(i),e}}class CartPromoCodeComponent extends BaseComponent{get hostClasses(){return["promo-container-wrapper"]}constructor(){super({watchOnlyStorePaths:["cart.promoCode"]}),this.isApplying=![],this.promoInput=null,this.applyButton=null,this.promoCodePill=null}onStoreWatch(e){const i=e.find(e=>"cart.promoCode"===e.path);if(i){const{value:e,oldValue:r}=i,s=Boolean(null==r?void 0:r.code),a=Boolean(null==e?void 0:e.code);if(!s&&a)return this.container.innerHTML="",this.createAppliedContainer(e),void 0;if(s&&!a)return this.container.innerHTML="",this.createInputContainer(),void 0;if(a&&this.promoCodePill&&e.discountAmount!==(null==r?void 0:r.discountAmount))return this.promoCodePill.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")",void 0}}createAppliedContainer(e){const i=document.createElement("div");i.classList.add("promo-applied-container"),this.promoCodePill=document.createElement("div"),this.promoCodePill.classList.add("promo-code-pill"),this.promoCodePill.textContent=(null==e?void 0:e.code)+" (- "+formatCentToDollarText((null==e?void 0:e.discountAmount)||0)+")";const r=document.createElement("button");r.type="button",r.classList.add("promo-remove-btn"),r.textContent="Remove",r.setAttribute("role","button"),r.setAttribute("aria-label","Remove promo code "+(null==e?void 0:e.code)),r.setAttribute("tabindex","0"),r.addEventListener("click",async()=>{await this.commands.cart.removePromoCode()}),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||this.commands.cart.removePromoCode()}),i.appendChild(this.promoCodePill),i.appendChild(r),this.container.appendChild(i),this.promoInput=null,this.applyButton=null}createInputContainer(){const e=document.createElement("div");e.classList.add("promo-code-container");const i=document.createElement("div");i.classList.add("promo-container"),i.appendChild(this.createPromoInput()),i.appendChild(this.createApplyButton()),e.appendChild(i),this.container.appendChild(e),this.promoCodePill=null}updateApplyButtonState(){if(!this.applyButton||!this.promoInput)return;const e=this.promoInput.getValue().replace(/[^a-zA-Z0-9]/g,"").trim(),i=e.length>=3&&e.length<=255,r=this.getStoreValue("cart.loading"),s=this.getStoreValue("cart.promoCode"),a=this.getStoreValue("cart.events")||[],c=hasCartAnyPromoCodeEvents(a);this.applyButton.disabled=!i||r||Boolean(null==s?void 0:s.discountAmount)||this.isApplying||c}createPromoInput(){const e=this.getConfigs("global");return this.promoInput=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:"promoCode",placeholder:"Enter promo code",autocomplete:![],className:"promo-input "+e.layout.inputFieldStyle,validation:{min:3,max:255},onChange:e=>{const i=e.toUpperCase(),r=this.promoInput;r.setValue(i),this.updateApplyButtonState()}}),this.promoInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply promo code");const L=async()=>{const e=this.promoInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.applyButton.disabled=!![],this.applyButton.setAttribute("aria-label","Applying promo code"),await this.commands.cart.applyPromoCode(e),this.applyButton.setAttribute("aria-label","Apply promo code")}catch(i){this.logger.error("Cart promo code application failed",{promoCode:e,error:i instanceof Error?i.message:String(i)})}};return this.applyButton.addEventListener("click",L),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),L())}),this.applyButton}template(){const e=this.getStoreValue("cart.promoCode");if(this.promoInput=null,this.applyButton=null,this.promoCodePill=null,null==e?void 0:e.code){const i=document.createElement("div");i.classList.add("promo-applied-container"),this.promoCodePill=document.createElement("div"),this.promoCodePill.classList.add("promo-code-pill"),this.promoCodePill.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")";const r=document.createElement("button");return r.type="button",r.classList.add("promo-remove-btn"),r.textContent="Remove",r.setAttribute("role","button"),r.setAttribute("aria-label","Remove promo code "+e.code),r.setAttribute("tabindex","0"),r.addEventListener("click",async()=>{await this.commands.cart.removePromoCode()}),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||this.commands.cart.removePromoCode()}),i.appendChild(this.promoCodePill),i.appendChild(r),i}const i=document.createElement("div");i.classList.add("promo-code-container");const r=document.createElement("div");return r.classList.add("promo-container"),r.appendChild(this.createPromoInput()),r.appendChild(this.createApplyButton()),i.appendChild(r),i}disconnected(){this.promoInput=null,this.applyButton=null,this.promoCodePill=null}}class CartRetailerComponent extends BaseComponent{constructor(){super({watchStorePaths:["cart.retailers.{retailerId}"],autoDestroy:!![],autoDestroyPath:"cart.retailers.{retailerId}"})}getRetailerId(){return this.params.retailerId}createFulfillmentElement(e){return ComponentFactoryService.createElement({type:s.CART_FULFILLMENT,fulfillmentId:e})}getFulfillmentElementById(e){return this.container.querySelector('[data-fulfillment-id="'+e+'"]')}getFulfillmentContainer(){return this.container.querySelector("#retailer-fulfillment-container")}getFulfillmentInsertionPoint(){const e=this.getFulfillmentContainer();if(e)return{parent:e.parentElement,nextSibling:e.nextElementSibling};const i=this.container.querySelectorAll("[data-fulfillment-id]");if(i.length>0){const e=i[i.length-1];return{parent:e.parentElement,nextSibling:e.nextElementSibling}}return null}addFulfillmentElement(e){const i=this.getFulfillmentInsertionPoint();if(i){const r=this.createFulfillmentElement(e);r.setAttribute("data-fulfillment-id",e);const s=this.getFulfillmentContainer();s&&s.remove(),i.nextSibling?i.parent.insertBefore(r,i.nextSibling):i.parent.appendChild(r)}}removeFulfillmentElement(e){const i=this.getFulfillmentElementById(e);if(i){const e=i.parentElement,r=i.nextElementSibling;i.remove();const s=this.container.querySelectorAll("[data-fulfillment-id]");if(0===s.length){const i=document.createElement("div");i.id="retailer-fulfillment-container",r?e.insertBefore(i,r):e.appendChild(i)}}}handleFulfillmentsUpdate(e,i){const r=new Set(e||[]),s=new Set(i||[]);for(const a of r)s.has(a)||this.removeFulfillmentElement(a);for(const a of s)r.has(a)||this.addFulfillmentElement(a)}setupFulfillmentElements(){const e=this.getRetailerId(),i=this.getStoreValue("cart.retailers."+e+".fulfillments")||[],r=this.container.querySelectorAll("[data-fulfillment-id]");for(const a of r)a.remove();let s=this.getFulfillmentContainer();if(!s){const e=this.container.querySelector(".retailer-body-container"),i=this.container.querySelector("#retailer-subtotal-container");s=document.createElement("div"),s.id="retailer-fulfillment-container",e&&i&&e.insertBefore(s,i)}for(const a of i)this.addFulfillmentElement(a)}setupSubtotalElement(){const e=this.getRetailerId(),i=this.container.querySelector("#retailer-subtotal-container");if(i){const r=ComponentFactoryService.createElement({type:s.CART_RETAILER_SUBTOTAL,retailerId:e});i.replaceWith(r)}}onStoreChanged(e){const i=this.getRetailerId(),r="cart.retailers."+i,s=e.find(e=>e.path===r);if(s){const e=s.oldValue,i=s.value,r=(null==e?void 0:e.fulfillments)||[],a=(null==i?void 0:i.fulfillments)||[];JSON.stringify(r)!==JSON.stringify(a)&&this.handleFulfillmentsUpdate(r,a)}return![]}afterRender(){this.setupFulfillmentElements(),this.setupSubtotalElement(),this.setupSectionToggle()}setupSectionToggle(){const e=this.container.querySelector(".section-toggle"),i=this.container.querySelector(".retailer-section"),r=this.container.querySelector(".section-header-label");if(e&&i&&r){const u=()=>{const i=e.checked;r.setAttribute("aria-label",i?"Expand retailer section":"Collapse retailer section"),r.setAttribute("aria-expanded",i?"false":"true")};e.addEventListener("change",()=>{e.checked?i.classList.add("collapsed"):i.classList.remove("collapsed"),u()}),r.addEventListener("keydown",i=>{"Enter"!==i.key&&" "!==i.key||(i.preventDefault(),e.click())}),e.checked?i.classList.add("collapsed"):i.classList.remove("collapsed"),u()}}beforeAutoDestroy(){this.logger.debug("Cart retailer component cleanup initiated",{retailerId:this.getRetailerId()})}onAutoDestroy(){this.logger.debug("Cart retailer component successfully destroyed",{retailerId:this.getRetailerId()})}template(){const e=this.getRetailerId(),i=this.getStoreValue("cart.retailers."+e),r=document.createElement("section");r.className="retailer-section";const s=document.createElement("div");s.className="cart-retailer-header";const a=document.createElement("div");a.className="retailer-info";const c=document.createElement("h2");c.className="section-title",c.textContent=i.name,a.appendChild(c);const l=document.createElement("input");l.type="checkbox",l.id=i.id,l.className="section-toggle",a.appendChild(l);const h=document.createElement("label");h.htmlFor=i.id,h.className="section-header-label",h.setAttribute("role","button"),h.setAttribute("tabindex","0"),h.setAttribute("aria-label","Collapse retailer section"),h.setAttribute("aria-expanded","true");const p=document.createElement("span");p.className="chevron",p.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-down-icon"}),h.appendChild(p),a.appendChild(h),s.appendChild(a),r.appendChild(s);const m=document.createElement("div");m.className="retailer-body-container";const f=document.createElement("div");f.id="retailer-fulfillment-container",m.appendChild(f);const g=document.createElement("div");return g.id="retailer-subtotal-container",m.appendChild(g),r.appendChild(m),r}}class CartRetailerSubtotalComponent extends BaseComponent{get hostClasses(){return["retailer-subtotal-container"]}constructor(){super({watchStorePaths:["cart.retailers.{retailerId}"],autoDestroy:!![],autoDestroyPath:"cart.retailers.{retailerId}"})}getRetailerItemCount(e,i){const r=Object.values(e||{}).filter(e=>e.retailerId===i);let s=0;for(const a of r)s+=a.quantity;return s}template(){const e=this.params.retailerId,i=this.getStoreValue("cart.retailers."+e+".subtotal")||0,r=this.getStoreValue("cart.retailers."+e+".engravingFee")||0,s=this.getStoreValue("cart.items"),a=this.getRetailerItemCount(s,e),c=1===a?"item":"items",l=document.createElement("h3");l.className="retailer-subtotal-header",l.textContent="Subtotal ("+a+" "+c+"):";const h=document.createElement("span");return h.className="retailer-subtotal-amount",h.textContent=formatCentToDollarText(i+r),[l,h]}}class CheckoutComponent extends BaseComponent{constructor(){super({watchStorePaths:["checkout.rerender","checkout.isPresaleLocked","checkout.presaleExpiresAt"]})}template(){var e,i,r;const a=this.store.get("checkout.isPresaleLocked"),c=this.store.get("checkout.presaleExpiresAt"),l=this.getConfigs("global"),h=this.clientConfig.get("promoTicker"),p=null!==(i=null===(e=null==l?void 0:l.experienceFeatures)||void 0===e?void 0:e.promoTicker)&&void 0!==i?i:[],m=null!=h?h:p,f=this.store.get("address"),g=hasActiveItems(m,null===(r=null==f?void 0:f.address)||void 0===r?void 0:r.state),v=this.params.isIndependentComponent&&!this.clientConfig.isBuilder(),b=a&&c,x=document.createElement("div");x.classList.add("checkout-container"),v&&x.classList.add("no-header"),this.params.isIndependentComponent&&x.classList.add("independent");const w=ComponentFactoryService.createElement({type:s.CHECKOUT_INFORMATION_SECTION});x.appendChild(w);const C=ComponentFactoryService.createElement({type:s.CHECKOUT_SUMMARY_SECTION});if(x.appendChild(C),!b&&(!m.length||!g)&&v)return[x];const k=document.createElement("div");if(k.classList.add("checkout-header-wrapper"),!v){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_HEADER});k.appendChild(e)}if(m.length&&g&&!b){const e=ComponentFactoryService.createElement({context:"checkout",type:s.PROMO_CODE_TICKER,tickers:m});k.appendChild(e)}if(b){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_PRESALE_COUNTDOWN});k.appendChild(e)}return[k,x]}}class CheckoutHeaderComponent extends BaseComponent{get hostClasses(){return["checkout-header-container"]}template(){const e=this.store.get("checkout.isPresaleLocked"),i=this.getConfigs("checkout");let r=null;if(!e){r=document.createElement("button"),r.classList.add("checkout-header-button"),r.setAttribute("aria-label","Back to Cart"),r.addEventListener("click",()=>{if(this.clientConfig.isBuilder())return this.logger.info("Back To Cart Button Is Disabled In Builder Mode"),void 0;this.commands.ui.openDrawer(s.CART)});const e=document.createElement("span");e.innerHTML=ChevronLeftIcon({}),r.appendChild(e)}const a=document.createElement("h1");a.textContent=(null==i?void 0:i.layout.drawerHeaderText)||"Checkout",a.classList.add("checkout-header-title"),a.setAttribute("aria-label","Checkout Page");const c=document.createElement("button");return c.innerHTML=CloseIcon({width:16,height:16}),c.classList.add("checkout-header-button-close"),c.setAttribute("aria-label","Close Checkout"),c.addEventListener("click",()=>{this.commands.ui.closeDrawer()}),r?[r,a,c]:[a,c]}}class CheckoutInformationSectionComponent extends BaseComponent{get hostClasses(){return["checkout-information-section"]}constructor(){super({watchOnlyStorePaths:["checkout.isGift"]})}onStoreWatch(e){const i=e.find(e=>"checkout.isGift"===e.path);i&&this.handleBuyerInformationVisibility(i.value)}handleBuyerInformationVisibility(e){const i=this.container.querySelector("#buyer-information-container");if(e&&!i){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_BUYER_INFORMATION_FORM});e.id="buyer-information-container";const i=this.container.querySelector(".checkout-delivery-information");i&&i.insertAdjacentElement("afterend",e)}else!e&&i&&setTimeout(()=>{i.remove()},300)}template(){const e=[],i=ComponentFactoryService.createElement({type:s.CHECKOUT_DELIVERY_INFORMATION_FORM});e.push(i);const r=ComponentFactoryService.createElement({type:s.CHECKOUT_PAYMENT_FORM});e.push(r);const a=ComponentFactoryService.createElement({type:s.CHECKOUT_BILLING_FORM});return e.push(a),e}}class CheckoutPresaleCountdownComponent extends BaseComponent{get hostClasses(){return["checkout-presale-countdown-container"]}constructor(){super({watchStorePaths:["checkout.presaleExpiresAt","ui.drawer"]}),this.countdownInterval=null,this.expiresAt=null,this.totalDuration=300,this.rootElement=null,this.scrollHandler=null,this.scrollContainer=null,this.isCurrentlyScrolled=![],this.isUnderOneMinute=![]}onStoreChanged(e){var i;const r=e.find(e=>"checkout.presaleExpiresAt"===e.path);if(null==r?void 0:r.value)return this.updateExpiresAt(r.value),!![];const s=e.find(e=>"ui.drawer"===e.path);return(null===(i=null==s?void 0:s.value)||void 0===i?void 0:i.isOpen)===![]&&(this.stopCountdown(),this.cleanupScrollListener(),this.isCurrentlyScrolled=![],this.isUnderOneMinute=![]),![]}afterRender(){const e=this.store.get("checkout.presaleExpiresAt");e&&this.updateExpiresAt(e),this.setupDrawerScrollDetection()}disconnected(){this.stopCountdown(),this.cleanupScrollListener()}setupDrawerScrollDetection(){const findScrollContainer=()=>{var e,i;const r=[".drawer-content"];for(const a of r){const i=null===(e=this.rootElement)||void 0===e?void 0:e.closest(a);if(i&&this.isScrollable(i))return i}let s=null===(i=this.rootElement)||void 0===i?void 0:i.parentElement;for(;s&&s!==document.body;){if(this.isScrollable(s))return s;s=s.parentElement}return null};if(this.scrollContainer=findScrollContainer(),!this.scrollContainer)return this.logger.warn("Could not find scrollable drawer container"),void 0;this.scrollHandler=()=>{var e,i;if(!this.scrollContainer)return;const r=this.scrollContainer.scrollTop,s=70,a=10;!this.isCurrentlyScrolled&&r>s?(this.isCurrentlyScrolled=!![],null===(e=this.rootElement)||void 0===e||e.classList.add("is-scrolled"),this.addHostClasses("is-scrolled")):this.isCurrentlyScrolled&&r<a&&(this.isCurrentlyScrolled=![],null===(i=this.rootElement)||void 0===i||i.classList.remove("is-scrolled"),this.removeHostClasses("is-scrolled"))},this.scrollContainer.addEventListener("scroll",this.scrollHandler,{passive:!![]}),this.scrollHandler()}isScrollable(e){const i=window.getComputedStyle(e),r=i.overflowY;return e.scrollHeight>=e.clientHeight&&("auto"===r||"scroll"===r||"overlay"===r)}cleanupScrollListener(){this.scrollHandler&&this.scrollContainer&&(this.scrollContainer.removeEventListener("scroll",this.scrollHandler),this.scrollHandler=null,this.scrollContainer=null)}updateExpiresAt(e){this.stopCountdown();try{if(this.expiresAt=new Date(e),Number.isNaN(this.expiresAt.getTime()))return this.logger.error("Invalid presale expiration date",{expiresAtString:e}),this.handleExpire(),void 0;if(this.expiresAt<=new Date)return this.handleExpire(),void 0;const i=new Date,r=Math.floor((this.expiresAt.getTime()-i.getTime())/1e3);r<this.totalDuration&&(this.totalDuration=Math.max(r,240)),this.startCountdown()}catch(i){this.logger.error("Failed to parse presale expiration date",i),this.handleExpire()}}startCountdown(){this.updateCountdown(),this.countdownInterval=window.setInterval(()=>{this.updateCountdown()},10)}stopCountdown(){this.countdownInterval&&(clearInterval(this.countdownInterval),this.countdownInterval=null)}updateCountdown(){if(!this.expiresAt||!this.rootElement)return;const e=new Date,i=Math.max(0,this.expiresAt.getTime()-e.getTime()),r=i/1e3,s=this.totalDuration-r,a=Math.max(0,Math.min(100,s/this.totalDuration*100)),c=r<60;if(c!==this.isUnderOneMinute){this.isUnderOneMinute=c;const e=this.rootElement.querySelector(".checkout-presale-timer");this.isUnderOneMinute?(this.rootElement.classList.add("time-warning"),null==e||e.classList.add("time-warning"),this.addHostClasses("time-warning")):(this.rootElement.classList.remove("time-warning"),null==e||e.classList.remove("time-warning"),this.removeHostClasses("time-warning"))}const l=this.rootElement.querySelector("[data-timer]");l&&(l.textContent=this.formatTime(i));const h=this.rootElement.querySelector("[data-progress-fill]");h&&(h.style.width=a+"%"),0===i&&this.handleExpire()}formatTime(e){const i=Math.floor(e/1e3),r=Math.floor(i/60),s=i%60,a=Math.floor(e%1e3/10);return r.toString().padStart(2,"0")+":"+s.toString().padStart(2,"0")+":"+a.toString().padStart(2,"0")}handleExpire(){this.clientConfig.isBuilder()||(this.stopCountdown(),this.commands.checkout.openPresaleExpiredDrawer())}template(){const e=document.createElement("div");e.classList.add("checkout-presale-countdown"),this.rootElement=e;const i=document.createElement("div");i.classList.add("checkout-presale-text-container");const r=document.createElement("div");r.classList.add("checkout-presale-heading");const s=document.createElement("h2");s.textContent="LIMITED PRE-ORDER:";const a=document.createElement("div");a.classList.add("checkout-presale-timer"),a.setAttribute("data-timer",""),a.textContent="00:00:00",r.appendChild(s),r.appendChild(a);const c=document.createElement("p");c.textContent="Please complete your transaction within the time limit. Time expiration or page refresh will release the product to other customers.",c.classList.add("checkout-presale-subtitle"),i.appendChild(r),i.appendChild(c);const l=document.createElement("div");l.className="checkout-presale-progress-bar",l.setAttribute("data-progress","");const h=document.createElement("div");return h.className="checkout-presale-progress-fill",h.setAttribute("data-progress-fill",""),h.style.width="0%",l.appendChild(h),e.appendChild(i),e.appendChild(l),e}}const xt=["span","p","a","b","i","div","strong","em","u","br","h1","h2","h3","h4","h5","h6","ul","ol","li","blockquote","code","pre","img"],wt={a:["href","title","target","rel"],img:["src","alt","width","height","title"],blockquote:["cite"],div:["class"],span:["class"],p:["class"],strong:["class"],em:["class"],code:["class"],pre:["class"],h1:["class"],h2:["class"],h3:["class"],h4:["class"],h5:["class"],h6:["class"],ul:["class"],ol:["class"],li:["class"]};function sanitizeAttributeValue(e,i){return"href"===e?/^(https?:\/\/[^\s<>"']+|mailto:[^\s<>"']+|tel:[^\s<>"']+|\/[^\s<>"']*|#[^\s<>"']*)$/i.test(i)?i:null:"src"===e?/^https?:\/\/[^\s<>"']+$/i.test(i)?i:null:"class"===e?i.replace(/[^a-zA-Z0-9\s\-_]/g,"").trim():i.replace(/[<>"']/g,"").trim()}function cleanNode(e){if(e.nodeType===Node.TEXT_NODE){const i=e.textContent||"",r=i.replace(/<[^>]*>/g,"");if(r.trim()){const e=document.createTextNode(r);return e}return null}if(e.nodeType===Node.ELEMENT_NODE){const i=e,r=i.tagName.toLowerCase();if(xt.includes(r)){const e=document.createElement(r),s=wt[r]||[];for(const r of Array.from(i.attributes)){const i=r.name.toLowerCase();if(s.includes(i)){const s=sanitizeAttributeValue(i,r.value);null!==s&&e.setAttribute(i,s)}}"a"===r&&(e.setAttribute("target","_blank"),e.setAttribute("rel","noopener noreferrer"));for(const r of Array.from(i.childNodes)){const i=cleanNode(r);i&&e.appendChild(i)}return e}const s=document.createDocumentFragment();for(const e of Array.from(i.childNodes)){const i=cleanNode(e);i&&s.appendChild(i)}return s.childNodes.length>0?s:null}return null}function sanitizeHTML(e){if(!e||"string"!=typeof e)return"";try{const i=new DOMParser,r=i.parseFromString(e,"text/html"),s=r.querySelector("parsererror");if(s)return console.warn("HTML parsing error detected"),"";const a=document.createDocumentFragment();for(const e of Array.from(r.body.childNodes)){const i=cleanNode(e);i&&a.appendChild(i)}const c=document.createElement("div");return c.appendChild(a),c.innerHTML}catch(i){return console.error("HTML sanitization error:",i),""}}class CheckoutSummarySectionComponent extends BaseComponent{get hostClasses(){return["checkout-summary-section"]}constructor(){super({watchOnlyStorePaths:["checkout.amounts"]})}onStoreWatch(e){const i=e.find(e=>"checkout.amounts"===e.path);if(i){const e=this.getStoreValue("checkout"),i=Object.values(e.items||{}).length;this.updateZeroAmountElement(0===e.amounts.total&&i>0)}}updateZeroAmountElement(e){const i=this.container.querySelector(".checkout-zero-amount-container");if(e&&!i){const e=document.createElement("div");e.classList.add("checkout-zero-amount-container"),e.textContent="Credit card required to complete order (even when fully covered by gift card)";const i=this.container.querySelector("checkout-amounts-lc, .checkout-amounts-container");i&&i.after(e)}else!e&&i&&i.remove()}afterRender(){const e=this.getStoreValue("checkout.amounts");e&&this.updateZeroAmountElement(0===e.total)}handleEmailToggle(e){this.commands.checkout.toggleMarketingPreferences("canEmail"),e.classList.toggle("checked");const i=e.classList.contains("checked");e.setAttribute("aria-checked",i?"true":"false")}handleSmsToggle(e){this.commands.checkout.toggleMarketingPreferences("canSms"),e.classList.toggle("checked");const i=e.classList.contains("checked");e.setAttribute("aria-checked",i?"true":"false")}marketingOptInsContainer(){const e=this.config.layout.emailOptIn,i=this.config.layout.smsOptIn;if(!e.show&&!i.show)return null;const r=document.createElement("div");if(r.classList.add("checkout-marketing-opt-ins-container"),e.show){const i=document.createElement("div");let s;i.classList.add("checkout-checkbox-container"),s=this.clientConfig.isBuilder()?e.checked:this.store.get("checkout.marketingPreferences.canEmail");const a=document.createElement("span");a.id="emailOptIn",a.classList.add("checkout-checkbox-visual"),s&&a.classList.add("checked"),a.innerHTML=CheckboxIcon({width:16,height:16}),a.setAttribute("role","checkbox"),a.setAttribute("tabindex","0"),a.setAttribute("aria-label","Email opt-in checkbox"),a.setAttribute("aria-checked",s?"true":"false"),a.addEventListener("click",()=>this.handleEmailToggle(a)),a.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleEmailToggle(a))});const c=document.createElement("label");c.setAttribute("for","emailOptIn"),c.classList.add("checkbox-label"),c.innerHTML=sanitizeHTML(e.text),c.addEventListener("click",e=>{const i=e.target,r="A"===i.tagName||i.closest("a");r||(this.commands.checkout.toggleMarketingPreferences("canEmail"),a.classList.toggle("checked"))}),i.appendChild(a),i.appendChild(c),r.appendChild(i)}if(i.show){const e=document.createElement("div");let s;e.classList.add("checkout-checkbox-container"),s=this.clientConfig.isBuilder()?i.checked:this.store.get("checkout.marketingPreferences.canSms");const a=document.createElement("span");a.classList.add("checkout-checkbox-visual"),a.id="smsOptIn",s&&a.classList.add("checked"),a.innerHTML=CheckboxIcon({width:16,height:16}),a.setAttribute("role","checkbox"),a.setAttribute("tabindex","0"),a.setAttribute("aria-label","SMS opt-in checkbox"),a.setAttribute("aria-checked",s?"true":"false"),a.addEventListener("click",()=>this.handleSmsToggle(a)),a.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleSmsToggle(a))});const c=document.createElement("label");c.setAttribute("for","smsOptIn"),c.classList.add("checkbox-label"),c.innerHTML=sanitizeHTML(i.text),c.addEventListener("click",e=>{const i=e.target,r="A"===i.tagName||i.closest("a");r||(this.commands.checkout.toggleMarketingPreferences("canSms"),a.classList.toggle("checked"))}),e.appendChild(a),e.appendChild(c),r.appendChild(e)}return r}hasOnDemandOrder(){const e=this.getStoreValue("checkout.onDemandFulfillmentTipInfo")||{};return Object.keys(e).length>0}template(){var e;const i=[],r=this.getConfigs("global"),a=this.getConfigs("checkout"),c=this.getConfigs("global"),l=a.layout.allowGiftCards,h=null===(e=null==c?void 0:c.layout)||void 0===e?void 0:e.allowPromoCodes,p=document.createElement("div");p.classList.add("section-title-container");const m=document.createElement("h3");m.textContent="Order Summary",m.classList.add("section-title"),p.appendChild(m),i.push(p);const f=ComponentFactoryService.createElement({type:s.CHECKOUT_ITEMS});i.push(f);const g=document.createElement("div");g.classList.add("checkout-separator");const v=document.createElement("div");if(v.classList.add("checkout-separator"),i.push(g),l||h){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_PC_GC});i.push(e)}if(this.hasOnDemandOrder()){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_TIPS});i.push(e),i.push(v)}const b=document.createElement("div");b.classList.add("section-title-container");const x=document.createElement("h3");x.textContent="100% Secure Payments",x.classList.add("disclaimer-header"),b.appendChild(x);const w=document.createElement("p");w.textContent="If a person over 21 is not available to receive this order, it will be returned for a $20 restocking fee. Valid Government ID required.",w.classList.add("disclaimer-description"),b.appendChild(w),i.push(b);const C=ComponentFactoryService.createElement({type:s.CHECKOUT_AMOUNTS});i.push(C);const k=ComponentFactoryService.createElement({type:s.CHECKOUT_PLACE_ORDER_BUTTON});i.push(k);const S=this.marketingOptInsContainer();if(S&&i.push(S),a.layout.legalMessage.show){const e=document.createElement("div");e.classList.add("checkout-separator");const r=document.createElement("div");r.classList.add("checkout-legal-message"),r.innerHTML=sanitizeHTML(a.layout.legalMessage.text);const s=document.createElement("div");s.classList.add("checkout-separator"),i.push(e),i.push(r),i.push(s)}if(r.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:s.POWERED_BY,context:"checkout"});i.push(e)}return i}}class CheckoutBillingFormComponent extends BaseComponent{get hostClasses(){return["checkout-billing-form"]}constructor(){super({watchStorePaths:["checkout.billingSameAsShipping"]})}async handleFirstNameChange(e){this.commands.checkout.updateBillingInfo(pt.firstName,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.firstName})}async handleLastNameChange(e){this.commands.checkout.updateBillingInfo(pt.lastName,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.lastName})}async handleEmailChange(e){this.commands.checkout.updateBillingInfo(pt.email,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.email})}async handlePhoneChange(e){this.commands.checkout.updateBillingInfo(pt.phone,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.phone})}async handleCompanyChange(e){this.commands.checkout.updateBillingInfo(pt.company,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.company})}async handleAddressOneChange(e){this.commands.checkout.updateBillingInfo(pt.addressOne,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.addressOne})}async handleAddressTwoChange(e){this.commands.checkout.updateBillingInfo(pt.addressTwo,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.addressTwo})}async handleCityChange(e){this.commands.checkout.updateBillingInfo(pt.city,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.city})}async handleStateChange(e){this.commands.checkout.updateBillingInfo(pt.state,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.state})}async handleZipCodeChange(e){this.commands.checkout.updateBillingInfo(pt.zipCode,e),this.pubSub.publishForm(r.BILLING,{fieldName:pt.zipCode})}billingSameAsShippingToggle(){const e=this.getStoreValue("checkout.billingSameAsShipping"),i=document.createElement("div");i.classList.add("checkout-billing-same-as-shipping-toggle-container");const r=document.createElement("div");r.classList.add("checkout-checkbox-container");const s=document.createElement("span");s.id="billingSameAsShipping",s.classList.add("checkout-checkbox-visual"),s.setAttribute("role","checkbox"),s.setAttribute("tabindex","0"),s.setAttribute("aria-label","Billing same as shipping checkbox"),s.setAttribute("aria-checked",e?"true":"false"),e&&s.classList.add("checked"),s.innerHTML=CheckboxIcon({width:16,height:16}),i.addEventListener("click",async()=>{await this.commands.checkout.toggleBillingSameAsShipping()}),i.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.commands.checkout.toggleBillingSameAsShipping())});const a=document.createElement("label");return a.textContent="Billing address same as shipping address",a.setAttribute("for","billingSameAsShipping"),a.classList.add("billing-checkbox-label"),r.appendChild(s),r.appendChild(a),i.appendChild(r),i}template(){const e=this.getStoreValue("checkout.billingSameAsShipping"),i=[],r=this.billingSameAsShippingToggle();if(i.push(r),e)return i;const a=document.createElement("div");a.classList.add("section-title-container");const c=document.createElement("h3");c.textContent="Your billing info",c.classList.add("section-title"),a.appendChild(c);const l=document.createElement("p");l.textContent="Provide the info relevant to your payment method",l.classList.add("section-subtitle"),a.appendChild(l),i.push(a);const h=document.createElement("div");h.classList.add("section-form-container");const p=document.createElement("div");p.classList.add("checkout-two-col-container");const m=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},onChange:this.handleFirstNameChange.bind(this),storePath:"billing.firstName"});m.setAttribute("aria-label","First name input"),p.appendChild(m);const f=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},onChange:this.handleLastNameChange.bind(this),storePath:"billing.lastName"});f.setAttribute("aria-label","Last name input"),p.appendChild(f),h.appendChild(p);const g=ComponentFactoryService.createElement({type:s.INPUT,inputType:"email",name:pt.email,label:"Email",autocomplete:!![],validation:{required:!![]},onChange:this.handleEmailChange.bind(this),storePath:"billing.email"});g.setAttribute("aria-label","Email input"),h.appendChild(g);const v=document.createElement("div");v.classList.add("checkout-two-col-container");const b=ComponentFactoryService.createElement({type:s.INPUT,inputType:"tel",name:pt.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},onChange:this.handlePhoneChange.bind(this),storePath:"billing.phone"});b.setAttribute("aria-label","Phone input"),v.appendChild(b);const x=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.company,label:"Company (optional)",autocomplete:!![],onChange:this.handleCompanyChange.bind(this)});x.setAttribute("aria-label","Company input"),v.appendChild(x),h.appendChild(v);const w=document.createElement("div");w.classList.add("checkout-two-col-container");const C=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.addressOne,label:"Street Address",autocomplete:!![],validation:{required:!![]},onChange:this.handleAddressOneChange.bind(this),storePath:"billing.addressOne"});C.setAttribute("aria-label","Street address input"),w.appendChild(C);const k=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.addressTwo,label:"Apt, suite, etc. (optional)",onChange:this.handleAddressTwoChange.bind(this)});k.setAttribute("aria-label","Apt, suite, etc. (optional) input"),w.appendChild(k),h.appendChild(w);const S=document.createElement("div");S.classList.add("checkout-three-col-container");const E=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.city,label:"City",autocomplete:!![],validation:{required:!![]},onChange:this.handleCityChange.bind(this),storePath:"billing.city"});E.setAttribute("aria-label","City input"),S.appendChild(E);const _=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.state,label:"State",autocomplete:!![],placeholder:"NY",validation:{required:!![],customValidator:e=>e&&2===e.length&&/^[A-Z]{2}$/.test(e)?null:"State must be 2 uppercase characters"},onChange:this.handleStateChange.bind(this),storePath:"billing.state"});_.setAttribute("aria-label","State input"),S.appendChild(_);const P=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:pt.zipCode,label:"Zip Code",autocomplete:!![],validation:{required:!![]},onChange:this.handleZipCodeChange.bind(this),storePath:"billing.zipCode"});return P.setAttribute("aria-label","Zip Code input"),S.appendChild(P),h.appendChild(S),i.push(h),i}}class CheckoutBuyerInformationComponent extends BaseComponent{get hostClasses(){return["checkout-buyer-information"]}async handleFirstNameChange(e){this.commands.checkout.updateCustomerInfo(ut.firstName,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.firstName})}async handleLastNameChange(e){this.commands.checkout.updateCustomerInfo(ut.lastName,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.lastName})}async handleEmailChange(e){this.commands.checkout.updateCustomerInfo(ut.email,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.email})}async handlePhoneChange(e){this.commands.checkout.updateCustomerInfo(ut.phone,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.phone})}async handleCompanyChange(e){this.commands.checkout.updateCustomerInfo(ut.company,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.company})}async handleDobChange(e){this.commands.checkout.updateCustomerInfo(ut.birthDate,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.birthDate})}template(){const e=this.store.get("checkout.customer"),i=[],r=document.createElement("div");r.classList.add("section-title-container");const a=document.createElement("h3");a.textContent="Buyer Information",a.classList.add("section-title"),r.appendChild(a);const c=document.createElement("p");c.textContent="Buyer information is used to process your order and for delivery purposes.",c.classList.add("section-subtitle"),r.appendChild(c),i.push(r);const l=document.createElement("div");l.classList.add("section-form-container");const h=document.createElement("div");h.classList.add("checkout-two-col-container");const p=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:ut.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},value:e.firstName,onChange:this.handleFirstNameChange.bind(this),storePath:"customer.firstName"});h.appendChild(p);const m=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:ut.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},value:e.lastName,onChange:this.handleLastNameChange.bind(this),storePath:"customer.lastName"});h.appendChild(m),l.appendChild(h);const f=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:ut.company,label:"Company (optional)",autocomplete:!![],value:e.company,onChange:this.handleCompanyChange.bind(this)});l.appendChild(f);const g=ComponentFactoryService.createElement({type:s.INPUT,inputType:"email",name:ut.email,label:"Email",autocomplete:!![],validation:{required:!![]},value:e.email,onChange:this.handleEmailChange.bind(this),storePath:"customer.email"});l.appendChild(g);const v=ComponentFactoryService.createElement({type:s.INPUT,inputType:"tel",name:ut.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},value:e.phone,onChange:this.handlePhoneChange.bind(this),storePath:"customer.phone"});l.appendChild(v);const b=ComponentFactoryService.createElement({type:s.BIRTHDATE_INPUT,inputType:"date",name:ut.birthDate,label:"Birthdate",validation:{required:!![],minAge:21,minYear:1930},value:e.birthDate,onChange:this.handleDobChange.bind(this),storePath:"customer.birthDate"});return l.appendChild(b),i.push(l),i}}class CheckoutDeliveryInformationComponent extends BaseComponent{get hostClasses(){return["checkout-delivery-information"]}constructor(){super({watchStorePaths:["checkout.isGift","address.formattedAddress","checkout.onDemandFulfillmentTipInfo"]})}hasOnDemandFulfillments(){const e=this.store.get("checkout.onDemandFulfillmentTipInfo")||{};return Object.keys(e).length>0}async handleDeliveryInstructionsChange(e){await this.commands.checkout.updateDeliveryInstructions(e)}async handleFirstNameChange(e){const i=this.getStoreValue("checkout.isGift");i?(this.commands.checkout.updateGiftInfo(ht.firstName,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.firstName})):(this.commands.checkout.updateCustomerInfo(ut.firstName,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.firstName}))}async handleLastNameChange(e){const i=this.getStoreValue("checkout.isGift")||![];i?(this.commands.checkout.updateGiftInfo(ht.lastName,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.lastName})):(this.commands.checkout.updateCustomerInfo(ut.lastName,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.lastName}))}async handleEmailChange(e){const i=this.getStoreValue("checkout.isGift")||![];i?(this.commands.checkout.updateGiftInfo(ht.email,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.email})):(this.commands.checkout.updateCustomerInfo(ut.email,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.email}))}async handlePhoneChange(e){const i=this.getStoreValue("checkout.isGift")||![];i?(this.commands.checkout.updateGiftInfo(ht.phone,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.phone})):(this.commands.checkout.updateCustomerInfo(ut.phone,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.phone}))}async handleAddressTwoChange(e){const i=this.getStoreValue("checkout.isGift")||![];i?(this.commands.checkout.updateGiftInfo(ht.addressTwo,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.addressTwo})):(this.commands.checkout.updateCustomerInfo(ut.addressTwo,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.addressTwo}))}async handleCompanyChange(e){this.commands.checkout.updateCustomerInfo(ut.company,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.company})}async handleBirthdateChange(e){this.commands.checkout.updateCustomerInfo(ut.birthDate,e),this.pubSub.publishForm(r.CUSTOMER,{fieldName:ut.birthDate})}async handleGiftMessageChange(e){this.commands.checkout.updateGiftInfo(ht.message,e),this.pubSub.publishForm(r.GIFT,{fieldName:ht.message})}template(){const e=this.getConfigs("global"),i=this.getStoreValue("checkout.isGift")||![],r=this.store.get("checkout.giftRecipient"),a=this.store.get("checkout.customer"),c=this.store.get("address.formattedAddress"),l=i?r:a,h=[],p=document.createElement("div");p.classList.add("delivery-header-container");const m=document.createElement("div");m.classList.add("delivery-header-content");const f=document.createElement("div");f.classList.add("delivery-title-container");const g=document.createElement("h3");g.textContent="Deliver to",g.classList.add("delivery-title");const v=document.createElement("p");v.textContent="Package recipient must be 21+",v.classList.add("delivery-subtitle"),f.appendChild(g),f.appendChild(v);const b=document.createElement("div");b.classList.add("gift-toggle-container");const x=document.createElement("div");x.classList.add("gift-label-wrapper");const w=document.createElement("span");w.textContent="Send as Gift? (Free)",w.classList.add("gift-toggle-label"),x.appendChild(w);const C=document.createElement("span");C.textContent="With personalized note & gift receipt.",C.classList.add("gift-toggle-description"),x.appendChild(C);const k=document.createElement("div");k.classList.add("toggle-switch"),k.classList.toggle("active",i);const S=document.createElement("div");S.classList.add("toggle-slider"),k.setAttribute("tabindex","0"),k.setAttribute("aria-label","Toggle Gift Option"),k.setAttribute("role","switch"),k.setAttribute("aria-checked",i?"true":"false"),k.appendChild(S),b.appendChild(x),b.appendChild(k),k.addEventListener("click",async()=>{await this.commands.checkout.toggleIsGift()}),k.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await this.commands.checkout.toggleIsGift())}),p.appendChild(b),p.appendChild(f),h.push(p);const E=document.createElement("div");E.classList.add("section-form-container");const _=document.createElement("div");_.classList.add("checkout-two-col-container");const P=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:i?ht.firstName:ut.firstName,label:"First Name",autocomplete:!![],validation:{required:!![]},value:l.firstName,onChange:this.handleFirstNameChange.bind(this),storePath:i?"giftRecipient.firstName":"customer.firstName"});P.setAttribute("aria-label","First Name Input"),_.appendChild(P);const T=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:i?ht.lastName:ut.lastName,label:"Last Name",autocomplete:!![],validation:{required:!![]},value:l.lastName,onChange:this.handleLastNameChange.bind(this),storePath:i?"giftRecipient.lastName":"customer.lastName"});if(T.setAttribute("aria-label","Last Name Input"),_.appendChild(T),E.appendChild(_),!i){const e=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:ut.company,label:"Company (optional)",autocomplete:!![],value:l.company,onChange:this.handleCompanyChange.bind(this),storePath:"customer.company"});e.setAttribute("aria-label","Company Input"),E.appendChild(e)}const D=ComponentFactoryService.createElement({type:s.INPUT,inputType:"email",name:i?ht.email:ut.email,label:"Email",autocomplete:!![],validation:{required:!![]},value:l.email,onChange:this.handleEmailChange.bind(this),storePath:i?"giftRecipient.email":"customer.email"});D.setAttribute("aria-label","Email Input"),E.appendChild(D);const F=ComponentFactoryService.createElement({type:s.INPUT,inputType:"tel",name:i?ht.phone:ut.phone,label:"Phone",autocomplete:!![],validation:{required:!![]},value:l.phone,onChange:this.handlePhoneChange.bind(this),storePath:i?"giftRecipient.phone":"customer.phone"});if(F.setAttribute("aria-label","Phone Input"),E.appendChild(F),!i){const e=ComponentFactoryService.createElement({type:s.BIRTHDATE_INPUT,inputType:"date",name:ut.birthDate,label:"Birthdate",validation:{required:!![],minAge:21,minYear:1930},value:formatISODateToMMDDYYYY(l.birthDate),onChange:this.handleBirthdateChange.bind(this),storePath:"customer.birthDate"});e.setAttribute("aria-label","Birthdate Input"),E.appendChild(e)}const A=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:"address_one",label:"Delivery address",value:c,disabled:!![],className:"disabled-input",validation:{required:!![]}});A.setAttribute("aria-label","Delivery Address Input"),E.appendChild(A);const z=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:i?ht.addressTwo:ut.addressTwo,label:"Apt, suite, etc. (optional)",value:l.addressTwo,onChange:this.handleAddressTwoChange.bind(this),storePath:i?"giftRecipient.addressTwo":"customer.addressTwo"});if(z.setAttribute("aria-label","Address Line 2 Input"),E.appendChild(z),this.hasOnDemandFulfillments()){const i=document.createElement("div");i.classList.add("custom-input","textarea",e.layout.inputFieldStyle);const r=document.createElement("label");r.textContent="Delivery Instructions",r.setAttribute("for","delivery_instructions");const s=document.createElement("textarea");s.id="delivery_instructions",s.name="delivery_instructions",s.rows=4,s.setAttribute("aria-label","Delivery Instructions Textarea"),s.value=this.store.get("checkout.deliveryInstructions")||"",s.addEventListener("blur",async e=>{await this.handleDeliveryInstructionsChange(e.target.value)}),s.addEventListener("keydown",async e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),await this.handleDeliveryInstructionsChange(e.target.value))});const a=document.createElement("p");a.textContent="Include gate codes, apartment numbers, or preferred drop-off locations for your driver.",a.classList.add("textarea-message-disclaimer"),i.appendChild(r),i.appendChild(s),i.appendChild(a),E.appendChild(i)}if(i){const i=document.createElement("div");i.classList.add("custom-input","textarea",e.layout.inputFieldStyle);const s=document.createElement("label");s.textContent="Gift Message*",s.setAttribute("for",ht.message);const a=document.createElement("textarea");a.name=ht.message,a.id=ht.message,a.rows=4,a.value=r.message||"",a.setAttribute("aria-label","Gift Message Textarea"),a.addEventListener("input",async e=>{await this.handleGiftMessageChange(e.target.value)});const c=document.createElement("p");c.textContent="Your gift message will be emailed to the recipient along with delivery details.",c.classList.add("textarea-message-disclaimer"),i.appendChild(s),i.appendChild(a),i.appendChild(c),E.appendChild(i)}return h.push(E),h}}class CheckoutPaymentFormComponent extends BaseComponent{get hostClasses(){return["checkout-payment-form"]}constructor(){super({watchStorePaths:["checkout.payment.sendSubmitSignal"]}),this.stripeFormElement=null,this.rootComponent=null,this.isCreatingStripeForm=![]}findRootComponent(){if(this.rootComponent)return this.rootComponent;let e=this,i=null;for(;e&&e!==document.body;){const r=e.hasAttribute("checkout"),a=e.tagName.toLowerCase()===ComponentFactoryService.getComponentTagName(s.LCE_ELEMENT),c=e.hasAttribute("drawer"),l=(null==i?void 0:i.tagName.toLowerCase())===ComponentFactoryService.getComponentTagName(s.DRAWER),h="checkout"===(null==i?void 0:i.getAttribute("data-target"));if(r||a&&c&&l&&h)return this.rootComponent=e,e;i=e,e=e.parentElement||e.getRootNode().host}return null}removeExistingStripeForm(){this.stripeFormElement&&(this.stripeFormElement.remove(),this.stripeFormElement=null)}async doStripeConfig(){await this.commands.checkout.getPaymentSession();const e=this.store.get("checkout.payment"),i=this.getConfigs("global");return{publishableKey:e.key,clientSecret:e.secret,appearance:{theme:"stripe",variables:{fontFamily:i.theme.paragraphFont.name+", system-ui, sans-serif",borderRadius:i.theme.buttonCornerRadius},rules:{".Input":{border:"filled"===i.layout.inputFieldStyle?"none":"1px solid "+i.theme.accentColor,backgroundColor:"filled"===i.layout.inputFieldStyle?i.theme.accentColor:"transparent"}}},elementOptions:{layout:"tabs",defaultValues:{billingDetails:{name:"Guest",address:{country:"US"}}},fields:{billingDetails:{address:{postalCode:"auto",country:"never"}}},terms:{applePay:"never",auBecsDebit:"never",bancontact:"never",card:"never",cashapp:"never",googlePay:"never",ideal:"never",paypal:"never",sepaDebit:"never",sofort:"never",usBankAccount:"never"}}}}async createAndMountStripeForm(){var e;if(this.isCreatingStripeForm)return this.logger.debug("Stripe form creation already in progress, skipping"),void 0;const i=this.findRootComponent();if(!i)return;if(null===(e=this.stripeFormElement)||void 0===e?void 0:e.isConnected)return this.logger.debug("Stripe form already exists and is connected, skipping creation"),void 0;const r=i.querySelectorAll('[slot="'+dt+'"]');if(r.length>0)for(const s of r)s.remove();this.isCreatingStripeForm=!![];try{const e=await this.doStripeConfig();this.stripeFormElement=ComponentFactoryService.createElement({type:s.CHECKOUT_STRIPE_FORM,stripeConfig:e}),this.stripeFormElement.setAttribute("slot",dt),i.appendChild(this.stripeFormElement),this.setupStripeFormEventListeners()}catch(a){this.logger.error("Stripe form element creation failed",a),this.stripeFormElement=null}finally{this.isCreatingStripeForm=![]}}async afterRender(){this.removeExistingStripeForm(),await this.createAndMountStripeForm()}setupStripeFormEventListeners(){if(!this.stripeFormElement)return this.logger.warn("Cannot set up event listeners: Stripe form element is null"),void 0;this.stripeFormElement.addEventListener("lce:s:updateStripeFormStatus",async e=>{await this.commands.checkout.updateStripeFormStatus(e.detail.status),e.detail.status.hasError&&this.logger.error("Stripe form status update failed",e.detail)}),this.stripeFormElement.addEventListener("lce:s:confirmPaymentSession",async e=>{try{const{confirmationTokenId:i,setupIntentId:r}=e.detail;await this.commands.checkout.confirmPaymentSession(i,r)}catch(i){this.logger.error("Failed to confirm payment session",i),this.store.set("checkout.payment.sendSubmitSignal",![])}}),this.stripeFormElement.addEventListener("lce:s:requestSessionRefresh",async()=>{var e;try{const i=await this.doStripeConfig(),r=new CustomEvent("lce:s:refreshSession",{detail:{stripeConfig:i}});null===(e=this.stripeFormElement)||void 0===e?void 0:e.dispatchEvent(r)}catch(i){this.logger.error("Failed to refresh payment session",i)}})}onStoreChanged(e){const i=e.some(e=>"checkout.payment.sendSubmitSignal"===e.path&&e.value===!![]);if(i&&this.stripeFormElement){const e=new CustomEvent("lce:s:submit");this.stripeFormElement.dispatchEvent(e)}return![]}disconnected(){var e;this.removeExistingStripeForm(),this.rootComponent=null,this.isCreatingStripeForm=![],null===(e=super.disconnected)||void 0===e||e.call(this)}template(){const e=[],i=document.createElement("div");i.classList.add("section-title-container");const r=document.createElement("h3");r.textContent="Payment",r.classList.add("section-title"),i.appendChild(r);const s=document.createElement("p");s.textContent="All transactions are secure and encrypted.",s.classList.add("section-subtitle"),i.appendChild(s),e.push(i);const a=document.createElement("slot");return a.setAttribute("name",dt),e.push(a),e}}class CheckoutStripeFormComponent extends HTMLElement{constructor(){super(...arguments),this.F=![],this.A=null,this.O=null,this.N=null,this.L=![],this.M=![],this.R=![]}async initialize({data:e}){if(this.F)return console.warn("Stripe form already initialized, ignoring subsequent calls"),void 0;this.B=e.stripeConfig,await this.initializeStripe(),this.setupEventListeners(),this.F=!![],await this.updateStripeFormStatus({isComplete:![],hasError:![],isProcessing:![],errorMessage:null})}async initializeStripe(){try{window.Stripe||await this.loadStripeJS();const e=this.B;this.A=window.Stripe(e.publishableKey),this.O=this.A.elements({clientSecret:e.clientSecret,appearance:e.appearance}),this.N=this.O.create("payment",e.elementOptions),this.N.mount(this),this.N.on("change",async e=>{const i=!!e.error,r=e.complete,s=i?e.error.message:null;this.M=r,await this.updateStripeFormStatus({isComplete:r,hasError:i,errorMessage:s,isProcessing:this.L})}),this.N.on("focus",async()=>{await this.updateStripeFormStatus({isComplete:this.M,hasError:![],errorMessage:null,isProcessing:this.L})}),this.R=![]}catch(e){throw await this.updateStripeFormStatus({isComplete:![],hasError:!![],isProcessing:![],errorMessage:"Failed to initialize payment form"}),e}}setupEventListeners(){this.addEventListener("lce:s:submit",this.handleSubmitEvent.bind(this)),this.addEventListener("lce:s:refreshSession",this.handleRefreshSession.bind(this))}async handleSubmitEvent(){await this.handleSubmit()}async handleRefreshSession(e){const{stripeConfig:i}=e.detail;i&&(this.B=i,await this.refreshPaymentSession())}async handleSubmit(){if(!this.L){this.L=!![],await this.updateStripeFormStatus({isComplete:this.M,hasError:![],errorMessage:null,isProcessing:!![]});try{if(!this.M)throw new Error("Please complete all required payment fields");this.R&&await this.requestSessionRefresh();const e=await this.createConfirmationTokenId(),i=this.B.clientSecret,r=i.split("_secret_")[0],s=new CustomEvent("lce:s:confirmPaymentSession",{detail:{confirmationTokenId:e,setupIntentId:r}});this.dispatchEvent(s),this.R=!![],await this.updateStripeFormStatus({isComplete:!![],isProcessing:![],hasError:![],errorMessage:null})}catch(e){this.R||(this.R=!![]),await this.updateStripeFormStatus({isComplete:this.M,isProcessing:![],hasError:!![],errorMessage:(null==e?void 0:e.message)||"An unexpected error with payment occurred"})}finally{this.L=![]}}}async requestSessionRefresh(){const e=new CustomEvent("lce:s:requestSessionRefresh");return this.dispatchEvent(e),new Promise((e,i)=>{const r=setTimeout(()=>{this.removeEventListener("lce:s:refreshSession",t),i(new Error("Session refresh timeout"))},5e3),t=()=>{clearTimeout(r),this.removeEventListener("lce:s:refreshSession",t),e()};this.addEventListener("lce:s:refreshSession",t,{once:!![]})})}async refreshPaymentSession(){try{this.O&&this.O.update({clientSecret:this.B.clientSecret}),this.R=![]}catch(U){await this.updateStripeFormStatus({isComplete:![],hasError:!![],isProcessing:![],errorMessage:"Failed to refresh payment session"})}}async updateStripeFormStatus(e){const i=new CustomEvent("lce:s:updateStripeFormStatus",{detail:{status:e}});this.dispatchEvent(i)}async createConfirmationTokenId(){if(!this.O)throw new Error("Elements must be provided");try{const{error:e}=await this.O.submit();if(e)throw new Error(e.message);const i={elements:this.O,params:{payment_method_data:{allow_redisplay:"always",billing_details:{name:"Guest",address:{country:"US"}}},shipping:{name:"Guest",address:{country:"US",city:null,line1:null,line2:null,postal_code:null,state:null}}}},{error:r,confirmationToken:s}=await this.A.createConfirmationToken(i);if(r)throw new Error(r.message);if(!s||!s.id)throw new Error("Confirmation token not found");return s.id}catch(e){throw new Error(e.message)}}async disconnected(){await this.cleanupForm()}disconnectedCallback(){this.cleanupForm().catch(e=>{console.error("Error during Stripe form disconnection cleanup:",e)})}async cleanupForm(){var e,i;try{this.N&&(this.N.unmount(),this.N=null),this.O&&(null===(i=(e=this.O).destroy)||void 0===i?void 0:i.call(e),this.O=null),this.A=null,this.L=![],this.M=![],this.R=![],this.F=![],this.isConnected&&await this.updateStripeFormStatus({isComplete:![],hasError:![],isProcessing:![],errorMessage:null})}catch(r){console.warn("Error during Stripe form cleanup:",r)}}loadStripeJS(){return new Promise((e,i)=>{const r=document.createElement("script");r.src="https://js.stripe.com/basil/stripe.js",r.onload=()=>e(),r.onerror=()=>i(new Error("Failed to load Stripe.js")),document.head.appendChild(r)})}}class CheckoutAmountsComponent extends BaseComponent{get hostClasses(){return["checkout-amounts-container"]}constructor(){super({watchStorePaths:["checkout.amounts"]})}template(){var e,i,r;const s=this.getStoreValue("checkout"),a=Boolean(s.promoCode),c=Boolean(null===(e=s.giftCards)||void 0===e?void 0:e.length),l=this.getConfigs("global"),h=Object.keys(s.onDemandFulfillmentTipInfo||{}).length>0,p=Object.values(s.items||{}),m=[],f=document.createElement("div");f.classList.add("checkout-amount-line");const g=document.createElement("span");g.textContent="Subtotal ("+p.length+" item"+(p.length>1?"s":"")+")",f.appendChild(g);const v=document.createElement("span");v.textContent=formatCentToDollarText(s.amounts.subtotal),f.appendChild(v),m.push(f);const b=document.createElement("div");b.classList.add("checkout-amount-line");const x=document.createElement("span");x.textContent="Shipping",b.appendChild(x);const w=document.createElement("span");w.textContent=formatCentToDollarText(s.amounts.shipping),b.appendChild(w),m.push(b);const C=document.createElement("div");C.classList.add("checkout-amount-line");const k=document.createElement("span");k.textContent="Delivery",C.appendChild(k);const S=document.createElement("span");if(S.textContent=formatCentToDollarText(s.amounts.delivery),C.appendChild(S),m.push(C),(null===(i=null==s?void 0:s.amounts)||void 0===i?void 0:i.engraving)>0){const e=document.createElement("div");e.classList.add("checkout-amount-line");const i=document.createElement("span");i.textContent="Engraving",e.appendChild(i);const r=document.createElement("span");r.textContent=formatCentToDollarText(s.amounts.engraving),e.appendChild(r),m.push(e)}const E=document.createElement("div");E.classList.add("checkout-amount-line");const _=document.createElement("span");_.textContent="Taxes & Fees",E.appendChild(_);const P=document.createElement("span");if(P.textContent=formatCentToDollarText(s.amounts.tax+s.amounts.service+s.amounts.platform),E.appendChild(P),m.push(E),a){const e=document.createElement("div");e.classList.add("checkout-amount-line");const i=document.createElement("span");i.textContent="Promo Code ("+(null===(r=s.promoCode)||void 0===r?void 0:r.code)+")",e.appendChild(i);const a=document.createElement("span");a.textContent="-"+formatCentToDollarText(s.amounts.discounts),e.appendChild(a),m.push(e)}if(c){const e=document.createElement("div");e.classList.add("checkout-amount-line");const i=document.createElement("span");i.textContent="Gift Cards Applied",e.appendChild(i);const r=document.createElement("span");r.textContent="-"+formatCentToDollarText(s.amounts.giftCards),e.appendChild(r),m.push(e)}if(h){const e=document.createElement("div");e.classList.add("checkout-amount-line");const i=document.createElement("span");i.textContent="Tips",e.appendChild(i);const r=document.createElement("span");r.textContent=formatCentToDollarText(s.amounts.tip),e.appendChild(r),m.push(e)}const T=document.createElement("div");T.classList.add("checkout-separator"),m.push(T);const D=document.createElement("div");D.classList.add("checkout-amount-total");const F=document.createElement("span");F.textContent="Total",D.appendChild(F);const A=document.createElement("span");A.textContent=formatCentToDollarText(s.amounts.total),D.appendChild(A),m.push(D);const z=this.store.get("checkout.isPresaleLocked");if(z){const e=document.createElement("div");e.classList.add("checkout-amount-due");const i=document.createElement("span");i.textContent="Amount due today",e.appendChild(i);const r=document.createElement("span");r.textContent=formatCentToDollarText(0),e.appendChild(r),m.push(e);const s=document.createElement("div");s.classList.add("checkout-presale-locked-message");const a=htmlStringToElement(InfoIcon({color:l.theme.defaultTextColor}));s.appendChild(a);const c=document.createElement("p");c.textContent="Pre-ordered items will be charged when shipped.",s.appendChild(c),m.push(s)}return m}}class CheckoutCompletedComponent extends BaseComponent{get hostClasses(){return["checkout-completed-container"]}template(){var e,i,r,a,c,l,h,p,m,f,g,v;const b=[],x=this.getConfigs("configurations"),w=this.getConfigs("global"),C=this.getConfigs("checkout"),k=this.config.layout.exitUrl||window.location.host,S=this.config.layout.thankYouButtonText||"Continue Shopping";if((null===(i=null===(e=this.config.theme)||void 0===e?void 0:e.checkoutCompleted)||void 0===i?void 0:i.customLogo)||(null===(a=null===(r=this.config.layout)||void 0===r?void 0:r.checkoutCompleted)||void 0===a?void 0:a.customLogo)){const e=document.createElement("div");e.classList.add("checkout-completed-header-container");const i=document.createElement("img");i.src=(null===(l=null===(c=this.config.theme)||void 0===c?void 0:c.checkoutCompleted)||void 0===l?void 0:l.customLogo)||(null===(p=null===(h=this.config.layout)||void 0===h?void 0:h.checkoutCompleted)||void 0===p?void 0:p.customLogo),i.alt=x.partnerName+" Logo",e.appendChild(i),b.push(e)}const E=document.createElement("div");E.classList.add("checkout-completed-section-container");const _=document.createElement("div");_.classList.add("checkout-completed-title-container");const P=document.createElement("div");P.classList.add("checkout-completed-title-section");const T=document.createElement("h3");T.innerHTML=(null===(f=null===(m=this.config.theme)||void 0===m?void 0:m.checkoutCompleted)||void 0===f?void 0:f.customText)||(null===(v=null===(g=this.config.layout)||void 0===g?void 0:g.checkoutCompleted)||void 0===v?void 0:v.customText)||"Thank You for Your Order!",P.appendChild(T);const D=document.createElement("p");D.textContent="Your payment has been successfully processed.",P.appendChild(D),_.appendChild(P),E.appendChild(_);const F=document.createElement("div");F.classList.add("checkout-completed-sub-section");const A=document.createElement("div");A.classList.add("checkout-completed-line");const z=document.createElement("h3");z.textContent="Order Number",A.appendChild(z);const O=document.createElement("span");O.textContent=this.params.orderNumber,A.appendChild(O),F.appendChild(A);const N=document.createElement("div");N.classList.add("checkout-completed-line");const R=document.createElement("h3");R.textContent="Order Amount",N.appendChild(R);const q=document.createElement("span");q.textContent=""+formatCentToDollarText(this.params.orderTotal),N.appendChild(q),F.appendChild(N);const j=document.createElement("div");j.classList.add("checkout-completed-line");const G=document.createElement("h3");G.textContent="Payment Method",j.appendChild(G);const U=document.createElement("span");U.textContent="** "+this.params.cardLast4,j.appendChild(U),F.appendChild(j),E.appendChild(F);const H=document.createElement("div");H.classList.add("checkout-completed-sub-section");const V=document.createElement("p");V.innerHTML=this.params.giftRecipientEmail?"Order updates and your gift message will be sent to <strong>"+this.params.giftRecipientEmail+"</strong>.<br><br>A confirmation email and receipt has been sent to <strong>"+this.params.customerEmail+"</strong>.":"A confirmation email and receipt has been sent to <strong>"+this.params.customerEmail+"</strong>.",H.appendChild(V),E.appendChild(H),b.push(E);const Y=document.createElement("div");Y.classList.add("checkout-completed-section-container");const K=document.createElement("button");K.type="button";const W=document.createElement("span");W.textContent=S,K.setAttribute("tabindex","0"),K.setAttribute("role","button"),K.setAttribute("aria-label",S),K.appendChild(W);const X=htmlStringToElement(ArrowRightIcon({width:16,height:16}));K.appendChild(X),K.addEventListener("click",()=>{window.location.href=k}),K.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),window.location.href=k)}),Y.appendChild(K),b.push(Y);const Z=document.createElement("div");Z.classList.add("checkout-completed-section-container");const $=document.createElement("div");$.classList.add("checkout-completed-help-section"),Z.appendChild($);const J=document.createElement("p");J.textContent="Questions about your order? Contact us at ";const tt=document.createElement("a");tt.href="mailto:"+x.supportEmail,tt.textContent=x.supportEmail,J.appendChild(tt),$.appendChild(J);const et=document.createElement("p"),nt=(new Date).toLocaleDateString("en-US",{month:"2-digit",day:"2-digit",year:"numeric"});if(et.textContent="Order placed on "+nt,$.appendChild(et),b.push(Z),C.layout.legalMessage.show){const e=document.createElement("div");e.classList.add("checkout-separator");const i=document.createElement("div");i.classList.add("checkout-legal-message"),i.innerHTML=sanitizeHTML(C.layout.legalMessage.text);const r=document.createElement("div");r.classList.add("checkout-separator"),b.push(e),b.push(i),b.push(r)}if(w.layout.showPoweredBy){const e=ComponentFactoryService.createElement({type:s.POWERED_BY,context:"general"});b.push(e)}return b}}class CheckoutGiftCardsComponent extends BaseComponent{get hostClasses(){return["input-gift-card-container"]}constructor(){super({watchOnlyStorePaths:["checkout.giftCards","checkout.giftCardError","checkout.loading"]}),this.isApplying=![],this.giftCardInput=null,this.applyButton=null}onStoreWatch(e){var i;const r=e.find(e=>"checkout.giftCards"===e.path),s=e.find(e=>"checkout.loading"===e.path);r&&r.value.length>((null===(i=r.oldValue)||void 0===i?void 0:i.length)||0)&&this.giftCardInput&&this.giftCardInput.setValue(""),s&&this.updateApplyButtonState()}updateApplyButtonState(){if(!this.applyButton||!this.giftCardInput)return;const e=this.giftCardInput.getValue().trim(),i=e.length>=3&&e.length<=255,r=this.getStoreValue("checkout.loading"),s=this.getStoreValue("checkout.giftCardError");this.applyButton.disabled=!i||r||Boolean(s)||this.isApplying}createGiftCardInput(){return this.giftCardInput=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:"giftCards",placeholder:"Enter gift card code",autocomplete:![],validation:{min:3,max:255},onChange:e=>{const i=e.toUpperCase(),r=this.giftCardInput;r.setValue(i),this.updateApplyButtonState()}}),this.giftCardInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply gift card");const L=async()=>{const e=this.giftCardInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.updateApplyButtonState(),await this.commands.checkout.applyGiftCard(e)}catch(i){this.logger.error("Checkout gift card application failed",{giftCardCode:e,error:i instanceof Error?i.message:String(i)})}finally{this.isApplying=![],this.updateApplyButtonState()}};return this.applyButton.addEventListener("click",L),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),L())}),this.applyButton}template(){this.giftCardInput=null,this.applyButton=null;const e=[];return e.push(this.createGiftCardInput()),e.push(this.createApplyButton()),e}disconnected(){this.giftCardInput=null,this.applyButton=null}}class CheckoutItemComponent extends BaseComponent{get hostClasses(){return["checkout-item-card"]}constructor(){super({autoDestroy:!![],autoDestroyPath:"checkout.items.{itemId}",watchStorePaths:["checkout.items.{itemId}","checkout.items"]}),this.trashButton=null}onStoreChanged(e){var i,r,s,a;const c=e.find(e=>"checkout.items"===e.path);c&&(this.updateTrashButtonState(),this.setupMinimumPurchaseAlert(),this.checkAndUpdateLoadingState());const l=e.find(e=>e.path==="checkout.items."+this.params.itemId);if(l){const e=l.oldValue,c=l.value;if(c.updating)return![];const h=(null==e?void 0:e.quantity)!==(null==c?void 0:c.quantity),p=(null===(r=null===(i=null==e?void 0:e.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.lines)||[],m=(null===(a=null===(s=null==c?void 0:c.attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.lines)||[],f=JSON.stringify(p)!==JSON.stringify(m);(h||f)&&this.updateEngravingElement(c)}return![]}updateEngravingElement(e){var i,r;const a=this.getConfigs("global"),c=this.container.querySelector(".engraving-view-container");if(c&&c.remove(),(null===(r=null===(i=null==e?void 0:e.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.hasEngraving)===!![]&&a.layout.enablePersonalization){const i=ComponentFactoryService.createElement({type:s.ENGRAVING_VIEW,identifier:e.cartItemId,context:"checkout"}),r=this.container.querySelector(".checkout-item-card-footer");r&&r.before(i)}}setupMinimumPurchaseAlert(){const e=this.getStoreValue("checkout.items."+this.params.itemId);if(!e)return;const i=e.fulfillmentId;if(!i)return;if(!this.container)return;const r=this.container.querySelector(".checkout-item-card-header");if(r){const a=this.getStoreValue("cart.fulfillments."+i),c=this.container.querySelector('[data-component-type="checkout-retailer-alert"]');if(c&&c.remove(),shouldShowMinimumPurchaseAlert(a,e.pack)){const i=getMinimumPurchaseMessage(a,e.pack),c=ComponentFactoryService.createElement({type:s.PURCHASE_MIN_ALERT,message:i.message,messageType:i.type,currentTotal:a.subtotal,config:{showIcon:!![],alertType:"minimal"}});c.setAttribute("data-component-type","checkout-retailer-alert"),r.before(c)}}}updateTrashButtonState(){if(!this.trashButton)return;const e=this.getStoreValue("checkout"),i=Object.keys(e.items).length,r=1===i;this.trashButton.disabled=r,r?this.trashButton.classList.add("action-disabled"):this.trashButton.classList.remove("action-disabled")}createLoadingOverlay(){const e=document.createElement("div");e.className="cart-loading-backdrop",e.setAttribute("data-loading-id","item-loading-overlay");const i=document.createElement("div");i.className="cart-loading-spinner-container";const r=document.createElement("div");return r.className="cart-loading-spinner",r.innerHTML='\n <svg class="cart-spinner" width="32" height="32" viewBox="0 0 50 50">\n <circle\n class="cart-spinner-path"\n cx="25"\n cy="25"\n r="20"\n fill="none"\n stroke-width="3"\n stroke-linecap="round"\n stroke-dasharray="31.416"\n stroke-dashoffset="31.416"\n />\n </svg>\n ',i.appendChild(r),e.appendChild(i),e}hasLoadingOverlay(){return!!this.container.querySelector('[data-loading-id="item-loading-overlay"]')}showLoadingOverlay(){if(this.hasLoadingOverlay())return;const e=this.createLoadingOverlay();this.container.appendChild(e),this.container instanceof HTMLElement&&(this.container.style.position="relative")}hideLoadingOverlay(){const e=this.container.querySelector('[data-loading-id="item-loading-overlay"]');e&&(e.remove(),this.container instanceof HTMLElement&&(this.container.style.position=""))}isItemUpdating(){const e=this.getStoreValue("checkout.items."+this.params.itemId);return e?e.updating===!![]:![]}checkAndUpdateLoadingState(){const e=this.isItemUpdating(),i=this.hasLoadingOverlay();e&&!i?this.showLoadingOverlay():!e&&i&&this.hideLoadingOverlay()}afterRender(){this.updateTrashButtonState(),this.checkAndUpdateLoadingState()}template(){var e,i,r;const a=this.getConfigs("global"),c=this.getStoreValue("checkout.items."+this.params.itemId),l=null===(e=null==c?void 0:c.attributes)||void 0===e?void 0:e.presale,h=(null==l?void 0:l.isActive)&&(null==l?void 0:l.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(l.estimatedShipBy):"";if(!c)return[];const p=document.createElement("div");p.classList.add("checkout-item-card-header");const m=document.createElement("div");m.classList.add("checkout-item-image");const f=document.createElement("img");f.src=c.mainImage,f.alt=c.name,f.loading="lazy",m.appendChild(f),p.appendChild(m);const g=document.createElement("div");g.classList.add("checkout-item-details-container");const v=document.createElement("h4");v.classList.add("checkout-item-title"),v.textContent=c.name,g.appendChild(v);const b=document.createElement("div");b.classList.add("checkout-item-subtitle");const x=document.createElement("span");x.textContent=l.isActive?""+h:((null==c?void 0:c.expectationDetail)||"")+",",b.appendChild(x);const w=document.createElement("span");w.textContent="From "+((null==c?void 0:c.retailerName)||""),b.appendChild(w),g.appendChild(b),p.appendChild(g),this.trashButton=document.createElement("button"),this.trashButton.type="button",this.trashButton.innerHTML=TrashIcon({}),this.trashButton.addEventListener("click",async e=>{var i;if(e.preventDefault(),e.stopPropagation(),!(null===(i=this.trashButton)||void 0===i?void 0:i.disabled))try{await this.commands.checkout.removeItem(c.cartItemId)}catch(r){this.logger.error("Checkout item removal failed",r)}}),p.appendChild(this.trashButton);const C=ComponentFactoryService.createElement({type:s.CHECKOUT_ITEM_QUANTITY,itemId:c.cartItemId}),k=[];if(k.push(p),a.layout.enablePersonalization&&(null===(r=null===(i=null==c?void 0:c.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.hasEngraving)===!![]){const e=ComponentFactoryService.createElement({type:s.ENGRAVING_VIEW,identifier:c.cartItemId,context:"checkout"});k.push(e)}return k.push(C),k}disconnected(){this.hideLoadingOverlay()}}class CheckoutItemQuantityComponent extends BaseComponent{get hostClasses(){return["checkout-item-card-footer"]}constructor(){super({watchStorePaths:["checkout.items.{itemId}"],watchOnlyStorePaths:["checkout.items"],autoDestroy:!![],autoDestroyPath:"checkout.items.{itemId}"})}onStoreWatch(e){const i=e.find(e=>"checkout.items"===e.path);if(i){const e=this.calculateQuantityLimits();this.updateButtonStates(e)}}getAvailableQuantity(){var e,i,r;const s=this.getStoreValue("checkout.items."+this.params.itemId);if(!s)return 0;const a=this.getStoreValue("products");if(!a)return 0;const c=s.partNumber,l=s.fulfillmentId,h=null===(r=null===(i=null===(e=Object.values(a).find(e=>e.sizes[s.liquidId]))||void 0===e?void 0:e.sizes)||void 0===i?void 0:i[s.liquidId])||void 0===r?void 0:r.attributes.maxQuantityPerOrder;if(!h)return 0;const p=this.getStoreValue("checkout.items")||{},m=Object.values(p).filter(e=>e.partNumber===c&&e.fulfillmentId===l),f=m.reduce((e,i)=>e+i.quantity,0);return h-f}calculateQuantityLimits(){var e;const i=this.getStoreValue("checkout.items."+this.params.itemId);if(!i)return{currentQuantity:0,availableQuantity:0,isTheOnlyItem:![],canIncrease:![],canDecrease:![]};const r=this.getStoreValue("checkout"),s=1===(null===(e=Object.values(r.items))||void 0===e?void 0:e.length),a=i.quantity,c=this.getAvailableQuantity(),l=c>0,h=!(s&&1===a);return{currentQuantity:a,availableQuantity:c,isTheOnlyItem:s,canIncrease:l,canDecrease:h}}updateButtonStates(e){this.decreaseButton&&(this.decreaseButton.disabled=!e.canDecrease,this.decreaseButton.classList.toggle("disabled",!e.canDecrease)),this.increaseButton&&(this.increaseButton.disabled=!e.canIncrease,this.increaseButton.classList.toggle("disabled",!e.canIncrease),e.canIncrease?this.increaseButton.setAttribute("aria-label","Increase quantity"):this.increaseButton.setAttribute("aria-label","Cannot increase quantity above maximum")),this.quantitySpan&&(this.quantitySpan.textContent=e.currentQuantity.toString(),this.quantitySpan.setAttribute("aria-label","Current quantity: "+e.currentQuantity))}async handleQuantityChange(e){const i=this.calculateQuantityLimits(),r=this.params.itemId;if((!(e<0)||i.canDecrease)&&(!(e>0)||i.canIncrease)){if(!r)return this.logger.error("Checkout item quantity change failed: Item ID not found in component params",{componentParams:this.params,delta:e}),void 0;try{await this.commands.checkout.updateCheckoutItemQuantity(r,e)}catch(s){this.logger.error("Checkout item quantity change operation failed",s)}}}template(){const e=this.getStoreValue("checkout.items."+this.params.itemId);if(!e)return this.logger.warn("Checkout item not found during template render",{itemId:this.params.itemId}),[];const i=this.calculateQuantityLimits(),r=document.createElement("div");r.classList.add("checkout-item-quantity-container"),this.decreaseButton=document.createElement("button"),this.decreaseButton.type="button",this.decreaseButton.classList.add("quantity-decrease"),this.decreaseButton.textContent="-",this.decreaseButton.setAttribute("aria-label","Decrease quantity"),this.decreaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(-1)}),r.appendChild(this.decreaseButton),this.quantitySpan=document.createElement("span"),this.quantitySpan.classList.add("product-count"),r.appendChild(this.quantitySpan),this.increaseButton=document.createElement("button"),this.increaseButton.type="button",this.increaseButton.classList.add("quantity-increase"),this.increaseButton.textContent="+",this.increaseButton.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleQuantityChange(1)}),r.appendChild(this.increaseButton),this.updateButtonStates(i);const s=document.createElement("span");if(s.classList.add("checkout-item-price-text"),s.textContent=formatCentToDollarText(e.price),e.quantity>1){const i=document.createElement("span");i.classList.add("checkout-item-price-each-text"),i.textContent=" ("+formatCentToDollarText(e.unitPrice)+" ea)",s.appendChild(i)}return[r,s]}}class CheckoutItemsComponent extends BaseComponent{get hostClasses(){return["checkout-items-container"]}constructor(){super({watchStorePaths:["checkout.items"]})}createItemElement(e){return ComponentFactoryService.createElement({type:s.CHECKOUT_ITEM,itemId:e})}getItemsListContainer(){return this.container.querySelector(".checkout-items-list")}getTogglerLabel(){return this.container.querySelector(".checkout-items-toggler-label")}getCurrentItemsMap(){const e=this.getStoreValue("checkout.items")||{},i=new Map;for(const r of Object.values(e))r&&r.cartItemId&&i.set(r.cartItemId,r);return i}syncItemsWithStore(){const e=this.getItemsListContainer();if(!e)return;const i=this.getCurrentItemsMap(),r=e.querySelectorAll("[data-item-id]"),s=new Set;for(const a of r){const e=a.getAttribute("data-item-id");e&&s.add(e)}for(const a of r){const e=a.getAttribute("data-item-id");e&&!i.has(e)&&a.remove()}for(const[a]of i)if(!s.has(a)){const i=this.createItemElement(a);i.setAttribute("data-item-id",a),e.appendChild(i)}this.updateItemCount()}updateItemCount(){const e=this.getTogglerLabel();if(!e)return;const i=this.getCurrentItemsMap(),r=i.size;e.textContent=r+" item"+(1!==r?"s":"")}onStoreChanged(e){let i;for(let r=0;r<e.length;r++){const s=e[r];if("checkout"===s.path||"checkout.items"===s.path||"checkout.items."===s.path.substring(0,15)){i=s;break}}return i?(this.syncItemsWithStore(),![]):![]}handleToggle(){const e=this.container.querySelector(".checkout-items-toggler-button"),i=this.container.querySelector(".checkout-items-list");if(e&&i){const r=i.classList.contains("show");i.classList.toggle("show"),e.classList.toggle("expanded"),r?(e.setAttribute("aria-expanded","false"),e.setAttribute("aria-label","Expand checkout items")):(e.setAttribute("aria-expanded","true"),e.setAttribute("aria-label","Collapse checkout items"))}}setupToggler(){const e=this.container.querySelector(".checkout-items-toggler"),i=this.container.querySelector(".checkout-items-toggler-button"),r=this.container.querySelector(".checkout-items-list");if(e&&i&&r){const s=r.classList.contains("show");i.setAttribute("tabindex","0"),i.setAttribute("aria-expanded",s?"true":"false"),i.setAttribute("aria-label",s?"Collapse checkout items":"Expand checkout items"),e.addEventListener("click",()=>this.handleToggle()),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleToggle())})}}afterRender(){this.setupToggler(),this.syncItemsWithStore()}template(){const e=this.getStoreValue("checkout.items"),i=Object.values(e||{}),r=document.createElement("div");r.classList.add("checkout-items-toggler");const s=document.createElement("span");s.classList.add("checkout-items-toggler-label"),s.textContent=i.length+" item"+(1!==i.length?"s":""),r.appendChild(s);const a=document.createElement("button");a.type="button",a.classList.add("checkout-items-toggler-button"),a.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-icon"}),r.appendChild(a);const c=document.createElement("div");c.classList.add("checkout-items-list","show");for(const l of i){const e=this.createItemElement(l.cartItemId);e.setAttribute("data-item-id",l.cartItemId),c.appendChild(e)}return[r,c]}}class CheckoutPlaceOrderButtonComponent extends BaseComponent{get hostClasses(){return["checkout-place-order-button-container"]}constructor(){super({watchStorePaths:["checkout.isFormValid","checkout.invalidFields","checkout.stripeFormStatus","checkout.stripeFormStatus.isComplete","checkout.stripeFormStatus.hasError","checkout.stripeFormStatus.isProcessing","checkout.stripeFormStatus.errorMessage","checkout.readyForSubmit","checkout.readyForSubmit.payment","checkout.readyForSubmit.prepared","checkout.loading","checkout.error","checkout.payment.sendSubmitSignal"]}),this.errorTimeoutId=null}afterRender(){this.placeOrderButton=this.container.querySelector(".checkout-place-order-button"),this.errorContainer=this.container.querySelector(".checkout-payment-error-wrapper"),this.updateButtonState()}disconnected(){this.clearErrorTimeout()}onStoreChanged(e){const i=e.some(e=>"checkout.isFormValid"===e.path||"checkout.invalidFields"===e.path||"checkout.stripeFormStatus"===e.path||"checkout.stripeFormStatus."===e.path.substring(0,26)||"checkout.readyForSubmit"===e.path||"checkout.readyForSubmit."===e.path.substring(0,23)||"checkout.loading"===e.path||"checkout.error"===e.path);i&&this.updateButtonState();const r=e.find(e=>"checkout.readyForSubmit"===e.path);return r&&this.handleCheckoutReadyForSubmit(r.value),![]}updateButtonState(){if(!this.placeOrderButton)return;const e=this.store.get("checkout.isFormValid")||![],i=this.store.get("checkout.invalidFields")||[],r=this.store.get("checkout.stripeFormStatus")||{},s=this.store.get("checkout.loading")||![],a=this.store.get("checkout.error")||null,c=r.isComplete||![],l=r.hasError||![],h=r.isProcessing||![],p=r.errorMessage||null;this.updateErrorDisplay(this.determineErrorMessage(a,p));const m=this.determineButtonState({isFormValid:e,invalidFieldsCount:i.length,isPaymentComplete:c,hasPaymentError:l,isStripeProcessing:h,isCheckoutLoading:s,hasCheckoutError:!!a});this.applyButtonState(m)}determineErrorMessage(e,i){return e&&i?i:i||e}clearErrorTimeout(){null!==this.errorTimeoutId&&(clearTimeout(this.errorTimeoutId),this.errorTimeoutId=null)}updateErrorDisplay(e){if(!this.errorContainer)return;const i=this.errorContainer.querySelector(".error-text");i&&(this.clearErrorTimeout(),e?(i.textContent=e,this.errorContainer.style.display="block",this.errorTimeoutId=setTimeout(()=>{this.errorTimeoutId=null,this.commands.checkout.removeCheckoutError();const e=this.store.get("checkout.stripeFormStatus");(null==e?void 0:e.errorMessage)&&this.commands.checkout.updateStripeFormStatus({errorMessage:null})},3e3)):(i.textContent="",this.errorContainer.style.display="none"))}determineButtonState(e){const{isFormValid:i,invalidFieldsCount:r,isPaymentComplete:s,hasPaymentError:a,isStripeProcessing:c,isCheckoutLoading:l,hasCheckoutError:h}=e,p=this.config.layout.placeOrderButtonText,m=this.config.layout.placeOrderButtonShowRequiredFields,f=i&&s&&!a&&!c&&!h,g=this.store.get("checkout.readyForSubmit.payment")||![],v=this.store.get("checkout.readyForSubmit.prepared")||![],b=this.store.get("checkout.payment.sendSubmitSignal")||![],x=this.store.get("checkout.isPresaleLocked")||![];let w=![];if(!x){const e=this.getStoreValue("cart.fulfillments")||{};w=Object.values(e).some(e=>hasUnmetMinimum(e))}const C=c||l||b;if(l&&!c&&!b)return{state:"processing",text:p,disabled:!![]};if(w)return{state:"disabled",text:p,disabled:!![]};if(C)return g&&v?{state:"processing",text:"Placing Order...",disabled:!![]}:g&&!v?{state:"processing",text:"Preparing Order...",disabled:!![]}:v&&!g&&(c||b)||b||c?{state:"processing",text:"Processing Payment...",disabled:!![]}:{state:"processing",text:"Placing Order...",disabled:!![]};if(!i){const e=r>0?" ("+r+")":"";return{state:"form-invalid",text:m?"Complete Required Fields"+e:p,disabled:![]}}return s?a?{state:"payment-error",text:p,disabled:![]}:f?{state:"ready",text:p,disabled:![]}:{state:"disabled",text:p,disabled:!![]}:{state:"payment-incomplete",text:"Complete Payment Information",disabled:![]}}applyButtonState(e){if(!this.placeOrderButton)return;const i=["processing","form-invalid","payment-incomplete","payment-error","ready","disabled"];this.placeOrderButton.classList.remove(...i),this.placeOrderButton.classList.add(e.state),this.placeOrderButton.disabled=e.disabled,this.placeOrderButton.textContent=e.text}async handlePlaceOrderClick(){try{if(this.clientConfig.isBuilder())return this.logger.info("Checkout Place Order Button Is Disabled In Builder Mode"),void 0;const e=this.store.get("checkout.isFormValid")||![],i=this.store.get("checkout.stripeFormStatus")||{},r=this.store.get("checkout.loading")||![],s=i.isComplete||![],a=i.hasError||![],c=i.isProcessing||![];if(c||r)return;if(!e)return await this.commands.checkout.focusFirstInvalidField(),void 0;if(!s||a)return this.showPaymentError(),void 0;await this.commands.checkout.startPreparingCheckoutSubmit()}catch(e){this.logger.error("Error handling place order click",e)}}showPaymentError(){const e=document.querySelector(".checkout-stripe-form");e&&safeScrollIntoView(e,{behavior:"smooth",block:"center"})}async handleCheckoutReadyForSubmit(e){if(!e)return;const{payment:i,prepared:r,customer:s,gift:a,billing:c}=e,l=i&&r&&s&&c&&a;l&&await this.commands.checkout.checkoutComplete()}template(){const e=document.createElement("button");e.type="button",e.textContent=this.config.layout.placeOrderButtonText,e.classList.add("checkout-place-order-button"),e.disabled=!![],e.setAttribute("tabindex","0"),e.setAttribute("role","button"),e.setAttribute("aria-label","Place Order"),e.addEventListener("click",this.handlePlaceOrderClick.bind(this)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handlePlaceOrderClick())});const i=document.createElement("div");i.classList.add("checkout-payment-error-wrapper"),i.setAttribute("role","alert"),i.style.display="none";const r=document.createElement("div");r.classList.add("checkout-payment-error");const a=document.createElement("span");a.classList.add("icon-error"),a.innerHTML=ErrorInfoIcon({});const c=document.createElement("span");c.classList.add("error-text"),r.appendChild(a),r.appendChild(c),i.appendChild(r);const l=ComponentFactoryService.createElement({type:s.ALERT,errorStorePath:"checkout.events",fromEvents:!![],showFirstEvent:![]});return[i,l,e]}}class CheckoutPresaleExpiredComponent extends BaseComponent{constructor(){super(...arguments),this.autoCloseInterval=null,this.autoCloseSeconds=10,this.autoCloseElement=null}get hostClasses(){return["checkout-completed-container"]}get hostAttributes(){return{role:"alert","aria-live":"assertive"}}afterRender(){this.startAutoCloseCountdown()}disconnected(){this.stopAutoCloseCountdown()}handleExit(){this.stopAutoCloseCountdown(),this.commands.ui.closeDrawer()}startAutoCloseCountdown(){this.updateAutoCloseDisplay(),this.autoCloseInterval=window.setInterval(()=>{this.autoCloseSeconds--,this.updateAutoCloseDisplay(),this.autoCloseSeconds<=0&&this.handleExit()},1e3)}stopAutoCloseCountdown(){null!==this.autoCloseInterval&&(clearInterval(this.autoCloseInterval),this.autoCloseInterval=null)}updateAutoCloseDisplay(){this.autoCloseElement&&(this.autoCloseElement.textContent=""+this.autoCloseSeconds)}template(){const e=[],i=this.getConfigs("global"),r=document.createElement("div");r.classList.add("checkout-completed-section-container");const a=document.createElement("div");a.classList.add("checkout-completed-title-section");const c=document.createElement("div");c.classList.add("checkout-completed-title-section");const l=document.createElement("p");l.classList.add("presale-expired-title"),l.textContent="Session Expired",c.appendChild(l);const h=document.createElement("p");h.textContent="Your reservation time has ended. The item has been released for other customers.",c.appendChild(h),a.appendChild(c),r.appendChild(a);const p=document.createElement("div");p.classList.add("checkout-completed-help-section"),p.textContent="To ensure fair access for all customers, we can only hold items for a limited time. You can try to reserve the item again if it's still available.",r.appendChild(p),e.push(r);const m=document.createElement("div");m.classList.add("checkout-completed-section-container");const f=document.createElement("button");f.setAttribute("aria-label","Continue shopping"),f.type="button";const g=document.createElement("span");g.textContent="Continue Shopping",f.setAttribute("tabindex","0"),f.setAttribute("role","button"),f.setAttribute("aria-label","Continue Shopping"),f.appendChild(g);const v=htmlStringToElement(ArrowRightIcon({width:16,height:16}));f.appendChild(v),f.addEventListener("click",()=>this.handleExit()),f.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleExit())}),m.appendChild(f),e.push(m);const b=document.createElement("div");b.classList.add("checkout-completed-section-container");const x=document.createElement("p");x.classList.add("checkout-completed-auto-close-text"),x.textContent="This view will close automatically in:",this.autoCloseElement=document.createElement("div"),this.autoCloseElement.classList.add("checkout-completed-auto-close-seconds"),this.autoCloseElement.setAttribute("aria-live","polite"),this.autoCloseElement.setAttribute("aria-atomic","true"),this.autoCloseElement.textContent=""+this.autoCloseSeconds;const w=document.createElement("span");if(w.classList.add("checkout-completed-auto-close-text"),w.textContent="seconds",b.appendChild(x),b.appendChild(this.autoCloseElement),b.appendChild(w),e.push(b),i.layout.showPoweredBy){const i=document.createElement("div");i.classList.add("checkout-completed-powered-by-container");const r=ComponentFactoryService.createElement({type:s.POWERED_BY,context:"checkout"});i.appendChild(r),e.push(i)}return e}}class CheckoutPromoCodeComponent extends BaseComponent{get hostClasses(){return["input-promo-code-container"]}constructor(){super({watchOnlyStorePaths:["checkout.promoCode","checkout.loading"]}),this.isApplying=![],this.promoInput=null,this.applyButton=null,this.promoCodeText=null}onStoreWatch(e){const i=e.find(e=>"checkout.promoCode"===e.path),r=e.find(e=>"checkout.loading"===e.path);if(i){const{value:e,oldValue:r}=i,s=Boolean(r),a=Boolean(e);if(!s&&a)return this.container.innerHTML="",this.createAppliedContainer(e),void 0;if(s&&!a)return this.container.innerHTML="",this.createInputContainer(),void 0;a&&this.promoCodeText&&e.discountAmount!==(null==r?void 0:r.discountAmount)&&(this.promoCodeText.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")")}r&&this.updateApplyButtonState()}updateApplyButtonState(){if(!this.applyButton||!this.promoInput)return;const e=this.promoInput.getValue().trim(),i=e.length>=3&&e.length<=255,r=this.getStoreValue("checkout.loading"),s=this.getStoreValue("checkout.promoCode"),a=this.getStoreValue("checkout.promoCodeError");this.applyButton.disabled=!i||r||Boolean(s)||Boolean(a)||this.isApplying}createPromoInput(){return this.promoInput=ComponentFactoryService.createElement({type:s.INPUT,inputType:"text",name:"promoCode",placeholder:"Enter promo code",autocomplete:![],validation:{min:3,max:255},onChange:e=>{const i=e.toUpperCase(),r=this.promoInput;r.setValue(i),this.updateApplyButtonState()}}),this.promoInput}createApplyButton(){this.applyButton=document.createElement("button"),this.applyButton.type="button",this.applyButton.classList.add("apply-button"),this.applyButton.disabled=!![],this.applyButton.textContent="Apply",this.applyButton.setAttribute("tabindex","0"),this.applyButton.setAttribute("role","button"),this.applyButton.setAttribute("aria-label","Apply promo code");const L=async()=>{const e=this.promoInput.getValue().trim().toUpperCase();if(e)try{this.isApplying=!![],this.updateApplyButtonState(),await this.commands.checkout.applyPromoCode(e)}catch(i){this.logger.error("Checkout promo code application failed",{promoCode:e,error:i instanceof Error?i.message:String(i)})}finally{this.isApplying=![],this.updateApplyButtonState()}};return this.applyButton.addEventListener("click",L),this.applyButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),L())}),this.applyButton}createAppliedContainer(e){const i=document.createElement("div");i.classList.add("checkout-pc-gc-applied"),this.promoCodeText=document.createElement("span"),this.promoCodeText.textContent=(null==e?void 0:e.code)+" (- "+formatCentToDollarText((null==e?void 0:e.discountAmount)||0)+")";const r=document.createElement("button");r.type="button",r.classList.add("remove-button"),r.textContent="Remove",r.addEventListener("click",async()=>{await this.commands.checkout.removePromoCode()}),i.appendChild(this.promoCodeText),i.appendChild(r),this.container.appendChild(i),this.promoInput=null,this.applyButton=null}createInputContainer(){this.container.appendChild(this.createPromoInput()),this.container.appendChild(this.createApplyButton()),this.promoCodeText=null}template(){const e=this.getStoreValue("checkout.promoCode");if(this.promoInput=null,this.applyButton=null,this.promoCodeText=null,e){const i=document.createElement("div");i.classList.add("checkout-pc-gc-applied"),this.promoCodeText=document.createElement("span"),this.promoCodeText.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")";const r=document.createElement("button");return r.type="button",r.classList.add("remove-button"),r.textContent="Remove",r.addEventListener("click",async()=>{await this.commands.checkout.removePromoCode()}),i.appendChild(this.promoCodeText),i.appendChild(r),i}const i=[];return i.push(this.createPromoInput()),i.push(this.createApplyButton()),i}disconnected(){this.promoInput=null,this.applyButton=null,this.promoCodeText=null}}class CheckoutTipsComponent extends BaseComponent{get hostClasses(){return["checkout-tips-container"]}constructor(){super({watchStorePaths:["checkout.onDemandFulfillmentTipInfo","checkout.tipSelection","checkout.updating","checkout.amounts"]}),this.isInitialized=![]}afterRender(){this.setupToggler()}getTipSelection(){const e=this.getStoreValue("checkout.tipSelection");return null!=e?e:10}getOnDemandFulfillmentTipInfo(){return this.getStoreValue("checkout.onDemandFulfillmentTipInfo")||{}}getFulfillmentTipInfoArray(){return Object.values(this.getOnDemandFulfillmentTipInfo())}async handlePercentageSelect(e){const i=this.getStoreValue("checkout.updating")||![];if(!i)try{await this.commands.checkout.updateTips(e)}catch(r){this.logger.error("Checkout tips update failed",r)}}async handleFulfillmentTipInput(e,i){const r=this.getStoreValue("checkout.updating")||![];if(r)return;const s=this.getOnDemandFulfillmentTipInfo();if(!s[e])return;const a=Math.round(100*i);try{await this.commands.checkout.updateFulfillmentTip(e,a)}catch(c){this.logger.error("Checkout fulfillment tip update failed",c)}}async removeTipFromFulfillment(e){const i=this.getStoreValue("checkout.updating")||![];if(i)return;const r=this.getOnDemandFulfillmentTipInfo();if(r[e])try{await this.commands.checkout.removeFulfillmentTip(e)}catch(s){this.logger.error("Checkout fulfillment tip removal failed",s)}}createTipSelectionButtons(){const e=document.createElement("div");e.classList.add("checkout-tip-selection-container");const i=[10,18,20],r=this.getStoreValue("checkout.updating")||![],s=this.getTipSelection();for(const a of i){const i=document.createElement("button");i.type="button",i.textContent=a+"%",i.classList.add("checkout-tip-button"),i.disabled=r,s===a&&i.classList.add("selected"),i.addEventListener("click",()=>this.handlePercentageSelect(a)),e.appendChild(i)}return e}setupToggler(){const e=this.container.querySelector(".checkout-tip-distribution-header"),i=this.container.querySelector(".checkout-items-toggler-button"),r=this.container.querySelector(".retailers-tips-list");e&&i&&r&&e.addEventListener("click",()=>{const e=r.classList.contains("show");r.classList.toggle("show"),e?(i.setAttribute("aria-expanded","false"),i.setAttribute("aria-label","Expand tips section")):(i.setAttribute("aria-expanded","true"),i.setAttribute("aria-label","Collapse tips section")),i.classList.toggle("expanded")})}createTipDistribution(){const e=document.createElement("section");e.classList.add("checkout-tip-distribution-container");const i=this.getFulfillmentTipInfoArray();if(0===i.length)return e;const r=document.createElement("div");r.classList.add("checkout-tip-distribution-header");const s=document.createElement("h3");s.textContent="View Tip Distribution",s.classList.add("checkout-sub-header"),r.appendChild(s);const a=document.createElement("button");a.type="button",a.classList.add("checkout-items-toggler-button"),a.innerHTML=ChevronDownIcon({width:20,height:20,className:"chevron-icon"}),r.appendChild(a),e.appendChild(r);const c=document.createElement("div");c.classList.add("retailers-tips-list","show");for(const l of i){const e=document.createElement("div");e.classList.add("checkout-tip-distribution-item");const i=document.createElement("h4");i.textContent=l.retailerName,i.classList.add("checkout-sub-header"),e.appendChild(i);const r=document.createElement("div");r.classList.add("checkout-tip-fulfillment-input-wrapper");const s=document.createElement("div");s.classList.add("dollar-input-container");const a=document.createElement("span");a.classList.add("dollar-sign"),a.textContent="$";const h=document.createElement("input");let p;h.type="number",h.id="tip-input-"+l.fulfillmentId,h.name="tip-"+l.fulfillmentId,h.min="0",h.step="0.01",h.placeholder="0.00",h.classList.add("dollar-input"),h.value=l.tip>0?(l.tip/100).toFixed(2):"",h.disabled=this.getStoreValue("checkout.updating")||![],h.addEventListener("wheel",e=>{e.preventDefault()}),h.addEventListener("keydown",e=>{"-"!==e.key&&"+"!==e.key||e.preventDefault()}),h.addEventListener("keydown",e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||e.preventDefault()}),h.addEventListener("paste",e=>{e.preventDefault()}),h.addEventListener("contextmenu",e=>{e.preventDefault()}),h.addEventListener("input",e=>{const i=e.target;let r=i.value;if(Number.parseFloat(r)<0&&(i.value=Math.abs(Number.parseFloat(r)).toString(),r=i.value),r.includes(".")){const e=r.split(".");e.length>1&&e[1].length>2&&(i.value=e[0]+"."+e[1].substring(0,2))}}),h.addEventListener("input",e=>{const i=e.target,r=Number.parseFloat(i.value)||0;p&&clearTimeout(p),p=setTimeout(()=>{this.handleFulfillmentTipInput(l.fulfillmentId,r)},500)}),s.appendChild(a),s.appendChild(h),r.appendChild(s);const m=document.createElement("button");m.type="button",m.textContent="Remove",m.classList.add("checkout-tip-remove-button"),m.disabled=this.getStoreValue("checkout.updating")||![],m.addEventListener("click",()=>this.removeTipFromFulfillment(l.fulfillmentId)),r.appendChild(m),e.appendChild(r),c.appendChild(e)}return e.appendChild(c),e}async initializeDefaultTip(){if(this.isInitialized)return;const e=this.getStoreValue("checkout.tipSelection"),i=this.getFulfillmentTipInfoArray();if(e&&i.length>0){const e=i.some(e=>e.tip>0);if(e)this.isInitialized=!![];else try{this.isInitialized=!![],await this.commands.checkout.updateTips(10)}catch(r){this.logger.error("Default tip initialization failed",r),this.isInitialized=![]}}if(null==e)try{this.isInitialized=!![],await this.commands.checkout.updateTips(10)}catch(s){this.logger.error("Default tip initialization failed during fallback",s),this.isInitialized=![]}}template(){const e=[],i=this.getFulfillmentTipInfoArray();if(0===i.length)return e;i.length>0&&this.initializeDefaultTip();const r=document.createElement("section");r.classList.add("checkout-tip-container");const s=document.createElement("h3");s.classList.add("checkout-sub-header"),s.textContent="Add a tip",r.appendChild(s);const a=document.createElement("div");a.classList.add("checkout-tip-config-container");const c=this.createTipSelectionButtons();a.appendChild(c),r.appendChild(a);const l=document.createElement("p");l.classList.add("checkout-tip-disclaimer"),l.textContent="Tips will be split proportionally between retailers.",r.appendChild(l);const h=this.createTipDistribution();return e.push(r,h),e}}class CheckoutPcGcComponent extends BaseComponent{get hostClasses(){return["checkout-sections-container"]}constructor(){super({watchOnlyStorePaths:["checkout.loading","checkout.giftCardError","checkout.promoCodeError","checkout.giftCards"]}),this.appliedGiftCardsContainer=null}onStoreWatch(e){var i,r;const s=e.find(e=>"checkout.giftCardError"===e.path),a=e.find(e=>"checkout.promoCodeError"===e.path),c=e.find(e=>"checkout.giftCards"===e.path);if(c&&this.updateAppliedGiftCards(c.value),s){const e=this.container.querySelector(".input-gift-card-container");if(e){const r=e.nextElementSibling;if((null===(i=null==r?void 0:r.classList)||void 0===i?void 0:i.contains("error-banner-checkout"))&&(null==r?void 0:r.remove()),s.value){const i=this.createErrorElement(s.value);e.after(i)}const a=e.querySelector(".apply-button");a&&(a.disabled=Boolean(s.value))}}if(a){const e=this.container.querySelector(".input-promo-code-container");if(e){const i=e.nextElementSibling;if((null===(r=null==i?void 0:i.classList)||void 0===r?void 0:r.contains("error-banner-checkout"))&&(null==i?void 0:i.remove()),a.value){const i=this.createErrorElement(a.value);e.after(i)}const s=e.querySelector(".apply-button");s&&(s.disabled=Boolean(a.value))}}}updateAppliedGiftCards(e){const i=e&&e.length>0;if(!i)return this.appliedGiftCardsContainer&&(this.appliedGiftCardsContainer.remove(),this.appliedGiftCardsContainer=null),void 0;this.appliedGiftCardsContainer||(this.appliedGiftCardsContainer=document.createElement("div"),this.appliedGiftCardsContainer.classList.add("checkout-pc-gc-sub-container"),this.container.appendChild(this.appliedGiftCardsContainer)),this.appliedGiftCardsContainer.innerHTML="",e.forEach(e=>{const i=this.createAppliedGiftCardElement(e);this.appliedGiftCardsContainer.appendChild(i)})}createAppliedGiftCardElement(e){const i=document.createElement("div");i.classList.add("checkout-pc-gc-applied"),i.setAttribute("data-gift-card-code",e.code);const r=document.createElement("span");r.textContent=e.code+" (- "+formatCentToDollarText(e.discountAmount)+")",i.appendChild(r);const s=document.createElement("button");return s.type="button",s.textContent="Remove",s.addEventListener("click",async()=>{await this.commands.checkout.removeGiftCard(e.code)}),i.appendChild(s),i}pcInputContainer(){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_PROMO_CODE,classList:["input-promo-code-container"]});return e}gcInputContainer(){const e=ComponentFactoryService.createElement({type:s.CHECKOUT_GIFT_CARDS});return e}inputContainer(){var e;const i=this.getConfigs("checkout"),r=this.getConfigs("global"),s=i.layout.allowGiftCards,a=null===(e=null==r?void 0:r.layout)||void 0===e?void 0:e.allowPromoCodes,c=document.createElement("div");c.classList.add("checkout-pc-gc-sub-container");const l=this.pcInputContainer(),h=this.gcInputContainer();a&&c.appendChild(l);const p=this.getStoreValue("checkout.promoCodeError");if(p){const e=this.createErrorElement(p);e.classList.add("promo-code-error-wrapper"),c.appendChild(e)}s&&c.appendChild(h);const m=this.getStoreValue("checkout.giftCardError");if(m){const e=this.createErrorElement(m);c.appendChild(e)}return c}createErrorElement(e){const i=document.createElement("div");i.classList.add("error-banner-checkout");const r=document.createElement("div");r.innerHTML=ErrorInfoIcon({});const s=document.createElement("p");return s.textContent=e.toString(),i.appendChild(r),i.appendChild(s),setTimeout(async()=>{await this.commands.checkout.clearPromoCodeError(),await this.commands.checkout.clearGiftCardError(),i.remove()},3e3),i}template(){const e=this.getStoreValue("checkout.giftCards");this.appliedGiftCardsContainer=null;const i=[];return i.push(this.inputContainer()),e&&e.length>0&&(this.appliedGiftCardsContainer=document.createElement("div"),this.appliedGiftCardsContainer.classList.add("checkout-pc-gc-sub-container"),e.forEach(e=>{const i=this.createAppliedGiftCardElement(e);this.appliedGiftCardsContainer.appendChild(i)}),i.push(this.appliedGiftCardsContainer)),i}disconnected(){this.appliedGiftCardsContainer=null}}function renderPopupRetailerCard({fulfillment:e,selectedFulfillmentType:i,isSelected:r,fulfillmentStatus:s,selectedSizeAttributes:c}){var l,h,p,m,f;let g=0;const v=null==c?void 0:c.presale,b=(null==v?void 0:v.isActive)&&(null==v?void 0:v.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(v.estimatedShipBy):"",x=i===a.SHIPPING,w=i===a.ON_DEMAND;x&&(g=(null===(h=null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.individual)||void 0===h?void 0:h.fee)||0),w&&(g=(null===(p=null==e?void 0:e.fees)||void 0===p?void 0:p.fee)||0);const C=fulfillmentAddress(e.retailerAddress,i);let k=null;i===a.ON_DEMAND&&s.openTime&&(null==s?void 0:s.closeTime)&&(k=s.isOpen?"Closes at "+format24TimeTo12$1(null==s?void 0:s.closeTime):"Opens at "+format24TimeTo12$1(null==s?void 0:s.openTime));const S=i===a.ON_DEMAND&&s&&s.isClosed?"closed":"",E=document.createElement("div");E.className="popup-retailer-card "+(r?"selected":"")+" "+S,E.setAttribute("data-fulfillment-id",e.fulfillmentId),E.setAttribute("role","button"),E.setAttribute("tabindex","0"),E.setAttribute("aria-pressed",r?"true":"false");const _=i===a.SHIPPING?"Shipping":"Same-day delivery";E.setAttribute("aria-label",_+" from "+e.retailerName+", "+formatCentToDollarText(null!==(m=e.price)&&void 0!==m?m:0));const P=document.createElement("div");P.className="row";const T=document.createElement("span");T.className="name",T.textContent=e.retailerName,P.appendChild(T);const D=document.createElement("span");D.className="price",D.textContent=formatCentToDollarText(null!==(f=e.price)&&void 0!==f?f:0),P.appendChild(D),E.appendChild(P);const F=document.createElement("div");F.className="row";const A=document.createElement("span");A.className="expectation",A.textContent=s.isClosed?k:(null==v?void 0:v.isActive)?b:(null==e?void 0:e.expectation.detail)||"No expectation available",F.appendChild(A);const z=document.createElement("span");if(z.className="fee",z.textContent=g>0?formatCentToDollarText(g):"Free Delivery",F.appendChild(z),E.appendChild(F),w){const e=document.createElement("div");e.className="row";const i=document.createElement("span");i.className="address",i.textContent=C,e.appendChild(i),E.appendChild(e)}return E}function renderFulfillmentTabsContainer({shippingFulfillments:e,onDemandFulfillments:i,shippingSelected:r,onDemandSelected:s,onTabClick:c,enableShippingFulfillment:l,enableOnDemandFulfillment:h}){const p=i.length>0,m=document.createElement("div");if(m.className="fulfillment-tabs-container",m.setAttribute("role","tablist"),m.setAttribute("aria-label","Delivery method options"),l){const i=document.createElement("div");i.className="fulfillment-tab "+(r?"selected":""),i.setAttribute("data-fulfillment-type",a.SHIPPING),i.setAttribute("role","tab"),i.setAttribute("tabindex","0"),i.setAttribute("aria-selected",r?"true":"false"),i.setAttribute("aria-label","Shipping, "+e.length+" options"),i.addEventListener("click",c),i.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),i.click())});const s=document.createElement("span");s.className="fulfillment-tab-label "+(r?"selected":""),s.textContent="Shipping ("+e.length+")",i.appendChild(s),m.appendChild(i)}if(h){const e=document.createElement("div");e.className="fulfillment-tab "+(s?"selected":"")+" "+(p?"":"disabled"),e.setAttribute("data-fulfillment-type",a.ON_DEMAND),e.setAttribute("role","tab"),e.setAttribute("tabindex","0"),e.setAttribute("aria-selected",s?"true":"false"),e.setAttribute("aria-label","Same-day delivery, "+i.length+" options"),p||e.setAttribute("aria-disabled","true"),e.addEventListener("click",c),e.addEventListener("keydown",i=>{"Enter"!==i.key&&" "!==i.key||(i.preventDefault(),e.click())});const r=document.createElement("span");r.className="fulfillment-tab-label "+(s?"selected":""),r.textContent="Same-Day Delivery ("+i.length+")",e.appendChild(r),m.appendChild(e)}return m}class ProductAddToCartSectionComponent extends BaseComponent{get hostClasses(){return["add-to-cart-container"]}get hostAttributes(){return{role:"region","aria-live":"polite","aria-atomic":"false","aria-label":"Add to cart section"}}constructor(){super({watchStorePaths:["products.{productId}.quantity","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability","cart.items","products.{productId}.updating"]})}getProductId(){return this.params.productId}getAvailableQuantity(){var e;const i=this.getProductId(),r=this.getStoreValue("products."+i);if(!r.selectedFulfillment||!r.selectedSizeId)return 0;const s=r.selectedFulfillment.partNumber,a=r.selectedFulfillment.fulfillmentId,c=null===(e=r.sizes[r.selectedSizeId].attributes)||void 0===e?void 0:e.maxQuantityPerOrder;if(!c)return 0;const l=this.getStoreValue("cart.items")||{},h=Object.values(l).filter(e=>e.partNumber===s&&e.fulfillmentId===a),p=h.reduce((e,i)=>e+i.quantity,0);return c-p}isFulfillmentClosed(){const e=this.getProductId(),i=this.getStoreValue("products."+e);if(!i.selectedFulfillment)return![];const r=getRetailerOffHours(i.selectedFulfillment);return i.selectedFulfillmentType===a.ON_DEMAND&&r&&r.isClosed}isButtonLoading(){const e=this.getProductId();return this.getStoreValue("products."+e+".updating")}calculateQuantityLimits(){const{quantity:e}=this.calculateTotalPrice(),i=this.getAvailableQuantity(),r=e<i;return{currentQuantity:e,availableQuantity:i,canIncrease:r,canDecrease:e>1}}async handleAddToCart(){var e,i,r;const s=this.getProductId(),a=this.getStoreValue("products."+s);if(!a.selectedFulfillment)return this.logger.error("Product add to cart failed: No fulfillment option selected",{productId:s,selectedSizeId:a.selectedSizeId}),void 0;const c=this.getSizeAttributes(),l=(null===(e=null==c?void 0:c.presale)||void 0===e?void 0:e.isActive)===!![],h=this.isPresaleActive(c);l&&h?await this.commands.product.addPresaleToCart(s,{upc:a.sizes[a.selectedSizeId].upc,fulfillmentId:a.selectedFulfillment.fulfillmentId,partNumber:null===(i=a.selectedFulfillment)||void 0===i?void 0:i.partNumber,quantity:a.quantity,identifier:s}):await this.commands.product.addToCart(s,{upc:a.sizes[a.selectedSizeId].upc,fulfillmentId:a.selectedFulfillment.fulfillmentId,partNumber:null===(r=a.selectedFulfillment)||void 0===r?void 0:r.partNumber,quantity:a.quantity,identifier:s})}async handleQuantityChange(e){const i=this.getProductId();await this.commands.product.updateQuantity(i,e)}calculateTotalPrice(){const e=this.getProductId(),i=this.getStoreValue("products."+e),r=i.selectedFulfillment,s=r.price*i.quantity;return{quantity:i.quantity,totalPrice:s}}createQuantityContainer(e){const i=this.calculateQuantityLimits(),r=document.createElement("div");return r.className="quantity-container "+e,this.qtyDecreaseButton=document.createElement("button"),this.qtyDecreaseButton.type="button",this.qtyDecreaseButton.className="quantity-decrease",this.qtyDecreaseButton.textContent="−",this.qtyDecreaseButton.disabled=!i.canDecrease,this.qtyDecreaseButton.setAttribute("aria-label","Decrease quantity"),this.qtyDecreaseButton.setAttribute("aria-disabled",(!i.canDecrease).toString()),i.canDecrease||(this.qtyDecreaseButton.disabled=!![],this.qtyDecreaseButton.classList.add("disabled")),this.qtyDecreaseButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleQuantityChange(-1)}),this.quantityText=document.createElement("span"),this.quantityText.className="product-count",this.quantityText.textContent=i.currentQuantity.toString(),this.quantityText.setAttribute("role","status"),this.quantityText.setAttribute("aria-label","Current quantity: "+i.currentQuantity),this.qtyIncreaseButton=document.createElement("button"),this.qtyIncreaseButton.type="button",this.qtyIncreaseButton.className="quantity-increase",this.qtyIncreaseButton.textContent="+",this.qtyIncreaseButton.disabled=!i.canIncrease,this.qtyIncreaseButton.setAttribute("aria-label","Increase quantity"),this.qtyIncreaseButton.setAttribute("aria-disabled",(!i.canIncrease).toString()),i.canIncrease||(this.qtyIncreaseButton.disabled=!![],this.qtyIncreaseButton.classList.add("disabled")),this.qtyIncreaseButton.addEventListener("click",async e=>{e.preventDefault(),await this.handleQuantityChange(1)}),r.appendChild(this.qtyDecreaseButton),r.appendChild(this.quantityText),r.appendChild(this.qtyIncreaseButton),r}getSizeAttributes(){const e=this.getProductId(),i=this.getStoreValue("products."+e+".selectedSizeId"),r=this.getStoreValue("products."+e+".sizes."+i);return(null==r?void 0:r.attributes)||{}}isPresaleActive(e){const i=null==e?void 0:e.presale;if(!i)return![];if(!i.isActive)return![];if(i.canPurchaseOn){const e=new Date(i.canPurchaseOn),r=new Date;if(r.getTime()<e.getTime())return![]}return!![]}createAddToCartButton(){var e;const{totalPrice:i}=this.calculateTotalPrice(),r=this.getSizeAttributes(),s=this.calculateQuantityLimits(),a=(null===(e=null==r?void 0:r.presale)||void 0===e?void 0:e.isActive)===!![],c=this.isPresaleActive(r),l=a?this.config.layout.preSaleButtonText:this.config.layout.addToCartButtonText;this.addToCartButton=document.createElement("button"),this.addToCartButton.type="button",this.addToCartButton.className="add-to-cart-button",this.addToCartButton.textContent=this.config.layout.addToCartButtonShowTotalPrice?l+" - "+formatCentToDollarText(i):l;const h=a&&!c||0===s.availableQuantity||this.isFulfillmentClosed(),p=this.isButtonLoading(),m=this.config.layout.addToCartButtonShowTotalPrice?l+" for "+formatCentToDollarText(i):l;return this.addToCartButton.setAttribute("aria-label",m),this.addToCartButton.setAttribute("aria-busy",p.toString()),this.addToCartButton.setAttribute("aria-disabled",h.toString()),h&&(this.addToCartButton.disabled=!![],this.addToCartButton.classList.add("disabled")),p&&(this.addToCartButton.disabled=!![],this.addToCartButton.classList.add("loading")),this.addToCartButton.addEventListener("click",async e=>{if(e.preventDefault(),this.clientConfig.isBuilder())return this.logger.info("Product Add To Cart Button Is Disabled In Builder Mode"),void 0;await this.handleAddToCart()}),this.addToCartButton}template(){const e=this.getProductId(),i=this.getStoreValue("products."+e+".fulfillmentHasAvailability"),r=this.getConfigs("configurations");if(!i||!r.isElementsEnabled)return[];const s=[],a=this.config.layout.showQuantityCounter;if(a){const e=this.config.layout.quantityCounterStyle,i=this.createQuantityContainer(e);s.push(i)}const c=this.createAddToCartButton();return s.push(c),s}}class ProductDescriptionComponent extends BaseComponent{constructor(){super(...arguments),this.isCollapsed=!![]}get hostClasses(){return["product-description"]}template(){const e=this.params.productId,i=this.getStoreValue("products."+e+".description"),r=this.getStoreValue("products."+e+".htmlDescription"),s="About this product:",a="See More",c="See Less",l=document.createElement("h3");l.className="title",l.textContent=s;const h=document.createElement("div");h.className="content collapsed",h.innerHTML=""===(null==r?void 0:r.trim())?i:sanitizeHTML(r);const p=document.createElement("span");p.className="collapse-button",p.textContent=a,p.setAttribute("role","button"),p.setAttribute("tabindex","0"),p.setAttribute("aria-label","Show more product information"),p.setAttribute("aria-expanded","false");const toggleContent=()=>{this.isCollapsed=!this.isCollapsed,h.classList.toggle("collapsed"),p.textContent=this.isCollapsed?a:c,p.setAttribute("aria-label",this.isCollapsed?"Show more product information":"Show less product information"),p.setAttribute("aria-expanded",this.isCollapsed?"false":"true")};return p.addEventListener("click",toggleContent),p.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),toggleContent())}),[l,h,p]}}class ProductDrawerComponent extends BaseComponent{get hostClasses(){return["product-drawer-container"]}constructor(){super({watchStorePaths:["products.{productId}.drawer"]}),this.isOpen=![],this.contentContainer=null,this.currentContentType=null}getProductId(){return this.params.productId}onStoreChanged(e){var i;const r=e.find(e=>e.path==="products."+this.getProductId()+".drawer");if(!r)return![];const s=r.value,a=s.isOpen,c=null===(i=s.contentConfig)||void 0===i?void 0:i.type,l=c!==this.currentContentType;return a&&!this.isOpen?(this.currentContentType=c,this.openWithContent(s),![]):a&&this.isOpen&&!l?![]:a&&this.isOpen&&l?(this.currentContentType=c,this.openWithContent(s),![]):!a&&this.isOpen?(this.close(),this.currentContentType=null,![]):![]}openWithContent({contentConfig:e}){const i=this.getProductId();try{if(this.contentContainer&&(this.contentContainer.innerHTML=""),!e)return this.logger.warn("Product drawer opening attempted without content configuration",{productId:i}),void 0;const{type:r,data:s}=e||{},a=ComponentFactoryService.createElement({type:r,...s});this.contentContainer&&this.contentContainer.appendChild(a),this.open()}catch(r){this.logger.error("Failed to open product drawer",r),this.commands.product.closeProductDrawer(i)}}open(){this.isOpen=!![],this.updateDrawerState()}close(){this.isOpen=![],this.updateDrawerState()}updateDrawerState(){this.isOpen&&this.container.classList.add("open"),this.isOpen||this.container.classList.remove("open")}template(){const e=document.createElement("div");return e.classList.add("product-drawer-content"),this.contentContainer=e,e}}class ProductImageCarouselComponent extends BaseComponent{get hostClasses(){const e=this.config.layout.fulfillmentDisplay;return["product-image-carousel",e]}constructor(){super({watchOnlyStorePaths:["products.{productId}.mainImage"]}),this.mainImageElement=null,this.galleryViewport=null,this.galleryContainer=null,this.thumbnails=[],this.currentImageIndex=0,this.isDragging=![],this.hasMoved=![],this.startX=0,this.currentTranslateX=0,this.translateX=0}afterRender(){this.cacheElements(),this.setupEventListeners(),this.scrollToIndex(0)}onStoreWatch(e){const i=this.params.productId,r=e.find(e=>e.path==="products."+i+".mainImage");if(null==r?void 0:r.value){const e=this.params.images.indexOf(null==r?void 0:r.value);-1!==e?this.selectImage(e):this.mainImageElement&&(this.mainImageElement.style="--bg-image: url('"+r.value+"')")}}cacheElements(){this.galleryViewport=this.container.querySelector(".gallery-viewport"),this.galleryContainer=this.container.querySelector(".gallery-container"),this.thumbnails=Array.from(this.container.querySelectorAll(".gallery-image-wrapper"))}setupEventListeners(){for(let i=0;i<this.thumbnails.length;i++){const e=this.thumbnails[i];e.addEventListener("click",()=>{this.hasMoved||this.selectImage(i)})}const e=this.container.querySelectorAll(".carousel-dot");for(let i=0;i<e.length;i++){const r=e[i];r.addEventListener("click",()=>this.selectImage(i))}this.setupMainImageSwipe(),this.galleryContainer&&this.setupGalleryDrag()}selectImage(e){var i,r;if(e<0||e>=this.params.images.length)return;this.mainImageElement&&(this.mainImageElement.style="--bg-image: url('"+this.params.images[e]+"')",this.mainImageElement.title="Product image "+(e+1)),null===(i=this.thumbnails[this.currentImageIndex])||void 0===i||i.classList.remove("selected"),null===(r=this.thumbnails[e])||void 0===r||r.classList.add("selected");const s=this.container.querySelectorAll(".carousel-dot");for(let a=0;a<s.length;a++){const i=s[a];i.classList.toggle("active",a===e)}this.currentImageIndex=e,this.galleryViewport&&this.scrollToIndex(e)}scrollToIndex(e){if(!this.galleryViewport||!this.thumbnails[e])return;const i=this.thumbnails[e],r=this.galleryViewport.offsetWidth,s=i.offsetLeft+i.offsetWidth/2,a=r/2,c=a-s,l=0,h=-(this.galleryContainer.scrollWidth-r);this.translateX=Math.max(h,Math.min(l,c)),this.updateTransform(!![])}setupMainImageSwipe(){var e,i;let r=0,s=0;null===(e=this.mainImageElement)||void 0===e?void 0:e.addEventListener("touchstart",e=>{r=e.touches[0].clientX,s=e.touches[0].clientY},{passive:!![]}),null===(i=this.mainImageElement)||void 0===i||i.addEventListener("touchend",e=>{const i=e.changedTouches[0].clientX-r,a=e.changedTouches[0].clientY-s;Math.abs(i)>Math.abs(a)&&Math.abs(i)>50&&(i>0?this.previousImage():this.nextImage())},{passive:!![]})}setupGalleryDrag(){if(this.galleryContainer){this.galleryContainer.addEventListener("mousedown",this.handleDragStart.bind(this)),window.addEventListener("mousemove",this.handleDragMove.bind(this)),window.addEventListener("mouseup",this.handleDragEnd.bind(this)),this.galleryContainer.addEventListener("touchstart",this.handleDragStart.bind(this),{passive:!![]}),window.addEventListener("touchmove",this.handleDragMove.bind(this),{passive:![]}),window.addEventListener("touchend",this.handleDragEnd.bind(this));for(const e of this.galleryContainer.querySelectorAll("img"))e.addEventListener("dragstart",e=>e.preventDefault())}}handleDragStart(e){this.isDragging=!![],this.hasMoved=![],this.startX="touches"in e?e.touches[0].clientX:e.clientX,this.currentTranslateX=this.translateX,this.galleryContainer&&(this.galleryContainer.style.cursor="grabbing")}handleDragMove(e){if(!this.isDragging||!this.galleryViewport)return;"touchmove"===e.type&&e.preventDefault();const i="touches"in e?e.touches[0].clientX:e.clientX,r=i-this.startX;Math.abs(r)>5&&(this.hasMoved=!![]);const s=this.currentTranslateX+r,a=0,c=-(this.galleryContainer.scrollWidth-this.galleryViewport.offsetWidth);this.translateX=Math.max(c,Math.min(a,s)),this.updateTransform(![])}handleDragEnd(){this.isDragging=![],this.galleryContainer&&(this.galleryContainer.style.cursor=""),setTimeout(()=>{this.hasMoved=![]},10)}updateTransform(e){this.galleryContainer&&(this.galleryContainer.style.transition=e?"transform 0.3s ease":"none",this.galleryContainer.style.transform="translate3d("+this.translateX+"px, 0, 0)")}nextImage(){this.selectImage((this.currentImageIndex+1)%this.params.images.length)}previousImage(){this.selectImage(0===this.currentImageIndex?this.params.images.length-1:this.currentImageIndex-1)}template(){const e=[],i=this.params.images.length>1,r=document.createElement("div");if(r.className="main-image",r.title="Product main image",r.style="--bg-image: url('"+(this.params.mainImage||this.params.images[0])+"')",i){const e=document.createElement("div");e.className="carousel-dots";for(let i=0;i<this.params.images.length;i++){const r=document.createElement("button");r.type="button",r.className="carousel-dot "+(0===i?"active":""),r.setAttribute("data-index",i.toString()),e.appendChild(r)}r.appendChild(e)}this.mainImageElement=r,e.push(r);const s=document.createElement("div");s.className="gallery-viewport";const a=document.createElement("div");a.className="gallery-container";for(let c=0;c<this.params.images.length;c++){const e=this.params.images[c],i=document.createElement("div");i.className="gallery-image-wrapper "+(0===c?"selected":"");const r=document.createElement("img");r.src=e,r.className="gallery-image",r.alt="Product thumbnail "+(c+1),r.loading="lazy",i.appendChild(r),a.appendChild(i)}return s.appendChild(a),e.push(s),e}}class ProductInteractionsComponent extends BaseComponent{get hostClasses(){return["product-interactions"]}constructor(){super({watchOnlyStorePaths:["products.{productId}.selectedFulfillmentType"]}),this.addPersonalizationSpan=null}onStoreWatch(e){var i,r,s,c;const l=this.getProductId();if(!e.some(e=>e.path==="products."+l+".selectedFulfillmentType"))return;const h=this.getStoreValue("products."+l),p=h.sizes[h.selectedSizeId],m=this.getConfigs("global");this.addPersonalizationSpan&&(h.selectedFulfillmentType===a.SHIPPING&&m.layout.enablePersonalization&&h.productHasAvailability&&(null===(r=null===(i=null==p?void 0:p.attributes)||void 0===i?void 0:i.engraving)||void 0===r?void 0:r.status)===!![]&&(null===(s=null==h?void 0:h.selectedFulfillment)||void 0===s?void 0:s.isVariantEngravable)===!![]&&(null===(c=null==h?void 0:h.selectedFulfillment)||void 0===c?void 0:c.canEngrave)===!![]?this.addPersonalizationSpan.style.display="inline":this.addPersonalizationSpan.style.display="none")}getProductId(){return this.params.productId}afterRender(){this.setupSizeButtonsEventListener()}setupSizeButtonsEventListener(){const e=this.getProductId(),i=this.container.querySelectorAll("[select-size]");for(const r of i){const s=r.textContent||"",a=r.classList.contains("selected");r.setAttribute("role","button"),r.setAttribute("tabindex","0"),r.setAttribute("aria-label","Select "+s),r.setAttribute("aria-pressed",a?"true":"false"),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),r.click())}),r.addEventListener("click",async()=>{var s,a,c,l;const h=r.dataset.sizeId;if(!h)return this.logger.warn("Product size selection failed: Size ID not found in button element",{productId:e,buttonElement:r.outerHTML.substring(0,100)}),void 0;await this.commands.product.selectSize(e,h);for(const e of i)e.classList.remove("selected"),e.setAttribute("aria-pressed","false");r.classList.add("selected"),r.setAttribute("aria-pressed","true");const p=this.getStoreValue("products."+e),m=p.sizes[h],f=this.getConfigs("global");this.addPersonalizationSpan&&(f.layout.enablePersonalization&&(null===(a=null===(s=null==m?void 0:m.attributes)||void 0===s?void 0:s.engraving)||void 0===a?void 0:a.status)===!![]&&p.productHasAvailability&&(null===(c=p.selectedFulfillment)||void 0===c?void 0:c.isVariantEngravable)===!![]&&(null===(l=p.selectedFulfillment)||void 0===l?void 0:l.canEngrave)===!![]?this.addPersonalizationSpan.style.display="inline":this.addPersonalizationSpan.style.display="none")})}}renderProductSizes(e,i){const r=document.createElement("div");r.className="size-container";const s=document.createElement("h3");s.className="size-label",s.textContent="Size",s.id="size-label",r.appendChild(s);const a=document.createElement("div");a.className="size-buttons-container",a.setAttribute("role","group"),a.setAttribute("aria-labelledby","size-label");for(const c of Object.values(i)){const i=document.createElement("span");i.setAttribute("data-size-id",c.id),i.setAttribute("select-size",""),i.className="size-button "+(c.id===e?"selected":"");const r=c.packDesc?" ("+c.packDesc+")":"";i.textContent=""+c.size+r,a.appendChild(i)}return r.appendChild(a),r}hasIndependentAddressComponent(){var e;return(null===(e=null===document||void 0===document?void 0:document.querySelectorAll("lce-element[address]"))||void 0===e?void 0:e.length)>0}template(){var e,i,r,a;const c=this.getProductId(),l=this.getStoreValue("products."+c),h=l.sizes[l.selectedSizeId],p=this.getConfigs("global"),m=[],f=document.createElement("div");f.className="price-personalization-container";const g=ComponentFactoryService.createElement({type:s.PRODUCT_PRICE,productId:c});if(f.appendChild(g),p.layout.enablePersonalization&&l.productHasAvailability&&(null===(i=null===(e=null==h?void 0:h.attributes)||void 0===e?void 0:e.engraving)||void 0===i?void 0:i.status)===!![]&&(null===(r=null==l?void 0:l.selectedFulfillment)||void 0===r?void 0:r.canEngrave)===!![]&&(null===(a=null==l?void 0:l.selectedFulfillment)||void 0===a?void 0:a.isVariantEngravable)===!![]){this.addPersonalizationSpan=document.createElement("span"),this.addPersonalizationSpan.className="add-personalization-span",this.addPersonalizationSpan.textContent="Personalize Your Bottle",this.addPersonalizationSpan.setAttribute("role","button"),this.addPersonalizationSpan.setAttribute("tabindex","0"),this.addPersonalizationSpan.setAttribute("aria-label","Personalize Your Bottle");const addPersonalization=async()=>{var e,i,r,a,h,p,m,f;const g=l.sizes[l.selectedSizeId];await this.commands.product.openProductDrawer(c,s.ENGRAVING_FORM,{identifier:c,context:"product",lines:[],maxLines:(null===(i=null===(e=g.attributes)||void 0===e?void 0:e.engraving)||void 0===i?void 0:i.maxLines)||1,maxCharsPerLine:(null===(a=null===(r=g.attributes)||void 0===r?void 0:r.engraving)||void 0===a?void 0:a.maxCharsPerLine)||16,fee:(null===(p=null===(h=g.attributes)||void 0===h?void 0:h.engraving)||void 0===p?void 0:p.fee)||0,location:null===(f=null===(m=g.attributes)||void 0===m?void 0:m.engraving)||void 0===f?void 0:f.location})};this.addPersonalizationSpan.addEventListener("click",async()=>{await addPersonalization()}),this.addPersonalizationSpan.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await addPersonalization())}),f.appendChild(this.addPersonalizationSpan)}m.push(f);const v=this.renderProductSizes(l.selectedSizeId,l.sizes);if(m.push(v),!this.hasIndependentAddressComponent()){const e=ComponentFactoryService.createElement({type:s.ADDRESS_DISPLAY,productId:c});m.push(e)}const b=ComponentFactoryService.createElement({type:s.PRODUCT_RETAILERS,productId:c});m.push(b);const x=ComponentFactoryService.createElement({type:s.PRODUCT_ADD_TO_CART_SECTION,productId:c});if(m.push(x),this.config.layout.showDescription){const e=ComponentFactoryService.createElement({type:s.PRODUCT_DESCRIPTION,productId:c});m.push(e)}return m}}class ProductLoadingComponent extends BaseComponent{template(){const e=Boolean(this.getStoreValue("address")),{showTitle:i,showDescription:r,showQuantityCounter:s,fulfillmentDisplay:a,showImages:c}=this.config.layout,l=document.createElement("div");l.classList.add("product-content-wrapper");const h=document.createElement("div");if(h.classList.add("skeleton-container"),i){const e=document.createElement("div");e.classList.add("wave","sc-title"),h.appendChild(e)}if(!e){const e=document.createElement("div");return e.classList.add("wave","sc-add-to-cart"),h.appendChild(e),h}const p=document.createElement("div");p.classList.add("wave","sc-price"),h.appendChild(p);const m=document.createElement("div");m.classList.add("sc-sizes");const f=document.createElement("div");f.classList.add("wave","sc-size-button"),m.appendChild(f);const g=document.createElement("div");g.classList.add("wave","sc-size-button"),m.appendChild(g);const v=document.createElement("div");v.classList.add("wave","sc-size-button"),m.appendChild(v);const b=document.createElement("div");b.classList.add("wave","sc-size-button"),m.appendChild(b);const x=document.createElement("div");x.classList.add("wave","sc-size-button"),m.appendChild(x),h.appendChild(m);const w=document.createElement("div");w.classList.add("sc-row");const C=document.createElement("div");C.classList.add("wave","sc-price"),w.appendChild(C);const k=document.createElement("div");k.classList.add("wave","sc-personalization"),w.appendChild(k),h.appendChild(w);const S=document.createElement("div");S.classList.add("wave","sc-deliver-to"),h.appendChild(S);const E=document.createElement("div");E.classList.add("wave","sc-address"),h.appendChild(E);const _=document.createElement("div");_.classList.add("wave","sc-retailers",a),h.appendChild(_);const P=document.createElement("div");if(P.classList.add("sc-row"),s){const e=document.createElement("div");e.classList.add("wave","sc-quantity"),P.appendChild(e)}const T=document.createElement("div");if(T.classList.add("wave","sc-add-to-cart"),P.appendChild(T),h.appendChild(P),r){const e=document.createElement("div");e.classList.add("wave","sc-description-title"),h.appendChild(e);const i=document.createElement("div");i.classList.add("wave","sc-description-line"),h.appendChild(i);const r=document.createElement("div");r.classList.add("wave","sc-description-line"),h.appendChild(r);const s=document.createElement("div");s.classList.add("wave","sc-description-line"),h.appendChild(s);const a=document.createElement("div");a.classList.add("wave","sc-description-more"),h.appendChild(a)}const D=document.createElement("div");if(D.classList.add("product-content"),D.appendChild(h),l.appendChild(D),c){l.classList.add("has-images");const e=this.createImageSkeletons();l.prepend(e)}return l}createImageSkeletons(){const e=document.createElement("div");e.classList.add("product-image-carousel","skeleton");const i=document.createElement("div");i.classList.add("wave","sc-main-image"),i.title="Product main image loading";const r=document.createElement("div");r.classList.add("carousel-dots");for(let c=0;c<3;c++){const e=document.createElement("div");e.classList.add("wave","sc-carousel-dot"),r.appendChild(e)}i.appendChild(r),e.appendChild(i);const s=document.createElement("div");s.classList.add("gallery-viewport");const a=document.createElement("div");a.classList.add("gallery-container");for(let c=0;c<4;c++){const e=document.createElement("div");e.classList.add("gallery-image-wrapper");const i=document.createElement("div");i.classList.add("wave","sc-gallery-thumbnail"),e.appendChild(i),a.appendChild(e)}return s.appendChild(a),e.appendChild(s),e}}class ProductOptionsComponent extends BaseComponent{get hostClasses(){return["product-options"]}constructor(){super({watchStorePaths:["address"],watchOnlyStorePaths:["products.{productId}.drawer.isOpen"]})}getProductId(){return this.params.productId}onStoreWatch(e){const i=this.getProductId(),r=e.find(e=>e.path==="products."+i+".drawer.isOpen");if(r){const e=r.value===!![];e&&this.addHostClasses("hide-content"),e||this.removeHostClasses("hide-content")}}template(){const e=this.getProductId(),i=this.getStoreValue("address.formattedAddress");if(i)return ComponentFactoryService.createElement({type:s.PRODUCT_INTERACTIONS,productId:this.getProductId()});const r=document.createElement("button");return r.type="button",r.className="product-options-open-address-button",r.textContent=this.config.layout.buyNowButtonText,r.addEventListener("click",async()=>{this.clientConfig.isMobile()&&this.commands.ui.openDrawer(s.ADDRESS_INPUT,{productId:e}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(e,s.ADDRESS_INPUT,{productId:e})}),r}}class ProductPriceComponent extends BaseComponent{get hostClasses(){return["main-product-price"]}get hostAttributes(){return{role:"status","aria-live":"polite","aria-atomic":"true","aria-label":"Product price"}}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.selectedFulfillmentId","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}template(){var e;const i=this.getProductId(),r=this.getStoreValue("products."+i);let s=(null===(e=r.priceInfo)||void 0===e?void 0:e.avg)||0;return r.selectedFulfillment&&(s=r.selectedFulfillment.price),formatCentToDollarText(s)}}class ProductRetailersComponent extends BaseComponent{get hostClasses(){return["product-retailers"]}constructor(){super({watchStorePaths:["products.{productId}.productHasAvailability"]})}get hostAttributes(){return{role:"status","aria-live":"polite","aria-atomic":"true","aria-label":"Retailer information"}}getProductId(){return this.params.productId}template(){const e=this.getProductId(),i=this.getStoreValue("products."+e),r=this.getConfigs("product"),a=[],c=this.getConfigs("configurations");if(!i.productHasAvailability||!c.isElementsEnabled){const e=document.createElement("p");return e.className="product-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),a.push(e),a}const l="carousel"===r.layout.fulfillmentDisplay?s.PRODUCT_RETAILERS_CAROUSEL:s.PRODUCT_RETAILERS_POPUP,h=ComponentFactoryService.createElement({type:l,productId:e});return a.push(h),a}}class ProductRetailersCarouselComponent extends BaseComponent{get hostClasses(){return["retailers-container","carousel"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.fulfillmentHasAvailability"],watchOnlyStorePaths:["products.{productId}.selectedFulfillmentId"]}),this.listViewport=null,this.listContainer=null,this.retailerCards=[],this.isDragging=![],this.hasMoved=![],this.startX=0,this.currentTranslateX=0,this.translateX=0}afterRender(){this.cacheElements(),this.setupDrag();const e=this.retailerCards.findIndex(e=>e.classList.contains("selected"));-1!==e&&this.scrollToIndex(e)}cacheElements(){this.retailerCards=Array.from(this.container.querySelectorAll(".carousel-retailer-card"))}getProductId(){return this.params.productId}onStoreWatch(e){const i=this.getProductId(),r=e.find(e=>e.path==="products."+i+".selectedFulfillmentId");(null==r?void 0:r.value)&&this.updateSelectedCard(r.value)}updateSelectedCard(e){for(const r of this.retailerCards)r.classList.remove("selected"),r.setAttribute("aria-pressed","false");const i=this.retailerCards.findIndex(i=>i.dataset.fulfillmentId===e);-1!==i&&(this.retailerCards[i].classList.add("selected"),this.retailerCards[i].setAttribute("aria-pressed","true"),this.scrollToIndex(i))}scrollToIndex(e){if(!this.listViewport||!this.retailerCards[e])return;const i=this.retailerCards[e],r=this.listViewport.offsetWidth,s=i.offsetLeft+i.offsetWidth/2,a=r/2,c=a-s,l=0,h=-(this.listContainer.scrollWidth-r);this.translateX=Math.max(h,Math.min(l,c)),this.updateTransform(!![])}setupDrag(){this.listContainer&&(this.listContainer.addEventListener("mousedown",this.handleDragStart.bind(this)),window.addEventListener("mousemove",this.handleDragMove.bind(this)),window.addEventListener("mouseup",this.handleDragEnd.bind(this)),this.listContainer.addEventListener("touchstart",this.handleDragStart.bind(this),{passive:!![]}),window.addEventListener("touchmove",this.handleDragMove.bind(this),{passive:![]}),window.addEventListener("touchend",this.handleDragEnd.bind(this)))}handleDragStart(e){this.isDragging=!![],this.hasMoved=![],this.startX="touches"in e?e.touches[0].clientX:e.clientX,this.currentTranslateX=this.translateX,this.listContainer&&(this.listContainer.style.cursor="grabbing")}handleDragMove(e){if(!this.isDragging||!this.listViewport)return;"touchmove"===e.type&&e.preventDefault();const i="touches"in e?e.touches[0].clientX:e.clientX,r=i-this.startX;Math.abs(r)>5&&(this.hasMoved=!![]);const s=this.currentTranslateX+r,a=0,c=-(this.listContainer.scrollWidth-this.listViewport.offsetWidth);this.translateX=Math.max(c,Math.min(a,s)),this.updateTransform(![])}handleDragEnd(){this.isDragging=![],this.listContainer&&(this.listContainer.style.cursor=""),setTimeout(()=>{this.hasMoved=![]},10)}updateTransform(e){this.listContainer&&(this.listContainer.style.transition=e?"transform 0.3s ease":"none",this.listContainer.style.transform="translate3d("+this.translateX+"px, 0, 0)")}async onFulfillmentTabClick(e){const i=this.getProductId(),r=e.currentTarget.dataset.fulfillmentType;if(!r)return this.logger.warn("Product fulfillment type selection failed: Type not found in target element",{productId:i,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;await this.commands.product.changeFulfillmentType(i,r)}async onRetailerCardClick(e){if(this.hasMoved)return;const i=this.getProductId(),r=e.currentTarget.dataset.fulfillmentId;if(!r)return this.logger.warn("Product retailer selection failed: Fulfillment ID not found in target element",{productId:i,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;const s=this.getStoreValue("products."+i+".selectedFulfillment");if(s&&s.fulfillmentId===r)return this.logger.debug("Product retailer selection skipped: Same fulfillment already selected",{productId:i,fulfillmentId:r}),void 0;await this.commands.product.selectFulfillment(i,r)}generateRetailerCard({fulfillment:e,selectedFulfillmentType:i,isSelected:r,fulfillmentStatus:s,selectedSizeAttributes:c}){var l,h,p,m,f;let g=0;const v=null==c?void 0:c.presale,b=(null==v?void 0:v.isActive)&&(null==v?void 0:v.estimatedShipBy)?"Ships by "+formatISODateToMMDDYYYY(v.estimatedShipBy):"",x=i===a.SHIPPING,w=i===a.ON_DEMAND;x&&(g=(null===(h=null===(l=null==e?void 0:e.fees)||void 0===l?void 0:l.individual)||void 0===h?void 0:h.fee)||0),w&&(g=(null===(p=null==e?void 0:e.fees)||void 0===p?void 0:p.fee)||0);const C=fulfillmentAddress(e.retailerAddress,i);let k=null;i===a.ON_DEMAND&&s.openTime&&(null==s?void 0:s.closeTime)&&(k=s.isOpen?"Closes at "+format24TimeTo12$1(null==s?void 0:s.closeTime):"Opens at "+format24TimeTo12$1(null==s?void 0:s.openTime));const S=i===a.ON_DEMAND&&s&&s.isClosed?"closed":"",E=document.createElement("div");E.className="carousel-retailer-card "+(r?"selected":"")+" "+S,E.setAttribute("data-fulfillment-id",e.fulfillmentId),E.setAttribute("role","button"),E.setAttribute("tabindex","0"),E.setAttribute("aria-pressed",r?"true":"false");const _=i===a.SHIPPING?"Shipping":"Same-day delivery";E.setAttribute("aria-label",_+" from "+e.retailerName+", "+formatCentToDollarText(null!==(m=e.price)&&void 0!==m?m:0));const P=document.createElement("div");P.className="retailer-header";const T=document.createElement("h3");if(T.className="name",T.textContent=e.retailerName,P.appendChild(T),w){const e=document.createElement("h3");e.className="address",e.textContent=C,P.appendChild(e)}const D=document.createElement("div");D.className="retailer-body";const F=document.createElement("span");F.className="product-price",F.textContent=formatCentToDollarText(null!==(f=e.price)&&void 0!==f?f:0);const A=document.createElement("span");A.className="shipping-price",A.textContent=g>0?"+ "+formatCentToDollarText(g):"FREE Delivery";const z=document.createElement("span");return z.className="expectation",z.textContent=s.isClosed?k:(null==v?void 0:v.isActive)?b:(null==e?void 0:e.expectation.detail)||"No expectation available",D.append(F,A,z),E.append(P,D),E}template(){const e=this.getProductId(),i=this.getStoreValue("products."+e),r=this.getStoreValue("products."+e+".sizes."+i.selectedSizeId),s=(null==r?void 0:r.attributes)||null,c=[];for(const a in r.shippingFulfillments)Object.prototype.hasOwnProperty.call(r.shippingFulfillments,a)&&c.push(r.shippingFulfillments[a]);const l=[];for(const a in r.onDemandFulfillments)Object.prototype.hasOwnProperty.call(r.onDemandFulfillments,a)&&l.push(r.onDemandFulfillments[a]);const h=i.selectedFulfillmentType===a.SHIPPING,p=i.selectedFulfillmentType===a.ON_DEMAND,m=h?c:l,f=renderFulfillmentTabsContainer({shippingFulfillments:c,onDemandFulfillments:l,shippingSelected:h,onDemandSelected:p,onTabClick:this.onFulfillmentTabClick.bind(this),enableShippingFulfillment:this.config.layout.enableShippingFulfillment,enableOnDemandFulfillment:this.config.layout.enableOnDemandFulfillment});if(!i.fulfillmentHasAvailability||0===m.length){const e=document.createElement("p");return e.className="product-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[f,e]}this.listViewport=document.createElement("div"),this.listViewport.className="carousel-fulfillment-list-viewport",this.listContainer=document.createElement("div"),this.listContainer.className="carousel-fulfillment-list-container";for(const g of m){const e=getRetailerOffHours(g),r=this.generateRetailerCard({fulfillment:g,selectedFulfillmentType:i.selectedFulfillmentType,isSelected:g.fulfillmentId===i.selectedFulfillmentId,fulfillmentStatus:e,selectedSizeAttributes:s}),c=i.selectedFulfillmentType===a.ON_DEMAND&&e&&e.isClosed;c?r.setAttribute("aria-disabled","true"):(r.addEventListener("click",this.onRetailerCardClick.bind(this)),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),r.click())})),this.listContainer.appendChild(r)}return this.listViewport.appendChild(this.listContainer),[f,this.listViewport]}}class ProductRetailersPopupComponent extends BaseComponent{get hostClasses(){return["retailers-container","popup"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}template(){const e=this.getProductId(),i=this.getStoreValue("products."+e),r=this.getStoreValue("products."+e+".sizes."+i.selectedSizeId),c=(null==r?void 0:r.attributes)||null,l=this.config.layout.enableShippingFulfillment,h=this.config.layout.enableOnDemandFulfillment,p=Object.values(r.shippingFulfillments),m=Object.values(r.onDemandFulfillments),f=(l?p.length:0)+(h?m.length:0),g=document.createElement("div");g.className="header";const v=document.createElement("span");v.className="header-label",v.textContent=i.selectedFulfillmentType===a.SHIPPING?"Shipping From:":"Delivering From:";const b=document.createElement("button");if(b.className="delivery-options",b.type="button",b.textContent="See Delivery Options ("+f+")",b.setAttribute("aria-label","View all "+f+" delivery options"),b.addEventListener("click",async()=>{0!==f&&(this.clientConfig.isMobile()&&this.commands.ui.openDrawer(s.PRODUCT_RETAILERS_POPUP_LIST,{productId:e}),this.clientConfig.isMobile()||await this.commands.product.openProductDrawer(e,s.PRODUCT_RETAILERS_POPUP_LIST,{productId:e}))}),g.appendChild(v),g.appendChild(b),!i.fulfillmentHasAvailability){const e=document.createElement("p");return e.className="fulfillments-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[g,e]}const x=document.createElement("div");x.className="popup-fulfillment-list-container";const w=getRetailerOffHours(i.selectedFulfillment),C=renderPopupRetailerCard({fulfillment:i.selectedFulfillment,selectedFulfillmentType:i.selectedFulfillmentType,isSelected:![],fulfillmentStatus:w,selectedSizeAttributes:c});return x.appendChild(C),[g,x]}}class ProductRetailersPopupListComponent extends BaseComponent{get hostClasses(){return["retailers-popup-list-container"]}constructor(){super({watchStorePaths:["products.{productId}.selectedSizeId","products.{productId}.selectedFulfillmentType","products.{productId}.selectedFulfillment","products.{productId}.fulfillmentHasAvailability"]})}getProductId(){return this.params.productId}async onFulfillmentTabClick(e){const i=this.getProductId(),r=e.currentTarget.dataset.fulfillmentType;if(!r)return this.logger.warn("Product fulfillment type selection failed: Type not found in target element",{productId:i,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;await this.commands.product.changeFulfillmentType(i,r)}async onRetailerCardClick(e){const i=this.getProductId(),r=e.currentTarget.dataset.fulfillmentId;if(!r)return this.logger.warn("Product retailer selection failed: Fulfillment ID not found in target element",{productId:i,targetElement:e.currentTarget.outerHTML.substring(0,100)}),void 0;const u=async()=>{this.clientConfig.isMobile()||await this.commands.product.closeProductDrawer(i),this.clientConfig.isMobile()&&this.commands.ui.closeDrawer()},s=this.getStoreValue("products."+i+".selectedFulfillment");if(s&&s.fulfillmentId===r)return await u(),void 0;await this.commands.product.selectFulfillment(i,r),await u()}template(){const e=this.getProductId(),i=this.getStoreValue("products."+e),r=this.getStoreValue("products."+e+".sizes."+i.selectedSizeId),s=(null==r?void 0:r.attributes)||null,c=[];for(const a in r.shippingFulfillments)Object.prototype.hasOwnProperty.call(r.shippingFulfillments,a)&&c.push(r.shippingFulfillments[a]);const l=[];for(const a in r.onDemandFulfillments)Object.prototype.hasOwnProperty.call(r.onDemandFulfillments,a)&&l.push(r.onDemandFulfillments[a]);const h=i.selectedFulfillmentType===a.SHIPPING,p=i.selectedFulfillmentType===a.ON_DEMAND,m=h?c:l,f=document.createElement("h5");f.className="popup-retailers-section-title",f.textContent="Delivery Options";const g=renderFulfillmentTabsContainer({shippingFulfillments:c,onDemandFulfillments:l,shippingSelected:h,onDemandSelected:p,onTabClick:this.onFulfillmentTabClick.bind(this),enableShippingFulfillment:this.config.layout.enableShippingFulfillment,enableOnDemandFulfillment:this.config.layout.enableOnDemandFulfillment});if(!i.fulfillmentHasAvailability||0===m.length){const e=document.createElement("p");return e.className="fulfillments-no-availability-message",e.innerHTML=sanitizeHTML(this.config.layout.noAvailabilityText),[f,g,e]}const v=document.createElement("div");v.className="popup-fulfillment-list-container";for(const a of m){const e=getRetailerOffHours(a),r=renderPopupRetailerCard({fulfillment:a,selectedFulfillmentType:i.selectedFulfillmentType,isSelected:a.fulfillmentId===i.selectedFulfillmentId,fulfillmentStatus:e,selectedSizeAttributes:s});r.addEventListener("click",this.onRetailerCardClick.bind(this)),r.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),r.click())}),v.appendChild(r)}return[f,g,v]}}class ProductComponent extends BaseComponent{constructor(){super({watchStorePaths:["products.{productId}.loading","products.{productId}.error"],watchOnlyStorePaths:["products.{productId}.drawer.isOpen","products.{productId}.rerender"]}),this.titleElement=null}getProductId(){return this.params.productId}onStoreWatch(e){const i=this.getProductId(),r=e.find(e=>e.path==="products."+i+".drawer.isOpen"),s=e.find(e=>e.path==="products."+i+".rerender");r&&this.titleElement&&this.titleElement.classList.toggle("hide",r.value),(null==s?void 0:s.value)===!![]&&this.rerender("ProductComponentRerender")}template(){var e;const i=this.getProductId(),r=this.getStoreValue("products."+i);if(r.error)return productionComponentError({title:"Product Unavailable",message:"We're sorry, this product is currently unavailable.",componentType:s.PRODUCT});if(r.loading)return ComponentFactoryService.createElement({type:s.PRODUCT_LOADING});const a=r.sizes[r.selectedSizeId],c=document.createElement("div");c.classList.add("product-content-wrapper"),c.setAttribute("role","region"),c.setAttribute("aria-label",""+r.name);const l=document.createElement("div");if(l.classList.add("product-content"),l.setAttribute("role","region"),l.setAttribute("aria-label",""+r.name),this.config.layout.showTitle){const e=document.createElement("h1");e.classList.add("product-title"),e.textContent=r.name,this.titleElement=e,l.appendChild(e)}const h=ComponentFactoryService.createElement({type:s.PRODUCT_OPTIONS,productId:i});l.appendChild(h);const p=ComponentFactoryService.createElement({type:s.PRODUCT_DRAWER,productId:i});if(l.appendChild(p),c.appendChild(l),!this.config.layout.showImages||!(null===(e=r.images)||void 0===e?void 0:e.length))return c;c.classList.add("has-images");const m=ComponentFactoryService.createElement({type:s.PRODUCT_IMAGE_CAROUSEL,images:r.images,mainImage:a.image,productId:i});return c.prepend(m),m.setAttribute("aria-label","Product images"),c}async disconnected(){const e=this.getProductId();e&&await this.commands.product.removeProduct(e)}}class ProductListCardComponent extends BaseComponent{get hostClasses(){return["product-list-card",this.params.variant,this.params.fillCard?"fill":""]}getAvailabilityData(){var e,i,r;const s=this.params.product,a=this.getStoreValue("address.address"),c={hasAvailability:![],upc:"",fulfillmentId:"",partNumber:"",quantity:1,state:(null==a?void 0:a.state)||"",isPresale:![],isPresaleActive:![]},l=s.sizes[0];if(!l)return c;const h=l.variants[0];if(!h)return c;c.upc=l.upc;const p=l.attributes||{};c.isPresale=(null===(e=p.presale)||void 0===e?void 0:e.isActive)===!![],c.isPresaleActive=this.isPresaleActive(p);for(const m of this.params.fulfillments){const e=h.fulfillments.some(e=>e===m.id);if(e){const e="shipping"===m.type&&(null===(i=h.fulfillmentTypes)||void 0===i?void 0:i.shipping)||"onDemand"===m.type&&(null===(r=h.fulfillmentTypes)||void 0===r?void 0:r.onDemand);if(e&&h.stock>0){c.hasAvailability=!![],c.fulfillmentId=m.id,c.partNumber=h.partNumber;break}}}return c}isPresaleActive(e){const i=null==e?void 0:e.presale;if(!i)return![];if(!i.isActive)return![];if(i.canPurchaseOn){const e=new Date(i.canPurchaseOn),r=new Date;if(r.getTime()<e.getTime())return![]}return!![]}async handleAddToCart(e){if(!e.hasAvailability)return;const i=this.params.product.salsifyGrouping||this.params.product.id||"";e.isPresale&&e.isPresaleActive?await this.commands.productList.addPresaleToCart({upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,identifier:i}):await this.commands.productList.addToCart({upc:e.upc,fulfillmentId:e.fulfillmentId,partNumber:e.partNumber,quantity:e.quantity,identifier:i})}template(){var e,i,r,s;const a=this.params.product,c=a.sizes[0],l=c?c.image:a.images[0],h=a.name,p=c?c.size:null,m=null!==(r=null===(i=null===(e=null==c?void 0:c.variants)||void 0===e?void 0:e[0])||void 0===i?void 0:i.price)&&void 0!==r?r:(null===(s=a.priceInfo)||void 0===s?void 0:s.average)||0,f=this.getAvailabilityData();return this.createVariantStandard({image:l,name:h,size:p,price:m,availability:f})}generateProductUrl(){var e;if(!this.params.productUrl)return null;const i=this.params.product,r=null===(e=i.sizes)||void 0===e?void 0:e[0],s=this.params.productUrl;if(s.includes("{upc}")){const e=(null==r?void 0:r.upc)||"";return e?s.replace("{upc}",e):(this.logger.warn("Product URL template requires {upc} but product has no UPC"),null)}if(s.includes("{grouping}")){const e=i.salsifyGrouping||"";return e?s.replace("{grouping}",e):(this.logger.warn("Product URL template requires {grouping} but product has no salsifyGrouping"),null)}return null}createVariantStandard(e){const{image:i,name:r,size:s,price:a,availability:c}=e,l=[],h=this.generateProductUrl(),p=document.createElement("div");p.className="plc__image-content";const m=document.createElement("div");m.className="plc__image-wrapper";const f=document.createElement("img");if(f.className="plc__image",f.src=i,f.alt=r,f.loading="lazy",m.appendChild(f),p.appendChild(m),h){const e=document.createElement("a");e.href=h,e.className="plc__image-link",e.target="_blank",e.rel="noopener noreferrer",e.addEventListener("click",()=>{this.commands.productList.trackSelectItem(this.params.product)}),e.appendChild(p),l.push(e)}else l.push(p);const g=document.createElement("div");g.className="plc__content";const v=document.createElement("h3");if(v.className="plc__title",v.textContent=r,h){const e=document.createElement("a");e.href=h,e.className="plc__title-link",e.target="_blank",e.rel="noopener noreferrer",e.addEventListener("click",()=>{this.commands.productList.trackSelectItem(this.params.product)}),e.appendChild(v),g.appendChild(e)}else g.appendChild(v);const b=document.createElement("div");b.className="plc__size-price-wrapper";const x=document.createElement("div");x.className="plc__price",x.textContent=formatCentToDollarText(a),b.appendChild(x);const w=document.createElement("div");w.className="plc__size",w.textContent=s||"",b.appendChild(w),g.appendChild(b),l.push(g);const C=document.createElement("button");return C.type="button",C.className="plc__button",C.disabled=!c.hasAvailability,c.hasAvailability?C.textContent="Add to Cart":(C.textContent="Not Available In "+c.state.toUpperCase(),this.addHostClasses("not-available")),C.addEventListener("click",async e=>{e.preventDefault(),e.stopPropagation(),await this.handleAddToCart(c)}),l.push(C),l}}class ProductListCardLoadingComponent extends BaseComponent{get hostClasses(){return["product-list-card-loading__container"]}createSkeletonCard(e){const i=document.createElement("div");i.classList.add("slc__card");const r=document.createElement("div");r.className="slc__image-content";const s=document.createElement("div");s.className="slc__image-wrapper";const a=document.createElement("div");a.classList.add("wave","slc__image"),s.appendChild(a),r.appendChild(s);const c=document.createElement("div");c.className="slc__content";const l=document.createElement("div");l.className="slc__title-container";const h=document.createElement("div");h.classList.add("wave","slc__title","slc__title-line-1"),l.appendChild(h);const p=document.createElement("div");p.classList.add("wave","slc__title","slc__title-line-2"),l.appendChild(p),c.appendChild(l);const m=document.createElement("div");m.className="slc__size-price-wrapper";const f=document.createElement("div");f.classList.add("wave","slc__price"),m.appendChild(f);const g=document.createElement("div");g.classList.add("wave","slc__size"),m.appendChild(g),c.appendChild(m);const v=document.createElement("div");return v.classList.add("wave","slc__button"),i.appendChild(r),i.appendChild(c),i.appendChild(v),i}template(){const e=[],i=100/this.params.columns;this.container.style.setProperty("--card-width",i+"%"),this.container.style.setProperty("--columns",""+this.params.columns);const r=this.params.rows*this.params.columns;for(let s=0;s<r;s++){const i=this.createSkeletonCard(s);e.push(i)}return e}}class ProductListFiltersComponent extends BaseComponent{get hostClasses(){return["product-list-filters-container"]}isSameDayDeliveryDisabled(){var e,i;return!(!(null===(e=this.params.currentFilters)||void 0===e?void 0:e.personalized)&&!(null===(i=this.params.currentFilters)||void 0===i?void 0:i.preOrder))}isPersonalizationDisabled(){var e;return"onDemand"===(null===(e=this.params.currentFilters)||void 0===e?void 0:e.deliveryOptions)}isPreOrderDisabled(){var e;return"onDemand"===(null===(e=this.params.currentFilters)||void 0===e?void 0:e.deliveryOptions)}template(){var e,i,r;const s=[],a=document.createElement("div");a.className="product-list-filters-header";const c=document.createElement("h3");if(c.className="product-list-filters-title",c.textContent="Filters",a.appendChild(c),s.push(a),this.params.enablePersonalized){const i=document.createElement("div");i.className="product-list-filters-personalized";const r=document.createElement("label");r.className="product-list-filters-personalized-label",r.setAttribute("for","personalized-switch"),r.textContent="Personalized Bottles",i.appendChild(r);const a=document.createElement("input");if(a.type="checkbox",a.id="personalized-switch",a.className="product-list-filters-personalized-switch",a.disabled=this.isPersonalizationDisabled(),a.checked=(null===(e=this.params.currentFilters)||void 0===e?void 0:e.personalized)||![],a.addEventListener("change",e=>{var i,r;const s=e.target;null===(r=(i=this.params).onPersonalizedChange)||void 0===r?void 0:r.call(i,s.checked)}),i.appendChild(a),this.isPersonalizationDisabled()){const e=document.createElement("div");e.className="product-list-filters-warning",e.textContent="(Not Available With Same-Day Delivery)",i.appendChild(e)}s.push(i)}if(this.params.enablePreOrder){const e=document.createElement("div");e.className="product-list-filters-pre-order";const r=document.createElement("label");r.className="product-list-filters-pre-order-label",r.setAttribute("for","pre-order-switch"),r.textContent="Pre-Order",e.appendChild(r);const a=document.createElement("input");if(a.type="checkbox",a.id="pre-order-switch",a.className="product-list-filters-pre-order-switch",a.disabled=this.isPreOrderDisabled(),a.checked=(null===(i=this.params.currentFilters)||void 0===i?void 0:i.preOrder)||![],a.addEventListener("change",e=>{var i,r;const s=e.target;null===(r=(i=this.params).onPreOrderChange)||void 0===r?void 0:r.call(i,s.checked)}),e.appendChild(a),this.isPreOrderDisabled()){const i=document.createElement("div");i.className="product-list-filters-warning",i.textContent="(Not Available With Same-Day Delivery)",e.appendChild(i)}s.push(e)}if(this.params.enableDeliveryOptions){const e=[{value:"all",label:"All"},{value:"shipping",label:"Shipping"},{value:"onDemand",label:"Same-Day Delivery"}],i=document.createElement("div");i.className="product-list-filters-delivery-options";const a=document.createElement("div");a.className="product-list-filters-delivery-options-header";const c=document.createElement("h3");c.className="product-list-filters-delivery-options-label",c.textContent="Delivery Options",a.appendChild(c),i.appendChild(a);const l=document.createElement("div");l.className="product-list-filters-delivery-options-list";for(const s of e){const e=document.createElement("div");e.className="product-list-filters-delivery-option";const i=document.createElement("input");i.type="radio",i.id="delivery-"+s.value,i.name="delivery-options",i.value=s.value,i.className="product-list-filters-delivery-radio";const a="onDemand"===s.value&&this.isSameDayDeliveryDisabled();i.disabled=a,i.checked=s.value===((null===(r=this.params.currentFilters)||void 0===r?void 0:r.deliveryOptions)||"all"),i.addEventListener("change",e=>{var i,r;const s=e.target;null===(r=(i=this.params).onDeliveryOptionsChange)||void 0===r?void 0:r.call(i,s.value)});const c=document.createElement("label");c.htmlFor="delivery-"+s.value,c.className="product-list-filters-delivery-radio-label "+(a?"disabled":""),c.textContent=s.label,e.appendChild(i),e.appendChild(c),l.appendChild(e)}i.appendChild(l),s.push(i)}return s}}var Ct;(function(e){e.IDLE="idle",e.LOADING_INITIAL="loading_initial",e.LOADING_MORE="loading_more",e.ERROR="error"})(Ct||(Ct={}));class ProductListComponent extends BaseComponent{get hostClasses(){const e=["product-list"];return this.params.filters.length>0&&e.push("has-filters"),e}constructor(){super({watchOnlyStorePaths:["address"]}),this.products=[],this.retailers=[],this.pagination={currentPage:0,totalPages:0,hasMorePages:!![]},this.currentFilters={personalized:![],preOrder:![],deliveryOptions:"all"},this.cardsContainer=null,this.filtersContainer=null,this.sentinelElement=null,this.personalizedSwitch=null,this.preOrderSwitch=null,this.deliveryRadios=[],this.deliveryRadioLabels=new Map,this.loadingState=Ct.IDLE,this.scrollObserver=null,this.initializationPromise=null}async connected(){if(this.initializationPromise)return this.initializationPromise;this.initializationPromise=this.initializeComponent(),await this.initializationPromise}disconnectedCallback(){super.disconnectedCallback(),this.doCleanup()}async initializeComponent(){try{this.setLoadingState(Ct.LOADING_INITIAL),await this.loadInitialProducts(),this.cardsContainer&&(this.renderProducts(),this.setupInfiniteScroll()),this.setLoadingState(Ct.IDLE)}catch(U){this.logger.error("Error initializing product list:",U),this.setLoadingState(Ct.ERROR),this.showErrorState("Failed to load products")}}template(){const e=[];return this.params.filters.length>0&&e.push(this.createFiltersContainer()),this.cardsContainer=this.createCardsContainer(),e.push(this.cardsContainer),this.renderCurrentState(),e}setLoadingState(e){const i=this.loadingState;this.loadingState=e,this.logger.debug("Loading state changed: "+i+" → "+e),this.cardsContainer&&this.renderCurrentState()}renderCurrentState(){if(this.cardsContainer)switch(this.loadingState){case Ct.LOADING_INITIAL:this.renderLoadingState();break;case Ct.ERROR:break;case Ct.IDLE:case Ct.LOADING_MORE:this.updateSentinel()}}async loadInitialProducts(){var e;try{const i=this.buildApiParams(0),r=await this.commands.productList.getProductList(i);this.products=r.products||[],this.retailers=r.retailers||[],this.updatePagination(r.navigation),this.syncFiltersFromResponse((null===(e=r.navigation)||void 0===e?void 0:e.filters)||[])}catch(i){throw this.logger.error("Error loading initial products:",i),this.products=[],this.retailers=[],this.pagination.hasMorePages=![],i}}async loadMoreProducts(){if(this.loadingState!==Ct.LOADING_MORE&&this.pagination.hasMorePages)try{this.setLoadingState(Ct.LOADING_MORE);const e=this.pagination.currentPage+1,i=this.buildApiParams(e),r=await this.commands.productList.getProductList(i);r.products&&r.products.length>0?(this.products.push(...r.products),this.mergeRetailers(r.retailers||[]),this.updatePagination(r.navigation),this.appendNewProducts(r.products)):(this.pagination.hasMorePages=![],this.updatePagination(r.navigation)),this.setLoadingState(Ct.IDLE)}catch(e){this.logger.error("Error loading more products:",e),this.setLoadingState(Ct.ERROR),this.showSentinelError("Error loading products")}}mergeRetailers(e){const i=new Map(this.retailers.map(e=>[e.id,e]));for(const r of e)i.has(r.id)||(this.retailers.push(r),i.set(r.id,r))}updatePagination(e){var i,r,s,a;e&&(this.pagination={currentPage:null!==(i=e.currentPage)&&void 0!==i?i:0,totalPages:null!==(r=e.totalPages)&&void 0!==r?r:0,hasMorePages:(null!==(s=e.currentPage)&&void 0!==s?s:0)<(null!==(a=e.totalPages)&&void 0!==a?a:1)-1})}buildApiParams(e){return{page:e,perPage:this.params.rows*this.params.columns,filters:this.buildFiltersFromState()}}buildFiltersFromState(){const e=[{key:"availability",values:"IN_STOCK"}];return this.currentFilters.personalized&&e.push({key:"engraving",values:"YES"}),this.currentFilters.preOrder&&e.push({key:"presale",values:"YES"}),"all"!==this.currentFilters.deliveryOptions&&e.push({key:"fulfillment",values:[this.currentFilters.deliveryOptions]}),e}syncFiltersFromResponse(e){if(e)for(const i of e)switch(i.key){case"engraving":this.currentFilters.personalized="YES"===i.values;break;case"presale":this.currentFilters.preOrder="YES"===i.values;break;case"fulfillment":Array.isArray(i.values)&&(i.values.includes("onDemand")?this.currentFilters.deliveryOptions="onDemand":i.values.includes("shipping")?this.currentFilters.deliveryOptions="shipping":this.currentFilters.deliveryOptions="all")}}async onFilterChange(){try{this.updateFiltersUI(),this.resetPagination(),this.products=[],this.retailers=[],this.cleanupScrollObserver(),this.clearCardsContainer(),this.setLoadingState(Ct.LOADING_INITIAL),await this.loadInitialProducts(),this.renderProducts(),this.setupInfiniteScroll(),this.setLoadingState(Ct.IDLE)}catch(U){this.logger.error("Error handling filter change:",U),this.setLoadingState(Ct.ERROR),this.showErrorState("Error updating filters")}}resetPagination(){this.pagination={currentPage:0,totalPages:0,hasMorePages:!![]}}updateFiltersUI(){this.filtersContainer&&(this.updatePersonalizedSwitch(),this.updatePreOrderSwitch(),this.updateDeliveryOptions())}updatePersonalizedSwitch(){this.personalizedSwitch&&(this.personalizedSwitch.checked=this.currentFilters.personalized,this.personalizedSwitch.disabled=this.isPersonalizationDisabled())}updatePreOrderSwitch(){this.preOrderSwitch&&(this.preOrderSwitch.checked=this.currentFilters.preOrder,this.preOrderSwitch.disabled=this.isPreOrderDisabled())}updateDeliveryOptions(){0!==this.deliveryRadios.length&&this.deliveryRadios.forEach(e=>{const i="onDemand"===e.value&&this.isSameDayDeliveryDisabled();e.disabled=i,i&&"onDemand"===e.value||(e.checked=e.value===this.currentFilters.deliveryOptions),this.updateRadioLabel(e,i)})}updateRadioLabel(e,i){const r=this.deliveryRadioLabels.get(e.id);r&&(r.className="product-list-filters-delivery-radio-label "+(i?"disabled":""))}isPersonalizationDisabled(){return"onDemand"===this.currentFilters.deliveryOptions}isPreOrderDisabled(){return"onDemand"===this.currentFilters.deliveryOptions}isSameDayDeliveryDisabled(){return this.currentFilters.personalized||this.currentFilters.preOrder}createCardsContainer(){const e=document.createElement("div");e.className="product-list-cards__container";const i=100/this.params.columns;return e.style.setProperty("--card-width",i+"%"),e.style.setProperty("--columns",""+this.params.columns),e}renderLoadingState(){if(!this.cardsContainer)return;this.clearCardsContainer();const e=ComponentFactoryService.createElement({type:s.PRODUCT_LIST_CARD_LOADING,cardVariant:this.params.cardVariant,rows:this.params.rows,columns:this.params.columns,fillCard:this.params.fillCard,filters:this.params.filters,productUrl:this.params.productUrl});this.cardsContainer.appendChild(e)}renderProducts(){if(this.cardsContainer){if(this.clearCardsContainer(),0===this.products.length){const e=this.createInfoElement("No products found");return this.cardsContainer.appendChild(e),void 0}for(const e of this.products){const i=this.createProductCard(e);i&&this.cardsContainer.appendChild(i)}}}appendNewProducts(e){if(this.cardsContainer&&0!==e.length){this.sentinelElement&&this.sentinelElement.parentNode===this.cardsContainer&&this.sentinelElement.remove();for(const i of e){const e=this.createProductCard(i);e&&this.cardsContainer.appendChild(e)}this.sentinelElement?(this.cardsContainer.appendChild(this.sentinelElement),this.updateSentinel(),this.scrollObserver&&this.pagination.hasMorePages&&this.scrollObserver.observe(this.sentinelElement)):this.pagination.hasMorePages&&this.setupInfiniteScroll()}}createProductCard(e){var i;try{const r=null===(i=e.sizes)||void 0===i?void 0:i[0];if(!r)return this.logger.warn("Product "+e.id+" has no sizes"),null;const a=new Map(this.retailers.flatMap(e=>e.fulfillments.map(e=>[e.id,e]))),c=new Set(r.variants.flatMap(e=>e.fulfillments)),l=Array.from(c).map(e=>a.get(e)).filter(e=>Boolean(e));return ComponentFactoryService.createElement({type:s.PRODUCT_LIST_CARD,variant:this.params.cardVariant,fillCard:this.params.fillCard,product:e,fulfillments:l,productUrl:this.params.productUrl})}catch(r){return this.logger.error("Error creating product card for product "+e.id+":",r),null}}createFiltersContainer(){return this.filtersContainer=ComponentFactoryService.createElement({type:s.PRODUCT_LIST_FILTERS,enablePersonalized:this.params.filters.includes(p.PERSONALIZATION),enablePreOrder:this.params.filters.includes(p.PRE_ORDER),enableDeliveryOptions:this.params.filters.includes(p.DELIVERY_OPTIONS),currentFilters:this.currentFilters,onPersonalizedChange:async e=>{this.currentFilters.personalized=e,await this.onFilterChange()},onPreOrderChange:async e=>{this.currentFilters.preOrder=e,await this.onFilterChange()},onDeliveryOptionsChange:async e=>{this.currentFilters.deliveryOptions=e,"onDemand"===e&&(this.currentFilters.personalized=![],this.currentFilters.preOrder=![]),await this.onFilterChange()}}),this.storeFilterElementReferences(),this.filtersContainer}storeFilterElementReferences(){if(!this.filtersContainer)return;this.personalizedSwitch=this.filtersContainer.querySelector("#personalized-switch"),this.preOrderSwitch=this.filtersContainer.querySelector("#pre-order-switch");const e=this.filtersContainer.querySelectorAll('input[name="delivery-options"]');this.deliveryRadios=Array.from(e),this.deliveryRadioLabels.clear(),this.deliveryRadios.forEach(e=>{var i;const r=null===(i=this.filtersContainer)||void 0===i?void 0:i.querySelector('label[for="'+e.id+'"]');r&&this.deliveryRadioLabels.set(e.id,r)})}setupInfiniteScroll(){this.cardsContainer&&this.pagination.hasMorePages&&(this.cleanupScrollObserver(),this.sentinelElement=this.createScrollSentinel(),this.cardsContainer.appendChild(this.sentinelElement),this.scrollObserver=new IntersectionObserver(e=>{const i=e[0];i.isIntersecting&&this.loadingState===Ct.IDLE&&this.pagination.hasMorePages&&void this.loadMoreProducts()},{root:null,rootMargin:"100px",threshold:.1}),this.scrollObserver.observe(this.sentinelElement))}createScrollSentinel(){const e=document.createElement("div");return e.className="product-list-scroll-sentinel",this.updateSentinelContent(e),e}updateSentinel(){this.sentinelElement&&this.updateSentinelContent(this.sentinelElement)}updateSentinelContent(e){let i;e.innerHTML="",i=this.loadingState===Ct.LOADING_MORE?this.createLoadingElement("Loading more products..."):this.pagination.hasMorePages?this.createInfoElement("Scroll for more products"):this.createInfoElement("No more products",!![]),e.appendChild(i)}showSentinelError(e){if(!this.sentinelElement)return;this.sentinelElement.innerHTML="";const i=this.createErrorElement(e);this.sentinelElement.appendChild(i)}createLoadingElement(e){const i=document.createElement("div");i.className="product-list-sentinel-container";const r=document.createElement("div");r.className="product-list-sentinel-spinner";const s=document.createElement("div");return s.className="product-list-sentinel-text",s.textContent=e,i.appendChild(r),i.appendChild(s),i}createErrorElement(e){const i=document.createElement("div");i.className="product-list-sentinel-error-container";const r=document.createElement("div");r.className="product-list-sentinel-error-icon",r.innerHTML="⚠";const s=document.createElement("div");return s.className="product-list-sentinel-error-text",s.textContent=e,i.appendChild(r),i.appendChild(s),i}createInfoElement(e,i=![]){const r=document.createElement("div");if(r.className="product-list-sentinel-info-container",!i&&e.includes("Scroll")){const e=document.createElement("div");e.className="product-list-sentinel-icon",e.innerHTML="↓",r.appendChild(e)}else if(i){const e=document.createElement("div");e.className="product-list-sentinel-divider",r.appendChild(e)}const s=document.createElement("div");return s.className=i?"product-list-sentinel-info-text no-more":"product-list-sentinel-info-text",s.textContent=e,r.appendChild(s),r}showErrorState(e){if(!this.cardsContainer)return;this.clearCardsContainer();const i=this.createErrorElement(e);this.cardsContainer.appendChild(i)}clearCardsContainer(){if(this.cardsContainer)for(this.sentinelElement&&this.sentinelElement.parentNode===this.cardsContainer&&(this.sentinelElement.remove(),this.sentinelElement=null);this.cardsContainer.firstChild;)this.cardsContainer.removeChild(this.cardsContainer.firstChild)}cleanupScrollObserver(){this.scrollObserver&&(this.scrollObserver.disconnect(),this.scrollObserver=null),this.sentinelElement&&(this.sentinelElement=null)}async onStoreWatch(e){const i=e.find(e=>"address"===e.path);if(i&&void 0!==i.value&&this.cardsContainer){this.logger.debug("Address changed in store, reloading products to get updated availability");try{this.resetPagination(),this.products=[],this.retailers=[],this.cleanupScrollObserver(),this.clearCardsContainer(),this.renderLoadingState(),await this.loadInitialProducts(),this.cardsContainer&&(this.renderProducts(),this.setupInfiniteScroll())}catch(r){this.logger.error("Error reloading products after address change:",r),this.setLoadingState(Ct.ERROR),this.cardsContainer&&this.showErrorState("Failed to reload products")}}}doCleanup(){this.cleanupScrollObserver(),this.products=[],this.retailers=[],this.cardsContainer=null,this.filtersContainer=null,this.personalizedSwitch=null,this.preOrderSwitch=null,this.deliveryRadios=[],this.deliveryRadioLabels.clear(),this.initializationPromise=null}}class AlertComponent extends BaseComponent{constructor(){super(...arguments),this.hideTimeout=null,this.elements=[]}get hostClasses(){return["alert-wrapper","hidden"]}get hostAttributes(){return{role:"alert","aria-live":"polite"}}beforeSetupStoreWatchers(){this.reactiveOptions.watchStorePaths=[this.params.errorStorePath]}afterRender(){this.updateAlert()}onStoreWatch(e){e.length>0&&this.updateAlert()}getErrorMessages(){var e,i;const r=null!==(e=this.params.fromEvents)&&void 0!==e?e:![],s=null!==(i=this.params.showFirstEvent)&&void 0!==i?i:!![];if(r){const e=this.store.get(this.params.errorStorePath)||[],i=e.filter(e=>null==e?void 0:e.message).map(e=>({message:e.message,level:e.level||"error",type:e.type}));return s?i.slice(0,1):i}const a=this.store.get(this.params.errorStorePath);return a?[{message:a,level:"error"}]:[]}createErrorElement(e){const i=document.createElement("div");i.classList.add("alert-container","alert-"+e.level);const r=document.createElement("span");r.classList.add("alert-icon"),r.innerHTML=ErrorInfoIcon({className:e.level+"-icon"});const s=document.createElement("span");return s.classList.add("alert-text"),s.textContent=e.message,i.appendChild(r),i.appendChild(s),i}scheduleHide(){var e;this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null);const i=null!==(e=this.params.autoHideDelay)&&void 0!==e?e:3e3;this.hideTimeout=setTimeout(()=>{this.hideAllErrors(),this.hideTimeout=null},i)}hideAllErrors(){var e;this.addHostClasses("hidden"),this.removeHostClasses("alert-success","alert-info","alert-warning","alert-error"),this.elements.forEach(e=>{e.parentNode&&e.parentNode.removeChild(e)}),this.elements=[];const i=null!==(e=this.params.fromEvents)&&void 0!==e?e:![];i?this.store.set(this.params.errorStorePath,[]):this.store.set(this.params.errorStorePath,null)}updateAlert(){const e=this.getErrorMessages();if(this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null),this.elements.forEach(e=>{e.parentNode&&e.parentNode.removeChild(e)}),this.elements=[],0===e.length)return this.addHostClasses("hidden"),this.removeHostClasses("alert-success","alert-info","alert-warning","alert-error"),void 0;this.removeHostClasses("hidden"),this.elements=e.map(e=>this.createErrorElement(e)),this.elements.forEach(e=>{this.container.appendChild(e)}),this.scheduleHide()}template(){return[]}disconnectedCallback(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=null),super.disconnectedCallback()}}class ButtonsOpenCartComponent extends BaseComponent{get hostClasses(){return["lce-ui-button",...this.params.classes||[]]}template(){const e=this.getConfigs("global");this.addEventListener("click",()=>{this.commands.ui.openDrawer(s.CART)});const i=document.createElement("span");if(i.className="lce-cart-button-icon",i.innerHTML=BagIcon({color:e.theme.primaryColor}),this.params.showItemsCount){const e=document.createElement("span");return e.className="lce-cart-button-badge",e.style.visibility="hidden",[i,e]}return[i]}afterRender(){this.params.showItemsCount&&this.setupCartBadge()}setupCartBadge(){const e=this.container.querySelector(".lce-cart-button-badge");if(!e)return;const i=this.getStoreValue("cart.totals.quantity")||0;e.textContent=i.toString(),e.style.visibility=i>0?"visible":"hidden",this.store.watch("cart.totals",()=>{const i=this.getStoreValue("cart.totals.quantity")||0;e.textContent=i.toString(),e.style.visibility=i>0?"visible":"hidden"})}}class DrawerComponent extends BaseComponent{constructor(){super({watchStorePaths:["ui.drawer"]}),this.isOpen=![],this.wrapperElement=null,this.drawerElement=null,this.backdropElement=null,this.contentContainer=null,this.currentContentType=null,this.isTransitioning=![],this.boundHandleKeydown=this.handleKeydown.bind(this)}disconnected(){this.backdropElement&&this.backdropElement.removeEventListener("click",this.handleBackdropClick.bind(this)),document.removeEventListener("keydown",this.boundHandleKeydown)}onStoreChanged(e){var i;const r=e.find(e=>"ui.drawer"===e.path);if(!r)return![];const s=r.value,a=s.isOpen,c=null===(i=s.contentConfig)||void 0===i?void 0:i.type,l=c!==this.currentContentType;return a&&!this.isOpen?(this.currentContentType=c,this.openWithContent(s),![]):a&&this.isOpen&&!l?![]:a&&this.isOpen&&l?(this.currentContentType=c,this.openWithContent(s),![]):!a&&this.isOpen?(this.close(),this.currentContentType=null,![]):![]}openWithContent({contentConfig:e}){try{if(!e)return this.logger.warn("Drawer opening attempted without content configuration"),void 0;const{type:i,data:r}=e||{};let s;s=this.isElementsEnabled()?ComponentFactoryService.createElement({type:i,...r}):this.clientConfig.isProduction()?productionComponentError({title:"Element Unavailable",message:"We're sorry, this element is currently unavailable.",componentType:i}):componentError({message:"Elements is not enabled.",componentType:i}),this.isOpen&&this.contentContainer&&this.contentContainer.firstElementChild?this.animateContentSwap(s,i):(this.cleanupCurrentContent(),this.contentContainer&&this.contentContainer.appendChild(s),this.updateDrawerContentTypeClass(i),this.open()),this.addHostAttribute("data-target",i.toString().toLowerCase())}catch(i){this.logger.error("Drawer content loading failed",i),this.commands.ui.closeDrawer()}}animateContentSwap(e,i){if(!this.contentContainer||this.isTransitioning)return;this.isTransitioning=!![];const r=this.contentContainer.firstElementChild;r.classList.add("drawer-content-fade-out"),requestAnimationFrame(()=>{r.classList.add("fading")}),setTimeout(()=>{r.remove(),e.classList.add("drawer-content-fade-in"),this.contentContainer.appendChild(e),this.updateDrawerContentTypeClass(i),requestAnimationFrame(()=>{e.classList.add("visible"),setTimeout(()=>{e.classList.remove("drawer-content-fade-in","visible"),this.isTransitioning=![]},150)})},150)}open(){this.isOpen=!![],this.updateDrawerState()}close(){this.isOpen=![],this.updateDrawerState()}cleanupCurrentContent(){this.contentContainer&&(this.contentContainer.innerHTML="")}handleBackdropClick(){this.commands.ui.closeDrawer()}handleKeydown(e){this.isOpen&&"Escape"===e.key&&this.commands.ui.closeDrawer()}updateDrawerContentTypeClass(e){if(!this.drawerElement)return;const i=["drawer"];this.isOpen&&i.push("open"),i.push(e.toString().toLowerCase()),this.drawerElement.className=i.join(" ")}updateDrawerState(){this.wrapperElement&&this.drawerElement&&this.backdropElement&&(this.isOpen&&(this.wrapperElement.classList.add("open"),this.backdropElement.classList.add("visible"),document.body.style.overflow="hidden",this.currentContentType&&this.updateDrawerContentTypeClass(this.currentContentType)),this.isOpen||(this.wrapperElement.classList.remove("open"),this.backdropElement.classList.remove("visible"),document.body.style.overflow="",this.drawerElement.className="drawer"))}isElementsEnabled(){var e;try{const i=this.themeProvider.getConfigs("configurations");return null!==(e=null==i?void 0:i.isElementsEnabled)&&void 0!==e?e:![]}catch(i){return this.logger.error("Could not check elements enabled status, defaulting to not enabled",i),!![]}}template(){return this.wrapperElement=document.createElement("div"),this.wrapperElement.classList.add("drawer-wrapper"),this.backdropElement=document.createElement("div"),this.backdropElement.classList.add("drawer-backdrop"),this.backdropElement.addEventListener("click",this.handleBackdropClick.bind(this)),this.drawerElement=document.createElement("div"),this.drawerElement.classList.add("drawer"),this.contentContainer=document.createElement("div"),this.contentContainer.classList.add("drawer-content"),this.drawerElement.append(this.contentContainer),this.wrapperElement.append(this.backdropElement),this.wrapperElement.append(this.drawerElement),document.addEventListener("keydown",this.boundHandleKeydown),this.wrapperElement}}class EngravingFormComponent extends BaseComponent{constructor(){super(...arguments),this.engravingLines=[],this.fulfillmentId=null,this.partNumber=null}get hostClasses(){return["engraving-form"]}beforeConnected(){var e;if(this.engravingLines=this.params.lines,"product"===this.params.context){const i=this.store.get("products."+this.params.identifier);this.fulfillmentId=i.selectedFulfillmentId,this.partNumber=(null===(e=i.selectedFulfillment)||void 0===e?void 0:e.partNumber)||null}if("cart"===this.params.context){const e=this.store.get("cart.items."+this.params.identifier);this.fulfillmentId=e.fulfillmentId,this.partNumber=e.partNumber}}calculateTotalPrice(){var e,i;if("product"===this.params.context){const r=this.store.get("products."+this.params.identifier),s=r.sizes[r.selectedSizeId],a=s.shippingFulfillments[this.fulfillmentId],c=a.price,l=(null===(i=null===(e=null==s?void 0:s.attributes)||void 0===e?void 0:e.engraving)||void 0===i?void 0:i.fee)||0;return c+l}if("cart"===this.params.context){const e=this.store.get("cart.items."+this.params.identifier),i=e.unitPrice,r=e.attributes.engraving.fee||0;return i+r}return 0}productInformationSection(){const e=[];let i="",r="";if("product"===this.params.context){const s=this.store.get("products."+this.params.identifier);s.mainImage?e.push(s.mainImage):e.push(...s.images||[]),i=s.name,r=s.sizes[s.selectedSizeId].size}if("cart"===this.params.context){const s=this.store.get("cart.items."+this.params.identifier);s.mainImage&&e.push(s.mainImage),i=s.name,r=s.size}const s=document.createElement("div");if(s.className="product-info-section",e.length>0){const r=document.createElement("div");r.className="product-image-container";const a=document.createElement("img");a.src=e[0],a.alt=i,a.loading="lazy",a.className="product-image",r.appendChild(a),s.appendChild(r)}const a=document.createElement("div");a.className="product-details-container";const c=document.createElement("div");c.className="product-header";const l=document.createElement("h4");l.className="product-title",l.textContent=i,this.productPriceSpan=document.createElement("span"),this.productPriceSpan.className="product-price",this.productPriceSpan.textContent=formatCentToDollarText(this.calculateTotalPrice()),c.appendChild(l),c.appendChild(this.productPriceSpan),a.appendChild(c);const h=document.createElement("p");h.className="product-size-text",h.textContent=r,a.appendChild(h);const p=document.createElement("p");return p.className="engraving-fees-disclaimer",p.textContent="Personalization fees included in total, varies by retailer.",a.appendChild(p),s.appendChild(a),s}addToCartButtonText(e){if("product"!==this.params.context)return"Save";const i=this.getConfigs("product"),r=i.layout.addToCartButtonText;return i.layout.addToCartButtonShowTotalPrice?r+" - "+formatCentToDollarText(e):r}retailersSection(){var e,i,r,s,a,c,l;const h=this.store.get("products."+this.params.identifier),p=h.sizes[h.selectedSizeId],m=Object.values(p.shippingFulfillments).filter(e=>e.isVariantEngravable&&e.canEngrave),f=document.createElement("div");f.className="fulfillment-section";const g=document.createElement("p");if(g.className="shipping-from-text",g.innerHTML="Shipping from: <b>"+(null===(e=h.selectedFulfillment)||void 0===e?void 0:e.retailerName)+"</b>",f.appendChild(g),1===m.length)return f;const v=document.createElement("div");v.className="fulfillment-options-container",f.appendChild(v);const b=document.createElement("span");b.className="see-more-fulfillments",b.textContent="See More Delivery Options ("+m.length+")",b.setAttribute("role","button"),b.setAttribute("tabindex","0"),b.setAttribute("aria-label","See More Delivery Options ("+m.length+")"),b.setAttribute("aria-expanded","false");const B=()=>{const e=v.classList.contains("expanded");v.classList.toggle("expanded"),e?(b.textContent="See More Delivery Options ("+m.length+")",b.setAttribute("aria-label","See More Delivery Options ("+m.length+")"),b.setAttribute("aria-expanded","false")):(b.textContent="See Less Delivery Options",b.setAttribute("aria-label","See Less Delivery Options"),b.setAttribute("aria-expanded","true"))};b.addEventListener("click",B),b.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),B())}),f.appendChild(b);for(const x of m){const e=document.createElement("div");e.className="fulfillment-option",e.setAttribute("data-fulfillment-id",x.fulfillmentId),x.fulfillmentId===(null===(i=h.selectedFulfillment)||void 0===i?void 0:i.fulfillmentId)&&e.classList.add("selected"),e.setAttribute("role","button"),e.setAttribute("tabindex","0"),e.setAttribute("aria-label","Select delivery from "+x.retailerName+", "+formatCentToDollarText(x.price+((null===(s=null===(r=h.sizes[h.selectedSizeId].attributes)||void 0===r?void 0:r.engraving)||void 0===s?void 0:s.fee)||0))+", "+x.expectation.engraving),e.setAttribute("aria-pressed",x.fulfillmentId===(null===(a=h.selectedFulfillment)||void 0===a?void 0:a.fulfillmentId)?"true":"false");const Q=()=>{this.fulfillmentId=x.fulfillmentId,this.partNumber=x.partNumber;const i=this.calculateTotalPrice();this.addToCartButton.textContent=this.addToCartButtonText(i),this.productPriceSpan.textContent=formatCentToDollarText(i);const r=v.querySelector(".fulfillment-option.selected");r&&(r.classList.remove("selected"),r.setAttribute("aria-pressed","false")),e.classList.add("selected"),e.setAttribute("aria-pressed","true"),g.innerHTML="Shipping from: <b>"+x.retailerName+"</b>"};e.addEventListener("click",Q),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),Q())});const p=x.price+((null===(l=null===(c=h.sizes[h.selectedSizeId].attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.fee)||0),m=document.createElement("div");m.className="option-row row-1",e.appendChild(m);const f=document.createElement("span");f.className="retailer-name",f.textContent=x.retailerName,m.appendChild(f);const b=document.createElement("span");b.className="fulfillment-price",b.textContent=formatCentToDollarText(p),m.appendChild(b),e.appendChild(m);const w=document.createElement("div");w.className="option-row row-2",e.appendChild(w);const C=document.createElement("span");C.className="estimated-time",C.textContent=""+x.expectation.engraving,w.appendChild(C),e.appendChild(w),v.appendChild(e)}return f}engravingLinesSection(){var e;const{lines:i,maxLines:r,location:s,maxCharsPerLine:a}=this.params,c=document.createElement("div");c.className="engraving-section";const l=document.createElement("p");if(l.className="engraving-title",l.textContent="Personalize Your Bottle",c.appendChild(l),s&&(null===(e=null==s?void 0:s.trim())||void 0===e?void 0:e.length)>0){const e=document.createElement("p");e.className="engraving-location-text",e.textContent="Your message will appear "+s.toLowerCase()+".",c.appendChild(e)}const h=Array.from({length:r},(e,r)=>{const s=r+1,c=document.createElement("div");c.className="engraving-input-wrapper",c.setAttribute("data-line-number",s.toString());const l=document.createElement("input");l.type="text",l.id="engraving-line-"+s,l.dataset.lineNumber=s.toString(),l.maxLength=a,l.value=i[r]||"",l.placeholder=s>1?"Line "+s+" (optional)":"Line "+s,l.className="engraving-input",l.autocomplete="off",l.setAttribute("aria-label",s>1?"Engraving line "+s+", optional, maximum "+a+" characters":"Engraving line "+s+", maximum "+a+" characters");const h=document.createElement("span");return h.className="engraving-char-count",h.textContent=l.value.length+"/"+a,h.setAttribute("aria-live","polite"),h.setAttribute("aria-atomic","true"),l.addEventListener("input",()=>{h.textContent=l.value.length+"/"+a,this.engravingLines[r]=l.value.trim().toUpperCase(),this.addToCartButton.disabled=this.engravingLines.length<=0}),c.appendChild(l),c.appendChild(h),c}),p=document.createElement("div");return p.className="engraving-inputs-container",p.append(...h),c.appendChild(p),c}actionButtonsSection(){const{identifier:e,context:i}=this.params,r=document.createElement("div");r.className="action-buttons-container";const a=document.createElement("button");a.type="button",a.className="cancel-action-button",a.textContent="Cancel",a.setAttribute("aria-label","Cancel personalization and close");const n=async()=>{"product"===i&&await this.commands.product.closeProductDrawer(e),"cart"===i&&this.commands.ui.openDrawer(s.CART)};a.addEventListener("click",n),a.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),n())}),r.appendChild(a),this.addToCartButton=document.createElement("button"),this.addToCartButton.type="button",this.addToCartButton.className="add-to-cart-button",this.addToCartButton.disabled=this.engravingLines.length<=0,this.addToCartButton.textContent=this.addToCartButtonText(this.calculateTotalPrice()),this.addToCartButton.setAttribute("aria-label","product"===i?"Add personalized item to cart":"Update personalization and return to cart");const o=async()=>{const r=this.engravingLines.map(e=>e.trim().toUpperCase()).filter(e=>e&&e.length>0);if("product"===i&&this.fulfillmentId&&this.partNumber){const i=this.store.get("products."+e);await this.commands.product.addToCart(e,{upc:i.sizes[i.selectedSizeId].upc,fulfillmentId:this.fulfillmentId,partNumber:this.partNumber,quantity:1,engravingLines:r,identifier:e}),await this.commands.product.closeProductDrawer(e)}"cart"===i&&(await this.commands.cart.updateItemEngraving(e,r),this.commands.ui.openDrawer(s.CART))};return this.addToCartButton.addEventListener("click",o),this.addToCartButton.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),o())}),r.appendChild(this.addToCartButton),r}template(){const e=[],i=this.productInformationSection();if(e.push(i),"product"===this.params.context){const i=this.retailersSection();e.push(i)}const r=this.engravingLinesSection();e.push(r);const s=this.actionButtonsSection();e.push(s);const a=document.createElement("p");return a.className="engraving-disclaimer",a.innerHTML="Personalized orders require up to 10 business days to be processed and then shipped. Tracking information will be provided once processed. <b>Personalized bottle orders cannot be cancelled.</b>",e.push(a),e}}class EngravingViewComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["engraving-view-container",e.layout.personalizationCardStyle,this.params.context]}engravingQuantityFee(){const e=this.params.identifier;if("cart"===this.params.context){const i=this.getStoreValue("cart.items."+e),r=(null==i?void 0:i.attributes.engraving.fee)||0,s=(null==i?void 0:i.quantity)||1;return{quantity:s,fee:r,total:r*s}}if("checkout"===this.params.context){const i=this.getStoreValue("checkout.items."+e),r=(null==i?void 0:i.attributes.engraving.fee)||0,s=(null==i?void 0:i.quantity)||1;return{quantity:s,fee:r,total:r*s}}return{quantity:0,fee:0,total:0}}engravingLines(){const e=this.params.identifier;if("cart"===this.params.context){const i=this.getStoreValue("cart.items."+e);return(null==i?void 0:i.attributes.engraving.lines)||[]}if("checkout"===this.params.context){const i=this.getStoreValue("checkout.items."+e);return(null==i?void 0:i.attributes.engraving.lines)||[]}return[]}handleEdit(){var e,i,r,a,c,l,h,p,m,f,g,v,b,x,w,C,k,S,E,_;const P=this.params.identifier,T={identifier:P,context:this.params.context,lines:[],maxLines:1,maxCharsPerLine:16,fee:0,location:""};if("cart"===this.params.context){const s=this.getStoreValue("cart.items."+P);T.lines=(null===(i=null===(e=null==s?void 0:s.attributes)||void 0===e?void 0:e.engraving)||void 0===i?void 0:i.lines)||[],T.maxLines=(null===(a=null===(r=null==s?void 0:s.attributes)||void 0===r?void 0:r.engraving)||void 0===a?void 0:a.maxLines)||1,T.maxCharsPerLine=(null===(l=null===(c=null==s?void 0:s.attributes)||void 0===c?void 0:c.engraving)||void 0===l?void 0:l.maxCharsPerLine)||16,T.fee=(null===(p=null===(h=null==s?void 0:s.attributes)||void 0===h?void 0:h.engraving)||void 0===p?void 0:p.fee)||0,T.location=(null===(f=null===(m=null==s?void 0:s.attributes)||void 0===m?void 0:m.engraving)||void 0===f?void 0:f.location)||""}if("checkout"===this.params.context){const e=this.getStoreValue("checkout.items."+P);T.lines=(null===(v=null===(g=null==e?void 0:e.attributes)||void 0===g?void 0:g.engraving)||void 0===v?void 0:v.lines)||[],T.maxLines=(null===(x=null===(b=null==e?void 0:e.attributes)||void 0===b?void 0:b.engraving)||void 0===x?void 0:x.maxLines)||1,T.maxCharsPerLine=(null===(C=null===(w=null==e?void 0:e.attributes)||void 0===w?void 0:w.engraving)||void 0===C?void 0:C.maxCharsPerLine)||16,T.fee=(null===(S=null===(k=null==e?void 0:e.attributes)||void 0===k?void 0:k.engraving)||void 0===S?void 0:S.fee)||0,T.location=(null===(_=null===(E=null==e?void 0:e.attributes)||void 0===E?void 0:E.engraving)||void 0===_?void 0:_.location)||""}this.commands.ui.openDrawer(s.ENGRAVING_FORM,T)}async handleRemove(){const e=this.params.identifier;"cart"===this.params.context&&await this.commands.cart.updateItemEngraving(e,[]),"checkout"===this.params.context&&await this.commands.checkout.removeItemEngraving(e)}template(){const e=this.engravingQuantityFee(),i=this.engravingLines();if(0===i.length)return"";const r=document.createElement("div");r.className="engraving-header";const s=document.createElement("h3");s.textContent="Personalization";const a=document.createElement("span");if(a.className="engraving-fee",1===e.quantity&&(a.textContent=formatCentToDollarText(e.total,![])),e.quantity>1){a.textContent=formatCentToDollarText(e.total,![]);const i=document.createElement("span");i.className="engraving-fee-each",i.textContent=" ("+formatCentToDollarText(e.fee,![])+" ea)",a.appendChild(i)}r.appendChild(s),r.appendChild(a);const c=document.createElement("div");c.className="engraving-body";const l=document.createElement("div");l.className="engraving-lines";for(const m of i){const e=document.createElement("span");e.className="engraving-line",e.textContent=m,l.appendChild(e)}const h=document.createElement("div");h.className="engraving-actions";const p=document.createElement("button");p.type="button",p.classList.add("remove-button"),p.textContent="Remove",p.setAttribute("aria-label","Remove engraving");const y=async()=>{await this.handleRemove()};if(p.addEventListener("click",y),p.addEventListener("keydown",async e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),await y())}),h.appendChild(p),"checkout"!==this.params.context){const e=document.createElement("button");e.type="button",e.classList.add("edit-button"),e.textContent="Edit",e.setAttribute("aria-label","Edit engraving"),e.addEventListener("click",this.handleEdit.bind(this)),e.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handleEdit())}),h.appendChild(e)}return c.appendChild(l),c.appendChild(h),[r,c]}}class BirthdateInputComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["custom-input","birthdate",e.layout.inputFieldStyle]}constructor(){super({watchOnlyStorePaths:["checkout.focusField"]})}onStoreWatch(e){const i=e.find(e=>"checkout.focusField"===e.path);i&&i.value===this.params.storePath&&(this.focus(),this.validate(),safeScrollIntoView(this,{behavior:"smooth",block:"center"}))}afterRender(){this.monthInput=this.container.querySelector('input[data-field="month"]'),this.dayInput=this.container.querySelector('input[data-field="day"]'),this.yearInput=this.container.querySelector('input[data-field="year"]'),this.errorContainer=this.container.querySelector("div.error-container"),this.setupEventListeners(),this.populateInitialValue()}populateInitialValue(){if(this.params.value){const e=this.params.value.split("/");3===e.length&&(this.monthInput.value=e[0],this.dayInput.value=e[1],this.yearInput.value=e[2])}}setupEventListeners(){this.monthInput.addEventListener("input",e=>{this.formatMonth(e),this.handleNavigation(e,this.dayInput),this.handleChange()}),this.dayInput.addEventListener("input",e=>{this.formatDay(e),this.handleNavigation(e,this.yearInput),this.handleChange()}),this.yearInput.addEventListener("input",e=>{this.formatYear(e),this.handleChange()}),this.monthInput.addEventListener("blur",()=>this.validateInput()),this.dayInput.addEventListener("blur",()=>this.validateInput()),this.yearInput.addEventListener("blur",()=>this.validateInput());for(const e of[this.monthInput,this.dayInput,this.yearInput])e.addEventListener("focus",()=>this.clearErrors());this.dayInput.addEventListener("keydown",e=>{"Backspace"===e.key&&""===this.dayInput.value&&0===this.dayInput.selectionStart&&(this.monthInput.focus(),this.monthInput.setSelectionRange(this.monthInput.value.length,this.monthInput.value.length))}),this.yearInput.addEventListener("keydown",e=>{"Backspace"===e.key&&""===this.yearInput.value&&0===this.yearInput.selectionStart&&(this.dayInput.focus(),this.dayInput.setSelectionRange(this.dayInput.value.length,this.dayInput.value.length))})}formatMonth(e){const i=e.target;let r=i.value.replace(/\D/g,"");if(r.length>2&&(r=r.substring(0,2)),1===r.length&&Number.parseInt(r,10)>1)r="0"+r;else if(2===r.length){const e=Number.parseInt(r,10);e>12?r="12":e<1&&(r="01")}i.value=r}formatDay(e){const i=e.target;let r=i.value.replace(/\D/g,"");if(r.length>2&&(r=r.substring(0,2)),1===r.length&&Number.parseInt(r,10)>3)r="0"+r;else if(2===r.length){const e=Number.parseInt(r,10);e>31?r="31":e<1&&(r="01")}i.value=r}formatYear(e){const i=e.target;let r=i.value.replace(/\D/g,"");r.length>4&&(r=r.substring(0,4)),i.value=r}handleNavigation(e,i){const r=e.target,s=r===this.yearInput?4:2;r.value.length===s&&i&&i.focus()}handleChange(){if(this.clearErrors(),this.params.onChange){const e=this.getFormattedValue();this.params.onChange(e)}}getFormattedValue(){const e=this.monthInput.value.padStart(2,"0"),i=this.dayInput.value.padStart(2,"0"),r=this.yearInput.value;return e&&i&&r&&4===r.length?r+"-"+e+"-"+i:""}validateDate(e,i,r){if(!e||!i||!r||4!==r.length)return![];const s=Number.parseInt(e,10),a=Number.parseInt(i,10),c=Number.parseInt(r,10);if(s<1||s>12||a<1||a>31||c<1e3)return![];const l=new Date(c,s-1,a);return l.getFullYear()===c&&l.getMonth()===s-1&&l.getDate()===a}calculateAge(e){const i=new Date;let r=i.getFullYear()-e.getFullYear();const s=i.getMonth()-e.getMonth();return(s<0||0===s&&i.getDate()<e.getDate())&&r--,r}validateInput(){const e=this.monthInput.value,i=this.dayInput.value,r=this.yearInput.value,s=[],a=this.params.validation;if(!a)return this.showErrors([]),!![];const c=e&&i&&r&&4===r.length,l=e||i||r;if(a.required&&!l||l&&!c)s.push("Please enter a complete date (MM/DD/YYYY)");else if(c)if(this.validateDate(e,i,r)){const c=Number.parseInt(e,10),l=Number.parseInt(i,10),h=Number.parseInt(r,10),p=new Date(h,c-1,l);if(void 0!==a.minYear&&h<a.minYear&&s.push("Year must be "+a.minYear+" or later"),void 0!==a.maxYear&&h>a.maxYear&&s.push("Year must be "+a.maxYear+" or earlier"),void 0!==a.minAge||void 0!==a.maxAge){const e=this.calculateAge(p);void 0!==a.minAge&&e<a.minAge&&s.push("Must be at least "+a.minAge+" years old"),void 0!==a.maxAge&&e>a.maxAge&&s.push("Must be no more than "+a.maxAge+" years old")}if(a.customValidator){const e=a.customValidator(this.getFormattedValue());e&&s.push(e)}}else s.push("Please enter a valid date");this.showErrors(s);const h=0===s.length;return this.params.onValidation&&this.params.onValidation(h,s),h}showErrors(e){this.errorContainer.innerHTML="";const i=[this.monthInput,this.dayInput,this.yearInput];if(e.length>0){this.errorContainer.classList.add("show");for(const e of i)e.classList.add("input-error");for(const i of e){const e=document.createElement("div");e.className="error-message",e.textContent=i,this.errorContainer.appendChild(e)}}else for(const r of i)r.classList.remove("input-error")}clearErrors(){const e=[this.monthInput,this.dayInput,this.yearInput],i=e.some(e=>e.classList.contains("input-error"));if(i){for(const i of e)i.classList.remove("input-error");this.errorContainer.innerHTML="",this.errorContainer.classList.remove("show")}}getValue(){return this.getFormattedValue()}setValue(e){if(e){const i=e.split("/");3===i.length&&(this.monthInput.value=i[0],this.dayInput.value=i[1],this.yearInput.value=i[2])}else this.monthInput.value="",this.dayInput.value="",this.yearInput.value=""}validate(){return this.validateInput()}focus(){this.monthInput.focus()}disable(){this.monthInput.disabled=!![],this.dayInput.disabled=!![],this.yearInput.disabled=!![]}enable(){this.monthInput.disabled=![],this.dayInput.disabled=![],this.yearInput.disabled=![]}clear(){this.setValue(""),this.clearErrors()}template(){var e;const i=[];if(this.params.label){const r=document.createElement("label");r.textContent=this.params.label,(null===(e=this.params.validation)||void 0===e?void 0:e.required)&&(r.textContent+="*"),r.setAttribute("for",this.params.name+"-month"),i.push(r)}const r=document.createElement("div");r.className="date-input-container";const s=document.createElement("input");s.type="text",s.placeholder="MM",s.name=this.params.name+"-month",s.id=this.params.name+"-month",s.maxLength=2,s.className="date-field month-field",s.setAttribute("data-field","month"),s.inputMode="numeric";const a=document.createElement("span");a.className="date-separator",a.textContent="/";const c=document.createElement("input");c.type="text",c.placeholder="DD",c.name=this.params.name+"-day",c.id=this.params.name+"-day",c.maxLength=2,c.className="date-field day-field",c.setAttribute("data-field","day"),c.inputMode="numeric";const l=document.createElement("span");l.className="date-separator",l.textContent="/";const h=document.createElement("input");h.type="text",h.placeholder="YYYY",h.name=this.params.name+"-year",h.id=this.params.name+"-year",h.maxLength=4,h.className="date-field year-field",h.setAttribute("data-field","year"),h.inputMode="numeric",this.params.disabled&&(s.disabled=!![],c.disabled=!![],h.disabled=!![]),this.params.className&&(r.className+=" "+this.params.className),r.appendChild(s),r.appendChild(a),r.appendChild(c),r.appendChild(l),r.appendChild(h);const p=document.createElement("div");return p.className="error-container",i.push(r),i.push(p),i}}class InputComponent extends BaseComponent{get hostClasses(){const e=this.getConfigs("global");return["custom-input",e.layout.inputFieldStyle]}constructor(){super({watchStorePaths:["checkout.focusField"]})}onStoreChanged(e){const i=e.find(e=>"checkout.focusField"===e.path);return i&&i.value===this.params.storePath&&(this.focus(),this.validate(),safeScrollIntoView(this,{behavior:"smooth",block:"center"})),![]}handlePhoneKeydown(e){if("Backspace"===e.key){const i=e.target,r=i.selectionStart||0,s=i.value;r>0&&/\D/.test(s[r-1])&&setTimeout(()=>{const e=Math.max(0,r-2);i.setSelectionRange(e,e)},0)}}formatPhoneNumber(e){const i=e.target;let r=i.value.replace(/\D/g,"");r.length>10&&(r=r.substring(0,10)),r.length>=6?r="("+r.substring(0,3)+") "+r.substring(3,6)+"-"+r.substring(6):r.length>=3&&(r="("+r.substring(0,3)+") "+r.substring(3)),i.value=r}formatDate(e){const i=e.target;let r=i.value.replace(/\D/g,"");r.length>8&&(r=r.substring(0,8)),r.length>=5?r=r.substring(0,2)+"/"+r.substring(2,4)+"/"+r.substring(4):r.length>=3&&(r=r.substring(0,2)+"/"+r.substring(2)),i.value=r}validateEmail(e){const i=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;return i.test(e)}validateTel(e){const i=/^\(\d{3}\) \d{3}-\d{4}$/;return i.test(e)}validateDate(e){const i=/^(0[1-9]|1[0-2])\/(0[1-9]|[12]\d|3[01])\/\d{4}$/;if(!i.test(e))return![];const[r,s,a]=e.split("/").map(Number),c=new Date(a,r-1,s);return c.getFullYear()===a&&c.getMonth()===r-1&&c.getDate()===s}validateInput(){const e=this.inputElement.value,i=[],r=this.params.validation;if(!r)return this.showErrors([]),!![];if(r.required&&!e.trim()&&i.push("This field is required"),e.trim()){if("email"!==this.params.inputType||this.validateEmail(e)||i.push("Please enter a valid email address"),"tel"!==this.params.inputType||this.validateTel(e)||i.push("Please enter a valid phone number ((XXX) XXX-XXXX)"),"date"!==this.params.inputType||this.validateDate(e)||i.push("Please enter a valid date (MM/DD/YYYY)"),"number"===this.params.inputType){const s=Number.parseFloat(e);Number.isNaN(s)?e.trim()&&i.push("Please enter a valid number"):(void 0!==r.min&&s<r.min&&i.push("Value must be at least "+r.min),void 0!==r.max&&s>r.max&&i.push("Value must be no more than "+r.max))}if("text"!==this.params.inputType&&"email"!==this.params.inputType||(void 0!==r.min&&e.length<r.min&&i.push("Must be at least "+r.min+" characters"),void 0!==r.max&&e.length>r.max&&i.push("Must be no more than "+r.max+" characters")),r.pattern){const s=new RegExp(r.pattern);s.test(e)||i.push("Invalid format")}if(r.customValidator){const s=r.customValidator(e);s&&i.push(s)}}this.showErrors(i);const s=0===i.length;return this.params.onValidation&&this.params.onValidation(s,i),s}showErrors(e){if(this.errorContainer.innerHTML="",e.length>0){this.errorContainer.classList.add("show"),this.inputElement.classList.add("input-error");for(const i of e){const e=document.createElement("div");e.className="error-message",e.textContent=i,this.errorContainer.appendChild(e)}}else this.inputElement.classList.remove("input-error")}clearErrors(){this.inputElement.classList.contains("input-error")&&(this.inputElement.classList.remove("input-error"),this.errorContainer.innerHTML="",this.errorContainer.classList.remove("show"))}getValue(){return this.inputElement.value}setValue(e){this.inputElement.value=e,"tel"===this.params.inputType&&this.formatPhoneNumber({target:this.inputElement}),"date"===this.params.inputType&&this.formatDate({target:this.inputElement})}validate(){return this.validateInput()}focus(){this.inputElement.focus()}disable(){this.inputElement.disabled=!![]}enable(){this.inputElement.disabled=![]}template(){var e;const i=[];if(this.params.label){const r=document.createElement("label");r.textContent=this.params.label,(null===(e=this.params.validation)||void 0===e?void 0:e.required)&&(r.textContent+="*"),r.setAttribute("for",this.params.name),i.push(r)}return this.inputElement=document.createElement("input"),this.inputElement.type=this.params.inputType,this.inputElement.placeholder=this.params.placeholder||"",this.inputElement.name=this.params.name,this.inputElement.id=this.params.name,this.params.autocomplete&&(this.inputElement.autocomplete=this.params.autocomplete?"on":"off"),this.params.className&&(this.inputElement.className=this.params.className),this.params.hostClassName&&this.addHostClasses(this.params.hostClassName),this.params.disabled&&(this.inputElement.disabled=!![]),this.params.value&&(this.inputElement.value=this.params.value),this.params.validation&&(this.params.validation.required&&(this.inputElement.required=!![]),void 0!==this.params.validation.min&&(this.inputElement.min=this.params.validation.min.toString()),void 0!==this.params.validation.max&&(this.inputElement.max=this.params.validation.max.toString()),this.params.validation.pattern&&(this.inputElement.pattern=this.params.validation.pattern)),"tel"===this.params.inputType&&(this.inputElement.addEventListener("keydown",this.handlePhoneKeydown.bind(this)),this.inputElement.addEventListener("input",this.formatPhoneNumber.bind(this))),"date"===this.params.inputType&&this.inputElement.addEventListener("input",this.formatDate.bind(this)),this.inputElement.addEventListener("blur",this.validateInput.bind(this)),this.inputElement.addEventListener("input",e=>{this.clearErrors(),this.params.onChange&&this.params.onChange(e.target.value)}),this.errorContainer=document.createElement("div"),this.errorContainer.className="error-container",i.push(this.inputElement),i.push(this.errorContainer),i}}class LceElementComponent extends HTMLElement{constructor(){super(),this.F=![],this.q=null,this.j=this.attachShadow({mode:"closed"})}initialize(e,i){if(this.F)return;if(!e||"string"!=typeof e)throw new Error("LceElementComponent: contentType must be a non-empty string");if(!(i&&i instanceof HTMLElement))throw new Error("LceElementComponent: contentElement must be a valid HTMLElement");if(this.setAttribute(e.toLowerCase(),""),!this.j)throw new Error("LceElementComponent: Shadow DOM container is not available");i&&"function"==typeof i.rerender&&(this.q=e=>{i.rerender(e||"LceElementRerender")}),this.j.appendChild(i),this.applyBasicStyles();const r=ThemeProviderService.getInstance(),s=r.getStylesheet(e);this.applyThemeStyles(s),this.F=!![],this.j=null}rerender(e){this.q&&this.q(e)}applyBasicStyles(){const e="\n :host {\n display: block;\n contain: layout style paint;\n isolation: isolate;\n }\n\n :host([drawer]),\n :host([address]),\n :host([buttons-cart-open]) {\n contain: none;\n isolation: auto;\n }\n ";try{if(this.isCSSStyleSheetSupported()){const i=new CSSStyleSheet;i.replaceSync(e),this.j.adoptedStyleSheets=[i,...this.j.adoptedStyleSheets]}else this.createFallbackStylesheet(e)}catch(U){this.createFallbackStylesheet(e)}}isCSSStyleSheetSupported(){try{if("undefined"==typeof CSSStyleSheet)return![];if("function"!=typeof CSSStyleSheet.prototype.replaceSync)return![];const e=new CSSStyleSheet;return e.replaceSync("/* test */"),!![]}catch(e){return![]}}applyThemeStyles(e){e.forEach(e=>{"string"==typeof e?this.createFallbackStylesheet(e):this.j.adoptedStyleSheets=[...this.j.adoptedStyleSheets,e]})}createFallbackStylesheet(e){const i=document.createElement("style");i.textContent=e,this.j&&this.j.appendChild(i)}}class PoweredByComponent extends BaseComponent{get hostClasses(){return["powered-by-container",this.params.context,this.getConfigs("global").layout.poweredByMode]}createPoweredBySection(){const e=document.createElement("div");e.className="pb-title-container";const i=document.createElement("span");i.className="pb-text",i.textContent="Powered by",e.appendChild(i);const r=document.createElement("span");r.className="pb-lc",r.textContent="LiquidCommerce",e.appendChild(r);const s=document.createElement("span");return s.className="pb-dot",s.textContent=".",e.appendChild(s),e}createDisclaimerSection(){const e=document.createElement("div");e.className="pb-disclaimer-container";const i=this.getDisclaimerConfig();return i.parts.forEach(i=>{"text"===i.type?e.appendChild(document.createTextNode(i.content)):"link"===i.type&&e.appendChild(this.createLink(i.href,i.text))}),e}getDisclaimerConfig(){return"checkout"===this.params.context?{parts:[{type:"text",content:"All orders are fulfilled by LiquidCommerce, which is owned and operated by ReserveBar Holdings Corp., an independent third party that facilitates transactions between customers and licensed retailers. By placing an order, you agree to "},{type:"link",href:"https://www.reservebar.com/privacy-policy.html",text:"LiquidCommerce's Privacy Policy"},{type:"text",content:" and "},{type:"link",href:"https://www.reservebar.com/terms-conditions",text:"Terms and Conditions of Sale"},{type:"text",content:"."}]}:{parts:[{type:"text",content:"LiquidCommerce is owned & operated by ReserveBar. See our "},{type:"link",href:"https://www.reservebar.com/privacy-policy.html",text:"Privacy Policy"},{type:"text",content:" and "},{type:"link",href:"https://www.reservebar.com/terms-conditions",text:"Terms & Conditions"},{type:"text",content:"."}]}}createLink(e,i){const r=document.createElement("a");return r.href=e,r.target="_blank",r.rel="noopener noreferrer",r.className="pb-link",r.textContent=i,r.setAttribute("role","link"),r.setAttribute("aria-label","Read "+i),r}template(){const e=this.createPoweredBySection(),i=this.createDisclaimerSection();return[e,i]}}class PromoCodeTickerComponent extends BaseComponent{constructor(){super(...arguments),this.applyButton=null,this.promoCodeApplied=![],this.currentActiveTicker=null}get hostClasses(){return["promo-ticker",this.params.context]}beforeSetupStoreWatchers(){this.reactiveOptions.watchOnlyStorePaths=["cart.promoCode","checkout.promoCode"]}onStoreWatch(e){const i=e.find(e=>"cart.promoCode"===e.path||"checkout.promoCode"===e.path);if(!i||!this.applyButton||!this.currentActiveTicker)return;const r=this.isPromoCodeApplied(this.currentActiveTicker.promoCode);r&&!this.promoCodeApplied?(this.applyButton.disabled=!![],this.applyButton.textContent="APPLIED",this.promoCodeApplied=!![]):!r&&this.promoCodeApplied&&(this.applyButton.disabled=![],this.applyButton.textContent="APPLY",this.promoCodeApplied=![])}isPromoCodeApplied(e){const i=this.store.get("cart.promoCode"),r=this.store.get("checkout.promoCode");return(null==i?void 0:i.code)===e||(null==r?void 0:r.code)===e}getActiveTickers(){var e;const i=this.store.get("address");return null===(e=this.params.tickers)||void 0===e?void 0:e.filter(e=>{var r;return isDateTimeInRange({startDate:e.activeFrom,endDate:e.activeUntil,addressState:null===(r=null==i?void 0:i.address)||void 0===r?void 0:r.state})})}selectCurrentTicker(e){return 0===e.length?null:e[0]}generateTextContent(e){const i=document.createElement("div");i.classList.add("promo-ticker__text-group");const r=e.text.map(e=>e.trim()).map(e=>e.substring(0,50)).filter(e=>""!==e.trim()).slice(0,5);for(const s of r){const r=s.trim();if(!r)continue;const a=document.createElement("span");a.classList.add("promo-ticker__text-item"),a.textContent=r,i.appendChild(a);const c=document.createElement("span");c.classList.add("promo-ticker__separator"),c.textContent=e.separator,i.appendChild(c)}return i}async handlePromoClick(){var e;(null===(e=this.currentActiveTicker)||void 0===e?void 0:e.promoCode)&&("cart"===this.params.context&&await this.commands.cart.applyPromoCode(this.currentActiveTicker.promoCode),"checkout"===this.params.context&&await this.commands.checkout.applyPromoCode(this.currentActiveTicker.promoCode))}template(){const e=this.getActiveTickers();if(this.currentActiveTicker=this.selectCurrentTicker(e),!this.currentActiveTicker)return[];this.promoCodeApplied=this.isPromoCodeApplied(this.currentActiveTicker.promoCode);const i=document.createElement("div");i.classList.add("promo-ticker__content");const r=document.createElement("div");r.classList.add("promo-ticker__track");for(let a=0;a<5;a++)r.appendChild(this.generateTextContent(this.currentActiveTicker));i.appendChild(r);const s=document.createElement("button");return s.type="button",s.classList.add("promo-ticker__cta"),s.textContent="APPLY",s.setAttribute("aria-label","Apply promo code"),this.promoCodeApplied&&(s.disabled=!![],s.textContent="APPLIED"),s.addEventListener("click",()=>this.handlePromoClick()),s.addEventListener("keydown",e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),this.handlePromoClick())}),this.applyButton=s,[i,s]}}const kt=LoggerFactory.get("ElementsClientHelper"),isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),getType=e=>null===e?"null":Array.isArray(e)?"array":typeof e;function deepMergeConfigs(e,i){if(!e||!i)return e;const r={...e},s=[];for(const a in i){const c=i[a],l=r[a];if(!(a in e)){s.push('Property "'+a+'" does not exist in target schema, skipping merge.');continue}const h=getType(c),p=getType(l);h===p?isObject(c)&&isObject(l)?r[a]=deepMergeConfigs(l,c):r[a]=c:s.push('Type mismatch for key "'+a+'": source is '+h+", target is "+p+". Skipping merge.")}return s.length>0&&kt.warn("Merging configurations with warnings:",s),r}const St=new Map([["global.layout.enablePersonalization",[s.PRODUCT,s.CART,s.CHECKOUT,s.ENGRAVING_FORM,s.ENGRAVING_VIEW,s.PRODUCT_INTERACTIONS,s.CART_ITEM,s.CHECKOUT_ITEM]],["global.layout.personalizationText",[s.PRODUCT,s.CART,s.CHECKOUT,s.ENGRAVING_FORM,s.ENGRAVING_VIEW,s.CART_ITEM]],["global.layout.personalizationCardStyle",[s.PRODUCT,s.CART,s.CHECKOUT,s.ENGRAVING_FORM,s.ENGRAVING_VIEW]],["global.layout.allowPromoCodes",[s.CART,s.CART_PROMO_CODE,s.CART_FOOTER,s.CHECKOUT_SUMMARY_SECTION,s.CHECKOUT_PC_GC]],["global.layout.inputFieldStyle",[s.CART,s.CHECKOUT,s.ADDRESS,s.INPUT,s.BIRTHDATE_INPUT,s.ADDRESS_INPUT,s.CHECKOUT_DELIVERY_INFORMATION_FORM,s.CHECKOUT_BUYER_INFORMATION_FORM,s.CHECKOUT_BILLING_FORM,s.CHECKOUT_PAYMENT_FORM,s.CART_PROMO_CODE]],["global.layout.showPoweredBy",[s.CART,s.CHECKOUT,s.CHECKOUT_COMPLETED,s.POWERED_BY,s.CART_FOOTER,s.CHECKOUT_SUMMARY_SECTION,s.CHECKOUT_PRESALE_EXPIRED]],["global.layout.poweredByMode",[s.POWERED_BY]],["product.layout.showImages",[s.PRODUCT,s.PRODUCT_IMAGE_CAROUSEL]],["product.layout.showTitle",[s.PRODUCT]],["product.layout.showDescription",[s.PRODUCT,s.PRODUCT_DESCRIPTION,s.PRODUCT_INTERACTIONS]],["product.layout.showQuantityCounter",[s.PRODUCT,s.PRODUCT_ADD_TO_CART_SECTION]],["product.layout.showOffHours",[s.PRODUCT,s.PRODUCT_RETAILERS,s.PRODUCT_RETAILERS_CAROUSEL,s.PRODUCT_RETAILERS_POPUP,s.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.quantityCounterStyle",[s.PRODUCT,s.PRODUCT_ADD_TO_CART_SECTION]],["product.layout.fulfillmentDisplay",[s.PRODUCT,s.PRODUCT_IMAGE_CAROUSEL,s.PRODUCT_RETAILERS]],["product.layout.enableShippingFulfillment",[s.PRODUCT,s.PRODUCT_RETAILERS,s.PRODUCT_RETAILERS_CAROUSEL,s.PRODUCT_RETAILERS_POPUP,s.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.enableOnDemandFulfillment",[s.PRODUCT,s.PRODUCT_RETAILERS,s.PRODUCT_RETAILERS_CAROUSEL,s.PRODUCT_RETAILERS_POPUP,s.PRODUCT_RETAILERS_POPUP_LIST]],["product.layout.addToCartButtonText",[s.PRODUCT,s.PRODUCT_ADD_TO_CART_SECTION,s.ENGRAVING_FORM]],["product.layout.addToCartButtonShowTotalPrice",[s.PRODUCT,s.PRODUCT_ADD_TO_CART_SECTION,s.ENGRAVING_FORM]],["product.layout.buyNowButtonText",[s.PRODUCT,s.PRODUCT_OPTIONS]],["product.layout.preSaleButtonText",[s.PRODUCT,s.PRODUCT_ADD_TO_CART_SECTION]],["cart.layout.showQuantityCounter",[s.CART,s.CART_ITEM_QUANTITY_PRICE]],["cart.layout.quantityCounterStyle",[s.CART,s.CART_ITEM_QUANTITY_PRICE]],["cart.layout.drawerHeaderText",[s.CART,s.CART_HEADER]],["cart.layout.goToCheckoutButtonText",[s.CART,s.CART_FOOTER]],["checkout.layout.emailOptIn",[s.CHECKOUT,s.CHECKOUT_SUMMARY_SECTION]],["checkout.layout.smsOptIn",[s.CHECKOUT,s.CHECKOUT_SUMMARY_SECTION]],["checkout.layout.allowGiftCards",[s.CHECKOUT,s.CHECKOUT_GIFT_CARDS,s.CHECKOUT_SUMMARY_SECTION,s.CHECKOUT_PC_GC]],["checkout.layout.legalMessage",[s.CHECKOUT,s.CHECKOUT_SUMMARY_SECTION,s.CHECKOUT_COMPLETED]],["checkout.layout.exitUrl",[s.CHECKOUT,s.CHECKOUT_COMPLETED]],["checkout.layout.thankYouButtonText",[s.CHECKOUT,s.CHECKOUT_COMPLETED]],["checkout.layout.drawerHeaderText",[s.CHECKOUT,s.CHECKOUT_HEADER]],["checkout.layout.placeOrderButtonText",[s.CHECKOUT,s.CHECKOUT_PLACE_ORDER_BUTTON]],["checkout.layout.placeOrderButtonShowRequiredFields",[s.CHECKOUT,s.CHECKOUT_PLACE_ORDER_BUTTON]],["checkout.layout.checkoutCompleted",[s.CHECKOUT_COMPLETED]]]);function getComponentTypesForLayoutFields(e,i){const r=new Set;for(const s of Object.keys(i)){const i=St.get(e+"."+s);if(i)for(const e of i)r.add(e)}return Array.from(r)}class ElementsBaseClient{constructor(e){this.clientPrepared=![],this.componentFactoryInitialized=![],this.cartDrawerCreated=![],this.gtmInitialized=![],this.injectedComponents=new Map,this.clientConfig=ClientConfigService.getInstance(),this.store=StoreService.getInstance(),this.commands=CommandService.getInstance(),this.apiClient=ApiClientService.getInstance(),this.themeProvider=ThemeProviderService.getInstance(),this.fingerPrintService=FingerPrintService.getInstance(),this.googleTagManager=GoogleTagManagerService.getInstance(),this.clientAction=ClientActionService.getInstance(),this.telemetry=TelemetryService.getInstance(),this.debugPanel=DebugPanelService.getInstance(),this.logger=LoggerFactory.get("Client"),this.authService=AuthService.getInstance({apiKey:e.apiKey,env:e.env,baseUrl:e.baseUrl})}async prepare(){try{if(this.clientPrepared)return;await this.prepareEssentialServices(),this.deferHeavyInitialization(),this.clientPrepared=!![],this.clientConfig.set("clientPrepared",!![])}catch(e){throw this.logger.error("Failed to prepare client",e),this.clientPrepared=![],this.clientConfig.set("clientPrepared",![]),e}}async prepareEssentialServices(){this.clientConfig.set("version",U.version),this.clientConfig.isProduction()?LoggerFactory.setEnableLogging(![]):this.clientConfig.isDebuggingEnabled()&&(LoggerFactory.setEnableLogging(!![]),this.logger.debug("🐞 Debugging mode is enabled"),this.clientConfig.isDebugPanelEnabled()&&(this.debugPanel.initialize(),this.logger.debug("🔧 Debug panel initialized"))),this.telemetry.isEnabled()&&(LoggerFactory.setTelemetryService(this.telemetry),this.logger.debug("📊 Telemetry initialized")),this.logger.debug("🔐 Starting authentication...");const e=await this.authService.authenticate();if(!e)throw this.clientPrepared=![],new Error("Authentication failed");this.logger.debug("✅ Authentication completed"),this.logger.debug("🌐 Setting up API client..."),await this.apiClient.setClient(this.authService),this.logger.debug("✅ API client setup completed"),this.logger.debug("⚙️ Loading configurations...");let i=await this.apiClient.getAllConfigs();this.logger.debug("✅ Configurations loaded"),this.clientConfig.set("partnerCode",i.configurations.partnerCode),this.clientConfig.set("partnerName",i.configurations.partnerName),this.logger.debug("🔍 Setting up fingerprinting and store...");const r=await this.fingerPrintService.getId(i.configurations.partnerCode),s=this.fingerPrintService.isLocalStorageWebApiAvailable();this.clientConfig.set("userDeviceId",r),this.clientConfig.set("isLocalStorageAvailable",s);const a=s?null:await this.apiClient.getPersistedStore(r);if(await this.store.initialize({userDeviceId:r,isLocalStorageAvailable:s,persistedStore:a}),this.logger.debug("✅ Store setup completed"),this.logger.debug("🎨 Initializing theme provider..."),this.clientConfig.hasCustomTheme()){const e=this.clientConfig.get("customTheme"),r=i.global.layout.showPoweredBy;i=deepMergeConfigs(i,e),i.global.layout.showPoweredBy=r}await this.themeProvider.initialize(i),this.logger.debug("✅ Theme provider initialized"),this.logger.debug("📦 Registering essential components..."),this.registerEssentialComponents(),this.logger.debug("✅ Essential components registered"),this.logger.debug("🎯 Essential services preparation completed")}deferHeavyInitialization(){setTimeout(async()=>{try{await this.initializeHeavyServices()}catch(e){this.logger.error("Heavy initialization failed",e)}},0)}async initializeHeavyServices(){const e=this.themeProvider.getConfigs("configurations");if(!this.gtmInitialized)try{await this.googleTagManager.initialize({partnerName:e.partnerName,partnerGtmId:e.googleTagManagerId,partnerEnableGaTracking:e.enablePartnerGaTracking,liquidCommerceEnableGaTracking:e.enableLiquidCommerceGaTracking,liquidCommerceGtmId:e.liquidCommerceGoogleTagManagerId}),this.gtmInitialized=!![]}catch(i){this.logger.error("GTM initialization failed",i)}try{this.isElementsEnabled()&&await this.commands.common.loadCart()}catch(r){this.logger.error("Cart pre-loading failed",r)}this.ensureCartDrawerExists(),this.ensureAllComponentsRegistered()}get actions(){return this.clientAction.actions}async processInjectElement(e){if(this.ensureAllComponentsRegistered(),!e||"object"!=typeof e)throw new Error("Parameters must be an object");const{type:i,containerId:r,...a}=e;if(!r||"string"!=typeof r)throw new Error("Container ID is required and must be a string");if(!i)throw new Error("Component type is required");const c=r.replace("#",""),l=document.getElementById(c);if(!l)return console.warn("Container with ID '"+c+"' not found"),null;l.innerHTML="";const h={type:e.type,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],...a},p=ComponentFactoryService.createElement(h);return safeReplaceChildren(l,p),e.type===s.CHECKOUT&&await this.commands.checkout.loadCheckout(),this.createInjectedComponentWrapper(c,e.type,p)}ensureCartDrawerExists(){if(!this.cartDrawerCreated)try{const e=ComponentFactoryService.createElement({type:s.DRAWER,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![]});document.body.appendChild(e),this.cartDrawerCreated=!![]}catch(e){this.logger.warn("Failed to create cart drawer:",e)}}ensureAllComponentsRegistered(){this.componentFactoryInitialized||(this.registerComponents(),this.componentFactoryInitialized=!![])}createInjectedComponentWrapper(e,i,r){const s={getType:()=>i,getElement:()=>document.getElementById(e),rerender:()=>{try{r&&"function"==typeof r.rerender?r.rerender("InjectedComponentRerender"):this.logger.warn("Component in container '"+e+"' does not support rerender")}catch(i){this.logger.warn("Failed to rerender component in container '"+e+"'")}}};return this.injectedComponents.set(e,s),s}rerenderInjectedComponentsByType(e){for(const[i,r]of this.injectedComponents)r.getType()===e&&r.rerender()}isElementsEnabled(){var e;try{const i=this.themeProvider.getConfigs("configurations");return null!==(e=null==i?void 0:i.isElementsEnabled)&&void 0!==e?e:![]}catch(i){return this.logger.warn("Could not check elements enabled status, defaulting to not enabled",i),!![]}}injectDisabledElementsError(e,i){const r=document.getElementById(e.replace("#",""));if(!r)return this.logger.warn("Container with ID '"+e+"' not found for disabled elements error"),void 0;let s;s=this.clientConfig.isProduction()?productionComponentError({title:"Element Unavailable",message:"We're sorry, this element is currently unavailable.",componentType:i}):componentError({message:"Elements is not enabled.",componentType:i}),r.innerHTML="",safeReplaceChildren(r,s)}registerEssentialComponents(){ComponentFactoryService.registerComponent(s.LCE_ELEMENT,LceElementComponent),ComponentFactoryService.registerComponent(s.DRAWER,DrawerComponent),ComponentFactoryService.registerComponent(s.BUTTONS_CART_OPEN,ButtonsOpenCartComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LOADING,ProductLoadingComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_CARD_LOADING,ProductListCardLoadingComponent),ComponentFactoryService.registerComponent(s.CART,AddressInputComponent),ComponentFactoryService.registerComponent(s.ADDRESS_INPUT,AddressInputComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST,ProductListComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_CARD,ProductListCardComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_FILTERS,ProductListFiltersComponent)}registerComponents(){this.componentFactoryInitialized||this.registerAllComponents()}registerAllComponents(){ComponentFactoryService.registerComponent(s.DRAWER,DrawerComponent),ComponentFactoryService.registerComponent(s.INPUT,InputComponent),ComponentFactoryService.registerComponent(s.BIRTHDATE_INPUT,BirthdateInputComponent),ComponentFactoryService.registerComponent(s.ENGRAVING_FORM,EngravingFormComponent),ComponentFactoryService.registerComponent(s.ENGRAVING_VIEW,EngravingViewComponent),ComponentFactoryService.registerComponent(s.BUTTONS_CART_OPEN,ButtonsOpenCartComponent),ComponentFactoryService.registerComponent(s.POWERED_BY,PoweredByComponent),ComponentFactoryService.registerComponent(s.LCE_ELEMENT,LceElementComponent),ComponentFactoryService.registerComponent(s.PURCHASE_MIN_ALERT,PurchaseMinAlertComponent),ComponentFactoryService.registerComponent(s.ALERT,AlertComponent),ComponentFactoryService.registerComponent(s.PROMO_CODE_TICKER,PromoCodeTickerComponent),ComponentFactoryService.registerComponent(s.ADDRESS,AddressComponent),ComponentFactoryService.registerComponent(s.ADDRESS_INPUT,AddressInputComponent),ComponentFactoryService.registerComponent(s.ADDRESS_DISPLAY,AddressDisplayComponent),ComponentFactoryService.registerComponent(s.PRODUCT,ProductComponent),ComponentFactoryService.registerComponent(s.PRODUCT_IMAGE_CAROUSEL,ProductImageCarouselComponent),ComponentFactoryService.registerComponent(s.PRODUCT_OPTIONS,ProductOptionsComponent),ComponentFactoryService.registerComponent(s.PRODUCT_DESCRIPTION,ProductDescriptionComponent),ComponentFactoryService.registerComponent(s.PRODUCT_INTERACTIONS,ProductInteractionsComponent),ComponentFactoryService.registerComponent(s.PRODUCT_ADD_TO_CART_SECTION,ProductAddToCartSectionComponent),ComponentFactoryService.registerComponent(s.PRODUCT_RETAILERS,ProductRetailersComponent),ComponentFactoryService.registerComponent(s.PRODUCT_RETAILERS_CAROUSEL,ProductRetailersCarouselComponent),ComponentFactoryService.registerComponent(s.PRODUCT_RETAILERS_POPUP,ProductRetailersPopupComponent),ComponentFactoryService.registerComponent(s.PRODUCT_RETAILERS_POPUP_LIST,ProductRetailersPopupListComponent),ComponentFactoryService.registerComponent(s.PRODUCT_PRICE,ProductPriceComponent),ComponentFactoryService.registerComponent(s.PRODUCT_DRAWER,ProductDrawerComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LOADING,ProductLoadingComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST,ProductListComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_CARD,ProductListCardComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_FILTERS,ProductListFiltersComponent),ComponentFactoryService.registerComponent(s.PRODUCT_LIST_CARD_LOADING,ProductListCardLoadingComponent),ComponentFactoryService.registerComponent(s.CART,CartComponent),ComponentFactoryService.registerComponent(s.CART_RETAILER,CartRetailerComponent),ComponentFactoryService.registerComponent(s.CART_ITEM,CartItemComponent),ComponentFactoryService.registerComponent(s.CART_FOOTER,CartFooterComponent),ComponentFactoryService.registerComponent(s.CART_ITEM_QUANTITY_PRICE,CartItemQuantityPriceComponent),ComponentFactoryService.registerComponent(s.CART_RETAILER_SUBTOTAL,CartRetailerSubtotalComponent),ComponentFactoryService.registerComponent(s.CART_PROMO_CODE,CartPromoCodeComponent),ComponentFactoryService.registerComponent(s.CART_HEADER,CartHeaderComponent),ComponentFactoryService.registerComponent(s.CART_BODY,CartBodyComponent),ComponentFactoryService.registerComponent(s.CART_FULFILLMENT,CartFulfillmentComponent),ComponentFactoryService.registerComponent(s.CHECKOUT,CheckoutComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_INFORMATION_SECTION,CheckoutInformationSectionComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PAYMENT_FORM,CheckoutPaymentFormComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_STRIPE_FORM,CheckoutStripeFormComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_BILLING_FORM,CheckoutBillingFormComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_SUMMARY_SECTION,CheckoutSummarySectionComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PROMO_CODE,CheckoutPromoCodeComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_GIFT_CARDS,CheckoutGiftCardsComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_AMOUNTS,CheckoutAmountsComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_ITEMS,CheckoutItemsComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_COMPLETED,CheckoutCompletedComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_DELIVERY_INFORMATION_FORM,CheckoutDeliveryInformationComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_BUYER_INFORMATION_FORM,CheckoutBuyerInformationComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_TIPS,CheckoutTipsComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PC_GC,CheckoutPcGcComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_ITEM,CheckoutItemComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_ITEM_QUANTITY,CheckoutItemQuantityComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PLACE_ORDER_BUTTON,CheckoutPlaceOrderButtonComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_HEADER,CheckoutHeaderComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PRESALE_COUNTDOWN,CheckoutPresaleCountdownComponent),ComponentFactoryService.registerComponent(s.CHECKOUT_PRESALE_EXPIRED,CheckoutPresaleExpiredComponent)}}class ElementsClient extends ElementsBaseClient{constructor(){super(...arguments),this.ui={cartButton:(e,i)=>{if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");this.ensureCartDrawerExists();const r=document.getElementById(e.replace("#",""));if(!r)throw new Error("Container with ID '"+e+"' not found");const a=ComponentFactoryService.createElement({type:s.BUTTONS_CART_OPEN,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],showItemsCount:i});r.innerHTML="",safeReplaceChildren(r,a)},floatingCartButton:e=>{this.ensureCartDrawerExists();const i=ComponentFactoryService.createElement({type:s.BUTTONS_CART_OPEN,useShadowDom:!![],isIndependentComponent:!![],wrapInLceElement:!![],classes:["independent"],showItemsCount:e});document.body.appendChild(i)},cartSubtotal:e=>{if(!e||"string"!=typeof e)throw new Error("Element ID is required and must be a string");const i=document.getElementById(e.replace("#",""));if(!i)throw new Error("Element with ID '"+e+"' not found");i.innerHTML="",i.classList.add("lce-cart-subtotal");const M=e=>{i.textContent=formatCentToDollarText(e)},r=this.store.get("cart.totals.subtotal")||0;M(r),this.store.watch("cart.totals",()=>{const e=this.store.get("cart.totals.subtotal")||0;M(e)})},cartItemsCount:e=>{if(!e||"string"!=typeof e)throw new Error("Element ID is required and must be a string");const i=document.getElementById(e.replace("#",""));if(!i)throw new Error("Element with ID '"+e+"' not found");i.innerHTML="",i.classList.add("lce-cart-items-count");const M=e=>{i.textContent=e.toString(),0===e?(i.style.visibility="hidden",i.classList.add("no-items")):(i.style.visibility="visible",i.classList.remove("no-items"))},r=this.store.get("cart.totals.quantity")||0;M(r),this.store.watch("cart.totals",()=>{const e=this.store.get("cart.totals.quantity")||0;M(e)})}}}async injectProductElement(e){if(!Array.isArray(e))throw new Error("Parameters must be an array");if(!this.isElementsEnabled()){for(const i of e)this.injectDisabledElementsError(i.containerId,s.PRODUCT);return[]}return await this.processInjectProduct(e)}async injectAddressElement(e,i){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:s.ADDRESS,containerId:e,options:i}):(this.injectDisabledElementsError(e,s.ADDRESS),null)}async injectCartElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:s.CART,containerId:e}):(this.injectDisabledElementsError(e,s.CART),null)}async injectCheckoutElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return this.isElementsEnabled()?await this.processInjectElement({type:s.CHECKOUT,containerId:e}):(this.injectDisabledElementsError(e,s.CHECKOUT),null)}async injectProductList(e){if(!this.isElementsEnabled())return this.injectDisabledElementsError(e.containerId,s.CHECKOUT),void 0;if(!e)throw new Error("Product list parameters are required");if(!e.containerId||"string"!=typeof e.containerId)throw new Error("Container ID is required and must be a string");if(e.rows&&("number"!=typeof e.rows||e.rows<1||e.rows>10))throw new Error("Rows must be a number between 1 and 10");if(e.columns&&("number"!=typeof e.columns||e.columns<1||e.columns>4))throw new Error("Columns must be a number between 1 and 4");if(e.cardVariant&&!Object.values(h).includes(e.cardVariant))throw new Error("Invalid card variant. Must be one of: "+Object.values(h).join(", "));if(e.filters&&!Array.isArray(e.filters))throw new Error("Filters must be an array");if(e.filters&&e.filters.length>0){const i=Object.values(p);for(const r of e.filters)if(!i.includes(r))throw new Error('Invalid filter type "'+r+'". Must be one of: '+i.join(", "))}if(e.productUrl&&"string"==typeof e.productUrl&&!e.productUrl.includes("{upc}")&&!e.productUrl.includes("{grouping}"))throw new Error('Product URL template must contain either {upc} or {grouping} placeholder. Received: "'+e.productUrl+'"');const i=document.getElementById(e.containerId.replace("#",""));if(!i)throw new Error("Container with ID '"+e.containerId+"' not found");const r=ComponentFactoryService.createElement({type:s.PRODUCT_LIST,wrapInLceElement:!![],cardVariant:e.cardVariant||h.STANDARD,fillCard:e.fillCard||![],rows:e.rows||4,columns:e.columns||4,filters:e.filters||[],productUrl:e.productUrl});safeReplaceChildren(i,r)}getInjectedComponents(){return this.injectedComponents}async processInjectProduct(e){if(this.ensureAllComponentsRegistered(),0===e.length)throw new Error("At least one product must be provided");e.length>20&&this.logger.warn("You can only inject up to 20 products at a time, limiting to 20 products");const i=e.slice(0,20),r=[],a=[];for(const s of i){if(!s||"object"!=typeof s){this.logger.warn("Invalid product parameter: must be an object");continue}if(!s.containerId||"string"!=typeof s.containerId){this.logger.warn("Container ID is required and must be a string for product with ID '"+s.identifier+"'");continue}const e=s.containerId.replace("#","").trim();if(!e){this.logger.warn("Container ID is required for product with ID '"+s.identifier+"'");continue}const i=document.getElementById(e);if(!i){this.logger.warn("Container with ID '"+e+"' not found for product '"+s.identifier+"'");continue}const a=r.every(i=>i.containerId!==e);if(!a){this.logger.warn("Duplicate container ID '"+e+"' found, skipping");continue}if(!s.identifier||"string"!=typeof s.identifier){this.logger.warn("Product identifier is required and must be a string for container ID '"+e+"'");continue}const c=r.every(e=>e.identifier!==s.identifier);c?r.push({containerId:e,identifier:s.identifier}):this.logger.warn("Duplicate product identifier '"+s.identifier+"' found, skipping")}for(const c of r){const e=ComponentFactoryService.createElement({type:s.PRODUCT,useShadowDom:!![],productId:c.identifier,isIndependentComponent:!![],wrapInLceElement:!![]}),i=document.getElementById(c.containerId);i?(i.innerHTML="",safeReplaceChildren(i,e),a.push(this.createInjectedComponentWrapper(c.containerId,s.PRODUCT,e)),await this.commands.product.createProductInstance(c.identifier,!![])):this.logger.warn("Product ("+c.identifier+") container with ID '"+c.containerId+"' not found")}return await this.commands.product.loadMultipleProducts(r.map(e=>e.identifier)),a}}async function Elements(e,r){try{const s=ClientConfigService.getInstance();s.initialize(e,{env:r.env,isBuilder:![],debugMode:r.debugMode,customTheme:r.customTheme,proxy:r.proxy,promoTicker:r.promoTicker});const a=s.getConfigs();SingletonManager.setClientConstructor(ElementsClient);const c=await SingletonManager.getClient(a);if(!c.clientPrepared)throw new Error("Failed to initialize properly");const l={injectProductElement:c.injectProductElement.bind(c),injectAddressElement:c.injectAddressElement.bind(c),injectCartElement:c.injectCartElement.bind(c),injectCheckoutElement:c.injectCheckoutElement.bind(c),injectProductList:c.injectProductList.bind(c),ui:c.ui,actions:c.actions,getInjectedComponents:c.getInjectedComponents.bind(c)};window.elements=l;const h=PubSubService.getInstance();return h.publishAction(i.CLIENT_READY,{isReady:!![],message:"Client Is Ready",timestamp:Date.now(),version:s.get("version")}),l}catch(s){try{const e=LoggerFactory.get("ElementsClientInit");e.error("Elements Client Initialization failed",s)}catch(a){console.error("[LiquidCommerce Elements] Client initialization failed:",null==s?void 0:s.message)}try{const e=ClientConfigService.getInstance(),r=PubSubService.getInstance();r.publishAction(i.CLIENT_READY,{isReady:![],message:"Initialization failed: "+(null==s?void 0:s.message),timestamp:Date.now(),version:e.get("version")||"unknown"})}catch(c){console.warn("[LiquidCommerce Elements] Could not fire error event - services unavailable")}return null}}function pairsFromMainScript(e){const i=[];try{const s=e.getAttributeNames().filter(e=>"data-product"===e.substring(0,12));for(const a of s)try{const r=a.match(/^data-product(-(.+))?$/),s=(null==r?void 0:r[2])?"-"+r[2]:"",c="data-container"+s;if(e.hasAttribute(c)){const r=e.getAttribute(c),s=e.getAttribute(a);r&&s&&i.push({containerId:r,identifier:s})}}catch(r){console.error("[LiquidCommerce Elements Auto Initialization] Error processing product attribute:",r)}}catch(s){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from main script:",s)}return i}function pairsFromProductsScript(){const e=[];try{const r=document.querySelectorAll("script[data-liquid-commerce-elements-products]");for(const s of r)try{const i=JSON.parse(s.textContent||"[]");if(!Array.isArray(i))continue;for(const r of i)r.containerId&&r.identifier&&e.push({containerId:r.containerId,identifier:r.identifier})}catch(i){console.error("[LiquidCommerce Elements Auto Initialization] Invalid JSON in data-liquid-commerce-elements-products script",i)}}catch(r){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from products script:",r)}return e}function pairsFromAttributedElements(){const e=[];try{const r=document.querySelectorAll("div[data-lce-product]");for(const s of r)try{const i="lcep-"+(Date.now().toString(36)+Math.random().toString(36).substring(2,15));s.setAttribute("id",i);const r=s.getAttribute("data-lce-product");i&&r&&e.push({containerId:i,identifier:r})}catch(i){console.error("[LiquidCommerce Elements Auto Initialization] Error processing attributed element:",i)}}catch(r){console.error("[LiquidCommerce Elements Auto Initialization] Error extracting products from attributed elements:",r)}return e}function startsWithLcePrefix(e){return null!==e&&"lce_"===e.substring(0,4)}async function addProductToCartViaQueryParam(e,i){const r=i.getAttribute("data-product-param"),s=i.getAttribute("data-product-fulfillment-type-param");if(!r)return;if(!startsWithLcePrefix(r))return console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring product query parameter "'+r+'" because it does not start with "lce_" prefix.'),void 0;const c=new URLSearchParams(window.location.search),l=c.get(r);if(!l)return;let h=a.SHIPPING;if(s)if(startsWithLcePrefix(s)){const e=c.get(s);e!==a.ON_DEMAND&&e!==a.SHIPPING||(h=e)}else console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring product fulfillment type query parameter "'+s+'" because it does not start with "lce_" prefix.');try{await e.actions.cart.addProduct([{identifier:l,fulfillmentType:h,quantity:1}],!![])}catch(p){console.error("[LiquidCommerce Elements Auto Initialization] Failed to add product from query parameter to cart:",p)}}async function addPromoCodeToCartViaQueryParam(e,i){const r=i.getAttribute("data-promo-code-param");if(!r)return;if(!startsWithLcePrefix(r))return console.warn('[LiquidCommerce Elements Auto Initialization] Ignoring promo code query parameter "'+r+'" because it does not start with "lce_" prefix.'),void 0;const s=new URLSearchParams(window.location.search),a=s.get(r);if(a)try{await e.actions.cart.applyPromoCode(a)}catch(c){console.error("[LiquidCommerce Elements Auto Initialization] Failed to apply promo code from query parameter to cart:",c)}}async function setupCartButton(e,i){var r,s,a;const c=i.hasAttribute("data-cart-button-hidden");if(c)return;const l=i.getAttribute("data-cart-button"),h=i.getAttribute("data-cart-badge-button"),p=l||h,m=!!h;if(!p)return console.warn("[LiquidCommerce Elements Auto Initialization] No cart button position specified. Using floating button."),e.ui.floatingCartButton(m),void 0;const f=p.match(/^(above|below|replace|inside):(.+)$/),g=f?f[1]:"inside";let v=f?f[2]:p;"#"!==v.substring(0,1)&&"."!==v.substring(0,1)&&-1===v.indexOf(" ")&&(v="#"+v);const b=document.querySelector(v);if(!b)return console.warn('[LiquidCommerce Elements Auto Initialization] Cart target "'+v+'" not found. Using floating button.'),e.ui.floatingCartButton(m),void 0;const x=document.createElement("div");switch(x.classList.add("lce-cart-button-container"),x.id="lce-cart-button-"+Date.now(),g){case"above":null===(r=b.parentNode)||void 0===r?void 0:r.insertBefore(x,b);break;case"below":null===(s=b.parentNode)||void 0===s?void 0:s.insertBefore(x,b.nextSibling);break;case"replace":null===(a=b.parentNode)||void 0===a?void 0:a.replaceChild(x,b);break;default:b.appendChild(x)}e.ui.cartButton(x.id,m)}async function initializeProductsList(e){const i=document.querySelector("div[data-liquid-commerce-elements-products-list]");if(!i)return;const r="lce-products-list-container";i.className="lce-products-list-container",i.id=r;const s=i.getAttribute("data-card")||"standard",a=i.hasAttribute("data-card-fill"),c=Number.parseInt(i.getAttribute("data-rows")||"3",10)||3,l=Number.parseInt(i.getAttribute("data-columns")||"4",10)||4,h=i.getAttribute("data-filters"),p=i.getAttribute("data-product-url")||void 0;let m=[];h&&(m=h.split(",").map(e=>e.trim()).filter(e=>e.length>0)),await e.injectProductList({containerId:r,rows:c,columns:l,cardVariant:s,fillCard:a,filters:m,productUrl:p})}async function ElementsAutoInitialize(){var i,r,s,a,l,h;try{const h=document.querySelector("script[data-liquid-commerce-elements]");if(!h)return;const b=h.getAttribute("data-token"),x=h.getAttribute("data-env")||e.PRODUCTION,w=h.getAttribute("data-debug-mode");if(!b)throw new Error("Missing API Key (data-token attribute).");const C=h.getAttribute("data-promo-code"),k=h.getAttribute("data-promo-text"),S=null!==(i=h.getAttribute("data-promo-separator"))&&void 0!==i?i:"•",E=null!==(r=h.getAttribute("data-promo-active-from"))&&void 0!==r?r:void 0,_=null!==(s=h.getAttribute("data-promo-active-until"))&&void 0!==s?s:void 0,P=pairsFromMainScript(h),T=pairsFromProductsScript(),D=pairsFromAttributedElements(),F=[...P,...T,...D],A=C&&k&&E&&_?{promoCode:C,text:k.split("|").map(e=>e.trim()).filter(e=>e.length>0),separator:S,activeFrom:null===(a=new Date(E))||void 0===a?void 0:a.toISOString(),activeUntil:null===(l=new Date(_))||void 0===l?void 0:l.toISOString()}:void 0;let z=c.NONE;w&&x!==e.PRODUCTION&&(z=w);const O=await Elements(b,{env:x,debugMode:z,promoTicker:A?[A]:void 0});if(!O)throw new Error("Failed to initialize client.");if(0!==F.length)try{await O.injectProductElement(F)}catch(p){console.error("[LiquidCommerce Elements Auto Initialization] Failed to inject product elements:",p)}try{await setupCartButton(O,h)}catch(m){console.error("[LiquidCommerce Elements Auto Initialization] Failed to setup cart button:",m)}try{await initializeProductsList(O)}catch(f){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize products list:",f)}try{await addProductToCartViaQueryParam(O,h)}catch(g){console.error("[LiquidCommerce Elements Auto Initialization] Failed to process product query parameter:",g)}try{await addPromoCodeToCartViaQueryParam(O,h)}catch(v){console.error("[LiquidCommerce Elements Auto Initialization] Failed to process promo code query parameter:",v)}}catch(b){console.error("[LiquidCommerce Elements Auto Initialization]",null!==(h=null==b?void 0:b.message)&&void 0!==h?h:String(b))}}function triggerElementsAutoInit(){try{"loading"===document.readyState?document.addEventListener("DOMContentLoaded",async()=>{setTimeout(async()=>{try{await ElementsAutoInitialize()}catch(U){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize:",U)}},50)}):setTimeout(async()=>{try{await ElementsAutoInitialize()}catch(U){console.error("[LiquidCommerce Elements Auto Initialization] Failed to initialize:",U)}},50)}catch(U){console.error("[LiquidCommerce Elements Auto Initialization] Failed to setup initialization:",U)}}function isSDKError(e,i){if(!e||"object"!=typeof e)return i?isSDKSource(i):![];const r=String((null==e?void 0:e.message)||""),s=/liquidcommerce\s+elements/i.test(r),a=String((null==e?void 0:e.stack)||""),c=(null==e?void 0:e.source)||i||"",l=[/@[/\\](?:core|modules|constants|enums|interfaces|utils|static)[/\\]/,/[./]*[/\\](?:core|modules|constants|enums|interfaces|utils|static)[/\\]/,/node_modules[/\\]@liquidcommerce[/\\]elements-sdk[/\\]/i,/elements-sdk[/\\](?:src[/\\])?(?:core|modules)[/\\]/i,/chunk-[a-z0-9]+.*elements/i],h=[/\bElements\b(?!\w)/,/\bElementsBuilder\b/,/\bLiquidCommerceElements\b/,/BaseComponent/,/Elements(?:Base)?Client/,/(?:Auth|Store|Command|ApiClient|Telemetry|FingerPrint|GoogleTagManager|ClientConfig|ThemeProvider|ComponentFactory|PubSub|CircuitBreaker|SingletonManager|DebugPanel)Service/,/(?:Cart|Product|Checkout|Address|ProductList|UI|Common)Commands/,/(?:Product|Cart|Checkout|Address|ProductList).*Component/],p=[/(?:service|commands|component)\.(?:ts|js)/,/auto-initialize\.(?:ts|js)/,/elements-(?:base-|builder-)?client\.(?:ts|js)/],m=[/elements-sdk[/\\]/i,/modules[/\\](?:cart|product|checkout|address|product-list|theme-provider|ui-components)[/\\]/,/core[/\\](?:auth|store|command|api-client|telemetry|fingerprint|google-tag-manager|client|component-factory|pubsub|circuit-breaker|singleton-manager|debug-panel)[/\\]/,/@liquidcommerce[/\\]elements-sdk/i],f=isSDKSource(c),g=l.some(e=>e.test(a)),v=h.some(e=>e.test(a)),b=p.some(e=>e.test(a)),x=m.some(e=>e.test(a));return s||f||g||v||b||x}function isSDKSource(e){if(!e||"string"!=typeof e)return![];const i=[/\/elements\.js$/i,/\/index\.esm\.js$/i,/@liquidcommerce\/elements-sdk/i,/node_modules[/\\]@liquidcommerce[/\\]elements-sdk/i,/@liquidcommerce[/\\]elements-sdk[/\\]/i,/\/elements-sdk[/\\]/i,/elements-sdk[/\\]src/i,/elements[-.]?[a-z0-9]*\.js$/i,/chunk.*elements/i,/elements.*chunk/i,/\?.*elements\.js/i,/#.*elements\.js/i];return i.some(i=>i.test(e))}class ElementsBuilderClient extends ElementsBaseClient{async updateComponentGlobalConfigs(e){try{if(!e)throw new Error("Global theme configuration is required");if(this.themeProvider.updateComponentGlobalConfigs(e),e.layout&&Object.keys(e.layout).length>0){await this.commands.product.rerenderAllProducts(),this.commands.cart.rerenderCart(),this.commands.checkout.rerenderCheckout();for(const i of getComponentTypesForLayoutFields("global.layout",e.layout))this.rerenderInjectedComponentsByType(i)}this.logger.info("✅ Global theme configuration updated - changes applied to all components")}catch(i){throw this.logger.error("❌ Failed to update global theme configuration",i),new Error("Global theme update failed")}}async updateProductComponent(e){try{if(!e)throw new Error("Product component configuration is required");if(this.themeProvider.updateProductComponent(e),e.layout&&Object.keys(e.layout).length>0){await this.commands.product.rerenderAllProducts();for(const i of getComponentTypesForLayoutFields("product.layout",e.layout))this.rerenderInjectedComponentsByType(i)}this.logger.info("✅ Product component theme updated - changes applied to product elements")}catch(i){throw this.logger.error("❌ Failed to update product component theme",i),new Error("Product theme update failed")}}updateCartComponent(e){try{if(!e)throw new Error("Cart component configuration is required");if(this.themeProvider.updateCartComponent(e),e.layout&&Object.keys(e.layout).length>0){this.commands.cart.rerenderCart();for(const i of getComponentTypesForLayoutFields("cart.layout",e.layout))this.rerenderInjectedComponentsByType(i)}this.logger.info("✅ Cart component theme updated - changes applied to cart elements")}catch(i){throw this.logger.error("❌ Failed to update cart component theme",i),new Error("Cart theme update failed")}}updateCheckoutComponent(e){try{if(!e)throw new Error("Checkout component configuration is required");if(this.themeProvider.updateCheckoutComponent(e),e.layout&&Object.keys(e.layout).length>0){this.commands.checkout.rerenderCheckout();for(const i of getComponentTypesForLayoutFields("checkout.layout",e.layout))this.rerenderInjectedComponentsByType(i)}this.logger.info("✅ Checkout component theme updated - changes applied to checkout elements")}catch(i){throw this.logger.error("❌ Failed to update checkout component theme",i),new Error("Checkout theme update failed")}}updateAddressComponent(e){try{if(!e)throw new Error("Address component configuration is required");this.themeProvider.updateAddressComponent(e),this.logger.info("✅ Address component theme updated - changes applied to address elements")}catch(i){throw this.logger.error("❌ Failed to update address component theme",i),new Error("Address theme update failed")}}async injectElement(e){if(!e)throw new Error("Parameters are required");if(!e.containerId||"string"!=typeof e.containerId)throw new Error("Container ID is required and must be a string");if(!e.type)throw new Error("Component type is required");return await this.processInjectElement(e)}async injectProductElement(e){if(!Array.isArray(e))throw new Error("Parameters must be an array");return await this.processInjectProduct(e)}async injectAddressElement(e,i){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return await this.processInjectElement({type:s.ADDRESS,containerId:e,options:i})}async injectCartElement(e){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");return await this.processInjectElement({type:s.CART,containerId:e})}async injectCheckoutElement(e,i){if(!e||"string"!=typeof e)throw new Error("Container ID is required and must be a string");const r=await this.processInjectElement({type:s.CHECKOUT,containerId:e});if(null==i?void 0:i.simulatePresale){const e=i.presaleExpiresInMinutes||15,r=new Date;r.setMinutes(r.getMinutes()+e),this.store.set("checkout.isPresaleLocked",!![]),this.store.set("checkout.presaleExpiresAt",r.toISOString()),this.logger.info("✅ Builder presale simulation activated - expires in "+e+" minutes")}return r}async processInjectProduct(e){if(this.ensureAllComponentsRegistered(),0===e.length)throw new Error("At least one product must be provided");e.length>20&&this.logger.warn("You can only inject up to 20 products at a time, limiting to 20 products");const i=e.slice(0,20),r=[],a=[];for(const s of i){if(!s||"object"!=typeof s){this.logger.warn("Invalid product parameter: must be an object");continue}if(!s.containerId||"string"!=typeof s.containerId){this.logger.warn("Container ID is required and must be a string for product with ID '"+s.identifier+"'");continue}const e=s.containerId.replace("#","").trim();if(!e){this.logger.warn("Container ID is required for product with ID '"+s.identifier+"'");continue}const i=document.getElementById(e);if(!i){this.logger.warn("Container with ID '"+e+"' not found for product '"+s.identifier+"'");continue}const a=r.every(i=>i.containerId!==e);if(!a){this.logger.warn("Duplicate container ID '"+e+"' found, skipping");continue}if(!s.identifier||"string"!=typeof s.identifier){this.logger.warn("Product identifier is required and must be a string for container ID '"+e+"'");continue}const c=r.every(e=>e.identifier!==s.identifier);c?r.push({containerId:e,identifier:s.identifier}):this.logger.warn("Duplicate product identifier '"+s.identifier+"' found, skipping")}for(const c of r){const e=ComponentFactoryService.createElement({type:s.PRODUCT,useShadowDom:!![],productId:c.identifier,isIndependentComponent:!![],wrapInLceElement:!![]}),i=document.getElementById(c.containerId);i?(i.innerHTML="",i.appendChild(e),a.push(this.createInjectedComponentWrapper(c.containerId,s.PRODUCT,e)),await this.commands.product.createProductInstance(c.identifier,!![])):this.logger.warn("Product ("+c.identifier+") container with ID '"+c.containerId+"' not found")}return await this.commands.product.loadMultipleProducts(r.map(e=>e.identifier)),a}}async function ElementsBuilder(e,r){try{const s=ClientConfigService.getInstance();s.initialize(e,{env:r.env,isBuilder:!![],debugMode:r.debugMode,customTheme:r.customTheme,proxy:void 0,promoTicker:r.promoTicker});const a=s.getConfigs();SingletonManager.setClientConstructor(ElementsBuilderClient);const c=await SingletonManager.getClient(a);if(!c.clientPrepared)throw new Error("Failed to initialize properly");const l={updateComponentGlobalConfigs:c.updateComponentGlobalConfigs.bind(c),updateProductComponent:c.updateProductComponent.bind(c),updateAddressComponent:c.updateAddressComponent.bind(c),updateCartComponent:c.updateCartComponent.bind(c),updateCheckoutComponent:c.updateCheckoutComponent.bind(c),injectElement:c.injectElement.bind(c),injectProductElement:c.injectProductElement.bind(c),injectAddressElement:c.injectAddressElement.bind(c),injectCartElement:c.injectCartElement.bind(c),injectCheckoutElement:c.injectCheckoutElement.bind(c),actions:c.actions};window.elementsBuilder=l;const h=PubSubService.getInstance();return h.publishAction(i.CLIENT_READY,{isReady:!![],message:"Builder Client Is Ready",timestamp:Date.now(),version:s.get("version")}),l}catch(s){try{const e=LoggerFactory.get("ElementsBuilderClientInit");e.error("Elements Builder Client Initialization failed",s)}catch(a){console.error("[LiquidCommerce Elements] Builder Client initialization failed:",null==s?void 0:s.message)}try{const e=ClientConfigService.getInstance(),r=PubSubService.getInstance();r.publishAction(i.CLIENT_READY,{isReady:![],message:"Builder initialization failed: "+(null==s?void 0:s.message),timestamp:Date.now(),version:e.get("version")||"unknown"})}catch(c){console.warn("[LiquidCommerce Elements] Could not fire error event - services unavailable")}return null}}if(void 0===window.customElements)console.error("[LiquidCommerce Elements] SDK requires support for Web Components. Please include a Web Components polyfill for older browsers.");else if(void 0===HTMLElement.prototype.attachShadow)console.error("[LiquidCommerce Elements] SDK requires support for Shadow DOM. Please include a Shadow DOM polyfill for older browsers.");else try{const e=window.onerror;window.onerror=(i,r,s,a,c)=>isSDKError(c,r)?(console.error("[LiquidCommerce Elements] Unhandled SDK error:",{message:i,source:r,lineno:s,colno:a,error:c}),!![]):e?e(i,r,s,a,c):![];const i=window.onunhandledrejection;window.onunhandledrejection=e=>{if(e.reason&&isSDKError(e.reason))return console.error("[LiquidCommerce Elements] Unhandled SDK promise rejection:",e.reason),e.preventDefault(),void 0;i&&i.call(window,e)};try{initializeDOMPolyfills()}catch(Et){console.error("[LiquidCommerce Elements] DOM polyfills initialization failed:",Et)}try{triggerElementsAutoInit()}catch(_t){console.error("[LiquidCommerce Elements] Auto-initialization failed:",_t)}}catch(Pt){console.error("[LiquidCommerce Elements] SDK initialization failed:",Pt)}initializeDOMPolyfills(),window.Elements=Elements,window.ElementsBuilder=ElementsBuilder,exports.Elements=Elements,exports.ElementsBuilder=ElementsBuilder,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});