(window.webpackJsonp=window.webpackJsonp||[]).push([[629,3,13,15,18,26,33,37,38,57,58,59,60,65,68,71,98,99,104,105,156,158,160,176,191,192,193,194,207,209,210,212,255,258,308,315,316,317,320,321,326,333,344,345,346,360,380,406,408,437,438,440,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,474,475,476,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,496,497,498,499,500,507,513,532,543,560],Array(881).concat([function(t,e,o){"use strict";o.r(e);o(69),o(40);var n={props:{image:{type:Object,default:null},position:{type:[String,Number],default:-1}},computed:{href:function(){return this.image.link?this.image.link:"javascript:void(0);"}},methods:{click:function(){this.$emit("jump",{image:this.image,position:this.position})}}},r=(o(896),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return t.image?e("a",{staticClass:"component-c-image",class:t.image.link&&"is-clickable",attrs:{href:t.href},on:{click:function(e){return e.preventDefault(),t.click.apply(null,arguments)}}},[e("img",{attrs:{src:t.image.value,alt:t.image.alt,title:t.image.title}})]):t._e()}),[],!1,null,null,null);e.default=component.exports},,function(t,e,o){"use strict";o.r(e);o(40);var n={props:{button:{type:Object,default:function(){return{}}},position:{type:Number,default:-1},customStyle:{type:Object,default:function(){}}},data:function(){return{}},computed:{},methods:{clickButton:function(){this.$emit("jump",{button:this.button,position:this.position})}}},r=(o(926),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-view-all-product-button"},[e("v-button",{staticClass:"component-home-view-all-product-button__box font-en-sc",style:t.customStyle,on:{click:t.clickButton}},[e("span",{staticClass:"component-home-view-all-product-button__text"},[t._v(t._s(t.button.label))])])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VButton:o(95).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],props:{ctas:{type:Array,default:function(){return[]}},isJump:{type:Boolean,default:!0},isHyperlink:{type:Boolean,default:!1},isBtn:{type:Boolean,default:!1},seriesName:{type:String,default:""}}},r=(o(936),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return t.ctas.length>0?e("div",{staticClass:"component-base-cta-link"},[t.isJump?t._l(t.ctas,(function(o,n){return e("div",{key:n,staticClass:"component-base-cta-link__item",class:{"is-hyperlink":t.isHyperlink,"is-btn":t.isBtn},attrs:{href:o.link},on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n,isJump:!0,seriesName:t.seriesName})}}},[e("span",{staticClass:"component-base-cta-link__item-text"},[t._v(t._s(o.text))])])})):t._l(t.ctas,(function(o,n){return e("a",{key:n,staticClass:"component-base-cta-link__item",class:{"is-hyperlink":t.isHyperlink,"is-btn":t.isBtn},attrs:{href:o.link},on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n,isJump:!1,seriesName:t.seriesName})}}},[e("span",{staticClass:"component-base-cta-link__item-text"},[t._v(t._s(o.text))])])}))],2):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],props:{videoId:{type:String,default:""},videoUrl:{type:String,default:""},posterUrl:{type:String,default:""},isAutoPlay:{type:Boolean,default:!0},isLoop:{type:Boolean,default:!0},isShowVideoControl:{type:Boolean,default:!0}},data:function(){return{videoIsLoadFinish:!1,playStatus:!0,muteStatus:!0,videoInfo:{width:0,height:0}}},computed:{},methods:{handleLoadedmetadata:function(t){var e=document.getElementById("".concat(this.videoId));this.videoIsLoadFinish=!0;var o=e.videoWidth,n=e.videoHeight;this.videoInfo.width=o,this.videoInfo.height=n,this.$emit("videoLoadFinish",{videoWidth:o,videoHeight:n})},clickVideoBtn:function(t){var e=document.getElementById("".concat(this.videoId));"play"===t?(this.playStatus?e.pause():e.play(),this.playStatus=!this.playStatus):(this.muteStatus?e.muted=!1:e.muted=!0,this.muteStatus=!this.muteStatus)}}},r=(o(1153),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-base-holiday-video"},[e("client-only",[e("video",{staticClass:"component-base-holiday-video__video",attrs:{id:t.videoId,poster:t.posterUrl,autoplay:t.isAutoPlay,loop:t.isLoop,muted:"","x5-playsinline":"",playsinline:"","webkit-playsinline":""},domProps:{muted:!0},on:{loadedmetadata:t.handleLoadedmetadata}},[e("source",{attrs:{src:t.videoUrl,type:"video/mp4"}})]),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.videoIsLoadFinish&&t.isShowVideoControl,expression:"videoIsLoadFinish && isShowVideoControl"}],staticClass:"component-base-holiday-video__video-control-box"},[e("div",{staticClass:"component-base-holiday-video__video-play-box",on:{click:function(e){return e.stopPropagation(),t.clickVideoBtn("play")}}},[t._t("videoPlayBox",(function(){return[e("img",{directives:[{name:"show",rawName:"v-show",value:t.playStatus,expression:"playStatus"}],staticClass:"video-play-icon",attrs:{src:o(1147),alt:"pause-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!t.playStatus,expression:"!playStatus"}],staticClass:"video-play-icon",attrs:{src:o(1148),alt:"play-icon"}})]}),{playStatus:t.playStatus})],2),t._v(" "),e("div",{staticClass:"component-base-holiday-video__video-audio-box",on:{click:function(e){return e.stopPropagation(),t.clickVideoBtn("audio")}}},[t._t("videoAudioBox",(function(){return[e("img",{directives:[{name:"show",rawName:"v-show",value:t.muteStatus,expression:"muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(1149),alt:"mute-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!t.muteStatus,expression:"!muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(1150),alt:"unmute-icon"}})]}),{muteStatus:t.muteStatus})],2)])])],1)}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=o(1545),l=(o(1547),o(12));function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;e0?e("div",{staticClass:"component-hp-base-tabs"},[e("div",{staticClass:"component-hp-base-tabs__wrap",style:{"--defaultBackgroundColor":t.defaultBackgroundColor}},t._l(t.tabs,(function(o,n){return e("div",{key:n,staticClass:"component-hp-base-tabs__item",class:{"is-active":n===t.activeIndex},style:{"--activeBackgroundColor":t.activeBackgroundColor},on:{click:function(e){return t.handleTab(n)}}},[t._v("\n "+t._s(o)+"\n ")])})),0)]):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){t.exports={}},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69);var n=o(1);o(7),o(9),o(10),o(5),o(4),o(6);function r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e1,expression:"floor.sku.length && floor.sku.length > 1"}],staticClass:"component-one-product-show-dot-arrow-swiper_swiper-pagination-part"},[e("div",{staticClass:"component-one-product-show-dot-arrow-swiper_swiper-button-prev"},[e("svg-icon",{directives:[{name:"show",rawName:"v-show",value:t.isShowPrevBtn,expression:"isShowPrevBtn"}],attrs:{name:"arrow-left"}})],1),t._v(" "),e("div",{staticClass:"component-one-product-show-dot-arrow-swiper_swiper-pagination"}),t._v(" "),e("div",{staticClass:"component-one-product-show-dot-arrow-swiper_swiper-button-next"},[e("svg-icon",{directives:[{name:"show",rawName:"v-show",value:t.isShowNextBtn,expression:"isShowNextBtn"}],attrs:{name:"arrow-right"}})],1)])],1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default})},function(t,e,o){"use strict";e.a={computed:{backgroundStyle:function(){var t,e=null!==(t=this.pageData)&&void 0!==t?t:{};return this.setBackground(e)}},methods:{setBackground:function(t){var e,o=null!==(e=null==t?void 0:t.backgroundColor)&&void 0!==e?e:"",n=this.$isMobile?null==t?void 0:t.mobileBackgroundImage:null==t?void 0:t.pcBackgroundImage,style={};return n&&(style.backgroundImage="url(".concat(n,")"),style.backgroundRepeat="repeat",style.backgroundPosition="top"),o&&(style.backgroundColor=o),style}}}},function(t,e,o){t.exports={}},function(t,e,o){t.exports={}},function(t,e,o){"use strict";o.r(e);o(16),o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=o(50),l=o(0);function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}var d={props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null}},computed:function(t){for(var e=1;e2&&void 0!==arguments[2])||arguments[2];this.$emit("clickLinkTextBtn",{link:link,text:text,showIndex:this.showIndex,isJump:t})}}},r=n,l=(o(1170),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return t.itemShowInfo.subTitle||t.itemShowInfo.title||t.itemShowInfo.btnList&&t.itemShowInfo.btnList.length?e("div",{staticClass:"component-hp-text-link-content-block font-en-sc",style:[{"--labelBgColor":t.labelBgColor}]},[t.itemShowInfo.subTitle?e("div",{staticClass:"component-hp-text-link-content-block__subTitle",domProps:{innerHTML:t._s(t.itemShowInfo.subTitle)}}):t._e(),t._v(" "),t.itemShowInfo.title?e("div",{staticClass:"component-hp-text-link-content-block__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.itemShowInfo.title)}}):t._e(),t._v(" "),t.itemShowInfo.btnList&&t.itemShowInfo.btnList.length?e("div",{staticClass:"component-hp-text-link-content-block__link-content-box"},[t._l(t.itemShowInfo.btnList,(function(o,n){return[t.isShowCommonLink(o)?e("a",{key:n,staticClass:"component-hp-text-link-content-block__link-item-box is-hyperlink",attrs:{href:o.link},on:{click:function(e){return e.preventDefault(),t.clickLinkTextBtn(o.link,o.text)}}},[e("span",{staticClass:"component-hp-text-link-content-block__link-item-box-text"},[t._v("\n "+t._s(o.text)+"\n "),e("i",{staticClass:"component-hp-text-link-content-block__link-item-box-text-hover"})])]):t._e(),t._v(" "),t.isShowJumpAppletLink(o)?e("a",{key:n,staticClass:"component-hp-text-link-content-block__link-item-box is-hyperlink",attrs:{href:o.realJumpLink},on:{click:function(e){return t.clickLinkTextBtn(o.link,o.text,!1)}}},[e("span",{staticClass:"component-hp-text-link-content-block__link-item-box-text"},[t._v("\n "+t._s(o.text)+"\n "),e("i",{staticClass:"component-hp-text-link-content-block__link-item-box-text-hover"})])]):t._e()]}))],2):t._e()]):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69),o(87),o(70),o(23),o(35),o(16),o(4),o(18),o(41),o(31),o(48),o(44);var n=o(880),r=o(894),l=o(21);function c(t,e){var o="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);"Object"===o&&t.constructor&&(o=t.constructor.name);if("Map"===o||"Set"===o)return Array.from(t);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return d(t,e)}(t))||e&&t&&"number"==typeof t.length){o&&(t=o);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,c=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return l=t.done,t},e:function(t){c=!0,r=t},f:function(){try{l||null==o.return||o.return()}finally{if(c)throw r}}}}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i1,expression:"floor.sku && floor.sku.length && floor.sku.length > 1"}],staticClass:"component-holiday-text-image-product-swiper-desktop_swiper-pagination-part"},[e("div",{staticClass:"component-holiday-text-image-product-swiper-desktop_swiper-button-prev"},[e("svg-icon",{attrs:{name:"arrow-left"}})],1),t._v(" "),e("div",{staticClass:"component-holiday-text-image-product-swiper-desktop_swiper-pagination"}),t._v(" "),e("div",{staticClass:"component-holiday-text-image-product-swiper-desktop_swiper-button-next"},[e("svg-icon",{attrs:{name:"arrow-right"}})],1)])],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticStyle:{"margin-top":"40px"},attrs:{button:t.buttonsData,"custom-style":t.buttonStyleObject},on:{jump:t.clickButton}}):t._e()],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5);var n=o(1),r=(o(70),o(23),o(275),o(40),o(4),o(31),o(48),o(276),o(277),o(278),o(279),o(280),o(281),o(282),o(283),o(284),o(285),o(286),o(287),o(288),o(6),o(44),o(0)),l=o(880),c=o(104);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;e1,initialSlide:0,navigation:{nextEl:"#".concat(this.floor.componentUid," .component-hp-base-product-recommend-carousel__navigation.right"),prevEl:"#".concat(this.floor.componentUid," .component-hp-base-product-recommend-carousel__navigation.left")},observer:!0,observeParents:!0}},list:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.list)&&void 0!==t?t:[]},isShowName:function(){var t;return Boolean(null===(t=this.d)||void 0===t||null===(t=t.show)||void 0===t?void 0:t.includes("name"))},isShowPrice:function(){var t;return Boolean(null===(t=this.d)||void 0===t||null===(t=t.show)||void 0===t?void 0:t.includes("price"))},column:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.column)&&void 0!==t?t:"3"},configInfo:function(){var t,e=this.d,o=e.labelBg,n=void 0===o?"":o,r=e.componentBg,l=void 0===r?"":r;return{labelBg:n||(null===(t=this.webPageBackground)||void 0===t||null===(t=t.global)||void 0===t?void 0:t.backgroundColor)||"",componentBg:null!=l?l:""}}}),methods:{formatData:function(data){var t=this;try{var e,o,n,r,l,d,v,f,h=null!==(e=null==data?void 0:data.image)&&void 0!==e?e:[],_=null!==(o=null==data?void 0:data.text)&&void 0!==o?o:[],k=Object(c.f)(null!==(n=null==_?void 0:_[0])&&void 0!==n?n:{}),w=(null!==(r=null==data?void 0:data.sku)&&void 0!==r?r:[]).reduce((function(t,e){var o,n=null==e||null===(o=e.sku)||void 0===o?void 0:o.toLocaleUpperCase();return n&&(t[n]=e),t}),{}),map=new Map,y=0,C=0;return h.forEach((function(image){var e;if(1===(null==image||null===(e=image.alt)||void 0===e?void 0:e.length)&&!isNaN(Number(null==image?void 0:image.alt)))y=Number(null==image?void 0:image.alt),C=0,map.set(y,{main:image,grid:[]});else{var o,n,r=null==image||null===(o=image.alt)||void 0===o?void 0:o.toLocaleUpperCase(),l=null!==(n=w[r])&&void 0!==n?n:{},c=m(m({},l),{},{image:(null==image?void 0:image.value)||(null==l?void 0:l.image)||"",link:t.getProductDetailUrl(l)});map.has(y)&&(map.get(y).grid[C]=c,C++)}})),{list:Array.from(map.values()),show:null!==(l=null==k?void 0:k.show)&&void 0!==l?l:"",column:null!==(d=null==k?void 0:k.column)&&void 0!==d?d:"3",labelBg:null!==(v=null==k?void 0:k.labelBg)&&void 0!==v?v:"",componentBg:null!==(f=null==k?void 0:k.componentBg)&&void 0!==f?f:""}}catch(t){return{list:[],show:"",column:"3"}}}}},f=(o(1257),o(2)),component=Object(f.a)(v,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-base-product-recommend-carousel font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("swiper",{staticClass:"component-hp-base-product-recommend-carousel__swiper",style:{"--componentBg":t.configInfo.componentBg},attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-base-product-recommend-carousel__swiper-box"},[e("hp-base-product-recommend-main",{staticClass:"component-hp-base-product-recommend-carousel__swiper-box-main",attrs:{data:o.main,"label-bg":t.configInfo.labelBg,floor:t.floor}},[e("hp-base-product-recommend-grid",{staticClass:"component-hp-product-recommend-carousel__swiper-box-main-grid layout-mobile",class:{center:t.list.length>1},attrs:{data:o.grid,"is-show-name":t.isShowName,"is-show-price":t.isShowPrice,column:t.column,floor:t.floor}})],1),t._v(" "),e("hp-base-product-recommend-grid",{staticClass:"component-hp-base-product-recommend-carousel__swiper-box-grid layout-desktop",attrs:{data:o.grid,"is-show-name":t.isShowName,"is-show-price":t.isShowPrice,column:t.column,floor:t.floor}})],1)})),1),t._v(" "),e("hp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-hp-base-product-recommend-carousel__navigation left",attrs:{type:"left"}}),t._v(" "),e("hp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-hp-base-product-recommend-carousel__navigation right",attrs:{type:"right"}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseProductRecommendGrid:o(1131).default,HpBaseProductRecommendMain:o(1137).default,HpBaseArrow:o(897).default})},function(t,e,o){"use strict";o.r(e);o(887),o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(69),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e0?e("div",{staticClass:"component-base-animation-cta-link"},t._l(t.ctas,(function(o,n){return e("div",{key:n,staticClass:"component-base-animation-cta-link__item"},[o.length?e("div",{staticClass:"component-base-animation-cta-link__item-text-list-container"},t._l(o,(function(o,n){return e("div",{key:n,staticClass:"component-base-animation-cta-link__item-text-box",class:{"is-hyperlink":t.isHyperlink,"is-btn":t.isBtn},on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n,isJump:!0,seriesName:t.seriesName})}}},[e("span",{staticClass:"component-base-animation-cta-link__item-text"},[t._v(t._s(o.text))])])})),0):e("div",{staticClass:"component-base-animation-cta-link__item-text-container"},[e("div",{staticClass:"component-base-animation-cta-link__item-text-box",class:{"is-hyperlink":t.isHyperlink,"is-btn":t.isBtn},on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n,isJump:!0,seriesName:t.seriesName})}}},[e("span",{staticClass:"component-base-animation-cta-link__item-text"},[t._v(t._s(o.text))])])])])})),0):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(937),r=o.n(n),l={data:function(){return{titleDividerIcon:r.a}}},c=(o(1176),o(2)),component=Object(c.a)(l,(function(){var t=this._self._c;return t("div",{staticClass:"component-base-decoration-icon"},[t("v-image",{staticClass:"component-base-decoration-icon__img",attrs:{src:this.titleDividerIcon}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o.r(e);var n={props:{label:{type:String,default:"查看更多"},link:{type:String,default:""}},methods:{clickBtn:function(){this.$emit("triggerClick")}}},r=(o(1177),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-base-holiday-line-btn",on:{click:function(e){return e.stopPropagation(),t.clickBtn.apply(null,arguments)}}},[e("div",{staticClass:"component-base-holiday-line-btn__container font-en-sc"},[t._v("\n "+t._s(t.label)+"\n ")])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69);var n=o(26),r=o(1),l=(o(28),o(23),o(60),o(40),o(5),o(4),o(31),o(6),o(7),o(9),o(10),o(55),o(0)),c=o(104),d=o(880),m=o(21);function v(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function f(t){for(var e=1;e')}},initialSlide:0,autoplay:{delay:3e3},loop:!0,observer:!0,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")},on:{slideChangeTransitionStart:function(){t.curtSlideActiveIndex=this.realIndex+1,t.preSlideActiveIndex=this.previousIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"右滑","右滑")}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"左滑","左滑")}))}}},curtSlideActiveIndex:1,preSlideActiveIndex:1,isShowNavigation:!1}},computed:f(f({},Object(l.c)(["minHeight","windowHeight","notificationBarHeight"])),{},{swiper:function(){var t;return null===(t=this.$refs.mySwiper)||void 0===t?void 0:t.$swiper},height:function(){return"string"==typeof this.windowHeight?this.windowHeight:"".concat(this.windowHeight-this.notificationBarHeight,"px")},bannerConfig:function(){var t=this.floor.text||[];return Array.isArray(t)&&null!=t&&t.some((function(t){return t.videoButtons}))?t[0]:{delay:3e3,videoButtons:t}},bannerImageData:function(){var t=this;if(this.floor){var e=JSON.parse(JSON.stringify(this.floor.image||[]));e.forEach((function(t){t.type="image",t.attribute=Object(c.g)(t.attr)}));var o=JSON.parse(JSON.stringify(this.floor.video||[])),r=this.bannerConfig.videoButtons;return o.forEach((function(e,n){var l,d,m,v,f=null==r?void 0:r[n],h={type:"video",title:null==f?void 0:f.title,text:null==f?void 0:f.description,button1:null==f||null===(l=f.button1)||void 0===l?void 0:l.text,button2:null==f||null===(d=f.button2)||void 0===d?void 0:d.text,link1:null==f||null===(m=f.button1)||void 0===m?void 0:m.link,link2:null==f||null===(v=f.button2)||void 0===v?void 0:v.link,attribute:Object(c.g)(e.attr),isShowKVMask:null==f?void 0:f.isShowKVMask},_=t.$route.fullPath.split("?")[1]||"";h=Object.assign(h,Object(c.g)(e.link||_)),o[n]=Object.assign(o[n],h)})),[].concat(Object(n.a)(e),Object(n.a)(o)).sort((function(a,b){var t;return((null===(t=b.attribute)||void 0===t?void 0:t.weight)||0)-(a.attribute.weight||0)}))}return[]}}),mounted:function(){this.bannerImageData&&1===this.bannerImageData.length?(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1,this.swiperOptions.pagination=""):(this.isShowNavigation=!0,this.swiperOptions.autoplay.delay=Number(this.bannerConfig.delay))},methods:{seTrackingMktClick:function(t,e,o,n){var r,l,c=this.bannerImageData[e-1],d=(null==c?void 0:c.link)||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(r=this.floor)||void 0===r?void 0:r.position),module_name:(null===(l=this.floor)||void 0===l?void 0:l.title)||"",mkt_index:e,mkt_name:o,click_type:t,destination_url:d,button_name:n})},bulletClick:function(t){if(t.target.dataset.index){var e=t.target.dataset.index;this.seTrackingMktClick("点击换祯",this.curtSlideActiveIndex,"换祯".concat(e),"换祯".concat(e))}},prevSlide:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"左键","左键")},nextSlide:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"右键","右键")},onPlay:function(){var t;null===(t=this.$refs.MedaVideo)||void 0===t||t.play()},onPause:function(){var t;null===(t=this.$refs.MedaVideo)||void 0===t||t.pause()},syncPlay:function(t){this.isPlay=t},clickVideoButton:function(t,e,link,o){var n,r,l=e||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:o+1,mkt_name:l,click_type:"点击按钮",destination_url:link||"",button_name:l}),this.$store.dispatch("seTracking/SeriesDetailOperate",{product_gender:"ALL",operate_type:"点击按钮",destination_url:link||"",button_name:e||""}),null!=link&&link.includes("http")?Object(m.l)(this.$router,link):this.$router.push(link)}}},_=(o(1178),o(2)),component=Object(_.a)(h,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-block-banner-desktop layout-desktop",style:{height:t.height},attrs:{id:t.floor.componentUid}},[e("client-only",[e("swiper",{staticClass:"component-home-block-banner-desktop__swiper",attrs:{options:t.swiperOptions}},t._l(t.bannerImageData,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-home-block-banner-desktop__swiper-box"},["image"===o.type?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item"},[e("img",{staticClass:"component-home-block-banner-desktop__swiper-banner",attrs:{src:o.value,alt:o.alt}}),t._v(" "),e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-box"},[o.title?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-title font-en-sc",domProps:{innerHTML:t._s(o.title)}}):t._e(),t._v(" "),o.description?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-sub-title font-en-sc",domProps:{innerHTML:t._s(o.description)}}):t._e(),t._v(" "),o.btn[0]&&o.btn[0].link?e("a",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-btn font-en-sc",attrs:{href:o.btn[0].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:o.btn[0],position:n})}}},[t._v("\n "+t._s(o.btn[0].text)+"\n ")]):t._e(),t._v(" "),o.btn[1]&&o.btn[1].link?e("a",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-btn font-en-sc",attrs:{href:o.btn[1].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:o.btn[1],position:n})}}},[t._v("\n "+t._s(o.btn[1].text)+"\n ")]):t._e()])]):"video"===o.type?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item component-home-block-banner-desktop__swiper-slide-item-video"},[e("video",{attrs:{muted:"",autoplay:"",loop:"","x5-playsinline":"",playsinline:"","webkit-playsinline":""},domProps:{muted:!0}},[e("source",{attrs:{src:o.value,type:"video/mp4"}})]),t._v(" "),e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-box"},[o.title?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-title font-en-sc",domProps:{innerHTML:t._s(o.title)}}):t._e(),t._v(" "),o.text?e("div",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-sub-title font-en-sc",domProps:{innerHTML:t._s(o.text)}}):t._e(),t._v(" "),o.button1?e("a",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-btn font-en-sc",attrs:{href:o.link1},on:{click:function(e){return e.preventDefault(),t.clickVideoButton(o,o.button1,o.link1,n)}}},[t._v("\n "+t._s(o.button1)+"\n ")]):t._e(),t._v(" "),o.button2?e("a",{staticClass:"component-home-block-banner-desktop__swiper-slide-item-btn font-en-sc",attrs:{href:o.link2},on:{click:function(e){return e.preventDefault(),t.clickVideoButton(o,o.button2,o.link2,n)}}},[t._v("\n "+t._s(o.button2)+"\n ")]):t._e()]),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:o.isShowKVMask,expression:"item.isShowKVMask"}],staticClass:"component-home-block-banner-desktop__swiper-slider-item-mask"})]):t._e()])})),1),t._v(" "),e("div",{staticClass:"home-banner__swiper-pagination",on:{click:t.bulletClick}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-next layout-desktop",on:{click:t.nextSlide}},[e("svg-icon",{attrs:{name:"icon-arrow-2"}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-prev layout-desktop",on:{click:t.prevSlide}},[e("svg-icon",{attrs:{name:"icon-arrow-2"}})],1)],1)}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(7),o(4);var n={mixins:[o(880).a],props:{data:{type:Object,default:function(){}}},computed:{title:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.title)&&void 0!==t?t:""},description:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.description)&&void 0!==t?t:""},tags:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e||null===(e=e.btn)||void 0===e?void 0:e.filter((function(t){return t.text})))&&void 0!==t?t:[]},isBtn:function(){var t;return"btn"===(null===(t=this.data)||void 0===t?void 0:t.attr)},isEmpty:function(){return!this.title&&!this.description&&0===this.tags.length}}},r=(o(1180),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return t.isEmpty?t._e():e("div",{staticClass:"component-hp-base-product-recommend-card font-en-sc",class:{"is-btn":t.isBtn}},[t.title?e("div",{staticClass:"component-hp-base-product-recommend-card__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-hp-base-product-recommend-card__description font-times-now-semi-light",class:{"is-btn":t.isBtn},domProps:{innerHTML:t._s(t.description)}}):t._e(),t._v(" "),e("base-cta-link",{staticClass:"component-hp-base-product-recommend-card__tag",attrs:{ctas:t.tags,"is-jump":!1,"is-btn":t.isBtn,"is-hyperlink":!t.isBtn,floor:t.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);o(16),o(69);var n={mixins:[o(880).a],props:{data:{type:Array,default:function(){return[]}},isShowName:{type:Boolean,default:!1},isShowPrice:{type:Boolean,default:!1},isLazy:{type:Boolean,default:!1},column:{type:String,default:"3"}},computed:{isMobile:function(){return Boolean(this.$isMobile)},isTwoColumn:function(){return"2"===this.column}}},r=(o(1181),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-base-product-recommend-grid font-en-sc"},[e("div",{staticClass:"component-hp-base-product-recommend-grid__wrap",class:{"is-two-column":t.isTwoColumn}},t._l(t.data,(function(o,n){return e("v-link",{key:n,staticClass:"component-hp-base-product-recommend-grid__wrap-item",class:{right:!t.isTwoColumn&&n%3<2||t.isTwoColumn&&n%2<1},attrs:{to:o.link},on:{click:function(e){return e.stopPropagation(),t.clickProduct({product:o,position:n,link:o.link,isJump:!1})}}},[o.image?e("img",{staticClass:"component-hp-base-product-recommend-grid__wrap-item-img",attrs:{src:o.image,alt:o.name}}):t._e(),t._v(" "),t.isShowName?e("div",{staticClass:"component-hp-base-product-recommend-grid__wrap-item-title text",domProps:{innerHTML:t._s(o.name)}}):t._e(),t._v(" "),t.isShowPrice?e("div",{staticClass:"component-hp-base-product-recommend-grid__wrap-item-price text",domProps:{innerHTML:t._s(o.price)}}):t._e()])})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VLink:o(65).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(7),o(4);var n={mixins:[o(880).a],props:{data:{type:Object,default:function(){}}},computed:{title:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.title)&&void 0!==t?t:""},description:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.description)&&void 0!==t?t:""},tags:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e||null===(e=e.btn)||void 0===e?void 0:e.filter((function(t){return t.text})))&&void 0!==t?t:[]}}},r=(o(1182),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-base-product-recommend-info font-en-sc"},[t.title?e("div",{staticClass:"component-hp-base-product-recommend-info__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-hp-base-product-recommend-info__description font-times-now-semi-light",domProps:{innerHTML:t._s(t.description)}}):t._e(),t._v(" "),e("div",{staticClass:"component-hp-base-product-recommend-info__content"},[t._t("default")],2),t._v(" "),e("base-cta-link",{staticClass:"component-hp-base-product-recommend-info__tag",attrs:{ctas:t.tags,"is-jump":!1,"is-btn":!0,floor:t.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);o(69);var n=o(30),r=(o(23),o(40),o(31),{mixins:[o(880).a],props:{data:{type:Object,default:function(){}},isLazy:{type:Boolean,default:!1},index:{type:Number,default:-1}},computed:{isSmall:function(){var t;return null===(t=this.data)||void 0===t||null===(t=t.alt)||void 0===t?void 0:t.includes("small")},value:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.value)&&void 0!==t?t:""},link:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.link)&&void 0!==t?t:""},titleInfo:function(){var t,e,o=null!==(t=null===(e=this.data)||void 0===e?void 0:e.btn)&&void 0!==t?t:[],r=Object(n.a)(o,2),l=r[0],title=void 0===l?{}:l,c=r[1];return{title:title,description:void 0===c?{}:c}}}}),l=(o(1184),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-pdp-base-image-title-decoration"},[t.isSmall?e("div",{staticClass:"component-pdp-base-image-title-decoration__wrap-small"},[e("div",{staticClass:"component-pdp-base-image-title-decoration__wrap-small-image",class:{"is-click":t.link},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:t.data,position:t.index-1})}}},[t.value?e("v-image",{staticClass:"component-pdp-base-image-title-decoration__wrap-small-image-img",attrs:{src:t.value,lazy:t.isLazy}}):t._e()],1),t._v(" "),e("pdp-base-title",{staticClass:"component-pdp-base-image-title-decoration__wrap-small-text",attrs:{data:t.titleInfo,floor:t.floor}})],1):e("div",{staticClass:"component-pdp-base-image-title-decoration__wrap-large",class:{"is-click":t.link},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:t.data,position:t.index-1})}}},[t.value?e("v-image",{staticClass:"component-pdp-base-image-title-decoration__wrap-large-image",attrs:{src:t.value,lazy:t.isLazy}}):t._e()],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default,PdpBaseTitle:o(890).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69),o(7),o(4);var n={mixins:[o(880).a],props:{data:{type:Object,default:function(){}},isLazy:{type:Boolean,default:!1},labelBg:{type:String,default:""}},computed:{labelStyle:function(){var t={};return this.labelBg&&(t.backgroundColor=this.labelBg),t},value:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.value)&&void 0!==t?t:""},link:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.link)&&void 0!==t?t:""},title:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.title)&&void 0!==t?t:""},description:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.description)&&void 0!==t?t:""},tags:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e||null===(e=e.btn)||void 0===e?void 0:e.filter((function(t){return t.text})))&&void 0!==t?t:[]},isBtn:function(){var t;return"btn"===(null===(t=this.data)||void 0===t?void 0:t.attr)},isEmpty:function(){return!this.title&&!this.description&&0===this.tags.length}}},r=(o(1187),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-plp-base-large-image-card font-en-sc"},[e("div",{staticClass:"component-plp-base-large-image-card__image",on:{click:function(e){return e.stopPropagation(),t.clickImage({image:t.data,position:-1})}}},[e("img",{staticClass:"component-plp-base-large-image-card__image-img",class:{"is-click":t.link},attrs:{src:t.value,alt:t.title}})]),t._v(" "),t.isEmpty?t._e():e("div",{staticClass:"component-plp-base-large-image-card__card",class:{"is-btn":t.isBtn},style:t.labelStyle},[t.title?e("div",{staticClass:"component-plp-base-large-image-card__card-title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-plp-base-large-image-card__card-description font-times-now-semi-light",class:{"is-btn":t.isBtn},domProps:{innerHTML:t._s(t.description)}}):t._e(),t._v(" "),e("base-cta-link",{staticClass:"component-plp-base-large-image-card__card-tag",attrs:{ctas:t.tags,"is-jump":!1,"is-btn":t.isBtn,"is-hyperlink":!t.isBtn,floor:t.floor}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69);var n=o(26),r=o(1),l=(o(28),o(23),o(87),o(70),o(35),o(60),o(16),o(40),o(5),o(4),o(31),o(18),o(41),o(48),o(6),o(7),o(9),o(10),o(44),o(55),o(0)),c=o(104),d=o(880),m=o(894),v=o(21);function f(t,e){var o="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=function(t,e){if(!t)return;if("string"==typeof t)return h(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);"Object"===o&&t.constructor&&(o=t.constructor.name);if("Map"===o||"Set"===o)return Array.from(t);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return h(t,e)}(t))||e&&t&&"number"==typeof t.length){o&&(t=o);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,c=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return l=t.done,t},e:function(t){c=!0,r=t},f:function(){try{l||null==o.return||o.return()}finally{if(c)throw r}}}}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i')}},initialSlide:0,observer:!0,autoplay:{delay:3e3},loop:!0,on:{slideChangeTransitionStart:function(){t.curtSlideActiveIndex=this.realIndex+1,t.preSlideActiveIndex=this.previousIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&!t.isClickSlideChangeFrame&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"右滑","右滑")}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&!t.isClickSlideChangeFrame&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"左滑","左滑")}))}}},curtSlideActiveIndex:1,preSlideActiveIndex:1,isClickSlideChangeFrame:!1}},computed:k(k({},Object(l.c)(["minHeight","windowHeight","notificationBarHeight"])),{},{swiper:function(){return this.$refs.mySwiper.$swiper},height:function(){return"string"==typeof this.windowHeight?this.windowHeight:"".concat(this.windowHeight-this.notificationBarHeight,"px")},bannerConfig:function(){var t=this.floor.text||[];return Array.isArray(t)&&null!=t&&t.some((function(t){return t.videoButtons}))?t[0]:{delay:3e3,videoButtons:t}},bannerImageData:function(){var t=this;if(this.floor){var e=JSON.parse(JSON.stringify(this.floor.image||[]));e.forEach((function(t){t.type="image",t.attribute=Object(c.g)(t.attr)}));var o=JSON.parse(JSON.stringify(this.floor.video||[])),r=this.bannerConfig.videoButtons;return o.forEach((function(e,n){var l,d,m,v,f=null==r?void 0:r[n],h={type:"video",title:null==f?void 0:f.title,text:null==f?void 0:f.description,button1:null==f||null===(l=f.button1)||void 0===l?void 0:l.text,button2:null==f||null===(d=f.button2)||void 0===d?void 0:d.text,link1:null==f||null===(m=f.button1)||void 0===m?void 0:m.link,link2:null==f||null===(v=f.button2)||void 0===v?void 0:v.link,attribute:Object(c.g)(e.attr),isShowKVMask:null==f?void 0:f.isShowKVMask},_=t.$route.fullPath.split("?")[1]||"";h=Object.assign(h,Object(c.g)(e.link||_)),o[n]=Object.assign(o[n],h)})),[].concat(Object(n.a)(e),Object(n.a)(o)).sort((function(a,b){var t;return((null===(t=b.attribute)||void 0===t?void 0:t.weight)||0)-(a.attribute.weight||0)}))}return[]}}),mounted:function(){var t=this;this.bannerImageData&&1===this.bannerImageData.length?(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1,this.swiperOptions.pagination=""):this.swiperOptions.autoplay.delay=Number(this.bannerConfig.delay),Object(m.a)("//res.wx.qq.com/open/js/jweixin-1.6.0.js",(function(){var e=t.$el.querySelectorAll("video");document.addEventListener("WeixinJSBridgeReady",(function(){var t,o=f(e);try{for(o.s();!(t=o.n()).done;){var video=t.value;video.play(),video.pause(),video.play()}}catch(t){o.e(t)}finally{o.f()}}),!1),document.addEventListener("touchstart",(function(){var t,o=f(e);try{for(o.s();!(t=o.n()).done;){var video=t.value;video.play(),video.pause(),video.play()}}catch(t){o.e(t)}finally{o.f()}}))}))},methods:{seTrackingMktClick:function(t,e,o,n){var r,l,c=this.bannerImageData[e-1],d=(null==c?void 0:c.link)||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(r=this.floor)||void 0===r?void 0:r.position),module_name:(null===(l=this.floor)||void 0===l?void 0:l.title)||"",mkt_index:e,mkt_name:o||"",click_type:t,destination_url:d,button_name:n})},bulletClick:function(t){var e=this;if(this.isClickSlideChangeFrame=!0,setTimeout((function(){return e.isClickSlideChangeFrame=!1}),500),t.target.dataset.index){var o=t.target.dataset.index;this.seTrackingMktClick("点击换祯",this.curtSlideActiveIndex,"换祯".concat(o),"换祯".concat(o))}},onPlay:function(){var t;null===(t=this.$refs.MedaVideo)||void 0===t||t.play()},onPause:function(){var t;null===(t=this.$refs.MedaVideo)||void 0===t||t.pause()},syncPlay:function(t){this.isPlay=t},clickVideoButton:function(t,e,link,o){var n,r,l=e||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:o+1,mkt_name:l,click_type:"点击按钮",destination_url:link||"",button_name:l}),this.$store.dispatch("seTracking/SeriesDetailOperate",{product_gender:"ALL",operate_type:"点击按钮",destination_url:link||"",button_name:l}),null!=link&&link.includes("http")?Object(v.l)(this.$router,link):this.$router.push(link)}}},y=(o(1246),o(2)),component=Object(y.a)(w,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-block-banner-mobile layout-mobile",style:{height:t.height}},[e("client-only",[e("swiper",{staticClass:"component-home-block-banner-mobile__swiper",attrs:{options:t.swiperOptions}},[t._l(t.bannerImageData,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-home-block-banner-mobile__swiper-box"},["image"===o.type?e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item"},[e("img",{staticClass:"component-home-block-banner-mobile__swiper-banner",attrs:{src:o.value,alt:""}}),t._v(" "),e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-box"},[e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-title font-en-sc",domProps:{innerHTML:t._s(o.title)}}),t._v(" "),e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-sub-title font-en",domProps:{innerHTML:t._s(o.description)}}),t._v(" "),o.btn[0]&&o.btn[0].link?e("a",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-btn font-en-sc",attrs:{href:o.btn[0].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:o.btn[0],position:n})}}},[t._v("\n "+t._s(o.btn[0].text)+"\n ")]):t._e(),t._v(" "),o.btn[1]&&o.btn[1].link?e("a",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-btn font-en-sc",attrs:{href:o.btn[1].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:o.btn[1],position:n})}}},[t._v("\n "+t._s(o.btn[1].text)+"\n ")]):t._e()])]):"video"===o.type?e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item component-home-block-banner-mobile__swiper-slide-item-video"},[e("video",{attrs:{muted:"",autoplay:"",loop:"","x5-playsinline":"",playsinline:"","webkit-playsinline":""},domProps:{muted:!0}},[e("source",{attrs:{src:o.value,type:"video/mp4"}})]),t._v(" "),e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-box"},[o.title?e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-title font-en-sc",domProps:{innerHTML:t._s(o.title)}}):t._e(),t._v(" "),o.text?e("div",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-sub-title font-en",domProps:{innerHTML:t._s(o.text)}}):t._e(),t._v(" "),o.button1?e("a",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-btn font-en-sc",attrs:{href:o.link1},on:{click:function(e){return e.preventDefault(),t.clickVideoButton(o,o.button1,o.link1,n)}}},[t._v("\n "+t._s(o.button1)+"\n ")]):t._e(),t._v(" "),o.button2?e("a",{staticClass:"component-home-block-banner-mobile__swiper-slide-item-btn font-en-sc",attrs:{href:o.link2},on:{click:function(e){return e.preventDefault(),t.clickVideoButton(o,o.button2,o.link2,n)}}},[t._v("\n "+t._s(o.button2)+"\n ")]):t._e()]),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:o.isShowKVMask,expression:"item.isShowKVMask"}],staticClass:"component-home-block-banner-desktop__swiper-slider-item-mask"})]):t._e()])})),t._v(" "),e("div",{staticClass:"home-banner__swiper-pagination",attrs:{slot:"pagination"},on:{click:t.bulletClick},slot:"pagination"})],2)],1)],1)}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69),o(7),o(35),o(40),o(4),o(6);var n={mixins:[o(880).a],props:{data:{type:Object,default:function(){}},isSmall:{type:Boolean,default:!1},index:{type:Number,default:-1},labelBg:{type:String,default:""},maxShowBtnNumber:{type:Number,default:0},componentUid:{type:String,default:""},seriesName:{type:String,default:""}},computed:{labelStyle:function(){var t={};return this.labelBg&&(t.backgroundColor=this.labelBg),t},value:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.value)&&void 0!==t?t:""},title:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.title)&&void 0!==t?t:""},description:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.description)&&void 0!==t?t:""},link:function(){var t,e;return null!==(t=null===(e=this.data)||void 0===e?void 0:e.link)&&void 0!==t?t:""},tags:function(){var t,e,o,n,r=this.maxShowBtnNumber,l=null!==(t=null===(e=this.data)||void 0===e||null===(e=e.btn)||void 0===e?void 0:e.filter((function(t){return t.text})))&&void 0!==t?t:[];r&&(l=null===(n=l)||void 0===n?void 0:n.slice(0,r));return this.$isMobile&&(null===(o=l)||void 0===o?void 0:o.length)%2!=0?l:this.convertBtnListToTwoDimensionalArray(l)}},mounted:function(){this.initTriggerGsapAnimation()},methods:{convertBtnListToTwoDimensionalArray:function(t){return this.chunkArray(t,2)},chunkArray:function(t,e){if(null==t||!t.length)return[];for(var o=[],i=0;i0},attrs:{disabled:t.verifyTimeOut>0},on:{click:t.handleSendSms}},[t._v("\n "+t._s(t.verifyTimeOut>0?"".concat(t.verifyTimeOut,"秒后获取"):t.$t("registerPage.sendSmsVerifyCode"))+"\n ")])],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VFiledInput:o(514).default,VButton:o(95).default})},function(t,e,o){"use strict";o(932)},function(t,e,o){"use strict";o(933)},function(t,e,o){"use strict";o(934)},function(t,e,o){"use strict";o(935)},function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABXRSTlMAXzCAf45XCDMAAABlSURBVFjD7dWhEYBADETRPaCAmPMYPAaPoQAO0n8rXAtfYG72+cyfxERmZjaYVUx5xdQ8WSCzwUAGDNwOODBaYIMBzT3AHCFmEseHrhCywMX5aUvSRHXiv0SjiV1IefjbNTOz7gNeOh1bEYGJ6QAAAABJRU5ErkJggg=="},function(t,e,o){"use strict";o.r(e);o(40);var n={props:{text:{type:String,default:""},height:{type:Number,default:0},isLimitHeight:{type:Boolean,default:!0},textStyle:{type:[String,Object,Array],default:""},textClass:{type:[String,Object,Array],default:""},more:{type:String,default:""}},data:function(){return{keyIndex:0,isHide:!1}},watch:{isLimitHeight:function(){this.init()},text:function(){this.init()},height:function(){this.init()}},mounted:function(){this.init()},methods:{init:function(){this.keyIndex+=1,this.$el.querySelector(".component-text-ellipsis-more").style.display="none",this.isLimitHeight?this.limitShow():(this.$emit("show"),this.isHide=!1)},textClick:function(){this.$emit("textClick")},limitShow:function(){var t=this;this.$nextTick((function(){var e=t.$el.querySelector(".component-text-ellipsis-limit-text"),o=t.$el,n=t.$el.querySelector(".component-text-ellipsis-more"),r=1e3;if(e)if(o.offsetHeight>t.height){n.style.display="inline-block";for(var text=t.text;o.offsetHeight>t.height&&r>0;)o.offsetHeight>3*t.height?e.textContent=text=text.substring(0,Math.floor(text.length/2)):e.textContent=text=text.substring(0,text.length-1),r--;t.$emit("hide"),t.isHide=!0}else t.$emit("show"),t.isHide=!1}))}}},r=(o(1163),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-text-ellipsis"},[t._t("before"),e("span",{class:t.textClass,style:t.textStyle,attrs:{content:t.text},on:{click:t.textClick}},[e("span",{key:t.keyIndex,staticClass:"component-text-ellipsis-limit-text"},[t._v(t._s(t.text))]),t._v(" "),e("span",{staticClass:"component-text-ellipsis-more"},[t._v(t._s(t.more)),t._t("more")],2)]),t._t("after")],2)}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o(938)},function(t,e,o){"use strict";o(939)},function(t,e,o){"use strict";o(940)},function(t,e,o){"use strict";o(941)},function(t,e,o){"use strict";o(942)},function(t,e,o){"use strict";o(943)},function(t,e,o){"use strict";o(944)},function(t,e,o){"use strict";o(947)},function(t,e,o){"use strict";o(948)},function(t,e,o){"use strict";o(949)},function(t,e,o){"use strict";o(950)},function(t,e,o){"use strict";o(951)},function(t,e,o){"use strict";o(952)},function(t,e,o){"use strict";o(953)},function(t,e,o){"use strict";o(954)},function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABXRSTlMAXzCAf45XCDMAAABnSURBVFjD7dUrDoAwEEXRN8ACavAYPAaPYQF8Zv9bAVl7RU3zjm9u2k4yMjOzPgyCziJkykvImskSkTQxO9EucdPEJiQeQYswfihe0Ysf+Gnx59HxcMCB3gJ4oYx/gNkLXrtmZlb7AI7DHVsPLmdZAAAAAElFTkSuQmCC"},function(t,e,o){"use strict";o(955)},function(t,e,o){"use strict";o(956)},function(t,e,o){"use strict";o(957)},function(t,e,o){"use strict";o(958)},function(t,e,o){"use strict";o.r(e);o(28),o(23),o(31);var n=o(3),r=o(1),l=(o(19),o(56),o(8),o(7),o(35),o(4),o(9),o(10),o(5),o(18),o(41),o(36),o(6),o(44),o(0)),c=o(177),d=o(1145),m=o.n(d);function v(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function f(t){for(var e=1;ethis.allowSwiperSlideMaxNumber;this.swiperOptions={loop:!1,slidesPerView:4,allowSlideNext:e,allowSlidePrev:e,navigation:{nextEl:"#".concat(this.floor.componentUid," .pdp-clp-recommend-more-six-product-desktop__navigation.right"),prevEl:"#".concat(this.floor.componentUid," .pdp-clp-recommend-more-six-product-desktop__navigation.left")}}},methods:{formatData:function(data){var t,e=null!==(t=null==data?void 0:data.sku)&&void 0!==t?t:[];return{list:null==e?void 0:e.slice(0,6)}},triggerClickProductItem:function(t){if(this.isPdpRelatedProductShow){var e=t.item,o=t.index;this.$emit("triggerClickProductItem",{item:e,index:o})}}}},m=(o(1185),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop layout-desktop font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__text-box"},[e("img",{attrs:{src:o(946),alt:"split-icon"}}),t._v(" "),t.configInfo.subTitle?e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__subTitle",domProps:{innerHTML:t._s(t.configInfo.subTitle)}}):t._e(),t._v(" "),t.configInfo.title?e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__description",domProps:{innerHTML:t._s(t.configInfo.description)}}):t._e()]),t._v(" "),e("client-only",[e("div",{class:["pdp-clp-recommend-more-six-product-desktop__wrap",t.isPdpRelatedProductShow?"pdp-clp-recommend-more-six-product-desktop__wrap__pdp-related-margin-top":"pdp-clp-recommend-more-six-product-desktop__wrap__normal-margin-top"]},[t.list.length>=t.allowSwiperSlideMaxNumber?[t.swiperOptions?e("swiper",{staticClass:"pdp-clp-recommend-more-six-product-desktop__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"pdp-clp-recommend-more-six-product-desktop__wrap-swiper-box",class:{right:nt.allowSwiperSlideMaxNumber,expression:"list.length > allowSwiperSlideMaxNumber"}],staticClass:"pdp-clp-recommend-more-six-product-desktop__navigation left",attrs:{type:"left"}}),t._v(" "),e("hp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>t.allowSwiperSlideMaxNumber,expression:"list.length > allowSwiperSlideMaxNumber"}],staticClass:"pdp-clp-recommend-more-six-product-desktop__navigation right",attrs:{type:"right"}})]:[e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__wrap-list-box"},[e("div",{staticClass:"pdp-clp-recommend-more-six-product-desktop__wrap-list-flex-box"},t._l(t.list,(function(o,n){return e("base-product-item-card",{key:n,staticClass:"pdp-clp-recommend-more-six-product-desktop__wrap-list-box-item",attrs:{data:o,index:n,"label-bg":t.configInfo.labelBg,floor:t.floor},on:{triggerClickProductItem:t.triggerClickProductItem}})})),1)])]],2)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseProductItemCard:o(893).default,HpBaseArrow:o(897).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(35),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e4,this.showProductList=this.productList.slice(0,4)},methods:{formatData:function(data){var t,e=null!==(t=null==data?void 0:data.sku)&&void 0!==t?t:[];return{productNumber:(null==e?void 0:e.length)||0,productList:null==e?void 0:e.slice(0,6)}},clickShowMoreBtn:function(){this.showMoreBtnStatus=!1,this.showProductList=this.productList},triggerClickProductItem:function(t){if(this.isPdpRelatedProductShow){var e=t.item,o=t.index;this.$emit("triggerClickProductItem",{item:e,index:o})}}}},m=(o(1186),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile layout-mobile font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile__text-box"},[e("img",{attrs:{src:o(946),alt:"split-icon"}}),t._v(" "),t.configInfo.subTitle?e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile__subTitle",domProps:{innerHTML:t._s(t.configInfo.subTitle)}}):t._e(),t._v(" "),t.configInfo.title?e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile__description",domProps:{innerHTML:t._s(t.configInfo.description)}}):t._e()]),t._v(" "),e("div",{class:["pdp-clp-recommend-more-six-product-mobile__product-box",t.isPdpRelatedProductShow?"pdp-clp-recommend-more-six-product-mobile__product-box__pdp-related-margin-top":"pdp-clp-recommend-more-six-product-mobile__product-box__normal-margin-top"]},[t._l(t.showProductList,(function(o,n){return e("base-product-item-card",{key:n,staticClass:"pdp-clp-recommend-more-six-product-mobile__product-item",class:{top:n>1},attrs:{data:o,index:n,"label-bg":t.configInfo.labelBg,floor:t.floor},on:{triggerClickProductItem:t.triggerClickProductItem}})})),t._v(" "),t.showMoreBtnStatus?e("div",{staticClass:"pdp-clp-recommend-more-six-product-mobile__show-more-btn",on:{click:t.clickShowMoreBtn}},[t._v("\n 查看更多\n ")]):t._e()],2)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseProductItemCard:o(893).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={props:{title:{type:String,default:""},description:{type:String,default:""},alt:{type:String,default:""}}},r=(o(1179),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-block-series-content"},[e("div",{staticClass:"component-home-block-series-title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-home-block-series-sub-title",domProps:{innerHTML:t._s(t.description)}})])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1);o(16);function r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e')}},spaceBetween:t.$isMobile?16:0,slidesPerView:t.$isMobile?1.4:1.6,loopedSlides:5,initialSlide:0,loop:!0,centeredSlides:!0,navigation:{nextEl:"#".concat(t.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(t.floor.componentUid," .swiper-button-prev")},on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.lookbookDataInfo.product[n],link=t.getProductDetailUrl(r);t.clickProduct({product:r,position:n+1,link:link,seriesName:t.seriesName})},slideChange:function(){t.swiperActiveIndex=this.realIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"prev",btnName:"右滑"})}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"next",btnName:"左滑"})}))}}}},methods:{handleFormatLookbookData:function(t,e){var o,n,r,l={},c=(null==t?void 0:t.sku)||[],d=Object(m.n)(null==t||null===(o=t.text)||void 0===o||null===(o=o[0])||void 0===o?void 0:o.hiddenSku);return l.lookbookImage=(null==t||null===(n=t.image)||void 0===n||null===(n=n[0])||void 0===n?void 0:n.value)||"",l.product=null===(r=this.handleLookbookProductInfo(c))||void 0===r?void 0:r.filter((function(t){var e;return!d.includes(null===(e=t.sku)||void 0===e?void 0:e.toLowerCase())})),l.lookbookId=e||"",l},handleLookbookProductInfo:function(t){var e;if(!t||!t.length)return[];var o=JSON.parse(JSON.stringify(t)),n=(null===(e=this.floor)||void 0===e?void 0:e.image)||[];return o.forEach((function(t,e){var o,r=t.image,image=void 0===r?"":r,l=(null==n||null===(o=n[e])||void 0===o?void 0:o.value)||"";t.image=l||image})),o},jumpLookbookListPage:function(){var t=this.lookbookGroupInfo,e=t.lookGroupId,o=t.lookbookKey;if(e&&o){var path="/lookbook/looks/".concat(e,"-").concat(o);this.clickButton({button:{link:path,text:"查看全部搭配"},seriesName:this.seriesName})}},jumpLookbookDetailPage:function(){var t,e=this.lookbookGroupInfo,o=e.lookGroupId,n=e.lookbookKey,r=e.lookbookId;if(o&&n){var path="/lookbook/looks/".concat(o,"-").concat(n,"/").concat(r),l=(null===(t=this.lookbookDataInfo)||void 0===t?void 0:t.lookbookImage)||"";this.clickImage({image:{link:path,value:l},seriesName:this.seriesName})}},clickSwiperSwitchBtn:function(t){var e=t.type,o="prev"===e?"左键":"右键",n=this.getPrevNextSwiperActiveIndex({type:e}).nextIndex+1;this.seTrackingMktClick({mktIndex:this.swiperActiveIndex+1,btnName:o,clickType:"左右切换",destinationUrl:"",destinyPageNumber:n})},handleSlidingFrameChange:function(t){var e=t.type,o=t.btnName,n=this.getPrevNextSwiperActiveIndex({type:e}).prevIndex+1;this.seTrackingMktClick({mktIndex:n,btnName:o,clickType:"滑动换帧",destinationUrl:"",destinyPageNumber:this.swiperActiveIndex+1})},bulletClick:function(t){if(t.target.dataset.index){var e=t.target.dataset.index;this.seTrackingMktClick({mktIndex:this.swiperActiveIndex+1,btnName:"换祯".concat(e),clickType:"点击换祯",destinationUrl:"",destinyPageNumber:Number(e)})}},getPrevNextSwiperActiveIndex:function(t){var e,o,n,r=t.type,l=(null===(e=this.lookbookDataInfo)||void 0===e||null===(e=e.product)||void 0===e?void 0:e.length)||0,c=this.swiperActiveIndex;return 0===c?(o="prev"===r?l-1:c+1,n="prev"===r?c+1:l-1):c===l-1?(o="prev"===r?c-1:0,n="prev"===r?0:c-1):(o="prev"===r?c-1:c+1,n="prev"===r?c+1:c-1),{nextIndex:o,prevIndex:n}},seTrackingMktClick:function(t){var e,o,n=t.mktIndex,r=t.btnName,l=t.clickType,c=t.destinationUrl,d=t.destinyPageNumber;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(e=this.floor)||void 0===e?void 0:e.position),module_name:(null===(o=this.floor)||void 0===o?void 0:o.title)||"",mkt_index:n,mkt_name:r,click_type:l,destination_url:c,button_name:r,destiny_page_number:d,series_name:this.seriesName})}}},f=(o(1271),o(2)),component=Object(f.a)(v,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-lookbook-collocation-swiper-show",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__mobile-title-box layout-mobile"},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__mobile-title-box__title font-times-now-semi-light"},[t._v("\n "+t._s(t.swiperTitle)+"\n ")]),t._v(" "),e("svg-icon",{staticClass:"component-lookbook-collocation-swiper-show__swiper-separator-icon",attrs:{name:"swiper-vertical-separator-icon"}})],1),t._v(" "),e("div",{staticClass:"component-lookbook-collocation-swiper-show__image-box"},[t.lookbookDataInfo.lookbookImage?e("v-image",{staticClass:"component-lookbook-collocation-swiper-show__image",attrs:{src:t.lookbookDataInfo.lookbookImage,lazy:!1,alt:"lookbook-image"},nativeOn:{click:function(e){return t.jumpLookbookDetailPage.apply(null,arguments)}}}):t._e()],1),t._v(" "),e("div",{staticClass:"component-lookbook-collocation-swiper-show__left-box font-en-sc",style:l(l({},t.backgroundStyle),{},{backgroundPosition:"center","--productBoxBgColor":t.configInfo.productBoxBackgroundColor,"--titleBtnBgColor":t.configInfo.titleBtnBackgroundColor})},[e("div",{class:["component-lookbook-collocation-swiper-show__swiper-top-box layout-desktop"]},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-top-box__title font-times-now-semi-light"},[t._v("\n "+t._s(t.swiperTitle)+"\n ")]),t._v(" "),e("svg-icon",{staticClass:"component-lookbook-collocation-swiper-show__swiper-separator-icon",attrs:{name:"swiper-vertical-separator-icon"}})],1),t._v(" "),e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-box"},[e("client-only",[t.swiperOptions&&t.lookbookDataInfo.product&&t.lookbookDataInfo.product.length?e("swiper",{staticClass:"component-lookbook-collocation-swiper-show__swiper",attrs:{options:t.swiperOptions}},t._l(t.lookbookDataInfo.product,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item-box",attrs:{"data-index":n}},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item",class:{"is-hover":o.switchImage}},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__product-box"},[e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__image-box"},[o.image?e("img",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__image",attrs:{src:o.image,alt:"product-image"}}):t._e()]),t._v(" "),o.name?e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__product-name"},[t._v("\n "+t._s(o.name)+"\n ")]):t._e(),t._v(" "),o.materialLabel?e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__product-material"},[t._v("\n "+t._s(o.materialLabel)+"\n ")]):t._e(),t._v(" "),o.price?e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-slide-item__product-price"},[t._v("\n "+t._s(o.price)+"\n ")]):t._e()]),t._v(" "),t._e()])])})),1):t._e(),t._v(" "),e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-pagination",on:{click:t.bulletClick}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-prev",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"prev"})}}},[e("svg-icon",{attrs:{name:"swiper-left-arrow-icon"}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-next",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"next"})}}},[e("svg-icon",{attrs:{name:"swiper-right-arrow-icon"}})],1)],1),t._v(" "),"true"===t.configInfo.isShowBottomButton?e("div",{staticClass:"component-lookbook-collocation-swiper-show__swiper-bottom-box"},[t.lookbookGroupInfo.lookbookId?e("div",{class:["component-lookbook-collocation-swiper-show__swiper-bottom-box__button"],on:{click:t.jumpLookbookListPage}},[t._v("\n "+t._s(t.swiperBottomBtnText)+"\n ")]):t._e()]):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o(959)},function(t,e,o){"use strict";o(960)},function(t,e,o){"use strict";o(961)},function(t,e,o){"use strict";o(962)},function(t,e,o){"use strict";o(963)},function(t,e,o){"use strict";o(964)},function(t,e,o){"use strict";o(965)},function(t,e,o){"use strict";o(966)},function(t,e,o){"use strict";o(967)},function(t,e,o){"use strict";o(968)},function(t,e,o){"use strict";o(969)},function(t,e,o){"use strict";o(970)},function(t,e,o){"use strict";o(971)},function(t,e,o){"use strict";o(972)},function(t,e,o){"use strict";o(973)},function(t,e,o){"use strict";o(974)},function(t,e,o){"use strict";o(975)},function(t,e,o){"use strict";o(976)},function(t,e,o){"use strict";o(977)},function(t,e,o){"use strict";o(983)},function(t,e,o){"use strict";o(984)},function(t,e,o){"use strict";o(985)},function(t,e,o){"use strict";o(986)},function(t,e,o){"use strict";o(987)},function(t,e,o){"use strict";o(988)},function(t,e,o){"use strict";o(989)},function(t,e,o){"use strict";o(990)},function(t,e,o){"use strict";o(991)},function(t,e,o){"use strict";o(992)},function(t,e,o){"use strict";o(993)},function(t,e,o){"use strict";o(994)},function(t,e,o){"use strict";o(995)},function(t,e,o){"use strict";o(996)},function(t,e,o){"use strict";o(997)},function(t,e,o){"use strict";o(998)},function(t,e,o){"use strict";o(999)},function(t,e,o){"use strict";o(1e3)},function(t,e,o){"use strict";o(1001)},function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////8SEBCmpaWmpqanpaXT0tKJiIjgBvq6AAAAD3RSTlMA32BwECDvv6+QQJ/PMFDLi++4AAACIElEQVRo3sWabY/bIBCEdwEDBjtz1zr//6+2UlWtTo3Cm6f3fM+Md5YQslj6CMXv+dAIAFFT3n0JchfBVcULjuq2G9R9whvSokdJaJIf8w+v6EKdzOCjSRAsij09w2LLGKYOtNtZOowiwo5J9tAVj2Ia7YjpjFhAz2b8WKTRCI9lPEnf8M18aCmduImzsT6XiS9Xa1Dchgb5lx03spMabLg3DeC0oeJmMikgo3wxUNyOkgow/EoBF9rEMF/Aj4/nUAk6rP9hDh1deIzr/+ZC90LKM/o/0Sb90d9Y+kCwFt+vb21OFH3LaOPoW0aOo2+7diXqo4rIQdG371oARd+aUACiPop4gKgPLztA1McuGSDqI0sCiPo4RAGiPlQiQNRHFDS5TH8CQZtnQ3/ewBxMn2KAC9M0mrxsFLuWqUX1iUG0a7e2Zg87pJ6twpbruEOWHd18Tjjstl1zHLz94HAciv1kchyCHa0pDocdWzgO1Q5eHAcndm6hOGx2+B12uND7B8FjxuGJvoQsoyEH028l1MhoZd+2cUIBiQdlkGDo4rBxYGYUIgxCAaQS3H8a59hCYhRgZNxMla9s8eaANv5Ykz+Y5Y+WaW3QjT3eZ19QrF2xfPsljqdfczU4FQvE8/uvGomXpYbTqXicdLNVDJMtHkYRWuyzBItoi59hoT7IJI+MJqnICptLb9Xt4Vc86vEymeqG1Nuv/6S/r/8cA6///AL9bqdVq3foHAAAAABJRU5ErkJggg=="},function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////8SEBCmpaWmpqanpaXT0tKJiIjgBvq6AAAAD3RSTlMA32BwECDvv6+QQJ/PMFDLi++4AAACI0lEQVRo3sWaAW7rIBBEdwEDxnYm6U/uf9VfRCsUNYoBe9p3gHlhl1K0WNpwyc5xVY9PvIY42+TkLJxZFC9YFzOdkG4D3hAOOlLALvEy/uMVTaiREaxHhqVIigxLMUV0s3S023gUOItwMwaZXVN5FMNoQ5k2jwPotlt+HGSnERaHseR8wO7Wh1alDSexte3PcfzL3eoUp6FOfjLjRGZSgyvmTQM4bVhwMpFUoEp6EihOR8kLAGznAu7oxLuuBTyut/ElaEv+NRvGunDBfn2umRvGNlLEPrcRQyj5E8AyuNpijqG0OYBmCLVCJIMrFeIZTDlHeYblU7ACPIOKOABEg5OEDM2QymWOZ7DlMsEzzOUg4hli+TvmGdbyv4BnUPHI0AxekBk13LFLFQwYHigwBNlQ8wmC5ntMbjIjuDZZ0clHLk0zWk/r5vxrjyH0HhUfdXs2EWUGuvP/oZlZLEDMh5UEEPORxAHEfDgRBTF/zdcWTn69thhOfr14OWI+ptbL730sP7RPoR4lv79CzTV6lPzuCtUajZ/Su+OEBBIX+UJBQU8aNjbMjJwHARXhLsH8zjiHt5GMPBFxMos8M3mcik78sSZ/MMsfLdPaoBN7vM9+oOA/sVANlv7MtcOmOIDf/v6pkfhYWjE6VB4jzUwLuom1PIxFaJIMS+GtZFgKtU4GuUTsEpIcYTLhbXr98Uccy4oX6GIa0ns+/wnfn/+sHZ///Af3Bac9d62DOAAAAABJRU5ErkJggg=="},function(t,e,o){"use strict";o(1002)},function(t,e,o){"use strict";o(1003)},function(t,e,o){"use strict";o(1004)},function(t,e,o){"use strict";o(1005)},function(t,e,o){"use strict";o(1006)},function(t,e,o){"use strict";o(1007)},function(t,e,o){"use strict";o(1008)},function(t,e,o){"use strict";o(1009)},function(t,e,o){"use strict";o(1010)},function(t,e,o){"use strict";o(1011)},function(t,e,o){"use strict";o(1012)},function(t,e,o){"use strict";o(1013)},function(t,e,o){"use strict";o(1014)},function(t,e,o){"use strict";o(1015)},function(t,e,o){"use strict";o(1016)},function(t,e,o){"use strict";o(1017)},function(t,e,o){"use strict";o(1018)},function(t,e,o){"use strict";o(1019)},function(t,e,o){"use strict";o(1020)},function(t,e,o){"use strict";o(1021)},function(t,e,o){"use strict";o(1022)},function(t,e,o){"use strict";o(1023)},function(t,e,o){"use strict";o(1024)},function(t,e,o){"use strict";o(1025)},function(t,e,o){"use strict";o(1026)},function(t,e,o){"use strict";o(1027)},function(t,e,o){"use strict";o(1028)},function(t,e,o){"use strict";o(1029)},function(t,e,o){"use strict";o(1030)},function(t,e,o){"use strict";o(1031)},function(t,e,o){"use strict";o(1032)},function(t,e,o){"use strict";o(1033)},function(t,e,o){"use strict";o(1034)},function(t,e,o){"use strict";o(1035)},function(t,e,o){"use strict";o(1036)},function(t,e,o){"use strict";o(1037)},function(t,e,o){"use strict";o(1038)},function(t,e,o){"use strict";o(1039)},function(t,e,o){"use strict";o(1040)},function(t,e,o){"use strict";o(1041)},function(t,e,o){"use strict";o(1042)},function(t,e,o){"use strict";o(1043)},function(t,e,o){"use strict";o(1044)},function(t,e,o){"use strict";o(1045)},function(t,e,o){"use strict";o(1046)},function(t,e,o){"use strict";o(1047)},function(t,e,o){"use strict";o(1048)},function(t,e,o){"use strict";o(1049)},function(t,e,o){"use strict";o(1050)},function(t,e,o){"use strict";o(1051)},function(t,e,o){"use strict";o(1052)},function(t,e,o){"use strict";o(1053)},function(t,e,o){"use strict";o(1054)},function(t,e,o){"use strict";o(1055)},function(t,e,o){"use strict";o(1056)},function(t,e,o){"use strict";o(1057)},function(t,e,o){"use strict";o(1058)},function(t,e,o){"use strict";o(1059)},function(t,e,o){"use strict";o(1060)},function(t,e,o){"use strict";o(1061)},function(t,e,o){"use strict";o(1062)},function(t,e,o){"use strict";o(1063)},function(t,e,o){"use strict";o(1064)},function(t,e,o){"use strict";o(1065)},function(t,e,o){"use strict";o(1066)},function(t,e,o){"use strict";o(1067)},function(t,e,o){"use strict";o(1068)},function(t,e,o){"use strict";o(1069)},function(t,e,o){"use strict";o(1070)},function(t,e,o){"use strict";o(1071)},function(t,e,o){"use strict";o(1072)},function(t,e,o){"use strict";o(1073)},function(t,e,o){"use strict";o(1074)},function(t,e,o){"use strict";o(1075)},function(t,e,o){"use strict";o(1076)},function(t,e,o){"use strict";o(1077)},function(t,e,o){"use strict";o(1078)},function(t,e,o){"use strict";o(1079)},function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAdBAMAAADbbGjNAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMA3yAQz3Bg36r16gAAADpJREFUKM9jIAiSsYixlhhgCjKJO2NRqjhIlQZgUaoKxNiFy1FAIciABHRBqFWEHTXMFGJNDAzBUBoAXz0cZS8j4PIAAAAASUVORK5CYII="},function(t,e,o){"use strict";o(1080)},function(t,e,o){"use strict";o(1081)},function(t,e,o){"use strict";o(1082)},function(t,e,o){"use strict";o(1083)},function(t,e,o){"use strict";o(1084)},function(t,e,o){"use strict";o(1085)},function(t,e,o){"use strict";o(1086)},function(t,e,o){"use strict";o(1087)},function(t,e,o){"use strict";o(1088)},function(t,e,o){"use strict";o(1089)},function(t,e,o){"use strict";o(1090)},function(t,e,o){"use strict";o(1091)},function(t,e,o){"use strict";o(1092)},function(t,e,o){"use strict";o(1093)},function(t,e,o){"use strict";o(1094)},function(t,e,o){"use strict";o(1095)},function(t,e,o){"use strict";o(1096)},function(t,e,o){"use strict";o(1097)},function(t,e,o){"use strict";o(1098)},function(t,e,o){"use strict";o(1099)},function(t,e,o){"use strict";o(1100)},function(t,e,o){"use strict";o(1101)},function(t,e,o){"use strict";o(1102)},function(t,e,o){"use strict";o(1103)},function(t,e,o){"use strict";o(1104)},function(t,e,o){"use strict";o(1105)},function(t,e,o){"use strict";o(1106)},function(t,e,o){"use strict";o(1107)},function(t,e,o){"use strict";o(1108)},function(t,e,o){"use strict";o(1109)},function(t,e,o){"use strict";o(1110)},function(t,e,o){"use strict";o(1111)},function(t,e,o){"use strict";o(1112)},function(t,e,o){"use strict";o(1113)},function(t,e,o){"use strict";o(1114)},function(t,e,o){"use strict";o(1115)},function(t,e,o){"use strict";o(1116)},function(t,e,o){"use strict";o(1117)},function(t,e,o){"use strict";o(1118)},function(t,e,o){"use strict";o(1119)},function(t,e,o){"use strict";o(1120)},function(t,e,o){"use strict";o(1121)},function(t,e,o){"use strict";o(1122)},function(t,e,o){"use strict";o(1123)},function(t,e,o){"use strict";o(1124)},function(t,e,o){"use strict";o(1125)},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this;return(0,t._self._c)("div",{staticClass:"component-customer-html layout-desktop font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}})}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this;return(0,t._self._c)("div",{staticClass:"component-customer-html layout-mobile font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}})}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(30),r=(o(40),{mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},configInfo:function(){var t,e=null===(t=this.d)||void 0===t?void 0:t.options;return{buttonType:(null==e?void 0:e.buttonType)||"default",buttonWidth:Number(null==e?void 0:e.buttonWidth)||84,buttonMarginTop:Number(null==e?void 0:e.buttonMarginTop)||42,buttonMarginLeft:(Number(null==e?void 0:e.buttonMarginLeft)||42)/2}},content:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.content)||""},buttons:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.buttons)||[]}},methods:{formatData:function(data){var t=(null==data?void 0:data.buttons)||[],e=(null==data?void 0:data.text)||[],o=Object(n.a)(e,2),r=o[0],l=void 0===r?{}:r,c=o[1];return{options:l,content:void 0===c?"":c,buttons:t}}}}),l=(o(1193),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-html-button-desktop layout-desktop",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-clp-html-button-desktop__content font-times-now-semi-light",domProps:{innerHTML:t._s(t.content)}}),t._v(" "),t.buttons.length>0?e("div",{class:["component-clp-html-button-desktop__buttons","is-".concat(t.configInfo.buttonType)],style:{"--width":t.calcSize(t.configInfo.buttonWidth,!1),"--margin-top":t.calcSize(t.configInfo.buttonMarginTop,!1),"--margin-left":t.calcSize(t.configInfo.buttonMarginLeft,!1)}},[t._l(t.buttons,(function(o,n){return[o.label?e("div",{key:n,staticClass:"component-clp-html-button-desktop__buttons-item",on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n})}}},[e("span",{staticClass:"component-clp-html-button-desktop__buttons-item-text"},[t._v(t._s(o.label))])]):t._e()]}))],2):t._e()])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(30),r=(o(40),{mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},configInfo:function(){var t,e=null===(t=this.d)||void 0===t?void 0:t.options;return{buttonType:(null==e?void 0:e.buttonType)||"default",buttonWidth:Number(null==e?void 0:e.buttonWidth)||240,buttonMarginTop:Number(null==e?void 0:e.buttonMarginTop)||22}},content:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.content)||""},buttons:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.buttons)||[]}},methods:{formatData:function(data){var t=(null==data?void 0:data.buttons)||[],e=(null==data?void 0:data.text)||[],o=Object(n.a)(e,2),r=o[0],l=void 0===r?{}:r,c=o[1];return{options:l,content:void 0===c?"":c,buttons:t}}}}),l=(o(1194),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-html-button-mobile layout-mobile",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-clp-html-button-mobile__content font-times-now-semi-light",domProps:{innerHTML:t._s(t.content)}}),t._v(" "),t.buttons.length>0?e("div",{class:["component-clp-html-button-mobile__buttons","is-".concat(t.configInfo.buttonType)],style:{"--width":t.calcSize(t.configInfo.buttonWidth),"--margin-top":t.calcSize(t.configInfo.buttonMarginTop)}},[t._l(t.buttons,(function(o,n){return[o.label?e("div",{key:n,staticClass:"component-clp-html-button-mobile__buttons-item",on:{click:function(e){return e.stopPropagation(),t.clickButton({button:o,position:n})}}},[e("span",{staticClass:"component-clp-html-button-mobile__buttons-item-text"},[t._v(t._s(o.label))])]):t._e()]}))],2):t._e()])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(26),r=(o(28),{mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},title:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.title)||""},list:function(){var t,e=(null===(t=this.d)||void 0===t?void 0:t.images)||[];return this.$isMobile?2===e.length||3===e.length||4===e.length?[].concat(Object(n.a)(e),Object(n.a)(e)):e:4===e.length||5===e.length?[].concat(Object(n.a)(e),Object(n.a)(e)):e},boundary:function(){return this.$isMobile?1:4},spaceBetween:function(){return this.$isMobile?14:16},swiperOptions:function(){return{loop:this.list.length>=this.boundary,allowTouchMove:this.list.length>=this.boundary,centeredSlides:this.$isMobile,slidesPerView:"auto",spaceBetween:this.spaceBetween,navigation:{nextEl:"#".concat(this.floor.componentUid," .component-clp-swiper-image-1__navigation.right"),prevEl:"#".concat(this.floor.componentUid," .component-clp-swiper-image-1__navigation.left")}}}},methods:{formatData:function(data){var t,e=(null==data?void 0:data.text)||{},o=(null==data?void 0:data.image)||[];return{title:(null==e||null===(t=e[0])||void 0===t?void 0:t.title)||"",images:o}}}}),l=(o(1195),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-swiper-image-1 font-times-now-semi-light",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("div",{staticClass:"component-clp-swiper-image-1__title",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),t.list.length>0?e("div",{staticClass:"component-clp-swiper-image-1__wrap"},[e("swiper",{staticClass:"component-clp-swiper-image-1__swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(t,o){return e("swiper-slide",{key:o,staticClass:"component-clp-swiper-image-1__swiper-slide"},[e("div",{staticClass:"component-clp-swiper-image-1__swiper-item"},[e("img",{staticClass:"component-clp-swiper-image-1__swiper-item-img",attrs:{src:t.value}})])])})),1),t._v(" "),e("clp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>t.boundary,expression:"list.length > boundary"}],staticClass:"component-clp-swiper-image-1__navigation left",attrs:{name:"icon-swiper-left-arrow"}}),t._v(" "),e("clp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>t.boundary,expression:"list.length > boundary"}],staticClass:"component-clp-swiper-image-1__navigation right",attrs:{name:"icon-swiper-right-arrow"}})],1):t._e()])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ClpBaseArrow:o(900).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{freeMode:!0,slidesPerView:"auto",navigation:{nextEl:"#".concat(this.floor.componentUid," .component-clp-swiper-product-desktop-1__navigation.right"),prevEl:"#".concat(this.floor.componentUid," .component-clp-swiper-product-desktop-1__navigation.left")}}}},computed:{d:function(){return this.formatData(this.floor)},list:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.list)||[]},configInfo:function(){var t,e,o,text=null!==(t=null===(e=this.floor)||void 0===e||null===(e=e.text)||void 0===e?void 0:e[0])&&void 0!==t?t:{};return{labelBg:(null==text?void 0:text.labelBg)||(null===(o=this.webPageBackground)||void 0===o||null===(o=o.global)||void 0===o?void 0:o.backgroundColor)||""}}},methods:{formatData:function(data){var t;return{list:null!==(t=null==data?void 0:data.sku)&&void 0!==t?t:[]}}}},r=(o(1196),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-swiper-product-desktop-1 layout-desktop font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("div",{staticClass:"component-clp-swiper-product-desktop-1__wrap"},[e("swiper",{staticClass:"component-clp-swiper-product-desktop-1__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-clp-swiper-product-desktop-1__wrap-swiper-box",class:{right:n1,expression:"list.length > 1"}],staticClass:"component-clp-swiper-product-desktop-1__navigation left",attrs:{type:"left"}}),t._v(" "),e("clp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-clp-swiper-product-desktop-1__navigation right",attrs:{type:"right"}})],1)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseProductItemCard:o(893).default,ClpBaseArrow:o(900).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{pagination:{el:"#".concat(this.floor.componentUid," .component-clp-swiper-product-mobile-1__pagination"),clickable:!0},spaceBetween:8,slidesPerView:"auto",initialSlide:0,centeredSlides:!0,navigation:{nextEl:"#".concat(this.floor.componentUid," .component-clp-swiper-product-mobile-1__navigation.right"),prevEl:"#".concat(this.floor.componentUid," .component-clp-swiper-product-mobile-1__navigation.left")}}}},computed:{d:function(){return this.formatData(this.floor)},list:function(){var t;return(null===(t=this.d)||void 0===t?void 0:t.list)||[]},configInfo:function(){var t,e,o,text=null!==(t=null===(e=this.floor)||void 0===e||null===(e=e.text)||void 0===e?void 0:e[0])&&void 0!==t?t:{};return{labelBg:(null==text?void 0:text.labelBg)||(null===(o=this.webPageBackground)||void 0===o||null===(o=o.global)||void 0===o?void 0:o.backgroundColor)||""}}},methods:{formatData:function(data){var t;return{list:null!==(t=null==data?void 0:data.sku)&&void 0!==t?t:[]}}}},r=(o(1197),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-swiper-product-mobile-1 layout-mobile font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("div",{staticClass:"component-clp-swiper-product-mobile-1__wrap"},[e("swiper",{staticClass:"component-clp-swiper-product-mobile-1__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-clp-swiper-product-mobile-1__wrap-swiper-box",class:{right:n1,expression:"list.length > 1"}],staticClass:"component-clp-swiper-product-mobile-1__pagination"}),t._v(" "),e("clp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-clp-swiper-product-mobile-1__navigation left",attrs:{type:"left"}}),t._v(" "),e("clp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-clp-swiper-product-mobile-1__navigation right",attrs:{type:"right"}})],1)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseProductItemCard:o(893).default,ClpBaseArrow:o(900).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],methods:{moveTheLook:function(t){var e="module-".concat(t.attribute),element=document.querySelector("#".concat(e));element&&this.scrollTo(element)},scrollTo:function(t){var e=t.offsetTop-160;window.scrollTo({top:e,behavior:"smooth"})}}},r=(o(1198),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-gift-banner-desktop layout-desktop"},[e("div",{staticClass:"component-gift-banner-desktop__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}}),t._v(" "),e("div",{staticClass:"component-gift-banner-desktop__content"},[e("div",{staticClass:"component-gift-banner-desktop__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-gift-banner-desktop__button-group"},t._l(t.floor.buttons,(function(o,n){return e("a",{key:n,staticClass:"font-en-sc",on:{click:function(e){return e.stopPropagation(),t.moveTheLook(o)}}},[t._v("\n "+t._s(o.label)+"\n ")])})),0)])],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=o(0);function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e(null===(e=this.tabs)||void 0===e?void 0:e.length)-1?0:r},mounted:function(){},methods:{formatData:function(data){var t,e,o,n,r,l,c=null!==(t=null==data?void 0:data.sku)&&void 0!==t?t:[],d=null!==(e=null==data?void 0:data.buttons)&&void 0!==e?e:[],m=null!==(o=null==data?void 0:data.text)&&void 0!==o?o:[],v=null!==(n=null==m?void 0:m[0])&&void 0!==n?n:{},f=v.tabDefaultBackgroundColor,h=void 0===f?"":f,_=v.tabActiveBackgroundColor,k=void 0===_?"":_,w=v.desktopPaddingTop,y=void 0===w?"":w,C=v.mobilePaddingTop,x=void 0===C?"":C,O=this.getTabsAndTabsList(d,c),S=O.tabs,P=O.list;return{title:(null==m||null===(r=m[0])||void 0===r?void 0:r.title)||"",desktopPaddingTop:y,mobilePaddingTop:x,anchorId:(null==m||null===(l=m[0])||void 0===l?void 0:l.anchorId)||"",tabs:S,tabBackgroundColors:{defaultBackgroundColor:h,activeBackgroundColor:k},list:P}},getTabsAndTabsList:function(t,e){var o=this,n=[],r=[];if(t.length>0){var l,c=null==t||null===(l=t.filter)||void 0===l||null===(l=l.call(t,(function(t){return null==t?void 0:t.label})))||void 0===l||null===(l=l.slice(0,3))||void 0===l?void 0:l.map((function(t,e){var o;return r[e]=[],n[e]=t.label,(null==t||null===(o=t.attribute)||void 0===o||null===(o=o.toLowerCase())||void 0===o?void 0:o.split(",").filter((function(i){return i})))||[]}));null==e||e.forEach((function(t){c.forEach((function(e,n){var l,c=e.indexOf(null==t||null===(l=t.sku)||void 0===l?void 0:l.toLowerCase());if(-1!==c){var d=o.handleMappingProductItemData(t);r[n][c]=d}}))})),r=r.map((function(t){return t.filter((function(i){return i}))}))}else r[0]=e;return{tabs:n,list:r}},handleTabChange:function(t){this.tabActiveIndex=t,this.handleSeTrackMktClick({index:t})},handleSeTrackMktClick:function(t){var e,o,n,r,l=t.index,c=null!==(e=this.tabs)&&void 0!==e&&e[l]?"切换"+(null===(o=this.tabs)||void 0===o?void 0:o[l]):"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:l+1,mkt_name:c,click_type:"点击tab",destination_url:"",button_name:c})},handleMappingProductItemData:function(t){var e=t||{},o=e.price,n=void 0===o?"":o,r=e.sku,l=void 0===r?"":r,c=e.parentSku,m=void 0===c?"":c,v=e.childProductId,f=void 0===v?"":v,h=e.customizeProductImage,_=void 0===h?"":h,k=e.image,image=void 0===k?"":k,w=e.name,y=void 0===w?"":w,C=e.subName,x=void 0===C?"":C;return d(d({},t),{},{price:n,sku:l,parentSku:m,image:_||image,childProductId:f,name:y,subName:x})}}},v=(o(1211),o(2)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block2",style:{"margin-top":0,"--desktopPaddingTop":t.calcSize(t.desktopPaddingTop,!1),"--mobilePaddingTop":t.calcSize(t.mobilePaddingTop)},attrs:{id:t.anchorId}},[e("client-only",[t.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block2__title"},[t._v(t._s(t.title))]):t._e(),t._v(" "),e("hp-base-tabs",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block2__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex,"background-colors":t.tabBackgroundColors},on:{change:t.handleTabChange}}),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block2__swiper-show"},[t._l(t.list,(function(o,n){return[e("div",{directives:[{name:"show",rawName:"v-show",value:n===t.tabActiveIndex,expression:"itemIndex === tabActiveIndex"}],key:n,staticClass:"component-holiday-2024-block2__swiper-box"},[e("base-holiday-2024-block2-swiper",{staticClass:"layout-desktop",attrs:{"swiper-class-name":t.floor.componentUid+"component-holiday-2024-block2__desktop-swiper"+n,"pagination-class-name":t.floor.componentUid+"component-holiday-2024-block2__desktop-swiper-pagination"+n,"swiper-list":o,"slides-per-view":3,"space-between":20,"is-show-pagination":!0,"tab-active-index":t.tabActiveIndex,"component-cache-key-name":t.componentCacheKeyName,"swiper-index":n,floor:t.floor}}),t._v(" "),e("base-holiday-2024-block2-swiper",{staticClass:"layout-mobile",attrs:{"swiper-class-name":t.floor.componentUid+"component-holiday-2024-block2__mobile-swiper"+n,"pagination-class-name":t.floor.componentUid+"component-holiday-2024-block2__mobile-swiper-pagination"+n,"swiper-list":o,"slides-per-view":"auto","space-between":t.mobileSwiperSpaceBetween,"is-show-pagination":!0,"tab-active-index":t.tabActiveIndex,"component-cache-key-name":t.componentCacheKeyName,"swiper-index":n,floor:t.floor}})],1)]}))],2)],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseTabs:o(888).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(24),o(69);var n={mixins:[o(880).a],data:function(){return{videoLoadFinishFlag:!1,ctaLinkItemTextAfterElementBgColor:"transparent"}},computed:{configInfo:function(){return this.formatData(this.floor)},desktopImage:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.desktopImage},desktopVideo:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.desktopVideo},isShowPopupBox:function(){var t=this.desktopImage.value,e=this.desktopVideo.value;return!!t||!(t||!e||!this.videoLoadFinishFlag)},ctas:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.ctas},anchorId:function(){var t;return(null===(t=this.configInfo)||void 0===t?void 0:t.anchorId)||""}},mounted:function(){this.handleGaspPopupAction()},methods:{formatData:function(data){var t,e,o,n=(null==data||null===(t=data.text)||void 0===t?void 0:t[0])||{},r=(null==data||null===(e=data.image)||void 0===e?void 0:e[0])||{},l=(null==data||null===(o=data.video)||void 0===o?void 0:o[0])||{},c=((null==data?void 0:data.buttons)||[]).map((function(i){return{text:null==i?void 0:i.label,link:null==i?void 0:i.link,attribute:null==i?void 0:i.attribute}}));return{title:n.title||"",description:n.description||"",anchorId:n.anchorId||"",desktopImage:{value:(null==r?void 0:r.value)||""},desktopVideo:{value:(null==l?void 0:l.value)||"",poster:(null==l?void 0:l.attr)||""},ctas:c}},handleVideoLoadFinish:function(){this.videoLoadFinishFlag=!0},handleGaspPopupAction:function(){if(!this.$isMobile){var t=this,e="#".concat(this.floor.componentUid," .component-holiday-2024-block3-desktop__popup-box");this.$gsap.fromTo(e,{scale:0},{scrollTrigger:{trigger:e,start:"top bottom",toggleActions:"play none resume reset"},ease:"power2.inOut",scale:1,duration:.8,onStart:function(){t.ctaLinkItemTextAfterElementBgColor="transparent"},onComplete:function(){t.ctaLinkItemTextAfterElementBgColor="#fff"}})}}}},r=(o(1212),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block3-desktop layout-desktop",attrs:{id:t.anchorId}},[e("div",{staticClass:"component-holiday-2024-block3-desktop__container",style:{"--ctaLinkItemTextAfterElementBgColor":t.ctaLinkItemTextAfterElementBgColor},attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block3-desktop__video-image-box"},[t.desktopImage.value?e("img",{staticClass:"component-holiday-2024-block3-desktop__image",attrs:{src:t.desktopImage.value,alt:"desktopImage"}}):t._e(),t._v(" "),!t.desktopImage.value&&t.desktopVideo.value?e("base-holiday-video",{staticClass:"component-holiday-2024-block3-desktop__video",attrs:{"video-id":t.floor.componentUid+"-desktop-video","video-url":t.desktopVideo.value},on:{videoLoadFinish:function(e){return t.handleVideoLoadFinish()}},scopedSlots:t._u([{key:"videoPlayBox",fn:function(n){var r=n.playStatus;return[e("img",{directives:[{name:"show",rawName:"v-show",value:r,expression:"playStatus"}],staticClass:"video-play-icon",attrs:{src:o(978),alt:"pause-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!r,expression:"!playStatus"}],staticClass:"video-play-icon",attrs:{src:o(979),alt:"play-icon"}})]}},{key:"videoAudioBox",fn:function(n){var r=n.muteStatus;return[e("img",{directives:[{name:"show",rawName:"v-show",value:r,expression:"muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(980),alt:"mute-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!r,expression:"!muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(981),alt:"unmute-icon"}})]}}],null,!1,2180355702)}):t._e()],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowPopupBox,expression:"isShowPopupBox"}],staticClass:"component-holiday-2024-block3-desktop__popup-box"},[e("img",{staticClass:"popup-box__logo",attrs:{src:o(982),alt:"logo"}}),t._v(" "),t.configInfo.title?e("div",{staticClass:"popup-box__title",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"popup-box__description",domProps:{innerHTML:t._s(t.configInfo.description)}}):t._e(),t._v(" "),t.ctas.length>0?e("base-cta-link",{staticClass:"popup-box__ctas",attrs:{ctas:t.ctas,"is-hyperlink":!0,floor:t.floor}}):t._e()],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseHolidayVideo:o(885).default,BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(24),o(69);var n={mixins:[o(880).a],data:function(){return{videoLoadFinishFlag:!1,ctaLinkItemTextAfterElementBgColor:"transparent"}},computed:{configInfo:function(){return this.formatData(this.floor)},mobileImage:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.mobileImage},mobileVideo:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.mobileVideo},isShowPopupBox:function(){var t=this.mobileImage.value,e=this.mobileVideo.value;return!!t||!(t||!e||!this.videoLoadFinishFlag)},ctas:function(){var t;return null===(t=this.configInfo)||void 0===t?void 0:t.ctas},anchorId:function(){var t;return(null===(t=this.configInfo)||void 0===t?void 0:t.anchorId)||""}},mounted:function(){this.handleGaspPopupAction()},methods:{formatData:function(data){var t,e,o,n=(null==data||null===(t=data.text)||void 0===t?void 0:t[0])||{},r=(null==data||null===(e=data.image)||void 0===e?void 0:e[0])||{},l=(null==data||null===(o=data.video)||void 0===o?void 0:o[0])||{},c=((null==data?void 0:data.buttons)||[]).map((function(i){return{text:null==i?void 0:i.label,link:null==i?void 0:i.link,attribute:null==i?void 0:i.attribute}}));return{title:n.title||"",description:n.description||"",anchorId:n.anchorId||"",mobileImage:{value:(null==r?void 0:r.value)||""},mobileVideo:{value:(null==l?void 0:l.value)||"",poster:(null==l?void 0:l.attr)||""},ctas:c}},handleVideoLoadFinish:function(){this.videoLoadFinishFlag=!0},handleGaspPopupAction:function(){if(this.$isMobile){var t=this,e="#".concat(this.floor.componentUid," .component-holiday-2024-block3-mobile__popup-box");this.$gsap.fromTo(e,{scale:0},{scrollTrigger:{trigger:e,start:"top bottom",toggleActions:"play none resume reset"},ease:"power2.inOut",scale:1,duration:.8,onStart:function(){t.ctaLinkItemTextAfterElementBgColor="transparent"},onComplete:function(){t.ctaLinkItemTextAfterElementBgColor="#fff"}})}}}},r=(o(1213),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block3-mobile layout-mobile",attrs:{id:t.anchorId}},[e("div",{staticClass:"component-holiday-2024-block3-mobile__container",style:{"--ctaLinkItemTextAfterElementBgColor":t.ctaLinkItemTextAfterElementBgColor},attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block3-mobile__video-image-box"},[t.mobileImage.value?e("img",{staticClass:"component-holiday-2024-block3-mobile__image",attrs:{src:t.mobileImage.value,alt:"desktopImage"}}):t._e(),t._v(" "),!t.mobileImage.value&&t.mobileVideo.value?e("base-holiday-video",{staticClass:"component-holiday-2024-block3-mobile__video",attrs:{"video-id":t.floor.componentUid+"-mobile-video","video-url":t.mobileVideo.value},on:{videoLoadFinish:function(e){return t.handleVideoLoadFinish()}},scopedSlots:t._u([{key:"videoPlayBox",fn:function(n){var r=n.playStatus;return[e("img",{directives:[{name:"show",rawName:"v-show",value:r,expression:"playStatus"}],staticClass:"video-play-icon",attrs:{src:o(978),alt:"pause-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!r,expression:"!playStatus"}],staticClass:"video-play-icon",attrs:{src:o(979),alt:"play-icon"}})]}},{key:"videoAudioBox",fn:function(n){var r=n.muteStatus;return[e("img",{directives:[{name:"show",rawName:"v-show",value:r,expression:"muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(980),alt:"mute-icon"}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:!r,expression:"!muteStatus"}],staticClass:"video-audio-icon",attrs:{src:o(981),alt:"unmute-icon"}})]}}],null,!1,2180355702)}):t._e()],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowPopupBox,expression:"isShowPopupBox"}],staticClass:"component-holiday-2024-block3-mobile__popup-box"},[e("img",{staticClass:"popup-box__logo",attrs:{src:o(982),alt:"logo"}}),t._v(" "),t.configInfo.title?e("div",{staticClass:"popup-box__title",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"popup-box__description",domProps:{innerHTML:t._s(t.configInfo.description)}}):t._e(),t._v(" "),t.ctas.length>0?e("base-cta-link",{staticClass:"popup-box__ctas",attrs:{ctas:t.ctas,"is-hyperlink":!0,floor:t.floor}}):t._e()],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseHolidayVideo:o(885).default,BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);var n=o(1),r=o(30),l=o(154),c=(o(8),o(7),o(24),o(35),o(60),o(40),o(178),o(9),o(10),o(5),o(4),o(6),o(880)),d=o(29);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e(null===(e=this.tabs)||void 0===e?void 0:e.length)-1?0:l;this.tabActiveIndex=v,this.initTabActiveIndex=v,this.activeIndex=m}},formatData:function(data){try{var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[],o=Object(l.a)(e),n=o[0],r=void 0===n?{}:n,c=o.slice(1),d=r.tabDefaultBackgroundColor,m=void 0===d?"":d,v=r.tabActiveBackgroundColor,f=void 0===v?"":v,h=r.anchorId,_=void 0===h?"":h,k=this.getTabsAndTabList(c,t);return{tabBackgroundColors:{defaultBackgroundColor:m,activeBackgroundColor:f},tabs:k.tabs,tabList:k.tabList,anchorId:_}}catch(t){return{}}},getTabsAndTabList:function(t,e){if(t.length>0&&e.length>0){var o=[],n=[],r=this.getBannerGroups(e);return t.forEach((function(i){var t,e=(null==i||null===(t=i.images)||void 0===t?void 0:t.split(",").filter((function(t){return t})).map((function(t){return r[t-1]||{}})))||[];o.push((null==i?void 0:i.title)||""),n.push(e)})),{tabs:o,tabList:n}}return{}},getBannerGroups:function(t){var e=t.reduce((function(t,e){var o=e.alt.split("_").map(Number),n=Object(r.a)(o,2),l=n[0],c=n[1];return t[l]||(t[l]=[]),t[l].push(v(v({},e),{},{suffix:c})),t}),{});return Object.entries(e).sort((function(t,e){var o=Object(r.a)(t,1)[0],n=Object(r.a)(e,1)[0];return parseInt(o,10)-parseInt(n,10)})).map((function(t){var e,o=Object(r.a)(t,2),n=(o[0],o[1]);n.sort((function(a,b){return a.suffix-b.suffix}));var l=null==n?void 0:n[0],c=n.slice(1).map((function(t){return t.value}));return{title:(null==l?void 0:l.title)||"",cover:(null==l?void 0:l.value)||"",cta:(null==l||null===(e=l.btn)||void 0===e?void 0:e[0])||{},banners:c}}))},handleTabChange:function(t){this.tabActiveIndex=t,this.handleSeTrackMktClick({index:t})},handleSeTrackMktClick:function(t){var e,o,n,r,l=t.index,c=null!==(e=this.tabs)&&void 0!==e&&e[l]?"切换"+(null===(o=this.tabs)||void 0===o?void 0:o[l]):"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:l+1,mkt_name:c,click_type:"点击tab",destination_url:"",button_name:c})}}},h=(o(1214),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block4-desktop layout-desktop",style:t.style,attrs:{id:t.anchorId}},[e("hp-base-tabs",{staticClass:"component-holiday-2024-block4-desktop__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex,"background-colors":t.tabBackgroundColors},on:{change:t.handleTabChange}}),t._v(" "),e("div",{staticClass:"component-holiday-2024-block4-desktop__wrap"},t._l(t.tabList,(function(o,n){return e("base-holiday-2024-block4-main-desktop",{key:n,staticClass:"component-holiday-2024-block4-desktop__main",class:{"is-active":t.tabActiveIndex===n},attrs:{uid:t.floor.componentUid+n,"banner-group":o,floor:t.floor,"tab-index":n,"active-idx":t.initTabActiveIndex===n?t.activeIndex:0,"component-cache-key-name":t.componentCacheKeyName}})})),1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseTabs:o(888).default})},function(t,e,o){"use strict";o.r(e);var n=o(1),r=o(30),l=o(154),c=(o(8),o(7),o(24),o(35),o(60),o(40),o(178),o(9),o(10),o(5),o(4),o(6),o(880)),d=o(29);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e(null===(e=this.tabs)||void 0===e?void 0:e.length)-1?0:l;this.tabActiveIndex=v,this.initTabActiveIndex=v,this.activeIndex=m}},formatData:function(data){try{var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[],o=Object(l.a)(e),n=o[0],r=void 0===n?{}:n,c=o.slice(1),d=r.tabDefaultBackgroundColor,m=void 0===d?"":d,v=r.tabActiveBackgroundColor,f=void 0===v?"":v,h=r.anchorId,_=void 0===h?"":h,k=this.getTabsAndTabList(c,t);return{tabBackgroundColors:{defaultBackgroundColor:m,activeBackgroundColor:f},tabs:k.tabs,tabList:k.tabList,anchorId:_}}catch(t){return{}}},getTabsAndTabList:function(t,e){if(t.length>0&&e.length>0){var o=[],n=[],r=this.getBannerGroups(e);return t.forEach((function(i){var t,e=(null==i||null===(t=i.images)||void 0===t?void 0:t.split(",").filter((function(t){return t})).map((function(t){return r[t-1]||{}})))||[];o.push((null==i?void 0:i.title)||""),n.push(e)})),{tabs:o,tabList:n}}return{}},getBannerGroups:function(t){var e=t.reduce((function(t,e){var o=e.alt.split("_").map(Number),n=Object(r.a)(o,2),l=n[0],c=n[1];return t[l]||(t[l]=[]),t[l].push(v(v({},e),{},{suffix:c})),t}),{});return Object.entries(e).sort((function(t,e){var o=Object(r.a)(t,1)[0],n=Object(r.a)(e,1)[0];return parseInt(o,10)-parseInt(n,10)})).map((function(t){var e,o=Object(r.a)(t,2),n=(o[0],o[1]);n.sort((function(a,b){return a.suffix-b.suffix}));var l=null==n?void 0:n[0],c=n.slice(1).map((function(t){return t.value}));return{title:(null==l?void 0:l.title)||"",cover:(null==l?void 0:l.value)||"",cta:(null==l||null===(e=l.btn)||void 0===e?void 0:e[0])||{},banners:c}}))},handleTabChange:function(t){this.tabActiveIndex=t,this.handleSeTrackMktClick({index:t})},handleSeTrackMktClick:function(t){var e,o,n,r,l=t.index,c=null!==(e=this.tabs)&&void 0!==e&&e[l]?"切换"+(null===(o=this.tabs)||void 0===o?void 0:o[l]):"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:l+1,mkt_name:c,click_type:"点击tab",destination_url:"",button_name:c})}}},h=(o(1215),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block4-mobile layout-mobile",style:t.style,attrs:{id:t.anchorId}},[e("hp-base-tabs",{staticClass:"component-holiday-2024-block4-mobile__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex,"background-colors":t.tabBackgroundColors},on:{change:t.handleTabChange}}),t._v(" "),e("div",{staticClass:"component-holiday-2024-block4-mobile__wrap"},t._l(t.tabList,(function(o,n){return e("base-holiday-2024-block4-main-mobile",{key:n,staticClass:"component-holiday-2024-block4-mobile__main",class:{"is-active":t.tabActiveIndex===n},attrs:{uid:t.floor.componentUid+n,"banner-group":o,floor:t.floor,"tab-index":n,"active-idx":t.initTabActiveIndex===n?t.activeIndex:0,"component-cache-key-name":t.componentCacheKeyName}})})),1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseTabs:o(888).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{lineAnimation:{start:{scaleY:0,y:50},end:{scaleY:1,y:0,delay:.5,duration:1,transformOrigin:"top center"}},imageAnimation:{start:{opacity:0,y:50},end:{opacity:1,y:0,duration:1,delay:.5,transformOrigin:"top center"}}}},computed:{d:function(){return this.formatData(this.floor)},top:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.top},bottom:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bottom}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[];return{top:this.buildData(null==t?void 0:t[0],null==e?void 0:e[0]),bottom:this.buildData(null==t?void 0:t[1],null==e?void 0:e[1])}},buildData:function(image,text){return{image:(null==image?void 0:image.value)||"",title:(null==text?void 0:text.title)||"",content:(null==text?void 0:text.content)||"",ctaText:(null==text?void 0:text.ctaText)||"",ctaLink:(null==text?void 0:text.ctaLink)||""}}}},r=(o(1216),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block5-desktop layout-desktop",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block5-desktop__box top"},[t.top.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__title",domProps:{innerHTML:t._s(t.top.title)}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__logo"},[e("svg-icon",{staticClass:"component-holiday-2024-block5-desktop__logo-icon",attrs:{name:"icon-logo"}})],1),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.lineAnimation,expression:"lineAnimation"}],staticClass:"component-holiday-2024-block5-desktop__line"}),t._v(" "),e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.imageAnimation,expression:"imageAnimation"}],staticClass:"component-holiday-2024-block5-desktop__image",attrs:{src:t.top.image}}),t._v(" "),t.top.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__content",domProps:{innerHTML:t._s(t.top.content)}}):t._e(),t._v(" "),t.top.ctaText?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__cta",on:{click:function(e){return t.clickButton({button:{label:t.top.ctaText,link:t.top.ctaLink}})}}},[e("span",{staticClass:"component-holiday-2024-block5-desktop__cta-text"},[t._v(t._s(t.top.ctaText))])]):t._e()]),t._v(" "),e("div",{staticClass:"component-holiday-2024-block5-desktop__box bottom"},[e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.lineAnimation,expression:"lineAnimation"}],staticClass:"component-holiday-2024-block5-desktop__line"}),t._v(" "),e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.imageAnimation,expression:"imageAnimation"}],staticClass:"component-holiday-2024-block5-desktop__image",attrs:{src:t.bottom.image}}),t._v(" "),t.bottom.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__title",domProps:{innerHTML:t._s(t.bottom.title)}}):t._e(),t._v(" "),t.bottom.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__content",domProps:{innerHTML:t._s(t.bottom.content)}}):t._e(),t._v(" "),t.bottom.ctaText?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-desktop__cta",on:{click:function(e){return t.clickButton({button:{label:t.bottom.ctaText,link:t.bottom.ctaLink}})}}},[e("span",{staticClass:"component-holiday-2024-block5-desktop__cta-text"},[t._v(t._s(t.bottom.ctaText))])]):t._e()])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{lineAnimation:{start:{scaleY:0,y:50},end:{scaleY:1,y:0,delay:.5,duration:1,transformOrigin:"top center"}},imageAnimation:{start:{opacity:0,y:50},end:{opacity:1,y:0,duration:1,delay:.5,transformOrigin:"top center"}}}},computed:{d:function(){return this.formatData(this.floor)},top:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.top},bottom:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bottom}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[];return{top:this.buildData(null==t?void 0:t[0],null==e?void 0:e[0]),bottom:this.buildData(null==t?void 0:t[1],null==e?void 0:e[1])}},buildData:function(image,text){return{image:(null==image?void 0:image.value)||"",title:(null==text?void 0:text.title)||"",content:(null==text?void 0:text.content)||"",ctaText:(null==text?void 0:text.ctaText)||"",ctaLink:(null==text?void 0:text.ctaLink)||""}}}},r=(o(1217),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block5-mobile layout-mobile",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block5-mobile__box top"},[t.top.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__title",domProps:{innerHTML:t._s(t.top.title)}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__logo"},[e("svg-icon",{staticClass:"component-holiday-2024-block5-mobile__logo-icon",attrs:{name:"icon-logo"}})],1),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.lineAnimation,expression:"lineAnimation"}],staticClass:"component-holiday-2024-block5-mobile__line"}),t._v(" "),e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.imageAnimation,expression:"imageAnimation"}],staticClass:"component-holiday-2024-block5-mobile__image",attrs:{src:t.top.image}}),t._v(" "),t.top.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__content",domProps:{innerHTML:t._s(t.top.content)}}):t._e(),t._v(" "),t.top.ctaText?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__cta",on:{click:function(e){return t.clickButton({button:{label:t.top.ctaText,link:t.top.ctaLink}})}}},[e("span",{staticClass:"component-holiday-2024-block5-mobile__cta-text"},[t._v(t._s(t.top.ctaText))])]):t._e()]),t._v(" "),e("div",{staticClass:"component-holiday-2024-block5-mobile__box bottom"},[e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.lineAnimation,expression:"lineAnimation"}],staticClass:"component-holiday-2024-block5-mobile__line"}),t._v(" "),e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn",value:t.imageAnimation,expression:"imageAnimation"}],staticClass:"component-holiday-2024-block5-mobile__image",attrs:{src:t.bottom.image}}),t._v(" "),t.bottom.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__title",domProps:{innerHTML:t._s(t.bottom.title)}}):t._e(),t._v(" "),t.bottom.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__content",domProps:{innerHTML:t._s(t.bottom.content)}}):t._e(),t._v(" "),t.bottom.ctaText?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block5-mobile__cta",on:{click:function(e){return t.clickButton({button:{label:t.bottom.ctaText,link:t.bottom.ctaLink}})}}},[e("span",{staticClass:"component-holiday-2024-block5-mobile__cta-text"},[t._v(t._s(t.bottom.ctaText))])]):t._e()])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],computed:{d:function(){return this.formatData(this.floor)},type:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.type},src:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.src},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content},bannerLink:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bannerLink}},methods:{formatData:function(data){var t=(null==data?void 0:data.video)||[],e=(null==data?void 0:data.image)||[],o=(null==data?void 0:data.text)||[],video=null==t?void 0:t[0],image=null==e?void 0:e[0],n=(null==o?void 0:o[0])||{},r={type:"",src:"",title:(null==n?void 0:n.title)||"",content:(null==n?void 0:n.content)||"",bannerLink:(null==n?void 0:n.bannerLink)||""};return null!=video&&video.value?(r.type="video",r.src=video.value):null!=image&&image.value&&(r.type="image",r.src=image.value),r}}},r=(o(1218),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block6-desktop layout-desktop",style:t.style,attrs:{id:t.floor.componentUid}},[t.src?e("div",{staticClass:"component-holiday-2024-block6-desktop__banner",class:{"is-link":t.bannerLink},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:{link:t.bannerLink,value:t.src}})}}},["video"===t.type?e("base-holiday-video",{staticClass:"component-holiday-2024-block6-desktop__banner-video",attrs:{"video-id":t.floor.componentUid+"-desktop-video","video-url":t.src}}):"image"===t.type?e("img",{staticClass:"component-holiday-2024-block6-desktop__banner-image",attrs:{src:t.src}}):t._e()],1):t._e(),t._v(" "),e("div",{staticClass:"component-holiday-2024-block6-desktop__info"},[e("div",{staticClass:"component-holiday-2024-block6-desktop__info-box"},[t.title?e("div",{staticClass:"component-holiday-2024-block6-desktop__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{staticClass:"component-holiday-2024-block6-desktop__content",domProps:{innerHTML:t._s(t.content)}}):t._e()])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseHolidayVideo:o(885).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],computed:{d:function(){return this.formatData(this.floor)},type:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.type},src:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.src},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content},bannerLink:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bannerLink}},methods:{formatData:function(data){var t=(null==data?void 0:data.video)||[],e=(null==data?void 0:data.image)||[],o=(null==data?void 0:data.text)||[],video=null==t?void 0:t[0],image=null==e?void 0:e[0],n=(null==o?void 0:o[0])||{},r={type:"",src:"",title:(null==n?void 0:n.title)||"",content:(null==n?void 0:n.content)||"",bannerLink:(null==n?void 0:n.bannerLink)||""};return null!=video&&video.value?(r.type="video",r.src=video.value):null!=image&&image.value&&(r.type="image",r.src=image.value),r}}},r=(o(1219),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block6-mobile layout-mobile",style:t.style,attrs:{id:t.floor.componentUid}},[t.src?e("div",{staticClass:"component-holiday-2024-block6-mobile__banner",class:{"is-link":t.bannerLink},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:{link:t.bannerLink,value:t.src}})}}},["video"===t.type?e("base-holiday-video",{staticClass:"component-holiday-2024-block6-mobile__banner-video",attrs:{"video-id":t.floor.componentUid+"-mobile-video","video-url":t.src}}):"image"===t.type?e("img",{staticClass:"component-holiday-2024-block6-mobile__banner-image",attrs:{src:t.src}}):t._e()],1):t._e(),t._v(" "),e("div",{staticClass:"component-holiday-2024-block6-mobile__info"},[e("div",{staticClass:"component-holiday-2024-block6-mobile__info-box"},[t.title?e("div",{staticClass:"component-holiday-2024-block6-mobile__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{staticClass:"component-holiday-2024-block6-mobile__content",domProps:{innerHTML:t._s(t.content)}}):t._e()])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseHolidayVideo:o(885).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],computed:{d:function(){return this.formatData(this.floor)},top:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.top},bottom:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bottom},info:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.info}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[],o=(null==t?void 0:t[0])||{},n=(null==t?void 0:t[1])||{};return{top:o,info:(null==e?void 0:e[0])||{},bottom:n}}}},r=(o(1220),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block7-desktop layout-desktop",style:t.style,attrs:{id:t.floor.componentUid}},[t.top.value?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-desktop__image",attrs:{src:t.top.value}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-desktop__info",style:{"--marginTop":t.calcSize(t.info.infoMarginTop,!1),"--marginBottom":t.calcSize(t.info.infoMarginBottom,!1)}},[t.info.title?e("div",{staticClass:"component-holiday-2024-block7-desktop__title",domProps:{innerHTML:t._s(t.info.title)}}):t._e(),t._v(" "),t.info.content?e("div",{staticClass:"component-holiday-2024-block7-desktop__content",domProps:{innerHTML:t._s(t.info.content)}}):t._e()]),t._v(" "),t.bottom.value?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-desktop__image is-layout",attrs:{src:t.bottom.value}}):t._e()])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],computed:{d:function(){return this.formatData(this.floor)},top:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.top},bottom:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.bottom},info:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.info}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.text)||[],o=(null==t?void 0:t[0])||{},n=(null==t?void 0:t[1])||{};return{top:o,info:(null==e?void 0:e[0])||{},bottom:n}}}},r=(o(1221),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block7-mobile layout-mobile",style:t.style,attrs:{id:t.floor.componentUid}},[t.top.value?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-mobile__image",attrs:{src:t.top.value}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-mobile__info",style:{"--marginTop":t.calcSize(t.info.infoMarginTop),"--marginBottom":t.calcSize(t.info.infoMarginBottom)}},[t.info.title?e("div",{staticClass:"component-holiday-2024-block7-mobile__title",domProps:{innerHTML:t._s(t.info.title)}}):t._e(),t._v(" "),t.info.content?e("div",{staticClass:"component-holiday-2024-block7-mobile__content",domProps:{innerHTML:t._s(t.info.content)}}):t._e()]),t._v(" "),t.bottom.value?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block7-mobile__image",attrs:{src:t.bottom.value}}):t._e()])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69),o(7),o(4);var n={mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},image:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.image},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content},buttonMarginTop:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.buttonMarginTop},buttons:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.buttons.filter((function(t){return t.label}))}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.buttons)||[],o=(null==data?void 0:data.text)||[],image=(null==t?void 0:t[0])||{},n=(null==o?void 0:o[0])||{},r=n.title,title=void 0===r?"":r,l=n.content,content=void 0===l?"":l,c=n.buttonMarginTop;return{image:image,title:title,content:content,buttonMarginTop:void 0===c?24:c,buttons:e}}}},r=(o(1222),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block8-desktop layout-desktop",class:{"is-reversal":"right"===t.image.alt},style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block8-desktop__image",class:{"is-link":t.image.link},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:t.image})}}},[t.image?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-desktop__image-img",attrs:{src:t.image.value}}):t._e()]),t._v(" "),e("div",{staticClass:"component-holiday-2024-block8-desktop__info"},[t.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-desktop__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-desktop__content",domProps:{innerHTML:t._s(t.content)}}):t._e(),t._v(" "),t.buttons.length>0?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-desktop__ctas",style:{"--margin-top":t.calcSize(t.buttonMarginTop,!1)}},[t._l(t.buttons,(function(o,n){return[o.label?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],key:n,staticClass:"component-holiday-2024-block8-desktop__cta",on:{click:function(e){return t.clickButton({button:{label:o.label,link:o.link},position:n})}}},[e("span",{staticClass:"component-holiday-2024-block8-desktop__cta-text"},[t._v(t._s(o.label))])]):t._e()]}))],2):t._e()])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69),o(7),o(4);var n={mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},image:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.image},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content},buttonMarginTop:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.buttonMarginTop},buttons:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.buttons.filter((function(t){return t.label}))}},methods:{formatData:function(data){var t=(null==data?void 0:data.image)||[],e=(null==data?void 0:data.buttons)||[],o=(null==data?void 0:data.text)||[],image=(null==t?void 0:t[0])||{},n=(null==o?void 0:o[0])||{},r=n.title,title=void 0===r?"":r,l=n.content,content=void 0===l?"":l,c=n.buttonMarginTop;return{image:image,title:title,content:content,buttonMarginTop:void 0===c?24:c,buttons:e}}}},r=(o(1223),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block8-mobile layout-mobile",class:{"is-reversal":"bottom"===t.image.alt},style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block8-mobile__image",class:{"is-link":t.image.link},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:t.image})}}},[t.image?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-mobile__image-img",attrs:{src:t.image.value}}):t._e()]),t._v(" "),e("div",{staticClass:"component-holiday-2024-block8-mobile__info"},[t.title?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-mobile__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-mobile__content",domProps:{innerHTML:t._s(t.content)}}):t._e(),t._v(" "),t.buttons.length>0?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block8-mobile__ctas",style:{"--margin-top":t.calcSize(t.buttonMarginTop)}},[t._l(t.buttons,(function(o,n){return[o.label?e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],key:n,staticClass:"component-holiday-2024-block8-mobile__cta",on:{click:function(e){return t.clickButton({button:{label:o.label,link:o.link},position:n})}}},[e("span",{staticClass:"component-holiday-2024-block8-mobile__cta-text"},[t._v(t._s(o.label))])]):t._e()]}))],2):t._e()])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},image:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.image},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content}},methods:{formatData:function(data){var t,e,o,n=(null==data?void 0:data.image)||[],r=(null==data?void 0:data.text)||[],image=(null==n||null===(t=n[0])||void 0===t?void 0:t.value)||"";return{title:(null==r||null===(e=r[0])||void 0===e?void 0:e.title)||"",image:image,content:(null==r||null===(o=r[0])||void 0===o?void 0:o.content)||""}}}},r=(o(1224),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block9-desktop layout-desktop",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block9-desktop__wrap"},[t.image?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block9-desktop__image",attrs:{src:t.image}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block9-desktop__info"},[t.title?e("div",{staticClass:"component-holiday-2024-block9-desktop__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{staticClass:"component-holiday-2024-block9-desktop__content",domProps:{innerHTML:t._s(t.content)}}):t._e()])])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{}},computed:{d:function(){return this.formatData(this.floor)},image:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.image},title:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.title},content:function(){var t;return null===(t=this.d)||void 0===t?void 0:t.content}},methods:{formatData:function(data){var t,e,o,n=(null==data?void 0:data.image)||[],r=(null==data?void 0:data.text)||[],image=(null==n||null===(t=n[0])||void 0===t?void 0:t.value)||"";return{title:(null==r||null===(e=r[0])||void 0===e?void 0:e.title)||"",image:image,content:(null==r||null===(o=r[0])||void 0===o?void 0:o.content)||""}}}},r=(o(1225),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-holiday-2024-block9-mobile layout-mobile",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-holiday-2024-block9-mobile__wrap"},[t.image?e("img",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block9-mobile__image",attrs:{src:t.image}}):t._e(),t._v(" "),e("div",{directives:[{name:"fadeIn",rawName:"v-fadeIn"}],staticClass:"component-holiday-2024-block9-mobile__info"},[t.title?e("div",{staticClass:"component-holiday-2024-block9-mobile__title",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.content?e("div",{staticClass:"component-holiday-2024-block9-mobile__content",domProps:{innerHTML:t._s(t.content)}}):t._e()])])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(40);var n={mixins:[o(880).a],computed:{configInfo:function(){return this.formatData(this.floor)}},methods:{formatData:function(data){var t,e,o=(null==data?void 0:data.image)||[],n=(null==data||null===(t=data.text)||void 0===t?void 0:t[0])||{};return{title:(null==n?void 0:n.title)||"",description:(null==n?void 0:n.description)||"",imageUrl:(null==o||null===(e=o[0])||void 0===e?void 0:e.value)||"",titleSize:Number(null==n?void 0:n.titleSize)||26,descriptionSize:Number(null==n?void 0:n.descriptionSize)||16}}}},r=(o(1226),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-occasion-ad-block1"},[e("img",{staticClass:"component-holiday-occasion-ad-block1__image",attrs:{src:t.configInfo.imageUrl,alt:"image"}}),t._v(" "),e("div",{staticClass:"component-holiday-occasion-ad-block1__right"},[t.configInfo.title?e("div",{staticClass:"component-holiday-occasion-ad-block1__title",style:{"--title-font-size":t.calcSize(t.configInfo.titleSize,t.$isMobile)}},[t._v("\n "+t._s(t.configInfo.title)+"\n ")]):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"component-holiday-occasion-ad-block1__description",style:{"--description-font-size":t.calcSize(t.configInfo.descriptionSize,t.$isMobile)}},[t._v("\n "+t._s(t.configInfo.description)+"\n ")]):t._e()])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(9),o(10),o(5),o(6);var n=o(1),r=(o(7),o(4),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e0?e("div",{staticClass:"component-base-holiday-2024-block1-cta-link"},[t._l(t.ctas,(function(o,n){return[e("div",{key:n,staticClass:"component-base-holiday-2024-block1-cta-link__item",class:{"is-hyperlink":t.isHyperlink,"is-btn":t.isBtn},on:{click:function(e){return e.stopPropagation(),t.handleClickButton({button:o,position:n})}}},[e("span",{staticClass:"component-base-holiday-2024-block1-cta-link__item-text"},[t._v(t._s(o.text))])])]}))],2):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(40);var n={props:{item:{type:Object,default:function(){}},index:{type:Number,default:0},activeIndex:{type:Number,default:0}},methods:{clickItem:function(t){var e=t.type,o=this.index;this.activeIndex!==o&&this.$emit("triggerClickItem",{index:o,actionType:e})}}},r=(o(1230),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{class:["component-base-holiday-2024-block13-card-item",t.activeIndex===t.index?"active-item":""]},[e("div",{staticClass:"component-base-holiday-2024-block13-card-item__image-box",on:{click:function(e){return t.clickItem({type:"click-image"})}}},[e("v-image",{staticClass:"component-base-holiday-2024-block13-card-item__image",attrs:{src:t.item.value,lazy:!1}}),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block13-card-item__image-mask"})],1),t._v(" "),t.item.title?e("div",{staticClass:"component-base-holiday-2024-block13-card-item__image-title",on:{click:function(e){return t.clickItem({type:"click-btn"})}}},[t._v("\n "+t._s(t.item.title)+"\n ")]):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o.r(e);o(40);var n={props:{componentId:{type:String,default:""},tabList:{type:Array,default:function(){return[]}},activeIndex:{type:Number,default:0}},data:function(){var t=this;return{swiperOptions:{freeMode:!0,slidesPerView:"auto",navigation:{nextEl:"#".concat(this.componentId," .component-base-holiday-2024-block13-card-swiper__navigation.right"),prevEl:"#".concat(this.componentId," .component-base-holiday-2024-block13-card-swiper__navigation.left")},on:{init:function(){var e=this;t.$nextTick((function(){t.handleCenterActiveSlide(e,t.activeIndex)}))}}}}},methods:{clickCardItem:function(t){this.$emit("triggerClickCardItem",t)},clickSwiperSwitchBtn:function(t){this.$emit("triggerClickSwiperSwitchBtn",t)},handleCenterActiveSlide:function(t,e){var o=t.slides[e];if(o){var n=t.width,r=o.offsetWidth,l=-(o.offsetLeft-(n/2-r/2)),c=t.maxTranslate();l=Math.max(Math.min(l,0),c),t.setTransition(300),t.setTranslate(l)}}}},r=(o(1233),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-base-holiday-2024-block13-card-swiper layout-desktop",attrs:{id:t.componentId}},[e("client-only",[e("div",{staticClass:"component-base-holiday-2024-block13-card-swiper__wrap"},[e("swiper",{staticClass:"component-base-holiday-2024-block13-card-swiper__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.tabList,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-base-holiday-2024-block13-card-swiper__wrap-swiper__slide-item"},[e("base-holiday-2024-block13-card-item",{key:n,attrs:{item:o,index:n,"active-index":t.activeIndex},on:{triggerClickItem:t.clickCardItem}})],1)})),1),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block13-card-swiper__navigation left",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"left"})}}},[e("img",{staticClass:"swiper-navigation-image",attrs:{src:o(1231),alt:"swiper-left-image"}})]),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block13-card-swiper__navigation right",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"right"})}}},[e("img",{staticClass:"swiper-navigation-image",attrs:{src:o(1232),alt:"swiper-right-image"}})])],1)])],1)}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(16);var n=o(3),r=(o(19),o(40),o(880)),l=o(29),c={mixins:[r.a],props:{swiperClassName:{type:String,default:"swiper-element-name"},paginationClassName:{type:String,default:"swiper-pagination-name"},swiperList:{type:Array,default:function(){return[]}},slidesPerView:{type:[Number,String],default:1},spaceBetween:{type:Number,default:10},isShowPagination:{type:Boolean,default:!1},componentId:{type:String,default:"component-id"},tabActiveIndex:{type:Number,default:0},componentCacheKeyName:{type:String,default:"holiday-2024-block2"},swiperIndex:{type:Number,default:0}},data:function(){return{activeIndex:0,activeBeforeIndex:-1,activeAfterIndex:-1,isInitializedSwiper:!1,isAddProductImageBoxTransition:!1,initialSlideNumber:1}},computed:{swiperListLength:function(){var t;return(null===(t=this.swiperList)||void 0===t?void 0:t.length)||0},productActionBtnLabel:function(){return function(t){return null!=t&&t.childProductId?"加入购物袋":"探索更多"}},isLoopSwiper:function(){return this.swiperListLength>3}},mounted:function(){var t=this;this.$nextTick((function(){t.handleInitSwiper(),t.handleUseCacheSlideToItem()}))},methods:{handleInitSwiper:function(){var t=this,e=document.querySelector(".".concat(this.swiperClassName)),o={slidesPerView:t.slidesPerView,loop:t.isLoopSwiper,spaceBetween:t.spaceBetween,centeredSlides:!0,initialSlide:t.initialSlideNumber,speed:600,pagination:{clickable:!0,el:".".concat(t.paginationClassName)},on:{init:function(){t.isInitializedSwiper=!0,t.handleGetActiveIndex(this.realIndex)},slideChange:function(){t.isInitializedSwiper&&(t.isAddProductImageBoxTransition=!0,t.handleGetActiveIndex(this.realIndex))}}};Object.assign(e,o),e.initialize()},handleGetActiveIndex:function(t){var e,o=(null===(e=this.swiperList)||void 0===e?void 0:e.length)||0;if(o){var n=(t-1+o)%o,r=(t+1)%o;this.activeIndex=t,this.activeBeforeIndex=n,this.activeAfterIndex=r}},clickSwiperItem:function(t){var e=t.index,o=t.item,n=this.activeIndex,r=this.activeBeforeIndex,l=this.activeAfterIndex,c=this.swiperListLength,d=document.querySelector(".".concat(this.swiperClassName));e===n?this.handleJumpProductDetail({index:e,product:o}):2!==c&&e===r||2===c&&0===r?d.swiper.slidePrev():(2!==c&&e===l||2===c&&1===r)&&d.swiper.slideNext()},clickProductActionBtn:function(t){var e=t.index,o=t.item;this.activeIndex===e&&(this.handleClickButtonSeTrack(o),null!=o&&o.childProductId?this.triggerAddCartAction(o):this.handleJumpProductDetail({index:e,product:o}))},triggerAddCartAction:function(t){var e=this;return Object(n.a)(regeneratorRuntime.mark((function o(){var n,r,l,c;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return!1,n=t.childProductId,r={productId:void 0===n?"":n,qty:1,options:[],quickPurchase:false},o.next=5,e.$api.checkout.addToCartAsync(r);case 5:-1===(l=o.sent).code?e.$toastShowPurchaseLimit("限量购买",l.message):1===l.code?e.$toastShow("购物袋添加成功"):(c=l&&l.message||"该商品无法加入购物袋",e.$toastShow(c));case 7:case"end":return o.stop()}}),o)})))()},handleJumpProductDetail:function(t){var e=t.index,o=t.product;this.clickProduct({product:o,position:e+1,link:this.getProductDetailUrl(o)}),l.a.setHoliday2024ComponentCache(this.componentCacheKeyName,{tabIndex:this.tabActiveIndex,swiperIndex:this.swiperIndex,itemIndex:this.activeIndex})},handleClickButtonSeTrack:function(t){var label=null!=t&&t.childProductId?"加入购物袋":"探索更多",link=null!=t&&t.childProductId?"":this.getProductDetailUrl(t);this.clickButton({button:{label:label,link:link},position:-1,isJump:!1})},handleSwiperSlideToItem:function(t){var e=document.querySelector(".".concat(this.swiperClassName)),o=this.isLoopSwiper?"slideToLoop":"slideTo";e&&e.swiper[o](t)},handleUseCacheSlideToItem:function(){var t=l.a.getHoliday2024ComponentCache(this.componentCacheKeyName)||{},e=t.swiperIndex,o=void 0===e?"":e,n=t.itemIndex,r=void 0===n?"":n;""!==o&&""!==r&&this.swiperIndex===Number(o)&&this.handleSwiperSlideToItem(Number(r))}}},d=(o(1234),o(2)),component=Object(d.a)(c,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-base-holiday-2024-block2-swiper-box"},[t.swiperList.length?e("swiper-container",{class:[t.swiperClassName,"component-base-holiday-2024-block2-swiper"],attrs:{init:"false"}},t._l(t.swiperList,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-base-holiday-2024-block2-swiper__slide-item"},[e("div",{class:["product-image-box",t.isAddProductImageBoxTransition?"add-product-image-box-transition":""],on:{click:function(e){return t.clickSwiperItem({index:n,item:o})}}},[e("img",{staticClass:"item-image",attrs:{src:o.image}}),t._v(" "),e("div",{staticClass:"product-info-box"},[e("div",{staticClass:"product-content"},[e("div",{staticClass:"name ellipsis"},[t._v(t._s(o.name))]),t._v(" "),e("div",{staticClass:"subName ellipsis"},[t._v(t._s(o.subName))]),t._v(" "),e("div",{staticClass:"price ellipsis"},[t._v(t._s(o.price))])]),t._v(" "),e("base-holiday-line-btn",{staticClass:"product-action-btn",attrs:{label:t.productActionBtnLabel(o)},on:{triggerClick:function(e){return t.clickProductActionBtn({index:n,item:o})}}})],1)])])})),1):t._e(),t._v(" "),t.isShowPagination?e("div",{class:[t.paginationClassName,"component-base-holiday-2024-block2-swiper__pagination"]}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{BaseHolidayLineBtn:o(1128).default})},function(t,e,o){"use strict";o.r(e);var n=o(177),r={mixins:[o(880).a],props:{banners:{type:Array,default:function(){return[]}}},data:function(){return{activeIndex:-1}},computed:{swiperOption:function(){var t=this;return{initialSlide:0,autoplay:t.banners.length>1&&{delay:1e4,disableOnInteraction:!1},effect:"fade",fadeEffect:{crossFade:!0},speed:1e3,noSwiping:!0,on:{init:function(){this.slideTo(0,0,!1),t.activeIndex=0},slideChange:function(){t.activeIndex=this.activeIndex}}}}},methods:{handleSwiperItem:function(t){var e;null===(e=this.$refs)||void 0===e||null===(e=e.holiday2024Block4Active)||void 0===e||null===(e=e.swiper)||void 0===e||e.slideTo(t,0,!1)},handleMask:function(){this.maskThrottleFn(this)},maskThrottleFn:Object(n.a)(1e3,(function(t){var e,o,n=(null===(e=t.banners)||void 0===e?void 0:e.length)||0;if(!(n<=1)){var r=t.activeIndex===n-1?0:t.activeIndex+1;null===(o=t.$refs)||void 0===o||null===(o=o.holiday2024Block4Active)||void 0===o||null===(o=o.swiper)||void 0===o||o.slideTo(r)}}))}},l=(o(1235),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-base-holiday-2024-block4-active"},[e("div",{staticClass:"component-base-holiday-2024-block4-active__wrap"},[e("swiper",{ref:"holiday2024Block4Active",staticClass:"component-base-holiday-2024-block4-active__swiper",attrs:{options:t.swiperOption}},t._l(t.banners,(function(t,o){return e("swiper-slide",{key:o,staticClass:"component-base-holiday-2024-block4-active__swiper-slide swiper-no-swiping"},[e("img",{staticClass:"component-base-holiday-2024-block4-active__swiper-slide-image",attrs:{src:t,alt:"",draggable:"false"}})])})),1),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-active__mask",on:{click:function(e){return e.stopPropagation(),t.handleMask.apply(null,arguments)}}}),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-active__pagination"},t._l(t.banners,(function(o,n){return e("div",{key:n,staticClass:"component-base-holiday-2024-block4-active__pagination-item",class:{"is-active":n===t.activeIndex},on:{click:function(e){return e.stopPropagation(),t.handleSwiperItem(n)}}})})),0)],1)])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(26),r=o(1),l=(o(28),o(70),o(8),o(7),o(24),o(40),o(515),o(18),o(48),o(9),o(10),o(5),o(4),o(36),o(6),o(177)),c=o(880),d=o(29);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e2*n-1&&(this.updateSwiperSlide(!0),r=t-n),this.$nextTick((function(){requestAnimationFrame((function(){o.setActiveIndex(r,e),o.setBannerSwiperStyle(r),o.setTitleSwiperStyle(r)}))}))}},slidePrev:function(){var t=this.activeIndex-1,e=0===this.realIndex?this.realBannerGroup.length-1:this.realIndex-1;this.slideTo(t,e)},slideNext:function(){var t=this.activeIndex+1,e=this.realIndex===this.realBannerGroup.length-1?0:this.realIndex+1;this.slideTo(t,e)},onComponentSlide:function(){var t=document.querySelector(".".concat(this.uid," .component-base-holiday-2024-block4-main-desktop__wrap")),e=new window.Hammer(t),o=Object(l.a)(1e3,this.slideNext),n=Object(l.a)(1e3,this.slidePrev);e.on("swipeleft",o),e.on("swiperight",n)},setActiveIndex:function(t,e){this.activeIndex=t,this.realIndex=e},setBannerSwiperStyle:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1s",o=171*-(t-1);this.bannerSwiperEl.style.setProperty("--duration",e),this.bannerSwiperEl.style.transform="translate(".concat(o,"px, 0)")},setTitleSwiperStyle:function(t){var e,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1s",n=null===(e=this.titleListStyle)||void 0===e||null===(e=e[t])||void 0===e?void 0:e.x;this.titleSwiperEl.style.setProperty("--duration",o),this.titleSwiperEl.style.transform="translate(".concat(n,"px, 0)")},updateSwiperSlide:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e=this.realIndex,o=t?0:2,n=this.realBannerGroup.length*o+e;this.setActiveIndex(n,e),this.setBannerSwiperStyle(n,0),this.setTitleSwiperStyle(n,0)},getTitleItemWidth:function(t){var e=Array.from(t.querySelectorAll(".component-base-holiday-2024-block4-main-desktop__title-slide")),o=260,n=0,r=e.map((function(t){var e,r=Number(null==t||null===(e=t.getBoundingClientRect())||void 0===e?void 0:e.width),l=Number(null==t?void 0:t.getAttribute("data-active-index")),c=Number(null==t?void 0:t.getAttribute("data-real-index"));return o-=(n+r)/2,n=r,{w:r,x:o,activeIndex:l,realIndex:c}}));this.titleListStyle=r},handleSlideFn:Object(l.a)(1e3,(function(t,e,o){return t.slideTo(e,o)})),handleSlide:function(t,e){this.handleSlideFn(this,t,e)},handleCtaButton:function(button,t){this.clickButton({button:button,position:t,isJump:!0}),d.a.setHoliday2024ComponentCache(this.componentCacheKeyName,{tabIndex:this.tabIndex,activeIndex:this.realIndex})}}},h=f,_=(o(1236),o(2)),component=Object(_.a)(h,(function(){var t=this,e=t._self._c;return e("div",{class:["component-base-holiday-2024-block4-main-desktop",t.uid]},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__wrap"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__banner"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__banner-container",class:{"is-only-center":t.isOnlyData}},t._l(t.list,(function(o,n){return e("div",{key:n,staticClass:"component-base-holiday-2024-block4-main-desktop__banner-slide",class:{"is-active":n===t.activeIndex},on:{click:function(e){return t.handleSlide(n,o.realIndex)}}},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__banner-slide-wrap"},[n!==t.activeIndex?e("img",{staticClass:"component-base-holiday-2024-block4-main-desktop__cover",attrs:{src:o.cover,draggable:"false"}}):e("base-holiday-2024-block4-active",{staticClass:"component-base-holiday-2024-block4-main-desktop__banners",attrs:{banners:o.banners}}),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__banner-cta"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__banner-cta-text",on:{click:function(e){return t.handleCtaButton(o.cta,n)}}},[t._v("\n "+t._s(o.cta.text)+"\n ")])])],1)])})),0)]),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__title"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-desktop__title-container",class:{"is-only-center":t.isOnlyData}},t._l(t.list,(function(o,n){return e("div",{key:n,class:["component-base-holiday-2024-block4-main-desktop__title-slide",n===t.activeIndex?"is-active":""],attrs:{"data-active-index":n,"data-real-index":o.realIndex},on:{click:function(e){return t.handleSlide(n,o.realIndex)}}},[t._v("\n "+t._s(o.title)+"\n ")])})),0)])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(26),r=o(1),l=(o(28),o(70),o(8),o(7),o(24),o(40),o(515),o(18),o(48),o(9),o(10),o(5),o(4),o(36),o(6),o(177)),c=o(880),d=o(29);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e2*n-1&&(this.updateSwiperSlide(!0),r=t-n),this.$nextTick((function(){requestAnimationFrame((function(){o.setActiveIndex(r,e),o.setBannerSwiperStyle(r),o.setTitleSwiperStyle(r)}))}))}},slidePrev:function(){var t=this.activeIndex-1,e=0===this.realIndex?this.realBannerGroup.length-1:this.realIndex-1;this.slideTo(t,e)},slideNext:function(){var t=this.activeIndex+1,e=this.realIndex===this.realBannerGroup.length-1?0:this.realIndex+1;this.slideTo(t,e)},onComponentSlide:function(){var t=document.querySelector(".".concat(this.uid," .component-base-holiday-2024-block4-main-mobile__wrap")),e=new window.Hammer(t),o=Object(l.a)(500,this.slideNext),n=Object(l.a)(500,this.slidePrev);e.on("swipeleft",o),e.on("swiperight",n)},setActiveIndex:function(t,e){this.activeIndex=t,this.realIndex=e},setBannerSwiperStyle:function(t){var e,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"500ms",n=null===(e=this.bannerListStyle)||void 0===e||null===(e=e[t])||void 0===e?void 0:e.x;this.bannerSwiperEl.style.setProperty("--duration",o),this.bannerSwiperEl.style.transform="translate(".concat(n,"px, 0)")},setTitleSwiperStyle:function(t){var e,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"500ms",n=null===(e=this.titleListStyle)||void 0===e||null===(e=e[t])||void 0===e?void 0:e.x;this.titleSwiperEl.style.setProperty("--duration",o),this.titleSwiperEl.style.transform="translate(".concat(n,"px, 0)")},updateSwiperSlide:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e=this.realIndex,o=t?0:2,n=this.realBannerGroup.length*o+e;this.setActiveIndex(n,e),this.setBannerSwiperStyle(n,0),this.setTitleSwiperStyle(n,0)},getBannerItemWidth:function(t,e){var o,n=null===(o=e.getBoundingClientRect())||void 0===o?void 0:o.width,r=".".concat(this.uid," .component-base-holiday-2024-block4-main-mobile__banner-slide"),l=Array.from(t.querySelectorAll(r)),c=n/2,d=0,m=l.map((function(t){var e,o=Number(null==t||null===(e=t.getBoundingClientRect())||void 0===e?void 0:e.width),n=Number(null==t?void 0:t.getAttribute("data-active-index")),r=Number(null==t?void 0:t.getAttribute("data-real-index"));return c-=(d+o)/2,d=o,{w:o,x:c,activeIndex:n,realIndex:r}}));this.bannerListStyle=m},getTitleItemWidth:function(t,e){var o,n=null===(o=e.getBoundingClientRect())||void 0===o?void 0:o.width,r=Array.from(t.querySelectorAll(".component-base-holiday-2024-block4-main-mobile__title-slide")),l=n/2,c=0,d=r.map((function(t){var e,o=Number(null==t||null===(e=t.getBoundingClientRect())||void 0===e?void 0:e.width),n=Number(null==t?void 0:t.getAttribute("data-active-index")),r=Number(null==t?void 0:t.getAttribute("data-real-index"));return l-=(c+o)/2,c=o,{w:o,x:l,activeIndex:n,realIndex:r}}));this.titleListStyle=d},handleSlideFn:Object(l.a)(500,(function(t,e,o){return t.slideTo(e,o)})),handleSlide:function(t,e){this.handleSlideFn(this,t,e)},handleCtaButton:function(button,t){this.clickButton({button:button,position:t,isJump:!0}),d.a.setHoliday2024ComponentCache(this.componentCacheKeyName,{tabIndex:this.tabIndex,activeIndex:this.realIndex})}}},h=f,_=(o(1237),o(2)),component=Object(_.a)(h,(function(){var t=this,e=t._self._c;return e("div",{class:["component-base-holiday-2024-block4-main-mobile",t.uid]},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__wrap"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__banner"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__banner-container",class:{"is-only-center":t.isOnlyData}},t._l(t.list,(function(o,n){return e("div",{key:n,staticClass:"component-base-holiday-2024-block4-main-mobile__banner-slide",class:{"is-active":n===t.activeIndex},attrs:{"data-active-index":n,"data-real-index":o.realIndex},on:{click:function(e){return t.handleSlide(n,o.realIndex)}}},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__banner-slide-wrap"},[n!==t.activeIndex?e("img",{staticClass:"component-base-holiday-2024-block4-main-mobile__cover",attrs:{src:o.cover,draggable:"false"}}):e("base-holiday-2024-block4-active",{staticClass:"component-base-holiday-2024-block4-main-mobile__banners",attrs:{banners:o.banners}}),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__banner-cta"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__banner-cta-text",on:{click:function(e){return t.handleCtaButton(o.cta,n)}}},[t._v("\n "+t._s(o.cta.text)+"\n ")])])],1)])})),0)]),t._v(" "),e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__title"},[e("div",{staticClass:"component-base-holiday-2024-block4-main-mobile__title-container",class:{"is-only-center":t.isOnlyData}},t._l(t.list,(function(o,n){return e("div",{key:n,class:["component-base-holiday-2024-block4-main-mobile__title-slide",n===t.activeIndex?"is-active":""],attrs:{"data-active-index":n,"data-real-index":o.realIndex},on:{click:function(e){return t.handleSlide(n,o.realIndex)}}},[t._v("\n "+t._s(o.title)+"\n ")])})),0)])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={},r=(o(1238),o(2)),component=Object(r.a)(n,(function(){return(0,this._self._c)("div",{staticClass:"component-clp-page-background-color-image"})}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=(o(1240),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"holiday-left-product-swiper-image-text-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("component-holiday-text-image-product-swiper-desktop",{attrs:{floor:t.floor,"is-row-reverse-layout":!0}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ComponentHolidayTextImageProductSwiperDesktop:o(919).default})},function(t,e,o){"use strict";o.r(e);o(16),o(35),o(40),o(69);var n=o(50),r={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null,buttonStyleObject:{color:"#fff",background:"#9b5248",border:0,width:"328px"}}},computed:{buttonsData:function(){var t,e=null==this||null===(t=this.floor)||void 0===t?void 0:t.buttons[0];return{label:(null==e?void 0:e.label)||"",link:(null==e?void 0:e.link)||""}},productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,30)},imagesList:function(){var t;return(null===(t=this.floor)||void 0===t?void 0:t.image)||[]},configInfo:function(){var t,e=null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0];return{isShowPrice:(null==e?void 0:e.isShowPrice)||"true"}}},mounted:function(){this.initSwiperOptions()},methods:{initSwiperOptions:function(){var t=this;this.swiperOptions={slidesPerView:6,spaceBetween:15,initialSlide:0,loop:!0,centeredSlides:!0,on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.productList[n],link=t.toProductsLink(r);t.clickProduct({product:r,position:n+1,link:link})}},pagination:{el:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-desktop_swiper-pagination"),clickable:!0},navigation:{nextEl:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-desktop_swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-desktop_swiper-button-prev")}}},handlePrev:function(){this.$refs.swiperRef.swiper.slidePrev()},handleNext:function(){this.$refs.swiperRef.swiper.slideNext()},toProductsLink:function(t){return Object(n.c)(t.parentSku,t.sku)}}},l=(o(1241),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop__inner"},[e("client-only",[e("swiper",{ref:"swiperRef",attrs:{options:t.swiperOptions}},t._l(t.productList,(function(o,n){return e("swiper-slide",{key:n,attrs:{"data-index":n}},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop__box-swiper-box"},[e("pack-shot",{attrs:{src:t.imagesList[n]&&t.imagesList[n].value,lazy:!1,"is-transparent-background":!0,"is-show-footer-shadow":!0}}),t._v(" "),e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop__box-item-content font-en-sc"},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop__box-item-product-name",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),"true"===t.configInfo.isShowPrice?e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop__box-item-price"},[t._v("\n "+t._s(o.price)+"\n ")]):t._e()])],1)])})),1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.floor.sku&&t.floor.sku.length&&t.floor.sku.length>1,expression:"floor.sku && floor.sku.length && floor.sku.length > 1"}],staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_swiper-pagination-part"},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_swiper-button-prev"},[e("svg-icon",{attrs:{name:"holiday-arrow-left"}})],1),t._v(" "),e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_swiper-pagination-line"}),t._v(" "),e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_swiper-pagination"}),t._v(" "),e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_swiper-button-next"},[e("svg-icon",{attrs:{name:"holiday-arrow-right"}})],1)])],1)],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"holiday-more-product-show-dot-arrow-swiper-desktop_bottom-btn",attrs:{button:t.buttonsData,"custom-style":t.buttonStyleObject},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(16),o(35),o(40),o(69);var n=o(50),r={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null,buttonStyleObject:{color:"#fff",background:"#9b5248",border:0}}},computed:{buttonsData:function(){var t,e=null==this||null===(t=this.floor)||void 0===t?void 0:t.buttons[0];return{label:(null==e?void 0:e.label)||"",link:(null==e?void 0:e.link)||""}},productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,30)},imagesList:function(){var t;return(null===(t=this.floor)||void 0===t?void 0:t.image)||[]},configInfo:function(){var t,e=null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0];return{isShowPrice:(null==e?void 0:e.isShowPrice)||"true"}}},mounted:function(){this.initSwiperOptions()},methods:{initSwiperOptions:function(){var t=this;this.swiperOptions={slidesPerView:2,spaceBetween:5,initialSlide:0,loop:!0,centeredSlides:!0,observer:!0,observeParents:!0,on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.productList[n],link=t.toProductsLink(r);t.clickProduct({product:r,position:n+1,link:link})}},pagination:{el:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-mobile_swiper-pagination"),clickable:!1},navigation:{nextEl:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-mobile_swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .holiday-more-product-show-dot-arrow-swiper-mobile_swiper-button-prev")}}},handlePrev:function(){this.$refs.swiperRef.swiper.slidePrev()},handleNext:function(){this.$refs.swiperRef.swiper.slideNext()},toProductsLink:function(t){return Object(n.c)(t.parentSku,t.sku)}}},l=(o(1242),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile__inner"},[e("client-only",[e("swiper",{ref:"swiperRef",attrs:{options:t.swiperOptions}},t._l(t.floor.sku,(function(o,n){return e("swiper-slide",{key:n,attrs:{"data-index":n}},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile__box-swiper-box"},[e("pack-shot",{attrs:{src:t.imagesList[n]&&t.imagesList[n].value,lazy:!1,"is-transparent-background":!0,"is-show-footer-shadow":!0}}),t._v(" "),e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile__box-item-content font-en-sc"},[e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile__box-item-product-name",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),"true"===t.configInfo.isShowPrice?e("div",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile__box-item-price"},[t._v("\n "+t._s(o.price)+"\n ")]):t._e()])],1)])})),1)],1)],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"holiday-more-product-show-dot-arrow-swiper-mobile_bottom-btn",attrs:{button:t.buttonsData,"custom-style":t.buttonStyleObject},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=(o(1243),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"holiday-right-text-image-product-swiper-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("component-holiday-text-image-product-swiper-desktop",{attrs:{floor:t.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ComponentHolidayTextImageProductSwiperDesktop:o(919).default})},function(t,e,o){"use strict";o.r(e);o(16),o(35),o(40),o(69);var n=o(50),r={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null,buttonStyleObject:{color:"#fff",background:"#9b5248",border:0}}},computed:{describeImage:function(){var t,e=this.imagesList.length;return(null===(t=this.imagesList[e-1])||void 0===t?void 0:t.value)||""},imagesList:function(){var t;return(null===(t=this.floor)||void 0===t?void 0:t.image)||[]},productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,6)},buttonsData:function(){var t,e,o;return this.floor.buttons&&this.floor.buttons.length&&(o=this.floor.buttons[0]),{label:(null===(t=o)||void 0===t?void 0:t.label)||"",link:(null===(e=o)||void 0===e?void 0:e.link)||""}},configInfo:function(){var t,e=null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0];return{title1:(null==e?void 0:e.title1)||"",title2:(null==e?void 0:e.title2)||"",content:(null==e?void 0:e.content)||"",isHorizontalImage:(null==e?void 0:e.isHorizontalImage)||"true",isShowPrice:(null==e?void 0:e.isShowPrice)||"true"}}},mounted:function(){var t=this;this.swiperOptions={slidesPerView:2,spaceBetween:5,initialSlide:0,loop:!0,centeredSlides:!0,observer:!0,observeParents:!0,on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.productList[n],link=t.toProductsLink(r);t.clickProduct({product:r,position:n+1,link:link})}},pagination:{el:"#".concat(this.floor.componentUid," .holiday-text-image-product-swiper-mobile_swiper-pagination"),clickable:!1},navigation:{nextEl:"#".concat(this.floor.componentUid," .holiday-text-image-product-swiper-mobile_swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .holiday-text-image-product-swiper-mobile_swiper-button-prev")}}},methods:{toProductsLink:function(t){return Object(n.c)(t.parentSku,t.sku)}}},l=(o(1244),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"holiday-text-image-product-swiper-mobile layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"holiday-text-image-product-swiper-mobile__box"},[e("div",{staticClass:"holiday-text-image-product-swiper-mobile__describe font-en-sc"},[e("div",{staticClass:"holiday-text-image-product-swiper-mobile__content-box"},[t.configInfo.title1?e("div",{staticClass:"holiday-text-image-product-swiper-mobile__describe-title1",domProps:{innerHTML:t._s(t.configInfo.title1)}}):t._e(),t._v(" "),t.configInfo.title2?e("div",{staticClass:"holiday-text-image-product-swiper-mobile__describe-title2",domProps:{innerHTML:t._s(t.configInfo.title2)}}):t._e(),t._v(" "),t.configInfo.content?e("div",{staticClass:"holiday-text-image-product-swiper-mobile__describe-content",domProps:{innerHTML:t._s(t.configInfo.content)}}):t._e()]),t._v(" "),e("img",{staticClass:"holiday-text-image-product-swiper-mobile__describe-image",class:"true"===t.configInfo.isHorizontalImage?"horizontal-describe-image-width":"vertical-describe-image-width",attrs:{src:t.describeImage,alt:"image"}})]),t._v(" "),e("client-only",[e("swiper",{ref:"swiperRef",attrs:{options:t.swiperOptions}},t._l(t.productList,(function(o,n){return e("swiper-slide",{key:n,attrs:{"data-index":n}},[e("div",{staticClass:"holiday-text-image-product-swiper-mobile__box-swiper-box"},[e("pack-shot",{attrs:{src:t.imagesList[n]&&t.imagesList[n].value,lazy:!1,"is-transparent-background":!0,"is-show-footer-shadow":!0}}),t._v(" "),e("div",{staticClass:"holiday-text-image-product-swiper-mobile__box-item-content font-en-sc"},[e("div",{staticClass:"holiday-text-image-product-swiper-mobile__box-item-product-name",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),"true"===t.configInfo.isShowPrice?e("div",{staticClass:"holiday-text-image-product-swiper-mobile__box-item-price"},[t._v("\n "+t._s(t._f("priceReplace")(o.price))+"\n ")]):t._e()])],1)])})),1)],1)],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"holiday-text-image-product-swiper-mobile_bottom-btn",attrs:{"custom-style":t.buttonStyleObject,button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(35),o(40);var n={mixins:[o(880).a],computed:{buttonList:function(){var t;return((null===(t=this.floor)||void 0===t?void 0:t.buttons)||[]).slice(0,4)},configInfo:function(){var t,e=null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0];return{title:(null==e?void 0:e.title)||"",activeIndex:Number(null==e?void 0:e.activeIndex)||0}}}},r=(o(1245),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-holiday-top-title-switch-tabs"},[e("div",{staticClass:"components-holiday-top-title-switch-tabs__box font-en-sc"},[e("div",{staticClass:"components-holiday-top-title-switch-tabs__left"},[t._v(t._s(t.configInfo.title))]),t._v(" "),e("div",{staticClass:"components-holiday-top-title-switch-tabs__right layout-desktop"},t._l(t.buttonList,(function(o,n){return e("div",{key:n,class:["components-holiday-top-title-switch-tabs__item",n===t.configInfo.activeIndex?"active-tabs-item":""],on:{click:function(e){return t.clickButton({button:o})}}},[t._v("\n "+t._s(o.label)+"\n ")])})),0),t._v(" "),e("div",{staticClass:"components-holiday-top-title-switch-tabs__right layout-mobile"},[e("div",{staticClass:"components-holiday-top-title-switch-tabs__right-flex-box"},t._l(t.buttonList,(function(o,n){return e("div",{key:n,class:["components-holiday-top-title-switch-tabs__item",n===t.configInfo.activeIndex?"active-tabs-item":""],on:{click:function(e){return t.clickButton({button:o})}}},[t._v("\n "+t._s(o.label)+"\n ")])})),0)])])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69),o(40);var n={props:{floor:{type:Object,default:null}},computed:{customTextData:function(){return this.floor&&this.floor.text&&this.floor.text[0]?this.floor.text[0]:""},customButtonData:function(){return this.floor&&this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:"/"},customImageData:function(){return this.floor&&this.floor.image&&this.floor.image.length>0?this.floor.image[0]:""}},methods:{handleLinkTo:function(t){this.triggerSeTrackMktClick({clickType:"点击按钮",mktName:t}),window.location.href=this.customButtonData.link},triggerSeTrackMktClick:function(t){var e,o,n,r,l=t.clickType,c=t.mktName,link=(null===(e=this.customButtonData)||void 0===e?void 0:e.link)||"",d=(null===(o=this.customButtonData)||void 0===o?void 0:o.label)||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:-1,mkt_name:c,click_type:l,destination_url:link,button_name:"点击图片"===l?"":d})}}},r=(o(1247),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-block-custom"},[e("div",{staticClass:"component-home-block-custom__desktop-box layout-desktop"},[e("div",{staticClass:"component-home-block-custom__left",class:{"component-home-block-custom__left-right":"left"===t.customImageData.alt}},[e("div",{staticClass:"component-home-block-custom__left-title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}),t._v(" "),e("div",{staticClass:"component-home-block-custom__left-sub-title font-en-sc",domProps:{innerHTML:t._s(t.customTextData)}}),t._v(" "),e("span",{staticClass:"component-home-block-custom__left-self-custom",domProps:{innerHTML:t._s(t.customButtonData.label)},on:{click:function(e){return t.handleLinkTo(t.customButtonData.label)}}})]),t._v(" "),e("v-link",{staticClass:"component-home-block-custom__right",attrs:{href:t.customImageData.link}},[e("v-scale-image",{staticClass:"component-home-block-custom__right-img",attrs:{src:t.customImageData.value,lazy:!1},nativeOn:{click:function(e){return t.triggerSeTrackMktClick({clickType:"点击图片",mktName:t.customImageData.value})}}})],1)],1),t._v(" "),e("div",{staticClass:"component-home-block-custom__mobile-box layout-mobile"},[e("div",{staticClass:"component-home-block-custom__left-title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}),t._v(" "),e("div",{staticClass:"component-home-block-custom__left-sub-title font-en-sc",domProps:{innerHTML:t._s(t.customTextData)}}),t._v(" "),e("div",{staticClass:"component-home-block-custom__img-box"},[e("v-scale-image",{staticClass:"component-home-block-custom__img",attrs:{src:t.customImageData.value,lazy:!1}}),t._v(" "),e("div",{staticClass:"component-home-block-custom__img-box-text",domProps:{innerHTML:t._s(t.customButtonData.label)},on:{click:function(e){return t.handleLinkTo(t.customButtonData.label)}}})],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VScaleImage:o(273).default,VLink:o(65).default})},function(t,e,o){"use strict";o.r(e);o(16),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_9"}},computed:{buttonsData:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{}},imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""}}},r=(o(1248),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-product-button-left"},[e("div",{staticClass:"component-home-product-button-left__box"},[e("div",{staticClass:"component-home-product-button-left__left"},[e("a",{staticClass:"component-home-product-button-left__banner",attrs:{href:t.floor.image[0].link},on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("home-view-all-product-button",{staticClass:"layout-desktop",attrs:{button:t.buttonsData},on:{jump:t.clickButton}})],1),t._v(" "),e("div",{staticClass:"component-home-product-button-left__product"},t._l(t.floor.sku,(function(o,n){return e("div",{key:n,staticClass:"component-home-product-button-left__product-item"},[e("a",{attrs:{href:t.getProductDetailUrl(o)},on:{click:function(e){e.preventDefault(),t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}},[e("pack-shot",{staticClass:"component-home-product-button-left__product-item-img",attrs:{src:o.image,lazy:!1}}),t._v(" "),o.threeDUrl?e("div",{staticClass:"component-home-product-button-left__3d-part"},[e("svg-icon",{attrs:{name:"3d-icon"}})],1):t._e(),t._v(" "),o.isPreOrder||o.isHotSale?[o.isPreOrder?e("div",{staticClass:"component-home-product-button-left__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.preOrderTagLabel))])]):o.isHotSale?e("div",{staticClass:"component-home-product-button-left__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.hotOrderTagLabel))])]):t._e()]:t._e(),t._v(" "),e("div",{staticClass:"component-home-product-button-left__product-item-content"},[e("div",{staticClass:"component-home-product-button-left__product-item-title-cn font-en-sc",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),e("div",{staticClass:"component-home-product-button-left__product-item-materials",domProps:{innerHTML:t._s(o.subName)}}),t._v(" "),e("div",{staticClass:"component-home-product-button-left__product-item-price"},[t._v("\n "+t._s(t._f("priceReplace")(o.price))+"\n ")])])],2)])})),0),t._v(" "),e("home-view-all-product-button",{staticClass:"layout-mobile",attrs:{button:t.buttonsData},on:{jump:t.clickButton}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HomeViewAllProductButton:o(883).default,PackShot:o(213).default})},function(t,e,o){"use strict";o.r(e);o(16),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_10"}},computed:{buttonsData:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{}},imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""}}},r=(o(1249),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-product-button-right"},[e("div",{staticClass:"component-home-product-button-right__box"},[e("a",{staticClass:"component-home-product-button-right__banner",attrs:{href:t.floor.image[0].link},on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("div",{staticClass:"component-home-product-button-right__right"},[e("div",{staticClass:"component-home-product-button-right__products"},t._l(t.floor.sku,(function(o,n){return e("a",{key:n,staticClass:"component-home-product-button-right__product-item",attrs:{href:t.getProductDetailUrl(o)},on:{click:function(e){e.preventDefault(),t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}},[e("pack-shot",{staticClass:"component-home-product-button-right__product-item-img",attrs:{src:o.image,lazy:!1}}),t._v(" "),o.threeDUrl?e("div",{staticClass:"component-home-product-button-right__3d-part"},[e("svg-icon",{attrs:{name:"3d-icon"}})],1):t._e(),t._v(" "),o.isPreOrder||o.isHotSale?[o.isPreOrder?e("div",{staticClass:"component-home-product-button-right__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.preOrderTagLabel))])]):o.isHotSale?e("div",{staticClass:"component-home-product-button-right__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.hotOrderTagLabel))])]):t._e()]:t._e(),t._v(" "),e("div",{staticClass:"component-home-product-button-right__product-item-content"},[e("div",{staticClass:"component-home-product-button-right__product-item-title-cn font-en-sc",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),e("div",{staticClass:"component-home-product-button-right__product-item-materials",domProps:{innerHTML:t._s(o.subName)}}),t._v(" "),e("div",{staticClass:"component-home-product-button-right__product-item-price"},[t._v("\n "+t._s(t._f("priceReplace")(o.price))+"\n ")])])],2)})),0),t._v(" "),e("home-view-all-product-button",{attrs:{button:t.buttonsData},on:{jump:t.clickButton}})],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_8"}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].link:""},buttons:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{label:"",link:""}}}},r=(o(1250),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"home-block-product-left-swiper-2"},[e("div",{staticClass:"home-block-product-left-swiper-2__container"},[e("div",{staticClass:"home-block-product-left-swiper-2__box"},[e("a",{staticClass:"home-block-product-left-swiper-2__box-right layout-desktop",attrs:{href:t.imageLink},on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("v-scale-image",{attrs:{src:t.imageData,lazy:!1}})],1),t._v(" "),e("div",{staticClass:"home-block-product-left-swiper-2__box-left"},[t.floor.title?e("div",{staticClass:"home-block-product-left-swiper-2__box-left-title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}):t._e(),t._v(" "),e("div",{staticClass:"home-block-product-left-swiper-2__box-right layout-mobile"},[e("v-scale-image",{attrs:{src:t.imageData,lazy:!1}})],1),t._v(" "),e("home-swiper-slide-preview",{attrs:{floor:t.floor,"space-between":25},on:{jump:t.clickProduct}})],1)]),t._v(" "),e("home-view-all-product-button",{staticClass:"home-block-product-left-swiper-2__btn",attrs:{button:t.buttons},on:{jump:t.clickButton}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VScaleImage:o(273).default,HomeSwiperSlidePreview:o(908).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_6"}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].link:""},buttons:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{label:"",link:""}}}},r=(o(1251),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"home-block-product-left-swiper"},[e("div",{staticClass:"home-block-product-left-swiper__container"},[e("div",{staticClass:"home-block-product-left-swiper__box"},[e("div",{staticClass:"home-block-product-left-swiper__box-left"},[t.floor.title?e("div",{staticClass:"home-block-product-left-swiper__box-left-title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}):t._e(),t._v(" "),e("div",{staticClass:"home-block-product-left-swiper__box-right layout-mobile",on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("v-scale-image",{attrs:{src:t.imageData,lazy:!1}})],1),t._v(" "),e("home-swiper-slide-preview",{attrs:{floor:t.floor,"space-between":25},on:{jump:t.clickProduct}})],1),t._v(" "),e("a",{staticClass:"home-block-product-left-swiper__box-right layout-desktop",attrs:{href:t.imageLink},on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("v-scale-image",{attrs:{src:t.imageData,lazy:!1}})],1)]),t._v(" "),e("home-view-all-product-button",{staticClass:"home-block-product-left-swiper__btn",attrs:{button:t.buttons},on:{jump:t.clickButton}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VScaleImage:o(273).default,HomeSwiperSlidePreview:o(908).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_7"}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].link:""},buttons:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{label:"",link:""}}}},r=(o(1252),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"home-block-product-right-swiper"},[e("div",{staticClass:"home-block-product-right-swiper__container"},[e("div",{staticClass:"home-block-product-right-swiper__box"},[e("div",{staticClass:"home-block-product-right-swiper__box-left"},[t.floor.title?e("div",{staticClass:"home-block-product-right-swiper__box-left-title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}):t._e(),t._v(" "),e("a",{staticClass:"home-block-product-right-swiper__box-left-product-img",attrs:{href:t.imageLink},on:{click:function(e){return e.preventDefault(),t.clickImage({image:t.floor.image[0]})}}},[e("img",{attrs:{src:t.imageData}})])]),t._v(" "),e("div",{staticClass:"home-block-product-right-swiper__box-preview"},[e("home-swiper-slide-preview",{attrs:{floor:t.floor,"space-between":25},on:{jump:t.clickProduct}})],1)]),t._v(" "),e("home-view-all-product-button",{staticClass:"home-block-product-right-swiper__btn",attrs:{button:t.buttons},on:{jump:t.clickButton}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HomeSwiperSlidePreview:o(908).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(16),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_5"}},computed:{buttonsData:function(){return this.floor.buttons&&this.floor.buttons.length>0?this.floor.buttons[0]:{}},imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""}}},r=(o(1253),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-product"},[e("div",{staticClass:"component-home-product__box"},[e("v-link",{staticClass:"component-home-product__banner",attrs:{href:t.floor.image[0].link}},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("div",{staticClass:"component-home-product__product"},t._l(t.floor.sku,(function(o,n){return e("div",{key:n,staticClass:"component-home-product__product-item"},[e("v-link",{attrs:{locale:"",to:t.getProductDetailUrl(o)}},[e("pack-shot",{staticClass:"component-home-product__product-item-img",attrs:{src:o.image,lazy:!1}}),t._v(" "),o.threeDUrl?e("div",{staticClass:"component-home-product__3d-part"},[e("svg-icon",{attrs:{name:"3d-icon"}})],1):t._e(),t._v(" "),o.isPreOrder||o.isHotSale?[o.isPreOrder?e("div",{staticClass:"component-home-product__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.preOrderTagLabel))])]):o.isHotSale?e("div",{staticClass:"component-home-product__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.hotOrderTagLabel))])]):t._e()]:t._e(),t._v(" "),e("div",{staticClass:"component-home-product__product-item-content"},[e("div",{staticClass:"component-home-product__product-item-title-cn font-en-sc",domProps:{innerHTML:t._s(o.name)}}),t._v(" "),e("div",{staticClass:"component-home-product__product-item-materials",domProps:{innerHTML:t._s(o.subName)}}),t._v(" "),e("div",{staticClass:"component-home-product__product-item-price"},[t._v("\n "+t._s(t._f("priceReplace")(o.price))+"\n ")])])],2)],1)})),0)],1),t._v(" "),e("home-view-all-product-button",{attrs:{button:t.buttonsData},on:{jump:t.clickButton}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VLink:o(65).default,PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69);var n=o(26),r=(o(28),o(40),o(5),o(4),o(6),o(55),o(21)),l={props:{floor:{type:Object,default:null}},data:function(){var t=this;return{activeIndex:0,swiperOptions:{pagination:{el:".home-banner__swiper-pagination",clickable:!0,renderBullet:function(t,e){return'
')}},initialSlide:0,autoplay:!0,delay:5e3,loop:!0,on:{slideChange:function(){t.activeIndex=this.realIndex},slideChangeTransitionStart:function(){t.curtSlideActiveIndex=this.realIndex+1,t.preSlideActiveIndex=this.previousIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&!t.isClickSlideChangeFrame&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"右滑","右滑")}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&!t.isClickSlideChangeFrame&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"左滑","左滑")}))}}},curtSlideActiveIndex:1,preSlideActiveIndex:1,isClickSlideChangeFrame:!1}},computed:{bannerImageData:function(){if(this.floor){var t=JSON.parse(JSON.stringify(this.floor.image||[]));t.forEach((function(e,o){t[o].type="image"}));var e=JSON.parse(JSON.stringify(this.floor.video||[]));return e.forEach((function(t,o){e[o].type="video"})),this.$isMobile?Object(n.a)(t):[].concat(Object(n.a)(t),Object(n.a)(e))}return[]},seriesContentTitle:function(){return this.bannerImageData.length>0?this.bannerImageData[this.activeIndex]:null}},methods:{seTrackingMktClick:function(t,e,o,n){var r,l,c=this.bannerImageData[e-1],d=(null==c?void 0:c.link)||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(r=this.floor)||void 0===r?void 0:r.position),module_name:(null===(l=this.floor)||void 0===l?void 0:l.title)||"",mkt_index:e,mkt_name:o,click_type:t,destination_url:d,button_name:n})},bulletClick:function(t){var e=this;if(this.isClickSlideChangeFrame=!0,setTimeout((function(){return e.isClickSlideChangeFrame=!1}),500),t.target.dataset.index){var o=t.target.dataset.index;this.seTrackingMktClick("点击换祯",this.curtSlideActiveIndex,"换祯".concat(o),"换祯".concat(o))}},handlePrev:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"左键","左键"),this.$refs.swiperSeriesRef.swiper.slidePrev()},handleNext:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"右键","右键"),this.$refs.swiperSeriesRef.swiper.slideNext()},clickImg:function(t,e){var o,n,l=t||{},c=l.link,link=void 0===c?"":c,d=l.value;Object(r.l)(this.$router,link),this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(o=this.floor)||void 0===o?void 0:o.position),module_name:(null===(n=this.floor)||void 0===n?void 0:n.title)||"",mkt_index:e+1,mkt_name:d||"",click_type:"点击图片",destination_url:link||"",button_name:""}),this.$store.dispatch("seTracking/SeriesDetailOperate",{product_gender:"ALL",operate_type:"点击图片",button_name:"",destination_url:link||""})}}},c=(o(1254),o(2)),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-block-series"},[e("div",{staticClass:"component-home-block-series__box"},[e("div",{staticClass:"component-home-block-series__title font-en-sc",domProps:{innerHTML:t._s(t.floor.title)}}),t._v(" "),t.seriesContentTitle?e("home-block-series-content",{staticClass:"layout-mobile",attrs:{title:t.seriesContentTitle.title,description:t.seriesContentTitle.description}}):t._e(),t._v(" "),e("div",{staticClass:"component-home-block-series__swiper-box"},[e("client-only",[e("swiper",{ref:"swiperSeriesRef",staticClass:"component-home-block-series__swiper",attrs:{options:t.swiperOptions}},[t._l(t.bannerImageData,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-home-block-series-box"},["image"===o.type?e("div",{class:["component-home-block-series-slide-item",o.link&&"is-can-click"],on:{click:function(e){return t.clickImg(o,n)}}},[e("img",{staticClass:"component-home-block-series-banner",attrs:{src:o.value,alt:""}}),t._v(" "),e("home-block-series-content",{staticClass:"layout-desktop",attrs:{title:o.title,description:o.description,alt:o.alt}})],1):"video"===o.type?e("div",{staticClass:"component-home-banner__swiper-slide-item layout-desktop"},[e("meda-video",{ref:"seriesVideo",refInFor:!0,attrs:{id:"seriesVideo".concat(n),autoplay:"","video-url":o.value,"image-url":o.link}})],1):t._e()])})),t._v(" "),e("div",{staticClass:"home-banner__swiper-pagination",attrs:{slot:"pagination"},on:{click:t.bulletClick},slot:"pagination"})],2),t._v(" "),e("div",{staticClass:"component-home-block-series__swiper-prev-box layout-desktop",on:{click:t.handlePrev}},[e("svg-icon",{staticClass:"component-home-block-series__swiper-prev",attrs:{name:"swiper-prev"}})],1),t._v(" "),e("div",{staticClass:"component-home-block-series__swiper-next-box layout-desktop",on:{click:t.handleNext}},[e("svg-icon",{staticClass:"component-home-block-series__swiper-next",attrs:{name:"swiper-prev"}})],1)],1)],1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HomeBlockSeriesContent:o(1191).default,MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],computed:{videoData:function(){return this.floor&&this.floor.video?this.floor.video[0]:{}},videoTitleData:function(){return this.floor&&this.floor.title?this.floor.title:""}},beforeDestroy:function(){window.removeEventListener("pageshow",this.onPlay)},methods:{onPlay:function(){}}},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-video layout-desktop"},[e("div",{staticClass:"component-home-video__title font-en-sc",domProps:{innerHTML:t._s(t.videoTitleData)}}),t._v(" "),e("div",{staticClass:"component-home-video__wrap"},[e("meda-video",{ref:"homeBlockVideo",staticClass:"component-home-video__wrap-video",attrs:{id:"homeBlockVideo",controls:"","video-url":t.videoData.value,"image-url":t.videoData.link,loop:!1}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],computed:{videoData:function(){return this.floor&&this.floor.video?this.floor.video[0]:{}},videoTitleData:function(){return this.floor&&this.floor.title?this.floor.title:""}},beforeDestroy:function(){window.removeEventListener("pageshow",this.onPlay)},methods:{onPlay:function(){}}},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-video layout-mobile"},[e("div",{staticClass:"component-home-video__title font-en-sc",domProps:{innerHTML:t._s(t.videoTitleData)}}),t._v(" "),e("div",{staticClass:"component-home-video__wrap"},[e("meda-video",{ref:"homeBlockVideo",staticClass:"component-home-video__wrap-video",attrs:{id:"homeBlockVideo",controls:"","video-url":t.videoData.value,"image-url":t.videoData.link,loop:!1}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={props:{floor:{type:Object,default:null}},computed:{videoData:function(){return this.floor&&this.floor.video?this.floor.video[0]:{}},videoTitleData:function(){return this.floor&&this.floor.title?this.floor.title:""}},beforeDestroy:function(){window.removeEventListener("pageshow",this.onPlay)},methods:{onPlay:function(){}}},r=(o(1255),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-home-video"},[e("div",{staticClass:"component-home-video__title font-en-sc",domProps:{innerHTML:t._s(t.videoTitleData)}}),t._v(" "),e("div",{staticClass:"component-home-video__wrap"},[e("meda-video",{ref:"homeBlockVideo",staticClass:"component-home-video__wrap-video",attrs:{id:"homeBlockVideo",controls:"","video-url":t.videoData.value,"image-url":t.videoData.link,loop:!1}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1);o(16),o(69);function r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e')}},spaceBetween:t.$isMobile?16:0,slidesPerView:t.$isMobile?1.4:1.6,loopedSlides:5,initialSlide:0,loop:!0,centeredSlides:!0,navigation:{nextEl:"#".concat(t.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(t.floor.componentUid," .swiper-button-prev")},on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.lookbookDataInfo.product[n],link=t.getProductDetailUrl(r);t.clickProduct({product:r,position:n+1,link:link,seriesName:t.seriesName})},slideChange:function(){t.swiperActiveIndex=this.realIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"prev",btnName:"右滑"})}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"next",btnName:"左滑"})}))}}}},methods:{handleModelAndProductImages:function(t){if(!t||null==t||!t.length)return{};var e=t.filter((function(t){return"model"===t.alt})),o=[];return t.forEach((function(t){"model"!==t.alt&&o.push(t)})),{modelImage:(null==e?void 0:e[0])||{},productImages:o}},handleLookbookProductInfo:function(t,e){if(!t||null==t||!t.length)return[];var o=JSON.parse(JSON.stringify(t));return o.forEach((function(t,o){var n,r=t.image,image=void 0===r?"":r,l=(null==e||null===(n=e[o])||void 0===n?void 0:n.value)||"";t.image=l||image})),o.slice(0,12)},clickLookbookBtn:function(t){var e=t.label,label=void 0===e?"":e,o=t.link,link=void 0===o?"":o;label&&link&&this.clickButton({button:{link:link,text:label},seriesName:this.seriesName})},clickLookbookMainImage:function(){var t,e=(null===(t=this.lookbookDataInfo)||void 0===t?void 0:t.lookbookImage)||{},path=(null==e?void 0:e.link)||"",o=(null==e?void 0:e.value)||"";path&&this.clickImage({image:{link:path,value:o},seriesName:this.seriesName})},clickSwiperSwitchBtn:function(t){var e=t.type,o="prev"===e?"左键":"右键",n=this.getPrevNextSwiperActiveIndex({type:e}).nextIndex+1;this.seTrackingMktClick({mktIndex:this.swiperActiveIndex+1,btnName:o,clickType:"左右切换",destinationUrl:"",destinyPageNumber:n})},handleSlidingFrameChange:function(t){var e=t.type,o=t.btnName,n=this.getPrevNextSwiperActiveIndex({type:e}).prevIndex+1;this.seTrackingMktClick({mktIndex:n,btnName:o,clickType:"滑动换帧",destinationUrl:"",destinyPageNumber:this.swiperActiveIndex+1})},bulletClick:function(t){if(t.target.dataset.index){var e=t.target.dataset.index;this.seTrackingMktClick({mktIndex:this.swiperActiveIndex+1,btnName:"换祯".concat(e),clickType:"点击换祯",destinationUrl:"",destinyPageNumber:Number(e)})}},getPrevNextSwiperActiveIndex:function(t){var e,o,n,r=t.type,l=(null===(e=this.lookbookDataInfo)||void 0===e||null===(e=e.product)||void 0===e?void 0:e.length)||0,c=this.swiperActiveIndex;return 0===c?(o="prev"===r?l-1:c+1,n="prev"===r?c+1:l-1):c===l-1?(o="prev"===r?c-1:0,n="prev"===r?0:c-1):(o="prev"===r?c-1:c+1,n="prev"===r?c+1:c-1),{nextIndex:o,prevIndex:n}},seTrackingMktClick:function(t){var e,o,n=t.mktIndex,r=t.btnName,l=t.clickType,c=t.destinationUrl,d=t.destinyPageNumber;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(e=this.floor)||void 0===e?void 0:e.position),module_name:(null===(o=this.floor)||void 0===o?void 0:o.title)||"",mkt_index:n,mkt_name:r,click_type:l,destination_url:c,button_name:r,destiny_page_number:d,series_name:this.seriesName})}}},v=(o(1259),o(2)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__mobile-title-box layout-mobile"},[t.lookbookDataInfo.lookbookTitle?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__mobile-title-box__title font-times-now-semi-light"},[t._v("\n "+t._s(t.lookbookDataInfo.lookbookTitle)+"\n ")]):t._e(),t._v(" "),e("svg-icon",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-separator-icon",attrs:{name:"swiper-vertical-separator-icon"}})],1),t._v(" "),e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__image-box"},[t.lookbookDataInfo.lookbookImage.value?e("v-image",{staticClass:"component-custom-lookbook-collocation-swiper-show__image",attrs:{src:t.lookbookDataInfo.lookbookImage.value,lazy:!1,alt:"lookbook-image"},nativeOn:{click:function(e){return t.clickLookbookMainImage.apply(null,arguments)}}}):t._e()],1),t._v(" "),e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__left-box font-en-sc",style:l(l({},t.backgroundStyle),{},{backgroundPosition:"center","--productBoxBgColor":t.lookbookDataInfo.productBoxBackgroundColor,"--titleBtnBgColor":t.lookbookDataInfo.titleBtnBackgroundColor})},[e("div",{class:["component-custom-lookbook-collocation-swiper-show__swiper-top-box layout-desktop"]},[t.lookbookDataInfo.lookbookTitle?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-top-box__title font-times-now-semi-light"},[t._v("\n "+t._s(t.lookbookDataInfo.lookbookTitle)+"\n ")]):t._e(),t._v(" "),e("svg-icon",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-separator-icon",attrs:{name:"swiper-vertical-separator-icon"}})],1),t._v(" "),e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-box"},[e("client-only",[t.swiperOptions&&t.lookbookDataInfo.product&&t.lookbookDataInfo.product.length?e("swiper",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper",attrs:{options:t.swiperOptions}},t._l(t.lookbookDataInfo.product,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item-box",attrs:{"data-index":n}},[e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item",class:{"is-hover":o.switchImage}},[e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__product-box"},[e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__image-box"},[o.image?e("img",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__image",attrs:{src:o.image,alt:"product-image"}}):t._e()]),t._v(" "),o.name?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__product-name"},[t._v("\n "+t._s(o.name)+"\n ")]):t._e(),t._v(" "),o.materialLabel?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__product-material"},[t._v("\n "+t._s(o.materialLabel)+"\n ")]):t._e(),t._v(" "),o.price?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-slide-item__product-price"},[t._v("\n "+t._s(o.price)+"\n ")]):t._e()]),t._v(" "),t._e()])])})),1):t._e(),t._v(" "),e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-pagination",on:{click:t.bulletClick}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-prev",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"prev"})}}},[e("svg-icon",{attrs:{name:"swiper-left-arrow-icon"}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-next",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"next"})}}},[e("svg-icon",{attrs:{name:"swiper-right-arrow-icon"}})],1)],1),t._v(" "),e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-bottom-box"},[t.lookbookDataInfo.buttons&&t.lookbookDataInfo.buttons.length&&t.lookbookDataInfo.buttons[0].label&&t.lookbookDataInfo.buttons[0].link?e("div",{staticClass:"component-custom-lookbook-collocation-swiper-show__swiper-bottom-box__button",on:{click:function(e){return t.clickLookbookBtn(t.lookbookDataInfo.buttons[0])}}},[t._v("\n "+t._s(t.lookbookDataInfo.buttons[0].label)+"\n ")]):t._e()])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(24),o(35),o(40),o(69),o(55);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null,swiperActiveIndex:0}},computed:{configInfo:function(){var t,e,o=(null===(t=this.floor)||void 0===t?void 0:t.image)||[],n=null===(e=this.floor)||void 0===e||null===(e=e.text)||void 0===e?void 0:e[0],r=o.map((function(t){var e=t||{},o=e.value,n=void 0===o?"":o,r=e.title,title=void 0===r?"":r,l=e.link,link=void 0===l?"":l,c=e.description,d=void 0===c?"":c,m=e.alt;return{value:n,alt:void 0===m?"":m,title:title,description:d,link:link}}));return{images:(null==r?void 0:r.slice(0,12))||[],title:(null==n?void 0:n.title)||""}},imagesLength:function(){var t;return(null===(t=this.configInfo)||void 0===t||null===(t=t.images)||void 0===t?void 0:t.length)||0},isAbleSwiperSlide:function(){var t=this.imagesLength;return!!(this.$isMobile&&t>1)||!this.$isMobile&&t>3},seriesName:function(){var t;return(null===(t=this.configInfo)||void 0===t?void 0:t.title)||""}},mounted:function(){this.initSwiper()},methods:{initSwiper:function(){var t=this;this.swiperOptions={spaceBetween:t.$isMobile?24:16,slidesPerView:"auto",initialSlide:0,loop:t.isAbleSwiperSlide,allowSlideNext:t.isAbleSwiperSlide,allowSlidePrev:t.isAbleSwiperSlide,navigation:{nextEl:"#".concat(t.floor.componentUid," .component-hp-about-brand-swiper-show__box-swiper-next"),prevEl:"#".concat(t.floor.componentUid," .component-hp-about-brand-swiper-show__box-swiper-prev")},on:{tap:function(e){var o,n=Number(null===(o=this.clickedSlide.attributes["data-index"])||void 0===o?void 0:o.value),r=t.configInfo.images[n];t.clickImage({image:r,position:n,seriesName:t.seriesName})},slideChange:function(){t.swiperActiveIndex=this.realIndex},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"prev",btnName:"右滑"})}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.handleSlidingFrameChange({type:"next",btnName:"左滑"})}))}}}},clickSwiperSwitchBtn:function(t){var e=t.type,o="prev"===e?"左键":"右键",n=this.getPrevNextSwiperActiveIndex({type:e}).nextIndex+1;this.seTrackingMktClick({mktIndex:this.swiperActiveIndex+1,btnName:o,clickType:"左右切换",destinationUrl:"",destinyPageNumber:n})},handleSlidingFrameChange:function(t){var e=t.type,o=t.btnName,n=this.getPrevNextSwiperActiveIndex({type:e}).prevIndex+1;this.seTrackingMktClick({mktIndex:n,btnName:o,clickType:"滑动换帧",destinationUrl:"",destinyPageNumber:this.swiperActiveIndex+1})},getPrevNextSwiperActiveIndex:function(t){var e,o,n=t.type,r=this.imagesLength,l=this.swiperActiveIndex;return 0===l?(e="prev"===n?r-1:l+1,o="prev"===n?l+1:r-1):l===r-1?(e="prev"===n?l-1:0,o="prev"===n?0:l-1):(e="prev"===n?l-1:l+1,o="prev"===n?l+1:l-1),{nextIndex:e,prevIndex:o}},seTrackingMktClick:function(t){var e,o,n=t.mktIndex,r=t.btnName,l=t.clickType,c=t.destinationUrl,d=t.destinyPageNumber;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(e=this.floor)||void 0===e?void 0:e.position),module_name:(null===(o=this.floor)||void 0===o?void 0:o.title)||"",mkt_index:n,mkt_name:r,click_type:l,destination_url:c,button_name:r,destiny_page_number:d,series_name:this.seriesName})}}},r=(o(1260),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-about-brand-swiper-show font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-hp-about-brand-swiper-show__wrapper"},[e("div",{staticClass:"component-hp-about-brand-swiper-show__top-box"},[t.configInfo.title?e("div",{staticClass:"component-hp-about-brand-swiper-show__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.imagesLength&&t.isAbleSwiperSlide,expression:"imagesLength && isAbleSwiperSlide"}],staticClass:"swiper-control-box"},[e("div",{staticClass:"component-hp-about-brand-swiper-show__box-swiper-prev",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"prev"})}}},[e("img",{attrs:{src:o(1166),alt:"left-arrow-icon"}})]),t._v(" "),e("div",{staticClass:"component-hp-about-brand-swiper-show__swiper-active-number-show"},[e("span",{staticClass:"swiper-active-number"},[t._v(t._s(t.swiperActiveIndex+1))]),t._v(" "),e("span",[t._v("/")]),t._v(" "),e("span",{staticClass:"swiper-total-number"},[t._v(t._s(t.imagesLength))])]),t._v(" "),e("div",{staticClass:"component-hp-about-brand-swiper-show__box-swiper-next",on:{click:function(e){return t.clickSwiperSwitchBtn({type:"next"})}}},[e("img",{attrs:{src:o(1183),alt:"right-arrow-icon"}})])])]),t._v(" "),e("div",{staticClass:"component-hp-about-brand-swiper-show__swiper-box"},[e("client-only",[t.swiperOptions&&t.imagesLength?e("swiper",{staticClass:"component-hp-about-brand-swiper-show__swiper",attrs:{options:t.swiperOptions}},t._l(t.configInfo.images,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-about-brand-swiper-show__swiper-slide-item-box",attrs:{"data-index":n}},[e("div",{staticClass:"component-hp-about-brand-swiper-show__swiper-slide-item"},[o.value?e("img",{staticClass:"component-hp-about-brand-swiper-show__swiper-slide-item__image",attrs:{src:o.value,alt:o.alt,lazy:!1}}):t._e(),t._v(" "),o.title?e("div",{staticClass:"component-hp-about-brand-swiper-show__swiper-slide-item__title"},[t._v("\n "+t._s(o.title)+"\n ")]):t._e(),t._v(" "),o.description?e("div",{staticClass:"component-hp-about-brand-swiper-show__swiper-slide-item__description",domProps:{innerHTML:t._s(o.description)}}):t._e()])])})),1):t._e()],1)],1)])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n=o(26),r=o(1),l=(o(8),o(78),o(28),o(60),o(40),o(5),o(4),o(69),o(6),o(7),o(9),o(10),o(55),o(0)),c=o(880),d=o(104);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e')}},initialSlide:0,autoplay:{delay:3e3},loop:!0,on:{slideChangeTransitionStart:function(){t.curtSlideActiveIndex=this.realIndex+1,t.preSlideActiveIndex=this.previousIndex},slideChangeTransitionEnd:function(){t.resetVideoPlayBtnShowStatus(),t.updateGetSwiperActiveIndex(this.realIndex)},slideChange:function(){t.handleSetAllVideoMuteAndReplay(),t.playCurrentVideo(this)},tap:function(e){t.handleControlCurrentVideoStatus(this,e)},touchEnd:function(e,o){t.isTouch=!0,setTimeout((function(){return t.isTouch=!1}),500)},slidePrevTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"右滑","右滑")}))},slideNextTransitionEnd:function(e){setTimeout((function(){t.isTouch&&t.seTrackingMktClick("滑动换祯",t.preSlideActiveIndex,"左滑","左滑")}))}},navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},curtSlideActiveIndex:1,preSlideActiveIndex:1,isShowNavigation:!1}},computed:v(v({},Object(l.c)(["headerAndNotificationHeight","webPageBackground"])),{},{bannerConfig:function(){var t,e=(this.floor.text||[])[0]||{};return{delay:null!=e&&e.delay?Number(e.delay):1e4,labelBg:(null==e?void 0:e.labelBg)||(null===(t=this.webPageBackground)||void 0===t||null===(t=t.global)||void 0===t?void 0:t.backgroundColor)||"",videoButtons:(null==e?void 0:e.videoButtons)||[]}},bannerImageData:function(){var t=this;if(this.floor){var e=JSON.parse(JSON.stringify(this.floor.image||[]));e.forEach((function(t){t.type="image",t.attribute=Object(d.g)(t.attr),t.url=(null==t?void 0:t.value)||"",t.title=(null==t?void 0:t.title)||"",t.subTitle=(null==t?void 0:t.description)||"",t.btnList=(null==t?void 0:t.btn)||[]}));var o=JSON.parse(JSON.stringify(this.floor.video||[])),r=this.bannerConfig.videoButtons;return o.forEach((function(e,n){var l=(null==r?void 0:r[n])||{},c={type:"video",attribute:Object(d.g)(e.attr),url:(null==e?void 0:e.value)||"",poster:(null==l?void 0:l.poster)||"",title:(null==l?void 0:l.title)||"",subTitle:(null==l?void 0:l.description)||"",btnList:t.handleVideoItemBtnList(l)};o[n]=Object.assign(o[n],c)})),[].concat(Object(n.a)(e),Object(n.a)(o)).sort((function(a,b){var t;return((null===(t=b.attribute)||void 0===t?void 0:t.weight)||0)-(a.attribute.weight||0)}))}return[]},currentActiveItem:function(){return this.bannerImageData[this.swiperActiveIndex]||{}}}),mounted:function(){var t=this;this.$nextTick((function(){t.handleHasHorizontalScrollbar()})),window.addEventListener("scroll",this.homeBannerDesktopScroll),this.bannerImageData&&1===this.bannerImageData.length?(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1,this.swiperOptions.pagination=""):(this.isShowNavigation=!0,this.swiperOptions.autoplay.delay=this.bannerConfig.delay)},destroyed:function(){window.removeEventListener("scroll",this.homeBannerDesktopScroll)},methods:{handleVideoItemBtnList:function(t){var e=[];return["button1","button2","button3"].forEach((function(o){var n=t[o];n&&null!=n&&n.link&&null!=n&&n.text&&e.push({text:n.text,link:n.link})})),e},resetVideoPlayBtnShowStatus:function(){var t=this,e=document.querySelectorAll("#".concat(this.floor.componentUid," .video-play-button")),o=document.querySelectorAll("#".concat(this.floor.componentUid," .video-pause-button")),n=document.querySelectorAll("#".concat(this.floor.componentUid," .video-unmute-button")),r=document.querySelectorAll("#".concat(this.floor.componentUid," .video-mute-button"));e.forEach((function(e){return t.handleElementShowStatus(e,!1)})),o.forEach((function(e){return t.handleElementShowStatus(e,!0)})),n.forEach((function(e){return t.handleElementShowStatus(e,!1)})),r.forEach((function(e){return t.handleElementShowStatus(e,!0)}))},handleControlCurrentVideoStatus:function(t,e){var o,n,r=t.activeIndex,l=t.slides[r],c=null==l?void 0:l.querySelector("video");if(c){var d=null===(o=e.target)||void 0===o||null===(o=o.parentNode)||void 0===o||null===(o=o.parentNode)||void 0===o?void 0:o.children,m=(null===(n=e.target)||void 0===n||null===(n=n.parentNode)||void 0===n?void 0:n.classList)||"";m.contains("video-play-button")?(c.play(),this.handleElementShowStatus(d[0],!1),this.handleElementShowStatus(d[1],!0)):m.contains("video-pause-button")?(c.pause(),this.handleElementShowStatus(d[0],!0),this.handleElementShowStatus(d[1],!1)):m.contains("video-unmute-button")?(c.muted=!0,this.handleElementShowStatus(d[0],!1),this.handleElementShowStatus(d[1],!0)):m.contains("video-mute-button")&&(c.muted=!1,this.handleElementShowStatus(d[0],!0),this.handleElementShowStatus(d[1],!1))}},handleSetAllVideoMuteAndReplay:function(){var t=document.querySelectorAll("#".concat(this.floor.componentUid," video"));t&&t.forEach((function(t){t.muted=!0,t.currentTime=0}))},playCurrentVideo:function(t){var e=t.activeIndex,o=t.slides[e],n=null==o?void 0:o.querySelector("video");n&&n.play()},handleElementShowStatus:function(element,t){var e=t?"block":"none";element.style.display=e},prevSlide:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"左键","左键")},nextSlide:function(){this.seTrackingMktClick("左右切换",this.curtSlideActiveIndex,"右键","右键")},seTrackingMktClick:function(t,e,o,n){var r,l,c=this.bannerImageData[e-1],d=(null==c?void 0:c.link)||"",m=(null==c?void 0:c.title)||"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(r=this.floor)||void 0===r?void 0:r.position),module_name:(null===(l=this.floor)||void 0===l?void 0:l.title)||"",mkt_index:e,mkt_name:o,click_type:t,destination_url:d,button_name:n,series_name:m})},clickLinkTextBtn:function(t){var e,o=t.link,link=void 0===o?"":o,n=t.text,text=void 0===n?"":n,r=t.showIndex,l=void 0===r?-1:r,c=t.isJump,d=void 0===c||c,m=(null===(e=this.currentActiveItem)||void 0===e?void 0:e.title)||"";this.clickButton({button:{link:link,text:text},position:l,isJump:d,seriesName:m})},homeBannerDesktopScroll:function(){var t=window.scrollY||document.documentElement.scrollTop;t>=6?(this.bannerFullShowFlag=!0,this.isShowNavigation=!1):(this.bannerFullShowFlag=!1,this.isShowNavigation=!0),this.fixedBannerContentBlockFlag=t>=100},updateGetSwiperActiveIndex:function(t){this.swiperActiveIndex=t},handleHasHorizontalScrollbar:function(){document.documentElement.scrollWidth>window.innerWidth?(this.initBannerBlockContentPaddingBottom=35,this.initSwiperPaginationPaddingBottom=17.5):(this.initBannerBlockContentPaddingBottom=40,this.initSwiperPaginationPaddingBottom=20)},bulletClick:function(t){if(t.target.dataset.index){var e=t.target.dataset.index;this.seTrackingMktClick("点击换祯",this.curtSlideActiveIndex,"换祯".concat(e),"换祯".concat(e))}}}},h=(o(1261),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("div",{class:["component-hp-banner-desktop","layout-desktop",t.bannerFullShowFlag?"full-show":"layout-show"],style:{"--headerAndNotificationHeight":t.headerAndNotificationHeight+"px","--initBannerBlockContentPaddingBottom":t.initBannerBlockContentPaddingBottom+"px","--initSwiperPaginationPaddingBottom":t.initSwiperPaginationPaddingBottom+"px","--bannerComponentMaxHeightDiff":t.bannerComponentMaxHeightDiff+"px",marginTop:t.bannerFullShowFlag?"20px":t.headerAndNotificationHeight+"px"},attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-hp-banner-desktop__container"},[e("client-only",[e("swiper",{ref:"mySwiper",staticClass:"component-hp-banner-desktop__swiper",attrs:{options:t.swiperOptions}},t._l(t.bannerImageData,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-banner-desktop__swiper-slide-item-box",attrs:{"data-index":n}},["image"===o.type?e("div",{staticClass:"component-hp-banner-desktop__swiper-slide-item"},[e("img",{staticClass:"component-hp-banner-desktop__swiper-slide-item__image",attrs:{src:o.url}})]):"video"===o.type?e("div",{staticClass:"component-hp-banner-desktop__swiper-slide-item"},[e("video",{staticClass:"component-hp-banner-desktop__swiper-slide-item__video",attrs:{poster:o.poster,autoplay:"",muted:"",loop:"","x5-playsinline":"",playsinline:"","webkit-playsinline":""},domProps:{muted:!0}},[e("source",{attrs:{src:o.url,type:"video/mp4"}})]),t._v(" "),e("div",{staticClass:"component-hp-banner-desktop__swiper-slide-item__video-mask-box"},[e("div",{staticClass:"component-hp-banner-desktop__swiper-slide-item__video-play-box"},[e("svg-icon",{staticClass:"video-play-button",attrs:{name:"home-video-play-icon"}}),t._v(" "),e("svg-icon",{staticClass:"video-pause-button",attrs:{name:"home-video-pause-icon"}})],1),t._v(" "),e("div",{staticClass:"component-hp-banner-desktop__swiper-slide-item__video-audio-box"},[e("svg-icon",{staticClass:"video-unmute-button",attrs:{name:"home-video-unmute-icon"}}),t._v(" "),e("svg-icon",{staticClass:"video-mute-button",attrs:{name:"home-video-mute-icon"}})],1)])]):t._e()])})),1)],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-prev layout-desktop",on:{click:t.prevSlide}},[e("svg-icon",{attrs:{name:"swiper-left-arrow-icon"}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-next layout-desktop",on:{click:t.nextSlide}},[e("svg-icon",{attrs:{name:"swiper-right-arrow-icon"}})],1)],1),t._v(" "),e("hp-text-link-content-block",{directives:[{name:"show",rawName:"v-show",value:t.bannerImageData&&t.bannerImageData.length,expression:"bannerImageData && bannerImageData.length"}],class:["component-hp-banner-desktop__text-link-content-block",t.fixedBannerContentBlockFlag?"down":"fixed"],attrs:{"from-use":"desktop","item-info":t.currentActiveItem,"show-index":t.swiperActiveIndex,"label-bg-color":t.bannerConfig.labelBg},on:{clickLinkTextBtn:t.clickLinkTextBtn}}),t._v(" "),e("div",{staticClass:"component-hp-banner-desktop__swiper-pagination",on:{click:t.bulletClick}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpTextLinkContentBlock:o(913).default})},function(t,e,o){"use strict";o.r(e);o(87),o(7),o(70),o(35),o(16),o(9),o(10),o(18),o(41),o(48),o(44);var n=o(3),r=o(26),l=o(1),c=(o(19),o(8),o(78),o(28),o(60),o(40),o(5),o(4),o(69),o(6),o(55),o(0)),d=o(880),m=o(894),v=o(104),f=o(21);function h(t,e){var o="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);"Object"===o&&t.constructor&&(o=t.constructor.name);if("Map"===o||"Set"===o)return Array.from(t);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return _(t,e)}(t))||e&&t&&"number"==typeof t.length){o&&(t=o);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,c=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return l=t.done,t},e:function(t){c=!0,r=t},f:function(){try{l||null==o.return||o.return()}finally{if(c)throw r}}}}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i=6?(this.bannerFullShowFlag=!0,this.isShowNavigation=!1):(this.bannerFullShowFlag=!1,this.isShowNavigation=!0),this.fixedBannerContentBlockFlag=t>=120},updateGetSwiperActiveIndex:function(t){this.swiperActiveIndex=t},handleUpdatedBannerImageData:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){var o,n,r,l,c,d,m,v,_,k,y;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.updatedBannerImageData=t.bannerImageData,!Array.isArray(t.bannerImageData)||0!==t.bannerImageData.length){e.next=3;break}return e.abrupt("return");case 3:e.prev=3,o=JSON.parse(JSON.stringify(t.bannerImageData)),n=[],r=h(o),e.prev=7,r.s();case 9:if((l=r.n()).done){e.next=35;break}c=l.value,d=(null==c?void 0:c.btnList)||[],m=[],v=h(d),e.prev=14,v.s();case 16:if((_=v.n()).done){e.next=24;break}return k=_.value,e.next=20,Object(f.m)({btnItem:k,api:t.$api});case 20:y=e.sent,m.push(y);case 22:e.next=16;break;case 24:e.next=29;break;case 26:e.prev=26,e.t0=e.catch(14),v.e(e.t0);case 29:return e.prev=29,v.f(),e.finish(29);case 32:n.push(w(w({},c),{},{btnList:m}));case 33:e.next=9;break;case 35:e.next=40;break;case 37:e.prev=37,e.t1=e.catch(7),r.e(e.t1);case 40:return e.prev=40,r.f(),e.finish(40);case 43:t.updatedBannerImageData=n,e.next=49;break;case 46:e.prev=46,e.t2=e.catch(3),console.log(e.t2,"handleUpdatedBannerImageData error");case 49:case"end":return e.stop()}}),e,null,[[3,46],[7,37,40,43],[14,26,29,32]])})))()},getMobileMathRoundPxValue:function(t){var e,o=t/750*((null===(e=window)||void 0===e?void 0:e.innerWidth)||375);return Math.round(o)}}},C=(o(1262),o(2)),component=Object(C.a)(y,(function(){var t=this,e=t._self._c;return e("div",{class:["component-hp-banner-mobile","layout-mobile",t.bannerFullShowFlag?"full-show":"layout-show"],style:{"--headerAndNotificationHeight":t.headerAndNotificationHeight+"px","--initBannerBlockContentPaddingBottom":t.initBannerBlockContentPaddingBottom+"px","--initBannerBoxPaddingLeftRight":t.initBannerBoxPaddingLeftRight,"--bannerComponentMaxHeightDiff":t.bannerComponentMaxHeightDiff,marginTop:t.bannerFullShowFlag?"20px":t.headerAndNotificationHeight+"px"},attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-hp-banner-mobile__container"},[e("client-only",[e("swiper",{staticClass:"component-hp-banner-mobile__swiper",attrs:{options:t.swiperOptions}},t._l(t.bannerImageData,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-banner-mobile__swiper-slide-item-box",attrs:{"data-index":n}},["image"===o.type?e("div",{staticClass:"component-hp-banner-mobile__swiper-slide-item"},[e("img",{staticClass:"component-hp-banner-mobile__swiper-slide-item__image",attrs:{src:o.url}})]):"video"===o.type?e("div",{staticClass:"component-hp-banner-mobile__swiper-slide-item component-hp-banner-mobile__swiper-slide-item-video"},[e("video",{staticClass:"component-hp-banner-mobile__swiper-slide-item__video",attrs:{poster:o.poster,autoplay:"",muted:"",loop:"","x5-playsinline":"",playsinline:"","webkit-playsinline":""},domProps:{muted:!0}},[e("source",{attrs:{src:o.url,type:"video/mp4"}})]),t._v(" "),e("div",{staticClass:"component-hp-banner-mobile__swiper-slide-item__video-mask-box"},[e("div",{staticClass:"component-hp-banner-mobile__swiper-slide-item__video-play-box"},[e("svg-icon",{staticClass:"video-play-button",attrs:{name:"home-video-play-icon"}}),t._v(" "),e("svg-icon",{staticClass:"video-pause-button",attrs:{name:"home-video-pause-icon"}})],1),t._v(" "),e("div",{staticClass:"component-hp-banner-mobile__swiper-slide-item__video-audio-box"},[e("svg-icon",{staticClass:"video-unmute-button",attrs:{name:"home-video-unmute-icon"}}),t._v(" "),e("svg-icon",{staticClass:"video-mute-button",attrs:{name:"home-video-mute-icon"}})],1)])]):t._e()])})),1)],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-prev layout-mobile"},[e("svg-icon",{attrs:{name:"swiper-left-arrow-icon"},on:{click:t.prevSlide}})],1),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowNavigation,expression:"isShowNavigation"}],staticClass:"swiper-button-next layout-mobile"},[e("svg-icon",{attrs:{name:"swiper-right-arrow-icon"},on:{click:t.nextSlide}})],1)],1),t._v(" "),e("hp-text-link-content-block",{directives:[{name:"show",rawName:"v-show",value:t.bannerImageData&&t.bannerImageData.length,expression:"bannerImageData && bannerImageData.length"}],class:["component-hp-banner-mobile__text-link-content-block",t.fixedBannerContentBlockFlag?"down":"fixed"],attrs:{"from-use":"mobile","item-info":t.currentActiveItem,"update-item-info":t.updatedCurrentActiveItem,"show-index":t.swiperActiveIndex,"label-bg-color":t.bannerConfig.labelBg},on:{clickLinkTextBtn:t.clickLinkTextBtn}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpTextLinkContentBlock:o(913).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69),o(35);var n={mixins:[o(880).a],computed:{configInfo:function(){var t,e,o,n={},r=(null===(t=this.floor)||void 0===t||null===(t=t.image)||void 0===t?void 0:t[0])||{};n.imageUrl=(null==r?void 0:r.value)||"",n.btnList=(null==r||null===(e=r.btn)||void 0===e?void 0:e.slice(0,1))||[];var l=(null===(o=this.floor)||void 0===o||null===(o=o.text)||void 0===o?void 0:o[0])||{},c=l.title,title=void 0===c?"":c,d=l.subTitle,m=void 0===d?"":d,v=l.description,f=void 0===v?"":v;return n.title=title||"",n.subTitle=m||"",n.description=f||"",n}},methods:{jumpMtoListPage:function(){var t,e,o=this.configInfo.btnList,n=void 0===o?[]:o,link=(null===(t=n[0])||void 0===t?void 0:t.link)||"",text=(null===(e=n[0])||void 0===e?void 0:e.text)||"";this.clickButton({button:{link:link,text:text}})}}},r=(o(1263),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-custom-service-content font-en-sc",style:t.style},[e("div",{staticClass:"component-hp-custom-service-content-desktop layout-desktop"},[t.configInfo.title?e("div",{staticClass:"component-hp-custom-service-content-desktop__title"},[t._v("\n "+t._s(t.configInfo.title)+"\n ")]):t._e(),t._v(" "),t.configInfo.imageUrl?e("v-image",{staticClass:"component-hp-custom-service-content-desktop__image",attrs:{src:t.configInfo.imageUrl,lazy:!1}}):t._e(),t._v(" "),t.configInfo.subTitle?e("div",{staticClass:"component-hp-custom-service-content-desktop__subTitle"},[t._v("\n "+t._s(t.configInfo.subTitle)+"\n ")]):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"component-hp-custom-service-content-desktop__description"},[t._v("\n "+t._s(t.configInfo.description)+"\n ")]):t._e(),t._v(" "),t.configInfo.btnList&&t.configInfo.btnList.length?e("div",{staticClass:"component-hp-custom-service-content-desktop__link-box"},[t._l(t.configInfo.btnList,(function(o,n){return[o.text&&o.link?e("div",{key:n,staticClass:"component-hp-custom-service-content-desktop__link-item-box"},[e("div",{staticClass:"component-hp-custom-service-content-desktop__link-left-line"}),t._v(" "),e("span",{staticClass:"component-hp-custom-service-content-desktop__link-text",on:{click:t.jumpMtoListPage}},[t._v("\n "+t._s(o.text))]),t._v(" "),e("div",{staticClass:"component-hp-custom-service-content-desktop__link-right-line"})]):t._e()]}))],2):t._e()],1),t._v(" "),e("div",{staticClass:"component-hp-custom-service-content-mobile layout-mobile"},[t.configInfo.title?e("div",{staticClass:"component-hp-custom-service-content-mobile__title"},[t._v("\n "+t._s(t.configInfo.title)+"\n ")]):t._e(),t._v(" "),e("div",{staticClass:"component-hp-custom-service-content-mobile__content",on:{click:t.jumpMtoListPage}},[t.configInfo.imageUrl?e("v-image",{staticClass:"component-hp-custom-service-content-mobile__image",attrs:{src:t.configInfo.imageUrl,lazy:!1,alt:"img"}}):t._e(),t._v(" "),e("div",{staticClass:"component-hp-custom-service-content-mobile__content-text-box"},[t.configInfo.subTitle?e("div",{staticClass:"component-hp-custom-service-content-mobile__content-subTitle"},[t._v("\n "+t._s(t.configInfo.subTitle)+"\n ")]):t._e(),t._v(" "),t.configInfo.description?e("div",{staticClass:"component-hp-custom-service-content-mobile__content-description"},[t._v("\n "+t._s(t.configInfo.description)+"\n ")]):t._e()]),t._v(" "),e("div",{staticClass:"component-hp-custom-service-content-mobile__right-arrow-box"},[e("svg-icon",{attrs:{name:"clp-custom-service-right-arrow"}})],1)],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o.r(e);o(23),o(31),o(69),o(7),o(56),o(4);var n={mixins:[o(880).a],data:function(){return{maxShowBtnNumber:6}},computed:{d:function(){return this.formatData(this.floor)},platform:function(){return this.$isMobile?"mobile":"desktop"},list:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.list)&&void 0!==t?t:[]},configInfo:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.configInfo)&&void 0!==t?t:{}},wrapSmallBgColor:function(){var t;return(null===(t=this.configInfo)||void 0===t?void 0:t.backgroundColor)||""},currentSeriesName:function(){var t;if(!Array.isArray(this.list))return"";var e=null===(t=this.list)||void 0===t?void 0:t.find((function(t){var e;return null==t||null===(e=t.alt)||void 0===e?void 0:e.includes("small")}));return(null==e?void 0:e.title)||""}},methods:{formatData:function(data){var t,e,o,n=this,r=null!==(t=null==data?void 0:data.image)&&void 0!==t?t:[],l=null!==(e=null==data||null===(o=data.text)||void 0===o?void 0:o[0])&&void 0!==e?e:{};return{list:r.filter((function(t){var e;return null==t||null===(e=t.alt)||void 0===e?void 0:e.includes(n.platform)})),configInfo:l}}}},r=(o(1264),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-left-right-large-small-image-info font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("div",{staticClass:"component-hp-left-right-large-small-image-info__wrap",style:{"--wrapSmallBgColor":t.wrapSmallBgColor}},t._l(t.list,(function(o,n){return e("div",{key:n,staticClass:"component-hp-left-right-large-small-image-info__wrap-item"},[o.alt&&o.alt.includes("large")?e("div",{staticClass:"component-hp-left-right-large-small-image-info__wrap-large",class:{"is-click":o.link},on:{click:function(e){return t.clickImage({image:o,position:n,seriesName:t.currentSeriesName})}}},[e("v-image",{staticClass:"component-hp-left-right-large-small-image-info__wrap-large-img",attrs:{src:o.value}})],1):o.alt&&o.alt.includes("small")?e("hp-animation-base-image-title-tag",{staticClass:"component-hp-left-right-large-small-image-info__wrap-small",attrs:{data:o,index:n,"max-show-btn-number":t.maxShowBtnNumber,"component-uid":t.floor.componentUid,floor:t.floor,"series-name":t.currentSeriesName}}):t._e()],1)})),0)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default,HpAnimationBaseImageTitleTag:o(1136).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this._self._c;return t("client-only",[t("hp-base-product-recommend-carousel",{staticClass:"component-hp-product-recommend-carousel-desktop layout-desktop",attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseProductRecommendCarousel:o(920).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this._self._c;return t("client-only",[t("hp-base-product-recommend-carousel",{staticClass:"component-hp-product-recommend-carousel-mobile layout-mobile",attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseProductRecommendCarousel:o(920).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(9),o(10),o(5),o(6);var n=o(1),r=(o(7),o(4),o(0)),l=o(880),c=o(104);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;e0){var r,l=null==t||null===(r=t.filter)||void 0===r||null===(r=r.call(t,(function(t){return null==t?void 0:t.label})))||void 0===r?void 0:r.map((function(t,e){var r;return n[e]=[],o[e]=t.label,(null==t||null===(r=t.attribute)||void 0===r||null===(r=r.toLowerCase())||void 0===r?void 0:r.split(",").filter((function(i){return i})))||[]}));null==e||e.forEach((function(t){l.forEach((function(e,o){var r,l=e.indexOf(null==t||null===(r=t.sku)||void 0===r?void 0:r.toLowerCase());-1!==l&&(n[o][l]=t)}))})),n=n.map((function(t){return t.filter((function(i){return i}))}))}else n[0]=e;return{tabs:o,list:n}},handleTabChange:function(t){this.tabActiveIndex=t,this.handleSeTrackMktClick({index:t})},handleSeTrackMktClick:function(t){var e,o=t.index,n=(null===(e=this.tabs)||void 0===e?void 0:e[o])||"";this.clickTabsButton({button:{label:n},position:o})},clickSwiperArrowSwitch:function(t){var e,o,n=t.btnName;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(e=this.floor)||void 0===e?void 0:e.position),module_name:(null===(o=this.floor)||void 0===o?void 0:o.title)||"",mkt_index:-1,mkt_name:n,click_type:"左右切换",destination_url:"",button_name:n,series_name:this.currentSeriesName})}}},m=(o(1266),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-product-scroll-more-desktop layout-desktop font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("hp-base-tabs",{staticClass:"component-hp-product-scroll-more-desktop__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex,"background-colors":t.tabBackgroundColors},on:{change:t.handleTabChange}}),t._v(" "),e("div",{staticClass:"component-hp-product-scroll-more-desktop__wrap"},[e("swiper",{staticClass:"component-hp-product-scroll-more-desktop__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-product-scroll-more-desktop__wrap-swiper-box",class:{right:n1,expression:"list.length > 1"}],staticClass:"component-hp-product-scroll-more-desktop__navigation left",attrs:{type:"left"},nativeOn:{click:function(e){return t.clickSwiperArrowSwitch({btnName:"左键"})}}}),t._v(" "),e("hp-base-arrow",{directives:[{name:"show",rawName:"v-show",value:t.list.length>1,expression:"list.length > 1"}],staticClass:"component-hp-product-scroll-more-desktop__navigation right",attrs:{type:"right"},nativeOn:{click:function(e){return t.clickSwiperArrowSwitch({btnName:"右键"})}}})],1)],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseTabs:o(888).default,BaseProductItemCard:o(893).default,HpBaseArrow:o(897).default})},function(t,e,o){"use strict";o.r(e);o(8),o(9),o(10),o(5);var n=o(26),r=o(1),l=(o(7),o(24),o(4),o(6),o(0)),c=o(880),d=o(104);function m(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function v(t){for(var e=1;e0){var r,l=null==t||null===(r=t.filter)||void 0===r||null===(r=r.call(t,(function(t){return null==t?void 0:t.label})))||void 0===r?void 0:r.map((function(t,e){var r;return n[e]=[],o[e]=t.label,(null==t||null===(r=t.attribute)||void 0===r||null===(r=r.toLowerCase())||void 0===r?void 0:r.split(",").filter((function(i){return i})))||[]}));null==e||e.forEach((function(t){l.forEach((function(e,o){var r,l=e.indexOf(null==t||null===(r=t.sku)||void 0===r?void 0:r.toLowerCase());-1!==l&&(n[o][l]=t)}))})),n=n.map((function(t){return t.filter((function(i){return i}))}))}else n[0]=e;return{tabs:o,list:n}},handleTabChange:function(t){this.tabActiveIndex=t,this.handleSeTrackMktClick({index:t})},handleShowAll:function(t){var e=Object(n.a)(this.showAllList);e[t]=!0,this.showAllList=e,this.clickButton({button:{label:"查看更多",link:""},isJump:!1,seriesName:this.currentSeriesName})},handleSeTrackMktClick:function(t){var e,o=t.index,n=(null===(e=this.tabs)||void 0===e?void 0:e[o])||"";this.clickTabsButton({button:{label:n},position:o})}}},h=(o(1267),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-product-scroll-more-mobile layout-mobile font-en-sc",style:t.style,attrs:{id:t.floor.componentUid}},[e("client-only",[e("hp-base-tabs",{staticClass:"component-hp-product-scroll-more-mobile__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex,"background-colors":t.tabBackgroundColors},on:{change:t.handleTabChange}}),t._v(" "),t.isUnfold?e("div",{staticClass:"component-hp-product-scroll-more-mobile__wrap unfold"},[e("div",{staticClass:"component-hp-product-scroll-more-mobile__wrap-content"},t._l(t.list,(function(o,n){return e("base-product-item-card",{key:n,staticClass:"component-hp-product-scroll-more-mobile__wrap-content-item",class:{top:n>1,"is-none":n>=4&&!t.showAllList[t.tabActiveIndex]},attrs:{data:o,index:n,"label-bg":t.configInfo.labelBg,floor:t.floor,"series-name":t.currentSeriesName}})})),1),t._v(" "),t.list.length>4&&!t.showAllList[t.tabActiveIndex]?e("div",{staticClass:"component-hp-product-scroll-more-mobile__wrap-more",on:{click:function(e){return t.handleShowAll(t.tabActiveIndex)}}},[t._v("\n "+t._s(t.btnText)+"\n ")]):t._e()]):e("div",{staticClass:"component-hp-product-scroll-more-mobile__wrap scroll"},[e("swiper",{staticClass:"component-hp-product-scroll-more-mobile__wrap-swiper",attrs:{options:t.swiperOptions}},t._l(t.list,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-hp-product-scroll-more-mobile__wrap-swiper-box",class:{right:n2}},methods:{formatData:function(data){var t,e=this;return{list:(null!==(t=null==data?void 0:data.image)&&void 0!==t?t:[]).filter((function(t){return(null==t?void 0:t.alt)===e.platform}))}}}},r=(o(1268),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-series-category-entry font-en-sc",style:t.style},[e("client-only",[e("div",{staticClass:"component-hp-series-category-entry__wrap"},t._l(t.list,(function(o,n){return e("hp-base-image-title-tag",{key:n,staticClass:"component-hp-series-category-entry__wrap-item",class:{left:!t.isSmall&&1===n,right:!t.isSmall&&0===n,leftright:t.isSmall&&1===n},attrs:{data:o,"is-small":t.isSmall,index:n,floor:t.floor}})})),1)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseImageTitleTag:o(912).default})},function(t,e,o){"use strict";o.r(e);o(69),o(8),o(78),o(5),o(4),o(6);var n={mixins:[o(880).a],computed:{configInfo:function(){var t={};return JSON.parse(JSON.stringify(this.floor.image||[])).forEach((function(e){"desktop"===e.alt&&(t.desktopImgUrl=e.value||"",t.title=(null==e?void 0:e.title)||"",t.subTitle=(null==e?void 0:e.description)||"",t.btnList=(null==e?void 0:e.btn)||[]),"mobile"===e.alt&&(t.mobileImgUrl=e.value||""),"small"===e.alt&&(t.smallImgUrl=e.value||"")})),t},labelStyle:function(){var t,e=(null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t||null===(t=t[0])||void 0===t?void 0:t.labelBg)||"",o={};return e&&(o.backgroundColor=e),o}},methods:{clickLinkTextBtn:function(text,link){this.clickButton({button:{link:link,text:text},position:-1,isJump:!1})}}},r=(o(1269),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-story-image-text-show",style:t.style},[t.configInfo.desktopImgUrl?e("v-image",{staticClass:"component-hp-story-image-text-show__image layout-desktop",attrs:{src:t.configInfo.desktopImgUrl,lazy:!1}}):t._e(),t._v(" "),t.configInfo.mobileImgUrl?e("v-image",{staticClass:"component-hp-story-image-text-show__image layout-mobile",attrs:{src:t.configInfo.mobileImgUrl,lazy:!1}}):t._e(),t._v(" "),t.configInfo.subTitle||t.configInfo.title||t.configInfo.smallImgUrl||t.configInfo.btnList&&t.configInfo.btnList.length?e("div",{staticClass:"component-hp-story-image-text-show__content-box font-en-sc",style:t.labelStyle},[t.configInfo.subTitle?e("div",{staticClass:"component-hp-story-image-text-show__content-box__subTitle",domProps:{innerHTML:t._s(t.configInfo.subTitle)}}):t._e(),t._v(" "),t.configInfo.title?e("div",{staticClass:"component-hp-story-image-text-show__content-box__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.configInfo.smallImgUrl?e("v-image",{staticClass:"component-hp-story-image-text-show__content-box__image",attrs:{src:t.configInfo.smallImgUrl,lazy:!1}}):t._e(),t._v(" "),t.configInfo.btnList&&t.configInfo.btnList.length?e("div",{staticClass:"component-hp-story-image-text-show__content-box__link-box"},[t._l(t.configInfo.btnList,(function(o,n){return[o.text&&o.link?e("div",{key:n,staticClass:"component-hp-story-image-text-show__content-box__link-item-box"},[e("div",{staticClass:"component-hp-story-image-text-show__content-box__link-left-line"}),t._v(" "),e("a",{staticClass:"component-hp-story-image-text-show__content-box__link-text",attrs:{href:o.link},on:{click:function(e){return t.clickLinkTextBtn(o.text,o.link)}}},[t._v("\n "+t._s(o.text))]),t._v(" "),e("div",{staticClass:"component-hp-story-image-text-show__content-box__link-right-line"})]):t._e()]}))],2):t._e()],1):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default})},function(t,e,o){"use strict";o.r(e);o(69);var n=o(880),r=o(104),l={mixins:[n.a],computed:{d:function(){return this.formatData(this.floor)},platform:function(){return this.$isMobile?"mobile":"desktop"},text:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.text)&&void 0!==t?t:""},link:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e?void 0:e.link)&&void 0!==t?t:""}},methods:{formatData:function(data){var t,e,o,n=null!==(t=null==data?void 0:data.text)&&void 0!==t?t:[],l=Object(r.f)(null!==(e=null==n?void 0:n[0])&&void 0!==e?e:{}),c=Object.assign(l,null!==(o=null==l?void 0:l[this.platform])&&void 0!==o?o:{});return{text:null==c?void 0:c.text,link:null==c?void 0:c.link}},routeTo:function(link){this.clickButton({button:{link:link,label:this.text}})}}},c=(o(1270),o(2)),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-hp-text-description font-en-sc",style:t.style},[e("client-only",[e("div",{staticClass:"component-hp-text-description__wrap"},[e("decoration-icon",{staticClass:"component-hp-text-description__wrap-icon"}),t._v(" "),e("div",{staticClass:"component-hp-text-description__wrap-text",class:{"is-click":t.link},domProps:{innerHTML:t._s(t.text)},on:{click:function(e){return e.stopPropagation(),t.routeTo(t.link)}}})],1)])],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{DecorationIcon:o(1127).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Vertical_6"}},methods:{click:function(image){location.href=image.link}}},r=(o(1272),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-category-panel-desktop wow fadeInUp layout-desktop"},[e("a",{staticClass:"component-category-panel-desktop__item",attrs:{href:t.images[0].link},on:{click:function(e){return e.preventDefault(),t.click(t.images[0])}}},[e("div",{staticClass:"component-category-panel-desktop__image"},[e("img",{attrs:{src:t.images[0].value,alt:t.images[0].alt}})]),t._v(" "),e("span",{staticClass:"component-category-panel-desktop__category-title",domProps:{innerHTML:t._s(t.images[0].title)}})]),t._v(" "),e("a",{staticClass:"component-category-panel-desktop__item",attrs:{href:t.images[1].link},on:{click:function(e){return e.preventDefault(),t.click(t.images[1])}}},[e("div",{staticClass:"component-category-panel-desktop__image"},[e("img",{attrs:{src:t.images[1].value,alt:t.images[1].alt}})]),t._v(" "),e("span",{staticClass:"component-category-panel-desktop__category-title",domProps:{innerHTML:t._s(t.images[1].title)}})])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"Mobile_8"}},methods:{click:function(image){location.href=image.link}}},r=(o(1273),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-category-panel-mobile wow fadeInUp layout-mobile"},[e("a",{staticClass:"component-category-panel-mobile__item",attrs:{to:t.floor.image[0].link},on:{click:function(e){return e.preventDefault(),t.click(t.images[0])}}},[e("div",{staticClass:"component-category-panel-mobile__image"},[e("img",{attrs:{src:t.floor.image[0].value}})]),t._v(" "),e("div",{staticClass:"component-category-panel-mobile__category-title font-en-sc",domProps:{innerHTML:t._s(t.floor.image[0].title)}})]),t._v(" "),e("a",{staticClass:"component-category-panel-mobile__item",attrs:{to:t.floor.image[1].link},on:{click:function(e){return e.preventDefault(),t.click(t.images[1])}}},[e("div",{staticClass:"component-category-panel-mobile__image"},[e("img",{attrs:{src:t.floor.image[1].value}})]),t._v(" "),e("div",{staticClass:"component-category-panel-mobile__category-title font-en-sc",domProps:{innerHTML:t._s(t.floor.image[1].title)}})])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{effect:"coverflow",initialSlide:1,spaceBetween:20,slidesPerView:3,centeredSlides:!0,coverflowEffect:{rotate:0,slideShadows:!1,stretch:-130,depth:700},navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_4"}}},r=(o(1274),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-customization-bundle-desktop-12 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-customization-bundle-desktop-12__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-customization-bundle-desktop-12__content"},[e("div",{staticClass:"component-customization-bundle-desktop-12__text-wrapper"},[e("div",{staticClass:"component-customization-bundle-desktop-12__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-customization-bundle-desktop-12__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-customization-bundle-desktop-12__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"is-customization-product":"","floor-number-position":t.floorNumber},on:{jump:function(e){t.clickCustomizationProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:4,spaceBetween:35,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_1"}}},r=(o(1275),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-9 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-9__inner"},[e("div",{staticClass:"component-product-bundle-desktop-9__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-9__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"is-customization-product":""},on:{jump:function(e){t.clickCustomizationProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__mock"})])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null,moduleName:"Mobile_2"}},mounted:function(){this.swiperOptions={effect:"coverflow",initialSlide:1,spaceBetween:0,slidesPerView:2.5,centeredSlides:!0,coverflowEffect:{rotate:0,slideShadows:!1,stretch:-100,depth:700},pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination")}}}},r=(o(1276),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-customization-bundle-mobile-5 wow fadeInUp layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-customization-bundle-mobile-5__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-customization-bundle-mobile-5__text-wrapper"},[e("div",{staticClass:"component-customization-bundle-mobile-5__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-customization-bundle-mobile-5__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),t.swiperOptions?e("div",{staticClass:"component-customization-bundle-mobile-5__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-customization-bundle-mobile-5__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"is-customization-product":""},on:{jump:function(e){t.clickCustomizationProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),e("div",{staticClass:"swiper-pagination"})])]):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{moduleName:"Mobile_3"}}},r=(o(1277),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-6 wow fadeInUp layout-mobile"},[e("div",{staticClass:"component-product-bundle-mobile-6__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-6__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__products"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"is-customization-product":""},on:{jump:function(e){t.clickCustomizationProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:{pagination:{el:".component-image-slider-desktop .swiper-pagination"},initialSlide:0,loop:!0}}},computed:{info:function(){return this.floor&&this.floor.text[0]}},mounted:function(){this.floor&&this.floor.image&&this.floor.image.length<=1&&(this.swiperOptions.loop=!1,this.swiperOptions.pagination="")}},r=(o(1278),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-image-slider-desktop wow fadeInUp layout-desktop"},[e("div",{staticClass:"component-image-slider-desktop__images"},[e("client-only",[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("img",{attrs:{src:o.value}}),t._v(" "),e("div",{staticClass:"component-image-slider-desktop__text-wrapper"},[e("div",{staticClass:"component-image-slider-desktop__title font-en-sc"},[t._v("\n "+t._s(t.info[n]?t.info[n].title:"")+"\n ")]),t._v(" "),e("div",{staticClass:"component-image-slider-desktop__description"},[t._v("\n "+t._s(t.info[n]?t.info[n].description:"")+"\n ")])])])})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})])])],1)])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:4,spaceBetween:35,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D1_Horizontal_1"}}},r=(o(1279),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-1 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-1__inner"},[e("div",{staticClass:"component-product-bundle-desktop-1__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-1__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-1__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-1__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-1__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"has-wishlist":""},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:3,spaceBetween:52,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_2"}}},r=(o(1280),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-10 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-10__left"},[e("div",{staticClass:"component-product-bundle-desktop-10__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-10__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-10__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-10__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-10__content"},[e("div",{staticClass:"component-product-bundle-desktop-10__products"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:3,spaceBetween:52,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_3"}}},r=(o(1281),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-11 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-11__inner"},[e("div",{staticClass:"component-product-bundle-desktop-11__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-11__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-11__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-11__line"},[e("div",{staticClass:"component-product-bundle-desktop-11__image"},[e("the-image",{attrs:{image:t.images[0],position:1},on:{jump:t.clickImage}})],1),t._v(" "),e("product-item-vertical",{attrs:{item:t.floor.sku[0],position:0,"floor-number-position":t.floorNumber},on:{jump:t.clickProduct}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-11__line"},[e("product-item-vertical",{attrs:{item:t.floor.sku[1],position:1,"floor-number-position":t.floorNumber},on:{jump:t.clickProduct}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-11__image"},[e("the-image",{attrs:{image:t.images[1],position:2},on:{jump:t.clickImage}})],1)],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-11__content"},[e("div",{staticClass:"component-product-bundle-desktop-11__products"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,position:n+2,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{effect:"coverflow",initialSlide:1,spaceBetween:20,slidesPerView:3,centeredSlides:!0,coverflowEffect:{rotate:0,slideShadows:!1,stretch:-130,depth:700},navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_4"}}},r=(o(1282),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-12 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-12__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-12__content"},[e("div",{staticClass:"component-product-bundle-desktop-12__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-12__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-12__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-12__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Vertical_2"}}},r=(o(1283),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-13 wow fadeInUp layout-desktop"},[e("div",{staticClass:"component-product-bundle-desktop-13__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-13__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-13__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-13__content"},[e("div",{staticClass:"component-product-bundle-desktop-13__image"},[e("div",{staticClass:"component-product-bundle-desktop-13__image-inner"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-13__products"},[e("div",{staticClass:"component-product-bundle-desktop-13__products-inner"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:3,spaceBetween:52,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D1_Vertical_3"}}},r=(o(1284),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-14 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-14__inner"},[e("div",{staticClass:"component-product-bundle-desktop-14__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-14__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-14__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-14__center"},[e("div",{staticClass:"component-product-bundle-desktop-14__image"},[e("the-image",{attrs:{image:t.images[0],position:1},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-14__right"},[e("div",{staticClass:"component-product-bundle-desktop-14__center-products"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-14__sub-image"},[e("the-image",{attrs:{image:t.images[1],position:2},on:{jump:t.clickImage}})],1)])]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-14__content"},[e("div",{staticClass:"component-product-bundle-desktop-14__products"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-horizontal",{key:n,attrs:{item:o,position:n+2},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,ProductItemHorizontal:o(891).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Vertical_4"}}},r=(o(1285),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-15 wow fadeInUp layout-desktop"},[e("div",{staticClass:"component-product-bundle-desktop-15__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-15__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-15__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-15__content"},[e("div",{staticClass:"component-product-bundle-desktop-15__products"},[e("div",{staticClass:"component-product-bundle-desktop-15__products-inner"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-15__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductItemVertical:o(882).default,TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"product-bundle-desktop-16"}},computed:{productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,4)},buttonsData:function(){var t,e,o,n=null===(t=this.floor)||void 0===t?void 0:t.buttons,r={};return n&&n.length&&(r=n[0]),{label:(null===(e=r)||void 0===e?void 0:e.label)||"",link:(null===(o=r)||void 0===o?void 0:o.link)||""}}}},r=(o(1286),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-16 wow fadeInUp layout-desktop"},[t.title||t.description?e("div",{staticClass:"component-product-bundle-desktop-16__text-wrapper"},[t.title?e("div",{staticClass:"component-product-bundle-desktop-16__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-product-bundle-desktop-16__description",domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-16__content"},[t.images&&t.images[0]?e("div",{staticClass:"component-product-bundle-desktop-16__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-16__products"},t._l(t.productList,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticStyle:{margin:"60px auto 0"},attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{moduleName:"D1_Horizontal_4"}}},r=(o(1287),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-2 wow fadeInUp layout-desktop"},[e("div",{staticClass:"component-product-bundle-desktop-2__content"},[e("div",{staticClass:"component-product-bundle-desktop-2__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-2__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-2__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),t.images&&t.images.length?e("div",{staticClass:"component-product-bundle-desktop-2__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1):t._e()]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-2__products"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:3,spaceBetween:105,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_3"}}},r=(o(1288),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-3 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-3__content"},[e("div",{staticClass:"component-product-bundle-desktop-3__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-3__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-3__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-3__top-products"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-3__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-3__bottom-products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n+2,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductItemVertical:o(882).default,TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:1,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_4"}}},r=(o(1289),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-4 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-4__content"},[e("div",{staticClass:"component-product-bundle-desktop-4__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-4__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-4__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-4__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-4__products"},[e("div",{staticClass:"component-product-bundle-desktop-4__product-left"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"threed-icon-size":"large"},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-4__product-right"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-horizontal",{key:n,attrs:{item:o,position:n+2},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,ProductItemHorizontal:o(891).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:2,spaceBetween:40,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Vertical_1"}}},r=(o(1290),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-5 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-5__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-5__content"},[e("div",{staticClass:"component-product-bundle-desktop-5__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-5__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-5__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-5__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"D2_Vertical_2"}},computed:{productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,4)},buttonsData:function(){var t,e,o,n=null===(t=this.floor)||void 0===t?void 0:t.buttons,r={};return n&&n.length&&(r=n[0]),{label:(null===(e=r)||void 0===e?void 0:e.label)||"",link:(null===(o=r)||void 0===o?void 0:o.link)||""}}}},r=(o(1291),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-6 wow fadeInUp layout-desktop"},[t.title||t.description?e("div",{staticClass:"component-product-bundle-desktop-6__text-wrapper"},[t.title?e("div",{staticClass:"component-product-bundle-desktop-6__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-product-bundle-desktop-6__description",domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-6__content"},[e("div",{staticClass:"component-product-bundle-desktop-6__products"},t._l(t.productList,(function(o,n){return e("product-item-vertical",{key:n,attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),t.images&&t.images[0]?e("div",{staticClass:"component-product-bundle-desktop-6__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1):t._e()]),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticStyle:{margin:"60px auto 0"},attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductItemVertical:o(882).default,TheImage:o(881).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:3,spaceBetween:52,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Vertical_3"}}},r=(o(1292),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-7 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-7__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-7__content"},[e("div",{staticClass:"component-product-bundle-desktop-7__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-7__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-7__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-7__center-products"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-7__bottom-products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n+2,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{moduleName:"D2_Vertical_4"}}},r=(o(1293),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-8 wow fadeInUp layout-desktop"},[e("div",{staticClass:"component-product-bundle-desktop-8__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-8__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-8__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-8__content"},[e("div",{staticClass:"component-product-bundle-desktop-8__content-left"},[e("div",{staticClass:"component-product-bundle-desktop-8__top-products"},[e("product-item-vertical",{attrs:{item:t.floor.sku&&t.floor.sku[0],"has-wishlist":"",position:0,"floor-number-position":t.floorNumber},on:{jump:t.clickProduct}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-8__top-products-images"},[e("the-image",{attrs:{image:t.images[1],position:1},on:{jump:t.clickImage}}),t._v(" "),e("the-image",{attrs:{image:t.images[2],position:2},on:{jump:t.clickImage}})],1)],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-8__bottom-products"},t._l(t.floor.sku.slice(1),(function(o,n){return e("product-item-horizontal",{key:n,attrs:{item:o,position:n+1},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-8__image"},[e("the-image",{attrs:{image:t.images[0],position:3},on:{jump:t.clickImage}})],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductItemVertical:o(882).default,TheImage:o(881).default,ProductItemHorizontal:o(891).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:4,spaceBetween:35,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"D2_Horizontal_1"}}},r=(o(1294),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-desktop-9 wow fadeInUp layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-desktop-9__inner"},[e("div",{staticClass:"component-product-bundle-desktop-9__text-wrapper"},[e("div",{staticClass:"component-product-bundle-desktop-9__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-desktop-9__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-image-gallery__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)])]),t._v(" "),t.title&&t.description&&t.images[0]?e("div",{staticClass:"component-product-bundle-desktop-9__mock"}):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null,moduleName:"Mobile_5"}},mounted:function(){var t=2+19/((window.screen.width-40)/2);this.swiperOptions={pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination")},initialSlide:0,slidesPerView:t,spaceBetween:20,slidesOffsetBefore:20}}},r=(o(1295),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-1 wow fadeInUp layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-mobile-1__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-1__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-1__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-1__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),t.swiperOptions?e("div",{staticClass:"component-product-bundle-mobile-1__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-bundle-mobile-1__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"Mobile_9"}},computed:{productList:function(){var t;return(null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]},buttonsData:function(){var t,e,o,n=null===(t=this.floor)||void 0===t?void 0:t.buttons,r={};return n&&n.length&&(r=n[0]),{label:(null===(e=r)||void 0===e?void 0:e.label)||"",link:(null===(o=r)||void 0===o?void 0:o.link)||""}}}},r=(o(1296),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-2 wow fadeInUp layout-mobile"},[t.title||t.description?e("div",{staticClass:"component-product-bundle-mobile-2__text-wrapper"},[t.title?e("div",{staticClass:"component-product-bundle-mobile-2__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-product-bundle-mobile-2__description",domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),t._v(" "),t.images&&t.images[0]?e("div",{staticClass:"component-product-bundle-mobile-2__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-2__products"},t._l(t.productList,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"component-product-bundle-mobile-2_bottom-btn",attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination")},initialSlide:0,slidesPerView:2,spaceBetween:20},moduleName:"Mobile_6"}}},r=(o(1297),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-3 wow fadeInUp layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-mobile-3__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-3__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-3__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-3__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-2__product-center"},[e("div",{staticClass:"component-product-bundle-mobile-2__product-center-inner"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-2__product-bottom"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n+2,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-pagination"})])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}},moduleName:"Mobile_7"}}},r=(o(1298),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-4 wow fadeInUp layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-mobile-4__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-4__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-4__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-4__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-4__product-center"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(2),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber,"threed-icon-size":"large"},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)]),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"icon-arrow"}})],1)]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-4__product-bottom"},t._l(t.floor.sku.slice(0,2),(function(o,n){return e("product-item-horizontal",{key:n,attrs:{item:o,position:n+2},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,ProductItemHorizontal:o(891).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null,moduleName:"Mobile_2"}},mounted:function(){this.swiperOptions={effect:"coverflow",initialSlide:1,spaceBetween:0,slidesPerView:2.5,centeredSlides:!0,coverflowEffect:{rotate:0,slideShadows:!1,stretch:-100,depth:700},pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination")}}}},r=(o(1299),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-5 wow fadeInUp layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-product-bundle-mobile-5__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-5__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-5__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-5__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),t.swiperOptions?e("div",{staticClass:"component-product-bundle-mobile-5__products"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper",staticClass:"component-product-bundle-mobile-5__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),e("div",{staticClass:"swiper-pagination"})])]):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78);var n={mixins:[o(880).a],data:function(){return{moduleName:"Mobile_3"}}},r=(o(1300),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-6 wow fadeInUp layout-mobile"},[e("div",{staticClass:"component-product-bundle-mobile-6__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-6__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__image"},[e("the-image",{attrs:{image:t.images[0]&&""},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-6__products"},t._l(t.floor.sku,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:{initialSlide:0,slidesPerView:1.3,spaceBetween:20},moduleName:"Mobile_4"}}},r=(o(1301),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-7 wow fadeInUp layout-mobile"},[e("div",{staticClass:"component-product-bundle-mobile-7__text-wrapper"},[e("div",{staticClass:"component-product-bundle-mobile-7__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-7__description",domProps:{innerHTML:t._s(t.description)}})]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-7__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-2__product-center"},[e("div",{staticClass:"component-product-bundle-mobile-2__product-center-inner"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:gallerySwiper",value:t.swiperOptions,expression:"swiperOptions",arg:"gallerySwiper"}],ref:"gallerySwiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku.slice(3),(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])])]),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-2__product-bottom"},t._l(t.floor.sku.slice(0,3),(function(o,n){return e("product-item-horizontal",{key:n,staticClass:"swiper-slide",attrs:{item:o,position:n+3},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,ProductItemHorizontal:o(891).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(35),o(69);var n={mixins:[o(880).a],data:function(){return{moduleName:"product-bundle-mobile-8"}},computed:{productList:function(){var t;return((null==this||null===(t=this.floor)||void 0===t?void 0:t.sku)||[]).slice(0,4)},buttonsData:function(){var t,e,o,n=null===(t=this.floor)||void 0===t?void 0:t.buttons,r={};return n&&n.length&&(r=n[0]),{label:(null===(e=r)||void 0===e?void 0:e.label)||"",link:(null===(o=r)||void 0===o?void 0:o.link)||""}}}},r=(o(1302),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bundle-mobile-8 wow fadeInUp layout-mobile"},[t.title||t.description?e("div",{staticClass:"component-product-bundle-mobile-8__text-wrapper"},[t.title?e("div",{staticClass:"component-product-bundle-mobile-8__title font-times-now-semi-light",domProps:{innerHTML:t._s(t.title)}}):t._e(),t._v(" "),t.description?e("div",{staticClass:"component-product-bundle-mobile-8__description",domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),t._v(" "),t.images&&t.images[0]?e("div",{staticClass:"component-product-bundle-mobile-8__image"},[e("the-image",{attrs:{image:t.images[0]},on:{jump:t.clickImage}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-product-bundle-mobile-8__products"},t._l(t.productList,(function(o,n){return e("product-item-vertical",{key:n,staticClass:"swiper-slide",attrs:{item:o,"has-wishlist":"",position:n,"floor-number-position":t.floorNumber},on:{jump:function(e){t.clickProduct({product:o,position:n+1,link:t.getProductDetailUrl(o)})}}})})),1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"component-product-bundle-mobile-8_bottom-btn",attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,ProductItemVertical:o(882).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this._self._c;return t("client-only",[t("lookbook-base-banner",{staticClass:"component-lookbook-banner-desktop layout-desktop",attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseBanner:o(914).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this._self._c;return t("client-only",[t("lookbook-base-banner",{staticClass:"component-lookbook-banner-mobile layout-mobile",attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseBanner:o(914).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("lookbook-base-list",{staticClass:"component-lookbook-one-column-mobile layout-mobile",attrs:{floor:t.floor,"column-type":"one","list-type":t.listType,"page-type":t.pageType}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseList:o(892).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("lookbook-base-list",{staticClass:"component-lookbook-three-column-desktop layout-desktop",attrs:{floor:t.floor,"column-type":"three","list-type":t.listType,"page-type":t.pageType}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseList:o(892).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("lookbook-base-list",{staticClass:"component-lookbook-two-column-desktop layout-desktop",attrs:{floor:t.floor,"column-type":"two","list-type":t.listType,"page-type":t.pageType}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseList:o(892).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("lookbook-base-list",{staticClass:"component-lookbook-two-column-mobile layout-mobile",attrs:{floor:t.floor,"column-type":"two","list-type":t.listType,"page-type":t.pageType}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseList:o(892).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=o(2),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("lookbook-base-list",{staticClass:"component-lookbook-two-column-three-desktop layout-desktop",attrs:{floor:t.floor,"column-type":"twoThree","list-type":t.listType,"page-type":t.pageType}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{LookbookBaseList:o(892).default})},function(t,e,o){"use strict";o.r(e);o(8),o(78),o(7),o(4),o(18),o(153),o(69),o(887),o(6);var n={mixins:[o(880).a],computed:{d:function(){return this.formatData(this.floor)},platform:function(){return this.$isMobile?"mobile":"desktop"},largeImgSrc:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e||null===(e=e.large)||void 0===e?void 0:e.value)&&void 0!==t?t:""},largeImgLink:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e||null===(e=e.large)||void 0===e?void 0:e.link)&&void 0!==t?t:""},smallImgSrc:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e||null===(e=e.small)||void 0===e?void 0:e.value)&&void 0!==t?t:""},smallImgLink:function(){var t,e;return null!==(t=null===(e=this.d)||void 0===e||null===(e=e.small)||void 0===e?void 0:e.link)&&void 0!==t?t:""},smallTitleInfo:function(){var t,e,o=null!==(t=null===(e=this.d)||void 0===e?void 0:e.small)&&void 0!==t?t:{};return{title:{text:null==o?void 0:o.title,link:""},description:{text:null==o?void 0:o.description,link:""}}},smallTags:function(){var t,e,o,n,r=null!==(t=null===(e=this.d)||void 0===e?void 0:e.small)&&void 0!==t?t:{};return null!==(o=null==r||null===(n=r.btn)||void 0===n?void 0:n.filter((function(t){return t.text})))&&void 0!==o?o:[]}},methods:{formatData:function(data){var t,e=null!==(t=null==data?void 0:data.image)&&void 0!==t?t:[],o={large:{},small:{}},n=this.platform;return e.forEach((function(t){var e,r,l=null!==(e=null==t||null===(r=t.alt)||void 0===r?void 0:r.split("_"))&&void 0!==e?e:[],c=t;(null==l?void 0:l[0])===n&&(o[null==l?void 0:l[1]]=c)})),o}}},r=(o(1304),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("client-only",[e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description font-en-sc",style:t.style},[e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap"},[e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-large"},[e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-large-image",class:{"is-click":t.largeImgLink},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:{link:t.largeImgLink,value:t.largeImgSrc},position:0})}}},[e("v-image",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-large-image-img",attrs:{src:t.largeImgSrc,lazy:!1}})],1)]),t._v(" "),e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-small"},[e("div",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-small-image",class:{"is-click":t.smallImgLink},on:{click:function(e){return e.stopPropagation(),t.clickImage({image:{link:t.smallImgLink,value:t.smallImgSrc},position:1})}}},[e("v-image",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-small-image-img",attrs:{src:t.smallImgSrc,lazy:!1}})],1),t._v(" "),e("pdp-base-title",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-small-info",attrs:{data:t.smallTitleInfo,floor:t.floor}}),t._v(" "),e("base-cta-link",{staticClass:"component-pdp-clp-large-exhibition-small-description__wrap-small-tags",attrs:{ctas:t.smallTags,"is-hyperlink":!0,floor:t.floor}})],1)])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VImage:o(133).default,PdpBaseTitle:o(890).default,BaseCtaLink:o(884).default})},function(t,e,o){"use strict";o.r(e);o(69),o(8),o(7),o(9),o(10),o(5);var n=o(1),r=(o(28),o(4),o(18),o(153),o(6),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,c=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return l=t.done,t},e:function(t){c=!0,r=t},f:function(){try{l||null==o.return||o.return()}finally{if(c)throw r}}}}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,o=new Array(e);i=t?(clearInterval(o),e=t):e+=10,document.documentElement.scrollTop=e}),10)}}},d=c,m=(o(1320),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{ref:"clpBanner",staticClass:"component-banner-clp-desktop layout-desktop"},[e("a",{staticClass:"component-banner-clp-desktop__box",attrs:{href:t.images[0].link}},[e("img",{attrs:{src:t.images[0].value,alt:t.images[0].alt}}),t._v(" "),e("div",{staticClass:"component-banner-clp-desktop__inner"},[e("div",{staticClass:"component-banner-clp-desktop__en-text font-en",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-banner-clp-desktop__cn-text font-en-sc",domProps:{innerHTML:t._s(t.floor.text[1])}})])]),t._v(" "),e("div",{staticClass:"component-banner-clp-desktop__explore font-en-sc",on:{click:t.scroll}},[e("div",[t._v("开启探索之旅")]),t._v(" "),e("svg-icon",{staticClass:"component-banner-clp-desktop__explore-icon",attrs:{name:"swiper-prev"}})],1)])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69),o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(55),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}var c={mixins:[o(880).a],computed:function(t){for(var e=1;e=t?(clearInterval(o),e=t):e+=10,document.documentElement.scrollTop=e}),10)}}},d=c,m=(o(1321),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{ref:"clpBanner",staticClass:"component-banner-clp-mobile layout-mobile"},[e("a",{staticClass:"component-banner-clp-mobile__banner",attrs:{href:t.images[0].link}},[e("img",{attrs:{src:t.images[0].value,alt:t.images[0].alt}}),t._v(" "),e("div",{staticClass:"component-banner-clp-mobile__inner"},[e("div",{staticClass:"component-banner-clp-mobile__en-text font-en",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-banner-clp-mobile__cn-text"},[e("p",{staticClass:"component-banner-clp-mobile__cn-text-title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[1])}})])])]),t._v(" "),e("div",{staticClass:"component-banner-clp-mobile__explore",on:{click:t.scroll}},[e("div",{staticClass:"font-en-sc"},[t._v("开启探索之旅")]),t._v(" "),e("svg-icon",{staticClass:"component-banner-clp-mobile__explore-icon",attrs:{name:"swiper-prev"}})],1)])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(35);var n={mixins:[o(899).a],props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null,activeIndex:2}},computed:{text:function(){var text=this.floor.text&&this.floor.text.length>this.activeIndex+1?this.floor.text.slice(1)[this.activeIndex]:"";return text.split(":")}},mounted:function(){var t=this;this.swiperOptions={effect:"coverflow",slidesPerView:"auto",centeredSlides:!0,spaceBetween:45,initialSlide:2,coverflowEffect:{rotate:0,slideShadows:!1,depth:0,modifier:0},navigation:{nextEl:".component-clp-bundle-desktop-footer .swiper-button-next",prevEl:".component-clp-bundle-desktop-footer .swiper-button-prev"},on:{slideChange:function(){t.activeIndex=this.realIndex},clickable:!0}}}},r=(o(1322),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{ref:"clpBundleDesktopFooter",staticClass:"wow fadeInUp component-clp-bundle-desktop-footer layout-desktop"},[e("div",{staticClass:"component-clp-bundle-desktop-footer__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop-footer__swiper-box"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:clpDesktop3",value:t.swiperOptions,expression:"swiperOptions",arg:"clpDesktop3"}],staticClass:"component-clp-bundle-desktop-footer__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(t,o){return e("div",{key:o,staticClass:"swiper-slide"},[e("pack-shot",{attrs:{src:t.value,lazy:!1}})],1)})),0)]):t._e(),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"swiper-prev"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"swiper-prev"}})],1)]),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop-footer__sub-title"},[t.text.length>0?e("div",{staticClass:"component-clp-bundle-desktop-footer__sub-title-origin",domProps:{innerHTML:t._s(t.text[0])}}):t._e(),t._v(" "),t.text.length>1?e("div",{staticClass:"component-clp-bundle-desktop-footer__sub-title-material",domProps:{innerHTML:t._s(t.text[1])}}):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default})},function(t,e,o){"use strict";o.r(e);o(16),o(35);var n=o(50),r={mixins:[o(880).a],data:function(){return{swiperOptions:null,swiperOptions3:null}},computed:{bgStyle:function(){return{backgroundImage:"url(".concat(this.floor.image[0].value,")")}},swiperImage:function(){return this.floor.image.slice(2)}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0},loop:!0,autoplay:!0},(null===(t=this.swiperImage)||void 0===t?void 0:t.length)<=1&&(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1,this.swiperOptions.pagination=""),this.swiperOptions3={effect:"coverflow",slidesPerView:3,centeredSlides:!0,loop:!0,centerInsufficientSlides:!0,spaceBetween:45,initialSlide:1,coverflowEffect:{rotate:0,slideShadows:!1,depth:0,modifier:0},navigation:{nextEl:"#".concat(this.floor.componentUid," .swiper-button-next"),prevEl:"#".concat(this.floor.componentUid," .swiper-button-prev")}}},methods:{getProductPageUrl:function(t){return Object(n.c)(t.sku)}}},l=(o(1323),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-bundle-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-clp-bundle-desktop__banner",style:t.bgStyle},[e("div",{staticClass:"component-clp-bundle-desktop__banner-title-en font-en wow fadeInUp",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__banner-title-cn font-en-sc wow fadeInUp",domProps:{innerHTML:t._s(t.floor.text[1])}})]),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__floor1"},[e("div",{staticClass:"component-clp-bundle-desktop__floor1__box"},[e("div",{staticClass:"component-clp-bundle-desktop__floor1-left wow fadeInUp"},[e("pack-shot",{attrs:{src:t.floor.image[1].value,lazy:!1,"is-transparent-background":!0}})],1),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__floor1-right wow fadeInUp"},[e("div",{domProps:{innerHTML:t._s(t.floor.text[2])}})])])]),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__floor2"},[e("div",{staticClass:"component-clp-bundle-desktop__context wow fadeInUp"},[e("div",{staticClass:"component-clp-bundle-desktop__context-title",domProps:{innerHTML:t._s(t.floor.text[3])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__context-text",domProps:{innerHTML:t._s(t.floor.text[4])}})]),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__percentage"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:clpDesktop",value:t.swiperOptions,expression:"swiperOptions",arg:"clpDesktop"}],staticClass:"component-clp-bundle-desktop__swiper wow fadeInUp",class:"component-clp-bundle-desktop__swiper".concat(t.index)},[e("div",{staticClass:"swiper-wrapper"},t._l(t.swiperImage,(function(t,o){return e("div",{key:o,staticClass:"swiper-slide"},[e("pack-shot",{attrs:{src:t.value,lazy:!1,"is-transparent-background":!0}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e()])]),t._v(" "),t.floor.sku&&t.floor.sku.length?e("div",{staticClass:"component-clp-bundle-desktop__floor3 wow fadeInUp",class:"component-clp-bundle-desktop__floor3".concat(t.index)},[t.swiperOptions3?e("div",{directives:[{name:"swiper",rawName:"v-swiper:clpDesktop2",value:t.swiperOptions3,expression:"swiperOptions3",arg:"clpDesktop2"}],ref:"lookBookSwiper",staticClass:"component-clp-bundle-desktop__floor3__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("v-link",{key:n,staticClass:"swiper-slide",attrs:{to:t.getProductPageUrl(o)}},[e("pack-shot",{attrs:{src:o.image,lazy:!1,"is-transparent-background":!0}}),t._v(" "),o.isPreOrder||o.isHotSale?[o.isPreOrder?e("div",{staticClass:"component-clp-bundle-desktop__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.preOrderTagLabel))])]):o.isHotSale?e("div",{staticClass:"component-clp-bundle-desktop__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.hotOrderTagLabel))])]):t._e()]:t._e(),t._v(" "),o.threeDUrl?e("div",{staticClass:"component-clp-bundle-desktop__3d-part font-en-sc"},[e("svg-icon",{attrs:{name:"3d-icon"}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__floor3__swiper-name-cn font-en-sc"},[t._v("\n "+t._s(o.name)+"\n ")]),t._v(" "),e("div",{staticClass:"component-clp-bundle-desktop__floor3__swiper-sub-name"},[t._v("\n "+t._s(o.subName)+"\n ")])],2)})),1)]):t._e(),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"swiper-prev"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"swiper-prev"}})],1)]):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,VLink:o(65).default})},function(t,e,o){"use strict";o.r(e);o(35);var n={props:{floor:{type:Object,default:null}},data:function(){var t=this;return{swiperOptions:{effect:"coverflow",slidesPerView:2,centeredSlides:!0,spaceBetween:40,initialSlide:1,loop:!0,coverflowEffect:{rotate:0,slideShadows:!1,modifier:1.4},on:{slideChange:function(){t.activeIndex=this.realIndex}}},activeIndex:1}},computed:{text:function(){var text=this.floor.text&&this.floor.text.length>this.activeIndex+1?this.floor.text.slice(1)[this.activeIndex]:"";return text.split(":")}}},r=(o(1324),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-bundle-mobile-footer layout-mobile"},[e("div",{staticClass:"component-clp-bundle-mobile-footer__title",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile-footer__swiper-box"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryMobile1",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryMobile1"}],staticClass:"component-clp-bundle-mobile-footer__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(t,o){return e("div",{key:o,staticClass:"swiper-slide"},[e("pack-shot",{attrs:{src:t.value,lazy:!1}})],1)})),0)])]),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile-footer__sub-title"},[t.text.length>0?e("div",{staticClass:"component-clp-bundle-mobile-footer__sub-title-origin",domProps:{innerHTML:t._s(t.text[0])}}):t._e(),t._v(" "),t.text.length>1?e("div",{staticClass:"component-clp-bundle-mobile-footer__sub-title-material",domProps:{innerHTML:t._s(t.text[1])}}):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default})},function(t,e,o){"use strict";o.r(e);o(16),o(35);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null,swiperOptions2:null}},computed:{bgStyle:function(){return{backgroundImage:"url(".concat(this.floor.image[0].value,")")}},swiperImage:function(){return this.floor.image.slice(2)}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,pagination:{el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0},loop:!0,autoplay:!0},(null===(t=this.swiperImage)||void 0===t?void 0:t.length)<=1&&(this.swiperOptions.loop=!1,this.swiperOptions.autoplay=!1,this.swiperOptions.pagination=""),this.swiperOptions2={effect:"coverflow",slidesPerView:2,centeredSlides:!0,spaceBetween:18,initialSlide:1,coverflowEffect:{rotate:0,slideShadows:!1,modifier:0}}}},r=(o(1325),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-clp-bundle-mobile layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"component-clp-bundle-mobile__banner",style:t.bgStyle},[e("div",{staticClass:"component-clp-bundle-mobile__en-text font-en",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__cn-text"},[e("p",{staticClass:"component-clp-bundle-mobile__cn-text-title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[1])}})])]),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content"},[e("div",{staticClass:"component-clp-bundle-mobile__content-floor-1"},[e("pack-shot",{attrs:{src:t.floor.image[1].value,"is-transparent-background":!0}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-1-text",domProps:{innerHTML:t._s(t.floor.text[2])}})],1),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-2"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:clpMobile1",value:t.swiperOptions,expression:"swiperOptions",arg:"clpMobile1"}],staticClass:"component-clp-bundle-mobile__content-floor-2__swiper",class:"component-clp-bundle-mobile__content-floor-2__swiper".concat(t.index)},[e("div",{staticClass:"swiper-wrapper"},t._l(t.swiperImage,(function(t,o){return e("div",{key:o,staticClass:"swiper-slide"},[e("pack-shot",{attrs:{src:t.value,lazy:!1,"is-transparent-background":!0}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e(),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-2-title",domProps:{innerHTML:t._s(t.floor.text[3])}}),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-2-text",domProps:{innerHTML:t._s(t.floor.text[4])}})])]),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-3"},[t.swiperOptions2?e("div",{directives:[{name:"swiper",rawName:"v-swiper:clpMobile2",value:t.swiperOptions2,expression:"swiperOptions2",arg:"clpMobile2"}],staticClass:"component-clp-bundle-mobile__content-floor-3__swiper"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.sku,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("pack-shot",{attrs:{src:o.image,lazy:!1,"is-transparent-background":!0}}),t._v(" "),o.isPreOrder||o.isHotSale?[o.isPreOrder?e("div",{staticClass:"component-clp-bundle-mobile__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.preOrderTagLabel))])]):o.isHotSale?e("div",{staticClass:"component-clp-bundle-mobile__pre-order font-en-sc"},[e("span",[t._v(t._s(t.$store.getters.hotOrderTagLabel))])]):t._e()]:t._e(),t._v(" "),o.threeDUrl?e("div",{staticClass:"component-clp-bundle-mobile__3d-part font-en-sc"},[e("svg-icon",{attrs:{name:"3d-icon"}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-3__swiper-name-cn font-en-sc"},[t._v("\n "+t._s(o.name)+"\n ")]),t._v(" "),e("div",{staticClass:"component-clp-bundle-mobile__content-floor-3__swiper-sub-name"},[t._v("\n "+t._s(o.subName)+"\n ")])],2)})),0)]):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0}},computed:{imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},imageBtnData:function(){var t,e;return null!=this&&null!==(t=this.floor)&&void 0!==t&&null!==(t=t.image[0])&&void 0!==t&&t.btn&&(null==this||null===(e=this.floor)||void 0===e||null===(e=e.image[0])||void 0===e?void 0:e.btn)||[]}}},r=(o(1326),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-full-and-button-show-desktop layout-desktop"},[e("div",{staticClass:"clp-image-full-and-button-show-desktop__mask"}),t._v(" "),t.imageData&&t.imageData.value?e("img",{staticClass:"clp-image-full-and-button-show-desktop__image",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.imageBtnData&&t.imageBtnData.length?e("div",{staticClass:"clp-image-full-and-button-show-desktop__item-box"},[t.imageBtnData.length<3?e("div",{staticClass:"clp-image-full-and-button-show-desktop__item-btn-box"},[t.imageBtnData[0]&&t.imageBtnData[0].link?e("a",{staticClass:"clp-image-full-and-button-show-desktop__item-box-btn font-en-sc",attrs:{href:t.imageBtnData[0].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:t.imageBtnData[0]})}}},[t._v("\n "+t._s(t.imageBtnData[0].text)+"\n ")]):t._e(),t._v(" "),t.imageBtnData[1]&&t.imageBtnData[1].link?e("a",{staticClass:"clp-image-full-and-button-show-desktop__item-box-btn font-en-sc",attrs:{href:t.imageBtnData[1].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:t.imageBtnData[1]})}}},[t._v("\n "+t._s(t.imageBtnData[1].text)+"\n ")]):t._e()]):t._e(),t._v(" "),t.imageBtnData.length>=3?e("div",[t.imageBtnData[0]&&t.imageBtnData[0].link?e("a",{staticClass:"clp-image-full-and-button-show-desktop__item-box-btn font-en-sc",attrs:{href:t.imageBtnData[0].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:t.imageBtnData[0]})}}},[t._v("\n "+t._s(t.imageBtnData[0].text)+"\n ")]):t._e(),t._v(" "),e("div",{staticStyle:{display:"flex","justify-content":"space-between"}},[t.imageBtnData[1]&&t.imageBtnData[1].link?e("a",{staticClass:"clp-image-full-and-button-show-desktop__item-box-flex-btn font-en-sc",attrs:{href:t.imageBtnData[1].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:t.imageBtnData[1]})}}},[t._v("\n "+t._s(t.imageBtnData[1].text)+"\n ")]):t._e(),t._v(" "),t.imageBtnData[2]&&t.imageBtnData[2].link?e("a",{staticClass:"clp-image-full-and-button-show-desktop__item-box-flex-btn font-en-sc",attrs:{href:t.imageBtnData[2].link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:t.imageBtnData[2]})}}},[t._v("\n "+t._s(t.imageBtnData[2].text)+"\n ")]):t._e()])]):t._e()]):t._e()])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69),o(35);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0}},computed:{imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},imageBtnData:function(){var t,e;return null!=this&&null!==(t=this.floor)&&void 0!==t&&null!==(t=t.image[0])&&void 0!==t&&t.btn?((null==this||null===(e=this.floor)||void 0===e||null===(e=e.image[0])||void 0===e?void 0:e.btn)||[]).slice(0,3):[]}}},r=(o(1327),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-full-and-button-show-mobile layout-mobile"},[e("div",{staticClass:"clp-image-full-and-button-show-mobile__mask"}),t._v(" "),t.imageData?e("img",{staticClass:"clp-image-full-and-button-show-mobile__image",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.imageBtnData&&t.imageBtnData.length?e("div",{staticClass:"clp-image-full-and-button-show-mobile__item-box"},t._l(t.imageBtnData,(function(o,n){return e("div",{key:n,staticClass:"clp-image-full-and-button-show-mobile__item-btn-box"},[o.link?e("a",{staticClass:"clp-image-full-and-button-show-mobile__item-box-btn font-en-sc",attrs:{href:o.link},on:{click:function(e){return e.preventDefault(),t.clickButton({button:o})}}},[t._v("\n "+t._s(o.text)+"\n ")]):t._e()])})),0):t._e()])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69);var n=o(880),r=o(21),l={mixins:[n.a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0,fixedWidthScale:1}},computed:{height:function(){if(this.videoData&&this.videoData.value){var t=this.fixedWidthScale;return this.$clientWidth*t*(this.videoHeight/this.videoWidth)+"px"}return"auto"},width:function(){var t=this.fixedWidthScale;return this.$clientWidth*t+"px"},videoData:function(){if(this.floor&&this.floor.video){var t=this.floor.video[0];return{value:(null==t?void 0:t.value)||"",poster:(null==t?void 0:t.link)||""}}return""},imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},configInfo:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{videoAutoPlay:(null==t?void 0:t.videoAutoPlay)||"true"}}return{videoAutoPlay:"true"}}},mounted:function(){this.getFixedWidthScale()},methods:{getFixedWidthScale:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0],e=null!=t&&t.width?(o=t.width,"number"==typeof Object(r.D)(o)?Object(r.D)(o):1):1;this.fixedWidthScale=e}var o},getVideoInfo:function(t){this.videoWidth=t.videoWidth,this.videoHeight=t.videoHeight}}},c=(o(1328),o(2)),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-or-video-fixed-width-show-desktop layout-desktop",style:{height:t.height}},[t.imageData&&t.imageData.value?e("img",{staticClass:"component-image-or-video-fixed-width-show__image",style:{width:t.width},attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.imageData&&t.imageData.value||!t.videoData||!t.videoData.value?t._e():e("div",{staticClass:"clp-image-or-video-fixed-width-show-desktop__video",style:{width:t.width}},[e("meda-video",{ref:t.floor.componentUid+"clp-image-or-video-fixed-width-show-desktop-video",attrs:{id:t.floor.componentUid+"clp-image-or-video-fixed-width-show-desktop-video",controls:"",autoplay:"true"===t.configInfo.videoAutoPlay,"video-url":t.videoData.value,"image-url":t.videoData.poster,loop:!1},on:{getVideoInfo:t.getVideoInfo}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n=o(880),r=o(21),l={mixins:[n.a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0,fixedWidthScale:1}},computed:{height:function(){if(this.videoData&&this.videoData.value){var t=this.fixedWidthScale;return this.$clientWidth*t*(this.videoHeight/this.videoWidth)+"px"}return"auto"},width:function(){var t=this.fixedWidthScale;return this.$clientWidth*t+"px"},videoData:function(){if(this.floor&&this.floor.video){var t=this.floor.video[0];return{value:(null==t?void 0:t.value)||"",poster:(null==t?void 0:t.link)||""}}return""},imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},configInfo:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{videoAutoPlay:(null==t?void 0:t.videoAutoPlay)||"true"}}return{videoAutoPlay:"true"}}},mounted:function(){this.getFixedWidthScale()},methods:{getFixedWidthScale:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0],e=null!=t&&t.width?(o=t.width,"number"==typeof Object(r.D)(o)?Object(r.D)(o):1):1;this.fixedWidthScale=e}var o},getVideoInfo:function(t){this.videoWidth=t.videoWidth,this.videoHeight=t.videoHeight}}},c=(o(1329),o(2)),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-or-video-fixed-width-show-mobile layout-mobile",style:{height:t.height}},[t.imageData&&t.imageData.value?e("img",{staticClass:"component-image-or-video-fixed-width-show__image",style:{width:t.width},attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.imageData&&t.imageData.value||!t.videoData||!t.videoData.value?t._e():e("div",{staticClass:"clp-image-or-video-fixed-width-show-mobile__video",style:{width:t.width}},[e("meda-video",{ref:t.floor.componentUid+"clp-image-or-video-fixed-width-show-mobile-video",attrs:{id:t.floor.componentUid+"clp-image-or-video-fixed-width-show-mobile-video",controls:"",autoplay:"true"===t.configInfo.videoAutoPlay,"video-url":t.videoData.value,"image-url":t.videoData.poster,loop:!1},on:{getVideoInfo:t.getVideoInfo}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0}},computed:{height:function(){return this.imageData&&this.imageData.value||!this.videoData||!this.videoData.value?"auto":this.$clientWidth*(this.videoHeight/this.videoWidth)+"px"},videoData:function(){if(this.floor&&this.floor.video){var t=this.floor.video[0];return{value:(null==t?void 0:t.value)||"",poster:(null==t?void 0:t.link)||""}}return""},imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},configInfo:function(){var t,e=(null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0])||{};return{videoAutoPlay:(null==e?void 0:e.videoAutoPlay)||"true",title:(null==e?void 0:e.title)||""}}},methods:{getVideoInfo:function(t){this.videoWidth=t.videoWidth,this.videoHeight=t.videoHeight}}},r=(o(1330),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-or-video-full-show-desktop layout-desktop",style:{height:t.height}},[t.imageData&&t.imageData.value?e("img",{staticClass:"clp-image-or-video-full-show-desktop__image",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.configInfo.title?e("div",{staticClass:"full-image-video-desktop-title",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.imageData&&t.imageData.value||!t.videoData||!t.videoData.value?t._e():e("div",{staticClass:"clp-image-or-video-full-show-desktop__video"},[e("meda-video",{ref:t.floor.componentUid+"clp-image-or-video-full-show-desktop-video",attrs:{id:t.floor.componentUid+"clp-image-or-video-full-show-desktop-video",controls:"",autoplay:"true"===t.configInfo.videoAutoPlay,"video-url":t.videoData.value,"image-url":t.videoData.poster,loop:!1},on:{getVideoInfo:t.getVideoInfo}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{videoWidth:0,videoHeight:0}},computed:{height:function(){return this.imageData&&this.imageData.value||!this.videoData||!this.videoData.value?"auto":this.$clientWidth*(this.videoHeight/this.videoWidth)+"px"},videoData:function(){if(this.floor&&this.floor.video){var t=this.floor.video[0];return{value:(null==t?void 0:t.value)||"",poster:(null==t?void 0:t.link)||""}}return""},imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},configInfo:function(){var t,e=(null===(t=this.floor)||void 0===t||null===(t=t.text)||void 0===t?void 0:t[0])||{};return{videoAutoPlay:(null==e?void 0:e.videoAutoPlay)||"true",title:(null==e?void 0:e.title)||""}}},methods:{getVideoInfo:function(t){this.videoWidth=t.videoWidth,this.videoHeight=t.videoHeight}}},r=(o(1331),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-or-video-full-show-mobile layout-mobile",style:{height:t.height}},[t.imageData&&t.imageData.value?e("img",{staticClass:"clp-image-or-video-full-show-mobile__image",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.configInfo.title?e("div",{staticClass:"full-image-video-mobile-title",domProps:{innerHTML:t._s(t.configInfo.title)}}):t._e(),t._v(" "),t.imageData&&t.imageData.value||!t.videoData||!t.videoData.value?t._e():e("div",{staticClass:"clp-image-or-video-full-show-mobile__video"},[e("meda-video",{ref:t.floor.componentUid+"clp-image-or-video-full-show-mobile-video",attrs:{id:t.floor.componentUid+"clp-image-or-video-full-show-mobile-video",controls:"",autoplay:"true"===t.configInfo.videoAutoPlay,"video-url":t.videoData.value,"image-url":t.videoData.poster,loop:!1},on:{getVideoInfo:t.getVideoInfo}})],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{MedaVideo:o(886).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{}},computed:{imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1332),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-image-title-underline-content-mobile layout-mobile"},[e("div",{staticClass:"clp-image-title-underline-content-mobile__box"},[t.imageData&&t.imageData.value?e("img",{staticClass:"clp-image-title-underline-content-mobile__img",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),t.textContent.title?e("div",{staticClass:"clp-image-title-underline-content-mobile__title-box font-en-sc"},[e("div",{staticClass:"clp-image-title-underline-content-mobile__title"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),t._m(0)]):t._e(),t._v(" "),t.textContent.content?e("div",{staticClass:"clp-image-title-underline-content-mobile__content-box font-en-sc"},[e("div",{staticClass:"clp-image-title-underline-content-mobile__content",domProps:{innerHTML:t._s(t.textContent.content)}})]):t._e()])])}),[function(){var t=this._self._c;return t("div",{staticClass:"clp-image-title-underline-content-mobile__title-underline-box"},[t("div",{staticClass:"clp-image-title-underline-content-mobile__title-underline"})])}],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{}},computed:{imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1333),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-left-image-title-underline-content-desktop layout-desktop"},[e("div",{staticClass:"clp-left-image-title-underline-content-desktop__box"},[t.imageData&&t.imageData.value?e("img",{staticClass:"clp-left-image-title-underline-content-desktop__left-img",attrs:{src:t.imageData.value}}):t._e(),t._v(" "),e("div",{staticClass:"clp-left-image-title-underline-content-desktop__right font-en-sc"},[t.textContent.title?e("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-title-box"},[e("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-title"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),t._m(0)]):t._e(),t._v(" "),t.textContent.content?e("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-content-box"},[e("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-content",domProps:{innerHTML:t._s(t.textContent.content)}})]):t._e()])])])}),[function(){var t=this._self._c;return t("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-title-underline-box"},[t("div",{staticClass:"clp-left-image-title-underline-content-desktop__right-title-underline"})])}],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length?this.floor.image[0].link:""},buttonsData:function(){if(this.floor.buttons&&this.floor.buttons.length){var t=this.floor.buttons[0];return{label:(null==t?void 0:t.label)||"",link:(null==t?void 0:t.link)||""}}return{label:"",link:""}},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1334),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-left-product-swiper-image-text-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"clp-left-product-swiper-image-text-desktop__box"},[e("one-product-show-dot-arrow-swiper",{staticClass:"clp-left-product-swiper-image-text-desktop__swiper-part wow fadeInUp",attrs:{floor:t.floor}}),t._v(" "),e("div",{staticClass:"clp-left-product-swiper-image-text-desktop__image-part wow fadeInUp"},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("div",{staticClass:"clp-left-product-swiper-image-text-desktop__text-part"},[e("div",{staticClass:"clp-left-product-swiper-image-text-desktop__text-part-box"},[e("div",{staticClass:"clp-left-product-swiper-image-text-desktop__text-part-title font-en-sc"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),e("span",{staticClass:"clp-left-product-swiper-image-text-desktop__text-part-content font-en-sc",domProps:{innerHTML:t._s(t.textContent.content)}})])])],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticStyle:{"margin-top":"60px"},attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{OneProductShowDotArrowSwiper:o(904).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(16),o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(35),o(40),o(69),o(0)),l=o(50);function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;e1,expression:"floor.sku && floor.sku.length && floor.sku.length > 1"}],staticClass:"clp-more-product-show-dot-arrow-swiper-desktop_swiper-pagination-part"},[e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-desktop_swiper-button-prev"},[e("svg-icon",{attrs:{name:"arrow-left"}})],1),t._v(" "),e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-desktop_swiper-pagination"}),t._v(" "),e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-desktop_swiper-button-next"},[e("svg-icon",{attrs:{name:"arrow-right"}})],1)])],1)],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"clp-more-product-show-dot-arrow-swiper-desktop_bottom-btn",attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(16),o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(35),o(40),o(69),o(0)),l=o(50);function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;e1,expression:"floor.sku && floor.sku.length && floor.sku.length > 1"}],staticClass:"clp-more-product-show-dot-arrow-swiper-mobile_swiper-pagination-part"},[e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-mobile_swiper-button-prev"},[e("svg-icon",{attrs:{name:"arrow-left"}})],1),t._v(" "),e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-mobile_swiper-pagination"}),t._v(" "),e("div",{staticClass:"clp-more-product-show-dot-arrow-swiper-mobile_swiper-button-next"},[e("svg-icon",{attrs:{name:"arrow-right"}})],1)])],1)],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"clp-more-product-show-dot-arrow-swiper-mobile_bottom-btn",attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);var n={props:{floor:{type:Object,default:null}}},r=(o(1338),o(2)),component=Object(r.a)(n,(function(){var t=this._self._c;return t("div",{staticClass:"clp-only-one-button-desktop layout-desktop"},[t("component-only-one-button",{attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ComponentOnlyOneButton:o(911).default})},function(t,e,o){"use strict";o.r(e);var n={props:{floor:{type:Object,default:null}}},r=(o(1339),o(2)),component=Object(r.a)(n,(function(){var t=this._self._c;return t("div",{staticClass:"clp-only-one-button-mobile layout-mobile"},[t("component-only-one-button",{attrs:{floor:this.floor}})],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ComponentOnlyOneButton:o(911).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length?this.floor.image[0].link:""},buttonsData:function(){if(this.floor.buttons&&this.floor.buttons.length){var t=this.floor.buttons[0];return{label:(null==t?void 0:t.label)||"",link:(null==t?void 0:t.link)||""}}return{label:"",link:""}},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1340),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-right-text-image-product-swiper-desktop layout-desktop",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"clp-right-text-image-product-swiper-desktop__box"},[e("one-product-show-dot-arrow-swiper",{staticClass:"clp-right-text-image-product-swiper-desktop__swiper-part wow fadeInUp",attrs:{floor:t.floor}}),t._v(" "),e("div",{staticClass:"clp-right-text-image-product-swiper-desktop__image-part wow fadeInUp"},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("div",{staticClass:"clp-right-text-image-product-swiper-desktop__text-part font-en-sc"},[e("div",{staticClass:"clp-right-text-image-product-swiper-desktop__text-part-box"},[e("div",{staticClass:"clp-right-text-image-product-swiper-desktop__text-part-title"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),e("span",{staticClass:"clp-right-text-image-product-swiper-desktop__text-part-content",domProps:{innerHTML:t._s(t.textContent.content)}})])])],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticStyle:{"margin-top":"60px"},attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{OneProductShowDotArrowSwiper:o(904).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},data:function(){return{}},computed:{imageData:function(){if(this.floor&&this.floor.image){var t=this.floor.image[0];return{value:(null==t?void 0:t.value)||""}}return""},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1341),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-right-title-underline-content-image-desktop layout-desktop"},[e("div",{staticClass:"clp-right-title-underline-content-image-desktop__box"},[e("div",{staticClass:"clp-right-title-underline-content-image-desktop__left font-en-sc"},[t.textContent.title?e("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-title-box"},[e("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-title"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),t._m(0)]):t._e(),t._v(" "),t.textContent.content?e("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-content-box"},[e("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-content",domProps:{innerHTML:t._s(t.textContent.content)}})]):t._e()]),t._v(" "),t.imageData&&t.imageData.value?e("img",{staticClass:"clp-right-title-underline-content-image-desktop__right-img",attrs:{src:t.imageData.value}}):t._e()])])}),[function(){var t=this._self._c;return t("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-title-underline-box"},[t("div",{staticClass:"clp-right-title-underline-content-image-desktop__left-title-underline"})])}],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{}},computed:{imageData:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].value:""},imageLink:function(){return this.floor.image&&this.floor.image.length>0?this.floor.image[0].link:""},buttonsData:function(){if(this.floor.buttons&&this.floor.buttons.length){var t=this.floor.buttons[0];return{label:(null==t?void 0:t.label)||"",link:(null==t?void 0:t.link)||""}}return{label:"",link:""}},textContent:function(){if(this.floor&&this.floor.text){var t=this.floor.text[0];return{title:(null==t?void 0:t.title)||"",content:(null==t?void 0:t.content)||""}}return{title:"",content:""}}}},r=(o(1342),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"clp-text-image-product-swiper-mobile layout-mobile",attrs:{id:t.floor.componentUid}},[e("div",{staticClass:"clp-text-image-product-swiper-mobile__box"},[e("div",{staticClass:"clp-text-image-product-swiper-mobile__text-part font-en-sc"},[e("div",{staticClass:"clp-text-image-product-swiper-mobile__text-part-title"},[t._v("\n "+t._s(t.textContent.title)+"\n ")]),t._v(" "),e("span",{staticClass:"clp-text-image-product-swiper-mobile__text-part-content",domProps:{innerHTML:t._s(t.textContent.content)}})]),t._v(" "),e("div",{staticClass:"clp-text-image-product-swiper-mobile__image-part wow fadeInUp"},[e("img",{attrs:{src:t.imageData}})]),t._v(" "),e("one-product-show-dot-arrow-swiper",{staticClass:"clp-text-image-product-swiper-mobile__swiper-part wow fadeInUp",attrs:{floor:t.floor,"swiper-clickable":!1}})],1),t._v(" "),t.buttonsData.label?e("home-view-all-product-button",{staticClass:"clp-text-image-product-swiper-mobile_bottom-btn",attrs:{button:t.buttonsData},on:{jump:t.clickButton}}):t._e()],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{OneProductShowDotArrowSwiper:o(904).default,HomeViewAllProductButton:o(883).default})},function(t,e,o){"use strict";o.r(e);o(4),o(6);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},computed:{imageTextDataList:function(){var t,e,o=[],n=(null===(t=this.floor)||void 0===t?void 0:t.image)||[],r=(null===(e=this.floor)||void 0===e?void 0:e.text)||[];return null!=n&&n.length&&null!=r&&r.length&&n.forEach((function(t,e){var n,l,c,d;o.push({imageUrl:(null==t?void 0:t.value)||"",subTitle:(null===(n=r[e])||void 0===n?void 0:n.subTitle)||"",title:(null===(l=r[e])||void 0===l?void 0:l.title)||"",content:(null===(c=r[e])||void 0===c?void 0:c.content)||"",isReverseShow:(null===(d=r[e])||void 0===d?void 0:d.isReverseShow)||"false"})})),o}}},r=(o(1343),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return t.imageTextDataList.length?e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop layout-desktop"},t._l(t.imageTextDataList,(function(o,n){return e("div",{key:n},[e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__item",class:"true"===o.isReverseShow?"flex-direction-row-reverse":"flex-direction-row"},[e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__item-left"},[o.imageUrl?e("img",{attrs:{src:o.imageUrl,alt:"描述图"}}):t._e()]),t._v(" "),e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__item-right"},[e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__item-right-box"},[o.subTitle?e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__subTitle"},[t._v("\n "+t._s(o.subTitle)+"\n ")]):t._e(),t._v(" "),o.title?e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__title font-times-now-semi-light"},[t._v("\n "+t._s(o.title)+"\n ")]):t._e(),t._v(" "),o.content?e("div",{staticClass:"component-left-right-image-text-equal-width-show-desktop__descrText"},[t._v("\n "+t._s(o.content)+"\n ")]):t._e()])])])])})),0):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(35),o(4),o(6);var n={mixins:[o(880).a],props:{floor:{type:Object,default:null}},computed:{imageTextDataList:function(){var t,e,o=[],n=(null===(t=this.floor)||void 0===t?void 0:t.image)||[],r=(null===(e=this.floor)||void 0===e?void 0:e.text)||[];return null!=n&&n.length&&null!=r&&r.length&&n.forEach((function(t,e){var n,l,c,d;o.push({imageUrl:(null==t?void 0:t.value)||"",subTitle:(null===(n=r[e])||void 0===n?void 0:n.subTitle)||"",title:(null===(l=r[e])||void 0===l?void 0:l.title)||"",content:(null===(c=r[e])||void 0===c?void 0:c.content)||"",isReverseShow:(null===(d=r[e])||void 0===d?void 0:d.isReverseShow)||"false"})})),o.slice(0,8)}}},r=(o(1344),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return t.imageTextDataList.length?e("div",{staticClass:"component-left-right-image-text-equal-width-show-mobile layout-mobile"},t._l(t.imageTextDataList,(function(o,n){return e("div",{key:n,staticClass:"component-left-right-image-text-equal-width-show-mobile__item"},[o.imageUrl?e("img",{staticClass:"component-left-right-image-text-equal-width-show-mobile__image",attrs:{src:o.imageUrl,alt:"描述图"}}):t._e(),t._v(" "),e("div",{staticClass:"component-left-right-image-text-equal-width-show-mobile__descrText-box"},[o.subTitle?e("div",{staticClass:"component-left-right-image-text-equal-width-show-mobile__subTitle"},[t._v("\n "+t._s(o.subTitle)+"\n ")]):t._e(),t._v(" "),o.title?e("div",{staticClass:"component-left-right-image-text-equal-width-show-mobile__title font-times-now-semi-light"},[t._v("\n "+t._s(o.title)+"\n ")]):t._e(),t._v(" "),o.content?e("div",{staticClass:"component-left-right-image-text-equal-width-show-mobile__descrText"},[t._v("\n "+t._s(o.content)+"\n ")]):t._e()])])})),0):t._e()}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(16),o(69),o(8),o(7),o(9),o(10),o(5),o(6);var n=o(1),r=(o(23),o(35),o(4),o(18),o(41),o(31),o(36),o(0)),l=o(880),c=o(50);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;ethis.activeIndex+1?this.floor.text.slice(1)[this.activeIndex]:"";return text.split(":")}},methods:{clickImg:function(t,e){var o,n,r=t||{},l=r.link,link=void 0===l?"":l,c=r.value;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(o=this.floor)||void 0===o?void 0:o.position),module_name:(null===(n=this.floor)||void 0===n?void 0:n.title)||"",mkt_index:e+1,mkt_name:c||"",click_type:"点击图片",destination_url:link||"",button_name:""}),this.$store.dispatch("seTracking/SeriesDetailOperate",{product_gender:"ALL",operate_type:"点击图片",button_name:"",destination_url:link||""})}}},r=(o(1349),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-summary-bundle-desktop-1 layout-desktop"},[e("div",{staticClass:"component-summary-bundle-desktop-1__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"component-summary-bundle-desktop-1__swiper-box"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryDesktop1",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryDesktop1"}],ref:"lookBookSwiper",staticClass:"component-summary-bundle-desktop-1__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("v-link",{key:n,staticClass:"swiper-slide",attrs:{to:o.link},nativeOn:{click:function(e){return t.clickImg(o,n)}}},[e("pack-shot",{attrs:{src:o.value,lazy:!1}})],1)})),1)]):t._e(),t._v(" "),e("div",{staticClass:"swiper-button-prev"},[e("svg-icon",{attrs:{name:"story-carousel-white"}})],1),t._v(" "),e("div",{staticClass:"swiper-button-next"},[e("svg-icon",{attrs:{name:"story-carousel-white"}})],1)]),t._v(" "),e("div",{staticClass:"component-summary-bundle-desktop-1__sub-title"},[t.text.length>0?e("div",{staticClass:"component-summary-bundle-desktop-1__sub-title-origin",domProps:{innerHTML:t._s(t.text[0])}}):t._e(),t._v(" "),t.text.length>1?e("div",{staticClass:"component-summary-bundle-desktop-1__sub-title-material",domProps:{innerHTML:t._s(t.text[1])}}):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,VLink:o(65).default})},function(t,e,o){"use strict";o.r(e);var n=o(880),r={mixins:[o(899).a,n.a],data:function(){return{swiperOptions:null}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,uniqueNavElements:!1},(null===(t=this.floor.image)||void 0===t?void 0:t.length)>1&&(this.swiperOptions.loop=!0,this.swiperOptions.pagination={el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0})}},l=(o(1350),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-desktop-2 layout-desktop"},[e("div",{staticClass:"components-summary-bundle-desktop-2__box"},[e("div",{staticClass:"components-summary-bundle-desktop-2__percentage"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryDesktop2",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryDesktop2"}],staticClass:"components-summary-bundle-desktop-2__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e()]),t._v(" "),e("div",{staticClass:"components-summary-bundle-desktop-2__context"},[e("div",{staticClass:"components-summary-bundle-desktop-2__context-title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-desktop-2__context-text",domProps:{innerHTML:t._s(t.floor.text[1])}})])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);var n=o(880),r={mixins:[o(899).a,n.a],data:function(){return{swiperOptions:null}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,uniqueNavElements:!1},(null===(t=this.floor.image)||void 0===t?void 0:t.length)>1&&(this.swiperOptions.loop=!0,this.swiperOptions.pagination={el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0})}},l=(o(1351),o(2)),component=Object(l.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-desktop-3 layout-desktop"},[e("div",{staticClass:"components-summary-bundle-desktop-3__box"},[e("div",{staticClass:"components-summary-bundle-desktop-3__context"},[e("div",{staticClass:"components-summary-bundle-desktop-3__context-title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-desktop-3__context-text",domProps:{innerHTML:t._s(t.floor.text[1])}})]),t._v(" "),e("div",{staticClass:"components-summary-bundle-desktop-3__percentage"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryDesktop3",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryDesktop3"}],staticClass:"components-summary-bundle-desktop-3__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e()])])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a]},r=(o(1352),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"wow fadeInUp components-summary-bundle-desktop-4 layout-desktop"},[e("div",{staticClass:"components-summary-bundle-desktop-4__title font-en-sc",domProps:{innerHTML:t._s(t.title)}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-desktop-4__images wow fadeInUp"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"components-summary-bundle-desktop-4__images-item"},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(69),o(35);var n={mixins:[o(880).a],data:function(){var t=this;return{swiperOptions:{effect:"coverflow",slidesPerView:2,centeredSlides:!0,spaceBetween:40,initialSlide:1,loop:!0,coverflowEffect:{rotate:0,slideShadows:!1,modifier:1.4},on:{slideChange:function(){t.activeIndex=this.realIndex}}},activeIndex:1}},computed:{text:function(){var text=this.floor.text&&this.floor.text.length>this.activeIndex+1?this.floor.text.slice(1)[this.activeIndex]:"";return text.split(":")}}},r=(o(1353),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-mobile-1 layout-mobile"},[e("div",{staticClass:"components-summary-bundle-mobile-1__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-1__swiper-box"},[e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryMobile1",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryMobile1"}],staticClass:"components-summary-bundle-mobile-1__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("v-link",{key:n,staticClass:"swiper-slide",attrs:{to:o.link}},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),1)])]),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-1__sub-title"},[t.text.length>0?e("div",{staticClass:"components-summary-bundle-mobile-1__sub-title-origin",domProps:{innerHTML:t._s(t.text[0])}}):t._e(),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-1__sub-title-material",domProps:{innerHTML:t._s(t.text[1])}})])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default,VLink:o(65).default})},function(t,e,o){"use strict";o.r(e);var n=o(899),r=o(880),l={mixins:[n.a,r.a],props:{floor:{type:Object,default:null}},data:function(){return{swiperOptions:null}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,uniqueNavElements:!1},(null===(t=this.floor.image)||void 0===t?void 0:t.length)>1&&(this.swiperOptions.loop=!0,this.swiperOptions.pagination={el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0})}},c=(o(1354),o(2)),component=Object(c.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-mobile-2 layout-mobile"},[e("div",{staticClass:"components-summary-bundle-mobile-2__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-2__box"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryMobile2",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryMobile2"}],ref:"lookBookSwiper",staticClass:"components-summary-bundle-mobile-2__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e(),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-2__context",domProps:{innerHTML:t._s(t.floor.text[1])}})])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,uniqueNavElements:!1},(null===(t=this.floor.image)||void 0===t?void 0:t.length)>1&&(this.swiperOptions.loop=!0,this.swiperOptions.pagination={el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0})}},r=(o(1355),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-mobile-3 layout-mobile"},[e("div",{staticClass:"components-summary-bundle-mobile-3__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-3__box"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryMobile3",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryMobile3"}],staticClass:"components-summary-bundle-mobile-3__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.floor.image,(function(o,n){return e("div",{key:n,staticClass:"swiper-slide"},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e(),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-3__context",domProps:{innerHTML:t._s(t.floor.text[1])}})])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(69);var n={mixins:[o(880).a],data:function(){return{swiperOptions:null}},mounted:function(){var t;this.swiperOptions={slidesPerView:"auto",centeredSlides:!0,uniqueNavElements:!1},(null===(t=this.floor.image)||void 0===t?void 0:t.length)>1&&(this.swiperOptions.loop=!0,this.swiperOptions.pagination={el:"#".concat(this.floor.componentUid," .swiper-pagination"),clickable:!0})}},r=(o(1356),o(2)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"components-summary-bundle-mobile-4 layout-mobile"},[e("div",{staticClass:"components-summary-bundle-mobile-4__title font-en-sc",domProps:{innerHTML:t._s(t.floor.text[0])}}),t._v(" "),e("div",{staticClass:"components-summary-bundle-mobile-4__box"},[t.swiperOptions?e("div",{directives:[{name:"swiper",rawName:"v-swiper:summaryMobile4",value:t.swiperOptions,expression:"swiperOptions",arg:"summaryMobile4"}],staticClass:"components-summary-bundle-mobile-4__swiper wow fadeInUp"},[e("div",{staticClass:"swiper-wrapper"},t._l(t.images,(function(o,n){return e("a",{key:n,staticClass:"swiper-slide",attrs:{href:o.link},on:{click:function(e){return e.preventDefault(),t.clickImage(o)}}},[e("the-image",{attrs:{image:o,position:n},on:{jump:t.clickImage}})],1)})),0),t._v(" "),e("div",{staticClass:"swiper-pagination"})]):t._e()])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{TheImage:o(881).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(3),r=o(1),l=(o(19),o(40),o(55),o(0)),c=o(90);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;e0},attrs:{disabled:t.verifyTimeOut>0},on:{click:t.handleSendSms}},[t._v("\n "+t._s(t.verifyTimeOut>0?"".concat(t.verifyTimeOut,"秒后获取"):t.$t("registerPage.sendSmsVerifyCode"))+"\n ")])],1)],1),t._v(" "),e("block-two-dot-divider")],1),t._v(" "),t._t("after")],2)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{VFiledInput:o(514).default,VButton:o(95).default,BlockTwoDotDivider:o(272).default})},function(t,e,o){"use strict";o.r(e);var n=o(2),component=Object(n.a)({},(function(){var t=this;return(0,t._self._c)("home-block-banner-desktop",t._b({},"home-block-banner-desktop",t.$attrs,!1))}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HomeBlockBannerDesktop:o(1129).default})},function(t,e,o){"use strict";o.r(e);var n=o(2),component=Object(n.a)({},(function(){var t=this;return(0,t._self._c)("home-block-banner-mobile",t._b({},"home-block-banner-mobile",t.$attrs,!1))}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HomeBlockBannerMobile:o(1135).default})},function(t,e,o){"use strict";o(1140)},function(t,e,o){"use strict";o(1141)},function(t,e,o){"use strict";o(1142)},function(t,e,o){"use strict";o(1143)},function(t,e,o){"use strict";o(1144)},function(t,e,o){"use strict";o.r(e);o(9),o(10),o(5),o(6);var n=o(26),r=o(3),l=o(1),c=(o(19),o(8),o(78),o(28),o(7),o(23),o(24),o(35),o(60),o(40),o(4),o(289),o(31),o(71),o(69),o(0)),d=o(880),m=o(61),v=o(59),f=o(21);function h(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function _(t){for(var e=1;ethis.pageNum},totalProducts:function(){var t;return Object(v.d)(null===(t=this.catalogProducts)||void 0===t?void 0:t.totalProducts)?"".concat(this.catalogProducts.totalProducts):0},includeInWishlist:function(){var t=this;return function(e){return t.skus.includes(e)}},currenTabDescription:function(){var t;return(null===(t=this.configData)||void 0===t||null===(t=t.tabsListData)||void 0===t||null===(t=t[this.tabActiveIndex])||void 0===t?void 0:t.description)||""},plpSpecAdData:function(){var t,e=(null===(t=this.catalogProducts)||void 0===t?void 0:t.items)||[],o=Object(f.q)(e),n=o.plpTopAdData,r=o.plpBottomAdData;return{top:(null==n?void 0:n.plpAdInfo)||[],bottom:(null==r?void 0:r.plpAdInfo)||[]}}}),created:function(){this.handleInitTabAndItemActiveIndex()},mounted:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.handleComponentStyle(),t.handleMobileScrollActiveItemToCenter(),e.next=4,t.getCategoriesProducts({type:"init-loading"});case 4:window.addEventListener("scroll",t.scroll);case 5:case"end":return e.stop()}}),e)})))()},destroyed:function(){window.removeEventListener("scroll",this.scroll)},methods:{handleMobileScrollActiveItemToCenter:function(){if(this.$isMobile){var t=document.querySelector(".component-holiday-2024-block13__tab-mobile-part"),e=t.querySelector(".component-base-holiday-2024-block13-card-item.active-item");if(t&&e){var o=t.getBoundingClientRect(),n=e.getBoundingClientRect(),r=t.scrollLeft,l=n.left-o.left+r-(o.width/2-n.width/2);t.scrollTo({left:l,behavior:"smooth"})}}},handleInitTabAndItemActiveIndex:function(){var t,e,o=(null===(t=this.$route)||void 0===t?void 0:t.query)||{},n=o.tabSort,r=void 0===n?1:n,l=o.itemSort,c=void 0===l?1:l,d=function(t,e){return t<=0||Number(t)>e?0:Number(t)-1},m=d(r,(null===(e=this.tabs)||void 0===e?void 0:e.length)||0),v=this.getCurrenTabList(m),f=d(c,(null==v?void 0:v.length)||0);this.tabActiveIndex=m,this.currenTabList=v,this.itemActiveIndex=f,this.itemActiveInfo=(null==v?void 0:v[f])||{},this.handleSetShowKvImage()},formatData:function(data){var t,e=(null==data||null===(t=data.text)||void 0===t?void 0:t[0])||{},o=(null==data?void 0:data.image)||[],n=this.handleOriginTabsListData((null==e?void 0:e.tabsList)||[]),r=this.handleImagesListData({images:o}),l=r.cardImageList,c=r.pageDesktopKvImage,d=r.pageMobileKvImage,m=this.handleTabsListData({originTabsList:n,cardImageList:l}),v=m.tabsListData,f=void 0===v?[]:v,h=m.tabs,_=void 0===h?[]:h;return{title:(null==e?void 0:e.title)||"",subTitle:(null==e?void 0:e.subTitle)||"",isHideTab:"hide"===(null==e?void 0:e.isHideTab),kvShowType:(null==e?void 0:e.kvShowType)||1,pageDesktopKvImage:c,pageMobileKvImage:d,tabsListData:f,tabs:_}},handleImagesListData:function(t){var e,o,n=t.images;if(null==n||!n.length)return[];var r=null==n?void 0:n.reduce((function(t,e){var o=e.alt;return o?(o.endsWith(w)?t.desktopKvImageAltObject[o]=e:o.endsWith(k)?t.mobileKvImageAltObject[o]=e:t.cardImageArr.push(e),t):t}),{cardImageArr:[],desktopKvImageAltObject:{},mobileKvImageAltObject:{}}),l=r.cardImageArr,c=r.desktopKvImageAltObject,d=r.mobileKvImageAltObject,m=(null==c||null===(e=c["page".concat(w)])||void 0===e?void 0:e.value)||"",v=(null==d||null===(o=d["page".concat(k)])||void 0===o?void 0:o.value)||"";return{cardImageList:null==l?void 0:l.map((function(t){var e,o,n=null==t?void 0:t.alt,r=(null==n?void 0:n.split("_"))||[],l=(null==d||null===(e=d["".concat(n).concat(k)])||void 0===e?void 0:e.value)||"",m=(null==c||null===(o=c["".concat(n).concat(w)])||void 0===o?void 0:o.value)||"";return _(_({},t),{},{tabName:(null==r?void 0:r[0])||"",tabSort:(null==r?void 0:r[1])||"",mobileKvImage:l,desktopKvImage:m})})),pageDesktopKvImage:m,pageMobileKvImage:v}},handleTabsListData:function(t){var e,o=t.originTabsList,n=t.cardImageList;if(null==o||!o.length)return{};var r=function(t){var e;return null==n||null===(e=n.filter((function(e){return e.tabName===t.tabName})))||void 0===e?void 0:e.sort((function(t,e){return t.tabSort-e.tabSort}))};return{tabsListData:(null==o||null===(e=o.slice(0,3))||void 0===e?void 0:e.map((function(t){return{name:(null==t?void 0:t.tabName)||"",description:(null==t?void 0:t.description)||"",tabList:r(t)||[]}})))||[],tabs:(null==o?void 0:o.map((function(t){return(null==t?void 0:t.tabName)||""})))||[]}},handleTabChange:function(t){this.tabActiveIndex=t;var e=this.getCurrenTabList(t);this.itemActiveIndex>(null==e?void 0:e.length)-1&&(this.itemActiveIndex=0),this.currenTabList=e,this.itemActiveInfo=(null==e?void 0:e[this.itemActiveIndex])||{},this.pageNum=1,Object(f.t)(),this.handleSetShowKvImage(),this.getCategoriesProducts({type:"click-switch"}),this.handleSeTrackMktClick({index:t})},clickImageItem:function(t){var e,o=t.index,n=t.actionType;if(this.itemActiveIndex=o,this.itemActiveInfo=(null===(e=this.currenTabList)||void 0===e?void 0:e[o])||{},this.pageNum=1,Object(f.t)(),this.handleSetShowKvImage(),this.getCategoriesProducts({type:"click-switch"}),"click-image"===n)this.clickImage({image:this.itemActiveInfo,position:o,isJump:!1});else if("click-btn"===n){var r;this.clickButton({button:_(_({},this.itemActiveInfo),{},{label:null===(r=this.itemActiveInfo)||void 0===r?void 0:r.title}),position:o,isJump:!1})}},getCurrenTabList:function(t){var e;return(null===(e=this.configData)||void 0===e||null===(e=e.tabsListData)||void 0===e||null===(e=e[t])||void 0===e?void 0:e.tabList)||[]},getCategoriesProducts:function(t){var e=this;return Object(r.a)(regeneratorRuntime.mark((function o(){var n,r,l,c,d,m;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return r=t.type,l=function(t){return t?null!=t&&t.startsWith("/")?null==t?void 0:t.slice(1):t:""}(null===(n=e.itemActiveInfo)||void 0===n?void 0:n.link),c={identifier:l,page:e.pageNum,pageSize:12,isInStock:0,categoryType:"material_view"},o.next=6,e.$api.categories.getCatalogProductsAsync(c);case 6:1===(null==(d=o.sent)?void 0:d.code)?e.handleMappingCategoriesProducts((null==d?void 0:d.data)||{}):("click-switch"===r&&(e.catalogProducts={}),m=(null==d?void 0:d.message)||"请稍后重试",e.$toastShow(m));case 8:case"end":return o.stop()}}),o)})))()},handleMappingCategoriesProducts:function(data){var t="categories",e=this.catalogProducts,o={};if(this.catalogProducts.items&&this.pageNum>1){var r=_(_({},data),{},{plpPageType:t});(o=Object(m.b)(r)).items=[].concat(Object(n.a)(e.items),Object(n.a)(o.items))}else{var l=_(_({},data),{},{plpPageType:t});o=Object(m.b)(l)}this.catalogProducts=o},loadMore:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.loading=!0,t.pageNum=t.pageNum+1,e.next=4,t.getCategoriesProducts({type:"page-loading"});case 4:t.loading=!1;case 5:case"end":return e.stop()}}),e)})))()},scroll:function(){var t=this.$el.querySelector(".component-holiday-2024-block13 .component-holiday-2024-block13__product-main-list"),e=t.offsetTop+t.offsetHeight+300;document.scrollingElement.scrollTop+window.innerHeight>e&&!this.loading&&this.hasNextPage&&this.loadMore()},handleSeTrackMktClick:function(t){var e,o,n,r,l=t.index,c=null!==(e=this.tabs)&&void 0!==e&&e[l]?"切换"+(null===(o=this.tabs)||void 0===o?void 0:o[l]):"";this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(n=this.floor)||void 0===n?void 0:n.position),module_name:(null===(r=this.floor)||void 0===r?void 0:r.title)||"",mkt_index:l+1,mkt_name:c,click_type:"点击tab",destination_url:"",button_name:c})},handleComponentStyle:function(){this.componentStyle=this.style||""},handleClpPageProductAction:function(t,e,o){var n,r=(null==e||null===(n=e.childProducts)||void 0===n?void 0:n[0])||{},l=_(_(_({},e),r),{},{sku:(null==e?void 0:e.sku)||"",color:{label:(null==r?void 0:r.colorCnLabel)||""}});if("wish-action"===t){var c=this.includeInWishlist(e.sku)?"加入心愿单":"移除心愿单";this.seTrackProductOperateWishlist({product:l,position:o+1,operateType:c})}else"product-detail"===t&&this.clickProduct({product:l,position:o+1,link:this.getProductDetailUrl(e)})},handleOriginTabsListData:function(t){return null!=t&&t.length?null==t?void 0:t.map((function(t){return"string"==typeof t?{tabName:t,description:""}:{tabName:(null==t?void 0:t.tabName)||"",description:(null==t?void 0:t.description)||""}})):[]},handleDescriptionChange:function(label){this.seTrackMktClick({clickType:"点击按钮",btnName:label})},clickSwiperSwitchBtn:function(t){var e="left"===t.type?"左键":"右键";this.seTrackMktClick({clickType:"点击按钮",btnName:e})},seTrackMktClick:function(t){var e,o,n=t.clickType,r=t.btnName;this.$store.dispatch("seTracking/MktClick",{module_index:Number(null===(e=this.floor)||void 0===e?void 0:e.position),module_name:(null===(o=this.floor)||void 0===o?void 0:o.title)||"",mkt_index:-1,mkt_name:r,click_type:n,destination_url:"",button_name:r,series_name:""})},handleSetShowKvImage:function(){var t=this.configData||{},e=t.kvShowType,o=t.pageDesktopKvImage,n=t.pageMobileKvImage,r=this.itemActiveInfo||{},l=r.desktopKvImage,c=void 0===l?"":l,d=r.mobileKvImage,m=void 0===d?"":d;this.showDesktopKvImage=1===e?o:c,this.showMobileKvImage=1===e?n:m}}},C=(o(1530),o(2)),component=Object(C.a)(y,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-holiday-2024-block13",style:t.componentStyle},[e("div",{staticClass:"component-holiday-2024-block13__container",style:t.componentContainerStyle},[t.configData.title?e("div",{staticClass:"component-holiday-2024-block13__title",domProps:{innerHTML:t._s(t.configData.title)}}):t._e(),t._v(" "),t.configData.subTitle?e("div",{staticClass:"component-holiday-2024-block13__subTitle",domProps:{innerHTML:t._s(t.configData.subTitle)}}):t._e(),t._v(" "),t.configData.isHideTab?t._e():e("hp-base-tabs",{staticClass:"component-holiday-2024-block13__tabs",attrs:{tabs:t.tabs,"active-index":t.tabActiveIndex},on:{change:t.handleTabChange}}),t._v(" "),t.currenTabDescription?e("base-holiday-text",{staticClass:"component-holiday-2024-block13__tab-description",attrs:{text:t.currenTabDescription},on:{change:t.handleDescriptionChange}}):t._e(),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__kv-box"},[e("img",{directives:[{name:"show",rawName:"v-show",value:t.showDesktopKvImage,expression:"showDesktopKvImage"}],staticClass:"component-holiday-2024-block13__kv-image layout-desktop",attrs:{src:t.showDesktopKvImage}}),t._v(" "),e("img",{directives:[{name:"show",rawName:"v-show",value:t.showMobileKvImage,expression:"showMobileKvImage"}],staticClass:"component-holiday-2024-block13__kv-image layout-mobile",attrs:{src:t.showMobileKvImage}})]),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__tab-mobile-part layout-mobile"},t._l(t.currenTabList,(function(o,n){return e("base-holiday-2024-block13-card-item",{key:n,attrs:{item:o,index:n,"active-index":t.itemActiveIndex},on:{triggerClickItem:t.clickImageItem}})})),1),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__tab-desktop-part layout-desktop"},[e("base-holiday-2024-block13-card-swiper",{attrs:{"component-id":t.floor.componentUid,"tab-list":t.currenTabList,"active-index":t.itemActiveIndex},on:{triggerClickCardItem:t.clickImageItem,triggerClickSwiperSwitchBtn:t.clickSwiperSwitchBtn}})],1),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__product-part"},[e("client-only",[t.plpSpecAdData.top.length?e("div",{staticClass:"component-holiday-2024-block13__product-top"},[e("page-builder-simple-loader",{attrs:{floors:t.plpSpecAdData.top}})],1):t._e(),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__product-main"},[e("ul",{staticClass:"component-holiday-2024-block13__product-main-list"},t._l(t.filterCatalogProductsItems,(function(o,n){return e("li",{key:n,staticClass:"component-holiday-2024-block13__product-main-item"},["pageBuilderAD"===o.type?[e("page-builder-simple-loader",{attrs:{floors:o.plpAdInfo}})]:t._e(),t._v(" "),"configurable"===o.type?[e("categories-product-item",{attrs:{item:o,"product-position":n,"sign-num":n,"list-type":"clp-page"},on:{handleClpPageProductAction:function(e){return t.handleClpPageProductAction("product-detail",o,n)},handleClpPageWishIconAction:function(e){return t.handleClpPageProductAction("wish-action",o,n)}}})]:t._e()],2)})),0),t._v(" "),e("div",{staticClass:"component-holiday-2024-block13__product-main-more-box"},[t.hasNextPage||!t.totalProducts||t.loading?t._e():e("div",{staticClass:"component-holiday-2024-block13__product-main-desc-text"},[t._v("\n 共"+t._s(t.totalProducts)+"个商品\n ")]),t._v(" "),t.hasNextPage?e("v-button",{directives:[{name:"show",rawName:"v-show",value:!t.loading,expression:"!loading"}],staticClass:"component-holiday-2024-block13__product-main-more-btn",attrs:{variant:"secondary"},on:{click:t.loadMore}},[t._v("\n "+t._s(t.$t("loadMore"))+"\n ")]):t._e(),t._v(" "),e("v-list-loading",{directives:[{name:"show",rawName:"v-show",value:t.loading,expression:"loading"}],staticClass:"component-holiday-2024-block13__product-main-loading"})],1)]),t._v(" "),t.plpSpecAdData.bottom.length?e("div",{staticClass:"component-holiday-2024-block13__product-bottom"},[e("page-builder-simple-loader",{attrs:{floors:t.plpSpecAdData.bottom}})],1):t._e()])],1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HpBaseTabs:o(888).default,BaseHolidayText:o(1139).default,PageBuilderSimpleLoader:o(1536).default,CategoriesProductItem:o(519).default,VButton:o(95).default,VListLoading:o(518).default})},function(t,e,o){"use strict";o.r(e);o(28),o(23),o(31);var n=o(3),r=o(1),l=(o(19),o(56),o(8),o(7),o(35),o(4),o(9),o(10),o(5),o(18),o(41),o(36),o(6),o(44),o(0)),c=o(177),d=o(1145),m=o.n(d);function v(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function f(t){for(var e=1;e0},isSellOut:function(){return!!(this.sizeAttribute&&this.selectedColorOption&&this.selectedColorOption.sizeOptions.length&&this.selectedColorOption.sizeOptions.every((function(t){return 0===t.variation.stock})))},byNowButtonText:function(){var t=this.simpleProductOrSelectedVariationOrFirstVariation,e=(null==t?void 0:t.isPreOrder)||(null==t?void 0:t.isHotSale);return this.processingQuickPurchase?e?"预定中...":"购买中...":e?"立即预定":"立即购买"},notificationOfArrivalButtonText:function(){var t=this.simpleProductOrSelectedVariationOrFirstVariation;return null!=t&&t.isPreOrder||null!=t&&t.isHotSale?"订阅到货提醒":"到货通知"},isPreOrder:function(){return this.simpleProductOrSelectedVariationOrFirstVariation&&this.simpleProductOrSelectedVariationOrFirstVariation.isPreOrder},preOrderShippingNote:function(){return this.simpleProductOrSelectedVariationOrFirstVariation&&this.simpleProductOrSelectedVariationOrFirstVariation.preOrderShippingNote},isHotSale:function(){return this.simpleProductOrSelectedVariationOrFirstVariation&&this.simpleProductOrSelectedVariationOrFirstVariation.isHotSale},hotOrderShippingNote:function(){return this.simpleProductOrSelectedVariationOrFirstVariation&&this.simpleProductOrSelectedVariationOrFirstVariation.hotOrderShippingNote},selectedSizeName:function(){var t;return(null===(t=this.selectedSizeOption)||void 0===t||null===(t=t.attributeValue)||void 0===t?void 0:t.label)||""}}),mounted:function(){"mobile"===this.usePlatform&&(this.$eventBus.$on("update.product.fixed.addCartBtn",this.handleFixedAddCartBtnInitAction),this.handleFixedAddCartBtnInitAction())},beforeDestroy:function(){this.$eventBus.$off("update.product.fixed.addCartBtn"),this.handleClearFixedAddCartBtnAction(),this.fixedAddCartBtnScrollShowStatus=!1},methods:f(f({},Object(l.b)("cart",["fetchCartAsync"])),{},{addToCartAsync:function(t){var e=this;return Object(n.a)(regeneratorRuntime.mark((function o(){var n,r,l,c,v,f,h,_;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(!e.sizeAttribute||e.selectedSizeOption){o.next=4;break}return e.handlePageScrollSizePartAction(),e.$toastShow("请选择商品尺码"),o.abrupt("return",!1);case 4:if(e.hasStock){o.next=6;break}return o.abrupt("return",!1);case 6:if(!(t?e.processingQuickPurchase:e.processingAddToCart)){o.next=8;break}return o.abrupt("return");case 8:return t?(e.processingQuickPurchase=!0,e.$store.commit("account/setNeedLoginSituation","立即购买")):e.processingAddToCart=!0,n=[],r=e.simpleProductOrSelectedVariationOrFirstVariation,e.selectedColorOption&&(r=e.selectedColorOption.variation),e.selectedSizeOption&&(r=e.selectedSizeOption.variation),l={productId:r.id,qty:1,options:n,quickPurchase:t},o.next=16,e.$api.checkout.addToCartAsync(l);case 16:if((c=o.sent)&&1===c.code){o.next=23;break}return-1===c.code?(e.$toastShowPurchaseLimit("限量购买",c.message),e.triggerSeTrackAddToBagOrBuyNow(t,!1,c.message)):(v=c&&c.message||"该商品无法加入购物袋",e.$toastShow(v),e.triggerSeTrackAddToBagOrBuyNow(t,!1,v)),t?e.processingQuickPurchase=!1:e.processingAddToCart=!1,o.abrupt("return");case 23:if(!t){o.next=29;break}e.triggerSeTrackAddToBagOrBuyNow(t,!0,""),_=(null===(f=r)||void 0===f?void 0:f.isPreOrder)||(null===(h=r)||void 0===h?void 0:h.isHotSale),e.$router.push("/checkout".concat(_?"?cardType=3":"")),o.next=35;break;case 29:return o.next=31,e.fetchCartAsync();case 31:Object(d.a)(e),e.triggerSeTrackAddToBagOrBuyNow(t,!0,""),e.$eventBus.$emit(e.$isMobile?"mini.cart.mobile.open":"mini.cart.desktop.open",r),Object(m.q)(e.$store,"商品已添加至购物袋");case 35:t?(Object(m.l)(e,{operateType:"立即购买",productInfo:e.selectedVariationOrProduct,classSourceText:e.classSourceText}),e.processingQuickPurchase=!1):(Object(m.l)(e,{operateType:"加入购物车",productInfo:e.selectedVariationOrProduct,classSourceText:e.classSourceText}),e.processingAddToCart=!1);case 36:case"end":return o.stop()}}),o)})))()},notificationOfArrival:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t.sizeAttribute||t.selectedSizeOption){e.next=4;break}return t.handlePageScrollSizePartAction(),t.$toastShow("请选择商品尺码"),e.abrupt("return",!1);case 4:if(Object(m.l)(t,{operateType:"到货通知",productInfo:t.selectedVariationOrProduct,classSourceText:t.classSourceText}),!t.token){e.next=8;break}return e.next=8,t.$store.dispatch("account/getCustomerInfo");case 8:t.$isMobile?t.$eventBus.$emit("notification.of.arrival.mobile.open"):t.$eventBus.$emit("notification.of.arrival.desktop.open"),Object(m.q)(t.$store,"预约到货通知");case 10:case"end":return e.stop()}}),e)})))()},triggerSeTrackAddToBagOrBuyNow:function(t,e,o){var n=this.handleSeTrackProductInfo(e,o);t?this.seTrackBuyNow(n):this.seTrackAddToBag(n)},seTrackAddToBag:function(t){this.$store.dispatch("seTracking/AddToBag",t)},seTrackBuyNow:function(t){this.$store.dispatch("seTracking/BuyNow",f(f({},t),{},{is_customized:!1}))},handleSeTrackProductInfo:function(t,e){var o;return f(f(f({},Object(c.b)(this.selectedVariationOrProduct)),Object(m.j)(null===(o=this.selectedVariationOrProduct)||void 0===o?void 0:o.sku)),{},{is_success:t,fail_reason:e})},handleFixedAddCartBtnInitAction:function(){var t=this;"mobile"===this.usePlatform&&this.isShowBuyAddCartBtn&&this.$nextTick((function(){var e=t.getFixedAddCartBtnPositIonInfo(),o=e.viewportHeight;e.addCartBtnDomRect.top>o?t.fixedAddCartBtnScrollShowStatus=!0:t.fixedAddCartBtnScrollShowStatus=!1,t.bindFixedAddCartBtnScrollEventListener(),t.handleFixedAddCartBtnGsapAction()}))},handleClearFixedAddCartBtnAction:function(){"mobile"===this.usePlatform&&(this.removeFixedAddCartBtnScrollEventListener(),this.handleClearFixedAddCartBtnTimeline())},getFixedAddCartBtnPositIonInfo:function(){var t,e,o,n,r,l=(null===(t=window)||void 0===t?void 0:t.innerHeight)||(null===(e=document)||void 0===e||null===(e=e.documentElement)||void 0===e?void 0:e.clientHeight)||0,c=null===(o=window)||void 0===o?void 0:o.scrollY,d=null===(n=this.$refs)||void 0===n?void 0:n.productAddCartBtnDom,m=null===(r=this.$refs)||void 0===r?void 0:r.productFixedAddCartBtnDom,v=(null==d?void 0:d.getBoundingClientRect())||{};return{viewportHeight:l,scrollY:c,addCartBtnDom:d,fixedAddCartBtnDom:m,addCartBtnDomRect:v}},bindFixedAddCartBtnScrollEventListener:function(){this.removeFixedAddCartBtnScrollEventListener(),window.addEventListener("scroll",this.handleFixedAddCartBtnScrollBehavior)},removeFixedAddCartBtnScrollEventListener:function(){window.removeEventListener("scroll",this.handleFixedAddCartBtnScrollBehavior)},handleFixedAddCartBtnScrollBehavior:function(){var t=this.getFixedAddCartBtnPositIonInfo(),e=t.viewportHeight,o=t.addCartBtnDomRect;o.top>=e-o.height?this.fixedAddCartBtnScrollShowStatus=!0:this.fixedAddCartBtnScrollShowStatus=!1},handleFixedAddCartBtnGsapAction:function(){var t,e=this.getFixedAddCartBtnPositIonInfo(),o=e.addCartBtnDom,n=e.fixedAddCartBtnDom,r=e.addCartBtnDomRect,l=e.viewportHeight,c=null==r?void 0:r.width,d=null==r?void 0:r.height;this.timeline1?null===(t=this.timeline1)||void 0===t||null===(t=t.scrollTrigger)||void 0===t||t.refresh():(this.timeline1=this.$gsap.timeline({ease:"Linear.easeNone",scrollTrigger:{trigger:n,start:function(){return o.offsetTop-l},end:function(){return o.offsetTop-l+d},scrub:!0}}),this.timeline1.from(n,{width:"100vw"}).to(n,{width:c,duration:1.5}))},handleClearFixedAddCartBtnTimeline:function(){var t;this.timeline1&&(null===(t=this.timeline1)||void 0===t||t.kill(),this.timeline1=null)},handlePageScrollSizePartAction:function(){if(this.$isMobile){var t=document.querySelector(".component-product-select-size-mobile");t&&t.scrollIntoView({behavior:"smooth",block:"center",inline:"nearest"})}}})},_=(o(1968),o(2)),component=Object(_.a)(h,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-add-to-cart"},[t.isPreOrder||t.isHotSale?e("div",{staticClass:"component-product-add-to-cart__tips-box"},[t.isPreOrder?e("div",{staticClass:"component-product-add-to-cart__pre-tips"},[e("span",[t._v(t._s(t.preOrderShippingNote||"预售商品"))])]):t.isHotSale?e("div",{staticClass:"component-product-add-to-cart__pre-tips"},[e("span",[t._v(t._s(t.hotOrderShippingNote||"热卖商品"))])]):t._e()]):t._e(),t._v(" "),e("div",{staticClass:"component-product-add-to-cart__button-group"},[t.isSellOut?[e("div",{staticClass:"component-product-add-to-cart__sell-out font-en-sc",on:{click:function(e){return e.stopPropagation(),t.notificationOfArrival()}}},[t._v("\n "+t._s(t.notificationOfArrivalButtonText)+"\n ")])]:[e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowBuyAddCartBtn,expression:"isShowBuyAddCartBtn"}],ref:"productAddCartBtnDom",staticClass:"component-product-add-to-cart__cart-btn-box",on:{click:function(e){return t.addToCartAsync(!1)}}},[e("div",{staticClass:"component-product-add-to-cart__cart-btn font-en-sc"},[t._v("\n "+t._s(t.processingAddToCart?"添加中...":"加入购物袋")+"\n ")])]),t._v(" "),t.isShowBuyAddCartBtn?e("div",{staticClass:"component-product-add-to-cart__buy font-en-sc",on:{click:function(e){return t.addToCartAsync(!0)}}},[t._v("\n "+t._s(t.byNowButtonText)+"\n ")]):e("div",{staticClass:"component-product-add-to-cart__buy font-en-sc",on:{click:function(e){return e.stopPropagation(),t.notificationOfArrival()}}},[t._v("\n "+t._s(t.notificationOfArrivalButtonText)+"\n ")])]],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.isShowBuyAddCartBtn&&t.fixedAddCartBtnScrollShowStatus,expression:"isShowBuyAddCartBtn && fixedAddCartBtnScrollShowStatus"}],ref:"productFixedAddCartBtnDom",staticClass:"component-product-add-to-cart__fixed-cart-btn-box layout-mobile",on:{click:function(e){return t.addToCartAsync(!1)}}},[e("div",{staticClass:"component-product-add-to-cart__fixed-cart-btn font-en-sc"},[t._v("\n "+t._s(t.processingAddToCart?"添加中...":"加入购物袋")+"\n ")])])])}),[],!1,null,null,null);e.default=component.exports},,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=o(0);function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;ethis.defaultMaxShowColorOptions},isEqualOrMoreThanThreeLineColorOptions:function(){return this.more&&this.isColorOptionsMoreThanFourteen&&this.colorOptionsLength%this.singleLineShowColorOptions==0}}),methods:v(v({},Object(r.d)("product",["setSelectedColorOption","setSelectedSizeOption"])),{},{viewMore:function(){this.more=!this.more},clickSelectColorItem:function(t){var e,o,n=(null===(e=this.selectedColorOption)||void 0===e||null===(e=e.attributeValue)||void 0===e?void 0:e.id)||"",r=(null==t||null===(o=t.attributeValue)||void 0===o?void 0:o.id)||"";if(!r||n!==r){if(this.setSelectedColorOption(t),t&&t.sizeOptions&&t.sizeOptions.length){var m=Object(d.g)({sizeOptions:t.sizeOptions});this.setSelectedSizeOption(m)}Object(c.l)(this,{operateType:"切换颜色",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText}),history.replaceState({},"products",Object(l.c)("",t.variation.sku))}}})},h=(o(1791),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("div",{class:["layout-desktop","component-product-select-color-desktop",{"component-product-select-color-desktop-padding-bottom":t.isEqualOrMoreThanThreeLineColorOptions}]},[e("div",{staticClass:"component-product-select-color-desktop__selected-color-label"},[t._v("\n 颜色:"+t._s(t.selectedColorOption&&t.selectedColorOption.attributeValue.label)+" ("+t._s(t.selectedColorOption&&t.selectedColorOption.variation.colorCode)+")\n ")]),t._v(" "),e("div",{staticClass:"component-product-select-color-desktop__color-group"},[e("div",{staticClass:"component-product-select-color-desktop__color-group-inner"},t._l(t.colorOptions,(function(o,n){return e("product-color-option-item",{directives:[{name:"show",rawName:"v-show",value:t.isColorOptionsMoreThanFourteen&&nthis.defaultMaxShowSizeOptions},isEqualOrMoreThanThreeLineSizeOptions:function(){return this.more&&this.isSizeOptionsMoreThanEight&&this.sizeOptionsLength%this.singleLineShowSizeOptions==0}}),methods:d(d({},Object(r.d)("product",["setSelectedSizeOption"])),{},{viewMore:function(){this.more=!this.more,this.more&&Object(l.l)(this,{operateType:"查看尺码",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText})},openSizeChat:function(){this.$eventBus.$emit("size.chat.open",this.product.sizeGuide),Object(l.l)(this,{operateType:"查看尺码参照表",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText}),Object(l.q)(this.$store,"尺码参照表")},selected:function(t){this.setSelectedSizeOption(t),Object(l.l)(this,{operateType:"选择尺寸",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText})}})},v=(o(1792),o(2)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{class:["layout-desktop","component-product-select-size-desktop",{"component-product-select-size-desktop-padding-bottom":t.isEqualOrMoreThanThreeLineSizeOptions}]},[e("div",{staticClass:"component-product-select-size-desktop__label-box"},[e("div",{staticClass:"component-product-select-size-desktop__size-name"},[e("span",[t._v("尺码:")]),t._v(" "),e("span",{directives:[{name:"show",rawName:"v-show",value:t.selectedSizeName,expression:"selectedSizeName"}]},[t._v(t._s(t.selectedSizeName))])]),t._v(" "),t.product.sizeGuide&&"null"!==t.product.sizeGuide?e("div",{staticClass:"component-product-select-size-desktop__size-charts",on:{click:t.openSizeChat}},[t._v("\n 尺码参照表\n ")]):t._e()]),t._v(" "),e("div",{staticClass:"component-product-select-size-desktop__size-group"},[e("ul",{staticClass:"component-product-select-size-desktop__group-inner"},t._l(t.colorFilteredSizeOptions,(function(o,n){return e("product-size-option-item",{directives:[{name:"show",rawName:"v-show",value:t.isSizeOptionsMoreThanEight&&nn.width-c?o.style.left=n.width-o.offsetWidth+"px":o.style.left=r-c+"px",ln.height-d?o.style.top=n.height-o.offsetHeight+"px":o.style.top=l-d+"px"};t.addEventListener("mousemove",n),e.mouseMoveMainImageItemHandler=n}))},removeMainImageItemHoverListener:function(){var t,e=this;(null===(t=document)||void 0===t?void 0:t.querySelectorAll(".component-product-main-image-desktop__item-box")).forEach((function(t){t.removeEventListener("mousemove",e.mouseMoveMainImageItemHandler)}))},openProductImageZoomInDesktopDrawer:function(t){var e=this;this.pdpEnlargeIconShowStatus=!1,setTimeout((function(){e.$eventBus.$emit("product.image.zoom.out.desktop.open",t),e.pdpEnlargeIconShowStatus=!0}),500)}}},m=(o(1966),o(2)),component=Object(m.a)(d,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-main-image-desktop"},[e("div",{staticClass:"component-product-main-image-desktop__inner"},t._l(t.productImages,(function(n,r){return e("div",{key:r,class:["component-product-main-image-desktop__item-box",t.activeHoverItemIndex===r&&"is-hover"],on:{mouseenter:function(e){return t.handleMouseEnter(r)},mouseleave:function(e){return t.handleMouseLeave()},click:function(e){return t.openProductImageZoomInDesktopDrawer(r)}}},[n&&n.thumbnail?e("pack-shot",{attrs:{src:t.isMounted&&n.thumbnail,alt:t.productAlts[r]}}):t._e(),t._v(" "),e("img",{staticClass:"component-product-main-image-desktop__enlarge-image-icon",attrs:{src:o(1965),alt:"enlarge-image-icon"}})],1)})),0),t._v(" "),e("product-image-zoom-out-desktop")],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{PackShot:o(213).default,ProductImageZoomOutDesktop:o(1826).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(23),o(31),o(0)),l=o(12),c=o(52);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;ethis.maxShowColorSelectItemNumber},filterColorOptions:function(){return this.isMoreThanMaxNumber?this.colorOptions.slice(1,-1):this.colorOptions},firstColorOptionData:function(){return this.colorOptions[0]},lastColorOptionData:function(){var t,e=(null===(t=this.colorOptions)||void 0===t?void 0:t.length)||0;return this.colorOptions[e-1]}}),mounted:function(){this.getMobileColorSelectPartDomInfo(),this.initColorSwiperOptions()},methods:v(v({},Object(r.d)("product",["setSelectedColorOption","setSelectedSizeOption"])),{},{initColorSwiperOptions:function(){var t=this.isMoreThanMaxNumber;this.colorSwiperOptions={freeMode:!1,initialSlide:0,slidesPerView:"auto",allowSlideNext:t,allowSlidePrev:t,loop:!1,navigation:{nextEl:".component-product-select-color-mobile .component-product-select-color-mobile__swiper-button-next",prevEl:".component-product-select-color-mobile .component-product-select-color-mobile__swiper-button-prev"}}},clickSelectColorItem:function(t){var e,o,n=(null===(e=this.selectedColorOption)||void 0===e||null===(e=e.attributeValue)||void 0===e?void 0:e.id)||"",r=(null==t||null===(o=t.attributeValue)||void 0===o?void 0:o.id)||"";if(!r||n!==r){if(this.setSelectedColorOption(t),t&&t.sizeOptions&&t.sizeOptions.length){var m=Object(d.g)({sizeOptions:t.sizeOptions});this.setSelectedSizeOption(m)}this.$eventBus.$emit("update.product.fixed.addCartBtn"),Object(c.l)(this,{operateType:"切换颜色",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText}),history.replaceState({},"products",Object(l.c)("",t.variation.sku))}},getMobileColorSelectPartDomInfo:function(){var t,e=null===(t=document.querySelector(".component-product-select-color-mobile"))||void 0===t||null===(t=t.getBoundingClientRect())||void 0===t?void 0:t.width;if(e){var o=parseFloat((e/this.maxShowColorSelectItemNumber).toFixed(2));this.colorSelectItemWidth=o}}})},h=(o(1972),o(2)),component=Object(h.a)(f,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-select-color-mobile layout-mobile"},[e("div",{staticClass:"component-product-select-color-mobile__selected-color-label"},[t._v("\n 颜色:"+t._s(t.selectedColorOption&&t.selectedColorOption.attributeValue.label)+" ("+t._s(t.selectedColorOption&&t.selectedColorOption.variation.colorCode)+")\n ")]),t._v(" "),e("div",{staticClass:"component-product-select-color-mobile__color-group",style:[{"--colorSelectItemWidth":t.colorSelectItemWidth}]},[e("div",{staticClass:"component-product-select-color-mobile__color-group-container"},[t.isMoreThanMaxNumber&&t.filterColorOptions&&t.filterColorOptions.length?e("div",{staticClass:"component-product-select-color-mobile__swiper-button-prev"},[e("svg-icon",{staticClass:"swiper-left-arrow-icon",attrs:{name:"pdp-mobile-color-swiper-left-icon"}}),t._v(" "),e("product-color-option-item",{staticClass:"first-color-item",attrs:{checked:t.firstColorOptionData.attributeValue.value===(t.selectedColorOption&&t.selectedColorOption.attributeValue.value),"image-url":t.firstColorOptionData.attributeValue.image},nativeOn:{click:function(e){return e.stopPropagation(),t.clickSelectColorItem(t.firstColorOptionData)}}})],1):t._e(),t._v(" "),e("client-only",[t.colorSwiperOptions&&t.filterColorOptions&&t.filterColorOptions.length?e("swiper",{staticClass:"component-product-select-color-mobile__swiper",attrs:{options:t.colorSwiperOptions}},t._l(t.filterColorOptions,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-product-select-color-mobile__swiper-slide-item",attrs:{"data-index":n}},[e("div",{staticClass:"component-product-select-color-mobile__swiper-slide-item-container"},[e("product-color-option-item",{attrs:{checked:o.attributeValue.value===(t.selectedColorOption&&t.selectedColorOption.attributeValue.value),"image-url":o.attributeValue.image},nativeOn:{click:function(e){return e.stopPropagation(),t.clickSelectColorItem(o)}}})],1)])})),1):t._e()],1),t._v(" "),t.isMoreThanMaxNumber&&t.filterColorOptions&&t.filterColorOptions.length?e("div",{staticClass:"component-product-select-color-mobile__swiper-button-next"},[e("svg-icon",{staticClass:"swiper-right-arrow-icon",attrs:{name:"pdp-mobile-color-swiper-right-icon"}}),t._v(" "),e("product-color-option-item",{staticClass:"last-color-item",attrs:{checked:t.lastColorOptionData.attributeValue.value===(t.selectedColorOption&&t.selectedColorOption.attributeValue.value),"image-url":t.lastColorOptionData.attributeValue.image},nativeOn:{click:function(e){return e.stopPropagation(),t.clickSelectColorItem(t.lastColorOptionData)}}})],1):t._e()],1)])])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductColorOptionItem:o(1588).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=o(0),l=o(12);function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;ethis.maxShowSizeSelectItemNumber},filterSizeOptions:function(){return this.colorFilteredSizeOptions||[]}}),mounted:function(){this.initSizeSwiperOptions()},methods:d(d({},Object(r.d)("product",["setSelectedSizeOption"])),{},{initSizeSwiperOptions:function(){var t=this.isMoreThanMaxNumber,e=this;this.sizeSwiperOptions={freeMode:!1,slidesPerView:"auto",allowSlideNext:t,allowSlidePrev:t,loop:!1,navigation:{nextEl:".component-product-select-size-mobile .component-product-select-size-mobile__swiper-button-next",prevEl:".component-product-select-size-mobile .component-product-select-size-mobile__swiper-button-prev"},on:{slideChange:function(){e.swiperItemChange(this.realIndex)}}}},swiperItemChange:function(t){this.isChangeSizeBoxWidth=this.isMoreThanMaxNumber&&t>0},clickSelectSizeItem:function(t){this.setSelectedSizeOption(t),this.$eventBus.$emit("update.product.fixed.addCartBtn"),Object(l.l)(this,{operateType:"选择尺寸",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText})},openSizeChat:function(){this.$eventBus.$emit("size.chat.open",this.product.sizeGuide),Object(l.l)(this,{operateType:"查看尺码参照表",productInfo:this.selectedVariationOrProduct,classSourceText:this.classSourceText}),Object(l.q)(this.$store,"尺码参照表")}})},v=(o(1973),o(2)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-select-size-mobile layout-mobile"},[e("div",{staticClass:"component-product-select-size-mobile__label-box"},[e("div",{staticClass:"component-product-select-size-mobile__size-name"},[e("span",[t._v("尺码:")]),t._v(" "),e("span",{directives:[{name:"show",rawName:"v-show",value:t.selectedSizeName,expression:"selectedSizeName"}]},[t._v(t._s(t.selectedSizeName))])]),t._v(" "),t.product.sizeGuide&&"null"!==t.product.sizeGuide?e("div",{staticClass:"component-product-select-size-mobile__size-charts",on:{click:t.openSizeChat}},[t._v("\n 尺码参照表\n ")]):t._e()]),t._v(" "),e("div",{staticClass:"component-product-select-size-mobile__size-group"},[e("client-only",[t.sizeSwiperOptions&&t.filterSizeOptions&&t.filterSizeOptions.length?e("swiper",{staticClass:"component-product-select-size-mobile__swiper",class:{"change-width":t.isChangeSizeBoxWidth},attrs:{options:t.sizeSwiperOptions}},t._l(t.filterSizeOptions,(function(o,n){return e("swiper-slide",{key:n,staticClass:"component-product-select-size-mobile__swiper-slide-item",attrs:{"data-index":n}},[e("div",{staticClass:"component-product-select-size-mobile__swiper-slide-item-container"},[e("product-size-option-item",{attrs:{"attribute-value":o.attributeValue,disabled:!o.variation.stock,checked:o.attributeValue.value===(t.selectedSizeOption&&t.selectedSizeOption.attributeValue.value)},nativeOn:{click:function(e){return e.stopPropagation(),t.clickSelectSizeItem(o)}}})],1)])})),1):t._e(),t._v(" "),t.isMoreThanMaxNumber?e("div",{staticClass:"component-product-select-size-mobile__swiper-button-prev"},[e("svg-icon",{staticClass:"swiper-left-arrow-icon",attrs:{name:"pdp-mobile-color-swiper-left-icon"}})],1):t._e(),t._v(" "),t.isMoreThanMaxNumber?e("div",{staticClass:"component-product-select-size-mobile__swiper-button-next"},[e("svg-icon",{staticClass:"swiper-right-arrow-icon",attrs:{name:"pdp-mobile-color-swiper-right-icon"}})],1):t._e()],1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductSizeOptionItem:o(1589).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(55),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e1?e("div",{staticClass:"component-product-packaging-style-block1__images-pagination"},t._l(t.pagination,(function(o){return e("div",{key:o,class:["component-product-packaging-style-block1__images-pagination-item","pagination-item-"+o,t.activeIndex==o?"active":""]})})),0):t._e()],1):t._e(),t._v(" "),e("div",{staticClass:"component-product-packaging-style-block1__description"},[t._v(t._s(t.description))])])}),[],!1,null,null,null);e.default=component.exports},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o(1871)},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o(1964)},function(t,e,o){"use strict";o(1977)},function(t,e,o){"use strict";o(1978)},function(t,e,o){"use strict";o(1979)},function(t,e,o){"use strict";o(1980)},function(t,e,o){"use strict";o(1981)},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){t.exports={}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(55),o(0));function l(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function c(t){for(var e=1;e0&&void 0!==arguments[0]&&arguments[0];if(!this.$isMobile){var r=null===(t=document.querySelector(".component-product-main-image-desktop__inner"))||void 0===t||null===(t=t.getBoundingClientRect())||void 0===t?void 0:t.height,l=null===(e=document.querySelector(".component-product-main-information-desktop__container-box"))||void 0===e||null===(e=e.getBoundingClientRect())||void 0===e?void 0:e.height,c=l>=r,d=!0;if(!n&&c)d=!1;else if(n&&c){var m;if(this.timeline1)null===(m=this.timeline1)||void 0===m||null===(m=m.scrollTrigger)||void 0===m||m.kill(),this.timeline1=null;d=!1}else n&&!c&&(this.timeline1?(setTimeout((function(){var t;null===(t=o.timeline1)||void 0===t||null===(t=t.scrollTrigger)||void 0===t||t.refresh()}),150),d=!1):d=!0);if(d){var v=Math.abs(r-l);this.timeline1=this.$gsap.timeline({scrollTrigger:{trigger:".component-product-main-information-desktop__inner",start:"top top",end:function(){return"+=".concat(v)},scrub:!0,pin:!0}})}}},handlePdpMainInfoDesktopContainerDomObserver:function(){var t;if(!this.$isMobile){var e=this,o=window.MutationObserver||(null===(t=window)||void 0===t?void 0:t.WebKitMutationObserver)||window.MozMutationObserver,n=document.querySelector(".component-product-main-information-desktop__container-box");this.pdpMainInfoDesktopContainerDomObserver=new o((function(){e.handlePdpMainInfoDesktopGsapAction(!0)})),n&&this.pdpMainInfoDesktopContainerDomObserver.observe(n,{childList:!0,attributes:!0,subtree:!0})}},handleClearGsapTimeline:function(){var t;this.timeline1&&(null===(t=this.timeline1)||void 0===t||t.kill())},handleClearPdpMainInfoDesktopContainerDomObserver:function(){var t;this.pdpMainInfoDesktopContainerDomObserver&&(null===(t=this.pdpMainInfoDesktopContainerDomObserver)||void 0===t||t.disconnect())}}},m=d,v=(o(2154),o(2)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-main"},[e("div",{staticClass:"component-product-main__desktop layout-desktop"},[e("product-main-image-desktop"),t._v(" "),e("product-main-information-desktop")],1),t._v(" "),e("div",{staticClass:"component-product-main__mobile layout-mobile"},[e("product-main-image-swiper-mobile"),t._v(" "),e("div",{staticClass:"component-product-main__mobile-product-main-info"},[e("product-base-name-price-info"),t._v(" "),t.colorAttribute?e("product-select-color-mobile"):t._e(),t._v(" "),e("div",{staticClass:"component-product-main__mobile-product-main-info__solid-divider"}),t._v(" "),t.sizeAttribute?e("product-select-size-mobile"):t._e(),t._v(" "),e("product-add-to-cart",{attrs:{"use-platform":"mobile"}}),t._v(" "),e("product-personalized"),t._v(" "),e("product-other-information")],1),t._v(" "),e("client-only",[e("product-mini-cart-mobile"),t._v(" "),e("product-notification-of-arrival-mobile",{attrs:{sku:t.simpleProductOrSelectedVariationOrFirstVariation&&t.simpleProductOrSelectedVariationOrFirstVariation.sku,"parent-sku":t.simpleProductOrSelectedVariationOrFirstVariation&&t.simpleProductOrSelectedVariationOrFirstVariation.parentSku}}),t._v(" "),e("product-image-zoom-out-mobile")],1)],1)])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductMainImageDesktop:o(2041).default,ProductMainInformationDesktop:o(2042).default,ProductMainImageSwiperMobile:o(2043).default,ProductBaseNamePriceInfo:o(1765).default,ProductSelectColorMobile:o(2044).default,ProductSelectSizeMobile:o(2045).default,ProductAddToCart:o(1809).default,ProductPersonalized:o(1766).default,ProductOtherInformation:o(1767).default,ProductMiniCartMobile:o(2046).default,ProductNotificationOfArrivalMobile:o(2047).default,ProductImageZoomOutMobile:o(2048).default})},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1),r=(o(23),o(18),o(31),o(36),o(0)),l=o(72);function c(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function d(t){for(var e=1;er?(this.mobileContentShowStatus="product-name-categories-part-show",n>r&&(this.mobileContentShowStatus="product-name-part-show")):this.mobileContentShowStatus="full-show"},handleSeTrackPdpOperate:function(t){var e,o,n=t.tagLevel,r=t.btnName,l=(null===(e=this.tagLevelArrayText)||void 0===e?void 0:e[n-1])||"";this.$store.dispatch("seTracking/PDPOperate",f(f(f(f({},Object(m.b)(this.selectedVariationOrProduct)),Object(d.j)(null===(o=this.selectedVariationOrProduct)||void 0===o?void 0:o.sku)),Object(d.i)(this.classSourceText)),{},{operate_type:"点击商品名称及其对应分类",tag_level:l,button_name:r}))},handleSeTrackProductOperate:function(t){var e,o,n=t.tagLevel,r=t.btnName,l=(null===(e=this.tagLevelArrayText)||void 0===e?void 0:e[n-1])||"";this.$store.dispatch("seTracking/ProductOperate",f(f(f(f({module_index:-1,product_index:-1},Object(m.b)(this.selectedVariationOrProduct)),Object(d.j)(null===(o=this.selectedVariationOrProduct)||void 0===o?void 0:o.sku)),Object(d.i)(this.classSourceText)),{},{operate_type:"点击商品名称及其对应分类",tag_level:l,button_name:r}))}}},_=(o(2158),o(2)),component=Object(_.a)(h,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"component-product-bottom-class-name-show font-en-sc",style:l({},t.pdpBottomClassNameDefaultStyle)},[e("div",{staticClass:"component-product-bottom-class-name-show__desktop-box layout-desktop"},[t._l(t.productCategoriesBreadcrumbs,(function(o,n){return e("div",{key:n,class:["component-product-bottom-class-name-show__desktop-item",o.isClickable&&"component-product-bottom-class-name-show__desktop-item-clickable"],on:{click:function(e){return t.clickPlpBreadcrumbItem(o,n)}}},[t._v("\n "+t._s(o.name)+"\n ")])})),t._v(" "),e("div",{staticClass:"component-product-bottom-class-name-show__desktop-item"},[t._v(t._s(t.productName))])],2),t._v(" "),e("div",{staticClass:"component-product-bottom-class-name-show__mobile-box layout-mobile"},["full-show"===t.mobileContentShowStatus?e("div",{staticClass:"component-product-bottom-class-name-show__mobile-full-show-box"},t._l(t.mobileFullShowCategoriesBreadcrumbs,(function(o,n){return e("div",{key:n,staticClass:"component-product-bottom-class-name-show__mobile-item",class:["component-product-bottom-class-name-show__mobile-item","product-name"===o.showType&&"component-product-bottom-class-name-show__mobile-product-name"]},[t._v("\n "+t._s(o.name)+"\n ")])})),0):e("div",{staticClass:"component-product-bottom-class-name-show__mobile-part-show-box"},t._l(t.mobilePartShowCategoriesBreadcrumbs,(function(o,n){return e("div",{key:n,staticClass:"component-product-bottom-class-name-show__mobile-item"},[t._v("\n "+t._s(o.name)+"\n ")])})),0)])])}),[],!1,null,null,null);e.default=component.exports},function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(6);var n=o(3),r=o(1),l=(o(19),o(60),o(40),o(5),o(4),o(0)),c=o(12);function d(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function m(t){for(var e=1;e0?e("div",{staticClass:"component-packaging-style__container"},t._l(t.floors,(function(o){return e("div",{key:o.componentUid,staticClass:"component-packaging-style__container-item"},["product-packaging-style-block1"===o.tplcode?e("product-packaging-style-block1",{attrs:{floor:o}}):t._e()],1)})),0):t._e()])}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductPackagingStyleBlock1:o(2049).default,VDrawer:o(45).default})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o(2295)},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,o){"use strict";o.r(e);o(8),o(7),o(9),o(10),o(5),o(4),o(6);var n=o(1);function r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,n)}return o}function l(t){for(var e=1;e135?(null==n||null===(o=n.description)||void 0===o?void 0:o.slice(135))+"...":null==n?void 0:n.description},{hid:"keywords",name:"keywords",content:"".concat(null==n?void 0:n.name,",").concat(null==n?void 0:n.subName,",Loro Piana官网")}]}},computed:k(k(k(k(k({},Object(d.e)("product",["selectedSizeOption","selectedColorOption","colorOptions","product"])),Object(d.e)("categories",["classSourceText"])),Object(d.c)("product",["selectedVariationOrProduct"])),Object(d.c)(["webPageBackground"])),{},{pdpDefaultStyle:function(){var t;return(null===(t=this.webPageBackground)||void 0===t?void 0:t.pdp)||{}},pageData:function(){return this.product},isTransparentBackground:function(){return Object.keys(this.backgroundStyle).length>0}}),mounted:function(){var t=this;return Object(c.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.selectedColorByUrl(),t.seTrackPdpView(),e.next=4,Promise.all([t.getBrowsingHistoryAsync(),t.fetchLookbookData(),t.fetchPdpPageBuilderData()]);case 4:case"end":return e.stop()}}),e)})))()},destroyed:function(){this.clearClassSourceText()},methods:k(k(k({},Object(d.b)("product",["getBrowsingHistoryAsync","fetchLookbookData","fetchPdpPageBuilderData"])),Object(d.d)("product",["setSelectedColorOption","setSelectedSizeOption","setIsMounted"])),{},{selectedColorByUrl:function(){var t,e=null===(t=this.$route.hash)||void 0===t?void 0:t.toLocaleLowerCase().replace("#","");if(e){var o=this.colorOptions.find((function(t){var o;return(null===(o=t.attributeValue.id)||void 0===o?void 0:o.toLocaleLowerCase())===e}));if(o){var n;if("staging2"===(null==o||null===(n=o.variation)||void 0===n?void 0:n.isEos))return void this.$router.replace("/");if(this.setSelectedColorOption(o),o&&o.sizeOptions.length){var r=Object(h.g)({sizeOptions:o.sizeOptions});this.setSelectedSizeOption(r)}}}this.pageShow=!0,this.setIsMounted(!0)},seTrackPdpView:function(){var t;this.$store.dispatch("seTracking/PDPView",k(k(k({},Object(v.i)(this.classSourceText)),Object(m.b)(this.selectedVariationOrProduct)),Object(v.k)({skuObject:Object(v.j)(null===(t=this.selectedVariationOrProduct)||void 0===t?void 0:t.sku),selectedSizeOption:this.selectedSizeOption})))},clearClassSourceText:function(){this.$store.commit("categories/setClassSourceText","")}})},y=(o(2602),o(2)),component=Object(y.a)(w,(function(){var t=this,e=t._self._c;return t.pageShow?e("div",{staticClass:"page-product-_id",class:{"is-transparent-background":t.isTransparentBackground},style:l(l({},t.pdpDefaultStyle),t.backgroundStyle)},[e("div",{staticClass:"page-product-_id__inner"},[e("product-main")],1),t._v(" "),e("product-lookbook-swiper-show"),t._v(" "),e("product-related-product-show"),t._v(" "),e("product-page-builder-loader"),t._v(" "),e("product-bottom-class-name-show"),t._v(" "),e("client-only",[e("size-chat"),t._v(" "),e("product-packaging-style")],1)],1):t._e()}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{ProductMain:o(2437).default,ProductLookbookSwiperShow:o(2438).default,ProductRelatedProductShow:o(2439).default,ProductPageBuilderLoader:o(2440).default,ProductBottomClassNameShow:o(2441).default,SizeChat:o(1635).default,ProductPackagingStyle:o(2442).default})}])]);