/**
 * NOTICE OF LICENSE
 * This source file is subject to a trade license awarded by
 * Garamo Online S.L.
 * Any use, public communication, reproduction, modification or
 * distribution of this source file without the written consent of
 * Garamo Online S.L. It Is prohibited.
 *
 * @author    ReactionCode <info@reactioncode.com>
 * @copyright Garamo Online S.L. 2025.
 * @license   Commercial license
 */(()=>{"use strict";class t{static getContext(){return t.instance||(t.instance=new t),t.instance}getTrackingConfig(){if(this.trackingConfig)return this.trackingConfig;throw Error("Unable to load Tracking Config Context")}setTrackingConfig(t){this.trackingConfig=t}getTrackingData(){return this.trackingData}setTrackingData(t){this.trackingData=t}getTrackingPlatform(){if(this.trackingPlatform)return this.trackingPlatform;throw Error("Unable to load Tracking Platform Context")}setTrackingPlatform(t){this.trackingPlatform=t}getSessionStorage(){if(this.sessionStorage)return this.sessionStorage;throw Error("Unable to load Session Storage Context")}setSessionStorage(t){this.sessionStorage=t}}class e{constructor(t,e){this.sessionStorage=t,this.idLang=e,this.storageKey="RcProductList",this.storageValue={},this.initStorage()}initStorage(){const t=this.sessionStorage.getItem(this.storageKey);t&&(this.storageValue=JSON.parse(t))}addProduct(t){const e=this.buildIndex({idProduct:t.id_product,idProductAttribute:t.id_attribute});this.storageValue[e]=t,this.updateSessionStorageValue()}updateSessionStorageValue(){const t=JSON.stringify(this.storageValue);this.sessionStorage.setItem(this.storageKey,t)}getProduct(t){let e=null;const i=this.buildIndex(t);return Object.prototype.hasOwnProperty.call(this.storageValue,i)&&(e=this.storageValue[i]),e}buildIndex(t){return[t.idProduct,t.idProductAttribute,this.idLang].join("-")}}class i{constructor(t){this.sessionStorage=t,this.storageKey="RcAttributionList",this.storageValue={},this.initStorage()}initStorage(){const t=this.sessionStorage.getItem(this.storageKey);t&&(this.storageValue=JSON.parse(t))}addAttribution(t,e){this.storageValue[t]=e,this.updateSessionStorageValue()}updateSessionStorageValue(){const t=JSON.stringify(this.storageValue);this.sessionStorage.setItem(this.storageKey,t)}getAttributionList(){return this.storageValue}getAttribution(t){let e=null;return Object.prototype.hasOwnProperty.call(this.storageValue,t)&&(e=this.storageValue[t]),e}removeSessionStorageKey(){this.sessionStorage.removeItem(this.storageKey)}}class r{constructor(){this.storageMethod=this.getStorageMethod()}getItem(t){return this.storageMethod.getItem(t)}setItem(t,e){this.storageMethod.setItem(t,e)}removeItem(t){this.storageMethod.removeItem(t)}clearAll(){this.storageMethod.clear()}}class n extends r{constructor(){super()}getStorageMethod(){return sessionStorage}}class s{constructor(){this.trackingConfig=t.getContext().getTrackingConfig();const r=this.trackingConfig.context.localization.id_lang,s=new n;this.attributionStorage=new i(s),this.productStorage=new e(s,r)}initTrackingData(t){Object.prototype.hasOwnProperty.call(t,"detail_products_list")&&t.detail_products_list.length&&this.addProductsList(t.detail_products_list)}getProductModel(t){return this.productStorage.getProduct(t)}addProductsList(t){t.forEach((t=>this.productStorage.addProduct(t)))}addAttributionData(t,e){const i={productList:this.trackingConfig.context.page.controller_name,productPosition:e};this.attributionStorage.addAttribution(t,i)}getAttributionDataList(){return this.attributionStorage.getAttributionList()}}class a{constructor(e){this.errorLog=[],this.context=t.getContext(),this.context.setTrackingConfig(e.trackingConfig),this.context.setTrackingData(e.trackingData),this.sessionStorage=new s,this.context.setSessionStorage(this.sessionStorage)}}class o{constructor(){this.actionTrackingEvents=[],this.dataTrackingEvents=[],this.trackingConfig=t.getContext().getTrackingConfig(),this.createPageEvents()}createPageEvents(){this.createCartUpdateEvent(),this.createCartViewEvent(),this.createCategoryEvent(),this.createCheckoutEvent(),this.createCustomerLogin(),this.createCustomerSignUp(),this.createHomeEvent(),this.createOrderCompleteEvent(),this.createProductClickEvent(),this.createProductShareEvent(),this.createProductViewEvent(),this.createPromotionClickEvent(),this.createSearchEvent(),this.createViewItemsListEvent()}initPageEvents(){this.actionTrackingEvents.forEach((t=>t.initEvent()))}initDataEvents(t){t&&this.dataTrackingEvents.forEach((e=>e.initDataEvent(t)))}}class c{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}}class d{constructor(t){this.requestConfig=t,this.errorMessage="Something went wrong on request",this.requestConfig=t,this.formData=this.buildFormData()}buildFormData(){const t=new FormData;return t.append("fc",this.requestConfig.fc),t.append("module",this.requestConfig.module),t.append("controller",this.requestConfig.controller),t.append("action",this.requestConfig.action),t.append("data",encodeURIComponent(JSON.stringify(this.requestConfig.data))),t.append("token",this.requestConfig.token),t}fetchRequest(){return t=this,e=void 0,r=function*(){const t={method:"POST",mode:"same-origin",body:this.formData},e=new Request(this.requestConfig.url,t),i=yield fetch(e);if(i.ok){const t=yield i.json();return Promise.resolve(t)}return Promise.reject(new Error(this.errorMessage))},new((i=void 0)||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}));var t,e,i,r}xhrRequest(){return new Promise(((t,e)=>{const i=new XMLHttpRequest;i.open("POST",this.requestConfig.url,!0),i.responseType="json",i.onload=()=>{200===i.status?t(i.response):e(new Error(this.errorMessage))},i.send(this.formData)}))}}var u=function(t,e,i,r){return new(i||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}))};class l{static getProductsDetailList(e){return u(this,void 0,void 0,(function*(){const i=t.getContext().getSessionStorage();let r=[];const n=[];if(e.forEach((t=>{const e=i.getProductModel(t);e?r.push(e):n.push(t)})),n.length){const t=yield l.fetchProductsLists(e);t.length&&i.addProductsList(t),r=[...r,...t]}return r}))}static fetchProductsLists(e){return u(this,void 0,void 0,(function*(){const i=t.getContext().getTrackingConfig(),r={url:i.context.shop.base_dir+"index.php",fc:"module",module:i.context.tracking_module.module_name,controller:"datarequest",action:"getProductsDetail",data:e,token:i.context.tracking_module.token};return new d(r).fetchRequest()}))}}class h extends c{constructor(){super(...arguments),this.cartProducts=[],this.productThemeDataList=[]}initEvent(){this.updateCartProducts(),prestashop.on("updateCart",this.triggerEvent.bind(this))}updateCartProducts(){var t,e;void 0===(null===(t=null===prestashop||void 0===prestashop?void 0:prestashop.cart)||void 0===t?void 0:t.products)&&"complete"!==document.readyState?window.addEventListener("load",this.updateCartProducts.bind(this),!1):this.cartProducts=(null===(e=null===prestashop||void 0===prestashop?void 0:prestashop.cart)||void 0===e?void 0:e.products)||[]}triggerEvent(t){return e=this,i=void 0,n=function*(){if(this.productThemeDataList=h.getProductsDataList(t),this.productThemeDataList.length){const t=yield l.getProductsDetailList(this.productThemeDataList),e=this.getQuantity();t.length&&e&&this.trackingPlatform.addToCart(t[0],e)}this.updateCartProducts()},new((r=void 0)||(r=Promise))((function(t,s){function a(t){try{c(n.next(t))}catch(t){s(t)}}function o(t){try{c(n.throw(t))}catch(t){s(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof r?i:new r((function(t){t(i)}))).then(a,o)}c((n=n.apply(e,i||[])).next())}));var e,i,r,n}static getProductsDataList(t){const e=[];return h.isValidResponse(t)&&e.push({idProduct:t.resp.id_product,idProductAttribute:t.resp.id_product_attribute}),e}static isValidResponse(t){return Object.prototype.hasOwnProperty.call(t,"resp")&&t.resp.success}getQuantity(){const t=this.cartProducts.filter(this.filterCartProducts.bind(this)),e=prestashop.cart.products.filter(this.filterCartProducts.bind(this));let i=0;return e.length&&(i=e[0].quantity,t.length&&(i-=t[0].quantity)),i}filterCartProducts(t){const e=this.productThemeDataList[0];return t.id_product.toString()===e.idProduct.toString()&&t.id_product_attribute.toString()===e.idProductAttribute.toString()}}class g{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform()}initDataEvent(t){Object.prototype.hasOwnProperty.call(t,"detail_products_list")&&Object.prototype.hasOwnProperty.call(t,"order_products_list")&&t.detail_products_list.length&&t.order_products_list.length&&this.trackingPlatform.cartView(t.detail_products_list,t.order_products_list)}}var p=function(t,e,i,r){return new(i||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}))};class m extends g{constructor(){super(...arguments),this.cartProductsQuantities={}}initEvent(){prestashop.on("updateCart",this.updateQuantity.bind(this))}updateQuantity(t){return p(this,void 0,void 0,(function*(){const e={idProduct:0,idProductAttribute:0};let i=null,r=null;if(t.resp)t.resp.success&&void 0!==t.resp.quantity&&(e.idProduct=t.resp.id_product,e.idProductAttribute=t.resp.id_product_attribute,r=t.resp.quantity);else if(t.reason)if("delete-from-cart"===t.reason.linkAction&&t.reason.idProduct&&t.reason.idProductAttribute)e.idProduct=t.reason.idProduct,e.idProductAttribute=t.reason.idProductAttribute,r=0;else if(t.reason.updateUrl){const i=this.getProductFromUrl(t.reason.updateUrl);e.idProduct=i.idProduct,e.idProductAttribute=i.idProductAttribute;const n=document.querySelector('[data-update-url="'+t.reason.updateUrl+'"]');r=n instanceof HTMLInputElement?parseInt(n.value):null}if(0!==e.idProduct&&null!==r&&void 0!==this.cartProductsQuantities[JSON.stringify(e)]){const t=[e];if(i=this.cartProductsQuantities[JSON.stringify(e)],r>i){const e=r-i;this.triggerEvent(t,e,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}else{const e=i-r;this.triggerEvent(t,e,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}this.cartProductsQuantities[JSON.stringify(e)]=r}}))}getProductFromUrl(t){const e=new URLSearchParams(new URL(t).search);return{idProduct:e.has("id_product")?parseInt(e.get("id_product")||"0"):0,idProductAttribute:e.has("id_product_attribute")?parseInt(e.get("id_product_attribute")||"0"):0}}triggerEvent(t,e,i){return p(this,void 0,void 0,(function*(){if(t.length){const r=yield l.getProductsDetailList(t);r.length&&e&&i(r[0],e)}}))}initDataEvent(t){Object.prototype.hasOwnProperty.call(t,"detail_products_list")&&Object.prototype.hasOwnProperty.call(t,"order_products_list")&&t.detail_products_list.length&&t.order_products_list.length&&(this.initCartProductsQuantities(t),this.trackingPlatform.cartView(t.detail_products_list,t.order_products_list))}initCartProductsQuantities(t){t.detail_products_list.forEach(((e,i)=>{const r=JSON.stringify({idProduct:e.id_product,idProductAttribute:e.id_attribute});this.cartProductsQuantities[r]=t.order_products_list[i].quantity||0}))}}class v{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){this.triggerEvent()}triggerEvent(){this.hasCategoryData()&&this.trackingPlatform.categoryPageView()}hasCategoryData(){return Object.prototype.hasOwnProperty.call(this.trackingConfig.context.page,"category")&&Object.prototype.hasOwnProperty.call(this.trackingConfig.context.page.category,"id_category")&&Object.prototype.hasOwnProperty.call(this.trackingConfig.context.page.category,"name")&&Object.prototype.hasOwnProperty.call(this.trackingConfig.context.page.category,"path")}}class f extends v{}class y{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.checkoutController=this.getCheckoutModule()}initEvent(){this.isValidCheckoutController()&&this.checkoutController.initEvent()}isValidCheckoutController(){return this.trackingConfig.context.page.controller_name===this.trackingConfig.context.tracking_module.checkout_module.controller}initDataEvent(t){this.isValidCheckoutController()&&y.isValidTrackingData(t)&&this.checkoutController.initDataEvent(t)}static isValidTrackingData(t){return Object.prototype.hasOwnProperty.call(t,"detail_products_list")&&Object.prototype.hasOwnProperty.call(t,"order_products_list")&&Boolean(t.detail_products_list.length)&&Boolean(t.order_products_list.length)}}class P{constructor(e){this.checkoutTrait=e,this.step=1,this.carrierSelected="",this.paymentSelected="",this.trackingPlatform=t.getContext().getTrackingPlatform()}initCheckoutEvent(){this.setDefaultCheckoutValues(),document.addEventListener("click",this.delegateCheckoutEvent.bind(this),!0)}static isValidMouseEvent(t){return 0===t.button&&t.isTrusted}static isValidAgreement(t="input[name=cgv]"){const e=document.querySelector(t);return!(e instanceof HTMLInputElement)||e.checked}static isCheckoutWithCarrier(t){return Boolean(document.querySelector(t))}sendTrackingCarrierOption(){this.checkoutTrait.getCartProductsData().then((t=>{t&&(this.detailProductsList=t[0],this.orderProductsList=t[1]),this.trackingPlatform.checkoutOption("shipping",this.carrierSelected,this.step,this.detailProductsList,this.orderProductsList)}))}sendTrackingPaymentOption(){this.checkoutTrait.getCartProductsData().then((t=>{t&&(this.detailProductsList=t[0],this.orderProductsList=t[1]),this.trackingPlatform.checkoutOption("payment",this.paymentSelected,this.step,this.detailProductsList,this.orderProductsList)}))}initDataEvent(t){this.detailProductsList=t.detail_products_list,this.orderProductsList=t.order_products_list,this.trackingPlatform.checkoutProgress(t.detail_products_list,t.order_products_list,this.step)}}class k extends P{initEvent(){this.setCurrentStep(),this.initCheckoutEvent()}setCurrentStep(){const t=document.querySelectorAll(".checkout-step"),e=Array.prototype.findIndex.call(t,(t=>t.classList.contains("js-current-step")));this.step=-1!==e?e:1}setDefaultCheckoutValues(){this.getCarrierSelected()}delegateCheckoutEvent(t){if(k.isValidMouseEvent(t)){const e=t.target;k.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():k.isValidCarrierEvent(e)?this.sendTrackingCarrierOption():k.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():k.isValidPurchaseEvent(e)&&this.sendTrackingPaymentOption()}}static isValidCarrierSelectionEvent(t){return t.matches("#checkout-delivery-step .delivery-options *")}getCarrierSelected(){let t="",e=document.querySelector("[id^=delivery_option_]:checked");e=e?e.closest(".delivery-option"):null,e=e?e.querySelector(".carrier-name"):null,e&&(t=e.textContent||""),this.carrierSelected=t.trim()}static isValidCarrierEvent(t){return Boolean(t.closest("#checkout-delivery-step button[type=submit]"))}static isValidPaymentSelectionEvent(t){return t.matches("#checkout-payment-step .payment-options *")}getPaymentSelected(){let t="";const e=document.querySelector("[id^=payment-option-]:checked");e&&Object.hasOwnProperty.call(e.dataset,"moduleName")&&(t=e.dataset.moduleName||""),this.paymentSelected=t.trim()}static isValidPurchaseEvent(t){return Boolean(t.closest("#payment-confirmation button[type=submit]"))&&k.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}initDataEvent(t){0!==this.step&&super.initDataEvent(t)}}class E extends P{setDefaultCheckoutValues(){this.getCarrierSelected(),this.getPaymentSelected()}static isValidCarrierSelectionEvent(t){return t.matches("#pwc-delivery-options *")}getPaymentSelected(){this.paymentSelected="sveacheckout"}static isValidPurchaseEvent(t){return t.matches("a *")}triggerPurchaseEvent(){this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class C extends E{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(C.isValidMouseEvent(t)){const e=t.target;C.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():C.isValidPurchaseEvent(e)&&this.triggerPurchaseEvent()}}getCarrierSelected(){let t="";const e=document.querySelector(".selected[id^=delivery_option] .flex-grow-1.flex-shrink-1");return e instanceof HTMLElement&&e.firstElementChild instanceof HTMLElement&&(t=e.firstElementChild.innerText.trim().toLowerCase()),this.carrierSelected=t}}class _ extends P{setDefaultCheckoutValues(){this.getCarrierSelected(),this.getPaymentSelected()}static isValidCarrierSelectionEvent(t){return t.matches("#klarnacarrier *")}getPaymentSelected(){this.paymentSelected="klarna"}triggerPurchaseEvent(){this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}static isValidPurchaseEvent(t){return t.matches("a *")}}class w extends _{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(w.isValidMouseEvent(t)){const e=t.target;w.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():w.isValidPurchaseEvent(e)&&this.triggerPurchaseEvent()}}getCarrierSelected(){let t="";const e=document.querySelector("#klarnacarrier .selected .kco-sel-list__item__title");e instanceof HTMLElement&&e.firstElementChild instanceof HTMLElement&&(t=e.firstElementChild.innerText.trim().toLowerCase()),this.carrierSelected=t}}class L extends P{delegateCheckoutEvent(t){}setDefaultCheckoutValues(){this.getCarrierSelected(),this.getPaymentSelected()}getCarrierSelected(){this.carrierSelected="not detected"}getPaymentSelected(){this.paymentSelected="qliro"}}class S extends L{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent()}}class b extends P{setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#thecheckout-payment")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}}class x extends b{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(x.isValidMouseEvent(t)){const e=t.target;e.matches("[id^=tc-container] *")&&(x.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():x.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():x.isValidPurchaseEvent(e)&&this.triggerPurchaseEvent())}}static isValidCarrierSelectionEvent(t){return t.matches("#thecheckout-shipping *")}getCarrierSelected(){let t="";const e=document.querySelector(".delivery-options input:checked");if(e instanceof HTMLInputElement){const i=e.closest(".delivery-option-row");if(i instanceof HTMLElement){const e=i.querySelector(".carrier-name");t=e instanceof HTMLElement?e.innerText:""}}this.carrierSelected=t.trim().toLowerCase()}static isValidPaymentSelectionEvent(t){return t.matches("#thecheckout-payment *")}getPaymentSelected(){let t="";const e=document.querySelector(".payment-options input:checked");e instanceof HTMLInputElement&&(t=e.dataset.moduleName||""),this.paymentSelected=t.trim().toLowerCase()}static isValidPurchaseEvent(t){return Boolean(t.closest("#confirm_order"))&&x.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){x.isCheckoutWithCarrier("body:not(.is-virtual-cart) #thecheckout-shipping")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class T extends P{static isCartViewEvent(){return Boolean(document.querySelector("#cart_summary"))}setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#payment_method_container")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}static isValidPaymentSelectionEvent(t){return t.matches("#payment_method_container *")}static isValidPurchaseEvent(t,e){return Boolean(t.closest("#btn_place_order, #btn-placer_order"))&&P.isValidAgreement(e)}}class V extends T{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){V.isCartViewEvent()?this.cartViewEvent.initEvent():this.initCheckoutEvent()}delegateCheckoutEvent(t){if(V.isValidMouseEvent(t)){const e=t.target;e.matches("#onepagecheckoutps_contenedor *, #opc_main *")&&(V.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():V.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():V.isValidPurchaseEvent(e,"input[name=conditions_to_approve]")&&this.triggerPurchaseEvent())}}static isValidCarrierSelectionEvent(t){return t.matches("#js-delivery *, #form-shipping_container .delivery-options *")}getCarrierSelected(){let t="";const e=document.querySelector("[name^=delivery_option]:checked");if(e instanceof HTMLInputElement){const i=e.closest(".delivery-option");if(i instanceof HTMLElement){const e=i.querySelector(".delivery_option_title");t=e instanceof HTMLElement&&e.textContent?e.textContent:""}}this.carrierSelected=t.trim().toLowerCase()}getPaymentSelected(){let t="";const e=document.querySelector("[name=payment-option]:checked");e instanceof HTMLInputElement&&(t=e.value.trim().toLowerCase()),this.paymentSelected=t}triggerPurchaseEvent(){V.isCheckoutWithCarrier("#onepagecheckoutps_contenedor #js-delivery, #opc_main #form-shipping_container")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}initDataEvent(t){V.isCartViewEvent()?this.cartViewEvent.initDataEvent(t):super.initDataEvent(t)}}class O extends P{setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#st-checkout-payment-step")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}}class D extends O{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(D.isValidMouseEvent(t)){const e=t.target;e.matches("#content.steco_container *")&&(D.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():D.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():D.isValidPurchaseEvent(e)&&this.triggerPurchaseEvent())}}static isValidCarrierSelectionEvent(t){return t.matches("#st-checkout-delivery-step *")}getCarrierSelected(){let t="";const e=document.querySelector(".delivery-options input:checked");if(e instanceof HTMLInputElement){const i=e.closest(".delivery-option");if(i instanceof HTMLElement){const e=i.querySelector(".carrier-name");t=e instanceof HTMLElement?e.innerText:""}}this.carrierSelected=t.trim().toLowerCase()}static isValidPaymentSelectionEvent(t){return t.matches("#st-checkout-payment-step *")}getPaymentSelected(){let t="";const e=document.querySelector(".payment-options input:checked");e instanceof HTMLInputElement&&(t=e.dataset.moduleName||""),this.paymentSelected=t.trim().toLowerCase()}static isValidPurchaseEvent(t){return Boolean(t.closest("#payment-confirmation"))&&D.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){D.isCheckoutWithCarrier("#st-checkout-delivery-step")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class I extends P{setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#supercheckout-fieldset")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}}class M extends I{constructor(t){super(t),this.cartViewEvent=new m}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(M.isValidMouseEvent(t)){const e=t.target;e.matches("#supercheckout-fieldset *")&&(M.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():M.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():M.isValidPurchaseEvent(e)&&this.triggerPurchaseEvent())}}static isValidCarrierSelectionEvent(t){return t.matches("#shipping-method *")}getCarrierSelected(){let t="";const e=document.querySelector("input.supercheckout_shipping_option:checked");if(e instanceof HTMLInputElement){const i=e.closest("li");if(i instanceof HTMLElement){const e=i.querySelector("img")||i.querySelector("label");e instanceof HTMLImageElement?t=e.alt:e instanceof HTMLLabelElement&&e.firstChild instanceof Text&&e.firstChild.textContent&&(t=e.firstChild.textContent)}}this.carrierSelected=t.trim().toLowerCase()}static isValidPaymentSelectionEvent(t){return t.matches("#payment-method *")}getPaymentSelected(){let t="";const e=document.querySelector(".payment-options input:checked");e instanceof HTMLInputElement&&(t=e.dataset.moduleName||""),this.paymentSelected=t.trim().toLowerCase()}static isValidPurchaseEvent(t){return Boolean(t.closest("#supercheckout_confirm_order"))&&M.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){M.isCheckoutWithCarrier("input.supercheckout_shipping_option")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class A{constructor(){this.productsThemeData=[],this.detailProductsList=[],this.orderProductsList=[]}}var j=function(t,e,i,r){return new(i||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}))};class q extends A{getCartProductsData(){return j(this,void 0,void 0,(function*(){return this.updateCartProducts(),this.getProductsThemeData(),yield this.getProductsListData(),this.detailProductsList&&this.getOrderProductsList(),[this.detailProductsList,this.orderProductsList]}))}updateCartProducts(){this.cartProducts=prestashop.cart.products}getProductsThemeData(){this.cartProducts&&this.cartProducts.forEach((t=>{const e={idProduct:parseInt(t.id_product),idProductAttribute:parseInt(t.id_product_attribute)};this.isNewProduct(e)&&this.productsThemeData.push(e)}))}isNewProduct(t){return!this.productsThemeData.some((e=>e.idProduct===t.idProduct&&e.idProductAttribute===t.idProductAttribute))}getProductsListData(){return j(this,void 0,void 0,(function*(){this.productsThemeData.length&&(this.detailProductsList=yield l.getProductsDetailList(this.productsThemeData))}))}getOrderProductsList(){this.detailProductsList&&this.cartProducts&&(this.orderProductsList=JSON.parse(JSON.stringify(this.detailProductsList)),this.cartProducts.forEach(((t,e)=>{this.orderProductsList[e].quantity=t.quantity})))}}class H{static getCheckoutController(){let e;const i=new q;switch(t.getContext().getTrackingConfig().context.tracking_module.checkout_module.module){case"klarnaofficial":e=new w(i);break;case"onepagecheckoutps":e=new V(i);break;case"pw_qlirocheckout":e=new S(i);break;case"steasycheckout":e=new D(i);break;case"supercheckout":e=new M(i);break;case"sveacheckout":e=new C(i);break;case"thecheckout":e=new x(i);break;default:e=new k(i)}return e}}class U extends y{getCheckoutModule(){return H.getCheckoutController()}}class B{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){this.triggerEvent()}triggerEvent(){this.trackingConfig.context.user&&this.trackingConfig.context.user.is_new_login&&this.trackingPlatform.customerLogin()}}class F extends B{}class N{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){this.triggerEvent()}triggerEvent(){this.trackingConfig.context.user&&this.trackingConfig.context.user.is_new_account&&this.trackingPlatform.customerSignUp()}}class Q extends N{}class R{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){"index"===this.trackingConfig.context.page.controller_name&&this.triggerEvent()}triggerEvent(){this.trackingPlatform.homePageView()}}class J extends R{}class z{constructor(){this.blockUpdate=!1,this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initDataEvent(t){z.isValidTrackingData(t)&&(this.trackingPlatform.isAvailable()?this.trackingPlatform.orderComplete(t.order_complete_data,t.detail_products_list,t.order_products_list,t.order_context_user_data,this.setOrderTrackingStatus.bind(this)):this.handleAdBlockOrderAborted(t.order_complete_data))}static isValidTrackingData(t){return Object.prototype.hasOwnProperty.call(t,"order_complete_data")&&Object.prototype.hasOwnProperty.call(t,"detail_products_list")&&Object.prototype.hasOwnProperty.call(t,"order_products_list")&&Object.prototype.hasOwnProperty.call(t,"order_context_user_data")&&Boolean(Object.keys(t.order_complete_data).length)&&Boolean(Object.keys(t.detail_products_list).length)&&Boolean(Object.keys(t.order_products_list).length)&&Boolean(Object.keys(t.order_context_user_data).length)}setOrderTrackingStatus(t){this.blockUpdate?setTimeout(this.setOrderTrackingStatus.bind(this),30,t):(this.blockUpdate=!0,this.serverRequest("setOrderTrackingStatus",t))}handleAdBlockOrderAborted(t){this.serverRequest("handleAdBlockOrderAborted",t)}serverRequest(t,e){const i={url:this.trackingConfig.context.shop.base_dir+"index.php",fc:"module",module:this.trackingConfig.context.tracking_module.module_name,controller:"datarequest",action:t,data:e,token:this.trackingConfig.context.tracking_module.token};new d(i).fetchRequest().then((t=>this.blockUpdate=!1))}}class K extends z{}class W{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform(),this.sessionStorage=t.getContext().getSessionStorage()}initEvent(){document.addEventListener("click",this.handleEvent.bind(this),!0)}triggerEvent(t){return e=this,i=void 0,n=function*(){if(t.length){const e=yield l.getProductsDetailList(t);if(e.length){const t=this.sessionStorage.getAttributionDataList();this.trackingPlatform.productClick(e[0],t)}}},new((r=void 0)||(r=Promise))((function(t,s){function a(t){try{c(n.next(t))}catch(t){s(t)}}function o(t){try{c(n.throw(t))}catch(t){s(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof r?i:new r((function(t){t(i)}))).then(a,o)}c((n=n.apply(e,i||[])).next())}));var e,i,r,n}}class $ extends W{handleEvent(t){if(0===t.button&&t.target instanceof Element){const e=$.getProductThemeDataList(t.target);this.triggerEvent(e)}}static getProductThemeDataList(t){const e=[],i=t.closest(".js-product-miniature a");if(i instanceof HTMLElement){const r=".js-product-miniature",n=t.closest(r);if(n instanceof HTMLElement){const t=parseInt(n.dataset.idProduct||"0"),r=parseInt(i.dataset.idProductAttribute||n.dataset.idProductAttribute||"0");t&&e.push({idProduct:t,idProductAttribute:r})}}return e}}class G{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){document.addEventListener("click",this.handleEvent.bind(this),!1)}triggerEvent(t,e){return i=this,r=void 0,s=function*(){if(t.length&&e){const i=yield l.getProductsDetailList(t);i.length&&this.trackingPlatform.productShare(i[0],e)}},new((n=void 0)||(n=Promise))((function(t,e){function a(t){try{c(s.next(t))}catch(t){e(t)}}function o(t){try{c(s.throw(t))}catch(t){e(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof n?i:new n((function(t){t(i)}))).then(a,o)}c((s=s.apply(i,r||[])).next())}));var i,r,n,s}static getSocialNetwork(t){return t.dataset.network||t.dataset.type||t.title||""}}class Y extends G{constructor(){super(...arguments),this.productView={idProduct:0,idProductAttribute:0},this.productQuickView={idProduct:0,idProductAttribute:0}}initEvent(){super.initEvent(),prestashop.on("clickQuickView",this.handlePSEvent.bind(this)),prestashop.on("updatedProduct",this.handlePSEvent.bind(this))}handlePSEvent(t){Y.isEventQuickView(t)?(this.productQuickView.idProduct=t.dataset.idProduct,this.productQuickView.idProductAttribute=t.dataset.idProductAttribute):this.productView.idProductAttribute=parseInt(t.id_product_attribute)}static isEventQuickView(t){return Object.prototype.hasOwnProperty.call(t,"dataset")}handleEvent(t){if(0===t.button&&t.target instanceof Element){const e=".js-social-sharing",i=t.target.closest(e);if(i instanceof HTMLElement){const t=this.getProductsDataList(i),e=Y.getSocialNetwork(i);this.triggerEvent(t,e)}}}getProductsDataList(t){const e=[],i=t.closest("[id^=quickview-modal-]")instanceof HTMLElement?this.productQuickView:this.productView;return i.idProduct&&e.push(i),e}initDataEvent(t){"product"===this.trackingConfig.context.page.controller_name&&Object.prototype.hasOwnProperty.call(t,"detail_product_view")&&t.detail_product_view.length&&(this.productView.idProduct=t.detail_product_view[0].id_product,this.productView.idProductAttribute=t.detail_product_view[0].id_attribute)}}class X{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform(),this.sessionStorage=t.getContext().getSessionStorage()}}class Z extends X{constructor(){super(...arguments),this.latestProductView="",this.productView={idProduct:0,idProductAttribute:0},this.productQuickView={idProduct:0,idProductAttribute:0}}initEvent(){prestashop.on("clickQuickView",this.triggerEvent.bind(this)),prestashop.on("updatedProduct",this.triggerEvent.bind(this))}triggerEvent(t){return e=this,i=void 0,n=function*(){const e=this.getProductsDataList(t);if(e.length){const t=yield l.getProductsDetailList(e);t.length&&this.trackingPlatform.productView(t[0])}},new((r=void 0)||(r=Promise))((function(t,s){function a(t){try{c(n.next(t))}catch(t){s(t)}}function o(t){try{c(n.throw(t))}catch(t){s(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof r?i:new r((function(t){t(i)}))).then(a,o)}c((n=n.apply(e,i||[])).next())}));var e,i,r,n}getProductsDataList(t){const e=[];if(Z.isEventQuickView(t))this.productQuickView.idProduct=t.dataset.idProduct,this.productQuickView.idProductAttribute=t.dataset.idProductAttribute,e.push(this.productQuickView);else{const i=Z.isQuickViewModal()?this.productQuickView:this.productView;i.idProductAttribute=parseInt(t.id_product_attribute),this.isLatestProductView(i)&&(e.push(i),this.setLatestProductView(i))}return e}static isEventQuickView(t){return Object.prototype.hasOwnProperty.call(t,"dataset")}static isQuickViewModal(){return Boolean(document.querySelector("[id^=quickview]"))}isLatestProductView(t){return this.latestProductView!==JSON.stringify(t)}setLatestProductView(t){this.latestProductView=JSON.stringify(t)}initDataEvent(t){if(Object.prototype.hasOwnProperty.call(t,"detail_product_view")&&t.detail_product_view.length){this.sessionStorage.addProductsList(t.detail_product_view);const e=t.detail_product_view[0];this.productView.idProduct=e.id_product,this.productView.idProductAttribute=e.id_attribute,this.trackingPlatform.productView(e),this.setLatestProductView(this.productView)}}}var tt=function(t,e,i,r){return new(i||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}))};class et{static getThemeParameters(t){const e={pid:"",pnm:"",cnm:"",csl:"",ppid:"",ppaid:""};if(t.search){const i=new URLSearchParams(t.search);if(et.hasRequiredPromotionParams(i))return Object.keys(e).forEach((t=>{const r=i.get(t);r&&(e[t]=r)})),e}}static hasRequiredPromotionParams(t){return Boolean(t.get("pid"))}static getDetailPromotionModel(t){return tt(this,void 0,void 0,(function*(){const e={promotion_url:"",promotion_params:{promotion_id:"",promotion_name:"",creative_slot:"",creative_name:""}};if(t&&t.parameters&&(e.promotion_url=t.url,Object.entries({pid:"promotion_id",pnm:"promotion_name",cnm:"creative_name",csl:"creative_slot"}).forEach((([i,r])=>{var n;e.promotion_params[r]=(null===(n=t.parameters)||void 0===n?void 0:n[i])||""})),et.hasPromotionItem(t.parameters))){const i=yield et.getPromotionItem(t);i&&(e.promotion_item=i[0])}return e}))}static hasPromotionItem(t){return Boolean(t.ppid)}static getPromotionItem(t){return tt(this,void 0,void 0,(function*(){var e,i;const r={idProduct:parseInt(null===(e=t.parameters)||void 0===e?void 0:e.ppid),idProductAttribute:parseInt((null===(i=t.parameters)||void 0===i?void 0:i.ppaid)||"0")};return l.getProductsDetailList([r])}))}}var it=function(t,e,i,r){return new(i||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}))};class rt{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){document.addEventListener("click",this.triggerEvent.bind(this),!0)}triggerEvent(t){return it(this,void 0,void 0,(function*(){const e=yield this.getPromotionData(t);e&&this.trackingPlatform.promotionClick(e)}))}getPromotionData(t){return it(this,void 0,void 0,(function*(){let e;if(0===t.button&&t.target instanceof Element){const i=t.target.closest(".js-track-promo a");if(i){const t={url:i.href,parameters:et.getThemeParameters(i)};e=yield et.getDetailPromotionModel(t)}}return e}))}}class nt extends rt{}class st{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){var t;(null===(t=this.trackingConfig.context.page.search_term)||void 0===t?void 0:t.length)&&this.trackingPlatform.searchPageView()}}class at extends st{}class ot{constructor(){this.scrollTimeout=0,this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform(),this.allItemsList=this.getAllItemsList()}initEvent(){window.addEventListener("scroll",this.triggerEvent.bind(this),!0),this.parseItemsList(),this.sendItems()}triggerEvent(){window.clearTimeout(this.scrollTimeout),this.parseItemsList(),this.scrollTimeout=window.setTimeout((()=>this.sendItems()),800)}parseItemsList(){this.allItemsList.length&&this.allItemsList.forEach((t=>{const e=t.getItemsListDetected();e.length&&e.forEach((e=>{ot.isElementInViewport(e)&&t.addItem(e)}))}))}static isElementInViewport(t){let e=!1;const i=window.innerHeight,r=window.scrollY,n=r,s=r+i;let a,o,c,d,u;const l=t.clientHeight;return l&&(c=getComputedStyle(t),d=parseInt(c.paddingTop)+parseInt(c.paddingBottom),u=t.getBoundingClientRect(),a=u.top+r,o=a+(l-d),e=a>=n&&a<s||o>=n&&o<s),e}sendItems(){this.allItemsList.forEach((t=>{t.sendItems()})),window.clearTimeout(this.scrollTimeout)}}class ct{constructor(e){this.itemSelector=e,this.sendProducts=new Set,this.sentProducts=new Set,this.productsPosition={},this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform(),this.sessionStorage=t.getContext().getSessionStorage()}getItemsListDetected(){return document.querySelectorAll(this.itemSelector)}addItem(t){const e=parseInt(t.getAttribute("data-id-product")||"0"),i=parseInt(t.getAttribute("data-id-product-attribute")||"0");if(e){const t={idProduct:e,idProductAttribute:i},r=JSON.stringify(t);this.sentProducts.has(r)||this.sendProducts.has(r)||this.sendProducts.add(r)}}sendItems(){return t=this,e=void 0,r=function*(){if(this.sendProducts.size){this.buildProductPositions();const t=this.getProductsDataListFromSendProducts(),e=yield l.getProductsDetailList(t);e.length&&(this.trackingPlatform.productsList(e,this.productsPosition),this.sentProducts=new Set([...Array.from(this.sentProducts),...Array.from(this.sendProducts)]),this.sendProducts.clear())}},new((i=void 0)||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}));var t,e,i,r}getProductsDataListFromSendProducts(){const t=[];return this.sendProducts.forEach((e=>{t.push(JSON.parse(e))})),t}buildProductPositions(){const t=this.getItemsListDetected();let e,i,r=this.getPageFirstPosition();t.forEach((t=>{if(e=parseInt(t.getAttribute("data-id-product")||"0"),i=parseInt(t.getAttribute("data-id-product-attribute")||"0"),e){const t={idProduct:e,idProductAttribute:i},n=JSON.stringify(t);Object.prototype.hasOwnProperty.call(this.productsPosition,n)||(this.productsPosition[n]=r,r+=1),this.sessionStorage.addAttributionData(n,this.productsPosition[n])}}))}}class dt extends ct{constructor(){super(".js-product-miniature")}getPageFirstPosition(){let t=1;const e=this.trackingConfig.context.page.products_per_page,i=new URLSearchParams(window.location.search).get("page");return i&&(t=parseInt(i)),e*t-e+1}}class ut{constructor(){this.itemSelector=".js-track-promo",this.sendPromotions=new Set,this.sentPromotions=new Set,this.trackingPlatform=t.getContext().getTrackingPlatform()}getItemsListDetected(){return document.querySelectorAll(this.itemSelector)}addItem(t){const e=t.querySelector("a");if(e){const t={url:e.href,parameters:et.getThemeParameters(e)};if(t.parameters){const e=JSON.stringify(t);this.sendPromotions.has(e)||this.sentPromotions.has(e)||this.sendPromotions.add(e)}}}sendItems(){return t=this,e=void 0,r=function*(){if(this.sendPromotions.size){const t=[];for(const e of this.sendPromotions){const i=JSON.parse(e),r=yield et.getDetailPromotionModel(i);r&&t.push(r)}this.trackingPlatform.promotionsList(t),this.sentPromotions=new Set([...Array.from(this.sentPromotions),...Array.from(this.sendPromotions)]),this.sendPromotions.clear()}},new((i=void 0)||(i=Promise))((function(n,s){function a(t){try{c(r.next(t))}catch(t){s(t)}}function o(t){try{c(r.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}c((r=r.apply(t,e||[])).next())}));var t,e,i,r}}class lt extends ut{}class ht extends ot{getAllItemsList(){return[new dt,new lt]}}class gt extends o{createCartUpdateEvent(){"cart"!==this.trackingConfig.context.page.controller_name&&this.actionTrackingEvents.push(new h)}createCartViewEvent(){if("cart"===this.trackingConfig.context.page.controller_name){const t=new m;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}}createCategoryEvent(){"category"===this.trackingConfig.context.page.controller_name&&this.actionTrackingEvents.push(new f)}createCheckoutEvent(){if(this.trackingConfig.context.page.controller_name===this.trackingConfig.context.tracking_module.checkout_module.controller){const t=new U;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}}createCustomerLogin(){this.trackingConfig.context.user.is_new_login&&this.actionTrackingEvents.push(new F)}createCustomerSignUp(){this.trackingConfig.context.user.is_new_account&&this.actionTrackingEvents.push(new Q)}createHomeEvent(){this.actionTrackingEvents.push(new J)}createOrderCompleteEvent(){this.dataTrackingEvents.push(new K)}createProductClickEvent(){this.actionTrackingEvents.push(new $)}createProductShareEvent(){const t=new Y;this.actionTrackingEvents.push(t),"product"===this.trackingConfig.context.page.controller_name&&this.dataTrackingEvents.push(t)}createProductViewEvent(){const t=new Z;this.actionTrackingEvents.push(t),"product"===this.trackingConfig.context.page.controller_name&&this.dataTrackingEvents.push(t)}createPromotionClickEvent(){this.actionTrackingEvents.push(new nt)}createSearchEvent(){new RegExp("search").test(this.trackingConfig.context.page.controller_name)&&this.actionTrackingEvents.push(new at)}createViewItemsListEvent(){this.actionTrackingEvents.push(new ht)}}class pt extends c{initEvent(){document.addEventListener("click",this.removeFromCart.bind(this),!0),document.addEventListener("click",this.addToCartProductList.bind(this),!0),"product"===this.trackingConfig.context.page.controller_name&&document.addEventListener("click",this.addToCartProductView.bind(this),!0)}removeFromCart(t){if(0===t.button&&t.target instanceof Element){const e=".ajax_cart_block_remove_link",i=t.target.closest(e);if(i instanceof HTMLAnchorElement){const t="cart_block_product_",e=i.closest(`[data-id^=${t}]`);if(e instanceof HTMLElement){const i=pt.getProductDataCartBlock(e,t),r=pt.getQuantityCartBlock(e);this.triggerEvent(i,r,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}}}}static getProductDataCartBlock(t,e){const i=[];if(t.dataset.id&&t.dataset.id.length){const r=t.dataset.id.replace(e,"").split("_");r.length&&i.push({idProduct:parseInt(r[0]),idProductAttribute:parseInt(r[1]||"0")})}return i}static getQuantityCartBlock(t){let e=0;const i=t.querySelector(".quantity");return i instanceof HTMLElement&&(e=parseInt(i.innerText.trim())),e}addToCartProductList(t){if(0===t.button&&t.target instanceof Element){const e=".ajax_add_to_cart_button",i=t.target.closest(e);if(i instanceof HTMLElement){const t=pt.getProductDataProductList(i),e=pt.getQuantityProductList(i);this.triggerEvent(t,e,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}}}static getProductDataProductList(t){const e=[];if(t.dataset.idProduct&&t.dataset.idProductAttribute){const i=parseInt(t.dataset.idProduct.trim()),r=parseInt(t.dataset.idProductAttribute.trim()||"0");i&&e.push({idProduct:i,idProductAttribute:r})}return e}static getQuantityProductList(t){let e=0;const i=t.closest(".ajax_block_product");if(i instanceof HTMLElement){const t=i.querySelector("[name=qty]");(t instanceof HTMLInputElement||t instanceof HTMLSelectElement)&&(e=parseInt(t.value))}return!e&&t.dataset.minimal_quantity&&(e=parseInt(t.dataset.minimal_quantity.trim())),e}addToCartProductView(t){if(0===t.button&&t.target instanceof Element){const e="#add_to_cart",i=t.target.closest(e);if(i instanceof HTMLElement){const t=i.closest("form");if(t instanceof HTMLFormElement){const e=pt.getProductDataProductView(t),i=pt.getQuantityProductView(t);this.triggerEvent(e,i,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}}}}static getProductDataProductView(t){const e=[],i=t.querySelector("[name=id_product]"),r=t.querySelector("[name=id_product_attribute]");return i&&r&&e.push({idProduct:parseInt(i.value),idProductAttribute:parseInt(r.value||"0")}),e}static getQuantityProductView(t){let e=0;const i=t.querySelector("[name=qty]");return i instanceof HTMLInputElement&&(e=parseInt(i.value)),e}triggerEvent(t,e,i){return r=this,n=void 0,a=function*(){if(t.length){const r=yield l.getProductsDetailList(t);r.length&&e&&i(r[0],e)}},new((s=void 0)||(s=Promise))((function(t,e){function i(t){try{c(a.next(t))}catch(t){e(t)}}function o(t){try{c(a.throw(t))}catch(t){e(t)}}function c(e){var r;e.done?t(e.value):(r=e.value,r instanceof s?r:new s((function(t){t(r)}))).then(i,o)}c((a=a.apply(r,n||[])).next())}));var r,n,s,a}}class mt extends v{initEvent(){"category"===this.trackingConfig.context.page.controller_name&&super.initEvent()}}class vt extends g{initEvent(){document.addEventListener("click",this.handleEvent.bind(this),!0)}handleEvent(t){0===t.button&&t.target instanceof HTMLElement&&(t.target.closest(".cart_quantity_up")?this.increaseQuantity(t.target):t.target.closest(".cart_quantity_down")?this.decreaseQuantity(t.target):t.target.closest(".cart_quantity_delete")&&this.removeFromCart(t.target))}increaseQuantity(t){const e=vt.getProductData(t);this.triggerEvent(e,1,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}decreaseQuantity(t){const e=vt.getProductData(t);this.triggerEvent(e,1,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}removeFromCart(t){const e=vt.getProductData(t),i=vt.getProductQuantity(t);this.triggerEvent(e,i,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}static getProductData(t){const e=[],i="product_",r=t.closest(`[id^=${i}]`);if(r instanceof HTMLElement){const t=r.id.replace(i,"").split("_");if(t.length){const i=parseInt(t[0]||"0"),r=parseInt(t[1]||"0");i&&e.push({idProduct:i,idProductAttribute:r})}}return e}static getProductQuantity(t){let e=0;const i=t.closest("[id^=product_]");if(i instanceof HTMLElement){const t=i.id.replace("product","quantity"),r=i.querySelector(`[name^=${t}]`);r instanceof HTMLInputElement&&(e=parseInt(r.value||"0"))}return e}triggerEvent(t,e,i){return r=this,n=void 0,a=function*(){if(t.length){const r=yield l.getProductsDetailList(t);r.length&&e&&i(r[0],e)}},new((s=void 0)||(s=Promise))((function(t,e){function i(t){try{c(a.next(t))}catch(t){e(t)}}function o(t){try{c(a.throw(t))}catch(t){e(t)}}function c(e){var r;e.done?t(e.value):(r=e.value,r instanceof s?r:new s((function(t){t(r)}))).then(i,o)}c((a=a.apply(r,n||[])).next())}));var r,n,s,a}}class ft extends T{constructor(t){super(t),this.cartViewEvent=new vt}initEvent(){ft.isCartViewEvent()?this.cartViewEvent.initEvent():this.initCheckoutEvent()}delegateCheckoutEvent(t){if(ft.isValidMouseEvent(t)){const e=t.target;e.matches("#onepagecheckoutps_contenedor *")&&(ft.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():ft.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():ft.isValidPurchaseEvent(e,"input[name=psgdpr_consent_checkbox]")&&this.triggerPurchaseEvent())}}static isValidCarrierSelectionEvent(t){return t.matches("#shipping_container .delivery_options *")}getCarrierSelected(){let t="";const e=document.querySelector("[name^=delivery_option]:checked");if(e instanceof HTMLInputElement){const i=e.closest(".delivery_option");if(i instanceof HTMLElement){const e=i.querySelector(".delivery_option_title");t=e instanceof HTMLElement&&e.textContent?e.textContent:""}}this.carrierSelected=t.trim().toLowerCase()}getPaymentSelected(){let t="";const e=document.querySelector("[name^=method_payment]:checked");e instanceof HTMLInputElement&&(t=e.value||""),this.paymentSelected=t.trim().toLowerCase()}triggerPurchaseEvent(){ft.isCheckoutWithCarrier("#onepagecheckoutps_contenedor #shipping_container")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}initDataEvent(t){ft.isCartViewEvent()?this.cartViewEvent.initDataEvent(t):super.initDataEvent(t)}}class yt extends P{constructor(t){super(t),this.paymentTarget=null,this.lastSelectedOptions={carrierSelected:"",paymentSelected:""},this.cartViewEvent=new vt}getCarrierSelected(){let t="";const e=document.querySelector(".delivery_options_address input:checked");if(e instanceof HTMLInputElement)if(e.dataset.carrier)t=e.dataset.carrier;else{const i=e.closest(".delivery_option");if(i instanceof HTMLElement){const e=i.querySelector("td > strong");t=e instanceof HTMLElement?e.innerText.trim():""}}this.carrierSelected=t}getPaymentSelected(){if(this.paymentTarget instanceof Element){const t=this.paymentTarget;let e="not detected";const i=t.closest("[data-module-name]")||t.closest("a[class]")||t.closest("a[href]")||t.closest("[title]");if(i instanceof Element){let t;t=i.hasAttribute("data-module-name")&&i.getAttribute("data-module-name")?i.getAttribute("data-module-name"):i.hasAttribute("href")&&yt.isValidURL(i.getAttribute("href")||"")?yt.getModuleFromURL(new URL(i.getAttribute("href"))):i.getAttribute("class")||i.getAttribute("title")||"",t&&(e=t)}this.paymentSelected=e}}static isValidURL(t){let e;try{e="null"!==new URL(t).origin}catch(t){e=!1}return e}static getModuleFromURL(t){const e=t.pathname.split("/"),i=e.indexOf("module")+1;return e[i]||""}static isValidCarrierSelectionEvent(t){return t.matches("#carrier_area .delivery_options *")}static isValidPurchaseEvent(t){return t.matches("#HOOK_PAYMENT *")&&!yt.isInvalidTarget(t)&&yt.isValidAgreement()}static isInvalidTarget(t){return Boolean(["#ps_checkout-displayPayment .payment_module.open:not([data-module-name]) *","#ps_checkout-displayPayment .ps_checkout-payment-option.row"].find((e=>t.matches(e))))}}class Pt extends yt{initEvent(){this.setCurrentStep(),this.initStepEvent()}setCurrentStep(){document.querySelectorAll("#order_step li").forEach(((t,e)=>{t.classList.contains("step_current")&&(this.step=e>1?e-1:0)}))}initStepEvent(){0===this.step?this.cartViewEvent.initEvent():this.step>=2&&this.initCheckoutEvent()}setDefaultCheckoutValues(){2===this.step&&this.getCarrierSelected()}delegateCheckoutEvent(t){if(Pt.isValidMouseEvent(t)&&t.target instanceof Element){const e=t.target;Pt.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():Pt.isValidCarrierEvent(e)?this.sendTrackingCarrierOption():Pt.isValidPurchaseEvent(e)&&(this.paymentTarget=e,this.triggerPurchaseEvent())}}static isValidCarrierEvent(t){return Boolean(t.closest("button[name^=processCarrier]"))&&Pt.isValidAgreement()&&!document.querySelector("#input_virtual_carrier")}triggerPurchaseEvent(){this.getPaymentSelected(),this.lastSelectedOptions.paymentSelected!==this.paymentSelected&&(this.sendTrackingPaymentOption(),this.lastSelectedOptions.paymentSelected=this.paymentSelected)}initDataEvent(t){0===this.step?this.cartViewEvent.initDataEvent(t):super.initDataEvent(t)}}class kt extends yt{initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}setDefaultCheckoutValues(){this.getCarrierSelected()}delegateCheckoutEvent(t){if(kt.isValidMouseEvent(t)&&t.target instanceof Element){const e=t.target;kt.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():kt.isValidPurchaseEvent(e)&&(this.paymentTarget=e,this.triggerPurchaseEvent())}}triggerPurchaseEvent(){kt.isValidCheckoutWithCarrier()&&this.lastSelectedOptions.carrierSelected!==this.carrierSelected&&(this.sendTrackingCarrierOption(),this.lastSelectedOptions.carrierSelected=this.carrierSelected),this.getPaymentSelected(),this.lastSelectedOptions.paymentSelected!==this.paymentSelected&&(this.sendTrackingPaymentOption(),this.lastSelectedOptions.paymentSelected=this.paymentSelected)}static isValidCheckoutWithCarrier(){return Boolean(document.querySelector("#carrier_area .delivery_options"))}}class Et extends A{getCartProductsData(){return e=this,i=void 0,n=function*(){const e=t.getContext().getTrackingData();if(e&&e.detail_products_list&&e.order_products_list)return[e.detail_products_list,e.order_products_list];throw Error("tracking data empty on essential step")},new((r=void 0)||(r=Promise))((function(t,s){function a(t){try{c(n.next(t))}catch(t){s(t)}}function o(t){try{c(n.throw(t))}catch(t){s(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof r?i:new r((function(t){t(i)}))).then(a,o)}c((n=n.apply(e,i||[])).next())}));var e,i,r,n}}class Ct{static getCheckoutController(){let e;const i=new Et,r=t.getContext().getTrackingConfig();return e="onepagecheckoutps"===r.context.tracking_module.checkout_module.module?new ft(i):"order"===r.context.page.controller_name?new Pt(i):new kt(i),e}}class _t extends y{getCheckoutModule(){return Ct.getCheckoutController()}}class wt extends B{}class Lt extends N{}class St extends R{}class bt extends z{}class xt extends W{handleEvent(t){if(0===t.button&&t.target instanceof Element){const e=xt.getProductThemeDataList(t.target);this.triggerEvent(e)}}static getProductThemeDataList(t){const e=".ajax_block_product",i=[];if(t.closest(e)&&t.closest("a:not(.ajax_add_to_cart_button)")){const r=t.closest(e);if(r instanceof HTMLElement)if(r.dataset.idProduct&&r.dataset.idProductAttribute){const t=parseInt(r.dataset.idProduct||"0"),e=parseInt(r.dataset.idProductAttribute||"0");t&&i.push({idProduct:t,idProductAttribute:e})}else{const t=".ajax_add_to_cart_button",e=r.querySelector(t);if(e instanceof HTMLElement&&e.dataset.idProduct&&e.dataset.idProductAttribute){const t=parseInt(e.dataset.idProduct||"0"),r=parseInt(e.dataset.idProductAttribute||"0");t&&i.push({idProduct:t,idProductAttribute:r})}}}return i}}class Tt extends G{handleEvent(t){if(0===t.button&&t.target instanceof Element){const e=".js-social-sharing, .social-sharing",i=t.target.closest(e);if(i instanceof HTMLElement){const t=Tt.getProductsDataList(i),e=Tt.getSocialNetwork(i);this.triggerEvent(t,e)}}}static getProductsDataList(t){const e=[],i=t.closest("body");if(i instanceof HTMLElement){const t=i.querySelector("[name^=id_product]"),r=i.querySelector("[name^=id_product_attribute]");if(t instanceof HTMLInputElement&&r instanceof HTMLInputElement){const i=parseInt(t.value),n=parseInt(r.value||"0");Number.isInteger(i)&&Number.isInteger(n)&&e.push({idProduct:i,idProductAttribute:n})}}return e}initDataEvent(t){}}class Vt extends X{constructor(){super(...arguments),this.productBuyBlockSelector="#buy_block"}initEvent(){const t=document.querySelector("[name=id_product_attribute]");if(t instanceof HTMLInputElement){const e={attributes:!0,attributeOldValue:!0};new MutationObserver(this.handleMutation.bind(this)).observe(t,e)}}handleMutation(t){t.forEach((t=>{if("attributes"===t.type&&t.target instanceof HTMLInputElement&&""!==t.oldValue&&t.target.value!==t.oldValue){const e=t.target.closest(this.productBuyBlockSelector);e instanceof HTMLFormElement&&this.handleEventFromBuyBlockNode(e)}}))}handleEventFromBuyBlockNode(t){const e=Vt.getProductsDataList(t);this.triggerEvent(e)}static getProductsDataList(t){const e=[],i=t.querySelector("[name^=id_product]"),r=t.querySelector("[name^=id_product_attribute]");if(i instanceof HTMLInputElement&&r instanceof HTMLInputElement){const t=parseInt(i.value||"0"),n=parseInt(r.value||"0");t>0&&e.push({idProduct:t,idProductAttribute:n})}return e}triggerEvent(t){return e=this,i=void 0,n=function*(){if(t.length){const e=yield l.getProductsDetailList(t);e.length&&this.trackingPlatform.productView(e[0])}},new((r=void 0)||(r=Promise))((function(t,s){function a(t){try{c(n.next(t))}catch(t){s(t)}}function o(t){try{c(n.throw(t))}catch(t){s(t)}}function c(e){var i;e.done?t(e.value):(i=e.value,i instanceof r?i:new r((function(t){t(i)}))).then(a,o)}c((n=n.apply(e,i||[])).next())}));var e,i,r,n}initDataEvent(t){if(Object.prototype.hasOwnProperty.call(t,"detail_product_view")&&t.detail_product_view.length){this.sessionStorage.addProductsList(t.detail_product_view);const e=document.querySelector(this.productBuyBlockSelector);e instanceof HTMLFormElement&&this.handleEventFromBuyBlockNode(e)}}}class Ot extends rt{}class Dt extends st{}class It extends ct{constructor(){super(".ajax_block_product")}getPageFirstPosition(){let t=1;const e=this.trackingConfig.context.page.products_per_page,i=new URLSearchParams(window.location.search).get("p");return i&&(t=parseInt(i)),e*t-e+1}}class Mt extends ut{}class At extends ot{getAllItemsList(){return[new It,new Mt]}}class jt extends o{createCartUpdateEvent(){this.actionTrackingEvents.push(new pt)}createCartViewEvent(){}createCategoryEvent(){this.actionTrackingEvents.push(new mt)}createCheckoutEvent(){const t=new _t;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}createCustomerLogin(){this.trackingConfig.context.user.is_new_login&&this.actionTrackingEvents.push(new wt)}createCustomerSignUp(){this.trackingConfig.context.user.is_new_account&&this.actionTrackingEvents.push(new Lt)}createHomeEvent(){this.actionTrackingEvents.push(new St)}createOrderCompleteEvent(){this.dataTrackingEvents.push(new bt)}createProductClickEvent(){this.actionTrackingEvents.push(new xt)}createProductShareEvent(){this.actionTrackingEvents.push(new Tt)}createProductViewEvent(){const t=new Vt;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}createPromotionClickEvent(){this.actionTrackingEvents.push(new Ot)}createSearchEvent(){new RegExp("search").test(this.trackingConfig.context.page.controller_name)&&this.actionTrackingEvents.push(new Dt)}createViewItemsListEvent(){this.actionTrackingEvents.push(new At)}}class qt{static getEventFactory(){switch(t.getContext().getTrackingConfig().context.tracking_module.service_version){case"16":return new jt;case"17":return new gt;default:throw Error("Unable to load event manager")}}}class Ht{static getProductPosition(t,e){let i=0;const r=Ht.getProductThemeData(t),n=JSON.stringify(r);return Object.prototype.hasOwnProperty.call(e,n)&&(i=e[n]),i}static getProductAttribution(t,e){let i=null;const r=Ht.getProductThemeData(t),n=JSON.stringify(r);return Object.prototype.hasOwnProperty.call(e,n)&&(i=e[n]),i}static getProductThemeData(t){return{idProduct:t.id_product,idProductAttribute:t.id_attribute}}}class Ut{static getCartProducts(t,e){const i=[];return t.forEach((t=>{const r=e.find((e=>e.id_product===t.id_product&&e.id_attribute===t.id_attribute));r&&i.push(Ut.getProductData(t,r.quantity))})),i}static getProductData(t,e,i,r){const n={attributes:t.attributes,category_path:t.category_path,condition:t.condition,ean:t.ean,id_attribute:t.id_attribute,id_category:t.id_category,id_manufacturer:t.id_manufacturer,id_product:t.id_product,is_available:t.is_available,isbn:t.isbn,manufacturer_name:t.manufacturer_name,name:t.name,mpn:t.mpn,price_sale:t.price_sale,price_main:t.price_main,price_main_tax_excl:t.price_main_tax_excl,price_sale_tax_excl:t.price_sale_tax_excl,price_discount:Ut.getItemDiscount(t,!0),price_discount_tax_excl:Ut.getItemDiscount(t),reference:t.reference,upc:t.upc};return e&&(n.quantity=e),i&&(n.list_name=i),r&&(n.list_index=r),n}static getItemDiscount(t,e=!1){let i=0;const r=e?t.price_main:t.price_main_tax_excl,n=e?t.price_sale:t.price_sale_tax_excl;return r>n&&(i=(Math.trunc(100*r)-Math.trunc(100*n))/100),i}}class Bt{constructor(){this.layer={},this.trackingConfig=t.getContext().getTrackingConfig()}decorate(){return{common_model:this.layer}}initConfig(){return this.layer={},this.decorate()}homePageView(){return this.layer={},this.decorate()}categoryPageView(){return this.layer={},this.decorate()}productsList(t,e){const i=[],r=this.trackingConfig.context.page.controller_name;return t.forEach((t=>{const n=Ht.getProductPosition(t,e);i.push(Ut.getProductData(t,0,r,n))})),this.layer={items:i},this.decorate()}productClick(t,e){let i=0,r=this.trackingConfig.context.page.controller_name;const n=Ht.getProductAttribution(t,e),s=[];return n&&(i=n.productPosition,r=n.productList),s.push(Ut.getProductData(t,0,r,i)),this.layer={items:s},this.decorate()}productView(t){const e=[];return e.push(Ut.getProductData(t)),this.layer={items:e},this.decorate()}productShare(t,e){const i=[];return i.push(Ut.getProductData(t)),this.layer={items:i,parameters:{method:e}},this.decorate()}addToCart(t,e){const i=[];return i.push(Ut.getProductData(t,e)),this.layer={items:i},this.decorate()}removeFromCart(t,e){const i=[];return i.push(Ut.getProductData(t,e)),this.layer={items:i},this.decorate()}cartView(t,e){const i=Ut.getCartProducts(t,e);return this.layer={items:i},this.decorate()}checkoutProgress(t,e,i){const r=Ut.getCartProducts(t,e);return this.layer={items:r,checkout:{step:i}},this.decorate()}checkoutOption(t,e,i,r,n){return this.layer={checkout:{step:i,option_type:t,option_value:e}},r&&n&&(this.layer.items=Ut.getCartProducts(r,n)),this.decorate()}orderComplete(t,e,i){const r=Ut.getCartProducts(e,i),n=Object.assign({},t);return this.layer={items:r,order:n},this.decorate()}promotionsList(t){const e=[];return t.forEach((t=>{const i=Object.assign(Object.assign({},t.promotion_params),t.promotion_item);e.push(i)})),this.layer={items:e},this.decorate()}promotionClick(t){return this.layer={items:[Object.assign(Object.assign({},t.promotion_params),t.promotion_item)]},this.decorate()}searchPageView(){return this.layer={},this.decorate()}customerLogin(){return this.layer={},this.decorate()}customerSignUp(){return this.layer={},this.decorate()}resetLayer(){return this.layer={items:void 0,parameters:void 0},this.decorate()}}class Ft{constructor(e){this.eventLayer=e,this.layer={},this.eventTimeout=1e3,this.trackingConfig=t.getContext().getTrackingConfig()}resetLayer(){return this.setEventModel("reset_common_model"),Object.assign(Object.assign({},this.layer),this.eventLayer.resetLayer())}initConfig(){return this.layer={},Object.assign(Object.assign({},this.layer),this.eventLayer.initConfig())}getContextData(){return{browser:Object.assign(Object.assign({},this.trackingConfig.context.browser),{is_internal_traffic:this.trackingConfig.gtm.is_internal_traffic}),page:(t=>{var{products_per_page:e}=t;return function(t,e){var i={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(i[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(r=Object.getOwnPropertySymbols(t);n<r.length;n++)e.indexOf(r[n])<0&&Object.prototype.propertyIsEnumerable.call(t,r[n])&&(i[r[n]]=t[r[n]])}return i}(t,["products_per_page"])})(this.trackingConfig.context.page),localization:this.trackingConfig.context.localization,shop:this.trackingConfig.context.shop,user:this.trackingConfig.context.user}}homePageView(){return this.setEventModel("view_home"),Object.assign(Object.assign({},this.layer),this.eventLayer.homePageView())}categoryPageView(){return this.setEventModel("view_category"),Object.assign(Object.assign({},this.layer),this.eventLayer.categoryPageView())}searchPageView(){return this.setEventModel("view_search"),Object.assign(Object.assign({},this.layer),this.eventLayer.searchPageView())}productsList(t,e){return this.setEventModel("view_product_list"),Object.assign(Object.assign({},this.layer),this.eventLayer.productsList(t,e))}productClick(t,e){return this.setEventModel("product_click"),Object.assign(Object.assign({},this.layer),this.eventLayer.productClick(t,e))}productView(t){return this.setEventModel("view_product"),Object.assign(Object.assign({},this.layer),this.eventLayer.productView(t))}productShare(t,e){return this.setEventModel("share_product"),Object.assign(Object.assign({},this.layer),this.eventLayer.productShare(t,e))}addToCart(t,e){return this.setEventModel("add_to_cart"),Object.assign(Object.assign({},this.layer),this.eventLayer.addToCart(t,e))}removeFromCart(t,e){return this.setEventModel("remove_from_cart"),Object.assign(Object.assign({},this.layer),this.eventLayer.removeFromCart(t,e))}cartView(t,e){return this.setEventModel("view_cart"),Object.assign(Object.assign({},this.layer),this.eventLayer.cartView(t,e))}checkoutProgress(t,e,i){return this.setEventModel("checkout_progress"),Object.assign(Object.assign({},this.layer),this.eventLayer.checkoutProgress(t,e,i))}checkoutOption(t,e,i,r,n){return this.setEventModel("checkout_option"),Object.assign(Object.assign({},this.layer),this.eventLayer.checkoutOption(t,e,i,r,n))}orderComplete(t,e,i,r,n){return this.setEventModel("purchase"),this.layer.context=this.getContextData(),this.layer.context.user=r,Object.assign(Object.assign(Object.assign({},this.layer),this.eventLayer.orderComplete(t,e,i,r)),{eventCallback:(...e)=>{this.trackingConfig&&e[0]===this.trackingConfig.gtm.tracking_id&&n(t)},eventTimeout:this.eventTimeout})}promotionsList(t){return this.setEventModel("view_promotion_list"),Object.assign(Object.assign({},this.layer),this.eventLayer.promotionsList(t))}promotionClick(t){return this.setEventModel("promotion_click"),Object.assign(Object.assign({},this.layer),this.eventLayer.promotionClick(t))}customerSignUp(){return this.setEventModel("customer_sign_up"),Object.assign(Object.assign({},this.layer),this.eventLayer.customerSignUp())}customerLogin(){return this.setEventModel("customer_login"),Object.assign(Object.assign({},this.layer),this.eventLayer.customerLogin())}setEventModel(t){this.layer={event:t}}}class Nt{constructor(){const t=new Bt;this.dataLayerComponent=new Ft(t)}}class Qt{constructor(){this.dataLayer={},this.trackingConfig=t.getContext().getTrackingConfig(),this.dataLayerComponent=(new Nt).dataLayerComponent}isAvailable(){return Boolean(this.trackingConfig.gtm.tracking_id&&Object.prototype.hasOwnProperty.call(window,"google_tag_manager"))}initConfig(){}pushDataLayer(){this.dataLayer.event_timestamp=(new Date).getTime(),window[this.trackingConfig.gtm.data_layer_name].push(this.dataLayer),this.resetDataLayer()}resetDataLayer(){this.dataLayer={}}homePageView(){this.dataLayer=this.dataLayerComponent.homePageView(),this.pushDataLayer()}categoryPageView(){this.dataLayer=this.dataLayerComponent.categoryPageView(),this.pushDataLayer()}searchPageView(){this.dataLayer=this.dataLayerComponent.searchPageView(),this.pushDataLayer()}productShare(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.productShare(t,e),this.pushDataLayer()}customerSignUp(){this.dataLayer=this.dataLayerComponent.customerSignUp(),this.pushDataLayer()}customerLogin(){this.dataLayer=this.dataLayerComponent.customerLogin(),this.pushDataLayer()}productsList(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.productsList(t,e),this.pushDataLayer()}productClick(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.productClick(t,e),this.pushDataLayer()}productView(t){this.resetLayer(),this.dataLayer=this.dataLayerComponent.productView(t),this.pushDataLayer()}addToCart(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.addToCart(t,e),this.pushDataLayer()}removeFromCart(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.removeFromCart(t,e),this.pushDataLayer()}cartView(t,e){this.resetLayer(),this.dataLayer=this.dataLayerComponent.cartView(t,e),this.pushDataLayer()}checkoutProgress(t,e,i){this.resetLayer(),this.dataLayer=this.dataLayerComponent.checkoutProgress(t,e,i),this.pushDataLayer()}checkoutOption(t,e,i,r,n){this.resetLayer(),this.dataLayer=this.dataLayerComponent.checkoutOption(t,e,i,r,n),this.pushDataLayer()}orderComplete(t,e,i,r,n){this.resetLayer(),this.dataLayer=this.dataLayerComponent.orderComplete(t,e,i,r,n),this.pushDataLayer()}promotionsList(t){this.resetLayer(),this.dataLayer=this.dataLayerComponent.promotionsList(t),this.pushDataLayer()}promotionClick(t){this.resetLayer(),this.dataLayer=this.dataLayerComponent.promotionClick(t),this.pushDataLayer()}resetLayer(){this.dataLayer=this.dataLayerComponent.resetLayer(),this.pushDataLayer()}}class Rt extends r{constructor(){super()}getStorageMethod(){return localStorage}}class Jt{static randomUUID(){return"https:"===location.protocol?self.crypto.randomUUID():Jt.generateUUIDv4()}static generateUUIDv4(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(t=>{const e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}static isValidUUID(t){return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(t)}}class zt{constructor(t){if("string"==typeof t){if(!Jt.isValidUUID(t))throw new Error("Invalid UUID provided for fingerprint.");this.value=t,this.created=this.lastUpdated=Date.now()}else{if(!zt.isValidFingerprint(t))throw new Error("Invalid fingerprint data provided.");this.value=t.value,this.created=t.created,this.lastUpdated=Date.now()}}static isValidFingerprint(t){return"object"==typeof t&&null!==t&&"string"==typeof t.value&&Jt.isValidUUID(t.value)&&"number"==typeof t.created&&"number"==typeof t.lastUpdated}getFingerprintData(){return{value:this.value,created:this.created,lastUpdated:this.lastUpdated}}}class Kt{static initFingerprint(){var e,i;const r=new Rt,n=t.getContext().getTrackingConfig(),s=Kt.getLocalFingerprintData();try{const t=s||(null===(i=null===(e=n.context)||void 0===e?void 0:e.browser)||void 0===i?void 0:i.fingerprint),a=new zt(t);r.setItem(Kt.fingerprintKey,JSON.stringify(a.getFingerprintData()))}catch(t){console.error("Invalid fingerprint:",t)}}static getLocalFingerprintData(){const t=(new Rt).getItem(Kt.fingerprintKey),e=t?JSON.parse(t):null;return e&&zt.isValidFingerprint(e)?e:null}}Kt.fingerprintKey="RCFingerprint";const Wt=Kt;class $t extends a{constructor(t){super(t),this.sessionStorage&&(this.gtm=new Qt,this.context.setTrackingPlatform(this.gtm),this.eventManager=qt.getEventFactory(),this.init())}init(){Wt.initFingerprint(),this.initEvents()}initEvents(){this.eventManager&&("loading"===document.readyState?document.addEventListener("DOMContentLoaded",this.eventManager.initPageEvents.bind(this.eventManager),!1):this.eventManager.initPageEvents(),"complete"!==document.readyState?window.addEventListener("load",this.initTrackingDataEvents.bind(this),!1):this.initTrackingDataEvents())}initTrackingDataEvents(){const t=this.context.getTrackingData();t&&this.sessionStorage&&this.eventManager&&(this.sessionStorage.initTrackingData(t),this.eventManager.initDataEvents(t))}}document.addEventListener("DOMContentLoaded",(()=>{var t,e;try{const i={trackingConfig:JSON.parse((null===(t=document.getElementById("js-rcpgtm-config"))||void 0===t?void 0:t.textContent)||"{}"),trackingData:JSON.parse((null===(e=document.getElementById("js-rcpgtm-data"))||void 0===e?void 0:e.textContent)||"{}")};if(!i.trackingConfig||!i.trackingData)throw new Error("Tracking configuration or data is missing.");window.RCPGTMClient=new $t(i)}catch(t){console.error("Error initializing RCPGTM module:",t)}}))})();