(function(){"use strict";var e={2758:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"a-star-rating-wrapper"},[t("star-rating",e._b({attrs:{"border-width":1,"read-only":!0,"show-rating":!1}},"star-rating",e.$props,!1)),e._v(" "),t("span",{attrs:{"aria-label":"rating"}},[e._v(e._s(e.totalRatingCountInBrackets))])],1)},s=[],r=i(4513),n=i.n(r),o={components:{StarRating:n()},props:{...n().props,totalRatingCount:{type:[String,Number],default:""},isCountInBrackets:{type:Boolean,default:!0}},computed:{totalRatingCountInBrackets(){return this.isCountInBrackets?this.totalRatingCount?`(${this.totalRatingCount})`:`(${this.rating})`:this.totalRatingCount?this.totalRatingCount:this.rating}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},9389:function(e,t,i){i.r(t),i.d(t,{default:function(){return c}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"banner__big-quote",class:e.backgroundColor},[t("div",{staticClass:"banner__big-quote-container"},[t("p",{staticClass:"banner__big-quote_content",class:[e.smallScreen?"":e.titleHnTag],domProps:{innerHTML:e._s(e.decodeHtml(e.title))}}),e._v(" "),e.authorName||e.authorIcon?t("div",{staticClass:"banner__big-quote_author"},[e.authorIcon?t("img",{attrs:{src:e.authorIcon,alt:e.altText}}):e._e(),e._v(" "),t("div",{staticClass:"banner__big-quote_author-desc"},[e.authorName?t("p",{staticClass:"banner__big-quote_author-title",style:[e.authorIcon?{"text-align":"inherit"}:{"text-align":"center"}],domProps:{innerHTML:e._s(e.decodeHtml(e.authorName))}}):e._e(),e._v(" "),e.authorDescription?t("p",{staticClass:"banner__big-quote_author-description",style:[e.authorIcon?{"text-align":"inherit"}:{"text-align":"center"}],domProps:{innerHTML:e._s(e.decodeHtml(e.authorDescription))}}):e._e()])]):e._e()])])},s=[],r={name:"big-quote",props:{titleHnTag:{type:String,required:!0,default:"is-2"},altText:{type:String,required:!1,default:"Big Quote"},title:{type:String,required:!0,default:"Combined with a daily SPF lotion"},authorIcon:{type:String,required:!1,default:""},authorName:{type:String,required:!1,default:""},backgroundColor:{type:String,required:!1,default:""},authorDescription:{type:String,required:!1,default:""}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},methods:{decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value}}},n=r,o=i(1656),l=(0,o.A)(n,a,s,!1,null,null,null),c=l.exports},9230:function(e,t,i){i.d(t,{A:function(){return d}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"custom-form__captcha"},[t("load-script",{attrs:{src:e.captchaApi}}),e._v(" "),t("div",{staticClass:"g-recaptcha",attrs:{id:e.captchaId}}),e._v(" "),e._t("default")],2)},s=[],r=i(7048),n={name:"captcha",components:{LoadScript:r.A},props:{explicitlyRender:{type:Boolean,default:!0},captchaId:{type:String,default:"captcha-container"},captchaSitekey:{type:String,required:!0,default:"6LeFm7sZAAAAAMEWOd536OD9qOz4Jr592rVHBjNA"},googleApi:{type:String,default:"https://www.google.com/recaptcha/api.js"}},data(){return{hasError:!1}},computed:{captchaApi(){return this.explicitlyRender?`${this.googleApi}?onload=onCaptchaAPIReady&render=explicit`:this.googleApi}},watch:{hasError(e){this.$emit("captchaError",e)}},created(){window.onCaptchaAPIReady=this.onCaptchaAPIReady},methods:{onCaptchaAPIReady(){setTimeout((()=>{"undefined"===typeof grecaptcha&&"function"!==typeof grecaptcha.render?this.onCaptchaAPIReady():grecaptcha.render(this.captchaId,{sitekey:this.captchaSitekey,callback:this.checkCaptcha})}),100)},checkCaptcha(){0!==grecaptcha.getResponse().length?this.hasError=!1:this.hasError=!0,localStorage.captchaResponse=grecaptcha.getResponse()}}},o=n,l=i(1656),c=(0,l.A)(o,a,s,!1,null,null,null),d=c.exports},4572:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"collapse",class:{"collapse--expanded":!e.collapsed||e.mobileOnly&&!e.smallScreen}},[t(e.titleTagName,{tag:"component",staticClass:"collapse__title"},[e.mobileOnly&&!e.smallScreen?[e._t("title",null,{collapsed:e.collapsed})]:[t("button",{attrs:{"data-toggle":"collapse","data-target":`#${e.id}`,"aria-expanded":""+(e.collapsed?"false":"true"),"aria-controls":e.id,"aria-label":(e.collapsed?e.ariaLabelOpened:e.ariaLabelClosed)||e.ariaLabel},on:{click:function(t){return e.toggleCollapse()}}},[e._t("title",null,{collapsed:e.collapsed})],2)]],2),e._v(" "),t("div",{ref:"collapseContent",staticClass:"collapse__content",attrs:{id:e.id}},[t("div",{ref:"collapseWrapper",staticClass:"collapse__wrapper"},[e._t("default")],2)])],1)},s=[],r=i(4871),n=i(4848),o={name:"collapse",directives:{tag:n.Tc},props:{titleTagName:{type:String,required:!1,default:"div"},expanded:{type:Boolean,required:!1,default:!1},btnTagging:{type:Object,required:!1,default:void 0},ariaLabel:{type:String,required:!1,default:void 0},ariaLabelOpened:{type:String,required:!1,default:void 0},ariaLabelClosed:{type:String,required:!1,default:void 0},mobileOnly:{type:Boolean,required:!1,default:!1}},data(){return{collapsed:!this.expanded,id:`collapse${Math.floor(1e3*Math.random())+1}`,smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},watch:{collapsed(){this.updateContentSize()}},mounted(){r.B.$on("mediaquery::changed",this.whenMediaQueryChange),this.updateContentSize()},methods:{whenMediaQueryChange(){this.smallScreen=!window.matchMedia("(min-width: 1024px)").matches,this.updateContentSize()},updateContentSize(){if(this.mobileOnly&&!this.smallScreen||!this.$refs.collapseWrapper)this.$refs.collapseContent.style.height="auto",this.$refs.collapseContent.style.visibility="visible";else{const e=this.$refs.collapseWrapper.getBoundingClientRect().height;this.$refs.collapseContent.style.height=this.collapsed?0:`${e}px`,this.$refs.collapseContent.style.visibility=this.collapsed?"hidden":"visible"}},extractGa4Properties(){const e=["event_name","link_url","cta_name","module_name","breadcrumb","click_area","product_tab","method","step","store_name","article_name","search_keyword","video_title","form_name"],t={};for(const[i,a]of Object.entries(this.btnTagging))e.includes(i)&&Object.assign(t,{[i]:this.btnTagging[i]});return t},toggleCollapse(){if(this.collapsed=!this.collapsed,this.$emit("collapseClick",this.collapsed),this.btnTagging){const e={event:"uaevent",ecommerce:"undefined",eventCategory:this.btnTagging.category,eventAction:this.btnTagging.action,eventLabel:this.btnTagging.label};if(this.btnTagging.event_name){const t=this.extractGa4Properties();Object.assign(e,t),n.Xj.pushDataLayer(e)}else e.event_name="product_info_click",e.product_tab=this.btnTagging.action,e.product_info=this.btnTagging.label+":"+this.btnTagging.productid,n.Xj.pushDataLayer(e)}}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},5345:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("fieldset",{staticClass:"color-variant-v2",class:[1==e.colors.length?"singleColor":""]},[t("legend",{staticClass:"is-sr-only",attrs:{id:"legend-shade"}},[e._v("\n "+e._s(e.legendName)+"\n ")]),e._v(" "),t("div",{staticClass:"productItemId"},[e._v(e._s(e.productid[e.activeShadeIndex].id))]),e._v(" "),t("div",{staticClass:"productItemActiveId"},[e._v(e._s(e.sfcccolorsdetails[0].ean))]),e._v(" "),e.colors.length>1?t("div",{staticClass:"color-variant__wrapper"},[t("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.DropdownClose,expression:"DropdownClose"}],staticClass:"select-custom"},[t("button",{ref:"dropdownBtn",staticClass:"select-custom__btn",class:{"is-active":e.isDropdownOpened},attrs:{id:"current-color","aria-labelby":e.a11yAriaLabel,"aria-expanded":e.isDropdownOpened?"true":"false"},on:{click:function(t){return t.preventDefault(),e.dropdownToggle()},blur:function(t){return e.dropdownOnBlur(e.activeShade)}}},[t("span",{staticClass:"color__shade main-shade",style:{"background-color":void 0!==e.activeShade?e.activeShade.hex:""}}),e._v(" "),t("span",{staticClass:"shade-name"},[e._v(" "+e._s(e.activeShade.name)+" ")]),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])]),e._v(" "),t("transition",{attrs:{name:"main-menu-languages"}},[e.colors.length>0?t("ul",{directives:[{name:"show",rawName:"v-show",value:e.isDropdownOpened,expression:"isDropdownOpened"}],on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.dropdownToggle()}}},e._l(e.colors,(function(i,a){return t("li",{key:a,on:{click:function(t){e.dropdownOnBlur(i),e.setAnalytics(i.tagging)}}},[t("span",{staticClass:"color__shade shade_dropdown",style:{"background-color":e.colors.length>0?e.colors[0].hex:""}}),e._v(" "),t("label",{key:a,staticClass:"color-variant__shade",attrs:{for:`color-shade-${a}`,id:i.id},on:{click:function(t){return e.DropdownClose()}}},[e._v("\n "+e._s(i.name)+"\n ")])])})),0):e._e()])],1)]):t("p",{staticClass:"color-variant__single-el"},[t("span",{staticClass:"color__shade main-shade",style:{"background-color":e.colors.length>0?e.colors[0].hex:""}}),e._v(" "),e.colors.length>0?t("span",[e._v(" "+e._s(e.colors[0].name)+" ")]):e._e()])])},s=[],r=i(6548),n=i(4848),o={name:"color-variant-v2",directives:{clickoutside:r.K},props:{a11yClosePanelText:{type:String,required:!1,default:"Close panel"},a11yNextPanelText:{type:String,required:!1,default:"Next panel"},a11yPreviousPanelText:{type:String,required:!1,default:"Previous panel"},colors:{type:Array,required:!0},productid:{type:Array,required:!0},sfcccolorsdetails:{type:Array,required:!0},legendName:{type:String,required:!0,default:"Shade"},a11yAriaLabel:{type:String,required:!1,default:""},popupDropdown:{type:Boolean,required:!1,default:!1}},data(){return{isDropdownOpened:!1,activeShade:this.colors[0],activeShadeIndex:0,smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},mounted(){window.eventBus.$on("showColorValue",(e=>{this.activeShade=e})),this.dropdownOnBlur(this.activeShade)},methods:{DropdownClose(){this.isDropdownOpened&&(this.isDropdownOpened=!1)},setAnalytics(e){e&&n.Xj.pushDataLayer(e)},dropdownToggle(){this.isDropdownOpened?this.DropdownClose():setTimeout((()=>{this.isDropdownOpened=!0,setTimeout((()=>{this.$el.querySelector('input[type="radio"]:checked')&&this.$el.querySelector('input[type="radio"]:checked').focus()}),50)}),100)},dropdownOnBlur(e){setTimeout((()=>{let t;document.documentMode||/Edge/.test(navigator.userAgent)?t=document.activeElement.classList[0]||null:(t=document.activeElement.classList.value,this.activeShade=e,window.eventBus.$emit("showColorValue",e),this.colors.forEach(((t,i)=>{e.id==t.id&&(this.activeShadeIndex=i)}))),"js-select-option"!==t&&!0===this.isDropdownOpened&&this.DropdownClose()}),300)}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},9962:function(e,t,i){i.r(t),i.d(t,{default:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("span",{directives:[{name:"tag",rawName:"v-tag:promotionclick.dom",value:{label:`none::${this.removeHTMLTags(this.contentPush.Description).toLowerCase()}`},expression:"{ label: `none::${this.removeHTMLTags(this.contentPush.Description).toLowerCase()}` }",arg:"promotionclick",modifiers:{dom:!0}},{name:"tag",rawName:"v-tag:promotionimpression.dom",value:{label:`${e.pageCategory}`},expression:"{label: `${pageCategory}`}",arg:"promotionimpression",modifiers:{dom:!0}}],attrs:{"data-tag-wrapper":""}},[t("div",e._b({staticClass:"product-push",attrs:{"data-tag-promotion-identifier":""}},"div",e.dataTagging,!1),[e.contentPush.Packshot.MainImage?[t("responsive-image",{attrs:{"aspect-ratio":"56",srcset:e.contentPush.Packshot.MainImage,animate:""}},[t("img",{attrs:{src:e.contentPush.Packshot.MainImage,alt:e.contentPush.Packshot.ImageAlt}}),e._v(" "),t("noscript",[t("img",{attrs:{src:e.contentPush.Packshot.MainImage,alt:e.contentPush.Packshot.ImageAlt}})])])]:e._e(),e._v(" "),t("div",{staticClass:"product-push__content"},[t("div",{staticClass:"product-push__desc",domProps:{innerHTML:e._s(e.decodeHtml(e.contentPush.Description))}}),e._v(" "),e.contentPush.CTAText?t("a",{staticClass:"cta--secondary cta--dark cta--alt",attrs:{href:e.contentPush.CTALink}},[t("span",{domProps:{innerHTML:e._s(e.contentPush.CTAText)}})]):e._e()])],2)])},s=[],r=i(4848),n=i(1602),o={name:"content-push",components:{ResponsiveImage:n["default"]},directives:{tag:r.Tc},props:{contentPush:{type:Object,required:!1},position:{type:Number},pageCategory:{type:String,default:"product selector page"}},computed:{dataTagging(){const e={"data-tag-promotion-creative":"skyscraper","data-tag-promotion-id":"none","data-tag-promotion-name":this.removeHTMLTags(this.contentPush.Description).toLowerCase(),"data-tag-promotion-position":this.position+1};return e}},mounted(){if(document.querySelectorAll(".trackImpfour").length){var e=document.querySelector(".trackImpfour").getBoundingClientRect().x,t="impression",i=0;document.querySelectorAll(".trackImpfour").forEach(((a,s)=>{const r=a.getBoundingClientRect();e!=r.x?a.classList.add(t):(t="impression-"+i,a.classList.add(t),i++)}))}},methods:{decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},removeHTMLTags(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ").trim();var a=new DOMParser,s=a.parseFromString(i,"text/html"),r=s.body.textContent||"";return r}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},7050:function(e,t,i){i.d(t,{A:function(){return p}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"date-of-birth",attrs:{role:"group","aria-labelledby":"legend-date-of-birth"}},[t("div",{staticClass:"legend",attrs:{id:"legend-date-of-birth"}},[e._v("\n "+e._s(e.fieldBirth.label)+"\n ")]),e._v(" "),t("ul",[t("li",[t("Field-select",{attrs:{"start-update":e.updateDay,"is-disabled":e.fieldBirth.isDisabled,v:e.v.day,"custom-validation":!0,field:e.FieldDays},model:{value:e.day,callback:function(t){e.day=t},expression:"day"}})],1),e._v(" "),t("li",[t("Field-select",{attrs:{"is-disabled":e.fieldBirth.isDisabled,v:e.v.month,"custom-validation":!0,field:e.fieldBirth.month},model:{value:e.month,callback:function(t){e.month=t},expression:"month"}})],1),e._v(" "),t("li",[t("Field-select",{attrs:{"start-update":e.updateYear,"is-disabled":e.fieldBirth.isDisabled,v:e.v.year,"custom-validation":!0,field:e.FieldYears},model:{value:e.year,callback:function(t){e.year=t},expression:"year"}})],1)]),e._v(" "),e._l(e.fieldBirth.errors,(function(i,a){return[e.v.day.error||e.v.month.error||e.v.year.error?t("p",{key:a,staticClass:"field-help",attrs:{id:e.v.day.error?e.fieldBirth.day.idError:e.v.month.error?e.fieldBirth.month.idError:e.v.year.error?e.fieldBirth.year.idError:""}},[e._v("\n "+e._s(i.message)+"\n ")]):e._e(),e._v(" "),e.day&&e.month&&e.year&&!e.isDateExist?t("p",{key:`s-${a}`,staticClass:"field-help"},[e._v("\n "+e._s(i.message)+"\n ")]):e._e()]}))],2)},s=[],r=(i(4114),i(4848)),n=i(8203),o=i(5064),l={name:"date-of-birth",components:{FieldSelect:n["default"],FieldHelp:o["default"]},directives:{tag:r.Tc},props:{fieldBirth:{type:Object,required:!0,default:void 0},startValidate:{type:Boolean,required:!1,default:void 0},required:{type:Boolean,required:!1,default:!1}},data(){return{day:this.fieldBirth.day.value||"",month:this.fieldBirth.month.value||"",year:this.fieldBirth.year.value||"",days:[],years:[],updateDay:!1,updateYear:!1,v:{day:{error:!1,required:!1},month:{error:!1,required:!1},year:{error:!1,required:!1}}}},computed:{FieldDays(){const e=this.fieldBirth.day;return e.listValue=this.days,e},FieldYears(){const e=this.fieldBirth.year;return e.listValue=this.years,e},isDateExist(){return!(this.day&&this.month&&this.year)||Date.now()>Date.parse(`${this.month}/${this.day}/${this.year}`)},isValid(){return!this.v.day.error&&!this.v.month.error&&!this.v.year.error}},watch:{FieldDays(){this.updateDay=!0,this.$nextTick((()=>this.updateDay=!1))},FieldYears(){this.updateYear=!0,this.$nextTick((()=>this.updateYear=!1))},month(e){this.populateDays(e),+this.day>this.days.length&&(this.day=this.days.length),this.$emit("birth",{type:"month",value:e}),this.v.day.required=!0,this.v.year.required=!0,this.v.month.error=!1},day(e){this.$emit("birth",{type:"day",value:e}),this.v.month.required=!0,this.v.year.required=!0,this.v.day.error=!1},year(e){this.populateDays(this.month),+this.day>this.days.length&&(this.day=this.days.length),this.$emit("birth",{type:"year",value:e}),this.v.day.required=!0,this.v.month.required=!0,this.v.year.error=!1},isValid(e){const t=e&&this.isDateExist;this.$emit("birthIsValid",t)},isDateExist(e){const t=e&&this.isValid;this.$emit("birthIsValid",t)},startValidate(e){this.required?!e||""!=this.day&&""!=this.month&&""!=this.year?this.$emit("birthIsValid",!0):(""!==this.day?this.v.day.error=!1:this.v.day.error=!0,""!==this.month?this.v.month.error=!1:this.v.month.error=!0,""!==this.year?this.v.year.error=!1:this.v.year.error=!0,this.$emit("birthIsValid",!1)):e&&(this.day||this.month||this.year)&&(""!==this.day?this.v.day.error=!1:this.v.day.error=!0,""!==this.month?this.v.month.error=!1:this.v.month.error=!0,""!==this.year?this.v.year.error=!1:this.v.year.error=!0)}},mounted(){this.populateDays(this.month),this.populateYears()},methods:{populateDays(e){let t;this.days=[];const i=this.fieldBirth.month.listValue.indexOf(e)+1;if(1===i||3===i||5===i||7===i||8===i||10===i||12===i)t=31;else if(4===i||6===i||9===i||11===i)t=30;else if(2===i){const e=this.year,i=e%4===0&&e%100!==0||e%400===0;t=i?29:28}else t=31;for(let a=1;a<=t;a++)this.days.push(a)},populateYears(){const e=new Date,t=e.getFullYear();for(let i=18;i<=100;i++)this.years.push(t-i)}}},c=l,d=i(1656),u=(0,d.A)(c,a,s,!1,null,null,null),p=u.exports},3716:function(e,t,i){i.r(t),i.d(t,{default:function(){return d}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"field field--checkbox"},[e.v?t("input",{directives:[{name:"model",rawName:"v-model.trim.lazy",value:e.checkboxValue,expression:"checkboxValue",modifiers:{trim:!0,lazy:!0}}],staticClass:"input is-sr-only",attrs:{type:"checkbox",id:e.field.id,"aria-describedby":e.fieldDescribedby,"aria-required":e.v.required,name:e.field.id,required:e.v.required},domProps:{checked:Array.isArray(e.checkboxValue)?e._i(e.checkboxValue,null)>-1:e.checkboxValue},on:{change:function(t){var i=e.checkboxValue,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.checkboxValue=i.concat([r])):n>-1&&(e.checkboxValue=i.slice(0,n).concat(i.slice(n+1)))}else e.checkboxValue=s}}}):t("input",{directives:[{name:"model",rawName:"v-model.trim.lazy",value:e.checkboxValue,expression:"checkboxValue",modifiers:{trim:!0,lazy:!0}}],staticClass:"input is-sr-only",attrs:{type:"checkbox",id:e.field.id,"aria-describedby":e.fieldDescribedby,name:e.field.id},domProps:{checked:Array.isArray(e.checkboxValue)?e._i(e.checkboxValue,null)>-1:e.checkboxValue},on:{change:function(t){var i=e.checkboxValue,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.checkboxValue=i.concat([r])):n>-1&&(e.checkboxValue=i.slice(0,n).concat(i.slice(n+1)))}else e.checkboxValue=s}}}),e._v(" "),t("span",{staticClass:"switch"}),e._v(" "),t("label",{staticClass:"label",attrs:{for:e.field.id}},[t("span",{domProps:{innerHTML:e._s(e.htmlStr)}})]),e._v(" "),e.v?[e.v.$error?t("p",{staticClass:"field--error",attrs:{id:e.field.idError}},e._l(e.field.errors,(function(i,a){return t("field-help",{key:a,attrs:{v:e.v,error:i}})})),1):e._e()]:e._e(),e._v(" "),e.field.info?t("p",{staticClass:"field--info"},[e._v("\n "+e._s(e.field.info)+"\n ")]):e._e()],2)},s=[],r=i(5064),n={components:{FieldHelp:r["default"]},props:{field:{type:Object,required:!0,default:void 0},v:{type:Object,required:!1,default:void 0},value:{type:Boolean,required:!0,default:void 0}},computed:{checkboxValue:{get(){return this.value},set(e){this.$emit("input",e)}},htmlStr(){return this.allReplace(this.htmlDecode(this.field.label),{"<":"<",">":">"})},fieldDescribedby(){return!!this.v&&(!!this.v.$error&&this.field.idError)}},methods:{allReplace(e,t){if(e){for(const i in t)e=e.replace(new RegExp(i,"g"),t[i]);return e}return this.field.label},htmlDecode(e){const t=document.createElement("div");return t.innerHTML=e,0===t.childNodes.length?"":t.childNodes[0].nodeValue}}},o=n,l=i(1656),c=(0,l.A)(o,a,s,!1,null,null,null),d=c.exports},5064:function(e,t,i){i.r(t),i.d(t,{default:function(){return c}});var a=function(){var e=this,t=e._self._c;return e.v.$error&&!e.v[e.error.validator]?t("span",{staticClass:"field-help"},[e._v("\n "+e._s(e.error.message)+"\n")]):e._e()},s=[],r={props:{error:{type:Object,required:!0,default:void 0},v:{type:Object,required:!0,default:void 0}}},n=r,o=i(1656),l=(0,o.A)(n,a,s,!1,null,null,null),c=l.exports},2053:function(e,t,i){i.r(t),i.d(t,{default:function(){return d}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"field field--input",class:[e.fieldData.id]},[t("div",{staticClass:"control"},[t("label",{staticClass:"label",class:{"is-fixed":""!==e.inputValue||e.fixedLabel},attrs:{for:e.fieldData.id}},[e._v("\n "+e._s(e.mandatoryValue?e.fieldData.label.substring(0,e.fieldData.label.length-1):e.fieldData.label)+"\n ")]),e._v(" "),e.v?t("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0}}],staticClass:"input",class:{"has-icon":e.isPassword,"has-error":e.v.$error},attrs:{id:e.fieldData.id,type:e.type,"aria-describedby":e.fieldDescribedby,name:e.fieldData.id,required:e.v.required},domProps:{value:e.inputValue},on:{blur:[function(t){e.v.$touch(),e.focused(!1),e.callEmit()},function(t){return e.$forceUpdate()}],focus:function(t){return e.focused(!0)},input:[function(t){t.target.composing||(e.inputValue=t.target.value.trim())},function(t){return e.validate(t.target.value)}]}}):t("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0}}],staticClass:"input",class:{"has-icon":e.isPassword},attrs:{id:e.fieldData.id,type:e.type,name:e.fieldData.id},domProps:{value:e.inputValue},on:{blur:[function(t){return e.focused(!1)},function(t){return e.$forceUpdate()}],focus:function(t){return e.focused(!0)},input:function(t){t.target.composing||(e.inputValue=t.target.value.trim())}}}),e._v(" "),e.isPassword?t("button",{staticClass:"input-icon input-icon--password",class:{"is-active":e.passwordIsRevealed},attrs:{type:"button","aria-pressed":""+(e.passwordIsRevealed?"true":"false")},on:{click:e.toggleRevealPassword}},[t("svg",{attrs:{viewbox:"0 0 23 14","aria-hidden":"true"}},[t("path",{attrs:{d:"M11.5 0c5.227 0 9.691 2.903 11.5 7-1.809 4.097-6.273 7-11.5 7S1.809 11.097 0 7c1.809-4.097 6.273-7 11.5-7zm.5 11c2.208 0 4-1.792 4-4s-1.792-4-4-4-4 1.792-4 4 1.792 4 4 4zm0-6c1.107 0 2 .893 2 2s-.893 2-2 2-2-.893-2-2 .893-2 2-2z","fill-rule":"nonzero"}})]),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.fieldData.passwordIconInfo))])]):e._e()]),e._v(" "),e.v&&e.v.$error?t("p",{staticClass:"field--error",attrs:{id:e.fieldData.idError}},e._l(e.fieldData.errors,(function(i,a){return t("field-help",{key:a,attrs:{v:e.v,error:i}})})),1):e._e(),e._v(" "),e.fieldData.info?t("p",{staticClass:"field--info",attrs:{id:`${e.fieldData.id}-help`}},[e._v("\n "+e._s(e.fieldData.info)+"\n ")]):e._e()])},s=[],r=i(5064),n={components:{FieldHelp:r["default"]},props:{field:{type:Object,required:!0,default:void 0},v:{type:Object,required:!1,default:void 0},value:{type:String,required:!0,default:void 0},liveValidation:{type:Boolean,required:!1,default:!1},startUpdate:{type:Boolean,required:!1,default:!1},mandatoryValue:{type:Boolean,required:!1,default:!1}},data(){return{isPassword:!1,passwordIsRevealed:!1,type:"base-id"===this.field.type?"password":this.field.type,fixedLabel:!1,fieldData:this.field}},computed:{inputValue:{get(){return this.value},set(e){this.$emit("input",e)}},fieldDescribedby(){return this.v.$error?`${this.fieldData.id}-help ${this.fieldData.idError}`:`${this.fieldData.id}-help`}},watch:{startUpdate(e){e&&this.updateField()}},mounted(){this.isPassword="password"===this.type},methods:{updateField(){this.$forceUpdate()},focused(e){this.fixedLabel=e},validate(e){this.liveValidation&&(this.v.$touch(),this.inputValue=e)},toggleRevealPassword(){this.type="password"===this.type?"text":"password",this.passwordIsRevealed=!this.passwordIsRevealed},callEmit(){this.$emit("checkSMSOption")}}},o=n,l=i(1656),c=(0,l.A)(o,a,s,!1,null,null,null),d=c.exports},8203:function(e,t,i){i.r(t),i.d(t,{default:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"field field--select"},[t("div",{staticClass:"control"},[t("div",{staticClass:"select-custom",class:{disabled:e.isDisabled}},[e.v&&!e.customValidation?[t("div",{staticClass:"select-custom__btn",class:{"has-error":e.v.$error}},[t("label",{staticClass:"placeholder",class:{"is-fixed":""!==e.inputValue},attrs:{for:e.field.id}},[e._v(e._s(e.field.label))]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model.trim.lazy",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0,lazy:!0}}],attrs:{"aria-describedby":e.fieldDescribedby,id:e.field.id,name:e.field.id,disabled:e.isDisabled,required:e.v.required},on:{blur:function(t){return e.v.$touch()},change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.inputValue=t.target.multiple?i:i[0]}}},e._l(e.field.listValue,(function(i,a){return t("option",{key:a,domProps:{value:i,selected:i===e.inputValue?"true":"false"}},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])])]:e.customValidation?[t("div",{staticClass:"select-custom__btn",class:{"has-error":e.v.error}},[t("label",{staticClass:"placeholder",class:{"is-fixed":""!==e.inputValue},attrs:{for:e.field.id}},[e._v(e._s(e.field.label))]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model.trim.lazy",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0,lazy:!0}}],attrs:{"aria-describedby":e.fieldDescribedby,id:e.field.id,name:e.field.id,disabled:e.isDisabled,required:e.v.required},on:{change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.inputValue=t.target.multiple?i:i[0]}}},e._l(e.field.listValue,(function(i,a){return t("option",{key:a,domProps:{value:i,selected:i===e.inputValue?"true":"false"}},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])])]:[t("div",{staticClass:"select-custom__btn"},[t("label",{staticClass:"placeholder",class:{"is-fixed":""!==e.inputValue},attrs:{for:e.field.id}},[e._v(e._s(e.field.label))]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model.trim.lazy",value:e.inputValue,expression:"inputValue",modifiers:{trim:!0,lazy:!0}}],attrs:{id:e.field.id,name:e.field.id,disabled:e.isDisabled},on:{change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.inputValue=t.target.multiple?i:i[0]}}},e._l(e.field.listValue,(function(i,a){return t("option",{key:a,domProps:{value:i,selected:i===e.inputValue?"true":"false"}},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])])]],2)]),e._v(" "),e.v?[e.v.$error?t("p",{staticClass:"field--error",attrs:{id:e.field.idError}},e._l(e.field.errors,(function(i,a){return t("field-help",{key:a,attrs:{v:e.v,error:i}})})),1):e._e(),e._v(" "),e.v.error?t("p",{staticClass:"field--error",attrs:{id:e.field.idError}},e._l(e.field.errors,(function(i,a){return t("field-help",{key:a,attrs:{v:e.v,error:i}})})),1):e._e()]:e._e()],2)},s=[],r=i(6548),n=i(5064),o={name:"field-select",directives:{clickoutside:r.K},components:{FieldHelp:n["default"]},props:{isDisabled:{type:Boolean,required:!1,default:!1},field:{type:Object,required:!0,default:void 0},v:{type:Object,required:!1,default:void 0},value:{type:[String,Number],required:!0,default:void 0},customValidation:{type:Boolean,required:!1,default:!1},startUpdate:{type:Boolean,required:!1,default:!1}},computed:{inputValue:{get(){return this.value},set(e){this.$emit("input",e)}},fieldDescribedby(){return!(!this.v.$error&&!this.v.error)&&this.field.idError}},watch:{startUpdate(e){e&&this.$forceUpdate()}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},3889:function(e,t,i){i.r(t),i.d(t,{default:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"article-push"},[t("div",{staticClass:"article-push__content"},[t("responsive-image",{attrs:{"aspect-ratio":"69",srcset:e.srcSet}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:e.imgSrc,alt:e.imgAlt}})])]),e._v(" "),t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{label:e.tagging.label,category:e.tagging.category,action:"select::articles",event_name:"body_button_click",module_name:"article card",cta_name:e.tagging.label,link_url:e.currentUrl()+e.itemUrl},expression:"{\n label: tagging.label, \n category: tagging.category, \n action: 'select::articles',\n event_name: 'body_button_click',\n module_name: 'article card',\n cta_name: tagging.label,\n link_url: currentUrl() + itemUrl\n }",arg:"useractionevent"}],staticClass:"article-push__link btn__outside-elm",attrs:{href:e.itemUrl,tabindex:"0"},domProps:{innerHTML:e._s(e.itemTitle)}}),e._v(" "),t("div",{staticClass:"cta--secondary cta--light"},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.ctaLabel)+"\n ")])])],1)])},s=[],r=i(4848),n=i(1602),o={name:"article-card",directives:{tag:r.Tc},components:{ResponsiveImage:n["default"]},props:{srcSet:{type:Object,required:!1,default:()=>({})},imgSrc:{type:String,required:!1,default:void 0},imgAlt:{type:String,required:!1,default:"image"},itemTitle:{type:String,required:!0,default:void 0},itemUrl:{type:String,required:!0,default:void 0},tagging:{type:Object,required:!0,default:void 0},ctaLabel:{type:String,required:!1,default:""}},methods:{currentUrl(){return window.location.origin}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},8851:function(e,t,i){i.r(t),i.d(t,{default:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"tag",rawName:"v-tag:productimpression.dom",value:{label:`${e.pageCategory}`},expression:"{label: `${pageCategory}`}",arg:"productimpression",modifiers:{dom:!0}},{name:"tag",rawName:"v-tag:productclick.dom",value:{label:`${e.taggingProductName}::${e.tagging.productid}`},expression:"{ label: `${taggingProductName}::${tagging.productid}` }",arg:"productclick",modifiers:{dom:!0}}],staticClass:"product-card",class:e.trackClass,attrs:{"data-tag-wrapper":""}},[t("div",e._b({staticClass:"product-card__content",attrs:{"data-tag-product-identifier":""}},"div",e.dataTagging,!1),[t("a",{staticClass:"product-card__link",attrs:{href:e.productUrl}},[t("div",{staticClass:"product-card__img-wrapper"},[e.productTag?t("div",{staticClass:"product-card_tags"},[e._v(e._s(e.productTag))]):e._e(),e._v(" "),e.packshot?t("img",{staticClass:"product-card__img",attrs:{src:e.packshot.MainImage?e.packshot.MainImage:e.packshot.src,alt:e.packshot.ImageAlt||e.decodeHtml(e.productName.html).replace(/(<([^>]+)>)/gi,""),loading:"lazy"}}):e._e()]),e._v(" "),t(e.titleTagName,{tag:"component",staticClass:"product-card__name",domProps:{innerHTML:e._s(e.decodeHtml(e.productName.html||e.productName))}})],1),e._v(" "),t("a",{staticClass:"star-rating",attrs:{href:e.productUrl+"#ratings"}},["true"===e.isBazaarvoiceActivated?t("div",[t("div",{attrs:{"data-bv-show":"inline_rating","data-bv-product-id":e.productDataId}})]):"true"===e.isRatingEnabled?t("div",{staticClass:"rfp-rr-star-rating-product-173-or"},[t("StarRatingWrapper",{attrs:{increment:1,"max-rating":5,"inactive-color":e.inactiveColor,"active-color":e.activeColor,"star-size":28,rating:e.overallRating,"total-rating-count":e.totalRatingCount,"read-only":!0,"show-rating":!1,"border-color":"#000","border-width":1,"is-count-in-brackets":e.isCountInBrackets}})],1):e._e()]),e._v(" "),t("p",{staticClass:"product-card__desc",domProps:{innerHTML:e._s(e.decodeHtml(e.productShortDescription))}}),e._v(" "),"true"===e.isCheckitoutEnabled?t("a",{staticClass:"cta cta--light cta--alt",attrs:{href:e.productUrl}},[t("span",{domProps:{innerHTML:e._s(e.ctaLabel)}})]):e._e(),e._v(" "),"true"===e.isBuynowEnabled?t("button",{staticClass:"cta cta--light",on:{click:function(t){return e.showProductPopin()}}},[t("span",{domProps:{innerHTML:e._s(e.buynowCtaText)}})]):e._e()])])},s=[],r=(i(4114),i(4848)),n=i(2758),o={name:"product-card",directives:{tag:r.Tc},components:{StarRatingWrapper:n.A},props:{productName:{type:[String,Object],required:!1},inactiveColor:{type:String,default:"#fff",required:!1},activeColor:{type:String,default:"#000",required:!1},isRatingEnabled:{type:String,required:!1},AverageRating:{type:Number},productShortDescription:{type:String,default:""},productUrl:{type:String,required:!1,default:""},tagging:{type:Object,required:!1,default:()=>({})},packshot:{type:Object,required:!1,default:()=>({})},ctaLabel:{type:String,required:!1,default:""},isBazaarvoiceActivated:{type:String,required:!1},productTag:{type:String,required:!1,default:""},buynowCtaText:{type:String,required:!1,default:""},borderColor:{type:String,required:!1},totalRatingCount:{type:String},isBuynowEnabled:{type:String},productId:{type:String},productItemId:{type:String,default:""},dataBynowTagging:{type:Object},initialData:{type:Object},dataVariantEan:{type:String,required:!1},errorMessgage:{type:String,required:!1,default:""},position:{type:Number},productDataId:{type:String},titleTagName:{type:String,default:"h2"},pageCategory:{type:String,default:"product selector page"},isCountInBrackets:{type:Boolean,default:!0},isCheckitoutEnabled:{type:String},trackClass:{type:String,default:"trackImpfour"}},data(){return{overallRating:this.AverageRating,buyData:{}}},computed:{dataTagging(){const e=Object.keys(this.tagging).reduce(((e,t)=>{let i;if("product_label"!=t&&"product_franchise"!=t&&"product_quantity_range"!=t)if("ProductLabel"==t){let e="product_label";i=e.toLocaleLowerCase()}else if("ProductQuantityRange"==t){let e="product_quantity_range";i=e.toLocaleLowerCase()}else if("ProductFranchise"==t){let e="product_franchise";i=e.toLocaleLowerCase()}else i=t.toLocaleLowerCase().replace("product","product-");else i=t;return e[`data-tag-${i}`]=this.tagging[t],"price"==i||"name"==i||"dimension48"==i||"dimension49"==i||"dimension91"==i||"brand"==i||"category"==i||"dimension59"==i||"dimension38"==i?"dimension59"==i&&""==this.tagging[t]?e[`data-tag-product-${i}`]="none":e[`data-tag-product-${i}`]=this.tagging[t]:"position"==i?e[`data-tag-product-${i}`]=this.position+1:e[`data-tag-${i}`]=this.tagging[t],e}),{});return e},taggingProductName(){return this.tagging?.name?.toLowerCase()||this.tagging?.Name?.toLowerCase()}},mounted(){if(document.querySelectorAll(`.${this.trackClass}`).length){var e=document.querySelector(`.${this.trackClass}`).getBoundingClientRect().x,t="impression",i=0;document.querySelectorAll(`.${this.trackClass}`).forEach(((a,s)=>{const r=a.getBoundingClientRect();e!=r.x?a.classList.add(t):(t="impression-"+i,a.classList.add(t),i++)}))}},methods:{decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},validateID(e){return 5==e.split("-").length},showProductPopin(){var e=this.decodeHtml(this.productName.html||this.productName),t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"buy_now",eventCategory:"Ecommerce",eventAction:"click to buy",eventLabel:`${a.replace(/<\/?[^>]+(>|$)/g,"").toLowerCase()}::${this.tagging.productid}`,product_info:`${a.replace(/<\/?[^>]+(>|$)/g,"").toLowerCase()}::${this.tagging.productid}`});const s={id:this.validateID(this.productItemId)?this.productItemId:this.productId,disableColorTheme:"SwiperSlide"===this.$parent.$options.name};window.eventBus.$emit("openProductPopin",s)}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},8114:function(e,t,i){i.d(t,{A:function(){return g}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"lrp-retailer",class:[e.productDesbutton?"":" cell"]},[e.stickyBuynowButton?e.stickyBuynowButton&&!e.smallScreen||e.stickyBuynowButton&&e.oneVariant?t("div",[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.buybuttonselect()}}},[e._v(" "+e._s(e.dataTextLable)+" ")])]):e._e():t("div",{staticClass:"buyOnline -btnOnly"},[t("div",{staticClass:"popupContainer__bagIcon popupContainer__bagIcon_buy",on:{click:function(t){return e.buybuttonselect()}}},[t("img",{attrs:{alt:"bag",src:"/frontend/master/images/icons/bag--black.svg"}})]),e._v(" "),t("button",{class:e.ctaClass?"cta cta--light actionBtn buyOnline":e.ctaClass,on:{click:function(t){return e.buybuttonselect()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.dataTextLable)+"\n ")])])]),e._v(" "),e.stickyBuynowButton&&e.smallScreen&&!1===e.oneVariant?t("div",[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.mobilebuybutton()}}},[e._v(" "+e._s(e.dataTextLable)+" ")])]):e._e(),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopup,expression:"showPopup"}],staticClass:"popupContainerOuter",attrs:{id:"popupContainerOuter"}},[t("div",{staticClass:"popupContainer"},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){e.closePopupScreen(),e.showPopup=!e.showPopup}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container",attrs:{id:"app"}},[t("div",{staticClass:"popupContainer__inner",attrs:{id:"commerceConnectWrapper"}},[e.retailerdata.length>0?t("div",{staticClass:"container--is-maxwidth container--padded-hor"},[t("slider",{ref:"slider",attrs:{"per-page-custom":[[320,1],[1024,4]],"is-pagination-clickable":!1,loop:!1,"with-focusable-items":!0,"scroll-per-page":!0,"start-at":0,"navigation-enabled":!0,"pagination-enabled":!0,"swipe-on-desktop":!1,"nav-tagging-label":e.navTaggingLabel,"item-per-page-desktop":4,"page-category":e.pageCategory}},e._l(e.retailerdata,(function(i,a){return t("slide",{key:a},[t("a",{staticClass:"card-shop",attrs:{href:i.RetailerLink,target:"_blank","panel-focusable":""},on:{click:function(t){return e.gatagging(i.AddToCartTags,i.WhereToBuyTags,i.ProductRetailerItemName)}}},[t("div",{staticClass:"card-shop__img-wrapper"},[t("img",{staticClass:"card-shop__img",attrs:{src:i.RetailerImage,alt:i.ProductRetailerItemName,width:"200",height:"65"}})]),e._v(" "),t("div",{staticClass:"btn btn--black btn--buy btn--icon"},[t("img",{staticClass:"btn__icon",attrs:{src:i.CTAIcon,"aria-hidden":"true",alt:i.CTALabel}}),e._v(" "),t("span",{staticClass:"btn__wrapper"},[t("span",{staticClass:"btn__text"},[e._v("\n "+e._s(i.CTALabel)+"\n ")])])])])])})),1)],1):t("div",[t("p",{staticClass:"no-product",staticStyle:{"text-align":"center"}},[e._v(e._s(e.errorMessgage))])])])])])]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.capacityPopup,expression:"capacityPopup"}],staticClass:"popupContainerOuter variantPopupOuter capacityPopupContainerOuterroutine",attrs:{id:"capacityPopupContainerOuter"}},[t("div",{staticClass:"variant popupContainer"},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){return e.closecapacityPopupScreen()}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container pdp-stikcy-bar",attrs:{id:"app"}},[t("div",{staticClass:"sticky-parent"},[t("div",{staticClass:"sticky__heading"},[t("img",{attrs:{src:e.productImg,alt:"product images"}})]),e._v(" "),t("div",{staticClass:"sticky__select"},[t("div",{staticClass:"sticky__title",domProps:{innerHTML:e._s(e.pfdTitle)}}),e._v(" "),t("div",{staticClass:"sticky__select--select_capacity"},[t("volume-variant-v2",{attrs:{volumes:e.volumesDetail,"legend-name":e.capacityText,"a11y-aria-label":"legend-volume current-volume",sfccvolumesdetails:e.variantDetail,"popup-dropdown":!0,productid:e.productIds}})],1),e._v(" "),e.colorList.length>0?t("div",{staticClass:"sticky__select--select_color"},[t("color-variant-v2",{attrs:{"a11y-close-panel-text":"panelText","a11y-next-panel-text":"nextPanelText","a11y-previous-panel-text":"previousPanelText",colors:e.colorList,"legend-name":e.colorText,itemprop:"color",productid:e.productIds,sfcccolorsdetails:e.colorsDetails,"popup-dropdown":!0}})],1):e._e()])]),e._v(" "),t("div",{staticClass:"sticky__buynow-button"},[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.buybuttonselect(!0)}}},[e._v(" "+e._s(e.dataTextLable)+" ")])])])])])])},s=[],r=(i(4114),i(4848)),n=i(7237),o=i(5415),l=i(8838),c=i(5345),d=i(9751),u={name:"lrp-retailer",components:{Panel:n.A,Slide:o.A,Slider:l.A,ColorVariantV2:c.A,VolumeVariantV2:d.A},directives:{tag:r.Tc},props:{dataBynowTagging:{type:Object,required:!0},initialData:{type:Object,required:!0},dataVariantEan:{type:String,required:!1},dataTextLable:{type:String,required:!1,default:"Buy Now"},a11yNextPanelText:{type:String,required:!1,default:"Next panel"},a11yPreviousPanelText:{type:String,required:!1,default:"Previous panel"},errorMessgage:{type:String,required:!1,default:""},stickyBuynowButton:{type:Boolean,required:!1,default:!1},pfdTitle:{type:String,required:!1,default:"<strong>TOLERIANE</strong> <br/> SENSITIVE <br/>LE TEINT CREME"},productImg:{type:String,required:!1,default:""},activeColor:{type:String,required:!1,default:"#009FE3"},variantDetail:{type:Array,required:!1,default:[]},volumesDetail:{type:Array,required:!1,default:[]},colorsDetails:{type:Array,required:!1,default:[]},colorList:{type:Array,required:!1,default:[]},productIds:{type:Array,required:!1,default:[]},productName:{type:String,required:!1,default:""},tagEvent:{type:Boolean,required:!1,default:!1},routineProduct:{type:Boolean,required:!1,default:!1},capacityText:{type:String,required:!1,default:"Capacity"},colorText:{type:String,required:!1,default:"Color"},productId:{type:String,required:!1,default:""},productEan:{type:String,required:!1,default:""},productDesbutton:{type:Boolean,required:!1,default:!1},routineProductDektop:{type:Boolean,required:!1,default:!1},routineProductMobile:{type:Boolean,required:!1,default:!1},oneVariant:{type:Boolean,required:!1,default:!1},ctaClass:{type:String},navTaggingLabel:{type:[String,Array],required:!1,default:""},pageCategory:{type:String,required:!1,default:"page category"}},data(){return{capacityPopup:!1,eretailer:[],eretailerlist:[],retailerdata:"",shopsUnavailable:!0,showPopup:!1,show:0,allRetailer:this.initialData.IsPrdAllRetailerEnabled,payloadValue:"",smallScreen:!window.matchMedia("(min-width: 1024px)").matches,eanvalue:""}},mounted(){!0===this.allRetailer&&(this.generatedRetailer(this.initialData.AllRetailersList),this.retailerdata=this.eretailerlist),(this.routineProductDektop&&!this.smallScreen||this.routineProductDektop&&this.oneVariant)&&this.buybuttonselect(),this.routineProductMobile&&this.mobilebuybutton(),window.eventBus.$on("selectedVarientSize",(e=>{this.eanvalue=e,e&&!1===this.allRetailer&&(this.payloadValue=e,this.sendRequest(e))}))},methods:{generatedRetailer(e){if(null!=e)for(let t=0;t<e.length;t++)this.valueexist(e[t])},valueexist(e){if(this.eretailerlist.length>1)for(let t=0;t<=this.eretailerlist.length;t++)this.eretailerlist.some((t=>t.ProductRetailerItemName===e.ProductRetailerItemName))||this.eretailerlist.push(e);else this.eretailerlist.push(e)},gatagging(e,t,i){if(e&&!1===this.allRetailer&&window.dataLayer.push({...e}),!0===this.allRetailer){var a="";a=""==this.eanvalue?this.dataVariantEan:this.eanvalue;for(let e=0;e<this.initialData.AllRetailersList.length;e++)this.initialData.AllRetailersList[e].ProductRetailerItemName===i&&this.initialData.AllRetailersList[e].VariantEANId===a&&window.dataLayer.push({...this.eretailerlist[e].AddToCartTags})}},buybuttonselect:function(e=null){if(e&&(this.capacityPopup=!1),!1===this.allRetailer&&(this.payloadValue?this.sendRequest(this.payloadValue):this.sendRequest(this.dataVariantEan)),""===this.payloadValue&&(this.payloadValue=this.initialData.DefaultEAN),null!=this.initialData.VariantRetailerList&&this.initialData.VariantRetailerList.length>0)for(let t=0;t<this.initialData.VariantRetailerList.length;t++)this.initialData.VariantRetailerList[t].VariantID===this.payloadValue&&window.dataLayer.push(this.initialData.VariantRetailerList[t].WhereToBuyTags);document.getElementById("popupContainerOuter").classList.add("showPopup"),document.querySelector(".sticky-wrapper")?.classList.add("sticky-wrapper__active"),document.querySelector(".buyOnline").classList.add("buyOnline__active"),this.showPopup?this.showPopup=!1:this.showPopup=!0},closePopupScreen(){document.getElementById("popupContainerOuter").classList.remove("showPopup"),document.querySelector(".sticky-wrapper")?.classList.remove("sticky-wrapper__active"),document.querySelector(".buyOnline").classList.remove("buyOnline__active"),window.eventBus.$emit("lrpretailer",!1),document.body.style.removeProperty("overflow")},sendRequest(e){this.eretailer=[],this.retailerdata="";for(let t=0;t<this.initialData.VariantRetailerList.length;t++)this.initialData.VariantRetailerList[t].VariantID==e&&this.initialData.VariantRetailerList[t].RetailerList.length>0&&(this.retailerdata=this.initialData.VariantRetailerList[t].RetailerList)},isUsingKeyboard(){return document.body.classList.contains("is-using-keyboard")},a11ySlider(){const e=this.$refs.slider.currentPerPage,t=this.$refs.slider.currentPage;this.isUsingKeyboard()&&(this.activeShade=t*e,this.$nextTick())},productBuynowTag(){window.dataLayer.push({event:"uaevent",event_name:"buy_now",ecommerce:"undefined",eventCategory:"Ecommerce",eventAction:"click to buy",eventLabel:`${[this.productName]}::${[this.productEan]}`,product_info:`${[this.productName]}::${[this.productId]}`})},mobilebuybutton:function(){this.productBuynowTag(),this.capacityPopup=!0,document.getElementById("capacityPopupContainerOuter").classList.add("showPopup"),document.querySelector(".buyOnline").classList.add("buyOnline__active"),document.body.style.overflow="hidden",document.getElementById("main").classList.add("variantPopup_active")},closecapacityPopupScreen:function(){this.capacityPopup=!1,this.showPopup=!1,window.eventBus.$emit("lrpretailer",!1),document.getElementById("capacityPopupContainerOuter").classList.remove("showPopup"),document.querySelector(".buyOnline").classList.remove("buyOnline__active"),document.body.style.removeProperty("overflow"),document.getElementById("main").classList.remove("variantPopup_active")}}},p=u,h=i(1656),m=(0,h.A)(p,a,s,!1,null,null,null),g=m.exports},6456:function(e,t,i){i.d(t,{A:function(){return c}});var a=function(){var e=this,t=e._self._c;return t("div",[t("div",{ref:"openModal",staticClass:"modal__open-btn",on:{click:function(t){return t.preventDefault(),e.openModal.apply(null,arguments)}}},[e._t("button",null,{ally:e.showModal})],2),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showModal,expression:"showModal"}],staticClass:"modal",attrs:{"aria-labelledby":e.ariaLabelledby,"aria-describedby":e.ariaDescribedby}},[e.smallScreen?t("div",{staticClass:"modal__backface"}):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"modal__backface",on:{click:e.closeModal}}),e._v(" "),t("div",{ref:"wrapper",staticClass:"modal__wrapper",class:e.showModal?"--opened":""},[t("button",{staticClass:"modal__close-btn-svg",attrs:{type:"button"},on:{click:e.closeModal,keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeModal.apply(null,arguments)}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1514 12L3.57569 19.5757L4.42422 20.4242L11.9999 12.8485L19.5757 20.4242L20.4242 19.5757L12.8485 12L20.4242 4.42421L19.5757 3.57568L11.9999 11.1514L4.42421 3.57569L3.57568 4.42422L11.1514 12Z",fill:"black"}})])]),e._v(" "),t("div",{staticClass:"modal__content"},[e._t("default")],2)])])])},s=[],r={name:"modal",props:{closeAriaLabel:{type:String,required:!1,default:void 0},closeLabel:{type:String,required:!1,default:"×"},ariaLabelledby:{type:String,required:!1,default:void 0},ariaDescribedby:{type:String,required:!1,default:void 0}},data(){return{showModal:!1,deferredPrompt:null,smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},methods:{openModal(){this.showModal=!0,this.$nextTick((()=>{this.setFocus()}))},closeModal(){let e=document.querySelectorAll(".medicalpopin").length;this.showModal=e>0,window.eventBus.$emit("multipopin-close",!0),this.$refs.openModal.querySelector("button").focus()},setFocus(){this.$el.querySelector(".modal__close-btn").focus()}}},n=r,o=i(1656),l=(0,o.A)(n,a,s,!1,null,null,null),c=l.exports},7237:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"panel__wrapper"},[t("div",{ref:"toggleButtonWrapper",staticClass:"panel__toggle"},[e._t("toggleButton",null,{panelToggler:e.togglePanel,expanded:e.show})],2),e._v(" "),t("div",{ref:"panelTop",staticClass:"panel",class:{"panel--open":e.show,"panel--on-top":e.showOnTop}},[e.isGlobalOverlay?e._e():t("div",{staticClass:"panel__overlay",on:{click:e.closePanel}}),e._v(" "),t("div",{ref:"panelWrapper",staticClass:"panel__content",on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:(t.preventDefault(),e.closePanel.apply(null,arguments))}}},[t("button",{ref:"closeBtn",staticClass:"panel__close",on:{blur:e.closeOnBlur,click:function(t){return t.preventDefault(),e.closePanel.apply(null,arguments)},keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.closePanel.apply(null,arguments))}}},[t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.a11yClosePanelText))])]),e._v(" "),e._t("default")],2)])])},s=[],r=i(8155),n=i(6548),o={name:"panel",directives:{clickoutside:n.K},props:{a11yClosePanelText:{type:String,required:!1,default:"Close panel"},focusableClass:{type:String,required:!1,default:void 0},isGlobalOverlay:{type:Boolean,required:!1,default:!1},defaultOpen:{type:Boolean,default:!1},individualInstance:{type:Boolean,default:!1}},data(){return{show:this.defaultOpen,showOnTop:!1}},mounted(){this.sliderA11y();const e=this.$refs.panelWrapper.querySelectorAll("[panel-focusable]");if(e.length)for(let t=0;t<e.length;t++)e[t].addEventListener("blur",(()=>{this.closeOnBlur()}));this.updatePanelPositionListener=(0,r.nF)((()=>{this.show&&this.$nextTick((()=>this.updatePanelPosition()))}),200),window.addEventListener("scroll",this.updatePanelPositionListener),this.isGlobalOverlay&&this.setGlobalOverlay()},destroyed(){window.removeEventListener("scroll",this.updatePanelPositionListener)},methods:{focusCloseBtn(){this.$refs.closeBtn.focus()},togglePanel(e){if(window.eventBus.$emit("toggleProductFilter"),this.individualInstance)return this.show?void this.closePanel():(this.$store.commit("setDropdownRef",!0),this.show=!0,void setTimeout((()=>{this.$store.commit("setDropdownRef",!1)}),500));e.preventDefault(),this.show?this.closePanel():setTimeout((()=>{this.show=!0,this.isGlobalOverlay&&this.setGlobalOverlay(),setTimeout((()=>{this.focusCloseBtn()}),500),this.$nextTick((()=>this.updatePanelPosition()))}),100)},updatePanelPosition(){const e=window.innerHeight,t=this.$refs.panelWrapper.getBoundingClientRect(),i=this.$refs.toggleButtonWrapper.getBoundingClientRect(),a=i.top,s=t.height+i.height;this.showOnTop=!(e>a+s)},isUsingKeyboard(){return document.body.classList.contains("is-using-keyboard")},sliderA11y(){[...this.$el.querySelectorAll(".slider__navigation-button")].forEach((e=>{e.addEventListener("blur",(()=>{this.isUsingKeyboard()&&this.closeOnBlur()}))}))},setGlobalOverlay(){let e=document.getElementById("panel-global-overlay");if(e)e.classList.add("show");else{const t=window.document.getElementsByTagName("body")[0];e=document.createElement("div"),e.id="panel-global-overlay",e.addEventListener("click",(()=>{this.closePanel()})),t.appendChild(e)}this.$refs.panelTop.addEventListener("click",(e=>{e.target.classList.contains("panel--open")&&this.closePanel()}))},closePanel(){this.individualInstance?(this.$store.commit("setDropdownRef",!0),setTimeout((()=>{this.$store.commit("setDropdownRef",!1)}),500)):this.$store.commit("setDropdownRef",!1),this.show&&this.isUsingKeyboard()&&this.$refs.toggleButtonWrapper.querySelector("button").focus(),this.show=!1,this.isGlobalOverlay&&window.document.getElementById("panel-global-overlay").classList.remove("show")},closeOnBlur(){setTimeout((()=>{this.$el.querySelector("[panel-focusable]:focus")||this.$el.querySelector(".panel__close:focus")||document.activeElement.classList.contains("slider__navigation-button")||!0!==this.show||!this.isUsingKeyboard()||this.closePanel()}),200)}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},1602:function(e,t,i){i.r(t),i.d(t,{default:function(){return p}});var a=function(){var e=this,t=e._self._c;return t("div",{class:e.classes},[t("div",{ref:"backgroundWrapper",staticClass:"responsive-image__media"},[t("div",{ref:"parallax",staticClass:"parallax",class:[e.isParallaxActive?"active":""],style:e.parallaxCss}),e._v(" "),e._t("default"),e._v(" "),e._t("content")],2)])},s=[],r=i(9678),n=i(8155),o=i(1806),l={name:"responsive-image",props:{srcset:{type:[Object,String],required:!1,default:void 0},aspectRatio:{type:String,required:!1,default:void 0},animate:{type:String,required:!1,default:"zoom"},enableDsfService:{type:Boolean,required:!1,default:!1},isMobileVersionEnabled:{type:Boolean,required:!1,default:!1},mobileVersionImage:{type:String,required:!1,default:""},desktopImages:{type:[Object,String],required:!1,default:void 0}},data(){return{loaded:!0,isParallaxActive:!1,backgroundImage:void 0,translateParallax:"translate3d(0px, 0px, 0px)",smallScreen:!window.matchMedia("(min-width: 1024px)").matches,smallScreenDevice:!window.MqHandler||window.MqHandler.getMqForSize("small").selected}},computed:{parallaxCss(){return{backgroundImage:this.backgroundImage,transform:this.translateParallax}},classes(){return["responsive-image",this.aspectRatio?`-ratio -ratio--${this.aspectRatio}`:"",this.animate?`-${this.animate}`:"",this.$slots.content?"-gradient":"",this.loaded?"-loaded":""]}},mounted(){this.img=this.$refs.backgroundWrapper.querySelector("img"),(0,o.YJ)(this.$el,{checkIsVisible:!1}).then((()=>{this.loaded=!0,this.updateBackground(),"parallax"===this.animate&&this.parallax(),this.srcset&&(this.responsiveListener=(0,n.sg)((()=>this.updateBackground()),200),window.addEventListener("resize",this.responsiveListener))}))},destroyed(){this.responsiveListener&&(window.removeEventListener("resize",this.responsiveListener),this.responsiveListener=null)},updated(){document.getElementsByTagName("body")[0].classList.contains("pagemode-edit")&&this.updateBackground()},methods:{parallaxTransitions(){const e=this.$refs.parallax.getBoundingClientRect();e.y<=0&&e.height>-e.y?(this.isParallaxActive=!0,this.translateParallax=`translate3d(0px, ${-e.y/8}px, 0px)`):(this.isParallaxActive=!1,this.translateParallax="translate3d(0px, 0px, 0px)")},parallax(){window.addEventListener("scroll",this.parallaxTransitions)},updateBackground(){var e=this.getBackgroundImage();if(this.enableDsfService&&this.isMobileVersionEnabled&&this.mobileVersionImage&&this.smallScreen)this.backgroundImage=`url('${this.mobileVersionImage}')`;else if(this.enableDsfService&&this.isMobileVersionEnabled&&""==this.mobileVersionImage&&this.smallScreen)this.backgroundImage=`url('${this.desktopImages.imagelow}')`;else{if(this.srcset){var t=Object.keys(this.srcset).map((e=>[Number(e),this.srcset[e]]));""===e&&(t[1][1]&&(e=t[1][1]),t[0][0]&&(e=t[0][0]))}this.backgroundImage=`url('${e}')`}const i=this.$refs.backgroundWrapper.querySelector("img");i&&(i.src=e)},getBackgroundImage(){if(this.srcset)return(0,r.P)(this.srcset);const e=this.$el.querySelector("img");return e&&e.src?e.src:void 0}}},c=l,d=i(1656),u=(0,d.A)(c,a,s,!1,null,null,null),p=u.exports},5415:function(e,t,i){i.d(t,{A:function(){return c}});var a=function(){var e=this,t=e._self._c;return t("li",{staticClass:"slider__slide",style:{padding:`0 ${this.padding}px`},attrs:{"aria-current":e.current},on:{click:function(t){e.buynowOnChange(),e.emptyInventory()}}},[e._t("default")],2)},s=[],r=(i(4114),{name:"slide",props:{current:{type:Boolean,required:!1},tagging:{type:Object,required:!1,default(){return{}}}},data(){return{width:null,padding:this.$parent.slidePadding}},methods:{getData:function(e){return fetch(e).then((e=>e.json()))},emptyInventory:function(){const e=document.getElementById("addtocartComponentLoader");e&&e.classList.add("active"),setTimeout((()=>{var e,t=document.getElementsByClassName("color-variant");e=t.length>0?document.getElementsByClassName("productItemActiveId")[1].innerHTML:document.getElementsByClassName("productItemActiveId")[0].innerHTML,this.getData(`/api/connector/productexistsininventory?productid=${e}`).then((e=>{if(e.orderable){var t=document.getElementById("addtocartComponent"),i=document.getElementById("sfccPrice");""!==i.innerHTML?(t.classList.remove("disabledComponent"),this.isMaxInventory()):t.classList.add("disabledComponent")}else document.getElementById("addtocartComponent").classList.add("disabledComponent");document.getElementById("addtocartComponentLoader").classList.remove("active")}))}),300)},isMaxInventory:function(){var e,t=document.getElementsByClassName("color-variant");e=t.length>0?document.getElementsByClassName("productItemActiveId")[1].innerHTML:document.getElementsByClassName("productItemActiveId")[0].innerHTML;for(var i=document.getElementsByClassName("productCart__item_ID"),a=0;a<i.length;a++){var s=i[a].textContent;if(e===s){var r=document.getElementsByClassName("productCart__itemQuantitySelect")[a],n=r.options[r.options.length-1].value,o=r.options[r.selectedIndex].value;o>=n?document.getElementById("addtocartComponent").classList.add("disabledComponent"):document.getElementById("addtocartComponent").classList.remove("disabledComponent")}}},buynowOnChange(){this.$parent.$parent.$emit("showRetailer",!0)},addcartTaggingValue(){window.dataLayer.push(this.tagging)}}}),n=r,o=i(1656),l=(0,o.A)(n,a,s,!1,null,null,null),c=l.exports},8838:function(e,t,i){i.d(t,{A:function(){return _}});var a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"slider",class:{"slider-vertical":e.vertical,"slider-text-selectable":!e.swipeOnDesktop},attrs:{id:e.carouselIdentifier}},[e.navigationEnabled?t("button",e._g({staticClass:"slider__navigation-button slider-navigation-prev",class:{"slider-navigation--disabled":!e.canAdvanceBackward},attrs:{"aria-disabled":!e.canAdvanceBackward,disabled:!e.canAdvanceBackward},on:{click:function(t){t.preventDefault(),e.advancePage("backward","navigation"),e.navTagging("prev","arrow")}}},e.canAdvanceForward?{}:{blur:e.blurEvent,"keyup.shift.tab":e.shiftTabKeyupEvent}),[t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.previousPanelText))])]):e._e(),e._v(" "),t("div",{staticClass:"slider__wrapper"},[t("ol",{staticClass:"slider__inner",style:{transform:`translate${this.vertical?"Y":"X"}(${this.currentOffset}px)`,transition:this.transitionStyle,flexBasis:`${this.slideWidth}px`,msFlexPreferredSize:`${this.slideWidth}px`,visibility:""+(this.slideWidth?"visible":"hidden")}},[e._t("default")],2)]),e._v(" "),e.navigationEnabled?t("button",{staticClass:"slider__navigation-button slider-navigation-next",class:{"slider-navigation--disabled":!e.canAdvanceForward},attrs:{"aria-disabled":!e.canAdvanceForward,disabled:!e.canAdvanceForward},on:{click:function(t){t.preventDefault(),e.advancePage("forward","navigation"),e.navTagging("next","arrow")},blur:function(t){return e.blurEvent()},keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"tab",9,t.key,"Tab")?null:t.shiftKey?e.shiftTabKeyupEvent.apply(null,arguments):null}}},[t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.nextPanelText))])]):e._e(),e._v(" "),e.paginationEnabled&&e.pageCount>0?t("pagination",{attrs:{"current-page":e.currentPage,"page-count":e.pageCount,labels:e.labels,"tagging-labels":e.taggingLabels,"is-clickable":e.isPaginationClickable,"nav-tagging-label":e.navTaggingLabel,"item-per-page-desktop":3,"page-category":e.pageCategory},on:{paginationClick:e=>this.goToPage(e,"pagination")}}):e._e()],1)},s=[],r=i(4848),n=i(3961),o=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.pageCount>1,expression:"pageCount > 1"}],staticClass:"slider__pagination"},[t("ul",{ref:"pagList",staticClass:"slider__dot-container"},e._l(e.pageCount,(function(i,a){return t("li",{key:a,staticClass:"slider__dot",class:{"slider__dot--active":a===e.currentPage,clickable:e.isClickable},attrs:{id:a+1},on:{click:function(t){return e.navTagging("dot","dot",a-1)}}},[e.isClickable?t("button",{staticClass:"slider__dot-inner",attrs:{"aria-label":e.labels.pagination.ariaLabel.replace("{0}",a),"aria-current":a===e.currentPage||""},on:{click:function(t){return e.whenClickItem(a)}}}):t("span",{staticClass:"slider__dot-inner"})])})),0)])},l=[],c={name:"pagination",props:{labels:{type:Object,required:!0,default:void 0},taggingLabels:{type:Object,required:!0},currentPage:{type:Number,required:!0},pageCount:{type:Number,required:!0},isClickable:{type:Boolean,required:!1,default:!0},navTaggingLabel:{type:[String,Array],required:!1,default:""},itemPerPageDesktop:{type:Number,required:!0},pageCategory:{type:String,required:!1,default:"page category"}},data(){return{shiftAndTabHappened:!1}},mounted(){this.setRole()},methods:{whenClickItem(e){this.$emit("paginationClick",e)},setRole(){!this.isClickable&&this.$refs.pagList.setAttribute("role","none")},generateSequence(e,t){for(var i="",a=e+1;a<=t;a++)i+=a+"-//-";return i.slice(0,-4)},navTagging(e,t,i=null){this.$el;let a=0,s=1,n=1,o=parseInt(a);const l="next"===e?1:-1;o+=l;let c="",d="";this.smallScreen?(s=parseInt(i),n=s+1,d=n,c=`${this.navTaggingLabel.slice(s,n)}`):(n=parseInt(i)*this.itemPerPageDesktop,s=n+this.itemPerPageDesktop,d=n+1,c=`${this.navTaggingLabel.slice(n,s).join("-//-")}`);let u=this.navTaggingLabel.slice(n,s).length;u>1&&(d=this.generateSequence(n,n+u)),r.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t}::${c}::${d}`,cta_name:`${t}::${c}::${d}`,module_name:`slider navigate::${t}`})}}},d=c,u=i(1656),p=(0,u.A)(d,o,l,!1,null,null,null),h=p.exports,m={name:"slider",components:{Pagination:h},props:{withFocusableItems:{type:Boolean,required:!1,default:!1},nextPanelText:{type:String,required:!1,default:"next panel"},previousPanelText:{type:String,required:!1,default:"previous panel"},navTaggingLabel:{type:[String,Array],required:!1,default:""},itemPerPageDesktop:{type:Number,required:!0},pageCategory:{type:String,required:!1,default:"page category"},labels:{type:Object,required:!1,default:()=>({pagination:{ariaLabel:"Slide {0}"},navigation:{ariaLabelPrevious:"Go to the previous slide",ariaLabelNext:"Go to the next slide"}})},taggingLabels:{type:Object,required:!1,default:()=>({pagination:{category:"product pictures"},navigation:{category:"product pictures"}})},isPaginationClickable:{type:Boolean,required:!1,default:!0},easing:{type:String,default:"ease"},minSwipeDistance:{type:Number,default:20},navigationEnabled:{type:Boolean,default:!0},paginationEnabled:{type:Boolean,default:!0},perPage:{type:Number,default:2},vertical:{type:Boolean,default:!1},slideSpacing:{type:Object|Array,default:()=>({})},slidePadding:{type:Number,default:0},perPageCustom:{type:Array,default:void 0},scrollPerPage:{type:Boolean,default:!1},speed:{type:Number,default:400},startAt:{type:Number,default:0},carouselIdentifier:{type:String,default:`carousel-${Date.now()}`},swipeOnDesktop:{type:Boolean,default:!0}},data(){return{browserWidth:null,smallScreen:!window.matchMedia("(min-width: 1023px)").matches,carouselSize:null,currentPage:this.startAt,prevPage:this.startAt,dragOffset:0,dragStartX:0,mousedown:!1,slideCount:0,maxSwipeAngle:60,angle:0,slidesElms:null,shiftAndTabHappened:!1}},computed:{breakpointSlidesPerPage(){if(!this.perPageCustom)return this.perPage;const e=this.perPageCustom,t=this.browserWidth,i=e.sort(((e,t)=>e[0]>t[0]?-1:1)),a=i.filter((e=>t>=e[0])),s=a[0]&&a[0][1];return s||this.perPage},canAdvanceForward(){return this.currentPage<this.pageCount-1},canAdvanceBackward(){return this.currentPage>0},currentPerPage(){return!this.perPageCustom||this.$isServer?this.perPage:this.breakpointSlidesPerPage},currentOffset(){const e=this.currentPage,t=this.slideWidth,i=this.dragOffset,a=this.scrollPerPage?e*t*this.currentPerPage:e*t,s=-1*(a+i),r=this.getSlideSpacing();let n=document.getElementById("main-container"),o=getComputedStyle(n);return"rtl"===o.direction&&this.smallScreen?-1*(s+r):s+r},isHidden(){return this.carouselSize<=0},pageCount(){const e=this.slideCount,t=this.currentPerPage;if(this.scrollPerPage){const i=Math.ceil(e/t);return i<1?1:i}return e-(this.currentPerPage-1)},slideWidth(){const e=this.carouselSize,t=this.currentPerPage,i=e/t;return i-2*this.getSlideSpacing()},transitionStyle(){return`${this.speed/1e3}s ${this.easing} transform`}},beforeUpdate(){this.computeCarouselSize()},updated(){this.$nextTick(this.slidesVisibility)},mounted(){window.addEventListener("resize",(0,n.s)(this.computeCarouselSize,16)),"ontouchstart"in window&&(this.$el.addEventListener("touchstart",this.handleMousedown),this.$el.addEventListener("touchend",this.handleMouseup),this.$el.addEventListener("touchmove",this.handleMousemove)),this.swipeOnDesktop&&(this.$el.addEventListener("mousedown",this.handleMousedown),this.$el.addEventListener("mouseup",this.handleMouseup),this.$el.addEventListener("mousemove",this.handleMousemove)),this.attachMutationObserver(),this.computeCarouselSize(),this.$nextTick(this.slidesVisibility)},beforeDestroy(){this.detachMutationObserver(),window.removeEventListener("resize",this.getBrowserWidth),"ontouchstart"in window?this.$el.removeEventListener("touchmove",this.handleMousemove):this.$el.removeEventListener("mousemove",this.handleMousemove)},methods:{isUsingKeyboard(){return document.body.classList.contains("is-using-keyboard")},a11yFocus(){const e=this.currentPerPage,t=this.currentPage;if(this.isUsingKeyboard()){const i=t*e;window.matchMedia("(min-width: 1024px)").matches?this.$nextTick((()=>{this.$children[i].$el.querySelector("[panel-focusable]").focus()})):this.$children[i].$el.querySelector("[panel-focusable]").focus()}},slidesVisibility(){this.slidesElms=[...this.$el.querySelectorAll(".slider__slide")],this.slidesElms.forEach((e=>{e.style.visibility="hidden"})),this.scrollPerPage?this.slidesElms.slice(this.currentPage*this.currentPerPage,(this.currentPage+1)*this.currentPerPage).forEach((e=>{e.style.visibility="visible"})):this.slidesElms.slice(this.currentPage,this.currentPage+this.currentPerPage).forEach((e=>{e.style.visibility="visible"}))},advancePage(e,t=!1){e&&"backward"===e&&this.canAdvanceBackward?this.goToPage(this.currentPage-1,t):(!e||e&&"backward"!==e)&&this.canAdvanceForward&&this.goToPage(this.currentPage+1,t),this.slidesVisibility()},attachMutationObserver(){const e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(e){const t={attributes:!0,data:!0};this.mutationObserver=new e((()=>{this.$nextTick((()=>{this.computeCarouselSize()}))})),this.$parent.$el&&this.mutationObserver.observe(this.$parent.$el,t)}},getSlideSpacing(){let e=0;for(const t in this.slideSpacing)Object.prototype.hasOwnProperty.call(this.slideSpacing,t)&&t<=this.getBrowserWidth()&&(e=this.slideSpacing[t]);return e},detachMutationObserver(){this.mutationObserver&&this.mutationObserver.disconnect()},getBrowserWidth(){return this.browserWidth=window.innerWidth,this.browserWidth},getCarouselSize(){return this.vertical?this.carouselSize=this.$el&&this.$el.clientHeight||0:this.carouselSize=this.$el&&this.$el.clientWidth||0,this.carouselSize},getSlideCount(){this.slideCount=this.$slots&&this.$slots.default&&this.$slots.default.filter((e=>e.tag&&e.tag.indexOf("slide")>-1)).length||0},goToPage(e,t=!1){e>=0&&e<=this.pageCount&&(this.currentPage=e,this.$emit("pageChange",this.currentPage,this.prevPage,t),this.prevPage=this.currentPage,this.withFocusableItems&&this.a11yFocus())},handleMousedown(e){e.touches||e.preventDefault(),this.mousedown=!0,this.dragStart=e.touches?e.touches[0]:e},handleMouseup(){this.mousedown=!1,this.dragOffset=0},swipeAngle(e,t){return Math.atan(Math.abs(t)/Math.abs(e))*(180/Math.PI)},handleMousemove(e){if(!this.mousedown)return;const t=e.touches?e.touches[0]:e;let i=0,a=0;this.vertical?(i=this.dragStart.clientY-t.clientY,a=this.dragStart.clientX-t.clientX):(i=this.dragStart.clientX-t.clientX,a=this.dragStart.clientY-t.clientY),this.angle=this.swipeAngle(i,a),this.angle<this.maxSwipeAngle&&e.preventDefault(),this.dragOffset=i,this.dragOffset>this.minSwipeDistance?(this.handleMouseup(),this.advancePage()):this.dragOffset<-this.minSwipeDistance&&(this.handleMouseup(),this.advancePage("backward"))},computeCarouselSize(){this.getSlideCount(),this.getBrowserWidth(),this.getCarouselSize(),this.setCurrentPageInBounds()},setCurrentPageInBounds(){if(!this.canAdvanceForward){const e=this.pageCount-1;this.currentPage=e>=0?e:0}},blurEvent(){this.shiftAndTabHappened&&(this.shiftAndTabHappened=!1)},shiftTabKeyupEvent(){this.shiftAndTabHappened=!0},generateSequence(e,t){for(var i="",a=e+1;a<=t;a++)i+=a+"-//-";return i.slice(0,-4)},navTagging(e,t,i=null){const a=this.$el;let s=0;a.querySelector(".slider__dot--active").id&&(s=a.querySelector(".slider__dot--active").id);let n=1,o=1,l=parseInt(s);const c="next"===e?1:-1;l+=c;let d="",u="";this.smallScreen?(n=l-1,o=l,u=o,d=`${this.navTaggingLabel.slice(n,o)}`):(n=l*this.itemPerPageDesktop,o=n-this.itemPerPageDesktop,u=o+1,d=`${this.navTaggingLabel.slice(o,n).join("-//-")}`);let p=this.navTaggingLabel.slice(o,n).length;p>1&&(u=this.generateSequence(o,o+p)),r.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t}::${d}::${u}`,cta_name:`${t}::${d}::${u}`,module_name:`slider navigate::${t}`})}}},g=m,v=(0,u.A)(g,a,s,!1,null,null,null),_=v.exports},9751:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("fieldset",{staticClass:"volume-variant-v2 volume-variant1",class:[1==e.volumes.length?"singleVolume":""]},[t("legend",{staticClass:"is-sr-only",attrs:{id:"legend-volume"}},[e._v(e._s(e.legendName))]),e._v(" "),t("div",{staticClass:"productItemId"},[e._v(e._s(e.productid.length>=1?e.productid[e.volumeIndex].id:""))]),e._v(" "),t("div",{staticClass:"productItemActiveId"},[e._v(e._s(e.sfccvolumesdetails.lenght>=1?e.sfccvolumesdetails[e.volumeIndex].ean:""))]),e._v(" "),e.volumes.length>1?t("div",{staticClass:"volume-variant__wrapper"},[t("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.DropdownClose,expression:"DropdownClose"}],staticClass:"select-custom"},[t("button",{ref:"dropdownBtn",staticClass:"select-custom__btn",class:{"is-active":e.isDropdownOpened},attrs:{id:"current-volume","aria-labelby":e.a11yAriaLabel,"aria-expanded":e.isDropdownOpened?"true":"false"},on:{click:function(t){return t.preventDefault(),e.dropdownToggle()},blur:function(t){return e.dropdownOnBlur(e.activeVolume)}}},[t("span",[e._v(e._s(e.activeVolume))]),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])]),e._v(" "),t("transition",{attrs:{name:"main-menu-languages"}},[t("ul",{directives:[{name:"show",rawName:"v-show",value:e.isDropdownOpened,expression:"isDropdownOpened"}],on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.dropdownToggle()}}},e._l(e.volumes,(function(i,a){return t("li",{key:i.id,on:{click:function(t){e.dropdownOnBlur(i.size),e.setAnalytics(i.tagging)}}},[t("label",{key:a,staticClass:"volume-variant__label",attrs:{for:`volumes-shade-${a}`,id:i.id},on:{click:function(t){e.DropdownClose(),e.selectedSize(i.variantEANId),e.selectedVariant(i.variantEANId)}}},[e._v("\n "+e._s(i.size)+"\n ")])])})),0)])],1)]):t("p",{staticClass:"volume-variant__single-el"},[e._v(e._s(e.volumes.length>=1?e.volumes[0].size:"")+"\n "),t("ul",{staticStyle:{display:"none"}},e._l(e.volumes,(function(e){return t("li",{key:e.id},[t("input",{staticClass:"js-select-option",attrs:{type:"radio",name:"volume",checked:"",id:e.id}})])})),0)])])},s=[],r=i(6548),n=i(4848),o={name:"volume-variant-v2",directives:{clickoutside:r.K},props:{productid:{type:Array,required:!0},volumes:{type:Array,required:!0},legendName:{type:String,required:!0,default:"Volume"},a11yAriaLabel:{type:String,required:!1,default:"legend-volume current-volume"},sfccvolumesdetails:{type:Array,required:!0},popupDropdown:{type:Boolean,require:!1,default:!1}},data(){return{isDropdownOpened:!1,activeVolume:this.volumes.length>=1?this.volumes[0].size:"",volumeIndex:0,smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},mounted(){window.eventBus.$on("showVolumeValue",(e=>{e&&(this.activeVolume=e)})),this.dropdownOnBlur(this.activeVolume)},methods:{DropdownClose(){this.isDropdownOpened&&(this.isDropdownOpened=!1)},setAnalytics(e){n.Xj.pushDataLayer(e)},selectedVariant(e){window.eventBus.$emit("selectedVarientSize",e)},selectedSize(e){window.eventBus.$emit("SelectVarientPdpChangedAction",e)},dropdownToggle(){this.isDropdownOpened?this.DropdownClose():setTimeout((()=>{this.isDropdownOpened=!0,setTimeout((()=>{this.$el.querySelector('input[type="radio"]:checked')&&this.$el.querySelector('input[type="radio"]:checked').focus()}),50)}),100)},dropdownOnBlur(e){setTimeout((()=>{let t;document.documentMode||/Edge/.test(navigator.userAgent)?t=document.activeElement.classList[0]||null:(t=document.activeElement.classList.value,this.activeVolume=e,window.eventBus.$emit("showVolumeValue",e),this.volumes.forEach(((t,i)=>{e===t.size&&(this.volumeIndex=i)}))),"js-select-option"!==t&&!0===this.isDropdownOpened&&this.DropdownClose()}),300)}}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},6227:function(e,t,i){i.d(t,{A:function(){return p}});var a=function(){var e=this,t=e._self._c;return t("div",[t("div",{class:e.cssClasses},[e.playing?t("load-script",{attrs:{src:"https://www.youtube.com/iframe_api"},on:{loaded:e.onYouTubeIframeAPIReady}}):e._e(),e._v(" "),e.poster?t("div",{ref:"poster",staticClass:"youtube-player__poster",style:"background-image: "+e.posterBackground}):e._e(),e._v(" "),e.poster&&!e.newplayButton?t("button",{ref:"playBtn",staticClass:"video-player__btn-play-pause youtube-player__btn",on:{click:e.playPause}},[t("span",{staticClass:"btn-bar-1"}),e._v(" "),t("span",{staticClass:"btn-bar-2"}),e._v(" "),t("span",{staticClass:"btn-bar-3"}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.ariaLabel))])]):e.poster&&e.newplayButton?t("button",{ref:"playBtn",staticClass:"play-button",on:{click:e.playPause}},[t("span",{staticClass:"play-icon"}),e._v(" "),t("span",{staticClass:"play-text",domProps:{innerHTML:e._s(e.playText)}}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.ariaLabel))])]):e._e(),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.playing&&!!e.poster||!e.poster&&e.loaded,expression:"playing && !!poster || !poster && loaded"}],staticClass:"youtube-player__wrapper"},[t("div",{staticClass:"youtube-player__item",attrs:{id:e.playerId}})])],1),e._v(" "),e._t("default",null,{videoTitle:e.videoTitle})],2)},s=[],r=i(7048),n=i(4572),o=i(4848),l={name:"youtube-player",components:{LoadScript:r.A,Collapse:n.A},props:{youtubeId:{type:String,required:!1,default:void 0},src:{type:String,required:!1,default:void 0},autoplay:{type:Boolean,required:!1,default:void 0},list:{type:String,required:!1,default:void 0},preload:{type:String,default:"metadata"},poster:{type:String,default:void 0},loop:{type:Boolean,default:!1},newplayButton:{type:Boolean,required:!1},playText:{type:String,default:"PLAY"},ariaLabel:{type:String,default:"play pause",required:!1}},data(){return{player:null,loaded:!1,playing:!1,videoTitle:"",transcriptLabel:""}},computed:{cssClasses(){return["youtube-player",this.loaded?"loaded":"",this.playing&&"play"]},playerId(){return`player-${this.youtubeId}-${Math.floor(1e3*Math.random())+1}`},posterBackground(){return this.poster&&"url("+this.poster+")"}},methods:{playPause(){if(this.playing=!0,this.$refs.poster.style.display="none",this.$refs.playBtn.style.display="none",this.autoplay)try{this.player.playVideo()}catch(e){setTimeout((()=>{this.player.playVideo()}),500)}},onYouTubeIframeAPIReady(){return this.loaded=!0,this.setupYT().then((()=>this.onPlayerLoaded()))},onPlayerLoaded(){return new Promise((e=>{this.player=new YT.Player(this.playerId,{playerVars:{showinfo:1,rel:0,cc_load_policy:1,color:"white",autoplay:1,controls:2,enablejsapi:1,modestbranding:1,playsinline:1},videoId:this.youtubeId,events:{onReady:()=>{const t=this.player.getIframe();t.removeAttribute("height"),t.removeAttribute("width"),t.removeAttribute("frameborder"),this.videoTitle=this.player.getVideoData().title,t.setAttribute("title",`YouTube video: ${this.videoTitle}`),e()},onStateChange:()=>{this.onPlayerStateChange(event),e()}}})}))},onPlayerStateChange(e){const t=JSON.parse(e.data);0===t.info?(this.setAnalytics("video completed"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):1===t.info?(this.setAnalytics("play"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):2===t.info?(this.setAnalytics("pause"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):3===t.info&&this.setAnalytics("buffering")},getPercentage(){var e=this.player.getCurrentTime()/this.player.getDuration()*100;return Math.round(e)},setAnalytics(e){o.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:window.wsf.AnalyticsVariables.pageCategory,eventAction:this.player.getVideoData().title,eventLabel:e,event_name:"video_interation",video_title:this.player.getVideoData().title,video_action:e})},setupYT(){return new Promise((e=>{let t=!1;t=setInterval((()=>{"undefined"!==typeof YT&&1===YT.loaded&&"undefined"!==typeof YT.Player&&(clearInterval(t),e(YT))}),100)}))}}},c=l,d=i(1656),u=(0,d.A)(c,a,s,!1,null,null,null),p=u.exports},6176:function(e,t,i){i.d(t,{A:function(){return m}});var a=function(){var e=this,t=e._self._c;return t("div",{class:[e.routineProduct?"":" cell","commerce-connector"]},[e.isSingleVariant?e._e():[1!=this.showBuyNowButton||e.isBuyOnline||e.stickyBuynowButton?e.isBuyOnline&&!e.stickyBuynowButton?t("div",[""!==e.productPopinCtaClass?[t("button",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:"Ecommerce",action:"click to buy",label:e.buynowEventlabelData,event_name:"buy_now",product_info:e.buynowEventlabelData},expression:"{\n category: 'Ecommerce',\n action: 'click to buy',\n label: buynowEventlabelData,\n event_name: 'buy_now',\n product_info: buynowEventlabelData\n }",arg:"useractionevent"}],class:e.productPopinCtaClass,on:{click:function(t){return e.buybuttonselect()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.buynowTextData)+"\n ")])])]:[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.buybuttonselect()}}},[e._v(" "+e._s(e.buynowTextData)+" ")])]],2):e._e():t("div",{staticClass:"buyOnline -btnOnly"},[t("div",{staticClass:"popupContainer__bagIcon",on:{click:function(t){return e.buybuttonselect()}}},[t("img",{attrs:{alt:"bag",src:"/frontend/master/images/icons/bag.svg"}})]),e._v(" "),t("div",{class:e.ctaClass},[t("span",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:"Ecommerce",action:"click to buy",label:e.buynowEventlabelData,event_name:"buy_now",product_info:e.buynowEventlabelData},expression:"{\n category: 'Ecommerce',\n action: 'click to buy',\n label: buynowEventlabelData,\n event_name: 'buy_now',\n product_info: buynowEventlabelData\n }",arg:"useractionevent"}],staticClass:"btn__wrapper",on:{click:function(t){return e.buybuttonselect()}}},[e._v("\n "+e._s(e.buynowTextData)+"\n ")])])]),e._v(" "),e.stickyBuynowButton?t("div",[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.mobilebuybutton()}}},[e._v(" "+e._s(e.buynowTextData)+" ")])]):e._e()],e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopup,expression:"showPopup"}],staticClass:"popupContainerOuter",attrs:{id:"popupContainerOuter"}},[t("div",{staticClass:"popupContainer",class:[e.stickyBuynowButton?"retailerpopup":""]},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){return e.closePopupScreen()}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container",attrs:{id:"app"}},[t("div",{staticClass:"tabs"},[t("ul",e._l(this.eretailer,(function(i,a){return t("li",{key:a,class:{"is-active":e.show==a},on:{click:function(t){t.preventDefault(),e.show=a}}},[t("a",[e._v(e._s(i.countryCode))])])})),0)]),e._v(" "),t("div",{staticClass:"tabData"},[t("transition-group",{attrs:{name:"fade-up",target:"div",appear:""},nativeOn:{click:function(t){return e.navigate(t)}}},e._l(this.eretailer,(function(i,a){return e.show==a?t("div",{key:a+0},[0==i.shopsUnavailable?t("div",{staticClass:"popupContainer__inner",attrs:{id:"commerceConnectWrapper"}},[i.shops.length>1?t("VueSlickCarousel",e._b({attrs:{arrows:!0,dots:!0}},"VueSlickCarousel",e.settings,!1),e._l(i.shops,(function(i){return e.smallScreen?e._e():t("div",{key:i.id,staticClass:"popupContainer__item desktop"},[t("a",{staticClass:"popupContainer__item_link",attrs:{href:i.link,target:"_blank"},on:{click:function(t){return e.setAnalytics(i.cartTagging)}}},[t("div",{staticClass:"popupContainer__image"},[t("img",{attrs:{alt:"shop",src:i.logo}})]),e._v(" "),t("div",{staticClass:"popupContainer__bagIcon"},[t("img",{attrs:{alt:"bagblack",src:"/frontend/master/images/icons/bag--black.svg"}})]),e._v(" "),t("div",{staticClass:"popupContainer__buyNow btn__wrapper"},[e._v("\n "+e._s(i.buyButton)+"\n ")])])])})),0):e._e(),e._v(" "),e._l(i.shops,(function(i){return e.smallScreen?t("div",{key:i.id,staticClass:"popupContainer__item mobile"},[t("a",{staticClass:"popupContainer__item_link",attrs:{href:i.link,target:"_blank"},on:{click:function(t){return e.setAnalytics(i.cartTagging)}}},[t("div",{staticClass:"popupContainer__image"},[t("img",{attrs:{src:i.logo,alt:i.buyButton}})]),e._v(" "),t("div",{staticClass:"popupContainer__bagIcon"},[t("img",{attrs:{src:"/frontend/master/images/icons/bag--black.svg",alt:i.buyButton}})]),e._v(" "),t("div",{staticClass:"popupContainer__buyNow btn__wrapper"},[e._v("\n "+e._s(i.buyButton)+"\n ")])])]):e._e()}))],2):t("div",{staticClass:"popupContainer__inner popupContainer__inner--empty",attrs:{id:"commerceConnectWrapper"}},[e._v("\n "+e._s(i.defaultDescriptionTitle)+"\n ")])]):e._e()})),0)],1)])])]),e._v(" "),e.capacityPopup?t("div",{staticClass:"popupContainerOuter variantPopupOuter capacityPopupContainerOuterroutine",attrs:{id:"capacityPopupContainerOuter"}},[t("div",{staticClass:"variant popupContainer"},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){return e.closecapacityPopupScreen()}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container pdp-stikcy-bar",attrs:{id:"app"}},[t("div",{staticClass:"sticky-parent"},[t("div",{staticClass:"sticky__heading"},[t("img",{attrs:{src:e.productImg,alt:"product images"}})]),e._v(" "),t("div",{staticClass:"sticky__select"},[t("div",{staticClass:"sticky__title",domProps:{innerHTML:e._s(e.pfdTitle)}}),e._v(" "),t("div",{staticClass:"sticky__select--select_capacity"},[t("volume-variant-v2",{attrs:{volumes:e.volumesDetail,"legend-name":e.capacityText,"a11y-aria-label":"legend-volume current-volume",sfccvolumesdetails:e.variantDetail,"popup-dropdown":!0,productid:e.productIds}})],1),e._v(" "),e.colorList.length>0?t("div",{staticClass:"sticky__select--select_color"},[t("color-variant-v2",{attrs:{"a11y-close-panel-text":"panelText","a11y-next-panel-text":"nextPanelText","a11y-previous-panel-text":"previousPanelText",colors:e.colorList,"legend-name":e.colorText,itemprop:"color",productid:e.productIds,sfcccolorsdetails:e.colorsDetails,"popup-dropdown":!0}})],1):e._e()])]),e._v(" "),t("div",{staticClass:"sticky__buynow-button"},[t("p",{staticClass:"actionBtn buyOnline",on:{click:function(t){return e.buybuttonselect()}}},[e._v(" "+e._s(e.buynowTextData)+" ")])])])])]):e._e()],2)},s=[],r=i(4312),n=i.n(r),o=i(4848),l=i(5345),c=i(9751),d={name:"buynow",components:{VueSlickCarousel:n(),ColorVariantV2:l.A,VolumeVariantV2:c.A},directives:{tag:o.Tc},props:{requestData:{type:String,required:!1,default:""},isSingleVariant:{type:Boolean,default:!1},capacityText:{type:String,required:!1,default:"Capacity"},colorText:{type:String,required:!1,default:"Color"},productId:{type:String,required:!1,default:""},buynowText:{type:String,required:!0},buynowEventlabel:{type:String,required:!1,default:"Productname::Productean"},isOnline:{type:Boolean,required:!1,default:!1},productImg:{type:String,required:!1,default:""},stickyBuynowButton:{type:Boolean,required:!1,default:!1},pfdTitle:{type:String,required:!1,default:"<strong>TOLERIANE</strong> <br/> SENSITIVE <br/>LE TEINT CREME"},variantDetail:{type:Array,required:!1,default:[]},volumesDetail:{type:Array,required:!1,default:[]},colorsDetails:{type:Array,required:!1,default:[]},colorList:{type:Array,required:!1,default:[]},productIds:{type:Array,required:!1,default:[]},productName:{type:String,required:!1,default:""},productEan:{type:String,required:!1,default:""},tagEvent:{type:Boolean,required:!1,default:!1},routineProduct:{type:Boolean,required:!1,default:!1},routineMobile:{type:Boolean,required:!1,default:!1},ctaClass:{type:String,default:"cta cta--light"},productPopinCtaClass:{type:String,default:""}},data(){return{capacityPopup:!1,settings:{dots:!0,arrows:!0,infinite:!1,speed:500,slidesToShow:4,slidesToScroll:4,initialSlide:0,touchThreshold:5,responsive:[{breakpoint:1024,settings:{slidesToShow:4,slidesToScroll:4,infinite:!1,dots:!0}},{breakpoint:1023,settings:{slidesToShow:1,slidesToScroll:1,dots:!0,arrows:!0}},{breakpoint:768,settings:{vertical:!0,verticalSwiping:!0,slidesToShow:3,slidesToScroll:1,autoplay:!1,autoplaySpeed:0,speed:15e3,cssEase:"linear",infinite:!0,arrows:!1,touchMove:!0,swipeToSlide:!0,swipe:!0}}]},eretailer:[],eretailershops:[],shopsUnavailable:!0,defaultDescriptionTitle:"",buynowTextData:this.buynowText,buynowEventlabelData:this.buynowEventlabel,showBuyNowButton:!0,showPopup:!1,show:0,prescriptedValue:"",smallScreen:!window.matchMedia("(min-width: 1024px)").matches,isBuyOnline:this.isOnline,rangeListData:{}}},mounted(){this.isSingleVariant&&this.apiFetch(this.requestData),this.routineProduct&&this.buybuttonselect(),this.routineMobile&&this.mobilebuybutton(),this.getUrlParam();var e=document.querySelectorAll(".js-select-option"),t=e&&e.length;t<=0&&(this.showBuyNowButton=!1);let i=document.getElementsByClassName("popupContainer__bagIcon");i.length>=1&&(document.getElementsByClassName("popupContainer__bagIcon")[0].style.marginTop="auto"),window.eventBus.$on("showRetailerPopup",(()=>{setTimeout((()=>{this.buybuttonselect()}),300)})),eventBus.$on("mediaquery::changed",(()=>{this.smallScreen=!window.matchMedia("(min-width: 1024px)").matches}))},methods:{getUrlParam(){const e=window.location.href.split("?");if(2==e.length){const t=e[1].split("&"),i={};let a="";t.forEach((function(e){a=e.split("="),2==a.length&&(i[a[0]]=a[1])})),i&&(this.prescriptedValue=i)}},setAnalytics(e){o.Xj.pushDataLayer(e)},navigate:function(e){e.target.dataset.show&&(e.preventDefault(),this.show=e.target.dataset.show)},productBuynowTag(){o.Xj.pushDataLayer({event:"uaevent",event_name:"buy_now",ecommerce:"undefined",eventCategory:"Ecommerce",eventAction:"click to buy",eventLabel:`${[this.productName]}::${[this.productEan]}`,product_info:`${[this.productName]}::${[this.productEan]}`})},buybuttonselect:function(){var e;if(1==this.tagEvent&&this.productBuynowTag(),this.capacityPopup&&(this.capacityPopup=!1,document.getElementById("capacityPopupContainerOuter").classList.remove("showPopup")),this.isBuyOnline||document.querySelector(".sticky-wrapper").classList.add("sticky-wrapper__active"),document.getElementById("popupContainerOuter").classList.remove("hidePopup"),document.getElementById("popupContainerOuter").classList.add("showPopup"),document.querySelector(".buyOnline")?.classList.add("buyOnline__active"),this.rangeListData.israngelist)e=this.rangeListData.commerceConnectorId;else{var t=document.querySelectorAll(".productItemId"),i=t&&t.length;if(i>0){var a=document.querySelectorAll(".productItemId")[0].textContent;e="{"+a+"}"}else{var s=document.querySelectorAll(".js-select-option"),r=s&&s.length;if(r>0)for(var n=0;n<s.length;n++){var o=s[n].getAttribute("id"),l=document.getElementById(o).checked;!0===l&&(e=o)}}}this.apiFetch(e)},apiFetch(e){fetch(`/api/sitecore/CommerceConnector/CommerceConnector?itemId=${e}&prescripted=${this.prescriptedValue.prescripted}`).then((e=>e.json())).then((e=>{this.eretailer=e})),this.showPopup=!0},closePopupScreen:function(){this.productId&&this.$emit("closepopup"),window.eventBus.$emit("closeProductpopin"),this.showPopup=!1,window.eventBus.$emit("retailerbuynow",!1),document.getElementById("popupContainerOuter").classList.add("hidePopup"),document.getElementById("popupContainerOuter").classList.remove("showPopup"),document.querySelector(".sticky-wrapper")?.classList.remove("sticky-wrapper__active"),document.querySelector(".buyOnline")?.classList.remove("buyOnline__active"),document.body.style.removeProperty("overflow")},mobilebuybutton:function(){this.productBuynowTag(),this.capacityPopup=!0,this.showPopup=!1,document.getElementById("capacityPopupContainerOuter")&&document.getElementById("capacityPopupContainerOuter").classList.add("showPopup"),document.querySelector(".buyOnline").classList.add("buyOnline__active"),document.body.style.overflow="hidden",document.getElementById("main").classList.add("variantPopup_active"),document.querySelector(".capacityPopupContainerOuterroutine").classList.add("showPopup")},closecapacityPopupScreen:function(){this.capacityPopup=!1,this.showPopup=!1,window.eventBus.$emit("retailerbuynow",!1),document.getElementById("capacityPopupContainerOuter").classList.remove("showPopup"),document.querySelector(".buyOnline").classList.remove("buyOnline__active"),document.body.style.removeProperty("overflow"),document.getElementById("main").classList.remove("variantPopup_active")}}},u=d,p=i(1656),h=(0,p.A)(u,a,s,!1,null,null,null),m=h.exports},7048:function(e,t,i){i.d(t,{A:function(){return u}});var a=function(){var e=this,t=e._self._c;return e.loaded?t("div",[e._t("default")],2):e._e()},s=[],r=i(8165);window.$INJECTED_URLS={};var n={hasScript(e){return window.$INJECTED_URLS[e]},injectScript(e,t={}){if(!this.hasScript(e)){const i=document.createElement("script"),a=document.getElementsByTagName("head")[0];return i.src=e,i.async=void 0===t.async||t.async,i.type="application/javascript",Object.keys(t).filter((e=>"async"!==e)).forEach((e=>{t[e]&&i.setAttribute(e,t[e])})),window.$INJECTED_URLS[e]=new Promise((e=>{i.addEventListener("load",e),a.appendChild(i)})),window.$INJECTED_URLS[e]}return Promise.resolve().then((()=>window.$INJECTED_URLS[e]))}},o={name:"load-script",props:{name:{type:String,default:void 0},src:{type:String,required:!0},integrity:{type:String,default:void 0},crossorigin:{type:String,default:void 0},async:{type:Boolean,default:!0},attributes:{type:Object,default:void 0}},data(){return{loaded:!1}},created(){this.src&&!n.hasScript(this.src)?n.injectScript(this.src,{async:this.async,integrity:this.integrity,crossorigin:this.crossorigin,...this.attributes||{}}).then((()=>{this.loaded=!0,this.$emit("loaded"),this.name&&r.B.$emit(`script.loaded.${this.name}`,{name:this.name,url:this.src})})):n.hasScript(this.src)&&(this.loaded=!0,this.$emit("loaded"))}},l=o,c=i(1656),d=(0,c.A)(l,a,s,!1,null,null,null),u=d.exports},4848:function(e,t,i){i.d(t,{Xj:function(){return V},Ay:function(){return z},Tc:function(){return j}});i(4114);function a(e){this.message=e,this.name="AnalyticsException",this.toString=()=>`${this.name}: ${this.message}`}function s(e){this.message=e,this.name="AnalyticsUserActionEventObjectException",this.toString=()=>`${this.name}: ${this.message}`}function r(e){this.message=e,this.name="AnalyticsSocialActionEventObjectException",this.toString=()=>`${this.name}: ${this.message}`}function n(e){this.message=e,this.name="AnalyticsNonInteractiveEventObjectException",this.toString=()=>`${this.name}: ${this.message}`}function o(e){this.message=e,this.name="AnalyticsProductImpressionObjectException",this.toString=()=>`${this.name}: ${this.message}`}function l(e){this.message=e,this.name="AnalyticsProductDetailObjectException",this.toString=()=>`${this.name}: ${this.message}`}function c(e){this.message=e,this.name="AnalyticsProductClickObjectException",this.toString=()=>`${this.name}: ${this.message}`}function d(e){this.message=e,this.name="AnalyticsPromotionClickObjectException",this.toString=()=>`${this.name}: ${this.message}`}function u(e){this.message=e,this.name="AnalyticsProductObjectException",this.toString=()=>`${this.name}: ${this.message}`}function p(e){this.message=e,this.name="AnalyticsPromotionObjectException",this.toString=()=>`${this.name}: ${this.message}`}function h(e){this.message=e,this.name="AnalyticsTagDirectiveException",this.toString=()=>`${this.name}: ${this.message}`}function m(e){this.message=e,this.name="AnalyticsPromotionImpressionObjectException",this.toString=()=>`${this.name}: ${this.message}`}var g=i(6355),v={log(e,t,i="log",a){if(g.Y){const s=[{type:"log",color:"#68b6f1",state:"LOG"},{type:"warn",color:"#ff8800",state:"WARNING"},{type:"error",color:"#FF0000",state:"ERROR"}],r=[`%c${s.find((e=>e.type===i)).state} %c${e}`,`padding: 2px 6px; background: #111; color:${s.find((e=>e.type===i)).color}`,"padding: 2px 6px; background: #111; color: #eee"];console.group("AnalyticsHandler"),console.log(...r),t&&a&&("uaevent"===t.event?(console.table&&console.table(t),console.log("%cAssociated raw data:","padding: 2px 6px; background: #111; color: #eee"),console.log(JSON.stringify(t,null,2))):(console.log("%cAssociated raw data:","padding: 2px 6px; background: #111; color: #eee"),console.log(JSON.stringify(t,null,2)))),console.groupEnd()}},info(e,t,i=!0){this.log(e,t,"log",i)},warn(e,t,i=!0){this.log(e,t,"warn",i)},error(e,t,i=!0){this.log(e,t,"error",i)}};function _(e,t){if(e&&t){const i=e.toLowerCase().replace(/__/g,"");if(i in t)return t[i]}return e}function f(e){return"string"===typeof e&&e.indexOf("__")>-1}class y{constructor(e,t){this.variables=window.wsf&&window.wsf.AnalyticsVariables&&(window.wsf.AnalyticsVariables.dynamic||window.wsf.AnalyticsVariables)||{},this.result={},e&&(this.result.event=e),this.from(t)}setProperty(e,t=!0){let i=f(e)?_(e,this.variables):e.trim();return t&&(i=i.toLowerCase()),i}from(e){Object.keys(e).forEach((t=>{e[t]&&(this[t]=e[t])}))}toObject(){return this.result}}class b extends y{constructor(e){if(super("uaevent",e),!e.category)throw v.error("[AnalyticsUserActionEventObjectException] Category is required for uaevent (L'Oréal guideline)",e),new s("Category is required for uaevent (L'Oréal guideline)");if(!e.action)throw v.error("[AnalyticsUserActionEventObjectException] Action is required for uaevent (L'Oréal guideline)",e),new s("Action is required for uaevent (L'Oréal guideline)");if(!e.label)throw v.error("[AnalyticsUserActionEventObjectException] Label is required for uaevent (L'Oréal guideline)",e),new s("Label is required for uaevent (L'Oréal guideline)");this.result.ecommerce=void 0}set category(e){this.result.eventCategory="Ecommerce"===e?this.setProperty(e,!1):this.setProperty(e)}get category(){return this.result.eventCategory}set action(e){this.result.eventAction=this.setProperty(e)}get action(){return this.result.eventAction}set label(e){this.result.eventLabel=this.setProperty(e)}get label(){return this.result.eventLabel}set product_info(e){this.result.product_info=this.setProperty(e)}get product_info(){return this.result.product_info}set event_name(e){this.result.event_name=this.setProperty(e)}get event_name(){return this.result.event_name}set form_name(e){this.result.form_name=this.setProperty(e)}get form_name(){return this.result.form_name}set module_name(e){this.result.module_name=this.setProperty(e)}get module_name(){return this.result.module_name}set cta_name(e){this.result.cta_name=this.setProperty(e)}get cta_name(){return this.result.cta_name}set link_url(e){this.result.link_url=this.setProperty(e)}get link_url(){return this.result.link_url}set click_area(e){this.result.click_area=this.setProperty(e)}get click_area(){return this.result.click_area}set breadcrumb(e){this.result.breadcrumb=this.setProperty(e)}get breadcrumb(){return this.result.breadcrumb}set video_title(e){this.result.video_title=this.setProperty(e)}get video_title(){return this.result.video_title}set article_name(e){this.result.article_name=this.setProperty(e)}get article_name(){return this.result.article_name}set product_tab(e){this.result.product_tab=this.setProperty(e)}get product_tab(){return this.result.product_tab}set method(e){this.result.method=this.setProperty(e)}get method(){return this.result.method}set search_keyword(e){this.result.search_keyword=this.setProperty(e)}get search_keyword(){return this.result.search_keyword}set referral(e){this.result.referral=this.setProperty(e)}get referral(){return this.result.referral}set value(e){this.result.eventValue=this.setProperty(e)}}class w extends y{constructor(e){if(super("nievent",e),!e.category)throw v.error("[AnalyticsNonInteractiveEventObjectException] Category is required for nievent (L'Oréal guideline)",e),new n("Category is required for nievent (L'Oréal guideline)");if(!e.action)throw v.error("[AnalyticsNonInteractiveEventObjectException] Action is required for nievent (L'Oréal guideline)",e),new n("Action is required for nievent (L'Oréal guideline)");if(!e.label)throw v.error("[AnalyticsNonInteractiveEventObjectException] Label is required for nievent (L'Oréal guideline)",e),new n("Label is required for nievent (L'Oréal guideline)")}set noninteractivecategory(e){this.result.eventCategory=this.setProperty(e)}get noninteractivecategory(){return this.result.eventCategory}set noninteractiveaction(e){this.result.eventAction=this.setProperty(e)}get noninteractiveaction(){return this.result.eventAction}set noninteractivelabel(e){this.result.eventLabel=this.setProperty(e)}get noninteractivelabel(){return this.result.eventLabel}set noninteractivevalue(e){this.result.eventValue=this.setProperty(e)}}class C extends y{constructor(e){if(super(void 0,e),!this.name&&!this.id)throw v.error("[AnalyticsProductObjectException] A Product Name or a Product ID is required for an Analytics Product Object",e),new u("A Product Name or a Product ID is required for an Analytics Product Object");this.dimensionKeys=Object.keys(e).filter((e=>/dimension/.test(e))),this.dimensionKeys&&this.dimensionKeys.forEach((t=>{this.result[t]=this.setProperty(e[t])}))}set name(e){this.result.name=this.setProperty(e)}get name(){return this.result.name}set id(e){this.result.id=this.setProperty(e)}get id(){return this.result.id}set price(e){this.result.price=this.setProperty(e)}set brand(e){this.result.brand=this.setProperty(e).toUpperCase()}set category(e){this.result.category=this.setProperty(e)}set variant(e){this.result.variant=this.setProperty(e)}set position(e){this.result.position=Number(this.setProperty(String(e)))}set list(e){this.result.list=this.setProperty(e)}setDynamicProp(e,t){this.result[e]=this.setProperty(t)}getDynamicProp(e){return this.result[e]}set product_label(e){this.result.product_label=this.setProperty(e)}get product_label(){return this.result.product_label}set product_franchise(e){this.result.product_franchise=this.setProperty(e)}get product_franchise(){return this.result.product_franchise}set product_quantity_range(e){this.result.product_quantity_range=this.setProperty(e)}get product_quantity_range(){return this.result.product_quantity_range}}class S extends y{constructor(e){if(super("productClick",e),this.category="Ecommerce",e.category&&v.warn(`[AnalyticsProductClickObjectException] Category always defaults to "Ecommerce" (L'Oréal guideline), currently [${e.category}] was provided`,e,!1),this.action="Product Click",e.action&&v.warn(`[AnalyticsProductClickObjectException] Action always defaults to "Product Click" (L'Oréal guideline), currently [${e.action}] was provided`,e,!1),this.label="Product Click",e.label&&(this.label=e.label,this.product_info=e.label),!e.products||0===e.products.length)throw v.error("[AnalyticsProductClickObjectException] Product is required for productClick",e),new c("Product is required for productClick")}initEcommerce(){this.result.ecommerce=this.result.ecommerce||{},this.result.ecommerce.click=this.result.ecommerce.click||{},this.result.event_name="select_item"}set category(e){this.result.eventCategory=this.setProperty(e,!1)}set action(e){this.result.eventAction=this.setProperty(e,!1)}set label(e){this.result.eventLabel=this.setProperty(e,!1)}set product_info(e){this.result.product_info=this.setProperty(e,!1)}set value(e){this.result.eventValue=this.setProperty(e)}set products(e){e=e.map((e=>new C(e).toObject())),this.initEcommerce(),this.result.ecommerce.click.products=e}get products(){return this.result.ecommerce&&this.result.ecommerce.click.products||[]}set list(e){this.initEcommerce(),this.result.ecommerce.click.actionField={list:this.setProperty(e)}}}class k extends y{constructor(e){if(super("nievent",e),this.category="Ecommerce",e.category&&v.warn(`[AnalyticsProductImpressionObjectException] Category always defaults to "Ecommerce" (L'Oréal guideline), currently [${e.category}] was provided`,e,!1),this.action="Product Impressions",e.action&&v.warn(`[AnalyticsProductImpressionObjectException] Action always defaults to "Product Impressions" (L'Oréal guideline), currently [${e.action}] was provided`,e,!1),this.action="Product Impressions",e.label&&(this.label=e.label),!e.products||0===e.products.length)throw v.error("[AnalyticsProductImpressionObjectException] Product(s) are required for a productImpression",e),new o("Product(s) are required for a productImpression")}initEcommerceProductImp(){this.result.ecommerce=this.result.ecommerce||{},this.result.ecommerce.impressions=this.result.ecommerce.impressions||{},this.result.event_name="view_item_list"}set category(e){this.result.eventCategory=this.setProperty(e,!1)}set action(e){this.result.eventAction=this.setProperty(e,!1)}set label(e){this.result.eventLabel=this.setProperty(e,!1)}set value(e){this.result.eventValue=this.setProperty(e)}set currency(e){this.initEcommerceProductImp(),this.result.ecommerce.currencyCode="none"===e?this.setProperty(e):this.setProperty(e).toUpperCase()}set products(e){this.initEcommerceProductImp(),this.result.ecommerce.impressions=e.map((e=>new C(e).toObject()))}get products(){return this.result.ecommerce&&this.result.ecommerce.impressions||[]}}class L extends y{constructor(e){if(super("nievent",e),this.category="Ecommerce",e.category&&v.warn(`[AnalyticsProductDetailObjectException] Category always defaults to "Ecommerce" (L'Oréal guideline), currently [${e.category}] was provided`,e,!1),this.action="Product Detail",e.action&&v.warn(`[AnalyticsProductDetailObjectException] Action always defaults to "Product Detail" (L'Oréal guideline), currently [${e.action}] was provided`,e,!1),this.action="Product Detail",e.label&&(this.label=e.label,this.product_info=e.label),!e.products||0===e.products.length)throw v.error("[AnalyticsProductDetailObjectException] Product(s) are required for a productDetail",e),new l("Product(s) are required for a productDetail")}initEcommerce(){this.result.ecommerce=this.result.ecommerce||{},this.result.ecommerce.detail=this.result.ecommerce.detail||{},this.result.event_name="view_item"}set category(e){this.result.eventCategory=this.setProperty(e,!1)}set action(e){this.result.eventAction=this.setProperty(e,!1)}set label(e){this.result.eventLabel=this.setProperty(e,!1)}set product_info(e){this.result.product_info=this.setProperty(e,!1)}set value(e){this.result.eventValue=this.setProperty(e)}set currency(e){this.initEcommerce()}set products(e){e=e.map((e=>new C(e).toObject())),this.initEcommerce(),this.result.ecommerce.detail.products=e}get products(){return this.result.ecommerce&&this.result.ecommerce.detail.products||[]}set list(e){this.initEcommerce(),this.result.ecommerce.detail.actionField={list:`${e}`}}}class T extends y{constructor(e){if(super(void 0,e),!this.name&&!this.id)throw v.error("[AnalyticsPromotionObjectException] A Promotion Name or a Promotion ID is required for an Analytics Promotion Object",e),new p("A Promotion Name or a Promotion ID is required for an Analytics Promotion Object")}set name(e){this.result.name=this.setProperty(e)}get name(){return this.result.name}set id(e){this.result.id=this.setProperty(e)}get id(){return this.result.id}set creative(e){this.result.creative=this.setProperty(e)}get creative(){return this.result.creative}set position(e){this.result.position=this.setProperty(e)}get position(){return this.result.position}}class D extends y{constructor(e){if(super("promotionClick",e),this.category="Ecommerce",e.category&&v.warn(`[AnalyticsPromotionClickObjectException] Category always defaults to "Ecommerce" (L'Oréal guideline), currently [${e.category}] was provided`,e,!1),this.action="Promotion Click",e.action&&v.warn(`[AnalyticsPromotionClickObjectException] Action always defaults to "Promotion Click" (L'Oréal guideline), currently [${e.action}] was provided`,e,!1),this.action="Promotion Click",e.label&&(this.label=e.label),!e.promotions||0===e.promotions.length)throw v.error("[AnalyticsPromotionClickObjectException] promotion is required for promotionClick",e),new d("promotion is required for promotionClick")}initEcommerce(){this.result.ecommerce=this.result.ecommerce||{},this.result.ecommerce.promoClick=this.result.ecommerce.promoClick||{},this.result.event_name="select_promotion"}set category(e){this.result.eventCategory=this.setProperty(e,!1)}set action(e){this.result.eventAction=this.setProperty(e,!1)}set label(e){this.result.eventLabel=this.setProperty(e,!1)}set value(e){this.result.eventValue=this.setProperty(e)}set promotions(e){e=e.map((e=>new T(e).toObject())),this.initEcommerce(),this.result.ecommerce.promoClick.promotions=e}}class x extends y{constructor(e){if(super("nievent",e),this.category="Ecommerce",e.category&&v.warn(`[AnalyticsPromotionImpressionObjectException] Category always defaults to "Ecommerce" (L'Oréal guideline), currently [${e.category}] was provided`,e,!1),this.action="Promotion Impressions",e.action&&v.warn(`[AnalyticsPromotionImpressionObjectException] Action always defaults to "Promotion Impressions" (L'Oréal guideline), currently [${e.action}] was provided`,e,!1),this.label="Promotion Impressions",e.label&&(this.label=e.label),!e.promotions||0===e.promotions.length)throw v.error("[AnalyticsPromotionImpressionObjectException] Promotion(s) are required for a promotionImpression",e),new m("Promotion(s) are required for a promotionImpression")}initEcommerce(){this.result.ecommerce=this.result.ecommerce||{},this.result.ecommerce.promoView=this.result.ecommerce.promoView||{},this.result.event_name="view_promotion"}set category(e){this.result.eventCategory=this.setProperty(e,!1)}set action(e){this.result.eventAction=this.setProperty(e,!1)}set label(e){this.result.eventLabel=this.setProperty(e,!1)}set value(e){this.result.eventValue=this.setProperty(e)}set promotions(e){this.initEcommerce(),this.result.ecommerce.promoView.promotions=e.map((e=>new T(e).toObject()))}}class P extends y{constructor(e){if(super("socialInt",e),!e.socialNetwork)throw v.error("[AnalyticsSocialActionEventObjectException] socialNetwork is required for socialInt (L'Oréal guideline)",e),new r("socialNetwork is required for socialInt (L'Oréal guideline)");if(!e.socialTarget)throw v.error("[AnalyticsSocialActionEventObjectException] socialTarget is required for socialInt (L'Oréal guideline)",e),new r("socialTarget is required for socialInt (L'Oréal guideline)");this.result.ecommerce=void 0,this.result.socialAction="share",this.result.social_action="share"}set socialNetwork(e){this.result.socialNetwork=this.setProperty(e)}get socialNetwork(){return this.result.socialNetwork}set socialTarget(e){this.result.socialTarget=this.setProperty(e)}get social_network(){return this.result.socialTarget}set social_network(e){this.result.social_network=this.setProperty(e)}}const A={productClick:S,productImpression:k,productDetail:L,userActionEvent:b,socialActionEvent:P,nonInteractiveEvent:w,promotionClick:D,promotionImpression:x},I=Object.keys(A),M=e=>I.map((e=>e.toLowerCase())).indexOf(e.toLowerCase())>-1,E=(e,t)=>{e()?t():window.setTimeout(E.bind(null,e,t),10)},$=e=>{E((()=>"complete"===document.readyState),(()=>window.dataLayer.push(e)))};class V{constructor(){v.info("debug enabled"),"undefined"===typeof window.dataLayer&&(v.warn("dataLayer is not defined. Creating local dataLayer for debugging purposes."),window.dataLayer=[])}taggingObjectByType(e){if(-1===I.indexOf(e.type)){const t=I.join(", ");throw v.error(`[AnalyticsException] Wrong type given: [${e.type}]. Type options: ${t}`),new a(`Wrong type given: [${e.type}]. Type options: ${t}`)}const t=A[e.type];return new t(e).toObject()}push(e){if(!e)throw new a("No data given to AnalyticsHandler.push function");const t=this.taggingObjectByType(e);v.info(`Pushing [${e.type}] to dataLayer`,t);try{V.pushDataLayer(t)}catch(i){throw v.error("Error while pushing to dataLayer",i),new a(i.message)}return this}static getAnalyticsHandler(){return this.$analyticsHandler=this.$analyticsHandler||new V,this.$analyticsHandler}static pushDataLayer(e){return $(e)}}var q=i(1806),B=[];if(document.querySelectorAll(".trackImpfour").length){var O=document.querySelector(".trackImpfour").getBoundingClientRect().x,N="impression",F=0;document.querySelectorAll(".trackImpfour").forEach(((e,t)=>{const i=e.getBoundingClientRect();O!=i.x?e.classList.add(N):(N="impression-"+F,e.classList.add(N),F++)}))}const H=e=>Object.keys(e).reduce(((t,i)=>(e[i]&&(t[i]=e[i]),t)),{});var R={handleEvent(e,t,i,a){const s=()=>{const e=a?this.createDataObjectBasedOnDom(t.closest("[data-tag-wrapper]"),i):i;if("productImpression"===i.type&&0===e.products.length)return!1;if("userActionEvent"===i.type){let e={event:"uaevent",ecommerce:"undefined",eventLabel:i.label,eventAction:i.action,eventCategory:i.category};i.dimension49&&(e={event:"uaevent",ecommerce:"undefined",eventLabel:i.label,eventAction:i.action,eventCategory:i.category,dimension49:i.dimension49}),"OnlineDoctor::OnlineDoctor"===i.label&&(e={event:"promotionClick",eventAction:"Ecommerce",eventCategory:"Promotion Click",eventLabel:"OnlineDoctor::OnlineDoctor",ecommerce:{promoClick:{promotions:[{id:"OnlineDoctor",name:"OnlineDoctor",creative:"Weiterleitung OnlineDoctor",position:"slot3"}]}}});const t=["event_name","link_url","cta_name","module_name","breadcrumb","click_area","product_tab","product_info","referral","method","step","store_name","article_name","search_keyword","video_title","form_name"],a=()=>{const e={};for(const[a,s]of Object.entries(i))t.includes(a)&&Object.assign(e,{[a]:i[a]});return e};if(Object.assign(e,a()),"select::header"===e.eventAction&&"header"===e.click_area){let t=e;t.eventAction=window.innerWidth<=992?"select::burger menu":e.eventAction,t.click_area=window.innerWidth<=992?"burger menu":e.click_area,window.dataLayer.push(t)}else window.dataLayer.push(e);return!0}if("socialactionevent"===i.type)window.dataLayer.push({event:"socialInt",event_name:"social_interaction",ecommerce:"undefined",socialNetwork:i.socialNetwork.toLowerCase(),socialAction:"share",socialTarget:i.socialTarget,social_network:i.socialNetwork.toLowerCase(),social_action:"share"});else try{V.getAnalyticsHandler().push(e)}catch(s){throw g.Y&&(t.setAttribute("data-error",s.message),t.classList.add("accessibilityError")),s}};"click"===e?t.addEventListener("click",s):(0,q.YJ)(t).then(s)},getValue(e,t,i){const a=e.getAttribute(`data-tag-${i}`);return a&&""!==a?a:"product-currency"===i||"product-dimension35"===i||"product-dimension36"===i||"product-dimension38"===i||"product-variant"===i?"none":this.getValueFromSelector(e.querySelector(t),i)},getTagValues(e,t,i=(e=>e)){return t.filter((e=>!!e)).map((t=>({key:t,value:this.getValue(e,`[data-tag-${t}]`,t)}))).reduce(((e,t)=>(void 0!==t.value&&t.value&&(e[i(t.key)]=t.value),e)),{})},getValueFromSelector(e,t){if(!e)return!1;const i=e.getAttribute(`data-tag-${t}`);return""===i?e.textContent:i},createDataObjectBasedOnDom(e,t){const i=this.getTagValues(e,["category","action","label","event_name","click_area","breadcrumb","module_name","form_name"]);if("productClick"===t.type||"productImpression"===t.type||"productDetail"===t.type){const a=e.querySelectorAll("[data-tag-product-identifier]");i.products=[];let s,r=0;for(const n of a)if("productImpression"===t.type&&(s=document.querySelectorAll("."+e.querySelector("."+n.className+"[data-tag-product-identifier]").closest("[data-tag-wrapper]").className.trim().split(" ").join(".")).length,r++),"productImpression"===t.type&&B.length<=s-1&&1===r&&B.push(this.createDataForProduct(n,e,t,i)),"productClick"===t.type||"productDetail"===t.type)i.products.push(this.createDataForProduct(n,e,t,i));else if("productImpression"===t.type&&B.length===s){for(const e of B)i.products.push(e);B=[]}}if("promotionClick"===t.type||"promotionImpression"===t.type||"productDetail"===t.type){const t=e.querySelectorAll("[data-tag-promotion-identifier]");i.promotions=[];for(const e of t)i.promotions.push(this.createDataForPromotion(e))}return{...t,...i}},createDataForProduct(e,t,i,a){const s=this.getValue(t,"[data-tag-product-currency]","product-currency"),r=this.getValue(e,"[data-tag-product-name]","product-name"),n=this.getValue(e,"[data-tag-product-id]","product-id"),o=this.getValue(e,"[data-tag-product-category]","product-category"),l=this.getValue(e,"[data-tag-product-brand]","product-brand"),c=this.getValue(e,"[data-tag-product-price]","product-price"),d=this.getValue(e,"[data-tag-product-variant]","product-variant"),u=this.getValue(e,"[data-tag-product-position]","product-position"),p=this.getValue(e,"[data-tag-product-list]","product-list"),h=this.getValue(e,"[data-tag-product-dimension35]","product-dimension35"),m=this.getValue(e,"[data-tag-product-dimension36]","product-dimension36"),g=this.getValue(e,"[data-tag-product-dimension37]","product-dimension37"),v=this.getValue(e,"[data-tag-product-dimension38]","product-dimension38"),_=this.getValue(e,"[data-tag-product-dimension39]","product-dimension39"),f=this.getValue(e,"[data-tag-product-dimension40]","product-dimension40"),y=this.getValue(e,"[data-tag-product-dimension48]","product-dimension48"),b=this.getValue(e,"[data-tag-product-dimension49]","product-dimension49"),w=this.getValue(e,"[data-tag-product-dimension91]","product-dimension91"),C=this.getValue(e,"[data-tag-product-dimension59]","product-dimension59"),S=this.getValue(e,"[data-tag-product-dimension152]","product-dimension152"),k=this.getValue(e,"[data-tag-product-dimension153]","product-dimension153"),L=this.getValue(e,"[data-tag-product-dimension154]","product-dimension154"),T=this.getValue(e,"[data-tag-product_label]","product_label"),D=this.getValue(e,"[data-tag-product_franchise]","product_franchise"),x=this.getValue(e,"[data-tag-product_quantity_range]","product_quantity_range");s&&(a.currency=s),"productClick"!==i.type&&"productDetail"!==i.type||!p||(a.list=p);let P={name:r,id:n,category:o,brand:l,price:c,variant:d,position:u,dimension35:h,dimension36:m,dimension37:g,dimension38:v,dimension39:_,dimension40:f,dimension48:y,dimension49:b,dimension91:w,dimension59:C,dimension152:S,dimension153:k,dimension154:L,product_label:T,product_franchise:D,product_quantity_range:x};return"productImpression"===i.type&&(P.list=p),H(P)},createDataForPromotion(e){const t=this.getValue(e,"[data-tag-promotion-name]","promotion-name"),i=this.getValue(e,"[data-tag-promotion-id]","promotion-id"),a=this.getValue(e,"[data-tag-promotion-creative]","promotion-creative"),s=this.getValue(e,"[data-tag-promotion-position]","promotion-position");return H({name:t,id:i,creative:a,position:s})}};const j={name:"tag",inserted:(e,t)=>{const{arg:i,value:a={}}=t;let s="click";if(!i)throw new h(`No argument given to v-tag. Example usage: v-tag:event="{category: 'video', action: 'play', label: 'video.mp4'}}". Argument options: ${I.join(", ").toLowerCase()}`);if(!M(i))throw new h(`v-tag argument [${i}] to v-tag is wrong. Argument options: ${I.join(", ").toLowerCase()}`);switch(i){case"productimpression":a.type="productImpression",s="impression";break;case"productdetail":a.type="productDetail",s="detail";break;case"productclick":a.type="productClick";break;case"socialactionevent":a.type="socialactionevent";break;case"promotionclick":a.type="promotionClick";break;case"promotionimpression":a.type="promotionImpression",s="impression";break;case"useractionevent":default:a.type="userActionEvent";break}R.handleEvent(s,e,a,"dom"in t.modifiers)}},U={name:"newsletterclick",bind:(e,t)=>{e.addEventListener("click",(()=>{let e="footer";!0===t.value?window.eventBus.$emit("newsletterpopup",{postion:e,show:!0}):window.eventBus.$emit("newsletterpopup",{postion:e,show:!1})}))}};var z={directives:{tag:j,newsletterclick:U}}},6548:function(e,t,i){i.d(t,{K:function(){return a}});const a={bind:function(e,t,i){e.clickOutsideEvent=function(a){e===a.target||e.contains(a.target)||i.context[t.expression](a)},document.body.addEventListener("click",e.clickOutsideEvent)},unbind:function(e){document.body.removeEventListener("click",e.clickOutsideEvent)}}},9678:function(e,t,i){i.d(t,{P:function(){return r},h:function(){return n}});var a=i(1806),s=i(3961);const r=(e,t)=>{if("string"===typeof e)return e;const i=t||document.documentElement.clientWidth,a=Object.keys(e).reverse(),s=a.filter((e=>i>=e)).shift();return e[s]},n={name:"srcset",inserted:(e,t)=>{const i=()=>{const i=r(t.value);if("img"!==e.tagName.toLowerCase()){e.style.backgroundImage=`url('${i}')`;const t=e.querySelector("img");t&&(t.src=i)}else e.src=i};(0,a.YJ)(e,{checkIsVisible:!1}).then((()=>{i(),e.listener=(0,s.s)(i,200),window.addEventListener("resize",e.listener),setTimeout((()=>{e.classList.add("-loaded")}),100)}))},unbind(e){e.listener&&window.removeEventListener("resize",e.listener)}}},6355:function(e,t,i){i.d(t,{Y:function(){return a}});let a=!1},8165:function(e,t,i){i.d(t,{B:function(){return s}});var a=i(2893);const s=new a["default"];window.eventBus=s},4871:function(e,t,i){i.d(t,{B:function(){return a.B}});var a=i(8165)},6772:function(e,t,i){i.d(t,{fC:function(){return a.fC}});i(9315),i(8165);var a=i(8155)},4465:function(e,t,i){async function a(e,t){const i=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json",RequestVerificationToken:window.RequestVerificationHeader},credentials:"include",cache:"no-store",body:JSON.stringify(t)});return await i.json()}i.d(t,{L:function(){return a}})},6018:function(e,t,i){function a(e){const t=e.getBoundingClientRect(),i=t.left>=0&&t.top<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth);return i}i.d(t,{K:function(){return a}})},8155:function(e,t,i){function a(){s(),window.addEventListener("resize",(0,u.n)((()=>{s()}),100))}function s(){const e=.01*window.innerHeight;document.documentElement.style.setProperty("--vh",`${e}px`)}function r(e,t){if(!e||0===e.length)return!1;let i=e;do{if(i===document)break;if(i.className.indexOf(t)>=0)return!0}while(i=i.parentNode);return!1}i.d(t,{fC:function(){return m},BW:function(){return a},sg:function(){return u.s},VZ:function(){return r},Kg:function(){return n.K},Bl:function(){return o},eb:function(){return d},nF:function(){return u.n},UX:function(){return g}});var n=i(6018);function o(){return(window.pageYOffset||document.documentElement.scrollTop)-(document.documentElement.clientTop||0)}function l(e){const t=e;let i=t.offsetTop,a=t;while(a.offsetParent&&a.offsetParent!==document.body)a=a.offsetParent,i+=a.offsetTop;return i}function c(e,t){setTimeout((()=>{window.scrollTo(0,e-70)}),t)}function d(e){const t=o(),i=l(e),a=Math.abs(i-t);if(a<100)return void window.scrollTo(0,i);let s=Math.round(a/100);s>=20&&(s=20);const r=Math.round(a/25);let n=i>t?t+r:t-r,d=0;if(i>t)for(let o=t;o<i;o+=r)c(n,d*s),n+=r,n>i&&(n=i),d+=1;else for(let o=t;o>i;o-=r)c(n,d*s),n-=r,n<i&&(n=i),d+=1}i(2623);var u=i(3961);const p=(e,t)=>Object.keys(t).reduce(((i,a)=>(i[a]=i[a]||{},Object.assign(i[a],e[a]||{},t[a]||{}),i)),e),h=["components","directives","filters"];function m(e){return Object.keys(e).reduce(((t,i)=>{switch(i){default:t[i]=e[i];break;case"asyncImports":[].concat(e[i]).forEach((e=>{h.forEach((i=>{e[i]&&[].concat(e[i]).map((a=>{const s=async()=>{const t=await e.module();return t.default[i][a]};t[i][a]=s}))}))}));break;case"imports":e[i].forEach((e=>{t=p(t,e)}));break;case"directives":case"components":case"filters":Object.assign(t[i],e[i])}return t}),{components:{},directives:{},filters:{}})}i(4114);function g(e,t){const i=/(<[^>]+>)|([^<]+)/g;let a,s=0,r="";const n=[];while(null!==(a=i.exec(e))&&s<t){const[e,i,o]=a;if(i){if(r+=i,/^<[^\/!][^>]*[^\/]>$/.test(i)){const e=i.match(/^<(\w+)/)[1];n.push(e)}/^<\/(\w+)/.test(i)&&n.pop()}else o&&(s+o.length>t?(r+=o.slice(0,t-s),s+o.length>50&&""!=r&&(r+="..."),s=t):(r+=o,s+=o.length))}while(n.length>0){const e=n.pop();r+=`</${e}>`}return r}},1806:function(e,t,i){i.d(t,{YJ:function(){return l}});var a=i(6018);function s(e){const t=e.getBoundingClientRect(),i={x:t.left+e.offsetWidth/2,y:t.top+e.offsetHeight/2};let a=document.elementFromPoint(i.x,i.y);if(i.x<0||i.y<0||i.x>(document.documentElement.clientWidth||window.innerWidth)||i.y>(document.documentElement.clientHeight||window.innerHeight))return!1;do{if(a===e)return!0}while(a=a.parentNode);return!1}var r=i(3961);function n(e,t,i){return(0,r.n)((()=>{(t.checkIsVisible&&(0,a.K)(e)&&s(e)||!t.checkIsVisible&&(0,a.K)(e))&&i()}),t.delay)}function o(e,t){return new Promise((i=>{const a=n(e,t,(()=>{document.removeEventListener("carouselLazyImg",a),window.removeEventListener("scroll",a),window.removeEventListener("resize",a),i()}));document.addEventListener("carouselLazyImg",a,!1),window.addEventListener("scroll",a,!1),window.addEventListener("resize",a,!1),a()}))}function l(e,t={}){const{checkIsVisible:i=!0,delay:a=500,threshold:s=[.006]}=t;return"IntersectionObserver"in window?new Promise((t=>{const i=new IntersectionObserver((a=>{a.forEach((a=>{a.intersectionRatio>0&&(t(),i.unobserve(e))}))}),{threshold:s});i.observe(e)})):o(e,{delay:a,checkIsVisible:i})}},2623:function(e,t){t.A={data(){return{prev:window.pageYOffset,handle:null}},mounted(){this.calcualteScroll()},methods:{calcualteScroll(){window.addEventListener("scroll",(()=>{var e=window.pageYOffset;this.prev>e?this.active=!0:this.active=!1,0===e&&(this.active=!1),this.prev=e,this.handle&&clearTimeout(this.handle),this.handle=setTimeout((()=>{0!==e&&(this.active=!0)}),200)}))}}}},3961:function(e,t,i){function a(e,t){let i;return function(...a){const s=this;clearTimeout(i),i=setTimeout((()=>e.apply(s,a)),t)}}function s(e,t){let i,a;return function(...s){const r=this;a?(clearTimeout(i),i=setTimeout((()=>{Date.now()-a>=t&&(e.apply(r,s),a=Date.now())}),t-(Date.now()-a))):(e.apply(r,s),a=Date.now())}}i.d(t,{n:function(){return s},s:function(){return a}})},9315:function(e,t,i){var a=i(6355),s=i(4871);try{window.wsf=Object.assign(window.wsf||{},{debug:a.Y,eventBus:s.B})}catch(r){console.warn("unable to load wsf variable")}},282:function(e,t,i){var a=i(2893),s=i(8155),r=function(){var e=this,t=e._self._c;return t("div",{staticClass:"article-section"},[t("div",{ref:"stickySidebar",staticClass:"article-section__wrapper",class:e.containerClass},[e.smallScreen?e._t("article-header"):e._e(),e._v(" "),this.$scopedSlots.nav?t("nav",{staticClass:"article-section__sidebar",class:[{"sticky-block__sidebar--right":"right"===e.sidebarPosition},e.positionClass],attrs:{role:"navigation","aria-label":"Table of contents"}},[t("div",{ref:"sticky",staticClass:"article-section__sidebar-content",class:[{fixed:!e.smallScreen&&e.fixed},{"shifted-top":e.shiftedTop&&e.fixed}]},[e._t("nav",null,{links:e.links,currentAnchor:e.currentAnchor})],2)]):e._e(),e._v(" "),t("div",{ref:"content",staticClass:"article-section__content"},[e.smallScreen?e._e():e._t("article-header"),e._v(" "),e._t("default")],2)],2)])},n=[],o=(i(4114),i(4871)),l=i(4848),c={name:"article-section",directives:{tag:l.Tc},props:{sidebarPosition:{type:String,default:"left"},headingSelector:{type:String,default:"h2"},containerClass:{type:String,default:""},linkWithHtml:{type:Boolean,default:!1},hasFixed:{type:Boolean,default:!0}},data(){return{fixed:!1,shiftedTop:!1,positionClass:"",links:[],currentAnchor:void 0,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,lastScrollTop:window.pageYOffset||document.documentElement.scrollTop}},mounted(){this.links=this.findLinks(),this.scrollListener=this.onScroll.bind(this),window.addEventListener("scroll",this.scrollListener),this.resizeListener=this.stickyPosition.bind(this),window.addEventListener("resize",this.resizeListener),this.screenCheck(),this.stickyPosition(),this.$root.$on("menu-hidden",(e=>{this.shiftedTop=!e}))},destroyed(){window.removeEventListener("scroll",this.scrollListener),window.removeEventListener("resize",this.resizeListener)},methods:{findLinks(){const e={};return Array.prototype.map.call(this.$refs.content.querySelectorAll(this.headingSelector),((t,i)=>{const a=this.linkWithHtml?t.innerHTML.trim().replace(/\s{2,}/g," "):t.innerText.trim().replace(/\s{2,}/g," ");let s,r=this.linkWithHtml?t.innerHTML.replace(/\s{2,}/g," "):t.innerText.replace(/\s{2,}/g," ");const n=r;r=r.replace(/<(?:.|\n)*?>/gm,"").replace(/\(/g,"").replace(/\)/g,"").replace(/\d/g,"").replace(/\s\s+/g," "),r=r.trim();const o=r.toLowerCase().replace(/[^\w\s\n]/g,"").replace(/\s/g,"-");if(e[o]=void 0===e[o]?0:e[o]++,t.classList.add("heading--anchor"),t.setAttribute("id",o),t.setAttribute("tabindex","-1"),this.$refs.stickySidebar.classList.contains("article-section--search")){const e=[];n.match(/<strong>(.*?)<\/strong>/g).map((function(t){null!==t.match(/\d/g)&&e.push(t.match(/\d/g).join(""))})),s={action:r,label:e[0]}}return{href:`#${o}${e[o]||""}`,label:a.replace("\n"," "),tagging:s,scrollTo:e=>{this.scrollTo(t).then((()=>{this.currentAnchor=this.links.findIndex((t=>t.href===e.target.getAttribute("href")))}))}}}))},scrollTo(e){return new Promise((t=>{(0,s.eb)(e),setTimeout((()=>{t()}),500)}))},scrollDirection(){let e;const t=window.pageYOffset||document.documentElement.scrollTop;return e=t>this.lastScrollTop?"down":"up",this.lastScrollTop=t<=0?0:t,e},addFloating(e,t){const i=e.offsetTop,a=i+e.clientHeight;let s;return s="up"===this.scrollDirection()?this.$refs.sticky.clientHeight+window.pageYOffset+100:this.$refs.sticky.clientHeight+window.pageYOffset,i<t&&s<a},removeFloating(e,t){const i=e.offsetTop,a=i+e.clientHeight,s=this.$refs.sticky.clientHeight+window.pageYOffset;return a<s||i>t?{remove:!0,position:a<=s+95?"bottom":""}:{remove:!1}},getPaddings(e){const t=parseInt(window.getComputedStyle(document.querySelector(e),null).paddingLeft,10),i=parseInt(window.getComputedStyle(document.querySelector(e),null).paddingRight,10);return t+i},stickyPosition(){const e=this.$refs.stickySidebar.getBoundingClientRect(),t=this.getPaddings(".article-section__wrapper");this.fixed&&!this.smallScreen&&(this.$refs.sticky.style.width=e.width-this.$refs.content.clientWidth-t+"px")},onScroll(){this.smallScreen||this.hasFixed&&(this.updateSticky(),this.updateHighlightedAnchor())},updateSticky(){this.addFloating(this.$refs.content,(0,s.Bl)())?(this.fixed=!0,this.$nextTick((()=>this.stickyPosition()))):this.removeFloating(this.$refs.content,(0,s.Bl)()).remove&&(this.positionClass=this.removeFloating(this.$refs.content,(0,s.Bl)()).position,this.fixed=!1)},updateHighlightedAnchor(){Array.prototype.map.call(this.$refs.content.querySelectorAll(this.headingSelector),((e,t)=>{const i=e.getBoundingClientRect(),a=i.top;a>0&&a<=15*window.innerHeight/100&&(0,s.Kg)(e)&&this.currentAnchor!==t&&(this.currentAnchor=t)}))},screenCheck(){o.B.$on("mediaquery::changed",(e=>{this.smallScreen=!("small"!==e.size&&"medium"!==e.size)}))}}},d=c,u=i(1656),p=(0,u.A)(d,r,n,!1,null,null,null),h=p.exports,m=(0,s.fC)({components:{ArticleSection:h}}),g=function(){var e=this,t=e._self._c;return t("div",{ref:"banner",class:{"-content-size":e.contentSize}},[t("responsive-image",{attrs:{animate:e.parallax?"parallax":"",srcset:e.srcset,"aspect-ratio":e.aspectRatio,"enable-dsf-service":e.enableDsfService,"is-mobile-version-enabled":e.isMobileVersionEnabled,"mobile-version-image":e.mobileVersionImage,"desktop-images":e.desktopImages}},[e._t("background"),e._v(" "),e.contentSize?t("div",{staticClass:"banner__content",attrs:{slot:"content"},slot:"content"},[e._t("default")],2):e._e()],2),e._v(" "),e.contentSize&&!e.smallScreen||!e.secondBannerSection?e._e():t("div",{staticClass:"banner__content",class:{"content-style":e.smallScreen&&e.isGenericBanner&&e.dataContent},attrs:{slot:"content"},slot:"content"},[e._t("default")],2),e._v(" "),e._t("text")],2)},v=[],_=i(1602),f={name:"banner",components:{ResponsiveImage:_["default"]},props:{srcset:{type:[Object,String],required:!1,default:void 0},contentSize:{type:Boolean,required:!1,default:!1},aspectRatio:{type:String,required:!1,default:void 0},parallax:{type:Boolean,required:!1,default:!1},contentColor:{type:Boolean,required:!1,default:!1},isGenericBanner:{type:Boolean,required:!1,default:!1},dataContent:{type:Boolean,required:!1,default:!1},enableDsfService:{type:Boolean,required:!1,default:!1},isMobileVersionEnabled:{type:Boolean,required:!1,default:!1},mobileVersionImage:{type:String,required:!1,default:""},desktopImages:{type:[Object,String],required:!1,default:void 0},secondBannerSection:{type:Boolean,required:!1,default:!0}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},mounted(){this.screenCheck()},methods:{screenCheck(){o.B.$on("mediaquery::changed",(e=>{this.smallScreen=!("small"!==e.size&&"medium"!==e.size),this.removeClass()}))},removeClass(){!1===this.smallScreen&&this.contentColor?this.$refs.banner.classList.add("-white"):this.$refs.banner.classList.remove("-white")}}},y=f,b=(0,u.A)(y,g,v,!1,null,null,null),w=b.exports,C=(0,s.fC)({components:{Banner:w}}),S=function(){var e=this,t=e._self._c;return e.onSubmitSuccess?t("div",{class:["generic-form",e.cssClassForm]},[t("div",{staticClass:"generic-form__success_message",domProps:{innerHTML:e._s(e.submit.successMessage)}})]):e.onSubmitFalse?t("div",{class:["generic-form",e.cssClassForm]},[t("div",{staticClass:"generic-form__success_message",domProps:{innerHTML:e._s(e.submit.errorMessage)}})]):t("form",{ref:"form",class:["generic-form",e.cssClassForm],attrs:{id:e.formId,action:e.formAction,name:e.formId,novalidate:""},on:{submit:function(t){return t.preventDefault(),e.submitEvent.apply(null,arguments)}}},[this.recaptchaData.hasRecaptcha?t("span",[t("load-script",{attrs:{src:this.recaptchaData.captchUrl}})],1):e._e(),e._v(" "),e.$slots.header?e._t("header"):e._e(),e._v(" "),t("div",{staticClass:"generic-form__row"},e._l(e.validatedSections,(function(i,a){return t("section",{directives:[{name:"show",rawName:"v-show",value:!i.hidden,expression:"!section.hidden"}],key:a,staticClass:"generic-form__section"},[i.title?t(i.titleTag,{tag:"component",staticClass:"generic-form__section-title"},[e._v("\n "+e._s(i.title)+"\n ")]):e._e(),e._v(" "),e._l(i.fields,(function(i,a){return t("div",{key:a,staticClass:"generic-form__field"},[t(e.typeMap[i.type],e._b({tag:"component",attrs:{readonly:i.readOnly,citiesoptions:e.citiesoptions,zipcodeoptions:e.zipcodeoptions},on:{input:function(e){i.edited=!0},response:function(t){return e.mapSelectResponse(t)}},model:{value:e.formData[i.id],callback:function(t){e.$set(e.formData,i.id,t)},expression:"formData[field.id]"}},"component",i,!1),[i.label?[e._v("\n "+e._s(i.label)+"\n ")]:e._e(),e._v(" "),i.helpText?t("template",{slot:"helperText"},[t("div",{staticClass:"generic-form__helper-text",domProps:{innerHTML:e._s(i.helpText)}})]):e._e()],2)],1)})),e._v(" "),t("div",{staticClass:"generic-form__subsection"},e._l(i.subSections,(function(i,a){return t("div",{key:a},[i.title?t(i.titleTag,{tag:"component",staticClass:"generic-form__wrapper__title"},[e._v("\n "+e._s(i.title)+"\n ")]):e._e(),e._v(" "),e._l(i.fields,(function(i,a){return t("div",{key:a,staticClass:"generic-form__field"},[t(e.typeMap[i.type],e._b({tag:"component",attrs:{readonly:i.readOnly},on:{input:function(e){i.edited=!0}},model:{value:e.formData[i.id],callback:function(t){e.$set(e.formData,i.id,t)},expression:"formData[subSectionField.id]"}},"component",i,!1),[i.label?[e._v("\n "+e._s(i.label)+"\n ")]:e._e(),e._v(" "),i.helpText?t("template",{slot:"helperText"},[t("div",{staticClass:"generic-form__helper-text",domProps:{innerHTML:e._s(i.helpText)}})]):e._e()],2)],1)}))],2)})),0)],2)})),0),e._v(" "),t("div",{staticClass:"generic-form__row"},[t("section",{staticClass:"generic-form__section"}),e._v(" "),t("section",{staticClass:"generic-form__section"}),e._v(" "),t("section",{staticClass:"generic-form__section"},[this.recaptchaData.hasRecaptcha?t("div",{staticClass:"generic__captcha",class:{error:e.hasErrorCapcha},attrs:{align:"center"}},[t("div",{staticClass:"g-recaptcha",attrs:{id:"letter-recaptcha"}})]):e._e(),e.hasErrorCapcha?t("p",{staticClass:"generic__error generic-errors"},[e._v(e._s(this.recaptchaData.errorMessage))]):e._e()])]),e._v(" "),e.$slots.footer?e._t("footer"):e._e(),e._v(" "),t("div",{staticClass:"generic-form__control submit-button"},[t("button",{class:["generic-form__submit",e.cssClassButton,e.submit.customClass],attrs:{disabled:e.submitDisabled}},[t("span",{staticClass:"oap-button__label"},[e._v("\n "+e._s(e.buttonLabel)+"\n ")])])]),e._v(" "),t("ul",{directives:[{name:"show",rawName:"v-show",value:e.errorMessageList&&!e.showToasted,expression:"errorMessageList && !showToasted"}],staticClass:"generic-form__error-messages",attrs:{"aria-live":"polite"}},e._l(e.errorMessageList,(function(i,a){return t("li",{key:a,domProps:{innerHTML:e._s(i)}})})),0)],2)},k=[],L=(i(4603),i(7566),i(8721),function(){var e=this,t=e._self._c;return t("div",{staticClass:"generic-input generic-form__component",class:e.computedClasses},["checkbox"===e.type&&"textarea"!==e.type?t("input",{directives:[{name:"model",rawName:"v-model",value:e.valueCopy,expression:"valueCopy"}],ref:"genericInput",staticClass:"generic-input__field form-control",attrs:{name:e.name,id:e.id,"aria-describedby":e.ariaDescriptionIds,"aria-invalid":e.materialHasErrors,placeholder:e.placeholder,disabled:e.disabled||e.readonly,autocomplete:e.autocomplete,required:e.required,minlength:e.minlengthIfText,maxlength:e.maxlengthIfText,type:"checkbox"},domProps:{checked:Array.isArray(e.valueCopy)?e._i(e.valueCopy,null)>-1:e.valueCopy},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:e.handleModelInput,change:function(t){var i=e.valueCopy,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.valueCopy=i.concat([r])):n>-1&&(e.valueCopy=i.slice(0,n).concat(i.slice(n+1)))}else e.valueCopy=s}}}):"radio"===e.type&&"textarea"!==e.type?t("input",{directives:[{name:"model",rawName:"v-model",value:e.valueCopy,expression:"valueCopy"}],ref:"genericInput",staticClass:"generic-input__field form-control",attrs:{name:e.name,id:e.id,"aria-describedby":e.ariaDescriptionIds,"aria-invalid":e.materialHasErrors,placeholder:e.placeholder,disabled:e.disabled||e.readonly,autocomplete:e.autocomplete,required:e.required,minlength:e.minlengthIfText,maxlength:e.maxlengthIfText,type:"radio"},domProps:{checked:e._q(e.valueCopy,null)},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:e.handleModelInput,change:function(t){e.valueCopy=null}}}):"textarea"!==e.type?t("input",{directives:[{name:"model",rawName:"v-model",value:e.valueCopy,expression:"valueCopy"}],ref:"genericInput",staticClass:"generic-input__field form-control",attrs:{name:e.name,id:e.id,"aria-describedby":e.ariaDescriptionIds,"aria-invalid":e.materialHasErrors,placeholder:e.placeholder,disabled:e.disabled||e.readonly,autocomplete:e.autocomplete,required:e.required,minlength:e.minlengthIfText,maxlength:e.maxlengthIfText,type:e.type},domProps:{value:e.valueCopy},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:[function(t){t.target.composing||(e.valueCopy=t.target.value)},e.handleModelInput]}}):t("textarea",{directives:[{name:"model",rawName:"v-model",value:e.valueCopy,expression:"valueCopy"}],ref:"genericInput",staticClass:"generic-input__field form-control",attrs:{name:e.name,id:e.id,placeholder:e.placeholder,disabled:e.disabled||e.readonly,autocomplete:e.autocomplete,"aria-invalid":e.materialHasErrors,"aria-describedby":e.ariaDescriptionIds,required:e.required,minlength:e.minlengthIfText,maxlength:e.maxlengthIfText},domProps:{value:e.valueCopy},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:[function(t){t.target.composing||(e.valueCopy=t.target.value)},e.handleModelInput]}}),e._v(" "),t("span",{staticClass:"generic-input-bar"}),e._v(" "),t("label",{directives:[{name:"show",rawName:"v-show",value:e.isLabelVisible,expression:"isLabelVisible"}],staticClass:"generic-form__label",attrs:{for:e.id}},[e._t("default"),e.required?t("span",{staticClass:"required",attrs:{"aria-hidden":"true"}},[e._v("*")]):e._e()],2),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasDescription,expression:"hasDescription"}],attrs:{id:`description-${e.id}`}},[e.showErrors?t("div",{staticClass:"generic-errors"},e._l(e.computedErrors,(function(i,a){return t("div",{key:a,staticClass:"generic-errors__item"},[e._v("\n "+e._s(i)+"\n ")])})),0):e._e(),e._v(" "),e._t("helperText"),e._v(" "),e.isValueInBlockList&&e.isValueInBlockList.length>0?t("div",{staticClass:"generic-errors"},[e.isValueInBlockList.includes(e.valueCopy)?t("div",{staticClass:"generic-errors__item"},[e._v(e._s(e.blackListWordsMessage))]):e._e()]):e._e()],2)])}),T=[],D={name:"generic-input",props:{id:{type:String,default:null},name:{type:String,default:null},type:{type:String,default:"text"},value:{type:String,default:null},label:{type:String,default:null},placeholder:{type:String,default:null},ApiKey:{type:String,default:null},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},min:{type:String,default:null},max:{type:String,default:null},step:{type:Number,default:null},minlength:{type:Number,default:null},maxlength:{type:Number,default:null},required:{type:Boolean,default:!0},autocomplete:{type:String,default:null},errorMessages:{type:[Array,String],default:null},blackListWords:{type:Object,default:null},blackListWordsMessage:{type:String,default:null}},data(){return{interacted:!1,valueCopy:null,focus:!1}},computed:{maxlengthIfText(){return this.maxlength&&"text"===this.type?this.maxlength:null},minlengthIfText(){return this.minlength&&"text"===this.type?this.minlength:null},ariaDescriptionIds(){return this.hasDescription?`description-${this.id}`:null},hasDescription(){return this.computedErrors||this.$slots.helperText},computedErrors(){return"string"===typeof this.errorMessages?[this.errorMessages]:this.errorMessages},materialHasErrors(){return Boolean(this.errorMessages&&this.errorMessages.length)},isValueInBlockList(){return JSON.parse(JSON.stringify(this.blackListWords))},computedClasses(){return{"generic--active":this.focus,"generic--disabled":this.disabled,"generic--readonly":this.readonly,"generic--has-errors":this.showErrors,"generic--raised":Boolean(this.focus||this.valueCopy||this.placeholder&&!this.valueCopy)}},isLabelVisible(){return Boolean(null!=this.label&&""!==this.label)},showErrors(){return this.materialHasErrors}},watch:{value(e){this.copyValue(e)}},beforeMount(){this.copyValue(this.value)},methods:{handleModelInput(e){"firstName"!==this.ApiKey&&"lastName"!==this.ApiKey||(this.valueCopy=this.valueCopy.toString().toLowerCase(),this.valueCopy=this.valueCopy.charAt(0).toUpperCase()+this.valueCopy.slice(1),e.target.value=this.valueCopy),this.$emit("input",e.target.value,e)},handleFocus(e){e||(this.interacted=!0),this.focus=e,"address1"===this.ApiKey&&(isNaN(this.valueCopy)||(this.valueCopy=""))},copyValue(e){this.valueCopy=e},reset(){this.focus=!1}}},x=D,P=(0,u.A)(x,L,T,!1,null,null,null),A=P.exports,I=function(){var e=this,t=e._self._c;return t("fieldset",{staticClass:"generic-options generic-form__component",class:e.computedClasses},[e.$slots.default?t("legend",{staticClass:"generic-form__label"},[e._t("default"),e._v(" "),e.required?t("span",{staticClass:"required",attrs:{"aria-hidden":"true"}},[e._v("*")]):e._e()],2):e._e(),e._v(" "),t("div",{staticClass:"optionsOuter",on:{mouseout:function(t){return e.handleMouseOut()}}},e._l(e.options,(function(i,a){return t("div",{key:a,staticClass:"input-block",class:{selectedradio:e.checkedItems>=a},attrs:{text:a,checkvalue:e.checkedItems}},[t("label",{staticClass:"label-wrapper",class:{hoverradio:e.hovercheckedItems>=a},on:{mouseover:function(t){return e.handleMouseOver(a)}}},["checkbox"===e.type?t("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedItems,expression:"checkedItems"}],staticClass:"checkbox-input form-control",attrs:{disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.materialHasErrors,"aria-describedby":e.ariaDescriptionIds,type:"checkbox"},domProps:{value:a,checked:Array.isArray(e.checkedItems)?e._i(e.checkedItems,a)>-1:e.checkedItems},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:e.handleModelInput,change:function(t){var i=e.checkedItems,s=t.target,r=!!s.checked;if(Array.isArray(i)){var n=a,o=e._i(i,n);s.checked?o<0&&(e.checkedItems=i.concat([n])):o>-1&&(e.checkedItems=i.slice(0,o).concat(i.slice(o+1)))}else e.checkedItems=r}}}):"radio"===e.type?t("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedItems,expression:"checkedItems"}],staticClass:"checkbox-input form-control",attrs:{disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.materialHasErrors,"aria-describedby":e.ariaDescriptionIds,type:"radio"},domProps:{value:a,checked:e._q(e.checkedItems,a)},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:e.handleModelInput,change:function(t){e.checkedItems=a}}}):t("input",{directives:[{name:"model",rawName:"v-model",value:e.checkedItems,expression:"checkedItems"}],staticClass:"checkbox-input form-control",attrs:{disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.materialHasErrors,"aria-describedby":e.ariaDescriptionIds,type:e.type},domProps:{value:a,value:e.checkedItems},on:{focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)},input:[function(t){t.target.composing||(e.checkedItems=t.target.value)},e.handleModelInput]}}),e._v(" "),e.readonly?e._e():t("span",{staticClass:"checkmark"}),e._v(" "),t("span",{staticClass:"checkbox-input__text",domProps:{innerHTML:e._s(e.options[a])}})])])})),0),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasDescription,expression:"hasDescription"}],attrs:{id:`description-${e.id}`}},[t("div",{staticClass:"generic-errors"},e._l(e.computedErrors,(function(i,a){return t("div",{key:a,staticClass:"generic-errors__item"},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),e._t("helperText")],2)])},M=[],E={name:"generic-options",props:{id:{type:String,default:null},name:{type:String,default:null},type:{type:String,default:"text"},value:{default:null},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placeholder:{type:String,default:null},required:{type:Boolean,default:!0},errorMessages:{type:[Array,String],default:null},options:{type:Object,default:null}},data(){return{checkedItems:[],hovercheckedItems:0,itemsCopy:[],focus:!1,hadFocus:!1,valid:!0,started:!1}},computed:{ariaDescriptionIds(){return this.hasDescription?`description-${this.id}`:null},hasDescription(){return this.errorMessages||this.$slots.helperText},computedErrors(){return"string"===typeof this.errorMessages?[this.errorMessages]:this.errorMessages},materialHasErrors(){return Boolean(this.hadFocus&&!this.valid||this.errorMessages&&this.errorMessages.length)},computedClasses(){return{"generic--active":this.focus,"generic--disabled":this.disabled,"generic--readonly":this.readonly,"generic--has-errors":this.materialHasErrors,"generic--raised":!0,"generic--invisible-label":!this.isLabelVisible}},isLabelVisible(){return Boolean(!this.isEmpty(this.$slots.default))},notCheckedYet(){return"checkbox"==this.type&&!this.checkedItems}},watch:{value(e){this.copyValue(e)}},beforeMount(){this.copyValue(this.value)},mounted(){this.value&&this.handleDefaultValue()},methods:{handleDefaultValue(){const e=this.isArrayEmpty(this.value)?"":this.getDefaultValue();this.$emit("input",e,void 0)},getDefaultValue(){const e=this.value&&!this.isArrayEmpty(this.value)&&this.value.length>0;return!e&&this.value.filter((e=>this.options[e])).length>0?"":this.value.length<=1?this.value[0]:"string"===typeof this.value?this.value:this.value.join(",")},isArrayEmpty(e){return e&&Array.isArray(e)?e.filter((e=>{})).length:0},handleMouseOut(){this.hovercheckedItems=0},handleMouseOver(e){this.hovercheckedItems=e},handleModelInput(e){this.started||(this.itemsCopy=this.checkedItems),("radio"==this.type||this.notCheckedYet)&&(this.itemsCopy=[]),this.handleCheckedOptions(e.target),this.$emit("input",this.getSelectedOptions(),e),this.handleValidation(),this.started=!0},getSelectedOptions(){return this.itemsCopy.length>1?this.itemsCopy.join(","):this.itemsCopy[0]||""},handleCheckedOptions(e){if(e.checked)this.itemsCopy.push(e.value);else{const t=this.itemsCopy.indexOf(e.value);t>=0&&this.itemsCopy.splice(t,1)}},handleFocus(e){this.focus=e,this.hadFocus=!0,e||this.handleValidation()},handleValidation(){this.valid=!this.required||this.itemsCopy.length>0},copyValue(e){e&&"radio"!=this.type&&(e=Array.isArray(e)?e:e.split(",")),this.checkedItems=e,this.handleValidation()},reset(){this.hadFocus=!1,this.valid=!0,this.focus=!1},isEmpty(e){return"undefined"===typeof e||null==e}}},V=E,q=(0,u.A)(V,I,M,!1,null,null,null),B=q.exports,O=function(){var e=this,t=e._self._c;return t("fieldset",{class:["generic-select generic-form__component",e.computedClasses]},[t("legend",{directives:[{name:"show",rawName:"v-show",value:e.isLabelVisible,expression:"isLabelVisible"}],staticClass:"generic-select__label",attrs:{id:`dropdown-group-${e.id}`}},[e._v("\n "+e._s(e.label)+"\n "),e.required?t("span",{staticClass:"required",attrs:{"aria-hidden":"true"}},[e._v("*")]):e._e()]),e._v(" "),t("div",{staticClass:"generic-select-dropdowns"},[t("div",{staticClass:"generic-select-dropdown"},[t("div",{staticClass:"generic-select__label",attrs:{id:`label-day-${e.selectDayId}`}},[e._v("\n "+e._s(e.dateFieldPlaceholders.dayPlaceholder)+"\n ")]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model",value:e.selectedDate.day,expression:"selectedDate.day"}],staticClass:"generic-select__element",attrs:{id:e.selectDayId,"aria-labelledby":`label-day-${e.selectDayId} dropdown-group-${e.id}`,"aria-describedby":e.ariaDescriptionIds,disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.isInvalid},on:{focus:function(t){return e.handleFocus(!0,e.selectDayId)},blur:function(t){return e.handleFocus(!1)},change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.$set(e.selectedDate,"day",t.target.multiple?i:i[0])}}},[e.defaultDateLabels&&!e.defaultDateLabels.day?t("option",{attrs:{disabled:"disabled"},domProps:{value:null,selected:!e.defaultDateLabels.day}},[e._v("\n "+e._s(e.dateFieldPlaceholders.dayPlaceholder)+"\n ")]):e._e(),e._v(" "),t("option",{attrs:{disabled:"disabled"},domProps:{value:null}},[e._v("dd")]),e._v(" "),e._l(e.date.days,(function(i,a){return t("option",{key:a,domProps:{value:i.value}},[e._v("\n "+e._s(i.label)+"\n ")])}))],2),e._v(" "),t("div",{staticClass:"generic-select-dropdown__arrow"}),e._v(" "),t("input",{attrs:{type:"hidden",name:"Day"},domProps:{value:e.selectedDate.day}})]),e._v(" "),t("div",{staticClass:"generic-select-dropdown"},[t("div",{staticClass:"generic-select__label",attrs:{id:`label-month-${e.selectMonthId}`}},[e._v("\n "+e._s(e.dateFieldPlaceholders.monthPlaceholder)+"\n ")]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model",value:e.selectedDate.month,expression:"selectedDate.month"}],staticClass:"generic-select__element",attrs:{id:e.selectMonthId,"aria-labelledby":`label-month-${e.selectMonthId} dropdown-group-${e.id}`,"aria-describedby":e.ariaDescriptionIds,disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.isInvalid},on:{focus:function(t){return e.handleFocus(!0,e.selectMonthId)},blur:function(t){return e.handleFocus(!1)},change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.$set(e.selectedDate,"month",t.target.multiple?i:i[0])}}},[e.defaultDateLabels&&!e.defaultDateLabels.month?t("option",{attrs:{disabled:"disabled"},domProps:{value:null,selected:!e.defaultDateLabels.month}},[e._v("\n "+e._s(e.dateFieldPlaceholders.monthPlaceholder)+"\n ")]):e._e(),e._v(" "),t("option",{attrs:{disabled:"disabled"},domProps:{value:null}},[e._v("mm")]),e._v(" "),e._l(e.date.months,(function(i,a){return t("option",{key:a,domProps:{value:i.value}},[e._v("\n "+e._s(i.value)+"\n ")])}))],2),e._v(" "),t("div",{staticClass:"generic-select-dropdown__arrow"}),e._v(" "),t("input",{attrs:{type:"hidden",name:"Month"},domProps:{value:e.selectedDate.month}})]),e._v(" "),t("div",{staticClass:"generic-select-dropdown"},[t("div",{staticClass:"generic-select__label",attrs:{id:`label-year-${e.selectYearId}`}},[e._v("\n "+e._s(e.dateFieldPlaceholders.yearPlaceholder)+"\n ")]),e._v(" "),t("select",{directives:[{name:"model",rawName:"v-model",value:e.selectedDate.year,expression:"selectedDate.year"}],staticClass:"generic-select__element",attrs:{id:e.selectYearId,"aria-labelledby":`label-year-${e.selectYearId} dropdown-group-${e.id}`,"aria-describedby":e.ariaDescriptionIds,disabled:e.disabled||e.readonly,required:e.required,"aria-invalid":e.isInvalid},on:{focus:function(t){return e.handleFocus(!0,e.selectYearId)},blur:function(t){return e.handleFocus(!1)},change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.$set(e.selectedDate,"year",t.target.multiple?i:i[0])}}},[e.defaultDateLabels&&!e.defaultDateLabels.year?t("option",{attrs:{disabled:"disabled"},domProps:{value:null,selected:!e.defaultDateLabels.year}},[e._v("\n "+e._s(e.dateFieldPlaceholders.yearPlaceholder)+"\n ")]):e._e(),e._v(" "),t("option",{attrs:{disabled:"disabled"},domProps:{value:null}},[e._v("yyyy")]),e._v(" "),e._l(e.date.years,(function(i,a){return t("option",{key:a,domProps:{value:i.value}},[e._v("\n "+e._s(i.label)+"\n ")])}))],2),e._v(" "),t("div",{staticClass:"generic-select-dropdown__arrow"}),e._v(" "),t("input",{attrs:{type:"hidden",name:"Year"},domProps:{value:e.selectedDate.year}})])]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasDescription,expression:"hasDescription"}],attrs:{id:`description-${e.id}`}},[t("div",{staticClass:"generic-errors"},e._l(e.errorMessages,(function(i,a){return t("div",{key:a,staticClass:"generic-errors__item"},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),e._t("helperText")],2)])},N=[],F={name:"generic-datepicker",props:{id:{type:String,default:null},name:{type:String,default:null},type:{type:String,default:"text"},value:null,label:{type:String,default:null},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!0},errorMessages:{type:[Array,String],default:null},options:{type:[Array,String],default:null},startYear:{default:1940},dateFieldPlaceholders:{type:Object,default(){return{dayPlaceholder:"Day",monthPlaceholder:"Month",yearPlaceholder:"Year"}}}},data(){return{selectedDate:this.generateSelectDate(),date:{days:this.generateDays(),months:this.generateMonths(),years:this.generateYears()},isInvalid:!1,focus:!1,hadFocus:!1,defaultDateLabels:null}},computed:{computedClasses(){return{"generic--active":this.focus,"generic--disabled":this.disabled,"generic--readonly":this.readonly,"generic--has-errors":this.isInvalid}},isLabelVisible(){return null!=this.label&&""!==this.label},ariaDescriptionIds(){return this.hasDescription?`description-${this.id}`:null},hasDescription(){return this.errorMessages||this.$slots.helperText},selectDayId(){return`day-${this.id}`},selectMonthId(){return`month-${this.id}`},selectYearId(){return`year-${this.id}`}},watch:{selectedDate:{handler(e){this.copyValue(e)},deep:!0},errorMessages:{handler(){this.handleValidation()},deep:!0}},beforeMount(){this.copyValue(this.value)},mounted(){this.defaultDateLabels=this.value,this.setDefaultValues()},methods:{handleFocus(e){this.focus=e,this.hadFocus=!0,e||this.handleValidation()},setDefaultValues(){let e=null;this.selectedDate&&(e=this.formatDate(),e=e.includes("null")||e.includes("undefined")?null:e,(this.hadFocus||this.hasYearMonthDay())&&this.$emit("input",e),e&&(this.defaultDateLabels=null))},hasYearMonthDay(){return this.selectedDate.year&&this.selectedDate.month&&this.selectedDate.day},formatDate(){return`${this.selectedDate.year}/${this.roundNumber(this.selectedDate.month)}/${this.roundNumber(this.selectedDate.day)}`},handleOnChange(){this.setDefaultValues(),this.handleValidation()},handleValidation(){this.isInvalid=this.isInvalidState()},isInvalidState(){return null!=this.errorMessages&&this.errorMessages.length>0},copyValue(e){e?(this.selectedDate=e,this.handleOnChange()):this.selectedDate=this.generateSelectDate()},roundNumber(e){return e?`0${e}`.slice(-2):null},generateDays(){const e=this.value?this.value.day:null,t=[];for(var i=1;i<32;i++){const a=this.roundNumber(i);t.push({selected:e&&e==i,value:a,label:a})}return t},generateMonths(){const e=this.value?this.value.month:null,t=[];for(var i=0;i<12;i++){const a=new Date(2009,i,10),s=a.toLocaleString(navigator.language,{month:"long"}),r=i+1,n=this.roundNumber(r);t.push({selected:e&&e==r,value:n,label:s})}return t},generateYears(){const e=new Date,t=e.getUTCFullYear(),i=[],a=this.value?parseInt(this.value.year):null;for(var s=t;s>=this.startYear;s--)i.push({selected:a&&a==s,value:s,label:s});return i},generateSelectDate(){return{day:null,month:null,year:null}}}},H=F,R=(0,u.A)(H,O,N,!1,null,null,null),j=R.exports,U=function(){var e=this,t=e._self._c;return t("div",{class:["generic-select generic-form__component",e.computedClasses]},[t("label",{staticClass:"generic-select__label",attrs:{for:`select-${e.id}`}},[e._v("\n "+e._s(e.label)+"\n "),e.required?t("span",{staticClass:"required",attrs:{"aria-hidden":"true"}},[e._v("*")]):e._e()]),e._v(" "),t("div",{staticClass:"generic-select-dropdown"},[e.readonly?t("div",{staticClass:"read-only"},[e._v(e._s(e.defaultValue?e.defaultValue:e.label))]):t("select",{directives:[{name:"model",rawName:"v-model",value:e.selectedOption,expression:"selectedOption"}],staticClass:"generic-select__element form-control",class:e.ApiKey,attrs:{id:`select-${e.id}`,"aria-describedby":e.ariaDescriptionIds,"aria-invalid":e.materialHasErrors,disabled:e.disabled,required:e.required},on:{change:[function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.selectedOption=t.target.multiple?i:i[0]},e.handleOnChange],focus:function(t){return e.handleFocus(!0)},blur:function(t){return e.handleFocus(!1)}}},[t("option",{attrs:{disabled:"disabled",selected:""},domProps:{value:null}},[e._v("\n "+e._s(e.placeholder)+"\n ")]),e._v(" "),e._l(e.getSelectOptions(),(function(i,a){return t("option",{key:a,domProps:{value:i}},[e._v("\n "+e._s(i)+"\n ")])}))],2),e._v(" "),t("div",{staticClass:"generic-select-dropdown__arrow"})]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasDescription,expression:"hasDescription"}],attrs:{id:`description-${e.id}`}},[t("div",{staticClass:"generic-errors"},e._l(e.computedErrors,(function(i,a){return t("div",{key:a,staticClass:"generic-errors__item"},[e._v("\n "+e._s(i)+"\n ")])})),0),e._v(" "),e._t("helperText")],2)])},z=[],W={name:"generic-select",props:{id:{type:String,default:null},name:{type:String,default:null},type:{type:String,default:"text"},value:{type:String,default:null},label:{type:String,default:null},cssClass:{type:String,default:null},placeholder:{type:String,default:null},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!0},errorMessages:{type:[Array,String],default:null},options:{type:Object,default:null},citiesoptions:{type:Object,default:null},zipcodeoptions:{type:Object,default:null},ApiKey:{type:String,default:null}},data(){return{selectedOption:this.value,validateState:{invalid:!1,notDefined:!1},focus:!1,hadFocus:!1,cities:[],zipcodes:[],cityValues:[],zipcodeValues:[],postCodeEnabled:!0}},computed:{computedErrors(){return"string"===typeof this.errorMessages?[this.errorMessages]:this.errorMessages},ariaDescriptionIds(){return this.hasDescription?`description-${this.id}`:null},hasDescription(){return this.errorMessages||this.$slots.helperText},materialHasErrors(){return this.validateState.invalid||this.hasErrorMessages},hasErrorMessages(){return null!==this.errorMessages&&this.errorMessages.length>0},computedClasses(){return{"generic--active":this.focus,"generic--disabled":this.disabled,"generic--readonly":this.readonly,"generic--has-errors":this.hasErrorMessages,"generic-select--not-selected":!this.selectedOption}},defaultValue(){return this.options[this.value]}},created(){localStorage.setItem("RegionName",""),localStorage.setItem("ZipcodeName",""),localStorage.setItem("cityValues",{}),localStorage.setItem("zipcodeValues","")},methods:{handleFocus(e){this.focus=e,this.hadFocus=!0,e||this.handleValidation()},handleOnChange(){switch(this.$emit("input",this.selectedOption),this.handleValidation(),this.ApiKey){case"region":this.$emit("response",{name:"cities",data:null,value:null}),this.$emit("response",{name:"zipcodes",data:null,value:null}),this.getCityDetails(this.selectedOption);break;case"city":this.$emit("response",{name:"zipcodes",data:null,value:null}),this.getZipDetails(this.selectedOption);break}},handleValidation(){this.validateState.invalid=this.required&&!this.selectedOption},getCityDetails(e){const t=`https://${window.location.hostname}/apioap/genericform/city?regionName=`+e;fetch(t,{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"},credentials:"same-origin"}).then((e=>e.json())).then((t=>{this.citiesoptions=t,localStorage.setItem("RegionName",e),this.$emit("response",{name:"cities",data:t||[]})})),setTimeout((()=>{document.getElementsByClassName("city")[0].value="",document.getElementsByClassName("zipCode")[0].value=""}),200)},getZipDetails(e){const t=localStorage.getItem("RegionName"),i=window.location.hostname,a="https://"+i+"/apioap/genericform/postal?regionName="+t+"&cityName="+e;fetch(a,{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"},credentials:"same-origin"}).then((e=>e.json())).then((t=>{this.zipcodeoptions=t,localStorage.setItem("ZipcodeName",e),localStorage.setItem("zipcodeValues",this.zipcodeoptions),this.$emit("response",{name:"zipcodes",data:t||[]})})),setTimeout((()=>{document.getElementsByClassName("zipCode")[0].value=""}),200)},getSelectOptions(){return"city"===this.cssClass?this.citiesoptions:"postCode_label"===this.cssClass?this.zipcodeoptions:this.options}}},G=W,Y=(0,u.A)(G,U,z,!1,null,null,null),K=Y.exports,X=i(7048),Q={name:"generic-form",components:{LoadScript:X.A},props:{data:{type:Object,required:!0},dataEan:{type:Object,required:!0},dataAttribute:{type:Object,required:!0},cssClassForm:{type:String,required:!1,default:""},cssClassButton:{type:String,required:!1,default:"button-secondary"},messageTiming:{type:Number,required:!1,default:5},dataForm:{type:String,required:!0},isSingleNotification:{type:Boolean,default:!1}},settings:{toastNotificationEventName:"oap-toast-notification:open"},data(){return{richTextError:void 0,components:{GenericInput:A,GenericOptions:B,GenericDatepicker:j,GenericSelect:K},errorMessageList:null,formData:{},isFormValid:!0,items:[],typeMap:{},object:{},recaptchaData:{},buttonLabel:null,submitDisabled:!1,hasErrorCapcha:!1,citiesoptions:[],zipcodeoptions:[],onSubmitSuccess:!1,onSubmitFalse:!1,productlistEANValue:""}},computed:{formId(){return this.object.formId},submit(){return this.object.submit},formAction(){return this.submit.apiUrl},validatedSections:{get:function(){return this.object.sections},set:function(e){this.object.sections=e}},showToasted(){return!this.submit.successPage}},watch:{formData:{handler(){this.validateFormData(!1)},deep:!0}},created(){this.captchaResponse=localStorage.captchaResponse,this.loadTypeMap(),this.init(),this.recaptchaData.hasRecaptcha&&(window.onCaptchaAPIReady=this.onCaptchaAPIReady),setTimeout((()=>{this.productlistEANValue=document.getElementById("productlistEAN").value}),200)},methods:{onCaptchaAPIReady(){this.recaptchaData.hasRecaptcha&&setTimeout((()=>{"undefined"===typeof grecaptcha&&"function"!==typeof grecaptcha.render?this.onCaptchaAPIReady():grecaptcha.render("letter-recaptcha",{sitekey:this.recaptchaData.siteKey,callback:this.checkCaptcha})}),200)},checkCaptcha(){0!==grecaptcha.getResponse().length?this.hasErrorCapcha=!1:this.hasErrorCapcha=!0,this.captchaValue=grecaptcha.getResponse()},loadTypeMap(){const e="generic-input",t="generic-options";this.typeMap.text=e,this.typeMap.email=e,this.typeMap.password=e,this.typeMap.textarea=e,this.typeMap.radio=t,this.typeMap.checkbox=t,this.typeMap.datepicker="generic-datepicker",this.typeMap.dropdown="generic-select"},init(){this.object=this.data,this.recaptchaData=this.object.recaptcha;let e=[];this.object.sections.forEach((t=>{e=[].concat(t.fields,e),t.fields.forEach((e=>{this.fixFieldRequiredValidation(e)})),t.subSections&&t.subSections.forEach((t=>{e=[].concat(t.fields,e),t.fields.forEach((e=>{this.fixFieldRequiredValidation(e)}))}))})),this.items=e,this.updateSubmitLabel(!1)},fixFieldRequiredValidation(e){e.defaultValue?a["default"].set(this.formData,e.id,e.defaultValue):a["default"].set(this.formData,e.id,null),e.requiredValidation&&(e.required=e.requiredValidation.isRequired,e.requiredMessage=e.requiredValidation.message),e.dateValidation&&(e.startYear=e.dateValidation.startYear,e.minAge=e.dateValidation.minAge,e.minAgeValidationMessage=e.dateValidation.minAgeValidationMessage)},getUserIdentifier(e){const t=this.items.find((e=>e.isUserId)),i=t?e.fields.find((e=>e.id==t.id)):null;return i?i.value:""},getCurrentPageUrl(){const e=window.location.href;return e},async submitEvent(){const e=this.formatFormData(this.formData);this.recaptchaData.hasRecaptcha&&(this.hasErrorCapcha=0===grecaptcha.getResponse().length),this.validateFormData(!0),!this.isFormValid||this.hasErrorCapcha?this.focusFirstInvalidField():(this.errorMessageList=[],this.updateSubmitLabel(!0),this.recaptchaData.hasRecaptcha&&(0!==grecaptcha.getResponse().length?this.hasErrorCapcha=!1:this.hasErrorCapcha=!0),this.gaTagging(),e.userId=this.getUserIdentifier(e),e.attributes=this.dataAttribute,e.eans=this.dataEan,e.forms=this.dataForm,e.hubEan=this.productlistEANValue,e.currentPageUrl=this.getCurrentPageUrl(),fetch(this.formAction,{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},credentials:"same-origin",body:JSON.stringify(e)}).then(this.parseJSON).then((e=>{if(e.success)return this.onSubmitSuccess=!0,this.handlerAnalytics(this.data.submit.eventTagging),this.handleSuccess(e.redirectUrl),this.updateSubmitLabel(!1),void(this.showToasted&&eventBus.$emit(this.$options.settings.toastNotificationEventName,{type:"success",message:this.data.submit.successMessage}));this.handleValidationErrorMessages(e),this.updateSubmitLabel(!1),!e.success&&this.showToasted&&eventBus.$emit(this.$options.settings.toastNotificationEventName,{type:"error",message:this.data.submit.errorMessage}),e.success||(this.onSubmitFalse=!0)})).catch((e=>{console.error("Could not load answer",e),this.submitErrorMessages(),this.updateSubmitLabel(!1),this.showToasted&&eventBus.$emit(this.$options.settings.toastNotificationEventName,{type:"error",message:this.data.submit.errorMessage})})))},submitErrorMessages(){this.errorMessageList=[],this.errorMessageList.push(this.submit.errorMessage)},handleValidationErrorMessages(e){const t=e.validationMessages&&e.validationMessages.length>0;t?(this.errorMessageList=[],e.validationMessages.forEach((e=>{this.errorMessageList.push(e)}))):this.submitErrorMessages()},formatFormData(e){const t=[];return Object.keys(e).forEach((i=>{const a=this.items.find((e=>e.id===i));t.push({id:i,value:e[i],apikey:a.ApiKey})})),{id:this.object.formId,sitecoreContextItemId:this.object.sitecoreContextItemId,fields:t}},parseJSON(e){return e.json()},handleSuccess(e){this.submit.successPage&&(window.location.href=e||this.submit.successPage)},validateFormData(e){this.items&&(this.isFormValid=!0,this.items.forEach((t=>{this.validateFormItem(t,e)})))},errorsBasedOnRegex(e,t){if(!t.validations||!e)return[];const i=[];return t.validations.forEach((t=>{const a=new RegExp(t.regex);e.match(a)||i.push(t.message)})),i.length>0?i:[]},errorsBasedOnEquality(e,t){const i=t.equalsValidation&&t.equalsValidation.equalsTo&&t.equalsValidation.message&&t.equalsValidation.message.length>0;if(!i)return[];const a=t.equalsValidation.equalsTo,s=this.formData[a],r=e===s;return s&&!r?t.equalsValidation.message:[]},dateStringToObject(e,t){if(!e)return!1;const i=t.split("/"),a=parseInt(i[1]),s=parseInt(i[2]),r=parseInt(i[0]);return{day:s,month:a,year:r}},errorsForDatepicker(e,t){if("datepicker"!==t.type)return[];const i=[],a=null!=e&&"string"===typeof e,s=this.dateStringToObject(a,e),r=!s||s&&(!s.day||!s.month||!s.year),n=t.required&&t.requiredMessage&&t.edited&&r,o=a&&t.minAge&&t.minAge>0&&t.minAgeValidationMessage;if(n&&i.push(t.requiredMessage),o){const e=s.year+t.minAge,a=s.month-1,r=new Date,n=new Date(e,a,s.day);r.getTime()<n.getTime()&&i.push(t.minAgeValidationMessage)}return i},errorsForRequiredFields(e,t){if("datepicker"===t.type)return[];const i=t.required&&t.requiredMessage,a=!e||0===e.length;return t.edited&&i&&a?t.requiredMessage:[]},validateFormItem(e,t){const i=this.formData[e.id];let s=[];e.edited||(e.edited=t),s=[].concat(this.errorsBasedOnRegex(i,e),s),s=[].concat(this.errorsBasedOnEquality(i,e),s),s=[].concat(this.errorsForDatepicker(i,e),s),s=[].concat(this.errorsForRequiredFields(i,e),s),a["default"].set(e,"errorMessages",s),s&&s.length&&(this.isFormValid=!1)},async focusFirstInvalidField(){this.$nextTick((()=>{const e=this.$refs.form.querySelectorAll('[aria-invalid="true"]')[0];e&&e.focus()}))},updateSubmitLabel(e){this.buttonLabel=e&&this.submit.requestLabel?this.submit.requestLabel:this.submit.label,this.submitDisabled=e},handlerAnalytics(e){e&&(e.category&&e.action&&e.label?AnalyticsHandler.getAnalyticsHandler().push({type:e.type?e.type:"userActionEvent",ecommerce:e.ecommerce?e.ecommerce:"undefined",category:e.category,action:e.action,label:e.label}):console.warn("Form Event Tagging: Some tagging properties are missing."))},isEmpty(e){return"undefined"===typeof e||null==e},mapSelectResponse(e){"cities"===e.name&&(this.citiesoptions=e.data),"zipcodes"===e.name&&(this.zipcodeoptions=e.data)},gaTagging(){const e=new URL(window.location.href);let t=decodeURIComponent(e.searchParams.get("title").toLowerCase());window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventCategory:"sample",eventAction:"select::request sample",eventLabel:t})}}},J=Q,Z=(0,u.A)(J,S,k,!1,null,null,null),ee=Z.exports,te=function(){var e=this,t=e._self._c;return t("span",[t("div",{staticClass:"pg_hydraphase"},[t("div",{staticClass:"ctn_landing clearfix"},[t("div",{staticClass:"col_left"},[e.StepTwoUrlshow?t("div",[e._l(e.initialData,(function(i){return[t("div",{staticClass:"sec-content"},[i.PanelKey===e.selectedPanelKeyUrl?t("div",{staticClass:"ctn_header"},[t("h2",[t("strong",[t("span",{domProps:{innerHTML:e._s(i.PanelTopTitle)}})])]),e._v(" "),t("h3",{domProps:{innerHTML:e._s(i.PanelTopDiscription)}}),e._v(" "),t("input",{attrs:{type:"hidden",id:"productlistEAN"},domProps:{value:i.EAN}})]):e._e(),e._v(" "),t("div",{staticClass:"ctn_soin"},e._l(i.SampleInformation,(function(a,s){return i.PanelKey===e.selectedPanelKeyUrl?t("div",{key:s,staticClass:"str_soin-product"},[t("div",{staticClass:"ctn_soin-product"},[t("p",{staticClass:"t_title",domProps:{innerHTML:e._s(a.Title)}}),e._v(" "),a.Title2?t("h2",{domProps:{innerHTML:e._s(a.Title2)}}):e._e(),e._v(" "),t("p",{staticClass:"t_desc",domProps:{innerHTML:e._s(a.Discription)}}),e._v(" "),t("p",{staticClass:"t_ingredients",domProps:{innerHTML:e._s(a.Ingrident)}})]),e._v(" "),t("img",{staticClass:"background",attrs:{src:a.Image.Url,alt:a.Image.AltText}})]):e._e()})),0)])]}))],2):t("div",[t("div",{staticClass:"ctn_header"},[t("h2",[t("strong",[t("span",{domProps:{innerHTML:e._s(e.data.Title)}})])]),e._v(" "),t("h3",{domProps:{innerHTML:e._s(e.data.Discription)}})]),e._v(" "),t("div",{staticClass:"ctn_soin"},e._l(e.initialData,(function(i,a){return t("div",{key:a,staticClass:"str_soin-product"},[t("div",{staticClass:"ctn_soin-product"},[t("p",{staticClass:"t_title",domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("h2",{domProps:{innerHTML:e._s(i.Title2)}}),e._v(" "),t("p",{staticClass:"t_desc",domProps:{innerHTML:e._s(i.Discription)}}),e._v(" "),t("p",{staticClass:"t_ingredients",domProps:{innerHTML:e._s(i.Ingrident)}})]),e._v(" "),t("img",{staticClass:"background",attrs:{src:i.Image.Url,alt:i.Image.AltText}})])})),0)])])])]),e._v(" "),e.StepTwoUrlshow?e._e():t("div",{staticClass:"pg_hydraphase"},[t("div",{staticClass:"obj_form obj_bloc clearfix a"},[t("div",{staticClass:"ctn_step step-1 step-dispatch step_1"},[t("p",{staticClass:"t_form",domProps:{innerHTML:e._s(e.data.FormBoxText)}}),e._v(" "),t("fieldset",[t("div",{staticClass:"ctn_form"},[t("div",{staticClass:"ctn_col"},[t("div",{staticClass:"ctn_radio var_col"},[t("div",{staticClass:"form-title",domProps:{innerHTML:e._s(e.data.ContinueText)}}),e._v(" "),e._l(e.initialData,(function(i,a){return t("div",{key:a,staticClass:"ctn_form-element"},[t("input",{attrs:{type:"radio",id:i.PanelKey,name:"PanelKey",required:"required"},domProps:{value:i.PanelKey},on:{change:function(t){return e.selectedPanel(i.PanelKey,a)}}}),e._v(" "),t("span",{staticClass:"checkmark"}),e._v(" "),t("label",{attrs:{for:i.PanelKey}},[t("span",{domProps:{innerHTML:e._s(i.Title)}}),t("p",{domProps:{innerHTML:e._s(i.Title2)}})])])}))],2),e._v(" "),e.ValidationFalse?t("p",{staticClass:"generic__error"},[e._v(e._s(e.data.ValidationMessage))]):e._e(),e._v(" "),t("p",{staticClass:"ctn_btn"},[t("a",{staticClass:"obj_btn",attrs:{target:"_blank"},on:{click:e.redirection}},[e._v(e._s(e.data.SubmitLabel))])]),t("br"),e._v(" "),e.ValidationFalse?t("p",{staticClass:"generic__error"},[e._v(e._s(e.data.ContinueText))]):e._e()])])])])])])])},ie=[],ae={name:"hub-sampleform",props:{data:{type:Object,required:!0}},data(){return{initialData:[],StepTwoUrl:"",selectedPanelKey:"",selectedPanelIndex:0,StepTwoUrlshow:!1,selectedPanelKeyUrl:"",ValidationFalse:!1}},created(){this.initialData=this.data.PanelItem,this.StepTwoUrl=this.data.StepTwoUrl.Url;const e=new URLSearchParams(window.location.search),t=Object.fromEntries(e.entries());this.selectedPanelKeyUrl=t.StepTwoUrlshow,void 0!==this.selectedPanelKeyUrl&&(this.StepTwoUrlshow=!0)},methods:{removeTags(e){return null!==e&&""!==e&&(e=e.toString(),e.replace(/(<([^>]+)>)/gi,""))},selectedPanel(e,t){this.selectedPanelKey=e,this.selectedPanelIndex=t},redirection(){let e=this.data.PanelItem[this.selectedPanelIndex].Title,t=this.data.PanelItem[this.selectedPanelIndex].Title2,i=this.removeTags(e),a=this.removeTags(t),s=encodeURIComponent(i+" "+a);""!==this.selectedPanelKey?window.location.href=`${this.StepTwoUrl}?StepTwoUrlshow=${this.selectedPanelKey}&title=${s}`:this.ValidationFalse=!0}}},se=ae,re=(0,u.A)(se,te,ie,!1,null,null,null),ne=re.exports;a["default"].component(ee.name,ee),a["default"].component(ne.name,ne),a["default"].component(A.name,A),a["default"].component(B.name,B),a["default"].component(j.name,j),a["default"].component(K.name,K);var oe,le,ce={components:{GenericForm:ee,hubSampleform:ne,GenericInput:A,GenericOptions:B,GenericDatepicker:j,GenericSelect:K}},de=i(6772),ue=i(9678),pe={name:"before-after-slider",directives:{srcset:ue.h},props:{a11yButtonAriaLabel:{type:String,required:!1,default:"Visual separator before/after application of: [Product name(s)]"},imgAfterAlt:{type:String,required:!1,default:"After"},imgAfterSrcset:{type:[Object,String],required:!0,default:void 0},imgBeforeAlt:{type:String,required:!1,default:"Before"},imgBeforeSrcset:{type:[Object,String],required:!0,default:void 0},pageCategory:{type:String,required:!0,default:"Page category"}},data(){return{userInteraction:!1,width:50}},watch:{width(){this.width<0?this.width=0:this.width>100&&(this.width=100)}},mounted(){this.$el.querySelector(".before-after-slider__button").addEventListener("touchstart",this.resizeInit,!1),this.$el.querySelector(".before-after-slider__button").addEventListener("touchstart",(()=>{this.onUserInteraction()}),{once:!0}),this.$el.querySelector(".before-after-slider__button").addEventListener("mousedown",this.resizeInit,!1),this.$el.querySelector(".before-after-slider__button").addEventListener("mousedown",(()=>{this.onUserInteraction()}),{once:!0})},methods:{onKeydown(e){const t=37,i=39,a=36,s=35;e.keyCode===t&&this.widthUpdate(-10),e.keyCode===i&&this.widthUpdate(10),e.which===a&&(e.preventDefault(),this.widthUpdate(-100)),e.which===s&&(e.preventDefault(),this.widthUpdate(100))},onUserInteraction(){this.userInteraction||(this.userInteraction=!0,this.tmPush())},resize(e){const t=this.$el.querySelector(".before-after-slider__wrapper").offsetLeft,i=this.$el.querySelector(".before-after-slider__wrapper").clientWidth;let a;"touchmove"===e.type&&(a=e.targetTouches[0].pageX),"mousemove"===e.type&&(a=e.clientX),this.width=100/i*(a-t)},resizeInit(){window.addEventListener("touchmove",this.resize,!1),window.addEventListener("touchend",this.resizeStop,!1),window.addEventListener("mousemove",this.resize,!1),window.addEventListener("mouseup",this.resizeStop,!1)},resizeStop(){window.removeEventListener("touchmove",this.resize,!1),window.removeEventListener("touchend",this.resizeStop,!1),window.removeEventListener("mousemove",this.resize,!1),window.removeEventListener("mouseup",this.resizeStop,!1)},tmPush(){l.Xj.pushDataLayer({ecommerce:void 0,event:"uaevent",eventAction:"select::before after",eventCategory:this.pageCategory,eventLabel:"before after"})},widthUpdate(e){this.width+=e,this.onUserInteraction()}}},he=pe,me=(0,u.A)(he,oe,le,!1,null,null,null),ge=me.exports,ve=(0,de.fC)({components:{BeforeAfterSlider:ge}}),_e=function(){var e=this,t=e._self._c;return t("div",{ref:"carousel",staticClass:"carousel",class:{"carousel--withCounter":e.showCounter}},[e._t("header"),e._v(" "),e.bullets||e.showNavigation?t("div",{staticClass:"carousel__utils"},[e.bullets&&e.nbPage>1?t("ul",{staticClass:"carousel__bullets",attrs:{role:"none"}},e._l(e.nbPage,(function(i){return t("li",e._g({key:i,staticClass:"carousel__bullets-item",class:{active:e.activePage===i-1},attrs:{id:i},on:{click:function(t){e.setCurrent(i-1),e.navTagging("dot","dot",i-1)}}},e.navigateWithBullets?{click:()=>e.setActive(i-1)}:{}))})),0):e._e(),e._v(" "),t("div",{staticClass:"flex--space"}),e._v(" "),e.showNavigation?t("div",{staticClass:"carousel__nav"},[t("button",{ref:"buttonPrev",staticClass:"carousel__arrow carousel__arrow--left",class:e.activePage<=0?"disabled":"",on:{click:function(t){e.setPrev(),e.navTagging("prev","arrow")}}},[t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.previousPanelText))])]),e._v(" "),t("button",{ref:"buttonNext",staticClass:"carousel__arrow carousel__arrow--right",class:e.activePage<e.nbPage-1?"":"disabled",on:{click:function(t){e.setNext(),e.navTagging("next","arrow")}}},[t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.nextPanelText))])])]):e._e()]):e._e(),e._v(" "),t("ul",{ref:"carouselWrapper",staticClass:"carousel__wrapper"},[e._t("default")],2),e._v(" "),e._t("footer")],2)},fe=[],ye={name:"carousel",props:{itemPerPageDesktop:{type:Number,required:!0},navigation:{type:Boolean,required:!1,default:!0},bullets:{type:Boolean,required:!1,default:!0},navigateWithBullets:{type:Boolean,required:!1,default:!1},showCounter:{type:Boolean,required:!1,default:!1},screenMedia:{type:String,required:!1,default:"(min-width: 1024px)"},pageCategory:{type:String,required:!1,default:"page category"},nextPanelText:{type:String,required:!1,default:"next panel"},previousPanelText:{type:String,required:!1,default:"previous panel"},navTaggingLabel:{type:[String,Array],required:!1,default:""},carouselName:{type:String,required:!1,default:"carousel"},beforeAfter:{type:Boolean,required:!1,default:!1},productName:{type:String,required:!1,default:""},sliderTitle:{type:Array/String,required:!1,default:""},imageVideoSlider:{type:Boolean,required:!1,default:!1},carouselType:{type:String,required:!1,default:""},carouselTitle:{type:String,required:!1,default:""}},data(){return{activePage:0,nbPage:0,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,showNavigation:null,location:window.document.URL}},computed:{isRtl(){let e=document.getElementById("main-container"),t=getComputedStyle(e);return"rtl"===t.direction},seoLabel(){if("string"===typeof this.navTaggingLabel)return this.navTaggingLabel.toLowerCase();{const e=this.smallScreen?1:this.itemPerPageDesktop,t=this.activePage*e,i=t+e;return`${this.carouselName}::${this.navTaggingLabel.slice(t,i).join("::")}`}}},watch:{smallScreen(){this.nSlides=this.oSlides.length,window.matchMedia(this.screenMedia).matches?this.nbPage=Math.ceil(this.nSlides/this.itemPerPageDesktop):this.nbPage=this.nSlides,this.calculateNavigationDisplay(),this.setActive(0)}},mounted(){this.addSlideWrapper(),this.swipeDetection(),this.calculateNavigationDisplay(),this.screenMobile(),this.$refs.carouselWrapper.classList.add(`carousel__wrapper--${this.itemPerPageDesktop}-col`),o.B.$on("mediaquery::changed",(e=>{this.smallScreen=!window.matchMedia("(min-width: 1024px)").matches}))},methods:{decodeHtml(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i},addSlideWrapper(){const e=this.$refs.carouselWrapper.querySelectorAll(".carousel__wrapper > *");this.oSlides=[],e.forEach((e=>{const t=document.createElement("li");t.classList.add("carousel__slide"),t.setAttribute("aria-hidden",!0),t.appendChild(e),this.$refs.carouselWrapper.appendChild(t),this.oSlides.push({slide:t})})),this.nSlides=this.oSlides.length,window.matchMedia(this.screenMedia).matches?this.nbPage=Math.ceil(this.nSlides/this.itemPerPageDesktop):this.nbPage=this.nSlides,this.setActive(0)},pushAnalytics(e=""){const t=""!==this.navTaggingLabel?this.seoLabel:this.decodeHtml(this.navTaggingLabel);var i=t;(this.sliderTitle[e-1]||null==this.sliderTitle[e-1])&&(i=this.decodeHtml(this.sliderTitle[e-1]),this.sliderTitle[e-1]);let a=this.decodeHtml(this.carouselTitle).toLowerCase();"image-video"==this.carouselType?l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t.toLowerCase()}::${i.toLowerCase()}::${e}`,cta_name:`${t.toLowerCase()}::${i.toLowerCase()}::${e}`,module_name:`slider navigate::${t.toLowerCase()}`}):"flipcard"==this.carouselType?l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:`select::${a}`,eventLabel:`${t.toLowerCase()}::${e}`,cta_name:"slider navigate::flip card",module_name:`${t.toLowerCase()}::${e}`}):l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:this.pageCategory,eventAction:`navigate::${t}`.toLowerCase(),eventLabel:`${e}::${i}`.toLowerCase(),event_name:"slider_button_click",module_name:`${t}`.toLowerCase(),cta_name:`${i}`.toLowerCase(),link_url:`${this.location}`})},pauseVideo(){Array.prototype.forEach.call(this.$el.querySelectorAll("iframe"),(e=>{e.contentWindow.postMessage('{"event":"command", "func":"pauseVideo", "args":""}',"*")}))},setActive(e){document.dispatchEvent(new CustomEvent("carouselLazyImg")),this.pauseVideo();const t=this.oSlides[e],i=this.itemPerPageDesktop*e;this.activePage=e,this.oSlides.length&&(this.resetActiveSlide(),window.matchMedia(this.screenMedia).matches?this.oSlides.slice(i,i+this.itemPerPageDesktop).forEach((e=>this.setFocus(e.slide))):this.setFocus(t.slide),this.$refs.carouselWrapper.style.transform=`translate3d(${this.isRtl?"":"-"}${this.activePage}00%, 0, 0)`),t&&t.slide&&t.slide.classList.add("active")},setFocus(e){e.setAttribute("aria-hidden",!1),e.querySelectorAll("[tabindex]:not(button), a").forEach((e=>{e.setAttribute("tabindex",0)}))},resetActiveSlide(){this.oSlides.forEach((e=>{e.slide.setAttribute("aria-hidden",!0),e.slide.classList.remove("active"),e.slide.querySelectorAll("[tabindex]:not(button), a").forEach((e=>{e.setAttribute("tabindex",-1)}))}))},setNext(){if(0==this.beforeAfter)void 0===this.navTaggingLabel&&this.pushAnalytics(this.nbPage);else{var e=this.activePage+2;this.beforeAfterTag(e)}this.activePage<this.nbPage-1&&this.setActive(this.activePage+1)},setPrev(){if(0==this.beforeAfter)void 0===this.navTaggingLabel&&this.pushAnalytics(this.nbPage-1);else{var e=this.activePage;this.beforeAfterTag(e)}this.activePage>0&&this.setActive(this.activePage-1)},setCurrent(e){this.setActive(e),void 0===this.navTaggingLabel&&this.pushAnalytics(this.activePage+1)},beforeAfterTag(e){l.Xj.pushDataLayer({event:"uaevent",event_name:"module_before_after",ecommerce:void 0,eventCategory:"product detail page",eventAction:"select::before after",eventLabel:`${e}::${[this.productName]}`,click_action:`${e}::${[this.productName]}`})},swipeDetection(){this.touchstartX=0,this.touchendX=0;const e=this.$refs.carousel;e.addEventListener("touchstart",(e=>{this.touchstartX=e.changedTouches[0].screenX}),{passive:!0}),e.addEventListener("touchend",(e=>{this.touchendX=e.changedTouches[0].screenX,this.handleGesture()}),{passive:!0})},handleGesture(){let e;const t=Math.abs(this.touchendX-this.touchstartX),i=t>30;e=this.isRtl?this.touchstartX<this.touchendX:this.touchendX<this.touchstartX,i&&(e?this.setNext():e||this.setPrev())},calculateNavigationDisplay(){this.navigation?this.navigation&&!this.smallScreen?this.showNavigation=this.nSlides>this.itemPerPageDesktop:this.showNavigation=this.nSlides>1:this.showNavigation=!1},screenMobile(){o.B.$on("mediaquery::changed",(e=>{this.smallScreen=!("small"!==e.size&&"medium"!==e.size)}))},generateSequence(e,t){for(var i="",a=e+1;a<=t;a++)i+=a+"-//-";return i.slice(0,-4)},navTagging(e,t,i=null){const a=this.$el;a.querySelector(".carousel__bullets-item.active").id;let s=0;"dot"!==e&&a.querySelector(".carousel__bullets-item.active").id&&(s=a.querySelector(".carousel__bullets-item.active").id);let r=1,n=1,o=parseInt(s);const c="next"===e?1:-1;o+=c;let d="",u="";this.smallScreen?(r=o-1,n=o,"dot"===e&&(r=parseInt(i),n=r+1),u=n,d=`${this.navTaggingLabel.slice(r,n)}`):(r=o*this.itemPerPageDesktop,n=r-this.itemPerPageDesktop,"dot"===e&&(n=parseInt(i)*this.itemPerPageDesktop,r=n+this.itemPerPageDesktop),u=n+1,d=`${this.navTaggingLabel.slice(n,r).join("-//-")}`);let p=this.navTaggingLabel.slice(n,r).length;p>1&&(u=this.generateSequence(n,n+p)),l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t}::${d}::${u}`,cta_name:`${t}::${d}::${u}`,module_name:`slider navigate::${t}`})}}},be=ye,we=(0,u.A)(be,_e,fe,!1,null,null,null),Ce=we.exports,Se=function(){var e=this,t=e._self._c;return t("div",{ref:"hcp",style:`--silderDuration: ${e.transitionTime}ms`},[e.smallScreen?t("div",{staticClass:"hpc-swipe"},[t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOptions}},[e._l(e.slides,(function(i,a){return t("swiper-slide",{key:a+0,staticClass:"hpc-card",attrs:{"data-index":a}},[t("div",{staticClass:"hpc-card__background-image",style:`backgroundImage: url(${i.OpenBackgroundImageForMobile})`}),e._v(" "),t("div",{staticClass:"hpc-card__content"},[t("div",{staticClass:"hpc-card__title"},[t("h2",{domProps:{innerHTML:e._s(i.SliderTitle)}})]),e._v(" "),t("div",{staticClass:"hpc-card__subtitle"},[t("p",{domProps:{innerHTML:e._s(i.SliderSubTitle)}}),e._v(" "),""!==i.CtaLabel?t("div",{class:e.className},[t("a",{staticClass:"btn__wrapper",attrs:{href:i.CtaLink,title:i.CtaLabel},on:{click:function(t){return e.taggingPush(i.SliderTitle,i.CtaLink)}}},[e._v(e._s(i.CtaLabel))])]):e._e()])])])})),e._v(" "),t("div",{staticClass:"swiper-pagination",attrs:{slot:"pagination"},slot:"pagination"})],2)],1):t("div",{staticClass:"hpc",class:{"hpc-four-slide":4===e.slides.length},attrs:{"aria-labelledby":"carouselheading"}},e._l(e.slides,(function(i,a){return t("figure",{key:a,staticClass:"hpc-card",class:{active:a===e.item},style:{width:a===e.item?e.activeSlideWidth:`${e.inActiveSlideWidth}px`},on:{click:function(t){return e.pauseSlide(a)},mouseover:function(t){return t.stopPropagation(),e.pauseSlideHover(a)},mouseleave:function(t){return t.stopPropagation(),e.resetOver.apply(null,arguments)}}},[t("div",{staticClass:"hpc-card__background-image -close",style:{backgroundImage:`url(${i.ClosedBackgroundImage})`,width:a===e.item?e.activeSlideWidth:`${e.inActiveSlideWidth}px`}}),e._v(" "),t("div",{staticClass:"hpc-card__background-image -open",style:{backgroundImage:`url(${i.OpenBackgroundImage})`}}),e._v(" "),t("div",{staticClass:"hpc-card__content",style:{width:a!==e.item?`${e.inActiveSlideWidth}px`:e.activeSlideWidth}},[t("div",{staticClass:"hpc-card__title"},[t("h2",{domProps:{innerHTML:e._s(i.SliderTitle)}})]),e._v(" "),t("div",{staticClass:"hpc-card__subtitle"},[t("p",{domProps:{innerHTML:e._s(i.SliderSubTitle)}}),e._v(" "),""!==i.CtaLabel?t("div",[t("a",{class:e.ctaClass,attrs:{href:i.CtaLink,title:i.CtaLabel},on:{click:function(t){return e.taggingPush(i.SliderTitle,i.CtaLink)}}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(i.CtaLabel))])])]):e._e()])])])})),0)])},ke=[],Le=i(6768),Te=i(7976),De=i.n(Te);Le.RC.use([Le.dK,Le.Ij]);const{Swiper:xe,SwiperSlide:Pe}=De()(Le.RC);var Ae,Ie,Me,Ee,$e={name:"home-page-carousel",components:{Swiper:xe,SwiperSlide:Pe},props:{slides:{type:Array,required:!0,default:void 0},staticMode:{type:Boolean,default:!1},sliderDuration:{type:Number,default:6},pageCategory:{type:String,default:"homepage"},ctaClass:{type:String,default:"btn btn--white"}},data(){return{item:0,itemNo:this.slides.length,transitionTime:1e3*(0<this.sliderDuration?this.sliderDuration:6),transition:null,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,swiperOptions:{loop:!0,initialSlide:0,speed:500,pagination:{el:".swiper-pagination",clickable:!0,type:"bullets"},autoplay:{delay:1e3*(0<this.sliderDuration?this.sliderDuration:6),disableOnInteraction:!1}},countMouseOver:0,compWidth:1440,className:this.ctaClass.includes("btn-white")?"btn btn-white":this.ctaClass}},created(){this.staticMode||this.autoTransition()},mounted(){const e=this;e.screenMobile(),o.B.$on("mediaquery::changed",(()=>{e.smallScreen=!window.matchMedia("(min-width: 1024px)").matches})),e.smallScreen&&e.staticMode&&this.autoTransition(),this.compWidth=this.$refs.hcp.getBoundingClientRect().width},methods:{taggingPush(e,t){let i=t||"none",a=e.toLowerCase().replace(/<(.|\n)*?>/g,"");l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:`${this.pageCategory}`,eventAction:"select::slider navigation",eventLabel:`${a}::${window.location.origin+i}`,cta_name:`${a}`,link_url:window.location.origin+i,module_name:"homepage_slider"})},pauseSlide(e){clearInterval(this.transition),this.item=e,this.staticMode||this.autoTransition()},pauseSlideHover(e){this.countMouseOver++,this.countMouseOver<2&&this.pauseSlide(e)},resetOver(){this.countMouseOver=0},autoTransition(){this.transition=setInterval((()=>{this.transitionSlide()}),this.transitionTime)},transitionSlide(){this.item=this.item+1,this.item>this.itemNo-1&&(this.item=0)},screenMobile(){o.B.$on("mediaquery::changed",(e=>{this.smallScreen=!("small"!==e.size&&"medium"!==e.size)}))}},beforeDestroy(){clearInterval(this.transition)},computed:{inActiveSlideWidth(){return 4===this.slides.length?(this.compWidth-520)/3:(this.compWidth-740)/2},activeSlideWidth(){return 4===this.slides.length?"520px":"740px"}}},Ve=$e,qe=(0,u.A)(Ve,Se,ke,!1,null,null,null),Be=qe.exports,Oe=(0,s.fC)({components:{Carousel:Ce,homePageCarousel:Be}}),Ne=i(4572),Fe=(0,s.fC)({components:{Collapse:Ne.A}}),He=i(9230),Re=(0,s.fC)({components:{Captcha:He.A}}),je=i(6456),Ue={name:"diagnosis-trigger",components:{Modal:je.A},directives:{tag:l.Tc},props:{firstTimeData:{type:Object,required:!1,default:void 0},nextTimeData:{type:Object,required:!1,default:void 0},cookieName:{type:String,required:!1,default:void 0}},data(){return{position:0}},computed:{positionStyle(){return{btn:`padding-bottom: ${this.position}px`}},modalContent(){return this.getCookie(this.cookieName)?this.nextTimeData:this.firstTimeData},resultPageUrl(){return this.getCookie(this.cookieName)}},mounted(){this.position=this.getPosition(),window.addEventListener("scroll",(0,s.nF)((()=>{window.pageYOffset+window.innerHeight>document.body.clientHeight-10?this.position=0:this.position=this.getPosition()}),160)),this.setFingerPrintPos(),window.addEventListener("resize",this.setFingerPrintPos)},methods:{getCookie(e){const t=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)"));return t?decodeURIComponent(t[1]):void 0},setFingerPrintPos(){let e=document.querySelector("#main-container").getBoundingClientRect();document.querySelector(".diagnosis-trigger").style.right=`${e.x}px`},getPosition(){let e=0;return document.querySelector(".sticky-wrapper")?e=document.querySelector(".sticky-wrapper").clientHeight:document.querySelector(".products-filters-sticky.is-sticky")&&(e=document.querySelector(".products-filters-sticky.is-sticky").clientHeight),e},SetPreviousPageName(){sessionStorage.setItem("lrp-previous-page-name",document.title)}}},ze=Ue,We=(0,u.A)(ze,Ae,Ie,!1,null,null,null),Ge=We.exports,Ye=(0,s.fC)({components:{diagnosisTrigger:Ge}}),Ke={name:"flipper",components:{ResponsiveImage:_["default"]},directives:{srcset:ue.h,tag:l.Tc},data(){return{isFlipped:!1}},computed:{a11yAttr(){return{front:{tabindex:this.isFlipped?-1:0},back:{tabindex:this.isFlipped?0:-1}}}},mounted(){this.$root.$on("closeflipped",(e=>{const{block:t}=e;t!==this.$refs.flipper&&this.closeFlip()}))},methods:{toggleFlip(){this.isFlipped?(this.isFlipped=!1,this.$refs.flipper.classList.remove("flip"),this.$refs.openBtn.focus(),setTimeout((()=>{this.$refs.openBtn.blur()}),100)):(this.isFlipped=!0,this.$refs.flipper.classList.add("flip"),this.$root.$emit("closeflipped",{block:this.$refs.flipper}),setTimeout((()=>{this.$refs.closeBtn.focus()}),100))},closeFlip(){this.isFlipped=!1,this.$refs.flipper.classList.remove("flip")}}},Xe=Ke,Qe=(0,u.A)(Xe,Me,Ee,!1,null,null,null),Je=Qe.exports,Ze=(0,de.fC)({components:{Flipper:Je}}),et=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.showJump,expression:"showJump"}],ref:"relSticky",class:{relsticky:!e.active,"header-active":e.headerActive}},[t("nav",{ref:"sticky",staticClass:"jump-navbar",class:{stickyblock:e.active,"mobile-sticky":e.listItemActive},attrs:{role:"navigation"}},[t("div",{staticClass:"jump-content"},[e.mobileScreen?e._e():t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOption}},[t("div",{staticClass:"swiper-button-prev",class:{"swiper-button-disabled":e.swiperAtBegain},attrs:{slot:"button-prev"},on:{click:function(t){return e.prev()}},slot:"button-prev"}),e._v(" "),e._l(e.Navlinks,(function(i,a){return t("swiper-slide",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:`select::${a+1}::${i.title.toLowerCase()}`,category:e.pageCategory,label:e.articleName(),event_name:"body_button_click",module_name:"article anchor click",cta_name:`${a+1}::${i.title.toLowerCase()}`,link_url:e.location,article_name:e.articleName()},expression:"{\n action: `select::${index + 1}::${item.title.toLowerCase()}`,\n category: pageCategory,\n label: articleName(),\n event_name: 'body_button_click',\n module_name: 'article anchor click',\n cta_name: `${index + 1}::${item.title.toLowerCase()}`,\n link_url: location,\n article_name: articleName()\n }",arg:"useractionevent"}],key:a+0,class:{"swiper-highligher":e.currentLink===a},attrs:{id:i.target,"data-index":a},nativeOn:{click:function(t){return e.slideClicked(t,a)}}},[t("h3",{staticClass:"is-4"},[t("span"),e._v(" "),t("div",{class:e.checkStringCountText(i.title),domProps:{innerHTML:e._s(i.title)}})])])})),e._v(" "),t("div",{staticClass:"swiper-button-next",class:{"swiper-button-disabled":e.swiperAtEnd},attrs:{slot:"button-next"},on:{click:function(t){return e.next()}},slot:"button-next"})],2),e._v(" "),e.mobileScreen?t("div",{staticClass:"swiper-mobile",class:{"swiper-arrow-active":e.listItemActive}},[t("div",{staticClass:"swiper-mobile-wrapper"}),e._v(" "),t("div",{staticClass:"select-custom",on:{click:function(t){return e.activeListItem(e.listItemActive)}}},[t("button",{staticClass:"select-custom__btn",attrs:{id:"current-volume","aria-label":"current-volume","aria-expanded":"false"}},[t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])])]),e._v(" "),t("swiper",{directives:[{name:"show",rawName:"v-show",value:e.listItemActive,expression:"listItemActive"}],ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOption}},e._l(e.Navlinks,(function(i,a){return t("swiper-slide",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:`select::${a+1}::${i.title.toLowerCase()}`,category:e.pageCategory,label:e.articleName(),event_name:"body_button_click",module_name:"article anchor click",cta_name:`${a+1}::${i.title.toLowerCase()}`,link_url:e.location,article_name:e.articleName()},expression:"{\n action: `select::${index + 1}::${item.title.toLowerCase()}`,\n category: pageCategory,\n label: articleName(),\n event_name: 'body_button_click',\n module_name: 'article anchor click',\n cta_name: `${index + 1}::${item.title.toLowerCase()}`,\n link_url: location,\n article_name: articleName()\n }",arg:"useractionevent"}],key:a+0,class:{"swiper-highligher swiper-highligher-blue ":e.currentLink===a},attrs:{id:i.target,"data-index":a},nativeOn:{click:function(t){return e.slideClicked(t,a,!0)}}},[t("h3",{staticClass:"is-4"},[t("span"),e._v(" "),t("div",{class:e.checkStringCountText(i.title),domProps:{innerHTML:e._s(i.title)}})])])})),1)],1):e._e()],1)])])},tt=[],it=i(4276),at={name:"jump-to",directives:{tag:l.Tc},components:{Swiper:it.Swiper,SwiperSlide:it.SwiperSlide},props:{traget:{type:String,default:"jump-to-content"},pageCategory:{type:String,default:"content page"}},data(){return{location:window.document.URL,showJump:!0,activeCurrentItem:!0,relSticky:0,customOffsetValue:100,active:!1,headerActive:!1,scrollEvent:!0,currentLink:void 0,Navlinks:[],mobileScreen:window.matchMedia("(max-width: 992px)").matches,swiperAtEnd:!1,swiperAtBegain:!0,listItemActive:!1,scrollDown:!1,lastScrollPosition:0,scrollOffset:0,swiperOption:{pagination:".swiper-pagination",watchOverflow:!0,navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev",hiddenClass:".swiper-button-hidden"},breakpoints:{1024:{slidesPerView:3,spaceBetween:40},320:{slidesPerView:1}}},offset:110,pagename:""}},created(){window.addEventListener("scroll",this.handleScroll)},beforeMount(){const e=this,t=document.getElementsByClassName("jump-to-content");if(t)return Array.prototype.map.call(t,(t=>{""!==t.dataset.target&&e.Navlinks.push({target:t.dataset.target,title:t.dataset.title})}))},mounted(){this.screenMobile();let e=0;if(window.addEventListener("scroll",(()=>{this.scrollEvent=!0;var t=window.pageYOffset||document.documentElement.scrollTop;this.customOffsetValue=t>e?100:130,e=t<=0?0:t}),!1),this.mobileScreen)if(document.querySelector(".swiper-highligher")){const e=document.querySelector(".swiper-highligher").innerHTML;document.querySelector(".swiper-mobile-wrapper").innerHTML=e}else{const e=document.querySelector(".swiper-slide ").innerHTML,t=this.removeTags(e);document.querySelector(".swiper-mobile-wrapper").innerHTML='<div class="swiper-slide-mobile"><h4 class="is-4 2"><span>1</span><div class="swiper-title-text-two-line">'+t+"</div></h4></div>"}this.lastScrollPosition=window.pageYOffset,window.addEventListener("scroll",this.handleScroll)},beforeUpdate(){this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},destroyed(){window.removeEventListener("scroll",this.handleScroll)},methods:{articleName(){let e=document.getElementsByClassName("breadcrumb__item");if(null!=e){let t=e.length,i=e.length>0?e[t-1].innerHTML:"";return this.decodeHtmlstring(i).toLowerCase()}},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ").trim();return i},checkStringCountText(e){const t=e;return t.length>23?"swiper-title-text-two":"swiper-title-text"},removeTags(e){return null!==e&&""!==e&&(e=e.toString(),e.replace(/(<([^>]+)>)/gi,""))},activeListItem(e){this.listItemActive=!0,this.activeCurrentItem=!1,!0===e&&(this.listItemActive=!1)},slideClicked(e,t,i=!1){if(!0===i){this.listItemActive=!1,this.activeCurrentItem=!0,this.active=!0;const e=document.querySelectorAll(".swiper-slide")[t].innerHTML,i=this.removeTags(e),a=t+1;this.offset=90;let s="";s=i.length>23?'<div class="swiper-title-text-two-line">'+this.removeTags(i)+"</div>":'<div class="swiper-title-text-line">'+this.removeTags(i)+"</div>",document.querySelector(".swiper-mobile-wrapper").innerHTML='<div class="swiper-slide-mobile"><h4 class="is-4"><span>'+a+"</span>"+s+"</h4></div>"}const a=document.querySelector("[data-target="+e.currentTarget.id+"]");if(a){const e=a.offsetTop,i=e-this.offset;window.scrollTo({top:i,behavior:"smooth"}),this.currentLink=t,this.scrollEvent=!1}},handleScroll(){this.listItemActive=!1;const e=this.$refs.relSticky,t=Math.round(window.scrollY),i=document.querySelector(".jump-navbar");if(e&&i){this.relSticky=e.getBoundingClientRect().top;const a=i.parentElement.offsetTop;if(a>=t?(this.active=!1,this.$refs.swiper.$swiper.slideTo(0)):this.active=!0,this.headerActive=this.$parent.$children[0].showHeader,!0===this.scrollEvent&&this.updateHighlighter(),window.pageYOffset<0)return;if(Math.abs(window.pageYOffset-this.lastScrollPosition)<this.scrollOffset)return;this.scrollDown=window.pageYOffset<this.lastScrollPosition,this.lastScrollPosition=window.pageYOffset}},updateHighlighter(){const e=document.querySelectorAll(".swiper-slide").length,t=document.querySelectorAll(".jump-to-content"),i=new IntersectionObserver((i=>{i.forEach(((a,s)=>{if(s<i.length-1){const i=t[s],r=t[s+1];if(a.isIntersecting&&a.intersectionRatio>=.3){if(i.classList.add("visible"),r&&r.classList.remove("visible"),this.currentLink>s&&this.prev(),s>this.currentLink&&this.next(),this.currentLink=s,e>=s+1&&(e==s+1&&(this.currentLink=s),this.mobileScreen)){const e=s+1;if(document.querySelector(".swiper-highligher")){const t=document.querySelector(".swiper-highligher").innerHTML;let i="";const a=this.removeTags(t);i=a.length>23?'<div class="swiper-title-text-two-line">'+this.removeTags(t)+"</div>":'<div class="swiper-title-text-line">'+this.removeTags(t)+"</div>",document.querySelector(".swiper-mobile-wrapper").innerHTML='<div class="swiper-slide-mobile"><h4 class="is-4"><span>'+e+"</span>"+i+"</h4></div>"}else{const t=document.querySelector(".swiper-slide").innerHTML;let i="";const a=this.removeTags(t);i=a.length>52?'<div class="swiper-title-text-two-line">'+this.removeTags(t)+"</div>":'<div class="swiper-title-text-line">'+this.removeTags(t)+"</div>",document.querySelector(".swiper-mobile-wrapper").innerHTML='<div class="swiper-slide-mobile"><h4 class="is-4"><span>'+e+"</span>"+i+"</h4></div>"}}}else i.classList.remove("visible"),r&&r.classList.add("visible"),s===t.length-1?this.next():this.prev}}))}),{threshold:.3});t.forEach((e=>{i.observe(e)}))},prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},screenMobile(){const e=document.querySelectorAll("jump-to-content");this.showJump=e.length<=1,o.B.$on("mediaquery::changed",(e=>{this.mobileScreen=!("small"!==e.size&&"medium"!==e.size)}))}}},st=at,rt=(0,u.A)(st,et,tt,!1,null,null,null),nt=rt.exports,ot=(0,s.fC)({components:{jumpTo:nt}}),lt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"field field--radio",attrs:{role:"group"}},[t("input",{staticClass:"input",attrs:{type:"radio",id:e.value,name:"ratings"},domProps:{value:e.value,checked:e.value===e.radioValue},on:{change:function(t){return e.handleRadioChange(e.value)}}}),e._v(" "),t("label",{staticClass:"radio",attrs:{for:e.value}},[e._v("\n "+e._s(e.displayText)+"\n ")])])},ct=[],dt=i(5353);function ut(e){const t=e.replace(/^\?/,"");return t?t.split("&").reduce(((e,t)=>{const i=t.split("=")[0],a=decodeURIComponent(t.split("=")[1]).trim();return a&&(e[i]=a.split(",")),e}),{}):{}}var pt={data(){return{radioValue:""}},props:{value:{type:String,required:!0},displayText:{type:String,required:!0}},beforeMount(){let e=ut(window.location.search).sortBy;e&&this.handleRadioChange(e.toString(),!0)},methods:{...(0,dt.i0)(["sortBy"]),handleRadioChange(e,t=!1){this.$store.commit("setDropdownRef",!0),setTimeout((()=>{this.$store.commit("setDropdownRef",!1)}),50),this.radioValue=e,t?this.$store.commit("sortBy",e):this.sortBy(e)}},computed:{...(0,dt.L8)({sortByValue:"getSortBy"})},watch:{sortByValue:{handler(){!this.sortByValue&&(this.radioValue="")}}}},ht=pt,mt=(0,u.A)(ht,lt,ct,!1,null,null,null),gt=mt.exports,vt=(0,s.fC)({components:{RadioSelection:gt}}),_t=function(){var e=this,t=e._self._c;return t("div",{staticClass:"loader",class:{"-show":e.show},attrs:{"aria-hidden":"true"}},[t("div",{staticClass:"loader__wrapper"},[t("div",[t("svg",{staticClass:"loader__circular",attrs:{viewBox:"25 25 50 50","aria-hidden":"true"}},[t("circle",{staticClass:"loader__path",attrs:{cx:"50",cy:"50",r:"20",fill:"none","stroke-width":"2","stroke-miterlimit":"10"}})])]),e._v(" "),t("div",{staticClass:"loader__content"},[e._t("default")],2)])])},ft=[],yt={name:"loader",props:{show:{type:Boolean,default:!1,required:!0}}},bt=yt,wt=(0,u.A)(bt,_t,ft,!1,null,null,null),Ct=wt.exports,St=(0,s.fC)({components:{Loader:Ct}});async function kt(e,t){const i=await fetch(`${window.location.origin}/${e}`),a=await i.json();a.status&&window.location.replace(t)}const Lt={name:"logout",bind:(e,t)=>{e.addEventListener("click",(i=>{i.preventDefault(),kt(t.value,e.getAttribute("href"))}))}};var Tt=(0,s.fC)({directives:{logout:Lt}}),Dt=function(){var e=this,t=e._self._c;return t("div",[t("select-multiple",{attrs:{placeholder:e.label,count:e.count},model:{value:e.localValue,callback:function(t){e.localValue=t},expression:"localValue"}},[e._t("default")],2)],1)},xt=[],Pt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"select-multiple"},[t("panel",{ref:"dropdown",staticClass:"panel--field",scopedSlots:e._u([{key:"toggleButton",fn:function(i){return t("button",{staticClass:"select-multiple__toggle",class:{"-is-selected":e.localValue&&e.localValue.length},attrs:{"aria-expanded":i.expanded?"true":"false"},on:{click:i.panelToggler}},[e._v("\n "+e._s(e.placeholder)),t("span",[e._v(e._s(e.count))])])}}])},[e._v(" "),t("fieldset",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.closeDropdown,expression:"closeDropdown"}],staticClass:"select-multiple__fieldset"},[t("legend",{staticClass:"select-multiple__label"},[e._v(e._s(e.placeholder))]),e._v(" "),t("ul",{staticClass:"select-multiple__list"},[e._t("default")],2)])])],1)},At=[],It=i(7237),Mt=i(6548),Et={name:"select-multiple",components:{Panel:It.A},directives:{clickoutside:Mt.K},props:{value:{type:void 0,required:!1,default:void 0},placeholder:{type:String,required:!0},count:{type:String,required:!1}},data(){return{localValue:this.value,selectMultiple:{items:{},label:null,modelValue:this.localValue,setMultipleValue:this.setMultipleValue}}},provide(){const e=this.selectMultiple;return{selectMultiple:e}},watch:{value(e){this.localValue=e},localValue:{immediate:!0,handler(e){this.$emit("input",e),this.selectMultiple.modelValue=this.localValue}}},mounted(){this.localValue||this.initialLocalValueByDefault()},methods:{closeDropdown(){setTimeout((()=>{this.getDropdownRefState||this.$refs.dropdown.closePanel()}),50)},setMultipleValue(e){this.toggleArrayValue(e)},toggleArrayValue(e){const t=this.localValue.indexOf(e),i=t>-1;this.localValue=i?this.arrayAccessorRemove(this.localValue,t):this.localValue.concat([e])},arrayAccessorRemove(e,t){const i=e.slice(0,t),a=e.slice(t+1,e.length);return i.concat(a)},initialLocalValueByDefault(){this.localValue=this.setLocalValueIfMultiple()},setLocalValueIfMultiple(){this.localValue=this.isLocalValueSet()?[this.localValue]:[]},isLocalValueSet(){return void 0!==this.localValue&&null!==this.localValue}},computed:{...(0,dt.L8)(["getDropdownRefState"])}},$t=Et,Vt=(0,u.A)($t,Pt,At,!1,null,null,null),qt=Vt.exports,Bt={name:"product-filter",components:{SelectMultiple:qt},props:{taggingCategory:{type:String,required:!1,default:void 0},type:{type:String,required:!0,default:void 0},value:{type:Array,required:!1,default:()=>[]},placeholder:{type:String,required:!0}},data(){return{mounting:!1,selectedFiltersCount:0,quickSort:!1}},computed:{localValue:{get(){return this.$store.getters.getFilter(this.type)},set(e){if(this.mounting){this.setFilterValue({type:this.type,value:e});let t=e[e.length-1];this.selectedFiltersCount<e.length&&this.quickSort&&l.Xj.pushDataLayer({event:"uaevent",event_name:"use_filters",ecommerce:"undefined",eventCategory:this.taggingCategory,eventAction:"filter",eventLabel:`filter_tags::${t.toLowerCase()}`,filter_type:"filter",filter_value:`filter_tags::${t.toLowerCase()}`}),this.selectedFiltersCount=e.length}}},label(){return this.placeholder},count(){const e=this.$store.getters.getFilter(this.type);return e.length>=1?`(${e.length})`:""}},watch:{value(e){this.$store.commit("filters",{type:this.type,value:e})}},created(){this.mounting=!1;const e=ut(window.location.search);this.$store.commit("filters",{type:this.type,value:e[this.type]||this.value})},mounted(){this.mounting=!0,window.eventBus.$on("quicksortTrigger",(e=>{this.quickSort=e})),this.$nextTick((()=>{this.selectedFiltersCount=this.localValue}))},destroyed(){this.$store.commit("deleteFilter",this.type)},methods:{...(0,dt.i0)(["setFilterValue"])}},Ot=Bt,Nt=(0,u.A)(Ot,Dt,xt,!1,null,null,null),Ft=Nt.exports,Ht=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.showFilter,expression:"showFilter"}],staticClass:"products-filters"},[t("div",{staticClass:"products-filters__wrapper"},[t("div",{staticClass:"products-filters-sticky"},[t("div",{staticClass:"products-filters__container"},[t("div",{staticClass:"products-filters__select-wrapper"},[t("button",{staticClass:"products-filters__close",on:{click:e.closeFilter}},[t("svg",{attrs:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 12.9636L12.9636 -1.50258e-06L15.4385 2.47487L2.47487 15.4385L0 12.9636Z",fill:"black"}}),e._v(" "),t("rect",{attrs:{x:"2.47485",width:"18.3333",height:"3.5",transform:"rotate(45 2.47485 0)",fill:"black"}})])]),e._v(" "),e._t("default")],2)]),e._v(" "),t("loader",{staticClass:"products-filters__loader-wrapper",attrs:{show:e.productsLoading}},[e._t("loading")],2)],1),e._v(" "),t("div",{staticClass:"products-filters__cta-wrapper"},[e.viewresults||e.getFilterSortCta?e._t("viewresult",null,{fetchProducts:e.fetchProducts}):e._e(),e._v(" "),e.viewresults||e.getFilterSortCta?e._t("clear",null,{clearFilters:e.clearFiltersProducts}):e._t("close",null,{closeFilters:e.closeFilter})],2)])])},Rt=[],jt=i(8165);class Ut{constructor(e){e?(this.mqs=e,this.matchMediaItems=this.nomockcreateWorkingData(),this.bind()):console.error("No media queries object given")}nomockcreateWorkingData(){return this.mqs.map((e=>Ut.createMatchMediaItem(e)))}static createMatchMediaItem(e){return{query:e.mq,selected:e.selected,size:e.size,matchMedia:window.matchMedia(e.mq)}}bind(){this.matchMediaItems.forEach((e=>{e.matchMedia.addListener((()=>{e.matchMedia.matches&&this.select(e.query)}))}))}select(e){this.unselectAll();const t=this.matchMediaItems.find((t=>t.query===e));return t.selected=!0,jt.B.$emit("mediaquery::changed",t),t}unselectAll(){return this.matchMediaItems.forEach((e=>{e.selected=!1})),this.matchMediaItems}getCurrentMq(){return this.matchMediaItems.find((e=>!0===e.selected))}getMqForSize(e){return this.matchMediaItems.find((t=>t.size===e))}static for(e){return this.nomockgetMqHandler().getMqForSize(e).selected}static nomockgetMqHandler(e){return this.$mqHandler||(this.$mqHandler=new Ut(this.nomockreadCSS(e))),this.$mqHandler}static nomockreadCSS(e){const t=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css";const a=this.nomockcreateCSSRules(e);i.appendChild(document.createTextNode(a)),t.appendChild(i);const s=JSON.parse(window.getComputedStyle(document.querySelector("body"),":before").getPropertyValue("content").replace(/\\/g,"").slice(1,-1));return document.querySelector("head").removeChild(i),s}static nomockcreateCSSRules(e={}){const{small:t=768,medium:i=1024}=e;return`\n body::before {\n content: '[{"mq":"(max-width: ${t-1}px)","selected":true,"size":"small"},{"mq":"(min-width: ${t}px) and (max-width: ${i-1}px)","selected":false,"size":"medium"},{"mq":"(min-width: ${i}px)","selected":false,"size":"large"}]';\n }\n @media (min-width: ${t}px) {\n body::before {\n content: '[{"mq":"(max-width: ${t-1}px)","selected":false,"size":"small"},{"mq":"(min-width: ${t}px) and (max-width: ${i-1}px)","selected":true,"size":"medium"},{"mq":"(min-width: ${i}px)","selected":false,"size":"large"}]';\n }\n }\n @media (min-width: ${i}px) {\n body::before {\n content: '[{"mq":"(max-width: ${t-1}px)","selected":false,"size":"small"},{"mq":"(min-width: ${t}px) and (max-width: ${i-1}px)","selected":false,"size":"medium"},{"mq":"(min-width: ${i}px)","selected":true,"size":"large"}]';\n }\n }\n `.split("\n").map((e=>e.trim())).join("")}}const zt={name:"sticky",inserted(e,t){const i=e.querySelector(t.value);let a,r;const n=()=>{Ut.for("large")?(a=e.getBoundingClientRect(),r=a.bottom,r<0?(i.classList.add("is-sticky"),e.style.height=`${a.height}px`):(i.classList.remove("is-sticky"),e.style.height="auto")):i.classList.remove("is-sticky")};e.handler=(0,s.nF)(n,160),window.addEventListener("scroll",e.handler),o.B.$on("mediaquery::changed",e.handler)},unbind(e){window.removeEventListener("scroll",e.handler),o.B.$off("mediaquery::changed",e.handler)}};var Wt={name:"product-filters",components:{Loader:Ct},directives:{sticky:zt},data(){return{showFilter:!1,containerElement:null}},computed:{...(0,dt.L8)(["productsLoading","getFilterSortCta"]),viewresults(){let e=this.$store.getters.getToltalFilter,t=0;return Object.keys(e).forEach(((i,a)=>{"sortBy"!=i&&e[i].length>=1&&(t+=1)})),t>=1||this.$store.getters.getSortBy}},props:{taggingCategory:{type:String,required:!1,default:void 0},isSortAvailable:{default:!0,type:Boolean}},beforeMount(){window.eventBus.$on("toggleProductFilter",(()=>{setTimeout((()=>{this.handleClassOnScroll()}),500)})),document.addEventListener("click",(e=>{if("products-filters"==e.target.className||"products-filters noSort"==e.target.className){let e=document.getElementsByTagName("body");e&&e[0].classList.remove("filterPopup"),this.showFilter=!1}}))},mounted(){this.popHistoryListener=e=>this.setState(e.state),window.addEventListener("popstate",this.popHistoryListener),window.eventBus.$on("openFilterModel",(e=>{e&&(this.showFilter=e)})),this.containerElement=document.querySelector(".products-filters__select-wrapper")},destroyed(){window.removeEventListener("popstate",this.popHistoryListener)},methods:{gaTagging(){let e,t,i=this.$store.getters.getToltalFilter,a=this.$store.getters.getSortBy,s="",r="";""!=a&&(s+="sort by::"+a.toLowerCase()+"-//-",e=!0);for(let o in i){let e;i[o].length>0&&"sortBy"!=o&&(e=o.toLowerCase(),i[o].forEach(((t,i)=>{e+="::"+t.toLowerCase()})),s+=e+"-//-",t=!0)}r=t&&e?"filter-//-sort":t?"filter":"sort";let n=s.slice(0,-4);window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventLabel:n,eventAction:r,eventCategory:this.taggingCategory,event_name:"use_filters",filter_type:r,filter_value:n}),this.eventAction=[]},handleClassOnScroll(){let e=document.querySelector(".products-filters__wrapper");this.containerElement&&((0==this.containerElement.scrollHeight&&0==this.containerElement.clientHeight||this.containerElement.scrollHeight==this.containerElement.clientHeight)&&!e.classList.contains("overflow")&&e.classList.add("overflow"),this.containerElement.scrollHeight>this.containerElement.clientHeight&&e.classList.contains("overflow")&&e.classList.remove("overflow"))},async fetchProducts(){this.gaTagging(),this.$store.commit("filterSortCta",!0),await this.$store.dispatch("fetchFilterProducts",!0),this.showFilter=!this.showFilter,window.eventBus.$emit("quicksort"),window.eventBus.$emit("closefilter",this.showFilter);let e=document.getElementsByTagName("body");e&&e[0].classList.remove("filterPopup")},closeFilter(){this.showFilter=!this.showFilter,window.eventBus.$emit("closefilter",this.showFilter);let e=document.getElementsByTagName("body");e&&e[0].classList.remove("filterPopup")},async clearFiltersProducts(){await this.$store.dispatch("clearFiltersProducts",!0),window.eventBus.$emit("quicksort")},...(0,dt.i0)(["setState","formHistory"])},watch:{showFilter:{handler(){this.showFilter&&this.handleClassOnScroll()}}}},Gt=Wt,Yt=(0,u.A)(Gt,Ht,Rt,!1,null,null,null),Kt=Yt.exports,Xt=function(){var e=this,t=e._self._c;return t("div",{staticClass:"product-list",attrs:{id:e.productListId}},[e.products?[e.showTitle?e._t("title"):e._e(),e._v(" "),t("ul",{staticClass:"product-list container--is-maxwidth",class:e.getListType},e._l(e.products,(function(i,a){return t("li",{key:a,staticClass:"product-list__item"},[t("input",{attrs:{type:"hidden","data-product-id":`${i.productId}`},domProps:{value:JSON.stringify(i)}}),e._v(" "),!e.renderItems||"article"!==e.getListType&&"simple"!==e.getListType?e.renderItems&&"ingredient"===e.getListType?[t("div",{staticClass:"ingredient"},[t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:i.action,label:i.ingredientName,category:i.category},expression:"{\n action: product.action,\n label: product.ingredientName,\n category: product.category,\n }",arg:"useractionevent"}],staticClass:"ingredient__name",attrs:{href:i.ingredientLink,tabindex:"0"},domProps:{innerHTML:e._s(i.ingredientName)}}),e._v(" "),t("p",{staticClass:"ingredient__content",domProps:{innerHTML:e._s(i.ingredientContent)}}),e._v(" "),t("a",{class:e.ctaClass,attrs:{href:i.ingredientLink}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.ctaLabelDecoded)+"\n ")])])])]:!e.renderItems||"concern"!==e.getListType&&"range"!==e.getListType&&"mol"!==e.getListType?!e.listItems&&""===e.getListType||"product"===e.getListType?t("product-card",{attrs:{"product-name":{text:i.productName,html:i.productNameHtml},"product-short-description":i.productShortDescription,"product-url":i.productUrl,tagging:i.tagging,packshot:i.packshot,"cta-label":e.ctaLabelDecoded,"star-rating-text":i.starRatingText,"average-rating":Number(i.averageRating),"inactive-color":i.inactiveColor,"active-color":i.activeColor,"is-rating-enabled":`${"true"===String(i.isRatingEnabled).toLowerCase()}`,"is-bazaarvoice-activated":`${"true"===String(i.IsBazaarvoiceActivated).toLowerCase()}`,"border-color":i.activeColor,"product-id":`${i.productId}`,"product-item-id":`${i.productItemId}`,"border-width":"1","aria-hidden":"true","is-buynow-enabled":`${"true"===String(e.buyNowEnable).toLowerCase()}`,"buynow-cta-text":e.buyNowLabel,"total-rating-count":i.starRatingText,"data-variant-ean":"","initial-data":"","data-bynow-tagging":"","error-messgage":"","product-data-id":i.productId,"page-category":e.pageCategory,"is-count-in-brackets":e.isCountInBrackets}}):e._e():t("concern-card",{attrs:{"src-set":i.srcset,"img-src":i.src,"img-alt":i.alt,"item-url":i.href,"item-title":i.description,tagging:{label:i.descriptionNoHTml,category:i.pageType},"cta-label":e.ctaLabelDecoded}}):t("article-card",{attrs:{"src-set":i.srcset,"img-src":i.src,"img-alt":i.alt,"item-url":i.href,"item-title":i.title,tagging:{label:i.titleNoHtml,category:i.pageType},"cta-label":e.ctaLabelDecoded}})],2)})),0),e._v(" "),e._t("loadmore")]:[e._t("title"),e._v(" "),e._t("default",null,{productpopin:e.openProductPopin})]],2)},Qt=[];function Jt(e){return console.log(e.map(Zt)),e.map(Zt)}function Zt(e,t){const{ProductID:i,ProductItemID:a,ProductUrl:s,ProductName:r,ProductNameHtml:n,MainImage:o,Brand:l,ProductList:c,ShortDescription:d,Currency:u,Category:p,Dimension35:h="",Dimension36:m="",Dimension37:g="",Dimension38:v="",Dimension39:_="",Dimension40:f="",StarRatingText:y,AverageRating:b,InactiveColor:w,ActiveColor:C,IsRatingEnabled:S,isBazaarvoiceActivated:k}=e;return{productId:i,productItemId:a,productName:r,productNameHtml:n,productUrl:s,starRatingText:y,averageRating:b,inactiveColor:w,activeColor:C,isRatingEnabled:S,IsBazaarvoiceActivated:k,packshot:{src:o,alt:""},productShortDescription:d,tagging:{productId:i,productName:r,productPosition:t,productBrand:l,productList:c,productCurrency:u,productCategory:p,productDimension35:h,productDimension36:m,productDimension37:g,productDimension38:v,productDimension39:_,productDimension40:f}}}var ei={name:"product-list",directives:{tag:l.Tc},components:{"product-card":()=>Promise.resolve().then(i.bind(i,8851)),"article-card":()=>Promise.resolve().then(i.bind(i,3889)),"concern-card":()=>i.e(210).then(i.bind(i,210))},props:{listItems:{type:Array,default(){return null}},productListId:{type:String,required:!0,default:void 0},ctaLabel:{type:String,required:!1,default:""},ctaClass:{type:String,default:"cta cta--light"},buyNowLabel:{type:String,default:""},buyNowEnable:{type:Boolean,default:!1},isCountInBrackets:{type:Boolean,default:!0}},data(){return{items:null,renderItems:!1,pageCategory:""}},computed:{...(0,dt.L8)(["getListType"]),products(){return this.$store.getters.getProducts(this.productListId)},showTitle(){return!!this.products.length},ctaLabelDecoded(){return this.decodeHTML(this.ctaLabel)}},watch:{getListType(){this.initInStore(),this.renderItems=!0}},created(){this.initInStore()},mounted(){this.pageCategory=window.wsf.AnalyticsVariables.pageCategory?window.wsf.AnalyticsVariables.pageCategory:""},destroyed(){this.$store.commit("deleteProducts",this.productListId)},methods:{decodeHTML(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},initInStore(){this.$nextTick((()=>{this.listItems?(this.$store.commit("products",{productListId:this.productListId,value:this.makeItems()}),this.$store.commit("initialItemsSize",this.makeItems().length)):this.$store.commit("products",{productListId:this.productListId,value:this.listItems})}))},makeItems(){return"product"!==this.getListType?this.listItems:Jt(this.listItems)},openProductPopin(e){window.eventBus.$emit("openProductPopin",{id:e,disableColorTheme:!1})}}},ti=ei,ii=(0,u.A)(ti,Xt,Qt,!1,null,null,null),ai=ii.exports,si=function(){var e=this,t=e._self._c;return t("div",{staticClass:"product-list-container"},[e.listItems.LoadMore&&!e.getNoMoreProducts?t("div",{staticClass:"product-list__numberofproducts"},[e._v("\n "+e._s(e.getTotalProductCount)+" "+e._s(e.listItems.ProductLabel||"PRODUCTS")+"\n ")]):e._e(),e._v(" "),e.getNoMoreProducts||e.getIsFilterClick?e.getNoMoreProducts?t("div",{staticClass:"noResult"},[t("h4",[e._v(e._s(e.getTotalProductCount)+" "+e._s(e.listItems.ProductLabel||"PRODUCTS"))]),t("p",{domProps:{innerHTML:e._s(e.listItems.ZeroProductMessage)}})]):e._e():t("ul",{staticClass:"product-list"},[e._l(e.getFilterProducts,(function(i,a){return[null!==i.RangeType?t("li",{key:a,staticClass:"product-list__item",class:"Double Column"===i.RangeType?"doubleColumn":""},["ProductList"===i.RangeType?t("product-card",{attrs:{"product-name":{text:i.Name,html:i.Name},"product-short-description":i.Description,"product-url":i.CTALink,tagging:i.TaggingEvents,packshot:i.Packshot,"cta-label":e.listItems.CTAText,"is-buynow-enabled":e.listItems.IsBuyNowEnabled,"buynow-cta-text":e.listItems.BuyNowCTAText,"average-rating":Number(i.AverageRating),"inactive-color":e.listItems.InActiveColor,"active-color":e.listItems.ActiveColor,"is-rating-enabled":String(e.listItems.IsRatingEnabled),"is-bazaarvoice-activated":e.listItems.IsBazaarvoiceActivated,"border-color":e.listItems.BorderColor,"aria-hidden":"true","product-tag":i.ProductTag,"total-rating-count":i.TotalRatingCount,position:a,"product-id":i.ProductId,"product-data-id":i.ItemID,"page-category":e.pageCategory,"is-checkitout-enabled":e.listItems.IsCheckItOutEnabled}}):"Double Column"===i.RangeType&&"Option2"===i.PushType?[t("big-quote",{attrs:{title:i.Name,"author-icon":i.Packshot.MainImage,"alt-text":i.Packshot.ImageAlt,"author-name":i.ProductTag,"author-description":i.Description,"title-hn-tag":i.ProductEanNumber,"color-theme":"","background-color":""}})]:[t("content-push",{attrs:{"content-push":i,position:a,"page-category":e.pageCategory}})]],2):e._e()]}))],2),e._v(" "),t("div",{staticClass:"loader-container"},[t("div",{ref:"loadMore",staticClass:"loadMore-trigger"}),e._v(" "),t("transition",{attrs:{name:"fade"}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.productsLoading,expression:"productsLoading"}],staticClass:"loader-css"},[e._v("Loading")])])],1)])},ri=[],ni={name:"product-range-list",components:{"product-card":()=>Promise.resolve().then(i.bind(i,8851)),"content-push":()=>Promise.resolve().then(i.bind(i,9962)),"big-quote":()=>Promise.resolve().then(i.bind(i,9389))},props:{rangeData:{type:Object,default(){return null}},apiUrl:{type:String,required:!0,default:"api/lrpproductlist/ProductListDetailsLoadMore"},pageCategory:{type:String}},data(){return{onLoad:!0,loading:!1,nextItem:1,productTagList:[],productTags:[],postDataObj:{ProductListId:`${this.rangeData.ProductListId}`,Age:"",Concern:"",Format:"",NewOrBestseller:"",PPD:"",ProductType:"",SkinBenefit:"",SkinType:"",SPF:"",SubRange:"",SunProtectionType:"",Texture:"",ValidityAfterOpening:"",Zone:"",skipCount:12,takeCount:12,filter:!1,SortBy:""},listItems:{},stopLoadMore:!1,stop:!1}},computed:{...(0,dt.L8)(["getFilterProducts"]),...(0,dt.L8)(["getStopApIcall"]),...(0,dt.L8)(["getNoMoreProducts","productsLoading","getTotalProductCount","getIsFilterClick"]),isFilterEnabled(){let e=!1,t=ut(window.location.search),i=Object.keys(t);for(let a=0;a<i.length;a++)if(t[i[a].length]){e=!0;break}return e}},created(){window.addEventListener("scroll",this.handleScroll)},destroyed(){window.removeEventListener("scroll",this.handleScroll)},mounted(){this.listItems=this.rangeData,this.$store.dispatch("storeProductListId",this.listItems.ProductListId),this.$store.dispatch("storeInitialData",this.listItems.RangeList),this.$store.dispatch("storeTotalProductCount",this.listItems.TotalProductCount),this.$store.dispatch("storeZeroProductMessage",this.listItems.ZeroProductMessage)},methods:{async handleScroll(){if(this.isFilterEnabled&&this.onLoad)this.onLoad=!1;else{const e=this.$refs.loadMore.getBoundingClientRect();e.top<=window.innerHeight&&!this.stop&&(this.listItems.LoadMore||"true"===this.listItems.LoadMore)&&!this.getStopApIcall&&(this.stop=!0,this.getFilterProducts.length>=12&&await this.$store.dispatch("fetchFilterProducts",!1),this.stop=!1)}}}},oi=ni,li=(0,u.A)(oi,si,ri,!1,null,null,null),ci=li.exports,di=i(8851),ui=function(){var e=this,t=e._self._c;return t("div",{staticClass:"quick-sort"},["True"===e.isQuickFilterEnable?t("div",[e._t("quick-sort",null,{clickButton:e.clickQuickSort})],2):e._e(),e._v(" "),!e.hideandshowbtn||"True"!==e.viewModel&&"True"!==e.sortFilter?e._e():e._t("filter-cta",null,{filterMenuOpen:e.openFilter})],2)},pi=[],hi={name:"product-quick-sort",props:{isQuickFilterEnable:{default:""},viewModel:{default:""},sortFilter:{default:""}},data(){return{filterOpen:!1,hideandshowbtn:!0}},mounted(){let e=ut(window.location.search);(e.age||e.concern||e.skinBenefit||e.skinType||e.sortBy)&&this.quickSortButtonEnable(!0),this.dynamicClassAdd(),window.eventBus.$on("quicksort",(()=>this.quickSortButtonEnable())),window.eventBus.$on("closefilter",(e=>{window.innerWidth<=1024&&e||(this.hideandshowbtn=!0)}))},methods:{...(0,dt.i0)(["setFilterValue","setQuickFilterValue"]),dynamicClassAdd(){document.addEventListener("click",(e=>e.target.classList.contains("quick-sort__button")&&e.target.classList.toggle("active")))},quickSortButtonEnable(e=!1){let t=this.$store.getters.getToltalFilter;const i=document.querySelectorAll(".quick-sort__button");let a=[];for(let s in t)t[s].length&&(a=a.concat(t[s]));i.forEach((e=>a.includes(e.id)?e.classList.add("active"):e.classList.remove("active"))),e&&this.$store.dispatch("fetchFilterProducts",!0)},openFilter(){window.innerWidth<=1024?this.hideandshowbtn=!1:this.hideandshowbtn=!0,this.filterOpen=!0;let e=document.getElementsByTagName("body");e&&e[0].classList.add("filterPopup"),window.eventBus.$emit("openFilterModel",this.filterOpen)},async clickQuickSort(e,t){""!=t&&window.eventBus.$emit("quicksortTrigger",!0),this.setQuickFilterValue({type:e,value:t}),await this.$store.dispatch("fetchFilterProducts",!0)}}},mi=hi,gi=(0,u.A)(mi,ui,pi,!1,null,null,null),vi=gi.exports,_i=function(){var e=this,t=e._self._c;return t("div",{staticClass:"select-multiple"},[t("panel",{ref:"sortdropdown",staticClass:"panel--field",attrs:{defaultOpen:!0,individualInstance:!0},scopedSlots:e._u([{key:"toggleButton",fn:function(i){return t("button",{staticClass:"select-multiple__toggle",attrs:{"aria-expanded":i.expanded?"true":"false"},on:{click:i.panelToggler}},[e._v("\n "+e._s(e.sortLabel)+"\n ")])}}])},[e._v(" "),e._t("default")],2)],1)},fi=[],yi={name:"product-sort",data(){return{}},components:{Panel:It.A},props:{sortLabel:{type:String,default:"Sort by"}}},bi=yi,wi=(0,u.A)(bi,_i,fi,!1,null,null,null),Ci=wi.exports,Si=function(){var e=this,t=e._self._c;return t("div",{attrs:{"sxa-component":""}},[t("div",{staticClass:"component-content"},[t("div",{staticClass:"container--is-fullwidth"},[t("div",{staticClass:"container container--is-maxwidth"},[t("div",{staticClass:"ingredients-list-container"},[t("div",{staticClass:"ingredient-header",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),e.smallScreen?t("div",{staticClass:"ingredients-list mobile"},[t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOptions},on:{slideChange:e.slideChangeEvent}},e._l(e.keyIngredientsArray,(function(i,a){return t("swiper-slide",{key:a,staticClass:"ingredients-list__item"},[t("div",{staticClass:"ingredients-card",class:{"re-animate":!e.isVisible&&0===a}},[t("div",{staticClass:"ingredients-card__content"},[t("div",{staticClass:"ingredients-card__img-wrapper"},[t("div",{staticClass:"ingredients-card__caption",domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("img",{staticClass:"ingredients-card__img",attrs:{src:i.Keyimage,alt:"Anthelios uv mune 400"}})]),e._v(" "),t("div",{staticClass:"ingredients-card__description",domProps:{innerHTML:e._s(i.Description)}})])])])})),1)],1):[t("ul",{staticClass:"ingredients-list"},e._l(e.keyIngredientsArray,(function(i,a){return t("li",{key:a,staticClass:"ingredients-list__item"},[t("div",{staticClass:"ingredients-card"},[t("div",{staticClass:"ingredients-card__content"},[t("div",{staticClass:"ingredients-card__img-wrapper"},[t("div",{staticClass:"ingredients-card__caption",domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("img",{staticClass:"ingredients-card__img",attrs:{src:i.Keyimage,alt:"Anthelios uv mune 400"}})]),e._v(" "),t("div",{staticClass:"ingredients-card__description",domProps:{innerHTML:e._s(i.Description)}})])])])})),0)],e._v(" "),t("div",{staticClass:"carousel-navigation"},[t("div",{staticClass:"carousel__arrow carousel__arrow--left",class:{disabled:e.swiperAtBegain},on:{click:function(t){return e.prev()}}}),e._v(" "),t("div",{staticClass:"swiper-pagination"}),e._v(" "),t("div",{staticClass:"carousel__arrow carousel__arrow--right",class:{disabled:e.swiperAtEnd},on:{click:function(t){return e.next()}}})]),e._v(" "),t("div",{staticClass:"validity-text-container"},[t("div",{staticClass:"validitiy-text"},[e._v(e._s(e.validityText))])]),e._v(" "),t("div",{staticClass:"dropdown-div"},[e.otherIngredient?t("collapse",{staticClass:"transcript__collapse",attrs:{"aria-label":"show transcript"},scopedSlots:e._u([{key:"title",fn:function(i){return[i.collapsed?[t("div",{staticClass:"showdiv"},[t("span",{staticClass:"show-transcript",domProps:{innerHTML:e._s(e.showText)}}),e._v(" "),t("span",{directives:[{name:"show",rawName:"v-show",value:e.showText,expression:"showText"}],staticClass:"arrow down"})])]:[t("div",{staticClass:"hidediv"},[t("span",{staticClass:"hide-transcript",domProps:{innerHTML:e._s(e.hideText)}}),e._v(" "),t("span",{directives:[{name:"show",rawName:"v-show",value:e.hideText,expression:"hideText"}],staticClass:"arrow up"})])]]}}],null,!1,2579470408)},[e._v(" "),t("button",{staticClass:"no-js collapse-title-btn",attrs:{"aria-label":""}}),e._v(" "),t("div",{staticClass:"transrcript-class ingredient__list-all",attrs:{"data-ioplist":""},domProps:{innerHTML:e._s(e.otherIngredient)}}),e._v(" "),t("br"),e._v(" "),t("p",{staticClass:"ingredient__filcode"},[e._v(e._s(e.ingredientFilcode))])]):e._e()],1)],2)])])])])},ki=[];Le.RC.use([Le.dK,Le.Vx]);const{Swiper:Li,SwiperSlide:Ti}=De()(Le.RC);var Di={name:"key-ingredients-v2",props:{keyIngredientsArray:{type:[Array,Object],default:""},title:{type:String,default:""},backgroundColor:{type:String,default:"#009FE3"},lineColor:{type:String,default:"#fff"},packshotImageDesktop:{type:String,default:""},packshotImageMobile:{type:String,default:""},ingredientFilcode:{type:String,default:""},showText:{type:String,default:"See full list of ingredients"},hideText:{type:String,default:"hide all ingredients"},otherIngredient:{type:String,default:""},validityText:{type:String,default:"Validity Texts for Ingredients"},productName:{type:String,default:""},productId:{type:String,default:""},imgAlt:{type:String,default:"Technology and filters"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,isIngredientContent:!1,swiperAtEnd:!1,swiperAtBegain:!0,swiperOptions:{loop:!1,initialSlide:0,speed:500,centeredSlides:!0,slidesPerView:1.3,spaceBetween:24,navigation:{nextEl:".carousel__arrow carousel__arrow--left",prevEl:".carousel__arrow carousel__arrow--right",hiddenClass:".swiper-button-hidden"},pagination:{el:".swiper-pagination",clickable:!0,type:"bullets"}},indexValue:0,isVisible:!1,timeoutId:null}},mounted(){window.addEventListener("scroll",this.handleScroll),this.handleScroll()},methods:{toggleIngredientContent(){this.isIngredientContent=!this.isIngredientContent},prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},slideChangeEvent(){this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.indexValue=this.$refs.swiper.$swiper.activeIndex-1,this.$refs.swiper.$swiper.slides[this.indexValue].querySelector(".ingredients-card__img-wrapper").classList.add("no-animation"),this.indexValue+1===this.keyIngredientsArray.length-1&&this.$refs.swiper.$swiper.slides[this.indexValue+1].querySelector(".ingredients-card__img-wrapper").classList.add("no-animation")},isElementInViewport(e){const t=e.getBoundingClientRect();return t.top+400>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)},handleScroll(){const e=this.$el.querySelector(".ingredient-header");this.isElementInViewport(e)&&(this.timeoutId&&clearTimeout(this.timeoutId),this.timeoutId=setTimeout((()=>{this.isVisible=!0}),100))}},destroyed(){window.removeEventListener("scroll",this.handleScroll),this.timeoutId&&clearTimeout(this.timeoutId)},components:{Swiper:Li,SwiperSlide:Ti,Collapse:Ne.A}},xi=Di,Pi=(0,u.A)(xi,Si,ki,!1,null,null,null),Ai=Pi.exports,Ii=function(){var e=this,t=e._self._c;return t("div",{staticClass:"product-slider container--is-maxwidth"},[""!==e.productSliderData.Title?t("h2",{staticClass:"product-slider__title",domProps:{innerHTML:e._s(e.productSliderData.Title)}}):e._e(),e._v(" "),[t("div",{staticClass:"product-slider-list",class:[e.desktopScreen&&e.productSliderData.ProductListDetails.length<4?"align-center":""],attrs:{id:"swiper-product-slider"}},[t("swiper",{ref:"swiper",staticClass:"swiper",class:{"three-slider":e.productSliderData.ProductListDetails.length>=3},attrs:{options:e.swiperOptions}},e._l(e.productSliderData.ProductListDetails,(function(i,a){return t("swiper-slide",{key:a,staticClass:"product-slider__item"},[t("ProductCard",{attrs:{"product-name":{text:i.Name,html:i.Name},"product-short-description":i.Description,"product-url":i.CTALink,tagging:i.TaggingEvents,packshot:i.Packshot,"cta-label":e.ctaLabel,"is-buynow-enabled":e.productSliderData.IsBuyNowEnabled,"buynow-cta-text":e.productSliderData.BuyNowCTAText,"average-rating":Number(i.AverageRating),"inactive-color":i.InActiveColor,"active-color":i.ActiveColor,"is-rating-enabled":String(i.IsRatingEnabled),"is-bazaarvoice-activated":i.IsBazaarvoiceActivated,"border-color":i.BorderColor,"aria-hidden":"true","total-rating-count":i.TotalRatingCount,position:a,"product-id":i.ProductId,"page-category":e.pageCategory,"title-tag-name":e.titleTagName,"is-checkitout-enabled":e.productSliderData.IsCheckItOutEnabled,"track-class":"trackImpSlider"}})],1)})),1)],1),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.desktopScreen&&e.productSliderData.ProductListDetails.length>4||!e.desktopScreen,expression:"(desktopScreen && productSliderData.ProductListDetails.length > 4) || !desktopScreen"}],staticClass:"carousel-navigation"},[t("div",{staticClass:"carousel__arrow carousel__arrow--left",class:{disabled:e.swiperAtBegain},on:{click:function(t){return e.prev()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"32",viewBox:"0 0 42 32",fill:"none"}},[t("g",{attrs:{filter:"url(#filter0_b_17_13510)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 15.8535L3.85356 12L4.56066 12.7071L1.9142 15.3535L41.8605 15.3535V16.3535L1.91422 16.3535L4.56066 19L3.85355 19.7071L0 15.8535Z",fill:"black"}})]),e._v(" "),t("defs",[t("filter",{attrs:{id:"filter0_b_17_13510",x:"-124",y:"-124",width:"290",height:"280",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),t("feGaussianBlur",{attrs:{in:"BackgroundImageFix",stdDeviation:"62"}}),e._v(" "),t("feComposite",{attrs:{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_17_13510"}}),e._v(" "),t("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_17_13510",result:"shape"}})],1)])])]),e._v(" "),t("div",{staticClass:"swiper-pagination"}),e._v(" "),t("div",{staticClass:"carousel__arrow carousel__arrow--right",class:{disabled:e.swiperAtEnd},on:{click:function(t){return e.next()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"32",viewBox:"0 0 42 32",fill:"none"}},[t("g",{attrs:{filter:"url(#filter0_b_17_13509)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 15.8535L38.1464 12L37.4393 12.7071L40.0858 15.3535L0.13953 15.3535V16.3535L40.0858 16.3535L37.4393 19L38.1465 19.7071L42 15.8535Z",fill:"black"}})]),e._v(" "),t("defs",[t("filter",{attrs:{id:"filter0_b_17_13509",x:"-124",y:"-124",width:"290",height:"280",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),t("feGaussianBlur",{attrs:{in:"BackgroundImageFix",stdDeviation:"62"}}),e._v(" "),t("feComposite",{attrs:{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_17_13509"}}),e._v(" "),t("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_17_13509",result:"shape"}})],1)])])])])],e._v(" "),t("a",{staticClass:"cta--secondary cta--light cta--alt",attrs:{href:e.productSliderData.CtaLink},on:{click:function(t){return e.discoverBtn()}}},[t("span",[e._v(e._s(e.productSliderData.CtaLabel))])])],2)},Mi=[];Le.RC.use([Le.dK,Le.Vx]);const{Swiper:Ei,SwiperSlide:$i}=De()(Le.RC);var Vi={name:"product-slider",props:{productSliderData:{type:Object,default:()=>[]},ctaLabel:{type:String,default:""},pageCategory:{type:String,default:"none"}},data(){return{titleTagName:"",isSmallScreen:!window.matchMedia("(min-width: 1024px)").matches,desktopScreen:window.matchMedia("(min-width: 768px)").matches,swiperAtEnd:!1,swiperAtBegain:!0,listType:"highlight-product",swiperOptions:{loop:!1,initialSlide:0,speed:500,slidesPerView:4,spaceBetween:16,roundLengths:!0,variableWidth:!0,resizeObserver:!0,startX:"",navigation:{nextEl:".carousel__arrow carousel__arrow--left",prevEl:".carousel__arrow carousel__arrow--right",hiddenClass:".swiper-button-hidden"},pagination:{el:".swiper-pagination",clickable:!0,type:"bullets"},breakpoints:{768:{slidesPerView:4,spaceBetween:16},360:{centeredSlides:!0,slidesPerView:1.6,spaceBetween:24},320:{centeredSlides:!0,slidesPerView:1.25,slidesPerView:1.6,spaceBetween:24}}},productList:[],isTrigger:!0}},created(){this.productList=[];for(var e=0;e<this.productSliderData.ProductListDetails.length;e++)void 0!=this.productSliderData.ProductListDetails[e].TaggingEvents&&(this.productSliderData.ProductListDetails[e].TaggingEvents.productlist&&(this.productSliderData.ProductListDetails[e].TaggingEvents.productlist=this.listType),this.productList.push(this.productSliderData.ProductListDetails[e].TaggingEvents));this.productList.forEach((e=>{delete e["currency"]}))},mounted(){this.titleTagName=""!==this.productSliderData.Title?"h3":"h2",this.$refs.swiper.swiperInstance.on("slideChange",(()=>{this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning}));const e=document.getElementById("swiper-product-slider");e.addEventListener("touchstart",this.handleTouchStart),e.addEventListener("touchmove",this.handleTouchMove),window.addEventListener("scroll",this.handleScroll)},methods:{handleTouchStart(e){this.startX=e.touches[0].clientX},handleTouchMove(e){let t=e.touches[0].clientX;this.startX<t?this.prev():this.startX>t&&this.next()},removeHTMLTags(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ").trim();var a=new DOMParser,s=a.parseFromString(i,"text/html"),r=s.body.textContent||"";return r},prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning;const e=this.productSliderData.ProductListDetails[this.$refs.swiper.$swiper.realIndex];window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:`${this.pageCategory}`,eventAction:"select::slider navigation elements",eventLabel:this.removeHTMLTags(this.productSliderData.Title).toLowerCase()+"::"+this.removeHTMLTags(e.Name).toLowerCase()+"::"+this.removeHTMLTags(e.ProductEanNumber).toLowerCase(),cta_name:this.removeHTMLTags(this.productSliderData.Title).toLowerCase()+"::"+this.removeHTMLTags(e.Name).toLowerCase()+"::"+this.removeHTMLTags(e.ProductEanNumber).toLowerCase(),module_name:"slider navigate::"+this.removeHTMLTags(this.productSliderData.Title).toLowerCase()})},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd;const e=this.$refs.swiper.$swiper.realIndex,t=parseInt(this.swiperOptions.slidesPerView,10)||1,i=e+t-1;if(i<this.productSliderData.ProductListDetails.length){const e=this.productSliderData.ProductListDetails[i];window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:`${this.pageCategory}`,eventAction:"select::slider navigation elements",eventLabel:this.removeHTMLTags(this.productSliderData.Title).toLowerCase()+"::"+this.removeHTMLTags(e.Name).toLowerCase()+"::"+this.removeHTMLTags(e.ProductEanNumber).toLowerCase(),cta_name:this.removeHTMLTags(this.productSliderData.Title).toLowerCase()+"::"+this.removeHTMLTags(e.Name).toLowerCase()+"::"+this.removeHTMLTags(e.ProductEanNumber).toLowerCase(),module_name:"slider navigate::"+this.removeHTMLTags(this.productSliderData.Title).toLowerCase()})}},discoverBtn(){var e=this.productSliderData.CtaLink;if(e&&-1===e.indexOf("https"))var t=window.location.origin+this.productSliderData.CtaLink;else t=this.productSliderData.CtaLink;var i=this.productSliderData.CtaLabel;window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:`${this.pageCategory}`,eventAction:"select::"+this.removeHTMLTags(this.productSliderData.Title).toLowerCase(),eventLabel:`${i.toLowerCase()}::${t}`,module_name:this.removeHTMLTags(this.productSliderData.Title).toLowerCase(),cta_name:`${i.toLowerCase()}`,link_url:`${t}`})},gaTagging(){const e=this.productList.map((e=>(delete e.productlist,{...e,list:this.listType})));l.Xj.pushDataLayer({event:"nievent",event_name:"view_item_list",eventCategory:"Ecommerce",eventAction:"Product Impressions",eventLabel:"Product detail page",ecommerce:{currencyCode:"none",impressions:e}})},handleScroll(){const e=new IntersectionObserver((e=>{e.forEach((e=>{if(this.isTrigger){const t=e.isIntersecting;t&&(this.gaTagging(),this.isTrigger=!1)}}))}));""!=document.getElementById("swiper-product-slider")&&e.observe(document.getElementById("swiper-product-slider"))}},components:{ProductCard:di["default"],Swiper:Ei,SwiperSlide:$i}},qi=Vi,Bi=(0,u.A)(qi,Ii,Mi,!1,null,null,null),Oi=Bi.exports,Ni=function(){var e=this,t=e._self._c;return e.showMedicalPopin?t("div",{staticClass:"medicalpopin"},[t("div",{staticClass:"medicalpopin__container"},[t("modal",{ref:"modal",staticClass:"medicalpopin__container--modal"},[t("div",{staticClass:"medicalpopin__container__wrapper"},[t("div",{staticClass:"medicalpopin__title",domProps:{innerHTML:e._s(e.initialData.Title)}}),e._v(" "),t("div",{staticClass:"medicalpopin__description",domProps:{innerHTML:e._s(e.initialData.Description)}}),e._v(" "),t("div",{staticClass:"medicalpopin__footer--cta"},[t("a",{staticClass:"cta cta--light",on:{click:function(t){return e.closeMedicalpopup(!0)}}},[e._v("\n "+e._s(e.initialData.OkButton)+"\n ")]),e._v(" "),t("a",{staticClass:"cta cta--light cta--alt",on:{click:function(t){return e.closeMedicalpopup(!1)}}},[e._v("\n "+e._s(e.initialData.CancelButton)+"\n ")])])])])],1)]):e._e()},Fi=[],Hi={name:"medical-popin",components:{Modal:je.A},props:{initialData:{type:Object,default:()=>({})},productShow:{type:Boolean,default:!1}},data(){return{showMedicalPopin:!1}},mounted(){this.productShow&&(this.showMedicalPopin=!0,setTimeout((()=>{this.$children[0].$data.showModal=!0}),100),document.body.style.overflow="hidden")},methods:{closeMedicalpopup(e){this.showMedicalPopin=!1,document.body.style.overflow="auto",e||this.navigateBack()},navigateBack(){document.referrer?window.location.href=document.referrer:window.location.href="/"}}},Ri=Hi,ji=(0,u.A)(Ri,Ni,Fi,!1,null,null,null),Ui=ji.exports;const zi=e=>Object.keys(e).reduce(((t,i)=>(e[i]&&(e[i]instanceof Array?t.push(encodeURIComponent(i)+"="+encodeURIComponent(e[i].join(","))):t.push(encodeURIComponent(i)+"="+encodeURIComponent(e[i]))),t)),[]).join("&"),Wi={};async function Gi(e,t={}){const i=zi({...t,productListId:e}),a="/api/lrpproductservice/getpagefilteredproducts",s=`${a}${i}`;if(Wi[s])return await Wi[s];const r=await fetch(a,{method:"POST",body:i,headers:{"Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}});let n=await r.json();return n=Jt(n.Products),Wi[s]=n,n}async function Yi(e={},t,i,a,s){let{age:r,skinBenefit:n,skinType:o,concern:l,sunProtectionType:c,format:d,ppd:u,productType:p,spf:h,subRange:m,texture:g,zone:v}=e,_={Age:r&&r.toString()||"",SkinBenefit:n&&n.toString()||"",SkinType:o&&o.toString()||"",Concern:l&&l.toString()||"",SunProtectionType:c&&c.toString()||"",Format:d&&d.toString()||"",PPD:u&&u.toString()||"",ProductType:p&&p.toString()||"",SPF:h&&h.toString()||"",SubRange:m&&m.toString()||"",Texture:g&&g.toString()||"",ValidityAfterOpening:"",Zone:v&&v.toString()||"",NewOrBestseller:"",ProductListId:i,skipCount:a,takeCount:s,SortBy:t,filter:"true"};const f=`${window.location.origin}/api/lrpproductlist/ProductListDetailsLoadMore`,y=`${f}${_}`;let b;if(Wi[y])return await Wi[y];try{const e=await fetch(f,{method:"POST",body:JSON.stringify(_),headers:{"Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}});return e.ok?b=await e.json():console.error("Request failed"),b}catch(w){console.error("Error:",w)}}const Ki={};async function Xi(e,t,i){const a=zi(t),s=`${window.location.origin}${e}?${a}`,r=`${s}`;if(Ki[r])return await Ki[r];const n=await fetch(s,{method:"GET",headers:{"Content-Type":"application/json"},credentials:"include",cache:"no-store"}),o=await n.json();let l;return l="product"!==i?o.Data:Jt(o.Data),Ki[r]={data:l,queryString:o.Query},{data:l,queryString:o.Query}}const Qi={state:{avoidFetch:!1,loading:!1,isFilterClick:!1,products:{},filterProducts:[],filters:{},elementToFocus:null,initialItemsSize:null,loadMoreQuery:{},listType:"",isLoadMoreDisabled:!1,preferredProductVariant:{name:null,imgUrl:[]},dataTrueFalse:[],dataQuestionAns:[],sortBy:"",productListId:"",takeCount:12,skipCount:12,productsList:[],initialData:[],stopAPIcall:!1,noMoreProducts:!1,totalProductCount:0,ZeroProductMessage:"",filterSortCta:!1,avoidDropdownRef:!1,initialProductCount:0},mutations:{filterSortCta(e,t){e.filterSortCta=t},dataQuestionAns(e,t){e.dataQuestionAns=t},setDropdownRef(e,t){e.avoidDropdownRef=t},dataTrueFalse(e,t){e.dataTrueFalse=t},loading(e,t){e.loading=t},isFilterClick(e,t){e.isFilterClick=t},avoidFetch(e,t){e.avoidFetch=t},filters(e,{type:t,value:i}){a["default"].set(e.filters,t,i)},deleteFilter(e,t){a["default"].delete(e.filters,t)},clearFilters(e){Object.keys(e.filters).forEach((t=>{a["default"].set(e.filters,t,[])}))},products(e,{productListId:t,value:i}){a["default"].set(e.products,t,i)},setListType(e,t){e.listType=t},initialItemsSize(e,t){e.initialItemsSize=t},loadMoreQuery(e,t){e.loadMoreQuery=t},loadMoreDIsabled(e){e.isLoadMoreDisabled=!0},updateList(e,{productListId:t,value:i}){e.elementToFocus=e.products[t].length,i.forEach((i=>{e.products[t].push(i)}))},deleteProducts(e,t){a["default"].delete(e.products,t)},clearProducts(e){Object.keys(e.products).forEach((t=>{a["default"].set(e.products,t,void 0)}))},setPreferredProductVariant(e,t){e.preferredProductVariant=t},initialData(e,t){t.forEach((t=>{e.initialData.push(t)})),e.initialData.forEach((t=>{e.productsList.push(t)}))},productListId(e,t){e.productListId=t},totalProductCount(e,t){e.totalProductCount=t},zeroProductMessage(e,t){e.ZeroProductMessage=t},filterProducts(e,t){e.filterProducts=[],t.isfilter&&0==e.skipCount&&(e.productsList=[]);let i=t.products.RangeList;i.forEach((t=>{e.filterProducts.push(t)})),e.filterProducts.forEach((t=>{e.productsList.push(t)}))},skipCount(e,t){if(t)e.skipCount=0;else{let t=e.skipCount+12;e.skipCount=t}},stopAPIcall(e,t){e.stopAPIcall=t},noMoreProducts(e,t){e.noMoreProducts=t},sortBy(e,t){e.sortBy=t},clearProductsrange(e){e.filterProducts=[],e.productsList=[],e.initialData.forEach((t=>{e.productsList.push(t)})),e.totalProductCount=e.initialProductCount,e.skipCount=12,e.sortBy=""}},actions:{selectPreferredProductVariant({commit:e},t){const i={name:t.color?t.color:"",imgUrl:t.imgUrl?t.imgUrl:[]};e("setPreferredProductVariant",i)},setFilterValue({commit:e,dispatch:t},i){"string"==typeof i.value&&(i.value=i.value.split()),e("filters",i),t("updateHistoryState")},setQuickFilterValue({commit:e,dispatch:t,state:i},a){a.type in i.filters||(i.filters[a.type]=[]),Object.keys(i.filters).forEach(((s,r)=>{if(s==a.type){const r=i.filters[s].indexOf(a.value),n=r>-1;if(n){const a=i.filters[s].slice(0,r),n=i.filters[s].slice(r+1,i.filters[s].length);e("filters",{type:s,value:a.concat(n)}),t("updateHistoryState")}else i.filters[s]=i.filters[s].concat([a.value]),e("filters",{type:s,value:i.filters[s]}),t("updateHistoryState")}}))},clearFilters({commit:e,dispatch:t}){e("avoidFetch",!0),e("clearFilters"),e("clearProducts"),t("updateHistoryState"),a["default"].nextTick((()=>{e("avoidFetch",!1)}))},updateHistoryState({state:e}){const{products:t,filters:i,sortBy:a}=e;i.sortBy=a.split();const s=`${window.location.protocol}//${window.location.host}${window.location.pathname}?${zi(i)}`;window.history.pushState({products:t,filters:i},"",s)},loadMoreUpdateHistory({state:e},t){const{products:i,loadMoreQuery:a,isLoadMoreDisabled:s}=e,r=`${window.location.protocol}//${window.location.host}${window.location.pathname}?${t.params.replace("25","")}`;window.history.pushState({products:i,loadMoreQuery:a,isLoadMoreDisabled:s},"",r)},loadMoreHistoryNavigation({state:e},t){const{products:i,initialItemsSize:a}=e,{listId:s}=t;window.onpopstate=t=>{t.state?(i[s]=t.state.products[s],e.loadMoreQuery=t.state.loadMoreQuery,e.isLoadMoreDisabled=t.state.isLoadMoreDisabled):(i[s]=i[s].slice(0,a),e.loadMoreQuery.pageNbr=2,e.isLoadMoreDisabled=!1)}},setState({commit:e},t){if(t&&t.products){const{products:i,filters:s}=t;e("avoidFetch",!0),Object.keys(i).forEach((t=>{e("products",{productListId:t,value:i[t]})})),Object.keys(s).forEach((t=>{e("filters",{type:t,value:s[t]})})),a["default"].nextTick((()=>e("avoidFetch",!1)))}},async fetchProducts({commit:e,state:t,dispatch:i}){if(t.avoidFetch)return;e("loading",!0);const a={...t.filters},s=Object.keys(t.products).map((async t=>{const i=await Gi(t,a),s={productListId:t,value:i};return e("products",s),s}));await Promise.all(s),i("updateHistoryState"),e("loading",!1)},async fetchFilterProducts({commit:e,state:t,dispatch:i},a){if(t.avoidFetch)return;await e("loading",!0);const s={...t.filters};1==a&&(e("skipCount",a),e("isFilterClick",!0));const r=await Yi(s,t.sortBy,t.productListId,t.skipCount,t.takeCount);"object"===typeof r&&0!==r.RangeList.length?(e("filterProducts",{products:r,isfilter:a}),e("noMoreProducts",!1)):a&&0===r.RangeList.length&&e("noMoreProducts",!0),e("isFilterClick",!1),e("totalProductCount",r.TotalProductCount),e("zeroProductMessage",r.ZeroProductMessage),r.RangeList.length<12?e("stopAPIcall",!0):(e("skipCount",!1),e("stopAPIcall",!1)),e("loading",!1)},clearFiltersProducts({commit:e,dispatch:t}){e("avoidFetch",!0),e("clearFilters"),e("clearProductsrange"),t("updateHistoryState"),e("stopAPIcall",!1),e("noMoreProducts",!1),a["default"].nextTick((()=>{e("avoidFetch",!1)}))},storeInitialData({commit:e,state:t,dispatch:i},a){e("initialData",a)},storeTotalProductCount({commit:e,state:t,dispatch:i},a){t.initialProductCount=a,e("totalProductCount",a)},storeZeroProductMessage({commit:e},t){e("zeroProductMessage",t)},storeProductListId({commit:e,state:t,dispatch:i},a){e("productListId",a)},sortBy({commit:e,dispatch:t},i){e("sortBy",i),t("updateHistoryState")},async loadMore({state:e,commit:t,dispatch:i},a){t("loading",!0);const s=await Xi(a.url,a.query,a.type),r=await zi(e.loadMoreQuery);null!==s.data?(t("updateList",{productListId:a.listId,value:s.data}),s.data.length<e.loadMoreQuery.pageSize&&t("loadMoreDIsabled"),i("loadMoreUpdateHistory",{params:r}),t("loadMoreQuery",{q:a.searchPageQuery,...s.queryString}),i("loadMoreHistoryNavigation",a)):t("loadMoreDIsabled"),t("loading",!1)}},getters:{getDataTrueFalse:e=>e.dataTrueFalse,getDataQuestionAns:e=>e.dataQuestionAns,productsLoading:e=>e.loading,getFilter:e=>t=>e.filters[t],getProducts:e=>t=>e.products[t],isLoadMoreDisabled:e=>e.isLoadMoreDisabled,getLoadMoreQuery:e=>e.loadMoreQuery,getItemToFocus:e=>e.elementToFocus,getListType:e=>e.listType,preferredProductVariant:e=>e.preferredProductVariant,hasSelectedFilters:e=>!!Object.keys(e.filters).find((t=>e.filters[t].length)),getSortBy:e=>e.sortBy,getFilterProducts:e=>e.productsList,getIsFilterClick:e=>e.isFilterClick,getStopApIcall:e=>e.stopAPIcall,getNoMoreProducts:e=>e.noMoreProducts,getToltalFilter:e=>e.filters,getTotalProductCount:e=>e.totalProductCount,getFilterSortCta:e=>e.filterSortCta,getDropdownRefState:e=>e.avoidDropdownRef}};var Ji=(0,s.fC)({components:{ProductFilter:Ft,ProductFilters:Kt,ProductList:ai,ProductRangeList:ci,productCard:di["default"],ProductQuickSort:vi,ProductSort:Ci,KeyIngredientsV2:Ai,ProductSlider:Oi,medicalPopin:Ui}}),Zi=function(){var e=this,t=e._self._c;return t("div",{ref:"overlay",staticClass:"overlay",class:{"overlay--open":e.overlayOpen},on:{click:function(t){return e.closeOverlay()}}})},ea=[],ta={name:"overlay",data(){return{overlayOpen:!1}},mounted(){o.B.$on("navOpen",this.closeNav.bind(this))},methods:{closeOverlay(){this.overlayOpen=!1,o.B.$emit("closeNav",this.overlayOpen);const e=document.querySelector("body");e.classList.remove("overlay--active"),e.classList.remove("nav-open")},closeNav(e){this.overlayOpen=e;const t=document.querySelector("body");!1===this.overlayOpen?t.classList.remove("overlay--active"):t.classList.add("overlay--active")}}},ia=ta,aa=(0,u.A)(ia,Zi,ea,!1,null,"68e94b63",null),sa=aa.exports,ra=(0,s.fC)({components:{Overlay:sa}}),na=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.showHeader,expression:"showHeader"}],ref:"mainMenu",class:[e.isTransparentHeader?"main-menu transparentHeader":"main-menu",e.overlayShow?"sub-menu-active":"",e.isSticky?"is-sticky":"",e.isNewsletterStickyOpen?"newsletter-sticky-open":""]},[t("transition",{attrs:{name:"main-menu-fade"}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.overlayShow,expression:"overlayShow"}],staticClass:"main-menu-overlay",class:{search:e.searchShow},on:{click:function(t){return e.closeAll()}}})]),e._v(" "),t("div",{staticClass:"main-menu__container"},[t("div",{staticClass:"main-menu-bar",attrs:{itemscope:"",itemtype:"http://schema.org/SiteNavigationElement"}},[t("div",{staticClass:"main-menu-bar__left"},[e.langSwitcherIsEnable&&!e.smallScreen?t("language-switcher",{attrs:{"current-language":e.currentLanguage,"item-data":e.languageSwitcherData}}):e._e(),e._v(" "),t("button",{staticClass:"main-menu-search__trigger",class:{"is-active":e.searchShow},attrs:{"aria-expanded":e.searchShow?"true":"false","aria-label":"search"},on:{click:function(t){return e.searchToggle()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.7 11.1723C4.7 7.54247 7.64257 4.5999 11.2724 4.5999C14.9023 4.5999 17.8448 7.54247 17.8448 11.1723C17.8448 14.8022 14.9023 17.7447 11.2724 17.7447C7.64257 17.7447 4.7 14.8022 4.7 11.1723ZM11.2724 3.3999C6.97983 3.3999 3.5 6.87973 3.5 11.1723C3.5 15.4649 6.97983 18.9447 11.2724 18.9447C13.2003 18.9447 14.9642 18.2428 16.3226 17.0806L19.6764 20.4246L20.5237 19.5748L17.1719 16.2328C18.3394 14.873 19.0448 13.1051 19.0448 11.1723C19.0448 6.87973 15.565 3.3999 11.2724 3.3999Z"}})])]),e._v(" "),e.accEnable?t("accessibility-modal-window",{attrs:{title:e.accTitle,"icon-src":e.accBlackIconSrc,"icon-alt":e.accIconAlt,"animation-label":e.accAnimationLabel,"contrast-label":e.accContrastLabel,"enable-animation":e.accEnableAnimation,"enable-contrast":e.accEnableContrast,"enable-toggle-text":e.accEnableToggleText,"disable-toggle-text":e.accDisableToggleText,"event-label":e.accEventLabel,"page-category":e.pageCategory}}):e._e(),e._v(" "),!e.smallScreen&&e.accEnable?t("a",{staticClass:"accessibility-btn",on:{click:function(t){return e.openAccessibility()}}},[t("span",{staticClass:"main-menu-nav__icon"},[t("img",{attrs:{loading:"lazy",src:e.accBlackIconSrc,alt:e.accIconAlt||e.accTitle.toLowerCase()}})]),e._v(" "),t("span",{staticClass:"main-menu-nav__icon transparent-icon"},[t("img",{attrs:{loading:"lazy",src:e.accWhiteIconSrc,alt:e.accIconAlt||e.accTitle.toLowerCase()}})]),e._v(" "),t("span",{staticClass:"accessibility-menu"},[e._v(e._s(e.accTitle))])]):e._e()],1),e._v(" "),e._t("mainMenuBarLogo"),e._v(" "),t("button",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{label:"picto",category:"main menu navigation",action:"select::burger menu",event_name:"menu_click",click_area:"burger menu",breadcrumb:"picto"},expression:"{ label: 'picto', category: 'main menu navigation', action: 'select::burger menu', event_name: 'menu_click', click_area: 'burger menu', breadcrumb: 'picto' }",arg:"useractionevent"}],staticClass:"main-menu-nav__trigger",class:{"is-active":e.menuShow},attrs:{"aria-expanded":e.menuShow?"true":"false"},on:{click:e.menuToggle}},[t("span",{staticClass:"top"}),e._v(" "),t("span",{staticClass:"center1"}),e._v(" "),t("span",{staticClass:"center2"}),e._v(" "),t("span",{staticClass:"bottom"}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.a11yAriaLabelMainMenu))])]),e._v(" "),t("div",{staticClass:"productCart__handle",attrs:{id:"productCart__handle"},on:{click:function(t){return e.showCart()}}},[e._m(0),e._v(" "),t("span",{staticClass:"productCart__handle--count",attrs:{id:"productCartCount"}},[e._v("0")])]),e._v(" "),e._t("accountNav")],2),e._v(" "),t("div",{staticClass:"main-menu-search",attrs:{role:"search"}},[t("transition",{attrs:{name:"main-menu-search"}},[t("section",{directives:[{name:"show",rawName:"v-show",value:e.searchShow,expression:"searchShow"}],staticClass:"main-menu-search__wrapper"},[t("div",{staticClass:"main-menu-search-container"},[t("label",{staticClass:"main-menu-search__label",attrs:{for:"search-field"}},[e._v("\n "+e._s(e.searchBarPlaceholder)+"\n ")]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.searchValue,expression:"searchValue"}],ref:"searchInput",staticClass:"main-menu-search__input",attrs:{id:"search-field","aria-describedby":"search-field-help",autocomplete:"off",type:"search",maxlength:e.searchValueMaxLength},domProps:{value:e.searchValue},on:{keyup:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.searchSubmit()},e.typeDetect],input:function(t){t.target.composing||(e.searchValue=t.target.value)}}}),e._v(" "),t("transition",{attrs:{name:"main-menu-fade"}},[t("button",{directives:[{name:"show",rawName:"v-show",value:e.searchValueLenght>0,expression:"searchValueLenght > 0"}],staticClass:"main-menu-search__clear",attrs:{"aria-label":e.searchBarA11yAriaLabelClear},on:{click:e.searchClear}},[e._v("\n "+e._s(e.searchBarClearLabel)+"\n ")])])],1),e._v(" "),t("img",{staticClass:"main-menu-search__close-icon",attrs:{loading:"lazy",alt:"main menu search close",role:"img",src:e.searchBarIconClear},on:{click:function(t){return e.closeAll()}}}),e._v(" "),t("img",{staticClass:"main-menu-search__submit",class:{"is-disabled":!e.searchAllowSubmit},attrs:{loading:"lazy",alt:"main menu search submit",src:e.searchBarIconSearch,role:"img"},on:{click:function(t){return e.searchSubmit()}}}),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showLoader,expression:"showLoader"}],staticClass:"loader-css"},[e._v("Loading")]),e._v(" "),t("transition",{attrs:{name:"main-menu-fade"}},[e.searchAllowSubmit?t("div",{staticClass:"main-menu-search__suggestion",style:`--labelWidth : ${e.searchLabelWidth}px`},[t("transition-group",{attrs:{name:"main-menu-fade",tag:"ul"}},e._l(e.searchKeyWords,(function(i,a){return t("li",{key:a+0},[t("span",{on:{click:function(t){return e.searchTo(i)}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"}},[t("path",{attrs:{d:"M8.17241 15.3448C12.1336 15.3448 15.3448 12.1336 15.3448 8.17241C15.3448 4.2112 12.1336 1 8.17241 1C4.2112 1 1 4.2112 1 8.17241C1 12.1336 4.2112 15.3448 8.17241 15.3448Z",stroke:"black","stroke-width":"1.2","stroke-miterlimit":"10"}}),e._v(" "),t("path",{attrs:{d:"M13.2373 13.248L17.0001 16.9998",stroke:"black","stroke-width":"1.2","stroke-miterlimit":"10"}})]),e._v("\n "+e._s(i)+"\n ")])])})),0),e._v(" "),e.searchAllowSubmit?e._e():t("p",{staticClass:"main-menu-search__help",attrs:{id:"search-field-help"}},[e._v("\n "+e._s(e.searchBarHelpText)+"\n ")])],1):e._e()])],1)])],1),e._v(" "),t("nav",{staticClass:"main-menu-nav",class:{"is-active":e.menuShow},attrs:{role:"navigation","aria-label":e.a11yAriaLabelPrincipalMenu}},[t("transition",{attrs:{name:"main-menu-nav"}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.menuShow,expression:"menuShow"}],staticClass:"main-menu-nav__wrapper",on:{mouseleave:function(t){return e.closeAll()}}},[t("div",{staticClass:"main-menu-nav__wrapper-background",on:{click:function(t){return e.closeAll()}}}),e._v(" "),e._t("nav",null,{level1PrimaryItems:e.level1PrimaryItems,level1SecondaryItems:e.level1SecondaryItems,menuLevel2:e.menuLevel2,menuLevel3:e.menuLevel3,menuLevelOpen:e.menuLevelOpen,menuOnBlurSecondaryTab:e.menuOnBlurSecondaryTab}),e._v(" "),e.menuLevel2<1?t("div",{staticClass:"mobile-account"},[e._t("accountNav",null,{menuOnBlurSecondaryTab:e.menuOnBlurSecondaryTab}),e._v(" "),e.smallScreen?t("ul",{ref:"mobileAccount",staticClass:"main-menu-nav__level-1 is-secondary nav-accounts"},[e.accEnable?t("li",{staticClass:"main-menu-nav__item"},[t("a",{staticClass:"accessibility-btn",on:{click:function(t){return e.openAccessibility()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"}},[t("path",{attrs:{d:"M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z",stroke:"black","stroke-width":"1.2","stroke-miterlimit":"10"}}),e._v(" "),t("path",{attrs:{d:"M15 9C15 12.312 12.312 15 9 15V3C12.312 3 15 5.688 15 9Z",stroke:"black","stroke-width":"1.2","stroke-miterlimit":"10"}})]),e._v(" "),t("span",{staticClass:"accessibility-menu"},[e._v(e._s(e.accTitle))])])]):e._e(),e._v(" "),e.langSwitcherIsEnable?t("li",{staticClass:"main-menu-nav__item"},[t("language-switcher",{attrs:{"current-language":e.currentLanguage,"item-data":e.languageSwitcherData}})],1):e._e()]):e._e(),e._v(" "),t("ul",{staticClass:"main-menu-nav__level-1 is-secondary derm-scan"},[e._t("derm-scan")],2)],2):e._e()],2)])],1)])],1)},oa=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"icon productCart__bag"},[t("img",{attrs:{src:"/frontend/master/images/icons/bag--black.svg",alt:"bagBlack"}})])}],la=i(2505),ca=i.n(la),da=function(){var e=this,t=e._self._c;return t("div",{staticClass:"language-switcher"},[t("div",{staticClass:"main-menu"},[t("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.languagesClose,expression:"languagesClose"}],staticClass:"main-menu-bar__languages-new"},[t("button",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{label:"language",category:"header",action:"display::language"},expression:"{ label: 'language', category: 'header', action: 'display::language' }",arg:"useractionevent"}],ref:"languageBtn",class:{"is-active":e.languagesShow},attrs:{"aria-label":e.a11yAriaLabelLanguage,"aria-expanded":e.languagesShow?"true":"false"},on:{click:function(t){return e.languagesToggle()},blur:function(t){return e.languageOnBlur()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"}},[t("path",{attrs:{d:"M5.33366 8.6665L12.0005 15.3332L18.667 8.6665","stroke-width":"1.2"}})]),e._v(" \n "+e._s(e.currentLanguage)+" \n ")]),e._v(" "),t("transition",{attrs:{name:"main-menu-languages"}},[t("ul",{directives:[{name:"show",rawName:"v-show",value:e.languagesShow,expression:"languagesShow"}],on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.languagesToggle()}}},e._l(e.itemData,(function(i,a){return i.CustomLanguageCode!==e.currentLanguage?t("li",[t("a",{staticClass:"js-main-menu-language-new",attrs:{href:i.Link,"aria-label":i.NativeName}},[e._v(e._s(i.CustomLanguageCode))])]):e._e()})),0)])],1)])])},ua=[],pa={name:"language-switcher",directives:{clickoutside:Mt.K,tag:l.Tc},props:{currentLanguage:{type:String,required:!1,default:"EN"},a11yAriaLabelLanguage:{type:String,default:"English (change language)"},itemData:{type:[Array,Object],required:!1,default:""}},data(){return{languagesShow:!1,displayLanguageSwitcher:!!this.$slots.mainMenuBarLanguages,currentLanguageAssign:this.currentLanguage,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,lastScrollPosition:0,scrollOffset:0}},mounted(){this.lastScrollPosition=window.pageYOffset,this.languagesAddBlurEvent(),window.addEventListener("scroll",this.scrollEventHandle),document.getElementsByClassName("js-main-menu-language-new")&&document.querySelector(".main-menu").classList.add("language__active")},methods:{languagesAddBlurEvent(){const e=document.getElementsByClassName("js-main-menu-language-new");for(let t=0;t<e.length;t++)e[t].addEventListener("blur",this.languageOnBlur)},scrollEventHandle(){window.pageYOffset<0||Math.abs(window.pageYOffset-this.lastScrollPosition)<this.scrollOffset||(this.lastScrollPosition=window.pageYOffset)},languagesClose(){this.languagesShow=!1},languageOnBlur(){const e=document.getElementsByClassName("js-main-menu-language-new");let t=!1;setTimeout((()=>{if(document.activeElement===this.$refs.languageBtn&&(t=!0),!t)for(let i=0;i<e.length;i++)document.activeElement===e[i]&&document.hasFocus()&&(t=!0);t||(this.languagesShow=!1)}),10)},languagesToggle(){this.languagesShow=!this.languagesShow}}},ha=pa,ma=(0,u.A)(ha,da,ua,!1,null,null,null),ga=ma.exports,va=function(){var e=this,t=e._self._c;return t("div",{staticClass:"accessibility-wrapper",attrs:{id:"accessibility-popup"}},[t("div",{staticClass:"modal--a11y accessibility-container",attrs:{analytics:"select::accessibility layer"}},[[t("div",{staticClass:"modal__heading",attrs:{role:"heading","aria-level":"1",id:""}},[t("div",{staticClass:"icon-acessibility"},[t("img",{attrs:{src:e.iconSrc,alt:e.iconAlt}}),e._v(" "),t("div",[e._v(e._s(e.title))])]),e._v(" "),t("div",{staticClass:"close-icon",on:{click:function(t){return e.close()}}},[t("svg",{attrs:{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M16.9901 1L9 9.00016L17 17",stroke:"white"}}),e._v(" "),t("path",{attrs:{d:"M1.00994 1L9 9.00016L1 17",stroke:"white"}})])])]),e._v(" "),t("div",{staticClass:"modal__body"},[e.enableAnimation?t("div",{staticClass:"fieldset"},[t("legend",{staticClass:"sub_title"},[e._v(e._s(e.animationLabel))]),e._v(" "),t("div",{staticClass:"toggle_text"},[e._v(e._s(e.isAnimationMode?e.enableToggleText:e.disableToggleText))]),e._v(" "),t("label",{staticClass:"switch"},[t("input",{attrs:{type:"checkbox",id:"animation"},on:{click:e.toggleAnimationCheckbox}}),e._v(" "),t("div",{staticClass:"slider round"})])]):e._e(),e._v(" "),e.enableContrast?t("div",{staticClass:"fieldset"},[t("legend",{staticClass:"sub_title"},[e._v(e._s(e.contrastLabel))]),e._v(" "),t("div",{staticClass:"toggle_text"},[e._v(e._s(e.isContrastMode?e.enableToggleText:e.disableToggleText))]),e._v(" "),t("label",{staticClass:"switch"},[t("input",{attrs:{type:"checkbox",id:"contrast"},on:{click:e.toggleContrastCheckbox}}),e._v(" "),t("div",{staticClass:"slider round"})])]):e._e()])]],2)])},_a=[],fa={name:"accessibility-modal-window",props:{title:{type:String,required:!1,default:""},iconSrc:{type:String,required:!1,default:""},iconAlt:{type:String,required:!1,default:""},animationLabel:{type:String,required:!1,default:""},contrastLabel:{type:String,required:!1,default:""},enableAnimation:{type:Boolean,required:!1,default:""},enableContrast:{type:Boolean,required:!1,default:""},enableToggleText:{type:String,required:!1,default:""},disableToggleText:{type:String,required:!1,default:""},pageCategory:{type:String,required:!1,default:""},eventLabel:{type:String,required:!1,default:""}},data(){return{isAnimationMode:!0,isContrastMode:!1}},mounted(){window.eventBus.$on("accessibility-click",(e=>{"header"!==e&&this.footerTagging()}));const e=localStorage.getItem("contrastMode");this.isContrastMode=e?JSON.parse(e):this.isContrastMode,this.isContrastMode&&document.getElementsByTagName("body")[0].classList.add("contrast-mode");const t=localStorage.getItem("animationMode");this.isAnimationMode=t?JSON.parse(t):this.isAnimationMode,this.isAnimationMode||document.getElementsByTagName("body")[0].classList.add("not-animation-mode"),this.setContrastMode("isMount"),this.$el.addEventListener("click",this.outsideClickListener)},methods:{close(){document.getElementById("accessibility-popup").classList.remove("show")},toggleAnimationCheckbox(){this.isAnimationMode=!this.isAnimationMode,document.getElementsByTagName("body")[0].classList.toggle("not-animation-mode"),this.setContrastMode("animation"),this.tagging(this.isAnimationMode)},toggleContrastCheckbox(){this.isContrastMode=!this.isContrastMode,document.getElementsByTagName("body")[0].classList.toggle("contrast-mode"),this.setContrastMode("contrast"),this.tagging(this.isContrastMode)},setContrastMode(e){"animation"!=e&&"isMount"!=e||(this.$el.querySelectorAll("#animation")[0].checked=this.isAnimationMode,document.cookie="animationMode="+this.isAnimationMode+";samesite=strict",localStorage.setItem("animationMode",this.isAnimationMode)),"contrast"!=e&&"isMount"!=e||(this.$el.querySelectorAll("#contrast")[0].checked=this.isContrastMode,document.cookie="contrastMode="+this.isContrastMode+";samesite=strict",localStorage.setItem("contrastMode",this.isContrastMode))},tagging(e){let t=1==e?this.enableToggleText:this.disableToggleText;l.Xj.pushDataLayer({event:"uaevent",ecommerce:void 0,event_name:"body_button_click",eventCategory:this.pageCategory.toLowerCase(),eventAction:"select::"+this.title.toLowerCase(),eventLabel:t.toLowerCase()+"::none",cta_name:t.toLowerCase(),link_url:"none",module_name:this.title.toLowerCase()})},footerTagging(){l.Xj.pushDataLayer({event:"uaevent",ecommerce:void 0,event_name:"menu_click",eventCategory:"main menu navigation",eventAction:"select::footer",eventLabel:this.eventLabel.toLowerCase(),click_area:"footer",breadcrumb:this.eventLabel.toLowerCase()})},outsideClickListener(e){e.target.closest(".accessibility-container")||this.close()}},destroyed(){this.$el.removeEventListener("click",this.outsideClickListener)}},ya=fa,ba=(0,u.A)(ya,va,_a,!1,null,null,null),wa=ba.exports,Ca={name:"main-menu",components:{LanguageSwitcher:ga,AccessibilityModalWindow:wa},directives:{clickoutside:Mt.K,tag:l.Tc},props:{level1PrimaryItems:{type:Array,default:void 0},level1SecondaryItems:{type:Array,default:void 0},a11yAriaLabelLanguage:{type:String,required:!0,default:"English (change language)"},a11yAriaLabelMainMenu:{type:String,required:!0,default:"Main Menu principal"},a11yAriaLabelPrincipalMenu:{type:String,required:!0,default:"Menu principal"},currentLanguage:{type:String,required:!0,default:"EN"},searchBarA11yAriaLabelClear:{type:String,required:!1,default:"Clear search field"},searchBarClearLabel:{type:String,required:!1,default:"Clear"},searchBarHelpText:{type:String,required:!1,default:"Please enter at least 3 characters"},searchBarIconClear:{type:String,required:!1,default:"/assets/cross-icon.svg"},searchBarIconSearch:{type:String,required:!1,default:"/assets/magnifier-icon.svg"},searchBarPlaceholder:{type:String,required:!1,default:"Ask for ingredients, concerns, questions..."},searchBarRedirectUrl:{type:String,required:!1,default:"#"},searchBarApiUrl:{type:String,required:!1,default:"#"},langSwitcherIsEnable:{type:Boolean,required:!1,default:!1},accTitle:{type:String,required:!1,default:""},accBlackIconSrc:{type:String,required:!1,default:""},accWhiteIconSrc:{type:String,required:!1,default:""},accIconAlt:{type:String,required:!1,default:""},accAnimationLabel:{type:String,required:!1,default:""},accContrastLabel:{type:String,required:!1,default:""},accEnableAnimation:{type:Boolean,required:!1,default:""},accEnableContrast:{type:Boolean,required:!1,default:""},accEnableToggleText:{type:String,required:!1,default:""},accDisableToggleText:{type:String,required:!1,default:""},pageCategory:{type:String,required:!1,default:""},accEventLabel:{type:String,required:!1,default:""},accEnable:{type:Boolean,required:!1,default:""}},data(){return{languagesShow:!1,searchLabelWidth:0,menuLevel2:0,menuLevel2ClickedItem:void 0,menuLevel3:void 0,menuShow:!1,overlayShow:!1,searchShow:!1,searchValue:"",searchValueMaxLength:200,displayLanguageSwitcher:!!this.$slots.mainMenuBarLanguages,showLoader:!1,searchKeyWords:"",errors:"",smallScreen:!window.matchMedia("(min-width: 1024px)").matches,showHeader:!0,lastScrollPosition:0,scrollOffset:0,isSticky:!1,isTransparentHeader:!1,spotScan:null,spotScanOnce:!1,scrollTimeout:!1,languageSwitcherData:[],isNewsletterStickyOpen:!1}},computed:{searchAllowSubmit(){return this.searchValue.length>=3&&this.searchValueLenght<this.searchValueMaxLength&&(this.showLoader=!0,this.search(),!0)},searchValueLenght(){return this.searchValue.length},searchUrl(){return this.searchBarRedirectUrl.concat(encodeURIComponent(this.searchValue))}},watch:{menuLevel3(){this.$nextTick((()=>{this.menuCalculatedLayoutCorrections()}))}},created(){window.eventBus.$on("newsletter-sticky-open-menu",(e=>{let t=document.querySelector("#content")?document.querySelector("#content"):"";this.isNewsletterStickyOpen=e,t&&(e?t.setAttribute("style","margin-top: 57px"):t.removeAttribute("style"))}))},mounted(){(0,s.BW)(),this.scrollEventAdd(),this.languagesAddBlurEvent();var e=document.getElementsByClassName("homepage-transparncy")[0];if(e||document.querySelector("body").classList.remove("home-page-transparancy-slider"),eventBus.$on("mediaquery::changed",(e=>{this.smallScreen=!window.matchMedia("(min-width: 1024px)").matches,this.smallScreen?this.menuShow=!1:this.menuShow=!0})),this.lastScrollPosition=window.pageYOffset||document.documentElement.scrollTop,document.querySelector("#doctor-online1")){const e=document.querySelector("#doctor-online1");e&&e.addEventListener("click",(e=>{e.preventDefault(),this.onlinedoctor("slot1")}))}if(document.querySelector("#doctor-online2")){const e=document.querySelector("#doctor-online2");e&&e.addEventListener("click",(e=>{e.preventDefault(),this.onlinedoctor("slot2")}))}if(window.addEventListener("scroll",this.scrollEventHandle),window.eventBus.$on("transparent-header",this.handleTransparent),this.isTransparentHeader?document.querySelector("body").classList.add("transparent-header"):document.querySelector("body").classList.add("static-header"),this.langSwitcherIsEnable){const e=window&&window.languageSwitcherData?window.languageSwitcherData:"[]";this.languageSwitcherData=JSON.parse(e.replace(/"/g,'"'))}},methods:{handleTransparent(e){this.isTransparentHeader=e,this.isTransparentHeader?document.querySelector("body").classList.add("transparent-header"):document.querySelector("body").classList.add("static-header")},onlinedoctor(e){window.dataLayer.push({event:"promotionClick",eventAction:"Ecommerce",eventCategory:"Promotion Click",eventLabel:"OnlineDoctor::OnlineDoctor",ecommerce:{promoClick:{promotions:[{id:"OnlineDoctor",name:"OnlineDoctor",creative:"Weiterleitung OnlineDoctor",position:e}]}}})},openAccessibility(){document.getElementById("accessibility-popup").classList.add("show"),window.eventBus.$emit("accessibility-click","header");const e=window.innerWidth>=1024?"header":"burger menu";window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"menu_click",eventCategory:"main menu navigation",eventAction:"select::"+e,eventLabel:"accessibility",click_area:e,breadcrumb:"accessibility"})},search(){const e=this.searchBarApiUrl+this.searchValue;ca().get(e).then((e=>this.searchKeyWords=e.data),this.showLoader=!1)},searchTo(e){window.location=this.searchBarRedirectUrl+e+"&autosug=auto"},closeAll(){this.overlayToggle(!1),this.languagesClose(),this.searchShow=!1,this.deSelectMenu();let e=document.getElementsByClassName("main-menu-bar__languages-new");e.length>0&&document.querySelector(".language-switcher").classList.remove("hide-language__switcher")},deSelectMenu(){this.menuLevel2=0,this.menuLevel3=0,this.smallScreen?this.menuShow=!1:this.menuShow=!0},isUsingKeyboard(){return!!document.getElementsByTagName("body")[0].classList.contains("is-using-keyboard")},languagesAddBlurEvent(){const e=document.getElementsByClassName("js-main-menu-language");for(let t=0;t<e.length;t++)e[t].addEventListener("blur",this.languageOnBlur)},languagesClose(){this.languagesShow=!1},languageOnBlur(){const e=document.getElementsByClassName("js-main-menu-language");let t=!1;setTimeout((()=>{if(document.activeElement===this.$refs.languageBtn&&(t=!0),!t)for(let i=0;i<e.length;i++)document.activeElement===e[i]&&document.hasFocus()&&(t=!0);t||(this.languagesShow=!1)}),10)},languagesToggle(){this.languagesShow=!this.languagesShow},overlayToggle(e){const t=document.querySelector("body");this.overlayShow=e,e?t.classList.add("body-hide-overflow"):t.classList.remove("body-hide-overflow")},menuCalculatedLayoutCorrections(){const e=document.getElementsByClassName("main-menu-nav__level-2-wrapper");if(e.length>1&&this.menuLevel3&&window.innerWidth<1024){const t=e[0].scrollHeight;e[0].scrollTop=0,document.querySelector(".main-menu-nav__level-3.active-animation").style.minHeight=`${t}px`}if(e.length>1&&this.menuLevel3&&window.innerWidth>=1024){const t=document.getElementsByClassName("main-menu-nav__level-3")[0].scrollHeight;e[0].style.minHeight=t>=400?"400px":`${t}px`}e.length>1&&!this.menuLevel3&&(e[0].style.minHeight="")},menuOnBlurSecondaryTab(){setTimeout((()=>{(0,s.VZ)(document.activeElement,"main-menu")||this.closeAll()}),10)},menuToggle(){this.menuShow=!this.menuShow,this.menuShow?(this.searchShow=!1,this.overlayToggle(!0)):this.overlayToggle(!1)},menuLevelOpen(e,t,i){this.menuLevel2=e,this.menuLevel3=t,this.overlayToggle(!0),t&&i&&(this.menuLevel2ClickedItem=i.target),t&&this.isUsingKeyboard()&&this.$nextTick((()=>{window.innerWidth<1024&&document.getElementsByClassName("main-menu-nav__level-3-mobile-back")[0].focus()})),e&&!t&&this.isUsingKeyboard()&&window.innerWidth<1024&&this.$nextTick((()=>{this.menuLevel2ClickedItem&&this.menuLevel2ClickedItem.focus()}));const a=this.$el.querySelectorAll(".main-menu-nav__level-3 ul");[...a].forEach((e=>{e.querySelectorAll("li").length>7&&e.classList.add("with-cols")}))},scrollEventHandle(){if(window.pageYOffset<0)return;if(Math.abs(window.pageYOffset-this.lastScrollPosition)<this.scrollOffset)return;const e=window.scrollY||document.documentElement.scrollTop;this.searchShow||(e>48?this.scrollTimeout||(this.scrollTimeout=!0,setTimeout((()=>{this.showHeader=e>this.lastScrollPosition,this.scrollTimeout=!1}),100)):e<52&&(this.showHeader=!0)),this.showHeader?window.eventBus.$emit("stickyHeader",!0):window.eventBus.$emit("stickyHeader",!1),this.lastScrollPosition=e,this.isSticky=e>48&&!this.searchShow},scrollEventAdd(){this.smallScreen?this.menuShow=!1:this.menuShow=!0},searchClear(){this.searchValue="",this.searchFocus()},searchFocus(){this.$nextTick((()=>{this.$refs.searchInput.focus()}))},searchSubmit(){this.searchAllowSubmit&&(this.showLoader=!0,setTimeout((()=>{window.location.assign(this.searchUrl)}),300))},searchToggle(){if(this.searchShow=!this.searchShow,this.$nextTick((()=>{this.searchLabelWidth=document.querySelector(".main-menu-search__label").clientWidth+13})),this.smallScreen?this.menuShow=!1:this.menuShow=!this.menuShow,this.searchShow){this.overlayToggle(!0),this.searchFocus();const e=window.innerWidth>=1024?"header":"burger menu";l.Xj.pushDataLayer({event:"uaevent",event_name:"menu_click",ecommerce:void 0,eventCategory:"main menu navigation",eventAction:"select::"+e,eventLabel:"search",click_area:e,breadcrumb:"search"})}else this.overlayToggle(!1)},typeDetect(){this.$refs.searchInput.value!==this.searchValue&&(this.searchValue=this.$refs.searchInput.value)},showCart(){document.body.classList.add("showPopupCart")}},beforeDestroy(){window.removeEventListener("scroll",this.scrollEventHandle)}},Sa=Ca,ka=(0,u.A)(Sa,na,oa,!1,null,null,null),La=ka.exports;const Ta={name:"add-active",bind:e=>{e.addEventListener("click",(()=>{const t=e.parentNode,i=document.querySelector(".nav__item.is-active");i?(i.classList.remove("is-active"),i.setAttribute("aria-expanded",!1),i.querySelector(".nav__sublist").setAttribute("aria-hidden",!0),t.classList.add("is-active"),t.setAttribute("aria-expanded",!0),t.querySelector(".nav__sublist").setAttribute("aria-hidden",!1)):(t.classList.add("is-active"),t.setAttribute("aria-expanded",!0),t.querySelector(".nav__sublist").setAttribute("aria-hidden",!1))}))}};function Da(e,t){const i=e.parentNode;return i===document.querySelector("html")?null:i.classList.contains(t)?i:Da(i,t)}const xa={name:"go-back",bind:e=>{e.addEventListener("click",(()=>{const t=Da(e,"is-active"),i=t.querySelector(".nav__sublist");t.classList.remove("is-active"),t.setAttribute("aria-expanded",!1),i&&i.setAttribute("aria-hidden",!0)}))}},Pa={name:"add-sub-active",bind:e=>{e.addEventListener("click",(()=>{const t=e.parentNode;t.classList.contains("is-active")?(t.classList.remove("is-active"),t.setAttribute("aria-expanded",!1),t.querySelector(".nav__deeplist").setAttribute("aria-hidden",!0)):(t.classList.add("is-active"),t.setAttribute("aria-expanded",!0),t.querySelector(".nav__deeplist").setAttribute("aria-hidden",!1))}))}};var Aa=i(3961);const Ia={name:"add-class-on-scroll",bind(e){a["default"].nextTick((()=>{const t=e.getBoundingClientRect().height,i=document.querySelector("body");let a=Ia.scrollPosition();const s=document.querySelector(".nav__list");s.style.top=`${t}px`,window.addEventListener("scroll",(0,Aa.n)((()=>{a=Ia.handleScroll(e,i,t,a)}),160))}))},scrollPosition(){return(window.pageYOffset||document.documentElement.scrollTop)-(document.documentElement.clientTop||0)},handleScroll(e,t,i,a){const s=Ia.scrollPosition(),r=s>a;return!r&&s>i?(e.classList.add("sticky"),e.classList.remove("sticky--hidden"),t.style.paddingTop=`${i}px`):r&&s>i?e.classList.add("sticky--hidden"):(e.classList.remove("sticky"),e.classList.remove("sticky--hidden"),t.style.paddingTop=0),s}};var Ma=(0,s.fC)({imports:[ra],directives:{addActive:Ta,goBack:xa,addSubActive:Pa,addClassOnScroll:Ia},components:{MainMenu:La}}),Ea=(0,de.fC)({components:{Panel:It.A}}),$a=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.showModal&&!e.userPrefferedDomain,expression:"showModal && !userPrefferedDomain"}],attrs:{id:"geoLocationMap"}},[t("div",{staticClass:"pop-in",class:{opened:e.isShown,"scroll-popup":e.isScroll}},[t("div",{staticClass:"pop-in-content"},[t("button",{staticClass:"close",on:{click:e.closePopIn}}),e._v(" "),e._t("default")],2),e._v(" "),t("div",{staticClass:"popin-overlay",on:{click:function(t){e.showModal=!1}}})])])},Va=[],qa={name:"geo-popin",props:{userPrefferedDomain:{type:Boolean,default:!1}},data(){return{showModal:!0,isShown:!0,isScroll:!1}},created(){window.addEventListener("keydown",(e=>{"Escape"==e.key&&(this.showModal=!this.showModal)}))},methods:{hideScroll(e){const t=document.getElementsByTagName("body")[0];e?t.classList.add("no-scroll"):t.classList.remove("no-scroll")},closePopIn(){this.hideScroll(!1),this.showModal=!1}}},Ba=qa,Oa=(0,u.A)(Ba,$a,Va,!1,null,null,null),Na=Oa.exports,Fa=(0,s.fC)({components:{geoPopin:Na}}),Ha=function(){var e=this,t=e._self._c;return t("div",[e._t("title"),e._v(" "),e._t("default",null,{showpopin:e.showPopin})],2)},Ra=[],ja={directives:{tag:l.Tc,srcset:ue.h},methods:{triggerLink(e){this.$el.getElementsByClassName("js-link")[e-1].click()},showPopin(e){const t={id:e,disableColorTheme:!1};window.eventBus.$emit("openProductPopin",t)}}},Ua=ja,za=(0,u.A)(Ua,Ha,Ra,!1,null,null,null),Wa=za.exports,Ga=(0,de.fC)({components:{ProductBattle:Wa}}),Ya=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.showModal,expression:"showModal"}],staticClass:"country-switcher"},[t("div",{staticClass:"overlay",style:[e.showModal2?{visibility:"hidden"}:{visibility:"visible"}],attrs:{id:"countryswitcher"}},[t("div",{staticClass:"popup"},[t("div",{staticClass:"popup-header"},[t("div",{staticClass:"has-text-centered"},[t("img",{staticClass:"logoicon",attrs:{src:e.fieldCountryLogo.Src,alt:"lrp-logo"}})]),e._v(" "),t("span",{staticClass:"close",on:{click:function(t){e.showModal=!1}}},[e._v("×")])]),e._v(" "),t("div",{staticClass:"popup1img"},[t("div",{staticClass:"content",domProps:{innerHTML:e._s(e.fieldDescription)}}),e._v(" "),t("div",{staticClass:"flex"},e._l(e.fieldCountryList,(function(i){return t("div",{staticClass:"flex-item"},[t("a",{attrs:{href:"#continentList"},on:{click:function(t){t.preventDefault(),e.showModal2=!0}}},[t("div",{on:{click:function(t){return e.selectCountry(i.countryname)}}},[t("img",{attrs:{src:i.countryimage.Src,alt:i.countryname}}),e._v(" "),t("div",{staticClass:"countrylabel"},[e._v(e._s(i.countryname))])])])])})),0)])]),e._v(" "),t("div",{staticClass:"popin-overlay",on:{click:function(t){e.showModal=!1}}})]),e._v(" "),t("div",{staticClass:"overlay",style:[e.showModal2?{visibility:"visible"}:{visibility:"hidden"}],attrs:{id:"continentList"}},[t("div",{staticClass:"regionpopup"},[t("div",{staticClass:"popup-header"},[t("a",{staticClass:"back-icon",attrs:{href:"#countryswitcher"},on:{click:function(t){t.preventDefault(),e.showModal2=!1}}},[t("em",{staticClass:"arrow left"})]),e._v(" "),t("div",{staticClass:"has-text-centered"},[t("img",{staticClass:"logoicon",attrs:{src:e.fieldCountryLogo.Src,alt:"lrp-logo"}})]),e._v(" "),t("span",{staticClass:"close",on:{click:function(t){e.showModal=!1,e.showModal2=!1}}},[e._v("×")])]),e._v(" "),t("div",{staticClass:"row"},[e._l(e.fieldCountryList,(function(i){return e.setCountryname==i.countryname?t("div",[t("div",{staticClass:"column first"},[t("div",{attrs:{id:"countryimg"}},[t("span",{staticClass:"imgfordevice"},[t("img",{attrs:{src:i.countryimage.Src,alt:"lrp"}})]),e._v(" "),e._l(i.countrysections,(function(i,a){return t("div",[0==a?t("div",{staticClass:"sectionlabel"},[e._v("\n "+e._s(i.sectiontitle)+"\n ")]):e._e()])}))],2)]),e._v(" "),t("div",{staticClass:"column second"},[e._l(i.countrysections,(function(i,a){return t("div",{staticClass:"columndiv"},e._l(i.countrylinks,(function(s){return 0==a&&i.countrylinks.length>10?t("div",[t("span",{staticClass:"labellist"},[t("p",{staticStyle:{"margin-top":"5px"}},[null!=s.alternatelabel?t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:"select::popincountry",category:"main menu navigation",label:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,event_name:"body_button_click",cta_name:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,link_url:s.alternatelink.Url?s.alternatelink.Url:"none",module_name:"popincountry"},expression:"{\n action: 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.alternatelink.Url ? linksData.alternatelink.Url : 'none',\n module_name: 'popincountry'\n }",arg:"useractionevent"}],attrs:{href:s.alternatelink.Url,target:s.alternatelink.Target}},[t("span",[e._v(e._s(s.alternatelabel)+" | ")])]):e._e(),e._v(" "),t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:"select::popincountry",category:"main menu navigation",label:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,event_name:"body_button_click",cta_name:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,link_url:s.link.Url,module_name:"popincountry"},expression:"{\n action: 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.link.Url,\n module_name: 'popincountry'\n }",arg:"useractionevent"}],attrs:{href:s.link.Url,target:s.link.Target}},[t("span",[e._v(e._s(s.label))]),e._v(" "),null!=s.shopicon&&s.isshoppingsite?t("span",{staticClass:"shopicon_list"},[t("img",{attrs:{alt:s.shopicon.Alt,src:s.shopicon.Src}})]):e._e()])])])]):e._e()})),0)})),e._v(" "),e._l(i.countrysections,(function(i,a){return t("div",{staticClass:"columnnodiv"},e._l(i.countrylinks,(function(s){return 0==a&&i.countrylinks.length<10?t("div",[t("span",{staticClass:"labellist"},[t("p",{staticStyle:{"margin-top":"5px"}},[null!=s.alternatelabel?t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:"select::popincountry",category:"main menu navigation",label:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,event_name:"body_button_click",cta_name:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,link_url:s.alternatelink.Url,module_name:"popincountry"},expression:"{\n action: 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.alternatelink.Url,\n module_name: 'popincountry'\n }",arg:"useractionevent"}],attrs:{href:s.alternatelink.Url,target:s.alternatelink.Target}},[t("span",[e._v(e._s(s.alternatelabel)+" | ")])]):e._e(),e._v(" "),t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:"select::popincountry",category:"main menu navigation",label:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,event_name:"body_button_click",cta_name:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,link_url:s.link.Url,module_name:"popincountry"},expression:"{\n action: 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.link.Url,\n module_name: 'popincountry'\n }",arg:"useractionevent"}],attrs:{href:s.link.Url,target:s.link.Target}},[t("span",[e._v(e._s(s.label))]),e._v(" "),null!=s.shopicon&&s.isshoppingsite?t("span",{staticClass:"shopicon"},[t("img",{attrs:{alt:s.shopicon.Alt,src:s.shopicon.Src}})]):e._e()])])])]):e._e()})),0)}))],2),e._v(" "),t("div",{staticClass:"column third"},e._l(i.countrysections,(function(i,a){return t("div",[a>0?t("div",{staticClass:"divisionlabel"},[e._v("\n "+e._s(i.sectiontitle)+"\n ")]):e._e(),e._v(" "),e._l(i.countrylinks,(function(s){return a>0?t("div",{staticClass:"columndiv"},[t("span",{staticClass:"labellist"},[t("p",[null!=s.alternatelabel?t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{action:"select::popincountry",category:"main menu navigation",label:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,event_name:"body_button_click",cta_name:`${i.sectiontitle.toLowerCase()}::${s.countrycode.toLowerCase()}`,link_url:s.alternatelink.Url,module_name:"popincountry"},expression:"{\n action: 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.alternatelink.Url,\n module_name: 'popincountry'\n }",arg:"useractionevent"}],attrs:{href:s.alternatelink.Url,target:s.alternatelink.Target}},[t("span",[e._v(e._s(s.alternatelabel)+" | ")])]):e._e(),e._v(" "),e._v(" 'select::popincountry', \n category: 'main menu navigation', \n label: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n event_name: 'body_button_click',\n cta_name: `${regionlabelName.sectiontitle.toLowerCase()}::${linksData.countrycode.toLowerCase()}`,\n link_url: linksData.link.Url,\n module_name: 'popincountry'\n }\">"),t("span",[e._v(e._s(s.label))]),e._v(" "),null!=s.shopicon&&s.isshoppingsite?t("span",[t("img",{attrs:{alt:s.shopicon.Alt,src:s.shopicon.Src}})]):e._e()])])]):e._e()}))],2)})),0)]):e._e()})),e._v(" "),t("div")],2)]),e._v(" "),t("div",{staticClass:"popin-overlay",on:{click:function(t){e.showModal=!1,e.showModal2=!1}}})])])},Ka=[],Xa={name:"country-switcher",directives:{tag:l.Tc},props:{fieldDescription:{type:String,required:!0,default:void 0},fieldCountryLogo:{type:Object,required:!0,default:void 0},fieldCountryList:{type:Array,required:!0}},data(){return{showModal:!1,showModal2:!1,filteredCountryData:[],setCountryname:"",slectedCountryData:[]}},mounted(){const e=document.querySelector(".linkCountry");e&&e.addEventListener("click",(e=>{e.preventDefault(),this.showModal=!0}))},methods:{selectCountry(e){this.setCountryname=e}}},Qa=Xa,Ja=(0,u.A)(Qa,Ya,Ka,!1,null,null,null),Za=Ja.exports,es=(0,s.fC)({components:{CountrySwitcher:Za}}),ts=(0,s.fC)({components:{ResponsiveImage:_["default"]}}),is=function(){var e=this,t=e._self._c;return t("div",{staticClass:"routine"},[e._t("heading"),e._v(" "),t("div",{staticClass:"routine__info"},[e._l(e.dropdownOptions,(function(i){return e._l(e.optionsData[i.id],(function(i){return-1!==i.indexOf(e.activeOptionTitle)&&-1!==i.indexOf("-info")?t("div",{key:i,staticClass:"routine__text"},[e._t(i)],2):e._e()}))})),e._v(" "),e.dropdownOptions.length>1?t("div",{staticClass:"routine__dropdown"},[t("label",{attrs:{for:"routine-choice"}},[e._v(e._s(e.selectLabelText||e.dropdownOptions[e.activeOption].title))]),e._v(" "),t("div",{staticClass:"select-wrapper"},[t("select",{directives:[{name:"model",rawName:"v-model.number",value:e.activeOption,expression:"activeOption",modifiers:{number:!0}}],attrs:{id:"routine-choice"},on:{change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(t){var i="_value"in t?t._value:t.value;return e._n(i)}));e.activeOption=t.target.multiple?i:i[0]}}},e._l(e.dropdownOptions,(function(i,a){return t("option",{key:a,domProps:{value:a}},[e._v("\n "+e._s(i.option)+"\n ")])})),0)])]):e._e()],2),e._v(" "),t("div",{staticClass:"routine__slider"},[t("slider",{attrs:{"per-page-custom":[[320,1],[1024,3]],"start-at":0,"navigation-enabled":!0,"pagination-enabled":!0,"is-pagination-clickable":!1,"nav-tagging-label":e.navTaggingLabel,"item-per-page-desktop":3,"page-category":e.pageCategory},on:{pageChange:e.whenPageChange}},[e._l(e.dropdownOptions,(function(i){return e._l(e.optionsData[i.id],(function(i){return-1!==i.indexOf(e.activeOptionTitle)&&-1===i.indexOf("-info")?t("slide",{key:i},[e._t(i)],2):e._e()}))}))],2)],1)],2)},as=[],ss=i(5415),rs=i(8838),ns={name:"routine",components:{Slide:ss.A,Slider:rs.A},props:{dropdownOptions:{type:Array,required:!0,default:null},selectLabelText:{type:String,required:!0,default:"I have"},navTaggingLabel:{type:[String,Array],required:!1,default:""},pageCategory:{type:String,required:!1,default:"page category"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,optionsData:{},activeOption:0}},computed:{activeOptionTitle(){return this.dropdownOptions[this.activeOption].id}},watch:{activeOption(){l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:"routine finder",eventAction:"select::condition",eventLabel:`${this.dropdownOptions[this.activeOption].option}`})}},mounted(){this.getSlots().then(this.$forceUpdate()),o.B.$on("mediaquery::changed",this.whenMediaQueryChange)},methods:{whenMediaQueryChange(e){this.smallScreen=!("small"!==e.size&&"medium"!==e.size)},setSlots(e){Object.keys(this.$slots).forEach((t=>{-1!==t.indexOf(e)&&(this.optionsData[e]||(this.optionsData[e]=[]),this.optionsData[e].push(t))}))},getSlots(){return new Promise((e=>{this.dropdownOptions.forEach((e=>this.setSlots(e.id))),e()}))},whenPageChange(e){document.dispatchEvent(new CustomEvent("carouselLazyImg")),l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:"routine finder",eventAction:"display",eventLabel:e+1})}}},os=ns,ls=(0,u.A)(os,is,as,!1,null,null,null),cs=ls.exports,ds=(0,s.fC)({components:{Routine:cs}}),us=function(){var e=this,t=e._self._c;return t("li",{staticClass:"select-option__item",class:{"-checked":e.isChecked},on:{click:function(t){return t.preventDefault(),e.setSelection.apply(null,arguments)}}},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.isChecked,expression:"isChecked"}],staticClass:"select-option__input",attrs:{type:"checkbox",id:e.uniqueId,disabled:e.isDisabled,"panel-focusable":""},domProps:{checked:Array.isArray(e.isChecked)?e._i(e.isChecked,null)>-1:e.isChecked},on:{change:function(t){var i=e.isChecked,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.isChecked=i.concat([r])):n>-1&&(e.isChecked=i.slice(0,n).concat(i.slice(n+1)))}else e.isChecked=s}}}),e._v(" "),t("label",{ref:"text",staticClass:"select-option__label",attrs:{for:e.uniqueId}},[t("span",[e._t("default")],2)])])},ps=[];function hs(){return Math.random().toString(36).slice(4)}var ms={name:"select-option",props:{value:{type:[String,Number,Boolean],default:void 0,required:!1},disabled:{type:Boolean,default:!1,required:!1}},inject:{selectMultiple:{}},data(){return{uniqueId:"select-option-"+hs(),isChecked:!1,isSelected:!1}},computed:{selectValue(){return this.selectMultiple.modelValue},isDisabled(){return this.disabled},key(){const e=this.value||0===this.value;return e?this.value:this.uniqueId}},watch:{selectValue(){this.setIsSelected()},isChecked(e){this.isSelected},isSelected(e){this.isChecked=e}},created(){this.setItem(),this.setIsSelected()},updated(){this.setItem()},methods:{getTextContent(){if(this.$el)return this.$el.textContent.trim();const e=this.$slots.default;return e?e[0].text.trim():""},setIsSelected(){void 0!==this.selectValue?this.isSelected=this.selectValue.includes(this.value):this.isSelected=!1},setItem(){this.$set(this.selectMultiple.items,this.key,this.getTextContent())},setMultipleSelection(){this.selectMultiple.setMultipleValue(this.value)},setSelection(){window.eventBus.$emit("quicksortTrigger",!1),this.isDisabled||this.setMultipleSelection()}}},gs=ms,vs=(0,u.A)(gs,us,ps,!1,null,null,null),_s=vs.exports,fs=(0,s.fC)({components:{SelectMultiple:qt,SelectOption:_s}});const ys=e=>{if(e.status>=200&&e.status<300)return e;const t=new Error(e.statusText);throw t.response=e,t};async function bs(e,t){const i=await fetch(`${e}?answerId=${t}`,{method:"GET",headers:{"Content-Type":"application/json"},credentials:"include",cache:"no-store"});return ys(i),await i.json()}async function ws(e,t){const i=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},credentials:"include",cache:"no-store",body:JSON.stringify(t)});return ys(i),await i.json()}var Cs={name:"smiley-vote",directives:{tag:l.Tc},props:{updateVoteUrl:{type:String,required:!0,default:void 0},getVotesUrl:{type:String,required:!0,default:void 0},answerId:{type:String,required:!0,default:void 0},pageId:{type:String,required:!0,default:void 0},value:{type:String,default:void 0},tagCategory:{type:String,default:void 0},tagLabel:{type:String,default:void 0},tagActionDownvote:{type:String,default:void 0},tagActionUpvote:{type:String,default:void 0}},data(){return{checked:this.value,initialUpvote:null,initialDownvote:null,positiveVote:null,negativeVote:null,isVotesUpdated:null}},mounted(){this.getVotes(),this.checkStorage()},methods:{checkStorage(){sessionStorage.getItem(this.answerId)&&(this.checked=sessionStorage.getItem(this.answerId))},addToStorage(){sessionStorage.getItem(this.answerId)&&(this.checked=sessionStorage.getItem(this.answerId))},addActive(e){e===this.checked?(this.checked=void 0,this.$emit("change",void 0)):(this.checked=e,this.$emit("change",this.checked)),this.callApi().then((()=>{sessionStorage.setItem(this.answerId,this.checked)}))},getVotes(){return bs(`${window.location.origin}${this.getVotesUrl}`,this.answerId).then((e=>{this.initialUpvote=e.PositiveVotes,this.initialDownvote=e.NegativeVotes,this.positiveVote=e.PositiveVotes,this.negativeVote=e.NegativeVotes}))},sendVotes(e){return ws(`${window.location.origin}${this.updateVoteUrl}`,e).then((e=>{this.isVotesUpdated=e})).catch((e=>{this.isVotesUpdated=!1}))},callApi(){return new Promise((e=>{if("yes"===this.checked)this.sendVotes({PositiveVote:1,NegativeVote:this.initialDownvote-this.negativeVote,answerId:this.answerId,pageId:this.pageId}),this.positiveVote+=1,this.initialDownvote<this.negativeVote&&(this.negativeVote-=1);else if("no"===this.checked)this.sendVotes({PositiveVote:this.initialUpvote-this.positiveVote,NegativeVote:1,answerId:this.answerId,pageId:this.pageId}),this.negativeVote+=1,this.initialUpvote<this.positiveVote&&(this.positiveVote-=1);else if(sessionStorage.getItem(this.answerId)){const e=sessionStorage.getItem(this.answerId);"yes"===e?(this.sendVotes({PositiveVote:-1,NegativeVote:0,answerId:this.answerId,pageId:this.pageId}),this.positiveVote-=1):"no"===e&&(this.sendVotes({PositiveVote:0,NegativeVote:-1,answerId:this.answerId,pageId:this.pageId}),this.negativeVote-=1)}e()}))}}};window.onload=function(e){var t=document.querySelector(".derm-answer__text strong"),i=t&&t.getElementsByTagName("a").length;i>0&&document.querySelectorAll(".derm-answer__text strong a").forEach((e=>{e.addEventListener("click",(e=>{l.Xj.pushDataLayer({event:"uaevent",event_name:"body_button_click",ecommerce:"undefined",eventCategory:e.target.closest(".derm-answer__text").attributes["data-pagecategory"].value,eventAction:"select::instant answer",eventLabel:`${e.target.closest(".derm-answer__text").attributes["data-moduleTitle"].value.toLowerCase()}`,module_name:"instant answer",cta_name:`${e.target.closest(".derm-answer__text").attributes["data-moduleTitle"].value.toLowerCase()}`,link_url:t.lastChild.href})}))}))};var Ss,ks,Ls=Cs,Ts=(0,u.A)(Ls,Ss,ks,!1,null,null,null),Ds=Ts.exports,xs=(0,s.fC)({components:{SmileyVote:Ds}}),Ps=function(){var e=this,t=e._self._c;return t("div",{staticClass:"sprite-background"},[t("div",{staticClass:"sprite-background__content"},[e._t("default")],2),e._v(" "),t("div",{staticClass:"sprite-background__wrapper"},e._l(e.backgrounds,(function(e){return t("div",{key:e.id,staticClass:"sprite-background__sprite",class:e.classes,style:e.style})})),0)])},As=[],Is={name:"sprite-background",props:{src:{type:String,required:!0},height:{type:String,required:!0},width:{type:String,required:!0}},computed:{backgrounds(){const{height:e,width:t,src:i}=this,a=[];for(let s=0;s<2;s++)a.push({id:s,classes:[`-sprite-${s}`],test:`0 calc(-${e} * ${s})`,style:{height:e,width:t,backgroundPosition:"0 "+(s?"bottom":"top"),backgroundImage:`url(${i})`}});return a}}},Ms=Is,Es=(0,u.A)(Ms,Ps,As,!1,null,null,null),$s=Es.exports,Vs=(0,s.fC)({components:{SpriteBackground:$s}});const qs={name:"footer-padding",inserted:e=>{window.addEventListener("scroll",(0,s.nF)((()=>{window.pageYOffset+window.innerHeight>document.body.clientHeight-10?e.classList.add("hidden"):e.classList.remove("hidden")}),160))}};var Bs=(0,s.fC)({directives:{footerPadding:qs}}),Os=function(){var e=this,t=e._self._c;return t("div",[e.mounted?[t("load-script",{attrs:{attributes:{id:e.scriptId},src:e.scriptSrc}}),e._v(" "),e._t("default")]:e._e()],2)},Ns=[],Fs=i(1806),Hs={name:"sprinklr",components:{LoadScript:X.A},props:{scriptId:{type:String,required:!0},scriptSrc:{type:String,required:!0}},data(){return{mounted:!1}},mounted(){(0,Fs.YJ)(this.$el,{checkIsVisible:!1}).then((()=>{this.mounted=!0}))}},Rs=Hs,js=(0,u.A)(Rs,Os,Ns,!1,null,null,null),Us=js.exports,zs=(0,s.fC)({components:{Sprinklr:Us}}),Ws=(0,s.fC)({components:{Slider:rs.A,Slide:ss.A}});const Gs={name:"no-js-handler",bind:e=>{const t=e.querySelectorAll("noscript img");for(let i=0;i<t.length;i++)t[i].setAttribute("src","data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=")}};var Ys,Ks,Xs=(0,s.fC)({directives:{noJsHandler:Gs}}),Qs={name:"video-player",props:{isSrOnlyPlay:{type:String,default:"Play"},isSrOnlyPause:{type:String,default:"Pause"},src:{type:String,required:!1,default:void 0},autoplay:{type:Boolean,required:!1,default:void 0},preload:{type:String,default:"metadata"},poster:{type:String,default:void 0},loop:{type:Boolean,default:!1},playsinline:{type:Boolean,default:!1},crossorigin:{type:String,default:void 0},videoName:{type:String,default:"Video name"}},data(){return{loaded:!1,playing:!1}},computed:{cssClasses(){return["video-player",this.loaded?"loaded":"",this.playing&&"play"]},posterBackground(){return this.poster&&"url("+this.poster+")"}},mounted(){this.initialize(),this.$refs.videoPlayer.removeAttribute("controls")},methods:{initialize(){this.playsinline&&(this.$refs.videoPlayer.setAttribute("playsinline",this.playsinline),this.$refs.videoPlayer.setAttribute("webkit-playsinline",this.playsinline),this.$refs.videoPlayer.setAttribute("x5-playsinline",this.playsinline),this.$refs.videoPlayer.setAttribute("x5-video-player-type","h5"),this.$refs.videoPlayer.setAttribute("x5-video-player-fullscreen",!1)),this.$refs.videoPlayer.addEventListener("loadeddata",(()=>{this.loaded=!0,this.playing=!this.$refs.videoPlayer.paused})),this.$refs.videoPlayer.addEventListener("pause",(()=>{this.playing=!1})),this.$refs.videoPlayer.addEventListener("playing",(()=>{this.playing=!0}))},playPause(){this.playing?(this.$refs.videoPlayer.pause(),this.playing=!1,this.setAnalytics("pause")):(this.$refs.videoPlayer.play(),this.playing=!0,this.setAnalytics("play"))},setAnalytics(e){l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:"videos",eventAction:e,eventLabel:this.videoName,event_name:"video_interation",video_title:this.videoName,video_action:e})}}},Js=Qs,Zs=(0,u.A)(Js,Ys,Ks,!1,null,null,null),er=Zs.exports,tr=(0,s.fC)({components:{VideoPlayer:er}}),ir=function(){var e=this,t=e._self._c;return t("div",{staticClass:"load-more"},[t("button",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:e.pageCategory,action:"select::list pagination",label:""+(e.getLoadMoreQuery.pageNbr-1)},expression:"{ category: pageCategory, action: 'select::list pagination', label: `${getLoadMoreQuery.pageNbr - 1}`}",arg:"useractionevent"}],class:[e.ctaClass,{disabled:e.isLoadMoreDisabled||e.productsLength===+e.productsTotalCount}],attrs:{disabled:e.isLoadMoreDisabled||e.productsLength===+e.productsTotalCount,"aria-label":e.label},on:{click:function(t){return t.preventDefault(),e.updateList.apply(null,arguments)}}},[t("span",{staticClass:"btn__wrapper"},[e._t("default")],2)]),e._v(" "),t("loader",{attrs:{show:e.productsLoading}},[e._t("loading")],2)],1)},ar=[],sr={name:"load-more",directives:{tag:l.Tc},components:{Loader:Ct},props:{label:{type:String,default:""},pageCategory:{type:String,default:""},productListId:{type:String,required:!0,default:""},apiLink:{type:String,required:!0,default:""},productsTotalCount:{type:[String,Number],required:!1,default:void 0},urlQuery:{type:Object,required:!0},ctaClass:{type:String,default:"cta cta--light"}},computed:{...(0,dt.L8)(["productsLoading","getListType","getLoadMoreQuery","getItemToFocus","isLoadMoreDisabled"]),searchPageQuery(){return""!==window.location.search?window.location.search.match(/(q=).*?(&)/g)[0].slice(2,-1):""},productsLength(){return this.$store.getters.getProducts(this.productListId).length},listType(){return this.urlQuery.section.toLowerCase()}},created(){this.$store.commit("loadMoreQuery",{q:this.searchPageQuery,...this.urlQuery}),this.$store.commit("setListType",this.listType)},methods:{...(0,dt.i0)(["loadMore"]),updateList(){this.loadMore({listId:this.productListId,url:this.apiLink,query:this.getLoadMoreQuery,searchPageQuery:this.searchPageQuery,type:this.getListType}).then((e=>{document.querySelectorAll(`#${this.productListId} .product-list__item`)[this.getItemToFocus].querySelector("a").focus()})).catch((e=>{}))}}},rr=sr,nr=(0,u.A)(rr,ir,ar,!1,null,null,null),or=nr.exports,lr=(0,s.fC)({components:{LoadMore:or}}),cr=function(){var e=this,t=e._self._c;return e.show?t("div",{staticClass:"cookie-banner"},[t("div",{staticClass:"container"},[t("div",{staticClass:"cookie-notification"},[t("div",{staticClass:"cookie-info"},[t("p",[e._v(e._s(e.ctaText)),t("a",{staticClass:"cookie-learn-more",attrs:{href:e.ctaLearnmoreLink}},[e._v(" "+e._s(e.ctaLearnmoreLinkText)+" ")])])]),e._v(" "),t("div",{staticClass:"cookie-close-block"},[t("a",{staticClass:"cookie-learn-more",attrs:{href:"#"},on:{click:function(t){return e.close()}}},[e._v(e._s(e.ctaButtonText))])])])])]):e._e()},dr=[],ur={name:"cookie-banner",props:{ctaText:{type:String,required:!0},ctaButtonText:{type:String,required:!0,default:"ALLOW US"},ctaLearnmoreLink:{type:String,required:!1},ctaLearnmoreLinkText:{type:String,required:!1}},data(){return{show:!0}},methods:{close(){this.createCookie("cookie-notification",1,365),this.show=!1},createCookie(e,t,i){let a="";if(i){const e=new Date;e.setTime(e.getTime()+24*i*60*60*1e3),a=`; expires=${e.toGMTString()}`}else a="";document.cookie=`${e}=${t}${a}; path=/`}}},pr=ur,hr=(0,u.A)(pr,cr,dr,!1,null,null,null),mr=hr.exports,gr=(0,s.fC)({components:{CookieBanner:mr}}),vr=function(){var e=this,t=e._self._c;return t("div",e._l(e.initialData,(function(i,a){return i.variantid===e.selectedVariant?t("div",[t("a",{staticClass:"pharmacy-cta btn--black btn--icon btn--find",attrs:{href:i.pharmacylink,target:"_blank"},on:{click:function(t){return e.clickandCollectTag()}}},[e.imageUrl?t("img",{staticClass:"btn__icon",attrs:{src:e.imageUrl,alt:e.dataAlttext}}):e._e(),e._v(" "),t("div",{class:e.ctaClass},[t("span",{staticClass:"btn__wrapper",attrs:{"data-default-variant":i.defaultvariantid,"data-variant":i.variantid}},[t("span",{staticClass:"btn__text"},[e._v("\r\n "+e._s(e.ctaLable)+"\r\n ")])])])])]):e._e()})),0)},_r=[],fr={name:"pharmacy-cta-button",props:{initialData:{type:Array,required:!0},ctaLable:{type:String,required:!1,default:"Click and Collect"},imageUrl:{type:String,required:!1,default:"#"},dataAlttext:{type:String,required:!1},ctaClass:{type:String,default:"cta cta--light cta--alt"},dataClickandCollectTagging:{type:Array,required:!1,default:[]}},data(){return{selectedVariant:this.initialData[0].defaultvariantid}},mounted(){this.selectedVariant=this.initialData[0].defaultvariantid,window.eventBus.$emit("clickandcollectEnabled",!0),window.eventBus.$on("SelectVarientPdpChangedAction",(e=>{e&&(this.selectedVariant=e)})),window.eventBus.$on("SelectVarientPdpChangedActionColor",(e=>{e&&(this.selectedVariant=e)}))},methods:{clickandCollectTag(){l.Xj.pushDataLayer({...this.dataClickandCollectTagging[0].tagging})}}},yr=fr,br=(0,u.A)(yr,vr,_r,!1,null,null,null),wr=br.exports,Cr=(0,s.fC)({components:{PharmacyCtaButton:wr}}),Sr=function(){var e=this,t=e._self._c;return e.smallScreen?t("div",{staticClass:"spotscan-embed"},[t("load-script",{attrs:{src:e.dropperApi}}),e._v(" "),t("div",{class:e.dataCta},[t("a",{staticClass:"btn__wrapper opener button-poppin button-open-dsf-app",attrs:{id:"first-cta",href:"#"},on:{click:function(t){return e.gatagging()}}},[e._v(e._s(e.dataCtaLabel)+" ")])])],1):e._e()},kr=[],Lr={name:"spotscan-embed",components:{LoadScript:X.A},props:{dataTenant:{type:String,required:!0},dataApplication:{type:String,required:!0},dataCustomer:{type:String,required:!1},dataCountry:{type:String,required:!1},dataEnvironment:{type:String,required:!1},dataTouchpoint:{type:String,required:!1},dataType:{type:String,required:!1},dataLoadingbg:{type:String,required:!1},dataLoadingmsg:{type:String,required:!1},csrfToken:{type:String,required:!1},switchEcom:{type:String,required:!1},switchAutostart:{type:String,required:!1},dataCtaLabel:{type:String,required:!1},dataPagecategory:{type:String,required:!1},dataCta:{type:String,default:"btn"},dataDsfTagging:{type:Object,required:!0}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,dropperApi:"https://dsf-cdn.loreal.io/dropper.js"}},mounted(){var e=document.createElement("div");e.setAttribute("class","dsf-tag-emb"),e.innerHTML=`<dsf-app\n tenant = ${this.dataTenant}\n application = "${this.dataApplication}"\n customer = "${this.dataCustomer}"\n country = "${this.dataCountry}"\n environment = "${this.dataEnvironment}"\n touchpoint = "${this.dataTouchpoint}"\n type = "${this.dataType}"\n switch_ecom = "${this.switchEcom}"\n loadingbg = "${this.dataLoadingbg}"\n loadingmsg = "${this.dataLoadingmsg}"\n csrf_token = "$WEBSITE_TOKEN"\n switch_autostart = "${this.switchAutostart}"\n />`,(""===document.querySelectorAll(".dsf-tag-emb")||document.querySelectorAll(".dsf-tag-emb").length<1)&&document.body.appendChild(e)},methods:{gatagging(){const e=document.querySelector(".pdp-tagging")?document.querySelector(".pdp-tagging").getAttribute("data-tag-product-name"):"",t=document.querySelector(".pdp-tagging")?document.querySelector(".pdp-tagging").getAttribute("data-tag-product-id"):"",i=""!=e&&""!=t?`${e.toLowerCase()}::${t.toLowerCase()}`:"none",a={...this.dataDsfTagging,product_info:i};l.Xj.pushDataLayer(a)}}},Tr=Lr,Dr=(0,u.A)(Tr,Sr,kr,!1,null,null,null),xr=Dr.exports,Pr=(0,s.fC)({components:{SpotscanEmbed:xr}}),Ar=function(){var e=this,t=e._self._c;return t("div")},Ir=[],Mr={name:"article-tagging",props:{dataAritlcleTitle:{type:String,required:!1}},data(){return{taggingCount:0,passedTimer:!1,articleHeight:0,distFromTop:0}},created(){setTimeout((()=>{this.passedTimer=!0}),3e4);const e="article_tagging",t="200";var i=new Date;i.setTime(i.getTime()+3e4),document.cookie=e+"="+t+"; expires="+i.toString()+"; path=/; SameSite=Strict"},destroyed(){window.removeEventListener("scroll",this.handleScroll())},mounted(){this.getCookie("article_tagging");document.addEventListener("DOMContentLoaded",(()=>{this.distFromTop=document.querySelector("html").scrollTop,this.articleHeight=document.querySelector("#content").clientHeight,window.addEventListener("scroll",(()=>{this.scrollToTop(),this.handleScroll()}))}))},methods:{getCookie(e){for(var t=e+"=",i=document.cookie.split(";"),a=0;a<i.length;a++){var s=i[a];while(" "==s.charAt(0))s=s.substring(1);if(0==s.indexOf(t))return s.substring(t.length,s.length)}return""},scrollToTop(){this.distFromTop=document.querySelector("html").scrollTop},viewedArticlePercentage(){return 100*this.distFromTop/this.articleHeight},handleScroll(){this.dataAritlcleTitle&&this.viewedArticlePercentage()>=75&&this.taggingCount<1&&this.passedTimer&&(window.dataLayer.push({event:"uaevent",event_name:"read_article",ecommerce:"undefined",eventCategory:"content page::article",eventAction:"read article",eventLabel:this.dataAritlcleTitle,article_name:this.dataAritlcleTitle}),this.taggingCount++,window.removeEventListener("scroll",this.handleScroll()))}}},Er=Mr,$r=(0,u.A)(Er,Ar,Ir,!1,null,null,null),Vr=$r.exports,qr=(0,s.fC)({components:{articleTagging:Vr}}),Br=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"article-filters products-filters container container--primary-color"},[t("div",{staticClass:"container--is-maxwidth products-filters__wrapper",staticStyle:{height:"auto"}},[t("div",{staticClass:"products-filters-sticky"},[t("div",{staticClass:"products-filters__container container--is-maxwidth"},[t("div",{staticClass:"products-filters__select-wrapper"},[t("div",[t("div",{staticClass:"article-filter-list control"},[t("div",{staticClass:"select-custom"},[t("div",{staticClass:"select-custom__btn"},[t("select",{attrs:{id:"concern",name:"concern"},on:{change:e.filterapi}},[t("option",[e._v("All Categories ")]),e._v(" "),e._l(e.articleCategoryList,(function(i,a){return t("option",{key:a,domProps:{value:i}},[e._v(e._s(i))])}))],2),e._v(" "),t("svg",{attrs:{width:"16",height:"8","aria-hidden":"true"}},[t("path",{attrs:{"fill-rule":"nonzero",d:"M14.675.62l.65.76L8 7.659.675 1.379l.65-.759L8 6.341z"}})])])])])])])])])])]),e._v(" "),t("div",{staticClass:"article-list",attrs:{id:"articleListId"}},[t("ul",{staticClass:"article-list-container container--is-maxwidth"},e._l(e.initialArticles,(function(i,a){return t("li",{key:a,staticClass:"article-list__item"},[t("div",{staticClass:"article-push"},[t("div",{staticClass:"article-push__content"},[t("responsive-image",{attrs:{"aspect-ratio":"69",srcset:i.ArticleImageUrl}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:i.ArticleImageUrl,alt:""}})])]),e._v(" "),t("h4",[t("span",{domProps:{innerHTML:e._s(i.ArticleTitle)}})]),e._v(" "),t("a",{attrs:{href:i.ArticleURL}},[e._m(0,!0)])],1)])])})),0),e._v(" "),t("div",{staticClass:"article-load-more"},[e.loadmore?t("div",{staticClass:"btn",on:{click:function(t){return e.loadmoredata()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\r\n Load More\r\n ")])]):e._e()])]),e._v(" "),e.showLoader?t("div",{staticClass:"loader-page"},[e._m(1)]):e._e()])},Or=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"btn"},[t("span",{staticClass:"btn__wrapper"},[e._v("\r\n Learn More\r\n ")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"loader-item"},[t("em",{staticClass:"custom-loader --1"})])}],Nr=i(4465),Fr={name:"article-list",components:{ResponsiveImage:_["default"],Loader:Ct},props:{listItems:{type:Array,default(){}},dataLoadmoreApi:{type:String},dataFilterApi:{type:String},dataArticelCount:{type:Number},articleCategoryList:{type:Array,default(){}},articleConcernList:{type:Array,default(){}}},data(){return{showLoader:!1,loadmore:!0,articleSize:12,articleLength:null,articleCount:1,initialArticles:[]}},mounted(){this.initialArticles=this.listItems},methods:{filterapi(e){const t=e.target.value;this.showLoader=!0,(0,Nr.L)(`${window.location.origin}/${this.dataFilterApi}`,{concern:t}).then((e=>{this.initialArticles=e,this.showLoader=!1,this.loadmore=!1})).catch((()=>{this.serverError=!0}))},loadmoredata(){this.articleCount=this.articleCount+1;window.location.orgin;this.loadmore=!1,this.showLoader=!0,(0,Nr.L)(`${window.location.origin}/${this.dataLoadmoreApi}`,{pageNumber:this.articleCount}).then((e=>{this.initialArticles=e,this.showLoader=!1,this.loadmore=!0})).catch((()=>{this.serverError=!0}))}}},Hr=Fr,Rr=(0,u.A)(Hr,Br,Or,!1,null,null,null),jr=Rr.exports,Ur=(0,s.fC)({components:{ArticleList:jr}}),zr=function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"show",rawName:"v-show",value:e.show,expression:"show"}],staticClass:"sustainability-wrapper"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-xs-12 col-sm-12"},[t("div",{staticClass:"sustainability-container"},[t("div",{staticClass:"product-note"},[t("div",{staticClass:"collapse__hamburger-wrapper"},[t("div",{staticClass:"product-note__description richtext"},[t("div",{staticClass:"sustainability"},[t("div",{staticClass:"sustainability__section-"},[t("div",{staticClass:"sustainability__section_one"},[t("h2",{staticClass:"product-note__title heading",domProps:{innerHTML:e._s(e.initialData.SocialAndEnvironmentalImpactTitle)}}),e._v(" "),t("p",{domProps:{innerHTML:e._s(e.initialData.SocialAndEnvironmentalImpactDescription)}})]),e._v(" "),t("div",{staticClass:"sustainability__section_two"},[t("h4",{staticClass:"sustainability__section-title overall-impact"},[e._v(e._s(e.initialData.GlobalEnvironmentalImpactTitle))]),e._v(" "),t("div",{staticClass:"sustainability__footprint"},[t("div",{staticClass:"sustainability__diagram"},[t("img",{staticClass:"lazyloaded",attrs:{src:e.formatted.length>=1?e.formatted[0].image:""}})]),e._v(" "),t("div",{staticClass:"sustainability__indicators"},[t("div",{staticClass:"sustainability__indicator"},[t("h6",{staticClass:"sustainability__footprint-title sustainability__footprint-title_lower"},[e._v("\r\n "+e._s(e.initialData.CarbonFootprintTitle)+"\r\n ")]),e._v(" "),e.formatted[0]&&e.formatted[0].CarbonFootPintGrade?t("div",{staticClass:"sustainability__indicator-line",class:[e.formatted[0]&&"A"===e.formatted[0].CarbonFootPintGrade?"position-1":e.formatted[0]&&"B"===e.formatted[0].CarbonFootPintGrade?"position-2":e.formatted[0]&&"C"===e.formatted[0].CarbonFootPintGrade?"position-3":e.formatted[0]&&"D"===e.formatted[0].CarbonFootPintGrade?"position-4":"position-5"]},[t("svg",{staticStyle:{"enable-background":"new 0 0 62.56 62.56"},attrs:{version:"1.1",id:"Calque_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 62.56 62.56","xml:space":"preserve"}},[t("g",[t("defs",[t("rect",{attrs:{id:"SVGID_1_",width:"62.56",height:"62.56"}})]),e._v(" "),t("clipPath",{attrs:{id:"SVGID_00000150086585617406771340000003952002893441095317_"}},[t("use",{staticStyle:{overflow:"visible"},attrs:{"xlink:href":"#SVGID_1_"}})]),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#FFFFFF"},attrs:{d:"M31.28,62.17\r\n c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\r\n M31.28,62.17c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28\r\n C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("circle",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{cx:"31.28",cy:"31.28",r:"31.16"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M37.1,21.73\r\n c-2.62,0-4.9,0.91-6.71,2.69s-2.8,4.12-2.8,6.66c0,2.72,0.88,5,2.62,6.84c1.81,1.92,4.15,2.9,6.87,2.9c2.56,0,5-1.01,6.79-2.88\r\n c1.74-1.79,2.67-4.14,2.67-6.79c0-2.51-0.98-4.87-2.85-6.71C41.9,22.69,39.56,21.73,37.1,21.73 M37.08,36.27\r\n c-2.54,0-4.85-2.23-4.85-5.13c0-2.7,2.15-4.84,4.9-4.84c2.59,0,4.74,2.15,4.74,4.84C41.87,34.15,39.72,36.27,37.08,36.27"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M17.04,26.29\r\n c1.81,0,3.29,0.96,4.28,2.77h4.87c-1.19-4.53-4.87-7.36-9.17-7.36c-2.62,0-4.9,0.93-6.71,2.72c-1.84,1.79-2.8,4.12-2.8,6.66\r\n c0,2.72,0.88,5,2.62,6.84c1.81,1.92,4.12,2.93,6.84,2.93c4.43,0,7.93-2.72,9.15-7.2h-4.9c-0.98,1.71-2.51,2.64-4.25,2.64\r\n c-2.54,0-4.82-2.26-4.82-5.18C12.14,28.42,14.29,26.29,17.04,26.29"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M55.06,33.31\r\n c0-1.6-1.22-2.7-3.22-2.7c-1.96,0-3.21,1.33-3.22,3.45h2.28c0-0.06-0.01-0.14-0.01-0.21c0-0.84,0.38-1.32,0.94-1.32\r\n c0.56,0,0.89,0.38,0.89,1.02c0,1.29-1.34,2.82-4.05,4.43v1.95h6.37v-2.06h-3.22C53.98,36.49,55.06,34.8,55.06,33.31"}})])])]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__indicator-information carbon"},[e.formatted[0]&&e.formatted[0].CarbonFootPrintvalueperml?t("p",[e._v(e._s(e.formatted[0].CarbonFootPrintvalueperml)+" "+e._s(e.formatted[0].CarbonFootprintUnit)),e.footnote1?t("sup",[e._v("(1)")]):e._e(),e._v(" "+e._s(e.initialData.CarbonFootprintPerDosageUse)+"\r\n \r\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].CarbonFootPrintvalueperdosageuse?t("p",[e._v(e._s(e.formatted[0].CarbonFootPrintvalueperdosageuse)+" "+e._s(e.formatted[0].CarbonFootprintUnit)+" "+e._s(e.formatted[0].CarbonFootprintperml)+"\r\n \r\n ")]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__indicator"},[t("h6",{staticClass:"sustainability__footprint-title sustainability__footprint-title_lower"},[e._v("\r\n \r\n "+e._s(e.initialData.WaterFootprintTitle)+"\r\n ")]),e._v(" "),e.formatted[0]&&e.formatted[0].WaterFootPintGrade?t("div",{staticClass:"sustainability__indicator-line",class:[e.formatted[0]&&"A"===e.formatted[0].WaterFootPintGrade?"position-1":e.formatted[0]&&"B"===e.formatted[0].WaterFootPintGrade?"position-2":e.formatted[0]&&"C"===e.formatted[0].WaterFootPintGrade?"position-3":e.formatted[0]&&"D"===e.formatted[0].WaterFootPintGrade?"position-4":"position-5"]},[t("svg",{staticStyle:{"enable-background":"new 0 0 62.56 62.56"},attrs:{version:"1.1",id:"Calque_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 62.56 62.56","xml:space":"preserve"}},[t("g",[t("defs",[t("rect",{attrs:{id:"SVGID_1_",x:"0",width:"62.56",height:"62.56"}})]),e._v(" "),t("clipPath",{attrs:{id:"SVGID_00000127747925350089840260000012253267060159287439_"}},[t("use",{staticStyle:{overflow:"visible"},attrs:{"xlink:href":"#SVGID_1_"}})]),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"#FFFFFF"},attrs:{d:"M31.28,62.17\r\n c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\r\n M31.28,62.17c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28\r\n C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\r\n M31.28,62.44c17.21,0,31.16-13.95,31.16-31.16S48.49,0.12,31.28,0.12S0.13,14.08,0.13,31.28S14.08,62.44,31.28,62.44z"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"#878787"},attrs:{d:"M31.91,12.75\r\n c-0.32-0.4-0.95-0.4-1.26,0c-2.68,3.53-12.71,17.32-12.71,23.81c0,7.46,6,13.55,13.35,13.55c7.34,0,13.35-6.09,13.35-13.55\r\n C44.63,30.07,34.6,16.28,31.91,12.75 M35.78,45.38c-0.16,0.08-0.32,0.08-0.47,0.08c-0.47,0-0.95-0.32-1.11-0.72\r\n c-0.24-0.64,0.08-1.28,0.63-1.6c4.66-1.92,4.26-7.7,4.19-7.78c-0.08-0.64,0.39-1.28,1.1-1.28c0.63-0.08,1.26,0.4,1.26,1.12\r\n C41.71,37.77,40.76,43.3,35.78,45.38"}})])])]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__indicator-information"},[e.formatted[0]&&e.formatted[0].WaterFootPrintvalueperdosageuse?t("p",[e._v(e._s(e.formatted[0].WaterFootPrintvalueperdosageuse)),e.footnote2?t("sup",[e._v("(2)")]):e._e(),e._v(" "+e._s(e.initialData.WaterFootprintPerDosageUse)+"\r\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].waterFootPrintvalueperml&&e.formatted[0].WaterFootprintperml?t("p",[e._v(e._s(e.formatted[0].waterFootPrintvalueperml)+" "+e._s(e.formatted[0].WaterFootprintperml)+" \r\n ")]):e._e()])])])]),e._v(" "),e._m(0)])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[e.formatted[0]&&e.formatted[0].IsRefillable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RefillableMethodologyDescription))]):e._e(),e._v(" "),e.formatted[0]&&""!=e.formatted[0].AlternateProductOption?t("p",{staticClass:"sustainability__table"},[t("span",{domProps:{innerHTML:e._s(e.formatted[0].AlternateProductOption)}})]):e._e()]),e._v(" "),t("div",{staticClass:"sustainability__text-block",staticStyle:{"border-top":"none"}},[t("h4",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.ManufactoringConditions))]),e._v(" "),e.formatted[0]&&1!=e.formatted[0].MadeatSubcontractorPlant?t("span",[t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].MadeinaResponsiblePlant))]),e._v(" "),e.formatted[0]&&e.formatted[0].WasteRecovery?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.WasteRecoveryGlobal)+" : "+e._s(e.formatted[0].WasteRecovery))]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].ReneweableEnergy?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RenewableEnergyGlobal)+" : "+e._s(e.formatted[0].ReneweableEnergy)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&1==e.formatted[0].MadeatSubcontractorPlant?t("span",[t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].SubcontractorManufacturingConditions)+" "),e.footnote3?t("sup",[e._v("(3)")]):e._e()])]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[t("h4",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.EnvironmentalImpactOfPackaging))]),e._v(" "),(e.formatted[0]&&0!=e.formatted[0].CardboardPaperCertification||e.formatted[0]&&""!=e.formatted[0].CardboardPaperCertification)&&0!=e.initialData.EnablePackageCertification?t("p",{staticClass:"sustainability__table certificate-power"},[t("span",{domProps:{innerHTML:e._s(e.initialData.PackagingCertification)}}),e._v(" : "+e._s(e.formatted[0].CardboardPaperCertification))]):e._e(),e._v(" "),e.formatted[0]&&1==e.formatted[0].MadeatSubcontractorPlant?t("span",[e.formatted[0]&&e.formatted[0].PartOfCycledMaterial?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].PackagingTypeValue)+" "+e._s(e.initialData.PartOfRecycledMaterials)),e.footnote4?t("sup",[e._v("(4)")]):e._e(),e._v(" : "+e._s(e.formatted[0].PartOfCycledMaterial)+"\r\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].Recycable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RecycableGlobal)),e.footnote5?t("sup",[e._v("(5)")]):e._e(),e._v(" : "+e._s(e.formatted[0].Recycable)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&1!=e.formatted[0].MadeatSubcontractorPlant?t("span",[e.formatted[0]&&e.formatted[0].PartOfCycledMaterial&&e.formatted[0].PackagingTypeValue?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].PackagingTypeValue)+" "+e._s(e.initialData.PartOfRecycledMaterials)),e.footnote3?t("sup",[e._v("(3)")]):e._e(),e._v(" : "+e._s(e.formatted[0].PartOfCycledMaterial)+"\r\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].Recycable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RecycableGlobal)),e.footnote4?t("sup",[e._v("(4)")]):e._e(),e._v(" : "+e._s(e.formatted[0].Recycable)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].ReffilableorRechargeable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RefillableOrRechargeableGlobal)+": "+e._s(e.formatted[0].ReffilableorRechargeable)+" ")]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[t("h4",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.SocialImpactProductTitle))]),e._v(" "),t("p",{domProps:{innerHTML:e._s(e.initialData.SocialImpactProductDescription)}}),e._v(" "),e.formatted[0]&&e.formatted[0].supportinclusivesuppliersvalue>1&&""!=e.initialData.SupportsInclusiveSupplier?t("div",{staticClass:"sustainability__footnote__suplier"},[e.initialData.SupportsInclusiveSupplier?t("span",[e._v(e._s(e.initialData.SupportsInclusiveSupplier))]):e._e(),e._v(" "),t("span",{domProps:{innerHTML:e._s(e.initialData.SupportsInclusiveSupplierGreaterThanone)}})]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__text-block"},[t("p",{domProps:{innerHTML:e._s(e.initialData.LearnMoreText)}}),e._v(" "),t("p"),t("div",[t("a",{class:e.ctaClass,attrs:{href:e.initialData.LearnMoreCTALink,rel:"noopener noreferrer"}},[t("span",{staticClass:"btn__wrapper"},[e._v("\r\n "+e._s(e.initialData.LearnMoreCTAText)+"\r\n ")])])]),e._v(" "),t("p"),e._v(" "),e.formatted[0]&&e.formatted[0].FootNotes?t("div",{staticClass:"sustainability__footnote sustainability__footnote__2"},[e._v("*"),e.footnote1?t("span",[e._v(" (1)"+e._s(e.footnote1))]):e._e(),e._v(" "),e.footnote2?t("span",[e._v(" (2)"+e._s(e.footnote2))]):e._e(),e.footnote3?t("span",[e._v(" (3)"+e._s(e.footnote3))]):e._e(),e.footnote4?t("span",[e._v(" (4)"+e._s(e.footnote4))]):e._e(),e.footnote5?t("span",[e._v(" (5)"+e._s(e.footnote5))]):e._e()]):e._e()])])]),e._v(" "),t("div")])])])])])])])])},Wr=[function(){var e=this,t=e._self._c;return t("div",[t("span",{staticStyle:{display:"none"}})])}],Gr={name:"sustainability-module",props:{initialData:{type:Object,default(){}},variantData:{type:Array,default(){}},ctaClass:{type:String,default:"cta--secondary cta--light"}},data(){return{activeVariant:[],show:!1,currentVariant:"",formatted:[],defaultVaraintValue:[],footnote1:"",footnote2:"",footnote3:"",footnote4:"",footnote5:""}},mounted(){this.variantData.length;this.variantloop(),this.getDefaultVariant();let e=this.defaultVaraintValue,t=this.activeVariant.includes(e);this.test_data(e),t&&(this.show=!0);let i="";window.eventBus.$on("selectedVarientSize",(e=>{if(e){i=e.replaceAll(" ",""),this.test_data(i),this.footnote(this.formatted[0].FootNotes[0]);let t=this.activeVariant.includes(i);this.show=!!t}})),this.formatted[0]&&this.formatted[0].FootNotes&&this.footnote(this.formatted[0].FootNotes[0])},computed:{},methods:{footnote(e){let t=Object.keys(e).length;1===t?this.footnote1=e.FootNote1:2===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2):3===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3):4===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3,this.footnote4=e.FootNote4):5===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3,this.footnote4=e.FootNote4,this.footnote5=e.FootNote5):(this.footnote1="",this.footnote2="",this.footnote3="",this.footnote4="",this.footnote5="")},test_data(e=null){let t=this.activeVariant.includes(e);if(t)for(let i=0;i<this.initialData.VariantsValues.length;i++)this.initialData.VariantsValues[i].VariantEanId==e&&(this.formatted=[],this.formatted.push({image:this.initialData.VariantsValues[i].Variants.GlobalEnvironmentSustainabilityGrade,CarbonFootPrintvalueperml:this.initialData.VariantsValues[i].Variants.CarbonFootPrintvalueperml,CarbonFootprintUnit:this.initialData.VariantsValues[i].Variants.CarbonFootprintUnit,CarbonFootprintPerDosageUse:this.initialData.VariantsValues[i].Variants.CarbonFootprintPerDosageUse,CarbonFootPrintvalueperdosageuse:this.initialData.VariantsValues[i].Variants.CarbonFootPrintvalueperdosageuse,CarbonFootprintperml:this.initialData.VariantsValues[i].Variants.CarbonFootprintperml,WaterFootPrintvalueperdosageuse:this.initialData.VariantsValues[i].Variants.WaterFootPrintvalueperdosageuse,waterFootPrintvalueperml:this.initialData.VariantsValues[i].Variants.waterFootPrintvalueperml,WaterFootprintperml:this.initialData.VariantsValues[i].Variants.WaterFootprintperml,MadeinaResponsiblePlant:this.initialData.VariantsValues[i].Variants.MadeinaResponsiblePlant,MadeatSubcontractorPlant:this.initialData.VariantsValues[i].Variants.MadeatSubcontractorPlant,SubcontractorManufacturingConditions:this.initialData.VariantsValues[i].Variants.SubcontractorManufacturingConditions,WasteRecovery:this.initialData.VariantsValues[i].Variants.WasteRecovery,ReneweableEnergy:this.initialData.VariantsValues[i].Variants.ReneweableEnergy,CardboardPaperCertification:this.initialData.VariantsValues[i].Variants.CardboardPaperCertification,PackagingTypeValue:this.initialData.VariantsValues[i].Variants.PackagingTypeValue,PartOfCycledMaterial:this.initialData.VariantsValues[i].Variants.PartOfCycledMaterial,Recycable:this.initialData.VariantsValues[i].Variants.Recycable,ReffilableorRechargeable:this.initialData.VariantsValues[i].Variants.ReffilableorRechargeable,supportinclusivesuppliersvalue:this.initialData.VariantsValues[i].Variants.supportinclusivesuppliersvalue,FootNote1:this.initialData.VariantsValues[i].Variants.FootNote1,FootNote2:this.initialData.VariantsValues[i].Variants.FootNote2,FootNote3:this.initialData.VariantsValues[i].Variants.FootNote3,FootNote4:this.initialData.VariantsValues[i].Variants.FootNote4,FootNote5:this.initialData.VariantsValues[i].Variants.FootNote5,CarbonFootPintGrade:this.initialData.VariantsValues[i].Variants.CarbonFootPintGrade,WaterFootPintGrade:this.initialData.VariantsValues[i].Variants.WaterFootPintGrade,IsRefillable:this.initialData.VariantsValues[i].Variants.IsRefillable,AlternateProductOption:this.initialData.VariantsValues[i].Variants.AlternateProductOption,FootNotes:this.initialData.VariantsValues[i].Variants.FootNotes}))},variantloop(){Array.prototype.forEach.call(this.variantData,(e=>{1==e.ShowSustainability&&this.activeVariant.push(e.VariantEanId)}))},getDefaultVariant(){Array.prototype.forEach.call(this.variantData,(e=>{if("true"===e.IsDefaultVariant)return this.defaultVaraintValue=e.VariantEanId,e.VariantEanId}))}}},Yr=Gr,Kr=(0,u.A)(Yr,zr,Wr,!1,null,null,null),Xr=Kr.exports,Qr=(0,s.fC)({components:{SustainabilityModule:Xr}}),Jr=function(){var e=this,t=e._self._c;return t("div",[t("div",{class:e.cssClasses},[e.playing?t("load-script",{attrs:{src:"https://www.youtube.com/iframe_api"},on:{loaded:e.onYouTubeIframeAPIReady}}):e._e(),e._v(" "),e.carouselPopup?e._e():t("div",[e.poster?t("div",{ref:"poster",staticClass:"youtube-player__poster",style:"background-image: "+e.posterBackground}):e._e(),e._v(" "),e.poster&&!e.newplayButton?t("button",{ref:"playBtn",staticClass:"video-player__btn-play-pause youtube-player__btn",on:{click:e.playPause}},[t("span",{staticClass:"btn-bar-1"}),e._v(" "),t("span",{staticClass:"btn-bar-2"}),e._v(" "),t("span",{staticClass:"btn-bar-3"}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.ariaLabel))])]):e.poster&&e.newplayButton?t("button",{ref:"playBtn",staticClass:"play-button",on:{click:e.playPause}},[t("span",{staticClass:"play-icon"}),e._v(" "),t("span",{staticClass:"play-text",domProps:{innerHTML:e._s(e.playText)}}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(e.ariaLabel))])]):e._e()]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showPopup,expression:"showPopup"}],staticClass:"popupContainerOuter",attrs:{id:"popupContainerOuter"},on:{click:function(t){return e.closePopupScreen()}}},[t("div",{staticClass:"popupContainer"},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){return e.closePopupScreen()}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container",attrs:{id:"app"}},[t("div",{staticClass:"popupContainer__item"},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.playing&&!!e.poster||!e.poster&&e.loaded,expression:"playing && !!poster || !poster && loaded"}],staticClass:"youtube-player__wrapper"},[t("div",{staticClass:"youtube-player__item",attrs:{id:e.playerId}})])])])])])],1),e._v(" "),e._t("default",null,{videoTitle:e.videoTitle})],2)},Zr=[],en={name:"generic-banner-youtube-player",components:{LoadScript:X.A,Collapse:Ne.A},props:{youtubeId:{type:String,required:!1,default:void 0},src:{type:String,required:!1,default:void 0},autoplay:{type:Boolean,required:!1,default:void 0},list:{type:String,required:!1,default:void 0},preload:{type:String,default:"metadata"},poster:{type:String,default:void 0},loop:{type:Boolean,default:!1},popup:{type:Boolean,default:!1},ariaLabel:{type:String,default:"play pause",required:!1},newplayButton:{type:Boolean,required:!1},playText:{type:String,default:"PLAY"},carouselPopup:{type:Boolean,default:!1}},data(){return{player:null,loaded:!1,playing:!1,videoTitle:"",transcriptLabel:"",showPopup:!1}},computed:{cssClasses(){return["youtube-player",this.loaded?"loaded":"",this.playing&&"play"]},playerId(){return`player-${this.youtubeId}-${Math.floor(1e3*Math.random())+1}`},posterBackground(){return this.poster&&"url("+this.poster+")"}},methods:{closePopupScreen(){document.getElementById("popupContainerOuter").classList.remove("showPopup"),this.showPopup=!1,this.playing=!1,this.carouselPopup&&this.$emit("closeGenericComponent")},playPause(){if(this.playing=!0,this.autoplay){try{this.player.playVideo()}catch(e){setTimeout((()=>{this.player.playVideo()}),500)}this.showPopup=!0,document.getElementById("popupContainerOuter").classList.add("showPopup")}},onYouTubeIframeAPIReady(){return this.loaded=!0,this.setupYT().then((()=>this.onPlayerLoaded()))},onPlayerLoaded(){return new Promise((e=>{this.player=new YT.Player(this.playerId,{playerVars:{showinfo:1,rel:0,cc_load_policy:1,color:"white",autoplay:1,controls:2,enablejsapi:1,modestbranding:1,playsinline:1},videoId:this.youtubeId,events:{onReady:()=>{const t=this.player.getIframe();t.removeAttribute("height"),t.removeAttribute("width"),t.removeAttribute("frameborder"),this.videoTitle=this.player.getVideoData().title,t.setAttribute("title",`YouTube video: ${this.videoTitle}`),this.carouselPopup&&this.playPause(),e()},onStateChange:()=>{this.onPlayerStateChange(event),e()}}})}))},onPlayerStateChange(e){const t=JSON.parse(e.data);0===t.info?(this.setAnalytics("video completed"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):1===t.info?(this.setAnalytics("play"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):2===t.info?(this.setAnalytics("pause"),this.setAnalytics(`${Math.floor(this.getPercentage())}% viewed`)):3===t.info&&this.setAnalytics("buffering")},getPercentage(){var e=this.player.getCurrentTime()/this.player.getDuration()*100;return Math.round(e)},setAnalytics(e){l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:window.wsf.AnalyticsVariables.pageCategory,eventAction:this.player.getVideoData().title,eventLabel:e,event_name:"video_interation",video_title:this.player.getVideoData().title,video_action:e})},setupYT(){return new Promise((e=>{let t=!1;t=setInterval((()=>{"undefined"!==typeof YT&&1===YT.loaded&&"undefined"!==typeof YT.Player&&(clearInterval(t),e(YT))}),100)}))}}},tn=en,an=(0,u.A)(tn,Jr,Zr,!1,null,null,null),sn=an.exports,rn=(0,s.fC)({components:{GenericBannerYoutubePlayer:sn}}),nn=function(){var e=this,t=e._self._c;return t("div")},on=[],ln={name:"question-ans-schema-markup",props:{dataQuestionAns:{type:Array,required:!1},dataTrueFalse:{type:Array,required:!1}},data(){return{newArray:[],i:0,schema:""}},mounted(){const e=document.querySelectorAll(".question-ans-schema-markup").length;this.dataTrueFalse&&this.$store.commit("dataTrueFalse",this.dataTrueFalse),this.dataQuestionAns&&this.$store.commit("dataQuestionAns",this.dataQuestionAns),e>=2&&this.arraryMerge(),1===e&&this.singlearray(),this.generateQa()},methods:{arraryMerge(){const e=this.$store.getters.getDataTrueFalse,t=this.$store.getters.getDataQuestionAns;if(this.newArray=[],e.length>0&&t.length>0){this.i=this.i+1;const i=t,a=e;this.newArray=i.concat(a),this.arrayloop()}},singlearray(){this.newArray=[],this.dataQuestionAns?(this.newArray=this.dataQuestionAns,this.arrayloop()):this.dataTrueFalse&&(this.newArray=this.dataTrueFalse,this.arrayloop())},arrayloop(){if(this.newArray.length>0){var e=this.newArray.length,t="";this.newArray.forEach(((i,a)=>{t=a<e-1?",":"",this.schema+='{ \n "@type": "'+i.Question+'",\n "name": " '+i.Name+'",\n "acceptedAnswer": {\n "@type": "Answer",\n "text": "'+i.acceptedAnswer.AnswerText+' " \n }\n }'+t+"\n"}))}},generateQa(){if(""!==this.schema){const e='\n{\n "@context": "https://schema.org", \n "@type": "FAQPage",\n "@id": "/faq#1",\n "mainEntity": [ \n'+this.schema+"\n ] \n }\n",t=document.createElement("script");t.type="application/ld+json",t.text=e,document.head.append(t)}}}},cn=ln,dn=(0,u.A)(cn,nn,on,!1,null,null,null),un=dn.exports,pn=(0,s.fC)({components:{questionAnsSchemaMarkup:un}}),hn=function(){var e=this,t=e._self._c;return t("div",{staticClass:"header-banner"},[t("div",{staticClass:"component-content",class:"headerv2-image-"+e.dataOption},[t("banner",{staticClass:"banner",class:["true"===e.mediumImage?"small-banner":"","-"+e.textColor],attrs:{srcset:e.srcset,"content-color":"","is-generic-banner":!0}},[t("img",{attrs:{slot:"background",src:"/frontend/master/images/placeholder.png",alt:"placeholder"},slot:"background"}),e._v(" "),t("noscript",[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}})]),e._v(" "),e.title||e.descripion||e.linkText?t("div",{staticClass:"container--is-maxwidth",class:["bannerv2-"+e.horizontalAlign,e.verticalAlign],style:{"text-align":e.horizontalAlign,"align-items":e.textAlign}},[e.title?t("div",{staticClass:"banner__title"},[t("h1",{staticClass:"heading",domProps:{innerHTML:e._s(e.title)}})]):e._e(),e._v(" "),t("div",{staticClass:"banner__text",attrs:{slot:"text"},slot:"text"},[t("p",{domProps:{innerHTML:e._s(e.descripion)}})]),e._v(" "),e.linkText?t("a",{class:e.ctaClass,attrs:{href:e.link}},[t("div",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.linkText)+"\n ")])]):e._e()]):e._e()])],1)])},mn=[],gn={name:"header-banner",components:{Banner:w},props:{srcset:{type:[Object,String],required:!0,default:void 0},verticalPosition:{type:String,required:!1,default:"vertical-center"},horizontalPosition:{type:String,required:!1,default:"text-center"},title:{type:String,required:!1,default:""},link:{type:String,required:!1,default:""},linkText:{type:String,required:!1,default:""},descripion:{type:String,required:!1,default:""},textColor:{type:String,required:!1,default:"white"},image:{type:String,required:!1,default:""},mediumImage:{type:String,required:!0,default:"false"},dataOption:{type:String,required:!0,default:"large"},htag:{type:String,required:!1,default:"h1"},ctaClass:{type:String,default:"cta cta--light"}},data(){return{verticalAlign:"vertical-center",horizontalAlign:"center",textAlign:"center"}},created(){"VerticalCenter"===this.verticalPosition?this.verticalAlign="vertical-center":"VerticalBottom"===this.verticalPosition?this.verticalAlign="vertical-bottom":this.verticalAlign="vertical-top","TextLeft"===this.horizontalPosition?(this.horizontalAlign="left",this.textAlign="flex-start"):"TextCenter"===this.horizontalPosition?this.horizontalAlign="center":(this.horizontalAlign="right",this.textAlign="flex-end")}},vn=gn,_n=(0,u.A)(vn,hn,mn,!1,null,null,null),fn=_n.exports,yn=(0,s.fC)({components:{HeaderBanner:fn}}),bn=function(){var e=this,t=e._self._c;return t("div",{staticClass:"component-content"},[t("div",{staticClass:"concern-description"},[t("div",{staticClass:"container container--is-maxwidth"},[t("div",{staticClass:"concern-description__wrapper"},[e.title?t("div",{staticClass:"concern-description__col"},[t("h3",{staticClass:"heading--style",class:e.titleFontSize},[t("strong",{domProps:{innerHTML:e._s(e.title)}})])]):e._e(),e._v(" "),e.descripion?t("div",{staticClass:"concern-description__col concern-description__col--right rich-text"},[t("p",{domProps:{innerHTML:e._s(e.descripion)}})]):e._e()])])])])},wn=[],Cn={name:"text-banner",props:{title:{type:String,required:!0,default:""},descripion:{type:String,required:!0,default:""},titleFontSize:{type:String,required:!0,default:"large"}}},Sn=Cn,kn=(0,u.A)(Sn,bn,wn,!1,null,null,null),Ln=kn.exports,Tn=(0,s.fC)({components:{TextBanner:Ln}}),Dn=function(){var e=this,t=e._self._c;return t("div",{staticClass:"product-header"},[t("h2",{staticClass:"heading--style"},[t("strong",{domProps:{innerHTML:e._s(e.title)}}),t("br"),e._v(" "),t("p",{domProps:{innerHTML:e._s(e.descripion)}})])])},xn=[],Pn={name:"product-header",props:{title:{type:String,required:!1,default:""},descripion:{type:String,required:!1,default:""}}},An=Pn,In=(0,u.A)(An,Dn,xn,!1,null,null,null),Mn=In.exports,En=(0,s.fC)({components:{ProductHeader:Mn}}),$n=i(8114),Vn=(0,s.fC)({components:{LrpRetailer:$n.A}}),qn=function(){var e=this,t=e._self._c;return e.showModal?t("div",{staticClass:"news-letter-container-popin",attrs:{id:"news-letter-subscription-model"}},[t("div",{staticClass:"modal__backface",on:{click:e.closeModal}}),e._v(" "),t("div",{staticClass:"news-letter-container modal__wrapper"},[t("button",{staticClass:"modal__close-btn newsletter-close-btn",attrs:{type:"button"},on:{click:e.closeModal,keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeModal.apply(null,arguments)}}},[t("div",{staticClass:"btn_close close",attrs:{id:"btn_close"}})]),e._v(" "),t("div",{staticClass:"news-letter-img"},[t("responsive-image",{attrs:{srcset:e.srcset,animate:""}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:this.imageUrl,alt:""}})])])],1),e._v(" "),t("div",{staticClass:"news-letter-body-txt"},[t("div",{staticClass:"newsletter-content"},[e._t("title"),e._v(" "),t("form",{attrs:{action:"",method:"post"},on:{submit:function(t){return t.preventDefault(),e.validateAndSend.apply(null,arguments)}}},[t("div",{staticClass:"newsletter-input"},[t("label",{directives:[{name:"show",rawName:"v-show",value:e.showemailPlaceholder,expression:"showemailPlaceholder"}],ref:"emailLabel",staticClass:"newsletter-label",class:{fixed:e.isFixedPlaceholder},attrs:{for:"newsletter-email"}},[e._v(e._s(e.emailPlaceholder))]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.emailField,expression:"emailField"}],class:{"input-error":e.hasErrorValidEmail||e.hasErrorEmail},attrs:{type:"email",id:"newsletter-email","aria-describedby":e.emailDescribedby,name:"newsletter-email",value:"Email"},domProps:{value:e.emailField},on:{blur:function(t){e.checkEmailValid(),e.isEmailEmpty()},input:function(t){t.target.composing||(e.emailField=t.target.value)}}}),e._v(" "),e.hasErrorValidEmail?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.validationMsg.emailFormat))]):e._e(),e._v(" "),e.hasErrorEmail?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.validationMsg.emailEmpty))]):e._e()]),e._v(" "),e._t("termstext"),e._v(" "),t("div",{staticClass:"newsletter__terms"},[t("div",{staticClass:"newsletter_checkbox"},["false"===e.disableCheckbox?t("input",{directives:[{name:"model",rawName:"v-model",value:e.termsField,expression:"termsField"}],staticClass:"is-sr-only",attrs:{id:"terms-of-use",type:"checkbox","aria-describedby":e.termsDescribedby,name:"terms-of-use"},domProps:{checked:Array.isArray(e.termsField)?e._i(e.termsField,null)>-1:e.termsField},on:{change:function(t){var i=e.termsField,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.termsField=i.concat([r])):n>-1&&(e.termsField=i.slice(0,n).concat(i.slice(n+1)))}else e.termsField=s}}}):e._e(),e._v(" "),t("label",{attrs:{for:"terms-of-use"}},[e._t("terms")],2)]),e._v(" "),e.hasErrorTerms?t("p",{staticClass:"newsletter__error",attrs:{id:"terms-of-use-error"}},[e._v(e._s(e.validationMsg.terms))]):e._e()]),e._v(" "),e._t("termsofcaption"),e._v(" "),t("div",[t("button",{class:e.ctaClass,attrs:{type:"submit"}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(e.submitBtnText))])])])],2)],2)])])]):e._e()},Bn=[],On={name:"newsletter-subscription",components:{ResponsiveImage:_["default"]},props:{srcset:{type:[Object,String],required:!1,default:void 0},pageCategory:{type:String,default:""},isVisible:{type:Boolean,default:!1},apiUrl:{type:String,default:""},imageUrl:{type:String,default:""},errorMsg:{type:String,default:""},emailPlaceholder:{type:String,default:""},submitBtnText:{type:String,default:""},validationMsg:{type:Object,default:()=>({emailFormat:"Please use valid email format.",emailEmpty:"Please enter your email address.",terms:"Please accept the terms of use."})},ctaClass:{type:String,default:"btn btn--black"},disableCheckbox:{type:String,default:"false"}},data(){return{isSumbitEnabled:!1,serverResponse:null,emailField:"",showemailPlaceholder:!0,termsField:!1,hasErrorValidEmail:!1,hasErrorEmail:!1,hasErrorTerms:!1,showModal:!1}},computed:{fetchUrl(){return`${window.location.origin}/${this.apiUrl}`},canSubmit(){return!!this.emailField&&!this.hasErrorValidEmail&&this.termsField},isFixedPlaceholder(){return!!this.emailField&&this.hasErrorValidEmail||""!==this.emailField&&!this.hasErrorValidEmail&&!this.hasErrorEmail||""!==this.emailField&&!this.hasErrorValidEmail},emailDescribedby(){return!(!this.hasErrorValidEmail&&!this.hasErrorEmail)&&"newsletter-email-error"},termsDescribedby(){return!!this.hasErrorTerms&&"terms-of-use-error"}},mounted(){window.eventBus.$on("newsletterpopup",(e=>{e.show&&(this.showModal=e.show,document.cookie="newsletterPopin=",setTimeout((function(){document.getElementById("news-letter-subscription-model").scrollIntoView({behavior:"smooth"})}),1e3))}))},watch:{emailField(){0!==this.emailField.length?this.showemailPlaceholder=!1:this.showemailPlaceholder=!0},canSubmit(e){this.isSumbitEnabled=e},termsField(){this.checkTermsValid()}},created(){const e=this.getCookie("newsletterPopin");""===e&&this.isVisible&&(this.showModal=!0,this.taggingValue())},methods:{getCookie(e){for(var t=e+"=",i=document.cookie.split(";"),a=0;a<i.length;a++){var s=i[a];while(" "===s.charAt(0))s=s.substring(1);if(0===s.indexOf(t))return s.substring(t.length,s.length)}return""},closeModal(){this.showModal=!1,document.cookie="newsletterPopin=true"},isEmailEmpty(){""===this.emailField?this.hasErrorEmail=!0:this.hasErrorEmail=!1},validateEmail(e){const t=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(String(e).toLowerCase())},checkEmailValid(){this.validateEmail(this.emailField)||""===this.emailField?this.hasErrorValidEmail=!1:this.hasErrorValidEmail=!0},checkTermsValid(){this.termsField?this.hasErrorTerms=!1:this.hasErrorTerms=!0},sendEmail(e){return(0,Nr.L)(this.fetchUrl,{email:e})},validateAndSend(){this.isEmailEmpty(),"false"===this.disableCheckbox&&this.checkTermsValid(),this.checkEmailValid(),this.emailField&&!this.hasErrorValidEmail&&(this.isSumbitEnabled=!1,this.sendEmail(this.emailField).then((e=>{this.serverResponse=e,e&&(window.eventBus.$emit("clickandEnabledPopup",!0),this.showModal=!1,document.cookie="newsletterPopin=true",this.taggingRegistration())})))},taggingValue(){window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventCategory:this.pageCategory,eventAction:"display::newsletterpopin",eventLabel:"newsletter"})},taggingRegistration(){window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventCategory:"registration",eventAction:"newsletter",eventLabel:"popin",event_name:"newsletter_registration",referral:"popin"})}}},Nn=On,Fn=(0,u.A)(Nn,qn,Bn,!1,null,null,null),Hn=Fn.exports,Rn=(0,s.fC)({components:{NewsletterSubscription:Hn}}),jn=function(){var e=this,t=e._self._c;return e.showModal?t("div",{staticClass:"news-letter-container-popin-v2",attrs:{id:"news-letter-subscription-model"}},[t("div",{staticClass:"modal__backface",on:{click:e.closeModal}}),e._v(" "),t("div",{staticClass:"news-letter modal__wrapper"},[t("button",{staticClass:"modal__close-btn newsletter-close-btn",attrs:{type:"button"},on:{click:e.closeModal,keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeModal.apply(null,arguments)}}},[t("div",{staticClass:"btn_close close",attrs:{id:"btn_close"}})]),e._v(" "),t("div",{staticClass:"news-letter__img"},[t("responsive-image",{attrs:{srcset:e.srcset,animate:""}},[t("img",{attrs:{src:e.imageUrl,alt:""}}),e._v(" "),t("noscript",[t("img",{attrs:{src:e.imageUrl,alt:""}})])])],1),e._v(" "),t("div",{staticClass:"news-letter__body-txt"},[t("div",{staticClass:"news-letter__content"},[t("div",{staticClass:"news-letter__title"},[t("h1",{staticClass:"news-letter_title is-2",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"news-letter__description",domProps:{innerHTML:e._s(e.description)}})]),e._v(" "),t("form",{attrs:{novalidate:"",autocomplete:"off"},on:{submit:function(t){return t.preventDefault(),e.submitForm()}}},[""!=e.fieldEmail.label?t("div",{staticClass:"fieldset"},[t("field-input",{attrs:{v:e.$v.form.email,field:e.fieldEmail},model:{value:e.form.email,callback:function(t){e.$set(e.form,"email",t)},expression:"form.email"}})],1):e._e(),e._v(" "),""!=e.fieldPhoneNumber.label?t("div",{staticClass:"fieldset"},[t("field-input",{attrs:{v:e.$v.form.phone,field:e.fieldPhoneNumber},on:{checkSMSOption:e.checkSMSOption},model:{value:e.form.phone,callback:function(t){e.$set(e.form,"phone",t)},expression:"form.phone"}})],1):e._e(),e._v(" "),t("div",{staticClass:"nameWrapper"},[""!=e.fieldFirstName.label?t("div",{staticClass:"fieldset"},[t("field-input",{attrs:{v:e.$v.form.firstName,field:e.fieldFirstName},model:{value:e.form.firstName,callback:function(t){e.$set(e.form,"firstName",t)},expression:"form.firstName"}})],1):e._e(),e._v(" "),""!=e.fieldLastName.label?t("div",{staticClass:"fieldset"},[t("field-input",{attrs:{v:e.$v.form.lastName,field:e.fieldLastName},model:{value:e.form.lastName,callback:function(t){e.$set(e.form,"lastName",t)},expression:"form.lastName"}})],1):e._e()]),e._v(" "),""!=e.fieldBirth.label?t("date-of-birth",{attrs:{"field-birth":e.fieldBirth,"start-validate":e.validateDate,required:e.isrequired},on:{birth:e.setBirthData,birthIsValid:e.setBirthValidation}}):e._e(),e._v(" "),t("div",[t("p",{staticClass:"news-letter__terms-text",domProps:{innerHTML:e._s(e.termsText)}})]),e._v(" "),t("div",{staticClass:"subscription__options"},[""!=e.fieldEmail.label&&""!=e.emailOptionCheckbox.label?t("div",{staticClass:"custom-form__checkbox-group"},[t("field-checkbox",{attrs:{value:e.form.emailOption,v:e.$v.form.emailOption,field:e.emailOptionCheckbox},model:{value:e.form.emailOption,callback:function(t){e.$set(e.form,"emailOption",t)},expression:"form.emailOption"}})],1):e._e(),e._v(" "),""!=e.fieldPhoneNumber.label&&""!=e.smsOptionCheckbox.label?t("div",{staticClass:"custom-form__checkbox-group"},[t("field-checkbox",{attrs:{value:e.form.smsOption,v:e.$v.form.smsOption,field:e.smsOptionCheckbox},model:{value:e.form.smsOption,callback:function(t){e.$set(e.form,"smsOption",t)},expression:"form.smsOption"}})],1):e._e()]),e._v(" "),e._l(e.fieldCheckboxes,(function(i,a){return t("div",{key:a,staticClass:"custom-form__checkbox-group"},[e.disableCheckbox?t("div",[t("span",{staticClass:"disabled-checkbox-txt",domProps:{innerHTML:e._s(e.htmlStr(i))}})]):t("div",[i.required?t("field-checkbox",{attrs:{value:e.form.gdpr[`checkbox-${i.gdprId}`],v:e.$v.form.gdpr[`checkbox-${i.gdprId}`],field:i},model:{value:e.form.gdpr[`checkbox-${i.gdprId}`],callback:function(t){e.$set(e.form.gdpr,`checkbox-${i.gdprId}`,t)},expression:"form.gdpr[`checkbox-${item.gdprId}`]"}}):t("field-checkbox",{attrs:{value:e.form.gdpr[`checkbox-${i.gdprId}`],field:i},model:{value:e.form.gdpr[`checkbox-${i.gdprId}`],callback:function(t){e.$set(e.form.gdpr,`checkbox-${i.gdprId}`,t)},expression:"form.gdpr[`checkbox-${item.gdprId}`]"}})],1)])})),e._v(" "),t("div",{staticClass:"news-letter__info",domProps:{innerHTML:e._s(e.termsOfCaption)}}),e._v(" "),t("div",{staticClass:"custom-form__actions"},[t("div",[t("button",{class:e.ctaClass,attrs:{type:"submit"}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(e.submitBtnText))])])])])],2)])])])]):e._e()},Un=[],zn=i(3278),Wn=i(2053),Gn=i(1380),Yn=i(7050),Kn=i(3716);const Xn=zn._$.regex("alphaExtended",/^[\w\D][^\u0021-\u002D\u003A-\u0040]*$/);var Qn={name:"newsletter-subscription",components:{ResponsiveImage:_["default"],FieldInput:Wn["default"],dateOfBirth:Yn.A,FieldCheckbox:Kn["default"]},mixins:[Gn.Hy],props:{pageCategory:{type:String,default:""},fieldEmail:{type:Object,required:!0,default:void 0},srcset:{type:[Object,String],required:!1,default:void 0},fieldFirstName:{type:Object,required:!0,default:void 0},fieldLastName:{type:Object,required:!0,default:void 0},fieldPhoneNumber:{type:Object,required:!0,default:void 0},imageUrl:{type:String,default:void 0},fieldBirth:{type:Object,required:!0,default:void 0},ctaClass:{type:String,default:"btn btn--black"},submitBtnText:{type:String,default:"Submit"},fieldCheckboxes:{type:Array,required:!0,default:void 0},apiUrl:{type:String,required:!0,default:void 0},smsOption:{type:Object,required:!0,default:void 0},emailOption:{type:Object,required:!0,default:void 0},title:{type:String,required:!0,default:void 0},description:{type:String,required:!0,default:void 0},termsOfCaption:{type:String,required:!0,default:void 0},termsText:{type:String,required:!0,default:void 0},validationMsg:{type:Object,default:void 0},placement:{type:String,required:!0,default:void 0},disableCheckbox:{type:Boolean,required:!0,default:!1}},data(){return{flag:"",position:"popin",showModal:!1,isrequired:!0,form:{email:"",firstName:"",lastName:"",phone:"",gdpr:{},birth:{day:"",month:"",year:""},emailOption:!1,smsOption:!1},validateDate:!0,validationSettings:{form:{firstName:{alphaExtended:Xn},lastName:{alphaExtended:Xn},email:{email:zn.Rp,required:zn.mw},phone:{},gdpr:{},emailOption:{required:zn.mw,sameAs:(0,zn.f4)((()=>!0))},smsOption:{}}},checkboxFieldIDs:[],emailOptionCheckbox:{required:!1,id:"emailoption",idError:"emailoption-error",value:null,label:"Email",errors:[{message:"",validator:zn.f4}]},smsOptionCheckbox:{required:!1,id:"sms",idError:"sms-error",value:null,label:"SMS",errors:[{message:"",validator:zn.f4}]},isBirthValid:!0}},computed:{vulidateSettings:{get(){if(!this.disableCheckbox)for(let e=0;e<this.fieldCheckboxes.length;e++)this.fieldCheckboxes[e].required&&this.$set(this.validationSettings.form.gdpr,`checkbox-${this.fieldCheckboxes[e].gdprId}`,{required:zn.mw,sameAs:(0,zn.f4)((()=>!0))});return this.fieldEmail.required&&(this.validationSettings.form.email={email:zn.Rp,required:zn.mw}),this.fieldPhoneNumber.required&&(this.validationSettings.form.phone={required:zn.mw}),""!==this.fieldPhoneNumber.regExp&&(this.validationSettings.form.phone.phoneFormat=zn._$.regex("regexpval",new RegExp(this.fieldPhoneNumber.regExp))),this.fieldFirstName.required&&(this.validationSettings.form.firstName={required:zn.mw,alphaExtended:Xn}),this.fieldLastName.required&&(this.validationSettings.form.lastName={required:zn.mw,alphaExtended:Xn}),this.fieldBirth.required?this.isrequired=!0:this.isrequired=!1,this.emailOptionCheckbox.required&&(this.validationSettings.form.emailOption={required:zn.mw,sameAs:(0,zn.f4)((()=>!0))}),this.smsOptionCheckbox.required&&(this.validationSettings.form.smsOption={required:zn.mw,sameAs:(0,zn.f4)((()=>!0))}),this.validationSettings.form},set(e){"mandatory"===e?this.$set(this.validationSettings.form,"smsOption",{required:zn.mw,sameAs:(0,zn.f4)((()=>!0))}):this.$set(this.validationSettings.form,"smsOption",{})}}},validations(){return{form:this.vulidateSettings}},created(){this.setCheckboxesToVueData(),this.initNewsLetterV2Popin()},mounted(){window.eventBus.$on("newsletterpopup",(e=>{e.show&&(this.showModal=e.show,this.flag="sticky bar",this.position=e.postion,this.taggingNewsletterImpression(e.postion),document.cookie="newsletterPopin=",setTimeout((function(){document.getElementById("news-letter-subscription-model").scrollIntoView({behavior:"smooth"})}),1e3),this.showScroll())})),this.emailOptionCheckbox.label=this.emailOption?.emailOptinText,this.smsOptionCheckbox.label=this.smsOption?.smsOptinText,this.emailOptionCheckbox.errors[0].message=this.emailOption?.errorMessage,this.smsOptionCheckbox.errors[0].message=this.smsOption?.errorMessage,this.emailOption?.isEmailOptin&&(this.emailOptionCheckbox.required=!0),this.smsOption?.isSmsOptin&&(this.smsOptionCheckbox.required=!0);let e=this.emailOptionCheckbox?.id;this.checkboxFieldIDs.push(e);let t=this.smsOptionCheckbox.id;this.checkboxFieldIDs.push(t),this.fieldCheckboxes.forEach(((e,t)=>{this.checkboxFieldIDs.push(e.id)}))},methods:{htmlStr(e){if(!e||!e.label)return"";const t=this.htmlDecode(e.label);return this.allReplace(t,{"<":"<",">":">"})},htmlDecode(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},allReplace(e,t){return Object.entries(t).reduce(((e,[t,i])=>e.replace(new RegExp(t,"g"),i)),e||"")},initNewsLetterV2Popin(){const e=this.getCookie("newsletterPopin");if("sticky"===this.placement.toLowerCase())window.eventBus.$emit("newsletterSticky");else if("1st page viewed"===this.placement)this.showModal=!e,this.flag="popin",this.taggingNewsletterImpression("load"),this.showScroll();else if("2nd page viewed"===this.placement){const t=this.getCookie("newsLetterPopIn1stPage");this.showModal=t.length&&!e.length,this.flag="popin",this.taggingNewsletterImpression("load"),this.showScroll()}e||(document.cookie="newsLetterPopIn1stPage=true")},showScroll(){setTimeout((function(){let e=document.getElementsByTagName("body"),t=document.getElementById("news-letter-subscription-model");e&&null!=t&&e[0].classList.add("newsletterPopup")}),1e3)},objectMap(e,t){return Object.keys(e).reduce((function(i,a){return i[a]=t(e[a],a),i}),{})},getCookie(e){for(var t=e+"=",i=document.cookie.split(";"),a=0;a<i.length;a++){var s=i[a];while(" "===s.charAt(0))s=s.substring(1);if(0===s.indexOf(t))return s.substring(t.length,s.length)}return""},setCheckboxesToVueData(){this.fieldCheckboxes.forEach((e=>{this.$set(this.form.gdpr,`checkbox-${e.gdprId}`,e.value)}))},closeModal(){this.showModal=!1,document.cookie="newsletterPopin=true";let e=document.getElementsByTagName("body");e&&e[0].classList.remove("newsletterPopup"),"sticky"===this.placement.toLowerCase()&&window.eventBus.$emit("newsletterStickyClose")},setBirthData(e){this.form.birth[e.type]=e.value},setBirthValidation(e){this.isBirthValid=e},submitForm(){this.checkSMSOption(),this.validateDate=!1,this.$v.form.$touch(),this.$nextTick((()=>{this.validateDate=!0,setTimeout((()=>{if(""===this.fieldBirth.label&&(this.isBirthValid=!0),this.isBirthValid&&!this.$v.form.$pending&&!this.$v.form.$error){const e=this.fieldCheckboxes.map(((e,t)=>({gdrpSettingItemId:this.fieldCheckboxes[t].gdprId,isSelected:this.form.gdpr[`checkbox-${e.gdprId}`]}))),t=this.objectMap(this.form,((e,t)=>{if("object"===typeof e&&this.checkboxFieldIDs.includes(t)){const t=[];for(const i in e)e.hasOwnProperty(i)&&e[i]&&t.push(i);return t}return e}));(0,Nr.L)(`${window.location.origin}/${this.apiUrl}`,{...t,gdpr:e}).then((e=>{window.eventBus.$emit("clickandEnabledPopup",!0)})).catch((()=>{console.error("Request failed")})).finally((()=>{this.taggingRegistration(),this.showModal=!1,document.cookie="newsletterPopin=true";let e=document.getElementsByTagName("body");e&&e[0].classList.remove("newsletterPopup"),window.eventBus.$emit("newsletterStickyClose"),window.eventBus.$emit("clickandEnabledPopup",!0)}))}}),200)}))},checkSMSOption(){""!==this.form.phone?(this.vulidateSettings="mandatory",null==this.form.smsOption||0==this.form.smsOption?this.vulidateSettings="mandatory":this.vulidateSettings="not mandatory"):this.vulidateSettings="not mandatory"},taggingRegistration(){let e=this.position.toLowerCase();window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventCategory:"registration",eventAction:"newsletter",eventLabel:e,event_name:"newsletter_registration",referral:e})},taggingNewsletterImpression(e){window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"newsletter_popin",eventCategory:this.pageCategory,eventAction:"popin impression",eventLabel:"popin impression "+e.toLowerCase(),module_name:"popin_impression",cta_name:"popin impression "+e.toLowerCase()})}}},Jn=Qn,Zn=(0,u.A)(Jn,jn,Un,!1,null,null,null),eo=Zn.exports,to=(0,s.fC)({components:{NewsletterSubscriptionV2:eo}}),io=function(){var e=this,t=e._self._c;return e.showModal?t("div",{staticClass:"success-modal-popin"},[t("div",{staticClass:"modal__backface",on:{click:e.closeModal}}),e._v(" "),t("div",{staticClass:"modal__wrapper modal_popup"},[t("button",{staticClass:"modal__close-btn success-modal-close",attrs:{type:"button"},on:{click:e.closeModal,keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeModal.apply(null,arguments)}}},[t("div",{staticClass:"btn_close close",attrs:{id:"btn_close"}})]),e._v(" "),e._t("title")],2)]):e._e()},ao=[],so={name:"success-modal",data(){return{showModal:!1}},created(){window.eventBus.$on("clickandEnabledPopup",(e=>{this.showModal=e}))},methods:{closeModal(){this.showModal=!1}}},ro=so,no=(0,u.A)(ro,io,ao,!1,null,null,null),oo=no.exports,lo=(0,s.fC)({components:{SuccessModal:oo}}),co=function(){var e=this,t=e._self._c;return t("div",{staticClass:"brand-hub"},[t("vue-scroll-snap",{ref:"brandhubref",attrs:{fullscreen:!0}},[t("div",{attrs:{id:"brandhubscroll"}},e._l(e.initialData.BrandHubSectionList,(function(i,a){return t("div",{key:a,staticClass:"item",attrs:{id:"index"+a,"data-index":a,"data-tagging":e.scrollTagging(i.ScrollEventTagging)}},[t("div",{staticClass:"brand_content__hub brand_content__hub__section"},[t("div",{staticClass:"brand_content__hub__section__item"},[t("div",{staticClass:"brand_content__hub__image",style:e.bgimage(i.DesktopBackgroundImageSrc,i.MobileBackgroundImageSrc)},[e.smallScreen?e._e():t("img",{staticClass:"desktop",attrs:{src:i.DesktopBackgroundImageSrc,alt:i.DesktopBackgroundImageAlt}}),e._v(" "),e.smallScreen?t("img",{staticClass:"mobile",attrs:{src:i.MobileBackgroundImageSrc,alt:i.DesktopBackgroundImageAlt}}):e._e(),e._v(" "),t("div",{staticClass:"brand_hub_svg_top"},[t("svg",{attrs:{width:"2px",height:"219px",viewBox:"0 0 2 219",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[t("g",{attrs:{id:"DESKTOP-&-MOBILE",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd","stroke-dasharray":"0,12","stroke-linecap":"round","stroke-linejoin":"round"}},[t("g",{attrs:{id:"BRAND-HUB_V4.3",transform:"translate(-719.000000, -870.000000)",stroke:"#FFFFFF","stroke-width":"2"}},[t("g",{attrs:{id:"IMG",transform:"translate(0.000000, 864.000000)"}},[t("line",{attrs:{x1:"720",y1:"-5",x2:"720",y2:"224",id:"Line-2-Copy"}})])])])])]),e._v(" "),t("div",{staticClass:"brand_content__hub__text",class:"index--"+a,attrs:{"data-aos":"fade-down","data-aos-duration":"1000"}},[t("div",{staticClass:"brand_content__hub__text__title",domProps:{innerHTML:e._s(i.Title)}},[e._v(e._s(e.smallScreen)+"\r\n ")]),e._v(" "),t("div",{staticClass:"brand_content__hub__text__description",domProps:{innerHTML:e._s(i.Description)}}),e._v(" "),i.IsSlider&&""!=i.CTALabel?t("div",{staticClass:"brand_content__hub__text__cta btn",on:{click:function(t){e.addclass(a),e.tagging(i.CTAEventTagging)}}},[t("span",{staticClass:"btn__wrapper",domProps:{innerHTML:e._s(e.ltrim(i.CTALabel))}})]):e._e(),e._v(" "),i.EnableNewsletter&&""!=i.CTALabel?t("div",{staticClass:"brand_content__hub__text__cta btn"},[t("a",{attrs:{href:i.NewsletterLink,target:"_blank"},on:{click:function(t){return e.tagging(i.CTAEventTagging)}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\r\n "+e._s(i.CTALabel)+"\r\n ")])])]):e._e()]),e._v(" "),t("div",{staticClass:"brand_hub_svg_bottom"},[t("svg",{attrs:{width:"2px",height:"62px",viewBox:"0 0 2 62",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[t("title",[e._v("Line")]),e._v(" "),t("g",{attrs:{id:"DESKTOP-&-MOBILE",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd","stroke-dasharray":"0,12","stroke-linecap":"round","stroke-linejoin":"round"}},[t("g",{attrs:{id:"BRAND-HUB_V4.3",transform:"translate(-719.000000, -2221.000000)",stroke:"#FFFFFF","stroke-width":"2"}},[t("g",{attrs:{id:"IMG-Copy",transform:"translate(0.000000, 2221.000000)"}},[t("line",{attrs:{x1:"720",y1:"1.13686838e-13",x2:"720",y2:"71",id:"Line"}})])])])])])])]),e._v(" "),i.IsSlider?t("div",{staticClass:"brand_content__hub__slider",staticStyle:{display:"none"},style:e.bgimage(i.DesktopBackgroundImageSrc,i.MobileBackgroundImageSrc)},[t("div",[t("div",{staticClass:"brand_hub_svg_slider"},[t("svg",{attrs:{width:"2px",height:"20px",viewBox:"0 0 2 62",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}},[t("title",[e._v("Line")]),e._v(" "),t("g",{attrs:{id:"DESKTOP-&-MOBILE",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd","stroke-dasharray":"0,12","stroke-linecap":"round","stroke-linejoin":"round"}},[t("g",{attrs:{id:"BRAND-HUB_V4.3",transform:"translate(-719.000000, -2221.000000)",stroke:"#FFFFFF","stroke-width":"2"}},[t("g",{attrs:{id:"IMG-Copy",transform:"translate(0.000000, 2221.000000)"}},[t("line",{attrs:{x1:"720",y1:"1.13686838e-13",x2:"720",y2:"71",id:"Line"}})])])])])]),e._v(" "),t("div",{staticClass:"brand_slider_close",on:{click:e.removeExstingclass}},[t("span",[e._v("X")])]),e._v(" "),t("div",{staticClass:"brand_content__hub__text__slider_title",domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("slider",{ref:"slider",refInFor:!0,class:e.getlength(i.BrandHubSliderList),attrs:{"per-page-custom":[[320,1],[390,1],[1024,3]],"is-pagination-clickable":!1,loop:!1,"with-focusable-items":!0,"scroll-per-page":!0,"start-at":0,"navigation-enabled":!0,"pagination-enabled":!0,"swipe-on-desktop":!1},on:{pageChange:function(t){return e.whenPageChange(t,i.Title,i.BrandHubSliderList,i.CTAEventTagging)}}},e._l(i.BrandHubSliderList,(function(a,s){return t("slide",{key:s},[t("a",{staticClass:"card-shop",attrs:{href:a.SliderCTALink,target:"_blank","panel-focusable":""},on:{click:function(t){return e.gatagging(a,i.CTAEventTagging)}}},[t("div",{staticClass:"card-shop__img-wrapper"},[t("img",{staticClass:"card-shop__img",attrs:{src:a.SliderDesktopBackgroundImageSrc}})]),e._v(" "),t("div",{staticClass:"brand_content__hub__slider_title",domProps:{innerHTML:e._s(e.titleWrap(a.SliderTitle))}}),e._v(" "),t("div",{staticClass:"brand_content__hub__slider_des",domProps:{innerHTML:e._s(e.descriptionWrap(a.SliderDescription))}}),e._v(" "),t("div",{staticClass:"btn"},[t("span",{staticClass:"btn__wrapper"},[t("span",{staticClass:"btn__text"},[e._v("\r\n "+e._s(a.SliderCTALabel)+"\r\n ")])])])])])})),1)],1)]):e._e()])])})),0)])],1)},uo=[],po=function(){var e=this,t=e._self._c;return t("div",{staticClass:"scroll-snap-container",class:{fullscreen:e.fullscreen,horizontal:e.horizontal}},[e._t("default")],2)},ho=[],mo={name:"VueScrollSnap",props:{fullscreen:{type:Boolean,default:!1,required:!1},horizontal:{type:Boolean,default:!1,required:!1}}},go=mo,vo=(0,u.A)(go,po,ho,!1,null,null,null),_o=vo.exports,fo=i(4042),yo=i.n(fo),bo={name:"brand-content-hub",components:{VueScrollSnap:_o,Panel:It.A,Slide:ss.A,Slider:rs.A,AOS:yo()},directives:{tag:l.Tc},props:{initialData:{type:[Object,Array],required:!1},a11yNextPanelText:{type:String,required:!1,default:"Next panel"},a11yPreviousPanelText:{type:String,required:!1,default:"Previous panel"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,currentElementId:"",isTrigger:!0,indexArray:[],scrollUp:!1}},created(){yo().init()},mounted(){this.data=this.initialData.BrandHubSectionList,window.dataLayer.push({...this.data[0].ScrollEventTagging}),document.querySelector(".breadcrumb")?.classList.add("bredcrumb-hide");var e=0;window.addEventListener("touchstart",(t=>{var i=document.getElementById("index0"),a=i.getBoundingClientRect(),s=window.pageYOffset||document.documentElement.scrollTop;s>e?document.querySelector(".main-menu").classList.remove("main-menu-hide"):document.querySelector(".main-menu").classList.add("main-menu-hide"),a.top<=10&&a.top>=0&&document.querySelector(".main-menu").classList.remove("main-menu-hide"),e=s<=0?0:s}),!1);var t=0;window.addEventListener("wheel",(e=>{var i=document.getElementById("index0"),a=i.getBoundingClientRect();a.top<=10&&a.top>=0&&document.querySelector(".main-menu")?.classList.remove("main-menu-hide");var s=window.pageYOffset||document.documentElement.scrollTop;s>t?document.querySelector(".main-menu")?.classList.remove("main-menu-hide"):document.querySelector(".main-menu")?.classList.add("main-menu-hide"),a.top<=10&&a.top>=0&&document.querySelector(".main-menu")?.classList.remove("main-menu-hide"),t=s<=0?0:s}),!1),this.$refs.brandhubref.$el.addEventListener("scroll",this.handleScroll)},methods:{whenPageChange(e,t,i,a){let s=e+1,r=[],n="none",o="none";if(this.smallScreen)r=i[e];else if(1==s)r=i[0];else{let e=3*s-2;r=i[e-1]}""!=this.decodeHtmlstring(t)&&(n=this.decodeHtmlstring(t).toLowerCase(),n.replace(/\s+/g," ").trim()),o=this.decodeHtmlstring(r?.SliderTitle).toLowerCase(),l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:a.eventCategory.toLowerCase(),eventAction:"select::slider navigation elements",eventLabel:`${n}::${o}::${s}`,cta_name:`${n}::${o}::${s}`,module_name:`slider navigate::${n}`})},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i},gatagging(e,t){let i={event:"uaevent",ecommerce:"undefined",eventCategory:t.eventCategory.toLowerCase(),eventAction:"select::brand content hub",eventLabel:e.SliderCTALabel.toLowerCase()+"|"+e.SliderCTALink};window.dataLayer.push(i)},scrollTagging(e){return JSON.stringify(e)},ltrim(e){return e?e.replace(/^\s+/g,""):e},decodeEntity(e){var t=document.createElement("textarea");return t.innerHTML=e,t.value},getlength(e){if(!this.smallScreen&&e&&2==e.length)return"slider-two"},titleWrap(e){const t=50;return e.length>t?e.substring(0,t)+"":e},descriptionWrap(e){var t=this.decodeEntity(e);const i=148;return e.length>i?t.substring(0,i)+"...":t},handleScroll(){yo().init();var e=document.getElementById("index0"),t=e.getBoundingClientRect();t.top<=10&&t.top>=0&&document.querySelector(".main-menu")?.classList.remove("main-menu-hide"),Array.from(document.querySelectorAll(".item")).forEach((function(e){var t=e.id,i=t,a=document.querySelector("#"+i).getBoundingClientRect().top,s=a+document.querySelector("#"+i).clientHeight,r=Math.round(window.scrollY),n=r+window.screen.height;if(s>r&&a<n){document.getElementById(i).getAttribute("data-tagging");i<=1&&document.querySelector(".main-menu")?.classList.remove("main-menu-hide"),i>2&&document.querySelector(".main-menu")?.classList.add("main-menu-hide")}})),t.top<=10&&t.top>=0&&document.querySelector(".main-menu")?.classList.remove("main-menu-hide");let i=document.querySelector("#brandhubscroll");if(this.isTrigger){let e=this;i.childNodes.forEach((function(t,i){let a="index"+i;function s(s){s.forEach((s=>{let r=(i+1).toString();if(e.currentElementId!=a&&0!=i&&!e.indexArray.includes(r)&&s.isIntersecting){let i=t.getAttribute("data-tagging");window.dataLayer.push(JSON.parse(i)),e.isTrigger=!1,e.currentElementId=a;let s=JSON.parse(i).eventLabel;var n=s.split("::"),o=n[0];e.indexArray.push(o)}}))}function r(e,t){const i={root:null,threshold:.25},a=new IntersectionObserver(t,i);a.observe(e)}r(t,s)}))}},taggingScroll(e){window.dataLayer.push({...e})},bgimage(e,t){var i=`background-image:url('${e}')`;return!0===this.smallScreen&&(i=`background-image:url('${t}')`),i},tagging(e){window.dataLayer.push({...e})},removeExstingclass(){var e=document.querySelectorAll(".deactive-current-card");let t=0;for(t=0;t<e.length;t++)e[t].classList.remove("deactive-current-card");var i=document.querySelectorAll(".active-current-slider");let a=0;for(a=0;a<i.length;a++)i[a].classList.remove("active-current-slider")},addclass(e){this.removeExstingclass(),document.querySelectorAll(".brand_content__hub__section")[e].classList.add("deactive-current-card--");let t=document.querySelectorAll(".brand_content__hub__section")[e];t.querySelector(".brand_content__hub__section__item").classList.add("deactive-current-card"),t.querySelector(".brand_content__hub__slider").classList.add("active-current-slider"),t.querySelector(".brand_content__hub__slider").classList.remove("hide")},isUsingKeyboard(){return document.body.classList.contains("is-using-keyboard")},a11ySlider(){const e=this.$refs.slider.currentPerPage,t=this.$refs.slider.currentPage;this.isUsingKeyboard()&&(this.activeShade=t*e,this.$nextTick())}}},wo=bo,Co=(0,u.A)(wo,co,uo,!1,null,null,null),So=Co.exports,ko=(0,s.fC)({components:{BrandContentHub:So}}),Lo=(0,s.fC)({components:{VueScrollSnap:_o}}),To=function(){var e=this,t=e._self._c;return t("div",{staticClass:"countdown-page"},[t("h3",[e._v(e._s(e.title))]),e._v(" "),t("div",{staticClass:"brand-logo"},[t("span",[t("responsive-image",{attrs:{srcset:e.srcsetLogo,animate:""}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:this.imageUrl,alt:""}})])])],1),e._v(" "),t("span",[t("responsive-image",{attrs:{srcset:e.srcsetIcon,animate:""}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:this.imageUrl,alt:""}})])])],1)]),e._v(" "),t("h2",[e._v(e._s(e.waitingText)+" "+e._s(e.countdownLeft)+" "+e._s(e.secondsText))]),e._v(" "),t("p",[e._v(e._s(e.description))])])},Do=[],xo={name:"countdown",components:{ResponsiveImage:_["default"]},props:{imageUrl:{type:String,default:""},srcsetLogo:{type:[Object,String],required:!1,default:void 0},srcsetIcon:{type:[Object,String],required:!1,default:void 0},description:{type:String,required:!1,default:void 0},timerText:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},secondsText:{type:String,required:!1,default:void 0},waitingText:{type:String,required:!1,default:void 0},ctaLink:{type:String,required:!1,default:void 0}},data(){return{countdownLeft:0}},created(){const e=parseInt(this.timerText);this.countdownLeft=e,this.countDownTimer()},methods:{countDownTimer(){this.countdownLeft>0?setTimeout((()=>{this.countdownLeft-=1,this.countDownTimer()}),1e3):window.location.href=this.ctaLink}}},Po=xo,Ao=(0,u.A)(Po,To,Do,!1,null,null,null),Io=Ao.exports,Mo=(0,s.fC)({components:{Countdown:Io}}),Eo=function(){var e=this,t=e._self._c;return t("div",{staticClass:"generic__banner__component generic__banner__component__banner"},[t("div",{attrs:{id:"Frames"}},["Option2"===e.initialData.PresentationOption?t("div",{staticClass:"generic__banner_component container--is-maxwidth",class:"hight--"+e.initialData.PresentationOption},[t("div",{staticClass:"generic__banner__component__section",class:[!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":""]},[t("div",{class:e.initialData.PresentationOption},["NotSelected"!=e.initialData.TitleAtHnTag||e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__title",class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""],domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}),e._v(" "),"NotSelected"==e.initialData.TitleAtHnTag||e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__title",class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""]},["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e()]),e._v(" "),e.smallScreen&&"NotSelected"==e.initialData.TitleAtHnTag?t("div",{staticClass:"generic__banner__component__text__title",domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),e.smallScreen&&"NotSelected"!=e.initialData.TitleAtHnTag?t("div",{staticClass:"generic__banner__component__text__title"},["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e()]):e._e(),e._v(" "),t("div",{staticClass:"generic__banner__component__image parallax"},[!e.smallScreen||e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""===e.initialData.MobileImage||e.smallScreen&&!1===e.initialData.EnableMobileVersion?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth("option2"),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("span",{},[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]):e._e(),e._v(" "),e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""!==e.initialData.MobileImage?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth("option2"),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",{},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])]):e._e()]),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__description",domProps:{innerHTML:e._s(e.initialData.DesktopText)}}),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner__component__text__description",domProps:{textContent:e._s(e.initialData.MobileText),innerHTML:e._s(e.titleMobileDescription(e.initialData.MobileText,e.initialData.DesktopText,e.initialData.EnableMobileVersion))}}):e._e()])])]):e._e(),e._v(" "),"Option1"==e.initialData.PresentationOption?t("div",{staticClass:"generic__banner_component container--is-maxwidth",class:"hight--"+e.initialData.PresentationOption},[t("div",{staticClass:"generic__banner__component__section",class:[!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":""]},[t("div",{class:e.initialData.PresentationOption},["NotSelected"!=e.initialData.TitleAtHnTag||e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__title",class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""],domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}),e._v(" "),"NotSelected"==e.initialData.TitleAtHnTag||e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__title",class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""]},["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e()]),e._v(" "),e.smallScreen&&"NotSelected"==e.initialData.TitleAtHnTag?t("div",{staticClass:"generic__banner__component__text__title",domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),e.smallScreen&&"NotSelected"!=e.initialData.TitleAtHnTag?t("div",{staticClass:"generic__banner__component__text__title"},["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e()]):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner__component__text__description",domProps:{innerHTML:e._s(e.initialData.DesktopText)}}),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner__component__text__description",domProps:{innerHTML:e._s(e.titleMobileDescription(e.initialData.MobileText,e.initialData.DesktopText,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),t("div",{staticClass:"generic__banner__component__image parallax"},[!e.smallScreen||e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""===e.initialData.MobileImage||e.smallScreen&&!1===e.initialData.EnableMobileVersion?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth("option1"),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("span",{},[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]):e._e(),e._v(" "),e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""!==e.initialData.MobileImage?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth("option1"),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",{},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])]):e._e()])])])]):e._e(),e._v(" "),"Option6"==e.initialData.PresentationOption?t("div",{staticClass:"generic__banner_component",class:"hight--"+e.initialData.PresentationOption},[t("div",{class:e.initialData.PresentationOption},[t("div",{staticClass:"generic__banner__component__section",class:[!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":""]},[t("div",{staticClass:"generic__banner__component__image parallax"},[!e.smallScreen||e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""===e.initialData.MobileImage||e.smallScreen&&!1===e.initialData.EnableMobileVersion?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth(),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("span",{},[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]):e._e(),e._v(" "),e.smallScreen&&!0===e.initialData.EnableMobileVersion&&""!==e.initialData.MobileImage?t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth(),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",{},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])]):e._e()])])])]):e._e(),e._v(" "),"Option5"===e.initialData.PresentationOption?t("div",{class:["generic__banner --full-width",e.initialData.TextpositiononImage,!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":"",!0===e.initialData.GradientEnabled?"--gradient":""]},[e.smallScreen?t("div",{staticClass:"generic__banner--mobile__title"},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div"):e._e(),e._v(" "),"H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e()]):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth(),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidth(),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])])]):e._e(),e._v(" "),t("div",{class:["generic__banner--content-placeholder",!0===e.initialData.WhiteColorOption?"whitecolor-enabled":""]},[e.smallScreen?e._e():t("div",{class:["generic__banner--desktop__title",e.initialData.TitleFontSize]},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""],domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div",["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e()]):e._e()]),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.initialData.DesktopText)}}),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.titleMobileDescription(e.initialData.MobileText,e.initialData.DesktopText,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),""==e.initialData.DesktopCTALabel||e.smallScreen?e._e():t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(e.initialData.DesktopCTALabel))])])]),e._v(" "),e.smallScreen&&""!=e.initialData.MobileCTALabel&&e.initialData.EnableMobileVersion&&!1===e.initialData.EnableDSFService?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.MobileCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.MobileCTALabel)+"\n ")])])]):e._e(),e._v(" "),e.smallScreen&&""!=e.initialData.DesktopCTALabel&&0==e.initialData.EnableMobileVersion&&!1===e.initialData.EnableDSFService?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.DesktopCTALabel)+"\n ")])])]):e._e(),e._v(" "),e.smallScreen&&!0===e.initialData.EnableDSFService?t("div",{staticClass:"generic__banner__cta"},[t("spotscan-embed",{attrs:{"data-tenant":e.dsfData.Tenant,"data-application":e.initialData.DSFApplication,"data-customer":e.dsfData.Customer,"data-country":e.dsfData.Country,"data-environment":e.dsfData.Environment,"data-touchpoint":e.dsfData.Touchpoint,"data-type":e.dsfData.Type,"data-loadingbg":e.dsfData.Loadingbackgroundcolor,"data-loadingmsg":e.dsfData.Loadingmessage,"csrf-token":"$WEBSITE_TOKEN","switch-ecom":e.dsfData.Switchecom,"switch-autostart":e.dsfData.Switchautostart,"data-cta-label":e.ctalable(e.initialData.MobileCTALabel,e.initialData.DesktopCTALabel,e.initialData.EnableMobileVersion),"data-pagecategory":e.dsfPageCategory,"data-cta":e.ctaClass,"data-dsf-tagging":e.dsfTagging}})],1):e._e()])]):e._e(),e._v(" "),"Option3"===e.initialData.PresentationOption?t("div",{class:["generic__banner --half-width --right",!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":""]},[e.smallScreen?t("div",{staticClass:"generic__banner--mobile__title"},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div"):e._e(),e._v(" "),"H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e()]):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidthHalf(),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidthHalf("mobile"),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])])]):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{class:["generic__banner--content-placeholder",!0===e.initialData.WhiteColorOption?"whitecolor-enabled":""]},[t("div",{class:["generic__banner--desktop__title",e.initialData.TitleFontSize]},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""],domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div",["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e()]):e._e()]),e._v(" "),t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.initialData.DesktopText)}}),e._v(" "),""!=e.initialData.DesktopCTALabel?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.DesktopCTALabel)+"\n ")])])]):e._e()]),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--content-placeholder"},[t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.titleMobileDescription(e.initialData.MobileText,e.initialData.DesktopText,e.initialData.EnableMobileVersion))}}),e._v(" "),e.smallScreen&&""!=e.initialData.MobileCTALabel&&e.initialData.EnableMobileVersion?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.MobileCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.MobileCTALabel)+"\n ")])])]):e._e(),e._v(" "),e.smallScreen&&0==e.initialData.EnableMobileVersion&&""!=e.initialData.DesktopCTALabel?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.DesktopCTALabel)+"\n ")])])]):e._e()]):e._e()]):e._e(),e._v(" "),"Option4"===e.initialData.PresentationOption?t("div",{class:["generic__banner --half-width --left",!0===e.initialData.BottomMargin28px?"margin-bottom":!0===e.initialData.TopMargin28px?"margin-top":!0===e.initialData.AddTopAndBottomMargins?"add-margin-top-bottom":""]},[e.smallScreen?t("div",{staticClass:"generic__banner--mobile__title"},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div"):e._e(),e._v(" "),"H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.titleMobileText(e.initialData.MobileTitle,e.initialData.DesktopTitle,e.initialData.EnableMobileVersion))}}):e._e()]):e._e(),e._v(" "),e.smallScreen?e._e():t("div",{class:["generic__banner--content-placeholder",!0===e.initialData.WhiteColorOption?"whitecolor-enabled":""]},[t("div",{class:["generic__banner--desktop__title",e.initialData.TitleFontSize]},["NotSelected"==e.initialData.TitleAtHnTag?t("span",{class:[e.initialData.TitleFontSize,""===e.initialData.DesktopText?"margin_title":""],domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"NotSelected"!=e.initialData.TitleAtHnTag?t("div",["H1"==e.initialData.TitleAtHnTag?t("h1",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H2"==e.initialData.TitleAtHnTag?t("h2",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e(),e._v(" "),"H3"==e.initialData.TitleAtHnTag?t("h3",{domProps:{innerHTML:e._s(e.initialData.DesktopTitle)}}):e._e()]):e._e()]),e._v(" "),t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.initialData.DesktopText)}}),e._v(" "),""!=e.initialData.DesktopCTALabel?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.DesktopCTALabel)+"\n ")])])]):e._e()]),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidthHalf(),attrs:{"data-focus-x":!1===e.isRtl?e.initialData.DesktopFocusX:"","data-focus-y":!1===e.isRtl?e.initialData.DesktopFocusY:""}},[t("img",{staticClass:"original",attrs:{loading:"lazy",src:e.initialData.New_Image,alt:e.initialData.New_ImageAlt}})])])]),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--image-placeholder"},[t("div",{staticClass:"focal-frames"},[t("div",{staticClass:"focuspoint focal-frame",style:e.getScreenWidthHalf("mobile"),attrs:{"data-focus-x":e.mobileFocusx(e.isRtl,e.initialData.MobileFocusX,e.initialData.DesktopFocusX,e.initialData.EnableMobileVersion),"data-focus-y":e.mobileFocusy(e.isRtl,e.initialData.MobileFocusY,e.initialData.DesktopFocusY,e.initialData.EnableMobileVersion)}},[t("span",[t("img",{staticClass:"original",attrs:{fetchpriority:"high",loading:"lazy",src:e.imageMobile(e.initialData.New_Image,e.initialData.MobileImage,e.initialData.EnableMobileVersion),alt:e.altMobile(e.initialData.New_ImageAlt,e.initialData.MobileImageAlt,e.initialData.EnableMobileVersion)}})])])])]):e._e(),e._v(" "),e.smallScreen?t("div",{staticClass:"generic__banner--content-placeholder"},[t("div",{staticClass:"generic__banner--description",domProps:{innerHTML:e._s(e.titleMobileDescription(e.initialData.MobileText,e.initialData.DesktopText,e.initialData.EnableMobileVersion))}}),e._v(" "),""!=e.initialData.MobileCTALabel&&e.initialData.EnableMobileVersion?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.MobileCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.MobileCTALabel)+"\n ")])])]):e._e(),e._v(" "),0==e.initialData.EnableMobileVersion&&""!=e.initialData.DesktopCTALabel?t("div",{staticClass:"generic__banner__cta"},[t("a",{class:e.ctaClass,attrs:{href:e.initialData.DesktopCTALink},on:{click:function(t){return e.gaTagging()}}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.DesktopCTALabel)+"\n ")])])]):e._e()]):e._e()]):e._e()])])},$o=[],Vo={name:"generic-banner",components:{SpotscanEmbed:xr,LoadScript:X.A},props:{initialData:{type:Object,required:!0},dsfData:{type:Object,required:!0},dsfPageCategory:{type:String,required:!0},ctaClass:{type:String,default:"btn"},btnTagging:{type:Object,required:!0},dsfTagging:{type:Object,required:!0},isRtl:{type:Boolean,default:!1}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,imageData:"",screenSize:window.matchMedia("(max-width: 767px)").matches?"small":window.matchMedia("(min-width: 768px) and (max-width: 1023px)").matches?"medium":"large"}},mounted(){$((function(){$(".focuspoint").focusPoint()})),console.log("screen sizessss"+this.smallScreen)},methods:{getScreenWidthHalf(e=null){let t="",i=256;var a=document.getElementById("content"),s=a.getBoundingClientRect(),r=s.width;return"mobile"===e&&(r=s.width-48),"small"==this.screenSize?(i=280,t=window.innerWidth,"width:"+r+"px; height:"+i+"px;"):"medium"==this.screenSize?(i=400,t=window.innerWidth,"width:"+r+"px; height:"+i+"px;"):"large"==this.screenSize?(i=330,t=504,"width:"+t+"px; height:"+i+"px;"):void 0},getScreenWidth(e=null){let t=460;var i=document.getElementById("content"),a=i.getBoundingClientRect();if("option2"===e||"option1"===e)var s=a.width-40;else s=a.width;return"small"==this.screenSize?(t=270,window.innerWidth,"width:"+s+"px; height:"+t+"px;"):"medium"==this.screenSize?(t=400,window.innerWidth,"width:"+s+"px; height:"+t+"px;"):"large"==this.screenSize?(t=460,"option2"===e||"option1"===e?(1024,"width:100%; height:"+t+"px;"):(window.innerWidth,"width:100%; height:"+t+"px;")):void 0},gaTagging(){if("error page"===this.btnTagging.category)window.dataLayer.push({event:"uaevent",ecommerce:"undefined",eventLabel:"return::go back to home",eventAction:"select",eventCategory:"body"});else{let e=this.btnTagging.desktoplabel;e=this.smallScreen?this.btnTagging.desktoplabel:this.btnTagging.mobilelabel,window.dataLayer.push({event:"uaevent",event_name:"body_button_click",ecommerce:"undefined",eventLabel:e,eventAction:this.btnTagging.action,eventCategory:this.btnTagging.category,eventAction:this.btnTagging.action,eventLabel:ctaname.toLowerCase()+"::"+url,cta_name:ctaname.toLowerCase(),link_url:url,module_name:this.decodeHtml(e).toLowerCase()})}},titleMobileText(e,t,i){var a="";return"medium"!==this.screenSize&&"small"!==this.screenSize||(i&&""!=e?a=e:(i&&""==e||!1===i)&&(a=t)),a},titleMobileDescription(e,t,i){var a="";return"medium"!==this.screenSize&&"small"!==this.screenSize||(i&&""!=e?a=e:(i&&""==e||!1===i)&&(a=t)),a},desktopalt(e,t){var i=t;return e&&(i=e),i},mobilealt(e,t){var i=e;return t&&(i=t),i},imageMobile(e,t,i){var a="";return a=i&&""!==t?t:e,a},altMobile(e,t,i){var a="";return a=i&&""!==t?t:e,a},ctalable(e,t,i){var a="";return a=i?""===e?t:e:t,a},bgimage(e,t,i){var a=`background-image:url('${e}')`;return"medium"!==this.screenSize&&"small"!==this.screenSize||(i&&(a=`background-image:url('${i}')`),""==i&&(a=`background-image:url('${t}')`)),a},decodeHtml(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i},mobileFocusx(e,t,i,a){var s="";return s=!0===a?t:i,!0===e&&(s=""),s},mobileFocusy(e,t,i,a){var s="";return s=!0===a?t:i,!0===e&&(s=""),s}}},qo=Vo,Bo=(0,u.A)(qo,Eo,$o,!1,null,null,null),Oo=Bo.exports,No=(0,de.fC)({components:{GenericBanner:Oo}}),Fo=function(){var e=this,t=e._self._c;return t("div",{staticClass:"my-skin-sos"},[e.CaptchaConfig.isVisible?t("load-script",{attrs:{src:"https://www.google.com/recaptcha/api.js?onload=onCaptchaAPIReady&render=explicit"}}):e._e(),e._v(" "),t("a",{staticClass:"my-skin-sos-close",attrs:{href:e.documentReferrer},on:{click:e.goToPreviusPage}},[t("span",{staticClass:"close-icon heavy"}),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v("\n Back to: "+e._s(e.previousPageName)+"\n ")])]),e._v(" "),e.isInSurvey?e._e():t("div",{staticClass:"my-skin-sos-landing"},[e._t("banner"),e._v(" "),t("div",{staticClass:"my-skin-sos-gdpr-content"},[t("div",{staticClass:"my-skin-sos-gdpr-content-intro"},[e._t("gdpr-intro")],2),e._v(" "),t("div",{staticClass:"my-skin-sos-pass-gate"},[e.GdprCheckBoxConfig.isVisible?t("div",{staticClass:"my-skin-sos-iagree-check-box-wrapper"},[t("field-checkbox",{attrs:{field:e.GdprCheckBoxConfig},model:{value:e.GDPRiAgree,callback:function(t){e.GDPRiAgree=t},expression:"GDPRiAgree"}})],1):e._e(),e._v(" "),e.CaptchaConfig.isVisible?t("div",{directives:[{name:"show",rawName:"v-show",value:e.GDPRiAgree,expression:"GDPRiAgree"}],staticClass:"my-skin-sos-cpacha"},[t("div",{staticClass:"g-recaptcha",attrs:{id:e.CaptchaConfig.id}}),e._v(" "),e.hasErrorCapcha?t("p",{staticClass:"field-help",attrs:{id:e.CaptchaConfig.idError}},[e._v("\n "+e._s(e.CaptchaConfig.error)+"\n ")]):e._e()]):e._e(),e._v(" "),e.GDPRiAgree&&!e.hasErrorCapcha?t("button",{class:e.ctaClass,attrs:{type:"button"},on:{click:e.switchToSurvey}},[t("span",{staticClass:"btn__wrapper",domProps:{innerHTML:e._s(e.decodeHTML(e.StartSurveyButtonText))}})]):e._e()])])],2),e._v(" "),e.isInSurvey?t("div",{staticClass:"my-skin-sos-survey"},[e.surveyStepData?t("div",{staticClass:"my-skin-sos-survey-progress-bar",style:{width:e.selectedAnswers.length/e.surveyStepData.stepsToCompleetSurvey*100+"%"}}):e._e(),e._v(" "),e.selectedAnswers.length?t("button",{staticClass:"my-skin-sos-prev-step",attrs:{type:"button"},on:{click:e.goToPreviusStep}},[t("span",{staticClass:"is-sr-only"},[e._v("Previous step")])]):e._e(),e._v(" "),e.surveyStepData?t("div",{ref:"answersContainer",staticClass:"my-skin-sos-survey-column my-skin-sos-question-container"},[t("p",{staticClass:"my-skin-sos-steps-count",attrs:{"aria-atomic":"true","aria-live":"polite"}},[t("span",{staticClass:"intro-text",domProps:{innerHTML:e._s(e.decodeHTML(e.StepIntroText))}}),e._v("\n "+e._s(e.surveyStepData.stepNumber)+" / "+e._s(e.surveyStepData.stepsToCompleetSurvey)+"\n ")]),e._v(" "),t("h1",{staticClass:"my-skin-sos-question",domProps:{innerHTML:e._s(e.surveyStepData.question)}}),e._v(" "),e.surveyStepData&&e.surveyStepData.questionNotice?t("p",{staticClass:"my-skin-sos-question-notice",domProps:{innerHTML:e._s(e.surveyStepData.questionNotice)}}):e._e()]):e._e(),e._v(" "),t("div",{staticClass:"my-skin-sos-answers-container",style:{backgroundImage:`url(${e.answersContainerBackgroundImageUrl})`}},[e.surveyStepData?t("ul",{staticClass:"my-skin-sos-answers",class:`${e.reanimate?"slideInRight":"rotateOutUpLeft"} ${e.surveyStepData.answers.length<=3&&"short-list"} ${e.surveyStepData.answers.length%2!==0&&"odd-list"}`},e._l(e.surveyStepData.answers,(function(i,a){return t("li",{key:a,staticClass:"my-skin-sos-answer",class:e.answerIsSelected(i.id)&&"selected",attrs:{tabindex:"0",role:"checkbox","aria-checked":`${e.answerIsSelected(i.id)}`},domProps:{innerHTML:e._s(i.answer)},on:{click:function(t){return e.toggleSelection(i.id)},keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.toggleSelection(i.id)}}})})),0):e._e(),e._v(" "),e.smallScreen?t("div",{staticClass:"my-skin-sos-survey-column my-skin-sos-action-container"},[t("button",{staticClass:"cta cta--light",class:e.stepState.selectedAnswersIDs.length?e.StepNextButtonBlackOnMobile?"-black show":"show":"",attrs:{type:"button","aria-hidden":`${!e.stepState.selectedAnswersIDs.length}`},on:{click:function(t){return e.requestNextStep()}}},[t("span",{staticClass:"btn__wrapper",domProps:{innerHTML:e._s(e.decodeHTML(e.StepNextButtonText))}})])]):e._e()]),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"my-skin-sos-survey-column my-skin-sos-action-container"},[t("button",{staticClass:"cta cta--light",class:e.stepState.selectedAnswersIDs.length&&"-black show",attrs:{type:"button","aria-hidden":`${!e.stepState.selectedAnswersIDs.length}`},on:{click:function(t){return e.requestNextStep()}}},[t("span",{staticClass:"btn__wrapper",domProps:{innerHTML:e._s(e.decodeHTML(e.StepNextButtonText))}})])])]):e._e()],1)},Ho=[],Ro={name:"my-skin-sos",components:{FieldCheckbox:Kn["default"],LoadScript:X.A},props:{GdprCheckBoxConfig:{type:Object,required:!0,default:void 0},CaptchaConfig:{type:Object,required:!1,default:void 0},StartSurveyButtonText:{type:String,required:!0,default:""},StepIntroText:{type:String,required:!0,default:""},StepNextButtonText:{type:String,required:!0,default:""},StepNextButtonBlackOnMobile:{type:Boolean,required:!1,default:!1},answersContainerBackgroundImageUrl:{type:String,required:!0,default:""},surveyEndPoint:{type:String,required:!0,default:""},skipGdprPage:{type:Boolean,required:!0,default:!0},ctaClass:{type:String,default:"cta cta--dark cta--alt"}},data(){return{GDPRiAgree:!this.GdprCheckBoxConfig.isVisible,hasErrorCapcha:this.CaptchaConfig.isVisible,isInSurvey:this.skipGdprPage,previousPageName:"Home page",surveyStepData:null,serverError:null,stepState:{questionID:null,isMultipleAnswers:!1,selectedAnswersIDs:[]},stepsHistory:[],selectedAnswers:[],reanimate:!0,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,documentReferrer:window.document.referrer.length?window.document.referrer:"/"}},created(){window.onCaptchaAPIReady=this.onCaptchaAPIReady,this.previousPageName=this.getPreviousPageName(),o.B.$on("mediaquery::changed",(()=>{this.smallScreen=!window.matchMedia("(min-width: 1024px)").matches})),this.requestNextStep()},methods:{getPreviousPageName(){const e=sessionStorage.getItem("lrp-previous-page-name");return!e&&"Home page"},reAnimate(){this.reanimate=!1,setTimeout((()=>this.reanimate=!0),250)},decodeHTML(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},switchToSurvey(){this.pushTagging(),this.isInSurvey=!this.isInSurvey,setTimeout((()=>{(0,s.eb)(this.$refs.answersContainer)}),300)},onCaptchaAPIReady(){setTimeout((()=>{"undefined"===typeof window.grecaptcha&&"function"!==typeof window.grecaptcha.render?this.onCaptchaAPIReady():window.grecaptcha.render(this.CaptchaConfig.id,{sitekey:this.CaptchaConfig.siteKey,callback:this.checkCaptcha})}),100)},checkCaptcha(){0!==window.grecaptcha.getResponse().length?this.hasErrorCapcha=!1:this.hasErrorCapcha=!0},stripTags(e){return e.replace(/<\/?[^>]+(>|$)/g,"")},pushTagging(e=this.decodeHTML(this.StartSurveyButtonText),t="start"){l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"site_load_service",eventCategory:"content page::service",eventAction:"content page::service::select::myskinsos",eventLabel:"load::myskinsos",service_name:"skindr",service_category:"diagnose",cta_name:this.stripTags(e).toLowerCase(),product_info:"none"})},onStepTaging(e,t="en"){l.Xj.pushDataLayer({event:"updatevirtualpath",virtualPageURL:`/lrp/${t}/${this.stripTags(e.question).toLowerCase()}/step${e.stepNumber}`,virtualPageTitle:`${this.stripTags(e.question).toLowerCase()} step${e.stepNumber}`})},goToPreviusPage(){this.pushTagging(this.isInSurvey?this.stripTags(this.surveyStepData.question):"my skin sos gdpr form","close")},goToPreviusStep(){this.pushTagging(this.surveyStepData.question,"previous"),this.updateStepState(this.stepsHistory.pop(),this.selectedAnswers.pop().selectedAnswersIDs)},answerIsSelected(e){return this.stepState.selectedAnswersIDs.includes(e)},updateStepState(e,t=[]){this.surveyStepData=e,this.stepState.questionID=e.questionID,this.stepState.isMultipleAnswers=e.isMultipleAnswers,this.stepState.selectedAnswersIDs=t;const i=window.location.pathname.split("/")[1];this.onStepTaging(e,i)},toggleSelection(e){let t=this.stepState.selectedAnswersIDs;t.includes(e)?t=t.filter((t=>t!==e)):this.stepState.isMultipleAnswers?t.push(e):t=[e],this.stepState.selectedAnswersIDs=t},getAllStepAnswers(){const e=this.selectedAnswers.map(((e,t)=>{const i=this.stepsHistory[t].answers.filter((t=>e.selectedAnswersIDs.includes(t.id)));return`${t>0&&"::"}${i.reduce(((e,t,i)=>`${e}${i>0?"-//-":""}${t.answer}`),"")}`}));return e.join("")},requestNextStep(){this.surveyStepData&&(this.stepsHistory.push(this.surveyStepData),this.selectedAnswers.push(Object.assign({},this.stepState)),this.pushTagging(this.getAllStepAnswers(),`${this.surveyStepData.question}::next`)),(0,Nr.L)(this.surveyEndPoint,{answers:this.selectedAnswers}).then((e=>{e.resultPage?location.href=e.resultPage:(this.updateStepState(e),this.reAnimate(),(0,s.eb)(this.$refs.answersContainer))})).catch((e=>{this.serverError=e}))}}},jo=Ro,Uo=(0,u.A)(jo,Fo,Ho,!1,null,null,null),zo=Uo.exports,Wo=(0,s.fC)({components:{MySkinSos:zo}}),Go=function(){var e=this,t=e._self._c;return t("div",{staticClass:"images-mosaic list-container",class:{"hide-num":e.isShowNum}},[e.isMobile?e._e():t("ol",{ref:"desctopList",staticClass:"images-mosaic-items-list"},[e._t("default")],2),e._v(" "),e.isMobile?t("Carousel",{attrs:{bullets:!0,navigation:!0,"item-per-page-desktop":3,"page-category":e.pageCategory,"next-panel-text":"Next panel","previous-panel-text":"previous panel","nav-tagging-label":e.navTaggingLabel}},[e._t("default")],2):e._e()],1)},Yo=[],Ko={name:"images-mosaic",components:{Carousel:Ce},props:{isShowNum:{type:Boolean,default:!1},breakPoint:{type:String,default:"1024px",required:!0},navTaggingLabel:{type:[String,Array],required:!1,default:""},pageCategory:{type:String,required:!1,default:"page category"}},data(){return{isMobile:!window.matchMedia(`(min-width: ${this.breakPoint})`).matches}},watch:{isMobile(e){!e&&this.makeList()}},mounted(){o.B.$on("mediaquery::changed",(e=>{this.isMobile=!("small"!==e.size&&"medium"!==e.size),"767px"===this.breakPoint&&(this.isMobile=!1)})),this.makeList(),this.screenMobile()},methods:{makeList(){if(this.$refs.desctopList&&!this.isMobile){const e=this.$refs.desctopList.querySelectorAll(".images-mosaic-items-list-item");e.forEach((e=>{const t=document.createElement("li");t.appendChild(e),this.$refs.desctopList.appendChild(t)}))}else this.isMobile||setTimeout((()=>{this.makeList()}),250)},screenMobile(){o.B.$on("mediaquery::changed",(e=>{this.isMobile=!("small"!==e.size&&"medium"!==e.size)}))}}},Xo=Ko,Qo=(0,u.A)(Xo,Go,Yo,!1,null,null,null),Jo=Qo.exports,Zo=(0,s.fC)({components:{ImagesMosaic:Jo}}),el=function(){var e=this,t=e._self._c;return t("div",{staticClass:"newsletter",class:e.addClass},[e.siteKey?t("load-script",{attrs:{src:"https://www.google.com/recaptcha/api.js?onload=onCaptchaAPIReady&render=explicit"}}):e._e(),e._v(" "),e._t("title"),e._v(" "),t("form",{attrs:{action:"",method:"post"},on:{submit:function(t){return t.preventDefault(),e.validateAndSend.apply(null,arguments)}}},[0!==Object.keys(e.dataFirstname).length?t("div",{staticClass:"newsletter__input"},[t("label",{directives:[{name:"show",rawName:"v-show",value:e.showFirstNamePlaceholder,expression:"showFirstNamePlaceholder"}],ref:"firstNameLable",class:{fixed:e.isFixedPlaceholder},attrs:{for:"newsletter-firstname"}},[e._v(e._s(e.dataFirstname.placeholder))]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.firstName,expression:"firstName"}],class:{"input-error":e.firstNameError},attrs:{type:"text",id:e.dataFirstname.name,"aria-describedby":e.fNameDescribedby,name:e.dataFirstname.name},domProps:{value:e.firstName},on:{blur:function(t){return e.firstNameValidation()},input:function(t){t.target.composing||(e.firstName=t.target.value)}}}),e._v(" "),e.firstNameError?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.dataFirstname.errormsg))]):e._e()]):e._e(),e._v(" "),0!==Object.keys(e.dataSurname).length?t("div",{staticClass:"newsletter__input"},[t("label",{directives:[{name:"show",rawName:"v-show",value:e.showSurnNamePlaceholder,expression:"showSurnNamePlaceholder"}],ref:"surNameLabel",class:{fixed:e.isFixedPlaceholder},attrs:{for:"newsletter-surname"}},[e._v(e._s(e.dataSurname.placeholder))]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.surName,expression:"surName"}],class:{"input-error":e.surNameError},attrs:{type:"text",id:e.dataSurname.name,"aria-describedby":e.surNameDescribedby,name:e.dataSurname.name},domProps:{value:e.surName},on:{blur:function(t){return e.surNameValidation()},input:function(t){t.target.composing||(e.surName=t.target.value)}}}),e._v(" "),e.surNameError?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.dataSurname.errormsg))]):e._e()]):e._e(),e._v(" "),t("div",{staticClass:"newsletter__input"},[t("label",{directives:[{name:"show",rawName:"v-show",value:e.showemailPlaceholder,expression:"showemailPlaceholder"}],ref:"emailLabel",class:{fixed:e.isFixedPlaceholder},attrs:{for:"newsletter-email"}},[e._v(e._s(e.emailPlaceholder))]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.emailField,expression:"emailField"}],class:{"input-error":e.hasErrorValidEmail||e.hasErrorEmail},attrs:{type:"email",id:"newsletter-email","aria-describedby":e.emailDescribedby,name:"newsletter-email"},domProps:{value:e.emailField},on:{blur:function(t){e.checkEmailValid(),e.isEmailEmpty()},input:function(t){t.target.composing||(e.emailField=t.target.value)}}}),e._v(" "),e.hasErrorValidEmail?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.validationMsg.emailFormat))]):e._e(),e._v(" "),e.hasErrorEmail?t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-email-error"}},[e._v(e._s(e.validationMsg.emailEmpty))]):e._e()]),e._v(" "),t("div",{staticClass:"newsletter__select",attrs:{id:"newsletterSelectComponent"}},[t("div",{staticClass:"newsletter__select_box"},[t("select",{directives:[{name:"model",rawName:"v-model",value:e.countryField,expression:"countryField"}],attrs:{name:"newsletterSelect",id:"newsletterSelect"},on:{change:function(t){var i=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.countryField=t.target.multiple?i:i[0]}}}),e._v(" "),t("p",{staticClass:"newsletter__error",attrs:{id:"newsletter-country-error"}},[e._v(e._s(e.validationMsg.dataSelected))])])]),e._v(" "),e.dataPersonaldataEnable?t("div",{staticClass:"newsletter__input-personal"},[t("span",{domProps:{innerHTML:e._s(e.dataPersonaldataRich)}})]):e._e(),e._v(" "),t("div",{staticClass:"newsletter__terms"},[t("div",{staticClass:"newsletter__checkbox"},["False"==e.disableToggle?t("input",{directives:[{name:"model",rawName:"v-model",value:e.termsField,expression:"termsField"}],staticClass:"is-sr-only",attrs:{id:"terms-of-use",type:"checkbox","aria-describedby":e.termsDescribedby,name:"terms-of-use"},domProps:{checked:Array.isArray(e.termsField)?e._i(e.termsField,null)>-1:e.termsField},on:{change:function(t){var i=e.termsField,a=t.target,s=!!a.checked;if(Array.isArray(i)){var r=null,n=e._i(i,r);a.checked?n<0&&(e.termsField=i.concat([r])):n>-1&&(e.termsField=i.slice(0,n).concat(i.slice(n+1)))}else e.termsField=s}}}):e._e(),e._v(" "),"False"==e.disableToggle?t("label",{attrs:{for:"terms-of-use"}},[e._t("terms")],2):e._e(),e._v(" "),"True"==e.disableToggle?t("span",{staticClass:"disable-checkbox"},[e._t("terms")],2):e._e()]),e._v(" "),e.hasErrorTerms?t("p",{staticClass:"newsletter__error",attrs:{id:"terms-of-use-error"}},[e._v(e._s(e.validationMsg.terms))]):e._e()]),e._v(" "),e.siteKey?t("div",{staticClass:"newsletter__captcha"},[t("div",{staticClass:"g-recaptcha",attrs:{id:"letter-recaptcha"}}),e._v(" "),e.hasErrorCapcha?t("p",{staticClass:"newsletter__error"},[e._v(e._s(e.validationMsg.captcha))]):e._e()]):e._e(),e._v(" "),null===e.serverResponse?t("button",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:"registration",action:"newsletter",label:"body",event_name:"newsletter_registration",referral:"body"},expression:"{\n 'category': 'registration',\n 'action': 'newsletter', \n 'label': 'body',\n 'event_name': 'newsletter_registration',\n 'referral': 'body' }",arg:"useractionevent"}],class:[e.ctaClass,{disabled:!e.isSumbitEnabled}],attrs:{type:"submit",disabled:!e.isSumbitEnabled}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(e.submitBtnText))])]):e._e(),e._v(" "),t("div",{attrs:{role:"alert"}},[null!==e.serverResponse?t("p",{staticClass:"newsletter__response",class:{error:!e.serverResponse}},[e._v(e._s(e.confirmMsg))]):e._e()])])],2)},tl=[],il={name:"newsletter",directives:{tag:l.Tc},components:{LoadScript:X.A},props:{addClass:{type:String,default:""},apiUrl:{type:String,default:""},successMsg:{type:String,default:""},countryCode:{type:String,default:""},errorMsg:{type:String,default:""},siteKey:{type:String,default:""},emailPlaceholder:{type:String,default:""},submitBtnText:{type:String,default:""},disableToggle:{type:String,default:"True"},validationMsg:{type:Object,default:()=>({emailFormat:"Please use valid email format.",emailEmpty:"Please enter your email address.",terms:"Please accept the terms of use.",captcha:"Please check the captcha",dataSelected:"Please select the country"})},ctaClass:{type:String,default:"btn btn--black"},dataFirstname:{type:Object},dataSurname:{type:Object},dataPersonaldataRich:{type:String,default:""},dataPersonaldataEnable:{type:Boolean}},data(){return{isSumbitEnabled:!1,serverResponse:null,emailField:"",showemailPlaceholder:!0,countryField:"",termsField:!1,hasErrorValidEmail:!1,hasErrorEmail:!1,hasErrorTerms:!1,hasErrorCapcha:!1,countryCodeData:this.countryCode,news:"",captchaResponse:"",captchaValue:"",firstName:"",surName:"",firstNameError:!1,surNameError:!1,showFirstNamePlaceholder:!0,showSurnNamePlaceholder:!0}},computed:{confirmMsg(){return this.serverResponse?this.successMsg:this.errorMsg},fetchUrl(){return`${window.location.origin}/${this.apiUrl}`},canSubmit(){var e=this.countryCode,t=e.split(",");return t.length>1?!!this.emailField&&!this.hasErrorValidEmail&&this.termsField&&this.countryField:(0===Object.keys(this.dataSurname).length&&(this.surName=!0),0===Object.keys(this.dataFirstname).length&&(this.firstName=!0),!!this.emailField&&!this.hasErrorValidEmail&&this.termsField&&!!this.surName&&!!this.firstName)},isFixedPlaceholder(){return!!this.emailField&&this.hasErrorValidEmail||""!==this.emailField&&!this.hasErrorValidEmail&&!this.hasErrorEmail||""!==this.emailField&&!this.hasErrorValidEmail},emailDescribedby(){return!(!this.hasErrorValidEmail&&!this.hasErrorEmail)&&"newsletter-email-error"},surNameDescribedby(){return!!this.surNameError},fNameDescribedby(){return!!this.firstNameError},termsDescribedby(){return!!this.hasErrorTerms&&"terms-of-use-error"}},watch:{emailField(){0!==this.emailField.length?this.showemailPlaceholder=!1:this.showemailPlaceholder=!0},canSubmit(e){this.isSumbitEnabled=e},termsField(){this.checkTermsValid()},surName(){0!==this.surName.length?this.showSurnNamePlaceholder=!1:this.showSurnNamePlaceholder=!0},firstName(){this.showFirstNamePlaceholder=!0,0!==this.firstName.length&&(this.showFirstNamePlaceholder=!1)}},created(){this.captchaResponse=localStorage.captchaResponse,window.onCaptchaAPIReady=this.onCaptchaAPIReady},mounted(){for(var e=this.countryCode,t=e.split(","),i="",a=0;a<t.length;a++)i+=0===a?"<option value='' selected>"+t[a]+"</option>":"<option value='"+t[a]+"'>"+t[a]+"</option>";if(document.getElementById("newsletterSelect").innerHTML=i,t.length<=1||t.length<="null"){var s=document.getElementById("newsletterSelectComponent");s.parentElement.removeChild(s)}let r=document.getElementById("newsletter-country-error");r&&void 0!==r&&""!==r&&(r.style.display="none",document.getElementById("newsletterSelect").addEventListener("change",(function(){""===this.value?r.style.display="block":r.style.display="none"})))},methods:{onCaptchaAPIReady(){setTimeout((()=>{"undefined"===typeof grecaptcha&&"function"!==typeof grecaptcha.render?this.onCaptchaAPIReady():grecaptcha.render("letter-recaptcha",{sitekey:this.siteKey,callback:this.checkCaptcha})}),200)},checkCaptcha(){0!==grecaptcha.getResponse().length?this.hasErrorCapcha=!1:this.hasErrorCapcha=!0,this.captchaValue=grecaptcha.getResponse()},isEmailEmpty(){""===this.emailField?(this.hasErrorEmail=!0,"True"===this.disableToggle&&(this.isSumbitEnabled=!0)):this.hasErrorEmail=!1},validateEmail(e){const t=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(String(e).toLowerCase())},checkEmailValid(){this.validateEmail(this.emailField)||""===this.emailField?this.hasErrorValidEmail=!1:this.hasErrorValidEmail=!0,"True"===this.disableToggle&&(this.isSumbitEnabled=!0)},surNameValidation(){!0===this.dataSurname.mandatory?(""!==this.surName?this.surNameError=!1:this.surNameError=!0,"True"===this.disableToggle&&(this.isSumbitEnabled=!0)):(this.surNameError=!1,"True"===this.disableToggle&&(this.isSumbitEnabled=!0))},firstNameValidation(){!0===this.dataFirstname.mandatory?(""!==this.firstName?this.firstNameError=!1:this.firstNameError=!0,"True"===this.disableToggle&&(this.isSumbitEnabled=!0)):(this.firstNameError=!1,"True"===this.disableToggle&&(this.isSumbitEnabled=!0))},checkTermsValid(){this.termsField?this.hasErrorTerms=!1:this.hasErrorTerms=!0},sendEmail(e,t){const i=this;return(0,Nr.L)(this.fetchUrl,{email:e,captchaResponse:i.captchaValue,country:t,firstName:i.firstName,lastName:i.surName})},validateAndSend(){this.isEmailEmpty(),this.firstNameValidation(),this.surNameValidation(),"False"===this.disableToggle&&this.checkTermsValid(),this.siteKey?(this.checkCaptcha(),this.emailField&&!this.hasErrorCapcha&&(this.isSumbitEnabled=!1,this.sendEmail(this.emailField,this.countryField).then((e=>this.serverResponse=e)))):this.emailField&&(this.isSumbitEnabled=!1,this.sendEmail(this.emailField,this.countryField).then((e=>this.serverResponse=e)))}}},al=il,sl=(0,u.A)(al,el,tl,!1,null,null,null),rl=sl.exports,nl=(0,s.fC)({components:{Newsletter:rl}}),ol=function(){var e=this,t=e._self._c;return e.showNewsletterSticky?t("div",{ref:"newsletterSticky",staticClass:"newsletter-sticky",class:[e.newsletterScroll?"show-newsletter-sticky":"hide-newsletter-sticky",e.position]},[t("div",{staticClass:"newsletter-sticky__container"},[t("p",{style:{color:e.textColor},domProps:{innerHTML:e._s(e.newsletterStickyText)},on:{click:function(t){return e.showNewsLetterPopin()}}}),e._v(" "),t("button",{staticClass:"newsletter-sticky__btn",on:{click:function(t){return e.showNewsLetterPopin()}}},[t("svg",{staticClass:"newsletter-sticky__arrow",attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.425 8.42409L12.0009 16.8484L3.57644 8.4241L4.42496 7.57556L12.0009 15.1513L19.5764 7.57557L20.425 8.42409Z",fill:"black"}})])]),e._v(" "),t("button",{staticClass:"btn_close close",attrs:{id:"btn_close","aria-label":"Close"},on:{click:function(t){return e.closeStickyBar(!0)}}},[t("svg",{attrs:{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1515 12L3.57574 19.5757L4.42427 20.4243L12 12.8485L19.5757 20.4243L20.4243 19.5757L12.8485 12L20.4243 4.42427L19.5757 3.57574L12 11.1515L4.42427 3.57574L3.57574 4.42427L11.1515 12Z",fill:"black"}})])])])]):e._e()},ll=[],cl={name:"newsletter-sticky",props:{newsletterStickyText:{type:String,default:""},position:{type:String,default:""},textColor:{type:String,default:"#000000"},pageCategory:{type:String,default:""}},data(){return{showNewsletterSticky:!1,newsletterScroll:!0}},created(){this.initialRendering()},mounted(){window.addEventListener("scroll",(()=>{var e=this.$refs.newsletterSticky;if(null!=e){const e=window.pageYOffset;0===e?(this.newsletterScroll=!0,this.showStickyOnTop(!0)):(this.newsletterScroll=!1,this.showStickyOnTop(!1))}}))},methods:{closeStickyBar(e=!1){if(this.showNewsletterSticky=!1,document.cookie="newsletterSticky=true",this.showStickyOnTop(!1),e){let e="close",t=window.matchMedia("(min-width: 767px)").matches,i=t?"top":this.position;window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"sticky_bar",eventCategory:this.pageCategory,eventAction:"newsletter_sticky",eventLabel:e+" "+i.toLowerCase(),module_name:"newsletter_sticky",cta_name:e+" "+i.toLowerCase()})}},initialRendering(){const e=document.cookie.split(";").filter((e=>e.includes("newsletterSticky")));window.eventBus.$on("newsletterSticky",(()=>{this.showNewsletterSticky=!e.length,this.showNewsletterSticky&&this.showStickyOnTop(!0)})),window.eventBus.$on("newsletterStickyClose",(()=>{this.closeStickyBar()}))},showStickyOnTop(e){let t=window.matchMedia("(min-width: 767px)").matches;("Bottom"!==this.position||t)&&this.$nextTick((()=>{window.eventBus.$emit("newsletter-sticky-open-menu",e)}))},showNewsLetterPopin(){this.showNewsletterSticky=!1;window.matchMedia("(min-width: 767px)").matches;let e="sticky bar";window.eventBus.$emit("newsletterpopup",{postion:e,show:!0});let t=document.getElementsByTagName("body");t&&t[0].classList.add("newsletterPopup");let i="click";window.dataLayer.push({event:"uaevent",ecommerce:"undefined",event_name:"sticky_bar",eventCategory:this.pageCategory,eventAction:"newsletter_sticky",eventLabel:i+" "+e.toLowerCase(),module_name:"newsletter_sticky",cta_name:i+" "+e.toLowerCase()})}},destroyed(){window.removeEventListener("scroll")}},dl=cl,ul=(0,u.A)(dl,ol,ll,!1,null,null,null),pl=ul.exports,hl=(0,s.fC)({components:{NewsletterSticky:pl}}),ml=function(){var e=this,t=e._self._c;return t("div",{staticClass:"footer_contrast_switcher_block",class:e.isContrastMode&&"on",on:{click:function(t){return t.preventDefault(),(()=>e.toggleContrastMode()).apply(null,arguments)}}},[e._t("default")],2)},gl=[],vl={name:"contrast-switcher-button",props:{styleLinkId:{type:String,required:!0,default:void 0},regularStyleBundle:{type:String,required:!0,default:void 0},contrastStyleBundle:{type:String,required:!0,default:void 0}},data(){return{isContrastMode:!1}},mounted(){const e=localStorage.getItem("contrastMode");this.isContrastMode=e?JSON.parse(e):this.$el.querySelectorAll("input")[0].checked,this.isContrastMode&&document.getElementsByTagName("body")[0].classList.add("contrast-mode"),this.$el.querySelectorAll("input")[0].classList.add(this.isContrastMode?"on":"off"),this.setContrastMode(!0)},methods:{toggleContrastMode(){this.isContrastMode=!this.isContrastMode,document.getElementsByTagName("body")[0].classList.toggle("contrast-mode"),this.$el.querySelectorAll("input")[0].classList.toggle("on"),this.$el.querySelectorAll("input")[0].classList.toggle("off"),this.setContrastMode()},setContrastMode(e){this.$el.querySelectorAll("input")[0].checked=this.isContrastMode;const t=this.isContrastMode?this.contrastStyleBundle:this.regularStyleBundle,i=document.getElementById(this.styleLinkId);i?.href&&i.href!==t&&(i.href=t,!e&&l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",eventCategory:"footer",eventAction:"select::high contrast mode",eventLabel:this.isContrastMode?"enable":"unable"})),document.cookie="contrastMode="+this.isContrastMode+";samesite=strict",localStorage.setItem("contrastMode",this.isContrastMode)}}},_l=vl,fl=(0,u.A)(_l,ml,gl,!1,null,null,null),yl=fl.exports,bl=(0,s.fC)({components:{contrastSwitcherButton:yl}}),wl=(0,s.fC)({components:{LanguageSwitcher:ga}}),Cl=function(){var e=this,t=e._self._c;return t("div",[0==this.index?t("div",{staticClass:"ingredient-alpha",attrs:{"data-index":this.index}},[t("span",[e._v(e._s(this.dataGroup))])]):e._e(),e._v(" "),t("div",{staticClass:"ingredient"},[t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:`${e.pageCategory}`,event_name:"body_button_click",action:"select::ingredient",label:`${e.title.replace(/<\/?[^>]+(>|$)/g,"").toLowerCase()}::${null!=e.ctaLink?e.ctaLink.toLowerCase():"none"}`,module_name:"ingredient",cta_name:`${e.title.replace(/<\/?[^>]+(>|$)/g,"").toLowerCase()}`,link_url:`${null!=e.ctaLink?e.ctaLink.toLowerCase():"none"}`},expression:"{\n category: `${pageCategory}`,\n event_name: 'body_button_click',\n action: 'select::ingredient',\n label: `${title.replace(/<\\/?[^>]+(>|$)/g, '').toLowerCase()}::${ctaLink != null ? ctaLink.toLowerCase() : 'none'}`,\n module_name: 'ingredient',\n cta_name: `${title.replace(/<\\/?[^>]+(>|$)/g, '').toLowerCase()}`,\n link_url: `${ctaLink != null ? ctaLink.toLowerCase() : 'none'}`,\n }",arg:"useractionevent"}],attrs:{href:null!=e.ctaLink?e.ctaLink:"#",title:e.title}},[t("p",{staticClass:"title"},[t("strong",{domProps:{innerHTML:e._s(e.title)}})]),e._v(" "),t("div",{domProps:{innerHTML:e._s(e.description)}})])])])},Sl=[],kl={name:"incredient",directives:{tag:l.Tc},props:{index:{type:Number,default:1},dataGroup:{type:String,required:!1},title:{type:String,required:!1,default:""},description:{type:String,required:!1,default:""},ctaLink:{type:String,required:!1,default:"#"},pageCategory:{type:String,default:""}}},Ll=kl,Tl=(0,u.A)(Ll,Cl,Sl,!1,null,null,null),Dl=Tl.exports,xl=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ingredient"},[t("div",{staticClass:"images-mosaic-intro"},[t("div",{staticClass:"images-mosaic-intro-title"},[t("div",{staticClass:"rich-text"},[t("h2",{domProps:{innerHTML:e._s(e.title)}})])]),e._v(" "),t("p",{staticClass:"images-mosaic-intro-description",domProps:{innerHTML:e._s(e.description)}})]),e._v(" "),t("ImagesMosaic",{attrs:{"is-show-num":!0,"break-point":"1024px"}},[e._l(e.imgGroup,(function(i,a){return[t("div",{key:a,staticClass:"images-mosaic-items-list-item"},[t("a",{attrs:{href:"#"}},[t("img",{directives:[{name:"srcset",rawName:"v-srcset",value:{0:i.BackgroundImage},expression:"{ '0': image.BackgroundImage }"}],attrs:{src:i.BackgroundImage,alt:""}}),e._v(" "),t("noscript",[t("img",{attrs:{src:i.BackgroundImage,alt:i.BackgroundImage.match(/.*\/(.*)$/)[1]}})]),e._v(" "),t("p",{domProps:{innerHTML:e._s(i.MosaicDescription)}})])])]}))],2),e._v(" "),t("div",{staticClass:"btn"},[t("a",{staticClass:"btn__wrapper",attrs:{href:e.ctaLink}},[e._v("\n "+e._s(e.ctaText)+"\n ")])])],1)},Pl=[],Al={name:"ingredient-stared",components:{ImagesMosaic:Jo},props:{title:{type:String,required:!1,default:void 0},description:{type:String,required:!1,default:void 0},ctaLink:{type:String,required:!1,default:void 0},ctaText:{type:String,required:!1,default:void 0},imgGroup:{type:Array,required:!1,default:void 0}}},Il=Al,Ml=(0,u.A)(Il,xl,Pl,!1,null,null,null),El=Ml.exports,$l=function(){var e=this,t=e._self._c;return t("div",{staticClass:"glossary-filter"},[t("ul",{ref:"containerFilter",staticClass:"filter"},[e._l(e.apiData.Ingredientcategories,(function(i,a){return[t("li",{key:a,class:{selected:e.selectedCategory==i.Category},on:{click:function(t){e.selectedCategory=i.Category,e.currentPage=1,e.page=1}}},[t("p",[e._v(e._s(i.Category))])])]}))],2),e._v(" "),e._l(e.ingredientData,(function(i,a){return[t("div",{key:a},[t("Ingredient",{directives:[{name:"show",rawName:"v-show",value:""!=i.Description,expression:"data.Description != ''"}],attrs:{title:i.Title,index:i.Index,"data-group":i.Group,description:i.Description,"cta-link":i.CtaLink,"page-category":e.pageCategory}}),e._v(" "),i.IsStar?t("IngredientStared",{attrs:{index:i.Index,"data-group":i.Group,title:i.ImgGroup.Title,description:i.ImgGroup.Description,"img-group":i.ImgGroup.MosaicItemsList,"cta-text":i.ImgGroup.StarCtaText,"cta-link":i.ImgGroup.StarCtaLink}}):e._e()],1)]})),e._v(" "),[t("div",{staticClass:"col-xs-12"},[t("nav",{staticClass:"ingredient-pagination"},[t("ul",{directives:[{name:"show",rawName:"v-show",value:e.numberOfPages>1,expression:"numberOfPages > 1"}]},[1!==e.currentPage?t("li",{staticClass:"pagination-previous arrow"},[t("button",{staticClass:"li-pagination-btn",attrs:{name:"li-btn",type:"button"},on:{click:function(t){e.page=e.page-1,e.scrollTo()}}},[e._v("\n â® prev\n ")])]):e._e(),e._v(" "),e._l(e.pages.slice(0,3),(function(i,a){return t("li",{directives:[{name:"show",rawName:"v-show",value:e.currentPage<e.maxPagesForSimpleView,expression:"currentPage < maxPagesForSimpleView"}],key:"l-"+a,staticClass:"number list"},[t("button",{staticClass:"li-pagination-btn",class:{"li-btn-active":e.currentPage===a+1},attrs:{id:`btn-${i}`,name:"li-btn",type:"button"},on:{click:function(t){e.page=i,e.scrollTo()}}},[e._v("\n "+e._s(i)+"\n ")])])})),e._v(" "),e.currentPage>=e.maxPagesForSimpleView?t("li",{staticClass:"number list",on:{click:e.page}},[t("button",{staticClass:"li-pagination-btn",attrs:{id:"btn-1",name:"li-btn",type:"button"},on:{click:function(t){e.page=1,e.scrollTo()}}},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e.currentPage>=e.maxPagesForSimpleView?t("li",{staticClass:"number list"},[e._v("...")]):e._e(),e._v(" "),e._l(e.getPagesToShow(),(function(i,a){return t("li",{directives:[{name:"show",rawName:"v-show",value:e.currentPage>=e.maxPagesForSimpleView,expression:"currentPage >= maxPagesForSimpleView"}],key:a},[t("button",{staticClass:"li-pagination-btn",class:{"li-btn-active":e.currentPage===i},attrs:{id:`btn-${i}`,name:"li-btn",type:"button"},on:{click:function(t){e.page=i,e.scrollTo()}}},[e._v("\n "+e._s(i)+"\n ")])])})),e._v(" "),t("li",{directives:[{name:"show",rawName:"v-show",value:e.numberOfPages>e.maxPagesForSimpleView&&e.currentPage<e.numberOfPages-2,expression:"numberOfPages > maxPagesForSimpleView && currentPage < numberOfPages - 2"}],staticClass:"number list"},[e._v("\n ...\n ")]),e._v(" "),t("li",{directives:[{name:"show",rawName:"v-show",value:e.numberOfPages>e.maxPagesForSimpleView,expression:"numberOfPages > maxPagesForSimpleView"}]},[t("button",{staticClass:"li-pagination-btn",class:{"li-btn-active":e.currentPage===e.numberOfPages},attrs:{id:`btn-${e.numberOfPages}`,name:"li-btn",type:"button"},on:{click:function(t){e.page=e.numberOfPages,e.scrollTo()}}},[e._v("\n "+e._s(e.numberOfPages)+"\n ")])]),e._v(" "),e.currentPage!==e.numberOfPages?t("li",{staticClass:"pagination-next arrow"},[t("button",{staticClass:"li-pagination-btn",attrs:{name:"li-btn",type:"button"},on:{click:function(t){e.page=e.page+1,e.scrollTo()}}},[e._v("\n next â¯\n ")])]):e._e()],2)])])]],2)},Vl=[],ql={name:"ingredient-list",components:{Ingredient:Dl,IngredientStared:El},props:{content:{type:String,required:!1,default:""},pageCategory:{type:String,default:""}},data(){return{componentLoaded:!1,apiData:[],selectedCategory:"",pages:[],page:1,perPage:10,numberOfPages:1,currentPage:1,arrObj:[],maxPagesForSimpleView:4}},computed:{filteredAlpha(){if(this.componentLoaded){const e=this.selectedCategory;return this.apiData.Ingredientcategories.filter((function(t){return t.Category===e}))}},ingredientData(){if(this.componentLoaded){this.arrObj=[];for(let e=0;e<=this.filteredAlpha[0].IngredientGroupList.length-1;e++)for(let t=0;t<=this.filteredAlpha[0].IngredientGroupList[e].IngredientList.length-1;t++)this.arrObj.push(this.filteredAlpha[0].IngredientGroupList[e].IngredientList[t]);this.numberOfPages=Math.ceil(this.arrObj.length/this.perPage),this.pages=[];for(let e=1;e<=this.numberOfPages;e++)this.pages.push(e);return this.paginate(this.arrObj)}}},created(){this.apiCall()},methods:{async apiCall(){const e={"Content-Type":"application/json"},t=this.content;return ca().get(t,{headers:e}).then((e=>{this.apiData=JSON.parse(e.data),this.componentLoaded=!0,this.selectedCategory=this.apiData.Ingredientcategories[0].Category})),this.apiData},paginate(e){this.currentPage=this.page;const t=this.page,i=this.perPage,a=t*i-i,s=t*i;return e.slice(a,s)},getPagesToShow(){return this.numberOfPages>this.maxPagesForSimpleView?this.currentPage<this.maxPagesForSimpleView?[2]:this.currentPage>this.numberOfPages-2?[this.numberOfPages-1]:[this.currentPage-1,this.currentPage,this.currentPage+1]:this.numberOfPages},scrollTo(){const e=this.$refs.containerFilter,t=e.offsetTop;window.scrollTo({top:t,behavior:"smooth"})}}},Bl=ql,Ol=(0,u.A)(Bl,$l,Vl,!1,null,null,null),Nl=Ol.exports,Fl=(0,s.fC)({components:{Ingredient:Dl,IngredientStared:El,IngredientList:Nl}}),Hl=function(){var e=this,t=e._self._c;return t("div",{ref:"simpleList",staticClass:"simple-list"},[t("div",{staticClass:"title__wrapper",attrs:{slot:"header"},slot:"header"},[t("h2",{staticClass:"heading",domProps:{innerHTML:e._s(e.headingTitle)}})]),e._v(" "),t("ul",e._l(e.simpleData,(function(i,a){return t("li",{key:a,staticClass:"simple-list__item"},[t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{category:`${e.pageCategory}`,event_name:"body_button_click",action:"select::ingredient",label:`${e.concerntext(i.concerntext)}::${null!=i.link?e.currentUrl()+i.link.toLowerCase():"none"}`,module_name:"ingredient",cta_name:`${e.concerntext(i.concerntext)}`,link_url:`${null!=i.link?e.currentUrl()+i.link.toLowerCase():"none"}`},expression:"{\n category: `${pageCategory}`,\n event_name: 'body_button_click',\n action: 'select::ingredient',\n label: `${concerntext(item.concerntext)}::${item.link != null ? currentUrl() + item.link.toLowerCase() : 'none'}`,\n module_name: 'ingredient',\n cta_name: `${concerntext(item.concerntext)}`,\n link_url: `${item.link != null ? currentUrl() + item.link.toLowerCase() : 'none'}`,\n }",arg:"useractionevent"}],staticClass:"simple-list__link",attrs:{href:i.link}},[t("span",{domProps:{innerHTML:e._s(i.concerntext)}})])])})),0),e._v(" "),e.simpleData.length>14?t("div",{staticClass:"btn btn--black btn--back"},[t("a",{staticClass:"btn__wrapper",on:{click:function(t){return e.gotoTop()}}},[e._v(e._s(e.backTo))])]):e._e(),e._v(" "),t("br"),e._v(" "),e.listObject.length!==e.simpleData.length?t("div",{staticClass:"btn btn--black btn--loadmore"},[t("a",{staticClass:"btn__wrapper",on:{click:function(t){return e.loadMoreData()}}},[e._v(e._s(e.loadMore)+" ")])]):e._e()])},Rl=[],jl={name:"simple-list",directives:{tag:l.Tc},props:{headingTitle:{type:String,default:"How can"},headingSubtitle:{type:String,default:"we help you?"},pageCategory:{type:String,default:"content page"},listObject:{type:Array,required:!0},loadMore:{type:String,default:"load more"},backTo:{type:String,default:"back to top"}},data(){return{settings:{dots:!0,arrows:!0,infinite:!1,speed:500,slidesToShow:3,initialSlide:0,responsive:[{breakpoint:992,settings:{slidesToShow:3}},{breakpoint:480,settings:{slidesToShow:1}}]},relSticky:0,visiblePrev:!1,visibleNext:!1,active:!1,headerActive:!1,currentLink:0,Navlinks:[],mobileScreen:window.matchMedia("(max-width: 992px)").matches,simpleData:this.listObject}},mounted(){this.simpleData=this.listObject,this.loadMoreData()},methods:{concerntext(e){return e.replace(/<\/?[^>]+(>|$)/g,"").toLowerCase()},currentUrl(){return window.location.origin},screenMobile(){eventBus.$on("mediaquery::changed",(e=>{this.mobileScreen=!("small"!==e.size&&"medium"!==e.size)}))},loadMoreData(){this.simpleData=this.simpleData.concat(this.listObject.slice(this.simpleData.length,this.simpleData.length+14))},gotoTop(){const e=this.$refs.simpleList,t=e.offsetTop;window.scrollTo({top:t-140,behavior:"smooth"})}}},Ul=jl,zl=(0,u.A)(Ul,Hl,Rl,!1,null,null,null),Wl=zl.exports,Gl=(0,s.fC)({components:{simpleList:Wl}}),Yl=function(){var e=this,t=e._self._c;return t("div",{staticClass:"star-data-component",class:[{anthelios:"false"===e.classic},{classic:"true"===e.classic},{textleft:"true"===e.textleft},{textright:"false"===e.textleft}]},[t("div",{staticClass:"star-data-component-background-div",style:[e.smallScreen?{backgroundImage:"url("+e.mobileBackgroundImage+")"}:{backgroundImage:"url("+e.backgroundImage+")"}]},[t("div",{staticClass:"main-div"},[t("h2",{staticClass:"title-div",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"star-data-component-main-div"},[t("div",{staticClass:"star-data-component-text-div"},[t("div",{staticClass:"star-data-component-text-data-div"},[t("div",{staticClass:"data-percentage-div",domProps:{innerHTML:e._s(e.starDataPercentage)}}),e._v(" "),t("div",{staticClass:"star-title-div",domProps:{innerHTML:e._s(e.starTitleText)}}),e._v(" "),t("hr",{directives:[{name:"show",rawName:"v-show",value:e.starDataDescription,expression:"starDataDescription"}]}),e._v(" "),t("div",{staticClass:"star-description-div",domProps:{innerHTML:e._s(e.starDataDescription)}})])]),e._v(" "),t("div",{staticClass:"star-data-component-image-div"},[e.youtubeId?e.youtubeId&&"true"===e.videoPopup?t("generic-banner-youtube-player",{attrs:{"youtube-id":e.youtubeId,poster:e.poster,autoplay:"true","aria-label":"Play video","newplay-button":"true","play-text":e.playText}}):e.youtubeId&&"false"===e.videoPopup?t("youtube-player",{attrs:{"youtube-id":e.youtubeId,poster:e.poster,autoplay:"true","aria-label":"Play video","newplay-button":!0,"play-text":e.playText}}):e._e():t("img",{staticClass:"imageclass",attrs:{src:e.starDataImage,alt:e.imgAlt}}),e._v(" "),t("collapse",{directives:[{name:"show",rawName:"v-show",value:e.youtubeId,expression:"youtubeId"}],staticClass:"transcript__collapse",attrs:{"aria-label":"show transcript"},scopedSlots:e._u([{key:"title",fn:function(i){return[i.collapsed?[t("span",{staticClass:"show-transcript",domProps:{innerHTML:e._s(e.showTranscript)}}),t("span",{staticClass:"arrow down"})]:[t("span",{staticClass:"hide-transcript",domProps:{innerHTML:e._s(e.hideTranscript)}}),t("span",{staticClass:"arrow up"})]]}}])},[e._v(" "),t("button",{staticClass:"no-js collapse-title-btn",attrs:{"aria-label":""}}),e._v(" "),t("div",{staticClass:"transrcript-class",domProps:{innerHTML:e._s(e.transcriptText)}})])],1)])])])])},Kl=[],Xl=i(6227),Ql={name:"star-data",components:{GenericBannerYoutubePlayer:sn,YoutubePlayer:Xl.A,Collapse:Ne.A},props:{backgroundImage:{type:String,default:void 0},mobileBackgroundImage:{type:String,default:void 0},classic:{type:String,required:!1,default:void 0},title:{type:String,default:void 0},textleft:{type:String,required:!1,default:void 0},starDataPercentage:{type:String,required:!1,default:void 0},starTitleText:{type:String,required:!1,default:void 0},starDataDescription:{type:String,required:!1,default:void 0},starDataImage:{type:String,required:!1,default:void 0},imgAlt:{type:String,required:!1,default:void 0},themeColor:{type:String,default:"#009FE3"},playText:{type:String,required:!1,default:void 0},youtubeId:{type:String,required:!1,default:void 0},poster:{type:String,default:void 0},videoPopup:{type:String,required:!1,default:void 0},autoplay:{type:Boolean,required:!1,default:void 0},ariaLabel:{type:String,default:"play pause",required:!1},showTranscript:{type:String,default:"show transcript",required:!1},hideTranscript:{type:String,default:"hide transcript",required:!1},transcriptText:{type:String,default:"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aut aliquam maxime perferendis molestias sed aliquid necessitatibus impedit, repellat consectetur sit repudiandae eius sint illo laborum.",required:!1}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},mounted(){""===this.youtubeId&&""===this.starDataImage&&(this.textleft=!0),""!==this.classic&&"false"!==this.classic||(this.anthelios=!0)},created(){document.documentElement.style.setProperty("--theme-color",this.themeColor)},destroyed(){document.documentElement.style.removeProperty("---theme-color")},methods:{}},Jl=Ql,Zl=(0,u.A)(Jl,Yl,Kl,!1,null,null,null),ec=Zl.exports,tc=(0,s.fC)({components:{StarData:ec}}),ic=function(){var e=this,t=e._self._c;return t("div",{staticClass:"key-ingredients-component"},[t("div",{staticClass:"key-ingredients-component-main-div"},[t("h2",{staticClass:"key-ingredients-component-title-class",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"key-ingredient1"},[t("div",{staticClass:"text-data-class -first"},[t("div",{staticClass:"title-div"},[t("span",{staticClass:"ingredient-title -first-title",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[0].Title))}})]),e._v(" "),t("p",{staticClass:"ingredient-description -first-description",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[0].Description))}})]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.keyIngredientsArray[0].Keyimage,expression:"keyIngredientsArray[0].Keyimage"}],staticClass:"img-class half-circle-image1"},[t("div",{staticClass:"line1"}),e._v(" "),t("img",{staticClass:"ingredient-image1",attrs:{src:e.keyIngredientsArray[0].Keyimage,alt:e.keyIngredientsArray[0].Title}})])]),e._v(" "),e.smallScreen?e._e():t("div",{staticClass:"key-ingredient2"},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.keyIngredientsArray[1].Keyimage,expression:"keyIngredientsArray[1].Keyimage"}],staticClass:"img-class half-circle-image2"},[t("div",{staticClass:"line2"}),e._v(" "),t("img",{staticClass:"ingredient-image2",attrs:{src:e.keyIngredientsArray[1].Keyimage,alt:e.keyIngredientsArray[1].Title}})]),e._v(" "),t("div",{staticClass:"text-data-class -second"},[t("div",{staticClass:"title-div"},[t("span",{staticClass:"ingredient-title -second-title",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[1].Title))}})]),e._v(" "),t("p",{staticClass:"ingredient-description -second-description",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[1].Description))}})])]),e._v(" "),e.keyIngredientsArray.length>=3&&!e.smallScreen?t("div",{staticClass:"key-ingredient3"},[t("div",{staticClass:"text-data-class -third"},[t("div",{staticClass:"title-div"},[t("span",{staticClass:"ingredient-title -third-title",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[2].Title))}})]),e._v(" "),t("p",{staticClass:"ingredient-description -third-description",domProps:{innerHTML:e._s(e.decodeHtml(e.keyIngredientsArray[2].Description))}})]),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.keyIngredientsArray[2].Keyimage,expression:"keyIngredientsArray[2].Keyimage "}],staticClass:"img-class half-circle-image3"},[t("div",{staticClass:"line3"}),e._v(" "),t("img",{staticClass:"ingredient-image3",attrs:{src:e.keyIngredientsArray[2].Keyimage,alt:e.keyIngredientsArray[2].Title}})])]):e._e(),e._v(" "),!e.smallScreen&&e.packshotImageDesktop?t("div",{staticClass:"main-image-div"},[t("img",{staticClass:"packshot-image",attrs:{src:e.packshotImageDesktop,alt:e.imgAlt}})]):e._e(),e._v(" "),e.smallScreen?t("div",[t("div",{staticClass:"mobile-ingredient-class"},e._l(e.keyIngredientsArray,(function(i){return t("div",{key:i},[t("div",{staticClass:"mobile-title-div"},[t("span",{staticClass:"mobile-ingredient-title",domProps:{innerHTML:e._s(e.decodeHtml(i.Title))}}),e._v(" "),t("div",{staticClass:"mobile-line"}),e._v(" "),t("img",{staticClass:"mobile-key-ingredient-image",attrs:{src:i.Keyimage,alt:i.Title}})]),e._v(" "),t("p",{staticClass:"mobile-ingredient-description",domProps:{innerHTML:e._s(e.decodeHtml(i.Description))}})])})),0),e._v(" "),t("div",{staticClass:"mobile-image-main-div"},[t("div",{staticClass:"mobile-img-class1"},[t("img",{staticClass:"mobile-ingredient-image first",attrs:{src:e.keyIngredientsArray[0].Keyimage,alt:e.keyIngredientsArray[0].Title}})]),e._v(" "),t("div",{staticClass:"mobile-img-class2"},[t("img",{staticClass:"mobile-ingredient-image second",attrs:{src:e.keyIngredientsArray[1].Keyimage,alt:e.keyIngredientsArray[1].Title}})]),e._v(" "),e.keyIngredientsArray.length>=3?t("div",{staticClass:"mobile-img-class3"},[t("img",{staticClass:"mobile-ingredient-image third",attrs:{src:e.keyIngredientsArray[2].Keyimage,alt:e.keyIngredientsArray[2].Title}})]):t("div",{staticClass:"empty-image"}),e._v(" "),e.packshotImageMobile?t("div",{class:e.keyIngredientsArray.length>=3?"main-image-div":"mobile-image"},[t("img",{staticClass:"packshot-image",attrs:{src:e.packshotImageMobile,alt:e.imgAlt}})]):e._e()])]):e._e()]),e._v(" "),t("div",{staticClass:"dropdown-div"},[t("p",{staticClass:"static-text",domProps:{innerHTML:e._s(e.validityText)}}),e._v(" "),e.otherIngredient?t("collapse",{staticClass:"transcript__collapse",attrs:{"aria-label":"show transcript"},scopedSlots:e._u([{key:"title",fn:function(i){return[i.collapsed?[t("button",{staticClass:"showdiv",on:{click:function(t){return e.pushTagging(e.showText)}}},[t("span",{staticClass:"show-transcript",domProps:{innerHTML:e._s(e.showText)}}),e._v(" "),t("span",{directives:[{name:"show",rawName:"v-show",value:e.showText,expression:"showText"}],staticClass:"arrow down"})])]:[t("button",{staticClass:"hidediv",on:{click:function(t){return e.pushTagging(e.hideText)}}},[t("span",{staticClass:"hide-transcript",domProps:{innerHTML:e._s(e.hideText)}}),e._v(" "),t("span",{directives:[{name:"show",rawName:"v-show",value:e.hideText,expression:"hideText"}],staticClass:"arrow up"})])]]}}],null,!1,2340487339)},[e._v(" "),t("button",{staticClass:"no-js collapse-title-btn",attrs:{"aria-label":""}}),e._v(" "),t("div",{staticClass:"transrcript-class ingredient__list-all",attrs:{"data-ioplist":""},domProps:{innerHTML:e._s(e.otherIngredient)}}),e._v(" "),t("br"),e._v(" "),t("p",{staticClass:"ingredient__filcode"},[e._v(e._s(e.ingredientFilcode))])]):e._e()],1)])},ac=[],sc={name:"key-ingredients",components:{Collapse:Ne.A},props:{keyIngredientsArray:{type:Array/Object,required:!0,default:""},title:{type:String,default:""},backgroundColor:{type:String,required:!1,default:"#009FE3"},lineColor:{type:String,required:!1,default:"#fff"},packshotImageDesktop:{type:String,required:!1,default:""},packshotImageMobile:{type:String,required:!1,default:""},ingredientFilcode:{type:String,required:!1,default:""},showText:{type:String,default:"See full list of ingredients",required:!1},hideText:{type:String,default:"hide all ingredients",required:!1},otherIngredient:{type:String,default:"",required:!1},validityText:{type:String,default:"",required:!1},productName:{type:String,required:!1,default:""},productId:{type:String,required:!1,default:""},imgAlt:{type:String,required:!1,default:"Technology and filters"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches}},mounted(){""===this.youtubeId&&""===this.starDataImage&&(this.textleft=!0),""!==this.classic&&"false"!==this.classic||(this.anthelios=!0)},created(){document.documentElement.style.setProperty("--background-color",this.backgroundColor),document.documentElement.style.setProperty("--line-color",this.lineColor)},destroyed(){document.documentElement.style.removeProperty("--background-color"),document.documentElement.style.removeProperty("--line-color")},methods:{pushTagging(e){l.Xj.pushDataLayer({event:"uaevent",event_name:"product_info_click",ecommerce:"undefined",eventCategory:"product detail page",eventAction:e,eventLabel:this.productName,product_tab:e,product_info:`${[this.productName]}::${[this.productId]}`})},decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value}}},rc=sc,nc=(0,u.A)(rc,ic,ac,!1,null,null,null),oc=nc.exports,lc=(0,s.fC)({components:{KeyIngredients:oc}}),cc=function(){var e=this,t=e._self._c;return t("section",{staticClass:"datapush-main"},[t("div",{staticClass:"datapush-wrapper"},[t("div",{staticClass:"section-heading"},[t("h2",{staticClass:"section-heading__title",domProps:{innerHTML:e._s(e.dataPush.Title)}}),e._v(" "),t("div",{staticClass:"section-heading__sub-title",domProps:{innerHTML:e._s(e.dataPush.SubTitle)}})]),e._v(" "),t("div",{staticClass:"section-carousel"},[t("div",{staticClass:"keydata"},[t("ul",e._l(e.dataPush.KeyData,(function(i,a){return t("li",{key:a,staticClass:"content"},[t("div",{staticClass:"title",domProps:{innerHTML:e._s(i.KeyDataTitle)}}),e._v(" "),t("div",{staticClass:"description",domProps:{innerHTML:e._s(i.KeyDataDescription)}}),e._v(" "),t("div",{staticClass:"disclaimer",domProps:{innerHTML:e._s(i.Disclaimer)}})])})),0)]),e._v(" "),t("div",{staticClass:"datapush-carousel"},[t("div",{staticClass:"carousel-container"},[t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOption},on:{slideChange:e.onTagging}},e._l(e.dataPush.CarouselItem,(function(i,a){return t("swiper-slide",{key:a+0,class:{"swiper-highligher":e.currentLink===a},attrs:{"data-index":a}},[t("div",{staticClass:"slide-section"},[i.YoutubeId?t("div",{staticClass:"image-contianer"},[i.Popup?[t("div",{staticClass:"youtube-player"},[t("div",{ref:"poster",refInFor:!0,staticClass:"youtube-player__poster",style:"background-image:url("+i.Src+")"}),e._v(" "),t("button",{ref:"playBtn",refInFor:!0,staticClass:"play-button",on:{click:function(t){return e.showVideo(i)}}},[t("span",{staticClass:"play-icon"}),e._v(" "),t("span",{staticClass:"play-text"},[e._v(e._s(i.PlaybuttonText))]),e._v(" "),t("span",{staticClass:"is-sr-only"},[e._v(e._s(i.PlaybuttonText))])])])]:[t("youtube-player",{attrs:{"youtube-id":i.YoutubeId,poster:i.Src,popup:i.Popup,autoplay:!0,"aria-label":i.PlaybuttonText,"newplay-button":!0,"play-text":i.PlaybuttonText}})]],2):t("div",{staticClass:"image-contianer"},[t("img",{attrs:{src:i.Src,alt:"data-push-image"}})])]),e._v(" "),i.YoutubeId&&i.Transcript?t("collapse",{staticClass:"transcript__collapse",attrs:{"aria-label":"show transcript"},scopedSlots:e._u([{key:"title",fn:function(a){return[a.collapsed?[e._v("\n "+e._s(i.TranscriptShowText)+" "),t("span",{staticClass:"arrow down"})]:[e._v("\n "+e._s(i.TranscriptHiddenText)+" "),t("span",{staticClass:"arrow up"})]]}}],null,!0)},[e._v(" "),t("span",{domProps:{innerHTML:e._s(i.Transcript)}})]):e._e()],1)})),1)],1)])])]),e._v(" "),e.hidenavigation?e._e():t("div",{staticClass:"navigation-wrapper"},[t("div",{staticClass:"carousel-navigation"},[t("div",{staticClass:"carousel__arrow carousel__arrow--left",class:{disabled:e.swiperAtBegain},attrs:{slot:"button-prev"},on:{click:function(t){return e.prev()}},slot:"button-prev"}),e._v(" "),t("div",{staticClass:"carousel__arrow carousel__arrow--right",class:{disabled:e.swiperAtEnd},attrs:{slot:"button-next"},on:{click:function(t){return e.next()}},slot:"button-next"})])]),e._v(" "),t("div",{staticClass:"generic-banner"},[e.showGenericComponent?t("generic-banner-youtube-player",{attrs:{poster:e.poster,"youtube-id":e.youtubeId,autoplay:e.carouselautoplay,"carousel-popup":!0},on:{closeGenericComponent:function(t){return e.closeGenericComponent()}}}):e._e()],1)])},dc=[],uc={name:"data-push",components:{Swiper:it.Swiper,SwiperSlide:it.SwiperSlide,GenericBannerYoutubePlayer:sn,YoutubePlayer:Xl.A,collapse:Ne.A},props:{dataPush:{type:Array/Object,default:void 0},dataPushTitleForTagging:{type:String,required:!1,default:""},pageCategory:{type:String,required:!1,default:""}},data(){return{currentLink:void 0,swiperAtEnd:!1,swiperAtBegain:!0,showGenericComponent:!1,poster:void 0,carouselautoplay:!0,swiperOption:{pagination:".swiper-pagination",spaceBetween:15,navigation:{nextEl:".carousel__arrow carousel__arrow--left",prevEl:".carousel__arrow carousel__arrow--right",hiddenClass:".swiper-button-hidden"},breakpoints:{768:{slidesPerView:"auto"},320:{slidesPerView:1}}}}},computed:{posterBackground(){return this.poster&&"url("+this.poster+")"},hidenavigation(){return this.dataPush.CarouselItem.length<=1}},created(){document.documentElement.style.setProperty("--theme-color",this.dataPush.ColorTheme)},beforeUpdate(){this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},destroyed(){document.documentElement.style.removeProperty("---theme-color")},methods:{showVideo(e){this.youtubeId=e.YoutubeId,this.showGenericComponent=!0,this.poster=e.Src,this.carouselautoplay=e.AutoPlay},closeGenericComponent(){this.showGenericComponent=!1},prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},onTagging(){let e=this.$refs.swiper.$swiper.activeIndex+1,t=this.decodeHtmlstring(this.dataPush.Title).toLowerCase();this.dataPush.CarouselItem[e-1].YoutubeId?this.dataPush.CarouselItem[e-1].VideoName:this.dataPush.CarouselItem[e-1].ImageName;l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t}::none::${[e]}`,cta_name:`${t}::none::${[e]}`,module_name:`slider navigate::${t}`})},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i}}},pc=uc,hc=(0,u.A)(pc,cc,dc,!1,null,null,null),mc=hc.exports,gc=(0,s.fC)({components:{DataPush:mc}}),vc=function(){var e=this,t=e._self._c;return t("div",{staticClass:"article-push-v2"},[t("carousel",{attrs:{bullets:!0,navigation:!0,"item-per-page-desktop":3,"page-category":"product page","next-panel-text":"Next panel","previous-panel-text":"previous panel"}},[t("div",{staticClass:"title__wrapper",attrs:{slot:"header"},slot:"header"},[e.options.ArticleTitle?t("h3",{staticClass:"heading",domProps:{innerHTML:e._s(e.options.ArticleTitle)}}):e._e()]),e._v(" "),e._l(e.options.RelatedPages,(function(e,i){return t("div",{key:i},[t("article-card",{attrs:{"src-set":e.SrcSet,"img-src":e.ImgSrc,"img-alt":e.ImageAltText,"item-title":e.Title,"item-url":e.Link,tagging:e.Tagging,"cta-label":e.CtaLabel}})],1)}))],2)],1)},_c=[],fc=i(3889),yc={name:"article-push-v2",components:{Carousel:Ce,ArticleCard:fc["default"]},props:{options:{type:Object,required:!0,default(){}}}},bc=yc,wc=(0,u.A)(bc,vc,_c,!1,null,null,null),Cc=wc.exports,Sc=(0,de.fC)({components:{ArticlePushV2:Cc}}),kc=function(){var e=this,t=e._self._c;return t("div",[t("div",{directives:[{name:"show",rawName:"v-show",value:e.show,expression:"show"}],staticClass:"sustainability-wrapper-v2"},[t("div",{staticClass:"row"},[t("div",{staticClass:"col-xs-12 col-sm-12"},[t("div",{staticClass:"sustainability-container"},[t("div",{staticClass:"product-note"},[t("div",{staticClass:"collapse__hamburger-wrapper"},[t("div",{staticClass:"product-note__description richtext"},[t("div",{staticClass:"sustainability"},[t("div",{staticClass:"sustainability__section-"},[t("div",{staticClass:"sustainability__section_one"},[t("h4",{staticClass:"product-note__title heading",domProps:{innerHTML:e._s(e.initialData.SocialAndEnvironmentalImpactTitle)}}),e._v(" "),t("p",{domProps:{innerHTML:e._s(e.initialData.SocialAndEnvironmentalImpactDescription)}})]),e._v(" "),t("div",{staticClass:"sustainability__section_two"},[t("span",{staticClass:"sustainability__section-title overall-impact"},[e._v(e._s(e.initialData.GlobalEnvironmentalImpactTitle))]),e._v(" "),t("div",{staticClass:"sustainability__footprint"},[t("div",{staticClass:"sustainability__diagram"},[t("img",{staticClass:"lazyloaded",attrs:{src:e.formatted.length>=1?e.formatted[0].image:"",alt:e.initialData.GlobalEnvironmentalImpactTitle}})]),e._v(" "),t("div",{staticClass:"sustainability__indicators"},[t("div",{staticClass:"sustainability__indicator"},[t("span",{staticClass:"sustainability__footprint-title sustainability__footprint-title_lower"},[e._v("\n "+e._s(e.initialData.CarbonFootprintTitle)+"\n ")]),e._v(" "),e.formatted[0]&&e.formatted[0].CarbonFootPintGrade?t("div",{staticClass:"sustainability__indicator-line",class:[e.formatted[0]&&"A"===e.formatted[0].CarbonFootPintGrade?"position-1":e.formatted[0]&&"B"===e.formatted[0].CarbonFootPintGrade?"position-2":e.formatted[0]&&"C"===e.formatted[0].CarbonFootPintGrade?"position-3":e.formatted[0]&&"D"===e.formatted[0].CarbonFootPintGrade?"position-4":"position-5"]},[t("svg",{staticStyle:{"enable-background":"new 0 0 62.56 62.56"},attrs:{version:"1.1",id:"Calque_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 62.56 62.56","xml:space":"preserve"}},[t("g",[t("defs",[t("rect",{attrs:{id:"SVGID_1_",width:"62.56",height:"62.56"}})]),e._v(" "),t("clipPath",{attrs:{id:"SVGID_00000150086585617406771340000003952002893441095317_"}},[t("use",{staticStyle:{overflow:"visible"},attrs:{"xlink:href":"#SVGID_1_"}})]),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#FFFFFF"},attrs:{d:"M31.28,62.17\n c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\n M31.28,62.17c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28\n C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("circle",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{cx:"31.28",cy:"31.28",r:"31.16"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M37.1,21.73\n c-2.62,0-4.9,0.91-6.71,2.69s-2.8,4.12-2.8,6.66c0,2.72,0.88,5,2.62,6.84c1.81,1.92,4.15,2.9,6.87,2.9c2.56,0,5-1.01,6.79-2.88\n c1.74-1.79,2.67-4.14,2.67-6.79c0-2.51-0.98-4.87-2.85-6.71C41.9,22.69,39.56,21.73,37.1,21.73 M37.08,36.27\n c-2.54,0-4.85-2.23-4.85-5.13c0-2.7,2.15-4.84,4.9-4.84c2.59,0,4.74,2.15,4.74,4.84C41.87,34.15,39.72,36.27,37.08,36.27"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M17.04,26.29\n c1.81,0,3.29,0.96,4.28,2.77h4.87c-1.19-4.53-4.87-7.36-9.17-7.36c-2.62,0-4.9,0.93-6.71,2.72c-1.84,1.79-2.8,4.12-2.8,6.66\n c0,2.72,0.88,5,2.62,6.84c1.81,1.92,4.12,2.93,6.84,2.93c4.43,0,7.93-2.72,9.15-7.2h-4.9c-0.98,1.71-2.51,2.64-4.25,2.64\n c-2.54,0-4.82-2.26-4.82-5.18C12.14,28.42,14.29,26.29,17.04,26.29"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000150086585617406771340000003952002893441095317_)",fill:"#878787"},attrs:{d:"M55.06,33.31\n c0-1.6-1.22-2.7-3.22-2.7c-1.96,0-3.21,1.33-3.22,3.45h2.28c0-0.06-0.01-0.14-0.01-0.21c0-0.84,0.38-1.32,0.94-1.32\n c0.56,0,0.89,0.38,0.89,1.02c0,1.29-1.34,2.82-4.05,4.43v1.95h6.37v-2.06h-3.22C53.98,36.49,55.06,34.8,55.06,33.31"}})])])]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__indicator-information carbon"},[e.formatted[0]&&e.formatted[0].CarbonFootPrintvalueperml?t("p",[e._v(e._s(e.formatted[0].CarbonFootPrintvalueperml)+" "+e._s(e.formatted[0].CarbonFootprintUnit)),e.footnote1?t("sup",[e._v("(1)")]):e._e(),e._v(" "+e._s(e.initialData.CarbonFootprintPerDosageUse)+"\n\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].CarbonFootPrintvalueperdosageuse?t("p",[e._v(e._s(e.formatted[0].CarbonFootPrintvalueperdosageuse)+" "+e._s(e.formatted[0].CarbonFootprintUnit)+" "+e._s(e.formatted[0].CarbonFootprintperml)+"\n\n ")]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__indicator"},[t("span",{staticClass:"sustainability__footprint-title sustainability__footprint-title_lower"},[e._v("\n\n "+e._s(e.initialData.WaterFootprintTitle)+"\n ")]),e._v(" "),e.formatted[0]&&e.formatted[0].WaterFootPintGrade?t("div",{staticClass:"sustainability__indicator-line",class:[e.formatted[0]&&"A"===e.formatted[0].WaterFootPintGrade?"position-1":e.formatted[0]&&"B"===e.formatted[0].WaterFootPintGrade?"position-2":e.formatted[0]&&"C"===e.formatted[0].WaterFootPintGrade?"position-3":e.formatted[0]&&"D"===e.formatted[0].WaterFootPintGrade?"position-4":"position-5"]},[t("svg",{staticStyle:{"enable-background":"new 0 0 62.56 62.56"},attrs:{version:"1.1",id:"Calque_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 62.56 62.56","xml:space":"preserve"}},[t("g",[t("defs",[t("rect",{attrs:{id:"SVGID_1_",x:"0",width:"62.56",height:"62.56"}})]),e._v(" "),t("clipPath",{attrs:{id:"SVGID_00000127747925350089840260000012253267060159287439_"}},[t("use",{staticStyle:{overflow:"visible"},attrs:{"xlink:href":"#SVGID_1_"}})]),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"#FFFFFF"},attrs:{d:"M31.28,62.17\n c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\n M31.28,62.17c17.06,0,30.88-13.83,30.88-30.88c0-17.06-13.83-30.88-30.88-30.88S0.4,14.23,0.4,31.28\n C0.4,48.34,14.23,62.17,31.28,62.17"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"none",stroke:"#878787","stroke-width":"0.25","stroke-miterlimit":"10"},attrs:{d:"\n M31.28,62.44c17.21,0,31.16-13.95,31.16-31.16S48.49,0.12,31.28,0.12S0.13,14.08,0.13,31.28S14.08,62.44,31.28,62.44z"}}),e._v(" "),t("path",{staticStyle:{"clip-path":"url(#SVGID_00000127747925350089840260000012253267060159287439_)",fill:"#878787"},attrs:{d:"M31.91,12.75\n c-0.32-0.4-0.95-0.4-1.26,0c-2.68,3.53-12.71,17.32-12.71,23.81c0,7.46,6,13.55,13.35,13.55c7.34,0,13.35-6.09,13.35-13.55\n C44.63,30.07,34.6,16.28,31.91,12.75 M35.78,45.38c-0.16,0.08-0.32,0.08-0.47,0.08c-0.47,0-0.95-0.32-1.11-0.72\n c-0.24-0.64,0.08-1.28,0.63-1.6c4.66-1.92,4.26-7.7,4.19-7.78c-0.08-0.64,0.39-1.28,1.1-1.28c0.63-0.08,1.26,0.4,1.26,1.12\n C41.71,37.77,40.76,43.3,35.78,45.38"}})])])]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__indicator-information"},[e.formatted[0]&&e.formatted[0].WaterFootPrintvalueperdosageuse?t("p",[e._v(e._s(e.formatted[0].WaterFootPrintvalueperdosageuse)),e.footnote2?t("sup",[e._v("(2)")]):e._e(),e._v(" "+e._s(e.initialData.WaterFootprintPerDosageUse)+"\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].waterFootPrintvalueperml&&e.formatted[0].WaterFootprintperml?t("p",[e._v(e._s(e.formatted[0].waterFootPrintvalueperml)+" "+e._s(e.formatted[0].WaterFootprintperml)+"\n ")]):e._e()])])])]),e._v(" "),e._m(0)])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[e.formatted[0]&&e.formatted[0].IsRefillable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RefillableMethodologyDescription))]):e._e(),e._v(" "),e.formatted[0]&&""!=e.formatted[0].AlternateProductOption?t("p",{staticClass:"sustainability__table"},[t("span",{domProps:{innerHTML:e._s(e.formatted[0].AlternateProductOption)}})]):e._e()]),e._v(" "),t("div",{staticClass:"sustainability__text-block",staticStyle:{"border-top":"none"}},[t("span",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.ManufactoringConditions))]),e._v(" "),e.formatted[0]&&1!=e.formatted[0].MadeatSubcontractorPlant?t("span",[t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].MadeinaResponsiblePlant))]),e._v(" "),e.formatted[0]&&e.formatted[0].WasteRecovery?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.WasteRecoveryGlobal)+" : "+e._s(e.formatted[0].WasteRecovery))]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].ReneweableEnergy?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RenewableEnergyGlobal)+" : "+e._s(e.formatted[0].ReneweableEnergy)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&1==e.formatted[0].MadeatSubcontractorPlant?t("span",[t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].SubcontractorManufacturingConditions)+" "),e.footnote3?t("sup",[e._v("(3)")]):e._e()])]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[t("span",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.EnvironmentalImpactOfPackaging))]),e._v(" "),(e.formatted[0]&&0!=e.formatted[0].CardboardPaperCertification||e.formatted[0]&&""!=e.formatted[0].CardboardPaperCertification)&&0!=e.initialData.EnablePackageCertification?t("p",{staticClass:"sustainability__table certificate-power"},[t("span",{domProps:{innerHTML:e._s(e.initialData.PackagingCertification)}}),e._v(" : "+e._s(e.formatted[0].CardboardPaperCertification))]):e._e(),e._v(" "),e.formatted[0]&&1==e.formatted[0].MadeatSubcontractorPlant?t("span",[e.formatted[0]&&e.formatted[0].PartOfCycledMaterial?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].PackagingTypeValue)+" "+e._s(e.initialData.PartOfRecycledMaterials)),e.footnote4?t("sup",[e._v("(4)")]):e._e(),e._v(" : "+e._s(e.formatted[0].PartOfCycledMaterial)+"\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].Recycable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RecycableGlobal)),e.footnote5?t("sup",[e._v("(5)")]):e._e(),e._v(" : "+e._s(e.formatted[0].Recycable)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&1!=e.formatted[0].MadeatSubcontractorPlant?t("span",[e.formatted[0]&&e.formatted[0].PartOfCycledMaterial&&e.formatted[0].PackagingTypeValue?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.formatted[0].PackagingTypeValue)+" "+e._s(e.initialData.PartOfRecycledMaterials)),e.footnote3?t("sup",[e._v("(3)")]):e._e(),e._v(" : "+e._s(e.formatted[0].PartOfCycledMaterial)+"\n ")]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].Recycable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RecycableGlobal)),e.footnote4?t("sup",[e._v("(4)")]):e._e(),e._v(" : "+e._s(e.formatted[0].Recycable)+" ")]):e._e()]):e._e(),e._v(" "),e.formatted[0]&&e.formatted[0].ReffilableorRechargeable?t("p",{staticClass:"sustainability__table"},[e._v(e._s(e.initialData.RefillableOrRechargeableGlobal)+": "+e._s(e.formatted[0].ReffilableorRechargeable)+" ")]):e._e()])]),e._v(" "),t("div",{staticClass:"sustainability__section"},[t("div",{staticClass:"sustainability__text-block"},[t("span",{staticClass:"sustainability__section-title"},[e._v(e._s(e.initialData.SocialImpactProductTitle))]),e._v(" "),t("p",{domProps:{innerHTML:e._s(e.initialData.SocialImpactProductDescription)}}),e._v(" "),e.formatted[0]&&e.formatted[0].supportinclusivesuppliersvalue>1&&""!=e.initialData.SupportsInclusiveSupplier?t("div",{staticClass:"sustainability__footnote__suplier"},[e.initialData.SupportsInclusiveSupplier?t("span",[e._v(e._s(e.initialData.SupportsInclusiveSupplier))]):e._e(),e._v(" "),t("span",{domProps:{innerHTML:e._s(e.initialData.SupportsInclusiveSupplierGreaterThanone)}})]):e._e(),e._v(" "),t("div",{staticClass:"sustainability__text-block"},[t("p",{domProps:{innerHTML:e._s(e.initialData.LearnMoreText)}}),e._v(" "),t("p"),e._v(" "),t("div",[t("a",{class:e.ctaClass,attrs:{href:e.initialData.LearnMoreCTALink,rel:"noopener noreferrer"}},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(e.initialData.LearnMoreCTAText)+"\n ")])])]),e._v(" "),e.formatted[0]&&e.formatted[0].FootNotes?t("div",{staticClass:"sustainability__footnote sustainability__footnote__2"},[e._v("*"),e.footnote1?t("span",[e._v(" (1)"+e._s(e.footnote1))]):e._e(),e._v(" "),e.footnote2?t("span",[e._v(" (2)"+e._s(e.footnote2))]):e._e(),e.footnote3?t("span",[e._v(" (3)"+e._s(e.footnote3))]):e._e(),e.footnote4?t("span",[e._v(" (4)"+e._s(e.footnote4))]):e._e(),e.footnote5?t("span",[e._v(" (5)"+e._s(e.footnote5))]):e._e()]):e._e()])])]),e._v(" "),t("div")])])])])])])])])])},Lc=[function(){var e=this,t=e._self._c;return t("div",[t("span",{staticStyle:{display:"none"}})])}],Tc={name:"sustainability-module-v2",props:{options:{type:Object,default(){}},ctaClass:{type:String,default:"cta--secondary cta--light"}},data(){return{activeVariant:[],show:!1,currentVariant:"",formatted:[],defaultVaraintValue:[],footnote1:"",footnote2:"",footnote3:"",footnote4:"",footnote5:"",initialData:{},variantData:[]}},mounted(){this.initialData=this.options.initialData,this.variantData=this.options.variantData,this.variantloop(),this.getDefaultVariant();const e=this.defaultVaraintValue,t=this.activeVariant.includes(e);this.test_data(e),t&&(this.show=!0);let i="";window.eventBus.$on("selectedVarientSize",(e=>{if(e){i=e.replaceAll(" ",""),this.test_data(i),this.footnote(this.formatted[0].FootNotes[0]);const t=this.activeVariant.includes(i);this.show=!!t}})),this.formatted[0]&&this.formatted[0].FootNotes&&this.footnote(this.formatted[0].FootNotes[0])},methods:{footnote(e){const t=Object.keys(e).length;1===t?this.footnote1=e.FootNote1:2===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2):3===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3):4===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3,this.footnote4=e.FootNote4):5===t?(this.footnote1=e.FootNote1,this.footnote2=e.FootNote2,this.footnote3=e.FootNote3,this.footnote4=e.FootNote4,this.footnote5=e.FootNote5):(this.footnote1="",this.footnote2="",this.footnote3="",this.footnote4="",this.footnote5="")},test_data(e=null){const t=this.activeVariant.includes(e);if(t)for(let i=0;i<this.initialData.VariantsValues.length;i++)this.initialData.VariantsValues[i].VariantEanId===e&&(this.formatted=[],this.formatted.push({image:this.initialData.VariantsValues[i].Variants.GlobalEnvironmentSustainabilityGrade,CarbonFootPrintvalueperml:this.initialData.VariantsValues[i].Variants.CarbonFootPrintvalueperml,CarbonFootprintUnit:this.initialData.VariantsValues[i].Variants.CarbonFootprintUnit,CarbonFootprintPerDosageUse:this.initialData.VariantsValues[i].Variants.CarbonFootprintPerDosageUse,CarbonFootPrintvalueperdosageuse:this.initialData.VariantsValues[i].Variants.CarbonFootPrintvalueperdosageuse,CarbonFootprintperml:this.initialData.VariantsValues[i].Variants.CarbonFootprintperml,WaterFootPrintvalueperdosageuse:this.initialData.VariantsValues[i].Variants.WaterFootPrintvalueperdosageuse,waterFootPrintvalueperml:this.initialData.VariantsValues[i].Variants.waterFootPrintvalueperml,WaterFootprintperml:this.initialData.VariantsValues[i].Variants.WaterFootprintperml,MadeinaResponsiblePlant:this.initialData.VariantsValues[i].Variants.MadeinaResponsiblePlant,MadeatSubcontractorPlant:this.initialData.VariantsValues[i].Variants.MadeatSubcontractorPlant,SubcontractorManufacturingConditions:this.initialData.VariantsValues[i].Variants.SubcontractorManufacturingConditions,WasteRecovery:this.initialData.VariantsValues[i].Variants.WasteRecovery,ReneweableEnergy:this.initialData.VariantsValues[i].Variants.ReneweableEnergy,CardboardPaperCertification:this.initialData.VariantsValues[i].Variants.CardboardPaperCertification,PackagingTypeValue:this.initialData.VariantsValues[i].Variants.PackagingTypeValue,PartOfCycledMaterial:this.initialData.VariantsValues[i].Variants.PartOfCycledMaterial,Recycable:this.initialData.VariantsValues[i].Variants.Recycable,ReffilableorRechargeable:this.initialData.VariantsValues[i].Variants.ReffilableorRechargeable,supportinclusivesuppliersvalue:this.initialData.VariantsValues[i].Variants.supportinclusivesuppliersvalue,FootNote1:this.initialData.VariantsValues[i].Variants.FootNote1,FootNote2:this.initialData.VariantsValues[i].Variants.FootNote2,FootNote3:this.initialData.VariantsValues[i].Variants.FootNote3,FootNote4:this.initialData.VariantsValues[i].Variants.FootNote4,FootNote5:this.initialData.VariantsValues[i].Variants.FootNote5,CarbonFootPintGrade:this.initialData.VariantsValues[i].Variants.CarbonFootPintGrade,WaterFootPintGrade:this.initialData.VariantsValues[i].Variants.WaterFootPintGrade,IsRefillable:this.initialData.VariantsValues[i].Variants.IsRefillable,AlternateProductOption:this.initialData.VariantsValues[i].Variants.AlternateProductOption,FootNotes:this.initialData.VariantsValues[i].Variants.FootNotes}))},variantloop(){Array.prototype.forEach.call(this.variantData,(e=>{!0===e.ShowSustainability&&this.activeVariant.push(e.VariantEanId)}))},getDefaultVariant(){Array.prototype.forEach.call(this.variantData,(e=>{if("true"===e.IsDefaultVariant)return this.defaultVaraintValue=e.VariantEanId,e.VariantEanId}))}}},Dc=Tc,xc=(0,u.A)(Dc,kc,Lc,!1,null,null,null),Pc=xc.exports,Ac=(0,s.fC)({components:{SustainabilityModuleV2:Pc}}),Ic=function(){var e=this,t=e._self._c;return t("div",{staticClass:"accordions__wrapper"},e._l(e.listData,(function(i,a){return t("div",{key:a,staticClass:"accordion__list"},[t("button",{staticClass:"accordion"},[t("h3",{domProps:{innerHTML:e._s(i.title)}})]),e._v(" "),t("span",{staticClass:"accordion-btn",class:i.isDefault?"is-open":"",on:{click:function(t){e.pushTagging(i.accordionTitleForTagging),e.toggle(a)}}}),e._v(" "),t("div",{staticClass:"accordion-content",class:"text-component"===i.name?"text-block":""},["text-component"===i.name?t("div",e._l(i.optionsData,(function(i,a){return t("div",{key:a},[t("div",{domProps:{innerHTML:e._s(i)}})])})),0):t(i.name,{tag:"component",attrs:{options:i.optionsData,"page-category":e.pageCategory}})],1)])})),0)},Mc=[],Ec=function(){var e=this,t=e._self._c;return t("div",{staticClass:"container--is-maxwidth container--padded faq"},[e.options.title?t("div",{staticClass:"title",domProps:{innerHTML:e._s(e.options.title)}}):e._e(),e._v(" "),t("div",{staticClass:"faq_accordions__wrapper"},e._l(e.faqData,(function(i,a){return t("div",{key:a,staticClass:"accordion__list"},[t("button",{staticClass:"accordion",domProps:{innerHTML:e._s(i.Question)}}),e._v(" "),t("span",{staticClass:"faq-accordion-btn",class:{"is-open":i.isDefault},on:{click:function(t){return e.toggle(a,i.Question)}}}),e._v(" "),t("div",{staticClass:"accordion-content",domProps:{innerHTML:e._s(i.Answer)}})])})),0)])},$c=[],Vc={name:"faq",props:{options:{type:Object,default(){}},pageCategory:{type:String,required:!1,default:""}},data(){return{faqData:[]}},created(){const e=this.options;e.list.forEach((e=>{const t={};t.Question=e.Question,t.Answer=e.Answer,t.isDefault=!1,this.faqData.push(t)}))},methods:{toggle(e,t){this.faqData[e].isDefault=!this.faqData[e].isDefault;let i=t.replace("(+)","plus").toLowerCase();l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:this.pageCategory,eventAction:"select::faq",eventLabel:i+"::none",module_name:"faq",cta_name:i,link_url:"none"})}}},qc=Vc,Bc=(0,u.A)(qc,Ec,$c,!1,null,null,null),Oc=Bc.exports,Nc=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"realted-manual-article-v2"},[t("carousel",{attrs:{bullets:!0,navigation:!0,"item-per-page-desktop":3,"page-category":"product page","next-panel-text":e.options.NextPanelText,"previous-panel-text":e.options.PreviousPanelText}},[t("div",{staticClass:"title__wrapper",attrs:{slot:"header"},slot:"header"},[e.options.ArticleTitle?t("h3",{staticClass:"heading",domProps:{innerHTML:e._s(e.options.ArticleTitle)}}):e._e()]),e._v(" "),e._l(e.options.RelatedPages,(function(i,a){return t("div",{key:a},[t("div",{staticClass:"article-push"},[t("div",{staticClass:"article-push__content"},[t("responsive-image",{attrs:{"aspect-ratio":"69",srcset:i.SrcSet}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder",loading:"lazy"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:i.ImageSrc,alt:i.ImageAltText,loading:"lazy"}})])]),e._v(" "),t("a",{directives:[{name:"tag",rawName:"v-tag:useractionevent",value:{event_name:"body_button_click",category:JSON.parse(i.Tagging).category,action:"select::related article",label:JSON.parse(i.Tagging).label,cta_name:i.CtaLabel,module_name:"related article",link_url:e.currentUrl()+i.Link,article_name:JSON.parse(i.Tagging).label},expression:"{\n event_name: 'body_button_click',\n category: JSON.parse(list.Tagging).category, \n action: 'select::related article',\n label: JSON.parse(list.Tagging).label, \n cta_name: list.CtaLabel,\n module_name: 'related article',\n link_url:currentUrl() + list.Link,\n article_name: JSON.parse(list.Tagging).label\n }",arg:"useractionevent"}],staticClass:"article-push__link btn__outside-elm",attrs:{href:i.Link,tabindex:"0"},domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("div",{class:e.options.ctaClass},[t("span",{staticClass:"btn__wrapper"},[e._v("\n "+e._s(i.CtaLabel)+"\n ")])])],1)])])}))],2)],1)])},Fc=[],Hc={name:"related-manual-article",props:{options:{type:Object,default(){}}},methods:{currentUrl(){return window.location.origin}},directives:{tag:l.Tc},components:{Carousel:Ce,ResponsiveImage:_["default"]}},Rc=Hc,jc=(0,u.A)(Rc,Nc,Fc,!1,null,null,null),Uc=jc.exports,zc={name:"accordions",components:{ArticlePushV2:Cc,SustainabilityModuleV2:Pc,Faq:Oc,RelatedManualArticle:Uc},props:{accordionsData:{type:Object,required:!0,default(){}},articleData:{type:Object,required:!0,default(){}},pilInitialData:{type:Object,default(){}},pilVariantData:{type:Array,default(){}},productName:{type:String,required:!1,default:""},productId:{type:String,required:!1,default:""},productEan:{type:String,required:!1,default:""},faqData:{type:Object,required:!0,default(){}},pageCategory:{type:String,required:!1,default:""},textData:{type:Array,required:!0,default(){}},manualArticle:{type:Object,required:!1,default(){}}},data(){return{listData:[],activeVariantData:[],defaultVaraintValueData:[]}},created(){const e=this.accordionsData.Cards;e.forEach((e=>{const t={};if("PIL"===e.AccordionComponent){const i={};i.initialData=this.pilInitialData,i.variantData=this.pilVariantData,this.pilVariantData.forEach((e=>{!0===e.ShowSustainability&&this.activeVariantData.push(e.VariantEanId)})),this.pilVariantData.forEach((e=>{"true"===e.IsDefaultVariant&&(this.defaultVaraintValueData=e.VariantEanId)}));const a=this.activeVariantData.includes(this.defaultVaraintValueData);a&&(t.title=e.AccordionTitle,t.accordionTitleForTagging=e.AccordionTitleForTagging,t.name="sustainability-module-v2",t.isDefault=e.AccordionByDefault,t.optionsData=i,this.listData.push(t))}else"ArticlePush"===e.AccordionComponent?(t.title=e.AccordionTitle,t.accordionTitleForTagging=e.AccordionTitleForTagging,t.name="article-push-v2",t.isDefault=e.AccordionByDefault,t.optionsData=this.articleData,this.listData.push(t)):"FAQ"===e.AccordionComponent?(t.title=e.AccordionTitle,t.accordionTitleForTagging=e.AccordionTitleForTagging,t.name="faq",t.isDefault=e.AccordionByDefault,t.optionsData=this.faqData,this.listData.push(t)):"RecycleIndication"===e.AccordionComponent?(t.title=e.AccordionTitle,t.accordionTitleForTagging=e.AccordionTitleForTagging,t.name="text-component",t.isDefault=e.AccordionByDefault,t.optionsData=this.textData,this.listData.push(t)):"RelatedArticleManual"===e.AccordionComponent&&(t.title=e.AccordionTitle,t.accordionTitleForTagging=e.AccordionTitleForTagging,t.name="related-manual-article",t.isDefault=e.AccordionByDefault,t.optionsData=this.manualArticle,this.listData.push(t))}))},methods:{pushTagging(e){l.Xj.pushDataLayer({event:"uaevent",event_name:"product_info_click",ecommerce:"undefined",eventCategory:"product detail page",eventAction:e,eventLabel:this.productName,product_tab:e,product_info:`${[this.productName]}::${[this.productEan]}`})},toggle(e){this.listData[e].isDefault=!this.listData[e].isDefault}}},Wc=zc,Gc=(0,u.A)(Wc,Ic,Mc,!1,null,null,null),Yc=Gc.exports,Kc=(0,de.fC)({components:{Accordions:Yc}}),Xc=function(){var e=this,t=e._self._c;return t("section",{staticClass:"pdp-stikcy-bar"},[e.smallScreen?t("div",{staticClass:"sticky-wrapper mobile",class:[e.scrollProductMobile?"show-sticky":"hide-sticky"]},[e.volumesDetail.length<=1&&e.colorList.length<=1&&1==e.isCommerceConnectorActivated?t("buy-now",{staticClass:"sticky__buynow-button",attrs:{"buynow-text":e.buyonlineText,"is-online":!0,"product-ean":e.productEan,"product-id":e.productId,"product-name":e.productName,"tag-event":!0,"sticky-buynow-button":!1}}):e._e(),e._v(" "),(e.volumesDetail.length>=0&&e.colorList.length>1||e.volumesDetail.length>1&&e.colorList.length>=0)&&1==e.isCommerceConnectorActivated?t("buy-now",{staticClass:"sticky__buynow-button",attrs:{"product-img":e.productImg,"product-ids":e.productIds,"color-text":e.colorText,"capacity-text":e.capacityText,"color-list":e.colorList,"colors-details":e.colorsDetails,"volumes-detail":e.volumesDetail,"variant-detail":e.variantDetail,"buynow-text":e.buyonlineText,"sticky-buynow-button":!0,"pfd-title":e.pfdTitle,"product-ean":e.productEan,"product-id":e.productId,"product-name":e.productName,"tag-event":!0}}):e._e(),e._v(" "),e.volumesDetail.length<=1&&e.colorList.length<=1&&1==e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"error-messgage":e.errorMessgage,"sticky-buynow-button":!0,"one-variant":!0,"nav-tagging-label":e.navTaggingLabel,"page-category":e.pageCategory}}):e._e(),e._v(" "),(e.volumesDetail.length>=0&&e.colorList.length>1||e.volumesDetail.length>1&&e.colorList.length>=0)&&1==e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"sticky-buynow-button":!0,"product-img":e.productImg,"product-ids":e.productIds,"color-text":e.colorText,"capacity-text":e.capacityText,"color-list":e.colorList,"colors-details":e.colorsDetails,"volumes-detail":e.volumesDetail,"variant-detail":e.variantDetail,"pfd-title":e.pfdTitle,"product-ean":e.productEan,"one-variant":!1,"product-id":e.productId,"error-messgage":e.errorMessgage,"product-name":e.productName,"tag-event":!0,"nav-tagging-label":e.navTaggingLabel,"page-category":e.pageCategory}}):e._e(),e._v(" "),e.findPharmacyStatus?t("a",{staticClass:"pharmacyBtn sticky__pharmacyBtn",attrs:{href:e.findPharmacyLink},on:{click:e.findformacyTag}},[e._v(" "+e._s(e.findPharmacyText)+" ")]):e._e(),e._v(" "),e.getData.length>=1&&e.isClickandCollectEnable?t("div",{staticClass:"pharmacyBtn sticky__clickandcollect"},[e._l(e.getData,(function(i,a){return[i.variantid===e.selectedVariant?t("div",{key:a,attrs:{"data-index":a}},[t("a",{key:a,staticClass:"pharmacyBtn sticky__pharmacyBtn",attrs:{target:"_blank",href:i.pharmacylink},on:{click:function(t){return e.clickandCollectTag()}}},[e._v(" "+e._s(e.clickCollectLabel)+" ")])]):e._e()]}))],2):e._e()],1):t("div",{staticClass:"sticky-wrapper desktop",class:[e.scrollProduct?"show-sticky":"hide-sticky"]},[t("div",{staticClass:"sticky-bg"},[t("div",{staticClass:"innerContainer"},[t("div",{staticClass:"sticky__title",domProps:{innerHTML:e._s(e.pfdTitle)}}),e._v(" "),t("div",{staticClass:"CTAContainer"},[t("div",{staticClass:"sticky__select"},[t("div",{staticClass:"sticky__select--select_capacity"},[t("volume-variant-v2",{attrs:{volumes:e.volumesDetail,"legend-name":e.capacityText,"a11y-aria-label":"legend-volume current-volume",sfccvolumesdetails:e.variantDetail,"popup-dropdown":!1,productid:e.productIds}})],1),e._v(" "),e.colorList.length>0?t("div",{staticClass:"sticky__select--select_color"},[t("color-variant-v2",{attrs:{"a11y-close-panel-text":"panelText","a11y-next-panel-text":"nextPanelText","a11y-previous-panel-text":"previousPanelText",colors:e.colorList,"legend-name":e.colorText,itemprop:"color",productid:e.productIds,sfcccolorsdetails:e.colorsDetails,"popup-dropdown":!1}})],1):e._e()]),e._v(" "),t("div",{staticClass:"buttonwrapper"},[1==e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"sticky-buynow-button":!0,"error-messgage":e.errorMessgage,"nav-tagging-label":e.navTaggingLabel,"page-category":e.pageCategory}}):e._e(),e._v(" "),1!=e.isSfccconnectorEnabled&&1==e.isCommerceConnectorActivated?t("buy-now",{staticClass:"sticky__buynow-button",attrs:{"buynow-text":e.buyonlineText,"is-online":!0,"product-ean":e.productEan,"product-id":e.productId,"product-name":e.productName,"tag-event":!0}}):e._e(),e._v(" "),e.getData.length>=1&&e.isClickandCollectEnable?t("div",{staticClass:"pharmacyBtn sticky__clickandcollect"},[e._l(e.getData,(function(i,a){return[i.variantid===e.selectedVariant?t("div",{key:a,attrs:{"data-index":a}},[t("a",{key:a,staticClass:"pharmacyBtn sticky__pharmacyBtn",attrs:{target:"_blank",href:i.pharmacylink},on:{click:function(t){return e.clickandCollectTag()}}},[e._v(" "+e._s(e.clickCollectLabel)+" ")])]):e._e()]}))],2):e._e(),e._v(" "),e.findPharmacyStatus?t("a",{staticClass:"pharmacyBtn sticky__pharmacyBtn",attrs:{href:e.findPharmacyLink},on:{click:e.findformacyTag}},[e._v(" "+e._s(e.findPharmacyText)+" ")]):e._e()],1)])])])])])},Qc=[],Jc=i(5345),Zc=i(9751),ed=i(6176),td={name:"sticky-bar",components:{ColorVariantV2:Jc.A,VolumeVariantV2:Zc.A,BuyNow:ed.A,LrpRetailer:$n.A},props:{getData:{type:Array,required:!1,default:[]},isClickandCollectEnable:{type:Boolean,required:!1,default:!1},isSfccconnectorEnabled:{type:Boolean,required:!1,default:!1},isCommerceConnectorActivated:{type:Boolean,required:!1,default:!0},clickCollectLabel:{type:String,required:!1,default:""},maxQuantityOfProduct:{type:String,required:!1,default:"10"},productImg:{type:String,required:!1,default:""},activeColor:{type:String,required:!1,default:"#009FE3"},pfdTitle:{type:String,required:!1,default:"<strong>TOLERIANE</strong> <br/> SENSITIVE <br/>LE TEINT CREME"},buyonlineText:{type:String,required:!1,default:"Buy online"},findPharmacyText:{type:String,required:!1,default:"Find A pharmacy"},findPharmacyLink:{type:String,required:!1,default:""},capacityText:{type:String,required:!1,default:"Capacity"},colorText:{type:String,required:!1,default:"Color"},variantDetail:{type:Array,required:!1,default:[]},volumesDetail:{type:Array,required:!1,default:[]},colorsDetails:{type:Array,required:!1,default:[]},colorList:{type:Array,required:!1,default:[]},productIds:{type:Array,required:!1,default:[]},checkouturl:{type:String,required:!1,default:""},buttonlabel:{type:String,required:!1,default:""},productlabel:{type:String,required:!1,default:""},inyourcartlabel:{type:String,required:!1,default:""},cartemptymessage:{type:String,required:!1,default:""},totalpricelabel:{type:String,required:!1,default:""},mybasketlabel:{type:String,required:!1,default:""},productName:{type:String,required:!1,default:""},productId:{type:String,required:!1,default:""},productEan:{type:String,required:!1,default:""},dataVariantEan:{type:String,required:!1,default:""},initialData:{type:Object,required:!1,default:[]},dataBynowTagging:{type:Object,required:!1,default:[]},errorMessgage:{type:String,required:!1,default:""},dataTextLable:{type:String,required:!1,default:""},isLrpRetailerEnabled:{type:Boolean,required:!1,default:""},findPharmacyStatus:{type:Boolean,required:!1,default:""},oneVariant:{type:Boolean,required:!1,default:""},dataClickandCollectTagging:{type:Array,required:!1,default:[]},navTaggingLabel:{type:[String,Array],required:!1,default:""},pageCategory:{type:String,required:!1,default:"page category"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1023px)").matches,scrollProduct:!1,scrollProductMobile:!1,selectedVariant:""}},created(){document.documentElement.style.setProperty("--active-color",this.activeColor)},mounted(){this.selectedVariant=this.getData.length>=1?this.getData[0].defaultvariantid:"",window.addEventListener("scroll",(()=>{var e,t=document.querySelector(".main-menu").classList.contains("is-sticky"),i=document.getElementById("showSticky");null!=i&&(e=i.offsetTop+i.offsetHeight);var a=window.pageYOffset+window.innerHeight>document.body.clientHeight-10;if(t){this.smallScreen&&(this.scrollProductMobile=!a);var s=document.querySelector(".main-menu.is-sticky").offsetHeight+74,r=e-s,n=r-document.documentElement.scrollTop;this.scrollProduct=n<=0&&0==a}else n=e-document.documentElement.scrollTop,this.scrollProduct=n<=0&&0==a}))},destroyed(){document.documentElement.style.removeProperty("--active-color")},methods:{clickandCollectTag(){l.Xj.pushDataLayer({...this.dataClickandCollectTagging[0].tagging})},findformacyTag(){l.Xj.pushDataLayer({event:"uaevent",event_name:"where_to_buy",ecommerce:"undefined",eventCategory:"Ecommerce",eventAction:"where to buy",eventLabel:`${[this.productName]}::${[this.productEan]}`,product_info:`${[this.productName]}::${[this.productEan]}`})}}},id=td,ad=(0,u.A)(id,Xc,Qc,!1,null,null,null),sd=ad.exports,rd=(0,s.fC)({components:{StickyBar:sd}}),nd=i(9389),od=(0,de.fC)({components:{BigQuote:nd["default"]}}),ld=function(){var e=this,t=e._self._c;return t("div",{staticClass:"component before-after-Component"},[t("div",{staticClass:"component-content container--is-fullwidth"},[t("div",{staticClass:"container--is-maxwidth container--padded-hor container--padded"},[t("h2",{staticClass:"before-after-Component__heading",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("carousel",{attrs:{bullets:!1,navigation:!0,"item-per-page-desktop":1,"page-category":"product page","next-panel-text":"Next panel","previous-panel-text":"previous panel","before-after":!0,"product-name":e.productName}},e._l(e.imageDetails,(function(i,a){return t("div",{key:a,staticClass:"before-after-Component__content"},[t("div",{staticClass:"before-after-Component__content--left",class:[1==e.imageDetails.length&&"true"==e.isanimationMode?"leftcard animatedFadeInUp":""]},[t("div",{staticClass:"content-left"},[t("p",{staticClass:"before-after-Component__title",style:{color:e.colorTheme},domProps:{innerHTML:e._s(i.BeforeTitle)}}),e._v(" "),t("p",{staticClass:"before-after-Component__description",domProps:{innerHTML:e._s(i.BeforeDescription)}})]),e._v(" "),t("responsive-image",{attrs:{srcset:i.BeforeImagesrc,animate:""}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:i.BeforeImagesrc[0],alt:""}})])])],1),e._v(" "),t("div",{staticClass:"before-after-Component__content--right",class:[1==e.imageDetails.length&&"true"==e.isanimationMode?"rightcard animatedFadeInUp":""]},[t("responsive-image",{attrs:{srcset:i.AfterImagesrc,animate:""}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:"placeholder"}}),e._v(" "),t("noscript",[t("img",{attrs:{src:i.AfterImagesrc[0],alt:""}})])]),e._v(" "),t("div",{staticClass:"content-right"},[t("p",{staticClass:"before-after-Component__title",style:{color:e.colorTheme},domProps:{innerHTML:e._s(i.AfterTitle)}}),e._v(" "),t("p",{staticClass:"before-after-Component__description",domProps:{innerHTML:e._s(i.AfterDescription)}})])],1),e._v(" "),i.DisclaimerText?t("div",{staticClass:"before-after-Component__content--footer"},[t("p",{domProps:{innerHTML:e._s(i.DisclaimerText)}})]):e._e()])})),0)],1)])])},cd=[],dd={name:"before-after-v2",components:{Carousel:Ce,ResponsiveImage:_["default"]},props:{colorTheme:{type:String,required:!0,default:"#009fe3"},disclaimerText:{type:String,default:""},title:{type:String,default:""},imageDetails:{type:[Array,String],required:!1,default:void 0},productName:{type:String,required:!1,default:""}},data(){return{animationCount:0,isanimationMode:localStorage.getItem("animationMode")}},mounted(){1===this.imageDetails.length&&"true"==this.isanimationMode&&window.addEventListener("scroll",this.handleScroll)},methods:{handleScroll(){if(0===this.animationCount){var e=document.querySelectorAll(".animatedFadeInUp");if(e){var t=e[0].getBoundingClientRect();t.top<=(window.innerHeight||document.documentElement.clientHeight)?(this.animationCount+=1,e.forEach((function(e){e.classList.remove("not-fading-up"),e.classList.add("fadeInUp")}))):e.forEach((function(e){e.classList.add("not-fading-up"),e.classList.remove("fadeInUp")}))}}}}},ud=dd,pd=(0,u.A)(ud,ld,cd,!1,null,null,null),hd=pd.exports,md=(0,de.fC)({components:{BeforeAfterV2:hd}}),gd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"star-review"},[t("div",{staticClass:"reviews",style:{"border-color":e.ActiveColor}},[t("div",{staticClass:"review-col1"},[t("div",{staticClass:"pfd__star-rating star-rating"},[t("a",{staticClass:"star-rating__caption",attrs:{href:"#"}},[t("span",{staticClass:"star-count",style:{color:e.ActiveColor}},[t("em",[e._v(e._s(e.overallRating))]),e._v("/5")]),e._v(" "),t("star-rating",{attrs:{rtl:e.isRtlEnabled,increment:1,"max-rating":5,"inactive-color":e.InactiveColor,"active-color":e.ActiveColor,"border-color":e.ActiveColor,"border-width":1,"star-size":28,rating:e.overallRating,"read-only":!0,"show-rating":!1,"aria-hidden":"true"}})],1)]),e._v(" "),t("div",{staticClass:"review-col2"},[t("h3",{staticClass:"review-author"},[t("span",[e._v(e._s(e.authorName))]),e._v(" "),t("span",{staticClass:"review-date"},[e._v(e._s(e.date)+" ")])]),e._v(" "),t("p",{staticClass:"review-text",style:{color:e.ActiveColor},on:{click:function(t){return e.redirectionTag()}}},[t("a",{attrs:{href:"#"}},[e._v(e._s(e.reviewText))])])])]),e._v(" "),t("div",{staticClass:"review-col3"},[t("h3",{staticClass:"review-head"},[e._v(e._s(e.title))]),e._v(" "),t("p",{staticClass:"review-desc",domProps:{innerHTML:e._s(e.description)}})])])])},vd=[],_d=i(4513),fd=i.n(_d),yd={name:"star-review",components:{StarRating:fd()},props:{authorName:{type:String,required:!0,default:"Lena-taste"},date:{type:String,required:!0,default:"il ya 3 ans"},description:{type:String,required:!0,default:"Test"},title:{type:String,required:!0,default:"Test"},reviewText:{type:String,required:!0,default:"View all reviews"},InactiveColor:{type:String,required:!0,default:"#fff"},ActiveColor:{type:String,required:!0,default:"#009FE3"},AverageRating:{type:Number,required:!0,default:4},StarRatingCount:{type:String,required:!1,default:"4/5"},productName:{type:String,required:!1,default:""},productId:{type:String,required:!1,default:""},isRtlEnabled:{type:String,required:!1,default:"false"}},data(){return{overallRating:this.AverageRating}},methods:{redirectionTag(){l.Xj.pushDataLayer({event:"uaevent",event_name:"read_review",ecommerce:"undefined",eventCategory:"product detail page",eventAction:"read review",eventLabel:`${[this.productName]}::${[this.productId]}`,product_info:`${[this.productName]}::${[this.productId]}`})}}},bd=yd,wd=(0,u.A)(bd,gd,vd,!1,null,null,null),Cd=wd.exports,Sd=(0,de.fC)({components:{StarReview:Cd}}),kd=function(){var e=this,t=e._self._c;return t("section",{staticClass:"routine-wrapper"},[t("h3",{staticClass:"main-title",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"tabs"},[e.routineData.length>1?t("div",{staticClass:"tabs__nav"},[t("ul",{staticClass:"routine-section"},e._l(e.routineData,(function(i,a){return t("li",{key:a,staticClass:"tabs__nav--item",class:{"tabs--expanded":a==e.selectedIndex},on:{click:function(t){e.gotoTab(t,i.tabId,a),e.tabProductTagging(a),e.tabTagging(i.RoutineTitle)}}},[t("span",{domProps:{innerHTML:e._s(i.RoutineTitle)}})])})),0)]):e._e(),e._v(" "),t("div",{staticClass:"tabs__content",attrs:{id:"benefits"}},e._l(e.routineData,(function(i,a){return t("div",{key:a,staticClass:"content-wrapper",class:{"tabs--expanded":a==e.selectedIndex}},[t("swiper",{key:a,ref:"swiper",refInFor:!0,staticClass:"swiper",attrs:{options:e.swiperOption},on:{slideChange:function(t){return e.routineTagging(a)}}},e._l(i.Benefits,(function(i,s){return t("swiper-slide",{key:s+0,class:{"swiper-highligher":e.currentLink===a},attrs:{"data-index":s}},[t("div",{staticClass:"slide-section benefit"},[t("div",{staticClass:"benefit-img-section"},[t("div",{staticClass:"heading"},[t("div",{staticClass:"heading-number"},[e._v(e._s(i.BenefitNumber))]),e._v(" "),t("div",{staticClass:"heading-title"},[e._v(e._s(i.BenefitTitle))])]),e._v(" "),t("div",{staticClass:"benefit-img"},[null!=i.ProductItemID?t("img",{attrs:{src:i.ProductImg,alt:"benefit img"},on:{click:function(t){return e.showRetailer(i)}}}):t("a",{attrs:{href:i.CTALink}},[t("img",{attrs:{src:i.ProductImg,alt:"benefit img"},on:{click:function(t){return e.learnMoretagging(i,s)}}})])])]),e._v(" "),t("div",{staticClass:"benefit-packshotname",domProps:{innerHTML:e._s(i.ProductName)}}),e._v(" "),null!=i.ProductItemID?t("a",{staticClass:"benefit-buynowbutton",attrs:{href:"#"},on:{click:function(t){return e.showRetailer(i)}}},[e._v(" "+e._s(i.CTAText)+" ")]):e._e(),e._v(" "),null==i.ProductItemID?t("a",{staticClass:"benefit-pharmacyBtn",attrs:{href:i.CTALink},on:{click:function(t){return e.learnMoretagging(i,s)}}},[e._v(" "+e._s(i.CTAText)+" ")]):e._e()])])})),1),e._v(" "),"true"==e.isCommerceConnectorActivated?t("div",[null!=e.productItemID&&e.desktopScreen&&1==e.buynow&&"true"==e.isCommerceConnectorActivated?t("buy-now",{attrs:{"product-ean":e.productEan,"product-id":e.productId,"pfd-title":e.itemProductName,"product-name":e.productName,"tag-event":!0,"routine-product":!0,"buynow-text":e.ctatext,"is-online":!0},on:{closepopup:function(t){return e.closepopup()}}}):e._e(),e._v(" "),e.volumesDetail.length<=1&&e.colorList.length<=1&&null!=e.productItemID&&!e.desktopScreen&&1==e.buynow&&"true"==e.isCommerceConnectorActivated?t("buy-now",{attrs:{"product-ean":e.productEan,"product-id":e.productId,"pfd-title":e.itemProductName,"product-name":e.productName,"tag-event":!0,"routine-product":!0,"buynow-text":e.ctatext,"is-online":!0,"sticky-buynow-button":!1},on:{closepopup:function(t){return e.closepopup()}}}):e._e(),e._v(" "),(e.volumesDetail.length>=0&&e.colorList.length>1||e.volumesDetail.length>1&&e.colorList.length>=0)&&null!=e.productItemID&&!e.desktopScreen&&1==e.buynow&&"true"==e.isCommerceConnectorActivated?t("buy-now",{attrs:{"product-ean":e.productEan,"product-id":e.productId,"pfd-title":e.itemProductName,"product-name":e.productName,"product-img":e.productImg,"product-ids":e.productIds,"color-text":e.colorText,"capacity-text":e.capacityText,"color-list":e.colorList,"colors-details":e.colorsDetails,"volumes-detail":e.volumesDetail,"variant-detail":e.variantDetail,"buynow-text":e.ctatext,"sticky-buynow-button":!0,"tag-event":!0,"routine-product":!0,"routine-mobile":!0},on:{closepopup:function(t){return e.closepopup()}}}):e._e()],1):e._e(),e._v(" "),e.isLrpRetailerEnabled?t("div",[null!=e.productItemID&&e.desktopScreen&&1==e.retailerPopup&&e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"error-messgage":e.errorMessgage,"routine-product-dektop":!0,"sticky-buynow-button":!0},on:{closepopup:function(t){return e.closepopup()}}}):e._e(),e._v(" "),e.volumesDetail.length<=1&&e.colorList.length<=1&&null!=e.productItemID&&!e.desktopScreen&&1==e.retailerPopup&&e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"error-messgage":e.errorMessgage,"routine-product-dektop":!0,"sticky-buynow-button":!0,"one-variant":!0},on:{closepopup:function(t){return e.closepopup()}}}):e._e(),e._v(" "),(e.volumesDetail.length>=0&&e.colorList.length>1||e.volumesDetail.length>1&&e.colorList.length>=0)&&null!=e.productItemID&&!e.desktopScreen&&1==e.retailerPopup&&e.isLrpRetailerEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.dataVariantEan,"initial-data":e.initialData,"data-text-lable":e.dataTextLable,"data-bynow-tagging":e.dataBynowTagging,"sticky-buynow-button":!0,"product-img":e.productImg,"product-ids":e.productIds,"product-id":e.productId,"color-text":e.colorText,"capacity-text":e.capacityText,"color-list":e.colorList,"colors-details":e.colorsDetails,"volumes-detail":e.volumesDetail,"variant-detail":e.variantDetail,"product-ean":e.productEan,"routine-product-mobile":!0,"error-messgage":e.errorMessgage,"one-variant":!1,"pfd-title":e.itemProductName,"product-name":e.productName,"tag-event":!0},on:{closepopup:function(t){return e.closepopup()}}}):e._e()],1):e._e(),e._v(" "),t("div",{staticClass:"carousel-navigation"},[e.desktopScreen&&i.Benefits.length>3||!e.desktopScreen?t("div",{staticClass:"carousel__arrow carousel__arrow--left",class:{disabled:e.swiperAtBegain},attrs:{slot:"button-prev"},on:{click:function(t){return e.prev(a)}},slot:"button-prev"}):e._e(),e._v(" "),e.desktopScreen&&i.Benefits.length>3||!e.desktopScreen?t("div",{staticClass:"carousel__arrow carousel__arrow--right",class:{disabled:e.swiperAtEnd},attrs:{slot:"button-next"},on:{click:function(t){return e.next(a)}},slot:"button-next"}):e._e()])],1)})),0)])])},Ld=[],Td={name:"routine-v2",components:{Swiper:it.Swiper,SwiperSlide:it.SwiperSlide,BuyNow:ed.A,LrpRetailer:$n.A},props:{routineData:{type:Array,required:!1,default:void 0},title:{type:String,required:!1,default:""},currencyCode:{type:String,required:!1,default:""},colorTheme:{type:String,required:!1,default:"#009FE3"},capacityText:{type:String,required:!1,default:"Capacity"},colorText:{type:String,required:!1,default:"Color"},variantDetail:{type:Array,required:!1,default:[]},volumesDetail:{type:Array,required:!1,default:[]},colorsDetails:{type:Array,required:!1,default:[]},colorList:{type:Array,required:!1,default:[]},productEan:{type:String,required:!1,default:""},dataVariantEan:{type:String,required:!1,default:""},initialData:{type:Object,required:!1,default:[]},dataBynowTagging:{type:Object,required:!1,default:[]},errorMessgage:{type:String,required:!1,default:""},dataTextLable:{type:String,required:!1,default:""},isCommerceConnectorActivated:{type:String,required:!1,default:""},isLrpRetailerEnabled:{type:Boolean,required:!1,default:""},productIds:{type:Array,required:!1,default:[]},productId:{type:String,required:!1,default:""},oneVariant:{type:Boolean,required:!1,default:""},productName:{type:Boolean,required:!1,default:""},pageCategory:{type:String,required:!1,default:""}},data(){return{retailerPopup:!1,productItemID:"",productImg:"",ctatext:"buynow",itemProductName:"",buynow:!1,currentLink:void 0,swiperAtEnd:!1,swiperAtBegain:!0,routineArray:[],currentTabItem:[],getTabId:this.currentTabItem,selectedIndex:0,desktopScreen:window.matchMedia("(min-width: 1024px)").matches,swiperOption:{pagination:".swiper-pagination",spaceBetween:16,navigation:{nextEl:".carousel__arrow carousel__arrow--left",prevEl:".carousel__arrow carousel__arrow--right",hiddenClass:".swiper-button-hidden"},breakpoints:{1024:{slidesPerView:3},768:{slidesPerView:1},320:{slidesPerView:1}}},isTrigger:!0,routineDataArray:[]}},created(){if(document.documentElement.style.setProperty("--active-color",this.colorTheme),window.innerWidth>=1024&&(this.routineData[0].Benefits.length<=3?this.swiperOption.allowTouchMove=!1:this.swiperOption.allowTouchMove=!0),this.desktopScreen)for(var e=0;e<=3;e++)void 0!=this.routineData[0].Benefits[e]&&this.routineArray.push(this.routineData[0].Benefits[e].TaggingEvents);else this.routineArray.push(this.routineData[0].Benefits[0].TaggingEvents)},destroyed(){document.documentElement.style.removeProperty("--active-color")},mounted(){window.addEventListener("scroll",this.handleScroll),window.eventBus.$on("lrpretailer",(e=>{this.retailerPopup=e})),window.eventBus.$on("retailerbuynow",(e=>{this.buynow=e}))},methods:{gotoTab(e,t,i){this.selectedIndex=i,this.swiperAtBegain=!0,this.swiperAtEnd=!1,window.innerWidth>=1024&&(this.routineData[i].Benefits.length<=3?this.swiperOption.allowTouchMove=!1:this.swiperOption.allowTouchMove=!0),this.$refs.swiper[i].destroySwiper(),this.$refs.swiper[i].initSwiper()},prev(e){this.$refs.swiper[e].$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper[e].$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper[e].$swiper.isBeginning},next(e){this.$refs.swiper[e].$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper[e].$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper[e].$swiper.isEnd},showRetailer(e){this.retailerPopup=!0,this.productItemID=e.ProductItemID,this.productImg=e.ProductImg,this.itemProductName=e.ProductName,this.buynow=!0,this.ctatext=e.CTAText;e.TaggingEvents.name,e.TaggingEvents.id,e.TaggingEvents.dimension48},closepopup(){this.retailerPopup=!1,this.buynow=!1},handleScroll(){if(this.observer)return;const e=document.getElementById("benefits");e&&(this.observer=new IntersectionObserver((e=>{e.forEach((e=>{this.isTrigger&&e.isIntersecting&&(console.log(e.isIntersecting),l.Xj.pushDataLayer({event:"nievent",event_name:"view_item_list",eventCategory:"Ecommerce",eventAction:"Product Impressions",eventLabel:"Product detail page",ecommerce:{currencyCode:this.currencyCode,impressions:this.routineArray}}),this.isTrigger=!1,this.observer.disconnect())}))})),this.observer.observe(e))},productBuynowTag(e,t,i){l.Xj.pushDataLayer({event:"uaevent",event_name:"buy_now",ecommerce:"undefined",eventCategory:"Ecommerce",eventAction:"click to buy",eventLabel:`${[e]}::${[i]}`,product_info:`${[e]}::${[t]}`})},learnMoretagging(e,t){l.Xj.pushDataLayer({event:"productClick",event_name:"select_item",eventCategory:"Ecommerce",eventAction:"Product Click",eventLabel:`${[e.TaggingEvents.name]}::${[e.TaggingEvents.dimension48]}`,ecommerce:{click:{actionField:{list:"cross-sell"},products:{name:`${[e.TaggingEvents.name]}`,id:`${[e.TaggingEvents.id]}`,brand:`${[e.TaggingEvents.brand]}`,category:`${[e.TaggingEvents.category]}`,position:`${[t+1]}`,variant:`${[e.TaggingEvents.variant]}`,price:`${[e.TaggingEvents.price]}`,dimension35:`${[e.TaggingEvents.dimension35]}`,dimension36:`${[e.TaggingEvents.dimension36]}`,dimension38:`${[e.TaggingEvents.dimension38]}`,dimension48:`${[e.TaggingEvents.dimension48]}`,dimension49:`${[e.TaggingEvents.dimension49]}`,dimension59:`${[e.TaggingEvents.dimension59]}`,dimension91:`${[e.TaggingEvents.dimension91]}`,product_label:`${[e.TaggingEvents.product_label]}`,product_franchise:`${[e.TaggingEvents.product_franchise]}`,product_quantity_range:`${[e.TaggingEvents.product_quantity_range]}`}}}})},routineTagging(e){var t=this.$refs.swiper[e].$swiper.activeIndex;let i=this.decodeHtmlstring(this.routineData[0].Benefits[t].ProductName),a=this.decodeHtmlstring(this.title).toLowerCase();l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${a}::${i.toLowerCase()}::${t+1}`,cta_name:`${a}::${i.toLowerCase()}::${t+1}`,module_name:`slider navigate::${a}`})},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i},getActiveTabProducts(e){this.routineDataArray=[];for(var t=0;t<=this.routineData[e].Benefits.length;t++)void 0!=this.routineData[e].Benefits[t]&&this.routineDataArray.push(this.routineData[e].Benefits[t].TaggingEvents)},tabTagging(e){l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:"",eventAction:"",eventLabel:"",cta_name:e.toLowerCase(),link_url:"",module_name:"routine component"})},tabProductTagging(e){this.getActiveTabProducts(e),l.Xj.pushDataLayer({event:"nievent",event_name:"view_item_list",eventCategory:"Ecommerce",eventAction:"Product Impressions",eventLabel:this.pageCategory,ecommerce:{currencyCode:this.currencyCode,impressions:this.routineDataArray}})}}},Dd=Td,xd=(0,u.A)(Dd,kd,Ld,!1,null,null,null),Pd=xd.exports,Ad=(0,s.fC)({components:{RoutineV2:Pd}}),Id=function(){var e=this,t=e._self._c;return t("div",{staticClass:"how-to-apply"},[t("h2",{staticClass:"how-to-apply-title",domProps:{innerHTML:e._s(e.mainTitle)}}),e._v(" "),t("div",{staticClass:"how-to-apply-container"},[t("div",{staticClass:"how-to-apply-container-visual"},[t("div",{staticClass:"visual-wrapper"},[e.youtubeId?e.youtubeId&&"true"===e.popUp?t("generic-banner-youtube-player",{attrs:{"youtube-id":e.youtubeId,poster:e.howtoapplyImage,autoplay:e.autoplay,"aria-label":"Play video","newplay-button":!0,"play-text":e.playbuttontext}}):e.youtubeId&&"false"===e.popUp?t("youtube-player",{attrs:{"youtube-id":e.youtubeId,poster:e.howtoapplyImage,autoplay:e.autoplay,"aria-label":"Play video","newplay-button":!0,"play-text":e.playbuttontext}}):e._e():t("img",{staticClass:"imageclass",attrs:{src:e.howtoapplyImage,alt:e.imgAlt}})],1)]),e._v(" "),t("div",{staticClass:"how-to-apply-container-label"},[t("ul",e._l(e.labelData.LabelDetails,(function(i,a){return t("li",{key:a},[t("img",{attrs:{src:i.Icon,alt:e.imgAlt}}),e._v(" "),t("div",{staticClass:"label-wrapper"},[t("div",{staticClass:"label-wrapper-name",domProps:{innerHTML:e._s(i.LabelTitle)}}),e._v(" "),t("div",{staticClass:"label-wrapper-description",domProps:{innerHTML:e._s(i.LabelDescription)}})])])})),0)]),e._v(" "),t("div",{staticClass:"how-to-apply-container-collapse"},[t("collapse",{directives:[{name:"show",rawName:"v-show",value:e.youtubeId,expression:"youtubeId"}],staticClass:"transcript__collapse",attrs:{"aria-label":"show transcript"},scopedSlots:e._u([{key:"title",fn:function(i){return[i.collapsed?[t("span",{staticClass:"show-transcript",domProps:{innerHTML:e._s(e.showTranscript)}}),t("span",{staticClass:"arrow down"})]:[t("span",{staticClass:"hide-transcript",domProps:{innerHTML:e._s(e.hideTranscript)}}),t("span",{staticClass:"arrow up"})]]}}])},[e._v(" "),t("span",{domProps:{innerHTML:e._s(e.transcriptText)}})])],1)])])},Md=[],Ed={name:"how-to-apply",components:{GenericBannerYoutubePlayer:sn,YoutubePlayer:Xl.A,Collapse:Ne.A},props:{labelData:{type:Array/Object,default:void 0},colorTheme:{type:String,required:!1,default:"#009FE3"},mainTitle:{type:String,required:!0,default:void 0},youtubeId:{type:String,required:!1,default:void 0},howtoapplyImage:{type:String,default:void 0},playbuttontext:{type:String,required:!1,default:void 0},popUp:{type:String,required:!1,default:void 0},autoplay:{type:Boolean,required:!1,default:void 0},ariaLabel:{type:String,default:"play pause",required:!1},showTranscript:{type:String,default:"show transcript",required:!1},hideTranscript:{type:String,default:"hide transcript",required:!1},transcriptText:{type:String,default:"",required:!1},imgAlt:{type:String,required:!1,default:""}},created(){document.documentElement.style.setProperty("--theme-color",this.colorTheme)},destroyed(){document.documentElement.style.removeProperty("--theme-color")}},$d=Ed,Vd=(0,u.A)($d,Id,Md,!1,null,null,null),qd=Vd.exports,Bd=(0,s.fC)({components:{HowToApply:qd}}),Od=function(){var e=this,t=e._self._c;return t("div",{staticClass:"proven-wrapper",style:[e.backgroundImage?{"background-image":"url("+e.backgroundImage+")"}:{background:e.bgColor}]},[t("h2",{staticClass:"h1",style:{color:e.textColor},domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"grid-container",class:[e.cards&&e.cards.length>3?"more-cols":""]},e._l(e.cards,(function(i,a){return t("div",{key:a,staticClass:"grid-col"},[t("hr",{staticClass:"horizontal-line"}),e._v(" "),t("span",{staticClass:"proven-head",style:{color:e.textColor},domProps:{innerHTML:e._s(i.BenefitsTitle)}}),e._v(" "),t("p",{staticClass:"proven-desc",style:{color:e.textColor},domProps:{innerHTML:e._s(i.BenefitsDescription)}})])})),0)])},Nd=[],Fd={name:"proven-benefits",props:{activeColor:{type:String,required:!0,default:"#009fe3"},title:{type:String,default:""},cards:{type:[Array,String],required:!1,default:void 0},bgColor:{type:String,required:!0,default:"#fff"},bgImage:{type:String,required:!0,default:""},textColor:{type:String,required:!0,default:"#000"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1023px)").matches,backgroundImage:""}},created(){document.documentElement.style.setProperty("--active-color",this.activeColor),this.smallScreen?this.backgroundImage="":this.backgroundImage=this.bgImage},destroyed(){document.documentElement.style.removeProperty("--active-color"),document.querySelector(".grid-container").classList.remove("more-cols")}},Hd=Fd,Rd=(0,u.A)(Hd,Od,Nd,!1,null,null,null),jd=Rd.exports,Ud=(0,de.fC)({components:{ProvenBenefits:jd}}),zd=function(){var e=this,t=e._self._c;return t("section",{staticClass:"proven-efficacy"},[t("div",{staticClass:"proven-efficacy-wrapper"},[t("h3",{staticClass:"main-title",domProps:{innerHTML:e._s(e.provenEfficacyTitle)}}),e._v(" "),t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOption},on:{slideChange:e.provenTagging}},e._l(e.efficacyData,(function(i,a){return t("swiper-slide",{key:a+0,class:{"swiper-highligher":e.currentLink===a},attrs:{"data-index":a}},["ProvenEfficacyData"==i.ProvenEfficacyType?t("div",{staticClass:"card card-bg-image",class:[i.Disclaimer&&" "!=i.Disclaimer?"with-disclaimer":"no-disclaimer"],style:[{backgroundImage:"url("+i.DataCardImage+")"}]},[i.Disclaimer&&" "!=i.Disclaimer?t("div"):e._e(),e._v(" "),t("div",{staticClass:"data-container"},[t("div",{staticClass:"data-figure",domProps:{innerHTML:e._s(i.DataFigure)}}),e._v(" "),t("div",{staticClass:"data-description",domProps:{innerHTML:e._s(i.DataDescription)}})]),e._v(" "),i.Disclaimer&&" "!=i.Disclaimer?t("p",{staticClass:"data-disclaimer",domProps:{innerHTML:e._s(i.Disclaimer)}}):e._e()]):t("div",{staticClass:"card card-bg-grey"},[t("p",{staticClass:"quotes"},[e._v("‘‘")]),e._v(" "),t("p",{staticClass:"quotes-txt",domProps:{innerHTML:e._s(i.DataDescription)}}),e._v(" "),t("p",{staticClass:"name",domProps:{innerHTML:e._s(i.AuthorName)}})])])})),1),e._v(" "),t("div",{staticClass:"carousel-navigation"},[e.desktopScreen&&e.efficacyData.length>3||!e.desktopScreen?t("div",{staticClass:"carousel__arrow carousel__arrow--left",class:{disabled:e.swiperAtBegain},attrs:{slot:"button-prev"},on:{click:function(t){return e.prev()}},slot:"button-prev"}):e._e(),e._v(" "),e.desktopScreen&&e.efficacyData.length>3||!e.desktopScreen?t("div",{staticClass:"carousel__arrow carousel__arrow--right",class:{disabled:e.swiperAtEnd},attrs:{slot:"button-next"},on:{click:function(t){return e.next()}},slot:"button-next"}):e._e()])],1)])},Wd=[],Gd={name:"proven-efficacy",components:{Swiper:it.Swiper,SwiperSlide:it.SwiperSlide},props:{efficacyData:{type:Array,default:void 0},provenEfficacyTitle:{type:String,default:""},colorTheme:{type:String,required:!1,default:"#009FE3"},pageCategory:{type:String,required:!1,default:""}},data(){return{desktopScreen:window.matchMedia("(min-width: 1024px)").matches,currentLink:void 0,swiperAtEnd:!1,swiperAtBegain:!0,swiperOption:{pagination:".swiper-pagination",spaceBetween:16,navigation:{nextEl:".carousel__arrow carousel__arrow--left",prevEl:".carousel__arrow carousel__arrow--right",hiddenClass:".swiper-button-hidden"},breakpoints:{1024:{slidesPerView:3},768:{slidesPerView:3},320:{slidesPerView:1}}}}},created(){document.documentElement.style.setProperty("--active-color",this.colorTheme),window.innerWidth>=1024&&(this.efficacyData.length<=3?this.swiperOption.allowTouchMove=!1:this.swiperOption.allowTouchMove=!0)},destroyed(){document.documentElement.style.removeProperty("--active-color")},methods:{prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd},provenTagging(){let e=this.$refs.swiper.$swiper.activeIndex+1,t=(this.decodeHtmlstring(this.efficacyData[e-1].ImageName),this.decodeHtmlstring(this.provenEfficacyTitle).toLowerCase());l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory,eventAction:"select::slider navigation elements",eventLabel:`${t}::none::${[e]}`,cta_name:`${t}::none::${[e]}`,module_name:`slider navigate::${t}`})},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i}}},Yd=Gd,Kd=(0,u.A)(Yd,zd,Wd,!1,null,null,null),Xd=Kd.exports,Qd=(0,de.fC)({components:{ProvenEfficacy:Xd}}),Jd=function(){var e=this,t=e._self._c;return t("div",{staticClass:"safety-standard-wrapper",style:{background:e.bgColor}},[t("div",{staticClass:"container container--padded-hor"},[t("h2",{staticClass:"title",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"grid-container"},e._l(e.cards,(function(i,a){return t("div",{key:a,staticClass:"grid-col"},[t("hr",{staticClass:"horizontal-line",style:{background:e.lineColor}}),e._v(" "),t("div",{staticClass:"safety-standard-desc",domProps:{innerHTML:e._s(i.SafetyCardDescription)}})])})),0)])])},Zd=[],eu={name:"safety-standard",props:{lineColor:{type:String,required:!0,default:"#009fe3"},title:{type:String,default:""},cards:{type:[Array,String],required:!1,default:void 0},bgColor:{type:String,required:!0,default:"#fff"}}},tu=eu,iu=(0,u.A)(tu,Jd,Zd,!1,null,null,null),au=iu.exports,su=(0,s.fC)({components:{SafetyStandard:au}}),ru=(0,s.fC)({components:{Faq:Oc}}),nu=function(){var e=this,t=e._self._c;return t("div",{ref:"headRef",class:e.className},[t("button",{staticClass:"scroll-to-top",class:[{"is-active":e.active},{on:e.clicked}],on:{click:function(t){return e.scrollToTop()}}},[t("img",{staticClass:"vector default",attrs:{src:e.imageDefault,alt:e.imageDefaultAlt}}),e._v(" "),t("img",{staticClass:"vector hoverIcon",attrs:{src:e.imageHover,alt:e.imageHoverAlt}})])])},ou=[],lu=i(2623),cu={name:"back-to-top",mixins:[lu.A],props:{largeScreen:{type:String,default:void 0},smallScreen:{type:String,default:void 0},imageHover:{type:String,default:void 0},imageDefault:{type:String,default:void 0},imageHoverAlt:{type:String,default:void 0},imageDefaultAlt:{type:String,default:void 0}},data(){return{active:!1,className:"",prev:window.pageYOffset,clicked:!1}},mounted(){"true"==this.largeScreen&&"true"==this.smallScreen?this.className="bothScreen":"true"==this.largeScreen&&"false"==this.smallScreen?this.className="largeScreen":"false"==this.largeScreen&&"true"==this.smallScreen&&(this.className="smallScreen"),this.setFingerPrintPos(),window.addEventListener("resize",this.setFingerPrintPos)},methods:{scrollToTop(){this.clicked=!0,window.scrollTo({top:0,behavior:"smooth"}),this.clicked=!1},setFingerPrintPos(){let e=document.querySelector("#main-container").getBoundingClientRect(),t=document.getElementById("main-container"),i=getComputedStyle(t),a="rtl"===i.direction;a?document.getElementsByClassName("scroll-to-top")[0].style.left=`${e.x+30}px`:document.getElementsByClassName("scroll-to-top")[0].style.right=`${e.x+30}px`}}},du=cu,uu=(0,u.A)(du,nu,ou,!1,null,null,null),pu=uu.exports,hu=(0,s.fC)({components:{BackToTop:pu}}),mu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"whatsapp",class:[{hidewhatsapp:e.isInactive},{"is-active":e.active}],attrs:{id:"livechat"}},[t("img",{staticClass:"closeIcon desktopview",attrs:{alt:"close",src:e.closeIcon},on:{click:function(t){return e.hidewhatsapp()}}}),e._v(" "),t("img",{staticClass:"closeIcon mobileview",attrs:{alt:"close",src:e.closeIconMobile},on:{click:function(t){return e.hidewhatsapp()}}}),e._v(" "),t("div",{staticClass:"whatsapp-container"},[t("a",{attrs:{href:e.link,target:"_blank"},on:{click:function(t){return e.gaTagging()}}},[t("div",{staticClass:"title"},[t("p",[e._v(e._s(e.title))])]),e._v(" "),t("div",{staticClass:"whatsappicon"},[e.defaultSrc?t("img",{staticClass:"defaultImage",attrs:{alt:"whatsapp",src:e.defaultSrc}}):e._e(),e._v(" "),e.hoverSrc?t("img",{staticClass:"hoverImage",attrs:{alt:"whatsapp",src:e.hoverSrc}}):e._e()])])])])},gu=[],vu={name:"whatsapp",data(){return{isInactive:!1,active:!1,prev:window.pageYOffset}},mixins:[lu.A],props:{title:{type:String,default:void 0},link:{type:String,default:void 0},defaultSrc:{type:String,default:void 0},hoverSrc:{type:String,default:void 0},closeIcon:{type:String,default:void 0},closeIconMobile:{type:String,default:void 0},taggingCountry:{type:Boolean,default:!1}},mounted(){this.setFingerPrintPos(),window.addEventListener("resize",this.setFingerPrintPos)},methods:{hidewhatsapp(){this.isInactive=!0},setFingerPrintPos(){let e=document.querySelector("#main-container").getBoundingClientRect(),t=document.getElementById("main-container"),i=getComputedStyle(t),a="rtl"===i.direction;a?document.getElementById("livechat").style.right=`${e.x}px`:document.getElementById("livechat").style.left=`${e.x}px`},gaTagging(){!0===this.taggingCountry?l.Xj.pushDataLayer({event:"uaevent",ecommerce:"",event_name:"Click to Whatsapp",eventCategory:"floating navigation",eventAction:"click_to_whatsapp",eventLabel:"whatsapp"}):l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"start_live_chat",eventCategory:"main menu navigation",eventAction:"select::live chat",eventLabel:"start"})}}},_u=vu,fu=(0,u.A)(_u,mu,gu,!1,null,null,null),yu=fu.exports,bu=(0,s.fC)({components:{Whatsapp:yu}}),wu=(0,s.fC)({components:{AccessibilityModalWindow:wa}}),Cu=(0,de.fC)({components:{RelatedManualArticle:Uc}}),Su=i(9962),ku=(0,s.fC)({components:{contentPush:Su["default"]}}),Lu=function(){var e=this,t=e._self._c;return e.showProductPopin&&e.showProduct||e.shopRetailers||e.isSingleVariant?t("div",{staticClass:"product-popin__container",class:{"no-color-theme":e.disableColorTheme}},[[e.checkProductData&&e.shopRetailers?[t("div",{staticClass:"popupContainerOuter",attrs:{id:"popupContainerOuter"}},[t("div",{staticClass:"popupContainer"},[t("div",{staticClass:"popupContainer__close",on:{click:function(t){return e.closeSingleVarient()}}},[e._v("✖")]),e._v(" "),t("div",{staticClass:"container",attrs:{id:"app"}},[t("div",{staticClass:"popupContainer__inner",attrs:{id:"commerceConnectWrapper"}},[e.productData.ProductRetailerDetails.AllRetailersList&&e.productData.ProductRetailerDetails.AllRetailersList.length>0?t("div",{staticClass:"container--is-maxwidth container--padded-hor"},[t("slider",{ref:"slider",attrs:{"per-page-custom":[[320,1],[1024,4]],"is-pagination-clickable":!1,loop:!1,"with-focusable-items":!0,"scroll-per-page":!0,"start-at":0,"navigation-enabled":!0,"pagination-enabled":!0,"swipe-on-desktop":!1}},e._l(e.productData.ProductRetailerDetails.AllRetailersList,(function(i,a){return t("slide",{key:a},[t("a",{staticClass:"card-shop",attrs:{href:i.RetailerLink,target:"_blank","panel-focusable":""},on:{click:function(t){return e.gatagging(i.AddToCartTags)}}},[t("div",{staticClass:"card-shop__img-wrapper"},[t("img",{staticClass:"card-shop__img",attrs:{src:i.RetailerImage,alt:i.ProductRetailerItemName,width:"200",height:"65"}})]),e._v(" "),t("div",{staticClass:"btn btn--black btn--buy btn--icon"},[t("img",{staticClass:"btn__icon",attrs:{src:i.CTAIcon,"aria-hidden":"true",alt:i.CTALabel}}),e._v(" "),t("span",{staticClass:"btn__wrapper"},[t("span",{staticClass:"btn__text"},[e._v("\n "+e._s(i.CTALabel)+"\n ")])])])])])})),1)],1):t("div",[t("p",{staticClass:"no-product",staticStyle:{"text-align":"center"}},[e._v(e._s(e.productData.RetailerErrorMessage))])])])])])])]:e._e(),e._v(" "),e.checkProductData&&e.showProduct?[t("div",{staticClass:"product-popin"},[t("button",{staticClass:"product-popin__closecta",on:{click:function(t){return e.closePopin()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 12.9636L12.9636 -1.50258e-06L15.4385 2.47487L2.47487 15.4385L0 12.9636Z",fill:"black"}}),e._v(" "),t("rect",{attrs:{x:"2.4751",width:"18.3333",height:"3.5",transform:"rotate(45 2.4751 0)",fill:"black"}})])]),e._v(" "),t("div",{staticClass:"product-popin__image-holder"},[t("img",{attrs:{src:e.productData.ProductPackShotImage,alt:e.productData>0?e.productData.ProductName.replace(/<[^>]*>?/gm,""):""}})]),e._v(" "),t("div",{staticClass:"product-popin__content"},[t("div",{staticClass:"product-popin__content--text"},[t("h3",{staticClass:"product-popin__content--title",domProps:{innerHTML:e._s(e.decodeHtml(e.productData.ProductName))}}),e._v(" "),t("p",{staticClass:"product-popin__content--Description",domProps:{innerHTML:e._s(e.decodeHtml(e.productData.ProductDescription))}})]),e._v(" "),e.checkProductData?t("div",{staticClass:"product-popin__content--selector"},[e.checkProductData&&e.variantsDetail?t("div",{staticClass:"sticky__select--select_capacity"},[t("label",{staticClass:"sticky__select--select_capacity-label"},[e._v(e._s(e.productData.CapacityText||"Select a size"))]),e._v(" "),t("volume-variant-v2",{attrs:{volumes:e.productData.VariantsDetailJson,"legend-name":"INHOUD","a11y-aria-label":"legend-volume current-volume",sfccvolumesdetails:e.productData.SfccVariantsJson,"popup-dropdown":!1,productid:e.productData.VariantsItemIdJson}})],1):e._e(),e._v(" "),e.checkProductData&&e.shadesDetail?t("div",{staticClass:"sticky__select--select_color"},[t("label",{staticClass:"sticky__select--select_color-label"},[e._v(e._s(e.productData.ColorText||"Select a color"))]),e._v(" "),t("color-variant-v2",{ref:"colorVariant",attrs:{"a11y-close-panel-text":"panelText","a11y-next-panel-text":"nextPanelText","a11y-previous-panel-text":"previousPanelText",colors:e.productData.ShadeVariants,"legend-name":e.productData.colorVariantLabelText||"Select a color",productid:e.productData.VariantsItemIdJson,sfcccolorsdetails:e.productData.SfccVariantsJson,"popup-dropdown":!1}})],1):e._e()]):e._e(),e._v(" "),t("div",{staticClass:"product-popin__buttons"},["true"==e.productData.RetailerIsEnabled?t("lrp-retailer",{staticClass:"sticky__buynow-button",attrs:{"data-variant-ean":e.productData.RetailerEan,"product-ean":e.productData.RetailerEan,"initial-data":e.productData.ProductRetailerDetails,"data-text-lable":e.productData.RetailerClickLabel,"data-bynow-tagging":e.productData.ClickCollectTagging[0],"sticky-buynow-button":!1,"error-messgage":e.productData.RetailerErrorMessage,"variant-detail":e.productData.VariantsDetailJson,"volumes-detail":e.productData.VariantsDetailJson,"colors-details":e.productData.ShadeVariants,"color-list":e.productData.ShadeVariants,"product-ids":e.productData.VariantsItemIdJson,"cta-class":"cta cta--light"}}):e._e(),e._v(" "),"true"!==e.productData.SFMCIsEnabled&&"true"===e.productData.CommerConnectorIsEnabled?t("buy-now",{attrs:{"buynow-text":e.productData.BuyOnlineButtonText,"is-online":!0,"product-ean":e.productData.VariantsDetailJson.variantEANId,"product-id":e.productData.ProductID,"product-name":e.productData.ProductName,"product-ids":e.productData.VariantsItemIdJson,"variant-detail":e.productData.VariantsDetailJson,"volumes-detail":e.productData.VariantsDetailJson,"colors-details":e.productData.ShadeVariants,"color-list":e.productData.ShadeVariants,"tag-event":!0,"buynow-eventlabel":e.productData.BuyOnlineButtonText,"product-popin-cta-class":"cta cta--light"}}):e._e(),e._v(" "),"true"===e.productData.IsClickandCollectEnable?t("pharmacy-cta-button",{ref:"pharmacyCtaButton",attrs:{"initial-data":e.productData.ClickAndCollectJson,"image-url":"","cta-lable":e.productData.ClickClollectLabel,"data-alttext":"Click - Collect","data-clickand-collect-tagging":e.productData.ClickCollectTagging}}):e._e(),e._v(" "),"true"===e.productData.PharmacyIsEnabled?t("a",{staticClass:"cta cta--light cta--alt",attrs:{href:e.productData.FindTheCLosestPharmacyUrl},on:{click:e.findformacyTag}},[t("span",{domProps:{innerHTML:e._s(e.productData.FindTheCLosestPharmacyText)}})]):e._e()],1)])]),e._v(" "),t("div",{staticClass:"product-popin__backdrop",on:{click:function(t){return e.closePopin()}}})]:e._e(),e._v(" "),e.checkProductData&&e.isSingleVariant?[t("buy-now",{attrs:{"buynow-text":e.productData.BuyOnlineButtonText,"is-online":!0,"product-ean":e.productData.VariantsDetailJson.variantEANId,"product-id":e.productData.ProductID,"product-name":e.productData.ProductName,"product-ids":e.productData.VariantsItemIdJson,"variant-detail":e.productData.VariantsDetailJson,"volumes-detail":e.productData.VariantsDetailJson,"colors-details":e.productData.ShadeVariants,"color-list":e.productData.ShadeVariants,"tag-event":!0,"buynow-eventlabel":e.productData.BuyOnlineButtonText,"product-popin-cta-class":"cta cta--light",isSingleVariant:e.isSingleVariant,requestData:e.requestData},on:{closeProductpopin:e.closePopin}})]:e._e()]],2):e._e()},Tu=[],Du={name:"product-popin",directives:{tag:l.Tc},components:{ColorVariantV2:Jc.A,VolumeVariantV2:Zc.A,pharmacyCtaButton:wr,BuyNow:ed.A,LrpRetailer:$n.A,Slide:ss.A,Slider:rs.A},data(){return{showProductPopin:!1,shopRetailers:!1,productData:{},showProduct:!1,isSingleVariant:!1,requestData:"",disableColorTheme:!1}},mounted(){const e=this;window.eventBus.$on("openProductPopin",(t=>{t&&(e.disableColorTheme=t.disableColorTheme,e.productData={},e.getProductStores(t.id))})),window.eventBus.$on("closeProductpopin",(()=>{e.showProductPopin=!1,e.isSingleVariant=!1}))},computed:{checkProductData(){return!!(this.productData&&this.productData.ProductName&&this.productData.VariantsDetailJson&&this.productData.VariantsDetailJson.length>0||this.productData.ShadeVariants.length>0)},variantActiveShade(){const e=this.$refs.colorVariant?.activeShade.ean;let t=this.$refs.pharmacyCtaButton?this.$refs.pharmacyCtaButton.selectedVariant:"";return t=e,t},variantsDetail(){return this.productData&&this.productData.VariantsDetailJson&&this.productData.VariantsDetailJson.length>0&&!(0===Object.keys(this.productData.VariantsDetailJson[0]).length)},shadesDetail(){return this.productData&&this.productData.ShadeVariants&&this.productData.ShadeVariants.length>0&&!(0===Object.keys(this.productData.ShadeVariants[0]).length)}},methods:{decodeHtml(e){var t=document.createElement("div");return t.innerHTML=e,t.innerHTML||t.childNodes[0].nodeValue},async getProductStores(e){try{const t=await fetch(`${window.location.origin}/api/lrpproductlist/ProductVariantsDetails?productID={${e}}`,{method:"GET",headers:{"Content-Type":"application/json"}});if(t.ok){const e=await t.json();if("string"===typeof e&&(""!==e?this.productData=JSON.parse(e):(console.error("Json parsing issues"),this.productData={})),Object.keys(this.productData).length)if(this.showProductPopin=!0,this.productData.VariantsDetailJson&&this.productData.VariantsDetailJson.length>1||this.productData.ShadeVariants&&this.productData.ShadeVariants.length>1)this.isSingleVariant=!1,this.showProduct=!0,this.shopRetailers=!1;else{if(this.showProduct=!1,"true"===this.productData.CommerConnectorIsEnabled){let e;this.isSingleVariant=!0,e=this.productData.ShadeVariants&&1===this.productData.ShadeVariants.length?"{"+this.productData.ShadeVariants[0].id+"}":this.productData.VariantsDetailJson[0].id,this.requestData=e,this.shopRetailers=!1}"true"===this.productData.RetailerIsEnabled&&(this.shopRetailers=!0)}}else console.error("Request failed")}catch(t){console.error("Error:",t)}},closePopin(){this.showProductPopin=!1,this.showProduct=!1,document.body.classList.remove("showProductPopin")},closeSingleVarient(){this.shopRetailers=!1,this.showProductPopin=!1},removeHtmlAndSpecialChars(e){const t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";return a.replaceAll("\n","")},findformacyTag(){if(null!=this.productData&&void 0!=this.productData){let e=this.productData.ProductRetailerDetails.DefaultEAN;l.Xj.pushDataLayer({event:"uaevent",event_name:"where_to_buy",ecommerce:"undefined",eventCategory:"Ecommerce",eventAction:"where to buy",eventLabel:`${this.removeHtmlAndSpecialChars(this.productData.ProductName).toLowerCase()}::${e}`,product_info:`${this.removeHtmlAndSpecialChars(this.productData.ProductName).toLowerCase()}::${e}`})}},gatagging(e){l.Xj.pushDataLayer({...e})}}},xu=Du,Pu=(0,u.A)(xu,Lu,Tu,!1,null,null,null),Au=Pu.exports,Iu=(0,s.fC)({components:{productPopin:Au}}),Mu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"article-highlight-push-container"},[t("div",{staticClass:"article-highlight-push",class:["blue"===e.articleHighlightPush.BackgroundColor?"blueTheme":"greyTheme"]},[t("div",{staticClass:"article-highlight-push__left"},[t("div",{staticClass:"article-highlight-push__image"},[t("img",{attrs:{src:e.articleHighlightPush.Image,alt:e.decodeHtml(e.articleHighlightPush.Title),loading:"lazy"}})]),e._v(" "),e.articleHighlightPush.Disclaimer&&e.desktopScreen?t("div",{staticClass:"article-highlight-push__disclaimer desktop",domProps:{innerHTML:e._s(e.decodeHtml(e.articleHighlightPush.Disclaimer))}}):e._e()]),e._v(" "),t("div",{staticClass:"article-highlight-push__content"},[e.articleHighlightPush.Title?t("div",{staticClass:"article-highlight-push__title highlight",domProps:{innerHTML:e._s(e.truncate(e.articleHighlightPush.Title,e.ellipsisLimitTitle))}}):e._e(),e._v(" "),e.articleHighlightPush.Text?t("div",{staticClass:"article-highlight-push__desc highlight",domProps:{innerHTML:e._s(e.truncate(e.articleHighlightPush.Text,e.ellipsisLimitDescription))}}):e._e(),e._v(" "),e.articleHighlightPush.CTALabel?t("a",{staticClass:"highlight",class:e.ctaClass,attrs:{href:e.articleHighlightPush.CTALink},on:{click:function(t){return e.tagging()}}},[t("span",{domProps:{innerHTML:e._s(e.articleHighlightPush.CTALabel)}})]):e._e()]),e._v(" "),e.articleHighlightPush.Disclaimer&&!e.desktopScreen?t("div",{staticClass:"article-highlight-push__disclaimer mobile",domProps:{innerHTML:e._s(e.decodeHtml(e.articleHighlightPush.Disclaimer))}}):e._e()])])},Eu=[],$u={name:"article-highlight-push",components:{ResponsiveImage:_["default"]},props:{articleHighlightPush:{type:Object,required:!0,default(){}},pageCategory:{type:String,required:!1,default:""}},data(){return{ellipsisLimitTitle:81,ellipsisLimitDescription:251,desktopScreen:window.matchMedia("(min-width: 768px)").matches}},computed:{ctaClass(){return this.articleHighlightPush.CtaTypeViewModel.CtaType+" "+this.articleHighlightPush.CtaTypeViewModel.CtaDesign+" "+this.articleHighlightPush.CtaTypeViewModel.CtaColor}},methods:{decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},truncate(e,t){const i=e?e.replace(/<[^>]*>?/gm,""):"",a=i.length>t?`${i.slice(0,t-1)}…`:i;return a},tagging(){let e,t=window.location.origin,i=this.articleHighlightPush.CTALink;e="/"==i?t:t+i,l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:this.pageCategory,eventAction:"select::article highlight",eventLabel:`${this.articleHighlightPush.CTALabel.toLowerCase()}::${e?e.toLowerCase():"none"}`,module_name:"article highlight",cta_name:this.articleHighlightPush.CTALabel.toLowerCase(),link_url:`${e?e.toLowerCase():"none"}`,article_name:this.articleHighlightPush.ArticleName.toLowerCase()})}}},Vu=$u,qu=(0,u.A)(Vu,Mu,Eu,!1,null,null,null),Bu=qu.exports,Ou=(0,de.fC)({components:{ArticleHighlightPush:Bu}}),Nu=function(){var e=this,t=e._self._c;return t("div",{staticClass:"footer-banner"},[t("picture",{staticClass:"footer-banner__image"},[t("source",{attrs:{srcset:e.initialData.Image,media:"(min-width: 48em)"}}),e._v(" "),t("source",{attrs:{srcset:e.initialData.MobileImage,media:"(max-width: 48em)"}}),e._v(" "),t("img",{attrs:{src:e.initialData.MobileImage,alt:e.smallScreen?e.initialData.MobileImageAlt:e.initialData.ImageAlt,width:"300",height:"200",loading:"lazy",fetchpriority:"low"}})]),e._v(" "),t("div",{staticClass:"footer-banner__content"},[t("div",{staticClass:"footer-banner__content-title"},[t("h2",{domProps:{innerHTML:e._s(e.initialData.Title)}})]),e._v(" "),t("div",{staticClass:"footer-banner__content-content"},[t("div",{domProps:{innerHTML:e._s(e.initialData.Text)}})])])])},Fu=[],Hu={name:"footer-banner",components:{"responsive-image":()=>Promise.resolve().then(i.bind(i,1602))},props:{initialData:{type:Object,default(){}},pageCategory:{type:String,required:!1,default:""}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches}}},Ru=Hu,ju=(0,u.A)(Ru,Nu,Fu,!1,null,null,null),Uu=ju.exports,zu=(0,s.fC)({components:{footerBanner:Uu}}),Wu=function(){var e=this,t=e._self._c;return e.showSafeSpace?t("div",{staticClass:"safe-space"},[t("h2",{ref:"title",staticClass:"safe-space__title",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),t("div",{staticClass:"safe-space__container",class:[e.desktopScreen&&e.cards.length<4?"align-center":""]},[t("swiper",{ref:"swiper",staticClass:"swiper",class:{"three-slider":e.cards.length>=3},attrs:{options:e.safesapceswiperOptions}},e._l(e.cards,(function(i,a){return t("swiper-slide",{key:a+0,staticClass:"safe-space__carousel",attrs:{"data-index":a}},[t("div",{staticClass:"safe-space__item"},[t("div",{staticClass:"safe-space__image"},[t("img",{attrs:{src:i.MobileImage,alt:i.Title.replace(/<[^>]*>/g,""),loading:"lazy"}})]),e._v(" "),t("div",{staticClass:"safe-space__content"},[i.SubTitle?t("p",{staticClass:"safe-space__subTitle",domProps:{innerHTML:e._s(e.decodeHtml(i.SubTitle))}}):e._e(),e._v(" "),t("a",{staticClass:"safe-space__anchor",attrs:{href:i.ArticleUrl},on:{click:function(t){return e.titleTagging(i)}}},[t("h3",{staticClass:"safe-space__name",domProps:{innerHTML:e._s(e.decodeHtml(i.Title))}})]),e._v(" "),t("div",{staticClass:"safe-space__content-category"},[""!==i.CategoryIcon?t("div",{staticClass:"safe-space__content-category_icon"},[t("img",{attrs:{src:i.CategoryIcon,alt:i.Category}}),e._v(" "),i.Category?t("div",{staticClass:"safe-space__content-category_icon_text"},[t("strong",[e._v(e._s(i.Category))])]):e._e()]):e._e(),e._v(" "),""!==i.ReadingTime?t("div",{staticClass:"safe-space__content-category_read"},[t("div",{staticClass:"safe-space__content-category_read-icon"},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"}},[t("circle",{attrs:{cx:"9.99928",cy:"10.0001",r:"6.11654",stroke:"white","stroke-width":"1.35923"}}),e._v(" "),t("path",{attrs:{d:"M10 6.60202V10.5664H12.8317",stroke:"white","stroke-width":"1.35923"}})])]),e._v(" "),t("div",{staticClass:"safe-space__content-category_read-text"},[e._v("\n "+e._s(i.ReadingTime)+"\n ")])]):e._e()])])])])})),1),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.desktopScreen&&e.cards.length>3||!e.desktopScreen,expression:"((desktopScreen && cards.length > 3) || !desktopScreen)"}],staticClass:"carousel-navigation"},[t("div",{staticClass:"carousel__arrow carousel__arrow-safe-space--left",class:{disabled:e.swiperAtBegain},on:{click:function(t){return e.prev()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"32",viewBox:"0 0 42 32",fill:"none"}},[t("g",{attrs:{filter:"url(#filter0_b_17_13510)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 15.8535L3.85356 12L4.56066 12.7071L1.9142 15.3535L41.8605 15.3535V16.3535L1.91422 16.3535L4.56066 19L3.85355 19.7071L0 15.8535Z",fill:"black"}})]),e._v(" "),t("defs",[t("filter",{attrs:{id:"filter0_b_17_13510",x:"-124",y:"-124",width:"290",height:"280",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),t("feGaussianBlur",{attrs:{in:"BackgroundImageFix",stdDeviation:"62"}}),e._v(" "),t("feComposite",{attrs:{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_17_13510"}}),e._v(" "),t("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_17_13510",result:"shape"}})],1)])])]),e._v(" "),t("div",{staticClass:"safe-sapce-swiper-pagination",on:{click:function(t){return e.pagination()}}}),e._v(" "),t("div",{staticClass:"carousel__arrow carousel__arrow-safe-space--right",class:{disabled:e.swiperAtEnd},on:{click:function(t){return e.next()}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"32",viewBox:"0 0 42 32",fill:"none"}},[t("g",{attrs:{filter:"url(#filter0_b_17_13509)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 15.8535L38.1464 12L37.4393 12.7071L40.0858 15.3535L0.13953 15.3535V16.3535L40.0858 16.3535L37.4393 19L38.1465 19.7071L42 15.8535Z",fill:"black"}})]),e._v(" "),t("defs",[t("filter",{attrs:{id:"filter0_b_17_13509",x:"-124",y:"-124",width:"290",height:"280",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),e._v(" "),t("feGaussianBlur",{attrs:{in:"BackgroundImageFix",stdDeviation:"62"}}),e._v(" "),t("feComposite",{attrs:{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_17_13509"}}),e._v(" "),t("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_17_13509",result:"shape"}})],1)])])])])],1),e._v(" "),e.ctaLabel?t("a",{class:[e.ctaClass,e.desktopScreen&&e.cards.length>3||!e.desktopScreen?"discoverLinkwithNav":"discoverLink"],attrs:{href:e.ctaLink},on:{click:function(t){return e.tagging()}}},[e._v(e._s(e.ctaLabel))]):e._e()]):e._e()},Gu=[];Le.RC.use([Le.dK,Le.Vx]);const{Swiper:Yu,SwiperSlide:Ku}=De()(Le.RC);var Xu={name:"safe-space",components:{Swiper:Yu,SwiperSlide:Ku},props:{cards:{type:Array,default:()=>[]},pageCategory:{type:String,default:""},title:{type:String,default:""},ctaClass:{type:String,default:""},ctaLabel:{type:String,default:""},ctaLink:{type:String,default:""}},data(){return{swipeMethod:"",sliderIndex:"",desktopScreen:window.matchMedia("(min-width: 768px)").matches,isMobile:window.innerWidth<=768,swiperAtEnd:!1,swiperAtBegain:!0,safesapceswiperOptions:{loop:!1,initialSlide:0,speed:500,slidesPerView:3,pagination:{el:".safe-sapce-swiper-pagination",clickable:!0,type:"bullets"},navigation:{nextEl:".carousel__arrow carousel__arrow-safe-space--left",prevEl:".carousel__arrow carousel__arrow-safe-space--right",hiddenClass:".swiper-button-hidden"},breakpoints:{768:{slidesPerView:3,spaceBetween:16},360:{centeredSlides:!0,slidesPerView:1.32,spaceBetween:24},320:{centeredSlides:!0,slidesPerView:1.25,spaceBetween:24}}},showSafeSpace:!0}},mounted(){this.$refs.swiper.swiperInstance.on("slideChange",(e=>{this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,1==this.touchEnd&&"dot"!=this.swipeMethod&&"arrow"!=this.swipeMethod?(this.swipeMethod="swipe",this.sliderIndex=this.$refs.swiper.$swiper.activeIndex+1,this.navTagging()):"dot"==this.swipeMethod&&(this.sliderIndex=this.$refs.swiper.$swiper.activeIndex+1,this.navTagging())})),this.$refs.swiper.swiperInstance.on("touchEnd",(e=>{this.touchEnd=!0})),window.addEventListener("resize",(()=>{this.isMobile=window.innerWidth<=768})),window.eventBus.$on("safeSpaceFilterSelected",(e=>{this.showSafeSpace=e}))},methods:{decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},pagination(){this.swipeMethod="dot"},prev(){this.$refs.swiper.$swiper.slidePrev(),this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning;const e=this.$refs.swiper.$swiper.realIndex;this.swipeMethod="arrow",this.sliderIndex=e+1,this.navTagging()},next(){this.$refs.swiper.$swiper.slideNext(),this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd;const e=this.$refs.swiper.$swiper.realIndex,t=parseInt(this.safesapceswiperOptions.slidesPerView)||1,i=e+t-1;this.swipeMethod="arrow",this.sliderIndex=i+1,this.navTagging()},tagging(){let e,t=window.location.origin,i=this.ctaLink;e="/"==i?t:i?t+i:"none",l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:this.pageCategory.toLowerCase(),eventAction:`select::${this.removeHtmlAndSpecialChars(this.title).toLowerCase()}`,eventLabel:this.removeHtmlAndSpecialChars(this.ctaLabel).toLowerCase()+"::"+`${e.toLowerCase()}`,cta_name:this.removeHtmlAndSpecialChars(this.ctaLabel).toLowerCase(),link_url:e.toLowerCase(),module_name:this.removeHtmlAndSpecialChars(this.title).toLowerCase()})},navTagging(){let e=this.cards[this.sliderIndex-1];l.Xj.pushDataLayer({event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:this.pageCategory.toLowerCase(),eventAction:"select::slider navigation elements",eventLabel:`${this.swipeMethod}::${this.removeHtmlAndSpecialChars(e.Title).toLowerCase()}::${this.sliderIndex}`,cta_name:`${this.swipeMethod}::${this.removeHtmlAndSpecialChars(e.Title).toLowerCase()}::${this.sliderIndex}`,module_name:"slider navigate::"+this.swipeMethod}),this.swipeMethod=""},removeHtmlAndSpecialChars(e){const t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";return a.replaceAll("\n","")},titleTagging(e){const t=e&&e.Title?this.removeHtmlAndSpecialChars(e.Title):"none",i=t.replace(/["]+/g,""),a=window.location.origin,s=e&&e.ArticleUrl?a+e.ArticleUrl:"none",r=this.title?this.removeHtmlAndSpecialChars(this.title):"none",n={event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:this.pageCategory?`${this.pageCategory.toLowerCase()}::article`:"none",eventAction:`select::${r.toLowerCase()}`,eventLabel:`${i.toLowerCase()}::${s.toLowerCase()}`,cta_name:i.toLowerCase(),link_url:s.toLowerCase(),module_name:r.toLowerCase()};l.Xj.pushDataLayer(n)}}},Qu=Xu,Ju=(0,u.A)(Qu,Wu,Gu,!1,null,null,null),Zu=Ju.exports,ep=(0,s.fC)({components:{safeSpace:Zu}}),tp=function(){var e=this,t=e._self._c;return t("div",{style:`--silderDuration: ${e.transitionTime}ms`},[t("div",{staticClass:"hps"},[t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.swiperOptions}},[e._l(e.slides,(function(i,a){return t("swiper-slide",{key:a+0,staticClass:"hps-card",attrs:{"data-index":a}},[t("div",{staticClass:"ingredients-card"},[t("div",{staticClass:"ingredients-card__content"},[t("div",{staticClass:"ingredients-card__img-wrapper",style:{"background-image":e.desktopScreen?"":`url(${i.BackgroundImageForMobile})`}},[t("img",{directives:[{name:"show",rawName:"v-show",value:e.desktopScreen,expression:"desktopScreen"}],staticClass:"ingredients-card__img desktop",attrs:{src:e.desktopScreen?i.BackgroundImageForDesktop:i.BackgroundImageForMobile,alt:e.removeHtmlAndSpecialChars(i.SliderTitle),loading:0!==a?"lazy":"eager",fetchpriority:0===a?"high":"auto"}})]),e._v(" "),t("div",{staticClass:"descritption-container",class:["white"===i.SliderColor||"White"===i.SliderColor?"light":"dark"]},[t("div",{staticClass:"mobile-background",style:{"background-image":e.desktopScreen?"":`url(${i.BackgroundImageForMobile})`}}),e._v(" "),t("div",{staticClass:"slider-title",domProps:{innerHTML:e._s(e.decodeEntities(i.SliderTitle))}}),e._v(" "),t("a",{directives:[{name:"show",rawName:"v-show",value:""!==i.CtaLink&&""!==i.CtaLabel,expression:"item.CtaLink !== '' && item.CtaLabel !== ''"}],staticClass:"cta cta--light",attrs:{href:i.CtaLink,title:""},on:{click:function(t){return e.sliderButton(i)}}},[t("span",{staticClass:"btn__wrapper"},[e._v(e._s(i.CtaLabel))])])])])]),e._v(" "),t("div",{staticClass:"swiper-button"},[t("div",{staticClass:"swiper-navigation-button swiper-button-prev",attrs:{slot:"button-prev"},on:{click:function(t){return e.prev()}},slot:"button-prev"},[t("svg",{style:`fill: ${i.SliderColor}`,attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"8",viewBox:"0 0 42 8",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 3.99996L38.1464 0.146484L37.4393 0.853599L40.0858 3.49999L0.13953 3.5V4.5L40.0858 4.49999L37.4393 7.14649L38.1465 7.85359L42 3.99996Z"}})])]),e._v(" "),t("div",{staticClass:"swiper-navigation-button swiper-button-next",attrs:{slot:"button-next"},on:{click:function(t){return e.next()}},slot:"button-next"},[t("svg",{style:`fill: ${i.SliderColor}`,attrs:{xmlns:"http://www.w3.org/2000/svg",width:"42",height:"8",viewBox:"0 0 42 8",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 3.99996L38.1464 0.146484L37.4393 0.853599L40.0858 3.49999L0.13953 3.5V4.5L40.0858 4.49999L37.4393 7.14649L38.1465 7.85359L42 3.99996Z"}})])])])])})),e._v(" "),t("div",{staticClass:"swiper-pagination",attrs:{slot:"pagination"},on:{click:function(t){return e.pagination()}},slot:"pagination"})],2)],1)])},ip=[];Le.RC.use([Le.dK,Le.Ij,Le.Vx]);const{Swiper:ap,SwiperSlide:sp}=De()(Le.RC);var rp={name:"home-page-slider-version2",components:{Swiper:ap,SwiperSlide:sp},props:{slides:{type:Array,required:!0,default:void 0},staticMode:{type:Boolean,default:!1},sliderDuration:{type:Number,default:6},pageCategory:{type:String,default:"homepage"},ctaClass:{type:String,default:"btn btn--white"}},data(){return{item:0,itemNo:this.slides.length,transitionTime:1e3*(0<this.sliderDuration?this.sliderDuration:6),transition:null,smallScreen:!window.matchMedia("(min-width: 1024px)").matches,swiperOptions:{loop:!0,initialSlide:0,speed:500,slidesPerView:1,pagination:{el:".swiper-pagination",clickable:!0,type:"bullets"},navigation:{prevEl:".swiper-navigation-button.swiper-button-prev",nextEl:".swiper-navigation-button.swiper-button-next"},autoplay:{delay:1e3*(0<this.sliderDuration?this.sliderDuration:6),disableOnInteraction:!1}},desktopScreen:window.matchMedia("(min-width: 1024px)").matches,swipeMethod:"",automaticslider:!1,touchEnd:!1}},created(){this.staticMode?(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1):(this.autoTransition(),this.automaticslider=!0,this.swiperOptions.loop=!0)},mounted(){window.eventBus.$emit("transparent-header",!0),this.$refs.swiper.swiperInstance.on("slideChange",(e=>{this.automaticslider&&"dot"!=this.swipeMethod&&"arrow"!=this.swipeMethod&&(1==this.touchEnd?this.swipeMethod="swipe":this.swipeMethod="automatic slider"),this.onSwipe(),this.automaticslider||(this.swipeMethod="swipe")})),this.$refs.swiper.swiperInstance.on("touchEnd",(e=>{this.touchEnd=!0}));var e=document.getElementsByClassName("homepage-transparncy")[0];e&&(e.style.display="none",document.querySelector("body").classList.remove("home-page-transparancy-slider"))},methods:{decodeEntities(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},onSwipe(){this.navigationTagging()},prev(){this.swipeMethod="arrow"},next(){this.swipeMethod="arrow"},pagination(){this.swipeMethod="dot"},sliderButton(e){let t,i=window.location.origin,a=e.CtaLink;t="/"==e.CtaLink?i:a?i+a:"none";let s={event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:"homepage",eventAction:"select::slider navigation",eventLabel:`${this.removeHtmlAndSpecialChars(e.SliderTitle).toLowerCase()}::${t.toLowerCase()}`,cta_name:`${e.SliderTitle&&this.removeHtmlAndSpecialChars(e.SliderTitle).toLowerCase()}`,module_name:"homepage_slider",link_url:t.toLowerCase()};l.Xj.pushDataLayer(s)},navigationTagging(){let e;e=this.automaticslider?this.$refs.swiper.$swiper.realIndex+1:this.$refs.swiper.$swiper.activeIndex+1;let t=this.slides[e-1];console.log(e,this.swipeMethod);let i={event:"uaevent",ecommerce:"undefined",event_name:"slider_button_click",eventCategory:"homepage",eventAction:"select::slider navigation elements",eventLabel:`${this.swipeMethod?this.swipeMethod:"swipe"}::${this.removeHtmlAndSpecialChars(t.SliderTitle).toLowerCase()}::${e}`,cta_name:`${this.swipeMethod?this.swipeMethod:"swipe"}::${this.removeHtmlAndSpecialChars(t.SliderTitle).toLowerCase()}::${e}`,module_name:`slider navigate::${this.swipeMethod?this.swipeMethod:"swipe"}`};l.Xj.pushDataLayer(i),this.swipeMethod=""},removeHtmlAndSpecialChars(e){const t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";return a.replaceAll("\n","")},autoTransition(){this.transition=setInterval((()=>{this.transitionSlide()}),this.transitionTime)},transitionSlide(){this.item=this.item+1,this.item>this.itemNo-1&&(this.item=0),this.touchEnd=!1}},beforeDestroy(){clearInterval(this.transition)}},np=rp,op=(0,u.A)(np,tp,ip,!1,null,null,null),lp=op.exports,cp=(0,s.fC)({components:{HomePageTransparencySlider:lp}}),dp=function(){var e=this,t=e._self._c;return t("div",{staticClass:"articleHeader__container"},[t("div",{staticClass:"articleHeader"},[t("picture",{staticClass:"articleHeader__image"},[t("source",{attrs:{srcset:e.initialData.NewArticleDesktopImage,media:"(min-width: 48em)"}}),e._v(" "),t("source",{attrs:{srcset:e.initialData.NewArticleMobileImage,media:"(max-width: 48em)"}}),e._v(" "),t("img",{attrs:{src:e.initialData.NewArticleMobileImage,alt:(e.isMobile,e.initialData.ArticleImageAlt),loading:"lazy"}})]),e._v(" "),t("div",{staticClass:"articleHeader__content"},[e.initialData.ArticleSubTitle?t("div",{staticClass:"articleHeader__content-subtitle",domProps:{innerHTML:e._s(e.initialData.ArticleSubTitle)}}):e._e(),e._v(" "),t("div",{staticClass:"articleHeader__content-title"},[t("h1",{domProps:{innerHTML:e._s(e.initialData.ArticleHeaderTitle)}})]),e._v(" "),t("div",{staticClass:"articleHeader__content-category"},[""!=e.initialData.Category?t("div",{staticClass:"articleHeader__content-category_icon"},[""!==e.initialData.CategoryIcon?t("img",{attrs:{src:e.initialData.CategoryIcon,alt:e.initialData.Category}}):e._e(),e._v(" "),e.initialData.Category?t("div",{staticClass:"articleHeader__content-category_icon_text"},[t("strong",[e._v(e._s(e.initialData.Category))])]):e._e()]):e._e(),e._v(" "),""!=e.initialData.DurationInfo?t("div",{staticClass:"articleHeader__content-category_read"},[t("div",{staticClass:"articleHeader__content-category_read-icon"},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"}},[t("circle",{attrs:{cx:"9.99928",cy:"10.0001",r:"6.11654",stroke:"white","stroke-width":"1.35923"}}),e._v(" "),t("path",{attrs:{d:"M10 6.60202V10.5664H12.8317",stroke:"white","stroke-width":"1.35923"}})])]),e._v(" "),t("div",{staticClass:"articleHeader__content-category_read-text"},[e._v("\n "+e._s(e.initialData.DurationInfo)+"\n ")])]):e._e()])])]),e._v(" "),e._t("breadcrum-slot"),e._v(" "),""!==e.initialData.Introduction?t("div",{staticClass:"articleHeader__intro"},[t("div",{staticClass:"articleHeader__introTxt container--is-maxwidth",domProps:{innerHTML:e._s(e.initialData.Introduction)}})]):e._e()],2)},up=[],pp={name:"article-header",props:{initialData:{type:Object,default:()=>{}},pageCategory:{type:String,required:!1,default:""}},data(){return{isMobile:!1}},mounted(){this.isMobile=window.innerWidth<1024,window.eventBus.$emit("transparent-header",!0)}},hp=pp,mp=(0,u.A)(hp,dp,up,!1,null,null,null),gp=mp.exports,vp=(0,s.fC)({components:{articleHeader:gp}}),_p=function(){var e=this,t=e._self._c;return t("div",{staticClass:"its_proven"},[t("div",{staticClass:"container--is-maxwidth its_proven-container"},[t("div",{staticClass:"its_proven__component"},[t("div",{staticClass:"title",domProps:{innerHTML:e._s(e.title)}}),e._v(" "),e.description?t("div",{staticClass:"its_proven__component_content",domProps:{innerHTML:e._s(e.description)}}):e._e()]),e._v(" "),t("div",{staticClass:"its_proven__card-wrapper",class:{"two-cards":e.cardsData.length<=2}},e._l(e.cardsData,(function(i,a){return t("div",{key:a,staticClass:"card-item",class:e.cardsData.length>2?"":"two-card-item"},[t("div",{staticClass:"card-item__image-wrapper"},[t("img",{attrs:{src:i.CardImage,alt:i.ImgAlt||i.CardDescription,loading:"lazy"}})]),e._v(" "),t("div",{staticClass:"card-item__content"},[t("div",{staticClass:"card-item__content__title"},[t("span",{domProps:{innerHTML:e._s(i.CardDescription)}}),e._v(" "),i.CtaLabel&&i.CtaLink?t("a",{staticClass:"cta--secondary cta--light",attrs:{href:i.CtaLink}},[e._v(e._s(i.CtaLabel))]):e._e()])])])})),0),e._v(" "),e.componentCtaLink&&e.componentCtaText?t("div",{staticClass:"its_proven__componentcta"},[e.componentCtaLink&&e.componentCtaText?t("a",{staticClass:"cta--secondary cta--light",attrs:{href:e.componentCtaLink}},[e._v(e._s(e.componentCtaText))]):e._e()]):e._e(),e._v(" "),e.componentDisclamier&&""!==e.componentDisclamier?t("div",{staticClass:"its_proven__disclamier",domProps:{innerHTML:e._s(e.componentDisclamier)}}):e._e()])])},fp=[],yp={name:"article-proven",props:{title:{type:String,default:"it’s proven"},description:{type:String,default:""},componentDisclamier:{type:String,default:""},componentCtaLink:{type:String,default:""},componentCtaText:{type:String,default:""},cardsData:{type:[Array,String],required:!1,default:void 0}}},bp=yp,wp=(0,u.A)(bp,_p,fp,!1,null,null,null),Cp=wp.exports,Sp=(0,s.fC)({components:{articleProven:Cp}}),kp=function(){var e=this,t=e._self._c;return t("div",{staticClass:"multipopin"},[t("div",{staticClass:"multipopin__container"},[t("modal",{ref:"modal",staticClass:"multipopin__container--modal"},[t("div",{staticClass:"multipopin__container__title"},[t("div",{staticClass:"multipopin__container__title--stamp_placeholder"},[""!==e.initialData.Stamp?t("div",{staticClass:"multipopin__container__title--stamp"},[e._v(e._s(e.truncate(e.initialData.Stamp,25))+"\n ")]):e._e()])]),e._v(" "),t("div",{staticClass:"multipopin__container__header"},[t("div",{staticClass:"multipopin__container__title--des",domProps:{innerHTML:e._s(e.truncate(e.initialData.Title,65))}}),e._v(" "),t("div",{staticClass:"multipopin__container__imgplaceholder"},[t("img",{attrs:{src:e.initialData.ImageUrl,alt:e.initialData.ImageUrlAlt}})]),e._v(" "),t("div",{staticClass:"multipopin__container__desplaceholder"},[t("div",{staticClass:"multipopin__container__footer--description",domProps:{innerHTML:e._s(e.truncate(e.initialData.Description,185))}})])]),e._v(" "),t("div",{staticClass:"multipopin__container__footer"},[t("div",{staticClass:"multipopin__container__footer--cta_placeholder"},[""===e.initialData.CtaTextDesktop||e.smallScreen||null===e.initialData.CtaLink?e._e():t("a",{class:"light"===e.initialData.CtaColor?"cta cta--light":"cta multipopin__container__footer--cta__dark ",attrs:{href:e.initialData.CtaLink,target:e.initialData.ctalinkTarget?"_blank":""},on:{click:function(t){e.setCookie(),e.gaTagging(e.initialData.CtaTextMobile,e.initialData.CtaTextDesktop,e.initialData.CtaLink,e.initialData.ctalinkTarget)}}},[e._v("\n "+e._s(e.initialData.CtaTextDesktop)+"\n ")]),e._v(" "),""!==e.initialData.CtaTextMobile&&!1===e.initialData.Dsf&&e.smallScreen&&null!==e.initialData.CtaLink?t("div",[t("a",{class:"light"===e.initialData.CtaColor?"cta cta--light":"cta multipopin__container__footer--cta__dark ",attrs:{href:e.initialData.CtaLink,target:e.initialData.ctalinkTarget?"_blank":""},on:{click:function(t){e.setCookie(),e.gaTagging(e.initialData.CtaTextMobile,e.initialData.CtaLink,e.initialData.ctalinkTarget)}}},[e._v(" "+e._s(e.initialData.CtaTextMobile)+" ")])]):e._e(),e._v(" "),""!==e.initialData.CtaTextMobile&&!0===e.initialData.Dsf&&e.smallScreen?t("div",[t("spotscan-embed",{attrs:{"data-tenant":e.dsfData.Tenant,"data-application":e.initialData.DSFApplication,"data-customer":e.dsfData.Customer,"data-country":e.dsfData.Country,"data-environment":e.dsfData.Environment,"data-touchpoint":e.dsfData.Touchpoint,"data-type":e.dsfData.Type,"data-loadingbg":e.dsfData.Loadingbackgroundcolor,"data-loadingmsg":e.dsfData.Loadingmessage,"csrf-token":"$WEBSITE_TOKEN","switch-ecom":e.dsfData.Switchecom,"data-dsf-tagging":e.dsfTagging(e.dsfData.EventProperties?e.dsfData.EventProperties.service_name:"",e.dsfData.EventProperties?e.dsfData.EventProperties.service_category:"",e.initialData.CtaTextMobile),"switch-autostart":e.dsfData.Switchautostart,"data-cta-label":e.initialData.CtaTextMobile,"data-cta":"light"===e.initialData.CtaColor?"cta cta--light":"cta multipopin__container__footer--cta__dark "},nativeOn:{click:function(t){return e.setCookie.apply(null,arguments)}}})],1):e._e()])])])],1)])},Lp=[],Tp={name:"multi-pop-in",components:{SpotscanEmbed:xr,Modal:je.A},props:{initialData:{type:Object,required:!0,default:""},dsfData:{type:Object,required:!0,default:""},productInfo:{type:String,required:!0,default:""},isMultiLang:{type:String,required:!0,default:"false"}},data(){return{smallScreen:!window.matchMedia("(min-width: 1024px)").matches,timeDelay:1e3*parseInt(this.initialData.DelaySetting)||1e3,timeOut:null}},mounted(){window.eventBus.$on("multipopin-close",(e=>{!0===e&&(this.setCookie(),document.body.classList.remove("multipopin-open"))}));let e=this.getCookie("multipopin"),t="",i="",a="";if("true"===this.isMultiLang&&(t=document.getElementsByTagName("html")[0].getAttribute("lang"),a=t?.toLowerCase()),console.log("language"+a),a){const t=this.getCookie(a);a!==t?(i="",e=""):(i=t,e="multipopin")}console.log("languagecookie"+i),console.log("cookieValue"+e),""===e&&""===i&&(console.log("trueeeeeee"),this.timeDelay>0?this.$nextTick((()=>{this.timeOut=setTimeout((()=>{console.log("showModal"),this.$children[0].$data.showModal=!0,document.body.classList.add("multipopin-open")}),this.timeDelay)})):this.$children[0].$data.showModal=!0)},methods:{getCookie(e){for(var t=e+"=",i=document.cookie.split(";"),a=0;a<i.length;a++){var s=i[a];while(" "==s.charAt(0))s=s.substring(1);if(0==s.indexOf(t))return s.substring(t.length,s.length)}return""},setCookie(){document.body.classList.remove("multipopin-open"),this.$children[0].$data.showModal=!1;let e=document.getElementsByTagName("html")[0].getAttribute("lang");""===e&&void 0===e||this.setcookieLang(e.toLowerCase());const t="multipopin",i="multipopin";var a=new Date;a.setTime(a.getTime()+3e4),document.cookie=t+"="+i+"; expires="+a.toString()+"; path=/; SameSite=Strict"},setcookieLang(e){const t=e,i=e;var a=new Date;a.setTime(a.getTime()+3e4),document.cookie=t+"="+i+"; expires="+a.toString()+"; path=/; SameSite=Strict"},truncate(e,t){const i=/(<[^>]+>)|([^<]+)/g;let a,s=0,r="";const n=[];while(null!==(a=i.exec(e))&&s<t){const[e,i,o]=a;if(i){if(r+=i,/^<[^\/!][^>]*[^\/]>$/.test(i)){const e=i.match(/^<(\w+)/)[1];n.push(e)}/^<\/(\w+)/.test(i)&&n.pop()}else o&&(s+o.length>t?(r+=o.slice(0,t-s),s+o.length>185&&""!=r&&(r+="..."),s=t):(r+=o,s+=o.length))}while(n.length>0){const e=n.pop();r+=`</${e}>`}return r},gaTagging(e="",t="",i="",a=""){var s=t;this.smallScreen&&(s=e);var r=window.location.origin+i;a&&(r=i),l.Xj.pushDataLayer({event:"uaevent",event_name:"body_button_click",ecommerce:"undefined",eventCategory:"",eventAction:"",eventLabel:"",cta_name:`${s.toLowerCase()}`,link_url:`${r}`,module_name:"multipurpose pop up component",product_info:`${this.productInfo}`})},dsfTagging(e="",t="",i=""){return{event:"uaevent",ecommerce:"undefined",event_name:"site_load_service",eventCategory:" ",eventAction:" ",eventLabel:" ",service_name:`${e}`,service_category:`${t}`,cta_name:`${i.toLowerCase()}`}}},beforeDestroy(){clearTimeout(this.timeOut)}},Dp=Tp,xp=(0,u.A)(Dp,kp,Lp,!1,null,null,null),Pp=xp.exports,Ap=(0,de.fC)({components:{MultiPopIn:Pp}}),Ip=function(){var e=this,t=e._self._c;return t("div",{staticClass:"safe_space_article"},[e.safeSpaceTitle?t("h2",{staticClass:"safe_space_article__title"},[e._v(e._s(e.safeSpaceTitle))]):e._e(),e._v(" "),e.highlightList?t("highlighted-article",{attrs:{"highlighted-items":e.highlightList,"title-uppercase":e.isTitleUppercase}}):e._e(),e._v(" "),e.articleList&&e.articleList.length?t("div",{staticClass:"safe_space_article__carousel"},[t("safe-space-carousel",{attrs:{"article-list-item":e.articleCarouselList,"count-text":e.countText,"title-uppercase":e.isTitleUppercase}})],1):e._e()],1)},Mp=[],Ep=function(){var e=this,t=e._self._c;return t("div",{staticClass:"highlighted_article"},[t("div",{staticClass:"highlighted_article__image"},[t("a",{attrs:{href:e.highlightedItems.Link},on:{click:function(t){return e.tagging()}}},[t("img",{attrs:{src:e.highlightedItems.Image,alt:e.highlightedItems.Title,loading:"lazy"}}),e._v(" "),t("div",{staticClass:"highlighted_article__category",class:[e.isRtl?"rtl-category":""]},[t("svg",{staticClass:"highlighted_article__category--icon",attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M14.2 16H5.8C4.80589 16 4 15.1941 4 14.2V4.6C4 4.26863 4.26863 4 4.6 4H13C13.3314 4 13.6 4.26863 13.6 4.6V11.8H16V14.2C16 15.1941 15.1941 16 14.2 16ZM13.6 13V14.2C13.6 14.5314 13.8686 14.8 14.2 14.8C14.5314 14.8 14.8 14.5314 14.8 14.2V13H13.6ZM12.4 14.8V5.2H5.2V14.2C5.2 14.5314 5.46863 14.8 5.8 14.8H12.4ZM6.4 7H11.2V8.2H6.4V7ZM6.4 9.4H11.2V10.6H6.4V9.4ZM6.4 11.8H9.4V13H6.4V11.8Z",fill:"white"}})]),e._v("\n "+e._s(e.highlightedItems.PageType)+"\n ")])])]),e._v(" "),t("div",{staticClass:"highlighted_article__right",class:[e.isRtl?"rtl-padding":""]},[t("a",{staticClass:"highlighted_article__right--link",attrs:{href:e.highlightedItems.Link},on:{click:function(t){return e.tagging()}}},[e.highlightedItems.Title?t("div",{staticClass:"highlighted_article__title",domProps:{innerHTML:e._s(e.truncate(e.highlightedItems.Title))}}):e._e(),e._v(" "),t("div",{staticClass:"highlighted_article__read-text"},[t("svg",{staticClass:"highlighted_article__read-text--icon",attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("circle",{attrs:{cx:"9.99976",cy:"10",r:"6.11654",stroke:"#767676","stroke-width":"1.35923"}}),e._v(" "),t("path",{attrs:{d:"M10 6.60193V10.5664H12.8317",stroke:"#767676","stroke-width":"1.35923"}})]),e._v("\n "+e._s(e.highlightedItems.Duration)+"\n ")])])])])},$p=[];function Vp(e){let t=e.split(/(<[^>]+>)/g),i=!0;for(let a=0;a<t.length;a++)t[a].match(/<[^>]+>/)?i=!0:(t[a]=t[a].replace(/\n/g,""),t[a]=t[a].replace(/(?:^|\.\s*|\:\s*)([a-z])/g,(function(e,t){return i=!1,e.replace(t,t.toUpperCase())})),i&&t[a].match(/^\s*[a-z]/)&&(t[a]=t[a].replace(/^\s*([a-z])/,(function(e,t){return e.replace(t,t.toUpperCase())}))));return t.join("")}var qp={name:"highlighted-article",props:{highlightedItems:{type:Object,default:void 0},titleLength:{type:Number,default:150},titleUppercase:{type:Boolean,default:!1}},computed:{isRtl(){let e=document.getElementById("main-container"),t=getComputedStyle(e);return"rtl"===t.direction}},methods:{tagging(){const e={event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:"",eventAction:"",eventLabel:"",cta_name:this.removeHtmlAndSpecialChars(this.highlightedItems.Title).toLowerCase(),link_url:`${window.location.origin+this.highlightedItems.Link}`,module_name:"article highlight component"};l.Xj.pushDataLayer(e)},removeHtmlAndSpecialChars(e){const t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";return a.replaceAll("\n","")},truncate(e){const t=(0,s.UX)(e,this.titleLength);return this.titleUppercase?Vp(t.toLowerCase()):t}}},Bp=qp,Op=(0,u.A)(Bp,Ep,$p,!1,null,null,null),Np=Op.exports,Fp=function(){var e=this,t=e._self._c;return t("div",{staticClass:"safe-space-carousel"},[e.articleListItem&&e.articleListItem.length?t("div",{staticClass:"safe-space-carousel__container"},[t("swiper",{ref:"swiper",staticClass:"swiper",attrs:{options:e.safesapceswiperOptions}},e._l(e.articleListItem,(function(i,a){return t("swiper-slide",{key:a+0,staticClass:"safe-space__carousel",attrs:{"data-index":a}},[t("safe-space-carousel-card",{attrs:{"article-item":i,"is-title-uppercase":e.titleUppercase}})],1)})),1),e._v(" "),e.desktopScreen&&!e.isRtl?t("div",{staticClass:"safe-space-carousel__navigation"},[t("div",{staticClass:"safe-space-carousel__arrow safe-space-carousel__arrow--left right-navigation",class:{disabled:e.swiperAtBegain},on:{click:function(t){return e.prev()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 3.99996L3.85762 0.146484L4.56547 0.853599L1.91619 3.50002L42 3.50003V4.50003L1.91628 4.50002L4.56548 7.14649L3.85762 7.85359L0 3.99996Z",fill:"black"}})])]),e._v(" "),t("div",{staticClass:"safe-space-carousel__arrow safe-space-carousel__arrow--right left-navigation",class:[e.swiperAtEnd||e.articleListItem.length<=3?"disabled":""],on:{click:function(t){return e.next()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 3.99996L38.1424 0.146484L37.4345 0.853599L40.0838 3.50002L1.90735e-05 3.50003V4.50003L40.0837 4.50002L37.4345 7.14649L38.1424 7.85359L42 3.99996Z",fill:"black"}})])])]):e._e(),e._v(" "),e.desktopScreen&&e.isRtl?t("div",{staticClass:"safe-space-carousel__navigation"},[t("div",{staticClass:"safe-space-carousel__arrow safe-space-carousel__arrow--right right-navigation",class:{disabled:e.swiperAtBegain},on:{click:function(t){return e.prev()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 3.99996L38.1424 0.146484L37.4345 0.853599L40.0838 3.50002L1.90735e-05 3.50003V4.50003L40.0837 4.50002L37.4345 7.14649L38.1424 7.85359L42 3.99996Z",fill:"black"}})])]),e._v(" "),t("div",{staticClass:"safe-space-carousel__arrow safe-space-carousel__arrow--left left-navigation",class:[e.swiperAtEnd||e.articleListItem.length<=3?"disabled":""],on:{click:function(t){return e.next()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 3.99996L3.85762 0.146484L4.56547 0.853599L1.91619 3.50002L42 3.50003V4.50003L1.91628 4.50002L4.56548 7.14649L3.85762 7.85359L0 3.99996Z",fill:"black"}})])])]):e._e(),e._v(" "),t("div",{staticClass:"safe-space-carousel--count"},[e._v("\n "+e._s(e.articleCountText)+"\n ")])],1):e._e()])},Hp=[],Rp=function(){var e=this,t=e._self._c;return t("div",{staticClass:"ss-carousel-card"},[t("a",{staticClass:"ss-carousel-card__link",attrs:{href:e.articleItem.Link},on:{click:function(t){return e.tagging(e.articleItem.Title,e.articleItem.Link)}}},[t("div",{staticClass:"ss-carousel-card__image"},[t("img",{attrs:{src:e.articleItem.Image,alt:e.articleItem.Title,loading:"lazy"}}),e._v(" "),t("div",{staticClass:"ss-carousel-card__category",class:[e.isRtl?"rtl-category":""]},[t("svg",{staticClass:"ss-carousel-card__category--icon",attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M14.2 16H5.8C4.80589 16 4 15.1941 4 14.2V4.6C4 4.26863 4.26863 4 4.6 4H13C13.3314 4 13.6 4.26863 13.6 4.6V11.8H16V14.2C16 15.1941 15.1941 16 14.2 16ZM13.6 13V14.2C13.6 14.5314 13.8686 14.8 14.2 14.8C14.5314 14.8 14.8 14.5314 14.8 14.2V13H13.6ZM12.4 14.8V5.2H5.2V14.2C5.2 14.5314 5.46863 14.8 5.8 14.8H12.4ZM6.4 7H11.2V8.2H6.4V7ZM6.4 9.4H11.2V10.6H6.4V9.4ZM6.4 11.8H9.4V13H6.4V11.8Z",fill:"white"}})]),e._v("\n "+e._s(e.articleItem.PageType)+"\n ")])]),e._v(" "),e.articleItem.Title?t("div",{staticClass:"ss-carousel-card__title",domProps:{innerHTML:e._s(e.truncate(e.articleItem.Title))}}):e._e(),e._v(" "),t("div",{staticClass:"ss-carousel-card__read-text"},[t("svg",{staticClass:"ss-carousel-card__read-text--icon",attrs:{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("circle",{attrs:{cx:"9.99976",cy:"10",r:"6.11654",stroke:"#767676","stroke-width":"1.35923"}}),e._v(" "),t("path",{attrs:{d:"M10 6.60193V10.5664H12.8317",stroke:"#767676","stroke-width":"1.35923"}})]),e._v("\n "+e._s(e.articleItem.Duration)+"\n ")])])])},jp=[],Up={name:"safe-space-carousel-card",props:{articleItem:{type:Object,default:void 0},titleLength:{type:Number,default:50},isTitleUppercase:{type:Boolean,default:!1}},computed:{isRtl(){let e=document.getElementById("main-container"),t=getComputedStyle(e);return"rtl"===t.direction}},methods:{tagging(e,t){const i={event:"uaevent",ecommerce:"undefined",event_name:"body_button_click",eventCategory:"",eventAction:"",eventLabel:"",cta_name:this.removeHtmlAndSpecialChars(e).toLowerCase(),link_url:`${window.location.origin+t}`,module_name:"article carousel component"};l.Xj.pushDataLayer(i)},removeHtmlAndSpecialChars(e){const t=new DOMParser,i=t.parseFromString(e,"text/html"),a=i.body.textContent||"";return a.replaceAll("\n","")},truncate(e){const t=(0,s.UX)(e,this.titleLength);return this.isTitleUppercase?Vp(t.toLowerCase()):t}}},zp=Up,Wp=(0,u.A)(zp,Rp,jp,!1,null,null,null),Gp=Wp.exports;Le.RC.use([Le.dK,Le.Vx]);const{Swiper:Yp,SwiperSlide:Kp}=De()(Le.RC);var Xp={name:"safe-space-carousel",components:{SafeSpaceCarouselCard:Gp,Swiper:Yp,SwiperSlide:Kp},props:{articleListItem:{type:Array,default:void 0},countText:{type:String,default:"of articles"},titleUppercase:{type:Boolean,default:!1}},data(){return{desktopScreen:window.matchMedia("(min-width: 768px)").matches,isMobile:window.innerWidth<=768,swiperAtEnd:!1,swiperAtBegain:!0,sliderIndex:window.innerWidth<=768?2:3,safesapceswiperOptions:{loop:!1,initialSlide:0,speed:500,centeredSlides:!1,slidesPerView:3,spaceBetween:16,navigation:{nextEl:".left-navigation",prevEl:".right-navigation"},breakpoints:{768:{slidesPerView:3,spaceBetween:16},360:{slidesPerView:2.2,spaceBetween:16},320:{slidesPerView:2.15,spaceBetween:16}}},ofText:"",articleText:""}},computed:{isRtl(){let e=document.getElementById("main-container"),t=getComputedStyle(e);return"rtl"===t.direction},articleCountText(){const e=this.countText?this.countText:"of articles",t=e.split(" "),i=this.articleListItem.length>this.sliderIndex?this.sliderIndex:this.articleListItem.length;return this.isRtl?`${t[1]} ${this.articleListItem.length} ${t[0]} ${i}`:`${i} ${t[0]} ${this.articleListItem.length} ${t[1]}`}},mounted(){this.$refs.swiper.swiperInstance.on("slideChange",(()=>{this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.touchEnd&&"arrow"!=this.swipeMethod&&(this.swipeMethod="swipe",this.sliderIndex=this.$refs.swiper.$swiper.isEnd?this.articleListItem.length:this.$refs.swiper.$swiper.activeIndex+2)})),this.$refs.swiper.swiperInstance.on("touchEnd",(()=>{this.touchEnd=!0})),this.$refs.swiper.swiperInstance.on("reachEnd",(()=>{this.sliderIndex=this.articleListItem.length})),window.addEventListener("resize",(()=>{this.isMobile=window.innerWidth<=768}))},methods:{prev(){this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swipeMethod="arrow",this.sliderIndex=this.sliderIndex-1},next(){this.swiperAtBegain=this.$refs.swiper.$swiper.isBeginning,this.swiperAtEnd=this.$refs.swiper.$swiper.isEnd,this.swipeMethod="arrow",this.sliderIndex=this.sliderIndex+1}}},Qp=Xp,Jp=(0,u.A)(Qp,Fp,Hp,!1,null,null,null),Zp=Jp.exports,eh={name:"safe-space-articles",components:{HighlightedArticle:Np,SafeSpaceCarousel:Zp},props:{safeSpaceTitle:{type:String,default:""},highlightedArticle:{type:Array,default:void 0},articleList:{type:Array,default:void 0},isConcernData:{type:Boolean,default:!1},countText:{type:String,default:"of articles"},isTitleUppercase:{type:Boolean,default:!1}},data(){return{highlightList:{},articleCarouselList:this.articleList?this.articleList:[]}},mounted(){this.initialData()},methods:{initialData(){const e=this.articleCarouselList;this.highlightedArticle&&this.highlightedArticle.length?this.highlightList=this.highlightedArticle[0]:(this.highlightList=e?e.shift():[],this.articleCarouselList=e)}}},th=eh,ih=(0,u.A)(th,Ip,Mp,!1,null,null,null),ah=ih.exports,sh=function(){var e=this,t=e._self._c;return t("div",{ref:"dropdownFilter",staticClass:"safe-space-filter"},[e.mainTitle?t("h1",{staticClass:"safe-space__main-title",domProps:{innerHTML:e._s(e.mainTitle)}}):e._e(),e._v(" "),t("div",{staticClass:"safe-space-filter__container",class:e.isSticky?"ss-filter_sticky":""},[t("button",{ref:"filterDropdown",staticClass:"safe-space-filter__button",class:[e.isRtl?"rtl_button":""],on:{click:function(t){e.isListOpen=!e.isListOpen,e.setScroll()}}},[e._v("\n "+e._s(e.truncateString(e.selectedItem.TerritoryItemid?e.selectedItem.TerritoryTittle:e.filterLabel,27))+"\n "),t("svg",{class:e.isListOpen&&e.isSticky?"arrow--up":"",attrs:{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.9248 8.42397L12.5007 16.8482L4.07628 8.42398L4.92479 7.57544L12.5007 15.1512L20.0763 7.57545L20.9248 8.42397Z",fill:"black"}})])]),e._v(" "),e.isListOpen?t("div",{staticClass:"safe-space-filter__list",class:[e.isSticky?"ss-filter--bottom":""]},[t("ul",{staticClass:"safe-space-filter__list--ul",class:[e.filterList.length>4&&e.isOncology?"safe-space-filter__list--four":"safe-space-filter__list--five"]},[e._l(e.fitlerItemList,(function(i,a){return[i.show?t("li",{key:a,staticClass:"safe-space-filter__list--item",class:[e.selectedItem.TerritoryItemid===i.TerritoryItemid?"active":"",e.isRtl?"rtl-list-item":""],on:{click:function(t){return e.selectFilter(i)}}},[t("a",{attrs:{href:"javascript:void(0);"}},[e._v("\n "+e._s(e.truncateString(i.TerritoryTittle,50))+"\n "),e.selectedItem.TerritoryItemid===i.TerritoryItemid?t("svg",{attrs:{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.501 6.20605L8.16835 14.5534L3.44824 8.81776L4.22039 8.18232L8.27836 13.1134L16.8343 5.46069L17.501 6.20605Z",fill:"black"}})]):e._e()])]):e._e()]}))],2),e._v(" "),e.oncologyDetails&&""!==e.oncologyDetails.Link?t("div",{staticClass:"safe-space-filter__list--sticky",class:e.isRtl?"filter-sticky-rtl":""},[t("a",{attrs:{href:e.oncologyDetails.Link,target:"external"===e.oncologyDetails.LinkType?"_blank":"_self"},on:{click:function(t){return e.tagging(e.oncologyDetails.CtaLabel)}}},[e._v("\n "+e._s(e.oncologyDetails.CtaLabel)+"\n "),t("svg",{attrs:{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.7314 11.9999L16.7314 8L15.9975 8.73399L18.7446 11.4811L4.2683 11.4811V12.5191L18.7443 12.5191L15.9975 15.266L16.7314 16L20.7314 11.9999Z",fill:"white"}})])])]):e._e()]):e._e()])])},rh=[],nh={name:"safe-space-filter",directives:{clickoutside:Mt.K},props:{filterList:{type:Array,default:void 0},oncologyDetails:{type:Object,default:void 0},titleLength:{type:String,default:"45"},filterLabel:{type:String,default:"Search By Your Concern"},mainTitle:{type:String,default:""}},data(){return{isListOpen:!1,selectedItem:this.filterLabel?this.filterLabel:"",isOncology:this.oncologyDetails&&""!==this.oncologyDetails.Link,isSticky:!1,isMobile:window.innerWidth<=768,filterItems:this.filterList}},computed:{fitlerItemList(){return this.filterList.map(((e,t)=>({...e,show:!(0===t&&this.selectedItem&&!this.selectedItem.TerritoryItemid)})))},isRtl(){let e=document.getElementById("main-container"),t=getComputedStyle(e);return"rtl"===t.direction}},mounted(){const e=new URLSearchParams(window.location.search),t=e.get("q");if(t&&""!==t){const e=this.filterList.filter((e=>e.TerritoryTittle.toLowerCase()===t))[0];this.selectedItem=e,this.$nextTick((()=>{window.eventBus.$emit("safeSpaceFilterSelected",!1),this.getConcernData()}))}else this.$store.dispatch("storeInitialFilterData",this.filterList);if(document.addEventListener("click",this.closeDropDown),this.isMobile){const e=this.$refs.dropdownFilter,t=new window.IntersectionObserver((([e])=>{e.isIntersecting?this.isSticky=!1:this.isSticky=!0}),{root:null,threshold:.1});t.observe(e),document.addEventListener("scroll",this.mobileCloseDropdown)}},destroyed(){window.removeEventListener("scroll",this.mobileCloseDropdown),window.removeEventListener("click",this.closeDropDown)},methods:{selectFilter(e){this.isListOpen=!1,null!==e.TerritoryItemid&&e.TerritoryItemid!==this.selectedItem.TerritoryItemid?(this.selectedItem=e,window.eventBus.$emit("safeSpaceFilterSelected",!1),this.getConcernData()):(this.selectedItem=this.filterList[0],window.history.pushState({},null,window.location.href.split("?")[0]),window.eventBus.$emit("safeSpaceFilterSelected",!0)),this.tagging(e.TerritoryTittle)},async getConcernData(){const e={isFilter:!0,filterListId:this.selectedItem.TerritoryItemid,filterLabel:this.selectedItem.TerritoryTittle};await this.$store.dispatch("fetchConcerns",e)},truncateString(e,t){const i=window.innerWidth<=500?t:Number(this.titleLength);return e&&e.length>=Number(i)&&(50!=t||window.innerWidth<=500)?e.substring(0,i)+"...":e},setScroll(){this.isListOpen&&this.$nextTick((()=>{const e=document.querySelectorAll(".safe-space-filter__list--item");if(e){let t=0;e.forEach(((e,i)=>{(this.isOncology&&i<4||!this.isOncology&&i<5)&&(t=e.offsetHeight+t)})),document.querySelector(".safe-space-filter__list--ul").setAttribute("style","max-height:"+t+"px")}}))},closeDropDown(e){!this.$refs.filterDropdown.contains(e.target)&&this.isListOpen&&(this.isListOpen=!1)},tagging(e){const t={event:"uaevent",event_name:"use_filters",ecommerce:"undefined",eventCategory:"",eventAction:"",eventLabel:"",filter_type:"filter",filter_value:"concern::"+e.toLowerCase()};l.Xj.pushDataLayer(t)},mobileCloseDropdown(e){this.closeDropDown(e)}}},oh=nh,lh=(0,u.A)(oh,sh,rh,!1,null,null,null),ch=lh.exports,dh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"safe_space_concerns"},[e.getFilterConcerns&&e.getFilterConcerns.length&&e.showConcerns?t("div",{staticClass:"safe_space_concerns__container"},e._l(e.getFilterConcerns,(function(i,a){return t("div",{key:a+1},[t("safe-space-articles",{attrs:{"safe-space-title":i.Title,"highlighted-article":i.HighlightedItems,"article-list":i.ArticleItems,"count-text":i.CountText,"is-concern-data":!0,"is-title-uppercase":e.isTitleUppercase}})],1)})),0):e._e(),e._v(" "),e.getNoMoreConcerns?e._e():t("div",{staticClass:"loader-container"},[t("div",{ref:"loadMore",staticClass:"loadMore-trigger"}),e._v(" "),t("transition",{attrs:{name:"fade"}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.concernLoading,expression:"concernLoading"}],staticClass:"loader-css"},[e._v("Loading")])])],1)])},uh=[];function ph(e){const t=e.replace(/^\?/,"");return t?t.split("&").reduce(((e,t)=>{const i=t.split("=")[0],a=decodeURIComponent(t.split("=")[1]).trim();return a&&(e[i]=a.split(",")),e}),{}):{}}var hh={name:"safe-space-concerns",components:{SafeSpaceArticles:ah},props:{concernList:{type:Array,default:void 0},isTitleUppercase:{type:Boolean,default:!1}},data(){return{stop:!1,filterSelected:!1,listArticleItem:this.concernList&&this.concernList.length?this.concernList:[],showConcerns:!0}},computed:{...(0,dt.L8)(["getFilterConcerns"]),...(0,dt.L8)(["getNoMoreConcerns","getTotalConcernsCount","concernLoading"]),isFilterEnabled(){let e=!1,t=ph(window.location.search),i=Object.keys(t);for(let a=0;a<i.length;a++)if(t[i[a].length]){e=!0;break}return e}},created(){window.addEventListener("scroll",this.handleScroll)},destroyed(){window.removeEventListener("scroll",this.handleScroll)},mounted(){this.getInitialConcernData(),window.eventBus.$on("safeSpaceFilterSelected",(e=>{this.filterSelected=!e,this.showConcerns=!1,this.getInitialConcernData()}))},methods:{async handleScroll(){const e={isFilter:!1,filterId:""},t=this.$refs.loadMore.getBoundingClientRect();t.top<=window.innerHeight&&!this.stop&&!this.getNoMoreConcerns&&!this.filterSelected&&(this.stop=!0,this.getFilterConcerns.length>=3&&await this.$store.dispatch("fetchConcerns",e),this.stop=!1)},getInitialConcernData(){this.listArticleItem&&this.$nextTick((()=>{this.filterSelected||(this.$store.dispatch("storeInitialConcernData",this.listArticleItem),this.$store.dispatch("storeTotalConcernCount",this.listArticleItem.length)),this.showConcerns=!0}))}}},mh=hh,gh=(0,u.A)(mh,dh,uh,!1,null,null,null),vh=gh.exports;const _h=e=>Object.keys(e).reduce(((t,i)=>(e[i]&&(e[i]instanceof Array?t.push(encodeURIComponent(i)+"="+encodeURIComponent(e[i].join(","))):t.push(encodeURIComponent(i)+"="+encodeURIComponent(e[i]))),t)),[]).join("&"),fh={};async function yh(e=""){const t=_h({ItemId:e}),i="/api/dermadvicefilter/loadmorearticle",a=`${i}${t}`;if(fh[a])return await fh[a];const s=await fetch(i,{method:"POST",body:t,headers:{"Content-Type":"application/x-www-form-urlencoded;charset=UTF-8"}});let r=await s.json();return fh[a]=r,r}function bh(e){return e.forEach((e=>{let t=e.ArticleItems;e.HighlightedItems||(e.HighlightedItems=t?[t.shift()]:[],e.ArticleItems=t)})),e}const wh={state:{loading:!1,filterConcerns:[],filterId:"",initialConcernData:[],filterDropdownData:[],noMoreConcerns:!1,totalConcernCount:0,initialConcernCount:0},mutations:{loading(e,t){e.loading=t},initialConcernData(e,t){e.filterConcerns=[],e.initialConcernData=[],e.noMoreConcerns=!1,t.forEach((t=>{e.initialConcernData.push(t)})),e.initialConcernData.forEach((t=>{e.filterConcerns.push(t)}))},filterDropdownData(e,t){t.forEach((t=>{e.filterDropdownData.push(t)}))},filterId(e,t){e.filterId=t},filterConcerns(e,t){let i=t;i.forEach((t=>{e.filterConcerns.push(t)}))},totalConcernCount(e,t){e.totalConcernCount=t},noMoreConcerns(e,t){e.noMoreConcerns=t},clearConcerns(e){e.filterConcerns=[],e.initialConcernData.forEach((t=>{e.filterConcerns.push(t)})),e.totalConcernCount=e.initialConcernCount}},actions:{clearConcerns({commit:e}){e("clearConcerns")},storeInitialConcernData({commit:e,state:t},i){if(t.initialConcernData&&t.initialConcernData.length){const i=bh(t.initialConcernData);e("initialConcernData",i)}else{const t=bh(i);e("initialConcernData",t)}},storeResetConcernData({commit:e}){e("resetConcernData")},storeInitialFilterData({commit:e},t){e("filterDropdownData",t)},storeTotalConcernCount({commit:e,state:t},i){t.initialConcernCount=i,e("totalConcernCount",i)},async fetchConcerns({commit:e,state:t},i){let a="";if(i.isFilter){a=i.filterListId,t.filterConcerns=[];const e=`${window.location.protocol}//${window.location.host}${window.location.pathname}?${_h({q:i.filterLabel.toLowerCase()})}`;window.history.pushState({},"",e)}else a=t.filterDropdownData[t.totalConcernCount+1]?t.filterDropdownData[t.totalConcernCount+1].TerritoryItemid:"";if(a){e("loading",!0);const i=await yh(a);if(i.success&&0!==i.data.length){e("noMoreConcerns",!1),e("totalConcernCount",t.filterConcerns.length+1);const a=bh([i.data]);e("filterConcerns",a)}else i.success||0!==i.data.length||e("noMoreConcerns",!0);e("loading",!1)}}},getters:{getFilterConcerns:e=>e.filterConcerns,getNoMoreConcerns:e=>e.noMoreConcerns,getTotalConcernsCount:e=>e.totalConcernCount,concernLoading:e=>e.loading}};var Ch=(0,s.fC)({components:{SafeSpaceArticles:ah,SafeSpaceFilter:ch,SafeSpaceConcerns:vh}}),Sh=(0,s.fC)({components:{HighlightedArticle:Np}}),kh=(0,s.fC)({components:{SafeSpaceCarousel:Zp,SafeSpaceCarouselCard:Gp}}),Lh=function(){var e=this,t=e._self._c;return e.initialData.IsEnable?t("div",{staticClass:"lead-magnet"},[t("div",{staticClass:"lead-magnet__content",domProps:{innerHTML:e._s(e.initialData.HtmlDiv)}}),e._v(" "),t("div",{staticClass:"lead-magnet__img"},[t("responsive-image",{attrs:{srcset:e.srcset}},[t("img",{attrs:{src:"/frontend/master/images/placeholder.png",alt:e.initialData.ImageAlt}}),e._v(" "),t("noscript",[t("img",{attrs:{src:e.initialData.image,alt:e.initialData.ImageAlt}})])])],1)]):e._e()},Th=[],Dh={name:"lead-magnet",components:{ResponsiveImage:_["default"]},props:{initialData:{type:Object,default:()=>{}},srcset:{type:Object,default:()=>{}}},mounted(){const e=document.createElement("script");e.type="text/javascript",e.text=this.initialData.Script,document.head.append(e)}},xh=Dh,Ph=(0,u.A)(xh,Lh,Th,!1,null,null,null),Ah=Ph.exports,Ih=(0,s.fC)({components:{LeadMagnet:Ah}}),Mh=function(){var e=this,t=e._self._c;return t("div",{staticClass:"true-or-false"},[t("div",{staticClass:"true-or-false__title",domProps:{innerHTML:e._s(e.initialData.Title)}}),e._v(" "),t("div",{staticClass:"swiper-container"},[t("div",{staticClass:"swiper-wrapper"},e._l(e.slides,(function(i,a){return t("div",{key:a,staticClass:"swiper-slide",attrs:{"data-index":a}},[t("div",{staticClass:"true-or-false__container--cards__card",class:[{"fliper-active":e.toggleFlipIdx===a}]},[t("div",{staticClass:"card-view",class:[{fliper:e.toggleFlipIdx===a}]},[t("div",{staticClass:"front"},[t("div",{staticClass:"true-or-false__container--cards__card-imagewrapper"},[t("img",{staticClass:"swiper-lazy",attrs:{alt:i.ImageAlt,src:i.ImageSrc}})]),e._v(" "),t("div",{staticClass:"true-or-false__container--cards__card_content"},[t("div",{staticClass:"true-or-false__container--cards__card_content-title",domProps:{innerHTML:e._s(i.Question)}}),e._v(" "),t("div",{staticClass:"true-or-false__container--cards__card_content-footer"},[t("button",{attrs:{"data-index":a},on:{click:function(t){return t.preventDefault(),e.toggleFlip(a)}}},[t("svg",{attrs:{width:"40",height:"41",viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M0 20.5059C0 9.46017 8.95431 0.505859 20 0.505859C31.0457 0.505859 40 9.46017 40 20.5059C40 31.5516 31.0457 40.5059 20 40.5059C8.95431 40.5059 0 31.5516 0 20.5059Z",fill:"white"}}),e._v(" "),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.401 15.953L17.2019 25.9698L11.5377 19.0871L12.4643 18.3245L17.3339 24.2418L27.601 15.0586L28.401 15.953Z",fill:"black"}})])]),e._v(" "),t("button",{attrs:{"data-index":a},on:{click:function(t){return t.preventDefault(),e.toggleFlip(a)}}},[t("svg",{attrs:{width:"40",height:"41",viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M0 20.5059C0 9.46017 8.95431 0.505859 20 0.505859C31.0457 0.505859 40 9.46017 40 20.5059C40 31.5516 31.0457 40.5059 20 40.5059C8.95431 40.5059 0 31.5516 0 20.5059Z",fill:"white"}}),e._v(" "),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.1514 20.5058L11.5757 28.0815L12.4242 28.9301L19.9999 21.3543L27.5757 28.9301L28.4242 28.0815L20.8485 20.5058L28.4242 12.9301L27.5757 12.0815L19.9999 19.6573L12.4242 12.0815L11.5757 12.9301L19.1514 20.5058Z",fill:"black"}})])])])])]),e._v(" "),t("div",{staticClass:"back true-or-false__container--cards__card_content"},[t("div",{staticClass:"true-or-false__container--cards__card_content--text"},[t("div",{staticClass:"true-or-false__container--cards__card_content-icon"},[i.TrueOrFalse?t("div",[t("svg",{attrs:{width:"40",height:"41",viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M0 20.5059C0 9.46017 8.95431 0.505859 20 0.505859C31.0457 0.505859 40 9.46017 40 20.5059C40 31.5516 31.0457 40.5059 20 40.5059C8.95431 40.5059 0 31.5516 0 20.5059Z",fill:"white"}}),e._v(" "),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.401 15.953L17.2019 25.9698L11.5377 19.0871L12.4643 18.3245L17.3339 24.2418L27.601 15.0586L28.401 15.953Z",fill:"black"}})])]):e._e(),e._v(" "),i.TrueOrFalse?e._e():t("div",[t("svg",{attrs:{width:"40",height:"41",viewBox:"0 0 40 41",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{d:"M0 20.5059C0 9.46017 8.95431 0.505859 20 0.505859C31.0457 0.505859 40 9.46017 40 20.5059C40 31.5516 31.0457 40.5059 20 40.5059C8.95431 40.5059 0 31.5516 0 20.5059Z",fill:"white"}}),e._v(" "),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.1514 20.5058L11.5757 28.0815L12.4242 28.9301L19.9999 21.3543L27.5757 28.9301L28.4242 28.0815L20.8485 20.5058L28.4242 12.9301L27.5757 12.0815L19.9999 19.6573L12.4242 12.0815L11.5757 12.9301L19.1514 20.5058Z",fill:"black"}})])])]),e._v(" "),t("div",{staticClass:"true-or-false__container--cards__card_content-header",domProps:{innerHTML:e._s(i.Title)}}),e._v(" "),t("div",{staticClass:"true-or-false__container--cards__card_content-description",domProps:{innerHTML:e._s(i.Description)}}),e._v(" "),null!=i.CtaLink?t("div",{staticClass:"true-or-false__container--cards__card_content-cta"},[t("a",{staticClass:"cta--secondary",attrs:{href:i.CtaLink},on:{click:function(t){return e.btnTagging(i.CtaLink)}}},[e._v(e._s(e.ctaLabel))])]):e._e()]),e._v(" "),t("div",{staticClass:"true-or-false__container--cards__card_content--close"},[t("button",{staticClass:"flip__card--close",attrs:{"data-index":"-1"},on:{click:function(t){e.toggleFlip(-1),e.toggleFlipIdx=-1}}},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.1514 11.9999L3.57568 19.5757L4.42421 20.4242L11.9999 12.8485L19.5757 20.4242L20.4242 19.5757L12.8485 11.9999L20.4242 4.42421L19.5757 3.57568L11.9999 11.1514L4.42421 3.57568L3.57568 4.42421L11.1514 11.9999Z",fill:"black"}})])])])])])])])})),0),e._v(" "),e.desktopScreen?e._e():t("div",{staticClass:"swiper-pagination",class:1===e.initialData.ListItems.length?"disable":"",attrs:{slot:"pagination"},slot:"pagination"}),e._v(" "),e.desktopScreen?t("div",{staticClass:"true-or-false-carousel__navigation"},[t("div",{staticClass:"true-or-fasle-carousel__arrow true-or-faslecarousel__arrow--left swiper-button-prev",class:(!0===e.swiperAtBegain?"":"disabled")||(1===e.initialData.ListItems.length?"disabled":""),on:{click:function(t){return e.prev()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 3.99996L3.85762 0.146484L4.56547 0.853599L1.91619 3.50002L42 3.50003V4.50003L1.91628 4.50002L4.56548 7.14649L3.85762 7.85359L0 3.99996Z",fill:"black"}})])]),e._v(" "),t("div",{staticClass:"true-or-fasle-carousel__arrow true-or-fasle-carousel__arrow--right swiper-button-next",class:(!0===e.swiperAtEnd?"":"disabled")||(1===e.initialData.ListItems.length?"disabled":""),on:{click:function(t){return e.next()}}},[t("svg",{attrs:{width:"42",height:"8",viewBox:"0 0 42 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42 3.99996L38.1424 0.146484L37.4345 0.853599L40.0838 3.50002L1.90735e-05 3.50003V4.50003L40.0837 4.50002L37.4345 7.14649L38.1424 7.85359L42 3.99996Z",fill:"black"}})])])]):e._e()])])},Eh=[],$h=i(7452),Vh={name:"true-or-false",props:{initialData:{type:Object,required:!0},ctaLabel:{type:String,required:!0},pageCtegory:{type:String,default:"pagecategory"},navTaggingLabel:{type:[String,Array],required:!1,default:""}},data(){return{swiper:null,activeIndex:0,toggleFlipIdx:null,desktopScreen:window.matchMedia("(min-width: 768px)").matches,swiperAtEnd:!0,swiperAtBegain:!1}},computed:{slides(){return this.initialData.ListItems},slidesLoop(){return this.slides.length>2}},mounted(){const e=this;e.initSwiper(),e.$nextTick((()=>{e.swiper.on("click",(()=>{e.attachEventListeners()})),e.attachEventListeners()})),this.desktopScreen||this.swiper.pagination.bullets.on("click",(e=>{let t=parseInt(e.target.dataset.index);this.navigationTagging(t,"dot")}))},methods:{initSwiper(){this.swiper=new $h["default"](".true-or-false .swiper-container",{loop:this.slidesLoop,slidesPerView:3,centeredSlides:!0,spaceBetween:0,speed:350,noSwiping:!1,allowTouchMove:!this.desktopScreen,keyboard:!0,a11y:!0,effect:"coverflow",coverflowEffect:{depth:380,modifier:1,slideShadows:!1},navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev"},pagination:{el:".swiper-pagination",clickable:!0,type:"bullets",renderBullet:e=>`<div class="swiper-pagination-bullet" data-type="dot" data-index="${e}"></div>`},breakpoints:{320:{slidesPerView:1.2,coverflowEffect:{depth:0}},640:{slidesPerView:3}},on:{realIndexChange:this.onSlideChange}})},toggleFlip(e){let t=document;if(this.toggleFlipIdx=e,t.querySelectorAll(".true-or-false__container--cards__card").forEach((e=>{e.classList.remove("fliper-active"),e.classList.remove("fliper")})),-1!==e){let i=t.querySelectorAll('[data-swiper-slide-index="'+e+'"]');i.forEach((e=>{e.getElementsByClassName("true-or-false__container--cards__card")[0].classList.add("fliper-active"),e.getElementsByClassName("card-view")[0].classList.add("fliper")}))}},onSlideChange(){this.attachEventListeners()},attachEventListeners(e){const t=e||document.querySelectorAll(".swiper-slide-duplicate button");t.forEach((e=>{e.removeEventListener("click",this.handleClick),e.addEventListener("click",this.handleClick)}))},handleClick(e){if(e){const t=e.currentTarget.getAttribute("data-index"),i=e.currentTarget.closest(".true-or-false__container--cards__card").classList;this.toggleFlip(parseInt(t,10)),i.contains("fliper")||i.add("fliper"),e.currentTarget.classList.contains("flip__card--close")&&i.remove("fliper")}},next(){this.swiperAtBegain=!0,this.slidesLoop||(this.swiperAtEnd=!1);let e=parseInt(this.swiper.realIndex),t=e+1,i=this.slides.length;t===i&&(t=0),console.log("next"+t),this.navigationTagging(t,"arrow")},prev(){this.slidesLoop||(this.swiperAtEnd=!0,this.swiperAtBegain=!1);let e=parseInt(this.swiper.realIndex),t=e-1;0===parseInt(e)&&(t=this.slides.length-1),this.navigationTagging(t,"arrow")},decodeHtmlstring(e){let t=document.createElement("div");t.innerHTML=e;let i=t.innerText.replaceAll("\n"," ");return i},btnTagging(e){let t=window.location.origin+e,i=this.ctaLabel?this.ctaLabel.toLowerCase():"",a=this.decodeHtmlstring(this.initialData.Title);l.Xj.pushDataLayer({event:"uaevent",event_name:"body_button_click",ecommerce:"undefined",eventCategory:"",eventAction:"",eventLabel:"",cta_name:i,link_url:t,module_name:a.toLowerCase()})},navigationTagging(e,t){let i=this.navTaggingLabel[e],a=parseInt(e)+1;l.Xj.pushDataLayer({cta_name:`${t}::${i}::${a}`,ecommerce:"undefined",event:"uaevent",eventAction:"select::slider navigation elements",eventCategory:this.pageCtegory.toLowerCase(),eventLabel:`${t}::${i}::${a}`,event_name:"slider_button_click"})}}},qh=Vh,Bh=(0,u.A)(qh,Mh,Eh,!1,null,null,null),Oh=Bh.exports,Nh=(0,de.fC)({components:{TrueOrFalse:Oh}});let Fh=[];const Hh=e=>{Fh=Fh.map((t=>(e&&t.checkboxValue===e.textContent&&(t.isChecked=e.querySelector('input[type="checkbox"]').checked),t)))},Rh=()=>{const e=Fh.reduce(((e,t)=>t.isChecked?e+`${t.checkboxValue}::`:e),"");l.Xj.pushDataLayer({ecommerce:void 0,event:"uaevent",eventAction:"submit::diagnostic",eventCategory:"registration",eventLabel:e})},jh={name:"custom-form-analytics",inserted:(e,t)=>{Fh=[];const i=e.querySelectorAll(t.value.chckBoxContainersToWatchSelector);i.forEach((e=>{const t=e.querySelectorAll("label");t.forEach((e=>{Fh.push({checkboxValue:e.textContent,isChecked:e.querySelector('input[type="checkbox"]').checked}),e.addEventListener("click",(()=>{Hh(e)}))}))})),e.addEventListener("submit",(function(e){e.preventDefault(),Rh(Fh)}),!0)}},Uh={name:"click-extension",bind:(e,t)=>{const i=e,a=t.value.split(",");let s;s=void 0!==t.arg?i.querySelector(`a.${t.arg}`):i.querySelector("a"),a.forEach((e=>{const t=i.querySelectorAll(e);t.length?[].forEach.call(t,(e=>{e.onclick=()=>s.click(),e.style.cursor="pointer"})):console.warn(`Element <${e}> was provided in clickextention but not present within this component.`)}))}};let zh,Wh,Gh,Yh,Kh,Xh;const Qh={name:"equal-height",bind:(e,t)=>{zh=e,Wh=t.value.selector,Gh=t.value.media,Yh=zh.querySelectorAll(`.${Wh}`),window.matchMedia(Gh).matches&&setTimeout((()=>{Kh=[...Yh].map((e=>e.clientHeight)),Xh=Math.max(...Kh),[...Yh].forEach((e=>e.style.height=`${Xh}px`))}),300),o.B.$on("equalHeight::update",(e=>{Wh===e&&([...Yh].forEach((e=>e.style.height="")),setTimeout((()=>{Kh=[...Yh].map((e=>e.clientHeight)),Xh=Math.max(...Kh),[...Yh].forEach((e=>e.style.height=`${Xh}px`))}),300))})),o.B.$on("mediaquery::changed",(()=>{window.matchMedia(Gh).matches?([...Yh].forEach((e=>e.style.height="")),setTimeout((()=>{Kh=[...Yh].map((e=>e.clientHeight)),Xh=Math.max(...Kh),[...Yh].forEach((e=>e.style.height=`${Xh}px`))}),300)):[...Yh].forEach((e=>e.style.height=""))}))}},Jh={name:"prevent-body-scroll",inserted:(e,t)=>{const i=t.value;window.innerWidth<i.minResolution&&(i.openEvent?window.eventBus.$on(i.openEvent,(()=>{window.document.body.classList.add(i.bodyContollClass)})):window.document.body.classList.add(i.bodyContollClass),window.eventBus.$on(i.closeEvent,(()=>{window.document.body.classList.remove(i.bodyContollClass)})))}},Zh={...ue.h,name:"background"},em=150;function tm(e,t=em,i="..."){return e.length>t?e.trim().slice(0,t)+i:e}const im={name:"ellipsis",bind:(e,t)=>{const i=e,a=t.expression;i.innerHTML=tm(i.textContent,a)}};document.addEventListener("lazybeforeunveil",(e=>jt.B.$emit("image.lazybeforeunveil",e)));const am={name:"imageloaded",bind:e=>{const t=e.querySelector(".lazyload");jt.B.$on("image.lazybeforeunveil",(i=>{i.target===t&&e.classList.remove("image__loading")}))}},sm={bind:(e,t)=>{const i=e.querySelector(t.value);let a=!1;a=setInterval((()=>{e.clientHeight>0&&(clearInterval(a),setTimeout((()=>{i.style.bottom=`${e.clientHeight+1}px`}),300))}),100)}};var rm=i(6355);class nm{constructor(){this.keyboardUsageClassName="is-using-keyboard",this.wasUsingTab=!1,this.wasBound=!1,this.isTab=!1,this.bind()}bind(){document.addEventListener("keydown",this.handleKeyboardInput.bind(this),!0),document.addEventListener("mousedown",this.handleMouseInput.bind(this),!0),this.wasBound=!0}unbind(){document.removeEventListener("keydown",this.handleKeyboardInput.bind(this),!0),document.removeEventListener("mousedown",this.handleMouseInput.bind(this),!0),this.wasBound=!1}handleKeyboardInput(e){this.isTab="Tab"===e.key||"Tab"===e.code||9===e.keyCode,this.isTab&&!this.wasUsingTab&&document.body.classList.add(this.keyboardUsageClassName),this.wasUsingTab=this.isTab}handleMouseInput(){this.wasUsingTab&&document.body.classList.remove(this.keyboardUsageClassName),this.wasUsingTab=!1}static getInputHandler(){return this.$inputHandler=this.$inputHandler||new nm,this.$inputHandler}}var om={components:{LoadScript:X.A}};class lm{beforeMount(){if(void 0!==this.$el){this.domObj={};const e=this.$el.getElementsByTagName("*");let t=this.$el.getAttribute("key");""!==this.$el.id&&null!=t&&(this.domObj[this.$el.id]=t);const i=e.length;for(let a=0;a<i;a+=1){const i=e[a];if(t=i.getAttribute("key"),""!==i.id&&null!=t){if(void 0!==this.domObj[i.id])throw new RangeError(`The id ${i.id} is already set`);this.domObj[i.id]=t}}}}mounted(){if(this.domObj){let e=this.domObj[this.$el.id];e&&this.$el.setAttribute("key",e);const t=this.$el.getElementsByTagName("*"),i=t.length;for(let a=0;a<i;a+=1){const i=t[a];e=this.domObj[i.id],e&&i.setAttribute("key",e)}this.domObj={}}}static install(e){const{beforeMount:t,mounted:i}=new lm(e);e.mixin({beforeMount:t,mounted:i})}}i(9315);var cm=i(2758),dm=i(7324),um=i.n(dm),pm=i(1079),hm=i(3723);const mm=new Date,gm=Math.ceil(mm.getUTCDate()/7),vm=`${mm.getFullYear()}${(mm.getMonth()+1).toString().padStart(2,"0")}_${gm}`;{const e={NODE_ENV:"production",VUE_APP_LOCAL_ZONE_CUSTOMIZATION_GLOBAL_VAR:"LOCAL_ZONE_PLUGIN_NAME",BASE_URL:"/frontend/master/"}.VUE_APP_CURRENT_WEBSITE||"LRP";(0,hm.k)(`/service-worker.${e}.js?v=${vm}`,{ready(){console.log("App is being served from cache by a service worker.\nFor more details, visit https://goo.gl/AFskqB"),"serviceWorker"in navigator&&(navigator.serviceWorker.controller&&(navigator.serviceWorker.controller.postMessage({command:"updateCacheVersion"}),console.log("Cache Version updated for offline use.")),"PeriodicSyncManager"in window?navigator.serviceWorker.ready.then((async e=>{try{await e.periodicSync.register({tag:"lrp-periodic-sync",minInterval:864e5}),console.log("Periodic sync registered!")}catch(t){console.log("Periodic sync could not be registered!",t.message),console.log("Please check browser permissions and compatibility.")}})):console.log("Periodic Sync API not supported."))},cached(){console.log("Content has been cached for offline use.")},updated(e){console.log("New content is available; please refresh."),caches.keys().then((function(e){for(const t of e)caches.delete(t)})),e.unregister().then((()=>{window.location.reload()}))},offline(){console.log("No internet connection found. App is running in offline mode.")},error(e){console.error("Error during service worker registration:",e)}}),navigator.serviceWorker&&navigator.serviceWorker.addEventListener("message",(e=>{console.log("Message from service worker:",e.data)}))}a["default"].use(dt.Ay);const _m=new dt.Ay.Store({modules:{products:Qi,concerns:wh}});function fm(e,t){e.mixin({created:function(){this.$rfpStorelocator=Object.assign({locationIcon:"./../../images/Components/StoreLocator/location.png"},t)}})}var ym="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQQNKjuA9sz/AAABPUlEQVQ4y5WUPU7DQBCF3xoiKGgiISTKFC4SS4guJTfgEr7BNu44AAUVbWq3BCmFL0DlNnLhAsoIYrmNFImPIpJ/yG4C2+2bGb/3ZmYtOQ8xsTty6oYVenAFvoDGjHX8MGUqSdySUbEiZeJPPueRL+46yIiEGotLBye8knG9h0/IWThKeOaNMyfzgBy7r/2TK6/YCfUvL7zwcLAZCWn3esGGy859iMUy7Nlfdedwow+zbtNVKlKksi0x7xrs5mKIFSoS5r4psIpMLDHT0jw1aKaNCpU7hm85++O3NKbqOVgzY8a656LaSQokyRTaMmr01gq11FKhqVvT2pqiy5GS/KOtztEci2LJGTjTXashEbAg32fxLp9EgKUmae0fXO/meykrKrI/PKDeXObM3U/U+RMwBYXU6/vhAkmlj/0HzFHFfb48Ef4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDUtMDRUMTM6NDI6NTkrMDI6MDAWgw2JAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA1LTA0VDEzOjQyOjU5KzAyOjAwZ961NQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=";a["default"].use(fm,{locationIcon:ym}),a["default"].use(lm),a["default"].use(um()),a["default"].component("star-rating",fd()),a["default"].component("star-rating-wrapper",cm.A),Ut.nomockgetMqHandler({small:768,medium:1024}),l.Xj.getAnalyticsHandler(rm.Y),nm.getInputHandler(),a["default"].config.ignoredElements=["amp-story","amp-story-page","amp-img","amp-story-grid-layer","amp-video","amp-story-bookend"],a["default"].config.keyCodes={home:36,end:35},(0,pm.A)(a["default"],_m),screen.width<=600&&document.getElementsByClassName("fb_customer_chat_icon")[0]&&(document.getElementsByClassName("fb_customer_chat_icon")[0].style.bottom="65px !important"),window.RefAppMctb&&a["default"].use(window.RefAppMctb),window.RefAppRatingsAndReview&&a["default"].use(window.RefAppRatingsAndReview),window.RefAppIframe&&a["default"].use(window.RefAppIframe);var bm=(0,s.fC)({asyncImports:[{module:()=>i.e(42).then(i.bind(i,3340)),components:["Modal"]},{module:()=>i.e(612).then(i.bind(i,821)),components:["YoutubePlayer"]},{module:()=>Promise.all([i.e(797),i.e(162)]).then(i.bind(i,6849)),components:["ProductViewer","ColorVariant","VolumeVariant","buynow","addtocart","ProductViewerV2","ProductDescription","ColorVariantV2","VolumeVariantV2","ScrollRating"]},{module:()=>i.e(90).then(i.bind(i,4581)),components:["Sampler"]},{module:()=>i.e(90).then(i.bind(i,384)),components:["Notification"]},{module:()=>i.e(8).then(i.bind(i,1755)),components:["DateOfBirth","FieldSelect","FieldRadio","FieldTextarea","FieldInput","FieldHelp","FieldCheckbox","CustomFormNewsLetter","CustomFormContact","CustomFormRegister","CustomFormLogin","CustomFormEditPassword","CustomFormForgotPassword1","CustomFormForgotPassword2","CustomFormPersonalInfo","FormItem","FormGroup"]}],imports:[l.Ay,om,m,ts,C,vt,yn,Tn,En,Rn,lo,Fa,Ye,Ze,Ma,Oe,ce,tr,xs,Fe,Re,Vs,ds,Ea,fs,Ji,St,ot,Tt,ds,Bs,Ws,lr,nl,hl,ve,Ga,es,Wo,Zo,bl,Fl,Xs,zs,gr,Cr,Pr,Gl,qr,Ur,Qr,rn,pn,Vn,ko,Lo,Mo,No,tc,gc,Sc,Ac,Kc,rd,od,md,Sd,Ad,Ud,Bd,Qd,lc,su,ru,hu,bu,wu,to,wl,ku,Iu,Ou,zu,ep,cp,vp,Sp,Ap,Ch,Sh,kh,Ih,Nh],directives:{background:Zh,clickoutside:Mt.K,clickextension:Uh,equalheight:Qh,srcset:ue.h,imageloaded:am,ellipsis:im,sticky:zt,setposition:sm,customFormAnalytics:jh,preventBodyScroll:Jh,RelatedManualArticle:Cu},methods:{openAccessibility(){document.getElementById("accessibility-popup").classList.add("show"),window.eventBus.$emit("accessibility-click",!0)}},filters:{},store:_m});window.RefAppMctb&&a["default"].use(window.RefAppMctb),window.RefAppStoreLocator&&a["default"].use(window.RefAppStoreLocator),new a["default"](bm).$mount("#main-container")}},t={};function i(a){var s=t[a];if(void 0!==s)return s.exports;var r=t[a]={exports:{}};return e[a].call(r.exports,r,r.exports,i),r.exports}i.m=e,function(){var e=[];i.O=function(t,a,s,r){if(!a){var n=1/0;for(d=0;d<e.length;d++){a=e[d][0],s=e[d][1],r=e[d][2];for(var o=!0,l=0;l<a.length;l++)(!1&r||n>=r)&&Object.keys(i.O).every((function(e){return i.O[e](a[l])}))?a.splice(l--,1):(o=!1,r<n&&(n=r));if(o){e.splice(d--,1);var c=s();void 0!==c&&(t=c)}}return t}r=r||0;for(var d=e.length;d>0&&e[d-1][2]>r;d--)e[d]=e[d-1];e[d]=[a,s,r]}}(),function(){i.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return i.d(t,{a:t}),t}}(),function(){i.d=function(e,t){for(var a in t)i.o(t,a)&&!i.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})}}(),function(){i.f={},i.e=function(e){return Promise.all(Object.keys(i.f).reduce((function(t,a){return i.f[a](e,t),t}),[]))}}(),function(){i.u=function(e){return"js/"+({8:"custom-forms",42:"modal",90:"add-to-homescreen",162:"pdp-components",612:"youtube-player",797:"npm.vue-custom-scrollbar"}[e]||e)+"."+{8:"bd53f32c",42:"ace80269",90:"de404d09",162:"915fc22b",210:"312d4061",612:"90201e3d",797:"64d4cca4"}[e]+".js"}}(),function(){i.miniCssF=function(e){return"css/"+{8:"custom-forms",90:"add-to-homescreen",162:"pdp-components"}[e]+"."+{8:"605bb27b",90:"a31fb692",162:"5a5edc51"}[e]+".css"}}(),function(){i.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){var e={},t="wsf-master-lrp:";i.l=function(a,s,r,n){if(e[a])e[a].push(s);else{var o,l;if(void 0!==r)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var u=c[d];if(u.getAttribute("src")==a||u.getAttribute("data-webpack")==t+r){o=u;break}}o||(l=!0,o=document.createElement("script"),o.charset="utf-8",o.timeout=120,i.nc&&o.setAttribute("nonce",i.nc),o.setAttribute("data-webpack",t+r),o.src=a),e[a]=[s];var p=function(t,i){o.onerror=o.onload=null,clearTimeout(h);var s=e[a];if(delete e[a],o.parentNode&&o.parentNode.removeChild(o),s&&s.forEach((function(e){return e(i)})),t)return t(i)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),l&&document.head.appendChild(o)}}}(),function(){i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){i.p="/frontend/master/"}(),function(){if("undefined"!==typeof document){var e=function(e,t,a,s,r){var n=document.createElement("link");n.rel="stylesheet",n.type="text/css",i.nc&&(n.nonce=i.nc);var o=function(i){if(n.onerror=n.onload=null,"load"===i.type)s();else{var a=i&&i.type,o=i&&i.target&&i.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+a+": "+o+")");l.name="ChunkLoadError",l.code="CSS_CHUNK_LOAD_FAILED",l.type=a,l.request=o,n.parentNode&&n.parentNode.removeChild(n),r(l)}};return n.onerror=n.onload=o,n.href=t,a?a.parentNode.insertBefore(n,a.nextSibling):document.head.appendChild(n),n},t=function(e,t){for(var i=document.getElementsByTagName("link"),a=0;a<i.length;a++){var s=i[a],r=s.getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(r===e||r===t))return s}var n=document.getElementsByTagName("style");for(a=0;a<n.length;a++){s=n[a],r=s.getAttribute("data-href");if(r===e||r===t)return s}},a=function(a){return new Promise((function(s,r){var n=i.miniCssF(a),o=i.p+n;if(t(n,o))return s();e(a,o,null,s,r)}))},s={668:0};i.f.miniCss=function(e,t){var i={8:1,90:1,162:1};s[e]?t.push(s[e]):0!==s[e]&&i[e]&&t.push(s[e]=a(e).then((function(){s[e]=0}),(function(t){throw delete s[e],t})))}}}(),function(){var e={668:0};i.f.j=function(t,a){var s=i.o(e,t)?e[t]:void 0;if(0!==s)if(s)a.push(s[2]);else{var r=new Promise((function(i,a){s=e[t]=[i,a]}));a.push(s[2]=r);var n=i.p+i.u(t),o=new Error,l=function(a){if(i.o(e,t)&&(s=e[t],0!==s&&(e[t]=void 0),s)){var r=a&&("load"===a.type?"missing":a.type),n=a&&a.target&&a.target.src;o.message="Loading chunk "+t+" failed.\n("+r+": "+n+")",o.name="ChunkLoadError",o.type=r,o.request=n,s[1](o)}};i.l(n,l,"chunk-"+t,t)}},i.O.j=function(t){return 0===e[t]};var t=function(t,a){var s,r,n=a[0],o=a[1],l=a[2],c=0;if(n.some((function(t){return 0!==e[t]}))){for(s in o)i.o(o,s)&&(i.m[s]=o[s]);if(l)var d=l(i)}for(t&&t(a);c<n.length;c++)r=n[c],i.o(e,r)&&e[r]&&e[r][0](),e[r]=0;return i.O(d)},a=self["webpackChunkwsf_master_lrp"]=self["webpackChunkwsf_master_lrp"]||[];a.forEach(t.bind(null,0)),a.push=t.bind(null,a.push.bind(a))}();var a=i.O(void 0,[603,386,429,571,812,820,852,717,862,631,805,949,908,927,491,919],(function(){return i(282)}));a=i.O(a)})(); //# sourceMappingURL=all.11ca0850.js.map