pb-sxp-ui 1.2.10 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +595 -308
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +62 -2
- package/dist/index.js +595 -308
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +595 -308
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/FormatImage.js +1 -1
- package/es/core/components/SxpPageRender/Modal/index.js +33 -20
- package/es/core/components/SxpPageRender/Popup/index.js +2 -2
- package/es/core/components/SxpPageRender/ToggleButton/index.js +4 -1
- package/es/core/components/SxpPageRender/WaterFall/List.js +5 -14
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +5 -14
- package/es/core/components/SxpPageRender/index.d.ts +6 -1
- package/es/core/components/SxpPageRender/index.js +46 -23
- package/es/core/components/SxpPageRender/typing.d.ts +2 -0
- package/es/core/context/SxpDataSourceProvider.d.ts +3 -2
- package/es/core/context/SxpDataSourceProvider.js +27 -30
- package/es/core/hooks/useEventReport.js +9 -8
- package/es/core/utils/tool.d.ts +5 -1
- package/es/core/utils/tool.js +69 -1
- package/es/materials/sxp/HashTag/settingRender.d.ts +7 -6
- package/es/materials/sxp/HashTag/settingRender.js +0 -9
- package/es/materials/sxp/cta/AniLink/settingRender.d.ts +0 -5
- package/es/materials/sxp/cta/AniLink/settingRender.js +0 -4
- package/es/materials/sxp/popup/AppointForm/settingRender.d.ts +5 -8
- package/es/materials/sxp/popup/AppointForm/settingRender.js +15 -12
- package/es/materials/sxp/popup/CommodityDetail/index.d.ts +10 -1
- package/es/materials/sxp/popup/CommodityDetail/index.js +46 -28
- package/es/materials/sxp/popup/CommodityDetail/material.js +4 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +19 -6
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +45 -8
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +10 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +72 -46
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +4 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +19 -6
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +45 -8
- package/es/materials/sxp/popup/CommodityList/settingRender.js +15 -4
- package/es/materials/sxp/popup/Iframe/index.d.ts +16 -0
- package/es/materials/sxp/popup/Iframe/index.js +18 -0
- package/es/materials/sxp/popup/Iframe/material.d.ts +2 -0
- package/es/materials/sxp/popup/Iframe/material.js +21 -0
- package/es/materials/sxp/popup/Iframe/settingRender.d.ts +9 -0
- package/es/materials/sxp/popup/Iframe/settingRender.js +12 -0
- package/es/materials/sxp/popup/Prompt/settingRender.js +16 -11
- package/es/materials/sxp/popup/index.d.ts +1 -0
- package/es/materials/sxp/popup/index.js +1 -0
- package/es/materials/sxp/template/Link/index.js +5 -11
- package/es/materials/sxp/template/Link/interactionRender.d.ts +8 -0
- package/es/materials/sxp/template/Link/interactionRender.js +11 -0
- package/es/materials/sxp/template/Link/material.js +3 -1
- package/es/materials/sxp/template/Link/settingRender.js +0 -5
- package/es/materials/sxp/template/components/EventProvider.d.ts +3 -2
- package/es/materials/sxp/template/components/EventProvider.js +3 -3
- package/lib/core/components/SxpPageRender/FormatImage.js +1 -1
- package/lib/core/components/SxpPageRender/Modal/index.js +33 -20
- package/lib/core/components/SxpPageRender/Popup/index.js +2 -2
- package/lib/core/components/SxpPageRender/ToggleButton/index.js +3 -0
- package/lib/core/components/SxpPageRender/WaterFall/List.js +5 -14
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +5 -14
- package/lib/core/components/SxpPageRender/index.d.ts +6 -1
- package/lib/core/components/SxpPageRender/index.js +46 -23
- package/lib/core/components/SxpPageRender/typing.d.ts +2 -0
- package/lib/core/context/SxpDataSourceProvider.d.ts +3 -2
- package/lib/core/context/SxpDataSourceProvider.js +27 -30
- package/lib/core/hooks/useEventReport.js +9 -8
- package/lib/core/utils/tool.d.ts +5 -1
- package/lib/core/utils/tool.js +73 -1
- package/lib/materials/sxp/HashTag/settingRender.d.ts +7 -6
- package/lib/materials/sxp/HashTag/settingRender.js +0 -9
- package/lib/materials/sxp/cta/AniLink/settingRender.d.ts +0 -5
- package/lib/materials/sxp/cta/AniLink/settingRender.js +0 -4
- package/lib/materials/sxp/popup/AppointForm/settingRender.d.ts +5 -8
- package/lib/materials/sxp/popup/AppointForm/settingRender.js +15 -12
- package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +10 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.js +46 -28
- package/lib/materials/sxp/popup/CommodityDetail/material.js +4 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +19 -6
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +45 -8
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +10 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +72 -46
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +4 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +19 -6
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +45 -8
- package/lib/materials/sxp/popup/CommodityList/settingRender.js +15 -4
- package/lib/materials/sxp/popup/Iframe/index.d.ts +16 -0
- package/lib/materials/sxp/popup/Iframe/index.js +20 -0
- package/lib/materials/sxp/popup/Iframe/material.d.ts +2 -0
- package/lib/materials/sxp/popup/Iframe/material.js +25 -0
- package/lib/materials/sxp/popup/Iframe/settingRender.d.ts +9 -0
- package/lib/materials/sxp/popup/Iframe/settingRender.js +14 -0
- package/lib/materials/sxp/popup/Prompt/settingRender.js +16 -11
- package/lib/materials/sxp/popup/index.d.ts +1 -0
- package/lib/materials/sxp/popup/index.js +1 -0
- package/lib/materials/sxp/template/Link/index.js +5 -11
- package/lib/materials/sxp/template/Link/interactionRender.d.ts +8 -0
- package/lib/materials/sxp/template/Link/interactionRender.js +13 -0
- package/lib/materials/sxp/template/Link/material.js +3 -1
- package/lib/materials/sxp/template/Link/settingRender.js +0 -5
- package/lib/materials/sxp/template/components/EventProvider.d.ts +3 -2
- package/lib/materials/sxp/template/components/EventProvider.js +3 -3
- package/package.json +1 -1
package/dist/pb-ui.min.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
(function(Ve,je){typeof exports=="object"&&typeof module<"u"?je(exports,require("lodash"),require("uuid"),require("pako"),require("react"),require("qs"),require("eventemitter3"),require("@emotion/css"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","lodash","uuid","pako","react","qs","eventemitter3","@emotion/css","react-dom"],je):(Ve=typeof globalThis<"u"?globalThis:Ve||self,je(Ve.PUI={},Ve.lodash,Ve.uuid$1,Ve.pako,Ve.React,Ve.qs,Ve.EventEmitter,Ve.css,Ve.ReactDOM))})(this,function(Ve,je,Tn,xn,o,Kt,En,ge,yi){"use strict";function An(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var wi=An(yi);function Ye(t,e){var i={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(i[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,n=Object.getOwnPropertySymbols(t);s<n.length;s++)e.indexOf(n[s])<0&&Object.prototype.propertyIsEnumerable.call(t,n[s])&&(i[n[s]]=t[n[s]]);return i}function Re(t,e,i,n){function s(l){return l instanceof i?l:new i(function(d){d(l)})}return new(i||(i=Promise))(function(l,d){function a(u){try{p(n.next(u))}catch(f){d(f)}}function r(u){try{p(n.throw(u))}catch(f){d(f)}}function p(u){u.done?l(u.value):s(u.value).then(a,r)}p((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Cn=/:\w+/g;var Si=(t,e)=>Re(void 0,void 0,void 0,function*(){const i={},n={};for(let s=0;s<e?.length;s++){const{id:l,method:d,url:a,urlParams:r,name:p,queryString:u,headers:f,body:m}=e[s];let h=a;r&&Object.entries(r).forEach(([w,T])=>{h=h.replace(Cn,C=>C===w?T:C)}),u&&(h+=u),n[l]=p;try{const w=yield fetch(h,{method:d,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(m)}).then(T=>T.json());i[l]=w}catch(w){console.error("DataSource request error: ",w),i[l]={}}}return{$store:i,idMapName:n}});const Ti="SXP_TOKEN_INFO",In=(t,e)=>Re(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),s=t.getAppId(),l=t.getApiUrl(),d=window.localStorage.getItem(Ti);let a=JSON.parse(d||"{}");if(Date.now()>((i=a?.expireTime)!==null&&i!==void 0?i:0)){const p=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":s||""}}).then(u=>u.json());if(p.success){const u=p.data;a=Object.assign(Object.assign({},u),{expireTime:Date.now()+u.expire*1e3}),window.localStorage.setItem(Ti,JSON.stringify(a))}}return a});function Lt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let s;if(e=e||i.length,t)for(s=0;s<t;s++)n[s]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",s=0;s<36;s++)n[s]||(l=0|Math.random()*16,n[s]=i[s===19?l&3|8:l])}return n.join("")}const kn=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let s=0;for(;s<t;)e+=i.charAt(Math.floor(Math.random()*n)),s+=1;return e},_n=()=>{const t=Tn.v4();return t?.replaceAll?t.replaceAll("-",""):kn(32)},ae=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],s=e?.["fontFamily-en"];if(!n&&!s)return t;let l=t;const d=/[\u4e00-\u9fa5]/g,a=/[^\u4e00-\u9fa5]/g,r=`font-family:${n??"inherit"}`,p=`font-family:${s??"inherit"}`,u=m=>{let h=m.search(d),w=m.search(a);return h!==-1&&w!==-1&&h<w&&(i+=`<span style="${r}">${m.substring(h,w)}</span>`,l=m.substring(w,m?.length)),h!==-1&&w!==-1&&h>w&&(i+=`<span style="${p}">${m.substring(w,h)}</span>`,l=m.substring(h,m?.length)),h===-1?(i+=`<span style="${p}">${m.substring(w,m?.length)}</span>`,l="",!1):w===-1?(i+=`<span style="${r}">${m.substring(h,m?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=u(l);return i};function xi(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),s=xn.inflate(n,{to:"string"});return JSON.parse(s)}let Qt=null;const Pn={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Dn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,Qt)return Qt;Qt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Pn[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let Ze=null;const Mn={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{Ze||(Ze=new Dn),n&&Ze.setApiUrl(n),Ze.setAppId(t),Ze.setTenantId(e),Ze.setEnv(i)},getDetail:t=>{if(!Ze)return;const e=Ze.getTenantId(),i=Ze.getAppId(),n=Ze.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Re(void 0,void 0,void 0,function*(){var l,d;const a=yield s.json(),r=xi((l=a?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:p}=yield Si(n,(d=r?.dataSource)!==null&&d!==void 0?d:[]);a.data.data=r,Object.assign(a.data.data,{__STORE__:p})}return a}))},getSxpDetailByPageId:t=>Re(void 0,void 0,void 0,function*(){if(!Ze)return;const e=Ze.getTenantId(),i=Ze.getAppId(),n=Ze.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Re(void 0,void 0,void 0,function*(){var l;const d=yield s.json();if(!d.success)return;const a=xi((l=d?.data)===null||l===void 0?void 0:l.data);return d.data.data=a,d.data}))}),getSxpRecommendVideoData:t=>Re(void 0,void 0,void 0,function*(){if(!Ze)return;const e=yield In(Ze,t),i=Lt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");je.isEmpty(n)&&(n=Lt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const s=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:n,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return s?.data||null})};function at(){return o.useContext(Ni)}function On(){return o.useContext(Li)}const Zt="feRealSessionIdKey",Ei=()=>{const t=_n();return`${Date.now()}${t}`},Ln=()=>{let t=Nn();return t||(t=Ei(),window.sessionStorage.setItem(Zt,t)),t},Ai=()=>{const t=Ei();window.sessionStorage.setItem(Zt,t)},Nn=()=>window.sessionStorage.getItem(Zt),Ci="SXP_FAKE_USER_ID",Ii="FAKE_USER_STATE",ki="AGREE_POLICY",_i="SLIDE_SKIP_STATE",Pi=()=>{let t=window.localStorage.getItem(Ci);return je.isEmpty(t)&&(t=Lt(36,62),window.localStorage.setItem(Ci,t)),t},Bn=()=>{const t=window.localStorage.getItem(Ii);return je.isEmpty(t)&&window.localStorage.setItem(Ii,"true"),je.isEmpty(t)},Fn=()=>{const t=window.localStorage.getItem(_i);return je.isEmpty(t)},jn=()=>{window.localStorage.setItem(_i,"true")};function lt(t,e){const{appDomain:i}=Ee();return o.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ut=new En;var it;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(it||(it={}));const Vn=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:s,privacy_policy_title:l})=>{const{setIsAgreePolicy:d,bffEventReport:a}=Ee(),r=o.useMemo(()=>{const f=location.search.slice(1),m=Kt.parse(f.replace(/\+/g,"%2B"));for(const h in m)m[h]=m[h].replace(/%2B/g,"+");return m},[]),p=f=>{var m;return(m=r[f])!==null&&m!==void 0?m:null};o.useEffect(()=>{a?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:p("utm_source"),utmMedium:p("utm_medium"),utmCampaign:p("utm_campaign"),utmId:p("utm_id"),utmContent:p("utm_content"),clSource:p("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const u=()=>{a?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),d?.(!0),window.localStorage.setItem(ki,"yes")};return o.createElement("div",{className:"consent-bg"},o.createElement("div",{className:"consent"},o.createElement("div",{className:"consent-col"},o.createElement("div",{className:"consent-title"},i??"Privacy Policy"),o.createElement("div",{className:"consent-content"},n??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),o.createElement("div",{className:"consent-col"},o.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:u},"Agree"),o.createElement("a",{className:"consent-policy",target:"_blank",href:s?`https://${s}`:void 0},l??"More information"))))};var zn=o.memo(Vn);const Di=o.createContext({rtcList:[],tagList:[]});var Rt;(function(t){t[t.BFF=5]="BFF"})(Rt||(Rt={}));const Nt="FOR U",Hn=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:s,defaultSize:l,isPreview:d=!1,sxpParameter:a,appDomain:r,hashTagSize:p,loadingImage:u,isOpenHashTag:f=!1,enabledMetaConversionApi:m=!1,consentHeight:h,consentWidth:w,isShowTag:T=!0,isOpenConsent:C=!1,globalConfig:v,isEditor:x=!1,utmParameter:y})=>{var E,k,g;const[L,O]=o.useState([]),[S,c]=o.useState([]),[A,b]=o.useState(!1),[I,D]=o.useState({rtc:"",requestId:""}),P=o.useRef(null),B=o.useRef(!1),[j,_]=o.useState(()=>!!window.localStorage.getItem(ki)),[N,F]=o.useState(),[V,q]=o.useState(),[G,Z]=o.useState(f),[ne,ve]=o.useState([]),[ue,be]=o.useState(0),[me,$]=o.useState(!1),[U,J]=o.useState(null),ye=o.useRef(),re=o.useRef(),[ce,Q]=o.useState(Nt),H=o.useRef(-1),R=o.useRef(null),z=o.useMemo(()=>{var W,Y,Ie,De;return((De=(Ie=(Y=(W=v?.consent)===null||W===void 0?void 0:W[0])===null||Y===void 0?void 0:Y.item)===null||Ie===void 0?void 0:Ie.props)===null||De===void 0?void 0:De.privacy_necessity)&&!j&&!x||C},[j,v,C,x]),we=o.useCallback(W=>{var Y;const Ie=W?.recList;return(Y=Ie?.map(he=>{var Be,ke,Ge,et,M,le;if(!((Be=he?.video)===null||Be===void 0)&&Be.bindProducts&&((Ge=(ke=he?.video)===null||ke===void 0?void 0:ke.bindProducts)===null||Ge===void 0?void 0:Ge.length)>0){const ee=(le=(M=(et=he?.video)===null||et===void 0?void 0:et.bindProducts)===null||M===void 0?void 0:M.filter(pe=>!!pe?.bindCta))!==null&&le!==void 0?le:[];return Object.assign(Object.assign({},he),{video:Object.assign(Object.assign({},he?.video),{bindProducts:ee})})}return he}))!==null&&Y!==void 0?Y:[]},[]);o.useEffect(()=>{const W=Y=>{ye.current=Y};return ut.on(it.CHANGE_THEME_TAG,W),()=>{ut.off(it.CHANGE_THEME_TAG,W)}},[]),o.useEffect(()=>{Z(f)},[f]);const ie=o.useMemo(()=>e?.find(W=>W.type===Rt.BFF),[e]),X=o.useCallback((W,Y)=>{if(!ie)return;const Ie=ie.url,De=Pi();if(Y?.query){const he=Kt.stringify(Y.query);W=`${W}?${he}`}return Y.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Ie}/api/v1${W}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},ie.headers),{"x-user-id":De}),Y.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Ie}/api/v1${W}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":De},ie.headers),method:Y.method,body:JSON.stringify(Y.body)}).then(he=>he.json()).catch(he=>Promise.reject(he))},[ie]),K=o.useCallback(W=>Re(void 0,void 0,void 0,function*(){var Y,Ie,De,he,Be;if(W={maxSize:(Y=W?.maxSize)!==null&&Y!==void 0?Y:s,defaultSize:(Ie=W?.defaultSize)!==null&&Ie!==void 0?Ie:l,"itemFilter.itemId":W?.["itemFilter.itemId"],"itemFilter.itemType":W?.["itemFilter.itemType"],hashTag:W?.hashTag,traceInfo:W?.traceInfo,themeTag:W?.themeTag},i){const Ge=(Be=(he=(De=i?.split("&"))===null||De===void 0?void 0:De.filter(et=>{var M,le;const ee=et.split("=")[0];return(le=(M=y?.channels)!==null&&M!==void 0?M:[])===null||le===void 0?void 0:le.includes(ee)}))===null||he===void 0?void 0:he.join("&"))!==null&&Be!==void 0?Be:"";W=Object.assign(Object.assign({},W),{channel:decodeURIComponent(Ge)})}const ke=yield X?.("/recommend/list",{method:"GET",query:W});if(ke?.success)return W?.hashTag||D({rtc:ke.data.rtc,requestId:ke.data.requestId}),ke?.data}),[X,i,s,l]),te=o.useCallback(()=>Re(void 0,void 0,void 0,function*(){if(L.length<=0)return;const W=yield K({hashTag:V?.hashTag,"itemFilter.itemId":V?.itemId,"itemFilter.itemType":V?.itemType,themeTag:ye.current});O(L.concat(we(W))),ve(ne.concat(we(W)))}),[K,L,V,ne]),Ce=o.useCallback(({userInfo:W,eventInfo:Y})=>{if(!n)return;W||(W={});const Ie=Ln(),De=Object.assign({sessionID:Ie,rtc:I.rtc,requestId:I.requestId},Y),he=Object.entries(W).map(([ke,Ge])=>({name:ke,value:Ge})),Be=Object.entries(De).map(([ke,Ge])=>Ge&&{name:ke,value:Ge}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",W),console.log("eventInfo:",De),console.log("========= \u7ED3\u675F ========="),X?.("/event/report",{method:"POST",body:{userInfo:he,eventInfo:Be},type:"beacon"})},[X,I,n]),Le=o.useCallback(W=>{var Y,{eventName:Ie,actionSource:De="website",eventSourceUrl:he=(Y=window?.location)===null||Y===void 0?void 0:Y.href,externalId:Be}=W;if(!n||!m)return;const ke=Pi();return X?.("/fb/events",{method:"POST",body:{eventName:Ie,actionSource:De,eventSourceUrl:he,userData:{externalId:ke}},type:"beacon"})},[X,n,m]),oe=o.useCallback(W=>Re(void 0,void 0,void 0,function*(){const Y=yield X?.("/recommend/like",{method:"POST",body:W});return Y?.success}),[X]),Ne=o.useCallback(W=>Re(void 0,void 0,void 0,function*(){const Y=yield X?.("/recommend/unlike",{method:"POST",body:W});return Y?.success}),[X]),Me=o.useCallback(W=>Re(void 0,void 0,void 0,function*(){const Y=yield X?.("/customform",{method:"POST",body:W});return Y?.success}),[X]),de=o.useCallback(()=>Re(void 0,void 0,void 0,function*(){var W,Y,Ie,De,he;if(!(!i||!T))try{const Be=(Ie=(Y=(W=i?.split("&"))===null||W===void 0?void 0:W.filter(Ge=>{var et,M;const le=Ge.split("=")[0];return(M=(et=y?.channels)!==null&&et!==void 0?et:[])===null||M===void 0?void 0:M.includes(le)}))===null||Y===void 0?void 0:Y.join("&"))!==null&&Ie!==void 0?Ie:"",ke=yield X?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(Be)}});c((he=(De=ke?.data)===null||De===void 0?void 0:De.tags)!==null&&he!==void 0?he:[])}catch(Be){console.log("e",Be)}}),[X,i,T]),Pe=o.useCallback((W,Y,Ie,De)=>{var he,Be,ke,Ge,et,M,le,ee,pe,Te,xe,se,fe,_e,Oe,ze,He,Xe,qe,Je,Ae,Fe,ot,We,vt,mt,bt,yt;const Se=Ie?.bindCta,Jr=((he=Y?.video)===null||he===void 0?void 0:he.bindProduct)||((Be=Y?.video)===null||Be===void 0?void 0:Be.bindProducts)&&((Ge=(ke=Y?.video)===null||ke===void 0?void 0:ke.bindProducts)===null||Ge===void 0?void 0:Ge.length)>0;let Jt="";me?Jt="hashTagPage":!((et=Y?.video)===null||et===void 0)&&et.url?Jt="videoPage":!((le=(M=Y?.video)===null||M===void 0?void 0:M.imgUrls)===null||le===void 0)&&le.length&&(Jt="imagePage"),Ce?.({eventInfo:Object.assign(Object.assign({},W),{ctaId:(ee=Se?.itemId)!==null&&ee!==void 0?ee:"",ctaName:(pe=Se?.title)!==null&&pe!==void 0?pe:"",contentTags:JSON.stringify(Se?.tags),position:De+"",contentId:(xe=(Te=Y?.video)===null||Te===void 0?void 0:Te.itemId)!==null&&xe!==void 0?xe:"",productId:Jr?Ie?.itemId:"",traceInfo:(bt=(We=(qe=(Oe=(se=Se?.traceInfo)!==null&&se!==void 0?se:(_e=(fe=Y?.video)===null||fe===void 0?void 0:fe.bindCta)===null||_e===void 0?void 0:_e.traceInfo)!==null&&Oe!==void 0?Oe:(Xe=(He=(ze=Y?.video)===null||ze===void 0?void 0:ze.bindProduct)===null||He===void 0?void 0:He.bindCta)===null||Xe===void 0?void 0:Xe.traceInfo)!==null&&qe!==void 0?qe:(ot=(Fe=(Ae=(Je=Y?.video)===null||Je===void 0?void 0:Je.bindProducts)===null||Ae===void 0?void 0:Ae[0])===null||Fe===void 0?void 0:Fe.bindCta)===null||ot===void 0?void 0:ot.traceInfo)!==null&&We!==void 0?We:(mt=(vt=Y?.product)===null||vt===void 0?void 0:vt.bindCta)===null||mt===void 0?void 0:mt.traceInfo)!==null&&bt!==void 0?bt:"",fromKName:Jt,fromKPage:(yt=location?.href)!==null&&yt!==void 0?yt:""})})},[Ce,me]),Ue=o.useCallback(()=>{var W,Y;const Ie=location.search.slice(1),De=Kt.parse(Ie.replace(/\+/g,"%2B"));for(const ke in De)De[ke]=De[ke].replace(/%2B/g,"+");const he=ke=>{var Ge;return(Ge=De[ke])!==null&&Ge!==void 0?Ge:""},Be=new Date;re.current=Be,Ce?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:he("utm_source"),utmMedium:he("utm_medium"),utmCampaign:he("utm_campaign"),utmId:he("utm_id"),utmContent:he("utm_content"),enterTime:Math.floor(Be/1e3)+"",requestId:null,enterUrl:(Y=(W=window?.location)===null||W===void 0?void 0:W.href)!==null&&Y!==void 0?Y:"",clSource:he("cl_source")}})},[Ce]);o.useEffect(()=>{z||Ue()},[z]),o.useEffect(()=>{z||(b(!0),de(),K().then(W=>{O(we(W)),ve(we(W))}).finally(()=>{Ce({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),b(!1),B.current=!0}))},[z]),o.useEffect(()=>{B.current&&(b(!0),de(),K().then(W=>{O(we(W)),ve(we(W))}).finally(()=>{b(!1)}))},[K,de]);const dt=lt("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return o.createElement(Di.Provider,{value:{rtcList:L,setRtcList:O,mutateLike:oe,mutateUnlike:Ne,submitForm:Me,popupDetailData:N,loadVideos:te,setPopupDetailData:F,getRecommendVideos:K,bffEventReport:Ce,utmVal:i,isPreview:d,loading:A,sxpParameter:a,waterFallData:V,setWaterFallData:q,ctaEvent:Pe,swiperRef:P,openHashtag:G,setOpenHashtag:Z,cacheRtcList:ne,setCacheRtcList:ve,cacheActiveIndex:ue,setCacheActiveIndex:be,isFromHashtag:me,setIsFromHashtag:$,appDomain:r,hashTagSize:p,loadingImage:u??dt,isOpenHashTag:f,tagList:S,setLoading:b,videoRef:U,setVideoRef:J,bffFbReport:Le,isAgreePolicy:j,setIsAgreePolicy:_,curTime:re,h5EnterLink:Ue,themeTag:ye,isShowConsent:z,selectTag:ce,setSelectTag:Q,globalConfig:v,popupCurTimeRef:R,checkCommodityIndexRef:H}},z?o.createElement(zn,Object.assign({},(g=(k=(E=v?.consent)===null||E===void 0?void 0:E[0])===null||k===void 0?void 0:k.item)===null||g===void 0?void 0:g.props)):t({rtcList:L,mutateLike:oe,mutateUnlike:Ne,submitForm:Me,tagList:S}))};var Mi=o.memo(Hn);function Ee(){return o.useContext(Di)}var Oi;(function(t){t.STRING="string",t.NUMBER="number",t.ARRAY="array",t.OBJECT="object",t.BOOLEAN="boolean",t.ARRAY_OBJECT="array-object",t.ARRAY_STRING="array-string",t.ARRAY_NUMBER="array-number"})(Oi||(Oi={}));const Li=o.createContext({$store:{},options:[],configs:[]}),Gn=({children:t,isSsr:e,enable:i})=>{const[n,s]=o.useState([]),{schema:l}=at(),[d,a]=o.useState(l.__STORE__||{}),[r,p]=o.useState([]);o.useEffect(()=>{var m;e||je.isEqual(r,l?.dataSource)||p((m=l?.dataSource)!==null&&m!==void 0?m:[])},[l?.dataSource,e]);const u=o.useCallback(()=>Re(void 0,void 0,void 0,function*(){const{$store:m,idMapName:h}=yield Si("",r);a(m),f(m,h)}),[r]),f=(m,h)=>{const w=[];Object.entries(m).forEach(([T,C])=>{Object.keys(C).forEach(v=>{const x={label:`${h[T]} - ${v}`,value:`{{ ${T}.${v} }}`};w.push(x)})}),s(w)};return o.useEffect(()=>{e||u()},[u,e,l]),i?o.createElement(Li.Provider,{value:{$store:l.__STORE__||d,options:n,configs:r}},t):t};var Un=o.memo(Gn);const Bt={id:Lt(6,10),item:{type:"common",h:300,category:"block",displayName:"block",isFirstLayout:!0,w:1e3},point:{i:"x-0",x:-38.34375,y:0,w:1e3,h:300,isBounded:!0,actualX:0,actualY:0},pathArr:[0],positionY:0},$t={id:"",duration:0,name:"none"},Ni=o.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Bt],redoStack:[],popup:$t,setPopup:()=>{}}),Bi=o.forwardRef(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:s=!0,utmVal:l},d)=>{const[a,r]=o.useState(null),[p,u]=o.useState(n||{pointData:[Bt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,m]=o.useState([Bt]),[h,w]=o.useState([[Bt]]),[T,C]=o.useState([]),[v,x]=o.useState($t);typeof window<"u"&&(window.sxpPopup=(L,O)=>{x(Object.assign(Object.assign(Object.assign({},$t),{id:L}),O))}),typeof window<"u"&&(window.getJointUtmLink=L=>L?.indexOf("?")!==-1?L+(l?"&"+l:""):L+(l?"?"+l:"")),o.useEffect(()=>{w([p.pointData]),C([])},[p.type]);const y=o.useCallback(L=>{const O=je.cloneDeep(p);O&&(O.dataSource=L,u?.(O))},[p]),[E,k]=o.useState();o.useImperativeHandle(d,()=>({loadSchema(L){L&&(w([L.pointData]),u(L))},exportSchema(){return je.cloneDeep(p)},getPageInfoData(){return E},initPageInfoData(L){L&&k(L)}}));const g=o.useMemo(()=>{if(p)return p.type==="PC"?p.pcPageConf:p.mobilePageConf},[p]);return o.createElement(Ni.Provider,{value:{resolver:e,currentNode:a,schema:p,setCurrentNode:r,setSchema:u,saveDataSource:y,prePiontData:f,setPrePiontData:m,pageInfoData:E,setPageInfoData:L=>k(Object.assign(Object.assign({},E),L)),undoStack:h,redoStack:T,setRedoStack:C,setUndoStack:w,getCurPageConf:g,popup:v,setPopup:x}},o.createElement(Un,{isSsr:i,enable:s},t))});var Wn=Object.freeze({__proto__:null,EditorCore:Bi}),Yn=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Xn=[{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u6807\u9898\u95F4\u8DDD",type:"TextSpace",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C\u6837\u5F0F",type:"TextStyle",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u5BF9\u9F50",type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function Ke(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=Ee(),s=o.useCallback((a,r,p,u)=>{var f,m,h,w,T,C,v,x,y,E,k,g,L,O,S,c,A,b,I,D,P,B,j,_,N,F;let V="";e&&(!((m=(f=a?.video)===null||f===void 0?void 0:f.bindProducts)===null||m===void 0)&&m.length||!((h=a?.video)===null||h===void 0)&&h.bindProduct)?V="pdpPage":n?V="hashTagPage":!((w=a?.video)===null||w===void 0)&&w.url?V="videoPage":!((T=a?.video)===null||T===void 0)&&T.imgUrls&&(!((v=(C=a?.video)===null||C===void 0?void 0:C.imgUrls)===null||v===void 0)&&v.length)?V="imagePage":a?.product&&(V="productPage"),t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(x=r?.itemId)!==null&&x!==void 0?x:"",productName:(y=r?.title)!==null&&y!==void 0?y:"",price:r?.price?r?.price+"":"0",productCollection:(E=r?.collection)!==null&&E!==void 0?E:"",fromKName:V,fromKPage:location?.href,contentTags:r?.tags?JSON.stringify(r?.tags):"",position:u+"",contentId:(g=(k=a?.video)===null||k===void 0?void 0:k.itemId)!==null&&g!==void 0?g:"",ctatId:(L=p?.itemId)!==null&&L!==void 0?L:"",traceInfo:(F=(j=(P=(A=(O=r?.traceInfo)!==null&&O!==void 0?O:(c=(S=a?.video)===null||S===void 0?void 0:S.bindProduct)===null||c===void 0?void 0:c.traceInfo)!==null&&A!==void 0?A:(D=(I=(b=a?.video)===null||b===void 0?void 0:b.bindProducts)===null||I===void 0?void 0:I[0])===null||D===void 0?void 0:D.traceInfo)!==null&&P!==void 0?P:(B=a?.product)===null||B===void 0?void 0:B.traceInfo)!==null&&j!==void 0?j:(N=(_=a?.video)===null||_===void 0?void 0:_.bindCta)===null||N===void 0?void 0:N.traceInfo)!==null&&F!==void 0?F:""}})},[t,e,n]),l=o.useCallback((a,r,p,u,f)=>{var m,h,w,T,C,v,x,y,E,k,g,L,O,S;let c="";e&&(!((h=(m=a?.video)===null||m===void 0?void 0:m.bindProducts)===null||h===void 0)&&h.length||!((w=a?.video)===null||w===void 0)&&w.bindProduct)?c="pdpPage":a?.product&&(c="productPage"),t?.({eventInfo:{productId:r?.itemId,productName:r?.title,price:r?.price?r?.price+"":"0",productCollection:r?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(r?.tags),position:f+"",contentId:(T=a?.video)===null||T===void 0?void 0:T.itemId,ctatId:p?.itemId,traceInfo:(S=(L=(y=(C=r?.traceInfo)!==null&&C!==void 0?C:(x=(v=a?.video)===null||v===void 0?void 0:v.bindProduct)===null||x===void 0?void 0:x.traceInfo)!==null&&y!==void 0?y:(g=(k=(E=a?.video)===null||E===void 0?void 0:E.bindProducts)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.traceInfo)!==null&&L!==void 0?L:(O=a?.product)===null||O===void 0?void 0:O.traceInfo)!==null&&S!==void 0?S:"",timeOnSite:Math.floor((new Date-u)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),d=o.useCallback((a,r,p,u)=>{r&&r===Nt&&t?.({eventInfo:{lastFeed:a,themeTags:p?`['${p}']`:"",hashTags:u?`['${u}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:s,productView:l,backMainFeed:d}}const qn=({layout:t,columns:e,onChange:i})=>o.createElement(o.Fragment,null,e?.map((n,s)=>o.createElement("div",{key:s,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&o.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&o.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?n?.title:"\u8BF7\u8F93\u5165",name:n?.dataIndex},i&&{onChange:i})))));var Jn=o.memo(qn);const Kn=t=>{var{columns:e,style:i,title:n,textStyle:s,submitBgColor:l,submitColor:d,submitText:a,layoutType:r="inline",isExternalLink:p,isPopup:u,onClick:f,onClose:m,submitButtonStyle:h}=t,w=Ye(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:T,popupDetailData:C}=Ee(),{jumpToWeb:v}=Ke(),[x,y]=o.useState(!1),E=o.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),[k,g]=o.useState({}),L=o.useMemo(()=>je.cloneDeep(e)||E,[e,E]),O=o.useCallback(c=>{const{name:A,value:b}=c.target;g(Object.assign(Object.assign({},k),{[A]:b}))},[k]),S=je.debounce(()=>Re(void 0,void 0,void 0,function*(){var c,A,b,I,D;const P=k;if(!P)return;const B=(A=(c=Object.keys(P))===null||c===void 0?void 0:c.map(_=>{var N;return{name:_,value:(N=P[_])!==null&&N!==void 0?N:""}}))===null||A===void 0?void 0:A.filter(_=>_?.value);if(!B||!B?.length)return;y(!0);const j=yield T?.({attributes:B});if(y(!1),j){if(p){const _=C,N=(b=_?.video)===null||b===void 0?void 0:b.bindProduct,F=(D=(I=_?.video)===null||I===void 0?void 0:I.bindProduct)===null||D===void 0?void 0:D.bindCta,V=C?.index;v(_,N,F,V)}u||m?.(),f?.()}}),1e3);return o.createElement("div",{className:"pb-appoint-form"},o.createElement("div",{className:`pb-appoint-form-title ${ge.css(Object.assign({},s))}`,dangerouslySetInnerHTML:{__html:ae(n,s)}}),o.createElement("div",Object.assign({className:ge.css(Object.assign({},i))},w),o.createElement("div",{className:"pb-appoint-form-container"},o.createElement(Jn,{columns:L,layout:r,onChange:O}))),o.createElement("div",{className:"pb-appoint-form-btn-wrapper"},o.createElement("button",{"aria-label":a,onClick:S,className:"pb-appoint-form-btn",style:Object.assign({color:d,background:l},h),dangerouslySetInnerHTML:{__html:ae(x?"loading...":a,h)}})))};var Qn=o.memo(Kn);function Qe(t,e){return t.extend=e,t}const Zn=Qe(Qn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Xn,bindableProps:[],interactionRender:Yn},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var Rn=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]}];function Fi(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ei(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Fi(e[i])&&Fi(t[i])&&Object.keys(e[i]).length>0&&ei(t[i],e[i])})}const ji={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function ct(){const t=typeof document<"u"?document:{};return ei(t,ji),t}const $n={document:ji,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(t){return typeof setTimeout>"u"?(t(),null):setTimeout(t,0)},cancelAnimationFrame(t){typeof setTimeout>"u"||clearTimeout(t)}};function $e(){const t=typeof window<"u"?window:{};return ei(t,$n),t}function St(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function eo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function At(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function st(){return Date.now()}function to(t){const e=$e();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function io(t,e){e===void 0&&(e="x");const i=$e();let n,s,l;const d=to(t);return i.WebKitCSSMatrix?(s=d.transform||d.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(a=>a.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(s==="none"?"":s)):(l=d.MozTransform||d.OTransform||d.MsTransform||d.msTransform||d.transform||d.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?s=l.m41:n.length===16?s=parseFloat(n[12]):s=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?s=l.m42:n.length===16?s=parseFloat(n[13]):s=parseFloat(n[5])),s||0}function Ft(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function no(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function nt(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const n=i<0||arguments.length<=i?void 0:arguments[i];if(n!=null&&!no(n)){const s=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,d=s.length;l<d;l+=1){const a=s[l],r=Object.getOwnPropertyDescriptor(n,a);r!==void 0&&r.enumerable&&(Ft(t[a])&&Ft(n[a])?n[a].__swiper__?t[a]=n[a]:nt(t[a],n[a]):!Ft(t[a])&&Ft(n[a])?(t[a]={},n[a].__swiper__?t[a]=n[a]:nt(t[a],n[a])):t[a]=n[a])}}}return t}function jt(t,e,i){t.style.setProperty(e,i)}function Vi(t){let{swiper:e,targetPosition:i,side:n}=t;const s=$e(),l=-e.translate;let d=null,a;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(e.cssModeFrameID);const p=i>l?"next":"prev",u=(m,h)=>p==="next"&&m>=h||p==="prev"&&m<=h,f=()=>{a=new Date().getTime(),d===null&&(d=a);const m=Math.max(Math.min((a-d)/r,1),0),h=.5-Math.cos(m*Math.PI)/2;let w=l+h*(i-l);if(u(w,i)&&(w=i),e.wrapperEl.scrollTo({[n]:w}),u(w,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:w})}),s.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=s.requestAnimationFrame(f)};f()}function ft(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function Vt(t){try{console.warn(t);return}catch{}}function _t(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:St(e)),i}function oo(t){const e=$e(),i=ct(),n=t.getBoundingClientRect(),s=i.body,l=t.clientTop||s.clientTop||0,d=t.clientLeft||s.clientLeft||0,a=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+a-l,left:n.left+r-d}}function lo(t,e){const i=[];for(;t.previousElementSibling;){const n=t.previousElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function so(t,e){const i=[];for(;t.nextElementSibling;){const n=t.nextElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function Tt(t,e){return $e().getComputedStyle(t,null).getPropertyValue(e)}function zt(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function zi(t,e){const i=[];let n=t.parentElement;for(;n;)e?n.matches(e)&&i.push(n):i.push(n),n=n.parentElement;return i}function ti(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function ii(t,e,i){const n=$e();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function ht(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function ro(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=$e();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let d,a=st(),r;const p=[];function u(y){let L=0,O=0,S=0,c=0;return"detail"in y&&(O=y.detail),"wheelDelta"in y&&(O=-y.wheelDelta/120),"wheelDeltaY"in y&&(O=-y.wheelDeltaY/120),"wheelDeltaX"in y&&(L=-y.wheelDeltaX/120),"axis"in y&&y.axis===y.HORIZONTAL_AXIS&&(L=O,O=0),S=L*10,c=O*10,"deltaY"in y&&(c=y.deltaY),"deltaX"in y&&(S=y.deltaX),y.shiftKey&&!S&&(S=c,c=0),(S||c)&&y.deltaMode&&(y.deltaMode===1?(S*=40,c*=40):(S*=800,c*=800)),S&&!L&&(L=S<1?-1:1),c&&!O&&(O=c<1?-1:1),{spinX:L,spinY:O,pixelX:S,pixelY:c}}function f(){e.enabled&&(e.mouseEntered=!0)}function m(){e.enabled&&(e.mouseEntered=!1)}function h(y){return e.params.mousewheel.thresholdDelta&&y.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&st()-a<e.params.mousewheel.thresholdTime?!1:y.delta>=6&&st()-a<60?!0:(y.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),s("scroll",y.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),s("scroll",y.raw)),a=new l.Date().getTime(),!1)}function w(y){const E=e.params.mousewheel;if(y.direction<0){if(e.isEnd&&!e.params.loop&&E.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&E.releaseOnEdges)return!0;return!1}function T(y){let E=y,k=!0;if(!e.enabled||y.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const g=e.params.mousewheel;e.params.cssMode&&E.preventDefault();let L=e.el;e.params.mousewheel.eventsTarget!=="container"&&(L=document.querySelector(e.params.mousewheel.eventsTarget));const O=L&&L.contains(E.target);if(!e.mouseEntered&&!O&&!g.releaseOnEdges)return!0;E.originalEvent&&(E=E.originalEvent);let S=0;const c=e.rtlTranslate?-1:1,A=u(E);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(A.pixelX)>Math.abs(A.pixelY))S=-A.pixelX*c;else return!0;else if(Math.abs(A.pixelY)>Math.abs(A.pixelX))S=-A.pixelY;else return!0;else S=Math.abs(A.pixelX)>Math.abs(A.pixelY)?-A.pixelX*c:-A.pixelY;if(S===0)return!0;g.invert&&(S=-S);let b=e.getTranslate()+S*g.sensitivity;if(b>=e.minTranslate()&&(b=e.minTranslate()),b<=e.maxTranslate()&&(b=e.maxTranslate()),k=e.params.loop?!0:!(b===e.minTranslate()||b===e.maxTranslate()),k&&e.params.nested&&E.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const I={time:st(),delta:Math.abs(S),direction:Math.sign(S),raw:y};p.length>=2&&p.shift();const D=p.length?p[p.length-1]:void 0;if(p.push(I),D?(I.direction!==D.direction||I.delta>D.delta||I.time>D.time+150)&&h(I):h(I),w(I))return!0}else{const I={time:st(),delta:Math.abs(S),direction:Math.sign(S)},D=r&&I.time<r.time+500&&I.delta<=r.delta&&I.direction===r.direction;if(!D){r=void 0;let P=e.getTranslate()+S*g.sensitivity;const B=e.isBeginning,j=e.isEnd;if(P>=e.minTranslate()&&(P=e.minTranslate()),P<=e.maxTranslate()&&(P=e.maxTranslate()),e.setTransition(0),e.setTranslate(P),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!B&&e.isBeginning||!j&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(d),d=void 0,p.length>=15&&p.shift();const _=p.length?p[p.length-1]:void 0,N=p[0];if(p.push(I),_&&(I.delta>_.delta||I.direction!==_.direction))p.splice(0);else if(p.length>=15&&I.time-N.time<500&&N.delta-I.delta>=1&&I.delta<=6){const F=S>0?.8:.2;r=I,p.splice(0),d=At(()=>{e.slideToClosest(e.params.speed,!0,void 0,F)},0)}d||(d=At(()=>{r=I,p.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(D||s("scroll",E),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(P===e.minTranslate()||P===e.maxTranslate()))return!0}}return E.preventDefault?E.preventDefault():E.returnValue=!1,!1}function C(y){let E=e.el;e.params.mousewheel.eventsTarget!=="container"&&(E=document.querySelector(e.params.mousewheel.eventsTarget)),E[y]("mouseenter",f),E[y]("mouseleave",m),E[y]("wheel",T)}function v(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",T),!0):e.mousewheel.enabled?!1:(C("addEventListener"),e.mousewheel.enabled=!0,!0)}function x(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,T),!0):e.mousewheel.enabled?(C("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&x(),e.params.mousewheel.enabled&&v()}),n("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&x()}),Object.assign(e.mousewheel,{enable:v,disable:x})}function Hi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(s=>{if(!i[s]&&i.auto===!0){let l=ft(t.el,`.${n[s]}`)[0];l||(l=_t("div",n[s]),l.className=n[s],t.el.append(l)),i[s]=l,e[s]=l}}),i}function Ct(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ht(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:v=>v,formatFractionTotal:v=>v,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let d,a=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function p(v,x){const{bulletActiveClass:y}=e.params.pagination;v&&(v=v[`${x==="prev"?"previous":"next"}ElementSibling`],v&&(v.classList.add(`${y}-${x}`),v=v[`${x==="prev"?"previous":"next"}ElementSibling`],v&&v.classList.add(`${y}-${x}-${x}`)))}function u(v){const x=v.target.closest(Ct(e.params.pagination.bulletClass));if(!x)return;v.preventDefault();const y=zt(x)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===y)return;e.slideToLoop(y)}else e.slideTo(y)}function f(){const v=e.rtl,x=e.params.pagination;if(r())return;let y=e.pagination.el;y=ht(y);let E,k;const g=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,L=e.params.loop?Math.ceil(g/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(k=e.previousRealIndex||0,E=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(E=e.snapIndex,k=e.previousSnapIndex):(k=e.previousIndex||0,E=e.activeIndex||0),x.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const O=e.pagination.bullets;let S,c,A;if(x.dynamicBullets&&(d=ii(O[0],e.isHorizontal()?"width":"height",!0),y.forEach(b=>{b.style[e.isHorizontal()?"width":"height"]=`${d*(x.dynamicMainBullets+4)}px`}),x.dynamicMainBullets>1&&k!==void 0&&(a+=E-(k||0),a>x.dynamicMainBullets-1?a=x.dynamicMainBullets-1:a<0&&(a=0)),S=Math.max(E-a,0),c=S+(Math.min(O.length,x.dynamicMainBullets)-1),A=(c+S)/2),O.forEach(b=>{const I=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(D=>`${x.bulletActiveClass}${D}`)].map(D=>typeof D=="string"&&D.includes(" ")?D.split(" "):D).flat();b.classList.remove(...I)}),y.length>1)O.forEach(b=>{const I=zt(b);I===E?b.classList.add(...x.bulletActiveClass.split(" ")):e.isElement&&b.setAttribute("part","bullet"),x.dynamicBullets&&(I>=S&&I<=c&&b.classList.add(...`${x.bulletActiveClass}-main`.split(" ")),I===S&&p(b,"prev"),I===c&&p(b,"next"))});else{const b=O[E];if(b&&b.classList.add(...x.bulletActiveClass.split(" ")),e.isElement&&O.forEach((I,D)=>{I.setAttribute("part",D===E?"bullet-active":"bullet")}),x.dynamicBullets){const I=O[S],D=O[c];for(let P=S;P<=c;P+=1)O[P]&&O[P].classList.add(...`${x.bulletActiveClass}-main`.split(" "));p(I,"prev"),p(D,"next")}}if(x.dynamicBullets){const b=Math.min(O.length,x.dynamicMainBullets+4),I=(d*b-d)/2-A*d,D=v?"right":"left";O.forEach(P=>{P.style[e.isHorizontal()?D:"top"]=`${I}px`})}}y.forEach((O,S)=>{if(x.type==="fraction"&&(O.querySelectorAll(Ct(x.currentClass)).forEach(c=>{c.textContent=x.formatFractionCurrent(E+1)}),O.querySelectorAll(Ct(x.totalClass)).forEach(c=>{c.textContent=x.formatFractionTotal(L)})),x.type==="progressbar"){let c;x.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const A=(E+1)/L;let b=1,I=1;c==="horizontal"?b=A:I=A,O.querySelectorAll(Ct(x.progressbarFillClass)).forEach(D=>{D.style.transform=`translate3d(0,0,0) scaleX(${b}) scaleY(${I})`,D.style.transitionDuration=`${e.params.speed}ms`})}x.type==="custom"&&x.renderCustom?(O.innerHTML=x.renderCustom(e,E+1,L),S===0&&s("paginationRender",O)):(S===0&&s("paginationRender",O),s("paginationUpdate",O)),e.params.watchOverflow&&e.enabled&&O.classList[e.isLocked?"add":"remove"](x.lockClass)})}function m(){const v=e.params.pagination;if(r())return;const x=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let y=e.pagination.el;y=ht(y);let E="";if(v.type==="bullets"){let k=e.params.loop?Math.ceil(x/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&k>x&&(k=x);for(let g=0;g<k;g+=1)v.renderBullet?E+=v.renderBullet.call(e,g,v.bulletClass):E+=`<${v.bulletElement} ${e.isElement?'part="bullet"':""} class="${v.bulletClass}"></${v.bulletElement}>`}v.type==="fraction"&&(v.renderFraction?E=v.renderFraction.call(e,v.currentClass,v.totalClass):E=`<span class="${v.currentClass}"></span> / <span class="${v.totalClass}"></span>`),v.type==="progressbar"&&(v.renderProgressbar?E=v.renderProgressbar.call(e,v.progressbarFillClass):E=`<span class="${v.progressbarFillClass}"></span>`),e.pagination.bullets=[],y.forEach(k=>{v.type!=="custom"&&(k.innerHTML=E||""),v.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(Ct(v.bulletClass)))}),v.type!=="custom"&&s("paginationRender",y[0])}function h(){e.params.pagination=Hi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const v=e.params.pagination;if(!v.el)return;let x;typeof v.el=="string"&&e.isElement&&(x=e.el.querySelector(v.el)),!x&&typeof v.el=="string"&&(x=[...document.querySelectorAll(v.el)]),x||(x=v.el),!(!x||x.length===0)&&(e.params.uniqueNavElements&&typeof v.el=="string"&&Array.isArray(x)&&x.length>1&&(x=[...e.el.querySelectorAll(v.el)],x.length>1&&(x=x.filter(y=>zi(y,".swiper")[0]===e.el)[0])),Array.isArray(x)&&x.length===1&&(x=x[0]),Object.assign(e.pagination,{el:x}),x=ht(x),x.forEach(y=>{v.type==="bullets"&&v.clickable&&y.classList.add(...(v.clickableClass||"").split(" ")),y.classList.add(v.modifierClass+v.type),y.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.type==="bullets"&&v.dynamicBullets&&(y.classList.add(`${v.modifierClass}${v.type}-dynamic`),a=0,v.dynamicMainBullets<1&&(v.dynamicMainBullets=1)),v.type==="progressbar"&&v.progressbarOpposite&&y.classList.add(v.progressbarOppositeClass),v.clickable&&y.addEventListener("click",u),e.enabled||y.classList.add(v.lockClass)}))}function w(){const v=e.params.pagination;if(r())return;let x=e.pagination.el;x&&(x=ht(x),x.forEach(y=>{y.classList.remove(v.hiddenClass),y.classList.remove(v.modifierClass+v.type),y.classList.remove(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.clickable&&(y.classList.remove(...(v.clickableClass||"").split(" ")),y.removeEventListener("click",u))})),e.pagination.bullets&&e.pagination.bullets.forEach(y=>y.classList.remove(...v.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const v=e.params.pagination;let{el:x}=e.pagination;x=ht(x),x.forEach(y=>{y.classList.remove(v.horizontalClass,v.verticalClass),y.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?C():(h(),m(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{m(),f()}),n("destroy",()=>{w()}),n("enable disable",()=>{let{el:v}=e.pagination;v&&(v=ht(v),v.forEach(x=>x.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(v,x)=>{const y=x.target,E=ht(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&E&&E.length>0&&!y.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&y===e.navigation.nextEl||e.navigation.prevEl&&y===e.navigation.prevEl))return;const k=E[0].classList.contains(e.params.pagination.hiddenClass);s(k===!0?"paginationShow":"paginationHide"),E.forEach(g=>g.classList.toggle(e.params.pagination.hiddenClass))}});const T=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=ht(v),v.forEach(x=>x.classList.remove(e.params.pagination.paginationDisabledClass))),h(),m(),f()},C=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=ht(v),v.forEach(x=>x.classList.add(e.params.pagination.paginationDisabledClass))),w()};Object.assign(e.pagination,{enable:T,disable:C,render:m,update:f,init:h,destroy:w})}function ao(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=ct();let d=!1,a=null,r=null,p,u,f,m;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function h(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:b,rtlTranslate:I}=e,{dragEl:D,el:P}=b,B=e.params.scrollbar,j=e.params.loop?e.progressLoop:e.progress;let _=u,N=(f-u)*j;I?(N=-N,N>0?(_=u-N,N=0):-N+u>f&&(_=f+N)):N<0?(_=u+N,N=0):N+u>f&&(_=f-N),e.isHorizontal()?(D.style.transform=`translate3d(${N}px, 0, 0)`,D.style.width=`${_}px`):(D.style.transform=`translate3d(0px, ${N}px, 0)`,D.style.height=`${_}px`),B.hide&&(clearTimeout(a),P.style.opacity=1,a=setTimeout(()=>{P.style.opacity=0,P.style.transitionDuration="400ms"},1e3))}function w(b){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${b}ms`)}function T(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:b}=e,{dragEl:I,el:D}=b;I.style.width="",I.style.height="",f=e.isHorizontal()?D.offsetWidth:D.offsetHeight,m=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?u=f*m:u=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${u}px`:I.style.height=`${u}px`,m>=1?D.style.display="none":D.style.display="",e.params.scrollbar.hide&&(D.style.opacity=0),e.params.watchOverflow&&e.enabled&&b.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function C(b){return e.isHorizontal()?b.clientX:b.clientY}function v(b){const{scrollbar:I,rtlTranslate:D}=e,{el:P}=I;let B;B=(C(b)-oo(P)[e.isHorizontal()?"left":"top"]-(p!==null?p:u/2))/(f-u),B=Math.max(Math.min(B,1),0),D&&(B=1-B);const j=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*B;e.updateProgress(j),e.setTranslate(j),e.updateActiveIndex(),e.updateSlidesClasses()}function x(b){const I=e.params.scrollbar,{scrollbar:D,wrapperEl:P}=e,{el:B,dragEl:j}=D;d=!0,p=b.target===j?C(b)-b.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,b.preventDefault(),b.stopPropagation(),P.style.transitionDuration="100ms",j.style.transitionDuration="100ms",v(b),clearTimeout(r),B.style.transitionDuration="0ms",I.hide&&(B.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),s("scrollbarDragStart",b)}function y(b){const{scrollbar:I,wrapperEl:D}=e,{el:P,dragEl:B}=I;d&&(b.preventDefault&&b.cancelable?b.preventDefault():b.returnValue=!1,v(b),D.style.transitionDuration="0ms",P.style.transitionDuration="0ms",B.style.transitionDuration="0ms",s("scrollbarDragMove",b))}function E(b){const I=e.params.scrollbar,{scrollbar:D,wrapperEl:P}=e,{el:B}=D;d&&(d=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",P.style.transitionDuration=""),I.hide&&(clearTimeout(r),r=At(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3)),s("scrollbarDragEnd",b),I.snapOnRelease&&e.slideToClosest())}function k(b){const{scrollbar:I,params:D}=e,P=I.el;if(!P)return;const B=P,j=D.passiveListeners?{passive:!1,capture:!1}:!1,_=D.passiveListeners?{passive:!0,capture:!1}:!1;if(!B)return;const N=b==="on"?"addEventListener":"removeEventListener";B[N]("pointerdown",x,j),l[N]("pointermove",y,j),l[N]("pointerup",E,_)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function L(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function O(){const{scrollbar:b,el:I}=e;e.params.scrollbar=Hi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const D=e.params.scrollbar;if(!D.el)return;let P;if(typeof D.el=="string"&&e.isElement&&(P=e.el.querySelector(D.el)),!P&&typeof D.el=="string"){if(P=l.querySelectorAll(D.el),!P.length)return}else P||(P=D.el);e.params.uniqueNavElements&&typeof D.el=="string"&&P.length>1&&I.querySelectorAll(D.el).length===1&&(P=I.querySelector(D.el)),P.length>0&&(P=P[0]),P.classList.add(e.isHorizontal()?D.horizontalClass:D.verticalClass);let B;P&&(B=P.querySelector(Ct(e.params.scrollbar.dragClass)),B||(B=_t("div",e.params.scrollbar.dragClass),P.append(B))),Object.assign(b,{el:P,dragEl:B}),D.draggable&&g(),P&&P.classList[e.enabled?"remove":"add"](...St(e.params.scrollbar.lockClass))}function S(){const b=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...St(e.isHorizontal()?b.horizontalClass:b.verticalClass)),L()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const b=e.params.scrollbar;let{el:I}=e.scrollbar;I=ht(I),I.forEach(D=>{D.classList.remove(b.horizontalClass,b.verticalClass),D.classList.add(e.isHorizontal()?b.horizontalClass:b.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?A():(O(),T(),h())}),n("update resize observerUpdate lock unlock changeDirection",()=>{T()}),n("setTranslate",()=>{h()}),n("setTransition",(b,I)=>{w(I)}),n("enable disable",()=>{const{el:b}=e.scrollbar;b&&b.classList[e.enabled?"remove":"add"](...St(e.params.scrollbar.lockClass))}),n("destroy",()=>{S()});const c=()=>{e.el.classList.remove(...St(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...St(e.params.scrollbar.scrollbarDisabledClass)),O(),T(),h()},A=()=>{e.el.classList.add(...St(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...St(e.params.scrollbar.scrollbarDisabledClass)),S()};Object.assign(e.scrollbar,{enable:c,disable:A,updateSize:T,setTranslate:h,init:O,destroy:S})}function Gt(t){let{swiper:e,extendParams:i,on:n,emit:s,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let d,a,r=l&&l.autoplay?l.autoplay.delay:3e3,p=l&&l.autoplay?l.autoplay.delay:3e3,u,f=new Date().getTime(),m,h,w,T,C,v,x;function y(_){!e||e.destroyed||!e.wrapperEl||_.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",y),!(x||_.detail&&_.detail.bySwiperTouchMove)&&c())}const E=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(p=u,m=!1);const _=e.autoplay.paused?u:f+p-new Date().getTime();e.autoplay.timeLeft=_,s("autoplayTimeLeft",_,_/r),a=requestAnimationFrame(()=>{E()})},k=()=>{let _;return e.virtual&&e.params.virtual.enabled?_=e.slides.filter(F=>F.classList.contains("swiper-slide-active"))[0]:_=e.slides[e.activeIndex],_?parseInt(_.getAttribute("data-swiper-autoplay"),10):void 0},g=_=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(a),E();let N=typeof _>"u"?e.params.autoplay.delay:_;r=e.params.autoplay.delay,p=e.params.autoplay.delay;const F=k();!Number.isNaN(F)&&F>0&&typeof _>"u"&&(N=F,r=F,p=F),u=N;const V=e.params.speed,q=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(V,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,V,!0,!0),s("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(V,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,V,!0,!0),s("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return N>0?(clearTimeout(d),d=setTimeout(()=>{q()},N)):requestAnimationFrame(()=>{q()}),N},L=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),s("autoplayStart")},O=()=>{e.autoplay.running=!1,clearTimeout(d),cancelAnimationFrame(a),s("autoplayStop")},S=(_,N)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(d),_||(v=!0);const F=()=>{s("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",y):c()};if(e.autoplay.paused=!0,N){C&&(u=e.params.autoplay.delay),C=!1,F();return}u=(u||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&u<0&&!e.params.loop)&&(u<0&&(u=0),F())},c=()=>{e.isEnd&&u<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),v?(v=!1,g(u)):g(),e.autoplay.paused=!1,s("autoplayResume"))},A=()=>{if(e.destroyed||!e.autoplay.running)return;const _=ct();_.visibilityState==="hidden"&&(v=!0,S(!0)),_.visibilityState==="visible"&&c()},b=_=>{_.pointerType==="mouse"&&(v=!0,x=!0,!(e.animating||e.autoplay.paused)&&S(!0))},I=_=>{_.pointerType==="mouse"&&(x=!1,e.autoplay.paused&&c())},D=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",b),e.el.addEventListener("pointerleave",I))},P=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",b),e.el.removeEventListener("pointerleave",I))},B=()=>{ct().addEventListener("visibilitychange",A)},j=()=>{ct().removeEventListener("visibilitychange",A)};n("init",()=>{e.params.autoplay.enabled&&(D(),B(),L())}),n("destroy",()=>{P(),j(),e.autoplay.running&&O()}),n("_freeModeStaticRelease",()=>{(w||v)&&c()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?O():S(!0,!0)}),n("beforeTransitionStart",(_,N,F)=>{e.destroyed||!e.autoplay.running||(F||!e.params.autoplay.disableOnInteraction?S(!0,!0):O())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){O();return}h=!0,w=!1,v=!1,T=setTimeout(()=>{v=!0,w=!0,S(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!h)){if(clearTimeout(T),clearTimeout(d),e.params.autoplay.disableOnInteraction){w=!1,h=!1;return}w&&e.params.cssMode&&c(),w=!1,h=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(C=!0)}),Object.assign(e.autoplay,{start:L,stop:O,pause:S,resume:c})}function uo(t){let{swiper:e,extendParams:i,emit:n,once:s}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const r=e.getTranslate();e.setTranslate(r),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function d(){if(e.params.cssMode)return;const{touchEventsData:r,touches:p}=e;r.velocities.length===0&&r.velocities.push({position:p[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:p[e.isHorizontal()?"currentX":"currentY"],time:st()})}function a(r){let{currentPos:p}=r;if(e.params.cssMode)return;const{params:u,wrapperEl:f,rtlTranslate:m,snapGrid:h,touchEventsData:w}=e,C=st()-w.touchStartTime;if(p<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(p>-e.maxTranslate()){e.slides.length<h.length?e.slideTo(h.length-1):e.slideTo(e.slides.length-1);return}if(u.freeMode.momentum){if(w.velocities.length>1){const O=w.velocities.pop(),S=w.velocities.pop(),c=O.position-S.position,A=O.time-S.time;e.velocity=c/A,e.velocity/=2,Math.abs(e.velocity)<u.freeMode.minimumVelocity&&(e.velocity=0),(A>150||st()-O.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=u.freeMode.momentumVelocityRatio,w.velocities.length=0;let v=1e3*u.freeMode.momentumRatio;const x=e.velocity*v;let y=e.translate+x;m&&(y=-y);let E=!1,k;const g=Math.abs(e.velocity)*20*u.freeMode.momentumBounceRatio;let L;if(y<e.maxTranslate())u.freeMode.momentumBounce?(y+e.maxTranslate()<-g&&(y=e.maxTranslate()-g),k=e.maxTranslate(),E=!0,w.allowMomentumBounce=!0):y=e.maxTranslate(),u.loop&&u.centeredSlides&&(L=!0);else if(y>e.minTranslate())u.freeMode.momentumBounce?(y-e.minTranslate()>g&&(y=e.minTranslate()+g),k=e.minTranslate(),E=!0,w.allowMomentumBounce=!0):y=e.minTranslate(),u.loop&&u.centeredSlides&&(L=!0);else if(u.freeMode.sticky){let O;for(let S=0;S<h.length;S+=1)if(h[S]>-y){O=S;break}Math.abs(h[O]-y)<Math.abs(h[O-1]-y)||e.swipeDirection==="next"?y=h[O]:y=h[O-1],y=-y}if(L&&s("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(m?v=Math.abs((-y-e.translate)/e.velocity):v=Math.abs((y-e.translate)/e.velocity),u.freeMode.sticky){const O=Math.abs((m?-y:y)-e.translate),S=e.slidesSizesGrid[e.activeIndex];O<S?v=u.speed:O<2*S?v=u.speed*1.5:v=u.speed*2.5}}else if(u.freeMode.sticky){e.slideToClosest();return}u.freeMode.momentumBounce&&E?(e.updateProgress(k),e.setTransition(v),e.setTranslate(y),e.transitionStart(!0,e.swipeDirection),e.animating=!0,ti(f,()=>{!e||e.destroyed||!w.allowMomentumBounce||(n("momentumBounce"),e.setTransition(u.speed),setTimeout(()=>{e.setTranslate(k),ti(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(y),e.setTransition(v),e.setTranslate(y),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,ti(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(y),e.updateActiveIndex(),e.updateSlidesClasses()}else if(u.freeMode.sticky){e.slideToClosest();return}else u.freeMode&&n("_freeModeNoMomentumRelease");(!u.freeMode.momentum||C>=u.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:d,onTouchEnd:a}})}let ni;function co(){const t=$e(),e=ct();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Gi(){return ni||(ni=co()),ni}let oi;function po(t){let{userAgent:e}=t===void 0?{}:t;const i=Gi(),n=$e(),s=n.navigator.platform,l=e||n.navigator.userAgent,d={ios:!1,android:!1},a=n.screen.width,r=n.screen.height,p=l.match(/(Android);?[\s\/]+([\d.]+)?/);let u=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),m=!u&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),h=s==="Win32";let w=s==="MacIntel";const T=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!u&&w&&i.touch&&T.indexOf(`${a}x${r}`)>=0&&(u=l.match(/(Version)\/([\d.]+)/),u||(u=[0,1,"13_0_0"]),w=!1),p&&!h&&(d.os="android",d.android=!0),(u||m||f)&&(d.os="ios",d.ios=!0),d}function Ui(t){return t===void 0&&(t={}),oi||(oi=po(t)),oi}let li;function vo(){const t=$e(),e=Ui();let i=!1;function n(){const a=t.navigator.userAgent.toLowerCase();return a.indexOf("safari")>=0&&a.indexOf("chrome")<0&&a.indexOf("android")<0}if(n()){const a=String(t.navigator.userAgent);if(a.includes("Version/")){const[r,p]=a.split("Version/")[1].split(" ")[0].split(".").map(u=>Number(u));i=r<16||r===16&&p<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),d=l||s&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:d,isWebView:s}}function mo(){return li||(li=vo()),li}function fo(t){let{swiper:e,on:i,emit:n}=t;const s=$e();let l=null,d=null;const a=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{d=s.requestAnimationFrame(()=>{const{width:m,height:h}=e;let w=m,T=h;f.forEach(C=>{let{contentBoxSize:v,contentRect:x,target:y}=C;y&&y!==e.el||(w=x?x.width:(v[0]||v).inlineSize,T=x?x.height:(v[0]||v).blockSize)}),(w!==m||T!==h)&&a()})}),l.observe(e.el))},p=()=>{d&&s.cancelAnimationFrame(d),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},u=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof s.ResizeObserver<"u"){r();return}s.addEventListener("resize",a),s.addEventListener("orientationchange",u)}),i("destroy",()=>{p(),s.removeEventListener("resize",a),s.removeEventListener("orientationchange",u)})}function ho(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=[],d=$e(),a=function(u,f){f===void 0&&(f={});const m=d.MutationObserver||d.WebkitMutationObserver,h=new m(w=>{if(e.__preventObserver__)return;if(w.length===1){s("observerUpdate",w[0]);return}const T=function(){s("observerUpdate",w[0])};d.requestAnimationFrame?d.requestAnimationFrame(T):d.setTimeout(T,0)});h.observe(u,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(h)},r=()=>{if(e.params.observer){if(e.params.observeParents){const u=zi(e.hostEl);for(let f=0;f<u.length;f+=1)a(u[f])}a(e.hostEl,{childList:e.params.observeSlideChildren}),a(e.wrapperEl,{attributes:!1})}},p=()=>{l.forEach(u=>{u.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",p)}var go={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const s=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][s](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function s(){n.off(t,s),s.__emitterProxy&&delete s.__emitterProxy;for(var l=arguments.length,d=new Array(l),a=0;a<l;a++)d[a]=arguments[a];e.apply(n,d)}return s.__emitterProxy=e,n.on(t,s,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const n=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[n](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(n=>{typeof e>"u"?i.eventsListeners[n]=[]:i.eventsListeners[n]&&i.eventsListeners[n].forEach((s,l)=>{(s===e||s.__emitterProxy&&s.__emitterProxy===e)&&i.eventsListeners[n].splice(l,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,n;for(var s=arguments.length,l=new Array(s),d=0;d<s;d++)l[d]=arguments[d];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(p=>{p.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(p=>{p.apply(n,i)})}),t}};function bo(){const t=this;let e,i;const n=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=n.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=n.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Tt(n,"padding-left")||0,10)-parseInt(Tt(n,"padding-right")||0,10),i=i-parseInt(Tt(n,"padding-top")||0,10)-parseInt(Tt(n,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function yo(){const t=this;function e(c,A){return parseFloat(c.getPropertyValue(t.getDirectionLabel(A))||0)}const i=t.params,{wrapperEl:n,slidesEl:s,size:l,rtlTranslate:d,wrongRTL:a}=t,r=t.virtual&&i.virtual.enabled,p=r?t.virtual.slides.length:t.slides.length,u=ft(s,`.${t.params.slideClass}, swiper-slide`),f=r?t.virtual.slides.length:u.length;let m=[];const h=[],w=[];let T=i.slidesOffsetBefore;typeof T=="function"&&(T=i.slidesOffsetBefore.call(t));let C=i.slidesOffsetAfter;typeof C=="function"&&(C=i.slidesOffsetAfter.call(t));const v=t.snapGrid.length,x=t.slidesGrid.length;let y=i.spaceBetween,E=-T,k=0,g=0;if(typeof l>"u")return;typeof y=="string"&&y.indexOf("%")>=0?y=parseFloat(y.replace("%",""))/100*l:typeof y=="string"&&(y=parseFloat(y)),t.virtualSize=-y,u.forEach(c=>{d?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(jt(n,"--swiper-centered-offset-before",""),jt(n,"--swiper-centered-offset-after",""));const L=i.grid&&i.grid.rows>1&&t.grid;L?t.grid.initSlides(u):t.grid&&t.grid.unsetSlides();let O;const S=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(c=>typeof i.breakpoints[c].slidesPerView<"u").length>0;for(let c=0;c<f;c+=1){O=0;let A;if(u[c]&&(A=u[c]),L&&t.grid.updateSlide(c,A,u),!(u[c]&&Tt(A,"display")==="none")){if(i.slidesPerView==="auto"){S&&(u[c].style[t.getDirectionLabel("width")]="");const b=getComputedStyle(A),I=A.style.transform,D=A.style.webkitTransform;if(I&&(A.style.transform="none"),D&&(A.style.webkitTransform="none"),i.roundLengths)O=t.isHorizontal()?ii(A,"width",!0):ii(A,"height",!0);else{const P=e(b,"width"),B=e(b,"padding-left"),j=e(b,"padding-right"),_=e(b,"margin-left"),N=e(b,"margin-right"),F=b.getPropertyValue("box-sizing");if(F&&F==="border-box")O=P+_+N;else{const{clientWidth:V,offsetWidth:q}=A;O=P+B+j+_+N+(q-V)}}I&&(A.style.transform=I),D&&(A.style.webkitTransform=D),i.roundLengths&&(O=Math.floor(O))}else O=(l-(i.slidesPerView-1)*y)/i.slidesPerView,i.roundLengths&&(O=Math.floor(O)),u[c]&&(u[c].style[t.getDirectionLabel("width")]=`${O}px`);u[c]&&(u[c].swiperSlideSize=O),w.push(O),i.centeredSlides?(E=E+O/2+k/2+y,k===0&&c!==0&&(E=E-l/2-y),c===0&&(E=E-l/2-y),Math.abs(E)<1/1e3&&(E=0),i.roundLengths&&(E=Math.floor(E)),g%i.slidesPerGroup===0&&m.push(E),h.push(E)):(i.roundLengths&&(E=Math.floor(E)),(g-Math.min(t.params.slidesPerGroupSkip,g))%t.params.slidesPerGroup===0&&m.push(E),h.push(E),E=E+O+y),t.virtualSize+=O+y,k=O,g+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+C,d&&a&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+y}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+y}px`),L&&t.grid.updateWrapperSize(O,m),!i.centeredSlides){const c=[];for(let A=0;A<m.length;A+=1){let b=m[A];i.roundLengths&&(b=Math.floor(b)),m[A]<=t.virtualSize-l&&c.push(b)}m=c,Math.floor(t.virtualSize-l)-Math.floor(m[m.length-1])>1&&m.push(t.virtualSize-l)}if(r&&i.loop){const c=w[0]+y;if(i.slidesPerGroup>1){const A=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),b=c*i.slidesPerGroup;for(let I=0;I<A;I+=1)m.push(m[m.length-1]+b)}for(let A=0;A<t.virtual.slidesBefore+t.virtual.slidesAfter;A+=1)i.slidesPerGroup===1&&m.push(m[m.length-1]+c),h.push(h[h.length-1]+c),t.virtualSize+=c}if(m.length===0&&(m=[0]),y!==0){const c=t.isHorizontal()&&d?"marginLeft":t.getDirectionLabel("marginRight");u.filter((A,b)=>!i.cssMode||i.loop?!0:b!==u.length-1).forEach(A=>{A.style[c]=`${y}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;w.forEach(b=>{c+=b+(y||0)}),c-=y;const A=c-l;m=m.map(b=>b<=0?-T:b>A?A+C:b)}if(i.centerInsufficientSlides){let c=0;w.forEach(b=>{c+=b+(y||0)}),c-=y;const A=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+A<l){const b=(l-c-A)/2;m.forEach((I,D)=>{m[D]=I-b}),h.forEach((I,D)=>{h[D]=I+b})}}if(Object.assign(t,{slides:u,snapGrid:m,slidesGrid:h,slidesSizesGrid:w}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){jt(n,"--swiper-centered-offset-before",`${-m[0]}px`),jt(n,"--swiper-centered-offset-after",`${t.size/2-w[w.length-1]/2}px`);const c=-t.snapGrid[0],A=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(b=>b+c),t.slidesGrid=t.slidesGrid.map(b=>b+A)}if(f!==p&&t.emit("slidesLengthChange"),m.length!==v&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),h.length!==x&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const c=`${i.containerModifierClass}backface-hidden`,A=t.el.classList.contains(c);f<=i.maxBackfaceHiddenSlides?A||t.el.classList.add(c):A&&t.el.classList.remove(c)}}function wo(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let s=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const d=a=>n?e.slides[e.getSlideIndexByData(a)]:e.slides[a];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(a=>{i.push(a)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const a=e.activeIndex+l;if(a>e.slides.length&&!n)break;i.push(d(a))}else i.push(d(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const a=i[l].offsetHeight;s=a>s?a:s}(s||s===0)&&(e.wrapperEl.style.height=`${s}px`)}function So(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let n=0;n<e.length;n+=1)e[n].swiperSlideOffset=(t.isHorizontal()?e[n].offsetLeft:e[n].offsetTop)-i-t.cssOverflowAdjustment()}const Wi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function To(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:s,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let d=-t;s&&(d=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let a=i.spaceBetween;typeof a=="string"&&a.indexOf("%")>=0?a=parseFloat(a.replace("%",""))/100*e.size:typeof a=="string"&&(a=parseFloat(a));for(let r=0;r<n.length;r+=1){const p=n[r];let u=p.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(u-=n[0].swiperSlideOffset);const f=(d+(i.centeredSlides?e.minTranslate():0)-u)/(p.swiperSlideSize+a),m=(d-l[0]+(i.centeredSlides?e.minTranslate():0)-u)/(p.swiperSlideSize+a),h=-(d-u),w=h+e.slidesSizesGrid[r],T=h>=0&&h<=e.size-e.slidesSizesGrid[r],C=h>=0&&h<e.size-1||w>1&&w<=e.size||h<=0&&w>=e.size;C&&(e.visibleSlides.push(p),e.visibleSlidesIndexes.push(r)),Wi(p,C,i.slideVisibleClass),Wi(p,T,i.slideFullyVisibleClass),p.progress=s?-f:f,p.originalProgress=s?-m:m}}function xo(t){const e=this;if(typeof t>"u"){const u=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*u||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:s,isBeginning:l,isEnd:d,progressLoop:a}=e;const r=l,p=d;if(n===0)s=0,l=!0,d=!0;else{s=(t-e.minTranslate())/n;const u=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=u||s<=0,d=f||s>=1,u&&(s=0),f&&(s=1)}if(i.loop){const u=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),m=e.slidesGrid[u],h=e.slidesGrid[f],w=e.slidesGrid[e.slidesGrid.length-1],T=Math.abs(t);T>=m?a=(T-m)/w:a=(T+w-h)/w,a>1&&(a-=1)}Object.assign(e,{progress:s,progressLoop:a,isBeginning:l,isEnd:d}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),d&&!p&&e.emit("reachEnd toEdge"),(r&&!l||p&&!d)&&e.emit("fromEdge"),e.emit("progress",s)}const si=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Eo(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:s}=t,l=t.virtual&&i.virtual.enabled,d=t.grid&&i.grid&&i.grid.rows>1,a=f=>ft(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let r,p,u;if(l)if(i.loop){let f=s-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),r=a(`[data-swiper-slide-index="${f}"]`)}else r=a(`[data-swiper-slide-index="${s}"]`);else d?(r=e.filter(f=>f.column===s)[0],u=e.filter(f=>f.column===s+1)[0],p=e.filter(f=>f.column===s-1)[0]):r=e[s];r&&(d||(u=so(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u&&(u=e[0]),p=lo(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!p===0&&(p=e[e.length-1]))),e.forEach(f=>{si(f,f===r,i.slideActiveClass),si(f,f===u,i.slideNextClass),si(f,f===p,i.slidePrevClass)}),t.emitSlidesClasses()}const Ut=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,n=e.closest(i());if(n){let s=n.querySelector(`.${t.params.lazyPreloaderClass}`);!s&&t.isElement&&(n.shadowRoot?s=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(s=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},ri=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},di=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const n=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),s=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const d=s,a=[d-e];a.push(...Array.from({length:e}).map((r,p)=>d+n+p)),t.slides.forEach((r,p)=>{a.includes(r.column)&&ri(t,p)});return}const l=s+n-1;if(t.params.rewind||t.params.loop)for(let d=s-e;d<=l+e;d+=1){const a=(d%i+i)%i;(a<s||a>l)&&ri(t,a)}else for(let d=Math.max(s-e,0);d<=Math.min(l+e,i-1);d+=1)d!==s&&(d>l||d<s)&&ri(t,d)};function Ao(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let s;for(let l=0;l<e.length;l+=1)typeof e[l+1]<"u"?n>=e[l]&&n<e[l+1]-(e[l+1]-e[l])/2?s=l:n>=e[l]&&n<e[l+1]&&(s=l+1):n>=e[l]&&(s=l);return i.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function Co(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:s,activeIndex:l,realIndex:d,snapIndex:a}=e;let r=t,p;const u=h=>{let w=h-e.virtual.slidesBefore;return w<0&&(w=e.virtual.slides.length+w),w>=e.virtual.slides.length&&(w-=e.virtual.slides.length),w};if(typeof r>"u"&&(r=Ao(e)),n.indexOf(i)>=0)p=n.indexOf(i);else{const h=Math.min(s.slidesPerGroupSkip,r);p=h+Math.floor((r-h)/s.slidesPerGroup)}if(p>=n.length&&(p=n.length-1),r===l&&!e.params.loop){p!==a&&(e.snapIndex=p,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=u(r);return}const f=e.grid&&s.grid&&s.grid.rows>1;let m;if(e.virtual&&s.virtual.enabled&&s.loop)m=u(r);else if(f){const h=e.slides.filter(T=>T.column===r)[0];let w=parseInt(h.getAttribute("data-swiper-slide-index"),10);Number.isNaN(w)&&(w=Math.max(e.slides.indexOf(h),0)),m=Math.floor(w/s.grid.rows)}else if(e.slides[r]){const h=e.slides[r].getAttribute("data-swiper-slide-index");h?m=parseInt(h,10):m=r}else m=r;Object.assign(e,{previousSnapIndex:a,snapIndex:p,previousRealIndex:d,realIndex:m,previousIndex:l,activeIndex:r}),e.initialized&&di(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(d!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function Io(t,e){const i=this,n=i.params;let s=t.closest(`.${n.slideClass}, swiper-slide`);!s&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(a=>{!s&&a.matches&&a.matches(`.${n.slideClass}, swiper-slide`)&&(s=a)});let l=!1,d;if(s){for(let a=0;a<i.slides.length;a+=1)if(i.slides[a]===s){l=!0,d=a;break}}if(s&&l)i.clickedSlide=s,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=d;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var ko={updateSize:bo,updateSlides:yo,updateAutoHeight:wo,updateSlidesOffset:So,updateSlidesProgress:To,updateProgress:xo,updateSlidesClasses:Eo,updateActiveIndex:Co,updateClickedSlide:Io};function _o(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:s,wrapperEl:l}=e;if(i.virtualTranslate)return n?-s:s;if(i.cssMode)return s;let d=io(l,t);return d+=e.cssOverflowAdjustment(),n&&(d=-d),d||0}function Po(t,e){const i=this,{rtlTranslate:n,params:s,wrapperEl:l,progress:d}=i;let a=0,r=0;const p=0;i.isHorizontal()?a=n?-t:t:r=t,s.roundLengths&&(a=Math.floor(a),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?a:r,s.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-a:-r:s.virtualTranslate||(i.isHorizontal()?a-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${a}px, ${r}px, ${p}px)`);let u;const f=i.maxTranslate()-i.minTranslate();f===0?u=0:u=(t-i.minTranslate())/f,u!==d&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Do(){return-this.snapGrid[0]}function Mo(){return-this.snapGrid[this.snapGrid.length-1]}function Oo(t,e,i,n,s){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),n===void 0&&(n=!0);const l=this,{params:d,wrapperEl:a}=l;if(l.animating&&d.preventInteractionOnTransition)return!1;const r=l.minTranslate(),p=l.maxTranslate();let u;if(n&&t>r?u=r:n&&t<p?u=p:u=t,l.updateProgress(u),d.cssMode){const f=l.isHorizontal();if(e===0)a[f?"scrollLeft":"scrollTop"]=-u;else{if(!l.support.smoothScroll)return Vi({swiper:l,targetPosition:-u,side:f?"left":"top"}),!0;a.scrollTo({[f?"left":"top"]:-u,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionStart")),l.animating||(l.animating=!0,l.onTranslateToWrapperTransitionEnd||(l.onTranslateToWrapperTransitionEnd=function(m){!l||l.destroyed||m.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onTranslateToWrapperTransitionEnd),l.onTranslateToWrapperTransitionEnd=null,delete l.onTranslateToWrapperTransitionEnd,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var Lo={getTranslate:_o,setTranslate:Po,minTranslate:Do,maxTranslate:Mo,translateTo:Oo};function No(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function Yi(t){let{swiper:e,runCallbacks:i,direction:n,step:s}=t;const{activeIndex:l,previousIndex:d}=e;let a=n;if(a||(l>d?a="next":l<d?a="prev":a="reset"),e.emit(`transition${s}`),i&&l!==d){if(a==="reset"){e.emit(`slideResetTransition${s}`);return}e.emit(`slideChangeTransition${s}`),a==="next"?e.emit(`slideNextTransition${s}`):e.emit(`slidePrevTransition${s}`)}}function Bo(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Yi({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Fo(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Yi({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var jo={setTransition:No,transitionStart:Bo,transitionEnd:Fo};function Vo(t,e,i,n,s){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let d=t;d<0&&(d=0);const{params:a,snapGrid:r,slidesGrid:p,previousIndex:u,activeIndex:f,rtlTranslate:m,wrapperEl:h,enabled:w}=l;if(!w&&!n&&!s||l.destroyed||l.animating&&a.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const T=Math.min(l.params.slidesPerGroupSkip,d);let C=T+Math.floor((d-T)/l.params.slidesPerGroup);C>=r.length&&(C=r.length-1);const v=-r[C];if(a.normalizeSlideIndex)for(let y=0;y<p.length;y+=1){const E=-Math.floor(v*100),k=Math.floor(p[y]*100),g=Math.floor(p[y+1]*100);typeof p[y+1]<"u"?E>=k&&E<g-(g-k)/2?d=y:E>=k&&E<g&&(d=y+1):E>=k&&(d=y)}if(l.initialized&&d!==f&&(!l.allowSlideNext&&(m?v>l.translate&&v>l.minTranslate():v<l.translate&&v<l.minTranslate())||!l.allowSlidePrev&&v>l.translate&&v>l.maxTranslate()&&(f||0)!==d))return!1;d!==(u||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(v);let x;if(d>f?x="next":d<f?x="prev":x="reset",m&&-v===l.translate||!m&&v===l.translate)return l.updateActiveIndex(d),a.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),a.effect!=="slide"&&l.setTranslate(v),x!=="reset"&&(l.transitionStart(i,x),l.transitionEnd(i,x)),!1;if(a.cssMode){const y=l.isHorizontal(),E=m?v:-v;if(e===0){const k=l.virtual&&l.params.virtual.enabled;k&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),k&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{h[y?"scrollLeft":"scrollTop"]=E})):h[y?"scrollLeft":"scrollTop"]=E,k&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Vi({swiper:l,targetPosition:E,side:y?"left":"top"}),!0;h.scrollTo({[y?"left":"top"]:E,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(v),l.updateActiveIndex(d),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,x),e===0?l.transitionEnd(i,x):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(E){!l||l.destroyed||E.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,x))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function zo(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);const l=s.grid&&s.params.grid&&s.params.grid.rows>1;let d=t;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)d=d+s.virtual.slidesBefore;else{let a;if(l){const m=d*s.params.grid.rows;a=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else a=s.getSlideIndexByData(d);const r=l?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:p}=s.params;let u=s.params.slidesPerView;u==="auto"?u=s.slidesPerViewDynamic():(u=Math.ceil(parseFloat(s.params.slidesPerView,10)),p&&u%2===0&&(u=u+1));let f=r-a<u;if(p&&(f=f||a<Math.ceil(u/2)),n&&p&&s.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const m=p?a<s.activeIndex?"prev":"next":a-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?a+1:a-r+1,slideRealIndex:m==="next"?s.realIndex:void 0})}if(l){const m=d*s.params.grid.rows;d=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else d=s.getSlideIndexByData(d)}return requestAnimationFrame(()=>{s.slideTo(d,e,i,n)}),s}function Ho(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:s,params:l,animating:d}=n;if(!s||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let a=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(a=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:a,p=n.virtual&&l.virtual.enabled;if(l.loop){if(d&&!p&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function Go(t,e,i){e===void 0&&(e=!0);const n=this,{params:s,snapGrid:l,slidesGrid:d,rtlTranslate:a,enabled:r,animating:p}=n;if(!r||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const u=n.virtual&&s.virtual.enabled;if(s.loop){if(p&&!u&&s.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=a?n.translate:-n.translate;function m(v){return v<0?-Math.floor(Math.abs(v)):Math.floor(v)}const h=m(f),w=l.map(v=>m(v));let T=l[w.indexOf(h)-1];if(typeof T>"u"&&s.cssMode){let v;l.forEach((x,y)=>{h>=x&&(v=y)}),typeof v<"u"&&(T=l[v>0?v-1:v])}let C=0;if(typeof T<"u"&&(C=d.indexOf(T),C<0&&(C=n.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(C=C-n.slidesPerViewDynamic("previous",!0)+1,C=Math.max(C,0))),s.rewind&&n.isBeginning){const v=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(v,t,e,i)}else if(s.loop&&n.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{n.slideTo(C,t,e,i)}),!0;return n.slideTo(C,t,e,i)}function Uo(t,e,i){e===void 0&&(e=!0);const n=this;if(!n.destroyed)return typeof t>"u"&&(t=n.params.speed),n.slideTo(n.activeIndex,t,e,i)}function Wo(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const s=this;if(s.destroyed)return;typeof t>"u"&&(t=s.params.speed);let l=s.activeIndex;const d=Math.min(s.params.slidesPerGroupSkip,l),a=d+Math.floor((l-d)/s.params.slidesPerGroup),r=s.rtlTranslate?s.translate:-s.translate;if(r>=s.snapGrid[a]){const p=s.snapGrid[a],u=s.snapGrid[a+1];r-p>(u-p)*n&&(l+=s.params.slidesPerGroup)}else{const p=s.snapGrid[a-1],u=s.snapGrid[a];r-p<=(u-p)*n&&(l-=s.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,s.slidesGrid.length-1),s.slideTo(l,t,e,i)}function Yo(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let s=t.clickedIndex,l;const d=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?s<t.loopedSlides-n/2||s>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),s=t.getSlideIndex(ft(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),At(()=>{t.slideTo(s)})):t.slideTo(s):s>t.slides.length-n?(t.loopFix(),s=t.getSlideIndex(ft(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),At(()=>{t.slideTo(s)})):t.slideTo(s)}else t.slideTo(s)}var Xo={slideTo:Vo,slideToLoop:zo,slideNext:Ho,slidePrev:Go,slideReset:Uo,slideToClosest:Wo,slideToClickedSlide:Yo};function qo(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const s=()=>{ft(n,`.${i.slideClass}, swiper-slide`).forEach((f,m)=>{f.setAttribute("data-swiper-slide-index",m)})},l=e.grid&&i.grid&&i.grid.rows>1,d=i.slidesPerGroup*(l?i.grid.rows:1),a=e.slides.length%d!==0,r=l&&e.slides.length%i.grid.rows!==0,p=u=>{for(let f=0;f<u;f+=1){const m=e.isElement?_t("swiper-slide",[i.slideBlankClass]):_t("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(a){if(i.loopAddBlankSlides){const u=d-e.slides.length%d;p(u),e.recalcSlides(),e.updateSlides()}else Vt("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(r){if(i.loopAddBlankSlides){const u=i.grid.rows-e.slides.length%i.grid.rows;p(u),e.recalcSlides(),e.updateSlides()}else Vt("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Jo(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:s,activeSlideIndex:l,byController:d,byMousewheel:a}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:p,allowSlidePrev:u,allowSlideNext:f,slidesEl:m,params:h}=r,{centeredSlides:w}=h;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&h.virtual.enabled){i&&(!h.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):h.centeredSlides&&r.snapIndex<h.slidesPerView?r.slideTo(r.virtual.slides.length+r.snapIndex,0,!1,!0):r.snapIndex===r.snapGrid.length-1&&r.slideTo(r.virtual.slidesBefore,0,!1,!0)),r.allowSlidePrev=u,r.allowSlideNext=f,r.emit("loopFix");return}let T=h.slidesPerView;T==="auto"?T=r.slidesPerViewDynamic():(T=Math.ceil(parseFloat(h.slidesPerView,10)),w&&T%2===0&&(T=T+1));const C=h.slidesPerGroupAuto?T:h.slidesPerGroup;let v=C;v%C!==0&&(v+=C-v%C),v+=h.loopAdditionalSlides,r.loopedSlides=v;const x=r.grid&&h.grid&&h.grid.rows>1;p.length<T+v?Vt("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):x&&h.grid.fill==="row"&&Vt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const y=[],E=[];let k=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(p.filter(I=>I.classList.contains(h.slideActiveClass))[0]):k=l;const g=n==="next"||!n,L=n==="prev"||!n;let O=0,S=0;const c=x?Math.ceil(p.length/h.grid.rows):p.length,b=(x?p[l].column:l)+(w&&typeof s>"u"?-T/2+.5:0);if(b<v){O=Math.max(v-b,C);for(let I=0;I<v-b;I+=1){const D=I-Math.floor(I/c)*c;if(x){const P=c-D-1;for(let B=p.length-1;B>=0;B-=1)p[B].column===P&&y.push(B)}else y.push(c-D-1)}}else if(b+T>c-v){S=Math.max(b-(c-v*2),C);for(let I=0;I<S;I+=1){const D=I-Math.floor(I/c)*c;x?p.forEach((P,B)=>{P.column===D&&E.push(B)}):E.push(D)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),L&&y.forEach(I=>{p[I].swiperLoopMoveDOM=!0,m.prepend(p[I]),p[I].swiperLoopMoveDOM=!1}),g&&E.forEach(I=>{p[I].swiperLoopMoveDOM=!0,m.append(p[I]),p[I].swiperLoopMoveDOM=!1}),r.recalcSlides(),h.slidesPerView==="auto"?r.updateSlides():x&&(y.length>0&&L||E.length>0&&g)&&r.slides.forEach((I,D)=>{r.grid.updateSlide(D,I,r.slides)}),h.watchSlidesProgress&&r.updateSlidesOffset(),i){if(y.length>0&&L){if(typeof e>"u"){const I=r.slidesGrid[k],P=r.slidesGrid[k+O]-I;a?r.setTranslate(r.translate-P):(r.slideTo(k+Math.ceil(O),0,!1,!0),s&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-P,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-P))}else if(s){const I=x?y.length/h.grid.rows:y.length;r.slideTo(r.activeIndex+I,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(E.length>0&&g)if(typeof e>"u"){const I=r.slidesGrid[k],P=r.slidesGrid[k-S]-I;a?r.setTranslate(r.translate-P):(r.slideTo(k-S,0,!1,!0),s&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-P,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-P))}else{const I=x?E.length/h.grid.rows:E.length;r.slideTo(r.activeIndex-I,0,!1,!0)}}if(r.allowSlidePrev=u,r.allowSlideNext=f,r.controller&&r.controller.control&&!d){const I={slideRealIndex:e,direction:n,setTranslate:s,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(D=>{!D.destroyed&&D.params.loop&&D.loopFix({...I,slideTo:D.params.slidesPerView===h.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...I,slideTo:r.controller.control.params.slidesPerView===h.slidesPerView?i:!1})}r.emit("loopFix")}function Ko(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const n=[];t.slides.forEach(s=>{const l=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;n[l]=s}),t.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),n.forEach(s=>{i.append(s)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Qo={loopCreate:qo,loopFix:Jo,loopDestroy:Ko};function Zo(t){const e=this;if(!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const i=e.params.touchEventsTarget==="container"?e.el:e.wrapperEl;e.isElement&&(e.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=t?"grabbing":"grab",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1})}function Ro(){const t=this;t.params.watchOverflow&&t.isLocked||t.params.cssMode||(t.isElement&&(t.__preventObserver__=!0),t[t.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1}))}var $o={setGrabCursor:Zo,unsetGrabCursor:Ro};function el(t,e){e===void 0&&(e=this);function i(n){if(!n||n===ct()||n===$e())return null;n.assignedSlot&&(n=n.assignedSlot);const s=n.closest(t);return!s&&!n.getRootNode?null:s||i(n.getRootNode().host)}return i(e)}function Xi(t,e,i){const n=$e(),{params:s}=t,l=s.edgeSwipeDetection,d=s.edgeSwipeThreshold;return l&&(i<=d||i>=n.innerWidth-d)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function tl(t){const e=this,i=ct();let n=t;n.originalEvent&&(n=n.originalEvent);const s=e.touchEventsData;if(n.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==n.pointerId)return;s.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(s.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Xi(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:d,enabled:a}=e;if(!a||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||s.isTouched&&s.isMoved)return;const p=!!l.noSwipingClass&&l.noSwipingClass!=="",u=n.composedPath?n.composedPath():n.path;p&&n.target&&n.target.shadowRoot&&u&&(r=u[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,m=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(m?el(f,r):r.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;d.currentX=n.pageX,d.currentY=n.pageY;const h=d.currentX,w=d.currentY;if(!Xi(e,n,h))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),d.startX=h,d.startY=w,s.touchStartTime=st(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(s.allowThresholdMove=!1);let T=!0;r.matches(s.focusableElements)&&(T=!1,r.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const C=T&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||C)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function il(t){const e=ct(),i=this,n=i.touchEventsData,{params:s,touches:l,rtlTranslate:d,enabled:a}=i;if(!a||!s.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let p;if(r.type==="touchmove"){if(p=[...r.changedTouches].filter(g=>g.identifier===n.touchId)[0],!p||p.identifier!==n.touchId)return}else p=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const u=p.pageX,f=p.pageY;if(r.preventedByNestedSwiper){l.startX=u,l.startY=f;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f}),n.touchStartTime=st());return}if(s.touchReleaseOnEdges&&!s.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(u<l.startX&&i.translate<=i.maxTranslate()||u>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=u,l.currentY=f;const m=l.currentX-l.startX,h=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(m**2+h**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let g;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:m*m+h*h>=25&&(g=Math.atan2(Math.abs(h),Math.abs(m))*180/Math.PI,n.isScrolling=i.isHorizontal()?g>s.touchAngle:90-g>s.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling||r.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!s.cssMode&&r.cancelable&&r.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&r.stopPropagation();let w=i.isHorizontal()?m:h,T=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;s.oneWayMovement&&(w=Math.abs(w)*(d?1:-1),T=Math.abs(T)*(d?1:-1)),l.diff=w,w*=s.touchRatio,d&&(w=-w,T=-T);const C=i.touchesDirection;i.swipeDirection=w>0?"prev":"next",i.touchesDirection=T>0?"prev":"next";const v=i.params.loop&&!s.cssMode,x=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(v&&x&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const g=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(g)}n.allowMomentumBounce=!1,s.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let y;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&C!==i.touchesDirection&&v&&x&&Math.abs(w)>=1){Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=w+n.startTranslate;let E=!0,k=s.resistanceRatio;if(s.touchReleaseOnEdges&&(k=0),w>0?(v&&x&&!y&&n.allowThresholdMove&&n.currentTranslate>(s.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(E=!1,s.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+w)**k))):w<0&&(v&&x&&!y&&n.allowThresholdMove&&n.currentTranslate<(s.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(s.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(E=!1,s.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-w)**k))),E&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),s.threshold>0)if(Math.abs(w)>s.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,l.startX=l.currentX,l.startY=l.currentY,n.currentTranslate=n.startTranslate,l.diff=i.isHorizontal()?l.currentX-l.startX:l.currentY-l.startY;return}}else{n.currentTranslate=n.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&i.freeMode||s.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function nl(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let s;if(n.type==="touchend"||n.type==="touchcancel"){if(s=[...n.changedTouches].filter(k=>k.identifier===i.touchId)[0],!s||s.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;s=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:d,touches:a,rtlTranslate:r,slidesGrid:p,enabled:u}=e;if(!u||!d.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&d.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}d.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=st(),m=f-i.touchStartTime;if(e.allowClick){const k=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(k&&k[0]||n.target,k),e.emit("tap click",n),m<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=st(),At(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||a.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let h;if(d.followFinger?h=r?e.translate:-e.translate:h=-i.currentTranslate,d.cssMode)return;if(d.freeMode&&d.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:h});return}const w=h>=-e.maxTranslate()&&!e.params.loop;let T=0,C=e.slidesSizesGrid[0];for(let k=0;k<p.length;k+=k<d.slidesPerGroupSkip?1:d.slidesPerGroup){const g=k<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;typeof p[k+g]<"u"?(w||h>=p[k]&&h<p[k+g])&&(T=k,C=p[k+g]-p[k]):(w||h>=p[k])&&(T=k,C=p[p.length-1]-p[p.length-2])}let v=null,x=null;d.rewind&&(e.isBeginning?x=d.virtual&&d.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(v=0));const y=(h-p[T])/C,E=T<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;if(m>d.longSwipesMs){if(!d.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(y>=d.longSwipesRatio?e.slideTo(d.rewind&&e.isEnd?v:T+E):e.slideTo(T)),e.swipeDirection==="prev"&&(y>1-d.longSwipesRatio?e.slideTo(T+E):x!==null&&y<0&&Math.abs(y)>d.longSwipesRatio?e.slideTo(x):e.slideTo(T))}else{if(!d.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(n.target===e.navigation.nextEl||n.target===e.navigation.prevEl)?n.target===e.navigation.nextEl?e.slideTo(T+E):e.slideTo(T):(e.swipeDirection==="next"&&e.slideTo(v!==null?v:T+E),e.swipeDirection==="prev"&&e.slideTo(x!==null?x:T))}}function qi(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:s,snapGrid:l}=t,d=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const a=d&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!a?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!d?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=s,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function ol(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function ll(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:n}=t;if(!n)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let s;const l=t.maxTranslate()-t.minTranslate();l===0?s=0:s=(t.translate-t.minTranslate())/l,s!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function sl(t){const e=this;Ut(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function rl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Ji=(t,e)=>{const i=ct(),{params:n,el:s,wrapperEl:l,device:d}=t,a=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",p=e;!s||typeof s=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:a}),s[r]("touchstart",t.onTouchStart,{passive:!1}),s[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:a}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:a}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&s[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[p](d.ios||d.android?"resize orientationchange observerUpdate":"resize observerUpdate",qi,!0):t[p]("observerUpdate",qi,!0),s[r]("load",t.onLoad,{capture:!0}))};function dl(){const t=this,{params:e}=t;t.onTouchStart=tl.bind(t),t.onTouchMove=il.bind(t),t.onTouchEnd=nl.bind(t),t.onDocumentTouchStart=rl.bind(t),e.cssMode&&(t.onScroll=ll.bind(t)),t.onClick=ol.bind(t),t.onLoad=sl.bind(t),Ji(t,"on")}function al(){Ji(this,"off")}var ul={attachEvents:dl,detachEvents:al};const Ki=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function cl(){const t=this,{realIndex:e,initialized:i,params:n,el:s}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const d=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!d||t.currentBreakpoint===d)return;const r=(d in l?l[d]:void 0)||t.originalParams,p=Ki(t,n),u=Ki(t,r),f=t.params.grabCursor,m=r.grabCursor,h=n.enabled;p&&!u?(s.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!p&&u&&(s.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&s.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!m?t.unsetGrabCursor():!f&&m&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(y=>{if(typeof r[y]>"u")return;const E=n[y]&&n[y].enabled,k=r[y]&&r[y].enabled;E&&!k&&t[y].disable(),!E&&k&&t[y].enable()});const w=r.direction&&r.direction!==n.direction,T=n.loop&&(r.slidesPerView!==n.slidesPerView||w),C=n.loop;w&&i&&t.changeDirection(),nt(t.params,r);const v=t.params.enabled,x=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),h&&!v?t.disable():!h&&v&&t.enable(),t.currentBreakpoint=d,t.emit("_beforeBreakpoint",r),i&&(T?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!C&&x?(t.loopCreate(e),t.updateSlides()):C&&!x&&t.loopDestroy()),t.emit("breakpoint",r)}function pl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const s=$e(),l=e==="window"?s.innerHeight:i.clientHeight,d=Object.keys(t).map(a=>{if(typeof a=="string"&&a.indexOf("@")===0){const r=parseFloat(a.substr(1));return{value:l*r,point:a}}return{value:a,point:a}});d.sort((a,r)=>parseInt(a.value,10)-parseInt(r.value,10));for(let a=0;a<d.length;a+=1){const{point:r,value:p}=d[a];e==="window"?s.matchMedia(`(min-width: ${p}px)`).matches&&(n=r):p<=i.clientWidth&&(n=r)}return n||"max"}var vl={setBreakpoint:cl,getBreakpoint:pl};function ml(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(s=>{n[s]&&i.push(e+s)}):typeof n=="string"&&i.push(e+n)}),i}function fl(){const t=this,{classNames:e,params:i,rtl:n,el:s,device:l}=t,d=ml(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:n},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:l.android},{ios:l.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...d),s.classList.add(...e),t.emitContainerClasses()}function hl(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var gl={addClasses:fl,removeClasses:hl};function bl(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const s=t.slides.length-1,l=t.slidesGrid[s]+t.slidesSizesGrid[s]+n*2;t.isLocked=t.size>l}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var yl={checkOverflow:bl},ai={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function wl(t,e){return function(n){n===void 0&&(n={});const s=Object.keys(n)[0],l=n[s];if(typeof l!="object"||l===null){nt(e,n);return}if(t[s]===!0&&(t[s]={enabled:!0}),s==="navigation"&&t[s]&&t[s].enabled&&!t[s].prevEl&&!t[s].nextEl&&(t[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&t[s]&&t[s].enabled&&!t[s].el&&(t[s].auto=!0),!(s in t&&"enabled"in l)){nt(e,n);return}typeof t[s]=="object"&&!("enabled"in t[s])&&(t[s].enabled=!0),t[s]||(t[s]={enabled:!1}),nt(e,n)}}const ui={eventsEmitter:go,update:ko,translate:Lo,transition:jo,slide:Xo,loop:Qo,grabCursor:$o,events:ul,breakpoints:vl,checkOverflow:yl,classes:gl},ci={};let pi=class wt{constructor(){let e,i;for(var n=arguments.length,s=new Array(n),l=0;l<n;l++)s[l]=arguments[l];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?i=s[0]:[e,i]=s,i||(i={}),i=nt({},i),e&&!i.el&&(i.el=e);const d=ct();if(i.el&&typeof i.el=="string"&&d.querySelectorAll(i.el).length>1){const u=[];return d.querySelectorAll(i.el).forEach(f=>{const m=nt({},i,{el:f});u.push(new wt(m))}),u}const a=this;a.__swiper__=!0,a.support=Gi(),a.device=Ui({userAgent:i.userAgent}),a.browser=mo(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],i.modules&&Array.isArray(i.modules)&&a.modules.push(...i.modules);const r={};a.modules.forEach(u=>{u({params:i,swiper:a,extendParams:wl(i,r),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const p=nt({},ai,r);return a.params=nt({},p,ci,i),a.originalParams=nt({},a.params),a.passedParams=nt({},i),a.params&&a.params.on&&Object.keys(a.params.on).forEach(u=>{a.on(u,a.params.on[u])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),Object.assign(a,{enabled:a.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return a.params.direction==="horizontal"},isVertical(){return a.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:n}=this,s=ft(i,`.${n.slideClass}, swiper-slide`),l=zt(s[0]);return zt(e)-l}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:n}=e;e.slides=ft(i,`.${n.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const n=this;e=Math.min(Math.max(e,0),1);const s=n.minTranslate(),d=(n.maxTranslate()-s)*e+s;n.translateTo(d,typeof i>"u"?0:i),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(n=>{const s=e.getSlideClasses(n);i.push({slideEl:n,classNames:s}),e.emit("_slideClass",n,s)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:s,slides:l,slidesGrid:d,slidesSizesGrid:a,size:r,activeIndex:p}=n;let u=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let f=l[p]?Math.ceil(l[p].swiperSlideSize):0,m;for(let h=p+1;h<l.length;h+=1)l[h]&&!m&&(f+=Math.ceil(l[h].swiperSlideSize),u+=1,f>r&&(m=!0));for(let h=p-1;h>=0;h-=1)l[h]&&!m&&(f+=l[h].swiperSlideSize,u+=1,f>r&&(m=!0))}else if(e==="current")for(let f=p+1;f<l.length;f+=1)(i?d[f]+a[f]-d[p]<r:d[f]-d[p]<r)&&(u+=1);else for(let f=p-1;f>=0;f-=1)d[p]-d[f]<r&&(u+=1);return u}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(d=>{d.complete&&Ut(e,d)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function s(){const d=e.rtlTranslate?e.translate*-1:e.translate,a=Math.min(Math.max(d,e.maxTranslate()),e.minTranslate());e.setTranslate(a),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)s(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const d=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(d.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||s()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,s=n.params.direction;return e||(e=s==="horizontal"?"vertical":"horizontal"),e===s||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${s}`),n.el.classList.add(`${n.params.containerModifierClass}${e}`),n.emitContainerClasses(),n.params.direction=e,n.slides.forEach(l=>{e==="vertical"?l.style.width="":l.style.height=""}),n.emit("changeDirection"),i&&n.update()),n}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let n=e||i.params.el;if(typeof n=="string"&&(n=document.querySelector(n)),!n)return!1;n.swiper=i,n.parentNode&&n.parentNode.host&&n.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const s=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let d=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(s()):ft(n,s())[0];return!d&&i.params.createElements&&(d=_t("div",i.params.wrapperClass),n.append(d),ft(n,`.${i.params.slideClass}`).forEach(a=>{d.append(a)})),Object.assign(i,{el:n,wrapperEl:d,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:d,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Tt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Tt(n,"direction")==="rtl"),wrongRTL:Tt(d,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const s=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&s.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(l=>{l.complete?Ut(i,l):l.addEventListener("load",d=>{Ut(i,d.target)})}),di(i),i.initialized=!0,di(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const n=this,{params:s,el:l,wrapperEl:d,slides:a}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),s.loop&&n.loopDestroy(),i&&(n.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),d&&d.removeAttribute("style"),a&&a.length&&a.forEach(r=>{r.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),eo(n)),n.destroyed=!0),null}static extendDefaults(e){nt(ci,e)}static get extendedDefaults(){return ci}static get defaults(){return ai}static installModule(e){wt.prototype.__modules__||(wt.prototype.__modules__=[]);const i=wt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>wt.installModule(i)),wt):(wt.installModule(e),wt)}};Object.keys(ui).forEach(t=>{Object.keys(ui[t]).forEach(e=>{pi.prototype[e]=ui[t][e]})}),pi.use([fo,ho]);const Qi=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function xt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function It(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(n=>i.indexOf(n)<0).forEach(n=>{typeof t[n]>"u"?t[n]=e[n]:xt(e[n])&&xt(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:It(t[n],e[n]):t[n]=e[n]})}function Zi(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Ri(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function $i(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function en(t){t===void 0&&(t="");const e=t.split(" ").map(n=>n.trim()).filter(n=>!!n),i=[];return e.forEach(n=>{i.indexOf(n)<0&&i.push(n)}),i.join(" ")}function Sl(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Tl(t){let{swiper:e,slides:i,passedParams:n,changedParams:s,nextEl:l,prevEl:d,scrollbarEl:a,paginationEl:r}=t;const p=s.filter(S=>S!=="children"&&S!=="direction"&&S!=="wrapperClass"),{params:u,pagination:f,navigation:m,scrollbar:h,virtual:w,thumbs:T}=e;let C,v,x,y,E,k,g,L;s.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&u.thumbs&&!u.thumbs.swiper&&(C=!0),s.includes("controller")&&n.controller&&n.controller.control&&u.controller&&!u.controller.control&&(v=!0),s.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(u.pagination||u.pagination===!1)&&f&&!f.el&&(x=!0),s.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||a)&&(u.scrollbar||u.scrollbar===!1)&&h&&!h.el&&(y=!0),s.includes("navigation")&&n.navigation&&(n.navigation.prevEl||d)&&(n.navigation.nextEl||l)&&(u.navigation||u.navigation===!1)&&m&&!m.prevEl&&!m.nextEl&&(E=!0);const O=S=>{e[S]&&(e[S].destroy(),S==="navigation"?(e.isElement&&(e[S].prevEl.remove(),e[S].nextEl.remove()),u[S].prevEl=void 0,u[S].nextEl=void 0,e[S].prevEl=void 0,e[S].nextEl=void 0):(e.isElement&&e[S].el.remove(),u[S].el=void 0,e[S].el=void 0))};s.includes("loop")&&e.isElement&&(u.loop&&!n.loop?k=!0:!u.loop&&n.loop?g=!0:L=!0),p.forEach(S=>{if(xt(u[S])&&xt(n[S]))Object.assign(u[S],n[S]),(S==="navigation"||S==="pagination"||S==="scrollbar")&&"enabled"in n[S]&&!n[S].enabled&&O(S);else{const c=n[S];(c===!0||c===!1)&&(S==="navigation"||S==="pagination"||S==="scrollbar")?c===!1&&O(S):u[S]=n[S]}}),p.includes("controller")&&!v&&e.controller&&e.controller.control&&u.controller&&u.controller.control&&(e.controller.control=u.controller.control),s.includes("children")&&i&&w&&u.virtual.enabled?(w.slides=i,w.update(!0)):s.includes("virtual")&&w&&u.virtual.enabled&&(i&&(w.slides=i),w.update(!0)),s.includes("children")&&i&&u.loop&&(L=!0),C&&T.init()&&T.update(!0),v&&(e.controller.control=u.controller.control),x&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(u.pagination.el=r),f.init(),f.render(),f.update()),y&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-scrollbar"),a.part.add("scrollbar"),e.el.appendChild(a)),a&&(u.scrollbar.el=a),h.init(),h.updateSize(),h.setTranslate()),E&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-button-prev"),d.innerHTML=e.hostEl.constructor.prevButtonSvg,d.part.add("button-prev"),e.el.appendChild(d))),l&&(u.navigation.nextEl=l),d&&(u.navigation.prevEl=d),m.init(),m.update()),s.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),s.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),s.includes("direction")&&e.changeDirection(n.direction,!1),(k||L)&&e.loopDestroy(),(g||L)&&e.loopCreate(),e.update()}function xl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},s={};It(i,ai),i._emitClasses=!0,i.init=!1;const l={},d=Qi.map(r=>r.replace(/_/,"")),a=Object.assign({},t);return Object.keys(a).forEach(r=>{typeof t[r]>"u"||(d.indexOf(r)>=0?xt(t[r])?(i[r]={},s[r]={},It(i[r],t[r]),It(s[r],t[r])):(i[r]=t[r],s[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:s,rest:l,events:n}}function El(t,e){let{el:i,nextEl:n,prevEl:s,paginationEl:l,scrollbarEl:d,swiper:a}=t;Zi(e)&&n&&s&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=s,a.originalParams.navigation.prevEl=s),Ri(e)&&l&&(a.params.pagination.el=l,a.originalParams.pagination.el=l),$i(e)&&d&&(a.params.scrollbar.el=d,a.originalParams.scrollbar.el=d),a.init(i)}function Al(t,e,i,n,s){const l=[];if(!e)return l;const d=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(s),p=i.map(s);r.join("")!==p.join("")&&d("children"),n.length!==i.length&&d("children")}return Qi.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(xt(t[r])&&xt(e[r])){const p=Object.keys(t[r]),u=Object.keys(e[r]);p.length!==u.length?d(r):(p.forEach(f=>{t[r][f]!==e[r][f]&&d(r)}),u.forEach(f=>{t[r][f]!==e[r][f]&&d(r)}))}else t[r]!==e[r]&&d(r)}),l}const Cl=t=>{!t||t.destroyed||!t.params.virtual||t.params.virtual&&!t.params.virtual.enabled||(t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.parallax&&t.params.parallax&&t.params.parallax.enabled&&t.parallax.setTranslate())};function Wt(){return Wt=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},Wt.apply(this,arguments)}function tn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function nn(t){const e=[];return o.Children.toArray(t).forEach(i=>{tn(i)?e.push(i):i.props&&i.props.children&&nn(i.props.children).forEach(n=>e.push(n))}),e}function Il(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return o.Children.toArray(t).forEach(n=>{if(tn(n))e.push(n);else if(n.props&&n.props.slot&&i[n.props.slot])i[n.props.slot].push(n);else if(n.props&&n.props.children){const s=nn(n.props.children);s.length>0?s.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function kl(t,e,i){if(!i)return null;const n=u=>{let f=u;return u<0?f=e.length+u:f>=e.length&&(f=f-e.length),f},s=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:d}=i,a=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,p=[];for(let u=a;u<r;u+=1)u>=l&&u<=d&&p.push(e[n(u)]);return p.map((u,f)=>o.cloneElement(u,{swiper:t,style:s,key:u.props.virtualIndex||u.key||`slide-${f}`}))}function Pt(t,e){return typeof window>"u"?o.useEffect(t,e):o.useLayoutEffect(t,e)}const vi=o.createContext(null),on=()=>o.useContext(vi),_l=o.createContext(null),Et=o.forwardRef(function(t,e){let{className:i,tag:n="div",wrapperTag:s="div",children:l,onSwiper:d,...a}=t===void 0?{}:t,r=!1;const[p,u]=o.useState("swiper"),[f,m]=o.useState(null),[h,w]=o.useState(!1),T=o.useRef(!1),C=o.useRef(null),v=o.useRef(null),x=o.useRef(null),y=o.useRef(null),E=o.useRef(null),k=o.useRef(null),g=o.useRef(null),L=o.useRef(null),{params:O,passedParams:S,rest:c,events:A}=xl(a),{slides:b,slots:I}=Il(l),D=()=>{w(!h)};Object.assign(O.on,{_containerClasses(N,F){u(F)}});const P=()=>{Object.assign(O.on,A),r=!0;const N={...O};if(delete N.wrapperClass,v.current=new pi(N),v.current.virtual&&v.current.params.virtual.enabled){v.current.virtual.slides=b;const F={cache:!1,slides:b,renderExternal:m,renderExternalUpdate:!1};It(v.current.params.virtual,F),It(v.current.originalParams.virtual,F)}};C.current||P(),v.current&&v.current.on("_beforeBreakpoint",D);const B=()=>{r||!A||!v.current||Object.keys(A).forEach(N=>{v.current.on(N,A[N])})},j=()=>{!A||!v.current||Object.keys(A).forEach(N=>{v.current.off(N,A[N])})};o.useEffect(()=>()=>{v.current&&v.current.off("_beforeBreakpoint",D)}),o.useEffect(()=>{!T.current&&v.current&&(v.current.emitSlidesClasses(),T.current=!0)}),Pt(()=>{if(e&&(e.current=C.current),!!C.current)return v.current.destroyed&&P(),El({el:C.current,nextEl:E.current,prevEl:k.current,paginationEl:g.current,scrollbarEl:L.current,swiper:v.current},O),d&&!v.current.destroyed&&d(v.current),()=>{v.current&&!v.current.destroyed&&v.current.destroy(!0,!1)}},[]),Pt(()=>{B();const N=Al(S,x.current,b,y.current,F=>F.key);return x.current=S,y.current=b,N.length&&v.current&&!v.current.destroyed&&Tl({swiper:v.current,slides:b,passedParams:S,changedParams:N,nextEl:E.current,prevEl:k.current,scrollbarEl:L.current,paginationEl:g.current}),()=>{j()}}),Pt(()=>{Cl(v.current)},[f]);function _(){return O.virtual?kl(v.current,b,f):b.map((N,F)=>o.cloneElement(N,{swiper:v.current,swiperSlideIndex:F}))}return o.createElement(n,Wt({ref:C,className:en(`${p}${i?` ${i}`:""}`)},c),o.createElement(_l.Provider,{value:v.current},I["container-start"],o.createElement(s,{className:Sl(O.wrapperClass)},I["wrapper-start"],_(),I["wrapper-end"]),Zi(O)&&o.createElement(o.Fragment,null,o.createElement("div",{ref:k,className:"swiper-button-prev"}),o.createElement("div",{ref:E,className:"swiper-button-next"})),$i(O)&&o.createElement("div",{ref:L,className:"swiper-scrollbar"}),Ri(O)&&o.createElement("div",{ref:g,className:"swiper-pagination"}),I["container-end"]))});Et.displayName="Swiper";const pt=o.forwardRef(function(t,e){let{tag:i="div",children:n,className:s="",swiper:l,zoom:d,lazy:a,virtualIndex:r,swiperSlideIndex:p,...u}=t===void 0?{}:t;const f=o.useRef(null),[m,h]=o.useState("swiper-slide"),[w,T]=o.useState(!1);function C(E,k,g){k===f.current&&h(g)}Pt(()=>{if(typeof p<"u"&&(f.current.swiperSlideIndex=p),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){m!=="swiper-slide"&&h("swiper-slide");return}return l.on("_slideClass",C),()=>{l&&l.off("_slideClass",C)}}}),Pt(()=>{l&&f.current&&!l.destroyed&&h(l.getSlideClasses(f.current))},[l]);const v={isActive:m.indexOf("swiper-slide-active")>=0,isVisible:m.indexOf("swiper-slide-visible")>=0,isPrev:m.indexOf("swiper-slide-prev")>=0,isNext:m.indexOf("swiper-slide-next")>=0},x=()=>typeof n=="function"?n(v):n,y=()=>{T(!0)};return o.createElement(i,Wt({ref:f,className:en(`${m}${s?` ${s}`:""}`),"data-swiper-slide-index":r,onLoad:y},u),d&&o.createElement(vi.Provider,{value:v},o.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof d=="number"?d:void 0},x(),a&&!w&&o.createElement("div",{className:"swiper-lazy-preloader"}))),!d&&o.createElement(vi.Provider,{value:v},x(),a&&!w&&o.createElement("div",{className:"swiper-lazy-preloader"})))});pt.displayName="SwiperSlide";const Pl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Dl=({visible:t,onClose:e,children:i,modalStyle:n,padding:s,popup:l,schema:d,fullHeight:a=window.innerHeight,isFullScreen:r=!1})=>{var p,u;const f=o.useRef(null),m=o.useRef(null),h=o.useRef(null),w=o.useRef(null),T=a*.2,C=r?a:a*.8,[v,x]=o.useState(T),[y,E]=o.useState(!1),k=o.useRef(null),{globalConfig:g,popupDetailData:L}=Ee(),{schema:O}=at();o.useEffect(()=>{const P=document.getElementById("sxp-render"),B=document.getElementById("pb-modal");B?k.current=B:(k.current=document.createElement("div"),k.current.setAttribute("id","pb-modal"),P?.appendChild(k.current))},[]);const S=o.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),c=o.useMemo(()=>{var P,B,j,_,N;const F=d??O,V=(j=(B=(P=F?.sxpPageConf)===null||P===void 0?void 0:P.globalConfig)===null||B===void 0?void 0:B.popupList)===null||j===void 0?void 0:j.find(q=>q?.id===l?.id);return((N=(_=V?.item)===null||_===void 0?void 0:_.event)===null||N===void 0?void 0:N.isScrollFullScreen)||!1},[l,d,O]);if(o.useEffect(()=>{S?E(!0):setTimeout(()=>{E(!1),x(T)},l?.duration)},[S,l]),!k.current)return null;const A=je.debounce(()=>{e?.()},300),b=P=>{f.current=P.touches[0],m.current=P.touches[0],h.current=!0},I=P=>{requestAnimationFrame(()=>{var B;if(h.current&&((B=w?.current)===null||B===void 0?void 0:B.scrollTop)===0){const j=P.touches[0].clientY,_=P.touches[0].clientX,N=f.current.clientY-j;f.current=P.touches[0];const F=j-m.current.clientY,V=_-m.current.clientX;if(Math.abs(V)>Math.abs(F))return;const q=v-N;q>0&&x(q)}})},D=P=>{var B;if(h.current&&((B=w?.current)===null||B===void 0?void 0:B.scrollTop)===0){const j=P.changedTouches[0].clientY-m.current.clientY,_=P.changedTouches[0].clientX-m.current.clientX;if(Math.abs(_)>Math.abs(j))return;const N=m.current.clientY-f.current.clientY;N>0?x(0):v<T&&N<0?x(T):v>=T&&N<0&&e?.()}h.current=!1};return wi.createPortal(o.createElement(o.Fragment,null,y&&o.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:S?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:A},o.createElement("div",Object.assign({className:`modal-container ${S?"modal-popIn":"modal-popOut"}`,style:Object.assign({padding:s,animationDuration:((p=l?.duration)!==null&&p!==void 0?p:0)/1e3+"s"},c&&{transform:`translateY(${v}px)`}),onClick:P=>{P.stopPropagation(),P.preventDefault()}},c&&{onTouchMove:I,onTouchStart:b,onTouchEnd:D}),o.createElement("div",{onClick:e,className:"modal-icon-wrapper"},o.createElement("img",{src:(u=g?.popupCloseIcon)!==null&&u!==void 0?u:Pl,alt:"close",className:"modal-icon"})),o.createElement("div",{ref:w,style:{height:c?a:C,overflow:c&&v<=0||!c?"auto":"hidden"}},i)))),k.current)};var Dt=o.memo(Dl);const Ml=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),s=[];for(let d=0;d<n.length&&(s.push(n[d]),!(s.join(" ").length>=e));d++);return(s.length>1&&s.length<n.length?s.slice(0,s.length-1):s).join(" ")+" "},Ol=({text:t,maxStr:e=108,style:i,className:n,onClick:s,foldText:l,unfoldText:d,isPost:a,onChange:r})=>{const[p,u]=o.useState(!1),[f,m]=o.useState(!1),h=Number(i?.lineClamp||2),w=o.useRef(null),T=o.useRef(null),C=o.useCallback(()=>{u(!p)},[p,r]);return o.useMemo(()=>!p&&t.length>e?Ml(t,e)+"...":t,[t,e,p]),o.useEffect(()=>{var v,x;((v=T?.current)===null||v===void 0?void 0:v.offsetHeight)>((x=w?.current)===null||x===void 0?void 0:x.offsetHeight)&&a?m(!0):m(!1),T.current.style.display="none"},[a]),o.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},o.createElement("div",{ref:w,style:{overflow:"hidden",WebkitLineClamp:!a||p?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:ae(t?.replace(/\n/g,"</br>"),i)}}),o.createElement("div",{ref:T,dangerouslySetInnerHTML:{__html:ae(t?.replace(/\n/g,"</br>"),i)}}),t&&a&&f&&o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:s??C,dangerouslySetInnerHTML:{__html:ae(p?d||"show less":l||"show more",i)}}))};var Yt=o.memo(Ol);const Ll=o.forwardRef((t,e)=>{const{src:i,onLoad:n,style:s,className:l,loading:d,alt:a="image"}=t,[r,p]=o.useState(),u=o.useRef(null),[f,m]=o.useState(!1);return o.useImperativeHandle(e,()=>({setSrc:h=>{h&&p(h)}})),o.useEffect(()=>{i&&p(i)},[i]),o.useEffect(()=>{const h=()=>{i&&!f&&(u.current.src="",u.current.src=i)};return ut.on(it.PAGE_DID_SHOW,h),()=>{ut.off(it.PAGE_DID_SHOW,h)}},[i,f]),o.createElement(o.Fragment,null,!f&&o.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?o.createElement("picture",null,o.createElement("source",{type:"image/avif",srcSet:r}),o.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),o.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),o.createElement("img",{ref:u,className:l,src:r,style:Object.assign({},s),loading:d,onLoad:h=>{m(!0),n?.(h.target)},alt:a})):o.createElement("img",{ref:u,className:l,src:r,style:Object.assign({},s),loading:d,onLoad:h=>{m(!0),n?.(h.target)},alt:a}))});var tt=o.memo(Ll);const Nl=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const s=o.useRef(),{popupDetailData:l}=Ee();return o.useEffect(()=>{var d,a;n&&((d=s?.current)===null||d===void 0||d.swiper.slideTo((a=l?.multiCheckIndex)!==null&&a!==void 0?a:0))},[l,n]),o.createElement(Et,{ref:s,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[uo,ao,ro],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Mt=o.memo(Nl);const Bl=({products:t,data:e,defImg:i,style:n,onCLick:s,popupDetailData:l,check:d})=>{var a;const{productView:r}=Ke(),{popupCurTimeRef:p}=Ee(),u=(f,m)=>{if(d===m)return;const h=t?.[d];r(l,h,h?.bindCta,p.current,l?.index),s?.(m)};return o.createElement(o.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&o.createElement(Mt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(a=l?t:[0,1,2,3])===null||a===void 0?void 0:a.map((f,m)=>{var h,w,T;return o.createElement(o.Fragment,null,f?.bindCta?o.createElement(pt,{className:ge.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{u(f,m)},key:m},o.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:d===m?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(T=(h=f?.cover)!==null&&h!==void 0?h:(w=f?.homePage)===null||w===void 0?void 0:w[0])!==null&&T!==void 0?T:i})):null)})))};var ln=o.memo(Bl);const Fl=t=>{var e,i,n,s,l,d,a,r,p,u,f,m,h,w,T,C,v,x,y,E,k,{content:g,style:L,bgImg:O,onClick:S,schema:c,isDefault:A,bottom_image:b,tipText:I,isPost:D,viewTime:P,rec:B,swiper:j,commodityStyles:_,buttonStyle:N,index:F,commodityGroup:V}=t,q=Ye(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup"]);const{sxpParameter:G,popupDetailData:Z,isPreview:ne,bffFbReport:ve,popupCurTimeRef:ue,checkCommodityIndexRef:be}=Ee(),{jumpToWeb:me,productView:$}=Ke(),U=o.useRef(null),[J,ye]=o.useState(!1),[re,ce]=o.useState(!1),[Q,H]=o.useState((e=Z?.multiCheckIndex)!==null&&e!==void 0?e:0),R=D?B:Z;let z=D?R?.product:(n=(i=R?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=R?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],we=D?(d=R?.product)===null||d===void 0?void 0:d.bindCta:(p=(r=(a=R?.video)===null||a===void 0?void 0:a.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&p!==void 0?p:(m=(f=(u=R?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const ie=D?F:Z?.index;if(!D&&V?.open&&(!((h=R?.video)===null||h===void 0)&&h.bindProducts)&&((T=(w=R?.video)===null||w===void 0?void 0:w.bindProducts)===null||T===void 0?void 0:T.length)>0){be.current=Q;const de=(C=R?.video)===null||C===void 0?void 0:C.bindProducts[Q];z=de,we=de?.bindCta}const X=()=>{z?.link&&(me(R,z,we,ie),D||$(R,z,we,P||U.current,ie),window.location.href=window.getJointUtmLink(z.link))};o.useEffect(()=>{D||ve?.({eventName:"ProductView"})},[D,ve]),o.useEffect(()=>{const de=()=>{U.current=new Date};return de(),window.addEventListener("pageshow",de),()=>{window.removeEventListener("pageshow",de)}},[]);const K=o.useMemo(()=>{var de,Pe,Ue,dt,W;return z?.currency&&z?.price?`${(Ue=(Pe=(de=z?.currency)===null||de===void 0?void 0:de.split("-")[1])===null||Pe===void 0?void 0:Pe.toUpperCase())!==null&&Ue!==void 0?Ue:""}${(W=(dt=z?.price)===null||dt===void 0?void 0:dt.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&W!==void 0?W:""}`:"$7,000"},[z?.price,z?.currency]),te=ne?375:(v=L?.width)!==null&&v!==void 0?v:window.innerWidth,Ce=({isPost:de})=>{var Pe,Ue,dt,W;return o.createElement("div",null,o.createElement("div",{className:"pb-commondity-content-collection",style:oe(_?.collection),hidden:!!z&&(!z?.collection||z?.collection===""),dangerouslySetInnerHTML:{__html:ae((Pe=z?.collection)!==null&&Pe!==void 0?Pe:"Tiffany Lock",_?.collection)}}),o.createElement("div",{className:"pb-commondity-content-title",style:oe(_?.title),hidden:!!z&&!z?.title,dangerouslySetInnerHTML:{__html:ae((Ue=z?.title)!==null&&Ue!==void 0?Ue:"Pendant in Yellow Gold with Diamonds, Medium",_?.title)}}),o.createElement("div",{className:"pb-commondity-content-price",style:oe(_?.price),hidden:!!z&&!z?.price,dangerouslySetInnerHTML:{__html:ae(K,_?.price)}}),o.createElement("div",{hidden:!!z&&!z?.taxInfo,style:oe(_?.taxInfo),dangerouslySetInnerHTML:{__html:ae((dt=z?.taxInfo)!==null&&dt!==void 0?dt:"\u7A0E\u8D39",_?.taxInfo)}}),o.createElement("div",{hidden:!!z&&(!z?.info||z?.info==="")},o.createElement(Yt,{foldText:I?.foldText,unfoldText:I?.unfoldText,onClick:()=>ye(!0),isPost:de,text:(W=z?.info)!==null&&W!==void 0?W:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
|
1
|
+
(function(Ve,je){typeof exports=="object"&&typeof module<"u"?je(exports,require("lodash"),require("uuid"),require("pako"),require("react"),require("qs"),require("eventemitter3"),require("@emotion/css"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","lodash","uuid","pako","react","qs","eventemitter3","@emotion/css","react-dom"],je):(Ve=typeof globalThis<"u"?globalThis:Ve||self,je(Ve.PUI={},Ve.lodash,Ve.uuid$1,Ve.pako,Ve.React,Ve.qs,Ve.EventEmitter,Ve.css,Ve.ReactDOM))})(this,function(Ve,je,On,Ln,o,Zt,Bn,ye,ki){"use strict";function Nn(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var _i=Nn(ki);function Ge(t,e){var i={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(i[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,n=Object.getOwnPropertySymbols(t);s<n.length;s++)e.indexOf(n[s])<0&&Object.prototype.propertyIsEnumerable.call(t,n[s])&&(i[n[s]]=t[n[s]]);return i}function Qe(t,e,i,n){function s(l){return l instanceof i?l:new i(function(d){d(l)})}return new(i||(i=Promise))(function(l,d){function a(c){try{v(n.next(c))}catch(f){d(f)}}function r(c){try{v(n.throw(c))}catch(f){d(f)}}function v(c){c.done?l(c.value):s(c.value).then(a,r)}v((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Fn=/:\w+/g;var Pi=(t,e)=>Qe(void 0,void 0,void 0,function*(){const i={},n={};for(let s=0;s<e?.length;s++){const{id:l,method:d,url:a,urlParams:r,name:v,queryString:c,headers:f,body:m}=e[s];let h=a;r&&Object.entries(r).forEach(([S,w])=>{h=h.replace(Fn,k=>k===S?w:k)}),c&&(h+=c),n[l]=v;try{const S=yield fetch(h,{method:d,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(m)}).then(w=>w.json());i[l]=S}catch(S){console.error("DataSource request error: ",S),i[l]={}}}return{$store:i,idMapName:n}});const Di="SXP_TOKEN_INFO",jn=(t,e)=>Qe(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),s=t.getAppId(),l=t.getApiUrl(),d=window.localStorage.getItem(Di);let a=JSON.parse(d||"{}");if(Date.now()>((i=a?.expireTime)!==null&&i!==void 0?i:0)){const v=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":s||""}}).then(c=>c.json());if(v.success){const c=v.data;a=Object.assign(Object.assign({},c),{expireTime:Date.now()+c.expire*1e3}),window.localStorage.setItem(Di,JSON.stringify(a))}}return a});function Bt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let s;if(e=e||i.length,t)for(s=0;s<t;s++)n[s]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",s=0;s<36;s++)n[s]||(l=0|Math.random()*16,n[s]=i[s===19?l&3|8:l])}return n.join("")}const Vn=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let s=0;for(;s<t;)e+=i.charAt(Math.floor(Math.random()*n)),s+=1;return e},zn=()=>{const t=On.v4();return t?.replaceAll?t.replaceAll("-",""):Vn(32)},he=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],s=e?.["fontFamily-en"];if(!n&&!s)return t;let l=t;const d=/[\u4e00-\u9fa5]/g,a=/[^\u4e00-\u9fa5]/g,r=`font-family:${n??"inherit"}`,v=`font-family:${s??"inherit"}`,c=m=>{let h=m.search(d),S=m.search(a);return h!==-1&&S!==-1&&h<S&&(i+=`<span style="${r}">${m.substring(h,S)}</span>`,l=m.substring(S,m?.length)),h!==-1&&S!==-1&&h>S&&(i+=`<span style="${v}">${m.substring(S,h)}</span>`,l=m.substring(h,m?.length)),h===-1?(i+=`<span style="${v}">${m.substring(S,m?.length)}</span>`,l="",!1):S===-1?(i+=`<span style="${r}">${m.substring(h,m?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=c(l);return i};function Hn(){var t,e,i,n,s,l,d;let a=self.navigator.userAgent;return a?/edge\/([\d\.]+)/i.exec(a)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(a))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(a)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(a))===null||e===void 0?void 0:e[1]}`:/msie/i.test(a)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(a))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(a)?`Internet Explorer ${(n=/rv:([\d\.]+)/i.exec(a))===null||n===void 0?void 0:n[1]}`:/chrome/i.test(a)?`Chrome ${(s=/chrome\/([\d\.]+)/i.exec(a))===null||s===void 0?void 0:s[1]}`:/firefox/i.test(a)?`Firefox ${(l=/firefox\/([\d\.]+)/i.exec(a))===null||l===void 0?void 0:l[1]}`:/safari/i.test(a)?`Safari ${(d=/version\/([\d\.]+)/i.exec(a))===null||d===void 0?void 0:d[1]}`:"Unknown":"Unknown"}function Un(){var t,e,i;let n=self.navigator.userAgent;return n?/iphone/i.test(n)?`IOS ${(t=n.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(n)?`Android ${(e=n.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(n)?`Windows ${(i=n.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(n)?"Mac OS":"Unknown":"Unknown"}function Gn(){let t=self.navigator.userAgent;if(!t)return"Unknown";if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var n=t.substring(e+1,i);return`${n}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":"Unknown"}function Mi(t){const i=document.cookie.split(";");let n=null;return i.forEach(s=>{const[l,d]=s.trim().split("=");l===t&&(n=d)}),n??""}function Oi(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),s=Ln.inflate(n,{to:"string"});return JSON.parse(s)}let Qt=null;const Wn={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Yn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,Qt)return Qt;Qt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Wn[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let Ke=null;const Xn={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{Ke||(Ke=new Yn),n&&Ke.setApiUrl(n),Ke.setAppId(t),Ke.setTenantId(e),Ke.setEnv(i)},getDetail:t=>{if(!Ke)return;const e=Ke.getTenantId(),i=Ke.getAppId(),n=Ke.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Qe(void 0,void 0,void 0,function*(){var l,d;const a=yield s.json(),r=Oi((l=a?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:v}=yield Pi(n,(d=r?.dataSource)!==null&&d!==void 0?d:[]);a.data.data=r,Object.assign(a.data.data,{__STORE__:v})}return a}))},getSxpDetailByPageId:t=>Qe(void 0,void 0,void 0,function*(){if(!Ke)return;const e=Ke.getTenantId(),i=Ke.getAppId(),n=Ke.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Qe(void 0,void 0,void 0,function*(){var l;const d=yield s.json();if(!d.success)return;const a=Oi((l=d?.data)===null||l===void 0?void 0:l.data);return d.data.data=a,d.data}))}),getSxpRecommendVideoData:t=>Qe(void 0,void 0,void 0,function*(){if(!Ke)return;const e=yield jn(Ke,t),i=Bt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");je.isEmpty(n)&&(n=Bt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const s=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:n,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return s?.data||null})};function rt(){return o.useContext(Yi)}function qn(){return o.useContext(Wi)}const Rt="feRealSessionIdKey",Li=()=>{const t=zn();return`${Date.now()}${t}`},Jn=()=>{let t=Kn();return t||(t=Li(),window.sessionStorage.setItem(Rt,t)),t},Bi=()=>{const t=Li();window.sessionStorage.setItem(Rt,t)},Kn=()=>window.sessionStorage.getItem(Rt),Ni="SXP_FAKE_USER_ID",Fi="FAKE_USER_STATE",ji="AGREE_POLICY",Vi="SLIDE_SKIP_STATE",zi=()=>{let t=window.localStorage.getItem(Ni);return je.isEmpty(t)&&(t=Bt(36,62),window.localStorage.setItem(Ni,t)),t},Zn=()=>{const t=window.localStorage.getItem(Fi);return je.isEmpty(t)&&window.localStorage.setItem(Fi,"true"),je.isEmpty(t)},Qn=()=>{const t=window.localStorage.getItem(Vi);return je.isEmpty(t)},Rn=()=>{window.localStorage.setItem(Vi,"true")};function ot(t,e){const{appDomain:i}=Te();return o.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const dt=new Bn;var tt;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(tt||(tt={}));const $n=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:s,privacy_policy_title:l})=>{const{setIsAgreePolicy:d,bffEventReport:a}=Te(),r=o.useMemo(()=>{const f=location.search.slice(1),m=Zt.parse(f.replace(/\+/g,"%2B"));for(const h in m)m[h]=m[h].replace(/%2B/g,"+");return m},[]),v=f=>{var m;return(m=r[f])!==null&&m!==void 0?m:null};o.useEffect(()=>{a?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:v("utm_source"),utmMedium:v("utm_medium"),utmCampaign:v("utm_campaign"),utmId:v("utm_id"),utmContent:v("utm_content"),clSource:v("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const c=()=>{a?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),d?.(!0),window.localStorage.setItem(ji,"yes")};return o.createElement("div",{className:"consent-bg"},o.createElement("div",{className:"consent"},o.createElement("div",{className:"consent-col"},o.createElement("div",{className:"consent-title"},i??"Privacy Policy"),o.createElement("div",{className:"consent-content"},n??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),o.createElement("div",{className:"consent-col"},o.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:c},"Agree"),o.createElement("a",{className:"consent-policy",target:"_blank",href:s?`https://${s}`:void 0},l??"More information"))))};var eo=o.memo($n);const Hi=o.createContext({rtcList:[],tagList:[]});var $t;(function(t){t[t.BFF=5]="BFF"})($t||($t={}));const Nt="FOR U",to=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:s,defaultSize:l,isPreview:d=!1,sxpParameter:a,appDomain:r,hashTagSize:v,loadingImage:c,isOpenHashTag:f=!1,enabledMetaConversionApi:m=!1,consentHeight:h,consentWidth:S,isShowTag:w=!0,isOpenConsent:k=!1,globalConfig:p,isEditor:T=!1,utmParameter:y,channelQueryList:A})=>{var _,g,M;const[P,x]=o.useState([]),[u,E]=o.useState([]),[b,I]=o.useState(!1),[O,D]=o.useState({rtc:"",requestId:""}),j=o.useRef(null),G=o.useRef(!1),[L,N]=o.useState(()=>!!window.localStorage.getItem(ji)),[F,V]=o.useState(),[Q,te]=o.useState(),[U,z]=o.useState(f),[$,se]=o.useState([]),[pe,ie]=o.useState(0),[R,J]=o.useState(!1),[W,ee]=o.useState(null),ne=o.useRef(),ce=o.useRef(),[ue,Ee]=o.useState(Nt),ke=o.useRef(-1),Oe=o.useRef(null),Pe=o.useMemo(()=>{var Y,X,be,xe;return((xe=(be=(X=(Y=p?.consent)===null||Y===void 0?void 0:Y[0])===null||X===void 0?void 0:X.item)===null||be===void 0?void 0:be.props)===null||xe===void 0?void 0:xe.privacy_necessity)&&!L&&!T||k},[L,p,k,T]),de=o.useCallback(Y=>{var X;const be=Y?.recList;return(X=be?.map(re=>{var Ae,Ce,oe,C,q,Z;if(!((Ae=re?.video)===null||Ae===void 0)&&Ae.bindProducts&&((oe=(Ce=re?.video)===null||Ce===void 0?void 0:Ce.bindProducts)===null||oe===void 0?void 0:oe.length)>0){const le=(Z=(q=(C=re?.video)===null||C===void 0?void 0:C.bindProducts)===null||q===void 0?void 0:q.filter(me=>!!me?.bindCta))!==null&&Z!==void 0?Z:[];return Object.assign(Object.assign({},re),{video:Object.assign(Object.assign({},re?.video),{bindProducts:le})})}return re}))!==null&&X!==void 0?X:[]},[]);o.useEffect(()=>{const Y=X=>{ne.current=X};return dt.on(tt.CHANGE_THEME_TAG,Y),()=>{dt.off(tt.CHANGE_THEME_TAG,Y)}},[]),o.useEffect(()=>{z(f)},[f]);const ve=o.useMemo(()=>e?.find(Y=>Y.type===$t.BFF),[e]),K=o.useCallback((Y,X)=>{if(!ve)return;const be=ve.url,xe=zi();if(X?.query){const re=Zt.stringify(X.query);Y=`${Y}?${re}`}return X.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${be}/api/v1${Y}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},ve.headers),{"x-user-id":xe}),X.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${be}/api/v1${Y}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":xe},ve.headers),method:X.method,body:JSON.stringify(X.body)}).then(re=>re.json()).catch(re=>Promise.reject(re))},[ve]),fe=o.useCallback(Y=>Qe(void 0,void 0,void 0,function*(){var X,be,xe,re,Ae;if(Y=Object.assign(Object.assign({maxSize:(X=Y?.maxSize)!==null&&X!==void 0?X:s,defaultSize:(be=Y?.defaultSize)!==null&&be!==void 0?be:l,hashTag:Y?.hashTag,traceInfo:Y?.traceInfo,themeTag:Y?.themeTag},Y?.contentFilter&&{contentFilter:`[${Y?.contentFilter}]`}),Y?.productFilter&&{productFilter:`[${Y?.productFilter}]`}),i){const oe=(Ae=(re=(xe=i?.split("&"))===null||xe===void 0?void 0:xe.filter(C=>{var q,Z;const le=C.split("=")[0];return(Z=(q=y?.channels)!==null&&q!==void 0?q:[])===null||Z===void 0?void 0:Z.includes(le)}))===null||re===void 0?void 0:re.join("&"))!==null&&Ae!==void 0?Ae:"";Y=Object.assign(Object.assign({},Y),{channel:decodeURIComponent(oe)})}(p?.enablePreview||T)&&(Y=Object.assign(Object.assign(Object.assign({},Y),{directPage:!0,level:1,pageNum:1}),!i&&A&&A?.length>0&&{channel:A?.join("&")}));const Ce=yield K?.("/recommend/list",{method:"GET",query:Y});if(Ce?.success)return Y?.hashTag||D({rtc:Ce.data.rtc,requestId:Ce.data.requestId}),Ce?.data}),[K,i,s,l,p?.enablePreview,A,T]),Be=o.useCallback(()=>Qe(void 0,void 0,void 0,function*(){var Y,X,be,xe;if(P.length<=0)return;const re=P?.[P?.length-1],Ae=yield fe(Object.assign(Object.assign(Object.assign({hashTag:Q?.hashTag},((Y=re?.product)===null||Y===void 0?void 0:Y.itemId)&&{productFilter:(X=re?.product)===null||X===void 0?void 0:X.itemId}),((be=re?.video)===null||be===void 0?void 0:be.itemId)&&{contentFilter:(xe=re?.video)===null||xe===void 0?void 0:xe.itemId}),{themeTag:ne.current}));x(P.concat(de(Ae))),se($.concat(de(Ae)))}),[fe,P,Q,$]),Se=o.useCallback(({userInfo:Y,eventInfo:X})=>{if(!n||p?.enablePreview)return;Y||(Y={});const be=Jn(),xe=Object.assign(Object.assign({sessionID:be,rtc:O.rtc,requestId:O.requestId},X),{sxpDevice:Gn(),sxpSystem:Un(),sxpBrowser:Hn()}),re=Object.entries(Y).map(([Ce,oe])=>({name:Ce,value:oe})),Ae=Object.entries(xe).map(([Ce,oe])=>oe&&{name:Ce,value:oe}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",Y),console.log("eventInfo:",xe),console.log("========= \u7ED3\u675F ========="),K?.("/event/report",{method:"POST",body:{userInfo:re,eventInfo:Ae},type:"beacon"})},[K,O,n,p?.enablePreview]),Le=o.useCallback(Y=>{var X,be,{eventName:xe,actionSource:re="website",eventSourceUrl:Ae=(X=window?.location)===null||X===void 0?void 0:X.href,externalId:Ce}=Y;if(!n||!m||p?.enablePreview)return;const oe=zi();return K?.("/fb/events",{method:"POST",body:{eventName:xe,actionSource:re,eventSourceUrl:Ae,userData:{externalId:oe,fbc:`fb.2.${new Date().getTime()}.${Mi("_fbc")}`,fbp:`fb.2.${new Date().getTime()}.${Mi("_fbp")}`,client_user_agent:(be=window?.navigator)===null||be===void 0?void 0:be.userAgent}},type:"beacon"})},[K,n,m,p?.enablePreview]),H=o.useCallback(Y=>Qe(void 0,void 0,void 0,function*(){const X=yield K?.("/recommend/like",{method:"POST",body:Y});return X?.success}),[K]),B=o.useCallback(Y=>Qe(void 0,void 0,void 0,function*(){const X=yield K?.("/recommend/unlike",{method:"POST",body:Y});return X?.success}),[K]),_e=o.useCallback(Y=>Qe(void 0,void 0,void 0,function*(){const X=yield K?.("/customform",{method:"POST",body:Y});return X?.success}),[K]),Ze=o.useCallback(()=>Qe(void 0,void 0,void 0,function*(){var Y,X,be,xe,re;if(!(!i||!w))try{const Ae=(be=(X=(Y=i?.split("&"))===null||Y===void 0?void 0:Y.filter(oe=>{var C,q;const Z=oe.split("=")[0];return(q=(C=y?.channels)!==null&&C!==void 0?C:[])===null||q===void 0?void 0:q.includes(Z)}))===null||X===void 0?void 0:X.join("&"))!==null&&be!==void 0?be:"",Ce=yield K?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(Ae)}});E((re=(xe=Ce?.data)===null||xe===void 0?void 0:xe.tags)!==null&&re!==void 0?re:[])}catch(Ae){console.log("e",Ae)}}),[K,i,w]),ct=o.useCallback((Y,X,be,xe)=>{var re,Ae,Ce,oe,C,q,Z,le,me,we,ae,ge,Me,Ne,ze,He,Ue,Ye,Xe,Ie,Fe,nt,We,vt,pt,bt,yt,De,wi,Si,xi,Ti,Ei,Ai,Ci,Ii;const wt=be?.bindCta,pd=((re=X?.video)===null||re===void 0?void 0:re.bindProduct)||((Ae=X?.video)===null||Ae===void 0?void 0:Ae.bindProducts)&&((oe=(Ce=X?.video)===null||Ce===void 0?void 0:Ce.bindProducts)===null||oe===void 0?void 0:oe.length)>0;let Kt="";R?Kt="hashTagPage":!((C=X?.video)===null||C===void 0)&&C.url?Kt="videoPage":!((Z=(q=X?.video)===null||q===void 0?void 0:q.imgUrls)===null||Z===void 0)&&Z.length&&(Kt="imagePage");const Mn=(Ne=(ge=(le=be?.tags)!==null&&le!==void 0?le:(ae=(we=(me=X?.video)===null||me===void 0?void 0:me.bindProducts)===null||we===void 0?void 0:we[0])===null||ae===void 0?void 0:ae.tags)!==null&&ge!==void 0?ge:(Me=X?.video)===null||Me===void 0?void 0:Me.tags)!==null&&Ne!==void 0?Ne:(ze=X?.product)===null||ze===void 0?void 0:ze.tags;Se?.({eventInfo:Object.assign(Object.assign({},Y),{ctaId:(He=wt?.itemId)!==null&&He!==void 0?He:"",ctaName:(Ue=wt?.title)!==null&&Ue!==void 0?Ue:"",contentTags:Mn?JSON.stringify(Mn):"",position:xe+"",contentId:(Xe=(Ye=X?.video)===null||Ye===void 0?void 0:Ye.itemId)!==null&&Xe!==void 0?Xe:"",productId:pd?be?.itemId:"",traceInfo:(Ci=(Ti=(yt=(We=(Ie=wt?.traceInfo)!==null&&Ie!==void 0?Ie:(nt=(Fe=X?.video)===null||Fe===void 0?void 0:Fe.bindCta)===null||nt===void 0?void 0:nt.traceInfo)!==null&&We!==void 0?We:(bt=(pt=(vt=X?.video)===null||vt===void 0?void 0:vt.bindProduct)===null||pt===void 0?void 0:pt.bindCta)===null||bt===void 0?void 0:bt.traceInfo)!==null&&yt!==void 0?yt:(xi=(Si=(wi=(De=X?.video)===null||De===void 0?void 0:De.bindProducts)===null||wi===void 0?void 0:wi[0])===null||Si===void 0?void 0:Si.bindCta)===null||xi===void 0?void 0:xi.traceInfo)!==null&&Ti!==void 0?Ti:(Ai=(Ei=X?.product)===null||Ei===void 0?void 0:Ei.bindCta)===null||Ai===void 0?void 0:Ai.traceInfo)!==null&&Ci!==void 0?Ci:"",fromKName:Kt,fromKPage:(Ii=location?.href)!==null&&Ii!==void 0?Ii:""})})},[Se,R]),gt=o.useCallback(()=>{var Y,X;const be=location.search.slice(1),xe=Zt.parse(be.replace(/\+/g,"%2B"));for(const Ce in xe)xe[Ce]=xe[Ce].replace(/%2B/g,"+");const re=Ce=>{var oe;return(oe=xe[Ce])!==null&&oe!==void 0?oe:""},Ae=new Date;ce.current=Ae,Se?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:re("utm_source"),utmMedium:re("utm_medium"),utmCampaign:re("utm_campaign"),utmId:re("utm_id"),utmContent:re("utm_content"),enterTime:Math.floor(Ae/1e3)+"",requestId:null,enterUrl:(X=(Y=window?.location)===null||Y===void 0?void 0:Y.href)!==null&&X!==void 0?X:"",clSource:re("cl_source")}})},[Se]);o.useEffect(()=>{Pe||gt()},[Pe]),o.useEffect(()=>{Pe||(I(!0),Ze(),fe().then(Y=>{x(de(Y)),se(de(Y))}).finally(()=>{Se({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),I(!1),G.current=!0}))},[Pe]),o.useEffect(()=>{G.current&&(I(!0),Ze(),fe().then(Y=>{x(de(Y)),se(de(Y))}).finally(()=>{I(!1)}))},[fe,Ze]);const et=ot("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return o.createElement(Hi.Provider,{value:{rtcList:P,setRtcList:x,mutateLike:H,mutateUnlike:B,submitForm:_e,popupDetailData:F,loadVideos:Be,setPopupDetailData:V,getRecommendVideos:fe,bffEventReport:Se,utmVal:i,isPreview:d,loading:b,sxpParameter:a,waterFallData:Q,setWaterFallData:te,ctaEvent:ct,swiperRef:j,openHashtag:U,setOpenHashtag:z,cacheRtcList:$,setCacheRtcList:se,cacheActiveIndex:pe,setCacheActiveIndex:ie,isFromHashtag:R,setIsFromHashtag:J,appDomain:r,hashTagSize:v,loadingImage:c??et,isOpenHashTag:f,tagList:u,setLoading:I,videoRef:W,setVideoRef:ee,bffFbReport:Le,isAgreePolicy:L,setIsAgreePolicy:N,curTime:ce,h5EnterLink:gt,themeTag:ne,isShowConsent:Pe,selectTag:ue,setSelectTag:Ee,globalConfig:p,popupCurTimeRef:Oe,checkCommodityIndexRef:ke}},Pe?o.createElement(eo,Object.assign({},(M=(g=(_=p?.consent)===null||_===void 0?void 0:_[0])===null||g===void 0?void 0:g.item)===null||M===void 0?void 0:M.props)):t({rtcList:P,mutateLike:H,mutateUnlike:B,submitForm:_e,tagList:u}))};var Ui=o.memo(to);function Te(){return o.useContext(Hi)}var Gi;(function(t){t.STRING="string",t.NUMBER="number",t.ARRAY="array",t.OBJECT="object",t.BOOLEAN="boolean",t.ARRAY_OBJECT="array-object",t.ARRAY_STRING="array-string",t.ARRAY_NUMBER="array-number"})(Gi||(Gi={}));const Wi=o.createContext({$store:{},options:[],configs:[]}),io=({children:t,isSsr:e,enable:i})=>{const[n,s]=o.useState([]),{schema:l}=rt(),[d,a]=o.useState(l.__STORE__||{}),[r,v]=o.useState([]);o.useEffect(()=>{var m;e||je.isEqual(r,l?.dataSource)||v((m=l?.dataSource)!==null&&m!==void 0?m:[])},[l?.dataSource,e]);const c=o.useCallback(()=>Qe(void 0,void 0,void 0,function*(){const{$store:m,idMapName:h}=yield Pi("",r);a(m),f(m,h)}),[r]),f=(m,h)=>{const S=[];Object.entries(m).forEach(([w,k])=>{Object.keys(k).forEach(p=>{const T={label:`${h[w]} - ${p}`,value:`{{ ${w}.${p} }}`};S.push(T)})}),s(S)};return o.useEffect(()=>{e||c()},[c,e,l]),i?o.createElement(Wi.Provider,{value:{$store:l.__STORE__||d,options:n,configs:r}},t):t};var no=o.memo(io);const Ft={id:Bt(6,10),item:{type:"common",h:300,category:"block",displayName:"block",isFirstLayout:!0,w:1e3},point:{i:"x-0",x:-38.34375,y:0,w:1e3,h:300,isBounded:!0,actualX:0,actualY:0},pathArr:[0],positionY:0},ei={id:"",duration:0,name:"none"},Yi=o.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Ft],redoStack:[],popup:ei,setPopup:()=>{}}),Xi=o.forwardRef(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:s=!0,utmVal:l},d)=>{const[a,r]=o.useState(null),[v,c]=o.useState(n||{pointData:[Ft],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,m]=o.useState([Ft]),[h,S]=o.useState([[Ft]]),[w,k]=o.useState([]),[p,T]=o.useState(ei);typeof window<"u"&&(window.sxpPopup=(M,P)=>{T(Object.assign(Object.assign(Object.assign({},ei),{id:M}),P))}),typeof window<"u"&&(window.getJointUtmLink=M=>M?.indexOf("?")!==-1?M+(l?"&"+l:""):M+(l?"?"+l:"")),o.useEffect(()=>{S([v.pointData]),k([])},[v.type]);const y=o.useCallback(M=>{const P=je.cloneDeep(v);P&&(P.dataSource=M,c?.(P))},[v]),[A,_]=o.useState();o.useImperativeHandle(d,()=>({loadSchema(M){M&&(S([M.pointData]),c(M))},exportSchema(){return je.cloneDeep(v)},getPageInfoData(){return A},initPageInfoData(M){M&&_(M)}}));const g=o.useMemo(()=>{if(v)return v.type==="PC"?v.pcPageConf:v.mobilePageConf},[v]);return o.createElement(Yi.Provider,{value:{resolver:e,currentNode:a,schema:v,setCurrentNode:r,setSchema:c,saveDataSource:y,prePiontData:f,setPrePiontData:m,pageInfoData:A,setPageInfoData:M=>_(Object.assign(Object.assign({},A),M)),undoStack:h,redoStack:w,setRedoStack:k,setUndoStack:S,getCurPageConf:g,popup:p,setPopup:T}},o.createElement(no,{isSsr:i,enable:s},t))});var oo=Object.freeze({__proto__:null,EditorCore:Xi}),lo=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],so=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function qe(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=Te(),s=o.useCallback((a,r,v,c)=>{var f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,u,E,b,I,O,D,j,G,L,N,F,V,Q,te,U,z,$,se,pe;let ie="";e&&(!((m=(f=a?.video)===null||f===void 0?void 0:f.bindProducts)===null||m===void 0)&&m.length||!((h=a?.video)===null||h===void 0)&&h.bindProduct)?ie="pdpPage":n?ie="hashTagPage":!((S=a?.video)===null||S===void 0)&&S.url?ie="videoPage":!((w=a?.video)===null||w===void 0)&&w.imgUrls&&(!((p=(k=a?.video)===null||k===void 0?void 0:k.imgUrls)===null||p===void 0)&&p.length)?ie="imagePage":a?.product&&(ie="productPage");const R=(P=(g=(T=r?.tags)!==null&&T!==void 0?T:(_=(A=(y=a?.video)===null||y===void 0?void 0:y.bindProducts)===null||A===void 0?void 0:A[0])===null||_===void 0?void 0:_.tags)!==null&&g!==void 0?g:(M=a?.video)===null||M===void 0?void 0:M.tags)!==null&&P!==void 0?P:(x=a?.product)===null||x===void 0?void 0:x.tags;t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(u=r?.itemId)!==null&&u!==void 0?u:"",productName:(E=r?.title)!==null&&E!==void 0?E:"",price:r?.price?r?.price+"":"0",productCollection:(b=r?.collection)!==null&&b!==void 0?b:"",fromKName:ie,fromKPage:location?.href,contentTags:R?JSON.stringify(R):"",position:c+"",contentId:(O=(I=a?.video)===null||I===void 0?void 0:I.itemId)!==null&&O!==void 0?O:"",ctatId:(D=v?.itemId)!==null&&D!==void 0?D:"",traceInfo:(pe=(z=(te=(N=(j=r?.traceInfo)!==null&&j!==void 0?j:(L=(G=a?.video)===null||G===void 0?void 0:G.bindProduct)===null||L===void 0?void 0:L.traceInfo)!==null&&N!==void 0?N:(Q=(V=(F=a?.video)===null||F===void 0?void 0:F.bindProducts)===null||V===void 0?void 0:V[0])===null||Q===void 0?void 0:Q.traceInfo)!==null&&te!==void 0?te:(U=a?.product)===null||U===void 0?void 0:U.traceInfo)!==null&&z!==void 0?z:(se=($=a?.video)===null||$===void 0?void 0:$.bindCta)===null||se===void 0?void 0:se.traceInfo)!==null&&pe!==void 0?pe:""}})},[t,e,n]),l=o.useCallback((a,r,v,c,f)=>{var m,h,S,w,k,p,T,y,A,_,g,M,P,x;let u="";e&&(!((h=(m=a?.video)===null||m===void 0?void 0:m.bindProducts)===null||h===void 0)&&h.length||!((S=a?.video)===null||S===void 0)&&S.bindProduct)?u="pdpPage":a?.product&&(u="productPage"),t?.({eventInfo:{productId:r?.itemId,productName:r?.title,price:r?.price?r?.price+"":"0",productCollection:r?.collection,fromKName:u,fromKPage:location?.href,contentTags:JSON.stringify(r?.tags),position:f+"",contentId:(w=a?.video)===null||w===void 0?void 0:w.itemId,ctatId:v?.itemId,traceInfo:(x=(M=(y=(k=r?.traceInfo)!==null&&k!==void 0?k:(T=(p=a?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0?void 0:T.traceInfo)!==null&&y!==void 0?y:(g=(_=(A=a?.video)===null||A===void 0?void 0:A.bindProducts)===null||_===void 0?void 0:_[0])===null||g===void 0?void 0:g.traceInfo)!==null&&M!==void 0?M:(P=a?.product)===null||P===void 0?void 0:P.traceInfo)!==null&&x!==void 0?x:"",timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),d=o.useCallback((a,r,v,c)=>{r&&r===Nt&&t?.({eventInfo:{lastFeed:a,themeTags:v?`['${v}']`:"",hashTags:c?`['${c}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:s,productView:l,backMainFeed:d}}const ro=({layout:t,columns:e,onChange:i})=>o.createElement(o.Fragment,null,e?.map((n,s)=>o.createElement("div",{key:s,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&o.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&o.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?n?.title:"\u8BF7\u8F93\u5165",name:n?.dataIndex},i&&{onChange:i})))));var ao=o.memo(ro);const uo=t=>{var{columns:e,style:i,title:n,textStyle:s,submitBgColor:l,submitColor:d,submitText:a,layoutType:r="inline",isExternalLink:v,isPopup:c,onClick:f,onClose:m,submitButtonStyle:h}=t,S=Ge(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:w,popupDetailData:k}=Te(),{jumpToWeb:p}=qe(),[T,y]=o.useState(!1),A=o.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),[_,g]=o.useState({}),M=o.useMemo(()=>je.cloneDeep(e)||A,[e,A]),P=o.useCallback(u=>{const{name:E,value:b}=u.target;g(Object.assign(Object.assign({},_),{[E]:b}))},[_]),x=je.debounce(()=>Qe(void 0,void 0,void 0,function*(){var u,E,b,I,O;const D=_;if(!D)return;const j=(E=(u=Object.keys(D))===null||u===void 0?void 0:u.map(L=>{var N;return{name:L,value:(N=D[L])!==null&&N!==void 0?N:""}}))===null||E===void 0?void 0:E.filter(L=>L?.value);if(!j||!j?.length)return;y(!0);const G=yield w?.({attributes:j});if(y(!1),G){if(v){const L=k,N=(b=L?.video)===null||b===void 0?void 0:b.bindProduct,F=(O=(I=L?.video)===null||I===void 0?void 0:I.bindProduct)===null||O===void 0?void 0:O.bindCta,V=k?.index;p(L,N,F,V)}c||m?.(),f?.()}}),1e3);return o.createElement("div",{className:"pb-appoint-form"},o.createElement("div",{className:`pb-appoint-form-title ${ye.css(Object.assign({},s))}`,dangerouslySetInnerHTML:{__html:he(n,s)}}),o.createElement("div",Object.assign({className:ye.css(Object.assign({},i))},S),o.createElement("div",{className:"pb-appoint-form-container"},o.createElement(ao,{columns:M,layout:r,onChange:P}))),o.createElement("div",{className:"pb-appoint-form-btn-wrapper"},o.createElement("button",{"aria-label":a,onClick:x,className:"pb-appoint-form-btn",style:Object.assign({color:d,background:l},h),dangerouslySetInnerHTML:{__html:he(T?"loading...":a,h)}})))};var co=o.memo(uo);function Je(t,e){return t.extend=e,t}const vo=Je(co,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:so,bindableProps:[],interactionRender:lo},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var po=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A106 * 41"}]}];function qi(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ti(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:qi(e[i])&&qi(t[i])&&Object.keys(e[i]).length>0&&ti(t[i],e[i])})}const Ji={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function at(){const t=typeof document<"u"?document:{};return ti(t,Ji),t}const mo={document:Ji,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(t){return typeof setTimeout>"u"?(t(),null):setTimeout(t,0)},cancelAnimationFrame(t){typeof setTimeout>"u"||clearTimeout(t)}};function Re(){const t=typeof window<"u"?window:{};return ti(t,mo),t}function xt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function fo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function Ct(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function lt(){return Date.now()}function ho(t){const e=Re();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function go(t,e){e===void 0&&(e="x");const i=Re();let n,s,l;const d=ho(t);return i.WebKitCSSMatrix?(s=d.transform||d.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(a=>a.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(s==="none"?"":s)):(l=d.MozTransform||d.OTransform||d.MsTransform||d.msTransform||d.transform||d.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?s=l.m41:n.length===16?s=parseFloat(n[12]):s=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?s=l.m42:n.length===16?s=parseFloat(n[13]):s=parseFloat(n[5])),s||0}function jt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function bo(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function it(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const n=i<0||arguments.length<=i?void 0:arguments[i];if(n!=null&&!bo(n)){const s=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,d=s.length;l<d;l+=1){const a=s[l],r=Object.getOwnPropertyDescriptor(n,a);r!==void 0&&r.enumerable&&(jt(t[a])&&jt(n[a])?n[a].__swiper__?t[a]=n[a]:it(t[a],n[a]):!jt(t[a])&&jt(n[a])?(t[a]={},n[a].__swiper__?t[a]=n[a]:it(t[a],n[a])):t[a]=n[a])}}}return t}function Vt(t,e,i){t.style.setProperty(e,i)}function Ki(t){let{swiper:e,targetPosition:i,side:n}=t;const s=Re(),l=-e.translate;let d=null,a;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(e.cssModeFrameID);const v=i>l?"next":"prev",c=(m,h)=>v==="next"&&m>=h||v==="prev"&&m<=h,f=()=>{a=new Date().getTime(),d===null&&(d=a);const m=Math.max(Math.min((a-d)/r,1),0),h=.5-Math.cos(m*Math.PI)/2;let S=l+h*(i-l);if(c(S,i)&&(S=i),e.wrapperEl.scrollTo({[n]:S}),c(S,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:S})}),s.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=s.requestAnimationFrame(f)};f()}function mt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function zt(t){try{console.warn(t);return}catch{}}function Dt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:xt(e)),i}function yo(t){const e=Re(),i=at(),n=t.getBoundingClientRect(),s=i.body,l=t.clientTop||s.clientTop||0,d=t.clientLeft||s.clientLeft||0,a=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+a-l,left:n.left+r-d}}function wo(t,e){const i=[];for(;t.previousElementSibling;){const n=t.previousElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function So(t,e){const i=[];for(;t.nextElementSibling;){const n=t.nextElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function Tt(t,e){return Re().getComputedStyle(t,null).getPropertyValue(e)}function Ht(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Zi(t,e){const i=[];let n=t.parentElement;for(;n;)e?n.matches(e)&&i.push(n):i.push(n),n=n.parentElement;return i}function ii(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function ni(t,e,i){const n=Re();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function ft(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function xo(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=Re();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let d,a=lt(),r;const v=[];function c(y){let M=0,P=0,x=0,u=0;return"detail"in y&&(P=y.detail),"wheelDelta"in y&&(P=-y.wheelDelta/120),"wheelDeltaY"in y&&(P=-y.wheelDeltaY/120),"wheelDeltaX"in y&&(M=-y.wheelDeltaX/120),"axis"in y&&y.axis===y.HORIZONTAL_AXIS&&(M=P,P=0),x=M*10,u=P*10,"deltaY"in y&&(u=y.deltaY),"deltaX"in y&&(x=y.deltaX),y.shiftKey&&!x&&(x=u,u=0),(x||u)&&y.deltaMode&&(y.deltaMode===1?(x*=40,u*=40):(x*=800,u*=800)),x&&!M&&(M=x<1?-1:1),u&&!P&&(P=u<1?-1:1),{spinX:M,spinY:P,pixelX:x,pixelY:u}}function f(){e.enabled&&(e.mouseEntered=!0)}function m(){e.enabled&&(e.mouseEntered=!1)}function h(y){return e.params.mousewheel.thresholdDelta&&y.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&<()-a<e.params.mousewheel.thresholdTime?!1:y.delta>=6&<()-a<60?!0:(y.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),s("scroll",y.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),s("scroll",y.raw)),a=new l.Date().getTime(),!1)}function S(y){const A=e.params.mousewheel;if(y.direction<0){if(e.isEnd&&!e.params.loop&&A.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&A.releaseOnEdges)return!0;return!1}function w(y){let A=y,_=!0;if(!e.enabled||y.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const g=e.params.mousewheel;e.params.cssMode&&A.preventDefault();let M=e.el;e.params.mousewheel.eventsTarget!=="container"&&(M=document.querySelector(e.params.mousewheel.eventsTarget));const P=M&&M.contains(A.target);if(!e.mouseEntered&&!P&&!g.releaseOnEdges)return!0;A.originalEvent&&(A=A.originalEvent);let x=0;const u=e.rtlTranslate?-1:1,E=c(A);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(E.pixelX)>Math.abs(E.pixelY))x=-E.pixelX*u;else return!0;else if(Math.abs(E.pixelY)>Math.abs(E.pixelX))x=-E.pixelY;else return!0;else x=Math.abs(E.pixelX)>Math.abs(E.pixelY)?-E.pixelX*u:-E.pixelY;if(x===0)return!0;g.invert&&(x=-x);let b=e.getTranslate()+x*g.sensitivity;if(b>=e.minTranslate()&&(b=e.minTranslate()),b<=e.maxTranslate()&&(b=e.maxTranslate()),_=e.params.loop?!0:!(b===e.minTranslate()||b===e.maxTranslate()),_&&e.params.nested&&A.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const I={time:lt(),delta:Math.abs(x),direction:Math.sign(x),raw:y};v.length>=2&&v.shift();const O=v.length?v[v.length-1]:void 0;if(v.push(I),O?(I.direction!==O.direction||I.delta>O.delta||I.time>O.time+150)&&h(I):h(I),S(I))return!0}else{const I={time:lt(),delta:Math.abs(x),direction:Math.sign(x)},O=r&&I.time<r.time+500&&I.delta<=r.delta&&I.direction===r.direction;if(!O){r=void 0;let D=e.getTranslate()+x*g.sensitivity;const j=e.isBeginning,G=e.isEnd;if(D>=e.minTranslate()&&(D=e.minTranslate()),D<=e.maxTranslate()&&(D=e.maxTranslate()),e.setTransition(0),e.setTranslate(D),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!j&&e.isBeginning||!G&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(d),d=void 0,v.length>=15&&v.shift();const L=v.length?v[v.length-1]:void 0,N=v[0];if(v.push(I),L&&(I.delta>L.delta||I.direction!==L.direction))v.splice(0);else if(v.length>=15&&I.time-N.time<500&&N.delta-I.delta>=1&&I.delta<=6){const F=x>0?.8:.2;r=I,v.splice(0),d=Ct(()=>{e.slideToClosest(e.params.speed,!0,void 0,F)},0)}d||(d=Ct(()=>{r=I,v.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(O||s("scroll",A),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(D===e.minTranslate()||D===e.maxTranslate()))return!0}}return A.preventDefault?A.preventDefault():A.returnValue=!1,!1}function k(y){let A=e.el;e.params.mousewheel.eventsTarget!=="container"&&(A=document.querySelector(e.params.mousewheel.eventsTarget)),A[y]("mouseenter",f),A[y]("mouseleave",m),A[y]("wheel",w)}function p(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",w),!0):e.mousewheel.enabled?!1:(k("addEventListener"),e.mousewheel.enabled=!0,!0)}function T(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,w),!0):e.mousewheel.enabled?(k("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&T(),e.params.mousewheel.enabled&&p()}),n("destroy",()=>{e.params.cssMode&&p(),e.mousewheel.enabled&&T()}),Object.assign(e.mousewheel,{enable:p,disable:T})}function Qi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(s=>{if(!i[s]&&i.auto===!0){let l=mt(t.el,`.${n[s]}`)[0];l||(l=Dt("div",n[s]),l.className=n[s],t.el.append(l)),i[s]=l,e[s]=l}}),i}function It(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ut(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:p=>p,formatFractionTotal:p=>p,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let d,a=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function v(p,T){const{bulletActiveClass:y}=e.params.pagination;p&&(p=p[`${T==="prev"?"previous":"next"}ElementSibling`],p&&(p.classList.add(`${y}-${T}`),p=p[`${T==="prev"?"previous":"next"}ElementSibling`],p&&p.classList.add(`${y}-${T}-${T}`)))}function c(p){const T=p.target.closest(It(e.params.pagination.bulletClass));if(!T)return;p.preventDefault();const y=Ht(T)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===y)return;e.slideToLoop(y)}else e.slideTo(y)}function f(){const p=e.rtl,T=e.params.pagination;if(r())return;let y=e.pagination.el;y=ft(y);let A,_;const g=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,M=e.params.loop?Math.ceil(g/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(_=e.previousRealIndex||0,A=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(A=e.snapIndex,_=e.previousSnapIndex):(_=e.previousIndex||0,A=e.activeIndex||0),T.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const P=e.pagination.bullets;let x,u,E;if(T.dynamicBullets&&(d=ni(P[0],e.isHorizontal()?"width":"height",!0),y.forEach(b=>{b.style[e.isHorizontal()?"width":"height"]=`${d*(T.dynamicMainBullets+4)}px`}),T.dynamicMainBullets>1&&_!==void 0&&(a+=A-(_||0),a>T.dynamicMainBullets-1?a=T.dynamicMainBullets-1:a<0&&(a=0)),x=Math.max(A-a,0),u=x+(Math.min(P.length,T.dynamicMainBullets)-1),E=(u+x)/2),P.forEach(b=>{const I=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(O=>`${T.bulletActiveClass}${O}`)].map(O=>typeof O=="string"&&O.includes(" ")?O.split(" "):O).flat();b.classList.remove(...I)}),y.length>1)P.forEach(b=>{const I=Ht(b);I===A?b.classList.add(...T.bulletActiveClass.split(" ")):e.isElement&&b.setAttribute("part","bullet"),T.dynamicBullets&&(I>=x&&I<=u&&b.classList.add(...`${T.bulletActiveClass}-main`.split(" ")),I===x&&v(b,"prev"),I===u&&v(b,"next"))});else{const b=P[A];if(b&&b.classList.add(...T.bulletActiveClass.split(" ")),e.isElement&&P.forEach((I,O)=>{I.setAttribute("part",O===A?"bullet-active":"bullet")}),T.dynamicBullets){const I=P[x],O=P[u];for(let D=x;D<=u;D+=1)P[D]&&P[D].classList.add(...`${T.bulletActiveClass}-main`.split(" "));v(I,"prev"),v(O,"next")}}if(T.dynamicBullets){const b=Math.min(P.length,T.dynamicMainBullets+4),I=(d*b-d)/2-E*d,O=p?"right":"left";P.forEach(D=>{D.style[e.isHorizontal()?O:"top"]=`${I}px`})}}y.forEach((P,x)=>{if(T.type==="fraction"&&(P.querySelectorAll(It(T.currentClass)).forEach(u=>{u.textContent=T.formatFractionCurrent(A+1)}),P.querySelectorAll(It(T.totalClass)).forEach(u=>{u.textContent=T.formatFractionTotal(M)})),T.type==="progressbar"){let u;T.progressbarOpposite?u=e.isHorizontal()?"vertical":"horizontal":u=e.isHorizontal()?"horizontal":"vertical";const E=(A+1)/M;let b=1,I=1;u==="horizontal"?b=E:I=E,P.querySelectorAll(It(T.progressbarFillClass)).forEach(O=>{O.style.transform=`translate3d(0,0,0) scaleX(${b}) scaleY(${I})`,O.style.transitionDuration=`${e.params.speed}ms`})}T.type==="custom"&&T.renderCustom?(P.innerHTML=T.renderCustom(e,A+1,M),x===0&&s("paginationRender",P)):(x===0&&s("paginationRender",P),s("paginationUpdate",P)),e.params.watchOverflow&&e.enabled&&P.classList[e.isLocked?"add":"remove"](T.lockClass)})}function m(){const p=e.params.pagination;if(r())return;const T=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let y=e.pagination.el;y=ft(y);let A="";if(p.type==="bullets"){let _=e.params.loop?Math.ceil(T/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&_>T&&(_=T);for(let g=0;g<_;g+=1)p.renderBullet?A+=p.renderBullet.call(e,g,p.bulletClass):A+=`<${p.bulletElement} ${e.isElement?'part="bullet"':""} class="${p.bulletClass}"></${p.bulletElement}>`}p.type==="fraction"&&(p.renderFraction?A=p.renderFraction.call(e,p.currentClass,p.totalClass):A=`<span class="${p.currentClass}"></span> / <span class="${p.totalClass}"></span>`),p.type==="progressbar"&&(p.renderProgressbar?A=p.renderProgressbar.call(e,p.progressbarFillClass):A=`<span class="${p.progressbarFillClass}"></span>`),e.pagination.bullets=[],y.forEach(_=>{p.type!=="custom"&&(_.innerHTML=A||""),p.type==="bullets"&&e.pagination.bullets.push(..._.querySelectorAll(It(p.bulletClass)))}),p.type!=="custom"&&s("paginationRender",y[0])}function h(){e.params.pagination=Qi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const p=e.params.pagination;if(!p.el)return;let T;typeof p.el=="string"&&e.isElement&&(T=e.el.querySelector(p.el)),!T&&typeof p.el=="string"&&(T=[...document.querySelectorAll(p.el)]),T||(T=p.el),!(!T||T.length===0)&&(e.params.uniqueNavElements&&typeof p.el=="string"&&Array.isArray(T)&&T.length>1&&(T=[...e.el.querySelectorAll(p.el)],T.length>1&&(T=T.filter(y=>Zi(y,".swiper")[0]===e.el)[0])),Array.isArray(T)&&T.length===1&&(T=T[0]),Object.assign(e.pagination,{el:T}),T=ft(T),T.forEach(y=>{p.type==="bullets"&&p.clickable&&y.classList.add(...(p.clickableClass||"").split(" ")),y.classList.add(p.modifierClass+p.type),y.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.type==="bullets"&&p.dynamicBullets&&(y.classList.add(`${p.modifierClass}${p.type}-dynamic`),a=0,p.dynamicMainBullets<1&&(p.dynamicMainBullets=1)),p.type==="progressbar"&&p.progressbarOpposite&&y.classList.add(p.progressbarOppositeClass),p.clickable&&y.addEventListener("click",c),e.enabled||y.classList.add(p.lockClass)}))}function S(){const p=e.params.pagination;if(r())return;let T=e.pagination.el;T&&(T=ft(T),T.forEach(y=>{y.classList.remove(p.hiddenClass),y.classList.remove(p.modifierClass+p.type),y.classList.remove(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.clickable&&(y.classList.remove(...(p.clickableClass||"").split(" ")),y.removeEventListener("click",c))})),e.pagination.bullets&&e.pagination.bullets.forEach(y=>y.classList.remove(...p.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const p=e.params.pagination;let{el:T}=e.pagination;T=ft(T),T.forEach(y=>{y.classList.remove(p.horizontalClass,p.verticalClass),y.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?k():(h(),m(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{m(),f()}),n("destroy",()=>{S()}),n("enable disable",()=>{let{el:p}=e.pagination;p&&(p=ft(p),p.forEach(T=>T.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(p,T)=>{const y=T.target,A=ft(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&A&&A.length>0&&!y.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&y===e.navigation.nextEl||e.navigation.prevEl&&y===e.navigation.prevEl))return;const _=A[0].classList.contains(e.params.pagination.hiddenClass);s(_===!0?"paginationShow":"paginationHide"),A.forEach(g=>g.classList.toggle(e.params.pagination.hiddenClass))}});const w=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:p}=e.pagination;p&&(p=ft(p),p.forEach(T=>T.classList.remove(e.params.pagination.paginationDisabledClass))),h(),m(),f()},k=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:p}=e.pagination;p&&(p=ft(p),p.forEach(T=>T.classList.add(e.params.pagination.paginationDisabledClass))),S()};Object.assign(e.pagination,{enable:w,disable:k,render:m,update:f,init:h,destroy:S})}function To(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=at();let d=!1,a=null,r=null,v,c,f,m;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function h(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:b,rtlTranslate:I}=e,{dragEl:O,el:D}=b,j=e.params.scrollbar,G=e.params.loop?e.progressLoop:e.progress;let L=c,N=(f-c)*G;I?(N=-N,N>0?(L=c-N,N=0):-N+c>f&&(L=f+N)):N<0?(L=c+N,N=0):N+c>f&&(L=f-N),e.isHorizontal()?(O.style.transform=`translate3d(${N}px, 0, 0)`,O.style.width=`${L}px`):(O.style.transform=`translate3d(0px, ${N}px, 0)`,O.style.height=`${L}px`),j.hide&&(clearTimeout(a),D.style.opacity=1,a=setTimeout(()=>{D.style.opacity=0,D.style.transitionDuration="400ms"},1e3))}function S(b){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${b}ms`)}function w(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:b}=e,{dragEl:I,el:O}=b;I.style.width="",I.style.height="",f=e.isHorizontal()?O.offsetWidth:O.offsetHeight,m=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?c=f*m:c=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${c}px`:I.style.height=`${c}px`,m>=1?O.style.display="none":O.style.display="",e.params.scrollbar.hide&&(O.style.opacity=0),e.params.watchOverflow&&e.enabled&&b.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function k(b){return e.isHorizontal()?b.clientX:b.clientY}function p(b){const{scrollbar:I,rtlTranslate:O}=e,{el:D}=I;let j;j=(k(b)-yo(D)[e.isHorizontal()?"left":"top"]-(v!==null?v:c/2))/(f-c),j=Math.max(Math.min(j,1),0),O&&(j=1-j);const G=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*j;e.updateProgress(G),e.setTranslate(G),e.updateActiveIndex(),e.updateSlidesClasses()}function T(b){const I=e.params.scrollbar,{scrollbar:O,wrapperEl:D}=e,{el:j,dragEl:G}=O;d=!0,v=b.target===G?k(b)-b.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,b.preventDefault(),b.stopPropagation(),D.style.transitionDuration="100ms",G.style.transitionDuration="100ms",p(b),clearTimeout(r),j.style.transitionDuration="0ms",I.hide&&(j.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),s("scrollbarDragStart",b)}function y(b){const{scrollbar:I,wrapperEl:O}=e,{el:D,dragEl:j}=I;d&&(b.preventDefault&&b.cancelable?b.preventDefault():b.returnValue=!1,p(b),O.style.transitionDuration="0ms",D.style.transitionDuration="0ms",j.style.transitionDuration="0ms",s("scrollbarDragMove",b))}function A(b){const I=e.params.scrollbar,{scrollbar:O,wrapperEl:D}=e,{el:j}=O;d&&(d=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",D.style.transitionDuration=""),I.hide&&(clearTimeout(r),r=Ct(()=>{j.style.opacity=0,j.style.transitionDuration="400ms"},1e3)),s("scrollbarDragEnd",b),I.snapOnRelease&&e.slideToClosest())}function _(b){const{scrollbar:I,params:O}=e,D=I.el;if(!D)return;const j=D,G=O.passiveListeners?{passive:!1,capture:!1}:!1,L=O.passiveListeners?{passive:!0,capture:!1}:!1;if(!j)return;const N=b==="on"?"addEventListener":"removeEventListener";j[N]("pointerdown",T,G),l[N]("pointermove",y,G),l[N]("pointerup",A,L)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||_("on")}function M(){!e.params.scrollbar.el||!e.scrollbar.el||_("off")}function P(){const{scrollbar:b,el:I}=e;e.params.scrollbar=Qi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const O=e.params.scrollbar;if(!O.el)return;let D;if(typeof O.el=="string"&&e.isElement&&(D=e.el.querySelector(O.el)),!D&&typeof O.el=="string"){if(D=l.querySelectorAll(O.el),!D.length)return}else D||(D=O.el);e.params.uniqueNavElements&&typeof O.el=="string"&&D.length>1&&I.querySelectorAll(O.el).length===1&&(D=I.querySelector(O.el)),D.length>0&&(D=D[0]),D.classList.add(e.isHorizontal()?O.horizontalClass:O.verticalClass);let j;D&&(j=D.querySelector(It(e.params.scrollbar.dragClass)),j||(j=Dt("div",e.params.scrollbar.dragClass),D.append(j))),Object.assign(b,{el:D,dragEl:j}),O.draggable&&g(),D&&D.classList[e.enabled?"remove":"add"](...xt(e.params.scrollbar.lockClass))}function x(){const b=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...xt(e.isHorizontal()?b.horizontalClass:b.verticalClass)),M()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const b=e.params.scrollbar;let{el:I}=e.scrollbar;I=ft(I),I.forEach(O=>{O.classList.remove(b.horizontalClass,b.verticalClass),O.classList.add(e.isHorizontal()?b.horizontalClass:b.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?E():(P(),w(),h())}),n("update resize observerUpdate lock unlock changeDirection",()=>{w()}),n("setTranslate",()=>{h()}),n("setTransition",(b,I)=>{S(I)}),n("enable disable",()=>{const{el:b}=e.scrollbar;b&&b.classList[e.enabled?"remove":"add"](...xt(e.params.scrollbar.lockClass))}),n("destroy",()=>{x()});const u=()=>{e.el.classList.remove(...xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...xt(e.params.scrollbar.scrollbarDisabledClass)),P(),w(),h()},E=()=>{e.el.classList.add(...xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...xt(e.params.scrollbar.scrollbarDisabledClass)),x()};Object.assign(e.scrollbar,{enable:u,disable:E,updateSize:w,setTranslate:h,init:P,destroy:x})}function Gt(t){let{swiper:e,extendParams:i,on:n,emit:s,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let d,a,r=l&&l.autoplay?l.autoplay.delay:3e3,v=l&&l.autoplay?l.autoplay.delay:3e3,c,f=new Date().getTime(),m,h,S,w,k,p,T;function y(L){!e||e.destroyed||!e.wrapperEl||L.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",y),!(T||L.detail&&L.detail.bySwiperTouchMove)&&u())}const A=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(v=c,m=!1);const L=e.autoplay.paused?c:f+v-new Date().getTime();e.autoplay.timeLeft=L,s("autoplayTimeLeft",L,L/r),a=requestAnimationFrame(()=>{A()})},_=()=>{let L;return e.virtual&&e.params.virtual.enabled?L=e.slides.filter(F=>F.classList.contains("swiper-slide-active"))[0]:L=e.slides[e.activeIndex],L?parseInt(L.getAttribute("data-swiper-autoplay"),10):void 0},g=L=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(a),A();let N=typeof L>"u"?e.params.autoplay.delay:L;r=e.params.autoplay.delay,v=e.params.autoplay.delay;const F=_();!Number.isNaN(F)&&F>0&&typeof L>"u"&&(N=F,r=F,v=F),c=N;const V=e.params.speed,Q=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(V,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,V,!0,!0),s("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(V,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,V,!0,!0),s("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return N>0?(clearTimeout(d),d=setTimeout(()=>{Q()},N)):requestAnimationFrame(()=>{Q()}),N},M=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),s("autoplayStart")},P=()=>{e.autoplay.running=!1,clearTimeout(d),cancelAnimationFrame(a),s("autoplayStop")},x=(L,N)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(d),L||(p=!0);const F=()=>{s("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",y):u()};if(e.autoplay.paused=!0,N){k&&(c=e.params.autoplay.delay),k=!1,F();return}c=(c||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&c<0&&!e.params.loop)&&(c<0&&(c=0),F())},u=()=>{e.isEnd&&c<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),p?(p=!1,g(c)):g(),e.autoplay.paused=!1,s("autoplayResume"))},E=()=>{if(e.destroyed||!e.autoplay.running)return;const L=at();L.visibilityState==="hidden"&&(p=!0,x(!0)),L.visibilityState==="visible"&&u()},b=L=>{L.pointerType==="mouse"&&(p=!0,T=!0,!(e.animating||e.autoplay.paused)&&x(!0))},I=L=>{L.pointerType==="mouse"&&(T=!1,e.autoplay.paused&&u())},O=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",b),e.el.addEventListener("pointerleave",I))},D=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",b),e.el.removeEventListener("pointerleave",I))},j=()=>{at().addEventListener("visibilitychange",E)},G=()=>{at().removeEventListener("visibilitychange",E)};n("init",()=>{e.params.autoplay.enabled&&(O(),j(),M())}),n("destroy",()=>{D(),G(),e.autoplay.running&&P()}),n("_freeModeStaticRelease",()=>{(S||p)&&u()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?P():x(!0,!0)}),n("beforeTransitionStart",(L,N,F)=>{e.destroyed||!e.autoplay.running||(F||!e.params.autoplay.disableOnInteraction?x(!0,!0):P())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){P();return}h=!0,S=!1,p=!1,w=setTimeout(()=>{p=!0,S=!0,x(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!h)){if(clearTimeout(w),clearTimeout(d),e.params.autoplay.disableOnInteraction){S=!1,h=!1;return}S&&e.params.cssMode&&u(),S=!1,h=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(k=!0)}),Object.assign(e.autoplay,{start:M,stop:P,pause:x,resume:u})}function Eo(t){let{swiper:e,extendParams:i,emit:n,once:s}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const r=e.getTranslate();e.setTranslate(r),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function d(){if(e.params.cssMode)return;const{touchEventsData:r,touches:v}=e;r.velocities.length===0&&r.velocities.push({position:v[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:v[e.isHorizontal()?"currentX":"currentY"],time:lt()})}function a(r){let{currentPos:v}=r;if(e.params.cssMode)return;const{params:c,wrapperEl:f,rtlTranslate:m,snapGrid:h,touchEventsData:S}=e,k=lt()-S.touchStartTime;if(v<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(v>-e.maxTranslate()){e.slides.length<h.length?e.slideTo(h.length-1):e.slideTo(e.slides.length-1);return}if(c.freeMode.momentum){if(S.velocities.length>1){const P=S.velocities.pop(),x=S.velocities.pop(),u=P.position-x.position,E=P.time-x.time;e.velocity=u/E,e.velocity/=2,Math.abs(e.velocity)<c.freeMode.minimumVelocity&&(e.velocity=0),(E>150||lt()-P.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=c.freeMode.momentumVelocityRatio,S.velocities.length=0;let p=1e3*c.freeMode.momentumRatio;const T=e.velocity*p;let y=e.translate+T;m&&(y=-y);let A=!1,_;const g=Math.abs(e.velocity)*20*c.freeMode.momentumBounceRatio;let M;if(y<e.maxTranslate())c.freeMode.momentumBounce?(y+e.maxTranslate()<-g&&(y=e.maxTranslate()-g),_=e.maxTranslate(),A=!0,S.allowMomentumBounce=!0):y=e.maxTranslate(),c.loop&&c.centeredSlides&&(M=!0);else if(y>e.minTranslate())c.freeMode.momentumBounce?(y-e.minTranslate()>g&&(y=e.minTranslate()+g),_=e.minTranslate(),A=!0,S.allowMomentumBounce=!0):y=e.minTranslate(),c.loop&&c.centeredSlides&&(M=!0);else if(c.freeMode.sticky){let P;for(let x=0;x<h.length;x+=1)if(h[x]>-y){P=x;break}Math.abs(h[P]-y)<Math.abs(h[P-1]-y)||e.swipeDirection==="next"?y=h[P]:y=h[P-1],y=-y}if(M&&s("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(m?p=Math.abs((-y-e.translate)/e.velocity):p=Math.abs((y-e.translate)/e.velocity),c.freeMode.sticky){const P=Math.abs((m?-y:y)-e.translate),x=e.slidesSizesGrid[e.activeIndex];P<x?p=c.speed:P<2*x?p=c.speed*1.5:p=c.speed*2.5}}else if(c.freeMode.sticky){e.slideToClosest();return}c.freeMode.momentumBounce&&A?(e.updateProgress(_),e.setTransition(p),e.setTranslate(y),e.transitionStart(!0,e.swipeDirection),e.animating=!0,ii(f,()=>{!e||e.destroyed||!S.allowMomentumBounce||(n("momentumBounce"),e.setTransition(c.speed),setTimeout(()=>{e.setTranslate(_),ii(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(y),e.setTransition(p),e.setTranslate(y),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,ii(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(y),e.updateActiveIndex(),e.updateSlidesClasses()}else if(c.freeMode.sticky){e.slideToClosest();return}else c.freeMode&&n("_freeModeNoMomentumRelease");(!c.freeMode.momentum||k>=c.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:d,onTouchEnd:a}})}let oi;function Ao(){const t=Re(),e=at();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Ri(){return oi||(oi=Ao()),oi}let li;function Co(t){let{userAgent:e}=t===void 0?{}:t;const i=Ri(),n=Re(),s=n.navigator.platform,l=e||n.navigator.userAgent,d={ios:!1,android:!1},a=n.screen.width,r=n.screen.height,v=l.match(/(Android);?[\s\/]+([\d.]+)?/);let c=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),m=!c&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),h=s==="Win32";let S=s==="MacIntel";const w=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!c&&S&&i.touch&&w.indexOf(`${a}x${r}`)>=0&&(c=l.match(/(Version)\/([\d.]+)/),c||(c=[0,1,"13_0_0"]),S=!1),v&&!h&&(d.os="android",d.android=!0),(c||m||f)&&(d.os="ios",d.ios=!0),d}function $i(t){return t===void 0&&(t={}),li||(li=Co(t)),li}let si;function Io(){const t=Re(),e=$i();let i=!1;function n(){const a=t.navigator.userAgent.toLowerCase();return a.indexOf("safari")>=0&&a.indexOf("chrome")<0&&a.indexOf("android")<0}if(n()){const a=String(t.navigator.userAgent);if(a.includes("Version/")){const[r,v]=a.split("Version/")[1].split(" ")[0].split(".").map(c=>Number(c));i=r<16||r===16&&v<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),d=l||s&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:d,isWebView:s}}function ko(){return si||(si=Io()),si}function _o(t){let{swiper:e,on:i,emit:n}=t;const s=Re();let l=null,d=null;const a=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{d=s.requestAnimationFrame(()=>{const{width:m,height:h}=e;let S=m,w=h;f.forEach(k=>{let{contentBoxSize:p,contentRect:T,target:y}=k;y&&y!==e.el||(S=T?T.width:(p[0]||p).inlineSize,w=T?T.height:(p[0]||p).blockSize)}),(S!==m||w!==h)&&a()})}),l.observe(e.el))},v=()=>{d&&s.cancelAnimationFrame(d),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},c=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof s.ResizeObserver<"u"){r();return}s.addEventListener("resize",a),s.addEventListener("orientationchange",c)}),i("destroy",()=>{v(),s.removeEventListener("resize",a),s.removeEventListener("orientationchange",c)})}function Po(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=[],d=Re(),a=function(c,f){f===void 0&&(f={});const m=d.MutationObserver||d.WebkitMutationObserver,h=new m(S=>{if(e.__preventObserver__)return;if(S.length===1){s("observerUpdate",S[0]);return}const w=function(){s("observerUpdate",S[0])};d.requestAnimationFrame?d.requestAnimationFrame(w):d.setTimeout(w,0)});h.observe(c,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(h)},r=()=>{if(e.params.observer){if(e.params.observeParents){const c=Zi(e.hostEl);for(let f=0;f<c.length;f+=1)a(c[f])}a(e.hostEl,{childList:e.params.observeSlideChildren}),a(e.wrapperEl,{attributes:!1})}},v=()=>{l.forEach(c=>{c.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",v)}var Do={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const s=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][s](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function s(){n.off(t,s),s.__emitterProxy&&delete s.__emitterProxy;for(var l=arguments.length,d=new Array(l),a=0;a<l;a++)d[a]=arguments[a];e.apply(n,d)}return s.__emitterProxy=e,n.on(t,s,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const n=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[n](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(n=>{typeof e>"u"?i.eventsListeners[n]=[]:i.eventsListeners[n]&&i.eventsListeners[n].forEach((s,l)=>{(s===e||s.__emitterProxy&&s.__emitterProxy===e)&&i.eventsListeners[n].splice(l,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,n;for(var s=arguments.length,l=new Array(s),d=0;d<s;d++)l[d]=arguments[d];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(v=>{v.apply(n,i)})}),t}};function Mo(){const t=this;let e,i;const n=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=n.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=n.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Tt(n,"padding-left")||0,10)-parseInt(Tt(n,"padding-right")||0,10),i=i-parseInt(Tt(n,"padding-top")||0,10)-parseInt(Tt(n,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function Oo(){const t=this;function e(u,E){return parseFloat(u.getPropertyValue(t.getDirectionLabel(E))||0)}const i=t.params,{wrapperEl:n,slidesEl:s,size:l,rtlTranslate:d,wrongRTL:a}=t,r=t.virtual&&i.virtual.enabled,v=r?t.virtual.slides.length:t.slides.length,c=mt(s,`.${t.params.slideClass}, swiper-slide`),f=r?t.virtual.slides.length:c.length;let m=[];const h=[],S=[];let w=i.slidesOffsetBefore;typeof w=="function"&&(w=i.slidesOffsetBefore.call(t));let k=i.slidesOffsetAfter;typeof k=="function"&&(k=i.slidesOffsetAfter.call(t));const p=t.snapGrid.length,T=t.slidesGrid.length;let y=i.spaceBetween,A=-w,_=0,g=0;if(typeof l>"u")return;typeof y=="string"&&y.indexOf("%")>=0?y=parseFloat(y.replace("%",""))/100*l:typeof y=="string"&&(y=parseFloat(y)),t.virtualSize=-y,c.forEach(u=>{d?u.style.marginLeft="":u.style.marginRight="",u.style.marginBottom="",u.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(Vt(n,"--swiper-centered-offset-before",""),Vt(n,"--swiper-centered-offset-after",""));const M=i.grid&&i.grid.rows>1&&t.grid;M?t.grid.initSlides(c):t.grid&&t.grid.unsetSlides();let P;const x=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(u=>typeof i.breakpoints[u].slidesPerView<"u").length>0;for(let u=0;u<f;u+=1){P=0;let E;if(c[u]&&(E=c[u]),M&&t.grid.updateSlide(u,E,c),!(c[u]&&Tt(E,"display")==="none")){if(i.slidesPerView==="auto"){x&&(c[u].style[t.getDirectionLabel("width")]="");const b=getComputedStyle(E),I=E.style.transform,O=E.style.webkitTransform;if(I&&(E.style.transform="none"),O&&(E.style.webkitTransform="none"),i.roundLengths)P=t.isHorizontal()?ni(E,"width",!0):ni(E,"height",!0);else{const D=e(b,"width"),j=e(b,"padding-left"),G=e(b,"padding-right"),L=e(b,"margin-left"),N=e(b,"margin-right"),F=b.getPropertyValue("box-sizing");if(F&&F==="border-box")P=D+L+N;else{const{clientWidth:V,offsetWidth:Q}=E;P=D+j+G+L+N+(Q-V)}}I&&(E.style.transform=I),O&&(E.style.webkitTransform=O),i.roundLengths&&(P=Math.floor(P))}else P=(l-(i.slidesPerView-1)*y)/i.slidesPerView,i.roundLengths&&(P=Math.floor(P)),c[u]&&(c[u].style[t.getDirectionLabel("width")]=`${P}px`);c[u]&&(c[u].swiperSlideSize=P),S.push(P),i.centeredSlides?(A=A+P/2+_/2+y,_===0&&u!==0&&(A=A-l/2-y),u===0&&(A=A-l/2-y),Math.abs(A)<1/1e3&&(A=0),i.roundLengths&&(A=Math.floor(A)),g%i.slidesPerGroup===0&&m.push(A),h.push(A)):(i.roundLengths&&(A=Math.floor(A)),(g-Math.min(t.params.slidesPerGroupSkip,g))%t.params.slidesPerGroup===0&&m.push(A),h.push(A),A=A+P+y),t.virtualSize+=P+y,_=P,g+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+k,d&&a&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+y}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+y}px`),M&&t.grid.updateWrapperSize(P,m),!i.centeredSlides){const u=[];for(let E=0;E<m.length;E+=1){let b=m[E];i.roundLengths&&(b=Math.floor(b)),m[E]<=t.virtualSize-l&&u.push(b)}m=u,Math.floor(t.virtualSize-l)-Math.floor(m[m.length-1])>1&&m.push(t.virtualSize-l)}if(r&&i.loop){const u=S[0]+y;if(i.slidesPerGroup>1){const E=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),b=u*i.slidesPerGroup;for(let I=0;I<E;I+=1)m.push(m[m.length-1]+b)}for(let E=0;E<t.virtual.slidesBefore+t.virtual.slidesAfter;E+=1)i.slidesPerGroup===1&&m.push(m[m.length-1]+u),h.push(h[h.length-1]+u),t.virtualSize+=u}if(m.length===0&&(m=[0]),y!==0){const u=t.isHorizontal()&&d?"marginLeft":t.getDirectionLabel("marginRight");c.filter((E,b)=>!i.cssMode||i.loop?!0:b!==c.length-1).forEach(E=>{E.style[u]=`${y}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let u=0;S.forEach(b=>{u+=b+(y||0)}),u-=y;const E=u-l;m=m.map(b=>b<=0?-w:b>E?E+k:b)}if(i.centerInsufficientSlides){let u=0;S.forEach(b=>{u+=b+(y||0)}),u-=y;const E=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(u+E<l){const b=(l-u-E)/2;m.forEach((I,O)=>{m[O]=I-b}),h.forEach((I,O)=>{h[O]=I+b})}}if(Object.assign(t,{slides:c,snapGrid:m,slidesGrid:h,slidesSizesGrid:S}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){Vt(n,"--swiper-centered-offset-before",`${-m[0]}px`),Vt(n,"--swiper-centered-offset-after",`${t.size/2-S[S.length-1]/2}px`);const u=-t.snapGrid[0],E=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(b=>b+u),t.slidesGrid=t.slidesGrid.map(b=>b+E)}if(f!==v&&t.emit("slidesLengthChange"),m.length!==p&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),h.length!==T&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const u=`${i.containerModifierClass}backface-hidden`,E=t.el.classList.contains(u);f<=i.maxBackfaceHiddenSlides?E||t.el.classList.add(u):E&&t.el.classList.remove(u)}}function Lo(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let s=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const d=a=>n?e.slides[e.getSlideIndexByData(a)]:e.slides[a];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(a=>{i.push(a)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const a=e.activeIndex+l;if(a>e.slides.length&&!n)break;i.push(d(a))}else i.push(d(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const a=i[l].offsetHeight;s=a>s?a:s}(s||s===0)&&(e.wrapperEl.style.height=`${s}px`)}function Bo(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let n=0;n<e.length;n+=1)e[n].swiperSlideOffset=(t.isHorizontal()?e[n].offsetLeft:e[n].offsetTop)-i-t.cssOverflowAdjustment()}const en=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function No(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:s,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let d=-t;s&&(d=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let a=i.spaceBetween;typeof a=="string"&&a.indexOf("%")>=0?a=parseFloat(a.replace("%",""))/100*e.size:typeof a=="string"&&(a=parseFloat(a));for(let r=0;r<n.length;r+=1){const v=n[r];let c=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(c-=n[0].swiperSlideOffset);const f=(d+(i.centeredSlides?e.minTranslate():0)-c)/(v.swiperSlideSize+a),m=(d-l[0]+(i.centeredSlides?e.minTranslate():0)-c)/(v.swiperSlideSize+a),h=-(d-c),S=h+e.slidesSizesGrid[r],w=h>=0&&h<=e.size-e.slidesSizesGrid[r],k=h>=0&&h<e.size-1||S>1&&S<=e.size||h<=0&&S>=e.size;k&&(e.visibleSlides.push(v),e.visibleSlidesIndexes.push(r)),en(v,k,i.slideVisibleClass),en(v,w,i.slideFullyVisibleClass),v.progress=s?-f:f,v.originalProgress=s?-m:m}}function Fo(t){const e=this;if(typeof t>"u"){const c=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*c||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:s,isBeginning:l,isEnd:d,progressLoop:a}=e;const r=l,v=d;if(n===0)s=0,l=!0,d=!0;else{s=(t-e.minTranslate())/n;const c=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=c||s<=0,d=f||s>=1,c&&(s=0),f&&(s=1)}if(i.loop){const c=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),m=e.slidesGrid[c],h=e.slidesGrid[f],S=e.slidesGrid[e.slidesGrid.length-1],w=Math.abs(t);w>=m?a=(w-m)/S:a=(w+S-h)/S,a>1&&(a-=1)}Object.assign(e,{progress:s,progressLoop:a,isBeginning:l,isEnd:d}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),d&&!v&&e.emit("reachEnd toEdge"),(r&&!l||v&&!d)&&e.emit("fromEdge"),e.emit("progress",s)}const ri=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function jo(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:s}=t,l=t.virtual&&i.virtual.enabled,d=t.grid&&i.grid&&i.grid.rows>1,a=f=>mt(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let r,v,c;if(l)if(i.loop){let f=s-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),r=a(`[data-swiper-slide-index="${f}"]`)}else r=a(`[data-swiper-slide-index="${s}"]`);else d?(r=e.filter(f=>f.column===s)[0],c=e.filter(f=>f.column===s+1)[0],v=e.filter(f=>f.column===s-1)[0]):r=e[s];r&&(d||(c=So(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c&&(c=e[0]),v=wo(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(f=>{ri(f,f===r,i.slideActiveClass),ri(f,f===c,i.slideNextClass),ri(f,f===v,i.slidePrevClass)}),t.emitSlidesClasses()}const Wt=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,n=e.closest(i());if(n){let s=n.querySelector(`.${t.params.lazyPreloaderClass}`);!s&&t.isElement&&(n.shadowRoot?s=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(s=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},di=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},ai=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const n=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),s=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const d=s,a=[d-e];a.push(...Array.from({length:e}).map((r,v)=>d+n+v)),t.slides.forEach((r,v)=>{a.includes(r.column)&&di(t,v)});return}const l=s+n-1;if(t.params.rewind||t.params.loop)for(let d=s-e;d<=l+e;d+=1){const a=(d%i+i)%i;(a<s||a>l)&&di(t,a)}else for(let d=Math.max(s-e,0);d<=Math.min(l+e,i-1);d+=1)d!==s&&(d>l||d<s)&&di(t,d)};function Vo(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let s;for(let l=0;l<e.length;l+=1)typeof e[l+1]<"u"?n>=e[l]&&n<e[l+1]-(e[l+1]-e[l])/2?s=l:n>=e[l]&&n<e[l+1]&&(s=l+1):n>=e[l]&&(s=l);return i.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function zo(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:s,activeIndex:l,realIndex:d,snapIndex:a}=e;let r=t,v;const c=h=>{let S=h-e.virtual.slidesBefore;return S<0&&(S=e.virtual.slides.length+S),S>=e.virtual.slides.length&&(S-=e.virtual.slides.length),S};if(typeof r>"u"&&(r=Vo(e)),n.indexOf(i)>=0)v=n.indexOf(i);else{const h=Math.min(s.slidesPerGroupSkip,r);v=h+Math.floor((r-h)/s.slidesPerGroup)}if(v>=n.length&&(v=n.length-1),r===l&&!e.params.loop){v!==a&&(e.snapIndex=v,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=c(r);return}const f=e.grid&&s.grid&&s.grid.rows>1;let m;if(e.virtual&&s.virtual.enabled&&s.loop)m=c(r);else if(f){const h=e.slides.filter(w=>w.column===r)[0];let S=parseInt(h.getAttribute("data-swiper-slide-index"),10);Number.isNaN(S)&&(S=Math.max(e.slides.indexOf(h),0)),m=Math.floor(S/s.grid.rows)}else if(e.slides[r]){const h=e.slides[r].getAttribute("data-swiper-slide-index");h?m=parseInt(h,10):m=r}else m=r;Object.assign(e,{previousSnapIndex:a,snapIndex:v,previousRealIndex:d,realIndex:m,previousIndex:l,activeIndex:r}),e.initialized&&ai(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(d!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function Ho(t,e){const i=this,n=i.params;let s=t.closest(`.${n.slideClass}, swiper-slide`);!s&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(a=>{!s&&a.matches&&a.matches(`.${n.slideClass}, swiper-slide`)&&(s=a)});let l=!1,d;if(s){for(let a=0;a<i.slides.length;a+=1)if(i.slides[a]===s){l=!0,d=a;break}}if(s&&l)i.clickedSlide=s,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=d;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Uo={updateSize:Mo,updateSlides:Oo,updateAutoHeight:Lo,updateSlidesOffset:Bo,updateSlidesProgress:No,updateProgress:Fo,updateSlidesClasses:jo,updateActiveIndex:zo,updateClickedSlide:Ho};function Go(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:s,wrapperEl:l}=e;if(i.virtualTranslate)return n?-s:s;if(i.cssMode)return s;let d=go(l,t);return d+=e.cssOverflowAdjustment(),n&&(d=-d),d||0}function Wo(t,e){const i=this,{rtlTranslate:n,params:s,wrapperEl:l,progress:d}=i;let a=0,r=0;const v=0;i.isHorizontal()?a=n?-t:t:r=t,s.roundLengths&&(a=Math.floor(a),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?a:r,s.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-a:-r:s.virtualTranslate||(i.isHorizontal()?a-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${a}px, ${r}px, ${v}px)`);let c;const f=i.maxTranslate()-i.minTranslate();f===0?c=0:c=(t-i.minTranslate())/f,c!==d&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Yo(){return-this.snapGrid[0]}function Xo(){return-this.snapGrid[this.snapGrid.length-1]}function qo(t,e,i,n,s){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),n===void 0&&(n=!0);const l=this,{params:d,wrapperEl:a}=l;if(l.animating&&d.preventInteractionOnTransition)return!1;const r=l.minTranslate(),v=l.maxTranslate();let c;if(n&&t>r?c=r:n&&t<v?c=v:c=t,l.updateProgress(c),d.cssMode){const f=l.isHorizontal();if(e===0)a[f?"scrollLeft":"scrollTop"]=-c;else{if(!l.support.smoothScroll)return Ki({swiper:l,targetPosition:-c,side:f?"left":"top"}),!0;a.scrollTo({[f?"left":"top"]:-c,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(c),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(c),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionStart")),l.animating||(l.animating=!0,l.onTranslateToWrapperTransitionEnd||(l.onTranslateToWrapperTransitionEnd=function(m){!l||l.destroyed||m.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onTranslateToWrapperTransitionEnd),l.onTranslateToWrapperTransitionEnd=null,delete l.onTranslateToWrapperTransitionEnd,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var Jo={getTranslate:Go,setTranslate:Wo,minTranslate:Yo,maxTranslate:Xo,translateTo:qo};function Ko(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function tn(t){let{swiper:e,runCallbacks:i,direction:n,step:s}=t;const{activeIndex:l,previousIndex:d}=e;let a=n;if(a||(l>d?a="next":l<d?a="prev":a="reset"),e.emit(`transition${s}`),i&&l!==d){if(a==="reset"){e.emit(`slideResetTransition${s}`);return}e.emit(`slideChangeTransition${s}`),a==="next"?e.emit(`slideNextTransition${s}`):e.emit(`slidePrevTransition${s}`)}}function Zo(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),tn({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Qo(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),tn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Ro={setTransition:Ko,transitionStart:Zo,transitionEnd:Qo};function $o(t,e,i,n,s){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let d=t;d<0&&(d=0);const{params:a,snapGrid:r,slidesGrid:v,previousIndex:c,activeIndex:f,rtlTranslate:m,wrapperEl:h,enabled:S}=l;if(!S&&!n&&!s||l.destroyed||l.animating&&a.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const w=Math.min(l.params.slidesPerGroupSkip,d);let k=w+Math.floor((d-w)/l.params.slidesPerGroup);k>=r.length&&(k=r.length-1);const p=-r[k];if(a.normalizeSlideIndex)for(let y=0;y<v.length;y+=1){const A=-Math.floor(p*100),_=Math.floor(v[y]*100),g=Math.floor(v[y+1]*100);typeof v[y+1]<"u"?A>=_&&A<g-(g-_)/2?d=y:A>=_&&A<g&&(d=y+1):A>=_&&(d=y)}if(l.initialized&&d!==f&&(!l.allowSlideNext&&(m?p>l.translate&&p>l.minTranslate():p<l.translate&&p<l.minTranslate())||!l.allowSlidePrev&&p>l.translate&&p>l.maxTranslate()&&(f||0)!==d))return!1;d!==(c||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(p);let T;if(d>f?T="next":d<f?T="prev":T="reset",m&&-p===l.translate||!m&&p===l.translate)return l.updateActiveIndex(d),a.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),a.effect!=="slide"&&l.setTranslate(p),T!=="reset"&&(l.transitionStart(i,T),l.transitionEnd(i,T)),!1;if(a.cssMode){const y=l.isHorizontal(),A=m?p:-p;if(e===0){const _=l.virtual&&l.params.virtual.enabled;_&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),_&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{h[y?"scrollLeft":"scrollTop"]=A})):h[y?"scrollLeft":"scrollTop"]=A,_&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Ki({swiper:l,targetPosition:A,side:y?"left":"top"}),!0;h.scrollTo({[y?"left":"top"]:A,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(p),l.updateActiveIndex(d),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,T),e===0?l.transitionEnd(i,T):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(A){!l||l.destroyed||A.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,T))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function el(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);const l=s.grid&&s.params.grid&&s.params.grid.rows>1;let d=t;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)d=d+s.virtual.slidesBefore;else{let a;if(l){const m=d*s.params.grid.rows;a=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else a=s.getSlideIndexByData(d);const r=l?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:v}=s.params;let c=s.params.slidesPerView;c==="auto"?c=s.slidesPerViewDynamic():(c=Math.ceil(parseFloat(s.params.slidesPerView,10)),v&&c%2===0&&(c=c+1));let f=r-a<c;if(v&&(f=f||a<Math.ceil(c/2)),n&&v&&s.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const m=v?a<s.activeIndex?"prev":"next":a-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?a+1:a-r+1,slideRealIndex:m==="next"?s.realIndex:void 0})}if(l){const m=d*s.params.grid.rows;d=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else d=s.getSlideIndexByData(d)}return requestAnimationFrame(()=>{s.slideTo(d,e,i,n)}),s}function tl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:s,params:l,animating:d}=n;if(!s||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let a=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(a=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:a,v=n.virtual&&l.virtual.enabled;if(l.loop){if(d&&!v&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function il(t,e,i){e===void 0&&(e=!0);const n=this,{params:s,snapGrid:l,slidesGrid:d,rtlTranslate:a,enabled:r,animating:v}=n;if(!r||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const c=n.virtual&&s.virtual.enabled;if(s.loop){if(v&&!c&&s.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=a?n.translate:-n.translate;function m(p){return p<0?-Math.floor(Math.abs(p)):Math.floor(p)}const h=m(f),S=l.map(p=>m(p));let w=l[S.indexOf(h)-1];if(typeof w>"u"&&s.cssMode){let p;l.forEach((T,y)=>{h>=T&&(p=y)}),typeof p<"u"&&(w=l[p>0?p-1:p])}let k=0;if(typeof w<"u"&&(k=d.indexOf(w),k<0&&(k=n.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(k=k-n.slidesPerViewDynamic("previous",!0)+1,k=Math.max(k,0))),s.rewind&&n.isBeginning){const p=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(p,t,e,i)}else if(s.loop&&n.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{n.slideTo(k,t,e,i)}),!0;return n.slideTo(k,t,e,i)}function nl(t,e,i){e===void 0&&(e=!0);const n=this;if(!n.destroyed)return typeof t>"u"&&(t=n.params.speed),n.slideTo(n.activeIndex,t,e,i)}function ol(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const s=this;if(s.destroyed)return;typeof t>"u"&&(t=s.params.speed);let l=s.activeIndex;const d=Math.min(s.params.slidesPerGroupSkip,l),a=d+Math.floor((l-d)/s.params.slidesPerGroup),r=s.rtlTranslate?s.translate:-s.translate;if(r>=s.snapGrid[a]){const v=s.snapGrid[a],c=s.snapGrid[a+1];r-v>(c-v)*n&&(l+=s.params.slidesPerGroup)}else{const v=s.snapGrid[a-1],c=s.snapGrid[a];r-v<=(c-v)*n&&(l-=s.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,s.slidesGrid.length-1),s.slideTo(l,t,e,i)}function ll(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let s=t.clickedIndex,l;const d=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?s<t.loopedSlides-n/2||s>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),s=t.getSlideIndex(mt(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),Ct(()=>{t.slideTo(s)})):t.slideTo(s):s>t.slides.length-n?(t.loopFix(),s=t.getSlideIndex(mt(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),Ct(()=>{t.slideTo(s)})):t.slideTo(s)}else t.slideTo(s)}var sl={slideTo:$o,slideToLoop:el,slideNext:tl,slidePrev:il,slideReset:nl,slideToClosest:ol,slideToClickedSlide:ll};function rl(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const s=()=>{mt(n,`.${i.slideClass}, swiper-slide`).forEach((f,m)=>{f.setAttribute("data-swiper-slide-index",m)})},l=e.grid&&i.grid&&i.grid.rows>1,d=i.slidesPerGroup*(l?i.grid.rows:1),a=e.slides.length%d!==0,r=l&&e.slides.length%i.grid.rows!==0,v=c=>{for(let f=0;f<c;f+=1){const m=e.isElement?Dt("swiper-slide",[i.slideBlankClass]):Dt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(a){if(i.loopAddBlankSlides){const c=d-e.slides.length%d;v(c),e.recalcSlides(),e.updateSlides()}else zt("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(r){if(i.loopAddBlankSlides){const c=i.grid.rows-e.slides.length%i.grid.rows;v(c),e.recalcSlides(),e.updateSlides()}else zt("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function dl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:s,activeSlideIndex:l,byController:d,byMousewheel:a}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:v,allowSlidePrev:c,allowSlideNext:f,slidesEl:m,params:h}=r,{centeredSlides:S}=h;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&h.virtual.enabled){i&&(!h.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):h.centeredSlides&&r.snapIndex<h.slidesPerView?r.slideTo(r.virtual.slides.length+r.snapIndex,0,!1,!0):r.snapIndex===r.snapGrid.length-1&&r.slideTo(r.virtual.slidesBefore,0,!1,!0)),r.allowSlidePrev=c,r.allowSlideNext=f,r.emit("loopFix");return}let w=h.slidesPerView;w==="auto"?w=r.slidesPerViewDynamic():(w=Math.ceil(parseFloat(h.slidesPerView,10)),S&&w%2===0&&(w=w+1));const k=h.slidesPerGroupAuto?w:h.slidesPerGroup;let p=k;p%k!==0&&(p+=k-p%k),p+=h.loopAdditionalSlides,r.loopedSlides=p;const T=r.grid&&h.grid&&h.grid.rows>1;v.length<w+p?zt("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):T&&h.grid.fill==="row"&&zt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const y=[],A=[];let _=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(v.filter(I=>I.classList.contains(h.slideActiveClass))[0]):_=l;const g=n==="next"||!n,M=n==="prev"||!n;let P=0,x=0;const u=T?Math.ceil(v.length/h.grid.rows):v.length,b=(T?v[l].column:l)+(S&&typeof s>"u"?-w/2+.5:0);if(b<p){P=Math.max(p-b,k);for(let I=0;I<p-b;I+=1){const O=I-Math.floor(I/u)*u;if(T){const D=u-O-1;for(let j=v.length-1;j>=0;j-=1)v[j].column===D&&y.push(j)}else y.push(u-O-1)}}else if(b+w>u-p){x=Math.max(b-(u-p*2),k);for(let I=0;I<x;I+=1){const O=I-Math.floor(I/u)*u;T?v.forEach((D,j)=>{D.column===O&&A.push(j)}):A.push(O)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),M&&y.forEach(I=>{v[I].swiperLoopMoveDOM=!0,m.prepend(v[I]),v[I].swiperLoopMoveDOM=!1}),g&&A.forEach(I=>{v[I].swiperLoopMoveDOM=!0,m.append(v[I]),v[I].swiperLoopMoveDOM=!1}),r.recalcSlides(),h.slidesPerView==="auto"?r.updateSlides():T&&(y.length>0&&M||A.length>0&&g)&&r.slides.forEach((I,O)=>{r.grid.updateSlide(O,I,r.slides)}),h.watchSlidesProgress&&r.updateSlidesOffset(),i){if(y.length>0&&M){if(typeof e>"u"){const I=r.slidesGrid[_],D=r.slidesGrid[_+P]-I;a?r.setTranslate(r.translate-D):(r.slideTo(_+Math.ceil(P),0,!1,!0),s&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-D,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-D))}else if(s){const I=T?y.length/h.grid.rows:y.length;r.slideTo(r.activeIndex+I,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(A.length>0&&g)if(typeof e>"u"){const I=r.slidesGrid[_],D=r.slidesGrid[_-x]-I;a?r.setTranslate(r.translate-D):(r.slideTo(_-x,0,!1,!0),s&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-D,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-D))}else{const I=T?A.length/h.grid.rows:A.length;r.slideTo(r.activeIndex-I,0,!1,!0)}}if(r.allowSlidePrev=c,r.allowSlideNext=f,r.controller&&r.controller.control&&!d){const I={slideRealIndex:e,direction:n,setTranslate:s,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(O=>{!O.destroyed&&O.params.loop&&O.loopFix({...I,slideTo:O.params.slidesPerView===h.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...I,slideTo:r.controller.control.params.slidesPerView===h.slidesPerView?i:!1})}r.emit("loopFix")}function al(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const n=[];t.slides.forEach(s=>{const l=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;n[l]=s}),t.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),n.forEach(s=>{i.append(s)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var ul={loopCreate:rl,loopFix:dl,loopDestroy:al};function cl(t){const e=this;if(!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const i=e.params.touchEventsTarget==="container"?e.el:e.wrapperEl;e.isElement&&(e.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=t?"grabbing":"grab",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1})}function vl(){const t=this;t.params.watchOverflow&&t.isLocked||t.params.cssMode||(t.isElement&&(t.__preventObserver__=!0),t[t.params.touchEventsTarget==="container"?"el":"wrapperEl"].style.cursor="",t.isElement&&requestAnimationFrame(()=>{t.__preventObserver__=!1}))}var pl={setGrabCursor:cl,unsetGrabCursor:vl};function ml(t,e){e===void 0&&(e=this);function i(n){if(!n||n===at()||n===Re())return null;n.assignedSlot&&(n=n.assignedSlot);const s=n.closest(t);return!s&&!n.getRootNode?null:s||i(n.getRootNode().host)}return i(e)}function nn(t,e,i){const n=Re(),{params:s}=t,l=s.edgeSwipeDetection,d=s.edgeSwipeThreshold;return l&&(i<=d||i>=n.innerWidth-d)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function fl(t){const e=this,i=at();let n=t;n.originalEvent&&(n=n.originalEvent);const s=e.touchEventsData;if(n.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==n.pointerId)return;s.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(s.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){nn(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:d,enabled:a}=e;if(!a||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||s.isTouched&&s.isMoved)return;const v=!!l.noSwipingClass&&l.noSwipingClass!=="",c=n.composedPath?n.composedPath():n.path;v&&n.target&&n.target.shadowRoot&&c&&(r=c[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,m=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(m?ml(f,r):r.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;d.currentX=n.pageX,d.currentY=n.pageY;const h=d.currentX,S=d.currentY;if(!nn(e,n,h))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),d.startX=h,d.startY=S,s.touchStartTime=lt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(s.allowThresholdMove=!1);let w=!0;r.matches(s.focusableElements)&&(w=!1,r.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const k=w&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||k)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function hl(t){const e=at(),i=this,n=i.touchEventsData,{params:s,touches:l,rtlTranslate:d,enabled:a}=i;if(!a||!s.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let v;if(r.type==="touchmove"){if(v=[...r.changedTouches].filter(g=>g.identifier===n.touchId)[0],!v||v.identifier!==n.touchId)return}else v=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const c=v.pageX,f=v.pageY;if(r.preventedByNestedSwiper){l.startX=c,l.startY=f;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:c,startY:f,currentX:c,currentY:f}),n.touchStartTime=lt());return}if(s.touchReleaseOnEdges&&!s.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(c<l.startX&&i.translate<=i.maxTranslate()||c>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=c,l.currentY=f;const m=l.currentX-l.startX,h=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(m**2+h**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let g;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:m*m+h*h>=25&&(g=Math.atan2(Math.abs(h),Math.abs(m))*180/Math.PI,n.isScrolling=i.isHorizontal()?g>s.touchAngle:90-g>s.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling||r.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!s.cssMode&&r.cancelable&&r.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&r.stopPropagation();let S=i.isHorizontal()?m:h,w=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;s.oneWayMovement&&(S=Math.abs(S)*(d?1:-1),w=Math.abs(w)*(d?1:-1)),l.diff=S,S*=s.touchRatio,d&&(S=-S,w=-w);const k=i.touchesDirection;i.swipeDirection=S>0?"prev":"next",i.touchesDirection=w>0?"prev":"next";const p=i.params.loop&&!s.cssMode,T=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(p&&T&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const g=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(g)}n.allowMomentumBounce=!1,s.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let y;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&k!==i.touchesDirection&&p&&T&&Math.abs(S)>=1){Object.assign(l,{startX:c,startY:f,currentX:c,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=S+n.startTranslate;let A=!0,_=s.resistanceRatio;if(s.touchReleaseOnEdges&&(_=0),S>0?(p&&T&&!y&&n.allowThresholdMove&&n.currentTranslate>(s.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(A=!1,s.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+S)**_))):S<0&&(p&&T&&!y&&n.allowThresholdMove&&n.currentTranslate<(s.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(s.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(A=!1,s.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-S)**_))),A&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),s.threshold>0)if(Math.abs(S)>s.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,l.startX=l.currentX,l.startY=l.currentY,n.currentTranslate=n.startTranslate,l.diff=i.isHorizontal()?l.currentX-l.startX:l.currentY-l.startY;return}}else{n.currentTranslate=n.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&i.freeMode||s.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function gl(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let s;if(n.type==="touchend"||n.type==="touchcancel"){if(s=[...n.changedTouches].filter(_=>_.identifier===i.touchId)[0],!s||s.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;s=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:d,touches:a,rtlTranslate:r,slidesGrid:v,enabled:c}=e;if(!c||!d.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&d.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}d.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=lt(),m=f-i.touchStartTime;if(e.allowClick){const _=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(_&&_[0]||n.target,_),e.emit("tap click",n),m<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=lt(),Ct(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||a.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let h;if(d.followFinger?h=r?e.translate:-e.translate:h=-i.currentTranslate,d.cssMode)return;if(d.freeMode&&d.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:h});return}const S=h>=-e.maxTranslate()&&!e.params.loop;let w=0,k=e.slidesSizesGrid[0];for(let _=0;_<v.length;_+=_<d.slidesPerGroupSkip?1:d.slidesPerGroup){const g=_<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;typeof v[_+g]<"u"?(S||h>=v[_]&&h<v[_+g])&&(w=_,k=v[_+g]-v[_]):(S||h>=v[_])&&(w=_,k=v[v.length-1]-v[v.length-2])}let p=null,T=null;d.rewind&&(e.isBeginning?T=d.virtual&&d.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(p=0));const y=(h-v[w])/k,A=w<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;if(m>d.longSwipesMs){if(!d.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(y>=d.longSwipesRatio?e.slideTo(d.rewind&&e.isEnd?p:w+A):e.slideTo(w)),e.swipeDirection==="prev"&&(y>1-d.longSwipesRatio?e.slideTo(w+A):T!==null&&y<0&&Math.abs(y)>d.longSwipesRatio?e.slideTo(T):e.slideTo(w))}else{if(!d.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(n.target===e.navigation.nextEl||n.target===e.navigation.prevEl)?n.target===e.navigation.nextEl?e.slideTo(w+A):e.slideTo(w):(e.swipeDirection==="next"&&e.slideTo(p!==null?p:w+A),e.swipeDirection==="prev"&&e.slideTo(T!==null?T:w))}}function on(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:s,snapGrid:l}=t,d=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const a=d&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!a?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!d?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=s,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function bl(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function yl(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:n}=t;if(!n)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let s;const l=t.maxTranslate()-t.minTranslate();l===0?s=0:s=(t.translate-t.minTranslate())/l,s!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function wl(t){const e=this;Wt(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function Sl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const ln=(t,e)=>{const i=at(),{params:n,el:s,wrapperEl:l,device:d}=t,a=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",v=e;!s||typeof s=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:a}),s[r]("touchstart",t.onTouchStart,{passive:!1}),s[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:a}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:a}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&s[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[v](d.ios||d.android?"resize orientationchange observerUpdate":"resize observerUpdate",on,!0):t[v]("observerUpdate",on,!0),s[r]("load",t.onLoad,{capture:!0}))};function xl(){const t=this,{params:e}=t;t.onTouchStart=fl.bind(t),t.onTouchMove=hl.bind(t),t.onTouchEnd=gl.bind(t),t.onDocumentTouchStart=Sl.bind(t),e.cssMode&&(t.onScroll=yl.bind(t)),t.onClick=bl.bind(t),t.onLoad=wl.bind(t),ln(t,"on")}function Tl(){ln(this,"off")}var El={attachEvents:xl,detachEvents:Tl};const sn=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Al(){const t=this,{realIndex:e,initialized:i,params:n,el:s}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const d=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!d||t.currentBreakpoint===d)return;const r=(d in l?l[d]:void 0)||t.originalParams,v=sn(t,n),c=sn(t,r),f=t.params.grabCursor,m=r.grabCursor,h=n.enabled;v&&!c?(s.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&c&&(s.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&s.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!m?t.unsetGrabCursor():!f&&m&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(y=>{if(typeof r[y]>"u")return;const A=n[y]&&n[y].enabled,_=r[y]&&r[y].enabled;A&&!_&&t[y].disable(),!A&&_&&t[y].enable()});const S=r.direction&&r.direction!==n.direction,w=n.loop&&(r.slidesPerView!==n.slidesPerView||S),k=n.loop;S&&i&&t.changeDirection(),it(t.params,r);const p=t.params.enabled,T=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),h&&!p?t.disable():!h&&p&&t.enable(),t.currentBreakpoint=d,t.emit("_beforeBreakpoint",r),i&&(w?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!k&&T?(t.loopCreate(e),t.updateSlides()):k&&!T&&t.loopDestroy()),t.emit("breakpoint",r)}function Cl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const s=Re(),l=e==="window"?s.innerHeight:i.clientHeight,d=Object.keys(t).map(a=>{if(typeof a=="string"&&a.indexOf("@")===0){const r=parseFloat(a.substr(1));return{value:l*r,point:a}}return{value:a,point:a}});d.sort((a,r)=>parseInt(a.value,10)-parseInt(r.value,10));for(let a=0;a<d.length;a+=1){const{point:r,value:v}=d[a];e==="window"?s.matchMedia(`(min-width: ${v}px)`).matches&&(n=r):v<=i.clientWidth&&(n=r)}return n||"max"}var Il={setBreakpoint:Al,getBreakpoint:Cl};function kl(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(s=>{n[s]&&i.push(e+s)}):typeof n=="string"&&i.push(e+n)}),i}function _l(){const t=this,{classNames:e,params:i,rtl:n,el:s,device:l}=t,d=kl(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:n},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:l.android},{ios:l.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...d),s.classList.add(...e),t.emitContainerClasses()}function Pl(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var Dl={addClasses:_l,removeClasses:Pl};function Ml(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const s=t.slides.length-1,l=t.slidesGrid[s]+t.slidesSizesGrid[s]+n*2;t.isLocked=t.size>l}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var Ol={checkOverflow:Ml},ui={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function Ll(t,e){return function(n){n===void 0&&(n={});const s=Object.keys(n)[0],l=n[s];if(typeof l!="object"||l===null){it(e,n);return}if(t[s]===!0&&(t[s]={enabled:!0}),s==="navigation"&&t[s]&&t[s].enabled&&!t[s].prevEl&&!t[s].nextEl&&(t[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&t[s]&&t[s].enabled&&!t[s].el&&(t[s].auto=!0),!(s in t&&"enabled"in l)){it(e,n);return}typeof t[s]=="object"&&!("enabled"in t[s])&&(t[s].enabled=!0),t[s]||(t[s]={enabled:!1}),it(e,n)}}const ci={eventsEmitter:Do,update:Uo,translate:Jo,transition:Ro,slide:sl,loop:ul,grabCursor:pl,events:El,breakpoints:Il,checkOverflow:Ol,classes:Dl},vi={};let pi=class St{constructor(){let e,i;for(var n=arguments.length,s=new Array(n),l=0;l<n;l++)s[l]=arguments[l];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?i=s[0]:[e,i]=s,i||(i={}),i=it({},i),e&&!i.el&&(i.el=e);const d=at();if(i.el&&typeof i.el=="string"&&d.querySelectorAll(i.el).length>1){const c=[];return d.querySelectorAll(i.el).forEach(f=>{const m=it({},i,{el:f});c.push(new St(m))}),c}const a=this;a.__swiper__=!0,a.support=Ri(),a.device=$i({userAgent:i.userAgent}),a.browser=ko(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],i.modules&&Array.isArray(i.modules)&&a.modules.push(...i.modules);const r={};a.modules.forEach(c=>{c({params:i,swiper:a,extendParams:Ll(i,r),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const v=it({},ui,r);return a.params=it({},v,vi,i),a.originalParams=it({},a.params),a.passedParams=it({},i),a.params&&a.params.on&&Object.keys(a.params.on).forEach(c=>{a.on(c,a.params.on[c])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),Object.assign(a,{enabled:a.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return a.params.direction==="horizontal"},isVertical(){return a.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:n}=this,s=mt(i,`.${n.slideClass}, swiper-slide`),l=Ht(s[0]);return Ht(e)-l}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:n}=e;e.slides=mt(i,`.${n.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const n=this;e=Math.min(Math.max(e,0),1);const s=n.minTranslate(),d=(n.maxTranslate()-s)*e+s;n.translateTo(d,typeof i>"u"?0:i),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(n=>{const s=e.getSlideClasses(n);i.push({slideEl:n,classNames:s}),e.emit("_slideClass",n,s)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:s,slides:l,slidesGrid:d,slidesSizesGrid:a,size:r,activeIndex:v}=n;let c=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let f=l[v]?Math.ceil(l[v].swiperSlideSize):0,m;for(let h=v+1;h<l.length;h+=1)l[h]&&!m&&(f+=Math.ceil(l[h].swiperSlideSize),c+=1,f>r&&(m=!0));for(let h=v-1;h>=0;h-=1)l[h]&&!m&&(f+=l[h].swiperSlideSize,c+=1,f>r&&(m=!0))}else if(e==="current")for(let f=v+1;f<l.length;f+=1)(i?d[f]+a[f]-d[v]<r:d[f]-d[v]<r)&&(c+=1);else for(let f=v-1;f>=0;f-=1)d[v]-d[f]<r&&(c+=1);return c}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(d=>{d.complete&&Wt(e,d)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function s(){const d=e.rtlTranslate?e.translate*-1:e.translate,a=Math.min(Math.max(d,e.maxTranslate()),e.minTranslate());e.setTranslate(a),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)s(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const d=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(d.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||s()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,s=n.params.direction;return e||(e=s==="horizontal"?"vertical":"horizontal"),e===s||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${s}`),n.el.classList.add(`${n.params.containerModifierClass}${e}`),n.emitContainerClasses(),n.params.direction=e,n.slides.forEach(l=>{e==="vertical"?l.style.width="":l.style.height=""}),n.emit("changeDirection"),i&&n.update()),n}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let n=e||i.params.el;if(typeof n=="string"&&(n=document.querySelector(n)),!n)return!1;n.swiper=i,n.parentNode&&n.parentNode.host&&n.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const s=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let d=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(s()):mt(n,s())[0];return!d&&i.params.createElements&&(d=Dt("div",i.params.wrapperClass),n.append(d),mt(n,`.${i.params.slideClass}`).forEach(a=>{d.append(a)})),Object.assign(i,{el:n,wrapperEl:d,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:d,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Tt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Tt(n,"direction")==="rtl"),wrongRTL:Tt(d,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const s=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&s.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(l=>{l.complete?Wt(i,l):l.addEventListener("load",d=>{Wt(i,d.target)})}),ai(i),i.initialized=!0,ai(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const n=this,{params:s,el:l,wrapperEl:d,slides:a}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),s.loop&&n.loopDestroy(),i&&(n.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),d&&d.removeAttribute("style"),a&&a.length&&a.forEach(r=>{r.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),fo(n)),n.destroyed=!0),null}static extendDefaults(e){it(vi,e)}static get extendedDefaults(){return vi}static get defaults(){return ui}static installModule(e){St.prototype.__modules__||(St.prototype.__modules__=[]);const i=St.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>St.installModule(i)),St):(St.installModule(e),St)}};Object.keys(ci).forEach(t=>{Object.keys(ci[t]).forEach(e=>{pi.prototype[e]=ci[t][e]})}),pi.use([_o,Po]);const rn=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function Et(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function kt(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(n=>i.indexOf(n)<0).forEach(n=>{typeof t[n]>"u"?t[n]=e[n]:Et(e[n])&&Et(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:kt(t[n],e[n]):t[n]=e[n]})}function dn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function an(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function un(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function cn(t){t===void 0&&(t="");const e=t.split(" ").map(n=>n.trim()).filter(n=>!!n),i=[];return e.forEach(n=>{i.indexOf(n)<0&&i.push(n)}),i.join(" ")}function Bl(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Nl(t){let{swiper:e,slides:i,passedParams:n,changedParams:s,nextEl:l,prevEl:d,scrollbarEl:a,paginationEl:r}=t;const v=s.filter(x=>x!=="children"&&x!=="direction"&&x!=="wrapperClass"),{params:c,pagination:f,navigation:m,scrollbar:h,virtual:S,thumbs:w}=e;let k,p,T,y,A,_,g,M;s.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&c.thumbs&&!c.thumbs.swiper&&(k=!0),s.includes("controller")&&n.controller&&n.controller.control&&c.controller&&!c.controller.control&&(p=!0),s.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(c.pagination||c.pagination===!1)&&f&&!f.el&&(T=!0),s.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||a)&&(c.scrollbar||c.scrollbar===!1)&&h&&!h.el&&(y=!0),s.includes("navigation")&&n.navigation&&(n.navigation.prevEl||d)&&(n.navigation.nextEl||l)&&(c.navigation||c.navigation===!1)&&m&&!m.prevEl&&!m.nextEl&&(A=!0);const P=x=>{e[x]&&(e[x].destroy(),x==="navigation"?(e.isElement&&(e[x].prevEl.remove(),e[x].nextEl.remove()),c[x].prevEl=void 0,c[x].nextEl=void 0,e[x].prevEl=void 0,e[x].nextEl=void 0):(e.isElement&&e[x].el.remove(),c[x].el=void 0,e[x].el=void 0))};s.includes("loop")&&e.isElement&&(c.loop&&!n.loop?_=!0:!c.loop&&n.loop?g=!0:M=!0),v.forEach(x=>{if(Et(c[x])&&Et(n[x]))Object.assign(c[x],n[x]),(x==="navigation"||x==="pagination"||x==="scrollbar")&&"enabled"in n[x]&&!n[x].enabled&&P(x);else{const u=n[x];(u===!0||u===!1)&&(x==="navigation"||x==="pagination"||x==="scrollbar")?u===!1&&P(x):c[x]=n[x]}}),v.includes("controller")&&!p&&e.controller&&e.controller.control&&c.controller&&c.controller.control&&(e.controller.control=c.controller.control),s.includes("children")&&i&&S&&c.virtual.enabled?(S.slides=i,S.update(!0)):s.includes("virtual")&&S&&c.virtual.enabled&&(i&&(S.slides=i),S.update(!0)),s.includes("children")&&i&&c.loop&&(M=!0),k&&w.init()&&w.update(!0),p&&(e.controller.control=c.controller.control),T&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(c.pagination.el=r),f.init(),f.render(),f.update()),y&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-scrollbar"),a.part.add("scrollbar"),e.el.appendChild(a)),a&&(c.scrollbar.el=a),h.init(),h.updateSize(),h.setTranslate()),A&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-button-prev"),d.innerHTML=e.hostEl.constructor.prevButtonSvg,d.part.add("button-prev"),e.el.appendChild(d))),l&&(c.navigation.nextEl=l),d&&(c.navigation.prevEl=d),m.init(),m.update()),s.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),s.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),s.includes("direction")&&e.changeDirection(n.direction,!1),(_||M)&&e.loopDestroy(),(g||M)&&e.loopCreate(),e.update()}function Fl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},s={};kt(i,ui),i._emitClasses=!0,i.init=!1;const l={},d=rn.map(r=>r.replace(/_/,"")),a=Object.assign({},t);return Object.keys(a).forEach(r=>{typeof t[r]>"u"||(d.indexOf(r)>=0?Et(t[r])?(i[r]={},s[r]={},kt(i[r],t[r]),kt(s[r],t[r])):(i[r]=t[r],s[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:s,rest:l,events:n}}function jl(t,e){let{el:i,nextEl:n,prevEl:s,paginationEl:l,scrollbarEl:d,swiper:a}=t;dn(e)&&n&&s&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=s,a.originalParams.navigation.prevEl=s),an(e)&&l&&(a.params.pagination.el=l,a.originalParams.pagination.el=l),un(e)&&d&&(a.params.scrollbar.el=d,a.originalParams.scrollbar.el=d),a.init(i)}function Vl(t,e,i,n,s){const l=[];if(!e)return l;const d=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(s),v=i.map(s);r.join("")!==v.join("")&&d("children"),n.length!==i.length&&d("children")}return rn.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(Et(t[r])&&Et(e[r])){const v=Object.keys(t[r]),c=Object.keys(e[r]);v.length!==c.length?d(r):(v.forEach(f=>{t[r][f]!==e[r][f]&&d(r)}),c.forEach(f=>{t[r][f]!==e[r][f]&&d(r)}))}else t[r]!==e[r]&&d(r)}),l}const zl=t=>{!t||t.destroyed||!t.params.virtual||t.params.virtual&&!t.params.virtual.enabled||(t.updateSlides(),t.updateProgress(),t.updateSlidesClasses(),t.parallax&&t.params.parallax&&t.params.parallax.enabled&&t.parallax.setTranslate())};function Yt(){return Yt=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},Yt.apply(this,arguments)}function vn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function pn(t){const e=[];return o.Children.toArray(t).forEach(i=>{vn(i)?e.push(i):i.props&&i.props.children&&pn(i.props.children).forEach(n=>e.push(n))}),e}function Hl(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return o.Children.toArray(t).forEach(n=>{if(vn(n))e.push(n);else if(n.props&&n.props.slot&&i[n.props.slot])i[n.props.slot].push(n);else if(n.props&&n.props.children){const s=pn(n.props.children);s.length>0?s.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Ul(t,e,i){if(!i)return null;const n=c=>{let f=c;return c<0?f=e.length+c:f>=e.length&&(f=f-e.length),f},s=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:d}=i,a=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,v=[];for(let c=a;c<r;c+=1)c>=l&&c<=d&&v.push(e[n(c)]);return v.map((c,f)=>o.cloneElement(c,{swiper:t,style:s,key:c.props.virtualIndex||c.key||`slide-${f}`}))}function Mt(t,e){return typeof window>"u"?o.useEffect(t,e):o.useLayoutEffect(t,e)}const mi=o.createContext(null),mn=()=>o.useContext(mi),Gl=o.createContext(null),At=o.forwardRef(function(t,e){let{className:i,tag:n="div",wrapperTag:s="div",children:l,onSwiper:d,...a}=t===void 0?{}:t,r=!1;const[v,c]=o.useState("swiper"),[f,m]=o.useState(null),[h,S]=o.useState(!1),w=o.useRef(!1),k=o.useRef(null),p=o.useRef(null),T=o.useRef(null),y=o.useRef(null),A=o.useRef(null),_=o.useRef(null),g=o.useRef(null),M=o.useRef(null),{params:P,passedParams:x,rest:u,events:E}=Fl(a),{slides:b,slots:I}=Hl(l),O=()=>{S(!h)};Object.assign(P.on,{_containerClasses(N,F){c(F)}});const D=()=>{Object.assign(P.on,E),r=!0;const N={...P};if(delete N.wrapperClass,p.current=new pi(N),p.current.virtual&&p.current.params.virtual.enabled){p.current.virtual.slides=b;const F={cache:!1,slides:b,renderExternal:m,renderExternalUpdate:!1};kt(p.current.params.virtual,F),kt(p.current.originalParams.virtual,F)}};k.current||D(),p.current&&p.current.on("_beforeBreakpoint",O);const j=()=>{r||!E||!p.current||Object.keys(E).forEach(N=>{p.current.on(N,E[N])})},G=()=>{!E||!p.current||Object.keys(E).forEach(N=>{p.current.off(N,E[N])})};o.useEffect(()=>()=>{p.current&&p.current.off("_beforeBreakpoint",O)}),o.useEffect(()=>{!w.current&&p.current&&(p.current.emitSlidesClasses(),w.current=!0)}),Mt(()=>{if(e&&(e.current=k.current),!!k.current)return p.current.destroyed&&D(),jl({el:k.current,nextEl:A.current,prevEl:_.current,paginationEl:g.current,scrollbarEl:M.current,swiper:p.current},P),d&&!p.current.destroyed&&d(p.current),()=>{p.current&&!p.current.destroyed&&p.current.destroy(!0,!1)}},[]),Mt(()=>{j();const N=Vl(x,T.current,b,y.current,F=>F.key);return T.current=x,y.current=b,N.length&&p.current&&!p.current.destroyed&&Nl({swiper:p.current,slides:b,passedParams:x,changedParams:N,nextEl:A.current,prevEl:_.current,scrollbarEl:M.current,paginationEl:g.current}),()=>{G()}}),Mt(()=>{zl(p.current)},[f]);function L(){return P.virtual?Ul(p.current,b,f):b.map((N,F)=>o.cloneElement(N,{swiper:p.current,swiperSlideIndex:F}))}return o.createElement(n,Yt({ref:k,className:cn(`${v}${i?` ${i}`:""}`)},u),o.createElement(Gl.Provider,{value:p.current},I["container-start"],o.createElement(s,{className:Bl(P.wrapperClass)},I["wrapper-start"],L(),I["wrapper-end"]),dn(P)&&o.createElement(o.Fragment,null,o.createElement("div",{ref:_,className:"swiper-button-prev"}),o.createElement("div",{ref:A,className:"swiper-button-next"})),un(P)&&o.createElement("div",{ref:M,className:"swiper-scrollbar"}),an(P)&&o.createElement("div",{ref:g,className:"swiper-pagination"}),I["container-end"]))});At.displayName="Swiper";const ut=o.forwardRef(function(t,e){let{tag:i="div",children:n,className:s="",swiper:l,zoom:d,lazy:a,virtualIndex:r,swiperSlideIndex:v,...c}=t===void 0?{}:t;const f=o.useRef(null),[m,h]=o.useState("swiper-slide"),[S,w]=o.useState(!1);function k(A,_,g){_===f.current&&h(g)}Mt(()=>{if(typeof v<"u"&&(f.current.swiperSlideIndex=v),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){m!=="swiper-slide"&&h("swiper-slide");return}return l.on("_slideClass",k),()=>{l&&l.off("_slideClass",k)}}}),Mt(()=>{l&&f.current&&!l.destroyed&&h(l.getSlideClasses(f.current))},[l]);const p={isActive:m.indexOf("swiper-slide-active")>=0,isVisible:m.indexOf("swiper-slide-visible")>=0,isPrev:m.indexOf("swiper-slide-prev")>=0,isNext:m.indexOf("swiper-slide-next")>=0},T=()=>typeof n=="function"?n(p):n,y=()=>{w(!0)};return o.createElement(i,Yt({ref:f,className:cn(`${m}${s?` ${s}`:""}`),"data-swiper-slide-index":r,onLoad:y},c),d&&o.createElement(mi.Provider,{value:p},o.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof d=="number"?d:void 0},T(),a&&!S&&o.createElement("div",{className:"swiper-lazy-preloader"}))),!d&&o.createElement(mi.Provider,{value:p},T(),a&&!S&&o.createElement("div",{className:"swiper-lazy-preloader"})))});ut.displayName="SwiperSlide";const Wl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Yl=({visible:t,onClose:e,children:i,modalStyle:n,padding:s,popup:l,schema:d,fullHeight:a=window.innerHeight,isFullScreen:r=!1})=>{var v,c,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,u;const E=o.useRef(null),b=o.useRef(null),I=o.useRef(null),O=o.useRef(null),D=a*.2,j=r?a:a*.8,[G,L]=o.useState(D),[N,F]=o.useState(!1),V=o.useRef(null),{globalConfig:Q,popupDetailData:te}=Te(),{schema:U}=rt();o.useEffect(()=>{const W=document.getElementById("sxp-render"),ee=document.getElementById("pb-modal");ee?V.current=ee:(V.current=document.createElement("div"),V.current.setAttribute("id","pb-modal"),W?.appendChild(V.current))},[]);const z=o.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),$=o.useMemo(()=>{var W,ee,ne;const ce=d??U;return(ne=(ee=(W=ce?.sxpPageConf)===null||W===void 0?void 0:W.globalConfig)===null||ee===void 0?void 0:ee.popupList)===null||ne===void 0?void 0:ne.find(Ee=>Ee?.id===l?.id)},[l,d,U]),se=o.useMemo(()=>{var W,ee;return((ee=(W=$?.item)===null||W===void 0?void 0:W.event)===null||ee===void 0?void 0:ee.isScrollFullScreen)||!1},[$]);if(o.useEffect(()=>{z?F(!0):setTimeout(()=>{F(!1),L(D)},l?.duration)},[z,l]),!V.current)return null;const pe=je.debounce(()=>{e?.()},300),ie=W=>{E.current=W.touches[0],b.current=W.touches[0],I.current=!0},R=W=>{requestAnimationFrame(()=>{var ee;if(I.current&&((ee=O?.current)===null||ee===void 0?void 0:ee.scrollTop)===0){const ne=W.touches[0].clientY,ce=W.touches[0].clientX,ue=E.current.clientY-ne;E.current=W.touches[0];const Ee=ne-b.current.clientY,ke=ce-b.current.clientX;if(Math.abs(ke)>Math.abs(Ee))return;const Oe=G-ue;Oe>0&&L(Oe)}})},J=W=>{var ee;if(I.current&&((ee=O?.current)===null||ee===void 0?void 0:ee.scrollTop)===0){const ne=W.changedTouches[0].clientY-b.current.clientY,ce=W.changedTouches[0].clientX-b.current.clientX;if(Math.abs(ce)>Math.abs(ne))return;const ue=b.current.clientY-E.current.clientY;ue>0?L(0):G<D&&ue<0?L(D):G>=D&&ue<0&&e?.()}I.current=!1};return _i.createPortal(o.createElement(o.Fragment,null,N&&o.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:z?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:pe},o.createElement("div",{style:{position:"relative",left:`${(m=(f=(c=(v=$?.item)===null||v===void 0?void 0:v.props)===null||c===void 0?void 0:c.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&m!==void 0?m:0}px`,right:`${(k=(w=(S=(h=$?.item)===null||h===void 0?void 0:h.props)===null||S===void 0?void 0:S.popupBg)===null||w===void 0?void 0:w.horizontalMargin)!==null&&k!==void 0?k:0}px`,bottom:`${(A=(y=(T=(p=$?.item)===null||p===void 0?void 0:p.props)===null||T===void 0?void 0:T.popupBg)===null||y===void 0?void 0:y.bottomMargin)!==null&&A!==void 0?A:0}px`,overflow:"hidden",width:`calc(100% - ${((P=(M=(g=(_=$?.item)===null||_===void 0?void 0:_.props)===null||g===void 0?void 0:g.popupBg)===null||M===void 0?void 0:M.horizontalMargin)!==null&&P!==void 0?P:0)*2}px)`,height:"100%"}},o.createElement("div",Object.assign({className:`modal-container ${z?"modal-popIn":"modal-popOut"}`,style:Object.assign({padding:s,animationDuration:((x=l?.duration)!==null&&x!==void 0?x:0)/1e3+"s"},se&&{transform:`translateY(${G}px)`}),onClick:W=>{W.stopPropagation(),W.preventDefault()}},se&&{onTouchMove:R,onTouchStart:ie,onTouchEnd:J}),o.createElement("div",{onClick:e,className:"modal-icon-wrapper"},o.createElement("img",{src:(u=Q?.popupCloseIcon)!==null&&u!==void 0?u:Wl,alt:"close",className:"modal-icon"})),o.createElement("div",{ref:O,style:{height:se?a:j,overflow:se&&G<=0||!se?"auto":"hidden"}},i))))),V.current)};var _t=o.memo(Yl);const Xl=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),s=[];for(let d=0;d<n.length&&(s.push(n[d]),!(s.join(" ").length>=e));d++);return(s.length>1&&s.length<n.length?s.slice(0,s.length-1):s).join(" ")+" "},ql=({text:t,maxStr:e=108,style:i,className:n,onClick:s,foldText:l,unfoldText:d,isPost:a,onChange:r})=>{const[v,c]=o.useState(!1),[f,m]=o.useState(!1),h=Number(i?.lineClamp||2),S=o.useRef(null),w=o.useRef(null),k=o.useCallback(()=>{c(!v)},[v,r]);return o.useMemo(()=>!v&&t.length>e?Xl(t,e)+"...":t,[t,e,v]),o.useEffect(()=>{var p,T;((p=w?.current)===null||p===void 0?void 0:p.offsetHeight)>((T=S?.current)===null||T===void 0?void 0:T.offsetHeight)&&a?m(!0):m(!1),w.current.style.display="none"},[a]),o.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},o.createElement("div",{ref:S,style:{overflow:"hidden",WebkitLineClamp:!a||v?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:he(t?.replace(/\n/g,"</br>"),i)}}),o.createElement("div",{ref:w,dangerouslySetInnerHTML:{__html:he(t?.replace(/\n/g,"</br>"),i)}}),t&&a&&f&&o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:s??k,dangerouslySetInnerHTML:{__html:he(v?d||"show less":l||"show more",i)}}))};var Xt=o.memo(ql);const Jl=o.forwardRef((t,e)=>{const{src:i,onLoad:n,style:s,className:l,loading:d,alt:a="image"}=t,[r,v]=o.useState(),c=o.useRef(null),[f,m]=o.useState(!1);return o.useImperativeHandle(e,()=>({setSrc:h=>{h&&v(h)}})),o.useEffect(()=>{i&&v(i)},[i]),o.useEffect(()=>{const h=()=>{i&&!f&&c.current&&(c.current.src="",c.current.src=i)};return dt.on(tt.PAGE_DID_SHOW,h),()=>{dt.off(tt.PAGE_DID_SHOW,h)}},[i,f]),o.createElement(o.Fragment,null,!f&&o.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?o.createElement("picture",null,o.createElement("source",{type:"image/avif",srcSet:r}),o.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),o.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),o.createElement("img",{ref:c,className:l,src:r,style:Object.assign({},s),loading:d,onLoad:h=>{m(!0),n?.(h.target)},alt:a})):o.createElement("img",{ref:c,className:l,src:r,style:Object.assign({},s),loading:d,onLoad:h=>{m(!0),n?.(h.target)},alt:a}))});var $e=o.memo(Jl);const Kl=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const s=o.useRef(),{popupDetailData:l}=Te();return o.useEffect(()=>{var d,a;n&&((d=s?.current)===null||d===void 0||d.swiper.slideTo((a=l?.multiCheckIndex)!==null&&a!==void 0?a:0))},[l,n]),o.createElement(At,{ref:s,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[Eo,To,xo],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Ot=o.memo(Kl);const Zl=({products:t,data:e,defImg:i,style:n,onCLick:s,popupDetailData:l,check:d})=>{var a;const{productView:r}=qe(),{popupCurTimeRef:v}=Te(),c=(f,m)=>{if(d===m)return;const h=t?.[d];r(l,h,h?.bindCta,v.current,l?.index),s?.(m)};return o.createElement(o.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&o.createElement(Ot,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(a=l?t:[0,1,2,3])===null||a===void 0?void 0:a.map((f,m)=>{var h,S,w;return o.createElement(o.Fragment,null,f?.bindCta?o.createElement(ut,{className:ye.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{c(f,m)},key:m},o.createElement($e,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:d===m?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(w=(h=f?.cover)!==null&&h!==void 0?h:(S=f?.homePage)===null||S===void 0?void 0:S[0])!==null&&w!==void 0?w:i})):null)})))};var fn=o.memo(Zl);const Ql=t=>{var e,i,n,s,l,d,a,r,v,c,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,u,E,b,{content:I,style:O,bgImg:D,onClick:j,schema:G,isDefault:L,bottom_image:N,tipText:F,isPost:V,viewTime:Q,rec:te,swiper:U,commodityStyles:z,buttonStyle:$,index:se,commodityGroup:pe,popupBg:ie,iframeIcon:R,commodityImgRatio:J}=t,W=Ge(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio"]);const{sxpParameter:ee,popupDetailData:ne,isPreview:ce,bffFbReport:ue,popupCurTimeRef:Ee,checkCommodityIndexRef:ke}=Te(),{jumpToWeb:Oe,productView:Pe}=qe(),de=o.useRef(null),[ve,K]=o.useState(!1),[fe,Be]=o.useState(!1),[Se,Le]=o.useState((e=ne?.multiCheckIndex)!==null&&e!==void 0?e:0),H=V?te:ne;let B=V?H?.product:(n=(i=H?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=H?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],_e=V?(d=H?.product)===null||d===void 0?void 0:d.bindCta:(v=(r=(a=H?.video)===null||a===void 0?void 0:a.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(m=(f=(c=H?.video)===null||c===void 0?void 0:c.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const Ze=V?se:ne?.index;if(!V&&pe?.open&&(!((h=H?.video)===null||h===void 0)&&h.bindProducts)&&((w=(S=H?.video)===null||S===void 0?void 0:S.bindProducts)===null||w===void 0?void 0:w.length)>0){ke.current=Se;const C=(k=H?.video)===null||k===void 0?void 0:k.bindProducts[Se];B=C,_e=C?.bindCta}const ct=()=>{B?.link&&(Oe(H,B,_e,Ze),V||Pe(H,B,_e,Q||de.current,Ze),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{V||ue?.({eventName:"ProductView"})},[V,ue]),o.useEffect(()=>{const C=()=>{de.current=new Date};return C(),window.addEventListener("pageshow",C),()=>{window.removeEventListener("pageshow",C)}},[]);const gt=o.useMemo(()=>{var C,q,Z,le,me;return B?.currency&&B?.price?`${(Z=(q=(C=B?.currency)===null||C===void 0?void 0:C.split("-")[1])===null||q===void 0?void 0:q.toUpperCase())!==null&&Z!==void 0?Z:""}${(me=(le=B?.price)===null||le===void 0?void 0:le.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&me!==void 0?me:""}`:"$7,000"},[B?.price,B?.currency]),et=(ce?375:(p=O?.width)!==null&&p!==void 0?p:window.innerWidth)-((T=ie?.horizontalMargin)!==null&&T!==void 0?T:0)*2,Y=J?et*(J.h/J.w):et,X=({isPost:C})=>{var q,Z,le,me;return o.createElement("div",null,o.createElement("div",{className:"pb-commondity-content-collection",style:xe(z?.collection),hidden:!!B&&(!B?.collection||B?.collection===""),dangerouslySetInnerHTML:{__html:he((q=B?.collection)!==null&&q!==void 0?q:"Tiffany Lock",z?.collection)}}),o.createElement("div",{className:"pb-commondity-content-title",style:xe(z?.title),hidden:!!B&&!B?.title,dangerouslySetInnerHTML:{__html:he((Z=B?.title)!==null&&Z!==void 0?Z:"Pendant in Yellow Gold with Diamonds, Medium",z?.title)}}),o.createElement("div",{className:"pb-commondity-content-price",style:xe(z?.price),hidden:!!B&&!B?.price,dangerouslySetInnerHTML:{__html:he(gt,z?.price)}}),o.createElement("div",{hidden:!!B&&!B?.taxInfo,style:xe(z?.taxInfo),dangerouslySetInnerHTML:{__html:he((le=B?.taxInfo)!==null&&le!==void 0?le:"\u7A0E\u8D39",z?.taxInfo)}}),o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Xt,{foldText:F?.foldText,unfoldText:F?.unfoldText,onClick:()=>K(!0),isPost:C,text:(me=B?.info)!==null&&me!==void 0?me:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
|
2
2
|
bold and avant-garde visual design interprets the emotional bond connecting my heart. The Tiffany Lock
|
3
3
|
collection is unisex and is inspired by the padlock pattern found in the Tiffany Antique Collection. This
|
4
4
|
necklace features a stylish and eye-catching oval clasp chain decorated with a lock pattern. Crafted from
|
5
|
-
18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:_?.info})))},Le=()=>{var de,Pe;return o.createElement(o.Fragment,null,(A||z?.link)&&o.createElement("button",{"aria-label":(de=we?.enTitle)!==null&&de!==void 0?de:"Purchase on Website",onClick:X,className:"pb-commondity-btn",style:N},o.createElement("span",{dangerouslySetInnerHTML:{__html:ae((Pe=we?.enTitle)!==null&&Pe!==void 0?Pe:"Purchase on Website",N)}})))},oe=o.useCallback(de=>de?.lineClamp?Object.assign(Object.assign({},de),{overflow:"hidden",WebkitLineClamp:de?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):de,[]),Ne=o.useCallback(de=>{ue.current=new Date,H(de),be.current=de},[]),Me=o.useCallback(()=>{var de,Pe,Ue;if(!D)return o.createElement(ln,{products:(de=R?.video)===null||de===void 0?void 0:de.bindProducts,data:V,defImg:(Ue=(Pe=G?.bottom_image)!==null&&Pe!==void 0?Pe:b)!==null&&Ue!==void 0?Ue:"",style:{padding:"0 19px"},onCLick:Ne,popupDetailData:Z,check:Q})},[Q]);return o.createElement(o.Fragment,null,o.createElement("div",Object.assign({className:ge.css(Object.assign({},L))},q),z&&((x=z?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement("div",{style:{position:"relative"}},o.createElement(Et,{height:te,modules:[Ht,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:j?.dotsAlign==="left"?"commondityDetail-swiper-clickable-left":"commondityDetail-swiper-clickable-center"},loop:!0,autoplay:{delay:j?.delay*1e3}},o.createElement(o.Fragment,null,(y=z?.homePage)===null||y===void 0?void 0:y.map(de=>{var Pe;return o.createElement(pt,{key:de},o.createElement("div",{style:{overflow:"hidden",width:te,height:te}},o.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${j?.translateY?j?.translateY+50:50}%`},src:(Pe=de??G?.bottom_image)!==null&&Pe!==void 0?Pe:b})))})))),!(!((E=z?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ge.css({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},o.createElement("img",{className:ge.css({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(k=G?.bottom_image)!==null&&k!==void 0?k:b,alt:"pdp image"})),Me(),o.createElement("div",{className:"pb-commondity-content"},Ce({isPost:D}))),Le(),o.createElement(Dt,{visible:J,onClose:()=>ye(!1)},o.createElement("div",{style:{paddingBottom:"80px"}},Ce({isPost:!1})),Le()),o.createElement(Dt,{visible:re,padding:0,isFullScreen:!0,onClose:()=>ce(!1)},o.createElement("iframe",{src:"https://rimowa.threedium.co.uk/product-experience/latest/?sku=92573974&lang=en",style:{width:"100%",height:"calc(100% - 40px)",marginTop:"40px"}})))};var jl=o.memo(Fl),Vl=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const zl=Qe(jl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Rn,interactionRender:Vl},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18,marginTop:24,marginBottom:10},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000",marginBottom:14},info:{color:"gray",fontSize:12},taxInfo:{color:"#000",fontSize:13,textAlign:"left",marginBottom:"10px"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"}},style:{}},w:100,h:40,sort:1});var Hl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Gl=[{title:"",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{label:"\u5185\u5BB9\u5B57\u4F53\u95F4\u8DDD",type:"TextSpace",name:["props","contentStyle"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],sn="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABHBJREFUeF7lmzuoFkcYhp/TihdIl0JBESubSCCCih4NXgJeUphCjyKmEEVtLRSjooWtShILRRJtgpCoeLzgLUZBQbTwAoooqLWoCWIXeZdd3bP++8/st7OX33+ac2Dn8r3Pvzv7zcy7A9RT5gDjgQnx3/T/iuA58Cz+m/7/StXhDVQ0gATOBhYCi4GxxnHeAKeAs8DfMSBjV52bhQTwBbApFj4YNMqPnV0GrgL7gJchxggFQMI3A5NDBOXRx+MYwn6Pul2rlAWwMv7VvykbiLH9TUAQjhnbYwUwA9gKLLIOHLjdGWAPcL1ovxYAG4G9wKiig1Vc/y2wBThQZJyiAA4Ba4sM0EDdw8CPvuMWAXAb+Mq344br3QGm+cTgC+B/n85aWMepz1kBOBknMy3U5wxJSdSSbrVcAPR+V9LRy0X5SW6+0A3AMuDPXlaeiv174K9OWvIAfA1cAMZ9JgBeA98Ct7J68gAMtyjJCfUbKFn6zgeA0tujoUZtWT9D2bS50x1wA2gqt6+al9YO09ODZAF8DrO+C+KIt0IagNbzIlTXktYVaKfr9+PNkSklchMtpXWHR/sJaQA7gJ8sUdXURuJ/AB7E4/0BLDeOvROQ3hEA/gFmGjusullWfDKeFcI1YFYawETgSdUqjP3niS8LYRLwNHkE1gM/GwOssplLfBkIG4BfEgBKE5dWqcTQt694da1td22YFikngGUJgH+B0UVaV1y3iHiFYpnA/wPGCICFXpX66xCfxD8oAKuA3wIpegToHW0tdYpXjKsFQLu7u60Rx+3exSCPG29HdVO3eI25TQB+BdaVAKCMSneRVpBJKfpMNiFesR4UgNOdlomeQF4AWj3quCpbfCE0JV7xDgvAXWCqp+B0tYfACkC7xXnFBaFJ8Yr5ngC8Mu78KHnS4+MqeRCaFq+4X5cB8MnmQoE7oQ3iPwCwPgJWEdZ2rjvNcj16BMpMghYxWsElS1pX0K45xNXedT2aBMu+BotCcAVlfZX69puuF70GQyRCoSFU/csnEKJEKFQqHApCXeIFIUqFQy6GykKoU7wARIuh6HVQwsmVffasEOoWLwfauASADkKU0oYqRSHULV465SsaSgAoqfk9lPq4H18ITYhXiJr7jiYAZGyUUzN0cUFoSrx0yrX6PH0ucEmTQmgCXdb5TYrX/uFcaa3rYCR7JzQpXro1vg5HRgCo+mhMEOT3/RKQYaGpkns0poD6+nA0+UX6+nhcEPreICEIfW2REQCZoc+30A9snTjlI57fyUzdzSYnU3RpP7414sDtNLl3NFG7jJK9YI52sepqnnYBUOe9ZJLOwnCapn0AqNO+NksnVHvJNO00SSeifO+ApH4vZIpdzdHZZ6QoALWXifqI8TTJNWGVua5drTV5pui8ji0A1JfM1Lta5CeWD3h7JzO0i6gVQNJv3342lwXbtx9OpkFoP0ET0LwKDZcyOF5s46ez2TtCxkt9OL0gBmJ1oMnJJcHnYo/wU9czXfR62TnAd7zWfj7/HrAAAKDnDZ8VAAAAAElFTkSuQmCC";const Ul=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:s,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return s&&s.length>0?(e=s[0])===null||e===void 0?void 0:e.url:null}},Wl=t=>{var{content:e,btnText:i,style:n,icon:s,isPopup:l,isExternalLink:d,onClose:a,onClick:r,submitButtonStyle:p,contentStyle:u}=t,f=Ye(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:m}=Ee(),{jumpToWeb:h}=Ke(),w=typeof s=="string"?s:Ul(s),T=()=>{var C,v,x;if(d){const y=m,E=(C=y?.video)===null||C===void 0?void 0:C.bindProduct,k=(x=(v=y?.video)===null||v===void 0?void 0:v.bindProduct)===null||x===void 0?void 0:x.bindCta,g=m?.index;h(y,E,k,g)}l||a?.(),r?.()};return o.createElement("div",Object.assign({className:`pb-prompt ${ge.css(Object.assign({},n))}`},f),o.createElement("div",{className:"pb-prompt-icon"},o.createElement("img",{width:"100%",src:w??sn,alt:"success image"})),o.createElement("div",{className:"pb-prompt-content",style:u,dangerouslySetInnerHTML:{__html:ae(e,u)}}),o.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:p,onClick:T,dangerouslySetInnerHTML:{__html:ae(i,p)}}))};var Yl=o.memo(Wl);const Xl=Qe(Yl,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Gl,bindableProps:[],interactionRender:Hl},defaulSetting:{props:{icon:sn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var ql=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]}];const Jl=t=>{var e,i,n,s,l,d,a,r,p,u,f,m,h,w,T,C,v,x,y,E,k,g,L,O,S,{style:c,isDefault:A,rec:b,viewTime:I,isPost:D,bottom_image:P,tipText:B,swiper:j,commodityStyles:_,buttonStyle:N,index:F,commodityGroup:V}=t,q=Ye(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup"]);o.useState(!0);const{sxpParameter:G,popupCurTimeRef:Z,popupDetailData:ne,isPreview:ve,bffFbReport:ue,checkCommodityIndexRef:be}=Ee(),{jumpToWeb:me,productView:$}=Ke();o.useState(!1),o.useState(!1),o.useState(!0);const[U,J]=o.useState(!1),ye=o.useRef(null),[re,ce]=o.useState((e=ne?.multiCheckIndex)!==null&&e!==void 0?e:0),Q=D?b:ne;let H=D?Q?.product:(n=(i=Q?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=Q?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],R=D?(d=Q?.product)===null||d===void 0?void 0:d.bindCta:(p=(r=(a=Q?.video)===null||a===void 0?void 0:a.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&p!==void 0?p:(m=(f=(u=Q?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const z=D?F:ne?.index;if(!D&&V?.open&&(!((h=Q?.video)===null||h===void 0)&&h.bindProducts)&&((T=(w=Q?.video)===null||w===void 0?void 0:w.bindProducts)===null||T===void 0?void 0:T.length)>0){be.current=re;const oe=(C=Q?.video)===null||C===void 0?void 0:C.bindProducts[re];H=oe,R=oe?.bindCta}const we=()=>{H?.link&&(me(Q,H,R,z),D||$(Q,H,R,I||ye.current,z),window.location.href=window.getJointUtmLink(H.link))};o.useEffect(()=>{D||ue?.({eventName:"ProductView"})},[D,ue]),o.useEffect(()=>{const oe=()=>{ye.current=new Date};return oe(),window.addEventListener("pageshow",oe),()=>{window.removeEventListener("pageshow",oe)}},[]);const ie=o.useMemo(()=>{var oe,Ne,Me,de,Pe;return H?.currency&&H?.price?`${(Me=(Ne=(oe=H?.currency)===null||oe===void 0?void 0:oe.split("-")[1])===null||Ne===void 0?void 0:Ne.toUpperCase())!==null&&Me!==void 0?Me:""}${(Pe=(de=H?.price)===null||de===void 0?void 0:de.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&Pe!==void 0?Pe:""}`:"\xA3102,300.00"},[H?.price,H?.currency]),X=ve?375:(v=c?.width)!==null&&v!==void 0?v:window.innerWidth,K=({isPost:oe})=>o.createElement("div",{hidden:!!H&&(!H?.info||H?.info==="")},o.createElement(Yt,{isPost:oe,onClick:()=>J(!0),className:"pb-commondityDiroNew-info",style:_?.info,foldText:B?.foldText,unfoldText:B?.unfoldText,text:H?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
|
6
|
-
Made in Italy`})),te=o.useCallback(oe=>oe?.lineClamp?Object.assign(Object.assign({},oe),{overflow:"hidden",WebkitLineClamp:oe?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):oe,[]),Ce=o.useCallback(oe=>{Z.current=new Date,ce(oe),be.current=oe},[]),Le=o.useCallback(()=>{var oe,Ne,Me;if(!D)return o.createElement(ln,{products:(oe=Q?.video)===null||oe===void 0?void 0:oe.bindProducts,data:V,defImg:(Me=(Ne=G?.bottom_image)!==null&&Ne!==void 0?Ne:P)!==null&&Me!==void 0?Me:"",style:{padding:"0 19px"},onCLick:Ce,popupDetailData:ne,check:re})},[re]);return o.createElement("div",{className:"pb-commondityDiroNew"},o.createElement("div",Object.assign({className:ge.css(Object.assign(Object.assign({},c),{transform:"translate3d(0px, 0px, 0px)"}))},q),H&&((x=H?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement(Et,{height:X,modules:[Ht,Gt],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:j?.dotsAlign==="left"?"commondityDiroNew-swiper-clickable-left":"commondityDiroNew-swiper-clickable-center"},loop:!0,autoplay:{delay:j?.delay*1e3}},(y=H?.homePage)===null||y===void 0?void 0:y.map(oe=>{var Ne;return o.createElement(pt,{key:oe},o.createElement("div",{style:{overflow:"hidden",width:X,height:X}},o.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${j?.translateY?j?.translateY+50:50}%`},src:(Ne=oe??G?.bottom_image)!==null&&Ne!==void 0?Ne:P})))})),!(!((E=H?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ge.css({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},o.createElement("img",{className:ge.css({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(k=G?.bottom_image)!==null&&k!==void 0?k:P,alt:"pdp image"})),Le(),o.createElement("div",{className:"pb-commondityDiroNew-content"},o.createElement("div",{className:"pb-commondityDiroNew-content-top"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:te(_?.title),dangerouslySetInnerHTML:{__html:ae((g=H?.title)!==null&&g!==void 0?g:"Large Dior Toujours BagLarge",_?.title)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!H&&(!H?.collection||H?.collection===""),style:te(_?.collection),dangerouslySetInnerHTML:{__html:ae(H?.collection||"Black Macrocannage CalfskinLarge",_?.collection)}})),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!H&&!H?.price,style:te(_?.price),dangerouslySetInnerHTML:{__html:ae(ie,_?.price)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!H&&!H?.taxInfo,style:te(_?.taxInfo),dangerouslySetInnerHTML:{__html:ae((L=H?.taxInfo)!==null&&L!==void 0?L:"\u7A0E\u8D39",_?.taxInfo)}}))),(!H||H?.link)&&o.createElement("button",{"aria-label":(O=R?.enTitle)!==null&&O!==void 0?O:"Shop now",onClick:we,className:"pb-commondityDiroNew-btn",style:N},o.createElement("span",{dangerouslySetInnerHTML:{__html:ae((S=R?.enTitle)!==null&&S!==void 0?S:"Shop now",N)}})),K({isPost:D}))),o.createElement(Dt,{visible:U,onClose:()=>J(!1)},K({isPost:!1})))};var Kl=o.memo(Jl),Ql=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Zl=Qe(Kl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:ql,interactionRender:Ql},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16}},style:{}},w:100,h:40,sort:1});var Rl=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","width"],addonAfter:"W"},{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"]},{type:"Number",addonAfter:"px",name:["props","buttonStyle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","buttonStyle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","buttonStyle"]}]}];function rn(t){const e=o.useRef(null),[i,n]=o.useState(!1);return o.useEffect(()=>{e.current=new IntersectionObserver(([s])=>{n(s.isIntersecting)})},[]),o.useEffect(()=>{var s;return t?.current&&((s=e?.current)===null||s===void 0||s.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const $l=({src:t,rec:e,item:i,index:n,style:s,translateY:l,imgStyle:d,enableEventReport:a=!0})=>{const r=o.useRef(null),p=rn(r),{ctaEvent:u}=Ee();return o.useEffect(()=>{p&&t&&r?.current&&a&&u?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[p,t,r,e,u,i,n,a]),o.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),o.createElement("div",{className:ge.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d))},o.createElement("div",{ref:r,hidden:!t,className:ge.css({width:"100%",height:"100%"})},o.createElement(tt,{className:ge.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},s)),src:t})))};var gt=o.memo($l);const es=t=>{var e,i,{style:n,isDefault:s,rec:l,viewTime:d,isPost:a,bottom_image:r,commodityStyles:p,buttonStyle:u,translateY:f=0,commodityPicture:m,isExternalLink:h,onClick:w}=t,T=Ye(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:C,popupDetailData:v,setPopupDetailData:x,ctaEvent:y}=Ee(),{jumpToWeb:E}=Ke(),{popup:k}=at(),g=a?l:v,L=(i=(e=g?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],O=v?.index,S=o.useCallback(A=>{var b,I,D,P,B;return A?.currency&&A?.price?`${(D=(I=(b=A?.currency)===null||b===void 0?void 0:b.split("-")[1])===null||I===void 0?void 0:I.toUpperCase())!==null&&D!==void 0?D:""}${(B=(P=A?.price)===null||P===void 0?void 0:P.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&B!==void 0?B:""}`:"$7,000"},[]),c=je.throttle((A,b)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},g,A,O),x?.(Object.assign(Object.assign({},g),{video:Object.assign(Object.assign({},g?.video),{bindProduct:A}),index:O,multiCheckIndex:b})),h?A?.link&&(E(g,A,A.bindCta,O),window.location.href=window.getJointUtmLink(A.link)):w?.()},k?.duration);return o.createElement("div",{className:ge.css(Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},L?.map((A,b)=>{var I,D,P,B,j,_,N,F,V,q;return o.createElement(o.Fragment,null,g&&!A?.bindCta?null:o.createElement("div",Object.assign({key:b},T,{className:ge.css({display:"flex"}),onClick:()=>c(A,b)}),o.createElement(gt,{src:(B=(P=(I=A?.cover)!==null&&I!==void 0?I:(D=A?.homePage)===null||D===void 0?void 0:D[0])!==null&&P!==void 0?P:C?.bottom_image)!==null&&B!==void 0?B:r,rec:g,item:A,index:b,translateY:f,imgStyle:m,enableEventReport:!1}),o.createElement("div",{style:{width:`calc(100% - ${(j=m?.width)!==null&&j!==void 0?j:0}px - ${(_=m?.marginRight)!==null&&_!==void 0?_:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},o.createElement("div",null,o.createElement("div",{className:"one-line-ellipsis",style:p?.title,hidden:!!A&&!A?.title,dangerouslySetInnerHTML:{__html:ae((N=A?.title)!==null&&N!==void 0?N:"Pendant in Yellow Gold with Diamonds, Medium",p?.title)}}),o.createElement("div",{className:"two-line-ellipsis",style:p?.collection,hidden:!!A&&(!A?.collection||A?.collection===""),dangerouslySetInnerHTML:{__html:ae((F=A?.collection)!==null&&F!==void 0?F:"Tiffany Lock",p?.collection)}})),o.createElement("div",{className:ge.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{style:p?.price,hidden:!!A&&!A?.price,dangerouslySetInnerHTML:{__html:ae(S(A),p?.price)}})),o.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},u),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:ae((q=(V=A?.bindCta)===null||V===void 0?void 0:V.enTitle)!==null&&q!==void 0?q:"Shop Now",u)}})))))}))};var ts=o.memo(es),is=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ns=Qe(ts,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Rl,interactionRender:is},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var rt=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],os=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ls=t=>{var{rec:e,children:i,className:n,onClick:s,style:l,isExternalLink:d=!1,index:a}=t;Ye(t,["rec","children","className","onClick","style","isExternalLink","index"]);const r=o.useRef(null),{popup:p}=at(),{setPopupDetailData:u,ctaEvent:f}=Ee(),{jumpToWeb:m}=Ke(),h=je.throttle(()=>{var w,T,C,v,x,y,E,k;const g=(T=(w=e?.video)===null||w===void 0?void 0:w.bindProduct)!==null&&T!==void 0?T:e?.video;if(f?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,g,a),u?.(Object.assign(Object.assign({},e),{index:a})),d){if(!((v=(C=e?.video)===null||C===void 0?void 0:C.bindProduct)===null||v===void 0)&&v.link){const L=(x=e?.video)===null||x===void 0?void 0:x.bindCta,O=(y=e?.video)===null||y===void 0?void 0:y.bindProduct;m(e,O,L,a),window.location.href=window.getJointUtmLink((k=(E=e?.video)===null||E===void 0?void 0:E.bindProduct)===null||k===void 0?void 0:k.link)}}else s?.()},p?.duration);return o.createElement("div",{ref:r,className:n,style:l,onClick:h},i)};var Ot=o.memo(ls),ss={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const rs=t=>{var e,i,n,s,l,d,a,r,p,u,f,{content:m,style:h,bgImg:w,recData:T,bottom_image:C,ctaTempStyles:v,isExternalLink:x,translateY:y=0,index:E}=t,k=Ye(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ee(),L=(e=T?.video)===null||e===void 0?void 0:e.bindProduct,O=(l=(s=(i=L?.cover)!==null&&i!==void 0?i:(n=L?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:C;return o.createElement(Ot,Object.assign({isExternalLink:x,rec:T,className:ge.css(Object.assign({},h)),style:{display:"flex"},index:E},k),o.createElement(gt,{src:O,rec:T,item:(a=(d=T?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:T?.video,index:E,translateY:y,imgStyle:v?.img}),o.createElement("div",{className:ge.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ss["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ae((r=L?.title)!==null&&r!==void 0?r:"Product Name",v?.title)}}),o.createElement("div",{className:ge.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((p=v?.ctaTitle)===null||p===void 0?void 0:p.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((f=(u=L?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var ds=o.memo(rs);const as=Qe(ds,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:os,bindableProps:[],settingRender:rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:1});var us=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const cs=t=>{var e,i,n,s,l,d,{content:a,style:r,bgImg:p,recData:u,bottom_image:f,ctaTempStyles:m,isExternalLink:h,index:w}=t,T=Ye(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:C}=Ee(),v=(e=u?.video)===null||e===void 0?void 0:e.bindCta,x=(n=(i=v?.icon)!==null&&i!==void 0?i:C?.bottom_image)!==null&&n!==void 0?n:f;return o.createElement(Ot,Object.assign({isExternalLink:h,rec:u,className:ge.css(Object.assign({alignItems:"center"},r)),style:{display:"flex"},index:w},T),o.createElement(gt,{src:x,rec:u,item:(l=(s=u?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&l!==void 0?l:u?.video,index:w,imgStyle:m?.img}),o.createElement("div",{className:ge.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},m?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((d=v?.enTitle)!==null&&d!==void 0?d:"Product Name",m?.ctaTitle)}}))};var ps=o.memo(cs);const vs=Qe(ps,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:us,settingRender:rt?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:30,height:30,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:6});var ms=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],dn={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const fs=t=>{var e,i,n,s,l,d,a,r,{content:p,style:u,bgImg:f,recData:m,bottom_image:h,ctaTempStyles:w,index:T,customTitle:C}=t,v=Ye(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:x,bffEventReport:y}=Ee(),{jumpToWeb:E}=Ke(),k=(e=m?.video)===null||e===void 0?void 0:e.bindCta,g=(i=m?.video)===null||i===void 0?void 0:i.bindProduct,L=()=>{k?.link&&(E(m,g,k,T),window.location.href=window.getJointUtmLink(k.link))},O=(s=(n=k?.icon)!==null&&n!==void 0?n:x?.bottom_image)!==null&&s!==void 0?s:h;return o.createElement(Ot,Object.assign({index:T,rec:m,className:ge.css(Object.assign({alignItems:"center"},u)),style:{display:"flex"}},v,{onClick:L}),o.createElement(gt,{src:O,rec:m,item:(d=(l=m?.video)===null||l===void 0?void 0:l.bindProduct)!==null&&d!==void 0?d:m?.video,index:T,imgStyle:w?.img}),o.createElement("div",{className:ge.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{className:dn["tow-line-ellipsis"],style:w?.ctaTitle,dangerouslySetInnerHTML:{__html:ae((a=k?.enTitle)!==null&&a!==void 0?a:"Product Name",w?.ctaTitle)}}),C?.display&&o.createElement("div",{style:Object.assign(Object.assign({},C?.style),{lineHeight:((r=C?.style)===null||r===void 0?void 0:r.height)+"px"}),className:dn["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:ae(C?.text,C?.style)}}))))};var hs=o.memo(fs),mi;const gs=Qe(hs,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(mi=rt?.filter(t=>t.type!=="commodityTitle"))===null||mi===void 0?void 0:mi.concat(ms),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}},customTitle:{style:{textAlign:"left",textDecoration:"underline",fontWeight:"bold",width:130,height:20,fontSize:12,color:"#000"},text:"\u63A2\u7D22\u66F4\u591A"}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var bs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ys={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const ws=t=>{var e,i,n,s,l,d,a,r,p,u,f,{content:m,style:h,bgImg:w,recData:T,bottom_image:C,ctaTempStyles:v,isExternalLink:x,translateY:y=0,index:E}=t,k=Ye(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ee(),L=(e=T?.video)===null||e===void 0?void 0:e.bindProduct,O=(l=(s=(i=L?.cover)!==null&&i!==void 0?i:(n=L?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:C;return o.createElement(Ot,Object.assign({isExternalLink:x,rec:T,className:ge.css(Object.assign({},h)),style:{display:"flex"},index:E},k),o.createElement(gt,{src:O,rec:T,item:(a=(d=T?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:T?.video,index:E,translateY:y,imgStyle:v?.img}),o.createElement("div",{className:ge.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ys["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ae((r=L?.title)!==null&&r!==void 0?r:"Product Name",v?.title)}}),o.createElement("div",{className:ge.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((p=v?.ctaTitle)===null||p===void 0?void 0:p.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((f=(u=L?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var Ss=o.memo(ws);const Ts=Qe(Ss,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:bs,settingRender:rt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:2});var xs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Es={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const As=t=>{var e,i,n,s,l,d,a,r,p,u,{content:f,style:m,bgImg:h,recData:w,bottom_image:T,ctaTempStyles:C,isExternalLink:v,translateY:x=0,index:y}=t,E=Ye(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:k}=Ee(),g=(e=w?.video)===null||e===void 0?void 0:e.bindProduct,L=(l=(s=(i=g?.cover)!==null&&i!==void 0?i:(n=g?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:k?.bottom_image)!==null&&l!==void 0?l:T;return o.createElement(Ot,Object.assign({isExternalLink:v,rec:w,className:ge.css(Object.assign({},m)),style:{display:"flex"},index:y},E),o.createElement(gt,{src:L,rec:w,item:(a=(d=w?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:w?.video,index:y,translateY:x,imgStyle:C?.img}),o.createElement("div",{className:ge.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Es["tow-line-ellipsis"],style:C?.title,dangerouslySetInnerHTML:{__html:ae((r=g?.title)!==null&&r!==void 0?r:"Product Name",C?.title)}}),o.createElement("div",{className:ge.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},C?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((u=(p=g?.bindCta)===null||p===void 0?void 0:p.enTitle)!==null&&u!==void 0?u:"Shop Now",C?.ctaTitle)}})))};var Cs=o.memo(As);const Is=Qe(Cs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:xs,bindableProps:[],settingRender:rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:13,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:14,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:2});var ks=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],_s={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ps=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:p,isExternalLink:u,index:f,translateY:m=0}=t,h=Ye(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:w,setPopupDetailData:T,sxpParameter:C}=Ee(),{popup:v}=at(),{jumpToWeb:x}=Ke(),[y,E]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=je.throttle((g,L)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),T?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:L})),u?g?.link&&(x(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},v?.duration);return o.createElement(Mt,{isPadding:!!d},y?.map((g,L)=>{var O,S,c,A,b,I,D,P;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(pt,Object.assign({key:L,className:ge.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>k(g,L)}),o.createElement(gt,{src:(A=(c=(O=g?.cover)!==null&&O!==void 0?O:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&c!==void 0?c:C?.bottom_image)!==null&&A!==void 0?A:r,rec:d,item:g,index:L,translateY:m,imgStyle:p?.img}),o.createElement("div",{className:ge.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:_s["two-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ae((b=g?.title)!==null&&b!==void 0?b:"Product Name",p?.title)}}),o.createElement("div",{className:ge.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((I=p?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((P=(D=g?.bindCta)===null||D===void 0?void 0:D.enTitle)!==null&&P!==void 0?P:"Shop Now",p?.ctaTitle)}}))))}))};var Ds=o.memo(Ps);const Ms=Qe(Ds,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:ks,bindableProps:[],settingRender:rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:4});var Os=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ls={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const Ns=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:p,isExternalLink:u,index:f,translateY:m=0}=t,h=Ye(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:w}=Ee(),{ctaEvent:T,setPopupDetailData:C}=Ee(),{popup:v}=at(),[x,y]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:E}=Ke(),k=je.throttle((g,L)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),C?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:L})),u?g?.link&&(E(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},v?.duration);return o.createElement(Mt,{isPadding:!!d},x?.map((g,L)=>{var O,S,c,A,b,I,D,P;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(pt,Object.assign({key:L,className:ge.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>k(g,L)}),o.createElement(gt,{src:(A=(c=(O=g?.cover)!==null&&O!==void 0?O:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&c!==void 0?c:w?.bottom_image)!==null&&A!==void 0?A:r,rec:d,item:g,index:L,translateY:m,imgStyle:p?.img}),o.createElement("div",{className:ge.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Ls["two-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ae((b=g?.title)!==null&&b!==void 0?b:"Product Name",p?.title)}}),o.createElement("div",{className:ge.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((I=p?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((P=(D=g?.bindCta)===null||D===void 0?void 0:D.enTitle)!==null&&P!==void 0?P:"Shop Now",p?.ctaTitle)}}))))}))};var Bs=o.memo(Ns);const Fs=Qe(Bs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Os,settingRender:rt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:3});var js=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Vs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const zs=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:p,isExternalLink:u,index:f,translateY:m=0}=t,h=Ye(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:w,setPopupDetailData:T,sxpParameter:C}=Ee(),{popup:v}=at(),{jumpToWeb:x}=Ke(),[y,E]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=je.throttle((g,L)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),T?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:L})),u?g?.link&&(x(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},v?.duration);return o.createElement(Mt,{isPadding:!!d},y?.map((g,L)=>{var O,S,c,A,b,I,D;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(pt,Object.assign({key:L,className:ge.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>k(g,L)}),o.createElement(gt,{src:(A=(c=(O=g?.cover)!==null&&O!==void 0?O:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&c!==void 0?c:C?.bottom_image)!==null&&A!==void 0?A:r,rec:d,item:g,index:L,translateY:m,imgStyle:p?.img}),o.createElement("div",{className:ge.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},o.createElement("div",{className:Vs["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ae((b=g?.title)!==null&&b!==void 0?b:"Product Name",p?.title)}}),o.createElement("div",{className:ge.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ae((D=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&D!==void 0?D:"Shop Now",p?.ctaTitle)}}))))}))};var Hs=o.memo(zs);const Gs=Qe(Hs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:js,bindableProps:[],settingRender:rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:12,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:4});var Us=[{title:"Banner",child:[{type:"Switch",label:"Banner\u56FE\u5F00\u5173",name:["props","showBanner"]}]},{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"},{type:"Switch",label:"\u56FA\u5B9A\u5BBD\u9AD8",name:["props","openFixedSize"],initialValue:!0}]},{title:"\u6587\u672C\u8BBE\u7F6E",child:[{name:["props","textStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"hashtag\u6807\u9898",value:"hashTagTitle"},{label:"hashtag\u63CF\u8FF0",value:"hashTagDesc"},{label:"hashtag\u63CF\u8FF0\u8D85\u94FE",value:"hashTagLink"},{label:"\u6807\u9898",value:"title"},{label:"\u4EF7\u683C",value:"price"}],name:["props","textStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextPadding",name:["props","buttonBgStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"\u6309\u94AE\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonBgStyle","backgroundColor"],initialValue:"#fff"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonBgStyle","height"],addonAfter:"H"}]}]}];const Ws=({icon:t,styles:e,textStyle:i,onClose:n})=>{var s;const{waterFallData:l,setOpenHashtag:d}=Ee();return o.createElement("div",{className:"clc-sxp-nav",style:e},o.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:n}),o.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:ae(`#${(s=l?.hashTag)!==null&&s!==void 0?s:"\u6807\u9898"}`,i)}}))};var an=o.memo(Ws),Ys=null,Xs="3d989325-e7d6-4a74-8a97-98febdf5b567",qs=null,Js=null,Ks={info:"The dior toujours bag is distinguished by a casual and practical design. Fully embroidered with black textured tweed, it is accented by a blend of threads displaying the cannage motif.",link:"www.baidu.com",linkTitle:null,linkType:"WEB"},Qs=[{position:"0",isCollected:null,video:{itemId:"VIDEOY2BMu1710323630175",title:"A symbol of excellence, the Dior Toujours bag is reinterpreted in an unprecedented version. For the Dior spring-summer 2024 ready-to-wear collection, this exceptional accessory, dreamed up by Maria Grazia Chiuri, is dressed in irresistible crinkled leather featuring the iconic macrocannage motif. A new emblem of the virtuoso, perpetually reinvented savoir-faire of the Dior Ateliers.",tags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOY2BMu1710323630175:default:3::branch:Handbags:0",bindCta:null,bindProduct:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:0",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:0",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fswbY3wT0hCmrYkrqDzFKnHb3NMux1710323481052.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs3Ifqv7fk2Tn9nPtwOTO2YjxAuRO1710323470472.mp4",imgUrls:null,hashTags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"]},product:null,cta:null},{position:"1",isCollected:null,video:{itemId:"VIDEO6JCOb1710323364018",title:"Maria grazia chiuri's hallmark dior book tote offers an original take on elegance. Unveiled at the cruise 2024 fashion show, the refined style showcases the iconic blue dior oblique embroidery and calfskin. Designed to keep all the daily essentials organized, the interior is equipped with a zipped pocket and patch pockets.",tags:["Handbags","Manufacturing Craftsmanship","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO6JCOb1710323364018:default:3::branch:Handbags:1",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:1",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:1",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsAHlkdbqYj5F84o2faRzU1E3AvG11710323339209.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs7KIGk2IB0MsoDL1ANWB1Mb2hqu41710323314146.mp4",imgUrls:null,hashTags:["Handbags","Dior Book Tote"]},product:null,cta:null},{position:"2",isCollected:null,video:null,product:{itemId:"M2820OTKVM911",title:"Large Dior Toujours Bag Black Cannage Tweed",tags:["Black","Women","Handbags","Bucket Bag","Dior Toujours Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2820OTKVM911:default:3::branch:Handbags:2",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:2",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsJTjyFchOFEJSTRYxXvL2XPU1dP61710238469418.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fstdFA1dFT55QjtQPU2qHNENo5peF1710836061716.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fs9xf8AlIApbHezVL3BsxjUGIrN231710836061181.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs9iZ20MjLAPkXmFKvD8HzhLaBJ671710238470272.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsSSodev3wicDfE1DYNWPQVeRjErt1710238464035.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs3YAOuN6Pd9NFvH1Rdooj6eLI18S1710238465296.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsBwIEp6OzI49isvHgiKD0cPSFtrD1710238459007.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M2820OTKV_M911-large-dior-toujours-bag",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Fully embroidered with black textured tweed, it is accented by a blend of threads displaying the cannage motif. It showcases a spacious interior compartment with a matching pouch to organize the essentials, while a leather strap closure keeps items secure and the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4200,currency:"USD-$"},cta:null},{position:"3",isCollected:null,video:{itemId:"VIDEOOL1qU1709616182569",title:"Maria grazia chiuri brings a fresh update to the iconic saddle bag. Crafted in black grained calfskin, the legendary design features a saddle flap with a d stirrup clasp on a magnetic strap, as well as an antique gold-finish metal cd signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the saddle bag may be carried by hand, worn over the shoulder or crossbody.. Saddle bag with strap Black grained calfskin",tags:["Maria Grazia Chiuri","Saddle Bags","Removable Shoulder Strap","Shoulder","Crossbody","Cross-body & Shoulder Bags","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOOL1qU1709616182569:default:3::branch:Handbags:3",bindCta:null,bindProduct:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:3",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:3",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},bindProducts:[],cover:null,url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsvbBN3IRfwctVIhdqgq3doWmhbb21710399187965.jpg"],hashTags:["Maria Grazia Chiuri","Saddle Bags","Handbags"]},product:null,cta:null},{position:"4",isCollected:null,video:null,product:{itemId:"S5909CTZQM928",title:"Saddle Shoulder Pouch Blue Dior Oblique Jacquard ",tags:["Saddle Bags","Handbags","Small-Leather-Goods","Small","Mini Bags"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:S5909CTZQM928:default:3::branch:Handbags:4",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:4",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs34CpwKJOyjEDgoHypoLYakF8oR31710316280669.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsLOSOEf9pmz7wKnFaifWNw3TZ7Gy1710316287874.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsWHmVcrzHKKj6EfhfnQkxYIOt20a1710316295683.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fslyBNMyQwjpjY4EKzyrqzTMlOGRQ1710316313161.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/S5909CTZQ",linkTitle:null,linkType:"WEB",info:null,price:4900,currency:"USD-$"},cta:null},{position:"5",isCollected:null,video:{itemId:"VIDEOrZguC1710324513737",title:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",tags:["Handbags","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOrZguC1710324513737:default:3::branch:Handbags:5",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:5",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:5",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fstXNWStczbY8HbIKEqMwfCkv5CI51710324494939.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOqu34FxaJTdascLcj6DHoYIIAs01710324439851.mp4",imgUrls:null,hashTags:["Handbags","Dior Book Tote"]},product:null,cta:null},{position:"6",isCollected:null,video:null,product:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:6",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:6",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},cta:null},{position:"7",isCollected:null,video:{itemId:"VIDEOEtr621710300614047",title:"Unveiled at the spring-summer 2023 fashion show, the dior toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette. T",tags:["Handbags","Leather Strap","Spring-Summer 2024 Fashion Show","Backstage","Dior Toujours Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOEtr621710300614047:default:3::branch:Handbags:7",bindCta:null,bindProduct:null,bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fshkOldZwfsSqTgvxHJzNBwS66ySc1710300910103.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsryDXTtPWXjYFWoSUEBUi48RHZCh1710398617300.jpg"],hashTags:["Backstage","Handbags","Spring-Summer 2024 Fashion Show","Dior Toujours Bag"]},product:null,cta:null},{position:"8",isCollected:null,video:{itemId:"VIDEOO8Zjt1709616802987",title:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",tags:["Blue","Medium","Shoulder","Hand","Handbags","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOO8Zjt1709616802987:default:3::branch:Handbags:8",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:8",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:8",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsmS72zfInwmblYTnuYzRuZKAOlhr1709616742898.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsU2gDw28XFd1nOAqlUjb1r1h6mpT1710400349981.jpg"],hashTags:["Dior Book Tote","Handbags"]},product:null,cta:null},{position:"9",isCollected:null,video:null,product:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:9",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:9",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},cta:null},{position:"10",isCollected:null,video:{itemId:"VIDEOesZlV1710323980494",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Lady Dior","Removable Shoulder Strap","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOesZlV1710323980494:default:3::branch:Handbags:10",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:10",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:10",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsiwMQ88zO5Xdnl939krMyBMbz7Js1710323763013.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsxyS8nr7nn0LMe7EqOt3ETXqLu7d1710323753073.mp4",imgUrls:null,hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"11",isCollected:null,video:{itemId:"VIDEOdvsXq1710324342942",title:"New for summer 2024, the lady d-sire my abcdior bag draws inspiration from the signature elegance of the lady dior design. Reimagined with a casual style for an urban look, the lightweight black grained bull leather feels soft to the touch yet offers excellent durability. The medium bag is embellished with pale gold-finish metal d.i.o.r. Charms that highlight the silhouette.",tags:["Summer 2024","Lady Dior","Casual","Lightweight","Medium","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOdvsXq1710324342942:default:3::branch:Handbags:11",bindCta:null,bindProduct:{itemId:"M1151OTRLM900",title:"Medium Lady D-Sire My ABCDior Bag",tags:["Handbags","Summer 2024","Lady Dior","Black","Medium","Women","Lady D-Sire"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1151OTRLM900:default:3::branch:Handbags:11",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:11",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBvqPYhaE9Ct1JzBd4gm8g9YOiAZ1710499102900.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6sf9nB7WpJuLNIZT3c8O8Fmf3Gu1710499102936.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsSxYBxyVx2yRrUgEaYmarWhlUbk41710499102531.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsyhykK1B7W9613MAfipfIuE1foim1710499102345.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6FXJdaXib8lP0NPloe1XQGpoiKc1710499103268.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsCRx7T4ejNvgKNensH6LT4dPt6251710499103615.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M1151OTRL_M900-medium-lady-d-sire-my-abcdior-bag-black-bull-leather?objectID=M1151OTRL_M900&query=M1151OTRLM900&queryID=e82938220687c425c75277a7c526b932",linkTitle:null,linkType:"WEB",info:"New for Summer 2024, the Lady D-Sire My ABCDior bag draws inspiration from the signature elegance of the Lady Dior design. Reimagined with a casual style for an urban look, the lightweight black grained bull leather feels soft to the touch yet offers excellent durability. The medium bag is embellished with pale gold-finish metal D.I.O.R. charms that highlight the silhouette. Showcasing a shoulder strap that can be personalized by adding symbolic badges, the unique bag can be carried by hand or w",price:6100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOsdUSXr57U5Twhhkv17th3yHqBJ1710324292456.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsZyr3slVtlsParX6D0DqsM0QEx8d1710324283147.mp4",imgUrls:null,hashTags:["Summer 2024","Lady Dior","Handbags"]},product:null,cta:null},{position:"12",isCollected:null,video:{itemId:"VIDEOy76Fr1710324746846",title:"Maria grazia chiuri brings a fresh update to the iconic saddle bag. Crafted in black grained calfskin, the legendary design features a saddle flap with a d stirrup clasp on a magnetic strap, as well as an antique gold-finish metal cd signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the saddle bag may be carried by hand, worn over the shoulder or crossbody.. Saddle bag with strap Black grained calfskin",tags:["Maria Grazia Chiuri","Saddle Bags","Removable Shoulder Strap","Hand","Shoulder","Crossbody","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOy76Fr1710324746846:default:3::branch:Handbags:12",bindCta:null,bindProduct:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:12",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:12",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsqwogfFahvNml7vmATxwfKLcNlh91710324602536.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsVRd4z4V8UScNc7Wc96xv4xDVByb1710324589932.mp4",imgUrls:null,hashTags:["Maria Grazia Chiuri","Saddle Bags","Handbags"]},product:null,cta:null},{position:"13",isCollected:null,video:{itemId:"VIDEOvqhF71709609258469",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Thin","Removable Shoulder Strap","Medium","Lady Dior","Crossbody","Handbags","Cross-body & Shoulder Bags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOvqhF71709609258469:default:3::branch:Handbags:13",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:13",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:13",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsHmNyOcNdgB9Y8aIFYWCHlEZVl4x1709608981919.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fslhMX6mwCM4i5XFY6dpcMZdPocYv1710398865153.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJQCe9rZmsEjuIUpdck9Hs2gpNU81710398856427.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsnHUJufSHptF88bNsyUGmSSKYH4A1710398855734.jpg"],hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"14",isCollected:null,video:null,product:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:14",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:14",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},cta:null},{position:"15",isCollected:null,video:{itemId:"VIDEO693hq1709628690318",title:"New for the summer 2024 season, the dior caro top handle camera bag is a sophisticated and practical design. Crafted in black calfskin, the small model is elevated by the originality of the macrocannage stitching's quilted effect. The bag features a zip closure and an antique gold-tone metal cd signature.",tags:["Ready-To-Wear","Handbags","Signature Hardware Design","Monogram/Logo Print","Calfskin Leather","Summer 2024","Black"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO693hq1709628690318:default:3::branch:Handbags:15",bindCta:null,bindProduct:{itemId:"M3352UBHMM900",title:"Small Dior Caro Top Handle Camera Bag Black Macrocannage Calfskin ",tags:["Summer 2024","Black","Women","Handbags","Dior Caro"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M3352UBHMM900:default:3::branch:Handbags:15",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:15",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsx3wufMP9P6ovvCrXL58eVVA61gI1710499528917.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs82a414vXXhbgMXsw3Zm8TWyDMvI1710499528543.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJaZoFhur3jfMEciQdk5GMV8O2un1710499528346.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fstO8CRKfBzpJUmAMyCDHDo23ji9N1710499528346.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsagaUiox7KECRhbPn6MScg3s4Nwd1710499528602.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBsyFADiYBLWHaAIQfNRsgweVOWj1710499529947.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqJEwfvOLpXQ6nQt76o92XdLwzs11710499529939.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M3352UBHM_M900",linkTitle:null,linkType:"WEB",info:"New for the Summer 2024 season, the Dior Caro Top Handle Camera bag is a sophisticated and practical design. Crafted in black calfskin, the small model is elevated by the originality of the Macrocannage stitching's quilted effect. The bag features a zip closure and an antique gold-tone metal CD signature. ",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsZhMDVzP6kuh9Qt86c11whAMglMU1709628656988.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsWrEKA6oRWUmOY14D1POTJjgiks51710401973577.jpg"],hashTags:["Ready-To-Wear"]},product:null,cta:null},{position:"16",isCollected:null,video:{itemId:"VIDEO2rUuG1709617832960",title:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",tags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO2rUuG1709617832960:default:3::branch:Handbags:16",bindCta:null,bindProduct:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:16",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:16",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fs0BUtn8TYp4l8gWsg5WD9Ht8AP7R1709617796077.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsmecPfhI3OtZwJmKAXLv8scBSSdK1710399333565.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsfsWBLxbC36B7Pm7Ae1uL98EmoaH1710399333017.jpg"],hashTags:["Handbags","Dior Toujours Bag"]},product:null,cta:null},{position:"17",isCollected:null,video:{itemId:"VIDEOGZGZI1709629679782",title:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. A",tags:["Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOGZGZI1709629679782:default:3::branch:Handbags:17",bindCta:null,bindProduct:{itemId:"M0565OZEDM928",title:"Medium Lady Dior Bag",tags:["Lady Dior","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565OZEDM928:default:3::branch:Handbags:17",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:17",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0565OZED_M928",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. Accented by pale gold-finish metal D.I.O.R. charms illuminating the silhouette and featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or wo",price:6500,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsG1IT2gcB5iabcTL89Xs9bRHISMb1709629659698.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJB1txgzSsQLBBJSTzqGI40BvLkr1710399454552.jpg"],hashTags:["Handbags"]},product:null,cta:null},{position:"18",isCollected:null,video:{itemId:"VIDEOC2IMa1710324169054",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Lady Dior","Removable Shoulder Strap","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOC2IMa1710324169054:default:3::branch:Handbags:18",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:18",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:18",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsuF6sqlC9LCBLTgxHwMRinXwB6bF1710324135846.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsFwNsGElWR2SXQ2tWwHkaiqMZN5H1710324095954.mp4",imgUrls:null,hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"19",isCollected:null,video:null,product:{itemId:"M0565OZEDM928",title:"Medium Lady Dior Bag",tags:["Lady Dior","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565OZEDM928:default:3::branch:Handbags:19",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:19",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0565OZED_M928",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. Accented by pale gold-finish metal D.I.O.R. charms illuminating the silhouette and featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or wo",price:6500,currency:"USD-$"},cta:null}],Zs="Handbags",un={productUserId:Ys,requestId:Xs,channel:qs,rtc:Js,tag:Ks,recList:Qs,hashTag:Zs};const Rs=t=>{const{rec:e,style:i={},sizeChange:n=()=>{},unitWidth:s,index:l,showBorder:d,list:a,reportTagsView:r,textStyles:p,space:u}=t,{swiperRef:f,setRtcList:m,setOpenHashtag:h,sxpParameter:w}=Ee(),[T,C]=o.useState(!1);o.useState(!1),o.useState({height:1,width:1});const v=o.useRef(null),x=o.useRef(null);o.useRef(null),o.useRef(null);const[y,E]=o.useState(""),k=o.useMemo(()=>{var b,I,D,P,B,j,_,N,F,V;return!((b=e?.video)===null||b===void 0)&&b.cover?(I=e?.video)===null||I===void 0?void 0:I.cover:!((P=(D=e?.video)===null||D===void 0?void 0:D.imgUrls)===null||P===void 0)&&P.length?(j=(B=e?.video)===null||B===void 0?void 0:B.imgUrls)===null||j===void 0?void 0:j[0]:!((N=(_=e?.product)===null||_===void 0?void 0:_.homePage)===null||N===void 0)&&N.length?(V=(F=e?.product)===null||F===void 0?void 0:F.homePage)===null||V===void 0?void 0:V[0]:w?.bottom_image||""},[e,w?.bottom_image]),g=o.useMemo(()=>{var b,I;return((b=e?.product)===null||b===void 0?void 0:b.title)||((I=e?.video)===null||I===void 0?void 0:I.title)||null},[e]),L=o.useMemo(()=>{var b;return i.transform?Number((b=i.transform)===null||b===void 0?void 0:b.substring(i.transform.indexOf(",",0)+1,i.transform.length-3)):void 0},[i]);o.useMemo(()=>L===void 0?!1:L<=d,[L,d]);const O=o.useMemo(()=>{var b,I,D,P,B,j,_,N,F;return!((b=e?.product)===null||b===void 0)&&b.currency&&(!((I=e?.product)===null||I===void 0)&&I.price)?`${(j=(B=(P=(D=e?.product)===null||D===void 0?void 0:D.currency)===null||P===void 0?void 0:P.split("-")[1])===null||B===void 0?void 0:B.toUpperCase())!==null&&j!==void 0?j:""}${(F=(N=(_=e?.product)===null||_===void 0?void 0:_.price)===null||N===void 0?void 0:N.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&F!==void 0?F:""}`:null},[e]);o.useEffect(()=>{if(v.current===null||k==="")return;let b=null;T&&y?b=y:b=k,b&&v.current.setSrc(b)},[k,T,y]);const S=o.useRef(),c=o.useCallback(b=>{setTimeout(()=>{var I;const D=(I=S?.current)===null||I===void 0?void 0:I.offsetHeight;n(D+56+u,l)},0)},[u,n,l,s,S]),A=()=>{r(),m?.(a),setTimeout(()=>{var b;(b=f?.current)===null||b===void 0||b.swiper.slideTo(l,0,!1),h?.(!1)},0)};return o.createElement("div",{ref:x,style:Object.assign({},i),className:"waterFallList-content-listItem",key:l,onClick:A},o.createElement("div",{className:"waterFallList-content-listItem-picture",ref:S},o.createElement(tt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:c,ref:v})),o.createElement("div",{className:"waterFallList-content-listItem-info"},o.createElement("div",{className:`waterFallList-content-listItem-info-title ${O?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},p?.title),dangerouslySetInnerHTML:{__html:ae(g,p?.title)}}),o.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!O,style:p.price,dangerouslySetInnerHTML:{__html:ae(O,p?.price)}})))};function $s(t){var e,i,n,s,l,d,a,r,p,u,f,m,h,w,T,C,v,x,y,E,k,g,{reportTagsView:L,showBanner:O}=t,S=Ye(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:A,hashTagSize:b,loadingImage:I,isOpenHashTag:D}=Ee(),P=o.useRef(null),[B,j]=o.useState(0),[_,N]=o.useState(),F=o.useRef(null),[V,q]=o.useState([]),G=o.useRef(),Z=[170,230,300],[ne,ve]=o.useState(!1),[ue,be]=o.useState([]),me=o.useRef(),$=o.useCallback((ie,X)=>Math.floor(Math.random()*(X-ie+1))+ie,[]),U=o.useRef([]),[J,ye]=o.useState({width:0}),re=o.useMemo(()=>{const ie=J.width||0;return ie>=1200?6:ie>=768&&ie<=1199?4:2},[J]),ce=o.useMemo(()=>J.width/re-2,[re,J]),Q=o.useCallback(()=>{var ie;const X=(ie=G.current)!==null&&ie!==void 0?ie:[],K=[];for(let te=0;te<ue?.length;te++){const Ce=Math.floor(te/re),Le=te%re+1;let oe=0,Ne=9999999999;if(Ce===0)K[te]=te;else{for(let Me=0;Me<K.length;Me++)U.current[K[Me]].top+U.current[K[Me]].height<Ne&&(oe=Me,Ne=U.current[K[Me]].top+U.current[K[Me]].height);K[oe]=te}U.current[te]===void 0&&(U.current[te]={}),Ce===0?(Le===1?U.current[te].left=0:U.current[te].left=U.current[te-1].left+ce+4,U.current[te].top=0):(U.current[te].left=U.current[oe].left,U.current[te].top=Ne),U.current[te].height=U.current[te].height||Z[$(0,2)],X[te]={transform:`translate(${U.current[te].left}px,${U.current[te].top}px)`,width:`${ce}px`,height:U.current[te].height}}return q([...X]),[...X]},[ce,re,Z,$,ue]),H=o.useCallback((ie,X)=>{U.current[X]===void 0&&(U.current[X]={}),U.current[X].height=ie,G.current=Q()},[Q]);o.useEffect(()=>{G.current=Q()},[ce,re,ue]),o.useEffect(()=>{var ie,X;if(ve(!0),c&&A?.({hashTag:c?.hashTag,"itemFilter.itemId":c?.itemId,"itemFilter.itemType":c?.itemType,defaultSize:b,maxSize:b}).then(K=>{var te,Ce;N(K),be((Ce=(te=K?.recList)===null||te===void 0?void 0:te.filter(Le=>Le?.video!==null||Le?.product!==null))!==null&&Ce!==void 0?Ce:[]),ve(!1)}),D){const K=un;N(K),be((X=(ie=K?.recList)===null||ie===void 0?void 0:ie.filter(te=>te?.video!==null||te?.product!==null))!==null&&X!==void 0?X:[]),ve(!1)}},[c,A,b,D]);const R=o.useCallback(()=>{F.current!==null&&ye({width:F.current.getBoundingClientRect().width})},[]);o.useEffect(()=>{if(F.current===null)return;const ie=new ResizeObserver(X=>{R()});return ie.observe(F.current),()=>{ie.disconnect()}},[R]),o.useCallback(()=>{ve(!0),c&&A?.({hashTag:c?.hashTag,"itemFilter.itemId":c?.itemId,"itemFilter.itemType":c?.itemType}).then(ie=>{var X,K;be(ue?.concat((K=(X=ie?.recList)===null||X===void 0?void 0:X.filter(te=>!te?.video))!==null&&K!==void 0?K:[])),ve(!1)})},[c,A,ue]);const z=o.useCallback(()=>{j(P.current.scrollTop)},[]);o.useEffect(()=>{var ie;return(ie=P?.current)===null||ie===void 0||ie.addEventListener("scroll",z),()=>{var X;(X=P?.current)===null||X===void 0||X.removeEventListener("scroll",z)}},[z,P]);const we=()=>{var ie,X;!((ie=_?.tag)===null||ie===void 0)&&ie.link&&(L(),window.location.href=window.getJointUtmLink((X=_?.tag)===null||X===void 0?void 0:X.link))};return o.createElement(o.Fragment,null,ne?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:I,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"waterFallList",ref:F},o.createElement("div",{className:"waterFallList-scroll",ref:P},O&&((e=_?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:we},o.createElement(tt,{className:ge.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=_?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"waterFallList-info",style:(n=S?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:ae((s=_?.tag)===null||s===void 0?void 0:s.info,(l=S?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((d=_?.tag)===null||d===void 0)&&d.link),className:"waterFallList-collection",style:Object.assign({},(a=S?.textStyles)===null||a===void 0?void 0:a.hashTagLink),onClick:we,dangerouslySetInnerHTML:{__html:ae(((r=_?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(p=S?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),o.createElement("div",{className:"waterFallList-content"},ue?.map((ie,X)=>{var K;return o.createElement(Rs,Object.assign({key:X,index:X,rec:ie,list:ue,showBorder:B+((K=P?.current)===null||K===void 0?void 0:K.clientHeight),style:V[X],sizeChange:H,unitWidth:ce,reportTagsView:L},S))}),o.createElement("div",{hidden:!(!((u=_?.tag)===null||u===void 0)&&u.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(T=((m=U?.current[((f=U?.current)===null||f===void 0?void 0:f.length)-1])===null||m===void 0?void 0:m.top)+((w=U?.current[((h=U?.current)===null||h===void 0?void 0:h.length)-1])===null||w===void 0?void 0:w.height))!==null&&T!==void 0?T:0}px)`,height:!((C=_?.tag)===null||C===void 0)&&C.link?((v=me?.current)===null||v===void 0?void 0:v.offsetHeight)||((x=S?.buttonBgStyle)===null||x===void 0?void 0:x.height)||"100px":0}}))),o.createElement("div",{className:"waterFallList-bottom",hidden:!(!((y=_?.tag)===null||y===void 0)&&y.link),style:S?.buttonBgStyle}),o.createElement("div",{ref:me,hidden:!(!((E=_?.tag)===null||E===void 0)&&E.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},S?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((k=_?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:S?.buttonStyle,onClick:we,dangerouslySetInnerHTML:{__html:ae(((g=_?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",S?.buttonStyle)}}))))}var er="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const tr=t=>{const{rec:e,index:i,list:n,reportTagsView:s,textStyles:l,space:d}=t,{swiperRef:a,setRtcList:r,setOpenHashtag:p,bffEventReport:u,sxpParameter:f}=Ee(),[m,h]=o.useState(!1),w=o.useRef(null),T=o.useRef(null),C=o.useRef(null),v=o.useRef(null),[x,y]=o.useState(""),E=o.useMemo(()=>{var S,c,A,b,I,D,P,B,j,_;return!((S=e?.video)===null||S===void 0)&&S.cover?(c=e?.video)===null||c===void 0?void 0:c.cover:!((b=(A=e?.video)===null||A===void 0?void 0:A.imgUrls)===null||b===void 0)&&b.length?(D=(I=e?.video)===null||I===void 0?void 0:I.imgUrls)===null||D===void 0?void 0:D[0]:!((B=(P=e?.product)===null||P===void 0?void 0:P.homePage)===null||B===void 0)&&B.length?(_=(j=e?.product)===null||j===void 0?void 0:j.homePage)===null||_===void 0?void 0:_[0]:f?.bottom_image||""},[e,f?.bottom_image]),k=o.useMemo(()=>{var S,c;return((S=e?.product)===null||S===void 0?void 0:S.title)||((c=e?.video)===null||c===void 0?void 0:c.title)||null},[e]),g=o.useMemo(()=>{var S,c,A,b,I,D,P,B,j;return!((S=e?.product)===null||S===void 0)&&S.currency&&(!((c=e?.product)===null||c===void 0)&&c.price)?`${(D=(I=(b=(A=e?.product)===null||A===void 0?void 0:A.currency)===null||b===void 0?void 0:b.split("-")[1])===null||I===void 0?void 0:I.toUpperCase())!==null&&D!==void 0?D:""}${(j=(B=(P=e?.product)===null||P===void 0?void 0:P.price)===null||B===void 0?void 0:B.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&j!==void 0?j:""}`:null},[e]);o.useEffect(()=>{const S=new IntersectionObserver(c=>{c.forEach(A=>{if(A.isIntersecting){if(T.current===null||E==="")return;m&&x?w.current.setSrc(x):w.current.setSrc(E),S.unobserve(T.current)}})});return S.observe(T.current),()=>{S.disconnect()}},[E,m,x]);const L=(S,c,A)=>{const b=S/c;return A/b};o.useEffect(()=>{const S=C?.current;S===null||E===""||!m||(S.src=E,S.currentTime=1,S.crossOrigin="anonymous",S.onloadeddata=()=>{const c=v?.current;if(!c)return;const A=c.getContext("2d"),b=window?.innerWidth/2,I=L(S.videoWidth,S.videoHeight,b);c.height=I,c.width=b,A?.drawImage(S,0,0,c.width,c.height),y(c.toDataURL()),S.remove(),c.remove()})},[E,m]);const O=()=>{s(),r?.(n),setTimeout(()=>{var S;(S=a?.current)===null||S===void 0||S.swiper.slideTo(i,0,!1),p?.(!1)},0)};return o.createElement("div",{ref:T,className:"list-content-listItem",key:i,onClick:O,style:{marginBottom:d}},o.createElement("div",{className:"list-content-listItem-picture"},m&&o.createElement("div",{style:{display:"none"}},o.createElement("video",{ref:C,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),o.createElement("canvas",{ref:v})),o.createElement(tt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:w})),o.createElement("div",{className:"list-content-listItem-info"},o.createElement("div",{className:`list-content-listItem-info-title ${g?"list-content-listItem-info-nowrap":""}`,style:l?.title,dangerouslySetInnerHTML:{__html:ae(k,l?.title)}}),o.createElement("div",{className:"list-content-listItem-info-price",style:l?.price,hidden:!g,dangerouslySetInnerHTML:{__html:ae(g,l?.price)}})))};function ir(t){var e,i,n,s,l,d,a,r,p,u,f,m,h,w,T,C,v,{reportTagsView:x,showBanner:y}=t,E=Ye(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:g,hashTagSize:L,loadingImage:O,isOpenHashTag:S}=Ee(),[c,A]=o.useState(),[b,I]=o.useState(),[D,P]=o.useState(!1),B=o.useRef(null),[j,_]=o.useState(!1);o.useCallback(()=>{j||(_(!0),k&&g?.({hashTag:k?.hashTag,"itemFilter.itemId":k?.itemId,"itemFilter.itemType":k?.itemType}).then(F=>{var V;A(c?.concat((V=F?.recList)!==null&&V!==void 0?V:[])),_(!1)}))},[k,g,c,j]),o.useEffect(()=>{var F,V;if(P(!0),k&&g?.({hashTag:k?.hashTag,"itemFilter.itemId":k?.itemId,"itemFilter.itemType":k?.itemType,defaultSize:L,maxSize:L}).then(q=>{var G,Z;I(q),A((Z=(G=q?.recList)===null||G===void 0?void 0:G.filter(ne=>ne?.video!==null||ne?.product!==null))!==null&&Z!==void 0?Z:[]),P(!1)}),S){const q=un;I(q),A((V=(F=q?.recList)===null||F===void 0?void 0:F.filter(G=>G?.video!==null||G?.product!==null))!==null&&V!==void 0?V:[]),P(!1)}},[k,g,L,S]);const N=()=>{var F,V;!((F=b?.tag)===null||F===void 0)&&F.link&&(x(),window.location.href=window.getJointUtmLink((V=b?.tag)===null||V===void 0?void 0:V.link))};return o.createElement(o.Fragment,null,D?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:O,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"list"},o.createElement("div",{className:"list-scroll",ref:B},y&&((e=b?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:N},o.createElement(tt,{className:ge.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=b?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"list-info",style:(n=E?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:ae((s=b?.tag)===null||s===void 0?void 0:s.info,(l=E?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((d=b?.tag)===null||d===void 0)&&d.link),className:"list-collection",onClick:N,style:Object.assign(Object.assign({},(a=E?.textStyles)===null||a===void 0?void 0:a.hashTagLink),{marginBottom:E?.space}),dangerouslySetInnerHTML:{__html:ae(((r=b?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(p=E?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),o.createElement("div",{className:"list-content"},c?.map((F,V)=>o.createElement(tr,Object.assign({key:V,index:V,rec:F,list:c,reportTagsView:x},E)))),o.createElement("div",{hidden:!j,style:{textAlign:"center"}},"loading..."),o.createElement("div",{hidden:!(!((u=b?.tag)===null||u===void 0)&&u.link),style:{height:!((f=b?.tag)===null||f===void 0)&&f.link?((m=E?.buttonBgStyle)===null||m===void 0?void 0:m.height)||((h=E?.buttonStyle)===null||h===void 0?void 0:h.height)||"100px":0}})),o.createElement("div",{className:"list-bottom",hidden:!(!((w=b?.tag)===null||w===void 0)&&w.link),style:E?.buttonBgStyle}),o.createElement("div",{hidden:!(!((T=b?.tag)===null||T===void 0)&&T.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},E?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((C=b?.tag)===null||C===void 0?void 0:C.linkTitle)||"Shop the collection",className:"list-btn",style:E?.buttonStyle,onClick:N,dangerouslySetInnerHTML:{__html:ae(((v=b?.tag)===null||v===void 0?void 0:v.linkTitle)||"Shop the collection",E?.buttonStyle)}}))))}const nr=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:s,swiperRef:l,setWaterFallData:d,cacheRtcList:a,setRtcList:r,cacheActiveIndex:p,rtcList:u,setCacheRtcList:f,setIsFromHashtag:m,isFromHashtag:h,bffEventReport:w,themeTag:T,selectTag:C}=Ee(),{backMainFeed:v}=Ke();o.useRef(null);const x=o.useRef(null),[y,E]=o.useState();o.useEffect(()=>{const S=document.getElementById("sxp-render"),c=document.getElementById("water-fall");c?x.current=c:(x.current=document.createElement("div"),x.current.setAttribute("id","water-fall"),S?.appendChild(x.current))},[]);const k=()=>{const S=je.isEqual(u,a);!S&&a&&a?.length&&r?.(a),v("branch",C,void 0,i?.hashTag),O(),d?.(void 0),m?.(!1),setTimeout(()=>{var c,A;S||(A=(c=l?.current)===null||c===void 0?void 0:c.swiper)===null||A===void 0||A.slideTo(p,0,!1),n?.(!1)},0)},[g,L]=o.useState();o.useEffect(()=>{i&&L(i)},[i]);const O=o.useCallback(()=>{var S,c,A,b,I,D;const P=g?.rec;if(!P)return;let B="";h?B="hashTagPage":!((S=P?.video)===null||S===void 0)&&S.url?B="videoPage":!((A=(c=P?.video)===null||c===void 0?void 0:c.imgUrls)===null||A===void 0)&&A.length&&(B="imagePage"),w?.({eventInfo:{contentId:(b=P?.video)===null||b===void 0?void 0:b.itemId,position:p+"",contentTags:JSON.stringify((I=P?.video)===null||I===void 0?void 0:I.tags),traceInfo:(D=P?.video)===null||D===void 0?void 0:D.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:B,fromKPage:location?.href,timeOnSite:Math.floor((new Date-y)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,w,y,h,p]);return o.useEffect(()=>{s&&E(new Date)},[s]),o.useEffect(()=>{const S=()=>{E(new Date)};return window.addEventListener("pageshow",S),()=>{window.removeEventListener("pageshow",S)}},[]),x.current?wi.createPortal(o.createElement("div",{className:"waterfall",style:{display:s?"block":"none"}},o.createElement(an,{icon:er,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:k}),t?.openFixedSize===!0||t?.openFixedSize===void 0?o.createElement(ir,Object.assign({reportTagsView:O},t)):o.createElement($s,Object.assign({reportTagsView:O},t))),x.current):null};var cn=o.memo(nr);const or=t=>o.createElement(cn,Object.assign({},t));var lr=o.memo(or);const sr=Qe(lr,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Us,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000",textAlign:"center"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},hashTagLink:{textAlign:"center",color:"#757575",fontSize:12,textDecoration:"underline"},title:{fontSize:12,color:"#000"},price:{fontSize:12,fontWeight:"bold",color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var rr=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const pn=t=>o.createElement(pn,Object.assign({},t));var dr=o.memo(pn);const ar=Qe(dr,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:rr},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var ur=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"TextMargin",name:["style"],label:"\u4E0A\u4E0B\u8FB9\u8DDD",direction:"vertical"},{type:"TextPadding",name:["style"],label:"\u5185\u8FB9\u8DDD",direction:"horizontal"}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],vn={"animated-button":"index-module_animated-button__lqTbg",gradientCover:"index-module_gradientCover__5iUag","one-line-ellipsis":"index-module_one-line-ellipsis__HutE0","two-line-ellipsis":"index-module_two-line-ellipsis__c8gRJ"};const cr=t=>{var e,i,n,s,l,d,a,r,p,u,{style:f,recData:m,ctaTempStyles:h,index:w,event:T,onClick:C,isExternalLink:v=!1}=t,x=Ye(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:y,setPopupDetailData:E}=Ee(),{jumpToWeb:k}=Ke(),[g,L]=o.useState(!1),O=o.useRef(null),S=rn(O),c=((n=(i=(e=m?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(s=m?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=m?.video)===null||d===void 0?void 0:d.bindCta),A=((r=(a=m?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0?void 0:r[0])||((p=m?.video)===null||p===void 0?void 0:p.bindProduct),b=()=>{var B,j,_,N;const F=((j=(B=m?.video)===null||B===void 0?void 0:B.bindProducts)===null||j===void 0?void 0:j[0])||((_=m?.video)===null||_===void 0?void 0:_.bindProduct)||m?.video;if(y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},m,F,w),E?.(Object.assign(Object.assign({},m),{index:w})),v){const V=A?.link||((N=F?.bindCta)===null||N===void 0?void 0:N.link);V&&(k(m,A,c,w),window.location.href=window.getJointUtmLink(V))}else C?.()},I=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",D=o.useMemo(()=>{var B,j;const _=T?.animation;if(_){const{delay:N,duration:F,backgroundColor:V}=_;return{":after":{animationDelay:`${(B=N/1e3)!==null&&B!==void 0?B:0}s`,animationDuration:`${(j=F/1e3)!==null&&j!==void 0?j:0}s`,backgroundColor:`${V??"transparent"}`}}}},[T?.animation]);o.useEffect(()=>{var B,j,_;S&&O?.current&&y?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},m,((j=(B=m?.video)===null||B===void 0?void 0:B.bindProducts)===null||j===void 0?void 0:j[0])||((_=m?.video)===null||_===void 0?void 0:_.bindProduct)||m?.video,w)},[S]),o.useEffect(()=>{L(!!S)},[S]);const P=o.useMemo(()=>g?vn["animated-button"]:null,[g]);return o.createElement("div",Object.assign({ref:O,style:Object.assign(Object.assign(Object.assign({},f),h?.ctaTitle),{lineHeight:`${(u=f?.height)!==null&&u!==void 0?u:0}px`})},x,{className:`${P} ${ge.css(D)} ${vn["one-line-ellipsis"]}`,onClick:b,dangerouslySetInnerHTML:{__html:ae(I,h?.ctaTitle)}}))};var pr=o.memo(cr),vr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Color",name:["animation","backgroundColor"],label:"\u52A8\u753B\u989C\u8272"},{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const mr=Qe(pr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:ur,bindableProps:[],interactionRender:vr},defaulSetting:{props:{ctaTempStyles:{ctaTitle:{fontSize:15,color:"#fff",textAlign:"center"}},event:{animation:{backgroundColor:"#F40082",name:1,delay:1e3,duration:2e3}}},style:{width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",paddingLeft:7,paddingRight:7}},w:100,h:40,sort:1});var fr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],kt={aniLinkPopup:"index-module_aniLinkPopup__YT7kj","animated-fadeIn":"index-module_animated-fadeIn__8ZCbq",fadeIn:"index-module_fadeIn__2E-dk","animated-fadeOut":"index-module_animated-fadeOut__iK4oc",fadeOut:"index-module_fadeOut__MgevT","one-line-ellipsis":"index-module_one-line-ellipsis__NRiVV","two-line-ellipsis":"index-module_two-line-ellipsis__k-YGB","modal-icon-wrapper":"index-module_modal-icon-wrapper__tu3BY","modal-icon-wrapper-img":"index-module_modal-icon-wrapper-img__4b7qZ"};const hr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",gr=t=>{var e,i,n,s,l,d,a,r,p,u,f,m,h,w,T,C,v,x,y,E,k,g,L,O,{style:S,recData:c,ctaTempStyles:A,index:b,event:I,bottom_image:D,translateY:P,isTel:B,onClick:j,isExternalLink:_=!1,isActive:N}=t,F=Ye(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);S==null||delete S.transform;const{sxpParameter:V,globalConfig:q,ctaEvent:G,setPopupDetailData:Z}=Ee(),{jumpToWeb:ne}=Ke(),[ve,ue]=o.useState(!0),be=((n=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(s=c?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=c?.video)===null||d===void 0?void 0:d.bindCta),me=((r=(a=c?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0?void 0:r[0])||((p=c?.video)===null||p===void 0?void 0:p.bindProduct),$=()=>{var Q,H,R,z;const we=((H=(Q=c?.video)===null||Q===void 0?void 0:Q.bindProducts)===null||H===void 0?void 0:H[0])||((R=c?.video)===null||R===void 0?void 0:R.bindProduct)||c?.video;if(G?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,we,b),Z?.(Object.assign(Object.assign({},c),{index:b})),_){const ie=me?.link||((z=we?.bindCta)===null||z===void 0?void 0:z.link);ie&&(ne(c,me,be,b),window.location.href=window.getJointUtmLink(ie))}else j?.()},U=be?.enTitle||"\u67E5\u770B\u8BE6\u60C5",J=o.useMemo(()=>{const Q=I?.animation;if(Q){const{delay:H,duration:R}=Q;return{animationDelay:`${H?H/1e3:0}s`,animationDuration:`${R?R/1e3:0}s`}}},[I?.animation]),ye=(w=(h=(m=(u=me?.cover)!==null&&u!==void 0?u:(f=me?.homePage)===null||f===void 0?void 0:f[0])!==null&&m!==void 0?m:be?.icon)!==null&&h!==void 0?h:V?.bottom_image)!==null&&w!==void 0?w:D,re=Q=>{Q.stopPropagation(),ue(!1)};o.useEffect(()=>{ue(!0)},[N]);const ce=o.useMemo(()=>N&&ve?kt["animated-fadeIn"]:null,[N,ve]);return o.createElement(o.Fragment,null,B?o.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):o.createElement("div",Object.assign({},F,{className:`${ge.css(Object.assign(Object.assign({},S),{"--transY":`translateY(calc(100% + ${(T=S?.margin)!==null&&T!==void 0?T:0}px))`}))} ${kt.aniLinkPopup} ${ce} ${ge.css(J)}`,onClick:$}),o.createElement("div",{onClick:re,className:kt["modal-icon-wrapper"],style:{padding:(C=S?.padding)!==null&&C!==void 0?C:0}},o.createElement("img",{src:(v=q?.popupCloseIcon)!==null&&v!==void 0?v:hr,alt:"close",className:kt["modal-icon-wrapper-img"]})),o.createElement(gt,{src:ye,rec:c,item:(g=(E=(y=(x=c?.video)===null||x===void 0?void 0:x.bindProducts)===null||y===void 0?void 0:y[0])!==null&&E!==void 0?E:(k=c?.video)===null||k===void 0?void 0:k.bindProduct)!==null&&g!==void 0?g:c?.video,index:b,translateY:P,imgStyle:A?.img}),(!c||me?.title)&&o.createElement("div",{className:kt["one-line-ellipsis"],style:A?.title,dangerouslySetInnerHTML:{__html:ae((L=me?.title)!==null&&L!==void 0?L:"Product Name",A?.title)}}),o.createElement("div",{className:kt["one-line-ellipsis"],style:Object.assign(Object.assign({},A?.ctaTitle),{lineHeight:((O=A?.ctaTitle)===null||O===void 0?void 0:O.height)+"px"}),dangerouslySetInnerHTML:{__html:ae(U,A?.ctaTitle)}})))};var br=o.memo(gr),yr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const wr=Qe(br,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:fr,bindableProps:[],interactionRender:yr},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:108,height:108,marginBottom:0},title:{fontSize:14,color:"#000",textAlign:"left",lineHeight:2.6},ctaTitle:{width:108,height:22,fontSize:12,color:"#fff",textAlign:"center",backgroundColor:"rgba(0,0,0,1)"}},event:{animation:{name:1,delay:1e3,duration:2e3}}},style:{width:120,height:185,borderRadius:3,backgroundColor:"rgba(255,255,255,1)",padding:7,margin:15}},w:100,h:40,sort:2});var fi=Object.freeze({__proto__:null,AniLink:mr,AniLinkPopup:wr,Appoint:vs,AppointForm:Zn,Commodity:as,CommodityDetail:zl,CommodityDetailDiroNew:Zl,CommodityDiro:Ts,CommodityDiroNew:Is,CommodityList:ns,Consent:ar,HashTag:sr,Link:gs,MultiCommodity:Fs,MultiCommodityDiro:Ms,MultiCommodityDiroNew:Gs,Prompt:Xl});const Sr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Tr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",xr=t=>{var e,{active:i,activeIcon:n,unActicveIcon:s,recData:l,position:d}=t,a=Ye(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:p,bffEventReport:u,setCacheRtcList:f,cacheRtcList:m}=Ee(),[h,w]=o.useState((e=m?.[d])===null||e===void 0?void 0:e.isCollected),T=lt(Tr),C=lt(Sr),v=je.debounce(()=>Re(void 0,void 0,void 0,function*(){var x,y,E,k,g,L,O,S,c,A,b,I,D,P,B,j,_,N,F,V,q,G;if(h){w(!1);const Z=(E=yield p?.({videoItemId:(y=(x=l?.video)===null||x===void 0?void 0:x.itemId)!==null&&y!==void 0?y:""}))!==null&&E!==void 0?E:!1;if(u?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(k=l?.video)===null||k===void 0?void 0:k.itemId)!==null&&g!==void 0?g:"",contentName:(O=(L=l?.video)===null||L===void 0?void 0:L.title)!==null&&O!==void 0?O:"",contentTags:JSON.stringify((c=(S=l?.video)===null||S===void 0?void 0:S.tags)!==null&&c!==void 0?c:[]),position:d+"",contentFormat:!((A=l?.video)===null||A===void 0)&&A.url?"video":"image",traceInfo:(b=l?.video)===null||b===void 0?void 0:b.traceInfo}}),!Z)w(!0);else{const ne=(I=m?.map((ve,ue)=>(ue===d&&(ve.isCollected=!1),ve)))!==null&&I!==void 0?I:[];f?.(ne)}}else{w(!0);const Z=(D=yield r?.({content:JSON.stringify(l)}))!==null&&D!==void 0?D:!1;if(u?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(B=(P=l?.video)===null||P===void 0?void 0:P.itemId)!==null&&B!==void 0?B:"",contentName:(_=(j=l?.video)===null||j===void 0?void 0:j.title)!==null&&_!==void 0?_:"",contentTags:JSON.stringify((F=(N=l?.video)===null||N===void 0?void 0:N.tags)!==null&&F!==void 0?F:[]),position:d+"",contentFormat:!((V=l?.video)===null||V===void 0)&&V.url?"video":"image",traceInfo:(q=l?.video)===null||q===void 0?void 0:q.traceInfo}}),!Z)w(!1);else{const ne=(G=m?.map((ve,ue)=>(ue===d&&(ve.isCollected=!0),ve)))!==null&&G!==void 0?G:[];f?.(ne)}}}),200);return o.createElement("button",Object.assign({},a,{"aria-label":"like",onClick:v}),o.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:h?n||T:s||C,alt:"icon"}))};var mn=o.memo(xr),Er="data:image/gif;base64,R0lGODlhlgCWAPf/AAAAAICAgMzMzMzMzNXV1dXV1dXV1dfX19jOztjY2NvOztvb29zc3N/Pz9/V1d/f3+Pj4+bm5ubm5ujR0ejg4Ojo6Onp6erj4+rj4+rl5evr6+vr6+3k5O3t7e3t7e7u7u7u7u/v7/Dw8PDw8PHx8fHx8fHx8fLs7PLu7vLu7vLy8vPu7vPz8/Tp6fTx8fTx8fT09PT09PT09PXw8Pbx8fbz8/b29vb29vb29vb29vb29vf09Pf39/f39/f39/f39/f39/f39/f39/f39/f39/j09Pj09Pj19fj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pn29vn39/n5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr09Pr4+Pr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vv39/v39/v4+Pv5+fv5+fv6+vv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/z4+Pz5+fz5+fz5+fz6+vz6+vz6+vz6+vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/P36+v36+v36+v37+/37+/37+/37+/38/P38/P38/P38/P39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f78/P78/P78/P78/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v/V1f/39//4+P/6+v/7+//8/P/8/P/9/f/9/f/9/f/9/f/+/v/+/v/+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/ACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwBLACxFABcADwAMAIYAAACAgIDMzMzV1dXX19fYzs7Y2Njbzs7b29vc3Nzfz8/f1dXf39/j4+Pm5ubo0dHo4ODo6Ojp6enq4+Pq5eXr6+vt5OTt7e3u7u7v7+/w8PDx8fHy7Ozy7u7y8vLz7u7z8/P06en08fH09PT18PD28fH28/P29vb39PT39/f49PT49fX4+Pj59vb59/f5+fn69PT6+Pj6+vr79/f7+Pj7+fn7+vr7+/v8+Pj8+fn8+vr8/Pz9+vr9+/v9/Pz9/f3+/Pz+/v7/1dX/9/f/+Pj/+vr/+/v//Pz//f3//v7///8A/wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8IUgCXCNzxI8gOJQV3CFy4RIkMJTccQnQYZCGShAgNZiS45MfDiB8lglzSQyPGk0FCqpwY8iBKlyZFyly5xKRNmAJrzGQJcWFJmDB1MBQ4MwnDgAAAIfkECQQA/wAsRwAXAA8ADAAACFMA/wkslAhcqWKJsLkRyPAfODfgujyM+LAYQ4QGMR4sWGrhRIkQQVJcyFGjyYJrRqoU2aXYxowlS7L8SBNiIZg4XwqcGfIjw5g5G/6zUROcDYYBAQAh+QQJAwD/ACxIABcAEAAMAAAIWwD/CfzXqVSxRNgSlRrIEAm4LuDcPIz4sBNDcAYTYTy4MVEigRMlQhRJsYvAjB1TGuxio6RLkhJDaURJk+PCkDhHTvxXc6bNgzxh5ow40E3Pjm4Y/lszNKnAgAAAIfkECQMA/wAsSgAXABEADQAACGUA/wn856YLtkSlBioceAScG3BdHEJ0uLBLsUTgSl3MuLFUooESIz4UOfHhvzYYNabs2PFflJIwSUZcU0olx5U4SyEJyXNkyH84bwotFepfzJ4TB7IMqrGLwlIyeUZZuNAjR4UBAQAh+QQJBAD/ACxMABcAEgAOAAAIaAD/CRTYpdTAgwgFgusCzs1CcGvAJfwXBVypYoksYtSYqNjBhw4Zhmy4kJvAUhczpuTIEds/kSBjwiy4caXNmhhH6pRJEiVOlT8t/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka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";const hi=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=yi.render(o.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),Ar=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:d,videoPlayIcon:a})=>{const[r,p]=o.useState(!1),{bffEventReport:u,sxpParameter:f,waterFallData:m,openHashtag:h,bffFbReport:w}=Ee(),T=o.useRef(0),[C,v]=o.useState(!1),[x,y]=o.useState(!0),{isActive:E}=on(),k=o.useRef(null),[g,L]=o.useState(""),[O,S]=o.useState(!1),c=o.useRef(),A=`pb-cache-video-${e}`,b=o.useRef(null),I=o.useMemo(()=>d?.mode==="2",[d]),D=o.useMemo(()=>{var $;return d?.mode==="2"?`translateY(-${50+(($=d?.offsetTop)!==null&&$!==void 0?$:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),P=o.useMemo(()=>{var $;return(($=t?.video)===null||$===void 0?void 0:$.cover)||g},[g,t]),B=o.useMemo(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]),j=o.useMemo(()=>d?.bgWay==="1",[d]),_=o.useMemo(()=>j&&d?.bgColor?{backgroundColor:d?.bgColor}:{},[d,j]);o.useEffect(()=>{c?.current&&(c.current.muted=s)},[s,c?.current]);const N=o.useCallback(()=>{var $;c?.current&&(($=c?.current)===null||$===void 0||$.play())},[c?.current]),F=lt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),V=o.useCallback(()=>{c?.current&&(S(!1),v(!0))},[]),q=o.useCallback(()=>{var $,U,J,ye,re,ce,Q,H,R,z,we,ie,X;if(!c?.current)return;p(!1);const K=n[e];if(K&&(!(($=c?.current)===null||$===void 0)&&$.duration)){T.current=((U=c?.current)===null||U===void 0?void 0:U.currentTime)||0;const te=((ye=(J=c?.current)===null||J===void 0?void 0:J.duration)!==null&&ye!==void 0?ye:0).toFixed(2),Ce=((ce=(re=c?.current)===null||re===void 0?void 0:re.currentTime)!==null&&ce!==void 0?ce:0).toFixed(2),Le=x?"0":"1";u?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(H=(Q=K?.video)===null||Q===void 0?void 0:Q.itemId)!==null&&H!==void 0?H:"",contentName:(z=(R=K?.video)===null||R===void 0?void 0:R.title)!==null&&z!==void 0?z:"",playType:Le,startTime:Ce,videoDuration:te,contentTags:JSON.stringify((ie=(we=K?.video)===null||we===void 0?void 0:we.tags)!==null&&ie!==void 0?ie:[]),position:e+"",contentFormat:"video",traceInfo:(X=K?.video)===null||X===void 0?void 0:X.traceInfo}}),y(!1)}},[u,n,e,x,c?.current]),G=o.useCallback(()=>{var $;if(!c?.current||g||!I||(c.current.style.objectFit="contain",!(($=t?.video)===null||$===void 0)&&$.cover||!k||!k.current||j))return;const U=()=>{const J=k?.current,ye=J.getContext("2d"),re=window?.innerWidth,ce=window?.innerHeight;J.height=ce,J.width=re,ye?.drawImage(c.current,0,0,J.width,J.height),L(J.toDataURL())};U(),setTimeout(()=>{U()},500)},[c.current,j,t,g,I]),Z=o.useCallback(()=>{c.current&&(q(),G())},[c.current,G,q]),ne=o.useCallback($=>()=>{var U,J,ye,re,ce;if(!c.current||!C)return;const Q=(U=c?.current)===null||U===void 0?void 0:U.paused;switch($){case"start":if(!Q)return;(J=c?.current)===null||J===void 0||J.play(),p(!1);break;case"pause":if(Q)return;(ye=c?.current)===null||ye===void 0||ye.pause(),p(!0);break;default:Q?(re=c?.current)===null||re===void 0||re.play():(ce=c?.current)===null||ce===void 0||ce.pause(),p(!Q);break}},[C,c?.current]),ve=o.useCallback(()=>{var $,U,J,ye,re,ce,Q,H,R,z,we,ie,X;if(!c?.current||l!==e)return;const K=n[e],te=((U=($=c?.current)===null||$===void 0?void 0:$.duration)!==null&&U!==void 0?U:0).toFixed(2),Ce=((ye=(J=c?.current)===null||J===void 0?void 0:J.currentTime)!==null&&ye!==void 0?ye:0).toFixed(2);if(!((re=c?.current)===null||re===void 0)&&re.duration){const Le=(((ce=c?.current)===null||ce===void 0?void 0:ce.currentTime)-T.current).toFixed(2);u?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(H=(Q=K?.video)===null||Q===void 0?void 0:Q.itemId)!==null&&H!==void 0?H:"",contentName:(z=(R=K?.video)===null||R===void 0?void 0:R.title)!==null&&z!==void 0?z:"",endTime:Ce,videoDuration:te,playDuration:Le,contentTags:JSON.stringify((ie=(we=K?.video)===null||we===void 0?void 0:we.tags)!==null&&ie!==void 0?ie:[]),position:e+"",contentFormat:"video",traceInfo:(X=K?.video)===null||X===void 0?void 0:X.traceInfo}})}},[n,e,u,c?.current,l]),ue=o.useCallback(()=>{S(!0)},[]);o.useEffect(()=>{var $,U,J,ye,re,ce,Q,H,R,z;if(!E)return;const we=t?.video.url;if(!we)return;const ie=document.querySelector(`#${A}`);if(!ie||(c.current=hi?.(ie),!c?.current))return;const X=window?.Hls;let K=null;return we.includes(".m3u8")&&X&&X.isSupported()?(K=new X,K.loadSource(we),K.attachMedia(c?.current),K.on(X.Events.MANIFEST_PARSED,function(){var te;(te=c?.current)===null||te===void 0||te.play()})):c.current.src=we,($=c?.current)===null||$===void 0||$.setAttribute("x5-playsinline","true"),(U=c?.current)===null||U===void 0||U.setAttribute("webkit-playsinline","true"),(J=c?.current)===null||J===void 0||J.addEventListener("loadedmetadata",Z),(ye=c?.current)===null||ye===void 0||ye.addEventListener("loadeddata",G),(re=c?.current)===null||re===void 0||re.addEventListener("play",q),(ce=c?.current)===null||ce===void 0||ce.addEventListener("playing",V),(Q=c?.current)===null||Q===void 0||Q.addEventListener("pause",ve),(H=c?.current)===null||H===void 0||H.addEventListener("ended",N),(R=c?.current)===null||R===void 0||R.addEventListener("canplay",N),(z=c?.current)===null||z===void 0||z.addEventListener("waiting",ue),()=>{var te,Ce,Le,oe,Ne,Me,de,Pe,Ue;((te=c?.current)===null||te===void 0?void 0:te.paused)||ve(),K&&K?.destroy(),v(!1),(Ce=c?.current)===null||Ce===void 0||Ce.removeEventListener("loadedmetadata",Z),(Le=c?.current)===null||Le===void 0||Le.removeEventListener("loadeddata",G),(oe=c?.current)===null||oe===void 0||oe.removeEventListener("play",q),(Ne=c?.current)===null||Ne===void 0||Ne.removeEventListener("playing",V),(Me=c?.current)===null||Me===void 0||Me.removeEventListener("pause",ve),(de=c?.current)===null||de===void 0||de.removeEventListener("ended",N),(Pe=c?.current)===null||Pe===void 0||Pe.removeEventListener("canplay",N),(Ue=c?.current)===null||Ue===void 0||Ue.removeEventListener("waiting",ue)}},[E,A,t,ve]),o.useEffect(()=>{var $,U;!c?.current||!C||(E?(w?.({eventName:"ViewContent"}),($=c?.current)===null||$===void 0||$.play()):(U=c?.current)===null||U===void 0||U.pause())},[E,C,c?.current]),o.useEffect(()=>{var $,U,J;if(!E||!c?.current)return;!(($=c?.current)===null||$===void 0?void 0:$.paused)&&h?(U=c?.current)===null||U===void 0||U.pause():h||(J=c?.current)===null||J===void 0||J.play()},[h,E,c?.current]),o.useEffect(()=>{if(!E)return;const $=()=>{ne("start")(),w?.({eventName:"ViewContent"})},U=ne("pause");return ut.on(it.PAGE_DID_SHOW,$),ut.on(it.PAGE_DID_HIDE,U),()=>{ut.off(it.PAGE_DID_SHOW,$),ut.off(it.PAGE_DID_HIDE,U)}},[ne,E]);const be=o.useMemo(()=>!f?.placeholder_image||C?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[C,f?.placeholder_image]),me=o.useMemo(()=>{if(!(!O||!C))return o.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Er,alt:"placeholder image"})},[O,C]);return o.useEffect(()=>{if(!c?.current)return;const $=()=>{var U;l===e&&(!((U=t?.video)===null||U===void 0)&&U.url)&&c?.current&&!r&&ne("pause")()};return window.addEventListener("beforeunload",$),()=>{window.removeEventListener("beforeunload",$)}},[l,e,t,c?.current,ne,r]),t?.video?o.createElement(o.Fragment,null,I?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:ne(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},_)},!j&&C&&P&&o.createElement(tt,{src:P,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},B)}),o.createElement("canvas",{ref:k,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:D,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},o.createElement("div",{className:"n-full-screen",ref:b,id:A,style:{width:"100%",height:"100%"}}),r&&o.createElement(tt,{className:"clc-pb-video-pause",src:a??F,alt:"pause"}))),be,me):o.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:ne()},o.createElement("div",{className:"n-full-screen",ref:b,id:A,style:{width:"100%",height:"100%"}}),be,me,r&&o.createElement(tt,{className:"clc-pb-video-pause",src:a??F,alt:"pause"}))):null};var Cr=o.memo(Ar);const Ir=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:s})=>{const[l,d]=o.useState(t),a=r=>{r.stopPropagation();const p=!l;d(p),n?.(p)};return o.createElement("button",{style:s,"aria-label":"toggle button",className:"pb-toggle-button",onClick:a},o.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var fn=o.memo(Ir);const kr=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,s]=o.useState(!0);at(),o.useEffect(()=>{setTimeout(()=>{s(!1)},i)},[]);const l=lt("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),d=o.useMemo(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return o.createElement("div",{hidden:!n,className:`pb-finger-wrap ${d}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},o.createElement("img",{src:t||l,alt:"finger swiper"}))},hn=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:s}=t,l=o.useMemo(()=>n?.mode==="2",[n]),d=o.useMemo(()=>{var u;return n?.mode==="2"?`translateY(-${50+((u=n?.offsetTop)!==null&&u!==void 0?u:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),a=o.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),r=o.useMemo(()=>n?.bgWay==="1",[n]),p=o.useMemo(()=>r&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,r]);return o.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},p)},(!l||!r)&&o.createElement(tt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},a),onLoad:s}),l&&o.createElement(tt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:d,left:0,right:0},onLoad:s}))},_r=({imgUrls:t,width:e,height:i,rec:n,index:s,onReportViewImageEnd:l,onViewImageStartEvent:d,imgUrlsPostConfig:a})=>{var r,p;const u=o.useRef(),{isActive:f}=on(),{sxpParameter:m,openHashtag:h}=Ee(),[w,T]=o.useState(!1);o.useEffect(()=>{w&&f?(u?.current&&u.current.swiper.autoplay.start(),h?l(n):d(s)):u?.current&&u.current.swiper.autoplay.stop()},[n,f,l,h,s,d,w]);const C=o.useCallback(()=>{w||T(!0)},[w]);return o.createElement(Et,{ref:u,defaultValue:0,direction:"horizontal",modules:[Ht,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:ge.css(Object.assign({},a?.marginBottom&&{".swiper-pagination":{bottom:(r=a?.marginBottom)!==null&&r!==void 0?r:0}})),height:i,loop:!0,autoplay:{delay:((p=a?.delay)!==null&&p!==void 0?p:3)*1e3}},t?.map((v,x)=>o.createElement(pt,{key:x},o.createElement(hn,{src:!w&&x>0?"":v,height:i,imgUrlsPostConfig:a,onShowFirstImage:C}))))};var Pr=o.memo(_r);const Dr=({tags:t,itemId:e,itemType:i,index:n,rec:s,hashTagStyle:l})=>{var d;const[a,r]=o.useState(!1),{setWaterFallData:p,setOpenHashtag:u,setCacheActiveIndex:f,waterFallData:m,setIsFromHashtag:h}=Ee(),w=T=>{m?h?.(!0):f?.(n),p?.(i?{hashTag:T,itemId:e,itemType:i,rec:s}:{hashTag:T,rec:s}),u?.(!0)};return o.useMemo(()=>t.length<=6?null:o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!a)},a?"show less":"show more"),[a,t]),o.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(d=l?.marginTop)!==null&&d!==void 0?d:16}px`}},o.createElement(Mt,null,t?.map((T,C)=>o.createElement(pt,{key:C,hidden:a?!1:C>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>w(T)},o.createElement("div",{dangerouslySetInnerHTML:{__html:ae(`#${T}`,l)}})))))};var gn=o.memo(Dr),Mr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAbtJREFUeF7t2DFKxFAQxvHv6xTxCoKNiAuCna2X2NY7eAE9hYdwj2BjZ2ulYLW9pQcYDWyxBIK7ZN7MNyapk/D+v8zC20dM/OLE+zEDzBMwcYH5J1BpAMzsAMAJyU+vdZeZADN7AHAH4BjAC8kbD4QSAJv4+17wFcm3sQjyAGbWhXdff/takzwdG989Lw0wEN+te0ly9a8BIuJlJyAqXhIgMl4OIDpeCiAjXgYgK14CIDM+HSA7PhVgYHvrusnZZaOUshNUiU+ZAKX4cAC1+FAAxfgwANX4EADl+OYA6vFNASrENwOoEt8EoFK8O0C1eFcAMzsE8AXgqLcHdzvA3GVvv+89bv8FzOwcwEdvASuSy30XFXm/G0C3aDN7BXBdCcEb4ALAE4BFFQRXgM0UlEJwB6iG0ASgEkIzgCoITQEqIDQHUEcIAVBGCANQRQgFUEQIB1BDSAFQQkgDUEFIBVBASAfIRpAAyESQAchCkALIQJADiEaQBIhEkAWIQpAG+ANh8Xvk/j72CF0eYABhDeCS5PckALYQbgGcAXgm+Tg2vnu+xAR4hA69YwZoqVvh3fMEVPhKLdc4+Qn4AXwYBFBN2dYpAAAAAElFTkSuQmCC";function Xt(t){return o.memo(function(e){const{$store:i}=On(),n=l=>{let d=l;const a=l.match(/{{.*?}}/g);return a?.length&&a.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(p,u)=>{if(u){const f=je.get(i,u);return d=d.replace(r,f),f}})}),d},s=o.useMemo(()=>{var l,d,a;const{bindDatas:r}=e,p=Ye(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,u=>{if(u?.propKey&&u?.dataPath){const{propKey:f,dataPath:m}=u;m.replace(/{{\s*([\w.]+)\s*}}/g,(h,w)=>{var T,C;if(w){const v=(C=(T=je.get(i,w))!==null&&T!==void 0?T:e[f])!==null&&C!==void 0?C:"";return p[f]=v,v}})}}),p){p.eventMap={};const u=je.cloneDeep(p.event)||{};for(const f in u)if(Object.prototype.hasOwnProperty.call(u,f))try{u[f].value=n(u[f].value),p.eventMap[f]=new Function(u[f].value)}catch{}}return!((a=(d=p?.event)===null||d===void 0?void 0:d.onClick)===null||a===void 0)&&a.linkType&&(p.style.cursor="pointer"),p},[i,e]);return o.createElement(t,Object.assign({},s,s.eventMap))})}const Or=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:s,isActive:l})=>{var d,a,r,p,u;const{schema:f}=at();if(!t?.video)return null;let m=null;!((a=(d=t?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0)&&a.length?m="\u591A\u5546\u54C1CTA":!((r=t?.video)===null||r===void 0)&&r.bindProduct?m="\u5546\u54C1CTA":m=(u=(p=t?.video)===null||p===void 0?void 0:p.bindCta)===null||u===void 0?void 0:u.itemId;const h=i?.[m],w=o.useMemo(()=>{var T,C,v,x,y,E,k,g,L,O,S,c,A,b,I,D,P,B,j,_,N,F,V,q,G,Z,ne,ve,ue,be,me,$,U;if(!t?.video)return null;if(!((C=(T=t?.video)===null||T===void 0?void 0:T.bindProducts)===null||C===void 0)&&C.length||!((v=t?.video)===null||v===void 0)&&v.bindProduct||(y=(x=t?.video)===null||x===void 0?void 0:x.bindCta)===null||y===void 0||y.itemId,!(s&&!s?.includes((E=h?.item)===null||E===void 0?void 0:E.type))&&!(!s&&((k=h?.item)===null||k===void 0?void 0:k.category)==="cta")){if(((g=h?.item)===null||g===void 0?void 0:g.type)==="CommodityDiro"&&!(!((L=t?.video)===null||L===void 0)&&L.bindProduct)||((O=h?.item)===null||O===void 0?void 0:O.type)==="Commodity"&&!(!((S=t?.video)===null||S===void 0)&&S.bindProduct)||((c=h?.item)===null||c===void 0?void 0:c.type)==="CommodityDiroNew"&&!(!((A=t?.video)===null||A===void 0)&&A.bindProduct)||((b=h?.item)===null||b===void 0?void 0:b.type)==="MultiCommodity"&&!(!((D=(I=t?.video)===null||I===void 0?void 0:I.bindProducts)===null||D===void 0)&&D.length)||((P=h?.item)===null||P===void 0?void 0:P.type)==="MultiCommodityDiro"&&!(!((j=(B=t?.video)===null||B===void 0?void 0:B.bindProducts)===null||j===void 0)&&j.length)||((_=h?.item)===null||_===void 0?void 0:_.type)==="MultiCommodityDiroNew"&&!(!((F=(N=t?.video)===null||N===void 0?void 0:N.bindProducts)===null||F===void 0)&&F.length))return null;if(h&&n){const J=n[(V=h?.item)===null||V===void 0?void 0:V.type],ye=Xt(J),re=(q=J?.extend)===null||q===void 0?void 0:q.defaulSetting,ce=((ne=(Z=(G=h?.item)===null||G===void 0?void 0:G.event)===null||Z===void 0?void 0:Z.onClick)===null||ne===void 0?void 0:ne.linkType)==="externalLink";return o.createElement(ye,Object.assign({style:Object.assign(Object.assign(Object.assign({},re?.style),(ve=h?.item)===null||ve===void 0?void 0:ve.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},re?.textStyle),(ue=h?.item)===null||ue===void 0?void 0:ue.textStyle),bindDatas:(me=(be=h?.item)===null||be===void 0?void 0:be.bindDatas)!==null&&me!==void 0?me:[]},re?.props,($=h?.item)===null||$===void 0?void 0:$.props,{event:((U=h?.item)===null||U===void 0?void 0:U.event)||{},schema:f,id:h?.id,key:h?.id,recData:t,isExternalLink:ce,index:e,isActive:l}))}else return null}},[t,n,i,f,h?.id,l]);return o.createElement(o.Fragment,null,w)};var qt=o.memo(Or);const bn=({nudge:t})=>{var e,i,n,s,l,d;return o.createElement(o.Fragment,null,t?.isOpen&&o.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(l=(s=t?.size)===null||s===void 0?void 0:s.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(d=t?.borderRadius)!==null&&d!==void 0?d:4}},t?.icon?o.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,o.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:ae(t?.content,t?.textStyle)}})))},Lr=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:s,setCacheRtcList:l,setCacheActiveIndex:d,setLoading:a,swiperRef:r,waterFallData:p,bffEventReport:u,selectTag:f,setSelectTag:m}=Ee(),{backMainFeed:h}=Ke(),w=o.useMemo(()=>[Nt,...t],[t]),T=C=>()=>{if(C===f)return;C!=="FOR U"?u?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${C}']`}}):h("theme",C,f);let v;C!==Nt&&(v=C),a?.(!0),n?.({themeTag:v}).then(x=>{var y,E,k,g;ut.emit(it.CHANGE_THEME_TAG,v),s?.((y=x?.recList)!==null&&y!==void 0?y:[]),l?.((E=x?.recList)!==null&&E!==void 0?E:[]),e?.(0),d?.(0),(g=(k=r?.current)===null||k===void 0?void 0:k.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{a?.(!1)}),m?.(C)};return p||t.length<=0?null:o.createElement("div",{className:"clc-sxp-tagbar",style:i},o.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},w.map(C=>o.createElement("li",{className:`clc-sxp-tagbar-list-item ${C===f?"clc-sxp-tagbar-list-item-active":""}`,key:C,onClick:T(C)},C))))};var yn=o.memo(Lr);const wn=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:s,resolver:l,data:d=[],ctaType:a,tipText:r,nudge:p,_schema:u,hashTagStyle:f,tagList:m=[],licenseUrl:h})=>{var w,T,C,v,x,y,E,k,g,L;const{schema:O}=at(),[S,c]=o.useState(0),A=o.useRef(0),[b,I]=o.useState(!0),D=o.useRef(),[P,B]=o.useState(!1),[j,_]=o.useState(!1),[N,F]=o.useState(new Date().getTime()),V=o.useRef(!1),{loadVideos:q,bffEventReport:G,loading:Z,setPopupDetailData:ne,ctaEvent:ve,swiperRef:ue,waterFallData:be,setOpenHashtag:me,appDomain:$,openHashtag:U,loadingImage:J,isFromHashtag:ye,popupDetailData:re,bffFbReport:ce,curTime:Q,h5EnterLink:H,isShowConsent:R,selectTag:z,isPreview:we}=Ee(),{backMainFeed:ie}=Ke(),{productView:X}=Ke(),K=o.useMemo(()=>d.length>0&&!Z&&Bn(),[d,Z]);o.useEffect(()=>{Ai()},[]),o.useEffect(()=>{if(d?.length>0){const M=new Date;D.current=M,ce?.({eventName:"PageView"})}},[d?.length]);const te=o.useCallback(()=>{if(Ai(),H?.(),d.length>0){const M=new Date;D.current=M,ce?.({eventName:"PageView"})}},[d.length,ce,H]);o.useEffect(()=>{var M;const le=d?.findIndex(ee=>{var pe,Te,xe,se,fe,_e,Oe,ze,He;return a==="\u591A\u5546\u54C1CTA"?((pe=ee?.video)===null||pe===void 0?void 0:pe.bindProducts)&&((xe=(Te=ee?.video)===null||Te===void 0?void 0:Te.bindProducts)===null||xe===void 0?void 0:xe.length)>0:a==="\u5546\u54C1CTA"?(se=ee?.video)===null||se===void 0?void 0:se.bindProduct:((_e=(fe=ee?.video)===null||fe===void 0?void 0:fe.bindCta)===null||_e===void 0?void 0:_e.itemId)===a&&(((Oe=ee?.video)===null||Oe===void 0?void 0:Oe.url)||((He=(ze=ee?.video)===null||ze===void 0?void 0:ze.imgUrls)===null||He===void 0?void 0:He.length))})||0;(M=ue?.current)===null||M===void 0||M.swiper.slideTo(le)},[a,ue]),o.useEffect(()=>{const M=d?.[S],le=()=>{var ee,pe,Te,xe,se,fe,_e,Oe,ze,He,Xe,qe,Je,Ae,Fe,ot,We,vt,mt,bt;const yt=!U&&!R;if(document.visibilityState==="hidden"){yt&&(ut.emit(it.PAGE_DID_HIDE,M),W(M),De(M));let Se="";re&&(!((pe=(ee=M?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||pe===void 0)&&pe.length||!((Te=M?.video)===null||Te===void 0)&&Te.bindProduct)?Se="pdpPage":re&&((_e=s?.[(fe=(se=(xe=M?.video)===null||xe===void 0?void 0:xe.bindCta)===null||se===void 0?void 0:se.itemId)!==null&&fe!==void 0?fe:""].item)===null||_e===void 0?void 0:_e.type)==="Appoint"?Se="formPage":ye?Se="hashTagPage":!((Oe=M?.video)===null||Oe===void 0)&&Oe.url?Se="videoPage":!((ze=M?.video)===null||ze===void 0)&&ze.imgUrls&&(!((Xe=(He=M?.video)===null||He===void 0?void 0:He.imgUrls)===null||Xe===void 0)&&Xe.length)?Se="imagePage":M?.product&&(Se="productPage"),G?.({eventInfo:{sessionDuration:Math.floor((new Date-Q.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(qe=M?.video)===null||qe===void 0?void 0:qe.itemId,productId:(Je=M?.product)===null||Je===void 0?void 0:Je.itemId,position:S+"",fromKName:Se,fromKPage:location?.href,ctatId:(ot=(Fe=(Ae=M?.video)===null||Ae===void 0?void 0:Ae.bindCta)===null||Fe===void 0?void 0:Fe.itemId)!==null&&ot!==void 0?ot:"",traceInfo:(bt=(vt=(We=M?.video)===null||We===void 0?void 0:We.traceInfo)!==null&&vt!==void 0?vt:(mt=M?.product)===null||mt===void 0?void 0:mt.traceInfo)!==null&&bt!==void 0?bt:""}})}else document.visibilityState==="visible"&&(V.current===!0&&(F(new Date().getTime()),V.current=!1),te(),yt&&(he(S),ut.emit(it.PAGE_DID_SHOW,M),ie("external",z)))};return document.addEventListener("visibilitychange",le),()=>{document.removeEventListener("visibilitychange",le)}},[S,G,d,te,re,ye,s,Q,ie,U,R,z]);const Ce=o.useMemo(()=>{let M=0;return m.length>0&&(M+=45,be&&(M-=45)),M},[m,be]),Le=o.useMemo(()=>{let M=0;return t?.logoUrl&&t?.isShowLogo&&(M+=56),M},[]),oe=o.useMemo(()=>i-Le-Ce,[t,i,Ce]),Ne=o.useMemo(()=>t?.logoUrl&&t?.isShowLogo?o.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},o.createElement("img",{src:t?.logoUrl,alt:"logo"})):null,[t]),Me=o.useCallback((M,le)=>{var ee,pe,Te,xe;return!((ee=M?.video)===null||ee===void 0)&&ee.url?o.createElement(Cr,{key:N,rec:M,index:le,muted:b,data:d,height:oe,activeIndex:S,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((pe=M?.video)===null||pe===void 0)&&pe.imgUrls?o.createElement(Pr,{key:M?.video.itemId,imgUrls:M?.video.imgUrls,width:n,height:oe,rec:M,index:le,onReportViewImageEnd:W,onViewImageStartEvent:he,imgUrlsPostConfig:t?.imgUrlsPost}):M.product&&Array.isArray(t?.productPost)&&((Te=t?.productPost)===null||Te===void 0?void 0:Te.length)>0?(xe=t?.productPost)===null||xe===void 0?void 0:xe.map((se,fe)=>{var _e,Oe,ze,He,Xe,qe,Je,Ae;const Fe=l[(_e=se?.item)===null||_e===void 0?void 0:_e.type],ot=Xt(Fe),We=(Oe=Fe?.extend)===null||Oe===void 0?void 0:Oe.defaulSetting;return o.createElement(ot,Object.assign({key:`${le}${fe}`,textStyle:Object.assign(Object.assign({},We?.textStyle),(ze=se?.item)===null||ze===void 0?void 0:ze.textStyle),bindDatas:(Xe=(He=se?.item)===null||He===void 0?void 0:He.bindDatas)!==null&&Xe!==void 0?Xe:[]},We?.props,(qe=se?.item)===null||qe===void 0?void 0:qe.props,{event:((Je=se?.item)===null||Je===void 0?void 0:Je.event)||{},schema:O,id:se?.id,viewTime:D.current,rec:M,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},We?.style),(Ae=se?.item)===null||Ae===void 0?void 0:Ae.style),{height:"100%",overflow:"auto"}),index:le}))}):null},[n,d,oe,b,S,t?.productPost,t?.videoPlayIcon,D,r,l,O,N]),de=o.useCallback(M=>{_(M)},[]),Pe=o.useMemo(()=>j?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[j]),Ue=o.useCallback((M,le)=>{var ee,pe,Te,xe,se,fe,_e,Oe;return M?.video?o.createElement(o.Fragment,null,((ee=M?.video)===null||ee===void 0?void 0:ee.title)&&!j&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(pe=t?.bottomInfoDist)!==null&&pe!==void 0?pe:40}px`}},o.createElement(bn,{nudge:p}),t?.isShowCTA===void 0||t?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(qt,{rec:M,index:le,tempMap:s,resolver:l})):null,o.createElement("div",null,o.createElement(Yt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(xe=(Te=M?.video)===null||Te===void 0?void 0:Te.title)!==null&&xe!==void 0?xe:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:de}),o.createElement(qt,{rec:M,index:le,tempMap:s,resolver:l,includesCtaType:["AniLink"]}),o.createElement(gn,{index:S,tags:(fe=(se=M?.video)===null||se===void 0?void 0:se.hashTags)!==null&&fe!==void 0?fe:[],itemId:(_e=M?.video)===null||_e===void 0?void 0:_e.itemId,itemType:!((Oe=M?.video)===null||Oe===void 0)&&Oe.itemId?"VIDEO":null,rec:M,hashTagStyle:f}))),o.createElement(qt,{rec:M,index:le,tempMap:s,resolver:l,includesCtaType:["AniLinkPopup"],isActive:le===S})):null},[e,S,s,l,r,p,f,t,de,j,Pe]),dt=o.useCallback((M,le)=>{var ee,pe,Te,xe;if(!t?.isShowLike)return;let se=(ee=t?.likeIconY)!==null&&ee!==void 0?ee:400;return be&&se<40&&(se+=40),M?.video?o.createElement(mn,{key:M.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:M.isCollected,recData:M,className:"clc-sxp-like-button",style:{[(pe=t.likeIconXPosit)!==null&&pe!==void 0?pe:"right"]:(Te=t.likeIconX)!==null&&Te!==void 0?Te:0,[(xe=t.likeIconYPosit)!==null&&xe!==void 0?xe:"bottom"]:se},position:le}):null},[t,be]),W=M=>{var le,ee,pe,Te,xe,se;if(!(!((le=M?.video)===null||le===void 0)&&le.url)&&(!((ee=M?.video)===null||ee===void 0)&&ee.imgUrls)){const fe=Date.now(),_e=(fe-A.current)/1e3;G?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(Te=(pe=M?.video)===null||pe===void 0?void 0:pe.itemId)!==null&&Te!==void 0?Te:"",contentName:(xe=M?.video.title)!==null&&xe!==void 0?xe:"",imageEndTime:`${fe}`,playDuration:`${_e}`,contentTags:JSON.stringify((se=M?.video.tags)!==null&&se!==void 0?se:[]),position:S+"",contentFormat:"image",traceInfo:M?.video.traceInfo}})}},Y=(M,le)=>{var ee,pe,Te,xe,se,fe,_e,Oe,ze,He,Xe,qe,Je,Ae,Fe,ot,We,vt,mt;if(we||be)return;const bt=new Date-Q.current;if(t?.openSlideSkip&&bt>=((ee=t?.slideSkipStartTime)!==null&&ee!==void 0?ee:0)&&Fn()&&M){const yt=((xe=(Te=(pe=M?.video)===null||pe===void 0?void 0:pe.bindProducts)===null||Te===void 0?void 0:Te[0])===null||xe===void 0?void 0:xe.link)||((fe=(se=M?.video)===null||se===void 0?void 0:se.bindProduct)===null||fe===void 0?void 0:fe.link)||((_e=M?.product)===null||_e===void 0?void 0:_e.link),Se=M?.product||((Oe=M?.video)===null||Oe===void 0?void 0:Oe.bindProduct)||((He=(ze=M?.video)===null||ze===void 0?void 0:ze.bindProducts)===null||He===void 0?void 0:He[0]);yt&&(G?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Xe=Se?.itemId)!==null&&Xe!==void 0?Xe:"",productName:(qe=Se?.title)!==null&&qe!==void 0?qe:"",price:Se?.price?Se?.price+"":"0",productCollection:(Je=Se?.collection)!==null&&Je!==void 0?Je:"",contentTags:Se?.tags?JSON.stringify(Se?.tags):"",position:le+"",contentId:(Fe=(Ae=M?.video)===null||Ae===void 0?void 0:Ae.itemId)!==null&&Fe!==void 0?Fe:"",traceInfo:(mt=(We=(ot=M?.video)===null||ot===void 0?void 0:ot.traceInfo)!==null&&We!==void 0?We:(vt=M?.product)===null||vt===void 0?void 0:vt.traceInfo)!==null&&mt!==void 0?mt:""}}),jn(),V.current=!0,window.location.href=window.getJointUtmLink(yt))}},Ie=M=>{var le,ee,pe,Te,xe,se,fe,_e,Oe,ze,He,Xe,qe,Je;D.current=new Date;const Ae=d[M.previousIndex];if(!Ae)return;M.previousIndex-M.activeIndex<0?(G?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(ee=(le=Ae?.video)===null||le===void 0?void 0:le.itemId)!==null&&ee!==void 0?ee:"",productId:(Te=(pe=Ae?.product)===null||pe===void 0?void 0:pe.itemId)!==null&&Te!==void 0?Te:"",requestId:null,traceInfo:(se=(xe=Ae?.video)===null||xe===void 0?void 0:xe.traceInfo)!==null&&se!==void 0?se:""}}),W(Ae),Y(Ae,M.previousIndex)):(G?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(_e=(fe=Ae?.video)===null||fe===void 0?void 0:fe.itemId)!==null&&_e!==void 0?_e:"",productId:(ze=(Oe=Ae.product)===null||Oe===void 0?void 0:Oe.itemId)!==null&&ze!==void 0?ze:"",requestId:null,traceInfo:(Xe=(He=Ae?.video)===null||He===void 0?void 0:He.traceInfo)!==null&&Xe!==void 0?Xe:""}}),W(Ae)),De(Ae);const Fe=d[M.activeIndex];!(!((qe=Fe?.video)===null||qe===void 0)&&qe.url)&&!(!((Je=Fe?.video)===null||Je===void 0)&&Je.imgUrls)&&Fe?.product&&ce?.({eventName:"ProductView"})},De=M=>{var le,ee,pe;!(!((le=M?.video)===null||le===void 0)&&le.url)&&!(!((ee=M?.video)===null||ee===void 0)&&ee.imgUrls)&&M?.product&&X(M,M.product,(pe=M?.product)===null||pe===void 0?void 0:pe.bindCta,D.current,S)};o.useEffect(()=>{const M=d[S];U&&De(M)},[U,d,S]);const he=M=>{var le,ee,pe,Te,xe,se;const fe=d[M];if(!(!((le=fe?.video)===null||le===void 0)&&le.url)&&(!((ee=fe?.video)===null||ee===void 0)&&ee.imgUrls)){const _e=Date.now();A.current=_e,G?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(Te=(pe=fe?.video)===null||pe===void 0?void 0:pe.itemId)!==null&&Te!==void 0?Te:"",contentName:(xe=fe?.video.title)!==null&&xe!==void 0?xe:"",imageStartTime:`${_e}`,contentTags:JSON.stringify((se=fe?.video.tags)!==null&&se!==void 0?se:[]),position:M+"",contentFormat:"image",traceInfo:fe?.video.traceInfo}}),ce?.({eventName:"ViewContent"})}},Be=o.useMemo(()=>{var M;const le=S===0&&!be?[(M=d?.[0])!==null&&M!==void 0?M:null]:d?.map((ee,pe)=>S===pe||pe-1===S||pe+1===S?ee:null);return be?le:le.concat([{loading:!0}])},[d,S,be]),ke=o.useMemo(()=>Z?o.createElement("div",{style:{height:oe,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:J,alt:"loading...",style:{objectFit:"contain"}})):Be?.map((M,le)=>o.createElement(pt,{key:le,virtualIndex:le,style:{overflow:"hidden"}},M&&o.createElement(o.Fragment,null,M?.loading?o.createElement("div",{style:{height:oe,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:J,alt:"loading...",style:{objectFit:"contain"}})):o.createElement(o.Fragment,null,Me(M,le),Ue(M,le),dt(M,le))))),[n,d,oe,Z,Ue,Me,Be,J,N]),Ge=lt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),et=lt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png");return o.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},be&&o.createElement(an,{icon:Mr,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},onClose:()=>{me?.(!0)}}),Ne,o.createElement(yn,{tagList:m,setActiveIndex:c,style:{top:Le}}),K?o.createElement(kr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((w=t?.swipeTipOffset)!==null&&w!==void 0?w:0)}%`},duration:t?.swiperTipAniDur}):null,o.createElement(Et,{style:{marginTop:Ce},ref:ue,onSlideChange:()=>{ue.current.swiper.allowTouchMove=!1,setTimeout(()=>{ue.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:M=>{c(M.activeIndex),!U&&(Ie(M),!be&&M?.activeIndex+2>=d?.length&&(P||(B(!0),q?.(Math.ceil(S/10)+1).then(()=>{B(!1)}))))},direction:"vertical",height:oe},(t?.isShowMute===void 0||t?.isShowMute===!0)&&o.createElement(fn,{style:{position:"fixed",visibility:!((C=(T=d?.[S])===null||T===void 0?void 0:T.video)===null||C===void 0)&&C.url?"visible":"hidden",zIndex:999,[(v=t?.muteIconXPosit)!==null&&v!==void 0?v:"right"]:(x=t?.muteIconX)!==null&&x!==void 0?x:0,[(y=t?.muteIconYPosit)!==null&&y!==void 0?y:"bottom"]:(E=t?.muteIconY)!==null&&E!==void 0?E:23},defaultValue:b,activeIcon:t?.unMuteIcon?t?.unMuteIcon:Ge,unactiveIcon:t?.muteIcon?t?.muteIcon:et,onChange:I}),ke),o.createElement(cn,Object.assign({},(L=(g=(k=t?.hashTag)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.item)===null||L===void 0?void 0:L.props)))},Nr=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:s,index:l})=>o.createElement(Et,{defaultValue:0,direction:"horizontal",modules:[Ht,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(d=>o.createElement(pt,{key:d},o.createElement(hn,{src:d,height:i,imgUrlsPostConfig:n}))));var Br=o.memo(Nr);const Fr=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:d,width:a})=>{const[r,p]=o.useState(!1),u=o.useRef(null),{bffEventReport:f,sxpParameter:m,waterFallData:h,openHashtag:w}=Ee(),T=o.useRef(0),[C,v]=o.useState(!1),[x,y]=o.useState(!0),E=o.useRef(null),[k,g]=o.useState("");o.useEffect(()=>{u.current&&(u.current.muted=s)},[s]);const L=o.useCallback(()=>{var N;(N=u.current)===null||N===void 0||N.play()},[]),O=lt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),S=o.useCallback(()=>{var N,F,V,q,G,Z,ne,ve,ue,be,me,$,U;p(!1);const J=n[e];if(J&&(!((N=u?.current)===null||N===void 0)&&N.duration)){T.current=((F=u?.current)===null||F===void 0?void 0:F.currentTime)||0;const ye=((q=(V=u.current)===null||V===void 0?void 0:V.duration)!==null&&q!==void 0?q:0).toFixed(2),re=((Z=(G=u.current)===null||G===void 0?void 0:G.currentTime)!==null&&Z!==void 0?Z:0).toFixed(2),ce=x?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ve=(ne=J?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&ve!==void 0?ve:"",contentName:(be=(ue=J?.video)===null||ue===void 0?void 0:ue.title)!==null&&be!==void 0?be:"",playType:ce,startTime:re,videoDuration:ye,contentTags:JSON.stringify(($=(me=J?.video)===null||me===void 0?void 0:me.tags)!==null&&$!==void 0?$:[]),position:e+"",contentFormat:"video",traceInfo:(U=J?.video)===null||U===void 0?void 0:U.traceInfo}}),y(!1)}},[f,n,e,x]),c=o.useCallback(()=>{v(!0)},[]),A=o.useCallback(N=>()=>{var F,V,q,G,Z;if(!C)return;const ne=(F=u.current)===null||F===void 0?void 0:F.paused;switch(N){case"start":if(!ne)return;(V=u.current)===null||V===void 0||V.play(),p(!1);break;case"pause":if(ne)return;(q=u.current)===null||q===void 0||q.pause(),p(!0);break;default:ne?(G=u.current)===null||G===void 0||G.play():(Z=u.current)===null||Z===void 0||Z.pause(),p(!ne);break}},[C]),b=o.useCallback(()=>{var N,F,V,q,G,Z,ne,ve,ue,be,me,$,U;const J=n[e],ye=((F=(N=u.current)===null||N===void 0?void 0:N.duration)!==null&&F!==void 0?F:0).toFixed(2),re=((q=(V=u.current)===null||V===void 0?void 0:V.currentTime)!==null&&q!==void 0?q:0).toFixed(2);if(!((G=u?.current)===null||G===void 0)&&G.duration){const ce=(((Z=u?.current)===null||Z===void 0?void 0:Z.currentTime)-T.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ve=(ne=J?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&ve!==void 0?ve:"",contentName:(be=(ue=J?.video)===null||ue===void 0?void 0:ue.title)!==null&&be!==void 0?be:"",endTime:re,videoDuration:ye,playDuration:ce,contentTags:JSON.stringify(($=(me=J?.video)===null||me===void 0?void 0:me.tags)!==null&&$!==void 0?$:[]),position:e+"",contentFormat:"video",traceInfo:(U=J?.video)===null||U===void 0?void 0:U.traceInfo}})}},[n,e,f]),I=o.useMemo(()=>d?.mode==="2",[d]),D=o.useMemo(()=>{var N;return d?.mode==="2"?`translateY(-${50+((N=d?.offsetTop)!==null&&N!==void 0?N:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),P=o.useMemo(()=>{var N;return((N=t?.video)===null||N===void 0?void 0:N.cover)||k},[k,t]),B=o.useCallback(()=>{if(!E||!u||!u.current||!E.current)return;const N=u?.current,F=E?.current,V=F.getContext("2d"),q=window?.innerWidth,G=window?.innerHeight;F.height=G,F.width=q,V?.drawImage(N,0,0,F.width,F.height),g(F.toDataURL())},[]);o.useEffect(()=>{var N,F,V,q;if(u.current){if(p(!1),!u.current.src){const G=t?.video.url;if(G.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const Z=new window.Hls;Z.loadSource(G),Z.attachMedia(u.current)}else u.current.canPlayType("application/vnd.apple.mpegurl"),u.current.src=G;else u.current.src=G;u.current.setAttribute("x5-playsinline","true"),u.current.setAttribute("webkit-playsinline","true")}return(N=u.current)===null||N===void 0||N.addEventListener("loadedmetadata",c),(F=u.current)===null||F===void 0||F.addEventListener("canplay",c),(V=u.current)===null||V===void 0||V.addEventListener("playing",S),(q=u.current)===null||q===void 0||q.addEventListener("loadeddata",B),()=>{var G,Z,ne,ve;(G=u.current)===null||G===void 0||G.removeEventListener("loadedmetadata",c),(Z=u.current)===null||Z===void 0||Z.removeEventListener("canplay",c),(ne=u.current)===null||ne===void 0||ne.removeEventListener("playing",S),(ve=u.current)===null||ve===void 0||ve.removeEventListener("loadeddata",B)}}},[c,S,t?.video,B]);const j=o.useMemo(()=>!m?.placeholder_image||C?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image,alt:"video poster"}),[C,m?.placeholder_image]);o.useEffect(()=>{const N=()=>{var F,V;l===e&&(!((F=t?.video)===null||F===void 0)&&F.url)&&(!((V=u?.current)===null||V===void 0)&&V.src)&&!r&&A("pause")()};return window.addEventListener("beforeunload",N),()=>{window.removeEventListener("beforeunload",N)}},[l,e,t,u,A,r]);const _=o.useMemo(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]);return t?.video?o.createElement(o.Fragment,null,I?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:A(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},o.createElement(tt,{src:P,style:Object.assign({height:i,width:a,objectFit:"cover"},_)}),o.createElement("canvas",{ref:E,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:a,height:i,top:"50%",transform:D,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:a,height:"100%"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:u,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:b,onEnded:L,style:{width:"100%",height:i,objectFit:"contain"}}),o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:O,alt:"video pause image"}))),j):o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:A(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:u,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:b,onEnded:L}),j,o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:O,alt:"video pause image"}))):null};var jr=o.memo(Fr);const gi={};Object.values(fi).forEach(t=>{gi[t.extend.type]=t});const Vr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",zr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Hr=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:s,descStyle:l,hashTagStyle:d,containerHeight:a=664,containerWidth:r=375,appDomain:p,tagList:u=[]})=>{const f=o.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),u.length>0&&(g+=45),a-g},[e,a,u]),m=(g,L)=>{var O,S,c,A;if(!((O=g?.video)===null||O===void 0)&&O.url)return o.createElement(jr,{rec:g,index:L,muted:!0,width:r,data:t??[],height:f,activeIndex:L,videoPostConfig:e?.videoPost});if(!((S=g?.video)===null||S===void 0)&&S.imgUrls)return o.createElement(Br,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:r,height:f,rec:g,index:L,imgUrlsPostConfig:e?.imgUrlsPost});if(g.product&&g.product&&Array.isArray(e?.productPost)&&((c=e?.productPost)===null||c===void 0?void 0:c.length)>0)return(A=e?.productPost)===null||A===void 0?void 0:A.map((b,I)=>{var D,P,B,j,_,N,F,V;const q=gi[(D=b?.item)===null||D===void 0?void 0:D.type],G=Xt(q),Z=(P=q?.extend)===null||P===void 0?void 0:P.defaulSetting;return o.createElement(G,Object.assign({key:`${L}${I}`,textStyle:Object.assign(Object.assign({},Z?.textStyle),(B=b?.item)===null||B===void 0?void 0:B.textStyle),bindDatas:(_=(j=b?.item)===null||j===void 0?void 0:j.bindDatas)!==null&&_!==void 0?_:[]},Z?.props,(N=b?.item)===null||N===void 0?void 0:N.props,{event:((F=b?.item)===null||F===void 0?void 0:F.event)||{},id:b?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},Z?.style),(V=b?.item)===null||V===void 0?void 0:V.style),{width:r,height:f,overflow:"auto"}),index:L}))})},h=o.useMemo(()=>e?.logoUrl&&e?.isShowLogo?o.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},o.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),w=(g,L)=>e?.isShowCTA===void 0||e?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(qt,{rec:g,index:L,tempMap:s,resolver:gi})):null,T=(g,L)=>{var O,S,c,A,b,I,D;return g?.video?o.createElement(o.Fragment,null,((O=g?.video)===null||O===void 0?void 0:O.title)&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom"},o.createElement(bn,{nudge:n}),w(g,L),o.createElement("div",null,o.createElement(Yt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(S=g?.video)===null||S===void 0?void 0:S.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),o.createElement(gn,{index:L,tags:(b=(A=g?.video)===null||A===void 0?void 0:A.hashTags)!==null&&b!==void 0?b:[],itemId:(I=g?.video)===null||I===void 0?void 0:I.itemId,itemType:!((D=g?.video)===null||D===void 0)&&D.itemId?"VIDEO":null,rec:g,hashTagStyle:d}))):null},C=lt(zr,p),v=lt(Vr,p),x=(g,L)=>{var O,S,c,A;if(!e?.isShowLike)return;let b=(O=e?.likeIconY)!==null&&O!==void 0?O:400;return b<40&&(b+=40),g?.video?o.createElement(mn,{key:g.position,activeIcon:(S=e?.likeIcon)!==null&&S!==void 0?S:C,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:v,position:L,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:b,right:(A=e?.likeIconX)!==null&&A!==void 0?A:0}}):null},y=lt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",p),E=lt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",p),k=(g,L)=>{var O,S,c,A;return o.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},h,o.createElement(yn,{tagList:u}),o.createElement(fn,{style:{position:"absolute",right:(O=e?.muteIconX)!==null&&O!==void 0?O:0,visibility:!((c=(S=t?.[L])===null||S===void 0?void 0:S.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(A=e?.muteIconY)!==null&&A!==void 0?A:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:y,unactiveIcon:e?.muteIcon?e?.muteIcon:E}),m(g,L),T(g,L),x(g,L))};return o.createElement("div",{className:ge.css({width:"100%",height:a,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((g,L)=>k(g,L)))};var Gr=o.memo(Hr);const Ur=()=>{const{schema:t,resolver:e,popup:i}=at(),{setPopupDetailData:n,popupDetailData:s,popupCurTimeRef:l,checkCommodityIndexRef:d}=Ee(),{productView:a}=Ke(),[r,p]=o.useState();o.useEffect(()=>{const m=()=>{l.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),o.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,p(i))},[i]);const u=()=>{var m,h,w,T,C,v,x,y,E,k,g,L,O,S,c,A,b,I;if(!i||i?.id===""||!r||new Date-l.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;p(Object.assign(Object.assign({},i),{id:""}));const D=(T=(w=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||w===void 0?void 0:w.popupList)===null||T===void 0?void 0:T.find(P=>P?.id===i?.id);if(((C=D?.item)===null||C===void 0?void 0:C.type)==="CommodityDetail"||((v=D?.item)===null||v===void 0?void 0:v.type)==="CommodityDetailDiroNew"){const P=s;let B=(y=(x=P?.video)===null||x===void 0?void 0:x.bindProduct)!==null&&y!==void 0?y:(k=(E=P?.video)===null||E===void 0?void 0:E.bindProducts)===null||k===void 0?void 0:k[0],j=(O=(L=(g=P?.video)===null||g===void 0?void 0:g.bindProduct)===null||L===void 0?void 0:L.bindCta)!==null&&O!==void 0?O:(A=(c=(S=P?.video)===null||S===void 0?void 0:S.bindProducts)===null||c===void 0?void 0:c[0])===null||A===void 0?void 0:A.bindCta;if(d?.current>=0){const _=(I=(b=P?.video)===null||b===void 0?void 0:b.bindProducts)===null||I===void 0?void 0:I[d?.current];_&&(B=_,j=_?.bindCta)}B&&j&&a(P,B,j,l.current,s?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),d.current=-1},i?.duration)},f=o.useMemo(()=>{var m,h,w;return(w=(h=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||h===void 0?void 0:h.popupList)===null||w===void 0?void 0:w.map((T,C)=>{var v,x,y,E,k,g,L,O,S,c,A,b,I,D,P;if(T?.id===i?.id){const B=e[(v=T?.item)===null||v===void 0?void 0:v.type],j=Xt(B),_=((E=(y=(x=T?.item)===null||x===void 0?void 0:x.event)===null||y===void 0?void 0:y.onClick)===null||E===void 0?void 0:E.linkType)==="externalLink",N=((L=(g=(k=T?.item)===null||k===void 0?void 0:k.event)===null||g===void 0?void 0:g.onClick)===null||L===void 0?void 0:L.linkType)==="popup",F=(O=B?.extend)===null||O===void 0?void 0:O.defaulSetting;return o.createElement(j,Object.assign({key:C,style:Object.assign(Object.assign(Object.assign({},F?.style),(S=T?.item)===null||S===void 0?void 0:S.style),{width:(c=window.innerWidth)!==null&&c!==void 0?c:"100vw",height:"100%"}),textStyle:Object.assign(Object.assign({},F?.textStyle),(A=T?.item)===null||A===void 0?void 0:A.textStyle),bindDatas:(I=(b=T?.item)===null||b===void 0?void 0:b.bindDatas)!==null&&I!==void 0?I:[]},F?.props,(D=T?.item)===null||D===void 0?void 0:D.props,{event:((P=T?.item)===null||P===void 0?void 0:P.event)||{},schema:t,id:T?.id,isExternalLink:_,isPopup:N,onClose:u}))}else return o.createElement(o.Fragment,null)})},[t,i,e,u]);return o.createElement(Dt,{popup:r,onClose:u,padding:0,modalStyle:{position:"fixed"}},f)},bi={};Object.values(fi).forEach(t=>{bi[t.extend.type]=t});const Wr=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:s,appDomain:l,licenseUrl:d,enabledMetaConversionApi:a})=>{var r,p,u,f,m,h,w,T,C,v,x;const y=o.useMemo(()=>{var E;return location?.search?(E=location?.search)===null||E===void 0?void 0:E.replace("?",""):""},[]);return o.createElement(Bi,{resolver:bi,enableDataSource:!1,schema:t?.data,utmVal:y},o.createElement(Mi,{utmVal:y,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(p=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&p!==void 0?p:e,defaultSize:(f=(u=t?.sxp_parameter)===null||u===void 0?void 0:u.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(h=(m=t?.sxp_parameter)===null||m===void 0?void 0:m.hash_tag_size)!==null&&h!==void 0?h:n,loadingImage:s,appDomain:l,enabledMetaConversionApi:a,isShowTag:(C=(T=(w=t?.data)===null||w===void 0?void 0:w.sxpPageConf)===null||T===void 0?void 0:T.globalConfig)===null||C===void 0?void 0:C.isShowTag,globalConfig:(x=(v=t?.data)===null||v===void 0?void 0:v.sxpPageConf)===null||x===void 0?void 0:x.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:E,tagList:k})=>{var g;return o.createElement(o.Fragment,null,o.createElement(wn,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:k,data:E,resolver:bi,licenseUrl:d})),o.createElement(Ur,null))}}))};var Yr=o.memo(Wr);const Sn=o.createContext({}),Xr=({children:t,data:e})=>{var i,n,s,l,d,a,r,p,u,f,m,h,w;const[T,C]=o.useState(!1),[v,x]=o.useState(!1);return o.createElement(Sn.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(n=e?.sxp_parameter)===null||n===void 0?void 0:n.default_recommend,personalizedRecommend:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.hash_tag_size,loadingImage:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.loading_image,privacyContent:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.privacy_context,privacyNecessity:(p=e?.sxp_parameter)===null||p===void 0?void 0:p.privacy_necessity,privacyPolicyTitle:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.privacy_title,template:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.template,industry:(w=e?.sxp_parameter)===null||w===void 0?void 0:w.industry},appDomain:e?.appDomain,openHashtag:T,setOpenHashtag:C,openConsent:v,setOpenConsent:x,sxpFontLinks:e?.sxpFontLinks}},t)};function qr(){return o.useContext(Sn)}Ve.DiyPortalPreview=Gr,Ve.EditorDataProvider=Xr,Ve.Modal=Dt,Ve.SxpDataSourceProvider=Mi,Ve.SxpPageCore=Yr,Ve.SxpPageRender=wn,Ve.core=Wn,Ve.default=Mn,Ve.materials=fi,Ve.useEditorDataProvider=qr,Object.defineProperty(Ve,"__esModule",{value:!0})});
|
5
|
+
18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:z?.info})))},be=()=>{var C,q;return o.createElement(o.Fragment,null,(L||B?.link)&&o.createElement("button",{"aria-label":(C=_e?.enTitle)!==null&&C!==void 0?C:"Purchase on Website",onClick:ct,className:"pb-commondity-btn",style:$},o.createElement("span",{dangerouslySetInnerHTML:{__html:he((q=_e?.enTitle)!==null&&q!==void 0?q:"Purchase on Website",$)}})))},xe=o.useCallback(C=>C?.lineClamp?Object.assign(Object.assign({},C),{overflow:"hidden",WebkitLineClamp:C?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):C,[]),re=o.useCallback(C=>{Ee.current=new Date,Le(C),ke.current=C},[]),Ae=o.useCallback(()=>{var C,q,Z;if(!V)return o.createElement(fn,{products:(C=H?.video)===null||C===void 0?void 0:C.bindProducts,data:pe,defImg:(Z=(q=ee?.bottom_image)!==null&&q!==void 0?q:N)!==null&&Z!==void 0?Z:"",style:{padding:"0 19px"},onCLick:re,popupDetailData:ne,check:Se})},[Se]),Ce=o.useMemo(()=>{const C={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return C?.[U?.dotsAlign]},[U?.dotsAlign]),oe=((A=(y=H?.video)===null||y===void 0?void 0:y.bindProduct)===null||A===void 0?void 0:A.remark)||((M=(g=(_=H?.video)===null||_===void 0?void 0:_.bindProducts)===null||g===void 0?void 0:g[0])===null||M===void 0?void 0:M.remark)||((P=H?.product)===null||P===void 0?void 0:P.remark);return o.createElement(o.Fragment,null,o.createElement("div",Object.assign({className:ye.css(Object.assign({},O))},W),o.createElement("div",{style:{position:"relative"}},B&&((x=B?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement(At,{height:Y,modules:[Ut,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ce},loop:!0,autoplay:{delay:U?.delay*1e3}},o.createElement(o.Fragment,null,(u=B?.homePage)===null||u===void 0?void 0:u.map(C=>{var q;return o.createElement(ut,{key:C},o.createElement("div",{style:{overflow:"hidden",width:et,height:Y}},o.createElement($e,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${U?.translateY?U?.translateY+50:50}%`},src:(q=C??ee?.bottom_image)!==null&&q!==void 0?q:N})))}))),!(!((E=B?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ye.css({height:Y,width:et})},o.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(b=ee?.bottom_image)!==null&&b!==void 0?b:N,alt:"pdp image"})),oe&&R||!B&&R&&o.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Be(!0)},o.createElement("img",{src:R,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),o.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),Ae(),o.createElement("div",{className:"pb-commondity-content"},X({isPost:V}))),be(),o.createElement(_t,{visible:ve,onClose:()=>K(!1)},o.createElement("div",{style:{paddingBottom:"80px"}},X({isPost:!1})),be()),o.createElement(_t,{visible:fe,padding:0,isFullScreen:!0,onClose:()=>Be(!1)},o.createElement("iframe",{src:oe,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var Rl=o.memo(Ql),$l=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const es=Je(Rl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:po,interactionRender:$l},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18,marginTop:24,marginBottom:10},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000",marginBottom:14},info:{color:"gray",fontSize:12},taxInfo:{color:"#000",fontSize:13,textAlign:"left",marginBottom:"10px"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var ts=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],is=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5185\u5BB9",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],hn="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABHBJREFUeF7lmzuoFkcYhp/TihdIl0JBESubSCCCih4NXgJeUphCjyKmEEVtLRSjooWtShILRRJtgpCoeLzgLUZBQbTwAoooqLWoCWIXeZdd3bP++8/st7OX33+ac2Dn8r3Pvzv7zcy7A9RT5gDjgQnx3/T/iuA58Cz+m/7/StXhDVQ0gATOBhYCi4GxxnHeAKeAs8DfMSBjV52bhQTwBbApFj4YNMqPnV0GrgL7gJchxggFQMI3A5NDBOXRx+MYwn6Pul2rlAWwMv7VvykbiLH9TUAQjhnbYwUwA9gKLLIOHLjdGWAPcL1ovxYAG4G9wKiig1Vc/y2wBThQZJyiAA4Ba4sM0EDdw8CPvuMWAXAb+Mq344br3QGm+cTgC+B/n85aWMepz1kBOBknMy3U5wxJSdSSbrVcAPR+V9LRy0X5SW6+0A3AMuDPXlaeiv174K9OWvIAfA1cAMZ9JgBeA98Ct7J68gAMtyjJCfUbKFn6zgeA0tujoUZtWT9D2bS50x1wA2gqt6+al9YO09ODZAF8DrO+C+KIt0IagNbzIlTXktYVaKfr9+PNkSklchMtpXWHR/sJaQA7gJ8sUdXURuJ/AB7E4/0BLDeOvROQ3hEA/gFmGjusullWfDKeFcI1YFYawETgSdUqjP3niS8LYRLwNHkE1gM/GwOssplLfBkIG4BfEgBKE5dWqcTQt694da1td22YFikngGUJgH+B0UVaV1y3iHiFYpnA/wPGCICFXpX66xCfxD8oAKuA3wIpegToHW0tdYpXjKsFQLu7u60Rx+3exSCPG29HdVO3eI25TQB+BdaVAKCMSneRVpBJKfpMNiFesR4UgNOdlomeQF4AWj3quCpbfCE0JV7xDgvAXWCqp+B0tYfACkC7xXnFBaFJ8Yr5ngC8Mu78KHnS4+MqeRCaFq+4X5cB8MnmQoE7oQ3iPwCwPgJWEdZ2rjvNcj16BMpMghYxWsElS1pX0K45xNXedT2aBMu+BotCcAVlfZX69puuF70GQyRCoSFU/csnEKJEKFQqHApCXeIFIUqFQy6GykKoU7wARIuh6HVQwsmVffasEOoWLwfauASADkKU0oYqRSHULV465SsaSgAoqfk9lPq4H18ITYhXiJr7jiYAZGyUUzN0cUFoSrx0yrX6PH0ucEmTQmgCXdb5TYrX/uFcaa3rYCR7JzQpXro1vg5HRgCo+mhMEOT3/RKQYaGpkns0poD6+nA0+UX6+nhcEPreICEIfW2REQCZoc+30A9snTjlI57fyUzdzSYnU3RpP7414sDtNLl3NFG7jJK9YI52sepqnnYBUOe9ZJLOwnCapn0AqNO+NksnVHvJNO00SSeifO+ApH4vZIpdzdHZZ6QoALWXifqI8TTJNWGVua5drTV5pui8ji0A1JfM1Lta5CeWD3h7JzO0i6gVQNJv3342lwXbtx9OpkFoP0ET0LwKDZcyOF5s46ez2TtCxkt9OL0gBmJ1oMnJJcHnYo/wU9czXfR62TnAd7zWfj7/HrAAAKDnDZ8VAAAAAElFTkSuQmCC";const ns=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:s,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return s&&s.length>0?(e=s[0])===null||e===void 0?void 0:e.url:null}},os=t=>{var{content:e,btnText:i,style:n,icon:s,isPopup:l,isExternalLink:d,onClose:a,onClick:r,submitButtonStyle:v,contentStyle:c}=t,f=Ge(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:m}=Te(),{jumpToWeb:h}=qe(),S=typeof s=="string"?s:ns(s),w=()=>{var k,p,T;if(d){const y=m,A=(k=y?.video)===null||k===void 0?void 0:k.bindProduct,_=(T=(p=y?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0?void 0:T.bindCta,g=m?.index;h(y,A,_,g)}l||a?.(),r?.()};return o.createElement("div",Object.assign({className:`pb-prompt ${ye.css(Object.assign({},n))}`},f),o.createElement("div",{className:"pb-prompt-icon"},o.createElement("img",{width:"100%",src:S??hn,alt:"success image"})),o.createElement("div",{className:"pb-prompt-content",style:c,dangerouslySetInnerHTML:{__html:he(e,c)}}),o.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:v,onClick:w,dangerouslySetInnerHTML:{__html:he(i,v)}}))};var ls=o.memo(os);const ss=Je(ls,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:is,bindableProps:[],interactionRender:ts},defaulSetting:{props:{icon:hn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var rs=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A106 * 41"}]}];const ds=t=>{var e,i,n,s,l,d,a,r,v,c,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,u,E,b,I,O,D,j,{style:G,isDefault:L,rec:N,viewTime:F,isPost:V,bottom_image:Q,tipText:te,swiper:U,commodityStyles:z,buttonStyle:$,index:se,commodityGroup:pe,popupBg:ie,iframeIcon:R,commodityImgRatio:J}=t,W=Ge(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio"]);o.useState(!0);const{sxpParameter:ee,popupCurTimeRef:ne,popupDetailData:ce,isPreview:ue,bffFbReport:Ee,checkCommodityIndexRef:ke}=Te(),{jumpToWeb:Oe,productView:Pe}=qe();o.useState(!1),o.useState(!1),o.useState(!0);const[de,ve]=o.useState(!1),K=o.useRef(null),[fe,Be]=o.useState(!1),[Se,Le]=o.useState((e=ce?.multiCheckIndex)!==null&&e!==void 0?e:0),H=V?N:ce;let B=V?H?.product:(n=(i=H?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=H?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],_e=V?(d=H?.product)===null||d===void 0?void 0:d.bindCta:(v=(r=(a=H?.video)===null||a===void 0?void 0:a.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(m=(f=(c=H?.video)===null||c===void 0?void 0:c.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const Ze=V?se:ce?.index;if(!V&&pe?.open&&(!((h=H?.video)===null||h===void 0)&&h.bindProducts)&&((w=(S=H?.video)===null||S===void 0?void 0:S.bindProducts)===null||w===void 0?void 0:w.length)>0){ke.current=Se;const oe=(k=H?.video)===null||k===void 0?void 0:k.bindProducts[Se];B=oe,_e=oe?.bindCta}const ct=()=>{B?.link&&(Oe(H,B,_e,Ze),V||Pe(H,B,_e,F||K.current,Ze),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{V||Ee?.({eventName:"ProductView"})},[V,Ee]),o.useEffect(()=>{const oe=()=>{K.current=new Date};return oe(),window.addEventListener("pageshow",oe),()=>{window.removeEventListener("pageshow",oe)}},[]);const gt=o.useMemo(()=>{var oe,C,q,Z,le;return B?.currency&&B?.price?`${(q=(C=(oe=B?.currency)===null||oe===void 0?void 0:oe.split("-")[1])===null||C===void 0?void 0:C.toUpperCase())!==null&&q!==void 0?q:""}${(le=(Z=B?.price)===null||Z===void 0?void 0:Z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&le!==void 0?le:""}`:"\xA3102,300.00"},[B?.price,B?.currency]),et=(ue?375:(p=G?.width)!==null&&p!==void 0?p:window.innerWidth)-((T=ie?.horizontalMargin)!==null&&T!==void 0?T:0)*2,Y=J?et*(J.h/J.w):et,X=({isPost:oe})=>o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Xt,{isPost:oe,onClick:()=>ve(!0),className:"pb-commondityDiroNew-info",style:z?.info,foldText:te?.foldText,unfoldText:te?.unfoldText,text:B?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
|
6
|
+
Made in Italy`})),be=o.useCallback(oe=>oe?.lineClamp?Object.assign(Object.assign({},oe),{overflow:"hidden",WebkitLineClamp:oe?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):oe,[]),xe=o.useCallback(oe=>{ne.current=new Date,Le(oe),ke.current=oe},[]),re=o.useCallback(()=>{var oe,C,q;if(!V)return o.createElement(fn,{products:(oe=H?.video)===null||oe===void 0?void 0:oe.bindProducts,data:pe,defImg:(q=(C=ee?.bottom_image)!==null&&C!==void 0?C:Q)!==null&&q!==void 0?q:"",style:{padding:"0 19px"},onCLick:xe,popupDetailData:ce,check:Se})},[Se]),Ae=o.useMemo(()=>{const oe={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return oe?.[U?.dotsAlign]},[U?.dotsAlign]),Ce=((A=(y=H?.video)===null||y===void 0?void 0:y.bindProduct)===null||A===void 0?void 0:A.remark)||((M=(g=(_=H?.video)===null||_===void 0?void 0:_.bindProducts)===null||g===void 0?void 0:g[0])===null||M===void 0?void 0:M.remark)||((P=H?.product)===null||P===void 0?void 0:P.remark);return o.createElement("div",{className:"pb-commondityDiroNew"},o.createElement("div",Object.assign({className:ye.css(Object.assign(Object.assign({},G),{transform:"translate3d(0px, 0px, 0px)"}))},W),o.createElement("div",{style:{position:"relative"}},B&&((x=B?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement(At,{height:Y,modules:[Ut,Gt],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:Ae},loop:!0,autoplay:{delay:U?.delay*1e3}},(u=B?.homePage)===null||u===void 0?void 0:u.map(oe=>{var C;return o.createElement(ut,{key:oe},o.createElement("div",{style:{overflow:"hidden",width:et,height:Y}},o.createElement($e,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${U?.translateY?U?.translateY+50:50}%`},src:(C=oe??ee?.bottom_image)!==null&&C!==void 0?C:Q})))})),!(!((E=B?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ye.css({height:Y,width:et})},o.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(b=ee?.bottom_image)!==null&&b!==void 0?b:Q,alt:"pdp image"})),Ce&&R||!B&&R&&o.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Be(!0)},o.createElement("img",{src:R,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),o.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),re(),o.createElement("div",{className:"pb-commondityDiroNew-content"},o.createElement("div",{className:"pb-commondityDiroNew-content-top"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:be(z?.title),dangerouslySetInnerHTML:{__html:he((I=B?.title)!==null&&I!==void 0?I:"Large Dior Toujours BagLarge",z?.title)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!B&&(!B?.collection||B?.collection===""),style:be(z?.collection),dangerouslySetInnerHTML:{__html:he(B?.collection||"Black Macrocannage CalfskinLarge",z?.collection)}})),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.price,style:be(z?.price),dangerouslySetInnerHTML:{__html:he(gt,z?.price)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.taxInfo,style:be(z?.taxInfo),dangerouslySetInnerHTML:{__html:he((O=B?.taxInfo)!==null&&O!==void 0?O:"\u7A0E\u8D39",z?.taxInfo)}}))),(!B||B?.link)&&o.createElement("button",{"aria-label":(D=_e?.enTitle)!==null&&D!==void 0?D:"Shop now",onClick:ct,className:"pb-commondityDiroNew-btn",style:$},o.createElement("span",{dangerouslySetInnerHTML:{__html:he((j=_e?.enTitle)!==null&&j!==void 0?j:"Shop now",$)}})),X({isPost:V}))),o.createElement(_t,{visible:de,onClose:()=>ve(!1)},X({isPost:!1})),o.createElement(_t,{visible:fe,padding:0,isFullScreen:!0,onClose:()=>Be(!1)},o.createElement("iframe",{src:Ce,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var as=o.memo(ds),us=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const cs=Je(as,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:rs,interactionRender:us},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var vs=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","width"],addonAfter:"W"},{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"]},{type:"Number",addonAfter:"px",name:["props","buttonStyle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","buttonStyle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","buttonStyle"]}]}];function gn(t){const e=o.useRef(null),[i,n]=o.useState(!1);return o.useEffect(()=>{e.current=new IntersectionObserver(([s])=>{n(s.isIntersecting)})},[]),o.useEffect(()=>{var s;return t?.current&&((s=e?.current)===null||s===void 0||s.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const ps=({src:t,rec:e,item:i,index:n,style:s,translateY:l,imgStyle:d,enableEventReport:a=!0})=>{const r=o.useRef(null),v=gn(r),{ctaEvent:c}=Te();return o.useEffect(()=>{v&&t&&r?.current&&a&&c?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[v,t,r,e,c,i,n,a]),o.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),o.createElement("div",{className:ye.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d))},o.createElement("div",{ref:r,hidden:!t,className:ye.css({width:"100%",height:"100%"})},o.createElement($e,{className:ye.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},s)),src:t})))};var ht=o.memo(ps);const ms=t=>{var e,i,{style:n,isDefault:s,rec:l,viewTime:d,isPost:a,bottom_image:r,commodityStyles:v,buttonStyle:c,translateY:f=0,commodityPicture:m,isExternalLink:h,onClick:S}=t,w=Ge(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:k,popupDetailData:p,setPopupDetailData:T,ctaEvent:y}=Te(),{jumpToWeb:A}=qe(),{popup:_}=rt(),g=a?l:p,M=(i=(e=g?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],P=p?.index,x=o.useCallback(E=>{var b,I,O,D,j;return E?.currency&&E?.price?`${(O=(I=(b=E?.currency)===null||b===void 0?void 0:b.split("-")[1])===null||I===void 0?void 0:I.toUpperCase())!==null&&O!==void 0?O:""}${(j=(D=E?.price)===null||D===void 0?void 0:D.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&j!==void 0?j:""}`:"$7,000"},[]),u=je.throttle((E,b)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},g,E,P),T?.(Object.assign(Object.assign({},g),{video:Object.assign(Object.assign({},g?.video),{bindProduct:E}),index:P,multiCheckIndex:b})),h?E?.link&&(A(g,E,E.bindCta,P),window.location.href=window.getJointUtmLink(E.link)):S?.()},_?.duration);return o.createElement("div",{className:ye.css(Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},M?.map((E,b)=>{var I,O,D,j,G,L,N,F,V,Q;return o.createElement(o.Fragment,null,g&&!E?.bindCta?null:o.createElement("div",Object.assign({key:b},w,{className:ye.css({display:"flex"}),onClick:()=>u(E,b)}),o.createElement(ht,{src:(j=(D=(I=E?.cover)!==null&&I!==void 0?I:(O=E?.homePage)===null||O===void 0?void 0:O[0])!==null&&D!==void 0?D:k?.bottom_image)!==null&&j!==void 0?j:r,rec:g,item:E,index:b,translateY:f,imgStyle:m,enableEventReport:!1}),o.createElement("div",{style:{width:`calc(100% - ${(G=m?.width)!==null&&G!==void 0?G:0}px - ${(L=m?.marginRight)!==null&&L!==void 0?L:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},o.createElement("div",null,o.createElement("div",{className:"one-line-ellipsis",style:v?.title,hidden:!!E&&!E?.title,dangerouslySetInnerHTML:{__html:he((N=E?.title)!==null&&N!==void 0?N:"Pendant in Yellow Gold with Diamonds, Medium",v?.title)}}),o.createElement("div",{className:"two-line-ellipsis",style:v?.collection,hidden:!!E&&(!E?.collection||E?.collection===""),dangerouslySetInnerHTML:{__html:he((F=E?.collection)!==null&&F!==void 0?F:"Tiffany Lock",v?.collection)}})),o.createElement("div",{className:ye.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{style:v?.price,hidden:!!E&&!E?.price,dangerouslySetInnerHTML:{__html:he(x(E),v?.price)}})),o.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},c),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:he((Q=(V=E?.bindCta)===null||V===void 0?void 0:V.enTitle)!==null&&Q!==void 0?Q:"Shop Now",c)}})))))}))};var fs=o.memo(ms),hs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const gs=Je(fs,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:vs,interactionRender:hs},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var bs=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const ys=t=>{var e,i,{content:n,btnText:s,style:l,icon:d,isPopup:a,isExternalLink:r,onClose:v,onClick:c,submitButtonStyle:f,contentStyle:m}=t,h=Ge(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:S}=Te(),w=(i=(e=S?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return o.createElement("div",Object.assign({className:`${ye.css(Object.assign({},l))}`},h),w&&o.createElement("iframe",{src:w,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}}))};var ws=o.memo(ys);const Ss=Je(ws,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:bs,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var st=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],xs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Ts=t=>{var{rec:e,children:i,className:n,onClick:s,style:l,isExternalLink:d=!1,index:a,jumpLink:r}=t;Ge(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=o.useRef(null),{popup:c}=rt(),{setPopupDetailData:f,ctaEvent:m}=Te(),{jumpToWeb:h}=qe(),S=je.throttle(()=>{var w,k,p,T,y,A,_,g;const M=(k=(w=e?.video)===null||w===void 0?void 0:w.bindProduct)!==null&&k!==void 0?k:e?.video;if(m?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,M,a),f?.(Object.assign(Object.assign({},e),{index:a})),d){if(r||!((T=(p=e?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0)&&T.link){const P=(y=e?.video)===null||y===void 0?void 0:y.bindCta,x=(A=e?.video)===null||A===void 0?void 0:A.bindProduct;h(e,x,P,a),window.location.href=window.getJointUtmLink(r||((g=(_=e?.video)===null||_===void 0?void 0:_.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else s?.()},c?.duration);return o.createElement("div",{ref:v,className:n,style:l,onClick:S},i)};var Lt=o.memo(Ts),Es={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const As=t=>{var e,i,n,s,l,d,a,r,v,c,f,{content:m,style:h,bgImg:S,recData:w,bottom_image:k,ctaTempStyles:p,isExternalLink:T,translateY:y=0,index:A}=t,_=Ge(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Te(),M=(e=w?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(s=(i=M?.cover)!==null&&i!==void 0?i:(n=M?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:k;return o.createElement(Lt,Object.assign({isExternalLink:T,rec:w,className:ye.css(Object.assign({},h)),style:{display:"flex"},index:A},_),o.createElement(ht,{src:P,rec:w,item:(a=(d=w?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:w?.video,index:A,translateY:y,imgStyle:p?.img}),o.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Es["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:he((r=M?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((v=p?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((f=(c=M?.bindCta)===null||c===void 0?void 0:c.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var Cs=o.memo(As);const Is=Je(Cs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:xs,bindableProps:[],settingRender:st},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:1});var ks=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const _s=t=>{var e,i,n,s,l,d,{content:a,style:r,bgImg:v,recData:c,bottom_image:f,ctaTempStyles:m,isExternalLink:h,index:S}=t,w=Ge(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:k}=Te(),p=(e=c?.video)===null||e===void 0?void 0:e.bindCta,T=(n=(i=p?.icon)!==null&&i!==void 0?i:k?.bottom_image)!==null&&n!==void 0?n:f;return o.createElement(Lt,Object.assign({isExternalLink:h,rec:c,className:ye.css(Object.assign({alignItems:"center"},r)),style:{display:"flex"},index:S},w),o.createElement(ht,{src:T,rec:c,item:(l=(s=c?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&l!==void 0?l:c?.video,index:S,imgStyle:m?.img}),o.createElement("div",{className:ye.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},m?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((d=p?.enTitle)!==null&&d!==void 0?d:"Product Name",m?.ctaTitle)}}))};var Ps=o.memo(_s);const Ds=Je(Ps,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ks,settingRender:st?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:30,height:30,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:6});var Ms=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],bn={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Os=t=>{var e,i,n,s,l,d,a,r,v,{content:c,style:f,bgImg:m,recData:h,bottom_image:S,ctaTempStyles:w,index:k,customTitle:p}=t,T=Ge(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:y,bffEventReport:A}=Te();qe();const _=(e=h?.video)===null||e===void 0?void 0:e.bindCta;(i=h?.video)===null||i===void 0||i.bindProduct;const g=(s=(n=_?.icon)!==null&&n!==void 0?n:y?.bottom_image)!==null&&s!==void 0?s:S;return o.createElement(Lt,Object.assign({index:k,rec:h,className:ye.css(Object.assign({alignItems:"center"},f)),style:{display:"flex"}},T,{jumpLink:(l=_?.link)!==null&&l!==void 0?l:""}),o.createElement(ht,{src:g,rec:h,item:(a=(d=h?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:h?.video,index:k,imgStyle:w?.img}),o.createElement("div",{className:ye.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{className:bn["tow-line-ellipsis"],style:w?.ctaTitle,dangerouslySetInnerHTML:{__html:he((r=_?.enTitle)!==null&&r!==void 0?r:"Product Name",w?.ctaTitle)}}),p?.display&&o.createElement("div",{style:Object.assign(Object.assign({},p?.style),{lineHeight:((v=p?.style)===null||v===void 0?void 0:v.height)+"px"}),className:bn["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:he(p?.text,p?.style)}}))))};var Ls=o.memo(Os),Bs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],fi;const Ns=Je(Ls,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(fi=st?.filter(t=>t.type!=="commodityTitle"))===null||fi===void 0?void 0:fi.concat(Ms),bindableProps:[],interactionRender:Bs},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}},customTitle:{style:{textAlign:"left",textDecoration:"underline",fontWeight:"bold",width:130,height:20,fontSize:12,color:"#000"},text:"\u63A2\u7D22\u66F4\u591A"}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var Fs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],js={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Vs=t=>{var e,i,n,s,l,d,a,r,v,c,f,{content:m,style:h,bgImg:S,recData:w,bottom_image:k,ctaTempStyles:p,isExternalLink:T,translateY:y=0,index:A}=t,_=Ge(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Te(),M=(e=w?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(s=(i=M?.cover)!==null&&i!==void 0?i:(n=M?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:k;return o.createElement(Lt,Object.assign({isExternalLink:T,rec:w,className:ye.css(Object.assign({},h)),style:{display:"flex"},index:A},_),o.createElement(ht,{src:P,rec:w,item:(a=(d=w?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:w?.video,index:A,translateY:y,imgStyle:p?.img}),o.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:js["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:he((r=M?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((v=p?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((f=(c=M?.bindCta)===null||c===void 0?void 0:c.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var zs=o.memo(Vs);const Hs=Je(zs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Fs,settingRender:st,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:2});var Us=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Gs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Ws=t=>{var e,i,n,s,l,d,a,r,v,c,{content:f,style:m,bgImg:h,recData:S,bottom_image:w,ctaTempStyles:k,isExternalLink:p,translateY:T=0,index:y}=t,A=Ge(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:_}=Te(),g=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,M=(l=(s=(i=g?.cover)!==null&&i!==void 0?i:(n=g?.homePage)===null||n===void 0?void 0:n[0])!==null&&s!==void 0?s:_?.bottom_image)!==null&&l!==void 0?l:w;return o.createElement(Lt,Object.assign({isExternalLink:p,rec:S,className:ye.css(Object.assign({},m)),style:{display:"flex"},index:y},A),o.createElement(ht,{src:M,rec:S,item:(a=(d=S?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&a!==void 0?a:S?.video,index:y,translateY:T,imgStyle:k?.img}),o.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Gs["tow-line-ellipsis"],style:k?.title,dangerouslySetInnerHTML:{__html:he((r=g?.title)!==null&&r!==void 0?r:"Product Name",k?.title)}}),o.createElement("div",{className:ye.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},k?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((c=(v=g?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&c!==void 0?c:"Shop Now",k?.ctaTitle)}})))};var Ys=o.memo(Ws);const Xs=Je(Ys,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Us,bindableProps:[],settingRender:st},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:13,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:14,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:2});var qs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Js={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ks=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:f,translateY:m=0}=t,h=Ge(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:w,sxpParameter:k}=Te(),{popup:p}=rt(),{jumpToWeb:T}=qe(),[y,A]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),_=je.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),w?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),c?g?.link&&(T(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},p?.duration);return o.createElement(Ot,{isPadding:!!d},y?.map((g,M)=>{var P,x,u,E,b,I,O,D;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(ut,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>_(g,M)}),o.createElement(ht,{src:(E=(u=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&u!==void 0?u:k?.bottom_image)!==null&&E!==void 0?E:r,rec:d,item:g,index:M,translateY:m,imgStyle:v?.img}),o.createElement("div",{className:ye.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Js["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((b=g?.title)!==null&&b!==void 0?b:"Product Name",v?.title)}}),o.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((I=v?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((D=(O=g?.bindCta)===null||O===void 0?void 0:O.enTitle)!==null&&D!==void 0?D:"Shop Now",v?.ctaTitle)}}))))}))};var Zs=o.memo(Ks);const Qs=Je(Zs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:qs,bindableProps:[],settingRender:st},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:4});var Rs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],$s={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const er=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:f,translateY:m=0}=t,h=Ge(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:S}=Te(),{ctaEvent:w,setPopupDetailData:k}=Te(),{popup:p}=rt(),[T,y]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:A}=qe(),_=je.throttle((g,M)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),k?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),c?g?.link&&(A(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},p?.duration);return o.createElement(Ot,{isPadding:!!d},T?.map((g,M)=>{var P,x,u,E,b,I,O,D;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(ut,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>_(g,M)}),o.createElement(ht,{src:(E=(u=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&u!==void 0?u:S?.bottom_image)!==null&&E!==void 0?E:r,rec:d,item:g,index:M,translateY:m,imgStyle:v?.img}),o.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:$s["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((b=g?.title)!==null&&b!==void 0?b:"Product Name",v?.title)}}),o.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((I=v?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((D=(O=g?.bindCta)===null||O===void 0?void 0:O.enTitle)!==null&&D!==void 0?D:"Shop Now",v?.ctaTitle)}}))))}))};var tr=o.memo(er);const ir=Je(tr,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Rs,settingRender:st,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:3});var nr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],or={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const lr=t=>{var e,i,{content:n,style:s,bgImg:l,recData:d,onClick:a,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:f,translateY:m=0}=t,h=Ge(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:w,sxpParameter:k}=Te(),{popup:p}=rt(),{jumpToWeb:T}=qe(),[y,A]=o.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),_=je.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),w?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),c?g?.link&&(T(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):a?.()},p?.duration);return o.createElement(Ot,{isPadding:!!d},y?.map((g,M)=>{var P,x,u,E,b,I,O;return o.createElement(o.Fragment,null,d&&!g?.bindCta?null:o.createElement(ut,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},h,{onClick:()=>_(g,M)}),o.createElement(ht,{src:(E=(u=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&u!==void 0?u:k?.bottom_image)!==null&&E!==void 0?E:r,rec:d,item:g,index:M,translateY:m,imgStyle:v?.img}),o.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},o.createElement("div",{className:or["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((b=g?.title)!==null&&b!==void 0?b:"Product Name",v?.title)}}),o.createElement("div",{className:ye.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((O=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&O!==void 0?O:"Shop Now",v?.ctaTitle)}}))))}))};var sr=o.memo(lr);const rr=Je(sr,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:nr,bindableProps:[],settingRender:st},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:12,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:4});var dr=[{title:"Banner",child:[{type:"Switch",label:"Banner\u56FE\u5F00\u5173",name:["props","showBanner"]}]},{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"},{type:"Switch",label:"\u56FA\u5B9A\u5BBD\u9AD8",name:["props","openFixedSize"],initialValue:!0}]},{title:"\u6587\u672C\u8BBE\u7F6E",child:[{name:["props","textStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"hashtag\u6807\u9898",value:"hashTagTitle"},{label:"hashtag\u63CF\u8FF0",value:"hashTagDesc"},{label:"hashtag\u63CF\u8FF0\u8D85\u94FE",value:"hashTagLink"},{label:"\u6807\u9898",value:"title"},{label:"\u4EF7\u683C",value:"price"}],name:["props","textStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextPadding",name:["props","buttonBgStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]},{title:"\u6309\u94AE\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonBgStyle","backgroundColor"],initialValue:"#fff"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonBgStyle","height"],addonAfter:"H"}]}]}];const ar=({icon:t,styles:e,textStyle:i,onClose:n})=>{var s;const{waterFallData:l,setOpenHashtag:d}=Te();return o.createElement("div",{className:"clc-sxp-nav",style:e},o.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:n}),o.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:he(`#${(s=l?.hashTag)!==null&&s!==void 0?s:"\u6807\u9898"}`,i)}}))};var yn=o.memo(ar),ur=null,cr="3d989325-e7d6-4a74-8a97-98febdf5b567",vr=null,pr=null,mr={info:"The dior toujours bag is distinguished by a casual and practical design. Fully embroidered with black textured tweed, it is accented by a blend of threads displaying the cannage motif.",link:"www.baidu.com",linkTitle:null,linkType:"WEB"},fr=[{position:"0",isCollected:null,video:{itemId:"VIDEOY2BMu1710323630175",title:"A symbol of excellence, the Dior Toujours bag is reinterpreted in an unprecedented version. For the Dior spring-summer 2024 ready-to-wear collection, this exceptional accessory, dreamed up by Maria Grazia Chiuri, is dressed in irresistible crinkled leather featuring the iconic macrocannage motif. A new emblem of the virtuoso, perpetually reinvented savoir-faire of the Dior Ateliers.",tags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOY2BMu1710323630175:default:3::branch:Handbags:0",bindCta:null,bindProduct:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:0",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:0",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fswbY3wT0hCmrYkrqDzFKnHb3NMux1710323481052.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs3Ifqv7fk2Tn9nPtwOTO2YjxAuRO1710323470472.mp4",imgUrls:null,hashTags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"]},product:null,cta:null},{position:"1",isCollected:null,video:{itemId:"VIDEO6JCOb1710323364018",title:"Maria grazia chiuri's hallmark dior book tote offers an original take on elegance. Unveiled at the cruise 2024 fashion show, the refined style showcases the iconic blue dior oblique embroidery and calfskin. Designed to keep all the daily essentials organized, the interior is equipped with a zipped pocket and patch pockets.",tags:["Handbags","Manufacturing Craftsmanship","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO6JCOb1710323364018:default:3::branch:Handbags:1",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:1",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:1",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsAHlkdbqYj5F84o2faRzU1E3AvG11710323339209.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs7KIGk2IB0MsoDL1ANWB1Mb2hqu41710323314146.mp4",imgUrls:null,hashTags:["Handbags","Dior Book Tote"]},product:null,cta:null},{position:"2",isCollected:null,video:null,product:{itemId:"M2820OTKVM911",title:"Large Dior Toujours Bag Black Cannage Tweed",tags:["Black","Women","Handbags","Bucket Bag","Dior Toujours Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2820OTKVM911:default:3::branch:Handbags:2",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:2",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsJTjyFchOFEJSTRYxXvL2XPU1dP61710238469418.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fstdFA1dFT55QjtQPU2qHNENo5peF1710836061716.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fs9xf8AlIApbHezVL3BsxjUGIrN231710836061181.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs9iZ20MjLAPkXmFKvD8HzhLaBJ671710238470272.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsSSodev3wicDfE1DYNWPQVeRjErt1710238464035.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs3YAOuN6Pd9NFvH1Rdooj6eLI18S1710238465296.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsBwIEp6OzI49isvHgiKD0cPSFtrD1710238459007.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M2820OTKV_M911-large-dior-toujours-bag",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Fully embroidered with black textured tweed, it is accented by a blend of threads displaying the cannage motif. It showcases a spacious interior compartment with a matching pouch to organize the essentials, while a leather strap closure keeps items secure and the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4200,currency:"USD-$"},cta:null},{position:"3",isCollected:null,video:{itemId:"VIDEOOL1qU1709616182569",title:"Maria grazia chiuri brings a fresh update to the iconic saddle bag. Crafted in black grained calfskin, the legendary design features a saddle flap with a d stirrup clasp on a magnetic strap, as well as an antique gold-finish metal cd signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the saddle bag may be carried by hand, worn over the shoulder or crossbody.. Saddle bag with strap Black grained calfskin",tags:["Maria Grazia Chiuri","Saddle Bags","Removable Shoulder Strap","Shoulder","Crossbody","Cross-body & Shoulder Bags","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOOL1qU1709616182569:default:3::branch:Handbags:3",bindCta:null,bindProduct:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:3",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:3",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},bindProducts:[],cover:null,url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsvbBN3IRfwctVIhdqgq3doWmhbb21710399187965.jpg"],hashTags:["Maria Grazia Chiuri","Saddle Bags","Handbags"]},product:null,cta:null},{position:"4",isCollected:null,video:null,product:{itemId:"S5909CTZQM928",title:"Saddle Shoulder Pouch Blue Dior Oblique Jacquard ",tags:["Saddle Bags","Handbags","Small-Leather-Goods","Small","Mini Bags"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:S5909CTZQM928:default:3::branch:Handbags:4",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:4",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs34CpwKJOyjEDgoHypoLYakF8oR31710316280669.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsLOSOEf9pmz7wKnFaifWNw3TZ7Gy1710316287874.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsWHmVcrzHKKj6EfhfnQkxYIOt20a1710316295683.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fslyBNMyQwjpjY4EKzyrqzTMlOGRQ1710316313161.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/S5909CTZQ",linkTitle:null,linkType:"WEB",info:null,price:4900,currency:"USD-$"},cta:null},{position:"5",isCollected:null,video:{itemId:"VIDEOrZguC1710324513737",title:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",tags:["Handbags","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOrZguC1710324513737:default:3::branch:Handbags:5",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:5",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:5",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fstXNWStczbY8HbIKEqMwfCkv5CI51710324494939.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOqu34FxaJTdascLcj6DHoYIIAs01710324439851.mp4",imgUrls:null,hashTags:["Handbags","Dior Book Tote"]},product:null,cta:null},{position:"6",isCollected:null,video:null,product:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:6",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:6",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},cta:null},{position:"7",isCollected:null,video:{itemId:"VIDEOEtr621710300614047",title:"Unveiled at the spring-summer 2023 fashion show, the dior toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette. T",tags:["Handbags","Leather Strap","Spring-Summer 2024 Fashion Show","Backstage","Dior Toujours Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOEtr621710300614047:default:3::branch:Handbags:7",bindCta:null,bindProduct:null,bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fshkOldZwfsSqTgvxHJzNBwS66ySc1710300910103.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsryDXTtPWXjYFWoSUEBUi48RHZCh1710398617300.jpg"],hashTags:["Backstage","Handbags","Spring-Summer 2024 Fashion Show","Dior Toujours Bag"]},product:null,cta:null},{position:"8",isCollected:null,video:{itemId:"VIDEOO8Zjt1709616802987",title:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",tags:["Blue","Medium","Shoulder","Hand","Handbags","Dior Book Tote"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOO8Zjt1709616802987:default:3::branch:Handbags:8",bindCta:null,bindProduct:{itemId:"M1296ZRIWM828",title:"Medium Dior Book Tote",tags:["Maria Grazia Chiuri","Hand","Shoulder","Handbags","Blue","Women"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1296ZRIWM828:default:3::branch:Handbags:8",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:8",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"Introduced by Maria Grazia Chiuri, Creative Director of Christian Dior, the Dior Book Tote has become a staple of the Dior aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue Dior Oblique motif. Adorned with the Christian Dior Paris signature on the front, the medium tote exemplifies the House's signature savoir-faire and may be carried by hand or worn over the shoulder.",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsmS72zfInwmblYTnuYzRuZKAOlhr1709616742898.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsU2gDw28XFd1nOAqlUjb1r1h6mpT1710400349981.jpg"],hashTags:["Dior Book Tote","Handbags"]},product:null,cta:null},{position:"9",isCollected:null,video:null,product:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:9",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:9",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},cta:null},{position:"10",isCollected:null,video:{itemId:"VIDEOesZlV1710323980494",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Lady Dior","Removable Shoulder Strap","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOesZlV1710323980494:default:3::branch:Handbags:10",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:10",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:10",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsiwMQ88zO5Xdnl939krMyBMbz7Js1710323763013.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsxyS8nr7nn0LMe7EqOt3ETXqLu7d1710323753073.mp4",imgUrls:null,hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"11",isCollected:null,video:{itemId:"VIDEOdvsXq1710324342942",title:"New for summer 2024, the lady d-sire my abcdior bag draws inspiration from the signature elegance of the lady dior design. Reimagined with a casual style for an urban look, the lightweight black grained bull leather feels soft to the touch yet offers excellent durability. The medium bag is embellished with pale gold-finish metal d.i.o.r. Charms that highlight the silhouette.",tags:["Summer 2024","Lady Dior","Casual","Lightweight","Medium","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOdvsXq1710324342942:default:3::branch:Handbags:11",bindCta:null,bindProduct:{itemId:"M1151OTRLM900",title:"Medium Lady D-Sire My ABCDior Bag",tags:["Handbags","Summer 2024","Lady Dior","Black","Medium","Women","Lady D-Sire"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M1151OTRLM900:default:3::branch:Handbags:11",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:11",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBvqPYhaE9Ct1JzBd4gm8g9YOiAZ1710499102900.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6sf9nB7WpJuLNIZT3c8O8Fmf3Gu1710499102936.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsSxYBxyVx2yRrUgEaYmarWhlUbk41710499102531.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsyhykK1B7W9613MAfipfIuE1foim1710499102345.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6FXJdaXib8lP0NPloe1XQGpoiKc1710499103268.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsCRx7T4ejNvgKNensH6LT4dPt6251710499103615.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M1151OTRL_M900-medium-lady-d-sire-my-abcdior-bag-black-bull-leather?objectID=M1151OTRL_M900&query=M1151OTRLM900&queryID=e82938220687c425c75277a7c526b932",linkTitle:null,linkType:"WEB",info:"New for Summer 2024, the Lady D-Sire My ABCDior bag draws inspiration from the signature elegance of the Lady Dior design. Reimagined with a casual style for an urban look, the lightweight black grained bull leather feels soft to the touch yet offers excellent durability. The medium bag is embellished with pale gold-finish metal D.I.O.R. charms that highlight the silhouette. Showcasing a shoulder strap that can be personalized by adding symbolic badges, the unique bag can be carried by hand or w",price:6100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOsdUSXr57U5Twhhkv17th3yHqBJ1710324292456.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsZyr3slVtlsParX6D0DqsM0QEx8d1710324283147.mp4",imgUrls:null,hashTags:["Summer 2024","Lady Dior","Handbags"]},product:null,cta:null},{position:"12",isCollected:null,video:{itemId:"VIDEOy76Fr1710324746846",title:"Maria grazia chiuri brings a fresh update to the iconic saddle bag. Crafted in black grained calfskin, the legendary design features a saddle flap with a d stirrup clasp on a magnetic strap, as well as an antique gold-finish metal cd signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the saddle bag may be carried by hand, worn over the shoulder or crossbody.. Saddle bag with strap Black grained calfskin",tags:["Maria Grazia Chiuri","Saddle Bags","Removable Shoulder Strap","Hand","Shoulder","Crossbody","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOy76Fr1710324746846:default:3::branch:Handbags:12",bindCta:null,bindProduct:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:12",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:12",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsqwogfFahvNml7vmATxwfKLcNlh91710324602536.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsVRd4z4V8UScNc7Wc96xv4xDVByb1710324589932.mp4",imgUrls:null,hashTags:["Maria Grazia Chiuri","Saddle Bags","Handbags"]},product:null,cta:null},{position:"13",isCollected:null,video:{itemId:"VIDEOvqhF71709609258469",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Thin","Removable Shoulder Strap","Medium","Lady Dior","Crossbody","Handbags","Cross-body & Shoulder Bags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOvqhF71709609258469:default:3::branch:Handbags:13",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:13",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:13",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsHmNyOcNdgB9Y8aIFYWCHlEZVl4x1709608981919.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fslhMX6mwCM4i5XFY6dpcMZdPocYv1710398865153.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJQCe9rZmsEjuIUpdck9Hs2gpNU81710398856427.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsnHUJufSHptF88bNsyUGmSSKYH4A1710398855734.jpg"],hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"14",isCollected:null,video:null,product:{itemId:"M0455CBAAM900",title:"Saddle Bag with Strap",tags:["Saddle Bags","Handbags","Maria Grazia Chiuri"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0455CBAAM900:default:3::branch:Handbags:14",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:14",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",linkTitle:null,linkType:"WEB",info:"Maria Grazia Chiuri brings a fresh update to the iconic Saddle bag. Crafted in black grained calfskin, the legendary design features a Saddle flap with a D stirrup clasp on a magnetic strap, as well as an antique gold-finish metal CD signature on either side of the strap. Equipped with a thin, adjustable and removable shoulder strap, the Saddle bag may be carried by hand, worn over the shoulder or crossbody.",price:4400,currency:"USD-$"},cta:null},{position:"15",isCollected:null,video:{itemId:"VIDEO693hq1709628690318",title:"New for the summer 2024 season, the dior caro top handle camera bag is a sophisticated and practical design. Crafted in black calfskin, the small model is elevated by the originality of the macrocannage stitching's quilted effect. The bag features a zip closure and an antique gold-tone metal cd signature.",tags:["Ready-To-Wear","Handbags","Signature Hardware Design","Monogram/Logo Print","Calfskin Leather","Summer 2024","Black"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO693hq1709628690318:default:3::branch:Handbags:15",bindCta:null,bindProduct:{itemId:"M3352UBHMM900",title:"Small Dior Caro Top Handle Camera Bag Black Macrocannage Calfskin ",tags:["Summer 2024","Black","Women","Handbags","Dior Caro"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M3352UBHMM900:default:3::branch:Handbags:15",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:15",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsx3wufMP9P6ovvCrXL58eVVA61gI1710499528917.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs82a414vXXhbgMXsw3Zm8TWyDMvI1710499528543.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJaZoFhur3jfMEciQdk5GMV8O2un1710499528346.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fstO8CRKfBzpJUmAMyCDHDo23ji9N1710499528346.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsagaUiox7KECRhbPn6MScg3s4Nwd1710499528602.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBsyFADiYBLWHaAIQfNRsgweVOWj1710499529947.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqJEwfvOLpXQ6nQt76o92XdLwzs11710499529939.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M3352UBHM_M900",linkTitle:null,linkType:"WEB",info:"New for the Summer 2024 season, the Dior Caro Top Handle Camera bag is a sophisticated and practical design. Crafted in black calfskin, the small model is elevated by the originality of the Macrocannage stitching's quilted effect. The bag features a zip closure and an antique gold-tone metal CD signature. ",price:3350,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsZhMDVzP6kuh9Qt86c11whAMglMU1709628656988.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsWrEKA6oRWUmOY14D1POTJjgiks51710401973577.jpg"],hashTags:["Ready-To-Wear"]},product:null,cta:null},{position:"16",isCollected:null,video:{itemId:"VIDEO2rUuG1709617832960",title:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",tags:["Dior Toujours Bag","Casual","Leather Strap","Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEO2rUuG1709617832960:default:3::branch:Handbags:16",bindCta:null,bindProduct:{itemId:"M2821SNIOM900",title:"Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",tags:["Medium","Black","Women","Handbags","Bucket Bag"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M2821SNIOM900:default:3::branch:Handbags:16",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:16",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M1296ZRIW_M828-medium-dior-book-tote-ecru-and-blue-dior-oblique-embroidery-36-x-27.5-x-16.5-cm",linkTitle:null,linkType:"WEB",info:"The dior toujours bag is distinguished by a casual and practical design. Crafted in black crinkled calfskin with macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize the essentials. Its leather strap closure keeps items secure while the d of the cd lock closure twists to adjust the sides and enhance the bag's silhouette.",price:4400,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fs0BUtn8TYp4l8gWsg5WD9Ht8AP7R1709617796077.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsmecPfhI3OtZwJmKAXLv8scBSSdK1710399333565.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsfsWBLxbC36B7Pm7Ae1uL98EmoaH1710399333017.jpg"],hashTags:["Handbags","Dior Toujours Bag"]},product:null,cta:null},{position:"17",isCollected:null,video:{itemId:"VIDEOGZGZI1709629679782",title:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. A",tags:["Handbags"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOGZGZI1709629679782:default:3::branch:Handbags:17",bindCta:null,bindProduct:{itemId:"M0565OZEDM928",title:"Medium Lady Dior Bag",tags:["Lady Dior","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565OZEDM928:default:3::branch:Handbags:17",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:17",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0565OZED_M928",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. Accented by pale gold-finish metal D.I.O.R. charms illuminating the silhouette and featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or wo",price:6500,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsG1IT2gcB5iabcTL89Xs9bRHISMb1709629659698.jpg",url:null,imgUrls:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJB1txgzSsQLBBJSTzqGI40BvLkr1710399454552.jpg"],hashTags:["Handbags"]},product:null,cta:null},{position:"18",isCollected:null,video:{itemId:"VIDEOC2IMa1710324169054",title:"The lady dior bag embodies dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the house's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic cannage topstitching, while the ultra-matte metal d.i.o.r. Charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium lady dior bag can be carried by hand or worn crossbody.",tags:["Lady Dior","Removable Shoulder Strap","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:VIDEO:VIDEOC2IMa1710324169054:default:3::branch:Handbags:18",bindCta:null,bindProduct:{itemId:"M0565SDBRM900",title:"Medium Lady Dior Bag",tags:["Women","Black","Handbags","Hand","Lady Dior","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565SDBRM900:default:3::branch:Handbags:18",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:18",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"],collection:null,link:"https://www.dior.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-dior-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless style demonstrates the House's exceptional savoir-faire. The black patent-to-matte gradient lambskin style is embellished with iconic Cannage topstitching, while the ultra-matte metal D.I.O.R. charms lend a modern touch. Featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or worn crossbody.",price:7100,currency:"USD-$"},bindProducts:[],cover:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsuF6sqlC9LCBLTgxHwMRinXwB6bF1710324135846.png",url:"https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsFwNsGElWR2SXQ2tWwHkaiqMZN5H1710324095954.mp4",imgUrls:null,hashTags:["Lady Dior","Handbags"]},product:null,cta:null},{position:"19",isCollected:null,video:null,product:{itemId:"M0565OZEDM928",title:"Medium Lady Dior Bag",tags:["Lady Dior","Medium","Handbags","Crossbody"],weight:null,traceInfo:"VECTOReVssi1704360966770:PRODUCT:M0565OZEDM928:default:3::branch:Handbags:19",bindCta:{itemId:"CTAzgoPn1709005149328",title:"\u7ACB\u5373\u8D2D\u4E70",tags:[],weight:null,traceInfo:"VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:19",enTitle:"Shop now",icon:"https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",link:null,linkTitle:null,linkType:null,menuCategoryId:"65966478d19caa37afe3603f"},homePage:["https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg","https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"],collection:"Et\xE9 2024",link:"https://www.dior.com/en_us/fashion/products/M0565OZED_M928",linkTitle:null,linkType:"WEB",info:"The Lady Dior bag embodies Dior's vision of elegance and beauty. Sleek and refined, the timeless white and navy blue calfskin style offers a new take on the iconic House motif with this season's signature Toile de Jouy Soleil, layering suns and crescent moons into a floral design representing the four seasons. Accented by pale gold-finish metal D.I.O.R. charms illuminating the silhouette and featuring a thin, removable leather shoulder strap, the medium Lady Dior bag can be carried by hand or wo",price:6500,currency:"USD-$"},cta:null}],hr="Handbags",wn={productUserId:ur,requestId:cr,channel:vr,rtc:pr,tag:mr,recList:fr,hashTag:hr};const gr=t=>{const{rec:e,style:i={},sizeChange:n=()=>{},unitWidth:s,index:l,showBorder:d,list:a,reportTagsView:r,textStyles:v,space:c}=t,{swiperRef:f,setRtcList:m,setOpenHashtag:h,sxpParameter:S}=Te(),[w,k]=o.useState(!1);o.useState(!1),o.useState({height:1,width:1});const p=o.useRef(null),T=o.useRef(null);o.useRef(null),o.useRef(null);const[y,A]=o.useState(""),_=o.useMemo(()=>{var b,I,O,D,j,G,L,N,F,V;return!((b=e?.video)===null||b===void 0)&&b.cover?(I=e?.video)===null||I===void 0?void 0:I.cover:!((D=(O=e?.video)===null||O===void 0?void 0:O.imgUrls)===null||D===void 0)&&D.length?(G=(j=e?.video)===null||j===void 0?void 0:j.imgUrls)===null||G===void 0?void 0:G[0]:!((N=(L=e?.product)===null||L===void 0?void 0:L.homePage)===null||N===void 0)&&N.length?(V=(F=e?.product)===null||F===void 0?void 0:F.homePage)===null||V===void 0?void 0:V[0]:S?.bottom_image||""},[e,S?.bottom_image]),g=o.useMemo(()=>{var b,I;return((b=e?.product)===null||b===void 0?void 0:b.title)||((I=e?.video)===null||I===void 0?void 0:I.title)||null},[e]),M=o.useMemo(()=>{var b;return i.transform?Number((b=i.transform)===null||b===void 0?void 0:b.substring(i.transform.indexOf(",",0)+1,i.transform.length-3)):void 0},[i]);o.useMemo(()=>M===void 0?!1:M<=d,[M,d]);const P=o.useMemo(()=>{var b,I,O,D,j,G,L,N,F;return!((b=e?.product)===null||b===void 0)&&b.currency&&(!((I=e?.product)===null||I===void 0)&&I.price)?`${(G=(j=(D=(O=e?.product)===null||O===void 0?void 0:O.currency)===null||D===void 0?void 0:D.split("-")[1])===null||j===void 0?void 0:j.toUpperCase())!==null&&G!==void 0?G:""}${(F=(N=(L=e?.product)===null||L===void 0?void 0:L.price)===null||N===void 0?void 0:N.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&F!==void 0?F:""}`:null},[e]);o.useEffect(()=>{if(p.current===null||_==="")return;let b=null;w&&y?b=y:b=_,b&&p.current.setSrc(b)},[_,w,y]);const x=o.useRef(),u=o.useCallback(b=>{setTimeout(()=>{var I;const O=(I=x?.current)===null||I===void 0?void 0:I.offsetHeight;n(O+56+c,l)},0)},[c,n,l,s,x]),E=()=>{r(),m?.(a),setTimeout(()=>{var b;(b=f?.current)===null||b===void 0||b.swiper.slideTo(l,0,!1),h?.(!1)},0)};return o.createElement("div",{ref:T,style:Object.assign({},i),className:"waterFallList-content-listItem",key:l,onClick:E},o.createElement("div",{className:"waterFallList-content-listItem-picture",ref:x},o.createElement($e,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:u,ref:p})),o.createElement("div",{className:"waterFallList-content-listItem-info"},o.createElement("div",{className:`waterFallList-content-listItem-info-title ${P?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},v?.title),dangerouslySetInnerHTML:{__html:he(g,v?.title)}}),o.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!P,style:v.price,dangerouslySetInnerHTML:{__html:he(P,v?.price)}})))};function br(t){var e,i,n,s,l,d,a,r,v,c,f,m,h,S,w,k,p,T,y,A,_,g,{reportTagsView:M,showBanner:P}=t,x=Ge(t,["reportTagsView","showBanner"]);const{waterFallData:u,getRecommendVideos:E,hashTagSize:b,loadingImage:I,isOpenHashTag:O}=Te(),D=o.useRef(null),[j,G]=o.useState(0),[L,N]=o.useState(),F=o.useRef(null),[V,Q]=o.useState([]),te=o.useRef(),U=[170,230,300],[z,$]=o.useState(!1),[se,pe]=o.useState([]),ie=o.useRef(),R=o.useCallback((de,ve)=>Math.floor(Math.random()*(ve-de+1))+de,[]),J=o.useRef([]),[W,ee]=o.useState({width:0}),ne=o.useMemo(()=>{const de=W.width||0;return de>=1200?6:de>=768&&de<=1199?4:2},[W]),ce=o.useMemo(()=>W.width/ne-2,[ne,W]),ue=o.useCallback(()=>{var de;const ve=(de=te.current)!==null&&de!==void 0?de:[],K=[];for(let fe=0;fe<se?.length;fe++){const Be=Math.floor(fe/ne),Se=fe%ne+1;let Le=0,H=9999999999;if(Be===0)K[fe]=fe;else{for(let B=0;B<K.length;B++)J.current[K[B]].top+J.current[K[B]].height<H&&(Le=B,H=J.current[K[B]].top+J.current[K[B]].height);K[Le]=fe}J.current[fe]===void 0&&(J.current[fe]={}),Be===0?(Se===1?J.current[fe].left=0:J.current[fe].left=J.current[fe-1].left+ce+4,J.current[fe].top=0):(J.current[fe].left=J.current[Le].left,J.current[fe].top=H),J.current[fe].height=J.current[fe].height||U[R(0,2)],ve[fe]={transform:`translate(${J.current[fe].left}px,${J.current[fe].top}px)`,width:`${ce}px`,height:J.current[fe].height}}return Q([...ve]),[...ve]},[ce,ne,U,R,se]),Ee=o.useCallback((de,ve)=>{J.current[ve]===void 0&&(J.current[ve]={}),J.current[ve].height=de,te.current=ue()},[ue]);o.useEffect(()=>{te.current=ue()},[ce,ne,se]),o.useEffect(()=>{var de,ve,K,fe,Be,Se;if($(!0),u&&E?.(Object.assign(Object.assign({hashTag:u?.hashTag,defaultSize:b,maxSize:b},((ve=(de=u?.rec)===null||de===void 0?void 0:de.product)===null||ve===void 0?void 0:ve.itemId)&&{productFilter:(fe=(K=u?.rec)===null||K===void 0?void 0:K.product)===null||fe===void 0?void 0:fe.itemId}),u?.itemId&&{contentFilter:u?.itemId})).then(Le=>{var H,B;N(Le),pe((B=(H=Le?.recList)===null||H===void 0?void 0:H.filter(_e=>_e?.video!==null||_e?.product!==null))!==null&&B!==void 0?B:[]),$(!1)}),O){const Le=wn;N(Le),pe((Se=(Be=Le?.recList)===null||Be===void 0?void 0:Be.filter(H=>H?.video!==null||H?.product!==null))!==null&&Se!==void 0?Se:[]),$(!1)}},[u,E,b,O]);const ke=o.useCallback(()=>{F.current!==null&&ee({width:F.current.getBoundingClientRect().width})},[]);o.useEffect(()=>{if(F.current===null)return;const de=new ResizeObserver(ve=>{ke()});return de.observe(F.current),()=>{de.disconnect()}},[ke]),o.useCallback(()=>{var de,ve,K,fe;$(!0),u&&E?.(Object.assign(Object.assign({hashTag:u?.hashTag},((ve=(de=u?.rec)===null||de===void 0?void 0:de.product)===null||ve===void 0?void 0:ve.itemId)&&{productFilter:(fe=(K=u?.rec)===null||K===void 0?void 0:K.product)===null||fe===void 0?void 0:fe.itemId}),u?.itemId&&{contentFilter:u?.itemId})).then(Be=>{var Se,Le;pe(se?.concat((Le=(Se=Be?.recList)===null||Se===void 0?void 0:Se.filter(H=>!H?.video))!==null&&Le!==void 0?Le:[])),$(!1)})},[u,E,se]);const Oe=o.useCallback(()=>{G(D.current.scrollTop)},[]);o.useEffect(()=>{var de;return(de=D?.current)===null||de===void 0||de.addEventListener("scroll",Oe),()=>{var ve;(ve=D?.current)===null||ve===void 0||ve.removeEventListener("scroll",Oe)}},[Oe,D]);const Pe=()=>{var de,ve;!((de=L?.tag)===null||de===void 0)&&de.link&&(M(),window.location.href=window.getJointUtmLink((ve=L?.tag)===null||ve===void 0?void 0:ve.link))};return o.createElement(o.Fragment,null,z?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:I,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"waterFallList",ref:F},o.createElement("div",{className:"waterFallList-scroll",ref:D},P&&((e=L?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:Pe},o.createElement($e,{className:ye.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=L?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"waterFallList-info",style:(n=x?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:he((s=L?.tag)===null||s===void 0?void 0:s.info,(l=x?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((d=L?.tag)===null||d===void 0)&&d.link),className:"waterFallList-collection",style:Object.assign({},(a=x?.textStyles)===null||a===void 0?void 0:a.hashTagLink),onClick:Pe,dangerouslySetInnerHTML:{__html:he(((r=L?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=x?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),o.createElement("div",{className:"waterFallList-content"},se?.map((de,ve)=>{var K;return o.createElement(gr,Object.assign({key:ve,index:ve,rec:de,list:se,showBorder:j+((K=D?.current)===null||K===void 0?void 0:K.clientHeight),style:V[ve],sizeChange:Ee,unitWidth:ce,reportTagsView:M},x))}),o.createElement("div",{hidden:!(!((c=L?.tag)===null||c===void 0)&&c.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(w=((m=J?.current[((f=J?.current)===null||f===void 0?void 0:f.length)-1])===null||m===void 0?void 0:m.top)+((S=J?.current[((h=J?.current)===null||h===void 0?void 0:h.length)-1])===null||S===void 0?void 0:S.height))!==null&&w!==void 0?w:0}px)`,height:!((k=L?.tag)===null||k===void 0)&&k.link?((p=ie?.current)===null||p===void 0?void 0:p.offsetHeight)||((T=x?.buttonBgStyle)===null||T===void 0?void 0:T.height)||"100px":0}}))),o.createElement("div",{className:"waterFallList-bottom",hidden:!(!((y=L?.tag)===null||y===void 0)&&y.link),style:x?.buttonBgStyle}),o.createElement("div",{ref:ie,hidden:!(!((A=L?.tag)===null||A===void 0)&&A.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},x?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((_=L?.tag)===null||_===void 0?void 0:_.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:x?.buttonStyle,onClick:Pe,dangerouslySetInnerHTML:{__html:he(((g=L?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",x?.buttonStyle)}}))))}var yr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const wr=t=>{const{rec:e,index:i,list:n,reportTagsView:s,textStyles:l,space:d}=t,{swiperRef:a,setRtcList:r,setOpenHashtag:v,bffEventReport:c,sxpParameter:f}=Te(),[m,h]=o.useState(!1),S=o.useRef(null),w=o.useRef(null),k=o.useRef(null),p=o.useRef(null),[T,y]=o.useState(""),A=o.useMemo(()=>{var x,u,E,b,I,O,D,j,G,L;return!((x=e?.video)===null||x===void 0)&&x.cover?(u=e?.video)===null||u===void 0?void 0:u.cover:!((b=(E=e?.video)===null||E===void 0?void 0:E.imgUrls)===null||b===void 0)&&b.length?(O=(I=e?.video)===null||I===void 0?void 0:I.imgUrls)===null||O===void 0?void 0:O[0]:!((j=(D=e?.product)===null||D===void 0?void 0:D.homePage)===null||j===void 0)&&j.length?(L=(G=e?.product)===null||G===void 0?void 0:G.homePage)===null||L===void 0?void 0:L[0]:f?.bottom_image||""},[e,f?.bottom_image]),_=o.useMemo(()=>{var x,u;return((x=e?.product)===null||x===void 0?void 0:x.title)||((u=e?.video)===null||u===void 0?void 0:u.title)||null},[e]),g=o.useMemo(()=>{var x,u,E,b,I,O,D,j,G;return!((x=e?.product)===null||x===void 0)&&x.currency&&(!((u=e?.product)===null||u===void 0)&&u.price)?`${(O=(I=(b=(E=e?.product)===null||E===void 0?void 0:E.currency)===null||b===void 0?void 0:b.split("-")[1])===null||I===void 0?void 0:I.toUpperCase())!==null&&O!==void 0?O:""}${(G=(j=(D=e?.product)===null||D===void 0?void 0:D.price)===null||j===void 0?void 0:j.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&G!==void 0?G:""}`:null},[e]);o.useEffect(()=>{const x=new IntersectionObserver(u=>{u.forEach(E=>{if(E.isIntersecting){if(w.current===null||A==="")return;m&&T?S.current.setSrc(T):S.current.setSrc(A),x.unobserve(w.current)}})});return x.observe(w.current),()=>{x.disconnect()}},[A,m,T]);const M=(x,u,E)=>{const b=x/u;return E/b};o.useEffect(()=>{const x=k?.current;x===null||A===""||!m||(x.src=A,x.currentTime=1,x.crossOrigin="anonymous",x.onloadeddata=()=>{const u=p?.current;if(!u)return;const E=u.getContext("2d"),b=window?.innerWidth/2,I=M(x.videoWidth,x.videoHeight,b);u.height=I,u.width=b,E?.drawImage(x,0,0,u.width,u.height),y(u.toDataURL()),x.remove(),u.remove()})},[A,m]);const P=()=>{s(),r?.(n),setTimeout(()=>{var x;(x=a?.current)===null||x===void 0||x.swiper.slideTo(i,0,!1),v?.(!1)},0)};return o.createElement("div",{ref:w,className:"list-content-listItem",key:i,onClick:P,style:{marginBottom:d}},o.createElement("div",{className:"list-content-listItem-picture"},m&&o.createElement("div",{style:{display:"none"}},o.createElement("video",{ref:k,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),o.createElement("canvas",{ref:p})),o.createElement($e,{loading:"lazy",className:"list-content-listItem-picture-img",ref:S})),o.createElement("div",{className:"list-content-listItem-info"},o.createElement("div",{className:`list-content-listItem-info-title ${g?"list-content-listItem-info-nowrap":""}`,style:l?.title,dangerouslySetInnerHTML:{__html:he(_,l?.title)}}),o.createElement("div",{className:"list-content-listItem-info-price",style:l?.price,hidden:!g,dangerouslySetInnerHTML:{__html:he(g,l?.price)}})))};function Sr(t){var e,i,n,s,l,d,a,r,v,c,f,m,h,S,w,k,p,{reportTagsView:T,showBanner:y}=t,A=Ge(t,["reportTagsView","showBanner"]);const{waterFallData:_,getRecommendVideos:g,hashTagSize:M,loadingImage:P,isOpenHashTag:x}=Te(),[u,E]=o.useState(),[b,I]=o.useState(),[O,D]=o.useState(!1),j=o.useRef(null),[G,L]=o.useState(!1);o.useCallback(()=>{var F,V,Q,te;G||(L(!0),_&&g?.(Object.assign(Object.assign({hashTag:_?.hashTag},((V=(F=_?.rec)===null||F===void 0?void 0:F.product)===null||V===void 0?void 0:V.itemId)&&{productFilter:(te=(Q=_?.rec)===null||Q===void 0?void 0:Q.product)===null||te===void 0?void 0:te.itemId}),_?.itemId&&{contentFilter:_?.itemId})).then(U=>{var z;E(u?.concat((z=U?.recList)!==null&&z!==void 0?z:[])),L(!1)}))},[_,g,u,G]),o.useEffect(()=>{var F,V,Q,te,U,z;if(D(!0),_&&g?.(Object.assign(Object.assign(Object.assign({hashTag:_?.hashTag},((V=(F=_?.rec)===null||F===void 0?void 0:F.product)===null||V===void 0?void 0:V.itemId)&&{productFilter:(te=(Q=_?.rec)===null||Q===void 0?void 0:Q.product)===null||te===void 0?void 0:te.itemId}),_?.itemId&&{contentFilter:_?.itemId}),{defaultSize:M,maxSize:M})).then($=>{var se,pe;I($),E((pe=(se=$?.recList)===null||se===void 0?void 0:se.filter(ie=>ie?.video!==null||ie?.product!==null))!==null&&pe!==void 0?pe:[]),D(!1)}),x){const $=wn;I($),E((z=(U=$?.recList)===null||U===void 0?void 0:U.filter(se=>se?.video!==null||se?.product!==null))!==null&&z!==void 0?z:[]),D(!1)}},[_,g,M,x]);const N=()=>{var F,V;!((F=b?.tag)===null||F===void 0)&&F.link&&(T(),window.location.href=window.getJointUtmLink((V=b?.tag)===null||V===void 0?void 0:V.link))};return o.createElement(o.Fragment,null,O?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:P,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"list"},o.createElement("div",{className:"list-scroll",ref:j},y&&((e=b?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:N},o.createElement($e,{className:ye.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=b?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"list-info",style:(n=A?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:he((s=b?.tag)===null||s===void 0?void 0:s.info,(l=A?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((d=b?.tag)===null||d===void 0)&&d.link),className:"list-collection",onClick:N,style:Object.assign(Object.assign({},(a=A?.textStyles)===null||a===void 0?void 0:a.hashTagLink),{marginBottom:A?.space}),dangerouslySetInnerHTML:{__html:he(((r=b?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=A?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),o.createElement("div",{className:"list-content"},u?.map((F,V)=>o.createElement(wr,Object.assign({key:V,index:V,rec:F,list:u,reportTagsView:T},A)))),o.createElement("div",{hidden:!G,style:{textAlign:"center"}},"loading..."),o.createElement("div",{hidden:!(!((c=b?.tag)===null||c===void 0)&&c.link),style:{height:!((f=b?.tag)===null||f===void 0)&&f.link?((m=A?.buttonBgStyle)===null||m===void 0?void 0:m.height)||((h=A?.buttonStyle)===null||h===void 0?void 0:h.height)||"100px":0}})),o.createElement("div",{className:"list-bottom",hidden:!(!((S=b?.tag)===null||S===void 0)&&S.link),style:A?.buttonBgStyle}),o.createElement("div",{hidden:!(!((w=b?.tag)===null||w===void 0)&&w.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},A?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((k=b?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"list-btn",style:A?.buttonStyle,onClick:N,dangerouslySetInnerHTML:{__html:he(((p=b?.tag)===null||p===void 0?void 0:p.linkTitle)||"Shop the collection",A?.buttonStyle)}}))))}const xr=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:s,swiperRef:l,setWaterFallData:d,cacheRtcList:a,setRtcList:r,cacheActiveIndex:v,rtcList:c,setCacheRtcList:f,setIsFromHashtag:m,isFromHashtag:h,bffEventReport:S,themeTag:w,selectTag:k}=Te(),{backMainFeed:p}=qe();o.useRef(null);const T=o.useRef(null),[y,A]=o.useState();o.useEffect(()=>{const x=document.getElementById("sxp-render"),u=document.getElementById("water-fall");u?T.current=u:(T.current=document.createElement("div"),T.current.setAttribute("id","water-fall"),x?.appendChild(T.current))},[]);const _=()=>{const x=je.isEqual(c,a);!x&&a&&a?.length&&r?.(a),p("branch",k,void 0,i?.hashTag),P(),d?.(void 0),m?.(!1),setTimeout(()=>{var u,E;x||(E=(u=l?.current)===null||u===void 0?void 0:u.swiper)===null||E===void 0||E.slideTo(v,0,!1),n?.(!1)},0)},[g,M]=o.useState();o.useEffect(()=>{i&&M(i)},[i]);const P=o.useCallback(()=>{var x,u,E,b,I,O;const D=g?.rec;if(!D)return;let j="";h?j="hashTagPage":!((x=D?.video)===null||x===void 0)&&x.url?j="videoPage":!((E=(u=D?.video)===null||u===void 0?void 0:u.imgUrls)===null||E===void 0)&&E.length&&(j="imagePage"),S?.({eventInfo:{contentId:(b=D?.video)===null||b===void 0?void 0:b.itemId,position:v+"",contentTags:JSON.stringify((I=D?.video)===null||I===void 0?void 0:I.tags),traceInfo:(O=D?.video)===null||O===void 0?void 0:O.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:j,fromKPage:location?.href,timeOnSite:Math.floor((new Date-y)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,S,y,h,v]);return o.useEffect(()=>{s&&A(new Date)},[s]),o.useEffect(()=>{const x=()=>{A(new Date)};return window.addEventListener("pageshow",x),()=>{window.removeEventListener("pageshow",x)}},[]),T.current?_i.createPortal(o.createElement("div",{className:"waterfall",style:{display:s?"block":"none"}},o.createElement(yn,{icon:yr,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:_}),t?.openFixedSize===!0||t?.openFixedSize===void 0?o.createElement(Sr,Object.assign({reportTagsView:P},t)):o.createElement(br,Object.assign({reportTagsView:P},t))),T.current):null};var Sn=o.memo(xr);const Tr=t=>o.createElement(Sn,Object.assign({},t));var Er=o.memo(Tr);const Ar=Je(Er,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:dr,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000",textAlign:"center"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},hashTagLink:{textAlign:"center",color:"#757575",fontSize:12,textDecoration:"underline"},title:{fontSize:12,color:"#000"},price:{fontSize:12,fontWeight:"bold",color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var Cr=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const xn=t=>o.createElement(xn,Object.assign({},t));var Ir=o.memo(xn);const kr=Je(Ir,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:Cr},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var _r=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"TextMargin",name:["style"],label:"\u4E0A\u4E0B\u8FB9\u8DDD",direction:"vertical"},{type:"TextPadding",name:["style"],label:"\u5185\u8FB9\u8DDD",direction:"horizontal"}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],Tn={"animated-button":"index-module_animated-button__lqTbg",gradientCover:"index-module_gradientCover__5iUag","one-line-ellipsis":"index-module_one-line-ellipsis__HutE0","two-line-ellipsis":"index-module_two-line-ellipsis__c8gRJ"};const Pr=t=>{var e,i,n,s,l,d,a,r,v,c,{style:f,recData:m,ctaTempStyles:h,index:S,event:w,onClick:k,isExternalLink:p=!1}=t,T=Ge(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:y,setPopupDetailData:A}=Te(),{jumpToWeb:_}=qe(),[g,M]=o.useState(!1),P=o.useRef(null),x=gn(P),u=((n=(i=(e=m?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(s=m?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=m?.video)===null||d===void 0?void 0:d.bindCta),E=((r=(a=m?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0?void 0:r[0])||((v=m?.video)===null||v===void 0?void 0:v.bindProduct),b=()=>{var j,G,L,N;const F=((G=(j=m?.video)===null||j===void 0?void 0:j.bindProducts)===null||G===void 0?void 0:G[0])||((L=m?.video)===null||L===void 0?void 0:L.bindProduct)||m?.video;if(y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},m,F,S),A?.(Object.assign(Object.assign({},m),{index:S})),p){const V=E?.link||((N=F?.bindCta)===null||N===void 0?void 0:N.link);V&&(_(m,E,u,S),window.location.href=window.getJointUtmLink(V))}else k?.()},I=u?.enTitle||"\u67E5\u770B\u8BE6\u60C5",O=o.useMemo(()=>{var j,G;const L=w?.animation;if(L){const{delay:N,duration:F,backgroundColor:V}=L;return{":after":{animationDelay:`${(j=N/1e3)!==null&&j!==void 0?j:0}s`,animationDuration:`${(G=F/1e3)!==null&&G!==void 0?G:0}s`,backgroundColor:`${V??"transparent"}`}}}},[w?.animation]);o.useEffect(()=>{var j,G,L;x&&P?.current&&y?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},m,((G=(j=m?.video)===null||j===void 0?void 0:j.bindProducts)===null||G===void 0?void 0:G[0])||((L=m?.video)===null||L===void 0?void 0:L.bindProduct)||m?.video,S)},[x]),o.useEffect(()=>{M(!!x)},[x]);const D=o.useMemo(()=>g?Tn["animated-button"]:null,[g]);return o.createElement("div",Object.assign({ref:P,style:Object.assign(Object.assign(Object.assign({},f),h?.ctaTitle),{lineHeight:`${(c=f?.height)!==null&&c!==void 0?c:0}px`})},T,{className:`${D} ${ye.css(O)} ${Tn["one-line-ellipsis"]}`,onClick:b,dangerouslySetInnerHTML:{__html:he(I,h?.ctaTitle)}}))};var Dr=o.memo(Pr),Mr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Color",name:["animation","backgroundColor"],label:"\u52A8\u753B\u989C\u8272"},{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Or=Je(Dr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:_r,bindableProps:[],interactionRender:Mr},defaulSetting:{props:{ctaTempStyles:{ctaTitle:{fontSize:15,color:"#fff",textAlign:"center"}},event:{animation:{backgroundColor:"#F40082",name:1,delay:1e3,duration:2e3}}},style:{width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",paddingLeft:7,paddingRight:7}},w:100,h:40,sort:1});var Lr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],Pt={aniLinkPopup:"index-module_aniLinkPopup__YT7kj","animated-fadeIn":"index-module_animated-fadeIn__8ZCbq",fadeIn:"index-module_fadeIn__2E-dk","animated-fadeOut":"index-module_animated-fadeOut__iK4oc",fadeOut:"index-module_fadeOut__MgevT","one-line-ellipsis":"index-module_one-line-ellipsis__NRiVV","two-line-ellipsis":"index-module_two-line-ellipsis__k-YGB","modal-icon-wrapper":"index-module_modal-icon-wrapper__tu3BY","modal-icon-wrapper-img":"index-module_modal-icon-wrapper-img__4b7qZ"};const Br="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Nr=t=>{var e,i,n,s,l,d,a,r,v,c,f,m,h,S,w,k,p,T,y,A,_,g,M,P,{style:x,recData:u,ctaTempStyles:E,index:b,event:I,bottom_image:O,translateY:D,isTel:j,onClick:G,isExternalLink:L=!1,isActive:N}=t,F=Ge(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);x==null||delete x.transform;const{sxpParameter:V,globalConfig:Q,ctaEvent:te,setPopupDetailData:U}=Te(),{jumpToWeb:z}=qe(),[$,se]=o.useState(!0),pe=((n=(i=(e=u?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(s=u?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=u?.video)===null||d===void 0?void 0:d.bindCta),ie=((r=(a=u?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0?void 0:r[0])||((v=u?.video)===null||v===void 0?void 0:v.bindProduct),R=()=>{var ue,Ee,ke,Oe;const Pe=((Ee=(ue=u?.video)===null||ue===void 0?void 0:ue.bindProducts)===null||Ee===void 0?void 0:Ee[0])||((ke=u?.video)===null||ke===void 0?void 0:ke.bindProduct)||u?.video;if(te?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},u,Pe,b),U?.(Object.assign(Object.assign({},u),{index:b})),L){const de=ie?.link||((Oe=Pe?.bindCta)===null||Oe===void 0?void 0:Oe.link);de&&(z(u,ie,pe,b),window.location.href=window.getJointUtmLink(de))}else G?.()},J=pe?.enTitle||"\u67E5\u770B\u8BE6\u60C5",W=o.useMemo(()=>{const ue=I?.animation;if(ue){const{delay:Ee,duration:ke}=ue;return{animationDelay:`${Ee?Ee/1e3:0}s`,animationDuration:`${ke?ke/1e3:0}s`}}},[I?.animation]),ee=(S=(h=(m=(c=ie?.cover)!==null&&c!==void 0?c:(f=ie?.homePage)===null||f===void 0?void 0:f[0])!==null&&m!==void 0?m:pe?.icon)!==null&&h!==void 0?h:V?.bottom_image)!==null&&S!==void 0?S:O,ne=ue=>{ue.stopPropagation(),se(!1)};o.useEffect(()=>{se(!0)},[N]);const ce=o.useMemo(()=>N&&$?Pt["animated-fadeIn"]:null,[N,$]);return o.createElement(o.Fragment,null,j?o.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):o.createElement("div",Object.assign({},F,{className:`${ye.css(Object.assign(Object.assign({},x),{"--transY":`translateY(calc(100% + ${(w=x?.margin)!==null&&w!==void 0?w:0}px))`}))} ${Pt.aniLinkPopup} ${ce} ${ye.css(W)}`,onClick:R}),o.createElement("div",{onClick:ne,className:Pt["modal-icon-wrapper"],style:{padding:(k=x?.padding)!==null&&k!==void 0?k:0}},o.createElement("img",{src:(p=Q?.popupCloseIcon)!==null&&p!==void 0?p:Br,alt:"close",className:Pt["modal-icon-wrapper-img"]})),o.createElement(ht,{src:ee,rec:u,item:(g=(A=(y=(T=u?.video)===null||T===void 0?void 0:T.bindProducts)===null||y===void 0?void 0:y[0])!==null&&A!==void 0?A:(_=u?.video)===null||_===void 0?void 0:_.bindProduct)!==null&&g!==void 0?g:u?.video,index:b,translateY:D,imgStyle:E?.img}),(!u||ie?.title)&&o.createElement("div",{className:Pt["one-line-ellipsis"],style:E?.title,dangerouslySetInnerHTML:{__html:he((M=ie?.title)!==null&&M!==void 0?M:"Product Name",E?.title)}}),o.createElement("div",{className:Pt["one-line-ellipsis"],style:Object.assign(Object.assign({},E?.ctaTitle),{lineHeight:((P=E?.ctaTitle)===null||P===void 0?void 0:P.height)+"px"}),dangerouslySetInnerHTML:{__html:he(J,E?.ctaTitle)}})))};var Fr=o.memo(Nr),jr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Vr=Je(Fr,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Lr,bindableProps:[],interactionRender:jr},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:108,height:108,marginBottom:0},title:{fontSize:14,color:"#000",textAlign:"left",lineHeight:2.6},ctaTitle:{width:108,height:22,fontSize:12,color:"#fff",textAlign:"center",backgroundColor:"rgba(0,0,0,1)"}},event:{animation:{name:1,delay:1e3,duration:2e3}}},style:{width:120,height:185,borderRadius:3,backgroundColor:"rgba(255,255,255,1)",padding:7,margin:15}},w:100,h:40,sort:2});var hi=Object.freeze({__proto__:null,AniLink:Or,AniLinkPopup:Vr,Appoint:Ds,AppointForm:vo,Commodity:Is,CommodityDetail:es,CommodityDetailDiroNew:cs,CommodityDiro:Hs,CommodityDiroNew:Xs,CommodityList:gs,Consent:kr,HashTag:Ar,Iframe:Ss,Link:Ns,MultiCommodity:ir,MultiCommodityDiro:Qs,MultiCommodityDiroNew:rr,Prompt:ss});const zr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Hr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Ur=t=>{var e,{active:i,activeIcon:n,unActicveIcon:s,recData:l,position:d}=t,a=Ge(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:v,bffEventReport:c,setCacheRtcList:f,cacheRtcList:m}=Te(),[h,S]=o.useState((e=m?.[d])===null||e===void 0?void 0:e.isCollected),w=ot(Hr),k=ot(zr),p=je.debounce(()=>Qe(void 0,void 0,void 0,function*(){var T,y,A,_,g,M,P,x,u,E,b,I,O,D,j,G,L,N,F,V,Q,te;if(h){S(!1);const U=(A=yield v?.({videoItemId:(y=(T=l?.video)===null||T===void 0?void 0:T.itemId)!==null&&y!==void 0?y:""}))!==null&&A!==void 0?A:!1;if(c?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(_=l?.video)===null||_===void 0?void 0:_.itemId)!==null&&g!==void 0?g:"",contentName:(P=(M=l?.video)===null||M===void 0?void 0:M.title)!==null&&P!==void 0?P:"",contentTags:JSON.stringify((u=(x=l?.video)===null||x===void 0?void 0:x.tags)!==null&&u!==void 0?u:[]),position:d+"",contentFormat:!((E=l?.video)===null||E===void 0)&&E.url?"video":"image",traceInfo:(b=l?.video)===null||b===void 0?void 0:b.traceInfo}}),!U)S(!0);else{const z=(I=m?.map(($,se)=>(se===d&&($.isCollected=!1),$)))!==null&&I!==void 0?I:[];f?.(z)}}else{S(!0);const U=(O=yield r?.({content:JSON.stringify(l)}))!==null&&O!==void 0?O:!1;if(c?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(j=(D=l?.video)===null||D===void 0?void 0:D.itemId)!==null&&j!==void 0?j:"",contentName:(L=(G=l?.video)===null||G===void 0?void 0:G.title)!==null&&L!==void 0?L:"",contentTags:JSON.stringify((F=(N=l?.video)===null||N===void 0?void 0:N.tags)!==null&&F!==void 0?F:[]),position:d+"",contentFormat:!((V=l?.video)===null||V===void 0)&&V.url?"video":"image",traceInfo:(Q=l?.video)===null||Q===void 0?void 0:Q.traceInfo}}),!U)S(!1);else{const z=(te=m?.map(($,se)=>(se===d&&($.isCollected=!0),$)))!==null&&te!==void 0?te:[];f?.(z)}}}),200);return o.createElement("button",Object.assign({},a,{"aria-label":"like",onClick:p}),o.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:h?n||w:s||k,alt:"icon"}))};var En=o.memo(Ur),Gr="data:image/gif;base64,R0lGODlhlgCWAPf/AAAAAICAgMzMzMzMzNXV1dXV1dXV1dfX19jOztjY2NvOztvb29zc3N/Pz9/V1d/f3+Pj4+bm5ubm5ujR0ejg4Ojo6Onp6erj4+rj4+rl5evr6+vr6+3k5O3t7e3t7e7u7u7u7u/v7/Dw8PDw8PHx8fHx8fHx8fLs7PLu7vLu7vLy8vPu7vPz8/Tp6fTx8fTx8fT09PT09PT09PXw8Pbx8fbz8/b29vb29vb29vb29vb29vf09Pf39/f39/f39/f39/f39/f39/f39/f39/f39/j09Pj09Pj19fj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pn29vn39/n5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr09Pr4+Pr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vv39/v39/v4+Pv5+fv5+fv6+vv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/z4+Pz5+fz5+fz5+fz6+vz6+vz6+vz6+vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/P36+v36+v36+v37+/37+/37+/37+/38/P38/P38/P38/P39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f78/P78/P78/P78/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v/V1f/39//4+P/6+v/7+//8/P/8/P/9/f/9/f/9/f/9/f/+/v/+/v/+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/ACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwBLACxFABcADwAMAIYAAACAgIDMzMzV1dXX19fYzs7Y2Njbzs7b29vc3Nzfz8/f1dXf39/j4+Pm5ubo0dHo4ODo6Ojp6enq4+Pq5eXr6+vt5OTt7e3u7u7v7+/w8PDx8fHy7Ozy7u7y8vLz7u7z8/P06en08fH09PT18PD28fH28/P29vb39PT39/f49PT49fX4+Pj59vb59/f5+fn69PT6+Pj6+vr79/f7+Pj7+fn7+vr7+/v8+Pj8+fn8+vr8/Pz9+vr9+/v9/Pz9/f3+/Pz+/v7/1dX/9/f/+Pj/+vr/+/v//Pz//f3//v7///8A/wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8IUgCXCNzxI8gOJQV3CFy4RIkMJTccQnQYZCGShAgNZiS45MfDiB8lglzSQyPGk0FCqpwY8iBKlyZFyly5xKRNmAJrzGQJcWFJmDB1MBQ4MwnDgAAAIfkECQQA/wAsRwAXAA8ADAAACFMA/wkslAhcqWKJsLkRyPAfODfgujyM+LAYQ4QGMR4sWGrhRIkQQVJcyFGjyYJrRqoU2aXYxowlS7L8SBNiIZg4XwqcGfIjw5g5G/6zUROcDYYBAQAh+QQJAwD/ACxIABcAEAAMAAAIWwD/CfzXqVSxRNgSlRrIEAm4LuDcPIz4sBNDcAYTYTy4MVEigRMlQhRJsYvAjB1TGuxio6RLkhJDaURJk+PCkDhHTvxXc6bNgzxh5ow40E3Pjm4Y/lszNKnAgAAAIfkECQMA/wAsSgAXABEADQAACGUA/wn856YLtkSlBioceAScG3BdHEJ0uLBLsUTgSl3MuLFUooESIz4UOfHhvzYYNabs2PFflJIwSUZcU0olx5U4SyEJyXNkyH84bwotFepfzJ4TB7IMqrGLwlIyeUZZuNAjR4UBAQAh+QQJBAD/ACxMABcAEgAOAAAIaAD/CRTYpdTAgwgFgusCzs1CcGvAJfwXBVypYoksYtSYqNjBhw4Zhmy4kJvAUhczpuTIEds/kSBjwiy4caXNmhhH6pRJEiVOlT8t/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka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";const gi=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=ki.render(o.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),Wr=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:d,videoPlayIcon:a})=>{const[r,v]=o.useState(!1),{bffEventReport:c,sxpParameter:f,waterFallData:m,openHashtag:h,bffFbReport:S}=Te(),w=o.useRef(0),[k,p]=o.useState(!1),[T,y]=o.useState(!0),{isActive:A}=mn(),_=o.useRef(null),[g,M]=o.useState(""),[P,x]=o.useState(!1),u=o.useRef(),E=`pb-cache-video-${e}`,b=o.useRef(null),I=o.useMemo(()=>d?.mode==="2",[d]),O=o.useMemo(()=>{var R;return d?.mode==="2"?`translateY(-${50+((R=d?.offsetTop)!==null&&R!==void 0?R:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),D=o.useMemo(()=>{var R;return((R=t?.video)===null||R===void 0?void 0:R.cover)||g},[g,t]),j=o.useMemo(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]),G=o.useMemo(()=>d?.bgWay==="1",[d]),L=o.useMemo(()=>G&&d?.bgColor?{backgroundColor:d?.bgColor}:{},[d,G]);o.useEffect(()=>{u?.current&&(u.current.muted=s)},[s,u?.current]);const N=o.useCallback(()=>{var R;u?.current&&((R=u?.current)===null||R===void 0||R.play())},[u?.current]),F=ot("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),V=o.useCallback(()=>{u?.current&&(x(!1),p(!0))},[]),Q=o.useCallback(()=>{var R,J,W,ee,ne,ce,ue,Ee,ke,Oe,Pe,de,ve;if(!u?.current)return;v(!1);const K=n[e];if(K&&(!((R=u?.current)===null||R===void 0)&&R.duration)){w.current=((J=u?.current)===null||J===void 0?void 0:J.currentTime)||0;const fe=((ee=(W=u?.current)===null||W===void 0?void 0:W.duration)!==null&&ee!==void 0?ee:0).toFixed(2),Be=((ce=(ne=u?.current)===null||ne===void 0?void 0:ne.currentTime)!==null&&ce!==void 0?ce:0).toFixed(2),Se=T?"0":"1";c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Ee=(ue=K?.video)===null||ue===void 0?void 0:ue.itemId)!==null&&Ee!==void 0?Ee:"",contentName:(Oe=(ke=K?.video)===null||ke===void 0?void 0:ke.title)!==null&&Oe!==void 0?Oe:"",playType:Se,startTime:Be,videoDuration:fe,contentTags:JSON.stringify((de=(Pe=K?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&de!==void 0?de:[]),position:e+"",contentFormat:"video",traceInfo:(ve=K?.video)===null||ve===void 0?void 0:ve.traceInfo}}),y(!1)}},[c,n,e,T,u?.current]),te=o.useCallback(()=>{var R;if(!u?.current||g||!I||(u.current.style.objectFit="contain",!((R=t?.video)===null||R===void 0)&&R.cover||!_||!_.current||G))return;const J=()=>{const W=_?.current,ee=W.getContext("2d"),ne=window?.innerWidth,ce=window?.innerHeight;W.height=ce,W.width=ne,ee?.drawImage(u.current,0,0,W.width,W.height),M(W.toDataURL())};J(),setTimeout(()=>{J()},500)},[u.current,G,t,g,I]),U=o.useCallback(()=>{u.current&&(Q(),te())},[u.current,te,Q]),z=o.useCallback(R=>()=>{var J,W,ee,ne,ce;if(!u.current||!k)return;const ue=(J=u?.current)===null||J===void 0?void 0:J.paused;switch(R){case"start":if(!ue)return;(W=u?.current)===null||W===void 0||W.play(),v(!1);break;case"pause":if(ue)return;(ee=u?.current)===null||ee===void 0||ee.pause(),v(!0);break;default:ue?(ne=u?.current)===null||ne===void 0||ne.play():(ce=u?.current)===null||ce===void 0||ce.pause(),v(!ue);break}},[k,u?.current]),$=o.useCallback(()=>{var R,J,W,ee,ne,ce,ue,Ee,ke,Oe,Pe,de,ve;if(!u?.current||l!==e)return;const K=n[e],fe=((J=(R=u?.current)===null||R===void 0?void 0:R.duration)!==null&&J!==void 0?J:0).toFixed(2),Be=((ee=(W=u?.current)===null||W===void 0?void 0:W.currentTime)!==null&&ee!==void 0?ee:0).toFixed(2);if(!((ne=u?.current)===null||ne===void 0)&&ne.duration){const Se=(((ce=u?.current)===null||ce===void 0?void 0:ce.currentTime)-w.current).toFixed(2);c?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Ee=(ue=K?.video)===null||ue===void 0?void 0:ue.itemId)!==null&&Ee!==void 0?Ee:"",contentName:(Oe=(ke=K?.video)===null||ke===void 0?void 0:ke.title)!==null&&Oe!==void 0?Oe:"",endTime:Be,videoDuration:fe,playDuration:Se,contentTags:JSON.stringify((de=(Pe=K?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&de!==void 0?de:[]),position:e+"",contentFormat:"video",traceInfo:(ve=K?.video)===null||ve===void 0?void 0:ve.traceInfo}})}},[n,e,c,u?.current,l]),se=o.useCallback(()=>{x(!0)},[]);o.useEffect(()=>{var R,J,W,ee,ne,ce,ue,Ee,ke,Oe;if(!A)return;const Pe=t?.video.url;if(!Pe)return;const de=document.querySelector(`#${E}`);if(!de||(u.current=gi?.(de),!u?.current))return;const ve=window?.Hls;let K=null;return Pe.includes(".m3u8")&&ve&&ve.isSupported()?(K=new ve,K.loadSource(Pe),K.attachMedia(u?.current),K.on(ve.Events.MANIFEST_PARSED,function(){var fe;(fe=u?.current)===null||fe===void 0||fe.play()})):u.current.src=Pe,(R=u?.current)===null||R===void 0||R.setAttribute("x5-playsinline","true"),(J=u?.current)===null||J===void 0||J.setAttribute("webkit-playsinline","true"),(W=u?.current)===null||W===void 0||W.addEventListener("loadedmetadata",U),(ee=u?.current)===null||ee===void 0||ee.addEventListener("loadeddata",te),(ne=u?.current)===null||ne===void 0||ne.addEventListener("play",Q),(ce=u?.current)===null||ce===void 0||ce.addEventListener("playing",V),(ue=u?.current)===null||ue===void 0||ue.addEventListener("pause",$),(Ee=u?.current)===null||Ee===void 0||Ee.addEventListener("ended",N),(ke=u?.current)===null||ke===void 0||ke.addEventListener("canplay",N),(Oe=u?.current)===null||Oe===void 0||Oe.addEventListener("waiting",se),()=>{var fe,Be,Se,Le,H,B,_e,Ze,ct;((fe=u?.current)===null||fe===void 0?void 0:fe.paused)||$(),K&&K?.destroy(),p(!1),(Be=u?.current)===null||Be===void 0||Be.removeEventListener("loadedmetadata",U),(Se=u?.current)===null||Se===void 0||Se.removeEventListener("loadeddata",te),(Le=u?.current)===null||Le===void 0||Le.removeEventListener("play",Q),(H=u?.current)===null||H===void 0||H.removeEventListener("playing",V),(B=u?.current)===null||B===void 0||B.removeEventListener("pause",$),(_e=u?.current)===null||_e===void 0||_e.removeEventListener("ended",N),(Ze=u?.current)===null||Ze===void 0||Ze.removeEventListener("canplay",N),(ct=u?.current)===null||ct===void 0||ct.removeEventListener("waiting",se)}},[A,E,t,$]),o.useEffect(()=>{var R,J;!u?.current||!k||(A?(S?.({eventName:"ViewContent"}),(R=u?.current)===null||R===void 0||R.play()):(J=u?.current)===null||J===void 0||J.pause())},[A,k,u?.current]),o.useEffect(()=>{var R,J,W;if(!A||!u?.current)return;!((R=u?.current)===null||R===void 0?void 0:R.paused)&&h?(J=u?.current)===null||J===void 0||J.pause():h||(W=u?.current)===null||W===void 0||W.play()},[h,A,u?.current]),o.useEffect(()=>{if(!A)return;const R=()=>{z("start")(),S?.({eventName:"ViewContent"})},J=z("pause");return dt.on(tt.PAGE_DID_SHOW,R),dt.on(tt.PAGE_DID_HIDE,J),()=>{dt.off(tt.PAGE_DID_SHOW,R),dt.off(tt.PAGE_DID_HIDE,J)}},[z,A]);const pe=o.useMemo(()=>!f?.placeholder_image||k?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[k,f?.placeholder_image]),ie=o.useMemo(()=>{if(!(!P||!k))return o.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Gr,alt:"placeholder image"})},[P,k]);return o.useEffect(()=>{if(!u?.current)return;const R=()=>{var J;l===e&&(!((J=t?.video)===null||J===void 0)&&J.url)&&u?.current&&!r&&z("pause")()};return window.addEventListener("beforeunload",R),()=>{window.removeEventListener("beforeunload",R)}},[l,e,t,u?.current,z,r]),t?.video?o.createElement(o.Fragment,null,I?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:z(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},L)},!G&&k&&D&&o.createElement($e,{src:D,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},j)}),o.createElement("canvas",{ref:_,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:O,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},o.createElement("div",{className:"n-full-screen",ref:b,id:E,style:{width:"100%",height:"100%"}}),r&&o.createElement($e,{className:"clc-pb-video-pause",src:a??F,alt:"pause"}))),pe,ie):o.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:z()},o.createElement("div",{className:"n-full-screen",ref:b,id:E,style:{width:"100%",height:"100%"}}),pe,ie,r&&o.createElement($e,{className:"clc-pb-video-pause",src:a??F,alt:"pause"}))):null};var Yr=o.memo(Wr);const Xr=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:s})=>{const[l,d]=o.useState(t),a=r=>{r.stopPropagation();const v=!l;d(v),n?.(v)};return o.useEffect(()=>{d(t)},[t]),o.createElement("button",{style:s,"aria-label":"toggle button",className:"pb-toggle-button",onClick:a},o.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var An=o.memo(Xr);const qr=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,s]=o.useState(!0);rt(),o.useEffect(()=>{setTimeout(()=>{s(!1)},i)},[]);const l=ot("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),d=o.useMemo(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return o.createElement("div",{hidden:!n,className:`pb-finger-wrap ${d}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},o.createElement("img",{src:t||l,alt:"finger swiper"}))},Cn=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:s}=t,l=o.useMemo(()=>n?.mode==="2",[n]),d=o.useMemo(()=>{var c;return n?.mode==="2"?`translateY(-${50+((c=n?.offsetTop)!==null&&c!==void 0?c:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),a=o.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),r=o.useMemo(()=>n?.bgWay==="1",[n]),v=o.useMemo(()=>r&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,r]);return o.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!l||!r)&&o.createElement($e,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},a),onLoad:s}),l&&o.createElement($e,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:d,left:0,right:0},onLoad:s}))},Jr=({imgUrls:t,width:e,height:i,rec:n,index:s,onReportViewImageEnd:l,onViewImageStartEvent:d,imgUrlsPostConfig:a})=>{var r,v;const c=o.useRef(),{isActive:f}=mn(),{sxpParameter:m,openHashtag:h}=Te(),[S,w]=o.useState(!1);o.useEffect(()=>{S&&f?(c?.current&&c.current.swiper.autoplay.start(),h?l(n):d(s)):c?.current&&c.current.swiper.autoplay.stop()},[n,f,l,h,s,d,S]);const k=o.useCallback(()=>{S||w(!0)},[S]);return o.createElement(At,{ref:c,defaultValue:0,direction:"horizontal",modules:[Ut,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:ye.css(Object.assign({},a?.marginBottom&&{".swiper-pagination":{bottom:(r=a?.marginBottom)!==null&&r!==void 0?r:0}})),height:i,loop:!0,autoplay:{delay:((v=a?.delay)!==null&&v!==void 0?v:3)*1e3}},t?.map((p,T)=>o.createElement(ut,{key:T},o.createElement(Cn,{src:!S&&T>0?"":p,height:i,imgUrlsPostConfig:a,onShowFirstImage:k}))))};var Kr=o.memo(Jr);const Zr=({tags:t,itemId:e,itemType:i,index:n,rec:s,hashTagStyle:l})=>{var d;const[a,r]=o.useState(!1),{setWaterFallData:v,setOpenHashtag:c,setCacheActiveIndex:f,waterFallData:m,setIsFromHashtag:h}=Te(),S=w=>{m?h?.(!0):f?.(n),v?.(i?{hashTag:w,itemId:e,itemType:i,rec:s}:{hashTag:w,rec:s}),c?.(!0)};return o.useMemo(()=>t.length<=6?null:o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!a)},a?"show less":"show more"),[a,t]),o.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(d=l?.marginTop)!==null&&d!==void 0?d:16}px`}},o.createElement(Ot,null,t?.map((w,k)=>o.createElement(ut,{key:k,hidden:a?!1:k>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>S(w)},o.createElement("div",{dangerouslySetInnerHTML:{__html:he(`#${w}`,l)}})))))};var In=o.memo(Zr),Qr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAbtJREFUeF7t2DFKxFAQxvHv6xTxCoKNiAuCna2X2NY7eAE9hYdwj2BjZ2ulYLW9pQcYDWyxBIK7ZN7MNyapk/D+v8zC20dM/OLE+zEDzBMwcYH5J1BpAMzsAMAJyU+vdZeZADN7AHAH4BjAC8kbD4QSAJv4+17wFcm3sQjyAGbWhXdff/takzwdG989Lw0wEN+te0ly9a8BIuJlJyAqXhIgMl4OIDpeCiAjXgYgK14CIDM+HSA7PhVgYHvrusnZZaOUshNUiU+ZAKX4cAC1+FAAxfgwANX4EADl+OYA6vFNASrENwOoEt8EoFK8O0C1eFcAMzsE8AXgqLcHdzvA3GVvv+89bv8FzOwcwEdvASuSy30XFXm/G0C3aDN7BXBdCcEb4ALAE4BFFQRXgM0UlEJwB6iG0ASgEkIzgCoITQEqIDQHUEcIAVBGCANQRQgFUEQIB1BDSAFQQkgDUEFIBVBASAfIRpAAyESQAchCkALIQJADiEaQBIhEkAWIQpAG+ANh8Xvk/j72CF0eYABhDeCS5PckALYQbgGcAXgm+Tg2vnu+xAR4hA69YwZoqVvh3fMEVPhKLdc4+Qn4AXwYBFBN2dYpAAAAAElFTkSuQmCC";function qt(t){return o.memo(function(e){const{$store:i}=qn(),n=l=>{let d=l;const a=l.match(/{{.*?}}/g);return a?.length&&a.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(v,c)=>{if(c){const f=je.get(i,c);return d=d.replace(r,f),f}})}),d},s=o.useMemo(()=>{var l,d,a;const{bindDatas:r}=e,v=Ge(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,c=>{if(c?.propKey&&c?.dataPath){const{propKey:f,dataPath:m}=c;m.replace(/{{\s*([\w.]+)\s*}}/g,(h,S)=>{var w,k;if(S){const p=(k=(w=je.get(i,S))!==null&&w!==void 0?w:e[f])!==null&&k!==void 0?k:"";return v[f]=p,p}})}}),v){v.eventMap={};const c=je.cloneDeep(v.event)||{};for(const f in c)if(Object.prototype.hasOwnProperty.call(c,f))try{c[f].value=n(c[f].value),v.eventMap[f]=new Function(c[f].value)}catch{}}return!((a=(d=v?.event)===null||d===void 0?void 0:d.onClick)===null||a===void 0)&&a.linkType&&(v.style.cursor="pointer"),v},[i,e]);return o.createElement(t,Object.assign({},s,s.eventMap))})}const Rr=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:s,isActive:l})=>{var d,a,r,v,c;const{schema:f}=rt();if(!t?.video)return null;let m=null;!((a=(d=t?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0)&&a.length?m="\u591A\u5546\u54C1CTA":!((r=t?.video)===null||r===void 0)&&r.bindProduct?m="\u5546\u54C1CTA":m=(c=(v=t?.video)===null||v===void 0?void 0:v.bindCta)===null||c===void 0?void 0:c.itemId;const h=i?.[m],S=o.useMemo(()=>{var w,k,p,T,y,A,_,g,M,P,x,u,E,b,I,O,D,j,G,L,N,F,V,Q,te,U,z,$,se,pe,ie,R,J;if(!t?.video)return null;if(!((k=(w=t?.video)===null||w===void 0?void 0:w.bindProducts)===null||k===void 0)&&k.length||!((p=t?.video)===null||p===void 0)&&p.bindProduct||(y=(T=t?.video)===null||T===void 0?void 0:T.bindCta)===null||y===void 0||y.itemId,!(s&&!s?.includes((A=h?.item)===null||A===void 0?void 0:A.type))&&!(!s&&((_=h?.item)===null||_===void 0?void 0:_.category)==="cta")){if(((g=h?.item)===null||g===void 0?void 0:g.type)==="CommodityDiro"&&!(!((M=t?.video)===null||M===void 0)&&M.bindProduct)||((P=h?.item)===null||P===void 0?void 0:P.type)==="Commodity"&&!(!((x=t?.video)===null||x===void 0)&&x.bindProduct)||((u=h?.item)===null||u===void 0?void 0:u.type)==="CommodityDiroNew"&&!(!((E=t?.video)===null||E===void 0)&&E.bindProduct)||((b=h?.item)===null||b===void 0?void 0:b.type)==="MultiCommodity"&&!(!((O=(I=t?.video)===null||I===void 0?void 0:I.bindProducts)===null||O===void 0)&&O.length)||((D=h?.item)===null||D===void 0?void 0:D.type)==="MultiCommodityDiro"&&!(!((G=(j=t?.video)===null||j===void 0?void 0:j.bindProducts)===null||G===void 0)&&G.length)||((L=h?.item)===null||L===void 0?void 0:L.type)==="MultiCommodityDiroNew"&&!(!((F=(N=t?.video)===null||N===void 0?void 0:N.bindProducts)===null||F===void 0)&&F.length))return null;if(h&&n){const W=n[(V=h?.item)===null||V===void 0?void 0:V.type],ee=qt(W),ne=(Q=W?.extend)===null||Q===void 0?void 0:Q.defaulSetting,ce=((z=(U=(te=h?.item)===null||te===void 0?void 0:te.event)===null||U===void 0?void 0:U.onClick)===null||z===void 0?void 0:z.linkType)==="externalLink";return o.createElement(ee,Object.assign({style:Object.assign(Object.assign(Object.assign({},ne?.style),($=h?.item)===null||$===void 0?void 0:$.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},ne?.textStyle),(se=h?.item)===null||se===void 0?void 0:se.textStyle),bindDatas:(ie=(pe=h?.item)===null||pe===void 0?void 0:pe.bindDatas)!==null&&ie!==void 0?ie:[]},ne?.props,(R=h?.item)===null||R===void 0?void 0:R.props,{event:((J=h?.item)===null||J===void 0?void 0:J.event)||{},schema:f,id:h?.id,key:h?.id,recData:t,isExternalLink:ce,index:e,isActive:l}))}else return null}},[t,n,i,f,h?.id,l]);return o.createElement(o.Fragment,null,S)};var Jt=o.memo(Rr);const kn=({nudge:t})=>{var e,i,n,s,l,d;return o.createElement(o.Fragment,null,t?.isOpen&&o.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(l=(s=t?.size)===null||s===void 0?void 0:s.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(d=t?.borderRadius)!==null&&d!==void 0?d:4}},t?.icon?o.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,o.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:he(t?.content,t?.textStyle)}})))},$r=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:s,setCacheRtcList:l,setCacheActiveIndex:d,setLoading:a,swiperRef:r,waterFallData:v,bffEventReport:c,selectTag:f,setSelectTag:m}=Te(),{backMainFeed:h}=qe(),S=o.useMemo(()=>[Nt,...t],[t]),w=k=>()=>{if(k===f)return;k!=="FOR U"?c?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${k}']`}}):h("theme",k,f);let p;k!==Nt&&(p=k),a?.(!0),n?.({themeTag:p}).then(T=>{var y,A,_,g;dt.emit(tt.CHANGE_THEME_TAG,p),s?.((y=T?.recList)!==null&&y!==void 0?y:[]),l?.((A=T?.recList)!==null&&A!==void 0?A:[]),e?.(0),d?.(0),(g=(_=r?.current)===null||_===void 0?void 0:_.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{a?.(!1)}),m?.(k)};return v||t.length<=0?null:o.createElement("div",{className:"clc-sxp-tagbar",style:i},o.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},S.map(k=>o.createElement("li",{className:`clc-sxp-tagbar-list-item ${k===f?"clc-sxp-tagbar-list-item-active":""}`,key:k,onClick:w(k)},k))))};var _n=o.memo($r);const Pn=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:s,resolver:l,data:d=[],ctaType:a,tipText:r,nudge:v,_schema:c,hashTagStyle:f,tagList:m=[],licenseUrl:h})=>{var S,w,k,p,T,y,A,_,g;const M=ot("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),P=ot("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:x}=rt(),[u,E]=o.useState(0),b=o.useRef(0),[I,O]=o.useState(!0),D=o.useRef(),[j,G]=o.useState(!1),[L,N]=o.useState(!1),[F,V]=o.useState(new Date().getTime()),Q=o.useRef(!1),{loadVideos:te,bffEventReport:U,loading:z,setPopupDetailData:$,ctaEvent:se,swiperRef:pe,waterFallData:ie,setOpenHashtag:R,appDomain:J,openHashtag:W,loadingImage:ee,isFromHashtag:ne,popupDetailData:ce,bffFbReport:ue,curTime:Ee,h5EnterLink:ke,isShowConsent:Oe,selectTag:Pe,isPreview:de}=Te(),{backMainFeed:ve}=qe(),{productView:K}=qe(),fe=o.useMemo(()=>d.length>0&&!z&&(Zn()||t?.enableSwiperTip),[d,z,t?.enableSwiperTip]);o.useEffect(()=>{Bi()},[]),o.useEffect(()=>{if(d?.length>0){const C=new Date;D.current=C,ue?.({eventName:"PageView"})}},[d?.length]);const Be=o.useCallback(()=>{if(Bi(),ke?.(),d.length>0){const C=new Date;D.current=C,ue?.({eventName:"PageView"})}},[d.length,ue,ke]);o.useEffect(()=>{var C;const q=d?.findIndex(Z=>{var le,me,we,ae,ge,Me,Ne,ze,He;const Ue=a?.[0];return Ue==="\u591A\u5546\u54C1CTA"?((le=Z?.video)===null||le===void 0?void 0:le.bindProducts)&&((we=(me=Z?.video)===null||me===void 0?void 0:me.bindProducts)===null||we===void 0?void 0:we.length)>0:Ue==="\u5546\u54C1CTA"?(ae=Z?.video)===null||ae===void 0?void 0:ae.bindProduct:((Me=(ge=Z?.video)===null||ge===void 0?void 0:ge.bindCta)===null||Me===void 0?void 0:Me.itemId)===Ue&&(((Ne=Z?.video)===null||Ne===void 0?void 0:Ne.url)||((He=(ze=Z?.video)===null||ze===void 0?void 0:ze.imgUrls)===null||He===void 0?void 0:He.length))})||0;(C=pe?.current)===null||C===void 0||C.swiper.slideTo(q)},[a,pe]),o.useEffect(()=>{const C=d?.[u],q=()=>{var Z,le,me,we,ae,ge,Me,Ne,ze,He,Ue,Ye,Xe,Ie,Fe,nt,We,vt,pt,bt;const yt=!W&&!Oe;if(document.visibilityState==="hidden"){yt&&(dt.emit(tt.PAGE_DID_HIDE,C),Y(C),xe(C));let De="";ce&&(!((le=(Z=C?.video)===null||Z===void 0?void 0:Z.bindProducts)===null||le===void 0)&&le.length||!((me=C?.video)===null||me===void 0)&&me.bindProduct)?De="pdpPage":ce&&((Me=s?.[(ge=(ae=(we=C?.video)===null||we===void 0?void 0:we.bindCta)===null||ae===void 0?void 0:ae.itemId)!==null&&ge!==void 0?ge:""].item)===null||Me===void 0?void 0:Me.type)==="Appoint"?De="formPage":ne?De="hashTagPage":!((Ne=C?.video)===null||Ne===void 0)&&Ne.url?De="videoPage":!((ze=C?.video)===null||ze===void 0)&&ze.imgUrls&&(!((Ue=(He=C?.video)===null||He===void 0?void 0:He.imgUrls)===null||Ue===void 0)&&Ue.length)?De="imagePage":C?.product&&(De="productPage"),U?.({eventInfo:{sessionDuration:Math.floor((new Date-Ee.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Ye=C?.video)===null||Ye===void 0?void 0:Ye.itemId,productId:(Xe=C?.product)===null||Xe===void 0?void 0:Xe.itemId,position:u+"",fromKName:De,fromKPage:location?.href,ctatId:(nt=(Fe=(Ie=C?.video)===null||Ie===void 0?void 0:Ie.bindCta)===null||Fe===void 0?void 0:Fe.itemId)!==null&&nt!==void 0?nt:"",traceInfo:(bt=(vt=(We=C?.video)===null||We===void 0?void 0:We.traceInfo)!==null&&vt!==void 0?vt:(pt=C?.product)===null||pt===void 0?void 0:pt.traceInfo)!==null&&bt!==void 0?bt:""}})}else document.visibilityState==="visible"&&(Q.current===!0&&(V(new Date().getTime()),Q.current=!1),Be(),yt&&(re(u),dt.emit(tt.PAGE_DID_SHOW,C),ve("external",Pe)))};return document.addEventListener("visibilitychange",q),()=>{document.removeEventListener("visibilitychange",q)}},[u,U,d,Be,ce,ne,s,Ee,ve,W,Oe,Pe]);const Se=o.useMemo(()=>{let C=0;return m.length>0&&(C+=45,ie&&(C-=45)),C},[m,ie]),Le=o.useMemo(()=>{let C=0;return t?.logoUrl&&t?.isShowLogo&&(C+=56),C},[]),H=o.useMemo(()=>i-Le-Se,[t,i,Se]),B=o.useMemo(()=>{var C,q;if(t?.logoUrl&&t?.isShowLogo){const Z=(q=(C=t?.logoBar)===null||C===void 0?void 0:C.onClick)===null||q===void 0?void 0:q.value;return o.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},Z&&{onClick:()=>new Function(Z)()}),o.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t]),_e=o.useCallback((C,q)=>{var Z,le,me,we;return!((Z=C?.video)===null||Z===void 0)&&Z.url?o.createElement(Yr,{key:F,rec:C,index:q,muted:I,data:d,height:H,activeIndex:u,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((le=C?.video)===null||le===void 0)&&le.imgUrls?o.createElement(Kr,{key:C?.video.itemId,imgUrls:C?.video.imgUrls,width:n,height:H,rec:C,index:q,onReportViewImageEnd:Y,onViewImageStartEvent:re,imgUrlsPostConfig:t?.imgUrlsPost}):C.product&&Array.isArray(t?.productPost)&&((me=t?.productPost)===null||me===void 0?void 0:me.length)>0?(we=t?.productPost)===null||we===void 0?void 0:we.map((ae,ge)=>{var Me,Ne,ze,He,Ue,Ye,Xe,Ie;const Fe=l[(Me=ae?.item)===null||Me===void 0?void 0:Me.type],nt=qt(Fe),We=(Ne=Fe?.extend)===null||Ne===void 0?void 0:Ne.defaulSetting;return o.createElement(nt,Object.assign({key:`${q}${ge}`,textStyle:Object.assign(Object.assign({},We?.textStyle),(ze=ae?.item)===null||ze===void 0?void 0:ze.textStyle),bindDatas:(Ue=(He=ae?.item)===null||He===void 0?void 0:He.bindDatas)!==null&&Ue!==void 0?Ue:[]},We?.props,(Ye=ae?.item)===null||Ye===void 0?void 0:Ye.props,{event:((Xe=ae?.item)===null||Xe===void 0?void 0:Xe.event)||{},schema:x,id:ae?.id,viewTime:D.current,rec:C,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},We?.style),(Ie=ae?.item)===null||Ie===void 0?void 0:Ie.style),{height:"100%",overflow:"auto"}),index:q}))}):null},[n,d,H,I,u,t?.productPost,t?.videoPlayIcon,D,r,l,x,F]),Ze=o.useCallback(C=>{N(C)},[]),ct=o.useMemo(()=>L?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[L]),gt=o.useCallback((C,q)=>{var Z,le,me,we,ae,ge,Me,Ne;return C?.video?o.createElement(o.Fragment,null,((Z=C?.video)===null||Z===void 0?void 0:Z.title)&&!L&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(le=t?.bottomInfoDist)!==null&&le!==void 0?le:40}px`}},o.createElement(kn,{nudge:v}),t?.isShowCTA===void 0||t?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Jt,{rec:C,index:q,tempMap:s,resolver:l})):null,o.createElement("div",null,o.createElement(Xt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(we=(me=C?.video)===null||me===void 0?void 0:me.title)!==null&&we!==void 0?we:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:Ze}),o.createElement(Jt,{rec:C,index:q,tempMap:s,resolver:l,includesCtaType:["AniLink"]}),o.createElement(In,{index:u,tags:(ge=(ae=C?.video)===null||ae===void 0?void 0:ae.hashTags)!==null&&ge!==void 0?ge:[],itemId:(Me=C?.video)===null||Me===void 0?void 0:Me.itemId,itemType:!((Ne=C?.video)===null||Ne===void 0)&&Ne.itemId?"VIDEO":null,rec:C,hashTagStyle:f}))),o.createElement(Jt,{rec:C,index:q,tempMap:s,resolver:l,includesCtaType:["AniLinkPopup"],isActive:q===u})):null},[e,u,s,l,r,v,f,t,Ze,L,ct]),et=o.useCallback((C,q,Z)=>{var le,me,we,ae;if(!t?.isShowLike||!Z)return;let ge=(le=t?.likeIconY)!==null&&le!==void 0?le:400;return ie&&ge<40&&(ge+=40),C?.video?o.createElement(En,{key:C.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:C.isCollected,recData:C,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(me=t.likeIconXPosit)!==null&&me!==void 0?me:"right"]:(we=t.likeIconX)!==null&&we!==void 0?we:0,[(ae=t.likeIconYPosit)!==null&&ae!==void 0?ae:"bottom"]:ge},position:q}):null},[t,ie]),Y=C=>{var q,Z,le,me,we,ae;if(!(!((q=C?.video)===null||q===void 0)&&q.url)&&(!((Z=C?.video)===null||Z===void 0)&&Z.imgUrls)){const ge=Date.now(),Me=(ge-b.current)/1e3;U?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(me=(le=C?.video)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",contentName:(we=C?.video.title)!==null&&we!==void 0?we:"",imageEndTime:`${ge}`,playDuration:`${Me}`,contentTags:JSON.stringify((ae=C?.video.tags)!==null&&ae!==void 0?ae:[]),position:u+"",contentFormat:"image",traceInfo:C?.video.traceInfo}})}},X=(C,q)=>{var Z,le,me,we,ae,ge,Me,Ne,ze,He,Ue,Ye,Xe,Ie,Fe,nt,We,vt,pt;if(de||ie)return;const bt=new Date-Ee.current;if(t?.openSlideSkip&&bt>=((Z=t?.slideSkipStartTime)!==null&&Z!==void 0?Z:0)&&Qn()&&C){const yt=((we=(me=(le=C?.video)===null||le===void 0?void 0:le.bindProducts)===null||me===void 0?void 0:me[0])===null||we===void 0?void 0:we.link)||((ge=(ae=C?.video)===null||ae===void 0?void 0:ae.bindProduct)===null||ge===void 0?void 0:ge.link)||((Me=C?.product)===null||Me===void 0?void 0:Me.link),De=C?.product||((Ne=C?.video)===null||Ne===void 0?void 0:Ne.bindProduct)||((He=(ze=C?.video)===null||ze===void 0?void 0:ze.bindProducts)===null||He===void 0?void 0:He[0]);yt&&(U?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Ue=De?.itemId)!==null&&Ue!==void 0?Ue:"",productName:(Ye=De?.title)!==null&&Ye!==void 0?Ye:"",price:De?.price?De?.price+"":"0",productCollection:(Xe=De?.collection)!==null&&Xe!==void 0?Xe:"",contentTags:De?.tags?JSON.stringify(De?.tags):"",position:q+"",contentId:(Fe=(Ie=C?.video)===null||Ie===void 0?void 0:Ie.itemId)!==null&&Fe!==void 0?Fe:"",traceInfo:(pt=(We=(nt=C?.video)===null||nt===void 0?void 0:nt.traceInfo)!==null&&We!==void 0?We:(vt=C?.product)===null||vt===void 0?void 0:vt.traceInfo)!==null&&pt!==void 0?pt:""}}),Rn(),Q.current=!0,window.location.href=window.getJointUtmLink(yt))}},be=C=>{var q,Z,le,me,we,ae,ge,Me,Ne,ze,He,Ue,Ye,Xe;D.current=new Date;const Ie=d[C.previousIndex];if(!Ie)return;C.previousIndex-C.activeIndex<0?(U?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(Z=(q=Ie?.video)===null||q===void 0?void 0:q.itemId)!==null&&Z!==void 0?Z:"",productId:(me=(le=Ie?.product)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",requestId:null,traceInfo:(ae=(we=Ie?.video)===null||we===void 0?void 0:we.traceInfo)!==null&&ae!==void 0?ae:""}}),Y(Ie),X(Ie,C.previousIndex)):(U?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Me=(ge=Ie?.video)===null||ge===void 0?void 0:ge.itemId)!==null&&Me!==void 0?Me:"",productId:(ze=(Ne=Ie.product)===null||Ne===void 0?void 0:Ne.itemId)!==null&&ze!==void 0?ze:"",requestId:null,traceInfo:(Ue=(He=Ie?.video)===null||He===void 0?void 0:He.traceInfo)!==null&&Ue!==void 0?Ue:""}}),Y(Ie)),xe(Ie);const Fe=d[C.activeIndex];!(!((Ye=Fe?.video)===null||Ye===void 0)&&Ye.url)&&!(!((Xe=Fe?.video)===null||Xe===void 0)&&Xe.imgUrls)&&Fe?.product&&ue?.({eventName:"ProductView"})},xe=C=>{var q,Z,le;!(!((q=C?.video)===null||q===void 0)&&q.url)&&!(!((Z=C?.video)===null||Z===void 0)&&Z.imgUrls)&&C?.product&&K(C,C.product,(le=C?.product)===null||le===void 0?void 0:le.bindCta,D.current,u)};o.useEffect(()=>{const C=d[u];W&&xe(C)},[W,d,u]);const re=C=>{var q,Z,le,me,we,ae;const ge=d[C];if(!(!((q=ge?.video)===null||q===void 0)&&q.url)&&(!((Z=ge?.video)===null||Z===void 0)&&Z.imgUrls)){const Me=Date.now();b.current=Me,U?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(me=(le=ge?.video)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",contentName:(we=ge?.video.title)!==null&&we!==void 0?we:"",imageStartTime:`${Me}`,contentTags:JSON.stringify((ae=ge?.video.tags)!==null&&ae!==void 0?ae:[]),position:C+"",contentFormat:"image",traceInfo:ge?.video.traceInfo}}),ue?.({eventName:"ViewContent"})}},Ae=o.useMemo(()=>{var C;const q=u===0&&!ie?[(C=d?.[0])!==null&&C!==void 0?C:null]:d?.map((Z,le)=>u===le||le-1===u||le+1===u?Z:null);return ie?q:q.concat([{loading:!0}])},[d,u,ie]),Ce=o.useCallback(C=>{var q,Z,le,me,we,ae;if(C)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&o.createElement(An,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((Z=(q=Ae?.[u])===null||q===void 0?void 0:q.video)===null||Z===void 0)&&Z.url?"visible":"hidden",zIndex:999,[(le=t?.muteIconXPosit)!==null&&le!==void 0?le:"right"]:(me=t?.muteIconX)!==null&&me!==void 0?me:0,[(we=t?.muteIconYPosit)!==null&&we!==void 0?we:"bottom"]:(ae=t?.muteIconY)!==null&&ae!==void 0?ae:23},defaultValue:I,activeIcon:t?.unMuteIcon?t?.unMuteIcon:M,unactiveIcon:t?.muteIcon?t?.muteIcon:P,onChange:O})},[t,Ae,u,I]),oe=o.useMemo(()=>z?o.createElement("div",{style:{height:H,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:ee,alt:"loading...",style:{objectFit:"contain"}})):Ae?.map((C,q)=>o.createElement(ut,{key:q,virtualIndex:q,style:{overflow:"hidden"}},C&&o.createElement(o.Fragment,null,C?.loading?o.createElement("div",{style:{height:H,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:ee,alt:"loading...",style:{objectFit:"contain"}})):o.createElement(o.Fragment,null,_e(C,q),gt(C,q),et(C,q,!t?.likeIconFixed),Ce(!t?.muteIconFixed))))),[n,d,H,z,gt,_e,Ae,ee,F,Ce]);return o.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},ie&&o.createElement(yn,{icon:Qr,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(T=(p=(k=(w=(S=t?.hashTag)===null||S===void 0?void 0:S[0])===null||w===void 0?void 0:w.item)===null||k===void 0?void 0:k.props)===null||p===void 0?void 0:p.textStyles)===null||T===void 0?void 0:T.hashTagTitle),{color:"#fff"}),onClose:()=>{R?.(!0)}}),B,o.createElement(_n,{tagList:m,setActiveIndex:E,style:{top:Le}}),fe?o.createElement(qr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((y=t?.swipeTipOffset)!==null&&y!==void 0?y:0)}%`},duration:t?.swiperTipAniDur}):null,o.createElement(At,{style:{marginTop:Se},ref:pe,onSlideChange:()=>{pe.current.swiper.allowTouchMove=!1,setTimeout(()=>{pe.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:C=>{E(C.activeIndex),!W&&(be(C),!ie&&C?.activeIndex+2>=d?.length&&(j||(G(!0),te?.(Math.ceil(u/10)+1).then(()=>{G(!1)}))))},direction:"vertical",height:H},et(Ae[u],u,!!t?.likeIconFixed),Ce(!!t?.muteIconFixed),oe),o.createElement(Sn,Object.assign({},(g=(_=(A=t?.hashTag)===null||A===void 0?void 0:A[0])===null||_===void 0?void 0:_.item)===null||g===void 0?void 0:g.props)))},ed=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:s,index:l})=>o.createElement(At,{defaultValue:0,direction:"horizontal",modules:[Ut,Gt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(d=>o.createElement(ut,{key:d},o.createElement(Cn,{src:d,height:i,imgUrlsPostConfig:n}))));var td=o.memo(ed);const id=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:d,width:a})=>{const[r,v]=o.useState(!1),c=o.useRef(null),{bffEventReport:f,sxpParameter:m,waterFallData:h,openHashtag:S}=Te(),w=o.useRef(0),[k,p]=o.useState(!1),[T,y]=o.useState(!0),A=o.useRef(null),[_,g]=o.useState("");o.useEffect(()=>{c.current&&(c.current.muted=s)},[s]);const M=o.useCallback(()=>{var N;(N=c.current)===null||N===void 0||N.play()},[]),P=ot("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),x=o.useCallback(()=>{var N,F,V,Q,te,U,z,$,se,pe,ie,R,J;v(!1);const W=n[e];if(W&&(!((N=c?.current)===null||N===void 0)&&N.duration)){w.current=((F=c?.current)===null||F===void 0?void 0:F.currentTime)||0;const ee=((Q=(V=c.current)===null||V===void 0?void 0:V.duration)!==null&&Q!==void 0?Q:0).toFixed(2),ne=((U=(te=c.current)===null||te===void 0?void 0:te.currentTime)!==null&&U!==void 0?U:0).toFixed(2),ce=T?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:($=(z=W?.video)===null||z===void 0?void 0:z.itemId)!==null&&$!==void 0?$:"",contentName:(pe=(se=W?.video)===null||se===void 0?void 0:se.title)!==null&&pe!==void 0?pe:"",playType:ce,startTime:ne,videoDuration:ee,contentTags:JSON.stringify((R=(ie=W?.video)===null||ie===void 0?void 0:ie.tags)!==null&&R!==void 0?R:[]),position:e+"",contentFormat:"video",traceInfo:(J=W?.video)===null||J===void 0?void 0:J.traceInfo}}),y(!1)}},[f,n,e,T]),u=o.useCallback(()=>{p(!0)},[]),E=o.useCallback(N=>()=>{var F,V,Q,te,U;if(!k)return;const z=(F=c.current)===null||F===void 0?void 0:F.paused;switch(N){case"start":if(!z)return;(V=c.current)===null||V===void 0||V.play(),v(!1);break;case"pause":if(z)return;(Q=c.current)===null||Q===void 0||Q.pause(),v(!0);break;default:z?(te=c.current)===null||te===void 0||te.play():(U=c.current)===null||U===void 0||U.pause(),v(!z);break}},[k]),b=o.useCallback(()=>{var N,F,V,Q,te,U,z,$,se,pe,ie,R,J;const W=n[e],ee=((F=(N=c.current)===null||N===void 0?void 0:N.duration)!==null&&F!==void 0?F:0).toFixed(2),ne=((Q=(V=c.current)===null||V===void 0?void 0:V.currentTime)!==null&&Q!==void 0?Q:0).toFixed(2);if(!((te=c?.current)===null||te===void 0)&&te.duration){const ce=(((U=c?.current)===null||U===void 0?void 0:U.currentTime)-w.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:($=(z=W?.video)===null||z===void 0?void 0:z.itemId)!==null&&$!==void 0?$:"",contentName:(pe=(se=W?.video)===null||se===void 0?void 0:se.title)!==null&&pe!==void 0?pe:"",endTime:ne,videoDuration:ee,playDuration:ce,contentTags:JSON.stringify((R=(ie=W?.video)===null||ie===void 0?void 0:ie.tags)!==null&&R!==void 0?R:[]),position:e+"",contentFormat:"video",traceInfo:(J=W?.video)===null||J===void 0?void 0:J.traceInfo}})}},[n,e,f]),I=o.useMemo(()=>d?.mode==="2",[d]),O=o.useMemo(()=>{var N;return d?.mode==="2"?`translateY(-${50+((N=d?.offsetTop)!==null&&N!==void 0?N:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),D=o.useMemo(()=>{var N;return((N=t?.video)===null||N===void 0?void 0:N.cover)||_},[_,t]),j=o.useCallback(()=>{if(!A||!c||!c.current||!A.current)return;const N=c?.current,F=A?.current,V=F.getContext("2d"),Q=window?.innerWidth,te=window?.innerHeight;F.height=te,F.width=Q,V?.drawImage(N,0,0,F.width,F.height),g(F.toDataURL())},[]);o.useEffect(()=>{var N,F,V,Q;if(c.current){if(v(!1),!c.current.src){const te=t?.video.url;if(te.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const U=new window.Hls;U.loadSource(te),U.attachMedia(c.current)}else c.current.canPlayType("application/vnd.apple.mpegurl"),c.current.src=te;else c.current.src=te;c.current.setAttribute("x5-playsinline","true"),c.current.setAttribute("webkit-playsinline","true")}return(N=c.current)===null||N===void 0||N.addEventListener("loadedmetadata",u),(F=c.current)===null||F===void 0||F.addEventListener("canplay",u),(V=c.current)===null||V===void 0||V.addEventListener("playing",x),(Q=c.current)===null||Q===void 0||Q.addEventListener("loadeddata",j),()=>{var te,U,z,$;(te=c.current)===null||te===void 0||te.removeEventListener("loadedmetadata",u),(U=c.current)===null||U===void 0||U.removeEventListener("canplay",u),(z=c.current)===null||z===void 0||z.removeEventListener("playing",x),($=c.current)===null||$===void 0||$.removeEventListener("loadeddata",j)}}},[u,x,t?.video,j]);const G=o.useMemo(()=>!m?.placeholder_image||k?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image,alt:"video poster"}),[k,m?.placeholder_image]);o.useEffect(()=>{const N=()=>{var F,V;l===e&&(!((F=t?.video)===null||F===void 0)&&F.url)&&(!((V=c?.current)===null||V===void 0)&&V.src)&&!r&&E("pause")()};return window.addEventListener("beforeunload",N),()=>{window.removeEventListener("beforeunload",N)}},[l,e,t,c,E,r]);const L=o.useMemo(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]);return t?.video?o.createElement(o.Fragment,null,I?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:E(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},o.createElement($e,{src:D,style:Object.assign({height:i,width:a,objectFit:"cover"},L)}),o.createElement("canvas",{ref:A,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:a,height:i,top:"50%",transform:O,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:a,height:"100%"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:c,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:b,onEnded:M,style:{width:"100%",height:i,objectFit:"contain"}}),o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))),G):o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:E(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:c,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:b,onEnded:M}),G,o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))):null};var nd=o.memo(id);const bi={};Object.values(hi).forEach(t=>{bi[t.extend.type]=t});const od="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",ld="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",sd=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:s,descStyle:l,hashTagStyle:d,containerHeight:a=664,containerWidth:r=375,appDomain:v,tagList:c=[]})=>{const f=o.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),c.length>0&&(g+=45),a-g},[e,a,c]),m=(g,M)=>{var P,x,u,E;if(!((P=g?.video)===null||P===void 0)&&P.url)return o.createElement(nd,{rec:g,index:M,muted:!0,width:r,data:t??[],height:f,activeIndex:M,videoPostConfig:e?.videoPost});if(!((x=g?.video)===null||x===void 0)&&x.imgUrls)return o.createElement(td,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:r,height:f,rec:g,index:M,imgUrlsPostConfig:e?.imgUrlsPost});if(g.product&&g.product&&Array.isArray(e?.productPost)&&((u=e?.productPost)===null||u===void 0?void 0:u.length)>0)return(E=e?.productPost)===null||E===void 0?void 0:E.map((b,I)=>{var O,D,j,G,L,N,F,V;const Q=bi[(O=b?.item)===null||O===void 0?void 0:O.type],te=qt(Q),U=(D=Q?.extend)===null||D===void 0?void 0:D.defaulSetting;return o.createElement(te,Object.assign({key:`${M}${I}`,textStyle:Object.assign(Object.assign({},U?.textStyle),(j=b?.item)===null||j===void 0?void 0:j.textStyle),bindDatas:(L=(G=b?.item)===null||G===void 0?void 0:G.bindDatas)!==null&&L!==void 0?L:[]},U?.props,(N=b?.item)===null||N===void 0?void 0:N.props,{event:((F=b?.item)===null||F===void 0?void 0:F.event)||{},id:b?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},U?.style),(V=b?.item)===null||V===void 0?void 0:V.style),{width:r,height:f,overflow:"auto"}),index:M}))})},h=o.useMemo(()=>e?.logoUrl&&e?.isShowLogo?o.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},o.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),S=(g,M)=>e?.isShowCTA===void 0||e?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Jt,{rec:g,index:M,tempMap:s,resolver:bi})):null,w=(g,M)=>{var P,x,u,E,b,I,O;return g?.video?o.createElement(o.Fragment,null,((P=g?.video)===null||P===void 0?void 0:P.title)&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom"},o.createElement(kn,{nudge:n}),S(g,M),o.createElement("div",null,o.createElement(Xt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(u=(x=g?.video)===null||x===void 0?void 0:x.title)!==null&&u!==void 0?u:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),o.createElement(In,{index:M,tags:(b=(E=g?.video)===null||E===void 0?void 0:E.hashTags)!==null&&b!==void 0?b:[],itemId:(I=g?.video)===null||I===void 0?void 0:I.itemId,itemType:!((O=g?.video)===null||O===void 0)&&O.itemId?"VIDEO":null,rec:g,hashTagStyle:d}))):null},k=ot(ld,v),p=ot(od,v),T=(g,M)=>{var P,x,u,E;if(!e?.isShowLike)return;let b=(P=e?.likeIconY)!==null&&P!==void 0?P:400;return b<40&&(b+=40),g?.video?o.createElement(En,{key:g.position,activeIcon:(x=e?.likeIcon)!==null&&x!==void 0?x:k,unActicveIcon:(u=e?.unlikeIcon)!==null&&u!==void 0?u:p,position:M,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:b,right:(E=e?.likeIconX)!==null&&E!==void 0?E:0}}):null},y=ot("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),A=ot("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),_=(g,M)=>{var P,x,u,E;return o.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},h,o.createElement(_n,{tagList:c}),o.createElement(An,{style:{position:"absolute",right:(P=e?.muteIconX)!==null&&P!==void 0?P:0,visibility:!((u=(x=t?.[M])===null||x===void 0?void 0:x.video)===null||u===void 0)&&u.url?"visible":"hidden",bottom:(E=e?.muteIconY)!==null&&E!==void 0?E:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:y,unactiveIcon:e?.muteIcon?e?.muteIcon:A}),m(g,M),w(g,M),T(g,M))};return o.createElement("div",{className:ye.css({width:"100%",height:a,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((g,M)=>_(g,M)))};var rd=o.memo(sd);const dd=()=>{const{schema:t,resolver:e,popup:i}=rt(),{setPopupDetailData:n,popupDetailData:s,popupCurTimeRef:l,checkCommodityIndexRef:d}=Te(),{productView:a}=qe(),[r,v]=o.useState();o.useEffect(()=>{const m=()=>{l.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),o.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,v(i))},[i]);const c=()=>{var m,h,S,w,k,p,T,y,A,_,g,M,P,x,u,E,b,I;if(!i||i?.id===""||!r||new Date-l.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;v(Object.assign(Object.assign({},i),{id:""}));const O=(w=(S=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||S===void 0?void 0:S.popupList)===null||w===void 0?void 0:w.find(D=>D?.id===i?.id);if(((k=O?.item)===null||k===void 0?void 0:k.type)==="CommodityDetail"||((p=O?.item)===null||p===void 0?void 0:p.type)==="CommodityDetailDiroNew"){const D=s;let j=(y=(T=D?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&y!==void 0?y:(_=(A=D?.video)===null||A===void 0?void 0:A.bindProducts)===null||_===void 0?void 0:_[0],G=(P=(M=(g=D?.video)===null||g===void 0?void 0:g.bindProduct)===null||M===void 0?void 0:M.bindCta)!==null&&P!==void 0?P:(E=(u=(x=D?.video)===null||x===void 0?void 0:x.bindProducts)===null||u===void 0?void 0:u[0])===null||E===void 0?void 0:E.bindCta;if(d?.current>=0){const L=(I=(b=D?.video)===null||b===void 0?void 0:b.bindProducts)===null||I===void 0?void 0:I[d?.current];L&&(j=L,G=L?.bindCta)}j&&G&&a(D,j,G,l.current,s?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),d.current=-1},i?.duration)},f=o.useMemo(()=>{var m,h,S;return(S=(h=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||h===void 0?void 0:h.popupList)===null||S===void 0?void 0:S.map((w,k)=>{var p,T,y,A,_,g,M,P,x,u,E,b,I,O;if(w?.id===i?.id){const D=e[(p=w?.item)===null||p===void 0?void 0:p.type],j=qt(D),G=((A=(y=(T=w?.item)===null||T===void 0?void 0:T.event)===null||y===void 0?void 0:y.onClick)===null||A===void 0?void 0:A.linkType)==="externalLink",L=((M=(g=(_=w?.item)===null||_===void 0?void 0:_.event)===null||g===void 0?void 0:g.onClick)===null||M===void 0?void 0:M.linkType)==="popup",N=(P=D?.extend)===null||P===void 0?void 0:P.defaulSetting;return o.createElement(j,Object.assign({key:k,style:Object.assign(Object.assign(Object.assign({},N?.style),(x=w?.item)===null||x===void 0?void 0:x.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},N?.textStyle),(u=w?.item)===null||u===void 0?void 0:u.textStyle),bindDatas:(b=(E=w?.item)===null||E===void 0?void 0:E.bindDatas)!==null&&b!==void 0?b:[]},N?.props,(I=w?.item)===null||I===void 0?void 0:I.props,{event:((O=w?.item)===null||O===void 0?void 0:O.event)||{},schema:t,id:w?.id,isExternalLink:G,isPopup:L,onClose:c}))}else return o.createElement(o.Fragment,null)})},[t,i,e,c]);return o.createElement(_t,{popup:r,onClose:c,padding:0,modalStyle:{position:"fixed"}},f)},yi={};Object.values(hi).forEach(t=>{yi[t.extend.type]=t});const ad=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:s,appDomain:l,licenseUrl:d,enabledMetaConversionApi:a})=>{var r,v,c,f,m,h,S,w,k,p,T;const y=o.useMemo(()=>{var A;return location?.search?(A=location?.search)===null||A===void 0?void 0:A.replace("?",""):""},[]);return o.createElement(Xi,{resolver:yi,enableDataSource:!1,schema:t?.data,utmVal:y},o.createElement(Ui,{utmVal:y,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(v=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&v!==void 0?v:e,defaultSize:(f=(c=t?.sxp_parameter)===null||c===void 0?void 0:c.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(h=(m=t?.sxp_parameter)===null||m===void 0?void 0:m.hash_tag_size)!==null&&h!==void 0?h:n,loadingImage:s,appDomain:l,enabledMetaConversionApi:a,isShowTag:(k=(w=(S=t?.data)===null||S===void 0?void 0:S.sxpPageConf)===null||w===void 0?void 0:w.globalConfig)===null||k===void 0?void 0:k.isShowTag,globalConfig:(T=(p=t?.data)===null||p===void 0?void 0:p.sxpPageConf)===null||T===void 0?void 0:T.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:A,tagList:_})=>{var g;return o.createElement(o.Fragment,null,o.createElement(Pn,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:_,data:A,resolver:yi,licenseUrl:d})),o.createElement(dd,null))}}))};var ud=o.memo(ad);const Dn=o.createContext({}),cd=({children:t,data:e})=>{var i,n,s,l,d,a,r,v,c,f,m,h,S;const[w,k]=o.useState(!1),[p,T]=o.useState(!1);return o.createElement(Dn.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(n=e?.sxp_parameter)===null||n===void 0?void 0:n.default_recommend,personalizedRecommend:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.hash_tag_size,loadingImage:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.loading_image,privacyContent:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.privacy_context,privacyNecessity:(v=e?.sxp_parameter)===null||v===void 0?void 0:v.privacy_necessity,privacyPolicyTitle:(c=e?.sxp_parameter)===null||c===void 0?void 0:c.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.privacy_title,template:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.template,industry:(S=e?.sxp_parameter)===null||S===void 0?void 0:S.industry},appDomain:e?.appDomain,openHashtag:w,setOpenHashtag:k,openConsent:p,setOpenConsent:T,sxpFontLinks:e?.sxpFontLinks}},t)};function vd(){return o.useContext(Dn)}Ve.DiyPortalPreview=rd,Ve.EditorDataProvider=cd,Ve.Modal=_t,Ve.SxpDataSourceProvider=Ui,Ve.SxpPageCore=ud,Ve.SxpPageRender=Pn,Ve.core=oo,Ve.default=Xn,Ve.materials=hi,Ve.useEditorDataProvider=vd,Object.defineProperty(Ve,"__esModule",{value:!0})});
|
7
7
|
//# sourceMappingURL=pb-ui.min.js.map
|