/** * 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 * @copyright Garamo Online S.L. 2015-2023. * @license Commercial license */(()=>{"use strict";class t{constructor(){}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(){this.hasSessionStorage="Storage"===Object.prototype.toString.call(sessionStorage).slice(8,-1)}getItem(t){let e=null;return this.hasSessionStorage&&(e=sessionStorage.getItem(t)),e}setItem(t,e){this.hasSessionStorage&&sessionStorage.setItem(t,e)}removeItem(t){this.hasSessionStorage&&sessionStorage.removeItem(t)}clearAll(){this.hasSessionStorage&&sessionStorage.clear()}}class i{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){this.storageValue[t.id_index]=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 r{constructor(t){this.storageKey="RcAttributionList",this.storageValue={},this.sessionStorage=t,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 n{constructor(){this.trackingConfig=t.getContext().getTrackingConfig();const n=this.trackingConfig.context.localization.id_lang,s=new e;this.attributionStorage=new r(s),this.productStorage=new i(s,n)}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 s{static getTemplateData(t){const e=s.getRawTemplateData(t);return s.parseModuleData(e)}static getRawTemplateData(t){let e="";const i=document.querySelector(t);return i instanceof HTMLElement&&i.dataset.trackingData&&i.dataset.trackingData.length&&(e=i.dataset.trackingData),e}static parseModuleData(t){return JSON.parse(decodeURIComponent(t)||"{}")}}class a{constructor(){this.trackingConfig=t.getContext().getTrackingConfig()}initScripts(){this.isAvailable()&&(this.trackingConfig.optimize.hiding_timeout&&this.trackingConfig.optimize.hiding_class_name&&(this.addHidingStyle(),this.addHidingScript()),this.addOptimizeScript())}isAvailable(){return Boolean(this.trackingConfig.optimize.tracking_id&&this.trackingConfig.gua.tracking_id)}getTrackingId(){return this.trackingConfig.optimize.tracking_id}getHidingClassName(){return this.trackingConfig.optimize.hiding_class_name}getHidingTimeout(){return this.trackingConfig.optimize.hiding_timeout}addHidingStyle(){const t=document.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=`.${this.getHidingClassName()} { opacity: 0 !important };`,document.head.appendChild(t)}addHidingScript(){const t=document.createElement("script");t.innerText=`\n (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;\n h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};\n (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;\n })(window, document.documentElement, '${this.getHidingClassName()}', 'dataLayer', ${this.getHidingTimeout()}, {'${this.getTrackingId()}': true});\n `,document.head.appendChild(t)}addOptimizeScript(){const t=document.createElement("script");t.src=`https://www.googleoptimize.com/optimize.js?id=${this.getTrackingId()}`,t.async=this.trackingConfig.optimize.is_async,document.head.appendChild(t)}}class o{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 c=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 d{static getProductsDetailList(e){return c(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 d.fetchProductsLists(e);t.length&&i.addProductsList(t),r=[...r,...t]}return r}))}static fetchProductsLists(e){return c(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 o(r).fetchRequest()}))}}class u extends class{constructor(){this.quantity=0,this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}}{initEvent(){document.addEventListener("click",this.triggerCartQuantity.bind(this),!0),prestashop.on("updateCart",this.triggerEvent.bind(this))}triggerCartQuantity(t){if(0===t.button&&t.target instanceof Element){const e=u.getAddToCartQuantity(t.target);e&&(this.quantity=e)}}static getAddToCartQuantity(t){let e=0;const i=t.closest("[data-button-action=add-to-cart]");if(i instanceof HTMLElement){let t=null,r="";if(e=1,i.matches("form *")?t=i.closest("form"):i.hasAttribute("form")&&(t=document.querySelector("#"+i.getAttribute("form"))),t instanceof HTMLFormElement){r=t.id;const i=t.querySelector("[name=qty]")||document.querySelector("[name=qty][form="+r+"]");(i instanceof HTMLInputElement||i instanceof HTMLSelectElement)&&(e=parseInt(i.value))}}return e}triggerEvent(t){return e=this,i=void 0,n=function*(){const e=u.getProductsDataList(t);if(e.length){const t=yield d.getProductsDetailList(e);t.length&&this.quantity&&this.trackingPlatform.addToCart(t[0],this.quantity)}this.quantity=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}static getProductsDataList(t){const e=[];return u.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}}var h=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 extends class{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)}}{constructor(){super(...arguments),this.cartProductsQuantities={},this.lastInputFocus=""}initEvent(){document.addEventListener("click",this.handleEvent.bind(this),!0),prestashop.on("updateCart",this.updateQuantity.bind(this))}handleEvent(t){0===t.button&&t.target instanceof HTMLElement&&(t.target.closest(".js-increase-product-quantity")&&!l.isFocused(t.target)?this.increaseQuantity(t.target):t.target.closest(".js-decrease-product-quantity")&&!l.isFocused(t.target)?this.decreaseQuantity(t.target):t.target.closest(".js-cart-line-product-quantity")?this.setInputCurrentQuantity(t.target):t.target.closest(".remove-from-cart")&&this.removeFromCart(t.target))}static isFocused(t){const e=t.closest(".cart-item");if(e instanceof HTMLElement){const t=e.querySelector(".js-cart-line-product-quantity");return document.activeElement===t}return!1}increaseQuantity(t){return h(this,void 0,void 0,(function*(){const e=l.getProductsDataList(t);this.triggerEvent(e,1,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}))}decreaseQuantity(t){return h(this,void 0,void 0,(function*(){const e=l.getProductsDataList(t);this.triggerEvent(e,1,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}))}removeFromCart(t){const e=l.getProductsDataList(t),i=t.closest(".cart-item");if(i instanceof HTMLElement){const t=i.querySelector(".js-cart-line-product-quantity");if(t instanceof HTMLInputElement){const i=parseInt(t.value);this.triggerEvent(e,i,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}}}static getProductsDataList(t){const e=t.closest(".cart-item"),i=[];let r,n;if(e instanceof HTMLElement){const t=e.querySelector(".remove-from-cart");t instanceof HTMLElement&&(r=parseInt(t.dataset.idProduct||"0"),n=parseInt(t.dataset.idProductAttribute||"0"),r&&i.push({idProduct:r,idProductAttribute:n}))}return i}setInputCurrentQuantity(t){return h(this,void 0,void 0,(function*(){const e=l.getProductsDataList(t),i=e[0],r=t.closest(".js-cart-line-product-quantity");if(e.length&&r instanceof HTMLInputElement){const t=JSON.stringify(i);t!==this.lastInputFocus&&(this.cartProductsQuantities[t]=parseInt(r.value),this.lastInputFocus=t)}}))}updateQuantity(t){return h(this,void 0,void 0,(function*(){if(t.reason.success){const e={idProduct:t.reason.id_product,idProductAttribute:t.reason.id_product_attribute},i=[e];if(i.length){const r=JSON.stringify(e),n=t.reason.quantity;if(this.lastInputFocus="",n>this.cartProductsQuantities[r]){const t=n-this.cartProductsQuantities[r];this.triggerEvent(i,t,this.trackingPlatform.addToCart.bind(this.trackingPlatform))}else{const t=this.cartProductsQuantities[r]-n;this.triggerEvent(i,t,this.trackingPlatform.removeFromCart.bind(this.trackingPlatform))}}}}))}triggerEvent(t,e,i){return h(this,void 0,void 0,(function*(){if(t.length){const r=yield d.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.trackingPlatform.cartView(t.detail_products_list,t.order_products_list)}}class g extends class{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 p{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()&&p.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 m{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 y extends m{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(y.isValidMouseEvent(t)){const e=t.target;y.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():y.isValidCarrierEvent(e)?this.sendTrackingCarrierOption():y.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():y.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]"))&&y.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 f extends m{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 v extends f{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(v.isValidMouseEvent(t)){const e=t.target;v.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():v.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 k extends m{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 P extends k{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(P.isValidMouseEvent(t)){const e=t.target;P.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():P.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 C extends m{delegateCheckoutEvent(t){}setDefaultCheckoutValues(){this.getCarrierSelected(),this.getPaymentSelected()}getCarrierSelected(){this.carrierSelected="not detected"}getPaymentSelected(){this.paymentSelected="qliro"}}class E extends C{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent()}}class w extends m{setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#thecheckout-payment")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}}class _ extends w{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(_.isValidMouseEvent(t)){const e=t.target;e.matches("#tc-container *")&&(_.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():_.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():_.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"))&&_.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){_.isCheckoutWithCarrier("body:not(.is-virtual-cart) #thecheckout-shipping")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class L extends m{constructor(){super(...arguments),this.checkoutCarrierNodeSelector="#onepagecheckoutps_contenedor #js-delivery, #opc_main #form-shipping_container"}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 isValidCarrierSelectionEvent(t){return t.matches("#js-delivery *, #form-shipping_container .delivery-options *")}static isValidPaymentSelectionEvent(t){return t.matches("#payment_method_container *")}static isValidPurchaseEvent(t,e){return Boolean(t.closest("#btn_place_order, #btn-placer_order"))&&m.isValidAgreement(e)}}class S extends L{constructor(t){super(t),this.checkoutCarrierNodeSelector="#onepagecheckoutps_contenedor #js-delivery, #opc_main #form-shipping_container",this.cartViewEvent=new l}initEvent(){S.isCartViewEvent()?this.cartViewEvent.initEvent():this.initCheckoutEvent()}delegateCheckoutEvent(t){if(S.isValidMouseEvent(t)){const e=t.target;e.matches("#onepagecheckoutps_contenedor *, #opc_main *")&&(S.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():S.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():S.isValidPurchaseEvent(e,"input[name=conditions_to_approve]")&&this.triggerPurchaseEvent())}}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(){S.isCheckoutWithCarrier(this.checkoutCarrierNodeSelector)&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}initDataEvent(t){S.isCartViewEvent()?this.cartViewEvent.initDataEvent(t):super.initDataEvent(t)}}class b extends m{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 T extends b{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(T.isValidMouseEvent(t)){const e=t.target;e.matches("#content.steco_container *")&&(T.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():T.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():T.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"))&&T.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){T.isCheckoutWithCarrier("#st-checkout-delivery-step")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}class x extends m{setDefaultCheckoutValues(){setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}getCheckoutLazyOptions(){document.querySelector("#supercheckout-fieldset")?(this.getCarrierSelected(),this.getPaymentSelected()):setTimeout(this.getCheckoutLazyOptions.bind(this),1e3)}}class V extends x{constructor(t){super(t),this.cartViewEvent=new l}initEvent(){this.cartViewEvent.initEvent(),this.initCheckoutEvent()}delegateCheckoutEvent(t){if(V.isValidMouseEvent(t)){const e=t.target;e.matches("#supercheckout-fieldset *")&&(V.isValidCarrierSelectionEvent(e)?this.getCarrierSelected():V.isValidPaymentSelectionEvent(e)?this.getPaymentSelected():V.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"))&&V.isValidAgreement()}static isValidAgreement(){const t=document.querySelector("input[name^=conditions_to_approve]");return!(t instanceof HTMLInputElement)||t.checked}triggerPurchaseEvent(){V.isCheckoutWithCarrier("input.supercheckout_shipping_option")&&this.sendTrackingCarrierOption(),this.sendTrackingPaymentOption()}}var O=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 D extends class{constructor(){this.productsThemeData=[],this.detailProductsList=[],this.orderProductsList=[]}}{getCartProductsData(){return O(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=>{this.productsThemeData.push({idProduct:parseInt(t.id_product),idProductAttribute:parseInt(t.id_product_attribute)})}))}getProductsListData(){return O(this,void 0,void 0,(function*(){this.productsThemeData.length&&(this.detailProductsList=yield d.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 j extends p{getCheckoutModule(){return class{static getCheckoutController(){let e;const i=new D;switch(t.getContext().getTrackingConfig().context.tracking_module.checkout_module.module){case"klarnaofficial":e=new P(i);break;case"onepagecheckoutps":e=new S(i);break;case"pw_qlirocheckout":e=new E(i);break;case"steasycheckout":e=new T(i);break;case"supercheckout":e=new V(i);break;case"sveacheckout":e=new v(i);break;case"thecheckout":e=new _(i);break;default:e=new y(i)}return e}}.getCheckoutController()}}class I extends class{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 M extends class{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 class{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 A{constructor(){this.trackingConfig=t.getContext().getTrackingConfig(),this.trackingPlatform=t.getContext().getTrackingPlatform()}initDataEvent(t){A.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.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 o(i).fetchRequest()}}class H extends A{}class N extends class{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 d.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}}{handleEvent(t){if(0===t.button&&t.target instanceof Element){const e=N.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 Q extends class{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 d.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||""}}{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){Q.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=Q.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 z extends class{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform(),this.sessionStorage=t.getContext().getSessionStorage()}}{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 d.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 R=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 F{static getThemeParameters(t){const e={pid:"",pnm:"",cnm:"",csl:"",ppid:"",ppaid:""};if(t.search){const i=new URLSearchParams(t.search);if(F.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 R(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])||""})),F.hasPromotionItem(t.parameters))){const i=yield F.getPromotionItem(t);i&&(e.promotion_item=i[0])}return e}))}static hasPromotionItem(t){return Boolean(t.ppid)}static getPromotionItem(t){var e,i;return R(this,void 0,void 0,(function*(){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 d.getProductsDetailList([r])}))}}var B=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 J extends class{constructor(){this.trackingPlatform=t.getContext().getTrackingPlatform()}initEvent(){document.addEventListener("click",this.triggerEvent.bind(this),!0)}triggerEvent(t){return B(this,void 0,void 0,(function*(){const e=yield this.getPromotionData(t);e&&this.trackingPlatform.promotionClick(e)}))}getPromotionData(t){return B(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:F.getThemeParameters(i)};e=yield F.getDetailPromotionModel(t)}}return e}))}}{}class U extends class{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 K{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=>{K.isElementInViewport(e)&&t.addItem(e)}))}))}static isElementInViewport(t){let e=!1;const i=window.innerHeight,r=window.pageYOffset,n=r,s=r+i;let a,o,c,d,u;const h=t.clientHeight;return h&&(c=getComputedStyle(t),d=parseInt(c.paddingTop)+parseInt(c.paddingBottom),u=t.getBoundingClientRect(),a=u.top+r,o=a+(h-d),e=a>=n&&a=n&&o{t.sendItems()})),window.clearTimeout(this.scrollTimeout)}}class $ extends class{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 d.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])}}))}}{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 W extends class{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:F.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 F.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 G extends K{getAllItemsList(){return[new $,new W]}}class X extends class{constructor(){this.actionTrackingEvents=[],this.dataTrackingEvents=[],this.trackingConfig=t.getContext().getTrackingConfig(),this.createPageEvents()}createPageEvents(){this.createAddToCartEvent(),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)))}}{createAddToCartEvent(){this.actionTrackingEvents.push(new u)}createCartViewEvent(){if("cart"===this.trackingConfig.context.page.controller_name){const t=new l;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}}createCategoryEvent(){"category"===this.trackingConfig.context.page.controller_name&&this.actionTrackingEvents.push(new g)}createCheckoutEvent(){if(this.trackingConfig.context.page.controller_name===this.trackingConfig.context.tracking_module.checkout_module.controller){const t=new j;this.actionTrackingEvents.push(t),this.dataTrackingEvents.push(t)}}createCustomerLogin(){this.trackingConfig.context.user.is_new_login&&this.actionTrackingEvents.push(new I)}createCustomerSignUp(){this.trackingConfig.context.user.is_new_account&&this.actionTrackingEvents.push(new M)}createHomeEvent(){this.actionTrackingEvents.push(new q)}createOrderCompleteEvent(){this.dataTrackingEvents.push(new H)}createProductClickEvent(){this.actionTrackingEvents.push(new N)}createProductShareEvent(){const t=new Q;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 J)}createSearchEvent(){new RegExp("search").test(this.trackingConfig.context.page.controller_name)&&this.actionTrackingEvents.push(new U)}createViewItemsListEvent(){this.actionTrackingEvents.push(new G)}}class Y{static getProductPosition(t,e){let i=0;const r=Y.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=Y.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 Z{static getCartProducts(t,e){const i=[];return t.forEach((t=>{const r=e.find((e=>e.id_index===t.id_index));r&&i.push(Z.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_index:t.id_index,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:Z.getItemDiscount(t,!0),price_discount_tax_excl:Z.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 tt{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=Y.getProductPosition(t,e);i.push(Z.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=Y.getProductAttribution(t,e),s=[];return n&&(i=n.productPosition,r=n.productList),s.push(Z.getProductData(t,0,r,i)),this.layer={items:s},this.decorate()}productView(t){const e=[];return e.push(Z.getProductData(t)),this.layer={items:e},this.decorate()}productShare(t,e){const i=[];return i.push(Z.getProductData(t)),this.layer={items:i,parameters:{method:e}},this.decorate()}addToCart(t,e){const i=[];return i.push(Z.getProductData(t,e)),this.layer={items:i},this.decorate()}removeFromCart(t,e){const i=[];return i.push(Z.getProductData(t,e)),this.layer={items:i},this.decorate()}cartView(t,e){const i=Z.getCartProducts(t,e);return this.layer={items:i},this.decorate()}checkoutProgress(t,e,i){const r=Z.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=Z.getCartProducts(r,n)),this.decorate()}orderComplete(t,e,i){const r=Z.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 et{constructor(e){this.eventLayer=e,this.layer={},this.eventTimeout=300,this.trackingConfig=t.getContext().getTrackingConfig()}resetLayer(){return this.layer.event="reset_common_model",Object.assign(Object.assign({},this.layer),this.eventLayer.resetLayer())}initConfig(){return this.layer={config:this.getConfigData(),context:this.getContextData()},Object.assign(Object.assign({},this.layer),this.eventLayer.initConfig())}getConfigData(){return{bing:this.trackingConfig.bing,criteo:this.trackingConfig.criteo,facebook:this.trackingConfig.facebook,ga4:this.trackingConfig.ga4,gads:this.trackingConfig.gads,gua:this.trackingConfig.gua,gfeeds:this.trackingConfig.gfeeds,pinterest:this.trackingConfig.pinterest,twitter:this.trackingConfig.twitter,tiktok:this.trackingConfig.tiktok}}getContextData(){return{browser:Object.assign(Object.assign({},this.trackingConfig.context.browser),{user_agent:navigator.userAgent,navigator_lang:navigator.language}),page:{controller_name:this.trackingConfig.context.page.controller_name,category:this.trackingConfig.context.page.category,search_term:this.trackingConfig.context.page.search_term},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 it{constructor(){const t=new tt;this.dataLayerComponent=new et(t)}}class rt{constructor(){this.dataLayer={},this.trackingConfig=t.getContext().getTrackingConfig(),this.dataLayerComponent=(new it).dataLayerComponent}isAvailable(){return Boolean(this.getTrackingId()&&Object.prototype.hasOwnProperty.call(window,"google_tag_manager"))}getScriptURL(){return this.trackingConfig.gtm.server_url||"https://www.googletagmanager.com/gtm.js"}getTrackingId(){return this.trackingConfig.gtm.tracking_id}initConfig(){this.dataLayer=this.dataLayerComponent.initConfig(),this.pushDataLayer()}pushDataLayer(){window.dataLayer=window.dataLayer||[],window.dataLayer.push(this.dataLayer),this.resetDataLayer()}resetDataLayer(){this.dataLayer={}}initScripts(){this.addGTMScript()}addGTMScript(){const t=document.createElement("script");t.innerText=`\n (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n '${this.getScriptURL()}?id='+i+dl;f.parentNode.insertBefore(j,f);\n })(window, document, 'script', 'dataLayer', '${this.getTrackingId()}');\n `,document.head.appendChild(t)}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()}}Object.hasOwnProperty.call(window,"RCPGTMClient")||(window.RCPGTMClient=new class extends class{constructor(){this.errorLog=[],this.context=t.getContext(),this.trackingConfig=s.getTemplateData(this.getTrackingConfigNode()),this.context.setTrackingConfig(this.trackingConfig),this.sessionStorage=new n,this.context.setSessionStorage(this.sessionStorage)}}{constructor(){super(),this.trackingConfig&&this.sessionStorage&&(this.gtm=new rt,this.context.setTrackingPlatform(this.gtm),this.optimize=new a,this.eventManager=class{static getEventFactory(){switch(t.getContext().getTrackingConfig().context.tracking_module.service_version){case"7":case"8":return new X;default:throw Error("Unable to load event manager")}}}.getEventFactory(),this.init())}getTrackingConfigNode(){return"#js-rcpgtm-tracking-config"}getTrackingDataNode(){return"#js-rcpgtm-tracking-data"}init(){this.initTracking(),this.initEvents()}initTracking(){var t,e,i;null===(t=this.gtm)||void 0===t||t.initConfig(),null===(e=this.optimize)||void 0===e||e.initScripts(),null===(i=this.gtm)||void 0===i||i.initScripts()}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(){this.trackingData=s.getTemplateData(this.getTrackingDataNode()),this.context.setTrackingData(this.trackingData),Object.keys(this.trackingData).length&&this.sessionStorage&&this.eventManager&&(this.sessionStorage.initTrackingData(this.trackingData),this.eventManager.initDataEvents(this.trackingData))}})})();