pb-sxp-ui 1.3.0 → 1.3.2
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 +371 -198
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +371 -198
- 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 +371 -198
- 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/Modal/index.js +3 -2
- package/es/core/components/SxpPageRender/RenderCard.d.ts +3 -3
- package/es/core/components/SxpPageRender/RenderCard.js +17 -27
- package/es/core/components/SxpPageRender/WaterFall/List.js +28 -15
- package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +27 -14
- package/es/core/components/SxpPageRender/index.js +41 -29
- package/es/core/context/EditorContext.js +2 -0
- package/es/core/context/EditorDataProvider.d.ts +3 -0
- package/es/core/context/EditorDataProvider.js +2 -1
- package/es/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/es/core/context/SxpDataSourceProvider.js +58 -23
- package/es/core/hooks/useEventReport.d.ts +1 -1
- package/es/core/hooks/useEventReport.js +2 -2
- package/es/core/utils/tool.d.ts +3 -3
- package/es/core/utils/tool.js +6 -6
- package/es/materials/sxp/HashTag/index.d.ts +3 -1
- package/es/materials/sxp/HashTag/settingRender.d.ts +13 -7
- package/es/materials/sxp/HashTag/settingRender.js +15 -0
- package/es/materials/sxp/cta/AniLink/settingRender.d.ts +5 -0
- package/es/materials/sxp/cta/AniLink/settingRender.js +4 -0
- package/es/materials/sxp/popup/AppointForm/settingRender.d.ts +8 -5
- package/es/materials/sxp/popup/AppointForm/settingRender.js +12 -0
- package/es/materials/sxp/popup/CommodityDetail/index.d.ts +3 -1
- package/es/materials/sxp/popup/CommodityDetail/index.js +34 -27
- package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +13 -0
- package/es/materials/sxp/popup/CommodityDetail/settingRender.js +15 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +3 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +37 -30
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +13 -0
- package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +15 -0
- package/es/materials/sxp/popup/CommodityList/index.d.ts +3 -1
- package/es/materials/sxp/popup/CommodityList/index.js +11 -7
- package/es/materials/sxp/popup/CommodityList/settingRender.d.ts +7 -0
- package/es/materials/sxp/popup/CommodityList/settingRender.js +10 -0
- package/es/materials/sxp/popup/Iframe/index.d.ts +1 -0
- package/es/materials/sxp/popup/Iframe/index.js +8 -7
- package/es/materials/sxp/popup/Prompt/settingRender.js +10 -0
- package/es/materials/sxp/template/Link/settingRender.js +5 -0
- package/lib/core/components/SxpPageRender/Modal/index.js +3 -2
- package/lib/core/components/SxpPageRender/RenderCard.d.ts +3 -3
- package/lib/core/components/SxpPageRender/RenderCard.js +16 -26
- package/lib/core/components/SxpPageRender/WaterFall/List.js +28 -15
- package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +27 -14
- package/lib/core/components/SxpPageRender/index.js +40 -28
- package/lib/core/context/EditorContext.js +2 -0
- package/lib/core/context/EditorDataProvider.d.ts +3 -0
- package/lib/core/context/EditorDataProvider.js +2 -1
- package/lib/core/context/SxpDataSourceProvider.d.ts +1 -0
- package/lib/core/context/SxpDataSourceProvider.js +58 -23
- package/lib/core/hooks/useEventReport.d.ts +1 -1
- package/lib/core/hooks/useEventReport.js +2 -2
- package/lib/core/utils/tool.d.ts +3 -3
- package/lib/core/utils/tool.js +6 -6
- package/lib/materials/sxp/HashTag/index.d.ts +3 -1
- package/lib/materials/sxp/HashTag/settingRender.d.ts +13 -7
- package/lib/materials/sxp/HashTag/settingRender.js +15 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.d.ts +5 -0
- package/lib/materials/sxp/cta/AniLink/settingRender.js +4 -0
- package/lib/materials/sxp/popup/AppointForm/settingRender.d.ts +8 -5
- package/lib/materials/sxp/popup/AppointForm/settingRender.js +12 -0
- package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +3 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.js +34 -27
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +13 -0
- package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +15 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +3 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +37 -30
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +13 -0
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +15 -0
- package/lib/materials/sxp/popup/CommodityList/index.d.ts +3 -1
- package/lib/materials/sxp/popup/CommodityList/index.js +11 -7
- package/lib/materials/sxp/popup/CommodityList/settingRender.d.ts +7 -0
- package/lib/materials/sxp/popup/CommodityList/settingRender.js +10 -0
- package/lib/materials/sxp/popup/Iframe/index.d.ts +1 -0
- package/lib/materials/sxp/popup/Iframe/index.js +8 -7
- package/lib/materials/sxp/popup/Prompt/settingRender.js +10 -0
- package/lib/materials/sxp/template/Link/settingRender.js +5 -0
- package/package.json +1 -1
package/dist/index.min.cjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var He=require("lodash"),On=require("uuid"),Rn=require("pako"),o=require("react"),ni=require("qs"),Ln=require("eventemitter3"),ye=require("@emotion/css"),ki=require("react-dom");function Bn(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=Bn(ki);function Ue(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 Ke(t,e,i,n){function s(l){return l instanceof i?l:new i(function(r){r(l)})}return new(i||(i=Promise))(function(l,r){function d(u){try{v(n.next(u))}catch(f){r(f)}}function a(u){try{v(n.throw(u))}catch(f){r(f)}}function v(u){u.done?l(u.value):s(u.value).then(d,a)}v((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Nn=/:\w+/g;var Pi=(t,e)=>Ke(void 0,void 0,void 0,function*(){const i={},n={};for(let s=0;s<e?.length;s++){const{id:l,method:r,url:d,urlParams:a,name:v,queryString:u,headers:f,body:m}=e[s];let h=d;a&&Object.entries(a).forEach(([S,w])=>{h=h.replace(Nn,k=>k===S?w:k)}),u&&(h+=u),n[l]=v;try{const S=yield fetch(h,{method:r,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",Fn=(t,e)=>Ke(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),s=t.getAppId(),l=t.getApiUrl(),r=window.localStorage.getItem(Di);let d=JSON.parse(r||"{}");if(Date.now()>((i=d?.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(u=>u.json());if(v.success){const u=v.data;d=Object.assign(Object.assign({},u),{expireTime:Date.now()+u.expire*1e3}),window.localStorage.setItem(Di,JSON.stringify(d))}}return d});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 jn=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},Vn=()=>{const t=On.v4();return t?.replaceAll?t.replaceAll("-",""):jn(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 r=/[\u4e00-\u9fa5]/g,d=/[^\u4e00-\u9fa5]/g,a=`font-family:${n??"inherit"}`,v=`font-family:${s??"inherit"}`,u=m=>{let h=m.search(r),S=m.search(d);return h!==-1&&S!==-1&&h<S&&(i+=`<span style="${a}">${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="${a}">${m.substring(h,m?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=u(l);return i};function zn(){var t,e,i,n,s,l,r;let d=self.navigator.userAgent;return d?/edge\/([\d\.]+)/i.exec(d)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(d))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(d)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(d))===null||e===void 0?void 0:e[1]}`:/msie/i.test(d)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(d))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(d)?`Internet Explorer ${(n=/rv:([\d\.]+)/i.exec(d))===null||n===void 0?void 0:n[1]}`:/chrome/i.test(d)?`Chrome ${(s=/chrome\/([\d\.]+)/i.exec(d))===null||s===void 0?void 0:s[1]}`:/firefox/i.test(d)?`Firefox ${(l=/firefox\/([\d\.]+)/i.exec(d))===null||l===void 0?void 0:l[1]}`:/safari/i.test(d)?`Safari ${(r=/version\/([\d\.]+)/i.exec(d))===null||r===void 0?void 0:r[1]}`:"Unknown":"Unknown"}function Hn(){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 Un(){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,r]=s.trim().split("=");l===t&&(n=r)}),n??""}function Oi(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),s=Rn.inflate(n,{to:"string"});return JSON.parse(s)}let oi=null;const Gn={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Wn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,oi)return oi;oi=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Gn[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let Je=null;const Yn={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{Je||(Je=new Wn),n&&Je.setApiUrl(n),Je.setAppId(t),Je.setTenantId(e),Je.setEnv(i)},getDetail:t=>{if(!Je)return;const e=Je.getTenantId(),i=Je.getAppId(),n=Je.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Ke(void 0,void 0,void 0,function*(){var l,r;const d=yield s.json(),a=Oi((l=d?.data)===null||l===void 0?void 0:l.data);if(a){const{$store:v}=yield Pi(n,(r=a?.dataSource)!==null&&r!==void 0?r:[]);d.data.data=a,Object.assign(d.data.data,{__STORE__:v})}return d}))},getSxpDetailByPageId:t=>Ke(void 0,void 0,void 0,function*(){if(!Je)return;const e=Je.getTenantId(),i=Je.getAppId(),n=Je.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>Ke(void 0,void 0,void 0,function*(){var l;const r=yield s.json();if(!r.success)return;const d=Oi((l=r?.data)===null||l===void 0?void 0:l.data);return r.data.data=d,r.data}))}),getSxpRecommendVideoData:t=>Ke(void 0,void 0,void 0,function*(){if(!Je)return;const e=yield Fn(Je,t),i=Lt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");He.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 dt(){return o.useContext(Wi)}function Xn(){return o.useContext(Gi)}const li="feRealSessionIdKey",Ri=()=>{const t=Vn();return`${Date.now()}${t}`},qn=()=>{let t=Jn();return t||(t=Ri(),window.sessionStorage.setItem(li,t)),t},Li=()=>{const t=Ri();window.sessionStorage.setItem(li,t)},Jn=()=>window.sessionStorage.getItem(li),Bi="SXP_FAKE_USER_ID",Ni="FAKE_USER_STATE",Fi="AGREE_POLICY",ji="SLIDE_SKIP_STATE",Vi=()=>{let t=window.localStorage.getItem(Bi);return He.isEmpty(t)&&(t=Lt(36,62),window.localStorage.setItem(Bi,t)),t},Kn=()=>{const t=window.localStorage.getItem(Ni);return He.isEmpty(t)&&window.localStorage.setItem(Ni,"true"),He.isEmpty(t)},Zn=()=>{const t=window.localStorage.getItem(ji);return He.isEmpty(t)},Qn=()=>{window.localStorage.setItem(ji,"true")};function nt(t,e){const{appDomain:i}=Ce();return o.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ct=new Ln;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:r,bffEventReport:d}=Ce(),a=o.useMemo(()=>{const f=location.search.slice(1),m=ni.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=a[f])!==null&&m!==void 0?m:null};o.useEffect(()=>{d?.({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 u=()=>{d?.({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}}),r?.(!0),window.localStorage.setItem(Fi,"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 eo=o.memo($n);const zi=o.createContext({rtcList:[],tagList:[]});var si;(function(t){t[t.BFF=5]="BFF"})(si||(si={}));const Bt="FOR U",to=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:s,defaultSize:l,isPreview:r=!1,sxpParameter:d,appDomain:a,hashTagSize:v,loadingImage:u,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([]),[c,E]=o.useState([]),[b,I]=o.useState(!1),[O,D]=o.useState({rtc:"",requestId:""}),F=o.useRef(null),U=o.useRef(!1),[R,B]=o.useState(()=>!!window.localStorage.getItem(Fi)),[N,j]=o.useState(),[Z,te]=o.useState(),[H,V]=o.useState(f),[$,se]=o.useState([]),[pe,ie]=o.useState(0),[Q,q]=o.useState(!1),[G,ee]=o.useState(null),ne=o.useRef(),ue=o.useRef(),[ce,Te]=o.useState(Bt),ke=o.useRef(-1),Oe=o.useRef(null),Pe=o.useMemo(()=>{var W,Y,be,xe;return((xe=(be=(Y=(W=p?.consent)===null||W===void 0?void 0:W[0])===null||Y===void 0?void 0:Y.item)===null||be===void 0?void 0:be.props)===null||xe===void 0?void 0:xe.privacy_necessity)&&!R&&!T||k},[R,p,k,T]),re=o.useCallback(W=>{var Y;const be=W?.recList;return(Y=be?.map(ae=>{var Ee,Ae,oe,C,X,K;if(!((Ee=ae?.video)===null||Ee===void 0)&&Ee.bindProducts&&((oe=(Ae=ae?.video)===null||Ae===void 0?void 0:Ae.bindProducts)===null||oe===void 0?void 0:oe.length)>0){const le=(K=(X=(C=ae?.video)===null||C===void 0?void 0:C.bindProducts)===null||X===void 0?void 0:X.filter(me=>!!me?.bindCta))!==null&&K!==void 0?K:[];return Object.assign(Object.assign({},ae),{video:Object.assign(Object.assign({},ae?.video),{bindProducts:le})})}return ae}))!==null&&Y!==void 0?Y:[]},[]);o.useEffect(()=>{const W=Y=>{ne.current=Y};return ct.on(tt.CHANGE_THEME_TAG,W),()=>{ct.off(tt.CHANGE_THEME_TAG,W)}},[]),o.useEffect(()=>{V(f)},[f]);const ve=o.useMemo(()=>e?.find(W=>W.type===si.BFF),[e]),J=o.useCallback((W,Y)=>{if(!ve)return;const be=ve.url,xe=Vi();if(Y?.query){const ae=ni.stringify(Y.query);W=`${W}?${ae}`}return Y.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${be}/api/v1${W}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},ve.headers),{"x-user-id":xe}),Y.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${be}/api/v1${W}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":xe},ve.headers),method:Y.method,body:JSON.stringify(Y.body)}).then(ae=>ae.json()).catch(ae=>Promise.reject(ae))},[ve]),fe=o.useCallback(W=>Ke(void 0,void 0,void 0,function*(){var Y,be,xe,ae,Ee;if(W=Object.assign(Object.assign({maxSize:(Y=W?.maxSize)!==null&&Y!==void 0?Y:s,defaultSize:(be=W?.defaultSize)!==null&&be!==void 0?be:l,hashTag:W?.hashTag,traceInfo:W?.traceInfo,themeTag:W?.themeTag},W?.contentFilter&&{contentFilter:`[${W?.contentFilter}]`}),W?.productFilter&&{productFilter:`[${W?.productFilter}]`}),i){const oe=(Ee=(ae=(xe=i?.split("&"))===null||xe===void 0?void 0:xe.filter(C=>{var X,K;const le=C.split("=")[0];return(K=(X=y?.channels)!==null&&X!==void 0?X:[])===null||K===void 0?void 0:K.includes(le)}))===null||ae===void 0?void 0:ae.join("&"))!==null&&Ee!==void 0?Ee:"";W=Object.assign(Object.assign({},W),{channel:decodeURIComponent(oe)})}(p?.enablePreview||T)&&(W=Object.assign(Object.assign(Object.assign({},W),{directPage:!0,level:1,pageNum:1}),!i&&A&&A?.length>0&&{channel:A?.join("&")}));const Ae=yield J?.("/recommend/list",{method:"GET",query:W});if(Ae?.success)return W?.hashTag||D({rtc:Ae.data.rtc,requestId:Ae.data.requestId}),Ae?.data}),[J,i,s,l,p?.enablePreview,A,T]),Le=o.useCallback(()=>Ke(void 0,void 0,void 0,function*(){var W,Y,be,xe;if(P.length<=0)return;const ae=P?.[P?.length-1],Ee=yield fe(Object.assign(Object.assign(Object.assign({hashTag:Z?.hashTag},((W=ae?.product)===null||W===void 0?void 0:W.itemId)&&{productFilter:(Y=ae?.product)===null||Y===void 0?void 0:Y.itemId}),((be=ae?.video)===null||be===void 0?void 0:be.itemId)&&{contentFilter:(xe=ae?.video)===null||xe===void 0?void 0:xe.itemId}),{themeTag:ne.current}));x(P.concat(re(Ee))),se($.concat(re(Ee)))}),[fe,P,Z,$]),Se=o.useCallback(({userInfo:W,eventInfo:Y})=>{if(!n||p?.enablePreview)return;W||(W={});const be=qn(),xe=Object.assign(Object.assign({sessionID:be,rtc:O.rtc,requestId:O.requestId},Y),{sxpDevice:Un(),sxpSystem:Hn(),sxpBrowser:zn()}),ae=Object.entries(W).map(([Ae,oe])=>({name:Ae,value:oe})),Ee=Object.entries(xe).map(([Ae,oe])=>oe&&{name:Ae,value:oe}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",W),console.log("eventInfo:",xe),console.log("========= \u7ED3\u675F ========="),J?.("/event/report",{method:"POST",body:{userInfo:ae,eventInfo:Ee},type:"beacon"})},[J,O,n,p?.enablePreview]),Re=o.useCallback(W=>{var Y,be,{eventName:xe,actionSource:ae="website",eventSourceUrl:Ee=(Y=window?.location)===null||Y===void 0?void 0:Y.href,externalId:Ae}=W;if(!n||!m||p?.enablePreview)return;const oe=Vi();return J?.("/fb/events",{method:"POST",body:{eventName:xe,actionSource:ae,eventSourceUrl:Ee,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"})},[J,n,m,p?.enablePreview]),z=o.useCallback(W=>Ke(void 0,void 0,void 0,function*(){const Y=yield J?.("/recommend/like",{method:"POST",body:W});return Y?.success}),[J]),L=o.useCallback(W=>Ke(void 0,void 0,void 0,function*(){const Y=yield J?.("/recommend/unlike",{method:"POST",body:W});return Y?.success}),[J]),_e=o.useCallback(W=>Ke(void 0,void 0,void 0,function*(){const Y=yield J?.("/customform",{method:"POST",body:W});return Y?.success}),[J]),qe=o.useCallback(()=>Ke(void 0,void 0,void 0,function*(){var W,Y,be,xe,ae;if(!(!i||!w))try{const Ee=(be=(Y=(W=i?.split("&"))===null||W===void 0?void 0:W.filter(oe=>{var C,X;const K=oe.split("=")[0];return(X=(C=y?.channels)!==null&&C!==void 0?C:[])===null||X===void 0?void 0:X.includes(K)}))===null||Y===void 0?void 0:Y.join("&"))!==null&&be!==void 0?be:"",Ae=yield J?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(Ee)}});E((ae=(xe=Ae?.data)===null||xe===void 0?void 0:xe.tags)!==null&&ae!==void 0?ae:[])}catch(Ee){console.log("e",Ee)}}),[J,i,w]),st=o.useCallback((W,Y,be,xe)=>{var ae,Ee,Ae,oe,C,X,K,le,me,we,de,ge,Me,Be,Fe,je,Ve,Ge,We,Ie,Ne,et,ze,at,rt,gt,bt,De,Jt,Kt,Zt,Qt,$t,ei,ti,ii;const yt=be?.bindCta,Mn=((ae=Y?.video)===null||ae===void 0?void 0:ae.bindProduct)||((Ee=Y?.video)===null||Ee===void 0?void 0:Ee.bindProducts)&&((oe=(Ae=Y?.video)===null||Ae===void 0?void 0:Ae.bindProducts)===null||oe===void 0?void 0:oe.length)>0;let Rt="";Q?Rt="hashTagPage":!((C=Y?.video)===null||C===void 0)&&C.url?Rt="videoPage":!((K=(X=Y?.video)===null||X===void 0?void 0:X.imgUrls)===null||K===void 0)&&K.length&&(Rt="imagePage");const Ii=(Be=(ge=(le=be?.tags)!==null&&le!==void 0?le:(de=(we=(me=Y?.video)===null||me===void 0?void 0:me.bindProducts)===null||we===void 0?void 0:we[0])===null||de===void 0?void 0:de.tags)!==null&&ge!==void 0?ge:(Me=Y?.video)===null||Me===void 0?void 0:Me.tags)!==null&&Be!==void 0?Be:(Fe=Y?.product)===null||Fe===void 0?void 0:Fe.tags;Se?.({eventInfo:Object.assign(Object.assign({},W),{ctaId:(je=yt?.itemId)!==null&&je!==void 0?je:"",ctaName:(Ve=yt?.title)!==null&&Ve!==void 0?Ve:"",contentTags:Ii?JSON.stringify(Ii):"",position:xe+"",contentId:(We=(Ge=Y?.video)===null||Ge===void 0?void 0:Ge.itemId)!==null&&We!==void 0?We:"",productId:Mn?be?.itemId:"",traceInfo:(ti=(Qt=(bt=(ze=(Ie=yt?.traceInfo)!==null&&Ie!==void 0?Ie:(et=(Ne=Y?.video)===null||Ne===void 0?void 0:Ne.bindCta)===null||et===void 0?void 0:et.traceInfo)!==null&&ze!==void 0?ze:(gt=(rt=(at=Y?.video)===null||at===void 0?void 0:at.bindProduct)===null||rt===void 0?void 0:rt.bindCta)===null||gt===void 0?void 0:gt.traceInfo)!==null&&bt!==void 0?bt:(Zt=(Kt=(Jt=(De=Y?.video)===null||De===void 0?void 0:De.bindProducts)===null||Jt===void 0?void 0:Jt[0])===null||Kt===void 0?void 0:Kt.bindCta)===null||Zt===void 0?void 0:Zt.traceInfo)!==null&&Qt!==void 0?Qt:(ei=($t=Y?.product)===null||$t===void 0?void 0:$t.bindCta)===null||ei===void 0?void 0:ei.traceInfo)!==null&&ti!==void 0?ti:"",fromKName:Rt,fromKPage:(ii=location?.href)!==null&&ii!==void 0?ii:""})})},[Se,Q]),pt=o.useCallback(()=>{var W,Y;const be=location.search.slice(1),xe=ni.parse(be.replace(/\+/g,"%2B"));for(const Ae in xe)xe[Ae]=xe[Ae].replace(/%2B/g,"+");const ae=Ae=>{var oe;return(oe=xe[Ae])!==null&&oe!==void 0?oe:""},Ee=new Date;ue.current=Ee,Se?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:ae("utm_source"),utmMedium:ae("utm_medium"),utmCampaign:ae("utm_campaign"),utmId:ae("utm_id"),utmContent:ae("utm_content"),enterTime:Math.floor(Ee/1e3)+"",requestId:null,enterUrl:(Y=(W=window?.location)===null||W===void 0?void 0:W.href)!==null&&Y!==void 0?Y:"",clSource:ae("cl_source")}})},[Se]);o.useEffect(()=>{Pe||pt()},[Pe]),o.useEffect(()=>{Pe||(I(!0),qe(),fe().then(W=>{x(re(W)),se(re(W))}).finally(()=>{Se({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),I(!1),U.current=!0}))},[Pe]),o.useEffect(()=>{U.current&&(I(!0),qe(),fe().then(W=>{x(re(W)),se(re(W))}).finally(()=>{I(!1)}))},[fe,qe]);const Qe=nt("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",a);return o.createElement(zi.Provider,{value:{rtcList:P,setRtcList:x,mutateLike:z,mutateUnlike:L,submitForm:_e,popupDetailData:N,loadVideos:Le,setPopupDetailData:j,getRecommendVideos:fe,bffEventReport:Se,utmVal:i,isPreview:r,loading:b,sxpParameter:d,waterFallData:Z,setWaterFallData:te,ctaEvent:st,swiperRef:F,openHashtag:H,setOpenHashtag:V,cacheRtcList:$,setCacheRtcList:se,cacheActiveIndex:pe,setCacheActiveIndex:ie,isFromHashtag:Q,setIsFromHashtag:q,appDomain:a,hashTagSize:v,loadingImage:u??Qe,isOpenHashTag:f,tagList:c,setLoading:I,videoRef:G,setVideoRef:ee,bffFbReport:Re,isAgreePolicy:R,setIsAgreePolicy:B,curTime:ue,h5EnterLink:pt,themeTag:ne,isShowConsent:Pe,selectTag:ce,setSelectTag:Te,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:z,mutateUnlike:L,submitForm:_e,tagList:c}))};var Hi=o.memo(to);function Ce(){return o.useContext(zi)}var Ui;(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"})(Ui||(Ui={}));const Gi=o.createContext({$store:{},options:[],configs:[]}),io=({children:t,isSsr:e,enable:i})=>{const[n,s]=o.useState([]),{schema:l}=dt(),[r,d]=o.useState(l.__STORE__||{}),[a,v]=o.useState([]);o.useEffect(()=>{var m;e||He.isEqual(a,l?.dataSource)||v((m=l?.dataSource)!==null&&m!==void 0?m:[])},[l?.dataSource,e]);const u=o.useCallback(()=>Ke(void 0,void 0,void 0,function*(){const{$store:m,idMapName:h}=yield Pi("",a);d(m),f(m,h)}),[a]),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||u()},[u,e,l]),i?o.createElement(Gi.Provider,{value:{$store:l.__STORE__||r,options:n,configs:a}},t):t};var no=o.memo(io);const Nt={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},ai={id:"",duration:0,name:"none"},Wi=o.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Nt],redoStack:[],popup:ai,setPopup:()=>{}}),Yi=o.forwardRef(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:s=!0,utmVal:l},r)=>{const[d,a]=o.useState(null),[v,u]=o.useState(n||{pointData:[Nt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,m]=o.useState([Nt]),[h,S]=o.useState([[Nt]]),[w,k]=o.useState([]),[p,T]=o.useState(ai);typeof window<"u"&&(window.sxpPopup=(M,P)=>{T(Object.assign(Object.assign(Object.assign({},ai),{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=He.cloneDeep(v);P&&(P.dataSource=M,u?.(P))},[v]),[A,_]=o.useState();o.useImperativeHandle(r,()=>({loadSchema(M){M&&(S([M.pointData]),u(M))},exportSchema(){return He.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(Wi.Provider,{value:{resolver:e,currentNode:d,schema:v,setCurrentNode:a,setSchema:u,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:Yi}),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 Ye(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=Ce(),s=o.useCallback((d,a,v,u)=>{var f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,c,E,b,I,O,D,F,U,R,B,N,j,Z,te,H,V,$,se,pe;let ie="";e&&(!((m=(f=d?.video)===null||f===void 0?void 0:f.bindProducts)===null||m===void 0)&&m.length||!((h=d?.video)===null||h===void 0)&&h.bindProduct)?ie="pdpPage":n?ie="hashTagPage":!((S=d?.video)===null||S===void 0)&&S.url?ie="videoPage":!((w=d?.video)===null||w===void 0)&&w.imgUrls&&(!((p=(k=d?.video)===null||k===void 0?void 0:k.imgUrls)===null||p===void 0)&&p.length)?ie="imagePage":d?.product&&(ie="productPage");const Q=(P=(g=(T=a?.tags)!==null&&T!==void 0?T:(_=(A=(y=d?.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=d?.video)===null||M===void 0?void 0:M.tags)!==null&&P!==void 0?P:(x=d?.product)===null||x===void 0?void 0:x.tags;t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(c=a?.itemId)!==null&&c!==void 0?c:"",productName:(E=a?.title)!==null&&E!==void 0?E:"",price:a?.price?a?.price+"":"0",productCollection:(b=a?.collection)!==null&&b!==void 0?b:"",fromKName:ie,fromKPage:location?.href,contentTags:Q?JSON.stringify(Q):"",position:u+"",contentId:(O=(I=d?.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=(V=(te=(B=(F=a?.traceInfo)!==null&&F!==void 0?F:(R=(U=d?.video)===null||U===void 0?void 0:U.bindProduct)===null||R===void 0?void 0:R.traceInfo)!==null&&B!==void 0?B:(Z=(j=(N=d?.video)===null||N===void 0?void 0:N.bindProducts)===null||j===void 0?void 0:j[0])===null||Z===void 0?void 0:Z.traceInfo)!==null&&te!==void 0?te:(H=d?.product)===null||H===void 0?void 0:H.traceInfo)!==null&&V!==void 0?V:(se=($=d?.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((d,a,v,u,f)=>{var m,h,S,w,k,p,T,y,A,_,g,M,P,x;let c="";e&&(!((h=(m=d?.video)===null||m===void 0?void 0:m.bindProducts)===null||h===void 0)&&h.length||!((S=d?.video)===null||S===void 0)&&S.bindProduct)?c="pdpPage":d?.product&&(c="productPage"),t?.({eventInfo:{productId:a?.itemId,productName:a?.title,price:a?.price?a?.price+"":"0",productCollection:a?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(a?.tags),position:f+"",contentId:(w=d?.video)===null||w===void 0?void 0:w.itemId,ctatId:v?.itemId,traceInfo:(x=(M=(y=(k=a?.traceInfo)!==null&&k!==void 0?k:(T=(p=d?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0?void 0:T.traceInfo)!==null&&y!==void 0?y:(g=(_=(A=d?.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=d?.product)===null||P===void 0?void 0:P.traceInfo)!==null&&x!==void 0?x:"",timeOnSite:Math.floor((new Date-u)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),r=o.useCallback((d,a,v,u)=>{a&&a===Bt&&t?.({eventInfo:{lastFeed:d,themeTags:v?`['${v}']`:"",hashTags:u?`['${u}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:s,productView:l,backMainFeed:r}}const ao=({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 ro=o.memo(ao);const co=t=>{var{columns:e,style:i,title:n,textStyle:s,submitBgColor:l,submitColor:r,submitText:d,layoutType:a="inline",isExternalLink:v,isPopup:u,onClick:f,onClose:m,submitButtonStyle:h}=t,S=Ue(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:w,popupDetailData:k}=Ce(),{jumpToWeb:p}=Ye(),[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(()=>He.cloneDeep(e)||A,[e,A]),P=o.useCallback(c=>{const{name:E,value:b}=c.target;g(Object.assign(Object.assign({},_),{[E]:b}))},[_]),x=He.debounce(()=>Ke(void 0,void 0,void 0,function*(){var c,E,b,I,O;const D=_;if(!D)return;const F=(E=(c=Object.keys(D))===null||c===void 0?void 0:c.map(R=>{var B;return{name:R,value:(B=D[R])!==null&&B!==void 0?B:""}}))===null||E===void 0?void 0:E.filter(R=>R?.value);if(!F||!F?.length)return;y(!0);const U=yield w?.({attributes:F});if(y(!1),U){if(v){const R=k,B=(b=R?.video)===null||b===void 0?void 0:b.bindProduct,N=(O=(I=R?.video)===null||I===void 0?void 0:I.bindProduct)===null||O===void 0?void 0:O.bindCta,j=k?.index;p(R,B,N,j)}u||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(ro,{columns:M,layout:a,onChange:P}))),o.createElement("div",{className:"pb-appoint-form-btn-wrapper"},o.createElement("button",{"aria-label":d,onClick:x,className:"pb-appoint-form-btn",style:Object.assign({color:r,background:l},h),dangerouslySetInnerHTML:{__html:he(T?"loading...":d,h)}})))};var uo=o.memo(co);function Xe(t,e){return t.extend=e,t}const vo=Xe(uo,{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 Xi(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ri(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Xi(e[i])&&Xi(t[i])&&Object.keys(e[i]).length>0&&ri(t[i],e[i])})}const qi={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 ut(){const t=typeof document<"u"?document:{};return ri(t,qi),t}const mo={document:qi,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 Ze(){const t=typeof window<"u"?window:{};return ri(t,mo),t}function St(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 At(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function ot(){return Date.now()}function ho(t){const e=Ze();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=Ze();let n,s,l;const r=ho(t);return i.WebKitCSSMatrix?(s=r.transform||r.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(d=>d.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(s==="none"?"":s)):(l=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.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 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,r=s.length;l<r;l+=1){const d=s[l],a=Object.getOwnPropertyDescriptor(n,d);a!==void 0&&a.enumerable&&(Ft(t[d])&&Ft(n[d])?n[d].__swiper__?t[d]=n[d]:it(t[d],n[d]):!Ft(t[d])&&Ft(n[d])?(t[d]={},n[d].__swiper__?t[d]=n[d]:it(t[d],n[d])):t[d]=n[d])}}}return t}function jt(t,e,i){t.style.setProperty(e,i)}function Ji(t){let{swiper:e,targetPosition:i,side:n}=t;const s=Ze(),l=-e.translate;let r=null,d;const a=e.params.speed;e.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(e.cssModeFrameID);const v=i>l?"next":"prev",u=(m,h)=>v==="next"&&m>=h||v==="prev"&&m<=h,f=()=>{d=new Date().getTime(),r===null&&(r=d);const m=Math.max(Math.min((d-r)/a,1),0),h=.5-Math.cos(m*Math.PI)/2;let S=l+h*(i-l);if(u(S,i)&&(S=i),e.wrapperEl.scrollTo({[n]:S}),u(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 Vt(t){try{console.warn(t);return}catch{}}function Pt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:St(e)),i}function yo(t){const e=Ze(),i=ut(),n=t.getBoundingClientRect(),s=i.body,l=t.clientTop||s.clientTop||0,r=t.clientLeft||s.clientLeft||0,d=t===e?e.scrollY:t.scrollTop,a=t===e?e.scrollX:t.scrollLeft;return{top:n.top+d-l,left:n.left+a-r}}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 xt(t,e){return Ze().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 Ki(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 di(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function ci(t,e,i){const n=Ze();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=Ze();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 r,d=ot(),a;const v=[];function u(y){let M=0,P=0,x=0,c=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,c=P*10,"deltaY"in y&&(c=y.deltaY),"deltaX"in y&&(x=y.deltaX),y.shiftKey&&!x&&(x=c,c=0),(x||c)&&y.deltaMode&&(y.deltaMode===1?(x*=40,c*=40):(x*=800,c*=800)),x&&!M&&(M=x<1?-1:1),c&&!P&&(P=c<1?-1:1),{spinX:M,spinY:P,pixelX:x,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&&ot()-d<e.params.mousewheel.thresholdTime?!1:y.delta>=6&&ot()-d<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)),d=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 c=e.rtlTranslate?-1:1,E=u(A);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(E.pixelX)>Math.abs(E.pixelY))x=-E.pixelX*c;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*c:-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:ot(),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:ot(),delta:Math.abs(x),direction:Math.sign(x)},O=a&&I.time<a.time+500&&I.delta<=a.delta&&I.direction===a.direction;if(!O){a=void 0;let D=e.getTranslate()+x*g.sensitivity;const F=e.isBeginning,U=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(),(!F&&e.isBeginning||!U&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(r),r=void 0,v.length>=15&&v.shift();const R=v.length?v[v.length-1]:void 0,B=v[0];if(v.push(I),R&&(I.delta>R.delta||I.direction!==R.direction))v.splice(0);else if(v.length>=15&&I.time-B.time<500&&B.delta-I.delta>=1&&I.delta<=6){const N=x>0?.8:.2;a=I,v.splice(0),r=At(()=>{e.slideToClosest(e.params.speed,!0,void 0,N)},0)}r||(r=At(()=>{a=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 Zi(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=Pt("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: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 r,d=0;function a(){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 u(p){const T=p.target.closest(Ct(e.params.pagination.bulletClass));if(!T)return;p.preventDefault();const y=zt(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(a())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,c,E;if(T.dynamicBullets&&(r=ci(P[0],e.isHorizontal()?"width":"height",!0),y.forEach(b=>{b.style[e.isHorizontal()?"width":"height"]=`${r*(T.dynamicMainBullets+4)}px`}),T.dynamicMainBullets>1&&_!==void 0&&(d+=A-(_||0),d>T.dynamicMainBullets-1?d=T.dynamicMainBullets-1:d<0&&(d=0)),x=Math.max(A-d,0),c=x+(Math.min(P.length,T.dynamicMainBullets)-1),E=(c+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=zt(b);I===A?b.classList.add(...T.bulletActiveClass.split(" ")):e.isElement&&b.setAttribute("part","bullet"),T.dynamicBullets&&(I>=x&&I<=c&&b.classList.add(...`${T.bulletActiveClass}-main`.split(" ")),I===x&&v(b,"prev"),I===c&&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[c];for(let D=x;D<=c;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=(r*b-r)/2-E*r,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(Ct(T.currentClass)).forEach(c=>{c.textContent=T.formatFractionCurrent(A+1)}),P.querySelectorAll(Ct(T.totalClass)).forEach(c=>{c.textContent=T.formatFractionTotal(M)})),T.type==="progressbar"){let c;T.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const E=(A+1)/M;let b=1,I=1;c==="horizontal"?b=E:I=E,P.querySelectorAll(Ct(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(a())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(Ct(p.bulletClass)))}),p.type!=="custom"&&s("paginationRender",y[0])}function h(){e.params.pagination=Zi(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=>Ki(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`),d=0,p.dynamicMainBullets<1&&(p.dynamicMainBullets=1)),p.type==="progressbar"&&p.progressbarOpposite&&y.classList.add(p.progressbarOppositeClass),p.clickable&&y.addEventListener("click",u),e.enabled||y.classList.add(p.lockClass)}))}function S(){const p=e.params.pagination;if(a())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",u))})),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=ut();let r=!1,d=null,a=null,v,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:O,el:D}=b,F=e.params.scrollbar,U=e.params.loop?e.progressLoop:e.progress;let R=u,B=(f-u)*U;I?(B=-B,B>0?(R=u-B,B=0):-B+u>f&&(R=f+B)):B<0?(R=u+B,B=0):B+u>f&&(R=f-B),e.isHorizontal()?(O.style.transform=`translate3d(${B}px, 0, 0)`,O.style.width=`${R}px`):(O.style.transform=`translate3d(0px, ${B}px, 0)`,O.style.height=`${R}px`),F.hide&&(clearTimeout(d),D.style.opacity=1,d=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"?u=f*m:u=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${u}px`:I.style.height=`${u}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 F;F=(k(b)-yo(D)[e.isHorizontal()?"left":"top"]-(v!==null?v:u/2))/(f-u),F=Math.max(Math.min(F,1),0),O&&(F=1-F);const U=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*F;e.updateProgress(U),e.setTranslate(U),e.updateActiveIndex(),e.updateSlidesClasses()}function T(b){const I=e.params.scrollbar,{scrollbar:O,wrapperEl:D}=e,{el:F,dragEl:U}=O;r=!0,v=b.target===U?k(b)-b.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,b.preventDefault(),b.stopPropagation(),D.style.transitionDuration="100ms",U.style.transitionDuration="100ms",p(b),clearTimeout(a),F.style.transitionDuration="0ms",I.hide&&(F.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:F}=I;r&&(b.preventDefault&&b.cancelable?b.preventDefault():b.returnValue=!1,p(b),O.style.transitionDuration="0ms",D.style.transitionDuration="0ms",F.style.transitionDuration="0ms",s("scrollbarDragMove",b))}function A(b){const I=e.params.scrollbar,{scrollbar:O,wrapperEl:D}=e,{el:F}=O;r&&(r=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",D.style.transitionDuration=""),I.hide&&(clearTimeout(a),a=At(()=>{F.style.opacity=0,F.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 F=D,U=O.passiveListeners?{passive:!1,capture:!1}:!1,R=O.passiveListeners?{passive:!0,capture:!1}:!1;if(!F)return;const B=b==="on"?"addEventListener":"removeEventListener";F[B]("pointerdown",T,U),l[B]("pointermove",y,U),l[B]("pointerup",A,R)}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=Zi(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 F;D&&(F=D.querySelector(Ct(e.params.scrollbar.dragClass)),F||(F=Pt("div",e.params.scrollbar.dragClass),D.append(F))),Object.assign(b,{el:D,dragEl:F}),O.draggable&&g(),D&&D.classList[e.enabled?"remove":"add"](...St(e.params.scrollbar.lockClass))}function x(){const b=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...St(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"](...St(e.params.scrollbar.lockClass))}),n("destroy",()=>{x()});const c=()=>{e.el.classList.remove(...St(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...St(e.params.scrollbar.scrollbarDisabledClass)),P(),w(),h()},E=()=>{e.el.classList.add(...St(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...St(e.params.scrollbar.scrollbarDisabledClass)),x()};Object.assign(e.scrollbar,{enable:c,disable:E,updateSize:w,setTranslate:h,init:P,destroy:x})}function Ut(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 r,d,a=l&&l.autoplay?l.autoplay.delay:3e3,v=l&&l.autoplay?l.autoplay.delay:3e3,u,f=new Date().getTime(),m,h,S,w,k,p,T;function y(R){!e||e.destroyed||!e.wrapperEl||R.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",y),!(T||R.detail&&R.detail.bySwiperTouchMove)&&c())}const A=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(v=u,m=!1);const R=e.autoplay.paused?u:f+v-new Date().getTime();e.autoplay.timeLeft=R,s("autoplayTimeLeft",R,R/a),d=requestAnimationFrame(()=>{A()})},_=()=>{let R;return e.virtual&&e.params.virtual.enabled?R=e.slides.filter(N=>N.classList.contains("swiper-slide-active"))[0]:R=e.slides[e.activeIndex],R?parseInt(R.getAttribute("data-swiper-autoplay"),10):void 0},g=R=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(d),A();let B=typeof R>"u"?e.params.autoplay.delay:R;a=e.params.autoplay.delay,v=e.params.autoplay.delay;const N=_();!Number.isNaN(N)&&N>0&&typeof R>"u"&&(B=N,a=N,v=N),u=B;const j=e.params.speed,Z=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(j,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,j,!0,!0),s("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(j,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,j,!0,!0),s("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return B>0?(clearTimeout(r),r=setTimeout(()=>{Z()},B)):requestAnimationFrame(()=>{Z()}),B},M=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),s("autoplayStart")},P=()=>{e.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(d),s("autoplayStop")},x=(R,B)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(r),R||(p=!0);const N=()=>{s("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",y):c()};if(e.autoplay.paused=!0,B){k&&(u=e.params.autoplay.delay),k=!1,N();return}u=(u||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&u<0&&!e.params.loop)&&(u<0&&(u=0),N())},c=()=>{e.isEnd&&u<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),p?(p=!1,g(u)):g(),e.autoplay.paused=!1,s("autoplayResume"))},E=()=>{if(e.destroyed||!e.autoplay.running)return;const R=ut();R.visibilityState==="hidden"&&(p=!0,x(!0)),R.visibilityState==="visible"&&c()},b=R=>{R.pointerType==="mouse"&&(p=!0,T=!0,!(e.animating||e.autoplay.paused)&&x(!0))},I=R=>{R.pointerType==="mouse"&&(T=!1,e.autoplay.paused&&c())},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))},F=()=>{ut().addEventListener("visibilitychange",E)},U=()=>{ut().removeEventListener("visibilitychange",E)};n("init",()=>{e.params.autoplay.enabled&&(O(),F(),M())}),n("destroy",()=>{D(),U(),e.autoplay.running&&P()}),n("_freeModeStaticRelease",()=>{(S||p)&&c()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?P():x(!0,!0)}),n("beforeTransitionStart",(R,B,N)=>{e.destroyed||!e.autoplay.running||(N||!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(r),e.params.autoplay.disableOnInteraction){S=!1,h=!1;return}S&&e.params.cssMode&&c(),S=!1,h=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(k=!0)}),Object.assign(e.autoplay,{start:M,stop:P,pause:x,resume:c})}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 a=e.getTranslate();e.setTranslate(a),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function r(){if(e.params.cssMode)return;const{touchEventsData:a,touches:v}=e;a.velocities.length===0&&a.velocities.push({position:v[e.isHorizontal()?"startX":"startY"],time:a.touchStartTime}),a.velocities.push({position:v[e.isHorizontal()?"currentX":"currentY"],time:ot()})}function d(a){let{currentPos:v}=a;if(e.params.cssMode)return;const{params:u,wrapperEl:f,rtlTranslate:m,snapGrid:h,touchEventsData:S}=e,k=ot()-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(u.freeMode.momentum){if(S.velocities.length>1){const P=S.velocities.pop(),x=S.velocities.pop(),c=P.position-x.position,E=P.time-x.time;e.velocity=c/E,e.velocity/=2,Math.abs(e.velocity)<u.freeMode.minimumVelocity&&(e.velocity=0),(E>150||ot()-P.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=u.freeMode.momentumVelocityRatio,S.velocities.length=0;let p=1e3*u.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*u.freeMode.momentumBounceRatio;let M;if(y<e.maxTranslate())u.freeMode.momentumBounce?(y+e.maxTranslate()<-g&&(y=e.maxTranslate()-g),_=e.maxTranslate(),A=!0,S.allowMomentumBounce=!0):y=e.maxTranslate(),u.loop&&u.centeredSlides&&(M=!0);else if(y>e.minTranslate())u.freeMode.momentumBounce?(y-e.minTranslate()>g&&(y=e.minTranslate()+g),_=e.minTranslate(),A=!0,S.allowMomentumBounce=!0):y=e.minTranslate(),u.loop&&u.centeredSlides&&(M=!0);else if(u.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),u.freeMode.sticky){const P=Math.abs((m?-y:y)-e.translate),x=e.slidesSizesGrid[e.activeIndex];P<x?p=u.speed:P<2*x?p=u.speed*1.5:p=u.speed*2.5}}else if(u.freeMode.sticky){e.slideToClosest();return}u.freeMode.momentumBounce&&A?(e.updateProgress(_),e.setTransition(p),e.setTranslate(y),e.transitionStart(!0,e.swipeDirection),e.animating=!0,di(f,()=>{!e||e.destroyed||!S.allowMomentumBounce||(n("momentumBounce"),e.setTransition(u.speed),setTimeout(()=>{e.setTranslate(_),di(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,di(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||k>=u.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:r,onTouchEnd:d}})}let ui;function Ao(){const t=Ze(),e=ut();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Qi(){return ui||(ui=Ao()),ui}let vi;function Co(t){let{userAgent:e}=t===void 0?{}:t;const i=Qi(),n=Ze(),s=n.navigator.platform,l=e||n.navigator.userAgent,r={ios:!1,android:!1},d=n.screen.width,a=n.screen.height,v=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 S=s==="MacIntel";const w=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!u&&S&&i.touch&&w.indexOf(`${d}x${a}`)>=0&&(u=l.match(/(Version)\/([\d.]+)/),u||(u=[0,1,"13_0_0"]),S=!1),v&&!h&&(r.os="android",r.android=!0),(u||m||f)&&(r.os="ios",r.ios=!0),r}function $i(t){return t===void 0&&(t={}),vi||(vi=Co(t)),vi}let pi;function Io(){const t=Ze(),e=$i();let i=!1;function n(){const d=t.navigator.userAgent.toLowerCase();return d.indexOf("safari")>=0&&d.indexOf("chrome")<0&&d.indexOf("android")<0}if(n()){const d=String(t.navigator.userAgent);if(d.includes("Version/")){const[a,v]=d.split("Version/")[1].split(" ")[0].split(".").map(u=>Number(u));i=a<16||a===16&&v<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),r=l||s&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:r,isWebView:s}}function ko(){return pi||(pi=Io()),pi}function _o(t){let{swiper:e,on:i,emit:n}=t;const s=Ze();let l=null,r=null;const d=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},a=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{r=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)&&d()})}),l.observe(e.el))},v=()=>{r&&s.cancelAnimationFrame(r),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"){a();return}s.addEventListener("resize",d),s.addEventListener("orientationchange",u)}),i("destroy",()=>{v(),s.removeEventListener("resize",d),s.removeEventListener("orientationchange",u)})}function Po(t){let{swiper:e,extendParams:i,on:n,emit:s}=t;const l=[],r=Ze(),d=function(u,f){f===void 0&&(f={});const m=r.MutationObserver||r.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])};r.requestAnimationFrame?r.requestAnimationFrame(w):r.setTimeout(w,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)},a=()=>{if(e.params.observer){if(e.params.observeParents){const u=Ki(e.hostEl);for(let f=0;f<u.length;f+=1)d(u[f])}d(e.hostEl,{childList:e.params.observeSlideChildren}),d(e.wrapperEl,{attributes:!1})}},v=()=>{l.forEach(u=>{u.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",a),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,r=new Array(l),d=0;d<l;d++)r[d]=arguments[d];e.apply(n,r)}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),r=0;r<s;r++)l[r]=arguments[r];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(a=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(n,[a,...i])}),t.eventsListeners&&t.eventsListeners[a]&&t.eventsListeners[a].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(xt(n,"padding-left")||0,10)-parseInt(xt(n,"padding-right")||0,10),i=i-parseInt(xt(n,"padding-top")||0,10)-parseInt(xt(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(c,E){return parseFloat(c.getPropertyValue(t.getDirectionLabel(E))||0)}const i=t.params,{wrapperEl:n,slidesEl:s,size:l,rtlTranslate:r,wrongRTL:d}=t,a=t.virtual&&i.virtual.enabled,v=a?t.virtual.slides.length:t.slides.length,u=mt(s,`.${t.params.slideClass}, swiper-slide`),f=a?t.virtual.slides.length:u.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,u.forEach(c=>{r?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 M=i.grid&&i.grid.rows>1&&t.grid;M?t.grid.initSlides(u):t.grid&&t.grid.unsetSlides();let P;const x=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){P=0;let E;if(u[c]&&(E=u[c]),M&&t.grid.updateSlide(c,E,u),!(u[c]&&xt(E,"display")==="none")){if(i.slidesPerView==="auto"){x&&(u[c].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()?ci(E,"width",!0):ci(E,"height",!0);else{const D=e(b,"width"),F=e(b,"padding-left"),U=e(b,"padding-right"),R=e(b,"margin-left"),B=e(b,"margin-right"),N=b.getPropertyValue("box-sizing");if(N&&N==="border-box")P=D+R+B;else{const{clientWidth:j,offsetWidth:Z}=E;P=D+F+U+R+B+(Z-j)}}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)),u[c]&&(u[c].style[t.getDirectionLabel("width")]=`${P}px`);u[c]&&(u[c].swiperSlideSize=P),S.push(P),i.centeredSlides?(A=A+P/2+_/2+y,_===0&&c!==0&&(A=A-l/2-y),c===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,r&&d&&(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 c=[];for(let E=0;E<m.length;E+=1){let b=m[E];i.roundLengths&&(b=Math.floor(b)),m[E]<=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(a&&i.loop){const c=S[0]+y;if(i.slidesPerGroup>1){const E=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),b=c*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]+c),h.push(h[h.length-1]+c),t.virtualSize+=c}if(m.length===0&&(m=[0]),y!==0){const c=t.isHorizontal()&&r?"marginLeft":t.getDirectionLabel("marginRight");u.filter((E,b)=>!i.cssMode||i.loop?!0:b!==u.length-1).forEach(E=>{E.style[c]=`${y}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;S.forEach(b=>{c+=b+(y||0)}),c-=y;const E=c-l;m=m.map(b=>b<=0?-w:b>E?E+k:b)}if(i.centerInsufficientSlides){let c=0;S.forEach(b=>{c+=b+(y||0)}),c-=y;const E=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+E<l){const b=(l-c-E)/2;m.forEach((I,O)=>{m[O]=I-b}),h.forEach((I,O)=>{h[O]=I+b})}}if(Object.assign(t,{slides:u,snapGrid:m,slidesGrid:h,slidesSizesGrid:S}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){jt(n,"--swiper-centered-offset-before",`${-m[0]}px`),jt(n,"--swiper-centered-offset-after",`${t.size/2-S[S.length-1]/2}px`);const c=-t.snapGrid[0],E=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(b=>b+c),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"),!a&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const c=`${i.containerModifierClass}backface-hidden`,E=t.el.classList.contains(c);f<=i.maxBackfaceHiddenSlides?E||t.el.classList.add(c):E&&t.el.classList.remove(c)}}function Ro(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 r=d=>n?e.slides[e.getSlideIndexByData(d)]:e.slides[d];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(d=>{i.push(d)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const d=e.activeIndex+l;if(d>e.slides.length&&!n)break;i.push(r(d))}else i.push(r(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const d=i[l].offsetHeight;s=d>s?d:s}(s||s===0)&&(e.wrapperEl.style.height=`${s}px`)}function Lo(){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 Bo(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 r=-t;s&&(r=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let d=i.spaceBetween;typeof d=="string"&&d.indexOf("%")>=0?d=parseFloat(d.replace("%",""))/100*e.size:typeof d=="string"&&(d=parseFloat(d));for(let a=0;a<n.length;a+=1){const v=n[a];let u=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(u-=n[0].swiperSlideOffset);const f=(r+(i.centeredSlides?e.minTranslate():0)-u)/(v.swiperSlideSize+d),m=(r-l[0]+(i.centeredSlides?e.minTranslate():0)-u)/(v.swiperSlideSize+d),h=-(r-u),S=h+e.slidesSizesGrid[a],w=h>=0&&h<=e.size-e.slidesSizesGrid[a],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(a)),en(v,k,i.slideVisibleClass),en(v,w,i.slideFullyVisibleClass),v.progress=s?-f:f,v.originalProgress=s?-m:m}}function No(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:r,progressLoop:d}=e;const a=l,v=r;if(n===0)s=0,l=!0,r=!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,r=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],S=e.slidesGrid[e.slidesGrid.length-1],w=Math.abs(t);w>=m?d=(w-m)/S:d=(w+S-h)/S,d>1&&(d-=1)}Object.assign(e,{progress:s,progressLoop:d,isBeginning:l,isEnd:r}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!a&&e.emit("reachBeginning toEdge"),r&&!v&&e.emit("reachEnd toEdge"),(a&&!l||v&&!r)&&e.emit("fromEdge"),e.emit("progress",s)}const mi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Fo(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:s}=t,l=t.virtual&&i.virtual.enabled,r=t.grid&&i.grid&&i.grid.rows>1,d=f=>mt(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let a,v,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),a=d(`[data-swiper-slide-index="${f}"]`)}else a=d(`[data-swiper-slide-index="${s}"]`);else r?(a=e.filter(f=>f.column===s)[0],u=e.filter(f=>f.column===s+1)[0],v=e.filter(f=>f.column===s-1)[0]):a=e[s];a&&(r||(u=So(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u&&(u=e[0]),v=wo(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(f=>{mi(f,f===a,i.slideActiveClass),mi(f,f===u,i.slideNextClass),mi(f,f===v,i.slidePrevClass)}),t.emitSlidesClasses()}const Gt=(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()}},fi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},hi=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 r=s,d=[r-e];d.push(...Array.from({length:e}).map((a,v)=>r+n+v)),t.slides.forEach((a,v)=>{d.includes(a.column)&&fi(t,v)});return}const l=s+n-1;if(t.params.rewind||t.params.loop)for(let r=s-e;r<=l+e;r+=1){const d=(r%i+i)%i;(d<s||d>l)&&fi(t,d)}else for(let r=Math.max(s-e,0);r<=Math.min(l+e,i-1);r+=1)r!==s&&(r>l||r<s)&&fi(t,r)};function jo(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 Vo(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:s,activeIndex:l,realIndex:r,snapIndex:d}=e;let a=t,v;const u=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 a>"u"&&(a=jo(e)),n.indexOf(i)>=0)v=n.indexOf(i);else{const h=Math.min(s.slidesPerGroupSkip,a);v=h+Math.floor((a-h)/s.slidesPerGroup)}if(v>=n.length&&(v=n.length-1),a===l&&!e.params.loop){v!==d&&(e.snapIndex=v,e.emit("snapIndexChange"));return}if(a===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=u(a);return}const f=e.grid&&s.grid&&s.grid.rows>1;let m;if(e.virtual&&s.virtual.enabled&&s.loop)m=u(a);else if(f){const h=e.slides.filter(w=>w.column===a)[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[a]){const h=e.slides[a].getAttribute("data-swiper-slide-index");h?m=parseInt(h,10):m=a}else m=a;Object.assign(e,{previousSnapIndex:d,snapIndex:v,previousRealIndex:r,realIndex:m,previousIndex:l,activeIndex:a}),e.initialized&&hi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(r!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function zo(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(d=>{!s&&d.matches&&d.matches(`.${n.slideClass}, swiper-slide`)&&(s=d)});let l=!1,r;if(s){for(let d=0;d<i.slides.length;d+=1)if(i.slides[d]===s){l=!0,r=d;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=r;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Ho={updateSize:Mo,updateSlides:Oo,updateAutoHeight:Ro,updateSlidesOffset:Lo,updateSlidesProgress:Bo,updateProgress:No,updateSlidesClasses:Fo,updateActiveIndex:Vo,updateClickedSlide:zo};function Uo(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 r=go(l,t);return r+=e.cssOverflowAdjustment(),n&&(r=-r),r||0}function Go(t,e){const i=this,{rtlTranslate:n,params:s,wrapperEl:l,progress:r}=i;let d=0,a=0;const v=0;i.isHorizontal()?d=n?-t:t:a=t,s.roundLengths&&(d=Math.floor(d),a=Math.floor(a)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?d:a,s.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-d:-a:s.virtualTranslate||(i.isHorizontal()?d-=i.cssOverflowAdjustment():a-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${d}px, ${a}px, ${v}px)`);let u;const f=i.maxTranslate()-i.minTranslate();f===0?u=0:u=(t-i.minTranslate())/f,u!==r&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Wo(){return-this.snapGrid[0]}function Yo(){return-this.snapGrid[this.snapGrid.length-1]}function Xo(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:r,wrapperEl:d}=l;if(l.animating&&r.preventInteractionOnTransition)return!1;const a=l.minTranslate(),v=l.maxTranslate();let u;if(n&&t>a?u=a:n&&t<v?u=v:u=t,l.updateProgress(u),r.cssMode){const f=l.isHorizontal();if(e===0)d[f?"scrollLeft":"scrollTop"]=-u;else{if(!l.support.smoothScroll)return Ji({swiper:l,targetPosition:-u,side:f?"left":"top"}),!0;d.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 qo={getTranslate:Uo,setTranslate:Go,minTranslate:Wo,maxTranslate:Yo,translateTo:Xo};function Jo(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:r}=e;let d=n;if(d||(l>r?d="next":l<r?d="prev":d="reset"),e.emit(`transition${s}`),i&&l!==r){if(d==="reset"){e.emit(`slideResetTransition${s}`);return}e.emit(`slideChangeTransition${s}`),d==="next"?e.emit(`slideNextTransition${s}`):e.emit(`slidePrevTransition${s}`)}}function Ko(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 Zo(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 Qo={setTransition:Jo,transitionStart:Ko,transitionEnd:Zo};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 r=t;r<0&&(r=0);const{params:d,snapGrid:a,slidesGrid:v,previousIndex:u,activeIndex:f,rtlTranslate:m,wrapperEl:h,enabled:S}=l;if(!S&&!n&&!s||l.destroyed||l.animating&&d.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const w=Math.min(l.params.slidesPerGroupSkip,r);let k=w+Math.floor((r-w)/l.params.slidesPerGroup);k>=a.length&&(k=a.length-1);const p=-a[k];if(d.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?r=y:A>=_&&A<g&&(r=y+1):A>=_&&(r=y)}if(l.initialized&&r!==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)!==r))return!1;r!==(u||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(p);let T;if(r>f?T="next":r<f?T="prev":T="reset",m&&-p===l.translate||!m&&p===l.translate)return l.updateActiveIndex(r),d.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),d.effect!=="slide"&&l.setTranslate(p),T!=="reset"&&(l.transitionStart(i,T),l.transitionEnd(i,T)),!1;if(d.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 Ji({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(r),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 r=t;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)r=r+s.virtual.slidesBefore;else{let d;if(l){const m=r*s.params.grid.rows;d=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else d=s.getSlideIndexByData(r);const a=l?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:v}=s.params;let u=s.params.slidesPerView;u==="auto"?u=s.slidesPerViewDynamic():(u=Math.ceil(parseFloat(s.params.slidesPerView,10)),v&&u%2===0&&(u=u+1));let f=a-d<u;if(v&&(f=f||d<Math.ceil(u/2)),n&&v&&s.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const m=v?d<s.activeIndex?"prev":"next":d-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?d+1:d-a+1,slideRealIndex:m==="next"?s.realIndex:void 0})}if(l){const m=r*s.params.grid.rows;r=s.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else r=s.getSlideIndexByData(r)}return requestAnimationFrame(()=>{s.slideTo(r,e,i,n)}),s}function tl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:s,params:l,animating:r}=n;if(!s||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let d=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(d=Math.max(n.slidesPerViewDynamic("current",!0),1));const a=n.activeIndex<l.slidesPerGroupSkip?1:d,v=n.virtual&&l.virtual.enabled;if(l.loop){if(r&&!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+a,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+a,t,e,i)}function il(t,e,i){e===void 0&&(e=!0);const n=this,{params:s,snapGrid:l,slidesGrid:r,rtlTranslate:d,enabled:a,animating:v}=n;if(!a||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const u=n.virtual&&s.virtual.enabled;if(s.loop){if(v&&!u&&s.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=d?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=r.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 r=Math.min(s.params.slidesPerGroupSkip,l),d=r+Math.floor((l-r)/s.params.slidesPerGroup),a=s.rtlTranslate?s.translate:-s.translate;if(a>=s.snapGrid[d]){const v=s.snapGrid[d],u=s.snapGrid[d+1];a-v>(u-v)*n&&(l+=s.params.slidesPerGroup)}else{const v=s.snapGrid[d-1],u=s.snapGrid[d];a-v<=(u-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 r=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,`${r}[data-swiper-slide-index="${l}"]`)[0]),At(()=>{t.slideTo(s)})):t.slideTo(s):s>t.slides.length-n?(t.loopFix(),s=t.getSlideIndex(mt(i,`${r}[data-swiper-slide-index="${l}"]`)[0]),At(()=>{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 al(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,r=i.slidesPerGroup*(l?i.grid.rows:1),d=e.slides.length%r!==0,a=l&&e.slides.length%i.grid.rows!==0,v=u=>{for(let f=0;f<u;f+=1){const m=e.isElement?Pt("swiper-slide",[i.slideBlankClass]):Pt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(d){if(i.loopAddBlankSlides){const u=r-e.slides.length%r;v(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(a){if(i.loopAddBlankSlides){const u=i.grid.rows-e.slides.length%i.grid.rows;v(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 rl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:s,activeSlideIndex:l,byController:r,byMousewheel:d}=t===void 0?{}:t;const a=this;if(!a.params.loop)return;a.emit("beforeLoopFix");const{slides:v,allowSlidePrev:u,allowSlideNext:f,slidesEl:m,params:h}=a,{centeredSlides:S}=h;if(a.allowSlidePrev=!0,a.allowSlideNext=!0,a.virtual&&h.virtual.enabled){i&&(!h.centeredSlides&&a.snapIndex===0?a.slideTo(a.virtual.slides.length,0,!1,!0):h.centeredSlides&&a.snapIndex<h.slidesPerView?a.slideTo(a.virtual.slides.length+a.snapIndex,0,!1,!0):a.snapIndex===a.snapGrid.length-1&&a.slideTo(a.virtual.slidesBefore,0,!1,!0)),a.allowSlidePrev=u,a.allowSlideNext=f,a.emit("loopFix");return}let w=h.slidesPerView;w==="auto"?w=a.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,a.loopedSlides=p;const T=a.grid&&h.grid&&h.grid.rows>1;v.length<w+p?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"):T&&h.grid.fill==="row"&&Vt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const y=[],A=[];let _=a.activeIndex;typeof l>"u"?l=a.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 c=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/c)*c;if(T){const D=c-O-1;for(let F=v.length-1;F>=0;F-=1)v[F].column===D&&y.push(F)}else y.push(c-O-1)}}else if(b+w>c-p){x=Math.max(b-(c-p*2),k);for(let I=0;I<x;I+=1){const O=I-Math.floor(I/c)*c;T?v.forEach((D,F)=>{D.column===O&&A.push(F)}):A.push(O)}}if(a.__preventObserver__=!0,requestAnimationFrame(()=>{a.__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}),a.recalcSlides(),h.slidesPerView==="auto"?a.updateSlides():T&&(y.length>0&&M||A.length>0&&g)&&a.slides.forEach((I,O)=>{a.grid.updateSlide(O,I,a.slides)}),h.watchSlidesProgress&&a.updateSlidesOffset(),i){if(y.length>0&&M){if(typeof e>"u"){const I=a.slidesGrid[_],D=a.slidesGrid[_+P]-I;d?a.setTranslate(a.translate-D):(a.slideTo(_+Math.ceil(P),0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-D,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-D))}else if(s){const I=T?y.length/h.grid.rows:y.length;a.slideTo(a.activeIndex+I,0,!1,!0),a.touchEventsData.currentTranslate=a.translate}}else if(A.length>0&&g)if(typeof e>"u"){const I=a.slidesGrid[_],D=a.slidesGrid[_-x]-I;d?a.setTranslate(a.translate-D):(a.slideTo(_-x,0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-D,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-D))}else{const I=T?A.length/h.grid.rows:A.length;a.slideTo(a.activeIndex-I,0,!1,!0)}}if(a.allowSlidePrev=u,a.allowSlideNext=f,a.controller&&a.controller.control&&!r){const I={slideRealIndex:e,direction:n,setTranslate:s,activeSlideIndex:l,byController:!0};Array.isArray(a.controller.control)?a.controller.control.forEach(O=>{!O.destroyed&&O.params.loop&&O.loopFix({...I,slideTo:O.params.slidesPerView===h.slidesPerView?i:!1})}):a.controller.control instanceof a.constructor&&a.controller.control.params.loop&&a.controller.control.loopFix({...I,slideTo:a.controller.control.params.slidesPerView===h.slidesPerView?i:!1})}a.emit("loopFix")}function dl(){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 cl={loopCreate:al,loopFix:rl,loopDestroy:dl};function ul(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:ul,unsetGrabCursor:vl};function ml(t,e){e===void 0&&(e=this);function i(n){if(!n||n===ut()||n===Ze())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=Ze(),{params:s}=t,l=s.edgeSwipeDetection,r=s.edgeSwipeThreshold;return l&&(i<=r||i>=n.innerWidth-r)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function fl(t){const e=this,i=ut();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:r,enabled:d}=e;if(!d||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let a=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(a)||"which"in n&&n.which===3||"button"in n&&n.button>0||s.isTouched&&s.isMoved)return;const v=!!l.noSwipingClass&&l.noSwipingClass!=="",u=n.composedPath?n.composedPath():n.path;v&&n.target&&n.target.shadowRoot&&u&&(a=u[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,m=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(m?ml(f,a):a.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!a.closest(l.swipeHandler))return;r.currentX=n.pageX,r.currentY=n.pageY;const h=r.currentX,S=r.currentY;if(!nn(e,n,h))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=h,r.startY=S,s.touchStartTime=ot(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(s.allowThresholdMove=!1);let w=!0;a.matches(s.focusableElements)&&(w=!1,a.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==a&&i.activeElement.blur();const k=w&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||k)&&!a.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=ut(),i=this,n=i.touchEventsData,{params:s,touches:l,rtlTranslate:r,enabled:d}=i;if(!d||!s.simulateTouch&&t.pointerType==="mouse")return;let a=t;if(a.originalEvent&&(a=a.originalEvent),a.type==="pointermove"&&(n.touchId!==null||a.pointerId!==n.pointerId))return;let v;if(a.type==="touchmove"){if(v=[...a.changedTouches].filter(g=>g.identifier===n.touchId)[0],!v||v.identifier!==n.touchId)return}else v=a;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",a);return}const u=v.pageX,f=v.pageY;if(a.preventedByNestedSwiper){l.startX=u,l.startY=f;return}if(!i.allowTouchMove){a.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f}),n.touchStartTime=ot());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&&a.target===e.activeElement&&a.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",a),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",a),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling||a.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!s.cssMode&&a.cancelable&&a.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&a.stopPropagation();let S=i.isHorizontal()?m:h,w=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;s.oneWayMovement&&(S=Math.abs(S)*(r?1:-1),w=Math.abs(w)*(r?1:-1)),l.diff=S,S*=s.touchRatio,r&&(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",a)}let y;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&k!==i.touchesDirection&&p&&T&&Math.abs(S)>=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",a),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&&(a.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:r,touches:d,rtlTranslate:a,slidesGrid:v,enabled:u}=e;if(!u||!r.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&r.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}r.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=ot(),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=ot(),At(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||d.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(r.followFinger?h=a?e.translate:-e.translate:h=-i.currentTranslate,r.cssMode)return;if(r.freeMode&&r.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;_+=_<r.slidesPerGroupSkip?1:r.slidesPerGroup){const g=_<r.slidesPerGroupSkip-1?1:r.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;r.rewind&&(e.isBeginning?T=r.virtual&&r.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<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(m>r.longSwipesMs){if(!r.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(y>=r.longSwipesRatio?e.slideTo(r.rewind&&e.isEnd?p:w+A):e.slideTo(w)),e.swipeDirection==="prev"&&(y>1-r.longSwipesRatio?e.slideTo(w+A):T!==null&&y<0&&Math.abs(y)>r.longSwipesRatio?e.slideTo(T):e.slideTo(w))}else{if(!r.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,r=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const d=r&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!d?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!r?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;Gt(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=ut(),{params:n,el:s,wrapperEl:l,device:r}=t,d=!!n.nested,a=e==="on"?"addEventListener":"removeEventListener",v=e;!s||typeof s=="string"||(i[a]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:d}),s[a]("touchstart",t.onTouchStart,{passive:!1}),s[a]("pointerdown",t.onTouchStart,{passive:!1}),i[a]("touchmove",t.onTouchMove,{passive:!1,capture:d}),i[a]("pointermove",t.onTouchMove,{passive:!1,capture:d}),i[a]("touchend",t.onTouchEnd,{passive:!0}),i[a]("pointerup",t.onTouchEnd,{passive:!0}),i[a]("pointercancel",t.onTouchEnd,{passive:!0}),i[a]("touchcancel",t.onTouchEnd,{passive:!0}),i[a]("pointerout",t.onTouchEnd,{passive:!0}),i[a]("pointerleave",t.onTouchEnd,{passive:!0}),i[a]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&s[a]("click",t.onClick,!0),n.cssMode&&l[a]("scroll",t.onScroll),n.updateOnWindowResize?t[v](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",on,!0):t[v]("observerUpdate",on,!0),s[a]("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 r=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!r||t.currentBreakpoint===r)return;const a=(r in l?l[r]:void 0)||t.originalParams,v=sn(t,n),u=sn(t,a),f=t.params.grabCursor,m=a.grabCursor,h=n.enabled;v&&!u?(s.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&u&&(s.classList.add(`${n.containerModifierClass}grid`),(a.grid.fill&&a.grid.fill==="column"||!a.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 a[y]>"u")return;const A=n[y]&&n[y].enabled,_=a[y]&&a[y].enabled;A&&!_&&t[y].disable(),!A&&_&&t[y].enable()});const S=a.direction&&a.direction!==n.direction,w=n.loop&&(a.slidesPerView!==n.slidesPerView||S),k=n.loop;S&&i&&t.changeDirection(),it(t.params,a);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=r,t.emit("_beforeBreakpoint",a),i&&(w?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!k&&T?(t.loopCreate(e),t.updateSlides()):k&&!T&&t.loopDestroy()),t.emit("breakpoint",a)}function Cl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const s=Ze(),l=e==="window"?s.innerHeight:i.clientHeight,r=Object.keys(t).map(d=>{if(typeof d=="string"&&d.indexOf("@")===0){const a=parseFloat(d.substr(1));return{value:l*a,point:d}}return{value:d,point:d}});r.sort((d,a)=>parseInt(d.value,10)-parseInt(a.value,10));for(let d=0;d<r.length;d+=1){const{point:a,value:v}=r[d];e==="window"?s.matchMedia(`(min-width: ${v}px)`).matches&&(n=a):v<=i.clientWidth&&(n=a)}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,r=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(...r),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},gi={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 Rl(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 bi={eventsEmitter:Do,update:Ho,translate:qo,transition:Qo,slide:sl,loop:cl,grabCursor:pl,events:El,breakpoints:Il,checkOverflow:Ol,classes:Dl},yi={};let wi=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=it({},i),e&&!i.el&&(i.el=e);const r=ut();if(i.el&&typeof i.el=="string"&&r.querySelectorAll(i.el).length>1){const u=[];return r.querySelectorAll(i.el).forEach(f=>{const m=it({},i,{el:f});u.push(new wt(m))}),u}const d=this;d.__swiper__=!0,d.support=Qi(),d.device=$i({userAgent:i.userAgent}),d.browser=ko(),d.eventsListeners={},d.eventsAnyListeners=[],d.modules=[...d.__modules__],i.modules&&Array.isArray(i.modules)&&d.modules.push(...i.modules);const a={};d.modules.forEach(u=>{u({params:i,swiper:d,extendParams:Rl(i,a),on:d.on.bind(d),once:d.once.bind(d),off:d.off.bind(d),emit:d.emit.bind(d)})});const v=it({},gi,a);return d.params=it({},v,yi,i),d.originalParams=it({},d.params),d.passedParams=it({},i),d.params&&d.params.on&&Object.keys(d.params.on).forEach(u=>{d.on(u,d.params.on[u])}),d.params&&d.params.onAny&&d.onAny(d.params.onAny),Object.assign(d,{enabled:d.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return d.params.direction==="horizontal"},isVertical(){return d.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:d.params.allowSlideNext,allowSlidePrev:d.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:d.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:d.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),d.emit("_swiper"),d.params.init&&d.init(),d}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=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=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(),r=(n.maxTranslate()-s)*e+s;n.translateTo(r,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:r,slidesSizesGrid:d,size:a,activeIndex:v}=n;let u=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),u+=1,f>a&&(m=!0));for(let h=v-1;h>=0;h-=1)l[h]&&!m&&(f+=l[h].swiperSlideSize,u+=1,f>a&&(m=!0))}else if(e==="current")for(let f=v+1;f<l.length;f+=1)(i?r[f]+d[f]-r[v]<a:r[f]-r[v]<a)&&(u+=1);else for(let f=v-1;f>=0;f-=1)r[v]-r[f]<a&&(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(r=>{r.complete&&Gt(e,r)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function s(){const r=e.rtlTranslate?e.translate*-1:e.translate,d=Math.min(Math.max(r,e.maxTranslate()),e.minTranslate());e.setTranslate(d),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 r=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(r.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 r=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(s()):mt(n,s())[0];return!r&&i.params.createElements&&(r=Pt("div",i.params.wrapperClass),n.append(r),mt(n,`.${i.params.slideClass}`).forEach(d=>{r.append(d)})),Object.assign(i,{el:n,wrapperEl:r,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:r,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||xt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||xt(n,"direction")==="rtl"),wrongRTL:xt(r,"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?Gt(i,l):l.addEventListener("load",r=>{Gt(i,r.target)})}),hi(i),i.initialized=!0,hi(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:r,slides:d}=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"),r&&r.removeAttribute("style"),d&&d.length&&d.forEach(a=>{a.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),a.removeAttribute("style"),a.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(a=>{n.off(a)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),fo(n)),n.destroyed=!0),null}static extendDefaults(e){it(yi,e)}static get extendedDefaults(){return yi}static get defaults(){return gi}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(bi).forEach(t=>{Object.keys(bi[t]).forEach(e=>{wi.prototype[e]=bi[t][e]})}),wi.use([_o,Po]);const an=["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 Tt(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]:Tt(e[n])&&Tt(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 rn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function dn(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function cn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function un(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 Ll(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Bl(t){let{swiper:e,slides:i,passedParams:n,changedParams:s,nextEl:l,prevEl:r,scrollbarEl:d,paginationEl:a}=t;const v=s.filter(x=>x!=="children"&&x!=="direction"&&x!=="wrapperClass"),{params:u,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&&u.thumbs&&!u.thumbs.swiper&&(k=!0),s.includes("controller")&&n.controller&&n.controller.control&&u.controller&&!u.controller.control&&(p=!0),s.includes("pagination")&&n.pagination&&(n.pagination.el||a)&&(u.pagination||u.pagination===!1)&&f&&!f.el&&(T=!0),s.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||d)&&(u.scrollbar||u.scrollbar===!1)&&h&&!h.el&&(y=!0),s.includes("navigation")&&n.navigation&&(n.navigation.prevEl||r)&&(n.navigation.nextEl||l)&&(u.navigation||u.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()),u[x].prevEl=void 0,u[x].nextEl=void 0,e[x].prevEl=void 0,e[x].nextEl=void 0):(e.isElement&&e[x].el.remove(),u[x].el=void 0,e[x].el=void 0))};s.includes("loop")&&e.isElement&&(u.loop&&!n.loop?_=!0:!u.loop&&n.loop?g=!0:M=!0),v.forEach(x=>{if(Tt(u[x])&&Tt(n[x]))Object.assign(u[x],n[x]),(x==="navigation"||x==="pagination"||x==="scrollbar")&&"enabled"in n[x]&&!n[x].enabled&&P(x);else{const c=n[x];(c===!0||c===!1)&&(x==="navigation"||x==="pagination"||x==="scrollbar")?c===!1&&P(x):u[x]=n[x]}}),v.includes("controller")&&!p&&e.controller&&e.controller.control&&u.controller&&u.controller.control&&(e.controller.control=u.controller.control),s.includes("children")&&i&&S&&u.virtual.enabled?(S.slides=i,S.update(!0)):s.includes("virtual")&&S&&u.virtual.enabled&&(i&&(S.slides=i),S.update(!0)),s.includes("children")&&i&&u.loop&&(M=!0),k&&w.init()&&w.update(!0),p&&(e.controller.control=u.controller.control),T&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-pagination"),a.part.add("pagination"),e.el.appendChild(a)),a&&(u.pagination.el=a),f.init(),f.render(),f.update()),y&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),e.el.appendChild(d)),d&&(u.scrollbar.el=d),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)),(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-button-prev"),r.innerHTML=e.hostEl.constructor.prevButtonSvg,r.part.add("button-prev"),e.el.appendChild(r))),l&&(u.navigation.nextEl=l),r&&(u.navigation.prevEl=r),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 Nl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},s={};It(i,gi),i._emitClasses=!0,i.init=!1;const l={},r=an.map(a=>a.replace(/_/,"")),d=Object.assign({},t);return Object.keys(d).forEach(a=>{typeof t[a]>"u"||(r.indexOf(a)>=0?Tt(t[a])?(i[a]={},s[a]={},It(i[a],t[a]),It(s[a],t[a])):(i[a]=t[a],s[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?e?n[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:i.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:l[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{i[a]===!0&&(i[a]={}),i[a]===!1&&delete i[a]}),{params:i,passedParams:s,rest:l,events:n}}function Fl(t,e){let{el:i,nextEl:n,prevEl:s,paginationEl:l,scrollbarEl:r,swiper:d}=t;rn(e)&&n&&s&&(d.params.navigation.nextEl=n,d.originalParams.navigation.nextEl=n,d.params.navigation.prevEl=s,d.originalParams.navigation.prevEl=s),dn(e)&&l&&(d.params.pagination.el=l,d.originalParams.pagination.el=l),cn(e)&&r&&(d.params.scrollbar.el=r,d.originalParams.scrollbar.el=r),d.init(i)}function jl(t,e,i,n,s){const l=[];if(!e)return l;const r=a=>{l.indexOf(a)<0&&l.push(a)};if(i&&n){const a=n.map(s),v=i.map(s);a.join("")!==v.join("")&&r("children"),n.length!==i.length&&r("children")}return an.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in e)if(Tt(t[a])&&Tt(e[a])){const v=Object.keys(t[a]),u=Object.keys(e[a]);v.length!==u.length?r(a):(v.forEach(f=>{t[a][f]!==e[a][f]&&r(a)}),u.forEach(f=>{t[a][f]!==e[a][f]&&r(a)}))}else t[a]!==e[a]&&r(a)}),l}const Vl=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 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 zl(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 Hl(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:r}=i,d=t.params.loop?-e.length:0,a=t.params.loop?e.length*2:e.length,v=[];for(let u=d;u<a;u+=1)u>=l&&u<=r&&v.push(e[n(u)]);return v.map((u,f)=>o.cloneElement(u,{swiper:t,style:s,key:u.props.virtualIndex||u.key||`slide-${f}`}))}function Dt(t,e){return typeof window>"u"?o.useEffect(t,e):o.useLayoutEffect(t,e)}const Si=o.createContext(null),mn=()=>o.useContext(Si),Ul=o.createContext(null),Et=o.forwardRef(function(t,e){let{className:i,tag:n="div",wrapperTag:s="div",children:l,onSwiper:r,...d}=t===void 0?{}:t,a=!1;const[v,u]=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:c,events:E}=Nl(d),{slides:b,slots:I}=zl(l),O=()=>{S(!h)};Object.assign(P.on,{_containerClasses(B,N){u(N)}});const D=()=>{Object.assign(P.on,E),a=!0;const B={...P};if(delete B.wrapperClass,p.current=new wi(B),p.current.virtual&&p.current.params.virtual.enabled){p.current.virtual.slides=b;const N={cache:!1,slides:b,renderExternal:m,renderExternalUpdate:!1};It(p.current.params.virtual,N),It(p.current.originalParams.virtual,N)}};k.current||D(),p.current&&p.current.on("_beforeBreakpoint",O);const F=()=>{a||!E||!p.current||Object.keys(E).forEach(B=>{p.current.on(B,E[B])})},U=()=>{!E||!p.current||Object.keys(E).forEach(B=>{p.current.off(B,E[B])})};o.useEffect(()=>()=>{p.current&&p.current.off("_beforeBreakpoint",O)}),o.useEffect(()=>{!w.current&&p.current&&(p.current.emitSlidesClasses(),w.current=!0)}),Dt(()=>{if(e&&(e.current=k.current),!!k.current)return p.current.destroyed&&D(),Fl({el:k.current,nextEl:A.current,prevEl:_.current,paginationEl:g.current,scrollbarEl:M.current,swiper:p.current},P),r&&!p.current.destroyed&&r(p.current),()=>{p.current&&!p.current.destroyed&&p.current.destroy(!0,!1)}},[]),Dt(()=>{F();const B=jl(x,T.current,b,y.current,N=>N.key);return T.current=x,y.current=b,B.length&&p.current&&!p.current.destroyed&&Bl({swiper:p.current,slides:b,passedParams:x,changedParams:B,nextEl:A.current,prevEl:_.current,scrollbarEl:M.current,paginationEl:g.current}),()=>{U()}}),Dt(()=>{Vl(p.current)},[f]);function R(){return P.virtual?Hl(p.current,b,f):b.map((B,N)=>o.cloneElement(B,{swiper:p.current,swiperSlideIndex:N}))}return o.createElement(n,Wt({ref:k,className:un(`${v}${i?` ${i}`:""}`)},c),o.createElement(Ul.Provider,{value:p.current},I["container-start"],o.createElement(s,{className:Ll(P.wrapperClass)},I["wrapper-start"],R(),I["wrapper-end"]),rn(P)&&o.createElement(o.Fragment,null,o.createElement("div",{ref:_,className:"swiper-button-prev"}),o.createElement("div",{ref:A,className:"swiper-button-next"})),cn(P)&&o.createElement("div",{ref:M,className:"swiper-scrollbar"}),dn(P)&&o.createElement("div",{ref:g,className:"swiper-pagination"}),I["container-end"]))});Et.displayName="Swiper";const vt=o.forwardRef(function(t,e){let{tag:i="div",children:n,className:s="",swiper:l,zoom:r,lazy:d,virtualIndex:a,swiperSlideIndex:v,...u}=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)}Dt(()=>{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)}}}),Dt(()=>{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,Wt({ref:f,className:un(`${m}${s?` ${s}`:""}`),"data-swiper-slide-index":a,onLoad:y},u),r&&o.createElement(Si.Provider,{value:p},o.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof r=="number"?r:void 0},T(),d&&!S&&o.createElement("div",{className:"swiper-lazy-preloader"}))),!r&&o.createElement(Si.Provider,{value:p},T(),d&&!S&&o.createElement("div",{className:"swiper-lazy-preloader"})))});vt.displayName="SwiperSlide";const Gl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Wl=({visible:t,onClose:e,children:i,modalStyle:n,padding:s,popup:l,schema:r,fullHeight:d=window.innerHeight,isFullScreen:a=!1})=>{var v,u,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,c;const E=o.useRef(null),b=o.useRef(null),I=o.useRef(null),O=o.useRef(null),D=d*.2,F=a?d:d*.8,[U,R]=o.useState(D),[B,N]=o.useState(!1),j=o.useRef(null),{globalConfig:Z,popupDetailData:te}=Ce(),{schema:H}=dt();o.useEffect(()=>{const G=document.getElementById("sxp-render"),ee=document.getElementById("pb-modal");ee?j.current=ee:(j.current=document.createElement("div"),j.current.setAttribute("id","pb-modal"),G?.appendChild(j.current))},[]);const V=o.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),$=o.useMemo(()=>{var G,ee,ne;const ue=r??H;return(ne=(ee=(G=ue?.sxpPageConf)===null||G===void 0?void 0:G.globalConfig)===null||ee===void 0?void 0:ee.popupList)===null||ne===void 0?void 0:ne.find(Te=>Te?.id===l?.id)},[l,r,H]),se=o.useMemo(()=>{var G,ee;return((ee=(G=$?.item)===null||G===void 0?void 0:G.event)===null||ee===void 0?void 0:ee.isScrollFullScreen)||!1},[$]);if(o.useEffect(()=>{V?N(!0):setTimeout(()=>{N(!1),R(D)},l?.duration)},[V,l]),!j.current)return null;const pe=He.debounce(()=>{e?.()},300),ie=G=>{E.current=G.touches[0],b.current=G.touches[0],I.current=!0},Q=G=>{requestAnimationFrame(()=>{var ee;if(I.current&&((ee=O?.current)===null||ee===void 0?void 0:ee.scrollTop)===0){const ne=G.touches[0].clientY,ue=G.touches[0].clientX,ce=E.current.clientY-ne;E.current=G.touches[0];const Te=ne-b.current.clientY,ke=ue-b.current.clientX;if(Math.abs(ke)>Math.abs(Te))return;const Oe=U-ce;Oe>0&&R(Oe)}})},q=G=>{var ee;if(I.current&&((ee=O?.current)===null||ee===void 0?void 0:ee.scrollTop)===0){const ne=G.changedTouches[0].clientY-b.current.clientY,ue=G.changedTouches[0].clientX-b.current.clientX;if(Math.abs(ue)>Math.abs(ne))return;const ce=b.current.clientY-E.current.clientY;ce>0?R(0):U<D&&ce<0?R(D):U>=D&&ce<0&&e?.()}I.current=!1};return _i.createPortal(o.createElement(o.Fragment,null,B&&o.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:V?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:pe},o.createElement("div",{style:{position:"relative",left:`${(m=(f=(u=(v=$?.item)===null||v===void 0?void 0:v.props)===null||u===void 0?void 0:u.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 ${V?"modal-popIn":"modal-popOut"}`,style:Object.assign({padding:s,animationDuration:((x=l?.duration)!==null&&x!==void 0?x:0)/1e3+"s"},se&&{transform:`translateY(${U}px)`}),onClick:G=>{G.stopPropagation(),G.preventDefault()}},se&&{onTouchMove:Q,onTouchStart:ie,onTouchEnd:q}),o.createElement("div",{onClick:e,className:"modal-icon-wrapper"},o.createElement("img",{src:(c=Z?.popupCloseIcon)!==null&&c!==void 0?c:Gl,alt:"close",className:"modal-icon"})),o.createElement("div",{ref:O,style:{height:se?d:F,overflow:se&&U<=0||!se?"auto":"hidden"}},i))))),j.current)};var kt=o.memo(Wl);const Yl=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),s=[];for(let r=0;r<n.length&&(s.push(n[r]),!(s.join(" ").length>=e));r++);return(s.length>1&&s.length<n.length?s.slice(0,s.length-1):s).join(" ")+" "},Xl=({text:t,maxStr:e=108,style:i,className:n,onClick:s,foldText:l,unfoldText:r,isPost:d,onChange:a})=>{const[v,u]=o.useState(!1),[f,m]=o.useState(!1),h=Number(i?.lineClamp||2),S=o.useRef(null),w=o.useRef(null),k=o.useCallback(()=>{u(!v)},[v,a]);return o.useMemo(()=>!v&&t.length>e?Yl(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)&&d?m(!0):m(!1),w.current.style.display="none"},[d]),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:!d||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&&d&&f&&o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:s??k,dangerouslySetInnerHTML:{__html:he(v?r||"show less":l||"show more",i)}}))};var Yt=o.memo(Xl);const ql=o.forwardRef((t,e)=>{const{src:i,onLoad:n,style:s,className:l,loading:r,alt:d="image"}=t,[a,v]=o.useState(),u=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&&u.current&&(u.current.src="",u.current.src=i)};return ct.on(tt.PAGE_DID_SHOW,h),()=>{ct.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"}}),a?.includes(".avif")?o.createElement("picture",null,o.createElement("source",{type:"image/avif",srcSet:a}),o.createElement("source",{type:"image/webp",srcSet:`${a}?imageMogr2/format/webp`}),o.createElement("source",{type:"image/jpeg",srcSet:`${a}?imageMogr2/format/jpg`}),o.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:r,onLoad:h=>{m(!0),n?.(h.target)},alt:d})):o.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:r,onLoad:h=>{m(!0),n?.(h.target)},alt:d}))});var $e=o.memo(ql);const Jl=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const s=o.useRef(),{popupDetailData:l}=Ce();return o.useEffect(()=>{var r,d;n&&((r=s?.current)===null||r===void 0||r.swiper.slideTo((d=l?.multiCheckIndex)!==null&&d!==void 0?d:0))},[l,n]),o.createElement(Et,{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 Mt=o.memo(Jl);const Kl=({products:t,data:e,defImg:i,style:n,onCLick:s,popupDetailData:l,check:r})=>{var d;const{productView:a}=Ye(),{popupCurTimeRef:v}=Ce(),u=(f,m)=>{if(r===m)return;const h=t?.[r];a(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(Mt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(d=l?t:[0,1,2,3])===null||d===void 0?void 0:d.map((f,m)=>{var h,S,w;return o.createElement(o.Fragment,null,f?.bindCta?o.createElement(vt,{className:ye.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{u(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:r===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(Kl);const Zl=t=>{var e,i,n,s,l,r,d,a,v,u,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,c,E,b,{content:I,style:O,bgImg:D,onClick:F,schema:U,isDefault:R,bottom_image:B,tipText:N,isPost:j,viewTime:Z,rec:te,swiper:H,commodityStyles:V,buttonStyle:$,index:se,commodityGroup:pe,popupBg:ie,iframeIcon:Q,commodityImgRatio:q}=t,G=Ue(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:ue,bffFbReport:ce,popupCurTimeRef:Te,checkCommodityIndexRef:ke}=Ce(),{jumpToWeb:Oe,productView:Pe}=Ye(),re=o.useRef(null),[ve,J]=o.useState(!1),[fe,Le]=o.useState(!1),[Se,Re]=o.useState((e=ne?.multiCheckIndex)!==null&&e!==void 0?e:0),z=j?te:ne;let L=j?z?.product:(n=(i=z?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=z?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],_e=j?(r=z?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=z?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(m=(f=(u=z?.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 qe=j?se:ne?.index;if(!j&&pe?.open&&(!((h=z?.video)===null||h===void 0)&&h.bindProducts)&&((w=(S=z?.video)===null||S===void 0?void 0:S.bindProducts)===null||w===void 0?void 0:w.length)>0){ke.current=Se;const C=(k=z?.video)===null||k===void 0?void 0:k.bindProducts[Se];L=C,_e=C?.bindCta}const st=()=>{L?.link&&(Oe(z,L,_e,qe),j||Pe(z,L,_e,Z||re.current,qe),window.location.href=window.getJointUtmLink(L.link))};o.useEffect(()=>{j||ce?.({eventName:"ProductView"})},[j,ce]),o.useEffect(()=>{const C=()=>{re.current=new Date};return C(),window.addEventListener("pageshow",C),()=>{window.removeEventListener("pageshow",C)}},[]);const pt=o.useMemo(()=>{var C,X,K,le,me;return L?.currency&&L?.price?`${(K=(X=(C=L?.currency)===null||C===void 0?void 0:C.split("-")[1])===null||X===void 0?void 0:X.toUpperCase())!==null&&K!==void 0?K:""}${(me=(le=L?.price)===null||le===void 0?void 0:le.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&me!==void 0?me:""}`:"$7,000"},[L?.price,L?.currency]),Qe=(ue?375:(p=O?.width)!==null&&p!==void 0?p:window.innerWidth)-((T=ie?.horizontalMargin)!==null&&T!==void 0?T:0)*2,W=q?Qe*(q.h/q.w):Qe,Y=({isPost:C})=>{var X,K,le,me;return o.createElement("div",null,o.createElement("div",{className:"pb-commondity-content-collection",style:xe(V?.collection),hidden:!!L&&(!L?.collection||L?.collection===""),dangerouslySetInnerHTML:{__html:he((X=L?.collection)!==null&&X!==void 0?X:"Tiffany Lock",V?.collection)}}),o.createElement("div",{className:"pb-commondity-content-title",style:xe(V?.title),hidden:!!L&&!L?.title,dangerouslySetInnerHTML:{__html:he((K=L?.title)!==null&&K!==void 0?K:"Pendant in Yellow Gold with Diamonds, Medium",V?.title)}}),o.createElement("div",{className:"pb-commondity-content-price",style:xe(V?.price),hidden:!!L&&!L?.price,dangerouslySetInnerHTML:{__html:he(pt,V?.price)}}),o.createElement("div",{hidden:!!L&&!L?.taxInfo,style:xe(V?.taxInfo),dangerouslySetInnerHTML:{__html:he((le=L?.taxInfo)!==null&&le!==void 0?le:"\u7A0E\u8D39",V?.taxInfo)}}),o.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},o.createElement(Yt,{foldText:N?.foldText,unfoldText:N?.unfoldText,onClick:()=>J(!0),isPost:C,text:(me=L?.info)!==null&&me!==void 0?me:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var Je=require("lodash"),No=require("uuid"),Bo=require("pako"),n=require("react"),oi=require("qs"),Fo=require("eventemitter3"),ye=require("@emotion/css"),ki=require("react-dom");function jo(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var o=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,o.get?o:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var _i=jo(ki);function qe(t,e){var i={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(i[o]=t[o]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(t);a<o.length;a++)e.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(t,o[a])&&(i[o[a]]=t[o[a]]);return i}function Qe(t,e,i,o){function a(l){return l instanceof i?l:new i(function(s){s(l)})}return new(i||(i=Promise))(function(l,s){function d(c){try{v(o.next(c))}catch(h){s(h)}}function r(c){try{v(o.throw(c))}catch(h){s(h)}}function v(c){c.done?l(c.value):a(c.value).then(d,r)}v((o=o.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Vo=/:\w+/g;var Pi=(t,e)=>Qe(void 0,void 0,void 0,function*(){const i={},o={};for(let a=0;a<e?.length;a++){const{id:l,method:s,url:d,urlParams:r,name:v,queryString:c,headers:h,body:m}=e[a];let f=d;r&&Object.entries(r).forEach(([x,w])=>{f=f.replace(Vo,I=>I===x?w:I)}),c&&(f+=c),o[l]=v;try{const x=yield fetch(f,{method:s,headers:Object.assign({"Content-Type":"application/json"},h),body:JSON.stringify(m)}).then(w=>w.json());i[l]=x}catch(x){console.error("DataSource request error: ",x),i[l]={}}}return{$store:i,idMapName:o}});const Di="SXP_TOKEN_INFO",zo=(t,e)=>Qe(void 0,void 0,void 0,function*(){var i;const o=t.getTenantId(),a=t.getAppId(),l=t.getApiUrl(),s=window.localStorage.getItem(Di);let d=JSON.parse(s||"{}");if(Date.now()>((i=d?.expireTime)!==null&&i!==void 0?i:0)){const v=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":o||"","x-app-id":a||""}}).then(c=>c.json());if(v.success){const c=v.data;d=Object.assign(Object.assign({},c),{expireTime:Date.now()+c.expire*1e3}),window.localStorage.setItem(Di,JSON.stringify(d))}}return d});function Bt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];let a;if(e=e||i.length,t)for(a=0;a<t;a++)o[a]=i[0|Math.random()*e];else{let l;for(o[8]=o[13]=o[18]=o[23]="-",o[14]="4",a=0;a<36;a++)o[a]||(l=0|Math.random()*16,o[a]=i[a===19?l&3|8:l])}return o.join("")}const Ho=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o=i.length;let a=0;for(;a<t;)e+=i.charAt(Math.floor(Math.random()*o)),a+=1;return e},Go=()=>{const t=No.v4();return t?.replaceAll?t.replaceAll("-",""):Ho(32)},he=(t,e)=>{if(!t)return"";let i="";const o=e?.["fontFamily-cn"],a=e?.["fontFamily-en"];if(!o&&!a)return t;let l=t;const s=/[\u4e00-\u9fa5]/g,d=/[^\u4e00-\u9fa5]/g,r=`font-family:${o??"inherit"}`,v=`font-family:${a??"inherit"}`,c=m=>{let f=m.search(s),x=m.search(d);return f!==-1&&x!==-1&&f<x&&(i+=`<span style="${r}">${m.substring(f,x)}</span>`,l=m.substring(x,m?.length)),f!==-1&&x!==-1&&f>x&&(i+=`<span style="${v}">${m.substring(x,f)}</span>`,l=m.substring(f,m?.length)),f===-1?(i+=`<span style="${v}">${m.substring(x,m?.length)}</span>`,l="",!1):x===-1?(i+=`<span style="${r}">${m.substring(f,m?.length)}</span>`,l="",!1):!0};let h=!0;for(;h;)h=c(l);return i};function Mi(){var t,e,i,o,a,l,s;let d=self.navigator.userAgent;return d?/edge\/([\d\.]+)/i.exec(d)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(d))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(d)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(d))===null||e===void 0?void 0:e[1]}`:/msie/i.test(d)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(d))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(d)?`Internet Explorer ${(o=/rv:([\d\.]+)/i.exec(d))===null||o===void 0?void 0:o[1]}`:/chrome/i.test(d)?`Chrome ${(a=/chrome\/([\d\.]+)/i.exec(d))===null||a===void 0?void 0:a[1]}`:/firefox/i.test(d)?`Firefox ${(l=/firefox\/([\d\.]+)/i.exec(d))===null||l===void 0?void 0:l[1]}`:/safari/i.test(d)?`Safari ${(s=/version\/([\d\.]+)/i.exec(d))===null||s===void 0?void 0:s[1]}`:null:null}function Oi(){var t,e,i;let o=self.navigator.userAgent;return o?/iphone/i.test(o)?`IOS ${(t=o.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(o)?`Android ${(e=o.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(o)?`Windows ${(i=o.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(o)?"Mac OS":null:null}function Ri(){let t=self.navigator.userAgent;if(!t)return null;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 o=t.substring(e+1,i);return`${o}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function Li(t){const i=document.cookie.split(";");let o=null;return i.forEach(a=>{const[l,s]=a.trim().split("=");l===t&&(o=s)}),o??""}function Ni(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),o=new Uint8Array(i),a=Bo.inflate(o,{to:"string"});return JSON.parse(a)}let ni=null;const Uo={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Wo{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,ni)return ni;ni=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Uo[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let $e=null;const Yo={init:({appId:t,tenantId:e,env:i="live",apiUrl:o})=>{$e||($e=new Wo),o&&$e.setApiUrl(o),$e.setAppId(t),$e.setTenantId(e),$e.setEnv(i)},getDetail:t=>{if(!$e)return;const e=$e.getTenantId(),i=$e.getAppId(),o=$e.getApiUrl();return fetch(`${o}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>Qe(void 0,void 0,void 0,function*(){var l,s;const d=yield a.json(),r=Ni((l=d?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:v}=yield Pi(o,(s=r?.dataSource)!==null&&s!==void 0?s:[]);d.data.data=r,Object.assign(d.data.data,{__STORE__:v})}return d}))},getSxpDetailByPageId:t=>Qe(void 0,void 0,void 0,function*(){if(!$e)return;const e=$e.getTenantId(),i=$e.getAppId(),o=$e.getApiUrl();return fetch(`${o}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>Qe(void 0,void 0,void 0,function*(){var l;const s=yield a.json();if(!s.success)return;const d=Ni((l=s?.data)===null||l===void 0?void 0:l.data);return s.data.data=d,s.data}))}),getSxpRecommendVideoData:t=>Qe(void 0,void 0,void 0,function*(){if(!$e)return;const e=yield zo($e,t),i=Bt(0,0);let o=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Je.isEmpty(o)&&(o=Bt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",o));const a=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:o,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return a?.data||null})};function ut(){return n.useContext(Ji)}function Xo(){return n.useContext(Xi)}const li="feRealSessionIdKey",Bi=()=>{const t=Go();return`${Date.now()}${t}`},Jo=()=>{let t=qo();return t||(t=Bi(),window.sessionStorage.setItem(li,t)),t},Fi=()=>{const t=Bi();window.sessionStorage.setItem(li,t)},qo=()=>window.sessionStorage.getItem(li),ji="SXP_FAKE_USER_ID",Vi="FAKE_USER_STATE",zi="AGREE_POLICY",Hi="SLIDE_SKIP_STATE",Gi=()=>{let t=window.localStorage.getItem(ji);return Je.isEmpty(t)&&(t=Bt(36,62),window.localStorage.setItem(ji,t)),t},Ko=()=>{const t=window.localStorage.getItem(Vi);return Je.isEmpty(t)&&window.localStorage.setItem(Vi,"true"),Je.isEmpty(t)},Zo=()=>{const t=window.localStorage.getItem(Hi);return Je.isEmpty(t)},Qo=()=>{window.localStorage.setItem(Hi,"true")};function at(t,e){const{appDomain:i}=_e();return n.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const vt=new Fo;var ot;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(ot||(ot={}));const $o=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:o,privacy_policy_url:a,privacy_policy_title:l})=>{const{setIsAgreePolicy:s,bffEventReport:d}=_e(),r=n.useMemo(()=>{const h=location.search.slice(1),m=oi.parse(h.replace(/\+/g,"%2B"));for(const f in m)m[f]=m[f].replace(/%2B/g,"+");return m},[]),v=h=>{var m;return(m=r[h])!==null&&m!==void 0?m:null};n.useEffect(()=>{d?.({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=()=>{d?.({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}}),s?.(!0),window.localStorage.setItem(zi,"yes")};return n.createElement("div",{className:"consent-bg"},n.createElement("div",{className:"consent"},n.createElement("div",{className:"consent-col"},n.createElement("div",{className:"consent-title"},i??"Privacy Policy"),n.createElement("div",{className:"consent-content"},o??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),n.createElement("div",{className:"consent-col"},n.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:c},"Agree"),n.createElement("a",{className:"consent-policy",target:"_blank",href:a?`https://${a}`:void 0},l??"More information"))))};var en=n.memo($o);const Ui=n.createContext({rtcList:[],tagList:[]});var ai;(function(t){t[t.BFF=5]="BFF"})(ai||(ai={}));const Ft="FOR U",tn=({render:t,dataSources:e,utmVal:i,enableReportEvent:o=!0,maxSize:a,defaultSize:l,isPreview:s=!1,sxpParameter:d,appDomain:r,hashTagSize:v,loadingImage:c,isOpenHashTag:h=!1,enabledMetaConversionApi:m=!1,consentHeight:f,consentWidth:x,isShowTag:w=!0,isOpenConsent:I=!1,globalConfig:p,isEditor:T=!1,utmParameter:b,channelQueryList:E})=>{var P,g,M;const[D,S]=n.useState([]),[u,_]=n.useState([]),[y,C]=n.useState(!1),[k,O]=n.useState({rtc:"",requestId:""}),F=n.useRef(null),V=n.useRef(!1),[B,L]=n.useState(()=>!!window.localStorage.getItem(zi)),[N,Y]=n.useState(),[z,$]=n.useState(),[K,G]=n.useState(h),[j,ue]=n.useState([]),[be,te]=n.useState(0),[J,se]=n.useState(!1),[oe,ne]=n.useState(null),ve=n.useRef(),we=n.useRef(),[ee,fe]=n.useState(Ft),Se=n.useRef(-1),De=n.useRef(null),Ce=n.useMemo(()=>{var U,W,ge,Te;return((Te=(ge=(W=(U=p?.consent)===null||U===void 0?void 0:U[0])===null||W===void 0?void 0:W.item)===null||ge===void 0?void 0:ge.props)===null||Te===void 0?void 0:Te.privacy_necessity)&&!B&&!T||I},[B,p,I,T]),Me=n.useCallback(U=>{var W;const ge=U?.recList;return(W=ge?.map(me=>{var Ee,Pe,Fe,Ue,ce,A;if(!((Ee=me?.video)===null||Ee===void 0)&&Ee.bindProducts&&((Fe=(Pe=me?.video)===null||Pe===void 0?void 0:Pe.bindProducts)===null||Fe===void 0?void 0:Fe.length)>0){const Z=(A=(ce=(Ue=me?.video)===null||Ue===void 0?void 0:Ue.bindProducts)===null||ce===void 0?void 0:ce.filter(Q=>!!Q?.bindCta))!==null&&A!==void 0?A:[];return Object.assign(Object.assign({},me),{video:Object.assign(Object.assign({},me?.video),{bindProducts:Z})})}return me}))!==null&&W!==void 0?W:[]},[]);n.useEffect(()=>{const U=W=>{ve.current=W};return vt.on(ot.CHANGE_THEME_TAG,U),()=>{vt.off(ot.CHANGE_THEME_TAG,U)}},[]),n.useEffect(()=>{G(h)},[h]);const Le=n.useMemo(()=>e?.find(U=>U.type===ai.BFF),[e]),H=n.useCallback((U,W)=>{if(!Le)return;const ge=Le.url,Te=Gi();if(W?.query){const me=oi.stringify(W.query);U=`${U}?${me}`}return W.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${ge}/api/v1${U}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},Le.headers),{"x-user-id":Te}),W.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${ge}/api/v1${U}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Te},Le.headers),method:W.method,body:JSON.stringify(W.body)}).then(me=>me.json()).catch(me=>Promise.reject(me))},[Le]),pe=n.useCallback(U=>Qe(void 0,void 0,void 0,function*(){var W,ge,Te,me,Ee,Pe,Fe,Ue,ce,A,Z,Q;if(U=Object.assign(Object.assign(Object.assign({maxSize:(W=U?.maxSize)!==null&&W!==void 0?W:a,defaultSize:(ge=U?.defaultSize)!==null&&ge!==void 0?ge:l,hashTag:U?.hashTag,traceInfo:U?.traceInfo,themeTag:U?.themeTag},U?.contentFilter&&{contentFilter:`[${U?.contentFilter}]`}),U?.productFilter&&{productFilter:`[${U?.productFilter}]`}),{pageNum:U?.pageNum}),i){const ae=(Ee=(me=(Te=i?.split("&"))===null||Te===void 0?void 0:Te.filter(re=>{var X,de;const Ae=re.split("=")[0];return(de=(X=b?.channels)!==null&&X!==void 0?X:[])===null||de===void 0?void 0:de.includes(Ae)}))===null||me===void 0?void 0:me.join("&"))!==null&&Ee!==void 0?Ee:"";U=Object.assign(Object.assign({},U),{channel:decodeURIComponent(ae)})}if(p?.enablePreview&&(U=Object.assign(Object.assign({},U),{directPage:!0,level:1,pageNum:(Pe=U?.pageNum)!==null&&Pe!==void 0?Pe:1})),T){let ae=1;if(U=Object.assign(Object.assign({},U),!i&&E&&E?.length>0&&{channel:E?.[0]}),!U?.channel||V.current)return;V.current=!0;let re=[],X=null;const de=Ae=>Qe(void 0,void 0,void 0,function*(){var Oe,Be,Ge,Ve,We,Ye;if(Ae.pageNum=ae,X=yield H?.("/recommend/list",{method:"GET",query:Ae}),!X?.success)return;const ke=(Be=(Oe=X?.data)===null||Oe===void 0?void 0:Oe.recList)===null||Be===void 0?void 0:Be.every(Ie=>Ie?.product||Ie?.video);re=re.concat((Ye=(We=(Ve=(Ge=X?.data)===null||Ge===void 0?void 0:Ge.recList)===null||Ve===void 0?void 0:Ve.filter)===null||We===void 0?void 0:We.call(Ve,Ie=>Ie?.product||Ie?.video))!==null&&Ye!==void 0?Ye:[]),ke&&(ae=ae+1,yield de(Ae))});return yield de(U),!U?.hashTag&&X&&O({rtc:(Fe=X?.data)===null||Fe===void 0?void 0:Fe.rtc,requestId:(Ue=X?.data)===null||Ue===void 0?void 0:Ue.requestId}),Object.assign(Object.assign({},X.data),{recList:re})}const ie=yield H?.("/recommend/list",{method:"GET",query:U});if(ie?.success){if(U?.hashTag||O({rtc:ie.data.rtc,requestId:ie.data.requestId}),p?.enablePreview&&!T){let ae=[];return ae=ae.concat((Q=(Z=(A=(ce=ie?.data)===null||ce===void 0?void 0:ce.recList)===null||A===void 0?void 0:A.filter)===null||Z===void 0?void 0:Z.call(A,re=>re?.product||re?.video))!==null&&Q!==void 0?Q:[]),Object.assign(Object.assign({},ie.data),{recList:ae})}return ie?.data}}),[H,i,a,l,E]),xe=n.useCallback(U=>Qe(void 0,void 0,void 0,function*(){var W,ge,Te,me;if(D.length<=0)return;const Ee=D?.[D?.length-1],Pe=yield pe(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:z?.hashTag},((W=Ee?.product)===null||W===void 0?void 0:W.itemId)&&{productFilter:(ge=Ee?.product)===null||ge===void 0?void 0:ge.itemId}),((Te=Ee?.video)===null||Te===void 0?void 0:Te.itemId)&&{contentFilter:(me=Ee?.video)===null||me===void 0?void 0:me.itemId}),{themeTag:ve.current}),p?.enablePreview&&!T&&{pageNum:U}));S(D.concat(Me(Pe))),ue(j.concat(Me(Pe)))}),[pe,D,z,j]),le=n.useCallback(({userInfo:U,eventInfo:W})=>{if(!o||p?.enablePreview)return;U||(U={});const ge=Jo(),Te=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:ge,rtc:k.rtc,requestId:k.requestId},W),Ri()&&{sxpDevice:Ri()}),Oi()&&{sxpSystem:Oi()}),Mi()&&{sxpBrowser:Mi()}),me=Object.entries(U).map(([Pe,Fe])=>({name:Pe,value:Fe})),Ee=Object.entries(Te).map(([Pe,Fe])=>Fe&&{name:Pe,value:Fe}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",U),console.log("eventInfo:",Te),console.log("========= \u7ED3\u675F ========="),H?.("/event/report",{method:"POST",body:{userInfo:me,eventInfo:Ee},type:"beacon"})},[H,k,o,p?.enablePreview]),je=n.useCallback(U=>{var W,ge,Te,{eventName:me,actionSource:Ee="website",eventSourceUrl:Pe=(W=window?.location)===null||W===void 0?void 0:W.href,externalId:Fe}=U;if(!o||!m||p?.enablePreview)return;const Ue=Gi(),A=new URLSearchParams(window.location.search).get("fbclid");return H?.("/fb/events",{method:"POST",body:{eventName:me,actionSource:Ee,eventSourceUrl:Pe,userData:Object.assign(Object.assign(Object.assign({externalId:Ue},A&&{fbc:`fb.2.${new Date().getTime()}.${A}`}),Li("_fbp")&&{fbp:`fb.2.${new Date().getTime()}.${Li("_fbp")}`}),{client_user_agent:(Te=(ge=window?.navigator)===null||ge===void 0?void 0:ge.userAgent)!==null&&Te!==void 0?Te:""})},type:"beacon"})},[H,o,m,p?.enablePreview]),Re=n.useCallback(U=>Qe(void 0,void 0,void 0,function*(){const W=yield H?.("/recommend/like",{method:"POST",body:U});return W?.success}),[H]),ze=n.useCallback(U=>Qe(void 0,void 0,void 0,function*(){const W=yield H?.("/recommend/unlike",{method:"POST",body:U});return W?.success}),[H]),q=n.useCallback(U=>Qe(void 0,void 0,void 0,function*(){const W=yield H?.("/customform",{method:"POST",body:U});return W?.success}),[H]),R=n.useCallback(()=>Qe(void 0,void 0,void 0,function*(){var U,W,ge,Te,me;if(!(!i||!w))try{const Ee=(ge=(W=(U=i?.split("&"))===null||U===void 0?void 0:U.filter(Fe=>{var Ue,ce;const A=Fe.split("=")[0];return(ce=(Ue=b?.channels)!==null&&Ue!==void 0?Ue:[])===null||ce===void 0?void 0:ce.includes(A)}))===null||W===void 0?void 0:W.join("&"))!==null&&ge!==void 0?ge:"",Pe=yield H?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(Ee)}});_((me=(Te=Pe?.data)===null||Te===void 0?void 0:Te.tags)!==null&&me!==void 0?me:[])}catch(Ee){console.log("e",Ee)}}),[H,i,w]),He=n.useCallback((U,W,ge,Te)=>{var me,Ee,Pe,Fe,Ue,ce,A,Z,Q,ie,ae,re,X,de,Ae,Oe,Be,Ge,Ve,We,Ye,ke,Ie,it,Xe,dt,ct,bt,yt,Ne,Zt,Qt,$t,ei,ti,ii;const wt=ge?.bindCta,Lo=((me=W?.video)===null||me===void 0?void 0:me.bindProduct)||((Ee=W?.video)===null||Ee===void 0?void 0:Ee.bindProducts)&&((Fe=(Pe=W?.video)===null||Pe===void 0?void 0:Pe.bindProducts)===null||Fe===void 0?void 0:Fe.length)>0;let Nt="";J?Nt="hashTagPage":!((Ue=W?.video)===null||Ue===void 0)&&Ue.url?Nt="videoPage":!((A=(ce=W?.video)===null||ce===void 0?void 0:ce.imgUrls)===null||A===void 0)&&A.length&&(Nt="imagePage");const Ii=(de=(re=(Z=ge?.tags)!==null&&Z!==void 0?Z:(ae=(ie=(Q=W?.video)===null||Q===void 0?void 0:Q.bindProducts)===null||ie===void 0?void 0:ie[0])===null||ae===void 0?void 0:ae.tags)!==null&&re!==void 0?re:(X=W?.video)===null||X===void 0?void 0:X.tags)!==null&&de!==void 0?de:(Ae=W?.product)===null||Ae===void 0?void 0:Ae.tags;le?.({eventInfo:Object.assign(Object.assign({},U),{ctaId:(Oe=wt?.itemId)!==null&&Oe!==void 0?Oe:"",ctaName:(Be=wt?.title)!==null&&Be!==void 0?Be:"",contentTags:Ii?JSON.stringify(Ii):"",position:Te+"",contentId:(Ve=(Ge=W?.video)===null||Ge===void 0?void 0:Ge.itemId)!==null&&Ve!==void 0?Ve:"",productId:Lo?ge?.itemId:"",traceInfo:(ti=(Qt=(ct=(Ie=(We=wt?.traceInfo)!==null&&We!==void 0?We:(ke=(Ye=W?.video)===null||Ye===void 0?void 0:Ye.bindCta)===null||ke===void 0?void 0:ke.traceInfo)!==null&&Ie!==void 0?Ie:(dt=(Xe=(it=W?.video)===null||it===void 0?void 0:it.bindProduct)===null||Xe===void 0?void 0:Xe.bindCta)===null||dt===void 0?void 0:dt.traceInfo)!==null&&ct!==void 0?ct:(Zt=(Ne=(yt=(bt=W?.video)===null||bt===void 0?void 0:bt.bindProducts)===null||yt===void 0?void 0:yt[0])===null||Ne===void 0?void 0:Ne.bindCta)===null||Zt===void 0?void 0:Zt.traceInfo)!==null&&Qt!==void 0?Qt:(ei=($t=W?.product)===null||$t===void 0?void 0:$t.bindCta)===null||ei===void 0?void 0:ei.traceInfo)!==null&&ti!==void 0?ti:"",fromKName:Nt,fromKPage:(ii=location?.href)!==null&&ii!==void 0?ii:""})})},[le,J]),lt=n.useCallback(()=>{var U,W;const ge=location.search.slice(1),Te=oi.parse(ge.replace(/\+/g,"%2B"));for(const Pe in Te)Te[Pe]=Te[Pe].replace(/%2B/g,"+");const me=Pe=>{var Fe;return(Fe=Te[Pe])!==null&&Fe!==void 0?Fe:""},Ee=new Date;we.current=Ee,le?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:me("utm_source"),utmMedium:me("utm_medium"),utmCampaign:me("utm_campaign"),utmId:me("utm_id"),utmContent:me("utm_content"),enterTime:Math.floor(Ee/1e3)+"",requestId:null,enterUrl:(W=(U=window?.location)===null||U===void 0?void 0:U.href)!==null&&W!==void 0?W:"",clSource:me("cl_source")}})},[le]);n.useEffect(()=>{Ce||lt()},[Ce]),n.useEffect(()=>{Ce||(C(!0),R(),pe().then(U=>{S(Me(U)),ue(Me(U))}).finally(()=>{le({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),C(!1)}))},[Ce]),n.useEffect(()=>{s&&(C(!0),R(),pe().then(U=>{S(Me(U)),ue(Me(U))}).finally(()=>{le({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),C(!1)}))},[pe,R]);const xt=at("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return n.createElement(Ui.Provider,{value:{rtcList:D,setRtcList:S,mutateLike:Re,mutateUnlike:ze,submitForm:q,popupDetailData:N,loadVideos:xe,setPopupDetailData:Y,getRecommendVideos:pe,bffEventReport:le,utmVal:i,isPreview:s,loading:y,sxpParameter:d,waterFallData:z,setWaterFallData:$,ctaEvent:He,swiperRef:F,openHashtag:K,setOpenHashtag:G,cacheRtcList:j,setCacheRtcList:ue,cacheActiveIndex:be,setCacheActiveIndex:te,isFromHashtag:J,setIsFromHashtag:se,appDomain:r,hashTagSize:v,loadingImage:c??xt,isOpenHashTag:h,tagList:u,setLoading:C,videoRef:oe,setVideoRef:ne,bffFbReport:je,isAgreePolicy:B,setIsAgreePolicy:L,curTime:we,h5EnterLink:lt,themeTag:ve,isShowConsent:Ce,selectTag:ee,setSelectTag:fe,globalConfig:p,popupCurTimeRef:De,checkCommodityIndexRef:Se,isEditor:T}},Ce?n.createElement(en,Object.assign({},(M=(g=(P=p?.consent)===null||P===void 0?void 0:P[0])===null||g===void 0?void 0:g.item)===null||M===void 0?void 0:M.props)):t({rtcList:D,mutateLike:Re,mutateUnlike:ze,submitForm:q,tagList:u}))};var Wi=n.memo(tn);function _e(){return n.useContext(Ui)}var Yi;(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"})(Yi||(Yi={}));const Xi=n.createContext({$store:{},options:[],configs:[]}),on=({children:t,isSsr:e,enable:i})=>{const[o,a]=n.useState([]),{schema:l}=ut(),[s,d]=n.useState(l.__STORE__||{}),[r,v]=n.useState([]);n.useEffect(()=>{var m;e||Je.isEqual(r,l?.dataSource)||v((m=l?.dataSource)!==null&&m!==void 0?m:[])},[l?.dataSource,e]);const c=n.useCallback(()=>Qe(void 0,void 0,void 0,function*(){const{$store:m,idMapName:f}=yield Pi("",r);d(m),h(m,f)}),[r]),h=(m,f)=>{const x=[];Object.entries(m).forEach(([w,I])=>{Object.keys(I).forEach(p=>{const T={label:`${f[w]} - ${p}`,value:`{{ ${w}.${p} }}`};x.push(T)})}),a(x)};return n.useEffect(()=>{e||c()},[c,e,l]),i?n.createElement(Xi.Provider,{value:{$store:l.__STORE__||s,options:o,configs:r}},t):t};var nn=n.memo(on);const jt={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},si={id:"",duration:0,name:"none"},Ji=n.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[jt],redoStack:[],popup:si,setPopup:()=>{}}),qi=n.forwardRef(({children:t,resolver:e,isSsr:i,schema:o,enableDataSource:a=!0,utmVal:l},s)=>{const[d,r]=n.useState(null),[v,c]=n.useState(o||{pointData:[jt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[h,m]=n.useState([jt]),[f,x]=n.useState([[jt]]),[w,I]=n.useState([]),[p,T]=n.useState(si);typeof window<"u"&&(window.sxpPopup=(M,D)=>{T(Object.assign(Object.assign(Object.assign({},si),{id:M}),D))}),typeof window<"u"&&(window.getJointUtmLink=M=>(Qo(),M?.indexOf("?")!==-1?M+(l?"&"+l:""):M+(l?"?"+l:""))),n.useEffect(()=>{x([v.pointData]),I([])},[v.type]);const b=n.useCallback(M=>{const D=Je.cloneDeep(v);D&&(D.dataSource=M,c?.(D))},[v]),[E,P]=n.useState();n.useImperativeHandle(s,()=>({loadSchema(M){M&&(x([M.pointData]),c(M))},exportSchema(){return Je.cloneDeep(v)},getPageInfoData(){return E},initPageInfoData(M){M&&P(M)}}));const g=n.useMemo(()=>{if(v)return v.type==="PC"?v.pcPageConf:v.mobilePageConf},[v]);return n.createElement(Ji.Provider,{value:{resolver:e,currentNode:d,schema:v,setCurrentNode:r,setSchema:c,saveDataSource:b,prePiontData:h,setPrePiontData:m,pageInfoData:E,setPageInfoData:M=>P(Object.assign(Object.assign({},E),M)),undoStack:f,redoStack:w,setRedoStack:I,setUndoStack:x,getCurPageConf:g,popup:p,setPopup:T}},n.createElement(nn,{isSsr:i,enable:a},t))});var ln=Object.freeze({__proto__:null,EditorCore:qi}),an=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],sn=[{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:"\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:o}=_e(),a=n.useCallback((d,r,v,c,h)=>{var m,f,x,w,I,p,T,b,E,P,g,M,D,S,u,_,y,C,k,O,F,V,B,L,N,Y,z,$,K,G,j,ue,be,te;let J="";e&&(!((f=(m=d?.video)===null||m===void 0?void 0:m.bindProducts)===null||f===void 0)&&f.length||!((x=d?.video)===null||x===void 0)&&x.bindProduct)?J="pdpPage":o?J="hashTagPage":!((w=d?.video)===null||w===void 0)&&w.url?J="videoPage":!((I=d?.video)===null||I===void 0)&&I.imgUrls&&(!((T=(p=d?.video)===null||p===void 0?void 0:p.imgUrls)===null||T===void 0)&&T.length)?J="imagePage":d?.product&&(J="productPage");const se=(S=(M=(b=r?.tags)!==null&&b!==void 0?b:(g=(P=(E=d?.video)===null||E===void 0?void 0:E.bindProducts)===null||P===void 0?void 0:P[0])===null||g===void 0?void 0:g.tags)!==null&&M!==void 0?M:(D=d?.video)===null||D===void 0?void 0:D.tags)!==null&&S!==void 0?S:(u=d?.product)===null||u===void 0?void 0:u.tags;t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(_=r?.itemId)!==null&&_!==void 0?_:"",productName:(y=r?.title)!==null&&y!==void 0?y:"",price:r?.price?r?.price+"":"0",productCollection:(C=r?.collection)!==null&&C!==void 0?C:"",fromKName:J,fromKPage:location?.href,contentTags:se?JSON.stringify(se):"",position:c+"",contentId:(O=(k=d?.video)===null||k===void 0?void 0:k.itemId)!==null&&O!==void 0?O:"",ctatId:(F=v?.itemId)!==null&&F!==void 0?F:"",traceInfo:(te=(j=(K=(N=(V=h??r?.traceInfo)!==null&&V!==void 0?V:(L=(B=d?.video)===null||B===void 0?void 0:B.bindProduct)===null||L===void 0?void 0:L.traceInfo)!==null&&N!==void 0?N:($=(z=(Y=d?.video)===null||Y===void 0?void 0:Y.bindProducts)===null||z===void 0?void 0:z[0])===null||$===void 0?void 0:$.traceInfo)!==null&&K!==void 0?K:(G=d?.product)===null||G===void 0?void 0:G.traceInfo)!==null&&j!==void 0?j:(be=(ue=d?.video)===null||ue===void 0?void 0:ue.bindCta)===null||be===void 0?void 0:be.traceInfo)!==null&&te!==void 0?te:""}})},[t,e,o]),l=n.useCallback((d,r,v,c,h)=>{var m,f,x,w,I,p,T,b,E,P,g,M,D,S;let u="";e&&(!((f=(m=d?.video)===null||m===void 0?void 0:m.bindProducts)===null||f===void 0)&&f.length||!((x=d?.video)===null||x===void 0)&&x.bindProduct)?u="pdpPage":d?.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:h+"",contentId:(w=d?.video)===null||w===void 0?void 0:w.itemId,ctatId:v?.itemId,traceInfo:(S=(M=(b=(I=r?.traceInfo)!==null&&I!==void 0?I:(T=(p=d?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0?void 0:T.traceInfo)!==null&&b!==void 0?b:(g=(P=(E=d?.video)===null||E===void 0?void 0:E.bindProducts)===null||P===void 0?void 0:P[0])===null||g===void 0?void 0:g.traceInfo)!==null&&M!==void 0?M:(D=d?.product)===null||D===void 0?void 0:D.traceInfo)!==null&&S!==void 0?S:"",timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),s=n.useCallback((d,r,v,c)=>{r&&r===Ft&&t?.({eventInfo:{lastFeed:d,themeTags:v?`['${v}']`:"",hashTags:c?`['${c}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:a,productView:l,backMainFeed:s}}const rn=({layout:t,columns:e,onChange:i})=>n.createElement(n.Fragment,null,e?.map((o,a)=>n.createElement("div",{key:a,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&n.createElement("label",{className:"pb-appoint-form-container-label"},o?.title),o?.valueType==="text"&&n.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?o?.title:"\u8BF7\u8F93\u5165",name:o?.dataIndex},i&&{onChange:i})))));var dn=n.memo(rn);const cn=t=>{var{columns:e,style:i,title:o,textStyle:a,submitBgColor:l,submitColor:s,submitText:d,layoutType:r="inline",isExternalLink:v,isPopup:c,onClick:h,onClose:m,submitButtonStyle:f}=t,x=qe(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:w,popupDetailData:I}=_e(),{jumpToWeb:p}=Ke(),[T,b]=n.useState(!1),E=n.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"}],[]),[P,g]=n.useState({}),M=n.useMemo(()=>Je.cloneDeep(e)||E,[e,E]),D=n.useCallback(u=>{const{name:_,value:y}=u.target;g(Object.assign(Object.assign({},P),{[_]:y}))},[P]),S=Je.debounce(()=>Qe(void 0,void 0,void 0,function*(){var u,_,y,C,k;const O=P;if(!O)return;const F=(_=(u=Object.keys(O))===null||u===void 0?void 0:u.map(B=>{var L;return{name:B,value:(L=O[B])!==null&&L!==void 0?L:""}}))===null||_===void 0?void 0:_.filter(B=>B?.value);if(!F||!F?.length)return;b(!0);const V=yield w?.({attributes:F});if(b(!1),V){if(v){const B=I,L=(y=B?.video)===null||y===void 0?void 0:y.bindProduct,N=(k=(C=B?.video)===null||C===void 0?void 0:C.bindProduct)===null||k===void 0?void 0:k.bindCta,Y=I?.index;p(B,L,N,Y)}c||m?.(),h?.()}}),1e3);return n.createElement("div",{className:"pb-appoint-form"},n.createElement("div",{className:`pb-appoint-form-title ${ye.css(Object.assign({},a))}`,dangerouslySetInnerHTML:{__html:he(o,a)}}),n.createElement("div",Object.assign({className:ye.css(Object.assign({},i))},x),n.createElement("div",{className:"pb-appoint-form-container"},n.createElement(dn,{columns:M,layout:r,onChange:D}))),n.createElement("div",{className:"pb-appoint-form-btn-wrapper"},n.createElement("button",{"aria-label":d,onClick:S,className:"pb-appoint-form-btn",style:Object.assign({color:s,background:l},f),dangerouslySetInnerHTML:{__html:he(T?"loading...":d,f)}})))};var un=n.memo(cn);function Ze(t,e){return t.extend=e,t}const vn=Ze(un,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:sn,bindableProps:[],interactionRender:an},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 pn=[{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"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{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"]}]},{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 Ki(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ri(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Ki(e[i])&&Ki(t[i])&&Object.keys(e[i]).length>0&&ri(t[i],e[i])})}const Zi={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 pt(){const t=typeof document<"u"?document:{};return ri(t,Zi),t}const mn={document:Zi,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 et(){const t=typeof window<"u"?window:{};return ri(t,mn),t}function Tt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function fn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function It(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function st(){return Date.now()}function hn(t){const e=et();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function gn(t,e){e===void 0&&(e="x");const i=et();let o,a,l;const s=hn(t);return i.WebKitCSSMatrix?(a=s.transform||s.webkitTransform,a.split(",").length>6&&(a=a.split(", ").map(d=>d.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(a==="none"?"":a)):(l=s.MozTransform||s.OTransform||s.MsTransform||s.msTransform||s.transform||s.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?a=l.m41:o.length===16?a=parseFloat(o[12]):a=parseFloat(o[4])),e==="y"&&(i.WebKitCSSMatrix?a=l.m42:o.length===16?a=parseFloat(o[13]):a=parseFloat(o[5])),a||0}function Vt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function bn(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 o=i<0||arguments.length<=i?void 0:arguments[i];if(o!=null&&!bn(o)){const a=Object.keys(Object(o)).filter(l=>e.indexOf(l)<0);for(let l=0,s=a.length;l<s;l+=1){const d=a[l],r=Object.getOwnPropertyDescriptor(o,d);r!==void 0&&r.enumerable&&(Vt(t[d])&&Vt(o[d])?o[d].__swiper__?t[d]=o[d]:nt(t[d],o[d]):!Vt(t[d])&&Vt(o[d])?(t[d]={},o[d].__swiper__?t[d]=o[d]:nt(t[d],o[d])):t[d]=o[d])}}}return t}function zt(t,e,i){t.style.setProperty(e,i)}function Qi(t){let{swiper:e,targetPosition:i,side:o}=t;const a=et(),l=-e.translate;let s=null,d;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",a.cancelAnimationFrame(e.cssModeFrameID);const v=i>l?"next":"prev",c=(m,f)=>v==="next"&&m>=f||v==="prev"&&m<=f,h=()=>{d=new Date().getTime(),s===null&&(s=d);const m=Math.max(Math.min((d-s)/r,1),0),f=.5-Math.cos(m*Math.PI)/2;let x=l+f*(i-l);if(c(x,i)&&(x=i),e.wrapperEl.scrollTo({[o]:x}),c(x,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[o]:x})}),a.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=a.requestAnimationFrame(h)};h()}function ft(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function Ht(t){try{console.warn(t);return}catch{}}function Mt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Tt(e)),i}function yn(t){const e=et(),i=pt(),o=t.getBoundingClientRect(),a=i.body,l=t.clientTop||a.clientTop||0,s=t.clientLeft||a.clientLeft||0,d=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:o.top+d-l,left:o.left+r-s}}function wn(t,e){const i=[];for(;t.previousElementSibling;){const o=t.previousElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function Sn(t,e){const i=[];for(;t.nextElementSibling;){const o=t.nextElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function Et(t,e){return et().getComputedStyle(t,null).getPropertyValue(e)}function Gt(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function $i(t,e){const i=[];let o=t.parentElement;for(;o;)e?o.matches(e)&&i.push(o):i.push(o),o=o.parentElement;return i}function di(t,e){function i(o){o.target===t&&(e.call(t,o),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function ci(t,e,i){const o=et();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(o.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(o.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 xn(t){let{swiper:e,extendParams:i,on:o,emit:a}=t;const l=et();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 s,d=st(),r;const v=[];function c(b){let M=0,D=0,S=0,u=0;return"detail"in b&&(D=b.detail),"wheelDelta"in b&&(D=-b.wheelDelta/120),"wheelDeltaY"in b&&(D=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(M=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(M=D,D=0),S=M*10,u=D*10,"deltaY"in b&&(u=b.deltaY),"deltaX"in b&&(S=b.deltaX),b.shiftKey&&!S&&(S=u,u=0),(S||u)&&b.deltaMode&&(b.deltaMode===1?(S*=40,u*=40):(S*=800,u*=800)),S&&!M&&(M=S<1?-1:1),u&&!D&&(D=u<1?-1:1),{spinX:M,spinY:D,pixelX:S,pixelY:u}}function h(){e.enabled&&(e.mouseEntered=!0)}function m(){e.enabled&&(e.mouseEntered=!1)}function f(b){return e.params.mousewheel.thresholdDelta&&b.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&st()-d<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&st()-d<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),a("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),a("scroll",b.raw)),d=new l.Date().getTime(),!1)}function x(b){const E=e.params.mousewheel;if(b.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 w(b){let E=b,P=!0;if(!e.enabled||b.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const g=e.params.mousewheel;e.params.cssMode&&E.preventDefault();let M=e.el;e.params.mousewheel.eventsTarget!=="container"&&(M=document.querySelector(e.params.mousewheel.eventsTarget));const D=M&&M.contains(E.target);if(!e.mouseEntered&&!D&&!g.releaseOnEdges)return!0;E.originalEvent&&(E=E.originalEvent);let S=0;const u=e.rtlTranslate?-1:1,_=c(E);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(_.pixelX)>Math.abs(_.pixelY))S=-_.pixelX*u;else return!0;else if(Math.abs(_.pixelY)>Math.abs(_.pixelX))S=-_.pixelY;else return!0;else S=Math.abs(_.pixelX)>Math.abs(_.pixelY)?-_.pixelX*u:-_.pixelY;if(S===0)return!0;g.invert&&(S=-S);let y=e.getTranslate()+S*g.sensitivity;if(y>=e.minTranslate()&&(y=e.minTranslate()),y<=e.maxTranslate()&&(y=e.maxTranslate()),P=e.params.loop?!0:!(y===e.minTranslate()||y===e.maxTranslate()),P&&e.params.nested&&E.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const C={time:st(),delta:Math.abs(S),direction:Math.sign(S),raw:b};v.length>=2&&v.shift();const k=v.length?v[v.length-1]:void 0;if(v.push(C),k?(C.direction!==k.direction||C.delta>k.delta||C.time>k.time+150)&&f(C):f(C),x(C))return!0}else{const C={time:st(),delta:Math.abs(S),direction:Math.sign(S)},k=r&&C.time<r.time+500&&C.delta<=r.delta&&C.direction===r.direction;if(!k){r=void 0;let O=e.getTranslate()+S*g.sensitivity;const F=e.isBeginning,V=e.isEnd;if(O>=e.minTranslate()&&(O=e.minTranslate()),O<=e.maxTranslate()&&(O=e.maxTranslate()),e.setTransition(0),e.setTranslate(O),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!F&&e.isBeginning||!V&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:C.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(s),s=void 0,v.length>=15&&v.shift();const B=v.length?v[v.length-1]:void 0,L=v[0];if(v.push(C),B&&(C.delta>B.delta||C.direction!==B.direction))v.splice(0);else if(v.length>=15&&C.time-L.time<500&&L.delta-C.delta>=1&&C.delta<=6){const N=S>0?.8:.2;r=C,v.splice(0),s=It(()=>{e.slideToClosest(e.params.speed,!0,void 0,N)},0)}s||(s=It(()=>{r=C,v.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(k||a("scroll",E),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(O===e.minTranslate()||O===e.maxTranslate()))return!0}}return E.preventDefault?E.preventDefault():E.returnValue=!1,!1}function I(b){let E=e.el;e.params.mousewheel.eventsTarget!=="container"&&(E=document.querySelector(e.params.mousewheel.eventsTarget)),E[b]("mouseenter",h),E[b]("mouseleave",m),E[b]("wheel",w)}function p(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",w),!0):e.mousewheel.enabled?!1:(I("addEventListener"),e.mousewheel.enabled=!0,!0)}function T(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,w),!0):e.mousewheel.enabled?(I("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}o("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&T(),e.params.mousewheel.enabled&&p()}),o("destroy",()=>{e.params.cssMode&&p(),e.mousewheel.enabled&&T()}),Object.assign(e.mousewheel,{enable:p,disable:T})}function eo(t,e,i,o){return t.params.createElements&&Object.keys(o).forEach(a=>{if(!i[a]&&i.auto===!0){let l=ft(t.el,`.${o[a]}`)[0];l||(l=Mt("div",o[a]),l.className=o[a],t.el.append(l)),i[a]=l,e[a]=l}}),i}function kt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ut(t){let{swiper:e,extendParams:i,on:o,emit:a}=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 s,d=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:b}=e.params.pagination;p&&(p=p[`${T==="prev"?"previous":"next"}ElementSibling`],p&&(p.classList.add(`${b}-${T}`),p=p[`${T==="prev"?"previous":"next"}ElementSibling`],p&&p.classList.add(`${b}-${T}-${T}`)))}function c(p){const T=p.target.closest(kt(e.params.pagination.bulletClass));if(!T)return;p.preventDefault();const b=Gt(T)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function h(){const p=e.rtl,T=e.params.pagination;if(r())return;let b=e.pagination.el;b=ht(b);let E,P;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?(P=e.previousRealIndex||0,E=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(E=e.snapIndex,P=e.previousSnapIndex):(P=e.previousIndex||0,E=e.activeIndex||0),T.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const D=e.pagination.bullets;let S,u,_;if(T.dynamicBullets&&(s=ci(D[0],e.isHorizontal()?"width":"height",!0),b.forEach(y=>{y.style[e.isHorizontal()?"width":"height"]=`${s*(T.dynamicMainBullets+4)}px`}),T.dynamicMainBullets>1&&P!==void 0&&(d+=E-(P||0),d>T.dynamicMainBullets-1?d=T.dynamicMainBullets-1:d<0&&(d=0)),S=Math.max(E-d,0),u=S+(Math.min(D.length,T.dynamicMainBullets)-1),_=(u+S)/2),D.forEach(y=>{const C=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(k=>`${T.bulletActiveClass}${k}`)].map(k=>typeof k=="string"&&k.includes(" ")?k.split(" "):k).flat();y.classList.remove(...C)}),b.length>1)D.forEach(y=>{const C=Gt(y);C===E?y.classList.add(...T.bulletActiveClass.split(" ")):e.isElement&&y.setAttribute("part","bullet"),T.dynamicBullets&&(C>=S&&C<=u&&y.classList.add(...`${T.bulletActiveClass}-main`.split(" ")),C===S&&v(y,"prev"),C===u&&v(y,"next"))});else{const y=D[E];if(y&&y.classList.add(...T.bulletActiveClass.split(" ")),e.isElement&&D.forEach((C,k)=>{C.setAttribute("part",k===E?"bullet-active":"bullet")}),T.dynamicBullets){const C=D[S],k=D[u];for(let O=S;O<=u;O+=1)D[O]&&D[O].classList.add(...`${T.bulletActiveClass}-main`.split(" "));v(C,"prev"),v(k,"next")}}if(T.dynamicBullets){const y=Math.min(D.length,T.dynamicMainBullets+4),C=(s*y-s)/2-_*s,k=p?"right":"left";D.forEach(O=>{O.style[e.isHorizontal()?k:"top"]=`${C}px`})}}b.forEach((D,S)=>{if(T.type==="fraction"&&(D.querySelectorAll(kt(T.currentClass)).forEach(u=>{u.textContent=T.formatFractionCurrent(E+1)}),D.querySelectorAll(kt(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+1)/M;let y=1,C=1;u==="horizontal"?y=_:C=_,D.querySelectorAll(kt(T.progressbarFillClass)).forEach(k=>{k.style.transform=`translate3d(0,0,0) scaleX(${y}) scaleY(${C})`,k.style.transitionDuration=`${e.params.speed}ms`})}T.type==="custom"&&T.renderCustom?(D.innerHTML=T.renderCustom(e,E+1,M),S===0&&a("paginationRender",D)):(S===0&&a("paginationRender",D),a("paginationUpdate",D)),e.params.watchOverflow&&e.enabled&&D.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 b=e.pagination.el;b=ht(b);let E="";if(p.type==="bullets"){let P=e.params.loop?Math.ceil(T/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&P>T&&(P=T);for(let g=0;g<P;g+=1)p.renderBullet?E+=p.renderBullet.call(e,g,p.bulletClass):E+=`<${p.bulletElement} ${e.isElement?'part="bullet"':""} class="${p.bulletClass}"></${p.bulletElement}>`}p.type==="fraction"&&(p.renderFraction?E=p.renderFraction.call(e,p.currentClass,p.totalClass):E=`<span class="${p.currentClass}"></span> / <span class="${p.totalClass}"></span>`),p.type==="progressbar"&&(p.renderProgressbar?E=p.renderProgressbar.call(e,p.progressbarFillClass):E=`<span class="${p.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(P=>{p.type!=="custom"&&(P.innerHTML=E||""),p.type==="bullets"&&e.pagination.bullets.push(...P.querySelectorAll(kt(p.bulletClass)))}),p.type!=="custom"&&a("paginationRender",b[0])}function f(){e.params.pagination=eo(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(b=>$i(b,".swiper")[0]===e.el)[0])),Array.isArray(T)&&T.length===1&&(T=T[0]),Object.assign(e.pagination,{el:T}),T=ht(T),T.forEach(b=>{p.type==="bullets"&&p.clickable&&b.classList.add(...(p.clickableClass||"").split(" ")),b.classList.add(p.modifierClass+p.type),b.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.type==="bullets"&&p.dynamicBullets&&(b.classList.add(`${p.modifierClass}${p.type}-dynamic`),d=0,p.dynamicMainBullets<1&&(p.dynamicMainBullets=1)),p.type==="progressbar"&&p.progressbarOpposite&&b.classList.add(p.progressbarOppositeClass),p.clickable&&b.addEventListener("click",c),e.enabled||b.classList.add(p.lockClass)}))}function x(){const p=e.params.pagination;if(r())return;let T=e.pagination.el;T&&(T=ht(T),T.forEach(b=>{b.classList.remove(p.hiddenClass),b.classList.remove(p.modifierClass+p.type),b.classList.remove(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.clickable&&(b.classList.remove(...(p.clickableClass||"").split(" ")),b.removeEventListener("click",c))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...p.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const p=e.params.pagination;let{el:T}=e.pagination;T=ht(T),T.forEach(b=>{b.classList.remove(p.horizontalClass,p.verticalClass),b.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass)})}),o("init",()=>{e.params.pagination.enabled===!1?I():(f(),m(),h())}),o("activeIndexChange",()=>{typeof e.snapIndex>"u"&&h()}),o("snapIndexChange",()=>{h()}),o("snapGridLengthChange",()=>{m(),h()}),o("destroy",()=>{x()}),o("enable disable",()=>{let{el:p}=e.pagination;p&&(p=ht(p),p.forEach(T=>T.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),o("lock unlock",()=>{h()}),o("click",(p,T)=>{const b=T.target,E=ht(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&E&&E.length>0&&!b.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&b===e.navigation.nextEl||e.navigation.prevEl&&b===e.navigation.prevEl))return;const P=E[0].classList.contains(e.params.pagination.hiddenClass);a(P===!0?"paginationShow":"paginationHide"),E.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=ht(p),p.forEach(T=>T.classList.remove(e.params.pagination.paginationDisabledClass))),f(),m(),h()},I=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:p}=e.pagination;p&&(p=ht(p),p.forEach(T=>T.classList.add(e.params.pagination.paginationDisabledClass))),x()};Object.assign(e.pagination,{enable:w,disable:I,render:m,update:h,init:f,destroy:x})}function Tn(t){let{swiper:e,extendParams:i,on:o,emit:a}=t;const l=pt();let s=!1,d=null,r=null,v,c,h,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 f(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:y,rtlTranslate:C}=e,{dragEl:k,el:O}=y,F=e.params.scrollbar,V=e.params.loop?e.progressLoop:e.progress;let B=c,L=(h-c)*V;C?(L=-L,L>0?(B=c-L,L=0):-L+c>h&&(B=h+L)):L<0?(B=c+L,L=0):L+c>h&&(B=h-L),e.isHorizontal()?(k.style.transform=`translate3d(${L}px, 0, 0)`,k.style.width=`${B}px`):(k.style.transform=`translate3d(0px, ${L}px, 0)`,k.style.height=`${B}px`),F.hide&&(clearTimeout(d),O.style.opacity=1,d=setTimeout(()=>{O.style.opacity=0,O.style.transitionDuration="400ms"},1e3))}function x(y){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${y}ms`)}function w(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:y}=e,{dragEl:C,el:k}=y;C.style.width="",C.style.height="",h=e.isHorizontal()?k.offsetWidth:k.offsetHeight,m=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?c=h*m:c=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?C.style.width=`${c}px`:C.style.height=`${c}px`,m>=1?k.style.display="none":k.style.display="",e.params.scrollbar.hide&&(k.style.opacity=0),e.params.watchOverflow&&e.enabled&&y.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function I(y){return e.isHorizontal()?y.clientX:y.clientY}function p(y){const{scrollbar:C,rtlTranslate:k}=e,{el:O}=C;let F;F=(I(y)-yn(O)[e.isHorizontal()?"left":"top"]-(v!==null?v:c/2))/(h-c),F=Math.max(Math.min(F,1),0),k&&(F=1-F);const V=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*F;e.updateProgress(V),e.setTranslate(V),e.updateActiveIndex(),e.updateSlidesClasses()}function T(y){const C=e.params.scrollbar,{scrollbar:k,wrapperEl:O}=e,{el:F,dragEl:V}=k;s=!0,v=y.target===V?I(y)-y.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,y.preventDefault(),y.stopPropagation(),O.style.transitionDuration="100ms",V.style.transitionDuration="100ms",p(y),clearTimeout(r),F.style.transitionDuration="0ms",C.hide&&(F.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),a("scrollbarDragStart",y)}function b(y){const{scrollbar:C,wrapperEl:k}=e,{el:O,dragEl:F}=C;s&&(y.preventDefault&&y.cancelable?y.preventDefault():y.returnValue=!1,p(y),k.style.transitionDuration="0ms",O.style.transitionDuration="0ms",F.style.transitionDuration="0ms",a("scrollbarDragMove",y))}function E(y){const C=e.params.scrollbar,{scrollbar:k,wrapperEl:O}=e,{el:F}=k;s&&(s=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",O.style.transitionDuration=""),C.hide&&(clearTimeout(r),r=It(()=>{F.style.opacity=0,F.style.transitionDuration="400ms"},1e3)),a("scrollbarDragEnd",y),C.snapOnRelease&&e.slideToClosest())}function P(y){const{scrollbar:C,params:k}=e,O=C.el;if(!O)return;const F=O,V=k.passiveListeners?{passive:!1,capture:!1}:!1,B=k.passiveListeners?{passive:!0,capture:!1}:!1;if(!F)return;const L=y==="on"?"addEventListener":"removeEventListener";F[L]("pointerdown",T,V),l[L]("pointermove",b,V),l[L]("pointerup",E,B)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||P("on")}function M(){!e.params.scrollbar.el||!e.scrollbar.el||P("off")}function D(){const{scrollbar:y,el:C}=e;e.params.scrollbar=eo(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const k=e.params.scrollbar;if(!k.el)return;let O;if(typeof k.el=="string"&&e.isElement&&(O=e.el.querySelector(k.el)),!O&&typeof k.el=="string"){if(O=l.querySelectorAll(k.el),!O.length)return}else O||(O=k.el);e.params.uniqueNavElements&&typeof k.el=="string"&&O.length>1&&C.querySelectorAll(k.el).length===1&&(O=C.querySelector(k.el)),O.length>0&&(O=O[0]),O.classList.add(e.isHorizontal()?k.horizontalClass:k.verticalClass);let F;O&&(F=O.querySelector(kt(e.params.scrollbar.dragClass)),F||(F=Mt("div",e.params.scrollbar.dragClass),O.append(F))),Object.assign(y,{el:O,dragEl:F}),k.draggable&&g(),O&&O.classList[e.enabled?"remove":"add"](...Tt(e.params.scrollbar.lockClass))}function S(){const y=e.params.scrollbar,C=e.scrollbar.el;C&&C.classList.remove(...Tt(e.isHorizontal()?y.horizontalClass:y.verticalClass)),M()}o("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const y=e.params.scrollbar;let{el:C}=e.scrollbar;C=ht(C),C.forEach(k=>{k.classList.remove(y.horizontalClass,y.verticalClass),k.classList.add(e.isHorizontal()?y.horizontalClass:y.verticalClass)})}),o("init",()=>{e.params.scrollbar.enabled===!1?_():(D(),w(),f())}),o("update resize observerUpdate lock unlock changeDirection",()=>{w()}),o("setTranslate",()=>{f()}),o("setTransition",(y,C)=>{x(C)}),o("enable disable",()=>{const{el:y}=e.scrollbar;y&&y.classList[e.enabled?"remove":"add"](...Tt(e.params.scrollbar.lockClass))}),o("destroy",()=>{S()});const u=()=>{e.el.classList.remove(...Tt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Tt(e.params.scrollbar.scrollbarDisabledClass)),D(),w(),f()},_=()=>{e.el.classList.add(...Tt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Tt(e.params.scrollbar.scrollbarDisabledClass)),S()};Object.assign(e.scrollbar,{enable:u,disable:_,updateSize:w,setTranslate:f,init:D,destroy:S})}function Wt(t){let{swiper:e,extendParams:i,on:o,emit:a,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 s,d,r=l&&l.autoplay?l.autoplay.delay:3e3,v=l&&l.autoplay?l.autoplay.delay:3e3,c,h=new Date().getTime(),m,f,x,w,I,p,T;function b(B){!e||e.destroyed||!e.wrapperEl||B.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(T||B.detail&&B.detail.bySwiperTouchMove)&&u())}const E=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(v=c,m=!1);const B=e.autoplay.paused?c:h+v-new Date().getTime();e.autoplay.timeLeft=B,a("autoplayTimeLeft",B,B/r),d=requestAnimationFrame(()=>{E()})},P=()=>{let B;return e.virtual&&e.params.virtual.enabled?B=e.slides.filter(N=>N.classList.contains("swiper-slide-active"))[0]:B=e.slides[e.activeIndex],B?parseInt(B.getAttribute("data-swiper-autoplay"),10):void 0},g=B=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(d),E();let L=typeof B>"u"?e.params.autoplay.delay:B;r=e.params.autoplay.delay,v=e.params.autoplay.delay;const N=P();!Number.isNaN(N)&&N>0&&typeof B>"u"&&(L=N,r=N,v=N),c=L;const Y=e.params.speed,z=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(Y,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,Y,!0,!0),a("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(Y,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,Y,!0,!0),a("autoplay")),e.params.cssMode&&(h=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return L>0?(clearTimeout(s),s=setTimeout(()=>{z()},L)):requestAnimationFrame(()=>{z()}),L},M=()=>{h=new Date().getTime(),e.autoplay.running=!0,g(),a("autoplayStart")},D=()=>{e.autoplay.running=!1,clearTimeout(s),cancelAnimationFrame(d),a("autoplayStop")},S=(B,L)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(s),B||(p=!0);const N=()=>{a("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):u()};if(e.autoplay.paused=!0,L){I&&(c=e.params.autoplay.delay),I=!1,N();return}c=(c||e.params.autoplay.delay)-(new Date().getTime()-h),!(e.isEnd&&c<0&&!e.params.loop)&&(c<0&&(c=0),N())},u=()=>{e.isEnd&&c<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(h=new Date().getTime(),p?(p=!1,g(c)):g(),e.autoplay.paused=!1,a("autoplayResume"))},_=()=>{if(e.destroyed||!e.autoplay.running)return;const B=pt();B.visibilityState==="hidden"&&(p=!0,S(!0)),B.visibilityState==="visible"&&u()},y=B=>{B.pointerType==="mouse"&&(p=!0,T=!0,!(e.animating||e.autoplay.paused)&&S(!0))},C=B=>{B.pointerType==="mouse"&&(T=!1,e.autoplay.paused&&u())},k=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",y),e.el.addEventListener("pointerleave",C))},O=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",y),e.el.removeEventListener("pointerleave",C))},F=()=>{pt().addEventListener("visibilitychange",_)},V=()=>{pt().removeEventListener("visibilitychange",_)};o("init",()=>{e.params.autoplay.enabled&&(k(),F(),M())}),o("destroy",()=>{O(),V(),e.autoplay.running&&D()}),o("_freeModeStaticRelease",()=>{(x||p)&&u()}),o("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?D():S(!0,!0)}),o("beforeTransitionStart",(B,L,N)=>{e.destroyed||!e.autoplay.running||(N||!e.params.autoplay.disableOnInteraction?S(!0,!0):D())}),o("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){D();return}f=!0,x=!1,p=!1,w=setTimeout(()=>{p=!0,x=!0,S(!0)},200)}}),o("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!f)){if(clearTimeout(w),clearTimeout(s),e.params.autoplay.disableOnInteraction){x=!1,f=!1;return}x&&e.params.cssMode&&u(),x=!1,f=!1}}),o("slideChange",()=>{e.destroyed||!e.autoplay.running||(I=!0)}),Object.assign(e.autoplay,{start:M,stop:D,pause:S,resume:u})}function En(t){let{swiper:e,extendParams:i,emit:o,once:a}=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 s(){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:st()})}function d(r){let{currentPos:v}=r;if(e.params.cssMode)return;const{params:c,wrapperEl:h,rtlTranslate:m,snapGrid:f,touchEventsData:x}=e,I=st()-x.touchStartTime;if(v<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(v>-e.maxTranslate()){e.slides.length<f.length?e.slideTo(f.length-1):e.slideTo(e.slides.length-1);return}if(c.freeMode.momentum){if(x.velocities.length>1){const D=x.velocities.pop(),S=x.velocities.pop(),u=D.position-S.position,_=D.time-S.time;e.velocity=u/_,e.velocity/=2,Math.abs(e.velocity)<c.freeMode.minimumVelocity&&(e.velocity=0),(_>150||st()-D.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=c.freeMode.momentumVelocityRatio,x.velocities.length=0;let p=1e3*c.freeMode.momentumRatio;const T=e.velocity*p;let b=e.translate+T;m&&(b=-b);let E=!1,P;const g=Math.abs(e.velocity)*20*c.freeMode.momentumBounceRatio;let M;if(b<e.maxTranslate())c.freeMode.momentumBounce?(b+e.maxTranslate()<-g&&(b=e.maxTranslate()-g),P=e.maxTranslate(),E=!0,x.allowMomentumBounce=!0):b=e.maxTranslate(),c.loop&&c.centeredSlides&&(M=!0);else if(b>e.minTranslate())c.freeMode.momentumBounce?(b-e.minTranslate()>g&&(b=e.minTranslate()+g),P=e.minTranslate(),E=!0,x.allowMomentumBounce=!0):b=e.minTranslate(),c.loop&&c.centeredSlides&&(M=!0);else if(c.freeMode.sticky){let D;for(let S=0;S<f.length;S+=1)if(f[S]>-b){D=S;break}Math.abs(f[D]-b)<Math.abs(f[D-1]-b)||e.swipeDirection==="next"?b=f[D]:b=f[D-1],b=-b}if(M&&a("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(m?p=Math.abs((-b-e.translate)/e.velocity):p=Math.abs((b-e.translate)/e.velocity),c.freeMode.sticky){const D=Math.abs((m?-b:b)-e.translate),S=e.slidesSizesGrid[e.activeIndex];D<S?p=c.speed:D<2*S?p=c.speed*1.5:p=c.speed*2.5}}else if(c.freeMode.sticky){e.slideToClosest();return}c.freeMode.momentumBounce&&E?(e.updateProgress(P),e.setTransition(p),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,di(h,()=>{!e||e.destroyed||!x.allowMomentumBounce||(o("momentumBounce"),e.setTransition(c.speed),setTimeout(()=>{e.setTranslate(P),di(h,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(o("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(p),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,di(h,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(c.freeMode.sticky){e.slideToClosest();return}else c.freeMode&&o("_freeModeNoMomentumRelease");(!c.freeMode.momentum||I>=c.longSwipesMs)&&(o("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:s,onTouchEnd:d}})}let ui;function An(){const t=et(),e=pt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function to(){return ui||(ui=An()),ui}let vi;function Cn(t){let{userAgent:e}=t===void 0?{}:t;const i=to(),o=et(),a=o.navigator.platform,l=e||o.navigator.userAgent,s={ios:!1,android:!1},d=o.screen.width,r=o.screen.height,v=l.match(/(Android);?[\s\/]+([\d.]+)?/);let c=l.match(/(iPad).*OS\s([\d_]+)/);const h=l.match(/(iPod)(.*OS\s([\d_]+))?/),m=!c&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=a==="Win32";let x=a==="MacIntel";const w=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!c&&x&&i.touch&&w.indexOf(`${d}x${r}`)>=0&&(c=l.match(/(Version)\/([\d.]+)/),c||(c=[0,1,"13_0_0"]),x=!1),v&&!f&&(s.os="android",s.android=!0),(c||m||h)&&(s.os="ios",s.ios=!0),s}function io(t){return t===void 0&&(t={}),vi||(vi=Cn(t)),vi}let pi;function In(){const t=et(),e=io();let i=!1;function o(){const d=t.navigator.userAgent.toLowerCase();return d.indexOf("safari")>=0&&d.indexOf("chrome")<0&&d.indexOf("android")<0}if(o()){const d=String(t.navigator.userAgent);if(d.includes("Version/")){const[r,v]=d.split("Version/")[1].split(" ")[0].split(".").map(c=>Number(c));i=r<16||r===16&&v<2}}const a=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=o(),s=l||a&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:s,isWebView:a}}function kn(){return pi||(pi=In()),pi}function _n(t){let{swiper:e,on:i,emit:o}=t;const a=et();let l=null,s=null;const d=()=>{!e||e.destroyed||!e.initialized||(o("beforeResize"),o("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(h=>{s=a.requestAnimationFrame(()=>{const{width:m,height:f}=e;let x=m,w=f;h.forEach(I=>{let{contentBoxSize:p,contentRect:T,target:b}=I;b&&b!==e.el||(x=T?T.width:(p[0]||p).inlineSize,w=T?T.height:(p[0]||p).blockSize)}),(x!==m||w!==f)&&d()})}),l.observe(e.el))},v=()=>{s&&a.cancelAnimationFrame(s),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},c=()=>{!e||e.destroyed||!e.initialized||o("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof a.ResizeObserver<"u"){r();return}a.addEventListener("resize",d),a.addEventListener("orientationchange",c)}),i("destroy",()=>{v(),a.removeEventListener("resize",d),a.removeEventListener("orientationchange",c)})}function Pn(t){let{swiper:e,extendParams:i,on:o,emit:a}=t;const l=[],s=et(),d=function(c,h){h===void 0&&(h={});const m=s.MutationObserver||s.WebkitMutationObserver,f=new m(x=>{if(e.__preventObserver__)return;if(x.length===1){a("observerUpdate",x[0]);return}const w=function(){a("observerUpdate",x[0])};s.requestAnimationFrame?s.requestAnimationFrame(w):s.setTimeout(w,0)});f.observe(c,{attributes:typeof h.attributes>"u"?!0:h.attributes,childList:typeof h.childList>"u"?!0:h.childList,characterData:typeof h.characterData>"u"?!0:h.characterData}),l.push(f)},r=()=>{if(e.params.observer){if(e.params.observeParents){const c=$i(e.hostEl);for(let h=0;h<c.length;h+=1)d(c[h])}d(e.hostEl,{childList:e.params.observeSlideChildren}),d(e.wrapperEl,{attributes:!1})}},v=()=>{l.forEach(c=>{c.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",r),o("destroy",v)}var Dn={on(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;const a=i?"unshift":"push";return t.split(" ").forEach(l=>{o.eventsListeners[l]||(o.eventsListeners[l]=[]),o.eventsListeners[l][a](e)}),o},once(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;function a(){o.off(t,a),a.__emitterProxy&&delete a.__emitterProxy;for(var l=arguments.length,s=new Array(l),d=0;d<l;d++)s[d]=arguments[d];e.apply(o,s)}return a.__emitterProxy=e,o.on(t,a,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const o=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[o](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(o=>{typeof e>"u"?i.eventsListeners[o]=[]:i.eventsListeners[o]&&i.eventsListeners[o].forEach((a,l)=>{(a===e||a.__emitterProxy&&a.__emitterProxy===e)&&i.eventsListeners[o].splice(l,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,o;for(var a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),o=t):(e=l[0].events,i=l[0].data,o=l[0].context||t),i.unshift(o),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(o,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(v=>{v.apply(o,i)})}),t}};function Mn(){const t=this;let e,i;const o=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=o.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=o.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Et(o,"padding-left")||0,10)-parseInt(Et(o,"padding-right")||0,10),i=i-parseInt(Et(o,"padding-top")||0,10)-parseInt(Et(o,"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 On(){const t=this;function e(u,_){return parseFloat(u.getPropertyValue(t.getDirectionLabel(_))||0)}const i=t.params,{wrapperEl:o,slidesEl:a,size:l,rtlTranslate:s,wrongRTL:d}=t,r=t.virtual&&i.virtual.enabled,v=r?t.virtual.slides.length:t.slides.length,c=ft(a,`.${t.params.slideClass}, swiper-slide`),h=r?t.virtual.slides.length:c.length;let m=[];const f=[],x=[];let w=i.slidesOffsetBefore;typeof w=="function"&&(w=i.slidesOffsetBefore.call(t));let I=i.slidesOffsetAfter;typeof I=="function"&&(I=i.slidesOffsetAfter.call(t));const p=t.snapGrid.length,T=t.slidesGrid.length;let b=i.spaceBetween,E=-w,P=0,g=0;if(typeof l>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*l:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,c.forEach(u=>{s?u.style.marginLeft="":u.style.marginRight="",u.style.marginBottom="",u.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(zt(o,"--swiper-centered-offset-before",""),zt(o,"--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 D;const S=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(u=>typeof i.breakpoints[u].slidesPerView<"u").length>0;for(let u=0;u<h;u+=1){D=0;let _;if(c[u]&&(_=c[u]),M&&t.grid.updateSlide(u,_,c),!(c[u]&&Et(_,"display")==="none")){if(i.slidesPerView==="auto"){S&&(c[u].style[t.getDirectionLabel("width")]="");const y=getComputedStyle(_),C=_.style.transform,k=_.style.webkitTransform;if(C&&(_.style.transform="none"),k&&(_.style.webkitTransform="none"),i.roundLengths)D=t.isHorizontal()?ci(_,"width",!0):ci(_,"height",!0);else{const O=e(y,"width"),F=e(y,"padding-left"),V=e(y,"padding-right"),B=e(y,"margin-left"),L=e(y,"margin-right"),N=y.getPropertyValue("box-sizing");if(N&&N==="border-box")D=O+B+L;else{const{clientWidth:Y,offsetWidth:z}=_;D=O+F+V+B+L+(z-Y)}}C&&(_.style.transform=C),k&&(_.style.webkitTransform=k),i.roundLengths&&(D=Math.floor(D))}else D=(l-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(D=Math.floor(D)),c[u]&&(c[u].style[t.getDirectionLabel("width")]=`${D}px`);c[u]&&(c[u].swiperSlideSize=D),x.push(D),i.centeredSlides?(E=E+D/2+P/2+b,P===0&&u!==0&&(E=E-l/2-b),u===0&&(E=E-l/2-b),Math.abs(E)<1/1e3&&(E=0),i.roundLengths&&(E=Math.floor(E)),g%i.slidesPerGroup===0&&m.push(E),f.push(E)):(i.roundLengths&&(E=Math.floor(E)),(g-Math.min(t.params.slidesPerGroupSkip,g))%t.params.slidesPerGroup===0&&m.push(E),f.push(E),E=E+D+b),t.virtualSize+=D+b,P=D,g+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+I,s&&d&&(i.effect==="slide"||i.effect==="coverflow")&&(o.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(o.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),M&&t.grid.updateWrapperSize(D,m),!i.centeredSlides){const u=[];for(let _=0;_<m.length;_+=1){let y=m[_];i.roundLengths&&(y=Math.floor(y)),m[_]<=t.virtualSize-l&&u.push(y)}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=x[0]+b;if(i.slidesPerGroup>1){const _=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),y=u*i.slidesPerGroup;for(let C=0;C<_;C+=1)m.push(m[m.length-1]+y)}for(let _=0;_<t.virtual.slidesBefore+t.virtual.slidesAfter;_+=1)i.slidesPerGroup===1&&m.push(m[m.length-1]+u),f.push(f[f.length-1]+u),t.virtualSize+=u}if(m.length===0&&(m=[0]),b!==0){const u=t.isHorizontal()&&s?"marginLeft":t.getDirectionLabel("marginRight");c.filter((_,y)=>!i.cssMode||i.loop?!0:y!==c.length-1).forEach(_=>{_.style[u]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let u=0;x.forEach(y=>{u+=y+(b||0)}),u-=b;const _=u-l;m=m.map(y=>y<=0?-w:y>_?_+I:y)}if(i.centerInsufficientSlides){let u=0;x.forEach(y=>{u+=y+(b||0)}),u-=b;const _=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(u+_<l){const y=(l-u-_)/2;m.forEach((C,k)=>{m[k]=C-y}),f.forEach((C,k)=>{f[k]=C+y})}}if(Object.assign(t,{slides:c,snapGrid:m,slidesGrid:f,slidesSizesGrid:x}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){zt(o,"--swiper-centered-offset-before",`${-m[0]}px`),zt(o,"--swiper-centered-offset-after",`${t.size/2-x[x.length-1]/2}px`);const u=-t.snapGrid[0],_=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(y=>y+u),t.slidesGrid=t.slidesGrid.map(y=>y+_)}if(h!==v&&t.emit("slidesLengthChange"),m.length!==p&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),f.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`,_=t.el.classList.contains(u);h<=i.maxBackfaceHiddenSlides?_||t.el.classList.add(u):_&&t.el.classList.remove(u)}}function Rn(t){const e=this,i=[],o=e.virtual&&e.params.virtual.enabled;let a=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const s=d=>o?e.slides[e.getSlideIndexByData(d)]:e.slides[d];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(d=>{i.push(d)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const d=e.activeIndex+l;if(d>e.slides.length&&!o)break;i.push(s(d))}else i.push(s(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const d=i[l].offsetHeight;a=d>a?d:a}(a||a===0)&&(e.wrapperEl.style.height=`${a}px`)}function Ln(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let o=0;o<e.length;o+=1)e[o].swiperSlideOffset=(t.isHorizontal()?e[o].offsetLeft:e[o].offsetTop)-i-t.cssOverflowAdjustment()}const oo=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Nn(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:o,rtlTranslate:a,snapGrid:l}=e;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let s=-t;a&&(s=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let d=i.spaceBetween;typeof d=="string"&&d.indexOf("%")>=0?d=parseFloat(d.replace("%",""))/100*e.size:typeof d=="string"&&(d=parseFloat(d));for(let r=0;r<o.length;r+=1){const v=o[r];let c=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(c-=o[0].swiperSlideOffset);const h=(s+(i.centeredSlides?e.minTranslate():0)-c)/(v.swiperSlideSize+d),m=(s-l[0]+(i.centeredSlides?e.minTranslate():0)-c)/(v.swiperSlideSize+d),f=-(s-c),x=f+e.slidesSizesGrid[r],w=f>=0&&f<=e.size-e.slidesSizesGrid[r],I=f>=0&&f<e.size-1||x>1&&x<=e.size||f<=0&&x>=e.size;I&&(e.visibleSlides.push(v),e.visibleSlidesIndexes.push(r)),oo(v,I,i.slideVisibleClass),oo(v,w,i.slideFullyVisibleClass),v.progress=a?-h:h,v.originalProgress=a?-m:m}}function Bn(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,o=e.maxTranslate()-e.minTranslate();let{progress:a,isBeginning:l,isEnd:s,progressLoop:d}=e;const r=l,v=s;if(o===0)a=0,l=!0,s=!0;else{a=(t-e.minTranslate())/o;const c=Math.abs(t-e.minTranslate())<1,h=Math.abs(t-e.maxTranslate())<1;l=c||a<=0,s=h||a>=1,c&&(a=0),h&&(a=1)}if(i.loop){const c=e.getSlideIndexByData(0),h=e.getSlideIndexByData(e.slides.length-1),m=e.slidesGrid[c],f=e.slidesGrid[h],x=e.slidesGrid[e.slidesGrid.length-1],w=Math.abs(t);w>=m?d=(w-m)/x:d=(w+x-f)/x,d>1&&(d-=1)}Object.assign(e,{progress:a,progressLoop:d,isBeginning:l,isEnd:s}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),s&&!v&&e.emit("reachEnd toEdge"),(r&&!l||v&&!s)&&e.emit("fromEdge"),e.emit("progress",a)}const mi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Fn(){const t=this,{slides:e,params:i,slidesEl:o,activeIndex:a}=t,l=t.virtual&&i.virtual.enabled,s=t.grid&&i.grid&&i.grid.rows>1,d=h=>ft(o,`.${i.slideClass}${h}, swiper-slide${h}`)[0];let r,v,c;if(l)if(i.loop){let h=a-t.virtual.slidesBefore;h<0&&(h=t.virtual.slides.length+h),h>=t.virtual.slides.length&&(h-=t.virtual.slides.length),r=d(`[data-swiper-slide-index="${h}"]`)}else r=d(`[data-swiper-slide-index="${a}"]`);else s?(r=e.filter(h=>h.column===a)[0],c=e.filter(h=>h.column===a+1)[0],v=e.filter(h=>h.column===a-1)[0]):r=e[a];r&&(s||(c=Sn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c&&(c=e[0]),v=wn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(h=>{mi(h,h===r,i.slideActiveClass),mi(h,h===c,i.slideNextClass),mi(h,h===v,i.slidePrevClass)}),t.emitSlidesClasses()}const Yt=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,o=e.closest(i());if(o){let a=o.querySelector(`.${t.params.lazyPreloaderClass}`);!a&&t.isElement&&(o.shadowRoot?a=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(a=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),a&&a.remove())})),a&&a.remove()}},fi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},hi=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 o=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),a=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const s=a,d=[s-e];d.push(...Array.from({length:e}).map((r,v)=>s+o+v)),t.slides.forEach((r,v)=>{d.includes(r.column)&&fi(t,v)});return}const l=a+o-1;if(t.params.rewind||t.params.loop)for(let s=a-e;s<=l+e;s+=1){const d=(s%i+i)%i;(d<a||d>l)&&fi(t,d)}else for(let s=Math.max(a-e,0);s<=Math.min(l+e,i-1);s+=1)s!==a&&(s>l||s<a)&&fi(t,s)};function jn(t){const{slidesGrid:e,params:i}=t,o=t.rtlTranslate?t.translate:-t.translate;let a;for(let l=0;l<e.length;l+=1)typeof e[l+1]<"u"?o>=e[l]&&o<e[l+1]-(e[l+1]-e[l])/2?a=l:o>=e[l]&&o<e[l+1]&&(a=l+1):o>=e[l]&&(a=l);return i.normalizeSlideIndex&&(a<0||typeof a>"u")&&(a=0),a}function Vn(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:o,params:a,activeIndex:l,realIndex:s,snapIndex:d}=e;let r=t,v;const c=f=>{let x=f-e.virtual.slidesBefore;return x<0&&(x=e.virtual.slides.length+x),x>=e.virtual.slides.length&&(x-=e.virtual.slides.length),x};if(typeof r>"u"&&(r=jn(e)),o.indexOf(i)>=0)v=o.indexOf(i);else{const f=Math.min(a.slidesPerGroupSkip,r);v=f+Math.floor((r-f)/a.slidesPerGroup)}if(v>=o.length&&(v=o.length-1),r===l&&!e.params.loop){v!==d&&(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 h=e.grid&&a.grid&&a.grid.rows>1;let m;if(e.virtual&&a.virtual.enabled&&a.loop)m=c(r);else if(h){const f=e.slides.filter(w=>w.column===r)[0];let x=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(x)&&(x=Math.max(e.slides.indexOf(f),0)),m=Math.floor(x/a.grid.rows)}else if(e.slides[r]){const f=e.slides[r].getAttribute("data-swiper-slide-index");f?m=parseInt(f,10):m=r}else m=r;Object.assign(e,{previousSnapIndex:d,snapIndex:v,previousRealIndex:s,realIndex:m,previousIndex:l,activeIndex:r}),e.initialized&&hi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(s!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function zn(t,e){const i=this,o=i.params;let a=t.closest(`.${o.slideClass}, swiper-slide`);!a&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(d=>{!a&&d.matches&&d.matches(`.${o.slideClass}, swiper-slide`)&&(a=d)});let l=!1,s;if(a){for(let d=0;d<i.slides.length;d+=1)if(i.slides[d]===a){l=!0,s=d;break}}if(a&&l)i.clickedSlide=a,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(a.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=s;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}o.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Hn={updateSize:Mn,updateSlides:On,updateAutoHeight:Rn,updateSlidesOffset:Ln,updateSlidesProgress:Nn,updateProgress:Bn,updateSlidesClasses:Fn,updateActiveIndex:Vn,updateClickedSlide:zn};function Gn(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:o,translate:a,wrapperEl:l}=e;if(i.virtualTranslate)return o?-a:a;if(i.cssMode)return a;let s=gn(l,t);return s+=e.cssOverflowAdjustment(),o&&(s=-s),s||0}function Un(t,e){const i=this,{rtlTranslate:o,params:a,wrapperEl:l,progress:s}=i;let d=0,r=0;const v=0;i.isHorizontal()?d=o?-t:t:r=t,a.roundLengths&&(d=Math.floor(d),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?d:r,a.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-d:-r:a.virtualTranslate||(i.isHorizontal()?d-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${d}px, ${r}px, ${v}px)`);let c;const h=i.maxTranslate()-i.minTranslate();h===0?c=0:c=(t-i.minTranslate())/h,c!==s&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Wn(){return-this.snapGrid[0]}function Yn(){return-this.snapGrid[this.snapGrid.length-1]}function Xn(t,e,i,o,a){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),o===void 0&&(o=!0);const l=this,{params:s,wrapperEl:d}=l;if(l.animating&&s.preventInteractionOnTransition)return!1;const r=l.minTranslate(),v=l.maxTranslate();let c;if(o&&t>r?c=r:o&&t<v?c=v:c=t,l.updateProgress(c),s.cssMode){const h=l.isHorizontal();if(e===0)d[h?"scrollLeft":"scrollTop"]=-c;else{if(!l.support.smoothScroll)return Qi({swiper:l,targetPosition:-c,side:h?"left":"top"}),!0;d.scrollTo({[h?"left":"top"]:-c,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(c),i&&(l.emit("beforeTransitionStart",e,a),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(c),i&&(l.emit("beforeTransitionStart",e,a),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 Jn={getTranslate:Gn,setTranslate:Un,minTranslate:Wn,maxTranslate:Yn,translateTo:Xn};function qn(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 no(t){let{swiper:e,runCallbacks:i,direction:o,step:a}=t;const{activeIndex:l,previousIndex:s}=e;let d=o;if(d||(l>s?d="next":l<s?d="prev":d="reset"),e.emit(`transition${a}`),i&&l!==s){if(d==="reset"){e.emit(`slideResetTransition${a}`);return}e.emit(`slideChangeTransition${a}`),d==="next"?e.emit(`slideNextTransition${a}`):e.emit(`slidePrevTransition${a}`)}}function Kn(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;o.cssMode||(o.autoHeight&&i.updateAutoHeight(),no({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Zn(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;i.animating=!1,!o.cssMode&&(i.setTransition(0),no({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Qn={setTransition:qn,transitionStart:Kn,transitionEnd:Zn};function $n(t,e,i,o,a){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let s=t;s<0&&(s=0);const{params:d,snapGrid:r,slidesGrid:v,previousIndex:c,activeIndex:h,rtlTranslate:m,wrapperEl:f,enabled:x}=l;if(!x&&!o&&!a||l.destroyed||l.animating&&d.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const w=Math.min(l.params.slidesPerGroupSkip,s);let I=w+Math.floor((s-w)/l.params.slidesPerGroup);I>=r.length&&(I=r.length-1);const p=-r[I];if(d.normalizeSlideIndex)for(let b=0;b<v.length;b+=1){const E=-Math.floor(p*100),P=Math.floor(v[b]*100),g=Math.floor(v[b+1]*100);typeof v[b+1]<"u"?E>=P&&E<g-(g-P)/2?s=b:E>=P&&E<g&&(s=b+1):E>=P&&(s=b)}if(l.initialized&&s!==h&&(!l.allowSlideNext&&(m?p>l.translate&&p>l.minTranslate():p<l.translate&&p<l.minTranslate())||!l.allowSlidePrev&&p>l.translate&&p>l.maxTranslate()&&(h||0)!==s))return!1;s!==(c||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(p);let T;if(s>h?T="next":s<h?T="prev":T="reset",m&&-p===l.translate||!m&&p===l.translate)return l.updateActiveIndex(s),d.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),d.effect!=="slide"&&l.setTranslate(p),T!=="reset"&&(l.transitionStart(i,T),l.transitionEnd(i,T)),!1;if(d.cssMode){const b=l.isHorizontal(),E=m?p:-p;if(e===0){const P=l.virtual&&l.params.virtual.enabled;P&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),P&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[b?"scrollLeft":"scrollTop"]=E})):f[b?"scrollLeft":"scrollTop"]=E,P&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Qi({swiper:l,targetPosition:E,side:b?"left":"top"}),!0;f.scrollTo({[b?"left":"top"]:E,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(p),l.updateActiveIndex(s),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,o),l.transitionStart(i,T),e===0?l.transitionEnd(i,T):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,T))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function el(t,e,i,o){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const a=this;if(a.destroyed)return;typeof e>"u"&&(e=a.params.speed);const l=a.grid&&a.params.grid&&a.params.grid.rows>1;let s=t;if(a.params.loop)if(a.virtual&&a.params.virtual.enabled)s=s+a.virtual.slidesBefore;else{let d;if(l){const m=s*a.params.grid.rows;d=a.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===m)[0].column}else d=a.getSlideIndexByData(s);const r=l?Math.ceil(a.slides.length/a.params.grid.rows):a.slides.length,{centeredSlides:v}=a.params;let c=a.params.slidesPerView;c==="auto"?c=a.slidesPerViewDynamic():(c=Math.ceil(parseFloat(a.params.slidesPerView,10)),v&&c%2===0&&(c=c+1));let h=r-d<c;if(v&&(h=h||d<Math.ceil(c/2)),o&&v&&a.params.slidesPerView!=="auto"&&!l&&(h=!1),h){const m=v?d<a.activeIndex?"prev":"next":d-a.activeIndex-1<a.params.slidesPerView?"next":"prev";a.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?d+1:d-r+1,slideRealIndex:m==="next"?a.realIndex:void 0})}if(l){const m=s*a.params.grid.rows;s=a.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===m)[0].column}else s=a.getSlideIndexByData(s)}return requestAnimationFrame(()=>{a.slideTo(s,e,i,o)}),a}function tl(t,e,i){e===void 0&&(e=!0);const o=this,{enabled:a,params:l,animating:s}=o;if(!a||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);let d=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(d=Math.max(o.slidesPerViewDynamic("current",!0),1));const r=o.activeIndex<l.slidesPerGroupSkip?1:d,v=o.virtual&&l.virtual.enabled;if(l.loop){if(s&&!v&&l.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+r,t,e,i)}),!0}return l.rewind&&o.isEnd?o.slideTo(0,t,e,i):o.slideTo(o.activeIndex+r,t,e,i)}function il(t,e,i){e===void 0&&(e=!0);const o=this,{params:a,snapGrid:l,slidesGrid:s,rtlTranslate:d,enabled:r,animating:v}=o;if(!r||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);const c=o.virtual&&a.virtual.enabled;if(a.loop){if(v&&!c&&a.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const h=d?o.translate:-o.translate;function m(p){return p<0?-Math.floor(Math.abs(p)):Math.floor(p)}const f=m(h),x=l.map(p=>m(p));let w=l[x.indexOf(f)-1];if(typeof w>"u"&&a.cssMode){let p;l.forEach((T,b)=>{f>=T&&(p=b)}),typeof p<"u"&&(w=l[p>0?p-1:p])}let I=0;if(typeof w<"u"&&(I=s.indexOf(w),I<0&&(I=o.activeIndex-1),a.slidesPerView==="auto"&&a.slidesPerGroup===1&&a.slidesPerGroupAuto&&(I=I-o.slidesPerViewDynamic("previous",!0)+1,I=Math.max(I,0))),a.rewind&&o.isBeginning){const p=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(p,t,e,i)}else if(a.loop&&o.activeIndex===0&&a.cssMode)return requestAnimationFrame(()=>{o.slideTo(I,t,e,i)}),!0;return o.slideTo(I,t,e,i)}function ol(t,e,i){e===void 0&&(e=!0);const o=this;if(!o.destroyed)return typeof t>"u"&&(t=o.params.speed),o.slideTo(o.activeIndex,t,e,i)}function nl(t,e,i,o){e===void 0&&(e=!0),o===void 0&&(o=.5);const a=this;if(a.destroyed)return;typeof t>"u"&&(t=a.params.speed);let l=a.activeIndex;const s=Math.min(a.params.slidesPerGroupSkip,l),d=s+Math.floor((l-s)/a.params.slidesPerGroup),r=a.rtlTranslate?a.translate:-a.translate;if(r>=a.snapGrid[d]){const v=a.snapGrid[d],c=a.snapGrid[d+1];r-v>(c-v)*o&&(l+=a.params.slidesPerGroup)}else{const v=a.snapGrid[d-1],c=a.snapGrid[d];r-v<=(c-v)*o&&(l-=a.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,a.slidesGrid.length-1),a.slideTo(l,t,e,i)}function ll(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,o=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let a=t.clickedIndex,l;const s=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?a<t.loopedSlides-o/2||a>t.slides.length-t.loopedSlides+o/2?(t.loopFix(),a=t.getSlideIndex(ft(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),It(()=>{t.slideTo(a)})):t.slideTo(a):a>t.slides.length-o?(t.loopFix(),a=t.getSlideIndex(ft(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),It(()=>{t.slideTo(a)})):t.slideTo(a)}else t.slideTo(a)}var al={slideTo:$n,slideToLoop:el,slideNext:tl,slidePrev:il,slideReset:ol,slideToClosest:nl,slideToClickedSlide:ll};function sl(t){const e=this,{params:i,slidesEl:o}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const a=()=>{ft(o,`.${i.slideClass}, swiper-slide`).forEach((h,m)=>{h.setAttribute("data-swiper-slide-index",m)})},l=e.grid&&i.grid&&i.grid.rows>1,s=i.slidesPerGroup*(l?i.grid.rows:1),d=e.slides.length%s!==0,r=l&&e.slides.length%i.grid.rows!==0,v=c=>{for(let h=0;h<c;h+=1){const m=e.isElement?Mt("swiper-slide",[i.slideBlankClass]):Mt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(d){if(i.loopAddBlankSlides){const c=s-e.slides.length%s;v(c),e.recalcSlides(),e.updateSlides()}else Ht("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)");a()}else if(r){if(i.loopAddBlankSlides){const c=i.grid.rows-e.slides.length%i.grid.rows;v(c),e.recalcSlides(),e.updateSlides()}else Ht("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)");a()}else a();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function rl(t){let{slideRealIndex:e,slideTo:i=!0,direction:o,setTranslate:a,activeSlideIndex:l,byController:s,byMousewheel:d}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:v,allowSlidePrev:c,allowSlideNext:h,slidesEl:m,params:f}=r,{centeredSlides:x}=f;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&f.virtual.enabled){i&&(!f.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):f.centeredSlides&&r.snapIndex<f.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=h,r.emit("loopFix");return}let w=f.slidesPerView;w==="auto"?w=r.slidesPerViewDynamic():(w=Math.ceil(parseFloat(f.slidesPerView,10)),x&&w%2===0&&(w=w+1));const I=f.slidesPerGroupAuto?w:f.slidesPerGroup;let p=I;p%I!==0&&(p+=I-p%I),p+=f.loopAdditionalSlides,r.loopedSlides=p;const T=r.grid&&f.grid&&f.grid.rows>1;v.length<w+p?Ht("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&&f.grid.fill==="row"&&Ht("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],E=[];let P=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(v.filter(C=>C.classList.contains(f.slideActiveClass))[0]):P=l;const g=o==="next"||!o,M=o==="prev"||!o;let D=0,S=0;const u=T?Math.ceil(v.length/f.grid.rows):v.length,y=(T?v[l].column:l)+(x&&typeof a>"u"?-w/2+.5:0);if(y<p){D=Math.max(p-y,I);for(let C=0;C<p-y;C+=1){const k=C-Math.floor(C/u)*u;if(T){const O=u-k-1;for(let F=v.length-1;F>=0;F-=1)v[F].column===O&&b.push(F)}else b.push(u-k-1)}}else if(y+w>u-p){S=Math.max(y-(u-p*2),I);for(let C=0;C<S;C+=1){const k=C-Math.floor(C/u)*u;T?v.forEach((O,F)=>{O.column===k&&E.push(F)}):E.push(k)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),M&&b.forEach(C=>{v[C].swiperLoopMoveDOM=!0,m.prepend(v[C]),v[C].swiperLoopMoveDOM=!1}),g&&E.forEach(C=>{v[C].swiperLoopMoveDOM=!0,m.append(v[C]),v[C].swiperLoopMoveDOM=!1}),r.recalcSlides(),f.slidesPerView==="auto"?r.updateSlides():T&&(b.length>0&&M||E.length>0&&g)&&r.slides.forEach((C,k)=>{r.grid.updateSlide(k,C,r.slides)}),f.watchSlidesProgress&&r.updateSlidesOffset(),i){if(b.length>0&&M){if(typeof e>"u"){const C=r.slidesGrid[P],O=r.slidesGrid[P+D]-C;d?r.setTranslate(r.translate-O):(r.slideTo(P+Math.ceil(D),0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-O,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-O))}else if(a){const C=T?b.length/f.grid.rows:b.length;r.slideTo(r.activeIndex+C,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(E.length>0&&g)if(typeof e>"u"){const C=r.slidesGrid[P],O=r.slidesGrid[P-S]-C;d?r.setTranslate(r.translate-O):(r.slideTo(P-S,0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-O,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-O))}else{const C=T?E.length/f.grid.rows:E.length;r.slideTo(r.activeIndex-C,0,!1,!0)}}if(r.allowSlidePrev=c,r.allowSlideNext=h,r.controller&&r.controller.control&&!s){const C={slideRealIndex:e,direction:o,setTranslate:a,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(k=>{!k.destroyed&&k.params.loop&&k.loopFix({...C,slideTo:k.params.slidesPerView===f.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...C,slideTo:r.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}r.emit("loopFix")}function dl(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const o=[];t.slides.forEach(a=>{const l=typeof a.swiperSlideIndex>"u"?a.getAttribute("data-swiper-slide-index")*1:a.swiperSlideIndex;o[l]=a}),t.slides.forEach(a=>{a.removeAttribute("data-swiper-slide-index")}),o.forEach(a=>{i.append(a)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var cl={loopCreate:sl,loopFix:rl,loopDestroy:dl};function ul(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:ul,unsetGrabCursor:vl};function ml(t,e){e===void 0&&(e=this);function i(o){if(!o||o===pt()||o===et())return null;o.assignedSlot&&(o=o.assignedSlot);const a=o.closest(t);return!a&&!o.getRootNode?null:a||i(o.getRootNode().host)}return i(e)}function lo(t,e,i){const o=et(),{params:a}=t,l=a.edgeSwipeDetection,s=a.edgeSwipeThreshold;return l&&(i<=s||i>=o.innerWidth-s)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function fl(t){const e=this,i=pt();let o=t;o.originalEvent&&(o=o.originalEvent);const a=e.touchEventsData;if(o.type==="pointerdown"){if(a.pointerId!==null&&a.pointerId!==o.pointerId)return;a.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(a.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){lo(e,o,o.targetTouches[0].pageX);return}const{params:l,touches:s,enabled:d}=e;if(!d||!l.simulateTouch&&o.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=o.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in o&&o.which===3||"button"in o&&o.button>0||a.isTouched&&a.isMoved)return;const v=!!l.noSwipingClass&&l.noSwipingClass!=="",c=o.composedPath?o.composedPath():o.path;v&&o.target&&o.target.shadowRoot&&c&&(r=c[0]);const h=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,m=!!(o.target&&o.target.shadowRoot);if(l.noSwiping&&(m?ml(h,r):r.closest(h))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;s.currentX=o.pageX,s.currentY=o.pageY;const f=s.currentX,x=s.currentY;if(!lo(e,o,f))return;Object.assign(a,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),s.startX=f,s.startY=x,a.touchStartTime=st(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(a.allowThresholdMove=!1);let w=!0;r.matches(a.focusableElements)&&(w=!1,r.nodeName==="SELECT"&&(a.isTouched=!1)),i.activeElement&&i.activeElement.matches(a.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const I=w&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||I)&&!r.isContentEditable&&o.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",o)}function hl(t){const e=pt(),i=this,o=i.touchEventsData,{params:a,touches:l,rtlTranslate:s,enabled:d}=i;if(!d||!a.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(o.touchId!==null||r.pointerId!==o.pointerId))return;let v;if(r.type==="touchmove"){if(v=[...r.changedTouches].filter(g=>g.identifier===o.touchId)[0],!v||v.identifier!==o.touchId)return}else v=r;if(!o.isTouched){o.startMoving&&o.isScrolling&&i.emit("touchMoveOpposite",r);return}const c=v.pageX,h=v.pageY;if(r.preventedByNestedSwiper){l.startX=c,l.startY=h;return}if(!i.allowTouchMove){r.target.matches(o.focusableElements)||(i.allowClick=!1),o.isTouched&&(Object.assign(l,{startX:c,startY:h,currentX:c,currentY:h}),o.touchStartTime=st());return}if(a.touchReleaseOnEdges&&!a.loop){if(i.isVertical()){if(h<l.startY&&i.translate<=i.maxTranslate()||h>l.startY&&i.translate>=i.minTranslate()){o.isTouched=!1,o.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(o.focusableElements)){o.isMoved=!0,i.allowClick=!1;return}o.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=c,l.currentY=h;const m=l.currentX-l.startX,f=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(m**2+f**2)<i.params.threshold)return;if(typeof o.isScrolling>"u"){let g;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?o.isScrolling=!1:m*m+f*f>=25&&(g=Math.atan2(Math.abs(f),Math.abs(m))*180/Math.PI,o.isScrolling=i.isHorizontal()?g>a.touchAngle:90-g>a.touchAngle)}if(o.isScrolling&&i.emit("touchMoveOpposite",r),typeof o.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(o.startMoving=!0),o.isScrolling||r.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;i.allowClick=!1,!a.cssMode&&r.cancelable&&r.preventDefault(),a.touchMoveStopPropagation&&!a.nested&&r.stopPropagation();let x=i.isHorizontal()?m:f,w=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;a.oneWayMovement&&(x=Math.abs(x)*(s?1:-1),w=Math.abs(w)*(s?1:-1)),l.diff=x,x*=a.touchRatio,s&&(x=-x,w=-w);const I=i.touchesDirection;i.swipeDirection=x>0?"prev":"next",i.touchesDirection=w>0?"prev":"next";const p=i.params.loop&&!a.cssMode,T=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!o.isMoved){if(p&&T&&i.loopFix({direction:i.swipeDirection}),o.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)}o.allowMomentumBounce=!1,a.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let b;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&I!==i.touchesDirection&&p&&T&&Math.abs(x)>=1){Object.assign(l,{startX:c,startY:h,currentX:c,currentY:h,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}i.emit("sliderMove",r),o.isMoved=!0,o.currentTranslate=x+o.startTranslate;let E=!0,P=a.resistanceRatio;if(a.touchReleaseOnEdges&&(P=0),x>0?(p&&T&&!b&&o.allowThresholdMove&&o.currentTranslate>(a.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>i.minTranslate()&&(E=!1,a.resistance&&(o.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+o.startTranslate+x)**P))):x<0&&(p&&T&&!b&&o.allowThresholdMove&&o.currentTranslate<(a.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(a.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(a.slidesPerView,10)))}),o.currentTranslate<i.maxTranslate()&&(E=!1,a.resistance&&(o.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-o.startTranslate-x)**P))),E&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&o.currentTranslate<o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&o.currentTranslate>o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(o.currentTranslate=o.startTranslate),a.threshold>0)if(Math.abs(x)>a.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,l.startX=l.currentX,l.startY=l.currentY,o.currentTranslate=o.startTranslate,l.diff=i.isHorizontal()?l.currentX-l.startX:l.currentY-l.startY;return}}else{o.currentTranslate=o.startTranslate;return}!a.followFinger||a.cssMode||((a.freeMode&&a.freeMode.enabled&&i.freeMode||a.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),a.freeMode&&a.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(o.currentTranslate),i.setTranslate(o.currentTranslate))}function gl(t){const e=this,i=e.touchEventsData;let o=t;o.originalEvent&&(o=o.originalEvent);let a;if(o.type==="touchend"||o.type==="touchcancel"){if(a=[...o.changedTouches].filter(P=>P.identifier===i.touchId)[0],!a||a.identifier!==i.touchId)return}else{if(i.touchId!==null||o.pointerId!==i.pointerId)return;a=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&!(["pointercancel","contextmenu"].includes(o.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:s,touches:d,rtlTranslate:r,slidesGrid:v,enabled:c}=e;if(!c||!s.simulateTouch&&o.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",o),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&s.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}s.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const h=st(),m=h-i.touchStartTime;if(e.allowClick){const P=o.path||o.composedPath&&o.composedPath();e.updateClickedSlide(P&&P[0]||o.target,P),e.emit("tap click",o),m<300&&h-i.lastClickTime<300&&e.emit("doubleTap doubleClick",o)}if(i.lastClickTime=st(),It(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||d.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 f;if(s.followFinger?f=r?e.translate:-e.translate:f=-i.currentTranslate,s.cssMode)return;if(s.freeMode&&s.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:f});return}const x=f>=-e.maxTranslate()&&!e.params.loop;let w=0,I=e.slidesSizesGrid[0];for(let P=0;P<v.length;P+=P<s.slidesPerGroupSkip?1:s.slidesPerGroup){const g=P<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;typeof v[P+g]<"u"?(x||f>=v[P]&&f<v[P+g])&&(w=P,I=v[P+g]-v[P]):(x||f>=v[P])&&(w=P,I=v[v.length-1]-v[v.length-2])}let p=null,T=null;s.rewind&&(e.isBeginning?T=s.virtual&&s.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(p=0));const b=(f-v[w])/I,E=w<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;if(m>s.longSwipesMs){if(!s.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=s.longSwipesRatio?e.slideTo(s.rewind&&e.isEnd?p:w+E):e.slideTo(w)),e.swipeDirection==="prev"&&(b>1-s.longSwipesRatio?e.slideTo(w+E):T!==null&&b<0&&Math.abs(b)>s.longSwipesRatio?e.slideTo(T):e.slideTo(w))}else{if(!s.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(o.target===e.navigation.nextEl||o.target===e.navigation.prevEl)?o.target===e.navigation.nextEl?e.slideTo(w+E):e.slideTo(w):(e.swipeDirection==="next"&&e.slideTo(p!==null?p:w+E),e.swipeDirection==="prev"&&e.slideTo(T!==null?T:w))}}function ao(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:a,snapGrid:l}=t,s=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const d=s&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!d?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!s?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=a,t.allowSlideNext=o,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:o}=t;if(!o)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 a;const l=t.maxTranslate()-t.minTranslate();l===0?a=0:a=(t.translate-t.minTranslate())/l,a!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function wl(t){const e=this;Yt(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 so=(t,e)=>{const i=pt(),{params:o,el:a,wrapperEl:l,device:s}=t,d=!!o.nested,r=e==="on"?"addEventListener":"removeEventListener",v=e;!a||typeof a=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:d}),a[r]("touchstart",t.onTouchStart,{passive:!1}),a[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:d}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:d}),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}),(o.preventClicks||o.preventClicksPropagation)&&a[r]("click",t.onClick,!0),o.cssMode&&l[r]("scroll",t.onScroll),o.updateOnWindowResize?t[v](s.ios||s.android?"resize orientationchange observerUpdate":"resize observerUpdate",ao,!0):t[v]("observerUpdate",ao,!0),a[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),so(t,"on")}function Tl(){so(this,"off")}var El={attachEvents:xl,detachEvents:Tl};const ro=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Al(){const t=this,{realIndex:e,initialized:i,params:o,el:a}=t,l=o.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const s=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!s||t.currentBreakpoint===s)return;const r=(s in l?l[s]:void 0)||t.originalParams,v=ro(t,o),c=ro(t,r),h=t.params.grabCursor,m=r.grabCursor,f=o.enabled;v&&!c?(a.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&c&&(a.classList.add(`${o.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&o.grid.fill==="column")&&a.classList.add(`${o.containerModifierClass}grid-column`),t.emitContainerClasses()),h&&!m?t.unsetGrabCursor():!h&&m&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof r[b]>"u")return;const E=o[b]&&o[b].enabled,P=r[b]&&r[b].enabled;E&&!P&&t[b].disable(),!E&&P&&t[b].enable()});const x=r.direction&&r.direction!==o.direction,w=o.loop&&(r.slidesPerView!==o.slidesPerView||x),I=o.loop;x&&i&&t.changeDirection(),nt(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}),f&&!p?t.disable():!f&&p&&t.enable(),t.currentBreakpoint=s,t.emit("_beforeBreakpoint",r),i&&(w?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!I&&T?(t.loopCreate(e),t.updateSlides()):I&&!T&&t.loopDestroy()),t.emit("breakpoint",r)}function Cl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let o=!1;const a=et(),l=e==="window"?a.innerHeight:i.clientHeight,s=Object.keys(t).map(d=>{if(typeof d=="string"&&d.indexOf("@")===0){const r=parseFloat(d.substr(1));return{value:l*r,point:d}}return{value:d,point:d}});s.sort((d,r)=>parseInt(d.value,10)-parseInt(r.value,10));for(let d=0;d<s.length;d+=1){const{point:r,value:v}=s[d];e==="window"?a.matchMedia(`(min-width: ${v}px)`).matches&&(o=r):v<=i.clientWidth&&(o=r)}return o||"max"}var Il={setBreakpoint:Al,getBreakpoint:Cl};function kl(t,e){const i=[];return t.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(a=>{o[a]&&i.push(e+a)}):typeof o=="string"&&i.push(e+o)}),i}function _l(){const t=this,{classNames:e,params:i,rtl:o,el:a,device:l}=t,s=kl(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:o},{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(...s),a.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:o}=i;if(o){const a=t.slides.length-1,l=t.slidesGrid[a]+t.slidesSizesGrid[a]+o*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},gi={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 Rl(t,e){return function(o){o===void 0&&(o={});const a=Object.keys(o)[0],l=o[a];if(typeof l!="object"||l===null){nt(e,o);return}if(t[a]===!0&&(t[a]={enabled:!0}),a==="navigation"&&t[a]&&t[a].enabled&&!t[a].prevEl&&!t[a].nextEl&&(t[a].auto=!0),["pagination","scrollbar"].indexOf(a)>=0&&t[a]&&t[a].enabled&&!t[a].el&&(t[a].auto=!0),!(a in t&&"enabled"in l)){nt(e,o);return}typeof t[a]=="object"&&!("enabled"in t[a])&&(t[a].enabled=!0),t[a]||(t[a]={enabled:!1}),nt(e,o)}}const bi={eventsEmitter:Dn,update:Hn,translate:Jn,transition:Qn,slide:al,loop:cl,grabCursor:pl,events:El,breakpoints:Il,checkOverflow:Ol,classes:Dl},yi={};let wi=class St{constructor(){let e,i;for(var o=arguments.length,a=new Array(o),l=0;l<o;l++)a[l]=arguments[l];a.length===1&&a[0].constructor&&Object.prototype.toString.call(a[0]).slice(8,-1)==="Object"?i=a[0]:[e,i]=a,i||(i={}),i=nt({},i),e&&!i.el&&(i.el=e);const s=pt();if(i.el&&typeof i.el=="string"&&s.querySelectorAll(i.el).length>1){const c=[];return s.querySelectorAll(i.el).forEach(h=>{const m=nt({},i,{el:h});c.push(new St(m))}),c}const d=this;d.__swiper__=!0,d.support=to(),d.device=io({userAgent:i.userAgent}),d.browser=kn(),d.eventsListeners={},d.eventsAnyListeners=[],d.modules=[...d.__modules__],i.modules&&Array.isArray(i.modules)&&d.modules.push(...i.modules);const r={};d.modules.forEach(c=>{c({params:i,swiper:d,extendParams:Rl(i,r),on:d.on.bind(d),once:d.once.bind(d),off:d.off.bind(d),emit:d.emit.bind(d)})});const v=nt({},gi,r);return d.params=nt({},v,yi,i),d.originalParams=nt({},d.params),d.passedParams=nt({},i),d.params&&d.params.on&&Object.keys(d.params.on).forEach(c=>{d.on(c,d.params.on[c])}),d.params&&d.params.onAny&&d.onAny(d.params.onAny),Object.assign(d,{enabled:d.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return d.params.direction==="horizontal"},isVertical(){return d.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:d.params.allowSlideNext,allowSlidePrev:d.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:d.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:d.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),d.emit("_swiper"),d.params.init&&d.init(),d}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:o}=this,a=ft(i,`.${o.slideClass}, swiper-slide`),l=Gt(a[0]);return Gt(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:o}=e;e.slides=ft(i,`.${o.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 o=this;e=Math.min(Math.max(e,0),1);const a=o.minTranslate(),s=(o.maxTranslate()-a)*e+a;o.translateTo(s,typeof i>"u"?0:i),o.updateActiveIndex(),o.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(o=>o.indexOf("swiper")===0||o.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(o=>o.indexOf("swiper-slide")===0||o.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(o=>{const a=e.getSlideClasses(o);i.push({slideEl:o,classNames:a}),e.emit("_slideClass",o,a)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const o=this,{params:a,slides:l,slidesGrid:s,slidesSizesGrid:d,size:r,activeIndex:v}=o;let c=1;if(typeof a.slidesPerView=="number")return a.slidesPerView;if(a.centeredSlides){let h=l[v]?Math.ceil(l[v].swiperSlideSize):0,m;for(let f=v+1;f<l.length;f+=1)l[f]&&!m&&(h+=Math.ceil(l[f].swiperSlideSize),c+=1,h>r&&(m=!0));for(let f=v-1;f>=0;f-=1)l[f]&&!m&&(h+=l[f].swiperSlideSize,c+=1,h>r&&(m=!0))}else if(e==="current")for(let h=v+1;h<l.length;h+=1)(i?s[h]+d[h]-s[v]<r:s[h]-s[v]<r)&&(c+=1);else for(let h=v-1;h>=0;h-=1)s[v]-s[h]<r&&(c+=1);return c}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:o}=e;o.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(s=>{s.complete&&Yt(e,s)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function a(){const s=e.rtlTranslate?e.translate*-1:e.translate,d=Math.min(Math.max(s,e.maxTranslate()),e.minTranslate());e.setTranslate(d),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)a(),o.autoHeight&&e.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&e.isEnd&&!o.centeredSlides){const s=e.virtual&&o.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(s.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||a()}o.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const o=this,a=o.params.direction;return e||(e=a==="horizontal"?"vertical":"horizontal"),e===a||e!=="horizontal"&&e!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${a}`),o.el.classList.add(`${o.params.containerModifierClass}${e}`),o.emitContainerClasses(),o.params.direction=e,o.slides.forEach(l=>{e==="vertical"?l.style.width="":l.style.height=""}),o.emit("changeDirection"),i&&o.update()),o}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 o=e||i.params.el;if(typeof o=="string"&&(o=document.querySelector(o)),!o)return!1;o.swiper=i,o.parentNode&&o.parentNode.host&&o.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const a=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let s=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(a()):ft(o,a())[0];return!s&&i.params.createElements&&(s=Mt("div",i.params.wrapperClass),o.append(s),ft(o,`.${i.params.slideClass}`).forEach(d=>{s.append(d)})),Object.assign(i,{el:o,wrapperEl:s,slidesEl:i.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:s,hostEl:i.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Et(o,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Et(o,"direction")==="rtl"),wrongRTL:Et(s,"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 a=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&a.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),a.forEach(l=>{l.complete?Yt(i,l):l.addEventListener("load",s=>{Yt(i,s.target)})}),hi(i),i.initialized=!0,hi(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const o=this,{params:a,el:l,wrapperEl:s,slides:d}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),a.loop&&o.loopDestroy(),i&&(o.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),s&&s.removeAttribute("style"),d&&d.length&&d.forEach(r=>{r.classList.remove(a.slideVisibleClass,a.slideFullyVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(r=>{o.off(r)}),e!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),fn(o)),o.destroyed=!0),null}static extendDefaults(e){nt(yi,e)}static get extendedDefaults(){return yi}static get defaults(){return gi}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(bi).forEach(t=>{Object.keys(bi[t]).forEach(e=>{wi.prototype[e]=bi[t][e]})}),wi.use([_n,Pn]);const co=["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 At(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function _t(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(o=>i.indexOf(o)<0).forEach(o=>{typeof t[o]>"u"?t[o]=e[o]:At(e[o])&&At(t[o])&&Object.keys(e[o]).length>0?e[o].__swiper__?t[o]=e[o]:_t(t[o],e[o]):t[o]=e[o]})}function uo(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function vo(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function po(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function mo(t){t===void 0&&(t="");const e=t.split(" ").map(o=>o.trim()).filter(o=>!!o),i=[];return e.forEach(o=>{i.indexOf(o)<0&&i.push(o)}),i.join(" ")}function Ll(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:o,changedParams:a,nextEl:l,prevEl:s,scrollbarEl:d,paginationEl:r}=t;const v=a.filter(S=>S!=="children"&&S!=="direction"&&S!=="wrapperClass"),{params:c,pagination:h,navigation:m,scrollbar:f,virtual:x,thumbs:w}=e;let I,p,T,b,E,P,g,M;a.includes("thumbs")&&o.thumbs&&o.thumbs.swiper&&c.thumbs&&!c.thumbs.swiper&&(I=!0),a.includes("controller")&&o.controller&&o.controller.control&&c.controller&&!c.controller.control&&(p=!0),a.includes("pagination")&&o.pagination&&(o.pagination.el||r)&&(c.pagination||c.pagination===!1)&&h&&!h.el&&(T=!0),a.includes("scrollbar")&&o.scrollbar&&(o.scrollbar.el||d)&&(c.scrollbar||c.scrollbar===!1)&&f&&!f.el&&(b=!0),a.includes("navigation")&&o.navigation&&(o.navigation.prevEl||s)&&(o.navigation.nextEl||l)&&(c.navigation||c.navigation===!1)&&m&&!m.prevEl&&!m.nextEl&&(E=!0);const D=S=>{e[S]&&(e[S].destroy(),S==="navigation"?(e.isElement&&(e[S].prevEl.remove(),e[S].nextEl.remove()),c[S].prevEl=void 0,c[S].nextEl=void 0,e[S].prevEl=void 0,e[S].nextEl=void 0):(e.isElement&&e[S].el.remove(),c[S].el=void 0,e[S].el=void 0))};a.includes("loop")&&e.isElement&&(c.loop&&!o.loop?P=!0:!c.loop&&o.loop?g=!0:M=!0),v.forEach(S=>{if(At(c[S])&&At(o[S]))Object.assign(c[S],o[S]),(S==="navigation"||S==="pagination"||S==="scrollbar")&&"enabled"in o[S]&&!o[S].enabled&&D(S);else{const u=o[S];(u===!0||u===!1)&&(S==="navigation"||S==="pagination"||S==="scrollbar")?u===!1&&D(S):c[S]=o[S]}}),v.includes("controller")&&!p&&e.controller&&e.controller.control&&c.controller&&c.controller.control&&(e.controller.control=c.controller.control),a.includes("children")&&i&&x&&c.virtual.enabled?(x.slides=i,x.update(!0)):a.includes("virtual")&&x&&c.virtual.enabled&&(i&&(x.slides=i),x.update(!0)),a.includes("children")&&i&&c.loop&&(M=!0),I&&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),h.init(),h.render(),h.update()),b&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),e.el.appendChild(d)),d&&(c.scrollbar.el=d),f.init(),f.updateSize(),f.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)),(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-prev"),s.innerHTML=e.hostEl.constructor.prevButtonSvg,s.part.add("button-prev"),e.el.appendChild(s))),l&&(c.navigation.nextEl=l),s&&(c.navigation.prevEl=s),m.init(),m.update()),a.includes("allowSlideNext")&&(e.allowSlideNext=o.allowSlideNext),a.includes("allowSlidePrev")&&(e.allowSlidePrev=o.allowSlidePrev),a.includes("direction")&&e.changeDirection(o.direction,!1),(P||M)&&e.loopDestroy(),(g||M)&&e.loopCreate(),e.update()}function Bl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},o={},a={};_t(i,gi),i._emitClasses=!0,i.init=!1;const l={},s=co.map(r=>r.replace(/_/,"")),d=Object.assign({},t);return Object.keys(d).forEach(r=>{typeof t[r]>"u"||(s.indexOf(r)>=0?At(t[r])?(i[r]={},a[r]={},_t(i[r],t[r]),_t(a[r],t[r])):(i[r]=t[r],a[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?o[`${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:a,rest:l,events:o}}function Fl(t,e){let{el:i,nextEl:o,prevEl:a,paginationEl:l,scrollbarEl:s,swiper:d}=t;uo(e)&&o&&a&&(d.params.navigation.nextEl=o,d.originalParams.navigation.nextEl=o,d.params.navigation.prevEl=a,d.originalParams.navigation.prevEl=a),vo(e)&&l&&(d.params.pagination.el=l,d.originalParams.pagination.el=l),po(e)&&s&&(d.params.scrollbar.el=s,d.originalParams.scrollbar.el=s),d.init(i)}function jl(t,e,i,o,a){const l=[];if(!e)return l;const s=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&o){const r=o.map(a),v=i.map(a);r.join("")!==v.join("")&&s("children"),o.length!==i.length&&s("children")}return co.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(At(t[r])&&At(e[r])){const v=Object.keys(t[r]),c=Object.keys(e[r]);v.length!==c.length?s(r):(v.forEach(h=>{t[r][h]!==e[r][h]&&s(r)}),c.forEach(h=>{t[r][h]!==e[r][h]&&s(r)}))}else t[r]!==e[r]&&s(r)}),l}const Vl=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 Xt(){return Xt=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t},Xt.apply(this,arguments)}function fo(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function ho(t){const e=[];return n.Children.toArray(t).forEach(i=>{fo(i)?e.push(i):i.props&&i.props.children&&ho(i.props.children).forEach(o=>e.push(o))}),e}function zl(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return n.Children.toArray(t).forEach(o=>{if(fo(o))e.push(o);else if(o.props&&o.props.slot&&i[o.props.slot])i[o.props.slot].push(o);else if(o.props&&o.props.children){const a=ho(o.props.children);a.length>0?a.forEach(l=>e.push(l)):i["container-end"].push(o)}else i["container-end"].push(o)}),{slides:e,slots:i}}function Hl(t,e,i){if(!i)return null;const o=c=>{let h=c;return c<0?h=e.length+c:h>=e.length&&(h=h-e.length),h},a=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:s}=i,d=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,v=[];for(let c=d;c<r;c+=1)c>=l&&c<=s&&v.push(e[o(c)]);return v.map((c,h)=>n.cloneElement(c,{swiper:t,style:a,key:c.props.virtualIndex||c.key||`slide-${h}`}))}function Ot(t,e){return typeof window>"u"?n.useEffect(t,e):n.useLayoutEffect(t,e)}const Si=n.createContext(null),go=()=>n.useContext(Si),Gl=n.createContext(null),Ct=n.forwardRef(function(t,e){let{className:i,tag:o="div",wrapperTag:a="div",children:l,onSwiper:s,...d}=t===void 0?{}:t,r=!1;const[v,c]=n.useState("swiper"),[h,m]=n.useState(null),[f,x]=n.useState(!1),w=n.useRef(!1),I=n.useRef(null),p=n.useRef(null),T=n.useRef(null),b=n.useRef(null),E=n.useRef(null),P=n.useRef(null),g=n.useRef(null),M=n.useRef(null),{params:D,passedParams:S,rest:u,events:_}=Bl(d),{slides:y,slots:C}=zl(l),k=()=>{x(!f)};Object.assign(D.on,{_containerClasses(L,N){c(N)}});const O=()=>{Object.assign(D.on,_),r=!0;const L={...D};if(delete L.wrapperClass,p.current=new wi(L),p.current.virtual&&p.current.params.virtual.enabled){p.current.virtual.slides=y;const N={cache:!1,slides:y,renderExternal:m,renderExternalUpdate:!1};_t(p.current.params.virtual,N),_t(p.current.originalParams.virtual,N)}};I.current||O(),p.current&&p.current.on("_beforeBreakpoint",k);const F=()=>{r||!_||!p.current||Object.keys(_).forEach(L=>{p.current.on(L,_[L])})},V=()=>{!_||!p.current||Object.keys(_).forEach(L=>{p.current.off(L,_[L])})};n.useEffect(()=>()=>{p.current&&p.current.off("_beforeBreakpoint",k)}),n.useEffect(()=>{!w.current&&p.current&&(p.current.emitSlidesClasses(),w.current=!0)}),Ot(()=>{if(e&&(e.current=I.current),!!I.current)return p.current.destroyed&&O(),Fl({el:I.current,nextEl:E.current,prevEl:P.current,paginationEl:g.current,scrollbarEl:M.current,swiper:p.current},D),s&&!p.current.destroyed&&s(p.current),()=>{p.current&&!p.current.destroyed&&p.current.destroy(!0,!1)}},[]),Ot(()=>{F();const L=jl(S,T.current,y,b.current,N=>N.key);return T.current=S,b.current=y,L.length&&p.current&&!p.current.destroyed&&Nl({swiper:p.current,slides:y,passedParams:S,changedParams:L,nextEl:E.current,prevEl:P.current,scrollbarEl:M.current,paginationEl:g.current}),()=>{V()}}),Ot(()=>{Vl(p.current)},[h]);function B(){return D.virtual?Hl(p.current,y,h):y.map((L,N)=>n.cloneElement(L,{swiper:p.current,swiperSlideIndex:N}))}return n.createElement(o,Xt({ref:I,className:mo(`${v}${i?` ${i}`:""}`)},u),n.createElement(Gl.Provider,{value:p.current},C["container-start"],n.createElement(a,{className:Ll(D.wrapperClass)},C["wrapper-start"],B(),C["wrapper-end"]),uo(D)&&n.createElement(n.Fragment,null,n.createElement("div",{ref:P,className:"swiper-button-prev"}),n.createElement("div",{ref:E,className:"swiper-button-next"})),po(D)&&n.createElement("div",{ref:M,className:"swiper-scrollbar"}),vo(D)&&n.createElement("div",{ref:g,className:"swiper-pagination"}),C["container-end"]))});Ct.displayName="Swiper";const mt=n.forwardRef(function(t,e){let{tag:i="div",children:o,className:a="",swiper:l,zoom:s,lazy:d,virtualIndex:r,swiperSlideIndex:v,...c}=t===void 0?{}:t;const h=n.useRef(null),[m,f]=n.useState("swiper-slide"),[x,w]=n.useState(!1);function I(E,P,g){P===h.current&&f(g)}Ot(()=>{if(typeof v<"u"&&(h.current.swiperSlideIndex=v),e&&(e.current=h.current),!(!h.current||!l)){if(l.destroyed){m!=="swiper-slide"&&f("swiper-slide");return}return l.on("_slideClass",I),()=>{l&&l.off("_slideClass",I)}}}),Ot(()=>{l&&h.current&&!l.destroyed&&f(l.getSlideClasses(h.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 o=="function"?o(p):o,b=()=>{w(!0)};return n.createElement(i,Xt({ref:h,className:mo(`${m}${a?` ${a}`:""}`),"data-swiper-slide-index":r,onLoad:b},c),s&&n.createElement(Si.Provider,{value:p},n.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof s=="number"?s:void 0},T(),d&&!x&&n.createElement("div",{className:"swiper-lazy-preloader"}))),!s&&n.createElement(Si.Provider,{value:p},T(),d&&!x&&n.createElement("div",{className:"swiper-lazy-preloader"})))});mt.displayName="SwiperSlide";const Ul="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Wl=({visible:t,onClose:e,children:i,modalStyle:o,padding:a,popup:l,schema:s,fullHeight:d=window.innerHeight,isFullScreen:r=!1})=>{var v,c,h,m,f,x,w,I,p,T,b,E,P,g,M,D,S,u,_,y,C,k;const O=n.useRef(null),F=n.useRef(null),V=n.useRef(null),B=n.useRef(null),L=d*.2,N=r?d:d*.8,[Y,z]=n.useState(L),[$,K]=n.useState(!1),G=n.useRef(null),{globalConfig:j,popupDetailData:ue}=_e(),{schema:be}=ut();n.useEffect(()=>{const ee=document.getElementById("sxp-render"),fe=document.getElementById("pb-modal");fe?G.current=fe:(G.current=document.createElement("div"),G.current.setAttribute("id","pb-modal"),ee?.appendChild(G.current))},[]);const te=n.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),J=n.useMemo(()=>{var ee,fe,Se;const De=s??be;return(Se=(fe=(ee=De?.sxpPageConf)===null||ee===void 0?void 0:ee.globalConfig)===null||fe===void 0?void 0:fe.popupList)===null||Se===void 0?void 0:Se.find(Me=>Me?.id===l?.id)},[l,s,be]),se=n.useMemo(()=>{var ee,fe;return((fe=(ee=J?.item)===null||ee===void 0?void 0:ee.event)===null||fe===void 0?void 0:fe.isScrollFullScreen)||!1},[J]);if(n.useEffect(()=>{te?K(!0):setTimeout(()=>{K(!1),z(L)},l?.duration)},[te,l]),!G.current)return null;const oe=Je.debounce(()=>{e?.()},300),ne=ee=>{O.current=ee.touches[0],F.current=ee.touches[0],V.current=!0},ve=ee=>{requestAnimationFrame(()=>{var fe;if(V.current&&((fe=B?.current)===null||fe===void 0?void 0:fe.scrollTop)===0){const Se=ee.touches[0].clientY,De=ee.touches[0].clientX,Ce=O.current.clientY-Se;O.current=ee.touches[0];const Me=Se-F.current.clientY,Le=De-F.current.clientX;if(Math.abs(Le)>Math.abs(Me))return;const H=Y-Ce;H>0&&z(H)}})},we=ee=>{var fe;if(V.current&&((fe=B?.current)===null||fe===void 0?void 0:fe.scrollTop)===0){const Se=ee.changedTouches[0].clientY-F.current.clientY,De=ee.changedTouches[0].clientX-F.current.clientX;if(Math.abs(De)>Math.abs(Se))return;const Ce=F.current.clientY-O.current.clientY;Ce>0?z(0):Y<L&&Ce<0?z(L):Y>=L&&Ce<0&&e?.()}V.current=!1};return _i.createPortal(n.createElement(n.Fragment,null,$&&n.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:te?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},o),onClick:oe},n.createElement("div",{style:{position:"relative",left:`${(m=(h=(c=(v=J?.item)===null||v===void 0?void 0:v.props)===null||c===void 0?void 0:c.popupBg)===null||h===void 0?void 0:h.horizontalMargin)!==null&&m!==void 0?m:0}px`,right:`${(I=(w=(x=(f=J?.item)===null||f===void 0?void 0:f.props)===null||x===void 0?void 0:x.popupBg)===null||w===void 0?void 0:w.horizontalMargin)!==null&&I!==void 0?I:0}px`,bottom:`${(E=(b=(T=(p=J?.item)===null||p===void 0?void 0:p.props)===null||T===void 0?void 0:T.popupBg)===null||b===void 0?void 0:b.bottomMargin)!==null&&E!==void 0?E:0}px`,overflow:"hidden",width:`calc(100% - ${((D=(M=(g=(P=J?.item)===null||P===void 0?void 0:P.props)===null||g===void 0?void 0:g.popupBg)===null||M===void 0?void 0:M.horizontalMargin)!==null&&D!==void 0?D:0)*2}px)`,height:"100%"}},n.createElement("div",Object.assign({className:`modal-container ${te?"modal-popIn":"modal-popOut"}`,style:Object.assign({padding:a,animationDuration:((S=l?.duration)!==null&&S!==void 0?S:0)/1e3+"s"},se&&{transform:`translateY(${Y}px)`}),onClick:ee=>{ee.stopPropagation(),ee.preventDefault()}},se&&{onTouchMove:ve,onTouchStart:ne,onTouchEnd:we}),n.createElement("div",{onClick:e,className:"modal-icon-wrapper"},n.createElement("img",{src:(u=j?.popupCloseIcon)!==null&&u!==void 0?u:Ul,alt:"close",className:"modal-icon"})),n.createElement("div",{ref:B,style:{height:(k=(se?d:N)-((C=(y=(_=J?.item)===null||_===void 0?void 0:_.props)===null||y===void 0?void 0:y.popupBg)===null||C===void 0?void 0:C.bottomMargin))!==null&&k!==void 0?k:0,overflow:se&&Y<=0||!se?"auto":"hidden"}},i))))),G.current)};var Pt=n.memo(Wl);const Yl=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const o=t.split(" "),a=[];for(let s=0;s<o.length&&(a.push(o[s]),!(a.join(" ").length>=e));s++);return(a.length>1&&a.length<o.length?a.slice(0,a.length-1):a).join(" ")+" "},Xl=({text:t,maxStr:e=108,style:i,className:o,onClick:a,foldText:l,unfoldText:s,isPost:d,onChange:r})=>{const[v,c]=n.useState(!1),[h,m]=n.useState(!1),f=Number(i?.lineClamp||2),x=n.useRef(null),w=n.useRef(null),I=n.useCallback(()=>{c(!v)},[v,r]);return n.useMemo(()=>!v&&t.length>e?Yl(t,e)+"...":t,[t,e,v]),n.useEffect(()=>{var p,T;((p=w?.current)===null||p===void 0?void 0:p.offsetHeight)>((T=x?.current)===null||T===void 0?void 0:T.offsetHeight)&&d?m(!0):m(!1),w.current.style.display="none"},[d]),n.createElement("div",{className:o,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},n.createElement("div",{ref:x,style:{overflow:"hidden",WebkitLineClamp:!d||v?"":f,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:he(t?.replace(/\n/g,"</br>"),i)}}),n.createElement("div",{ref:w,dangerouslySetInnerHTML:{__html:he(t?.replace(/\n/g,"</br>"),i)}}),t&&d&&h&&n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:a??I,dangerouslySetInnerHTML:{__html:he(v?s||"show less":l||"show more",i)}}))};var Jt=n.memo(Xl);const Jl=n.forwardRef((t,e)=>{const{src:i,onLoad:o,style:a,className:l,loading:s,alt:d="image"}=t,[r,v]=n.useState(),c=n.useRef(null),[h,m]=n.useState(!1);return n.useImperativeHandle(e,()=>({setSrc:f=>{f&&v(f)}})),n.useEffect(()=>{i&&v(i)},[i]),n.useEffect(()=>{const f=()=>{i&&!h&&c.current&&(c.current.src="",c.current.src=i)};return vt.on(ot.PAGE_DID_SHOW,f),()=>{vt.off(ot.PAGE_DID_SHOW,f)}},[i,h]),n.createElement(n.Fragment,null,!h&&n.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?n.createElement("picture",null,n.createElement("source",{type:"image/avif",srcSet:r}),n.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),n.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),n.createElement("img",{ref:c,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:f=>{m(!0),o?.(f.target)},alt:d})):n.createElement("img",{ref:c,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:f=>{m(!0),o?.(f.target)},alt:d}))});var tt=n.memo(Jl);const ql=({children:t,isPadding:e=!0,style:i,enableSlideActive:o=!1})=>{const a=n.useRef(),{popupDetailData:l}=_e();return n.useEffect(()=>{var s,d;o&&((s=a?.current)===null||s===void 0||s.swiper.slideTo((d=l?.multiCheckIndex)!==null&&d!==void 0?d:0))},[l,o]),n.createElement(Ct,{ref:a,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[En,Tn,xn],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Rt=n.memo(ql);const Kl=({products:t,data:e,defImg:i,style:o,onCLick:a,popupDetailData:l,check:s})=>{var d;const{productView:r}=Ke(),{popupCurTimeRef:v}=_e(),c=(h,m)=>{if(s===m)return;const f=t?.[s];r(l,f,f?.bindCta,v.current,l?.index),a?.(m)};return n.createElement(n.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&n.createElement(Rt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},o),e?.style)},(d=l?t:[0,1,2,3])===null||d===void 0?void 0:d.map((h,m)=>{var f,x,w;return n.createElement(n.Fragment,null,h?.bindCta?n.createElement(mt,{className:ye.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{c(h,m)},key:m},n.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:s===m?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(w=(f=h?.cover)!==null&&f!==void 0?f:(x=h?.homePage)===null||x===void 0?void 0:x[0])!==null&&w!==void 0?w:i})):null)})))};var bo=n.memo(Kl);const Zl=t=>{var e,i,o,a,l,s,d,r,v,c,h,m,f,x,w,I,p,T,b,E,P,g,M,D,S,u,_,y,C,{content:k,style:O,bgImg:F,onClick:V,schema:B,isDefault:L,bottom_image:N,tipText:Y,isPost:z,viewTime:$,rec:K,swiper:G,commodityStyles:j,buttonStyle:ue,index:be,commodityGroup:te,popupBg:J,iframeIcon:se,commodityImgRatio:oe}=t,ne=qe(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio"]);const{sxpParameter:ve,popupDetailData:we,isPreview:ee,bffFbReport:fe,popupCurTimeRef:Se,checkCommodityIndexRef:De}=_e(),{jumpToWeb:Ce,productView:Me}=Ke(),Le=n.useRef(null),[H,pe]=n.useState(!1),[xe,le]=n.useState(!1),[je,Re]=n.useState((e=we?.multiCheckIndex)!==null&&e!==void 0?e:0),ze=n.useRef(),q=z?K:we;let R=z?q?.product:(o=(i=q?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(a=q?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],He=z?(s=q?.product)===null||s===void 0?void 0:s.bindCta:(v=(r=(d=q?.video)===null||d===void 0?void 0:d.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(m=(h=(c=q?.video)===null||c===void 0?void 0:c.bindProducts)===null||h===void 0?void 0:h[0])===null||m===void 0?void 0:m.bindCta;const lt=z?be:we?.index;if(!z&&te?.open&&(!((f=q?.video)===null||f===void 0)&&f.bindProducts)&&((w=(x=q?.video)===null||x===void 0?void 0:x.bindProducts)===null||w===void 0?void 0:w.length)>0){De.current=je;const A=(I=q?.video)===null||I===void 0?void 0:I.bindProducts[je];R=A,He=A?.bindCta}const xt=()=>{R?.link&&(Ce(q,R,He,lt),z||Me(q,R,He,$||Le.current,lt),window.location.href=window.getJointUtmLink(R.link))};n.useEffect(()=>{z||fe?.({eventName:"ProductView"})},[z,fe]),n.useEffect(()=>{const A=()=>{Le.current=new Date};return A(),window.addEventListener("pageshow",A),()=>{window.removeEventListener("pageshow",A)}},[]);const U=n.useMemo(()=>{var A,Z,Q,ie,ae,re,X;const de=((A=j?.price)===null||A===void 0?void 0:A.enableFormattedPrice)===void 0||((Z=j?.price)===null||Z===void 0?void 0:Z.enableFormattedPrice);return R?.currency&&R?.price?`${(ae=(ie=(Q=R?.currency)===null||Q===void 0?void 0:Q.split("-")[1])===null||ie===void 0?void 0:ie.toUpperCase())!==null&&ae!==void 0?ae:""}${de?(X=(re=R?.price)===null||re===void 0?void 0:re.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&X!==void 0?X:"":R?.price}`:"$7,000"},[R?.price,R?.currency,(p=j?.price)===null||p===void 0?void 0:p.enableFormattedPrice]),W=(ee?375:(T=O?.width)!==null&&T!==void 0?T:window.innerWidth)-((b=J?.horizontalMargin)!==null&&b!==void 0?b:0)*2,ge=oe?W*(oe.h/oe.w):W,Te=({isPost:A})=>{var Z,Q,ie,ae;return n.createElement("div",null,n.createElement("div",{className:"pb-commondity-content-collection",style:Ee(j?.collection),hidden:!!R&&(!R?.collection||R?.collection===""),dangerouslySetInnerHTML:{__html:he((Z=R?.collection)!==null&&Z!==void 0?Z:"Tiffany Lock",j?.collection)}}),n.createElement("div",{className:"pb-commondity-content-title",style:Ee(j?.title),hidden:!!R&&!R?.title,dangerouslySetInnerHTML:{__html:he((Q=R?.title)!==null&&Q!==void 0?Q:"Pendant in Yellow Gold with Diamonds, Medium",j?.title)}}),n.createElement("div",{className:"pb-commondity-content-price",style:Ee(j?.price),hidden:!!R&&!R?.price,dangerouslySetInnerHTML:{__html:he(U,j?.price)}}),n.createElement("div",{hidden:!!R&&!R?.taxInfo,style:Ee(j?.taxInfo),dangerouslySetInnerHTML:{__html:he((ie=R?.taxInfo)!==null&&ie!==void 0?ie:"\u7A0E\u8D39",j?.taxInfo)}}),n.createElement("div",{hidden:!!R&&(!R?.info||R?.info==="")},n.createElement(Jt,{foldText:Y?.foldText,unfoldText:Y?.unfoldText,onClick:()=>pe(!0),isPost:A,text:(ae=R?.info)!==null&&ae!==void 0?ae:`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:V?.info})))},be=()=>{var C,X;return o.createElement(o.Fragment,null,(R||L?.link)&&o.createElement("button",{"aria-label":(C=_e?.enTitle)!==null&&C!==void 0?C:"Purchase on Website",onClick:st,className:"pb-commondity-btn",style:$},o.createElement("span",{dangerouslySetInnerHTML:{__html:he((X=_e?.enTitle)!==null&&X!==void 0?X:"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,[]),ae=o.useCallback(C=>{Te.current=new Date,Re(C),ke.current=C},[]),Ee=o.useCallback(()=>{var C,X,K;if(!j)return o.createElement(fn,{products:(C=z?.video)===null||C===void 0?void 0:C.bindProducts,data:pe,defImg:(K=(X=ee?.bottom_image)!==null&&X!==void 0?X:B)!==null&&K!==void 0?K:"",style:{padding:"0 19px"},onCLick:ae,popupDetailData:ne,check:Se})},[Se]),Ae=o.useMemo(()=>{const C={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return C?.[H?.dotsAlign]},[H?.dotsAlign]),oe=((A=(y=z?.video)===null||y===void 0?void 0:y.bindProduct)===null||A===void 0?void 0:A.remark)||((M=(g=(_=z?.video)===null||_===void 0?void 0:_.bindProducts)===null||g===void 0?void 0:g[0])===null||M===void 0?void 0:M.remark)||((P=z?.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))},G),o.createElement("div",{style:{position:"relative"}},L&&((x=L?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement(Et,{height:W,modules:[Ht,Ut],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ae},loop:!0,autoplay:{delay:H?.delay*1e3}},o.createElement(o.Fragment,null,(c=L?.homePage)===null||c===void 0?void 0:c.map(C=>{var X;return o.createElement(vt,{key:C},o.createElement("div",{style:{overflow:"hidden",width:Qe,height:W}},o.createElement($e,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${H?.translateY?H?.translateY+50:50}%`},src:(X=C??ee?.bottom_image)!==null&&X!==void 0?X:B})))}))),!(!((E=L?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ye.css({height:W,width:Qe})},o.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(b=ee?.bottom_image)!==null&&b!==void 0?b:B,alt:"pdp image"})),oe&&Q||!L&&Q&&o.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Le(!0)},o.createElement("img",{src:Q,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),o.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),Ee(),o.createElement("div",{className:"pb-commondity-content"},Y({isPost:j}))),be(),o.createElement(kt,{visible:ve,onClose:()=>J(!1)},o.createElement("div",{style:{paddingBottom:"80px"}},Y({isPost:!1})),be()),o.createElement(kt,{visible:fe,padding:0,isFullScreen:!0,onClose:()=>Le(!1)},o.createElement("iframe",{src:oe,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var Ql=o.memo(Zl),$l=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const es=Xe(Ql,{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:r,onClose:d,onClick:a,submitButtonStyle:v,contentStyle:u}=t,f=Ue(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:m}=Ce(),{jumpToWeb:h}=Ye(),S=typeof s=="string"?s:ns(s),w=()=>{var k,p,T;if(r){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||d?.(),a?.()};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:u,dangerouslySetInnerHTML:{__html:he(e,u)}}),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=Xe(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 as=[{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 rs=t=>{var e,i,n,s,l,r,d,a,v,u,f,m,h,S,w,k,p,T,y,A,_,g,M,P,x,c,E,b,I,O,D,F,{style:U,isDefault:R,rec:B,viewTime:N,isPost:j,bottom_image:Z,tipText:te,swiper:H,commodityStyles:V,buttonStyle:$,index:se,commodityGroup:pe,popupBg:ie,iframeIcon:Q,commodityImgRatio:q}=t,G=Ue(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:ue,isPreview:ce,bffFbReport:Te,checkCommodityIndexRef:ke}=Ce(),{jumpToWeb:Oe,productView:Pe}=Ye();o.useState(!1),o.useState(!1),o.useState(!0);const[re,ve]=o.useState(!1),J=o.useRef(null),[fe,Le]=o.useState(!1),[Se,Re]=o.useState((e=ue?.multiCheckIndex)!==null&&e!==void 0?e:0),z=j?B:ue;let L=j?z?.product:(n=(i=z?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(s=z?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],_e=j?(r=z?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=z?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(m=(f=(u=z?.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 qe=j?se:ue?.index;if(!j&&pe?.open&&(!((h=z?.video)===null||h===void 0)&&h.bindProducts)&&((w=(S=z?.video)===null||S===void 0?void 0:S.bindProducts)===null||w===void 0?void 0:w.length)>0){ke.current=Se;const oe=(k=z?.video)===null||k===void 0?void 0:k.bindProducts[Se];L=oe,_e=oe?.bindCta}const st=()=>{L?.link&&(Oe(z,L,_e,qe),j||Pe(z,L,_e,N||J.current,qe),window.location.href=window.getJointUtmLink(L.link))};o.useEffect(()=>{j||Te?.({eventName:"ProductView"})},[j,Te]),o.useEffect(()=>{const oe=()=>{J.current=new Date};return oe(),window.addEventListener("pageshow",oe),()=>{window.removeEventListener("pageshow",oe)}},[]);const pt=o.useMemo(()=>{var oe,C,X,K,le;return L?.currency&&L?.price?`${(X=(C=(oe=L?.currency)===null||oe===void 0?void 0:oe.split("-")[1])===null||C===void 0?void 0:C.toUpperCase())!==null&&X!==void 0?X:""}${(le=(K=L?.price)===null||K===void 0?void 0:K.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&le!==void 0?le:""}`:"\xA3102,300.00"},[L?.price,L?.currency]),Qe=(ce?375:(p=U?.width)!==null&&p!==void 0?p:window.innerWidth)-((T=ie?.horizontalMargin)!==null&&T!==void 0?T:0)*2,W=q?Qe*(q.h/q.w):Qe,Y=({isPost:oe})=>o.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},o.createElement(Yt,{isPost:oe,onClick:()=>ve(!0),className:"pb-commondityDiroNew-info",style:V?.info,foldText:te?.foldText,unfoldText:te?.unfoldText,text:L?.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,Re(oe),ke.current=oe},[]),ae=o.useCallback(()=>{var oe,C,X;if(!j)return o.createElement(fn,{products:(oe=z?.video)===null||oe===void 0?void 0:oe.bindProducts,data:pe,defImg:(X=(C=ee?.bottom_image)!==null&&C!==void 0?C:Z)!==null&&X!==void 0?X:"",style:{padding:"0 19px"},onCLick:xe,popupDetailData:ue,check:Se})},[Se]),Ee=o.useMemo(()=>{const oe={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return oe?.[H?.dotsAlign]},[H?.dotsAlign]),Ae=((A=(y=z?.video)===null||y===void 0?void 0:y.bindProduct)===null||A===void 0?void 0:A.remark)||((M=(g=(_=z?.video)===null||_===void 0?void 0:_.bindProducts)===null||g===void 0?void 0:g[0])===null||M===void 0?void 0:M.remark)||((P=z?.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({},U),{transform:"translate3d(0px, 0px, 0px)"}))},G),o.createElement("div",{style:{position:"relative"}},L&&((x=L?.homePage)===null||x===void 0?void 0:x.length)>0&&o.createElement(Et,{height:W,modules:[Ht,Ut],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:Ee},loop:!0,autoplay:{delay:H?.delay*1e3}},(c=L?.homePage)===null||c===void 0?void 0:c.map(oe=>{var C;return o.createElement(vt,{key:oe},o.createElement("div",{style:{overflow:"hidden",width:Qe,height:W}},o.createElement($e,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${H?.translateY?H?.translateY+50:50}%`},src:(C=oe??ee?.bottom_image)!==null&&C!==void 0?C:Z})))})),!(!((E=L?.homePage)===null||E===void 0)&&E.length)&&o.createElement("div",{className:ye.css({height:W,width:Qe})},o.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(b=ee?.bottom_image)!==null&&b!==void 0?b:Z,alt:"pdp image"})),Ae&&Q||!L&&Q&&o.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Le(!0)},o.createElement("img",{src:Q,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),o.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),ae(),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(V?.title),dangerouslySetInnerHTML:{__html:he((I=L?.title)!==null&&I!==void 0?I:"Large Dior Toujours BagLarge",V?.title)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!L&&(!L?.collection||L?.collection===""),style:be(V?.collection),dangerouslySetInnerHTML:{__html:he(L?.collection||"Black Macrocannage CalfskinLarge",V?.collection)}})),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.price,style:be(V?.price),dangerouslySetInnerHTML:{__html:he(pt,V?.price)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.taxInfo,style:be(V?.taxInfo),dangerouslySetInnerHTML:{__html:he((O=L?.taxInfo)!==null&&O!==void 0?O:"\u7A0E\u8D39",V?.taxInfo)}}))),(!L||L?.link)&&o.createElement("button",{"aria-label":(D=_e?.enTitle)!==null&&D!==void 0?D:"Shop now",onClick:st,className:"pb-commondityDiroNew-btn",style:$},o.createElement("span",{dangerouslySetInnerHTML:{__html:he((F=_e?.enTitle)!==null&&F!==void 0?F:"Shop now",$)}})),Y({isPost:j}))),o.createElement(kt,{visible:re,onClose:()=>ve(!1)},Y({isPost:!1})),o.createElement(kt,{visible:fe,padding:0,isFullScreen:!0,onClose:()=>Le(!1)},o.createElement("iframe",{src:Ae,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var ds=o.memo(rs),cs=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const us=Xe(ds,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:as,interactionRender:cs},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:r,enableEventReport:d=!0})=>{const a=o.useRef(null),v=gn(a),{ctaEvent:u}=Ce();return o.useEffect(()=>{v&&t&&a?.current&&d&&u?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[v,t,a,e,u,i,n,d]),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"},r))},o.createElement("div",{ref:a,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:r,isPost:d,bottom_image:a,commodityStyles:v,buttonStyle:u,translateY:f=0,commodityPicture:m,isExternalLink:h,onClick:S}=t,w=Ue(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:k,popupDetailData:p,setPopupDetailData:T,ctaEvent:y}=Ce(),{jumpToWeb:A}=Ye(),{popup:_}=dt(),g=d?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,F;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:""}${(F=(D=E?.price)===null||D===void 0?void 0:D.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&F!==void 0?F:""}`:"$7,000"},[]),c=He.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,F,U,R,B,N,j,Z;return o.createElement(o.Fragment,null,g&&!E?.bindCta?null:o.createElement("div",Object.assign({key:b},w,{className:ye.css({display:"flex"}),onClick:()=>c(E,b)}),o.createElement(ht,{src:(F=(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&&F!==void 0?F:a,rec:g,item:E,index:b,translateY:f,imgStyle:m,enableEventReport:!1}),o.createElement("div",{style:{width:`calc(100% - ${(U=m?.width)!==null&&U!==void 0?U:0}px - ${(R=m?.marginRight)!==null&&R!==void 0?R: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((B=E?.title)!==null&&B!==void 0?B:"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((N=E?.collection)!==null&&N!==void 0?N:"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({},u),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:he((Z=(j=E?.bindCta)===null||j===void 0?void 0:j.enTitle)!==null&&Z!==void 0?Z:"Shop Now",u)}})))))}))};var fs=o.memo(ms),hs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const gs=Xe(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:r,isPopup:d,isExternalLink:a,onClose:v,onClick:u,submitButtonStyle:f,contentStyle:m}=t,h=Ue(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:S}=Ce(),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=Xe(ws,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:bs,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var lt=[{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:r=!1,index:d,jumpLink:a}=t;Ue(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=o.useRef(null),{popup:u}=dt(),{setPopupDetailData:f,ctaEvent:m}=Ce(),{jumpToWeb:h}=Ye(),S=He.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,d),f?.(Object.assign(Object.assign({},e),{index:d})),r){if(a||!((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,d),window.location.href=window.getJointUtmLink(a||((g=(_=e?.video)===null||_===void 0?void 0:_.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else s?.()},u?.duration);return o.createElement("div",{ref:v,className:n,style:l,onClick:S},i)};var Ot=o.memo(Ts),Es={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const As=t=>{var e,i,n,s,l,r,d,a,v,u,f,{content:m,style:h,bgImg:S,recData:w,bottom_image:k,ctaTempStyles:p,isExternalLink:T,translateY:y=0,index:A}=t,_=Ue(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),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(Ot,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:(d=(r=w?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d: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((a=M?.title)!==null&&a!==void 0?a:"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=(u=M?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var Cs=o.memo(As);const Is=Xe(Cs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:xs,bindableProps:[],settingRender:lt},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,r,{content:d,style:a,bgImg:v,recData:u,bottom_image:f,ctaTempStyles:m,isExternalLink:h,index:S}=t,w=Ue(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:k}=Ce(),p=(e=u?.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(Ot,Object.assign({isExternalLink:h,rec:u,className:ye.css(Object.assign({alignItems:"center"},a)),style:{display:"flex"},index:S},w),o.createElement(ht,{src:T,rec:u,item:(l=(s=u?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&l!==void 0?l:u?.video,index:S,imgStyle:m?.img}),o.createElement("div",{className:ye.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},m?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((r=p?.enTitle)!==null&&r!==void 0?r:"Product Name",m?.ctaTitle)}}))};var Ps=o.memo(_s);const Ds=Xe(Ps,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ks,settingRender:lt?.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,r,d,a,v,{content:u,style:f,bgImg:m,recData:h,bottom_image:S,ctaTempStyles:w,index:k,customTitle:p}=t,T=Ue(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:y,bffEventReport:A}=Ce();Ye();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(Ot,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:(d=(r=h?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d: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((a=_?.enTitle)!==null&&a!==void 0?a:"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 Rs=o.memo(Os),Ls=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],xi;const Bs=Xe(Rs,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(xi=lt?.filter(t=>t.type!=="commodityTitle"))===null||xi===void 0?void 0:xi.concat(Ms),bindableProps:[],interactionRender:Ls},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 Ns=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Fs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const js=t=>{var e,i,n,s,l,r,d,a,v,u,f,{content:m,style:h,bgImg:S,recData:w,bottom_image:k,ctaTempStyles:p,isExternalLink:T,translateY:y=0,index:A}=t,_=Ue(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),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(Ot,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:(d=(r=w?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d: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:Fs["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:he((a=M?.title)!==null&&a!==void 0?a:"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=(u=M?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var Vs=o.memo(js);const zs=Xe(Vs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Ns,settingRender:lt,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 Hs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Us={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Gs=t=>{var e,i,n,s,l,r,d,a,v,u,{content:f,style:m,bgImg:h,recData:S,bottom_image:w,ctaTempStyles:k,isExternalLink:p,translateY:T=0,index:y}=t,A=Ue(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:_}=Ce(),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(Ot,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:(d=(r=S?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d: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:Us["tow-line-ellipsis"],style:k?.title,dangerouslySetInnerHTML:{__html:he((a=g?.title)!==null&&a!==void 0?a:"Product Name",k?.title)}}),o.createElement("div",{className:ye.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},k?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((u=(v=g?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&u!==void 0?u:"Shop Now",k?.ctaTitle)}})))};var Ws=o.memo(Gs);const Ys=Xe(Ws,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Hs,bindableProps:[],settingRender:lt},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 Xs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],qs={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Js=t=>{var e,i,{content:n,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:m=0}=t,h=Ue(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:w,sxpParameter:k}=Ce(),{popup:p}=dt(),{jumpToWeb:T}=Ye(),[y,A]=o.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),_=He.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),w?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(T(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return o.createElement(Mt,{isPadding:!!r},y?.map((g,M)=>{var P,x,c,E,b,I,O,D;return o.createElement(o.Fragment,null,r&&!g?.bindCta?null:o.createElement(vt,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=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:k?.bottom_image)!==null&&E!==void 0?E:a,rec:r,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:qs["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 Ks=o.memo(Js);const Zs=Xe(Ks,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Xs,bindableProps:[],settingRender:lt},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 Qs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],$s={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const ea=t=>{var e,i,{content:n,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:m=0}=t,h=Ue(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:S}=Ce(),{ctaEvent:w,setPopupDetailData:k}=Ce(),{popup:p}=dt(),[T,y]=o.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:A}=Ye(),_=He.throttle((g,M)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),k?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(A(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return o.createElement(Mt,{isPadding:!!r},T?.map((g,M)=>{var P,x,c,E,b,I,O,D;return o.createElement(o.Fragment,null,r&&!g?.bindCta?null:o.createElement(vt,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=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:S?.bottom_image)!==null&&E!==void 0?E:a,rec:r,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 ta=o.memo(ea);const ia=Xe(ta,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Qs,settingRender:lt,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 na=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],oa={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const la=t=>{var e,i,{content:n,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:m=0}=t,h=Ue(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:w,sxpParameter:k}=Ce(),{popup:p}=dt(),{jumpToWeb:T}=Ye(),[y,A]=o.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),_=He.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),w?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(T(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return o.createElement(Mt,{isPadding:!!r},y?.map((g,M)=>{var P,x,c,E,b,I,O;return o.createElement(o.Fragment,null,r&&!g?.bindCta?null:o.createElement(vt,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=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:k?.bottom_image)!==null&&E!==void 0?E:a,rec:r,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:oa["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 sa=o.memo(la);const aa=Xe(sa,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:na,bindableProps:[],settingRender:lt},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 ra=[{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 da=({icon:t,styles:e,textStyle:i,onClose:n})=>{var s;const{waterFallData:l,setOpenHashtag:r}=Ce();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(da),ca=null,ua="3d989325-e7d6-4a74-8a97-98febdf5b567",va=null,pa=null,ma={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"},fa=[{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}],ha="Handbags",wn={productUserId:ca,requestId:ua,channel:va,rtc:pa,tag:ma,recList:fa,hashTag:ha};const ga=t=>{const{rec:e,style:i={},sizeChange:n=()=>{},unitWidth:s,index:l,showBorder:r,list:d,reportTagsView:a,textStyles:v,space:u}=t,{swiperRef:f,setRtcList:m,setOpenHashtag:h,sxpParameter:S}=Ce(),[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,F,U,R,B,N,j;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?(U=(F=e?.video)===null||F===void 0?void 0:F.imgUrls)===null||U===void 0?void 0:U[0]:!((B=(R=e?.product)===null||R===void 0?void 0:R.homePage)===null||B===void 0)&&B.length?(j=(N=e?.product)===null||N===void 0?void 0:N.homePage)===null||j===void 0?void 0:j[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<=r,[M,r]);const P=o.useMemo(()=>{var b,I,O,D,F,U,R,B,N;return!((b=e?.product)===null||b===void 0)&&b.currency&&(!((I=e?.product)===null||I===void 0)&&I.price)?`${(U=(F=(D=(O=e?.product)===null||O===void 0?void 0:O.currency)===null||D===void 0?void 0:D.split("-")[1])===null||F===void 0?void 0:F.toUpperCase())!==null&&U!==void 0?U:""}${(N=(B=(R=e?.product)===null||R===void 0?void 0:R.price)===null||B===void 0?void 0:B.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&N!==void 0?N:""}`: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(),c=o.useCallback(b=>{setTimeout(()=>{var I;const O=(I=x?.current)===null||I===void 0?void 0:I.offsetHeight;n(O+56+u,l)},0)},[u,n,l,s,x]),E=()=>{a(),m?.(d),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:c,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 ba(t){var e,i,n,s,l,r,d,a,v,u,f,m,h,S,w,k,p,T,y,A,_,g,{reportTagsView:M,showBanner:P}=t,x=Ue(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:E,hashTagSize:b,loadingImage:I,isOpenHashTag:O}=Ce(),D=o.useRef(null),[F,U]=o.useState(0),[R,B]=o.useState(),N=o.useRef(null),[j,Z]=o.useState([]),te=o.useRef(),H=[170,230,300],[V,$]=o.useState(!1),[se,pe]=o.useState([]),ie=o.useRef(),Q=o.useCallback((re,ve)=>Math.floor(Math.random()*(ve-re+1))+re,[]),q=o.useRef([]),[G,ee]=o.useState({width:0}),ne=o.useMemo(()=>{const re=G.width||0;return re>=1200?6:re>=768&&re<=1199?4:2},[G]),ue=o.useMemo(()=>G.width/ne-2,[ne,G]),ce=o.useCallback(()=>{var re;const ve=(re=te.current)!==null&&re!==void 0?re:[],J=[];for(let fe=0;fe<se?.length;fe++){const Le=Math.floor(fe/ne),Se=fe%ne+1;let Re=0,z=9999999999;if(Le===0)J[fe]=fe;else{for(let L=0;L<J.length;L++)q.current[J[L]].top+q.current[J[L]].height<z&&(Re=L,z=q.current[J[L]].top+q.current[J[L]].height);J[Re]=fe}q.current[fe]===void 0&&(q.current[fe]={}),Le===0?(Se===1?q.current[fe].left=0:q.current[fe].left=q.current[fe-1].left+ue+4,q.current[fe].top=0):(q.current[fe].left=q.current[Re].left,q.current[fe].top=z),q.current[fe].height=q.current[fe].height||H[Q(0,2)],ve[fe]={transform:`translate(${q.current[fe].left}px,${q.current[fe].top}px)`,width:`${ue}px`,height:q.current[fe].height}}return Z([...ve]),[...ve]},[ue,ne,H,Q,se]),Te=o.useCallback((re,ve)=>{q.current[ve]===void 0&&(q.current[ve]={}),q.current[ve].height=re,te.current=ce()},[ce]);o.useEffect(()=>{te.current=ce()},[ue,ne,se]),o.useEffect(()=>{var re,ve,J,fe,Le,Se;if($(!0),c&&E?.(Object.assign(Object.assign({hashTag:c?.hashTag,defaultSize:b,maxSize:b},((ve=(re=c?.rec)===null||re===void 0?void 0:re.product)===null||ve===void 0?void 0:ve.itemId)&&{productFilter:(fe=(J=c?.rec)===null||J===void 0?void 0:J.product)===null||fe===void 0?void 0:fe.itemId}),c?.itemId&&{contentFilter:c?.itemId})).then(Re=>{var z,L;B(Re),pe((L=(z=Re?.recList)===null||z===void 0?void 0:z.filter(_e=>_e?.video!==null||_e?.product!==null))!==null&&L!==void 0?L:[]),$(!1)}),O){const Re=wn;B(Re),pe((Se=(Le=Re?.recList)===null||Le===void 0?void 0:Le.filter(z=>z?.video!==null||z?.product!==null))!==null&&Se!==void 0?Se:[]),$(!1)}},[c,E,b,O]);const ke=o.useCallback(()=>{N.current!==null&&ee({width:N.current.getBoundingClientRect().width})},[]);o.useEffect(()=>{if(N.current===null)return;const re=new ResizeObserver(ve=>{ke()});return re.observe(N.current),()=>{re.disconnect()}},[ke]),o.useCallback(()=>{var re,ve,J,fe;$(!0),c&&E?.(Object.assign(Object.assign({hashTag:c?.hashTag},((ve=(re=c?.rec)===null||re===void 0?void 0:re.product)===null||ve===void 0?void 0:ve.itemId)&&{productFilter:(fe=(J=c?.rec)===null||J===void 0?void 0:J.product)===null||fe===void 0?void 0:fe.itemId}),c?.itemId&&{contentFilter:c?.itemId})).then(Le=>{var Se,Re;pe(se?.concat((Re=(Se=Le?.recList)===null||Se===void 0?void 0:Se.filter(z=>!z?.video))!==null&&Re!==void 0?Re:[])),$(!1)})},[c,E,se]);const Oe=o.useCallback(()=>{U(D.current.scrollTop)},[]);o.useEffect(()=>{var re;return(re=D?.current)===null||re===void 0||re.addEventListener("scroll",Oe),()=>{var ve;(ve=D?.current)===null||ve===void 0||ve.removeEventListener("scroll",Oe)}},[Oe,D]);const Pe=()=>{var re,ve;!((re=R?.tag)===null||re===void 0)&&re.link&&(M(),window.location.href=window.getJointUtmLink((ve=R?.tag)===null||ve===void 0?void 0:ve.link))};return o.createElement(o.Fragment,null,V?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:N},o.createElement("div",{className:"waterFallList-scroll",ref:D},P&&((e=R?.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=R?.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=R?.tag)===null||s===void 0?void 0:s.info,(l=x?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((r=R?.tag)===null||r===void 0)&&r.link),className:"waterFallList-collection",style:Object.assign({},(d=x?.textStyles)===null||d===void 0?void 0:d.hashTagLink),onClick:Pe,dangerouslySetInnerHTML:{__html:he(((a=R?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=x?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),o.createElement("div",{className:"waterFallList-content"},se?.map((re,ve)=>{var J;return o.createElement(ga,Object.assign({key:ve,index:ve,rec:re,list:se,showBorder:F+((J=D?.current)===null||J===void 0?void 0:J.clientHeight),style:j[ve],sizeChange:Te,unitWidth:ue,reportTagsView:M},x))}),o.createElement("div",{hidden:!(!((u=R?.tag)===null||u===void 0)&&u.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(w=((m=q?.current[((f=q?.current)===null||f===void 0?void 0:f.length)-1])===null||m===void 0?void 0:m.top)+((S=q?.current[((h=q?.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=R?.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=R?.tag)===null||y===void 0)&&y.link),style:x?.buttonBgStyle}),o.createElement("div",{ref:ie,hidden:!(!((A=R?.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":((_=R?.tag)===null||_===void 0?void 0:_.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:x?.buttonStyle,onClick:Pe,dangerouslySetInnerHTML:{__html:he(((g=R?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",x?.buttonStyle)}}))))}var ya="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const wa=t=>{const{rec:e,index:i,list:n,reportTagsView:s,textStyles:l,space:r}=t,{swiperRef:d,setRtcList:a,setOpenHashtag:v,bffEventReport:u,sxpParameter:f}=Ce(),[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,c,E,b,I,O,D,F,U,R;return!((x=e?.video)===null||x===void 0)&&x.cover?(c=e?.video)===null||c===void 0?void 0:c.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]:!((F=(D=e?.product)===null||D===void 0?void 0:D.homePage)===null||F===void 0)&&F.length?(R=(U=e?.product)===null||U===void 0?void 0:U.homePage)===null||R===void 0?void 0:R[0]:f?.bottom_image||""},[e,f?.bottom_image]),_=o.useMemo(()=>{var x,c;return((x=e?.product)===null||x===void 0?void 0:x.title)||((c=e?.video)===null||c===void 0?void 0:c.title)||null},[e]),g=o.useMemo(()=>{var x,c,E,b,I,O,D,F,U;return!((x=e?.product)===null||x===void 0)&&x.currency&&(!((c=e?.product)===null||c===void 0)&&c.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:""}${(U=(F=(D=e?.product)===null||D===void 0?void 0:D.price)===null||F===void 0?void 0:F.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&U!==void 0?U:""}`:null},[e]);o.useEffect(()=>{const x=new IntersectionObserver(c=>{c.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,c,E)=>{const b=x/c;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 c=p?.current;if(!c)return;const E=c.getContext("2d"),b=window?.innerWidth/2,I=M(x.videoWidth,x.videoHeight,b);c.height=I,c.width=b,E?.drawImage(x,0,0,c.width,c.height),y(c.toDataURL()),x.remove(),c.remove()})},[A,m]);const P=()=>{s(),a?.(n),setTimeout(()=>{var x;(x=d?.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:r}},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 Sa(t){var e,i,n,s,l,r,d,a,v,u,f,m,h,S,w,k,p,{reportTagsView:T,showBanner:y}=t,A=Ue(t,["reportTagsView","showBanner"]);const{waterFallData:_,getRecommendVideos:g,hashTagSize:M,loadingImage:P,isOpenHashTag:x}=Ce(),[c,E]=o.useState(),[b,I]=o.useState(),[O,D]=o.useState(!1),F=o.useRef(null),[U,R]=o.useState(!1);o.useCallback(()=>{var N,j,Z,te;U||(R(!0),_&&g?.(Object.assign(Object.assign({hashTag:_?.hashTag},((j=(N=_?.rec)===null||N===void 0?void 0:N.product)===null||j===void 0?void 0:j.itemId)&&{productFilter:(te=(Z=_?.rec)===null||Z===void 0?void 0:Z.product)===null||te===void 0?void 0:te.itemId}),_?.itemId&&{contentFilter:_?.itemId})).then(H=>{var V;E(c?.concat((V=H?.recList)!==null&&V!==void 0?V:[])),R(!1)}))},[_,g,c,U]),o.useEffect(()=>{var N,j,Z,te,H,V;if(D(!0),_&&g?.(Object.assign(Object.assign(Object.assign({hashTag:_?.hashTag},((j=(N=_?.rec)===null||N===void 0?void 0:N.product)===null||j===void 0?void 0:j.itemId)&&{productFilter:(te=(Z=_?.rec)===null||Z===void 0?void 0:Z.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((V=(H=$?.recList)===null||H===void 0?void 0:H.filter(se=>se?.video!==null||se?.product!==null))!==null&&V!==void 0?V:[]),D(!1)}},[_,g,M,x]);const B=()=>{var N,j;!((N=b?.tag)===null||N===void 0)&&N.link&&(T(),window.location.href=window.getJointUtmLink((j=b?.tag)===null||j===void 0?void 0:j.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:F},y&&((e=b?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:B},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:!(!((r=b?.tag)===null||r===void 0)&&r.link),className:"list-collection",onClick:B,style:Object.assign(Object.assign({},(d=A?.textStyles)===null||d===void 0?void 0:d.hashTagLink),{marginBottom:A?.space}),dangerouslySetInnerHTML:{__html:he(((a=b?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=A?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),o.createElement("div",{className:"list-content"},c?.map((N,j)=>o.createElement(wa,Object.assign({key:j,index:j,rec:N,list:c,reportTagsView:T},A)))),o.createElement("div",{hidden:!U,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=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:B,dangerouslySetInnerHTML:{__html:he(((p=b?.tag)===null||p===void 0?void 0:p.linkTitle)||"Shop the collection",A?.buttonStyle)}}))))}const xa=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:s,swiperRef:l,setWaterFallData:r,cacheRtcList:d,setRtcList:a,cacheActiveIndex:v,rtcList:u,setCacheRtcList:f,setIsFromHashtag:m,isFromHashtag:h,bffEventReport:S,themeTag:w,selectTag:k}=Ce(),{backMainFeed:p}=Ye();o.useRef(null);const T=o.useRef(null),[y,A]=o.useState();o.useEffect(()=>{const x=document.getElementById("sxp-render"),c=document.getElementById("water-fall");c?T.current=c:(T.current=document.createElement("div"),T.current.setAttribute("id","water-fall"),x?.appendChild(T.current))},[]);const _=()=>{const x=He.isEqual(u,d);!x&&d&&d?.length&&a?.(d),p("branch",k,void 0,i?.hashTag),P(),r?.(void 0),m?.(!1),setTimeout(()=>{var c,E;x||(E=(c=l?.current)===null||c===void 0?void 0:c.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,c,E,b,I,O;const D=g?.rec;if(!D)return;let F="";h?F="hashTagPage":!((x=D?.video)===null||x===void 0)&&x.url?F="videoPage":!((E=(c=D?.video)===null||c===void 0?void 0:c.imgUrls)===null||E===void 0)&&E.length&&(F="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:F,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:ya,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(Sa,Object.assign({reportTagsView:P},t)):o.createElement(ba,Object.assign({reportTagsView:P},t))),T.current):null};var Sn=o.memo(xa);const Ta=t=>o.createElement(Sn,Object.assign({},t));var Ea=o.memo(Ta);const Aa=Xe(Ea,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:ra,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 Ca=[{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 Ia=o.memo(xn);const ka=Xe(Ia,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:Ca},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var _a=[{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 Pa=t=>{var e,i,n,s,l,r,d,a,v,u,{style:f,recData:m,ctaTempStyles:h,index:S,event:w,onClick:k,isExternalLink:p=!1}=t,T=Ue(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:y,setPopupDetailData:A}=Ce(),{jumpToWeb:_}=Ye(),[g,M]=o.useState(!1),P=o.useRef(null),x=gn(P),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)||((r=m?.video)===null||r===void 0?void 0:r.bindCta),E=((a=(d=m?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0?void 0:a[0])||((v=m?.video)===null||v===void 0?void 0:v.bindProduct),b=()=>{var F,U,R,B;const N=((U=(F=m?.video)===null||F===void 0?void 0:F.bindProducts)===null||U===void 0?void 0:U[0])||((R=m?.video)===null||R===void 0?void 0:R.bindProduct)||m?.video;if(y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},m,N,S),A?.(Object.assign(Object.assign({},m),{index:S})),p){const j=E?.link||((B=N?.bindCta)===null||B===void 0?void 0:B.link);j&&(_(m,E,c,S),window.location.href=window.getJointUtmLink(j))}else k?.()},I=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",O=o.useMemo(()=>{var F,U;const R=w?.animation;if(R){const{delay:B,duration:N,backgroundColor:j}=R;return{":after":{animationDelay:`${(F=B/1e3)!==null&&F!==void 0?F:0}s`,animationDuration:`${(U=N/1e3)!==null&&U!==void 0?U:0}s`,backgroundColor:`${j??"transparent"}`}}}},[w?.animation]);o.useEffect(()=>{var F,U,R;x&&P?.current&&y?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},m,((U=(F=m?.video)===null||F===void 0?void 0:F.bindProducts)===null||U===void 0?void 0:U[0])||((R=m?.video)===null||R===void 0?void 0:R.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:`${(u=f?.height)!==null&&u!==void 0?u:0}px`})},T,{className:`${D} ${ye.css(O)} ${Tn["one-line-ellipsis"]}`,onClick:b,dangerouslySetInnerHTML:{__html:he(I,h?.ctaTitle)}}))};var Da=o.memo(Pa),Ma=[{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 Oa=Xe(Da,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:_a,bindableProps:[],interactionRender:Ma},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 Ra=[{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"]}]}],_t={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 La="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Ba=t=>{var e,i,n,s,l,r,d,a,v,u,f,m,h,S,w,k,p,T,y,A,_,g,M,P,{style:x,recData:c,ctaTempStyles:E,index:b,event:I,bottom_image:O,translateY:D,isTel:F,onClick:U,isExternalLink:R=!1,isActive:B}=t,N=Ue(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);x==null||delete x.transform;const{sxpParameter:j,globalConfig:Z,ctaEvent:te,setPopupDetailData:H}=Ce(),{jumpToWeb:V}=Ye(),[$,se]=o.useState(!0),pe=((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)||((r=c?.video)===null||r===void 0?void 0:r.bindCta),ie=((a=(d=c?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0?void 0:a[0])||((v=c?.video)===null||v===void 0?void 0:v.bindProduct),Q=()=>{var ce,Te,ke,Oe;const Pe=((Te=(ce=c?.video)===null||ce===void 0?void 0:ce.bindProducts)===null||Te===void 0?void 0:Te[0])||((ke=c?.video)===null||ke===void 0?void 0:ke.bindProduct)||c?.video;if(te?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Pe,b),H?.(Object.assign(Object.assign({},c),{index:b})),R){const re=ie?.link||((Oe=Pe?.bindCta)===null||Oe===void 0?void 0:Oe.link);re&&(V(c,ie,pe,b),window.location.href=window.getJointUtmLink(re))}else U?.()},q=pe?.enTitle||"\u67E5\u770B\u8BE6\u60C5",G=o.useMemo(()=>{const ce=I?.animation;if(ce){const{delay:Te,duration:ke}=ce;return{animationDelay:`${Te?Te/1e3:0}s`,animationDuration:`${ke?ke/1e3:0}s`}}},[I?.animation]),ee=(S=(h=(m=(u=ie?.cover)!==null&&u!==void 0?u:(f=ie?.homePage)===null||f===void 0?void 0:f[0])!==null&&m!==void 0?m:pe?.icon)!==null&&h!==void 0?h:j?.bottom_image)!==null&&S!==void 0?S:O,ne=ce=>{ce.stopPropagation(),se(!1)};o.useEffect(()=>{se(!0)},[B]);const ue=o.useMemo(()=>B&&$?_t["animated-fadeIn"]:null,[B,$]);return o.createElement(o.Fragment,null,F?o.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):o.createElement("div",Object.assign({},N,{className:`${ye.css(Object.assign(Object.assign({},x),{"--transY":`translateY(calc(100% + ${(w=x?.margin)!==null&&w!==void 0?w:0}px))`}))} ${_t.aniLinkPopup} ${ue} ${ye.css(G)}`,onClick:Q}),o.createElement("div",{onClick:ne,className:_t["modal-icon-wrapper"],style:{padding:(k=x?.padding)!==null&&k!==void 0?k:0}},o.createElement("img",{src:(p=Z?.popupCloseIcon)!==null&&p!==void 0?p:La,alt:"close",className:_t["modal-icon-wrapper-img"]})),o.createElement(ht,{src:ee,rec:c,item:(g=(A=(y=(T=c?.video)===null||T===void 0?void 0:T.bindProducts)===null||y===void 0?void 0:y[0])!==null&&A!==void 0?A:(_=c?.video)===null||_===void 0?void 0:_.bindProduct)!==null&&g!==void 0?g:c?.video,index:b,translateY:D,imgStyle:E?.img}),(!c||ie?.title)&&o.createElement("div",{className:_t["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:_t["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(q,E?.ctaTitle)}})))};var Na=o.memo(Ba),Fa=[{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 ja=Xe(Na,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Ra,bindableProps:[],interactionRender:Fa},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 Ti=Object.freeze({__proto__:null,AniLink:Oa,AniLinkPopup:ja,Appoint:Ds,AppointForm:vo,Commodity:Is,CommodityDetail:es,CommodityDetailDiroNew:us,CommodityDiro:zs,CommodityDiroNew:Ys,CommodityList:gs,Consent:ka,HashTag:Aa,Iframe:Ss,Link:Bs,MultiCommodity:ia,MultiCommodityDiro:Zs,MultiCommodityDiroNew:aa,Prompt:ss});const Va="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",za="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Ha=t=>{var e,{active:i,activeIcon:n,unActicveIcon:s,recData:l,position:r}=t,d=Ue(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:a,mutateUnlike:v,bffEventReport:u,setCacheRtcList:f,cacheRtcList:m}=Ce(),[h,S]=o.useState((e=m?.[r])===null||e===void 0?void 0:e.isCollected),w=nt(za),k=nt(Va),p=He.debounce(()=>Ke(void 0,void 0,void 0,function*(){var T,y,A,_,g,M,P,x,c,E,b,I,O,D,F,U,R,B,N,j,Z,te;if(h){S(!1);const H=(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(u?.({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((c=(x=l?.video)===null||x===void 0?void 0:x.tags)!==null&&c!==void 0?c:[]),position:r+"",contentFormat:!((E=l?.video)===null||E===void 0)&&E.url?"video":"image",traceInfo:(b=l?.video)===null||b===void 0?void 0:b.traceInfo}}),!H)S(!0);else{const V=(I=m?.map(($,se)=>(se===r&&($.isCollected=!1),$)))!==null&&I!==void 0?I:[];f?.(V)}}else{S(!0);const H=(O=yield a?.({content:JSON.stringify(l)}))!==null&&O!==void 0?O:!1;if(u?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(F=(D=l?.video)===null||D===void 0?void 0:D.itemId)!==null&&F!==void 0?F:"",contentName:(R=(U=l?.video)===null||U===void 0?void 0:U.title)!==null&&R!==void 0?R:"",contentTags:JSON.stringify((N=(B=l?.video)===null||B===void 0?void 0:B.tags)!==null&&N!==void 0?N:[]),position:r+"",contentFormat:!((j=l?.video)===null||j===void 0)&&j.url?"video":"image",traceInfo:(Z=l?.video)===null||Z===void 0?void 0:Z.traceInfo}}),!H)S(!1);else{const V=(te=m?.map(($,se)=>(se===r&&($.isCollected=!0),$)))!==null&&te!==void 0?te:[];f?.(V)}}}),200);return o.createElement("button",Object.assign({},d,{"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(Ha),Ua="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 Ei=(()=>{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})(),Ga=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:r,videoPlayIcon:d})=>{const[a,v]=o.useState(!1),{bffEventReport:u,sxpParameter:f,waterFallData:m,openHashtag:h,bffFbReport:S}=Ce(),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),c=o.useRef(),E=`pb-cache-video-${e}`,b=o.useRef(null),I=o.useMemo(()=>r?.mode==="2",[r]),O=o.useMemo(()=>{var Q;return r?.mode==="2"?`translateY(-${50+((Q=r?.offsetTop)!==null&&Q!==void 0?Q:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),D=o.useMemo(()=>{var Q;return((Q=t?.video)===null||Q===void 0?void 0:Q.cover)||g},[g,t]),F=o.useMemo(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]),U=o.useMemo(()=>r?.bgWay==="1",[r]),R=o.useMemo(()=>U&&r?.bgColor?{backgroundColor:r?.bgColor}:{},[r,U]);o.useEffect(()=>{c?.current&&(c.current.muted=s)},[s,c?.current]);const B=o.useCallback(()=>{var Q;c?.current&&((Q=c?.current)===null||Q===void 0||Q.play())},[c?.current]),N=nt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),j=o.useCallback(()=>{c?.current&&(x(!1),p(!0))},[]),Z=o.useCallback(()=>{var Q,q,G,ee,ne,ue,ce,Te,ke,Oe,Pe,re,ve;if(!c?.current)return;v(!1);const J=n[e];if(J&&(!((Q=c?.current)===null||Q===void 0)&&Q.duration)){w.current=((q=c?.current)===null||q===void 0?void 0:q.currentTime)||0;const fe=((ee=(G=c?.current)===null||G===void 0?void 0:G.duration)!==null&&ee!==void 0?ee:0).toFixed(2),Le=((ue=(ne=c?.current)===null||ne===void 0?void 0:ne.currentTime)!==null&&ue!==void 0?ue:0).toFixed(2),Se=T?"0":"1";u?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Te=(ce=J?.video)===null||ce===void 0?void 0:ce.itemId)!==null&&Te!==void 0?Te:"",contentName:(Oe=(ke=J?.video)===null||ke===void 0?void 0:ke.title)!==null&&Oe!==void 0?Oe:"",playType:Se,startTime:Le,videoDuration:fe,contentTags:JSON.stringify((re=(Pe=J?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&re!==void 0?re:[]),position:e+"",contentFormat:"video",traceInfo:(ve=J?.video)===null||ve===void 0?void 0:ve.traceInfo}}),y(!1)}},[u,n,e,T,c?.current]),te=o.useCallback(()=>{var Q;if(!c?.current||g||!I||(c.current.style.objectFit="contain",!((Q=t?.video)===null||Q===void 0)&&Q.cover||!_||!_.current||U))return;const q=()=>{const G=_?.current,ee=G.getContext("2d"),ne=window?.innerWidth,ue=window?.innerHeight;G.height=ue,G.width=ne,ee?.drawImage(c.current,0,0,G.width,G.height),M(G.toDataURL())};q(),setTimeout(()=>{q()},500)},[c.current,U,t,g,I]),H=o.useCallback(()=>{c.current&&(Z(),te())},[c.current,te,Z]),V=o.useCallback(Q=>()=>{var q,G,ee,ne,ue;if(!c.current||!k)return;const ce=(q=c?.current)===null||q===void 0?void 0:q.paused;switch(Q){case"start":if(!ce)return;(G=c?.current)===null||G===void 0||G.play(),v(!1);break;case"pause":if(ce)return;(ee=c?.current)===null||ee===void 0||ee.pause(),v(!0);break;default:ce?(ne=c?.current)===null||ne===void 0||ne.play():(ue=c?.current)===null||ue===void 0||ue.pause(),v(!ce);break}},[k,c?.current]),$=o.useCallback(()=>{var Q,q,G,ee,ne,ue,ce,Te,ke,Oe,Pe,re,ve;if(!c?.current||l!==e)return;const J=n[e],fe=((q=(Q=c?.current)===null||Q===void 0?void 0:Q.duration)!==null&&q!==void 0?q:0).toFixed(2),Le=((ee=(G=c?.current)===null||G===void 0?void 0:G.currentTime)!==null&&ee!==void 0?ee:0).toFixed(2);if(!((ne=c?.current)===null||ne===void 0)&&ne.duration){const Se=(((ue=c?.current)===null||ue===void 0?void 0:ue.currentTime)-w.current).toFixed(2);u?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Te=(ce=J?.video)===null||ce===void 0?void 0:ce.itemId)!==null&&Te!==void 0?Te:"",contentName:(Oe=(ke=J?.video)===null||ke===void 0?void 0:ke.title)!==null&&Oe!==void 0?Oe:"",endTime:Le,videoDuration:fe,playDuration:Se,contentTags:JSON.stringify((re=(Pe=J?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&re!==void 0?re:[]),position:e+"",contentFormat:"video",traceInfo:(ve=J?.video)===null||ve===void 0?void 0:ve.traceInfo}})}},[n,e,u,c?.current,l]),se=o.useCallback(()=>{x(!0)},[]);o.useEffect(()=>{var Q,q,G,ee,ne,ue,ce,Te,ke,Oe;if(!A)return;const Pe=t?.video.url;if(!Pe)return;const re=document.querySelector(`#${E}`);if(!re||(c.current=Ei?.(re),!c?.current))return;const ve=window?.Hls;let J=null;return Pe.includes(".m3u8")&&ve&&ve.isSupported()?(J=new ve,J.loadSource(Pe),J.attachMedia(c?.current),J.on(ve.Events.MANIFEST_PARSED,function(){var fe;(fe=c?.current)===null||fe===void 0||fe.play()})):c.current.src=Pe,(Q=c?.current)===null||Q===void 0||Q.setAttribute("x5-playsinline","true"),(q=c?.current)===null||q===void 0||q.setAttribute("webkit-playsinline","true"),(G=c?.current)===null||G===void 0||G.addEventListener("loadedmetadata",H),(ee=c?.current)===null||ee===void 0||ee.addEventListener("loadeddata",te),(ne=c?.current)===null||ne===void 0||ne.addEventListener("play",Z),(ue=c?.current)===null||ue===void 0||ue.addEventListener("playing",j),(ce=c?.current)===null||ce===void 0||ce.addEventListener("pause",$),(Te=c?.current)===null||Te===void 0||Te.addEventListener("ended",B),(ke=c?.current)===null||ke===void 0||ke.addEventListener("canplay",B),(Oe=c?.current)===null||Oe===void 0||Oe.addEventListener("waiting",se),()=>{var fe,Le,Se,Re,z,L,_e,qe,st;((fe=c?.current)===null||fe===void 0?void 0:fe.paused)||$(),J&&J?.destroy(),p(!1),(Le=c?.current)===null||Le===void 0||Le.removeEventListener("loadedmetadata",H),(Se=c?.current)===null||Se===void 0||Se.removeEventListener("loadeddata",te),(Re=c?.current)===null||Re===void 0||Re.removeEventListener("play",Z),(z=c?.current)===null||z===void 0||z.removeEventListener("playing",j),(L=c?.current)===null||L===void 0||L.removeEventListener("pause",$),(_e=c?.current)===null||_e===void 0||_e.removeEventListener("ended",B),(qe=c?.current)===null||qe===void 0||qe.removeEventListener("canplay",B),(st=c?.current)===null||st===void 0||st.removeEventListener("waiting",se)}},[A,E,t,$]),o.useEffect(()=>{var Q,q;!c?.current||!k||(A?(S?.({eventName:"ViewContent"}),(Q=c?.current)===null||Q===void 0||Q.play()):(q=c?.current)===null||q===void 0||q.pause())},[A,k,c?.current]),o.useEffect(()=>{var Q,q,G;if(!A||!c?.current)return;!((Q=c?.current)===null||Q===void 0?void 0:Q.paused)&&h?(q=c?.current)===null||q===void 0||q.pause():h||(G=c?.current)===null||G===void 0||G.play()},[h,A,c?.current]),o.useEffect(()=>{if(!A)return;const Q=()=>{V("start")(),S?.({eventName:"ViewContent"})},q=V("pause");return ct.on(tt.PAGE_DID_SHOW,Q),ct.on(tt.PAGE_DID_HIDE,q),()=>{ct.off(tt.PAGE_DID_SHOW,Q),ct.off(tt.PAGE_DID_HIDE,q)}},[V,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:Ua,alt:"placeholder image"})},[P,k]);return o.useEffect(()=>{if(!c?.current)return;const Q=()=>{var q;l===e&&(!((q=t?.video)===null||q===void 0)&&q.url)&&c?.current&&!a&&V("pause")()};return window.addEventListener("beforeunload",Q),()=>{window.removeEventListener("beforeunload",Q)}},[l,e,t,c?.current,V,a]),t?.video?o.createElement(o.Fragment,null,I?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:V(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},R)},!U&&k&&D&&o.createElement($e,{src:D,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},F)}),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%"}}),a&&o.createElement($e,{className:"clc-pb-video-pause",src:d??N,alt:"pause"}))),pe,ie):o.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:V()},o.createElement("div",{className:"n-full-screen",ref:b,id:E,style:{width:"100%",height:"100%"}}),pe,ie,a&&o.createElement($e,{className:"clc-pb-video-pause",src:d??N,alt:"pause"}))):null};var Wa=o.memo(Ga);const Ya=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:s})=>{const[l,r]=o.useState(t),d=a=>{a.stopPropagation();const v=!l;r(v),n?.(v)};return o.useEffect(()=>{r(t)},[t]),o.createElement("button",{style:s,"aria-label":"toggle button",className:"pb-toggle-button",onClick:d},o.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var An=o.memo(Ya);const Xa=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,s]=o.useState(!0);dt(),o.useEffect(()=>{setTimeout(()=>{s(!1)},i)},[]);const l=nt("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),r=o.useMemo(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return o.createElement("div",{hidden:!n,className:`pb-finger-wrap ${r}`,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]),r=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]),d=o.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),a=o.useMemo(()=>n?.bgWay==="1",[n]),v=o.useMemo(()=>a&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,a]);return o.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!l||!a)&&o.createElement($e,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},d),onLoad:s}),l&&o.createElement($e,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:r,left:0,right:0},onLoad:s}))},qa=({imgUrls:t,width:e,height:i,rec:n,index:s,onReportViewImageEnd:l,onViewImageStartEvent:r,imgUrlsPostConfig:d})=>{var a,v;const u=o.useRef(),{isActive:f}=mn(),{sxpParameter:m,openHashtag:h}=Ce(),[S,w]=o.useState(!1);o.useEffect(()=>{S&&f?(u?.current&&u.current.swiper.autoplay.start(),h?l(n):r(s)):u?.current&&u.current.swiper.autoplay.stop()},[n,f,l,h,s,r,S]);const k=o.useCallback(()=>{S||w(!0)},[S]);return o.createElement(Et,{ref:u,defaultValue:0,direction:"horizontal",modules:[Ht,Ut],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:ye.css(Object.assign({},d?.marginBottom&&{".swiper-pagination":{bottom:(a=d?.marginBottom)!==null&&a!==void 0?a:0}})),height:i,loop:!0,autoplay:{delay:((v=d?.delay)!==null&&v!==void 0?v:3)*1e3}},t?.map((p,T)=>o.createElement(vt,{key:T},o.createElement(Cn,{src:!S&&T>0?"":p,height:i,imgUrlsPostConfig:d,onShowFirstImage:k}))))};var Ja=o.memo(qa);const Ka=({tags:t,itemId:e,itemType:i,index:n,rec:s,hashTagStyle:l})=>{var r;const[d,a]=o.useState(!1),{setWaterFallData:v,setOpenHashtag:u,setCacheActiveIndex:f,waterFallData:m,setIsFromHashtag:h}=Ce(),S=w=>{m?h?.(!0):f?.(n),v?.(i?{hashTag:w,itemId:e,itemType:i,rec:s}:{hashTag:w,rec:s}),u?.(!0)};return o.useMemo(()=>t.length<=6?null:o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>a(!d)},d?"show less":"show more"),[d,t]),o.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(r=l?.marginTop)!==null&&r!==void 0?r:16}px`}},o.createElement(Mt,null,t?.map((w,k)=>o.createElement(vt,{key:k,hidden:d?!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(Ka),Za="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}=Xn(),n=l=>{let r=l;const d=l.match(/{{.*?}}/g);return d?.length&&d.forEach(a=>{a.replace(/{{\s*([\w.]+)\s*}}/g,(v,u)=>{if(u){const f=He.get(i,u);return r=r.replace(a,f),f}})}),r},s=o.useMemo(()=>{var l,r,d;const{bindDatas:a}=e,v=Ue(e,["bindDatas"]);if((l=a?.forEach)===null||l===void 0||l.call(a,u=>{if(u?.propKey&&u?.dataPath){const{propKey:f,dataPath:m}=u;m.replace(/{{\s*([\w.]+)\s*}}/g,(h,S)=>{var w,k;if(S){const p=(k=(w=He.get(i,S))!==null&&w!==void 0?w:e[f])!==null&&k!==void 0?k:"";return v[f]=p,p}})}}),v){v.eventMap={};const u=He.cloneDeep(v.event)||{};for(const f in u)if(Object.prototype.hasOwnProperty.call(u,f))try{u[f].value=n(u[f].value),v.eventMap[f]=new Function(u[f].value)}catch{}}return!((d=(r=v?.event)===null||r===void 0?void 0:r.onClick)===null||d===void 0)&&d.linkType&&(v.style.cursor="pointer"),v},[i,e]);return o.createElement(t,Object.assign({},s,s.eventMap))})}const Qa=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:s,isActive:l})=>{var r,d,a,v,u;const{schema:f}=dt();if(!t?.video)return null;let m=null;!((d=(r=t?.video)===null||r===void 0?void 0:r.bindProducts)===null||d===void 0)&&d.length?m="\u591A\u5546\u54C1CTA":!((a=t?.video)===null||a===void 0)&&a.bindProduct?m="\u5546\u54C1CTA":m=(u=(v=t?.video)===null||v===void 0?void 0:v.bindCta)===null||u===void 0?void 0:u.itemId;const h=i?.[m],S=o.useMemo(()=>{var w,k,p,T,y,A,_,g,M,P,x,c,E,b,I,O,D,F,U,R,B,N,j,Z,te,H,V,$,se,pe,ie,Q,q;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)||((c=h?.item)===null||c===void 0?void 0:c.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"&&!(!((U=(F=t?.video)===null||F===void 0?void 0:F.bindProducts)===null||U===void 0)&&U.length)||((R=h?.item)===null||R===void 0?void 0:R.type)==="MultiCommodityDiroNew"&&!(!((N=(B=t?.video)===null||B===void 0?void 0:B.bindProducts)===null||N===void 0)&&N.length))return null;if(h&&n){const G=n[(j=h?.item)===null||j===void 0?void 0:j.type],ee=Xt(G),ne=(Z=G?.extend)===null||Z===void 0?void 0:Z.defaulSetting,ue=((V=(H=(te=h?.item)===null||te===void 0?void 0:te.event)===null||H===void 0?void 0:H.onClick)===null||V===void 0?void 0:V.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,(Q=h?.item)===null||Q===void 0?void 0:Q.props,{event:((q=h?.item)===null||q===void 0?void 0:q.event)||{},schema:f,id:h?.id,key:h?.id,recData:t,isExternalLink:ue,index:e,isActive:l}))}else return null}},[t,n,i,f,h?.id,l]);return o.createElement(o.Fragment,null,S)};var qt=o.memo(Qa);const kn=({nudge:t})=>{var e,i,n,s,l,r;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:(r=t?.borderRadius)!==null&&r!==void 0?r: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)}})))},$a=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:s,setCacheRtcList:l,setCacheActiveIndex:r,setLoading:d,swiperRef:a,waterFallData:v,bffEventReport:u,selectTag:f,setSelectTag:m}=Ce(),{backMainFeed:h}=Ye(),S=o.useMemo(()=>[Bt,...t],[t]),w=k=>()=>{if(k===f)return;k!=="FOR U"?u?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${k}']`}}):h("theme",k,f);let p;k!==Bt&&(p=k),d?.(!0),n?.({themeTag:p}).then(T=>{var y,A,_,g;ct.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),r?.(0),(g=(_=a?.current)===null||_===void 0?void 0:_.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{d?.(!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($a);const Pn=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:s,resolver:l,data:r=[],ctaType:d,tipText:a,nudge:v,_schema:u,hashTagStyle:f,tagList:m=[],licenseUrl:h})=>{var S,w,k,p,T,y,A,_,g;const M=nt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),P=nt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:x}=dt(),[c,E]=o.useState(0),b=o.useRef(0),[I,O]=o.useState(!0),D=o.useRef(),[F,U]=o.useState(!1),[R,B]=o.useState(!1),[N,j]=o.useState(new Date().getTime()),Z=o.useRef(!1),{loadVideos:te,bffEventReport:H,loading:V,setPopupDetailData:$,ctaEvent:se,swiperRef:pe,waterFallData:ie,setOpenHashtag:Q,appDomain:q,openHashtag:G,loadingImage:ee,isFromHashtag:ne,popupDetailData:ue,bffFbReport:ce,curTime:Te,h5EnterLink:ke,isShowConsent:Oe,selectTag:Pe,isPreview:re}=Ce(),{backMainFeed:ve}=Ye(),{productView:J}=Ye(),fe=o.useMemo(()=>r.length>0&&!V&&(Kn()||t?.enableSwiperTip),[r,V,t?.enableSwiperTip]);o.useEffect(()=>{Li()},[]),o.useEffect(()=>{if(r?.length>0){const C=new Date;D.current=C,ce?.({eventName:"PageView"})}},[r?.length]);const Le=o.useCallback(()=>{if(Li(),ke?.(),r.length>0){const C=new Date;D.current=C,ce?.({eventName:"PageView"})}},[r.length,ce,ke]);o.useEffect(()=>{var C;const X=r?.findIndex(K=>{var le,me,we,de,ge,Me,Be,Fe,je;const Ve=d?.[0];return Ve==="\u591A\u5546\u54C1CTA"?((le=K?.video)===null||le===void 0?void 0:le.bindProducts)&&((we=(me=K?.video)===null||me===void 0?void 0:me.bindProducts)===null||we===void 0?void 0:we.length)>0:Ve==="\u5546\u54C1CTA"?(de=K?.video)===null||de===void 0?void 0:de.bindProduct:((Me=(ge=K?.video)===null||ge===void 0?void 0:ge.bindCta)===null||Me===void 0?void 0:Me.itemId)===Ve&&(((Be=K?.video)===null||Be===void 0?void 0:Be.url)||((je=(Fe=K?.video)===null||Fe===void 0?void 0:Fe.imgUrls)===null||je===void 0?void 0:je.length))})||0;(C=pe?.current)===null||C===void 0||C.swiper.slideTo(X)},[d,pe]),o.useEffect(()=>{const C=r?.[c],X=()=>{var K,le,me,we,de,ge,Me,Be,Fe,je,Ve,Ge,We,Ie,Ne,et,ze,at,rt,gt;const bt=!G&&!Oe;if(document.visibilityState==="hidden"){bt&&(ct.emit(tt.PAGE_DID_HIDE,C),W(C),xe(C));let De="";ue&&(!((le=(K=C?.video)===null||K===void 0?void 0:K.bindProducts)===null||le===void 0)&&le.length||!((me=C?.video)===null||me===void 0)&&me.bindProduct)?De="pdpPage":ue&&((Me=s?.[(ge=(de=(we=C?.video)===null||we===void 0?void 0:we.bindCta)===null||de===void 0?void 0:de.itemId)!==null&&ge!==void 0?ge:""].item)===null||Me===void 0?void 0:Me.type)==="Appoint"?De="formPage":ne?De="hashTagPage":!((Be=C?.video)===null||Be===void 0)&&Be.url?De="videoPage":!((Fe=C?.video)===null||Fe===void 0)&&Fe.imgUrls&&(!((Ve=(je=C?.video)===null||je===void 0?void 0:je.imgUrls)===null||Ve===void 0)&&Ve.length)?De="imagePage":C?.product&&(De="productPage"),H?.({eventInfo:{sessionDuration:Math.floor((new Date-Te.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Ge=C?.video)===null||Ge===void 0?void 0:Ge.itemId,productId:(We=C?.product)===null||We===void 0?void 0:We.itemId,position:c+"",fromKName:De,fromKPage:location?.href,ctatId:(et=(Ne=(Ie=C?.video)===null||Ie===void 0?void 0:Ie.bindCta)===null||Ne===void 0?void 0:Ne.itemId)!==null&&et!==void 0?et:"",traceInfo:(gt=(at=(ze=C?.video)===null||ze===void 0?void 0:ze.traceInfo)!==null&&at!==void 0?at:(rt=C?.product)===null||rt===void 0?void 0:rt.traceInfo)!==null&>!==void 0?gt:""}})}else document.visibilityState==="visible"&&(Z.current===!0&&(j(new Date().getTime()),Z.current=!1),Le(),bt&&(ae(c),ct.emit(tt.PAGE_DID_SHOW,C),ve("external",Pe)))};return document.addEventListener("visibilitychange",X),()=>{document.removeEventListener("visibilitychange",X)}},[c,H,r,Le,ue,ne,s,Te,ve,G,Oe,Pe]);const Se=o.useMemo(()=>{let C=0;return m.length>0&&(C+=45,ie&&(C-=45)),C},[m,ie]),Re=o.useMemo(()=>{let C=0;return t?.logoUrl&&t?.isShowLogo&&(C+=56),C},[]),z=o.useMemo(()=>i-Re-Se,[t,i,Se]),L=o.useMemo(()=>{var C,X;if(t?.logoUrl&&t?.isShowLogo){const K=(X=(C=t?.logoBar)===null||C===void 0?void 0:C.onClick)===null||X===void 0?void 0:X.value;return o.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},K&&{onClick:()=>new Function(K)()}),o.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t]),_e=o.useCallback((C,X)=>{var K,le,me,we;return!((K=C?.video)===null||K===void 0)&&K.url?o.createElement(Wa,{key:N,rec:C,index:X,muted:I,data:r,height:z,activeIndex:c,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((le=C?.video)===null||le===void 0)&&le.imgUrls?o.createElement(Ja,{key:C?.video.itemId,imgUrls:C?.video.imgUrls,width:n,height:z,rec:C,index:X,onReportViewImageEnd:W,onViewImageStartEvent:ae,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((de,ge)=>{var Me,Be,Fe,je,Ve,Ge,We,Ie;const Ne=l[(Me=de?.item)===null||Me===void 0?void 0:Me.type],et=Xt(Ne),ze=(Be=Ne?.extend)===null||Be===void 0?void 0:Be.defaulSetting;return o.createElement(et,Object.assign({key:`${X}${ge}`,textStyle:Object.assign(Object.assign({},ze?.textStyle),(Fe=de?.item)===null||Fe===void 0?void 0:Fe.textStyle),bindDatas:(Ve=(je=de?.item)===null||je===void 0?void 0:je.bindDatas)!==null&&Ve!==void 0?Ve:[]},ze?.props,(Ge=de?.item)===null||Ge===void 0?void 0:Ge.props,{event:((We=de?.item)===null||We===void 0?void 0:We.event)||{},schema:x,id:de?.id,viewTime:D.current,rec:C,isPost:!0,tipText:a,style:Object.assign(Object.assign(Object.assign({},ze?.style),(Ie=de?.item)===null||Ie===void 0?void 0:Ie.style),{height:"100%",overflow:"auto"}),index:X}))}):null},[n,r,z,I,c,t?.productPost,t?.videoPlayIcon,D,a,l,x,N]),qe=o.useCallback(C=>{B(C)},[]),st=o.useMemo(()=>R?{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"},[R]),pt=o.useCallback((C,X)=>{var K,le,me,we,de,ge,Me,Be;return C?.video?o.createElement(o.Fragment,null,((K=C?.video)===null||K===void 0?void 0:K.title)&&!R&&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(qt,{rec:C,index:X,tempMap:s,resolver:l})):null,o.createElement("div",null,o.createElement(Yt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:a?.foldText,unfoldText:a?.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:qe}),o.createElement(qt,{rec:C,index:X,tempMap:s,resolver:l,includesCtaType:["AniLink"]}),o.createElement(In,{index:c,tags:(ge=(de=C?.video)===null||de===void 0?void 0:de.hashTags)!==null&&ge!==void 0?ge:[],itemId:(Me=C?.video)===null||Me===void 0?void 0:Me.itemId,itemType:!((Be=C?.video)===null||Be===void 0)&&Be.itemId?"VIDEO":null,rec:C,hashTagStyle:f}))),o.createElement(qt,{rec:C,index:X,tempMap:s,resolver:l,includesCtaType:["AniLinkPopup"],isActive:X===c})):null},[e,c,s,l,a,v,f,t,qe,R,st]),Qe=o.useCallback((C,X,K)=>{var le,me,we,de;if(!t?.isShowLike||!K)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,[(de=t.likeIconYPosit)!==null&&de!==void 0?de:"bottom"]:ge},position:X}):null},[t,ie]),W=C=>{var X,K,le,me,we,de;if(!(!((X=C?.video)===null||X===void 0)&&X.url)&&(!((K=C?.video)===null||K===void 0)&&K.imgUrls)){const ge=Date.now(),Me=(ge-b.current)/1e3;H?.({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((de=C?.video.tags)!==null&&de!==void 0?de:[]),position:c+"",contentFormat:"image",traceInfo:C?.video.traceInfo}})}},Y=(C,X)=>{var K,le,me,we,de,ge,Me,Be,Fe,je,Ve,Ge,We,Ie,Ne,et,ze,at,rt;if(re||ie)return;const gt=new Date-Te.current;if(t?.openSlideSkip&>>=((K=t?.slideSkipStartTime)!==null&&K!==void 0?K:0)&&Zn()&&C){const bt=((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=(de=C?.video)===null||de===void 0?void 0:de.bindProduct)===null||ge===void 0?void 0:ge.link)||((Me=C?.product)===null||Me===void 0?void 0:Me.link),De=C?.product||((Be=C?.video)===null||Be===void 0?void 0:Be.bindProduct)||((je=(Fe=C?.video)===null||Fe===void 0?void 0:Fe.bindProducts)===null||je===void 0?void 0:je[0]);bt&&(H?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Ve=De?.itemId)!==null&&Ve!==void 0?Ve:"",productName:(Ge=De?.title)!==null&&Ge!==void 0?Ge:"",price:De?.price?De?.price+"":"0",productCollection:(We=De?.collection)!==null&&We!==void 0?We:"",contentTags:De?.tags?JSON.stringify(De?.tags):"",position:X+"",contentId:(Ne=(Ie=C?.video)===null||Ie===void 0?void 0:Ie.itemId)!==null&&Ne!==void 0?Ne:"",traceInfo:(rt=(ze=(et=C?.video)===null||et===void 0?void 0:et.traceInfo)!==null&&ze!==void 0?ze:(at=C?.product)===null||at===void 0?void 0:at.traceInfo)!==null&&rt!==void 0?rt:""}}),Qn(),Z.current=!0,window.location.href=window.getJointUtmLink(bt))}},be=C=>{var X,K,le,me,we,de,ge,Me,Be,Fe,je,Ve,Ge,We;D.current=new Date;const Ie=r[C.previousIndex];if(!Ie)return;C.previousIndex-C.activeIndex<0?(H?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(K=(X=Ie?.video)===null||X===void 0?void 0:X.itemId)!==null&&K!==void 0?K:"",productId:(me=(le=Ie?.product)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",requestId:null,traceInfo:(de=(we=Ie?.video)===null||we===void 0?void 0:we.traceInfo)!==null&&de!==void 0?de:""}}),W(Ie),Y(Ie,C.previousIndex)):(H?.({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:(Fe=(Be=Ie.product)===null||Be===void 0?void 0:Be.itemId)!==null&&Fe!==void 0?Fe:"",requestId:null,traceInfo:(Ve=(je=Ie?.video)===null||je===void 0?void 0:je.traceInfo)!==null&&Ve!==void 0?Ve:""}}),W(Ie)),xe(Ie);const Ne=r[C.activeIndex];!(!((Ge=Ne?.video)===null||Ge===void 0)&&Ge.url)&&!(!((We=Ne?.video)===null||We===void 0)&&We.imgUrls)&&Ne?.product&&ce?.({eventName:"ProductView"})},xe=C=>{var X,K,le;!(!((X=C?.video)===null||X===void 0)&&X.url)&&!(!((K=C?.video)===null||K===void 0)&&K.imgUrls)&&C?.product&&J(C,C.product,(le=C?.product)===null||le===void 0?void 0:le.bindCta,D.current,c)};o.useEffect(()=>{const C=r[c];G&&xe(C)},[G,r,c]);const ae=C=>{var X,K,le,me,we,de;const ge=r[C];if(!(!((X=ge?.video)===null||X===void 0)&&X.url)&&(!((K=ge?.video)===null||K===void 0)&&K.imgUrls)){const Me=Date.now();b.current=Me,H?.({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((de=ge?.video.tags)!==null&&de!==void 0?de:[]),position:C+"",contentFormat:"image",traceInfo:ge?.video.traceInfo}}),ce?.({eventName:"ViewContent"})}},Ee=o.useMemo(()=>{var C;const X=c===0&&!ie?[(C=r?.[0])!==null&&C!==void 0?C:null]:r?.map((K,le)=>c===le||le-1===c||le+1===c?K:null);return ie?X:X.concat([{loading:!0}])},[r,c,ie]),Ae=o.useCallback(C=>{var X,K,le,me,we,de;if(C)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&o.createElement(An,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((K=(X=Ee?.[c])===null||X===void 0?void 0:X.video)===null||K===void 0)&&K.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"]:(de=t?.muteIconY)!==null&&de!==void 0?de:23},defaultValue:I,activeIcon:t?.unMuteIcon?t?.unMuteIcon:M,unactiveIcon:t?.muteIcon?t?.muteIcon:P,onChange:O})},[t,Ee,c,I]),oe=o.useMemo(()=>V?o.createElement("div",{style:{height:z,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:ee,alt:"loading...",style:{objectFit:"contain"}})):Ee?.map((C,X)=>o.createElement(vt,{key:X,virtualIndex:X,style:{overflow:"hidden"}},C&&o.createElement(o.Fragment,null,C?.loading?o.createElement("div",{style:{height:z,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,X),pt(C,X),Qe(C,X,!t?.likeIconFixed),Ae(!t?.muteIconFixed))))),[n,r,z,V,pt,_e,Ee,ee,N,Ae]);return o.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},ie&&o.createElement(yn,{icon:Za,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:()=>{Q?.(!0)}}),L,o.createElement(_n,{tagList:m,setActiveIndex:E,style:{top:Re}}),fe?o.createElement(Xa,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((y=t?.swipeTipOffset)!==null&&y!==void 0?y:0)}%`},duration:t?.swiperTipAniDur}):null,o.createElement(Et,{style:{marginTop:Se},ref:pe,onSlideChange:()=>{pe.current.swiper.allowTouchMove=!1,setTimeout(()=>{pe.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:C=>{E(C.activeIndex),!G&&(be(C),!ie&&C?.activeIndex+2>=r?.length&&(F||(U(!0),te?.(Math.ceil(c/10)+1).then(()=>{U(!1)}))))},direction:"vertical",height:z},Qe(Ee[c],c,!!t?.likeIconFixed),Ae(!!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)))},er=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:s,index:l})=>o.createElement(Et,{defaultValue:0,direction:"horizontal",modules:[Ht,Ut],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(r=>o.createElement(vt,{key:r},o.createElement(Cn,{src:r,height:i,imgUrlsPostConfig:n}))));var tr=o.memo(er);const ir=({rec:t,index:e,height:i,data:n,muted:s,activeIndex:l,videoPostConfig:r,width:d})=>{const[a,v]=o.useState(!1),u=o.useRef(null),{bffEventReport:f,sxpParameter:m,waterFallData:h,openHashtag:S}=Ce(),w=o.useRef(0),[k,p]=o.useState(!1),[T,y]=o.useState(!0),A=o.useRef(null),[_,g]=o.useState("");o.useEffect(()=>{u.current&&(u.current.muted=s)},[s]);const M=o.useCallback(()=>{var B;(B=u.current)===null||B===void 0||B.play()},[]),P=nt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),x=o.useCallback(()=>{var B,N,j,Z,te,H,V,$,se,pe,ie,Q,q;v(!1);const G=n[e];if(G&&(!((B=u?.current)===null||B===void 0)&&B.duration)){w.current=((N=u?.current)===null||N===void 0?void 0:N.currentTime)||0;const ee=((Z=(j=u.current)===null||j===void 0?void 0:j.duration)!==null&&Z!==void 0?Z:0).toFixed(2),ne=((H=(te=u.current)===null||te===void 0?void 0:te.currentTime)!==null&&H!==void 0?H:0).toFixed(2),ue=T?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:($=(V=G?.video)===null||V===void 0?void 0:V.itemId)!==null&&$!==void 0?$:"",contentName:(pe=(se=G?.video)===null||se===void 0?void 0:se.title)!==null&&pe!==void 0?pe:"",playType:ue,startTime:ne,videoDuration:ee,contentTags:JSON.stringify((Q=(ie=G?.video)===null||ie===void 0?void 0:ie.tags)!==null&&Q!==void 0?Q:[]),position:e+"",contentFormat:"video",traceInfo:(q=G?.video)===null||q===void 0?void 0:q.traceInfo}}),y(!1)}},[f,n,e,T]),c=o.useCallback(()=>{p(!0)},[]),E=o.useCallback(B=>()=>{var N,j,Z,te,H;if(!k)return;const V=(N=u.current)===null||N===void 0?void 0:N.paused;switch(B){case"start":if(!V)return;(j=u.current)===null||j===void 0||j.play(),v(!1);break;case"pause":if(V)return;(Z=u.current)===null||Z===void 0||Z.pause(),v(!0);break;default:V?(te=u.current)===null||te===void 0||te.play():(H=u.current)===null||H===void 0||H.pause(),v(!V);break}},[k]),b=o.useCallback(()=>{var B,N,j,Z,te,H,V,$,se,pe,ie,Q,q;const G=n[e],ee=((N=(B=u.current)===null||B===void 0?void 0:B.duration)!==null&&N!==void 0?N:0).toFixed(2),ne=((Z=(j=u.current)===null||j===void 0?void 0:j.currentTime)!==null&&Z!==void 0?Z:0).toFixed(2);if(!((te=u?.current)===null||te===void 0)&&te.duration){const ue=(((H=u?.current)===null||H===void 0?void 0:H.currentTime)-w.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:($=(V=G?.video)===null||V===void 0?void 0:V.itemId)!==null&&$!==void 0?$:"",contentName:(pe=(se=G?.video)===null||se===void 0?void 0:se.title)!==null&&pe!==void 0?pe:"",endTime:ne,videoDuration:ee,playDuration:ue,contentTags:JSON.stringify((Q=(ie=G?.video)===null||ie===void 0?void 0:ie.tags)!==null&&Q!==void 0?Q:[]),position:e+"",contentFormat:"video",traceInfo:(q=G?.video)===null||q===void 0?void 0:q.traceInfo}})}},[n,e,f]),I=o.useMemo(()=>r?.mode==="2",[r]),O=o.useMemo(()=>{var B;return r?.mode==="2"?`translateY(-${50+((B=r?.offsetTop)!==null&&B!==void 0?B:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),D=o.useMemo(()=>{var B;return((B=t?.video)===null||B===void 0?void 0:B.cover)||_},[_,t]),F=o.useCallback(()=>{if(!A||!u||!u.current||!A.current)return;const B=u?.current,N=A?.current,j=N.getContext("2d"),Z=window?.innerWidth,te=window?.innerHeight;N.height=te,N.width=Z,j?.drawImage(B,0,0,N.width,N.height),g(N.toDataURL())},[]);o.useEffect(()=>{var B,N,j,Z;if(u.current){if(v(!1),!u.current.src){const te=t?.video.url;if(te.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const H=new window.Hls;H.loadSource(te),H.attachMedia(u.current)}else u.current.canPlayType("application/vnd.apple.mpegurl"),u.current.src=te;else u.current.src=te;u.current.setAttribute("x5-playsinline","true"),u.current.setAttribute("webkit-playsinline","true")}return(B=u.current)===null||B===void 0||B.addEventListener("loadedmetadata",c),(N=u.current)===null||N===void 0||N.addEventListener("canplay",c),(j=u.current)===null||j===void 0||j.addEventListener("playing",x),(Z=u.current)===null||Z===void 0||Z.addEventListener("loadeddata",F),()=>{var te,H,V,$;(te=u.current)===null||te===void 0||te.removeEventListener("loadedmetadata",c),(H=u.current)===null||H===void 0||H.removeEventListener("canplay",c),(V=u.current)===null||V===void 0||V.removeEventListener("playing",x),($=u.current)===null||$===void 0||$.removeEventListener("loadeddata",F)}}},[c,x,t?.video,F]);const U=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 B=()=>{var N,j;l===e&&(!((N=t?.video)===null||N===void 0)&&N.url)&&(!((j=u?.current)===null||j===void 0)&&j.src)&&!a&&E("pause")()};return window.addEventListener("beforeunload",B),()=>{window.removeEventListener("beforeunload",B)}},[l,e,t,u,E,a]);const R=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:d,height:i,overflow:"hidden"}},o.createElement($e,{src:D,style:Object.assign({height:i,width:d,objectFit:"cover"},R)}),o.createElement("canvas",{ref:A,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:d,height:i,top:"50%",transform:O,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:d,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:M,style:{width:"100%",height:i,objectFit:"contain"}}),o.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))),U):o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:E(),style:{position:"relative",width:d,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:M}),U,o.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))):null};var nr=o.memo(ir);const Ai={};Object.values(Ti).forEach(t=>{Ai[t.extend.type]=t});const or="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",lr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",sr=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:s,descStyle:l,hashTagStyle:r,containerHeight:d=664,containerWidth:a=375,appDomain:v,tagList:u=[]})=>{const f=o.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),u.length>0&&(g+=45),d-g},[e,d,u]),m=(g,M)=>{var P,x,c,E;if(!((P=g?.video)===null||P===void 0)&&P.url)return o.createElement(nr,{rec:g,index:M,muted:!0,width:a,data:t??[],height:f,activeIndex:M,videoPostConfig:e?.videoPost});if(!((x=g?.video)===null||x===void 0)&&x.imgUrls)return o.createElement(tr,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:a,height:f,rec:g,index:M,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(E=e?.productPost)===null||E===void 0?void 0:E.map((b,I)=>{var O,D,F,U,R,B,N,j;const Z=Ai[(O=b?.item)===null||O===void 0?void 0:O.type],te=Xt(Z),H=(D=Z?.extend)===null||D===void 0?void 0:D.defaulSetting;return o.createElement(te,Object.assign({key:`${M}${I}`,textStyle:Object.assign(Object.assign({},H?.textStyle),(F=b?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(R=(U=b?.item)===null||U===void 0?void 0:U.bindDatas)!==null&&R!==void 0?R:[]},H?.props,(B=b?.item)===null||B===void 0?void 0:B.props,{event:((N=b?.item)===null||N===void 0?void 0:N.event)||{},id:b?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},H?.style),(j=b?.item)===null||j===void 0?void 0:j.style),{width:a,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(qt,{rec:g,index:M,tempMap:s,resolver:Ai})):null,w=(g,M)=>{var P,x,c,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(Yt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(x=g?.video)===null||x===void 0?void 0:x.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(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:r}))):null},k=nt(lr,v),p=nt(or,v),T=(g,M)=>{var P,x,c,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:(c=e?.unlikeIcon)!==null&&c!==void 0?c: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=nt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),A=nt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),_=(g,M)=>{var P,x,c,E;return o.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},h,o.createElement(_n,{tagList:u}),o.createElement(An,{style:{position:"absolute",right:(P=e?.muteIconX)!==null&&P!==void 0?P:0,visibility:!((c=(x=t?.[M])===null||x===void 0?void 0:x.video)===null||c===void 0)&&c.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:d,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 ar=o.memo(sr);const rr=()=>{const{schema:t,resolver:e,popup:i}=dt(),{setPopupDetailData:n,popupDetailData:s,popupCurTimeRef:l,checkCommodityIndexRef:r}=Ce(),{productView:d}=Ye(),[a,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 u=()=>{var m,h,S,w,k,p,T,y,A,_,g,M,P,x,c,E,b,I;if(!i||i?.id===""||!a||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 F=(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],U=(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=(c=(x=D?.video)===null||x===void 0?void 0:x.bindProducts)===null||c===void 0?void 0:c[0])===null||E===void 0?void 0:E.bindCta;if(r?.current>=0){const R=(I=(b=D?.video)===null||b===void 0?void 0:b.bindProducts)===null||I===void 0?void 0:I[r?.current];R&&(F=R,U=R?.bindCta)}F&&U&&d(D,F,U,l.current,s?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),r.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,c,E,b,I,O;if(w?.id===i?.id){const D=e[(p=w?.item)===null||p===void 0?void 0:p.type],F=Xt(D),U=((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",R=((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",B=(P=D?.extend)===null||P===void 0?void 0:P.defaulSetting;return o.createElement(F,Object.assign({key:k,style:Object.assign(Object.assign(Object.assign({},B?.style),(x=w?.item)===null||x===void 0?void 0:x.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},B?.textStyle),(c=w?.item)===null||c===void 0?void 0:c.textStyle),bindDatas:(b=(E=w?.item)===null||E===void 0?void 0:E.bindDatas)!==null&&b!==void 0?b:[]},B?.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:U,isPopup:R,onClose:u}))}else return o.createElement(o.Fragment,null)})},[t,i,e,u]);return o.createElement(kt,{popup:a,onClose:u,padding:0,modalStyle:{position:"fixed"}},f)},Ci={};Object.values(Ti).forEach(t=>{Ci[t.extend.type]=t});const dr=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:s,appDomain:l,licenseUrl:r,enabledMetaConversionApi:d})=>{var a,v,u,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(Yi,{resolver:Ci,enableDataSource:!1,schema:t?.data,utmVal:y},o.createElement(Hi,{utmVal:y,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(v=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&v!==void 0?v: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:d,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:Ci,licenseUrl:r})),o.createElement(rr,null))}}))};var cr=o.memo(dr);const Dn=o.createContext({}),ur=({children:t,data:e})=>{var i,n,s,l,r,d,a,v,u,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:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.hash_tag_size,loadingImage:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.loading_image,privacyContent:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.privacy_context,privacyNecessity:(v=e?.sxp_parameter)===null||v===void 0?void 0:v.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:(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 vr(){return o.useContext(Dn)}exports.DiyPortalPreview=ar,exports.EditorDataProvider=ur,exports.Modal=kt,exports.SxpDataSourceProvider=Hi,exports.SxpPageCore=cr,exports.SxpPageRender=Pn,exports.core=oo,exports.default=Yn,exports.materials=Ti,exports.useEditorDataProvider=vr;
|
5
|
+
18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:j?.info})))},me=()=>{var A,Z;return n.createElement(n.Fragment,null,(L||R?.link)&&n.createElement("button",{"aria-label":(A=He?.enTitle)!==null&&A!==void 0?A:"Purchase on Website",onClick:xt,className:"pb-commondity-btn",style:ue},n.createElement("span",{dangerouslySetInnerHTML:{__html:he((Z=He?.enTitle)!==null&&Z!==void 0?Z:"Purchase on Website",ue)}})))},Ee=n.useCallback(A=>A?.lineClamp?Object.assign(Object.assign({},A),{overflow:"hidden",WebkitLineClamp:A?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):A,[]),Pe=n.useCallback(A=>{Se.current=new Date,Re(A),De.current=A,ze?.current&&(ze.current.swiper.slideTo(0),ze.current.swiper.autoplay.start())},[]),Fe=n.useCallback(()=>{var A,Z,Q;if(!z)return n.createElement(bo,{products:(A=q?.video)===null||A===void 0?void 0:A.bindProducts,data:te,defImg:(Q=(Z=ve?.bottom_image)!==null&&Z!==void 0?Z:N)!==null&&Q!==void 0?Q:"",style:{padding:"0 19px"},onCLick:Pe,popupDetailData:we,check:je})},[je]),Ue=n.useMemo(()=>{const A={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return A?.[G?.dotsAlign]},[G?.dotsAlign]),ce=((P=(E=q?.video)===null||E===void 0?void 0:E.bindProduct)===null||P===void 0?void 0:P.remark)||((D=(M=(g=q?.video)===null||g===void 0?void 0:g.bindProducts)===null||M===void 0?void 0:M[0])===null||D===void 0?void 0:D.remark)||((S=q?.product)===null||S===void 0?void 0:S.remark);return n.createElement(n.Fragment,null,n.createElement("div",Object.assign({className:ye.css(Object.assign({},O))},ne),n.createElement("div",{style:{position:"relative"}},R&&((u=R?.homePage)===null||u===void 0?void 0:u.length)>0&&n.createElement(Ct,{height:ge,modules:[Ut,Wt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ue},loop:!0,autoplay:{delay:G?.delay*1e3},ref:ze},n.createElement(n.Fragment,null,(_=R?.homePage)===null||_===void 0?void 0:_.map(A=>{var Z;return n.createElement(mt,{key:A},n.createElement("div",{style:{overflow:"hidden",width:W,height:ge}},n.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${G?.translateY?G?.translateY+50:50}%`},src:(Z=A??ve?.bottom_image)!==null&&Z!==void 0?Z:N})))}))),!(!((y=R?.homePage)===null||y===void 0)&&y.length)&&n.createElement("div",{className:ye.css({height:ge,width:W})},n.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(C=ve?.bottom_image)!==null&&C!==void 0?C:N,alt:"pdp image"})),(ce||!R)&&se&&n.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>le(!0)},n.createElement("img",{src:se,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),n.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),Fe(),n.createElement("div",{className:"pb-commondity-content"},Te({isPost:z}))),me(),n.createElement(Pt,{visible:H,onClose:()=>pe(!1)},n.createElement("div",{style:{paddingBottom:"80px"}},Te({isPost:!1})),me()),n.createElement(Pt,{visible:xe,padding:0,isFullScreen:!0,onClose:()=>le(!1)},n.createElement("iframe",{src:ce,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var Ql=n.memo(Zl),$l=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ea=Ze(Ql,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:pn,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 ta=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ia=[{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}]},{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"}]}],yo="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 oa=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:o,file:a,src:l}=t;switch(i){case 2:return o||null;case 3:return l||null;default:return a&&a.length>0?(e=a[0])===null||e===void 0?void 0:e.url:null}},na=t=>{var{content:e,btnText:i,style:o,icon:a,isPopup:l,isExternalLink:s,onClose:d,onClick:r,submitButtonStyle:v,contentStyle:c}=t,h=qe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:m}=_e(),{jumpToWeb:f}=Ke(),x=typeof a=="string"?a:oa(a),w=()=>{var I,p,T;if(s){const b=m,E=(I=b?.video)===null||I===void 0?void 0:I.bindProduct,P=(T=(p=b?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0?void 0:T.bindCta,g=m?.index;f(b,E,P,g)}l||d?.(),r?.()};return n.createElement("div",Object.assign({className:`pb-prompt ${ye.css(Object.assign({},o))}`},h),n.createElement("div",{className:"pb-prompt-icon"},n.createElement("img",{width:"100%",src:x??yo,alt:"success image"})),n.createElement("div",{className:"pb-prompt-content",style:c,dangerouslySetInnerHTML:{__html:he(e,c)}}),n.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:v,onClick:w,dangerouslySetInnerHTML:{__html:he(i,v)}}))};var la=n.memo(na);const aa=Ze(la,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ia,bindableProps:[],interactionRender:ta},defaulSetting:{props:{icon:yo,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var sa=[{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"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{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"]}]},{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 ra=t=>{var e,i,o,a,l,s,d,r,v,c,h,m,f,x,w,I,p,T,b,E,P,g,M,D,S,u,_,y,C,k,O,F,V,{style:B,isDefault:L,rec:N,viewTime:Y,isPost:z,bottom_image:$,tipText:K,swiper:G,commodityStyles:j,buttonStyle:ue,index:be,commodityGroup:te,popupBg:J,iframeIcon:se,commodityImgRatio:oe}=t,ne=qe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio"]);n.useState(!0);const{sxpParameter:ve,popupCurTimeRef:we,popupDetailData:ee,isPreview:fe,bffFbReport:Se,checkCommodityIndexRef:De}=_e(),{jumpToWeb:Ce,productView:Me}=Ke();n.useState(!1),n.useState(!1),n.useState(!0);const[Le,H]=n.useState(!1),pe=n.useRef(null),[xe,le]=n.useState(!1),[je,Re]=n.useState((e=ee?.multiCheckIndex)!==null&&e!==void 0?e:0),ze=n.useRef(),q=z?N:ee;let R=z?q?.product:(o=(i=q?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(a=q?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],He=z?(s=q?.product)===null||s===void 0?void 0:s.bindCta:(v=(r=(d=q?.video)===null||d===void 0?void 0:d.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(m=(h=(c=q?.video)===null||c===void 0?void 0:c.bindProducts)===null||h===void 0?void 0:h[0])===null||m===void 0?void 0:m.bindCta;const lt=z?be:ee?.index;if(!z&&te?.open&&(!((f=q?.video)===null||f===void 0)&&f.bindProducts)&&((w=(x=q?.video)===null||x===void 0?void 0:x.bindProducts)===null||w===void 0?void 0:w.length)>0){De.current=je;const ce=(I=q?.video)===null||I===void 0?void 0:I.bindProducts[je];R=ce,He=ce?.bindCta}const xt=()=>{R?.link&&(Ce(q,R,He,lt),z||Me(q,R,He,Y||pe.current,lt),window.location.href=window.getJointUtmLink(R.link))};n.useEffect(()=>{z||Se?.({eventName:"ProductView"})},[z,Se]),n.useEffect(()=>{const ce=()=>{pe.current=new Date};return ce(),window.addEventListener("pageshow",ce),()=>{window.removeEventListener("pageshow",ce)}},[]);const U=n.useMemo(()=>{var ce,A,Z,Q,ie,ae,re;const X=((ce=j?.price)===null||ce===void 0?void 0:ce.enableFormattedPrice)===void 0||((A=j?.price)===null||A===void 0?void 0:A.enableFormattedPrice);return R?.currency&&R?.price?`${(ie=(Q=(Z=R?.currency)===null||Z===void 0?void 0:Z.split("-")[1])===null||Q===void 0?void 0:Q.toUpperCase())!==null&&ie!==void 0?ie:""}${X?(re=(ae=R?.price)===null||ae===void 0?void 0:ae.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&re!==void 0?re:"":R?.price}`:"\xA3102,300.00"},[R?.price,R?.currency,(p=j?.price)===null||p===void 0?void 0:p.enableFormattedPrice]),W=(fe?375:(T=B?.width)!==null&&T!==void 0?T:window.innerWidth)-((b=J?.horizontalMargin)!==null&&b!==void 0?b:0)*2,ge=oe?W*(oe.h/oe.w):W,Te=({isPost:ce})=>n.createElement("div",{hidden:!!R&&(!R?.info||R?.info==="")},n.createElement(Jt,{isPost:ce,onClick:()=>H(!0),className:"pb-commondityDiroNew-info",style:j?.info,foldText:K?.foldText,unfoldText:K?.unfoldText,text:R?.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`})),me=n.useCallback(ce=>ce?.lineClamp?Object.assign(Object.assign({},ce),{overflow:"hidden",WebkitLineClamp:ce?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ce,[]),Ee=n.useCallback(ce=>{we.current=new Date,Re(ce),De.current=ce,ze?.current&&(ze.current.swiper.slideTo(0),ze.current.swiper.autoplay.start())},[]),Pe=n.useCallback(()=>{var ce,A,Z;if(!z)return n.createElement(bo,{products:(ce=q?.video)===null||ce===void 0?void 0:ce.bindProducts,data:te,defImg:(Z=(A=ve?.bottom_image)!==null&&A!==void 0?A:$)!==null&&Z!==void 0?Z:"",style:{padding:"0 19px"},onCLick:Ee,popupDetailData:ee,check:je})},[je]),Fe=n.useMemo(()=>{const ce={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ce?.[G?.dotsAlign]},[G?.dotsAlign]),Ue=((P=(E=q?.video)===null||E===void 0?void 0:E.bindProduct)===null||P===void 0?void 0:P.remark)||((D=(M=(g=q?.video)===null||g===void 0?void 0:g.bindProducts)===null||M===void 0?void 0:M[0])===null||D===void 0?void 0:D.remark)||((S=q?.product)===null||S===void 0?void 0:S.remark);return n.createElement("div",{className:"pb-commondityDiroNew"},n.createElement("div",Object.assign({className:ye.css(Object.assign(Object.assign({},B),{transform:"translate3d(0px, 0px, 0px)"}))},ne),n.createElement("div",{style:{position:"relative"}},R&&((u=R?.homePage)===null||u===void 0?void 0:u.length)>0&&n.createElement(Ct,{height:ge,modules:[Ut,Wt],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:Fe},loop:!0,autoplay:{delay:G?.delay*1e3},ref:ze},(_=R?.homePage)===null||_===void 0?void 0:_.map(ce=>{var A;return n.createElement(mt,{key:ce},n.createElement("div",{style:{overflow:"hidden",width:W,height:ge}},n.createElement(tt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${G?.translateY?G?.translateY+50:50}%`},src:(A=ce??ve?.bottom_image)!==null&&A!==void 0?A:$})))})),!(!((y=R?.homePage)===null||y===void 0)&&y.length)&&n.createElement("div",{className:ye.css({height:ge,width:W})},n.createElement("img",{className:ye.css({objectFit:"cover",width:"100%",height:"100%"}),src:(C=ve?.bottom_image)!==null&&C!==void 0?C:$,alt:"pdp image"})),(Ue||!R)&&se&&n.createElement("div",{style:{padding:"5px 10px",display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>le(!0)},n.createElement("img",{src:se,alt:"3d",width:"20px",height:"20px",style:{marginRight:"5px"}}),n.createElement("span",{style:{fontSize:"12px"}},"Try in 3D"))),Pe(),n.createElement("div",{className:"pb-commondityDiroNew-content"},n.createElement("div",{className:"pb-commondityDiroNew-content-top"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:me(j?.title),dangerouslySetInnerHTML:{__html:he((k=R?.title)!==null&&k!==void 0?k:"Large Dior Toujours BagLarge",j?.title)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!R&&(!R?.collection||R?.collection===""),style:me(j?.collection),dangerouslySetInnerHTML:{__html:he(R?.collection||"Black Macrocannage CalfskinLarge",j?.collection)}})),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!R&&!R?.price,style:me(j?.price),dangerouslySetInnerHTML:{__html:he(U,j?.price)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!R&&!R?.taxInfo,style:me(j?.taxInfo),dangerouslySetInnerHTML:{__html:he((O=R?.taxInfo)!==null&&O!==void 0?O:"\u7A0E\u8D39",j?.taxInfo)}}))),(!R||R?.link)&&n.createElement("button",{"aria-label":(F=He?.enTitle)!==null&&F!==void 0?F:"Shop now",onClick:xt,className:"pb-commondityDiroNew-btn",style:ue},n.createElement("span",{dangerouslySetInnerHTML:{__html:he((V=He?.enTitle)!==null&&V!==void 0?V:"Shop now",ue)}})),Te({isPost:z}))),n.createElement(Pt,{visible:Le,onClose:()=>H(!1)},Te({isPost:!1})),n.createElement(Pt,{visible:xe,padding:0,isFullScreen:!0,onClose:()=>le(!1)},n.createElement("iframe",{src:Ue,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}})))};var da=n.memo(ra),ca=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ua=Ze(da,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:sa,interactionRender:ca},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 va=[{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"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{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 wo(t){const e=n.useRef(null),[i,o]=n.useState(!1);return n.useEffect(()=>{e.current=new IntersectionObserver(([a])=>{o(a.isIntersecting)})},[]),n.useEffect(()=>{var a;return t?.current&&((a=e?.current)===null||a===void 0||a.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const pa=({src:t,rec:e,item:i,index:o,style:a,translateY:l,imgStyle:s,enableEventReport:d=!0})=>{const r=n.useRef(null),v=wo(r),{ctaEvent:c}=_e();return n.useEffect(()=>{v&&t&&r?.current&&d&&c?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,o)},[v,t,r,e,c,i,o,d]),n.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),n.createElement("div",{className:ye.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},s))},n.createElement("div",{ref:r,hidden:!t,className:ye.css({width:"100%",height:"100%"})},n.createElement(tt,{className:ye.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},a)),src:t})))};var gt=n.memo(pa);const ma=t=>{var e,i,o,{style:a,isDefault:l,rec:s,viewTime:d,isPost:r,bottom_image:v,commodityStyles:c,buttonStyle:h,translateY:m=0,commodityPicture:f,isExternalLink:x,onClick:w}=t,I=qe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:p,popupDetailData:T,setPopupDetailData:b,ctaEvent:E}=_e(),{jumpToWeb:P}=Ke(),{popup:g}=ut(),M=r?s:T,D=(i=(e=M?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],S=T?.index,u=n.useCallback(y=>{var C,k,O,F,V,B,L;const N=((C=c?.price)===null||C===void 0?void 0:C.enableFormattedPrice)===void 0||((k=c?.price)===null||k===void 0?void 0:k.enableFormattedPrice);return y?.currency&&y?.price?`${(V=(F=(O=y?.currency)===null||O===void 0?void 0:O.split("-")[1])===null||F===void 0?void 0:F.toUpperCase())!==null&&V!==void 0?V:""}${N?(L=(B=y?.price)===null||B===void 0?void 0:B.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&L!==void 0?L:"":y?.price}`:`$${N?7e3.toLocaleString():7e3}`},[(o=c?.price)===null||o===void 0?void 0:o.enableFormattedPrice]),_=Je.throttle((y,C)=>{E?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},M,y,S),b?.(Object.assign(Object.assign({},M),{video:Object.assign(Object.assign({},M?.video),{bindProduct:y}),index:S,multiCheckIndex:C})),x?y?.link&&(P(M,y,y.bindCta,S),window.location.href=window.getJointUtmLink(y.link)):w?.()},g?.duration);return n.createElement("div",{className:ye.css(Object.assign(Object.assign({},a),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},D?.map((y,C)=>{var k,O,F,V,B,L,N,Y,z,$;return n.createElement(n.Fragment,null,M&&!y?.bindCta?null:n.createElement("div",Object.assign({key:C},I,{className:ye.css({display:"flex"}),onClick:()=>_(y,C)}),n.createElement(gt,{src:(V=(F=(k=y?.cover)!==null&&k!==void 0?k:(O=y?.homePage)===null||O===void 0?void 0:O[0])!==null&&F!==void 0?F:p?.bottom_image)!==null&&V!==void 0?V:v,rec:M,item:y,index:C,translateY:m,imgStyle:f,enableEventReport:!1}),n.createElement("div",{style:{width:`calc(100% - ${(B=f?.width)!==null&&B!==void 0?B:0}px - ${(L=f?.marginRight)!==null&&L!==void 0?L:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},n.createElement("div",null,n.createElement("div",{className:"one-line-ellipsis",style:c?.title,hidden:!!y&&!y?.title,dangerouslySetInnerHTML:{__html:he((N=y?.title)!==null&&N!==void 0?N:"Pendant in Yellow Gold with Diamonds, Medium",c?.title)}}),n.createElement("div",{className:"two-line-ellipsis",style:c?.collection,hidden:!!y&&(!y?.collection||y?.collection===""),dangerouslySetInnerHTML:{__html:he((Y=y?.collection)!==null&&Y!==void 0?Y:"Tiffany Lock",c?.collection)}})),n.createElement("div",{className:ye.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{style:c?.price,hidden:!!y&&!y?.price,dangerouslySetInnerHTML:{__html:he(u(y),c?.price)}})),n.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},h),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:he(($=(z=y?.bindCta)===null||z===void 0?void 0:z.enTitle)!==null&&$!==void 0?$:"Shop Now",h)}})))))}))};var fa=n.memo(ma),ha=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ga=Ze(fa,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:va,interactionRender:ha},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 ba=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const ya=t=>{var e,i,{content:o,btnText:a,style:l,icon:s,isPopup:d,isExternalLink:r,onClose:v,onClick:c,submitButtonStyle:h,contentStyle:m,isTel:f}=t,x=qe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:w}=_e(),I=(i=(e=w?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return n.createElement("div",Object.assign({className:`${ye.css(Object.assign(Object.assign({},l),{height:f?664:"100%"}))}`},x),n.createElement("iframe",{src:I,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"40px",border:"none"}}))};var wa=n.memo(ya);const Sa=Ze(wa,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:ba,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});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"]}]}],xa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Ta=t=>{var{rec:e,children:i,className:o,onClick:a,style:l,isExternalLink:s=!1,index:d,jumpLink:r}=t;qe(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=n.useRef(null),{popup:c}=ut(),{setPopupDetailData:h,ctaEvent:m}=_e(),{jumpToWeb:f}=Ke(),x=Je.throttle(()=>{var w,I,p,T,b,E,P,g;const M=(I=(w=e?.video)===null||w===void 0?void 0:w.bindProduct)!==null&&I!==void 0?I:e?.video;if(m?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,M,d),h?.(Object.assign(Object.assign({},e),{index:d})),s){if(r||!((T=(p=e?.video)===null||p===void 0?void 0:p.bindProduct)===null||T===void 0)&&T.link){const D=(b=e?.video)===null||b===void 0?void 0:b.bindCta,S=(E=e?.video)===null||E===void 0?void 0:E.bindProduct;f(e,S,D,d),window.location.href=window.getJointUtmLink(r||((g=(P=e?.video)===null||P===void 0?void 0:P.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else a?.()},c?.duration);return n.createElement("div",{ref:v,className:o,style:l,onClick:x},i)};var Lt=n.memo(Ta),Ea={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const Aa=t=>{var e,i,o,a,l,s,d,r,v,c,h,{content:m,style:f,bgImg:x,recData:w,bottom_image:I,ctaTempStyles:p,isExternalLink:T,translateY:b=0,index:E}=t,P=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=_e(),M=(e=w?.video)===null||e===void 0?void 0:e.bindProduct,D=(l=(a=(i=M?.cover)!==null&&i!==void 0?i:(o=M?.homePage)===null||o===void 0?void 0:o[0])!==null&&a!==void 0?a:g?.bottom_image)!==null&&l!==void 0?l:I;return n.createElement(Lt,Object.assign({isExternalLink:T,rec:w,className:ye.css(Object.assign({},f)),style:{display:"flex"},index:E},P),n.createElement(gt,{src:D,rec:w,item:(d=(s=w?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&d!==void 0?d:w?.video,index:E,translateY:b,imgStyle:p?.img}),n.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Ea["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:he((r=M?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),n.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((h=(c=M?.bindCta)===null||c===void 0?void 0:c.enTitle)!==null&&h!==void 0?h:"Shop Now",p?.ctaTitle)}})))};var Ca=n.memo(Aa);const Ia=Ze(Ca,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:xa,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 ka=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const _a=t=>{var e,i,o,a,l,s,{content:d,style:r,bgImg:v,recData:c,bottom_image:h,ctaTempStyles:m,isExternalLink:f,index:x}=t,w=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:I}=_e(),p=(e=c?.video)===null||e===void 0?void 0:e.bindCta,T=(o=(i=p?.icon)!==null&&i!==void 0?i:I?.bottom_image)!==null&&o!==void 0?o:h;return n.createElement(Lt,Object.assign({isExternalLink:f,rec:c,className:ye.css(Object.assign({alignItems:"center"},r)),style:{display:"flex"},index:x},w),n.createElement(gt,{src:T,rec:c,item:(l=(a=c?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&l!==void 0?l:c?.video,index:x,imgStyle:m?.img}),n.createElement("div",{className:ye.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},m?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((s=p?.enTitle)!==null&&s!==void 0?s:"Product Name",m?.ctaTitle)}}))};var Pa=n.memo(_a);const Da=Ze(Pa,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ka,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 Ma=[{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"}]}],So={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Oa=t=>{var e,i,o,a,l,s,d,r,v,{content:c,style:h,bgImg:m,recData:f,bottom_image:x,ctaTempStyles:w,index:I,customTitle:p}=t,T=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:b,bffEventReport:E}=_e();Ke();const P=(e=f?.video)===null||e===void 0?void 0:e.bindCta;(i=f?.video)===null||i===void 0||i.bindProduct;const g=(a=(o=P?.icon)!==null&&o!==void 0?o:b?.bottom_image)!==null&&a!==void 0?a:x;return n.createElement(Lt,Object.assign({index:I,rec:f,className:ye.css(Object.assign({alignItems:"center"},h)),style:{display:"flex"}},T,{jumpLink:(l=P?.link)!==null&&l!==void 0?l:""}),n.createElement(gt,{src:g,rec:f,item:(d=(s=f?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&d!==void 0?d:f?.video,index:I,imgStyle:w?.img}),n.createElement("div",{className:ye.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{className:So["tow-line-ellipsis"],style:w?.ctaTitle,dangerouslySetInnerHTML:{__html:he((r=P?.enTitle)!==null&&r!==void 0?r:"Product Name",w?.ctaTitle)}}),p?.display&&n.createElement("div",{style:Object.assign(Object.assign({},p?.style),{lineHeight:((v=p?.style)===null||v===void 0?void 0:v.height)+"px"}),className:So["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:he(p?.text,p?.style)}}))))};var Ra=n.memo(Oa),La=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],xi;const Na=Ze(Ra,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(xi=rt?.filter(t=>t.type!=="commodityTitle"))===null||xi===void 0?void 0:xi.concat(Ma),bindableProps:[],interactionRender:La},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 Ba=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Fa={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const ja=t=>{var e,i,o,a,l,s,d,r,v,c,h,{content:m,style:f,bgImg:x,recData:w,bottom_image:I,ctaTempStyles:p,isExternalLink:T,translateY:b=0,index:E}=t,P=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=_e(),M=(e=w?.video)===null||e===void 0?void 0:e.bindProduct,D=(l=(a=(i=M?.cover)!==null&&i!==void 0?i:(o=M?.homePage)===null||o===void 0?void 0:o[0])!==null&&a!==void 0?a:g?.bottom_image)!==null&&l!==void 0?l:I;return n.createElement(Lt,Object.assign({isExternalLink:T,rec:w,className:ye.css(Object.assign({},f)),style:{display:"flex"},index:E},P),n.createElement(gt,{src:D,rec:w,item:(d=(s=w?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&d!==void 0?d:w?.video,index:E,translateY:b,imgStyle:p?.img}),n.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Fa["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:he((r=M?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),n.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((h=(c=M?.bindCta)===null||c===void 0?void 0:c.enTitle)!==null&&h!==void 0?h:"Shop Now",p?.ctaTitle)}})))};var Va=n.memo(ja);const za=Ze(Va,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Ba,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 Ha=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ga={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Ua=t=>{var e,i,o,a,l,s,d,r,v,c,{content:h,style:m,bgImg:f,recData:x,bottom_image:w,ctaTempStyles:I,isExternalLink:p,translateY:T=0,index:b}=t,E=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:P}=_e(),g=(e=x?.video)===null||e===void 0?void 0:e.bindProduct,M=(l=(a=(i=g?.cover)!==null&&i!==void 0?i:(o=g?.homePage)===null||o===void 0?void 0:o[0])!==null&&a!==void 0?a:P?.bottom_image)!==null&&l!==void 0?l:w;return n.createElement(Lt,Object.assign({isExternalLink:p,rec:x,className:ye.css(Object.assign({},m)),style:{display:"flex"},index:b},E),n.createElement(gt,{src:M,rec:x,item:(d=(s=x?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&d!==void 0?d:x?.video,index:b,translateY:T,imgStyle:I?.img}),n.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Ga["tow-line-ellipsis"],style:I?.title,dangerouslySetInnerHTML:{__html:he((r=g?.title)!==null&&r!==void 0?r:"Product Name",I?.title)}}),n.createElement("div",{className:ye.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},I?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((c=(v=g?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&c!==void 0?c:"Shop Now",I?.ctaTitle)}})))};var Wa=n.memo(Ua);const Ya=Ze(Wa,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Ha,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 Xa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ja={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const qa=t=>{var e,i,{content:o,style:a,bgImg:l,recData:s,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:h,translateY:m=0}=t,f=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:x,setPopupDetailData:w,sxpParameter:I}=_e(),{popup:p}=ut(),{jumpToWeb:T}=Ke(),[b,E]=n.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),P=Je.throttle((g,M)=>{x?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},s,g,h),w?.(Object.assign(Object.assign({},s),{video:Object.assign(Object.assign({},s?.video),{bindProduct:g}),index:h,multiCheckIndex:M})),c?g?.link&&(T(s,g,g.bindCta,h),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Rt,{isPadding:!!s},b?.map((g,M)=>{var D,S,u,_,y,C,k,O;return n.createElement(n.Fragment,null,s&&!g?.bindCta?null:n.createElement(mt,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},a),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>P(g,M)}),n.createElement(gt,{src:(_=(u=(D=g?.cover)!==null&&D!==void 0?D:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&u!==void 0?u:I?.bottom_image)!==null&&_!==void 0?_:r,rec:s,item:g,index:M,translateY:m,imgStyle:v?.img}),n.createElement("div",{className:ye.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Ja["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),n.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((C=v?.ctaTitle)===null||C===void 0?void 0:C.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((O=(k=g?.bindCta)===null||k===void 0?void 0:k.enTitle)!==null&&O!==void 0?O:"Shop Now",v?.ctaTitle)}}))))}))};var Ka=n.memo(qa);const Za=Ze(Ka,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Xa,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 Qa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],$a={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const es=t=>{var e,i,{content:o,style:a,bgImg:l,recData:s,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:h,translateY:m=0}=t,f=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:x}=_e(),{ctaEvent:w,setPopupDetailData:I}=_e(),{popup:p}=ut(),[T,b]=n.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:E}=Ke(),P=Je.throttle((g,M)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},s,g,h),I?.(Object.assign(Object.assign({},s),{video:Object.assign(Object.assign({},s?.video),{bindProduct:g}),index:h,multiCheckIndex:M})),c?g?.link&&(E(s,g,g.bindCta,h),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Rt,{isPadding:!!s},T?.map((g,M)=>{var D,S,u,_,y,C,k,O;return n.createElement(n.Fragment,null,s&&!g?.bindCta?null:n.createElement(mt,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},a),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>P(g,M)}),n.createElement(gt,{src:(_=(u=(D=g?.cover)!==null&&D!==void 0?D:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&u!==void 0?u:x?.bottom_image)!==null&&_!==void 0?_:r,rec:s,item:g,index:M,translateY:m,imgStyle:v?.img}),n.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:$a["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),n.createElement("div",{className:ye.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((C=v?.ctaTitle)===null||C===void 0?void 0:C.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((O=(k=g?.bindCta)===null||k===void 0?void 0:k.enTitle)!==null&&O!==void 0?O:"Shop Now",v?.ctaTitle)}}))))}))};var ts=n.memo(es);const is=Ze(ts,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Qa,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 os=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ns={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const ls=t=>{var e,i,{content:o,style:a,bgImg:l,recData:s,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:c,index:h,translateY:m=0}=t,f=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:x,setPopupDetailData:w,sxpParameter:I}=_e(),{popup:p}=ut(),{jumpToWeb:T}=Ke(),[b,E]=n.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),P=Je.throttle((g,M)=>{x?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},s,g,h),w?.(Object.assign(Object.assign({},s),{video:Object.assign(Object.assign({},s?.video),{bindProduct:g}),index:h,multiCheckIndex:M})),c?g?.link&&(T(s,g,g.bindCta,h),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Rt,{isPadding:!!s},b?.map((g,M)=>{var D,S,u,_,y,C,k;return n.createElement(n.Fragment,null,s&&!g?.bindCta?null:n.createElement(mt,Object.assign({key:M,className:ye.css(Object.assign(Object.assign({},a),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>P(g,M)}),n.createElement(gt,{src:(_=(u=(D=g?.cover)!==null&&D!==void 0?D:(S=g?.homePage)===null||S===void 0?void 0:S[0])!==null&&u!==void 0?u:I?.bottom_image)!==null&&_!==void 0?_:r,rec:s,item:g,index:M,translateY:m,imgStyle:v?.img}),n.createElement("div",{className:ye.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},n.createElement("div",{className:ns["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:he((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),n.createElement("div",{className:ye.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:he((k=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&k!==void 0?k:"Shop Now",v?.ctaTitle)}}))))}))};var as=n.memo(ls);const ss=Ze(as,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:os,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 rs=[{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"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{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 ds=({icon:t,styles:e,textStyle:i,onClose:o})=>{var a;const{waterFallData:l,setOpenHashtag:s}=_e();return n.createElement("div",{className:"clc-sxp-nav",style:e},n.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:o}),n.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:he(`#${(a=l?.hashTag)!==null&&a!==void 0?a:"\u6807\u9898"}`,i)}}))};var xo=n.memo(ds),cs=null,us="3d989325-e7d6-4a74-8a97-98febdf5b567",vs=null,ps=null,ms={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"},fs=[{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}],hs="Handbags",To={productUserId:cs,requestId:us,channel:vs,rtc:ps,tag:ms,recList:fs,hashTag:hs};const gs=t=>{var e;const{rec:i,style:o={},sizeChange:a=()=>{},unitWidth:l,index:s,showBorder:d,list:r,reportTagsView:v,textStyles:c,space:h}=t,{swiperRef:m,setRtcList:f,setOpenHashtag:x,sxpParameter:w}=_e(),[I,p]=n.useState(!1);n.useState(!1),n.useState({height:1,width:1});const T=n.useRef(null),b=n.useRef(null);n.useRef(null),n.useRef(null);const[E,P]=n.useState(""),g=n.useMemo(()=>{var C,k,O,F,V,B,L,N,Y,z;return!((C=i?.video)===null||C===void 0)&&C.cover?(k=i?.video)===null||k===void 0?void 0:k.cover:!((F=(O=i?.video)===null||O===void 0?void 0:O.imgUrls)===null||F===void 0)&&F.length?(B=(V=i?.video)===null||V===void 0?void 0:V.imgUrls)===null||B===void 0?void 0:B[0]:!((N=(L=i?.product)===null||L===void 0?void 0:L.homePage)===null||N===void 0)&&N.length?(z=(Y=i?.product)===null||Y===void 0?void 0:Y.homePage)===null||z===void 0?void 0:z[0]:w?.bottom_image||""},[i,w?.bottom_image]),M=n.useMemo(()=>{var C,k;return((C=i?.product)===null||C===void 0?void 0:C.title)||((k=i?.video)===null||k===void 0?void 0:k.title)||null},[i]),D=n.useMemo(()=>{var C;return o.transform?Number((C=o.transform)===null||C===void 0?void 0:C.substring(o.transform.indexOf(",",0)+1,o.transform.length-3)):void 0},[o]);n.useMemo(()=>D===void 0?!1:D<=d,[D,d]);const S=n.useMemo(()=>{var C,k,O,F,V,B,L,N,Y,z,$,K;const G=((C=c?.price)===null||C===void 0?void 0:C.enableFormattedPrice)===void 0||((k=c?.price)===null||k===void 0?void 0:k.enableFormattedPrice);return!((O=i?.product)===null||O===void 0)&&O.currency&&(!((F=i?.product)===null||F===void 0)&&F.price)?`${(N=(L=(B=(V=i?.product)===null||V===void 0?void 0:V.currency)===null||B===void 0?void 0:B.split("-")[1])===null||L===void 0?void 0:L.toUpperCase())!==null&&N!==void 0?N:""}${G?($=(z=(Y=i?.product)===null||Y===void 0?void 0:Y.price)===null||z===void 0?void 0:z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&$!==void 0?$:"":(K=i?.product)===null||K===void 0?void 0:K.price}`:null},[i,(e=c?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);n.useEffect(()=>{if(T.current===null||g==="")return;let C=null;I&&E?C=E:C=g,C&&T.current.setSrc(C)},[g,I,E]);const u=n.useRef(),_=n.useCallback(C=>{setTimeout(()=>{var k;const O=(k=u?.current)===null||k===void 0?void 0:k.offsetHeight;a(O+56+h,s)},0)},[h,a,s,l,u]),y=()=>{v(),f?.(r),setTimeout(()=>{var C;(C=m?.current)===null||C===void 0||C.swiper.slideTo(s,0,!1),x?.(!1)},0)};return n.createElement("div",{ref:b,style:Object.assign({},o),className:"waterFallList-content-listItem",key:s,onClick:y},n.createElement("div",{className:"waterFallList-content-listItem-picture",ref:u},n.createElement(tt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:_,ref:T})),n.createElement("div",{className:"waterFallList-content-listItem-info"},n.createElement("div",{className:`waterFallList-content-listItem-info-title ${S?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},c?.title),dangerouslySetInnerHTML:{__html:he(M,c?.title)}}),n.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!S,style:c.price,dangerouslySetInnerHTML:{__html:he(S,c?.price)}})))};function bs(t){var e,i,o,a,l,s,d,r,v,c,h,m,f,x,w,I,p,T,b,E,P,g,{reportTagsView:M,showBanner:D}=t,S=qe(t,["reportTagsView","showBanner"]);const{waterFallData:u,getRecommendVideos:_,hashTagSize:y,loadingImage:C,isOpenHashTag:k,cacheActiveIndex:O}=_e(),{jumpToWeb:F}=Ke(),V=n.useRef(null),[B,L]=n.useState(0),[N,Y]=n.useState(),z=n.useRef(null),[$,K]=n.useState([]),G=n.useRef(),j=[170,230,300],[ue,be]=n.useState(!1),[te,J]=n.useState([]),se=n.useRef(),oe=n.useCallback((H,pe)=>Math.floor(Math.random()*(pe-H+1))+H,[]),ne=n.useRef([]),[ve,we]=n.useState({width:0}),ee=n.useMemo(()=>{const H=ve.width||0;return H>=1200?6:H>=768&&H<=1199?4:2},[ve]),fe=n.useMemo(()=>ve.width/ee-2,[ee,ve]),Se=n.useCallback(()=>{var H;const pe=(H=G.current)!==null&&H!==void 0?H:[],xe=[];for(let le=0;le<te?.length;le++){const je=Math.floor(le/ee),Re=le%ee+1;let ze=0,q=9999999999;if(je===0)xe[le]=le;else{for(let R=0;R<xe.length;R++)ne.current[xe[R]].top+ne.current[xe[R]].height<q&&(ze=R,q=ne.current[xe[R]].top+ne.current[xe[R]].height);xe[ze]=le}ne.current[le]===void 0&&(ne.current[le]={}),je===0?(Re===1?ne.current[le].left=0:ne.current[le].left=ne.current[le-1].left+fe+4,ne.current[le].top=0):(ne.current[le].left=ne.current[ze].left,ne.current[le].top=q),ne.current[le].height=ne.current[le].height||j[oe(0,2)],pe[le]={transform:`translate(${ne.current[le].left}px,${ne.current[le].top}px)`,width:`${fe}px`,height:ne.current[le].height}}return K([...pe]),[...pe]},[fe,ee,j,oe,te]),De=n.useCallback((H,pe)=>{ne.current[pe]===void 0&&(ne.current[pe]={}),ne.current[pe].height=H,G.current=Se()},[Se]);n.useEffect(()=>{G.current=Se()},[fe,ee,te]),n.useEffect(()=>{var H,pe;if(be(!0),u&&_?.({hashTag:u?.hashTag,defaultSize:y,maxSize:y}).then(xe=>{var le,je;Y(xe),J((je=(le=xe?.recList)===null||le===void 0?void 0:le.filter(Re=>Re?.video!==null||Re?.product!==null))!==null&&je!==void 0?je:[]),be(!1)}),k){const xe=To;Y(xe),J((pe=(H=xe?.recList)===null||H===void 0?void 0:H.filter(le=>le?.video!==null||le?.product!==null))!==null&&pe!==void 0?pe:[]),be(!1)}},[u,_,y,k]);const Ce=n.useCallback(()=>{z.current!==null&&we({width:z.current.getBoundingClientRect().width})},[]);n.useEffect(()=>{if(z.current===null)return;const H=new ResizeObserver(pe=>{Ce()});return H.observe(z.current),()=>{H.disconnect()}},[Ce]),n.useCallback(()=>{be(!0),u&&_?.({hashTag:u?.hashTag}).then(H=>{var pe,xe;J(te?.concat((xe=(pe=H?.recList)===null||pe===void 0?void 0:pe.filter(le=>!le?.video))!==null&&xe!==void 0?xe:[])),be(!1)})},[u,_,te]);const Me=n.useCallback(()=>{L(V.current.scrollTop)},[]);n.useEffect(()=>{var H;return(H=V?.current)===null||H===void 0||H.addEventListener("scroll",Me),()=>{var pe;(pe=V?.current)===null||pe===void 0||pe.removeEventListener("scroll",Me)}},[Me,V]);const Le=()=>{var H,pe,xe,le,je;if(!((H=N?.tag)===null||H===void 0)&&H.link){M();const Re=u?.rec;F(Re,(pe=Re?.video)===null||pe===void 0?void 0:pe.bindProduct,(xe=Re?.video)===null||xe===void 0?void 0:xe.bindCta,O,(le=Re?.video)===null||le===void 0?void 0:le.traceInfo),window.location.href=window.getJointUtmLink((je=N?.tag)===null||je===void 0?void 0:je.link)}};return n.createElement(n.Fragment,null,ue?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:C,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"waterFallList",ref:z},n.createElement("div",{className:"waterFallList-scroll",ref:V},D&&((e=N?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:Le},n.createElement(tt,{className:ye.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=N?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"waterFallList-info",style:(o=S?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:he((a=N?.tag)===null||a===void 0?void 0:a.info,(l=S?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((s=N?.tag)===null||s===void 0)&&s.link),className:"waterFallList-collection",style:Object.assign({},(d=S?.textStyles)===null||d===void 0?void 0:d.hashTagLink),onClick:Le,dangerouslySetInnerHTML:{__html:he(((r=N?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=S?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),n.createElement("div",{className:"waterFallList-content"},te?.map((H,pe)=>{var xe;return n.createElement(gs,Object.assign({key:pe,index:pe,rec:H,list:te,showBorder:B+((xe=V?.current)===null||xe===void 0?void 0:xe.clientHeight),style:$[pe],sizeChange:De,unitWidth:fe,reportTagsView:M},S))}),n.createElement("div",{hidden:!(!((c=N?.tag)===null||c===void 0)&&c.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(w=((m=ne?.current[((h=ne?.current)===null||h===void 0?void 0:h.length)-1])===null||m===void 0?void 0:m.top)+((x=ne?.current[((f=ne?.current)===null||f===void 0?void 0:f.length)-1])===null||x===void 0?void 0:x.height))!==null&&w!==void 0?w:0}px)`,height:!((I=N?.tag)===null||I===void 0)&&I.link?((p=se?.current)===null||p===void 0?void 0:p.offsetHeight)||((T=S?.buttonBgStyle)===null||T===void 0?void 0:T.height)||"100px":0}}))),n.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=N?.tag)===null||b===void 0)&&b.link),style:S?.buttonBgStyle}),n.createElement("div",{ref:se,hidden:!(!((E=N?.tag)===null||E===void 0)&&E.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},S?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((P=N?.tag)===null||P===void 0?void 0:P.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:S?.buttonStyle,onClick:Le,dangerouslySetInnerHTML:{__html:he(((g=N?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",S?.buttonStyle)}}))))}var ys="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const ws=t=>{var e;const{rec:i,index:o,list:a,reportTagsView:l,textStyles:s,space:d}=t,{swiperRef:r,setRtcList:v,setOpenHashtag:c,sxpParameter:h}=_e(),[m,f]=n.useState(!1),x=n.useRef(null),w=n.useRef(null),I=n.useRef(null),p=n.useRef(null),[T,b]=n.useState(""),E=n.useMemo(()=>{var S,u,_,y,C,k,O,F,V,B;return!((S=i?.video)===null||S===void 0)&&S.cover?(u=i?.video)===null||u===void 0?void 0:u.cover:!((y=(_=i?.video)===null||_===void 0?void 0:_.imgUrls)===null||y===void 0)&&y.length?(k=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||k===void 0?void 0:k[0]:!((F=(O=i?.product)===null||O===void 0?void 0:O.homePage)===null||F===void 0)&&F.length?(B=(V=i?.product)===null||V===void 0?void 0:V.homePage)===null||B===void 0?void 0:B[0]:h?.bottom_image||""},[i,h?.bottom_image]),P=n.useMemo(()=>{var S,u;return((S=i?.product)===null||S===void 0?void 0:S.title)||((u=i?.video)===null||u===void 0?void 0:u.title)||null},[i]),g=n.useMemo(()=>{var S,u,_,y,C,k,O,F,V,B,L,N;const Y=((S=s?.price)===null||S===void 0?void 0:S.enableFormattedPrice)===void 0||((u=s?.price)===null||u===void 0?void 0:u.enableFormattedPrice);return!((_=i?.product)===null||_===void 0)&&_.currency&&(!((y=i?.product)===null||y===void 0)&&y.price)?`${(F=(O=(k=(C=i?.product)===null||C===void 0?void 0:C.currency)===null||k===void 0?void 0:k.split("-")[1])===null||O===void 0?void 0:O.toUpperCase())!==null&&F!==void 0?F:""}${Y?(L=(B=(V=i?.product)===null||V===void 0?void 0:V.price)===null||B===void 0?void 0:B.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&L!==void 0?L:"":(N=i?.product)===null||N===void 0?void 0:N.price}`:null},[i,(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);n.useEffect(()=>{const S=new IntersectionObserver(u=>{u.forEach(_=>{if(_.isIntersecting){if(w.current===null||E==="")return;m&&T?x.current.setSrc(T):x.current.setSrc(E),S.unobserve(w.current)}})});return S.observe(w.current),()=>{S.disconnect()}},[E,m,T]);const M=(S,u,_)=>{const y=S/u;return _/y};n.useEffect(()=>{const S=I?.current;S===null||E===""||!m||(S.src=E,S.currentTime=1,S.crossOrigin="anonymous",S.onloadeddata=()=>{const u=p?.current;if(!u)return;const _=u.getContext("2d"),y=window?.innerWidth/2,C=M(S.videoWidth,S.videoHeight,y);u.height=C,u.width=y,_?.drawImage(S,0,0,u.width,u.height),b(u.toDataURL()),S.remove(),u.remove()})},[E,m]);const D=()=>{l(),v?.(a),setTimeout(()=>{var S;(S=r?.current)===null||S===void 0||S.swiper.slideTo(o,0,!1),c?.(!1)},0)};return n.createElement("div",{ref:w,className:"list-content-listItem",key:o,onClick:D,style:{marginBottom:d}},n.createElement("div",{className:"list-content-listItem-picture"},m&&n.createElement("div",{style:{display:"none"}},n.createElement("video",{ref:I,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),n.createElement("canvas",{ref:p})),n.createElement(tt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:x})),n.createElement("div",{className:"list-content-listItem-info"},n.createElement("div",{className:`list-content-listItem-info-title ${g?"list-content-listItem-info-nowrap":""}`,style:s?.title,dangerouslySetInnerHTML:{__html:he(P,s?.title)}}),n.createElement("div",{className:"list-content-listItem-info-price",style:s?.price,hidden:!g,dangerouslySetInnerHTML:{__html:he(g,s?.price)}})))};function Ss(t){var e,i,o,a,l,s,d,r,v,c,h,m,f,x,w,I,p,{reportTagsView:T,showBanner:b}=t,E=qe(t,["reportTagsView","showBanner"]);const{waterFallData:P,getRecommendVideos:g,hashTagSize:M,loadingImage:D,isOpenHashTag:S,cacheActiveIndex:u}=_e(),{jumpToWeb:_}=Ke(),[y,C]=n.useState(),[k,O]=n.useState(),[F,V]=n.useState(!1),B=n.useRef(null),[L,N]=n.useState(!1);n.useCallback(()=>{L||(N(!0),P&&g?.({hashTag:P?.hashTag}).then(z=>{var $;C(y?.concat(($=z?.recList)!==null&&$!==void 0?$:[])),N(!1)}))},[P,g,y,L]),n.useEffect(()=>{var z,$;if(V(!0),P&&g?.({hashTag:P?.hashTag,defaultSize:M,maxSize:M}).then(K=>{var G,j;O(K),C((j=(G=K?.recList)===null||G===void 0?void 0:G.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&j!==void 0?j:[]),V(!1)}),S){const K=To;O(K),C(($=(z=K?.recList)===null||z===void 0?void 0:z.filter(G=>G?.video!==null||G?.product!==null))!==null&&$!==void 0?$:[]),V(!1)}},[P,g,M,S]);const Y=()=>{var z,$,K,G,j;if(!((z=k?.tag)===null||z===void 0)&&z.link){T();const ue=P?.rec;_(ue,($=ue?.video)===null||$===void 0?void 0:$.bindProduct,(K=ue?.video)===null||K===void 0?void 0:K.bindCta,u,(G=ue?.video)===null||G===void 0?void 0:G.traceInfo),window.location.href=window.getJointUtmLink((j=k?.tag)===null||j===void 0?void 0:j.link)}};return n.createElement(n.Fragment,null,F?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:D,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"list"},n.createElement("div",{className:"list-scroll",ref:B},b&&((e=k?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:Y},n.createElement(tt,{className:ye.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=k?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"list-info",style:(o=E?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:he((a=k?.tag)===null||a===void 0?void 0:a.info,(l=E?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((s=k?.tag)===null||s===void 0)&&s.link),className:"list-collection",onClick:Y,style:Object.assign(Object.assign({},(d=E?.textStyles)===null||d===void 0?void 0:d.hashTagLink),{marginBottom:E?.space}),dangerouslySetInnerHTML:{__html:he(((r=k?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=E?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),n.createElement("div",{className:"list-content"},y?.map((z,$)=>n.createElement(ws,Object.assign({key:$,index:$,rec:z,list:y,reportTagsView:T},E)))),n.createElement("div",{hidden:!L,style:{textAlign:"center"}},"loading..."),n.createElement("div",{hidden:!(!((c=k?.tag)===null||c===void 0)&&c.link),style:{height:!((h=k?.tag)===null||h===void 0)&&h.link?((m=E?.buttonBgStyle)===null||m===void 0?void 0:m.height)||((f=E?.buttonStyle)===null||f===void 0?void 0:f.height)||"100px":0}})),n.createElement("div",{className:"list-bottom",hidden:!(!((x=k?.tag)===null||x===void 0)&&x.link),style:E?.buttonBgStyle}),n.createElement("div",{hidden:!(!((w=k?.tag)===null||w===void 0)&&w.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},E?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((I=k?.tag)===null||I===void 0?void 0:I.linkTitle)||"Shop the collection",className:"list-btn",style:E?.buttonStyle,onClick:Y,dangerouslySetInnerHTML:{__html:he(((p=k?.tag)===null||p===void 0?void 0:p.linkTitle)||"Shop the collection",E?.buttonStyle)}}))))}const xs=t=>{var e;const{waterFallData:i,setOpenHashtag:o,openHashtag:a,swiperRef:l,setWaterFallData:s,cacheRtcList:d,setRtcList:r,cacheActiveIndex:v,rtcList:c,setCacheRtcList:h,setIsFromHashtag:m,isFromHashtag:f,bffEventReport:x,themeTag:w,selectTag:I}=_e(),{backMainFeed:p}=Ke();n.useRef(null);const T=n.useRef(null),[b,E]=n.useState();n.useEffect(()=>{const S=document.getElementById("sxp-render"),u=document.getElementById("water-fall");u?T.current=u:(T.current=document.createElement("div"),T.current.setAttribute("id","water-fall"),S?.appendChild(T.current))},[]);const P=()=>{const S=Je.isEqual(c,d);!S&&d&&d?.length&&r?.(d),p("branch",I,void 0,i?.hashTag),D(),s?.(void 0),m?.(!1),setTimeout(()=>{var u,_;S||(_=(u=l?.current)===null||u===void 0?void 0:u.swiper)===null||_===void 0||_.slideTo(v,0,!1),o?.(!1)},0)},[g,M]=n.useState();n.useEffect(()=>{i&&M(i)},[i]);const D=n.useCallback(()=>{var S,u,_,y,C,k;const O=g?.rec;if(!O)return;let F="";f?F="hashTagPage":!((S=O?.video)===null||S===void 0)&&S.url?F="videoPage":!((_=(u=O?.video)===null||u===void 0?void 0:u.imgUrls)===null||_===void 0)&&_.length&&(F="imagePage"),x?.({eventInfo:{contentId:(y=O?.video)===null||y===void 0?void 0:y.itemId,position:v+"",contentTags:JSON.stringify((C=O?.video)===null||C===void 0?void 0:C.tags),traceInfo:(k=O?.video)===null||k===void 0?void 0:k.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:F,fromKPage:location?.href,timeOnSite:Math.floor((new Date-b)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,x,b,f,v]);return n.useEffect(()=>{a&&E(new Date)},[a]),n.useEffect(()=>{const S=()=>{E(new Date)};return window.addEventListener("pageshow",S),()=>{window.removeEventListener("pageshow",S)}},[]),T.current?_i.createPortal(n.createElement("div",{className:"waterfall",style:{display:a?"block":"none"}},n.createElement(xo,{icon:ys,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:P}),t?.openFixedSize===!0||t?.openFixedSize===void 0?n.createElement(Ss,Object.assign({reportTagsView:D},t)):n.createElement(bs,Object.assign({reportTagsView:D},t))),T.current):null};var Eo=n.memo(xs);const Ts=t=>n.createElement(Eo,Object.assign({},t));var Es=n.memo(Ts);const As=Ze(Es,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:rs,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 Cs=[{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 Ao=t=>n.createElement(Ao,Object.assign({},t));var Is=n.memo(Ao);const ks=Ze(Is,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:Cs},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var _s=[{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"]}]}],Co={"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 Ps=t=>{var e,i,o,a,l,s,d,r,v,c,{style:h,recData:m,ctaTempStyles:f,index:x,event:w,onClick:I,isExternalLink:p=!1}=t,T=qe(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:b,setPopupDetailData:E}=_e(),{jumpToWeb:P}=Ke(),[g,M]=n.useState(!1),D=n.useRef(null),S=wo(D),u=((o=(i=(e=m?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(a=m?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=m?.video)===null||s===void 0?void 0:s.bindCta),_=((r=(d=m?.video)===null||d===void 0?void 0:d.bindProducts)===null||r===void 0?void 0:r[0])||((v=m?.video)===null||v===void 0?void 0:v.bindProduct),y=()=>{var F,V,B,L;const N=((V=(F=m?.video)===null||F===void 0?void 0:F.bindProducts)===null||V===void 0?void 0:V[0])||((B=m?.video)===null||B===void 0?void 0:B.bindProduct)||m?.video;if(b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},m,N,x),E?.(Object.assign(Object.assign({},m),{index:x})),p){const Y=_?.link||((L=N?.bindCta)===null||L===void 0?void 0:L.link);Y&&(P(m,_,u,x),window.location.href=window.getJointUtmLink(Y))}else I?.()},C=u?.enTitle||"\u67E5\u770B\u8BE6\u60C5",k=n.useMemo(()=>{var F,V;const B=w?.animation;if(B){const{delay:L,duration:N,backgroundColor:Y}=B;return{":after":{animationDelay:`${(F=L/1e3)!==null&&F!==void 0?F:0}s`,animationDuration:`${(V=N/1e3)!==null&&V!==void 0?V:0}s`,backgroundColor:`${Y??"transparent"}`}}}},[w?.animation]);n.useEffect(()=>{var F,V,B;S&&D?.current&&b?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},m,((V=(F=m?.video)===null||F===void 0?void 0:F.bindProducts)===null||V===void 0?void 0:V[0])||((B=m?.video)===null||B===void 0?void 0:B.bindProduct)||m?.video,x)},[S]),n.useEffect(()=>{M(!!S)},[S]);const O=n.useMemo(()=>g?Co["animated-button"]:null,[g]);return n.createElement("div",Object.assign({ref:D,style:Object.assign(Object.assign(Object.assign({},h),f?.ctaTitle),{lineHeight:`${(c=h?.height)!==null&&c!==void 0?c:0}px`})},T,{className:`${O} ${ye.css(k)} ${Co["one-line-ellipsis"]}`,onClick:y,dangerouslySetInnerHTML:{__html:he(C,f?.ctaTitle)}}))};var Ds=n.memo(Ps),Ms=[{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 Os=Ze(Ds,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:_s,bindableProps:[],interactionRender:Ms},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 Rs=[{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"]}]}],Dt={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 Ls="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Ns=t=>{var e,i,o,a,l,s,d,r,v,c,h,m,f,x,w,I,p,T,b,E,P,g,M,D,{style:S,recData:u,ctaTempStyles:_,index:y,event:C,bottom_image:k,translateY:O,isTel:F,onClick:V,isExternalLink:B=!1,isActive:L}=t,N=qe(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);S==null||delete S.transform;const{sxpParameter:Y,globalConfig:z,ctaEvent:$,setPopupDetailData:K}=_e(),{jumpToWeb:G}=Ke(),[j,ue]=n.useState(!0),be=((o=(i=(e=u?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(a=u?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=u?.video)===null||s===void 0?void 0:s.bindCta),te=((r=(d=u?.video)===null||d===void 0?void 0:d.bindProducts)===null||r===void 0?void 0:r[0])||((v=u?.video)===null||v===void 0?void 0:v.bindProduct),J=()=>{var ee,fe,Se,De;const Ce=((fe=(ee=u?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||fe===void 0?void 0:fe[0])||((Se=u?.video)===null||Se===void 0?void 0:Se.bindProduct)||u?.video;if($?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},u,Ce,y),K?.(Object.assign(Object.assign({},u),{index:y})),B){const Me=te?.link||((De=Ce?.bindCta)===null||De===void 0?void 0:De.link);Me&&(G(u,te,be,y),window.location.href=window.getJointUtmLink(Me))}else V?.()},se=be?.enTitle||"\u67E5\u770B\u8BE6\u60C5",oe=n.useMemo(()=>{const ee=C?.animation;if(ee){const{delay:fe,duration:Se}=ee;return{animationDelay:`${fe?fe/1e3:0}s`,animationDuration:`${Se?Se/1e3:0}s`}}},[C?.animation]),ne=(x=(f=(m=(c=te?.cover)!==null&&c!==void 0?c:(h=te?.homePage)===null||h===void 0?void 0:h[0])!==null&&m!==void 0?m:be?.icon)!==null&&f!==void 0?f:Y?.bottom_image)!==null&&x!==void 0?x:k,ve=ee=>{ee.stopPropagation(),ue(!1)};n.useEffect(()=>{ue(!0)},[L]);const we=n.useMemo(()=>L&&j?Dt["animated-fadeIn"]:null,[L,j]);return n.createElement(n.Fragment,null,F?n.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):n.createElement("div",Object.assign({},N,{className:`${ye.css(Object.assign(Object.assign({},S),{"--transY":`translateY(calc(100% + ${(w=S?.margin)!==null&&w!==void 0?w:0}px))`}))} ${Dt.aniLinkPopup} ${we} ${ye.css(oe)}`,onClick:J}),n.createElement("div",{onClick:ve,className:Dt["modal-icon-wrapper"],style:{padding:(I=S?.padding)!==null&&I!==void 0?I:0}},n.createElement("img",{src:(p=z?.popupCloseIcon)!==null&&p!==void 0?p:Ls,alt:"close",className:Dt["modal-icon-wrapper-img"]})),n.createElement(gt,{src:ne,rec:u,item:(g=(E=(b=(T=u?.video)===null||T===void 0?void 0:T.bindProducts)===null||b===void 0?void 0:b[0])!==null&&E!==void 0?E:(P=u?.video)===null||P===void 0?void 0:P.bindProduct)!==null&&g!==void 0?g:u?.video,index:y,translateY:O,imgStyle:_?.img}),(!u||te?.title)&&n.createElement("div",{className:Dt["one-line-ellipsis"],style:_?.title,dangerouslySetInnerHTML:{__html:he((M=te?.title)!==null&&M!==void 0?M:"Product Name",_?.title)}}),n.createElement("div",{className:Dt["one-line-ellipsis"],style:Object.assign(Object.assign({},_?.ctaTitle),{lineHeight:((D=_?.ctaTitle)===null||D===void 0?void 0:D.height)+"px"}),dangerouslySetInnerHTML:{__html:he(se,_?.ctaTitle)}})))};var Bs=n.memo(Ns),Fs=[{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 js=Ze(Bs,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Rs,bindableProps:[],interactionRender:Fs},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 Ti=Object.freeze({__proto__:null,AniLink:Os,AniLinkPopup:js,Appoint:Da,AppointForm:vn,Commodity:Ia,CommodityDetail:ea,CommodityDetailDiroNew:ua,CommodityDiro:za,CommodityDiroNew:Ya,CommodityList:ga,Consent:ks,HashTag:As,Iframe:Sa,Link:Na,MultiCommodity:is,MultiCommodityDiro:Za,MultiCommodityDiroNew:ss,Prompt:aa});const Vs="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",zs="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Hs=t=>{var e,{active:i,activeIcon:o,unActicveIcon:a,recData:l,position:s}=t,d=qe(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:v,bffEventReport:c,setCacheRtcList:h,cacheRtcList:m}=_e(),[f,x]=n.useState((e=m?.[s])===null||e===void 0?void 0:e.isCollected),w=at(zs),I=at(Vs),p=Je.debounce(()=>Qe(void 0,void 0,void 0,function*(){var T,b,E,P,g,M,D,S,u,_,y,C,k,O,F,V,B,L,N,Y,z,$;if(f){x(!1);const K=(E=yield v?.({videoItemId:(b=(T=l?.video)===null||T===void 0?void 0:T.itemId)!==null&&b!==void 0?b:""}))!==null&&E!==void 0?E:!1;if(c?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(P=l?.video)===null||P===void 0?void 0:P.itemId)!==null&&g!==void 0?g:"",contentName:(D=(M=l?.video)===null||M===void 0?void 0:M.title)!==null&&D!==void 0?D:"",contentTags:JSON.stringify((u=(S=l?.video)===null||S===void 0?void 0:S.tags)!==null&&u!==void 0?u:[]),position:s+"",contentFormat:!((_=l?.video)===null||_===void 0)&&_.url?"video":"image",traceInfo:(y=l?.video)===null||y===void 0?void 0:y.traceInfo}}),!K)x(!0);else{const G=(C=m?.map((j,ue)=>(ue===s&&(j.isCollected=!1),j)))!==null&&C!==void 0?C:[];h?.(G)}}else{x(!0);const K=(k=yield r?.({content:JSON.stringify(l)}))!==null&&k!==void 0?k:!1;if(c?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(F=(O=l?.video)===null||O===void 0?void 0:O.itemId)!==null&&F!==void 0?F:"",contentName:(B=(V=l?.video)===null||V===void 0?void 0:V.title)!==null&&B!==void 0?B:"",contentTags:JSON.stringify((N=(L=l?.video)===null||L===void 0?void 0:L.tags)!==null&&N!==void 0?N:[]),position:s+"",contentFormat:!((Y=l?.video)===null||Y===void 0)&&Y.url?"video":"image",traceInfo:(z=l?.video)===null||z===void 0?void 0:z.traceInfo}}),!K)x(!1);else{const G=($=m?.map((j,ue)=>(ue===s&&(j.isCollected=!0),j)))!==null&&$!==void 0?$:[];h?.(G)}}}),200);return n.createElement("button",Object.assign({},d,{"aria-label":"like",onClick:p}),n.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:f?o||w:a||I,alt:"icon"}))};var Io=n.memo(Hs),Gs="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 Ei=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=ki.render(n.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})(),Us=({rec:t,index:e,height:i,data:o,muted:a,activeIndex:l,videoPostConfig:s,videoPlayIcon:d})=>{const[r,v]=n.useState(!1),{bffEventReport:c,sxpParameter:h,waterFallData:m,openHashtag:f,bffFbReport:x}=_e(),w=n.useRef(0),[I,p]=n.useState(!1),[T,b]=n.useState(!0),{isActive:E}=go(),P=n.useRef(null),[g,M]=n.useState(""),[D,S]=n.useState(!1),u=n.useRef(),_=`pb-cache-video-${e}`,y=n.useRef(null),C=n.useMemo(()=>s?.mode==="2",[s]),k=n.useMemo(()=>{var J;return s?.mode==="2"?`translateY(-${50+((J=s?.offsetTop)!==null&&J!==void 0?J:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),O=n.useMemo(()=>{var J;return((J=t?.video)===null||J===void 0?void 0:J.cover)||g},[g,t]),F=n.useMemo(()=>C?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[C]),V=n.useMemo(()=>s?.bgWay==="1",[s]),B=n.useMemo(()=>V&&s?.bgColor?{backgroundColor:s?.bgColor}:{},[s,V]);n.useEffect(()=>{u?.current&&(u.current.muted=a)},[a,u?.current]);const L=n.useCallback(()=>{var J;u?.current&&((J=u?.current)===null||J===void 0||J.play())},[u?.current]),N=at("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),Y=n.useCallback(()=>{u?.current&&(S(!1),p(!0))},[]),z=n.useCallback(()=>{var J,se,oe,ne,ve,we,ee,fe,Se,De,Ce,Me,Le;if(!u?.current)return;v(!1);const H=o[e];if(H&&(!((J=u?.current)===null||J===void 0)&&J.duration)){w.current=((se=u?.current)===null||se===void 0?void 0:se.currentTime)||0;const pe=((ne=(oe=u?.current)===null||oe===void 0?void 0:oe.duration)!==null&&ne!==void 0?ne:0).toFixed(2),xe=((we=(ve=u?.current)===null||ve===void 0?void 0:ve.currentTime)!==null&&we!==void 0?we:0).toFixed(2),le=T?"0":"1";c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(fe=(ee=H?.video)===null||ee===void 0?void 0:ee.itemId)!==null&&fe!==void 0?fe:"",contentName:(De=(Se=H?.video)===null||Se===void 0?void 0:Se.title)!==null&&De!==void 0?De:"",playType:le,startTime:xe,videoDuration:pe,contentTags:JSON.stringify((Me=(Ce=H?.video)===null||Ce===void 0?void 0:Ce.tags)!==null&&Me!==void 0?Me:[]),position:e+"",contentFormat:"video",traceInfo:(Le=H?.video)===null||Le===void 0?void 0:Le.traceInfo}}),b(!1)}},[c,o,e,T,u?.current]),$=n.useCallback(()=>{var J;if(!u?.current||g||!C||(u.current.style.objectFit="contain",!((J=t?.video)===null||J===void 0)&&J.cover||!P||!P.current||V))return;const se=()=>{const oe=P?.current,ne=oe.getContext("2d"),ve=window?.innerWidth,we=window?.innerHeight;oe.height=we,oe.width=ve,ne?.drawImage(u.current,0,0,oe.width,oe.height),M(oe.toDataURL())};se(),setTimeout(()=>{se()},500)},[u.current,V,t,g,C]),K=n.useCallback(()=>{u.current&&(z(),$())},[u.current,$,z]),G=n.useCallback(J=>()=>{var se,oe,ne,ve,we;if(!u.current||!I)return;const ee=(se=u?.current)===null||se===void 0?void 0:se.paused;switch(J){case"start":if(!ee)return;(oe=u?.current)===null||oe===void 0||oe.play(),v(!1);break;case"pause":if(ee)return;(ne=u?.current)===null||ne===void 0||ne.pause(),v(!0);break;default:ee?(ve=u?.current)===null||ve===void 0||ve.play():(we=u?.current)===null||we===void 0||we.pause(),v(!ee);break}},[I,u?.current]),j=n.useCallback(()=>{var J,se,oe,ne,ve,we,ee,fe,Se,De,Ce,Me,Le;if(!u?.current||l!==e)return;const H=o[e],pe=((se=(J=u?.current)===null||J===void 0?void 0:J.duration)!==null&&se!==void 0?se:0).toFixed(2),xe=((ne=(oe=u?.current)===null||oe===void 0?void 0:oe.currentTime)!==null&&ne!==void 0?ne:0).toFixed(2);if(!((ve=u?.current)===null||ve===void 0)&&ve.duration){const le=(((we=u?.current)===null||we===void 0?void 0:we.currentTime)-w.current).toFixed(2);c?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(fe=(ee=H?.video)===null||ee===void 0?void 0:ee.itemId)!==null&&fe!==void 0?fe:"",contentName:(De=(Se=H?.video)===null||Se===void 0?void 0:Se.title)!==null&&De!==void 0?De:"",endTime:xe,videoDuration:pe,playDuration:le,contentTags:JSON.stringify((Me=(Ce=H?.video)===null||Ce===void 0?void 0:Ce.tags)!==null&&Me!==void 0?Me:[]),position:e+"",contentFormat:"video",traceInfo:(Le=H?.video)===null||Le===void 0?void 0:Le.traceInfo}})}},[o,e,c,u?.current,l]),ue=n.useCallback(()=>{S(!0)},[]);n.useEffect(()=>{var J,se,oe,ne,ve,we,ee,fe,Se,De;if(!E)return;const Ce=t?.video.url;if(!Ce)return;const Me=document.querySelector(`#${_}`);if(!Me||(u.current=Ei?.(Me),!u?.current))return;const Le=window?.Hls;let H=null;return Ce.includes(".m3u8")&&Le&&Le.isSupported()?(H=new Le,H.loadSource(Ce),H.attachMedia(u?.current),H.on(Le.Events.MANIFEST_PARSED,function(){var pe;(pe=u?.current)===null||pe===void 0||pe.play()})):u.current.src=Ce,(J=u?.current)===null||J===void 0||J.setAttribute("x5-playsinline","true"),(se=u?.current)===null||se===void 0||se.setAttribute("webkit-playsinline","true"),(oe=u?.current)===null||oe===void 0||oe.addEventListener("loadedmetadata",K),(ne=u?.current)===null||ne===void 0||ne.addEventListener("loadeddata",$),(ve=u?.current)===null||ve===void 0||ve.addEventListener("play",z),(we=u?.current)===null||we===void 0||we.addEventListener("playing",Y),(ee=u?.current)===null||ee===void 0||ee.addEventListener("pause",j),(fe=u?.current)===null||fe===void 0||fe.addEventListener("ended",L),(Se=u?.current)===null||Se===void 0||Se.addEventListener("canplay",L),(De=u?.current)===null||De===void 0||De.addEventListener("waiting",ue),()=>{var pe,xe,le,je,Re,ze,q,R,He;((pe=u?.current)===null||pe===void 0?void 0:pe.paused)||j(),H&&H?.destroy(),p(!1),(xe=u?.current)===null||xe===void 0||xe.removeEventListener("loadedmetadata",K),(le=u?.current)===null||le===void 0||le.removeEventListener("loadeddata",$),(je=u?.current)===null||je===void 0||je.removeEventListener("play",z),(Re=u?.current)===null||Re===void 0||Re.removeEventListener("playing",Y),(ze=u?.current)===null||ze===void 0||ze.removeEventListener("pause",j),(q=u?.current)===null||q===void 0||q.removeEventListener("ended",L),(R=u?.current)===null||R===void 0||R.removeEventListener("canplay",L),(He=u?.current)===null||He===void 0||He.removeEventListener("waiting",ue)}},[E,_,t,j]),n.useEffect(()=>{var J,se;!u?.current||!I||(E?(x?.({eventName:"ViewContent"}),(J=u?.current)===null||J===void 0||J.play()):(se=u?.current)===null||se===void 0||se.pause())},[E,I,u?.current]),n.useEffect(()=>{var J,se,oe;if(!E||!u?.current)return;!((J=u?.current)===null||J===void 0?void 0:J.paused)&&f?(se=u?.current)===null||se===void 0||se.pause():f||(oe=u?.current)===null||oe===void 0||oe.play()},[f,E,u?.current]),n.useEffect(()=>{if(!E)return;const J=()=>{G("start")(),x?.({eventName:"ViewContent"})},se=G("pause");return vt.on(ot.PAGE_DID_SHOW,J),vt.on(ot.PAGE_DID_HIDE,se),()=>{vt.off(ot.PAGE_DID_SHOW,J),vt.off(ot.PAGE_DID_HIDE,se)}},[G,E]);const be=n.useMemo(()=>!h?.placeholder_image||I?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"placeholder image"}),[I,h?.placeholder_image]),te=n.useMemo(()=>{if(!(!D||!I))return n.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Gs,alt:"placeholder image"})},[D,I]);return n.useEffect(()=>{if(!u?.current)return;const J=()=>{var se;l===e&&(!((se=t?.video)===null||se===void 0)&&se.url)&&u?.current&&!r&&G("pause")()};return window.addEventListener("beforeunload",J),()=>{window.removeEventListener("beforeunload",J)}},[l,e,t,u?.current,G,r]),t?.video?n.createElement(n.Fragment,null,C?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:G(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},B)},!V&&I&&O&&n.createElement(tt,{src:O,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},F)}),n.createElement("canvas",{ref:P,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:k,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},n.createElement("div",{className:"n-full-screen",ref:y,id:_,style:{width:"100%",height:"100%"}}),r&&n.createElement(tt,{className:"clc-pb-video-pause",src:d??N,alt:"pause"}))),be,te):n.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:G()},n.createElement("div",{className:"n-full-screen",ref:y,id:_,style:{width:"100%",height:"100%"}}),be,te,r&&n.createElement(tt,{className:"clc-pb-video-pause",src:d??N,alt:"pause"}))):null};var Ws=n.memo(Us);const Ys=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:o,style:a})=>{const[l,s]=n.useState(t),d=r=>{r.stopPropagation();const v=!l;s(v),o?.(v)};return n.useEffect(()=>{s(t)},[t]),n.createElement("button",{style:a,"aria-label":"toggle button",className:"pb-toggle-button",onClick:d},n.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var ko=n.memo(Ys);const Xs=({imageUrl:t,style:e,duration:i=2e3})=>{const[o,a]=n.useState(!0);ut(),n.useEffect(()=>{setTimeout(()=>{a(!1)},i)},[]);const l=at("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),s=n.useMemo(()=>o?"pb-fadeIn":"pb-fadeOut",[o]);return n.createElement("div",{hidden:!o,className:`pb-finger-wrap ${s}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},n.createElement("img",{src:t||l,alt:"finger swiper"}))},_o=t=>{const{src:e,height:i,imgUrlsPostConfig:o,onShowFirstImage:a}=t,l=n.useMemo(()=>o?.mode==="2",[o]),s=n.useMemo(()=>{var c;return o?.mode==="2"?`translateY(-${50+((c=o?.offsetTop)!==null&&c!==void 0?c:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[o]),d=n.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),r=n.useMemo(()=>o?.bgWay==="1",[o]),v=n.useMemo(()=>r&&o?.bgColor?{backgroundColor:o?.bgColor}:{},[o,r]);return n.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!l||!r)&&n.createElement(tt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},d),onLoad:a}),l&&n.createElement(tt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:s,left:0,right:0},onLoad:a}))},Js=({imgUrls:t,width:e,height:i,rec:o,index:a,onReportViewImageEnd:l,onViewImageStartEvent:s,imgUrlsPostConfig:d})=>{var r,v;const c=n.useRef(),{isActive:h}=go(),{sxpParameter:m,openHashtag:f}=_e(),[x,w]=n.useState(!1);n.useEffect(()=>{x&&h?(c?.current&&c.current.swiper.autoplay.start(),f?l(o):s(a)):c?.current&&c.current.swiper.autoplay.stop()},[o,h,l,f,a,s,x]);const I=n.useCallback(()=>{x||w(!0)},[x]);return n.createElement(Ct,{ref:c,defaultValue:0,direction:"horizontal",modules:[Ut,Wt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:ye.css(Object.assign({},d?.marginBottom&&{".swiper-pagination":{bottom:(r=d?.marginBottom)!==null&&r!==void 0?r:0}})),height:i,loop:!0,autoplay:{delay:((v=d?.delay)!==null&&v!==void 0?v:3)*1e3}},t?.map((p,T)=>n.createElement(mt,{key:T},n.createElement(_o,{src:!x&&T>0?"":p,height:i,imgUrlsPostConfig:d,onShowFirstImage:I}))))};var qs=n.memo(Js);const Ks=({tags:t,itemId:e,itemType:i,index:o,rec:a,hashTagStyle:l})=>{var s;const[d,r]=n.useState(!1),{setWaterFallData:v,setOpenHashtag:c,setCacheActiveIndex:h,waterFallData:m,setIsFromHashtag:f}=_e(),x=w=>{m?f?.(!0):h?.(o),v?.(i?{hashTag:w,itemId:e,itemType:i,rec:a}:{hashTag:w,rec:a}),c?.(!0)};return n.useMemo(()=>t.length<=6?null:n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!d)},d?"show less":"show more"),[d,t]),n.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(s=l?.marginTop)!==null&&s!==void 0?s:16}px`}},n.createElement(Rt,null,t?.map((w,I)=>n.createElement(mt,{key:I,hidden:d?!1:I>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>x(w)},n.createElement("div",{dangerouslySetInnerHTML:{__html:he(`#${w}`,l)}})))))};var Po=n.memo(Ks),Zs="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 n.memo(function(e){const{$store:i}=Xo(),o=l=>{let s=l;const d=l.match(/{{.*?}}/g);return d?.length&&d.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(v,c)=>{if(c){const h=Je.get(i,c);return s=s.replace(r,h),h}})}),s},a=n.useMemo(()=>{var l,s,d;const{bindDatas:r}=e,v=qe(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,c=>{if(c?.propKey&&c?.dataPath){const{propKey:h,dataPath:m}=c;m.replace(/{{\s*([\w.]+)\s*}}/g,(f,x)=>{var w,I;if(x){const p=(I=(w=Je.get(i,x))!==null&&w!==void 0?w:e[h])!==null&&I!==void 0?I:"";return v[h]=p,p}})}}),v){v.eventMap={};const c=Je.cloneDeep(v.event)||{};for(const h in c)if(Object.prototype.hasOwnProperty.call(c,h))try{c[h].value=o(c[h].value),v.eventMap[h]=new Function(c[h].value)}catch{}}return!((d=(s=v?.event)===null||s===void 0?void 0:s.onClick)===null||d===void 0)&&d.linkType&&(v.style.cursor="pointer"),v},[i,e]);return n.createElement(t,Object.assign({},a,a.eventMap))})}const Kt=({rec:t,index:e,tempMap:i,resolver:o,includesCtaType:a,isActive:l})=>{var s,d,r,v,c;const{schema:h}=ut();if(!t?.video)return null;let m=null;!((d=(s=t?.video)===null||s===void 0?void 0:s.bindProducts)===null||d===void 0)&&d.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 f=i?.[m],x=n.useCallback(()=>{var w,I,p,T,b,E,P,g,M,D,S,u,_,y,C,k,O,F,V,B,L,N,Y,z,$,K,G,j;if(!t?.video)return null;if(!(a&&!a?.includes((w=f?.item)===null||w===void 0?void 0:w.type))&&!(!a&&((I=f?.item)===null||I===void 0?void 0:I.category)==="cta")){if(((p=f?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((T=t?.video)===null||T===void 0)&&T.bindProduct)||((b=f?.item)===null||b===void 0?void 0:b.type)==="Commodity"&&!(!((E=t?.video)===null||E===void 0)&&E.bindProduct)||((P=f?.item)===null||P===void 0?void 0:P.type)==="CommodityDiroNew"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((M=f?.item)===null||M===void 0?void 0:M.type)==="MultiCommodity"&&!(!((S=(D=t?.video)===null||D===void 0?void 0:D.bindProducts)===null||S===void 0)&&S.length)||((u=f?.item)===null||u===void 0?void 0:u.type)==="MultiCommodityDiro"&&!(!((y=(_=t?.video)===null||_===void 0?void 0:_.bindProducts)===null||y===void 0)&&y.length)||((C=f?.item)===null||C===void 0?void 0:C.type)==="MultiCommodityDiroNew"&&!(!((O=(k=t?.video)===null||k===void 0?void 0:k.bindProducts)===null||O===void 0)&&O.length))return null;if(f&&o){const ue=o[(F=f?.item)===null||F===void 0?void 0:F.type],be=qt(ue),te=(V=ue?.extend)===null||V===void 0?void 0:V.defaulSetting,J=((N=(L=(B=f?.item)===null||B===void 0?void 0:B.event)===null||L===void 0?void 0:L.onClick)===null||N===void 0?void 0:N.linkType)==="externalLink";return n.createElement(be,Object.assign({style:Object.assign(Object.assign(Object.assign({},te?.style),(Y=f?.item)===null||Y===void 0?void 0:Y.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},te?.textStyle),(z=f?.item)===null||z===void 0?void 0:z.textStyle),bindDatas:(K=($=f?.item)===null||$===void 0?void 0:$.bindDatas)!==null&&K!==void 0?K:[]},te?.props,(G=f?.item)===null||G===void 0?void 0:G.props,{event:((j=f?.item)===null||j===void 0?void 0:j.event)||{},schema:h,id:f?.id,key:f?.id,recData:t,isExternalLink:J,index:e,isActive:l}))}else return null}},[t,o,i,h,f?.id,l]);return n.createElement(n.Fragment,null,x())},Do=({nudge:t})=>{var e,i,o,a,l,s;return n.createElement(n.Fragment,null,t?.isOpen&&n.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(o=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&o!==void 0?o:212,height:(l=(a=t?.size)===null||a===void 0?void 0:a.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(s=t?.borderRadius)!==null&&s!==void 0?s:4}},t?.icon?n.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,n.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)}})))},Qs=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:o,setRtcList:a,setCacheRtcList:l,setCacheActiveIndex:s,setLoading:d,swiperRef:r,waterFallData:v,bffEventReport:c,selectTag:h,setSelectTag:m}=_e(),{backMainFeed:f}=Ke(),x=n.useMemo(()=>[Ft,...t],[t]),w=I=>()=>{if(I===h)return;I!=="FOR U"?c?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${I}']`}}):f("theme",I,h);let p;I!==Ft&&(p=I),d?.(!0),o?.({themeTag:p}).then(T=>{var b,E,P,g;vt.emit(ot.CHANGE_THEME_TAG,p),a?.((b=T?.recList)!==null&&b!==void 0?b:[]),l?.((E=T?.recList)!==null&&E!==void 0?E:[]),e?.(0),s?.(0),(g=(P=r?.current)===null||P===void 0?void 0:P.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{d?.(!1)}),m?.(I)};return v||t.length<=0?null:n.createElement("div",{className:"clc-sxp-tagbar",style:i},n.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},x.map(I=>n.createElement("li",{className:`clc-sxp-tagbar-list-item ${I===h?"clc-sxp-tagbar-list-item-active":""}`,key:I,onClick:w(I)},I))))};var Mo=n.memo(Qs);const Oo=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:o=window.innerWidth,tempMap:a,resolver:l,data:s=[],ctaType:d,tipText:r,nudge:v,_schema:c,hashTagStyle:h,tagList:m=[],licenseUrl:f})=>{var x,w,I,p,T,b,E,P,g;const M=at("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),D=at("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:S}=ut(),[u,_]=n.useState(0),y=n.useRef(0),[C,k]=n.useState(!0),O=n.useRef(),[F,V]=n.useState(!1),[B,L]=n.useState(!1),[N,Y]=n.useState(new Date().getTime()),z=n.useRef(!1),{loadVideos:$,bffEventReport:K,loading:G,setPopupDetailData:j,ctaEvent:ue,swiperRef:be,waterFallData:te,setOpenHashtag:J,appDomain:se,openHashtag:oe,loadingImage:ne,isFromHashtag:ve,popupDetailData:we,bffFbReport:ee,curTime:fe,h5EnterLink:Se,isShowConsent:De,selectTag:Ce,isPreview:Me,isEditor:Le}=_e(),{backMainFeed:H,productView:pe,jumpToWeb:xe}=Ke(),le=n.useMemo(()=>s.length>0&&!G&&(Ko()||t?.enableSwiperTip),[s,G,t?.enableSwiperTip]);n.useEffect(()=>{Fi()},[]),n.useEffect(()=>{if(s?.length>0){const A=new Date;O.current=A,ee?.({eventName:"PageView"})}},[s?.length]);const je=n.useCallback(()=>{if(Fi(),Se?.(),s.length>0){const A=new Date;O.current=A,ee?.({eventName:"PageView"})}},[s.length,ee,Se]);n.useEffect(()=>{var A;if(!d||d?.length<1)return;const Z=s?.findIndex(Q=>{var ie,ae,re,X,de,Ae,Oe,Be,Ge;const Ve=d?.[0];return Ve==="\u591A\u5546\u54C1CTA"?((ie=Q?.video)===null||ie===void 0?void 0:ie.bindProducts)&&((re=(ae=Q?.video)===null||ae===void 0?void 0:ae.bindProducts)===null||re===void 0?void 0:re.length)>0:Ve==="\u5546\u54C1CTA"?(X=Q?.video)===null||X===void 0?void 0:X.bindProduct:((Ae=(de=Q?.video)===null||de===void 0?void 0:de.bindCta)===null||Ae===void 0?void 0:Ae.itemId)===Ve&&(((Oe=Q?.video)===null||Oe===void 0?void 0:Oe.url)||((Ge=(Be=Q?.video)===null||Be===void 0?void 0:Be.imgUrls)===null||Ge===void 0?void 0:Ge.length))})||0;Z!==-1&&((A=be?.current)===null||A===void 0||A.swiper.slideTo(Z))},[s,d,be]),n.useEffect(()=>{const A=s?.[u],Z=()=>{var Q,ie,ae,re,X,de,Ae,Oe,Be,Ge,Ve,We,Ye,ke,Ie,it,Xe,dt,ct,bt;const yt=!oe&&!De;if(document.visibilityState==="hidden"){yt&&(vt.emit(ot.PAGE_DID_HIDE,A),Te(A),Pe(A));let Ne="";we&&(!((ie=(Q=A?.video)===null||Q===void 0?void 0:Q.bindProducts)===null||ie===void 0)&&ie.length||!((ae=A?.video)===null||ae===void 0)&&ae.bindProduct)?Ne="pdpPage":we&&((Ae=a?.[(de=(X=(re=A?.video)===null||re===void 0?void 0:re.bindCta)===null||X===void 0?void 0:X.itemId)!==null&&de!==void 0?de:""].item)===null||Ae===void 0?void 0:Ae.type)==="Appoint"?Ne="formPage":ve?Ne="hashTagPage":!((Oe=A?.video)===null||Oe===void 0)&&Oe.url?Ne="videoPage":!((Be=A?.video)===null||Be===void 0)&&Be.imgUrls&&(!((Ve=(Ge=A?.video)===null||Ge===void 0?void 0:Ge.imgUrls)===null||Ve===void 0)&&Ve.length)?Ne="imagePage":A?.product&&(Ne="productPage"),K?.({eventInfo:{sessionDuration:Math.floor((new Date-fe.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(We=A?.video)===null||We===void 0?void 0:We.itemId,productId:(Ye=A?.product)===null||Ye===void 0?void 0:Ye.itemId,position:u+"",fromKName:Ne,fromKPage:location?.href,ctatId:(it=(Ie=(ke=A?.video)===null||ke===void 0?void 0:ke.bindCta)===null||Ie===void 0?void 0:Ie.itemId)!==null&&it!==void 0?it:"",traceInfo:(bt=(dt=(Xe=A?.video)===null||Xe===void 0?void 0:Xe.traceInfo)!==null&&dt!==void 0?dt:(ct=A?.product)===null||ct===void 0?void 0:ct.traceInfo)!==null&&bt!==void 0?bt:""}})}else document.visibilityState==="visible"&&(z.current===!0&&(Y(new Date().getTime()),z.current=!1),je(),yt&&(Fe(u),vt.emit(ot.PAGE_DID_SHOW,A),H("external",Ce)))};return document.addEventListener("visibilitychange",Z),()=>{document.removeEventListener("visibilitychange",Z)}},[u,K,s,je,we,ve,a,fe,H,oe,De,Ce]);const Re=n.useMemo(()=>{let A=0;return m.length>0&&(A+=45,te&&(A-=45)),A},[m,te]),ze=n.useMemo(()=>{let A=0;return t?.logoUrl&&t?.isShowLogo&&(A+=56),A},[]),q=n.useMemo(()=>i-ze-Re,[t,i,Re]),R=n.useMemo(()=>{var A;const Z=u===0&&!te&&!Le?[(A=s?.[0])!==null&&A!==void 0?A:null]:s?.map((Q,ie)=>u===ie||ie-1===u||ie+1===u?Q:null);return te?Z:Z.concat([{loading:!0}])},[s,u,te,Le]),He=n.useMemo(()=>{var A,Z,Q,ie;if(t?.logoUrl&&t?.isShowLogo){const ae=(Z=(A=t?.logoBar)===null||A===void 0?void 0:A.onClick)===null||Z===void 0?void 0:Z.value,re=((ie=(Q=t?.logoBar)===null||Q===void 0?void 0:Q.onClick)===null||ie===void 0?void 0:ie.linkType)==="externalLink",X=R[u];return n.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},ae&&{onClick:()=>{var de,Ae,Oe,Be;re&&xe(X,(de=X?.video)===null||de===void 0?void 0:de.bindProduct,(Ae=X?.video)===null||Ae===void 0?void 0:Ae.bindCta,u,((Oe=X?.product)===null||Oe===void 0?void 0:Oe.traceInfo)||((Be=X?.video)===null||Be===void 0?void 0:Be.traceInfo)),new Function(ae)()}}),n.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,u,R]),lt=n.useCallback((A,Z)=>{var Q,ie,ae,re;return!((Q=A?.video)===null||Q===void 0)&&Q.url?n.createElement(Ws,{key:N,rec:A,index:Z,muted:C,data:s,height:q,activeIndex:u,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((ie=A?.video)===null||ie===void 0)&&ie.imgUrls?n.createElement(qs,{key:A?.video.itemId,imgUrls:A?.video.imgUrls,width:o,height:q,rec:A,index:Z,onReportViewImageEnd:Te,onViewImageStartEvent:Fe,imgUrlsPostConfig:t?.imgUrlsPost}):A.product&&Array.isArray(t?.productPost)&&((ae=t?.productPost)===null||ae===void 0?void 0:ae.length)>0?(re=t?.productPost)===null||re===void 0?void 0:re.map((X,de)=>{var Ae,Oe,Be,Ge,Ve,We,Ye,ke;const Ie=l[(Ae=X?.item)===null||Ae===void 0?void 0:Ae.type],it=qt(Ie),Xe=(Oe=Ie?.extend)===null||Oe===void 0?void 0:Oe.defaulSetting;return n.createElement(it,Object.assign({key:`${Z}${de}`,textStyle:Object.assign(Object.assign({},Xe?.textStyle),(Be=X?.item)===null||Be===void 0?void 0:Be.textStyle),bindDatas:(Ve=(Ge=X?.item)===null||Ge===void 0?void 0:Ge.bindDatas)!==null&&Ve!==void 0?Ve:[]},Xe?.props,(We=X?.item)===null||We===void 0?void 0:We.props,{event:((Ye=X?.item)===null||Ye===void 0?void 0:Ye.event)||{},schema:S,id:X?.id,viewTime:O.current,rec:A,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},Xe?.style),(ke=X?.item)===null||ke===void 0?void 0:ke.style),{height:"100%",overflow:"auto"}),index:Z}))}):null},[o,s,q,C,u,t?.productPost,t?.videoPlayIcon,O,r,l,S,N]),xt=n.useCallback(A=>{L(A)},[]),U=n.useMemo(()=>B?{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"},[B]),W=n.useCallback((A,Z)=>{var Q,ie,ae,re,X,de,Ae,Oe;return A?.video?n.createElement(n.Fragment,null,((Q=A?.video)===null||Q===void 0?void 0:Q.title)&&!B&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(ie=t?.bottomInfoDist)!==null&&ie!==void 0?ie:40}px`}},n.createElement(Do,{nudge:v}),t?.isShowCTA===void 0||t?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(Kt,{rec:A,index:Z,tempMap:a,resolver:l})):null,n.createElement("div",null,n.createElement(Jt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(re=(ae=A?.video)===null||ae===void 0?void 0:ae.title)!==null&&re!==void 0?re:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:xt}),n.createElement(Kt,{rec:A,index:Z,tempMap:a,resolver:l,includesCtaType:["AniLink"]}),n.createElement(Po,{index:u,tags:(de=(X=A?.video)===null||X===void 0?void 0:X.hashTags)!==null&&de!==void 0?de:[],itemId:(Ae=A?.video)===null||Ae===void 0?void 0:Ae.itemId,itemType:!((Oe=A?.video)===null||Oe===void 0)&&Oe.itemId?"VIDEO":null,rec:A,hashTagStyle:h}))),n.createElement(Kt,{rec:A,index:Z,tempMap:a,resolver:l,includesCtaType:["AniLinkPopup"],isActive:Z===u})):null},[e,u,a,l,r,v,h,t,xt,B,U]),ge=n.useCallback((A,Z,Q)=>{var ie,ae,re,X;if(!t?.isShowLike||!Q)return;let de=(ie=t?.likeIconY)!==null&&ie!==void 0?ie:400;return te&&de<40&&(de+=40),A?.video?n.createElement(Io,{key:A.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:A.isCollected,recData:A,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(ae=t.likeIconXPosit)!==null&&ae!==void 0?ae:"right"]:(re=t.likeIconX)!==null&&re!==void 0?re:0,[(X=t.likeIconYPosit)!==null&&X!==void 0?X:"bottom"]:de},position:Z}):null},[t,te]),Te=A=>{var Z,Q,ie,ae,re,X;if(!(!((Z=A?.video)===null||Z===void 0)&&Z.url)&&(!((Q=A?.video)===null||Q===void 0)&&Q.imgUrls)){const de=Date.now(),Ae=(de-y.current)/1e3;K?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(ae=(ie=A?.video)===null||ie===void 0?void 0:ie.itemId)!==null&&ae!==void 0?ae:"",contentName:(re=A?.video.title)!==null&&re!==void 0?re:"",imageEndTime:`${de}`,playDuration:`${Ae}`,contentTags:JSON.stringify((X=A?.video.tags)!==null&&X!==void 0?X:[]),position:u+"",contentFormat:"image",traceInfo:A?.video.traceInfo}})}},me=(A,Z)=>{var Q,ie,ae,re,X,de,Ae,Oe,Be,Ge,Ve,We,Ye,ke,Ie,it,Xe,dt,ct;if(Me||te)return;const bt=new Date-fe.current;if(t?.openSlideSkip&&bt>=((Q=t?.slideSkipStartTime)!==null&&Q!==void 0?Q:0)&&Zo()&&A){const yt=((re=(ae=(ie=A?.video)===null||ie===void 0?void 0:ie.bindProducts)===null||ae===void 0?void 0:ae[0])===null||re===void 0?void 0:re.link)||((de=(X=A?.video)===null||X===void 0?void 0:X.bindProduct)===null||de===void 0?void 0:de.link)||((Ae=A?.product)===null||Ae===void 0?void 0:Ae.link),Ne=A?.product||((Oe=A?.video)===null||Oe===void 0?void 0:Oe.bindProduct)||((Ge=(Be=A?.video)===null||Be===void 0?void 0:Be.bindProducts)===null||Ge===void 0?void 0:Ge[0]);yt&&(K?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Ve=Ne?.itemId)!==null&&Ve!==void 0?Ve:"",productName:(We=Ne?.title)!==null&&We!==void 0?We:"",price:Ne?.price?Ne?.price+"":"0",productCollection:(Ye=Ne?.collection)!==null&&Ye!==void 0?Ye:"",contentTags:Ne?.tags?JSON.stringify(Ne?.tags):"",position:Z+"",contentId:(Ie=(ke=A?.video)===null||ke===void 0?void 0:ke.itemId)!==null&&Ie!==void 0?Ie:"",traceInfo:(ct=(Xe=(it=A?.video)===null||it===void 0?void 0:it.traceInfo)!==null&&Xe!==void 0?Xe:(dt=A?.product)===null||dt===void 0?void 0:dt.traceInfo)!==null&&ct!==void 0?ct:""}}),z.current=!0,window.location.href=window.getJointUtmLink(yt))}},Ee=A=>{var Z,Q,ie,ae,re,X,de,Ae,Oe,Be,Ge,Ve,We,Ye;O.current=new Date;const ke=s[A.previousIndex];if(!ke)return;A.previousIndex-A.activeIndex<0?(K?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(Q=(Z=ke?.video)===null||Z===void 0?void 0:Z.itemId)!==null&&Q!==void 0?Q:"",productId:(ae=(ie=ke?.product)===null||ie===void 0?void 0:ie.itemId)!==null&&ae!==void 0?ae:"",requestId:null,traceInfo:(X=(re=ke?.video)===null||re===void 0?void 0:re.traceInfo)!==null&&X!==void 0?X:""}}),Te(ke),me(ke,A.previousIndex)):(K?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Ae=(de=ke?.video)===null||de===void 0?void 0:de.itemId)!==null&&Ae!==void 0?Ae:"",productId:(Be=(Oe=ke.product)===null||Oe===void 0?void 0:Oe.itemId)!==null&&Be!==void 0?Be:"",requestId:null,traceInfo:(Ve=(Ge=ke?.video)===null||Ge===void 0?void 0:Ge.traceInfo)!==null&&Ve!==void 0?Ve:""}}),Te(ke)),Pe(ke);const Ie=s[A.activeIndex];!(!((We=Ie?.video)===null||We===void 0)&&We.url)&&!(!((Ye=Ie?.video)===null||Ye===void 0)&&Ye.imgUrls)&&Ie?.product&&ee?.({eventName:"ProductView"})},Pe=A=>{var Z,Q,ie;!(!((Z=A?.video)===null||Z===void 0)&&Z.url)&&!(!((Q=A?.video)===null||Q===void 0)&&Q.imgUrls)&&A?.product&&pe(A,A.product,(ie=A?.product)===null||ie===void 0?void 0:ie.bindCta,O.current,u)};n.useEffect(()=>{const A=s[u];oe&&Pe(A)},[oe,s,u]);const Fe=A=>{var Z,Q,ie,ae,re,X;const de=s[A];if(!(!((Z=de?.video)===null||Z===void 0)&&Z.url)&&(!((Q=de?.video)===null||Q===void 0)&&Q.imgUrls)){const Ae=Date.now();y.current=Ae,K?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(ae=(ie=de?.video)===null||ie===void 0?void 0:ie.itemId)!==null&&ae!==void 0?ae:"",contentName:(re=de?.video.title)!==null&&re!==void 0?re:"",imageStartTime:`${Ae}`,contentTags:JSON.stringify((X=de?.video.tags)!==null&&X!==void 0?X:[]),position:A+"",contentFormat:"image",traceInfo:de?.video.traceInfo}}),ee?.({eventName:"ViewContent"})}},Ue=n.useCallback(A=>{var Z,Q,ie,ae,re,X;if(A)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&n.createElement(ko,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((Q=(Z=R?.[u])===null||Z===void 0?void 0:Z.video)===null||Q===void 0)&&Q.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(ie=t?.muteIconXPosit)!==null&&ie!==void 0?ie:"right"]:(ae=t?.muteIconX)!==null&&ae!==void 0?ae:0,[(re=t?.muteIconYPosit)!==null&&re!==void 0?re:"bottom"]:(X=t?.muteIconY)!==null&&X!==void 0?X:23},defaultValue:C,activeIcon:t?.unMuteIcon?t?.unMuteIcon:M,unactiveIcon:t?.muteIcon?t?.muteIcon:D,onChange:k})},[t,R,u,C]),ce=n.useMemo(()=>G?n.createElement("div",{style:{height:q,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:ne,alt:"loading...",style:{objectFit:"contain"}})):R?.map((A,Z)=>n.createElement(mt,{key:Z,virtualIndex:Z,style:{overflow:"hidden"}},A&&n.createElement(n.Fragment,null,A?.loading?n.createElement("div",{style:{height:q,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:ne,alt:"loading...",style:{objectFit:"contain"}})):n.createElement(n.Fragment,null,ge(A,Z,!t?.likeIconFixed),Ue(!t?.muteIconFixed),W(A,Z),lt(A,Z))))),[o,s,q,G,W,lt,R,ne,N,Ue]);return n.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},te&&n.createElement(xo,{icon:Zs,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(T=(p=(I=(w=(x=t?.hashTag)===null||x===void 0?void 0:x[0])===null||w===void 0?void 0:w.item)===null||I===void 0?void 0:I.props)===null||p===void 0?void 0:p.textStyles)===null||T===void 0?void 0:T.hashTagTitle),{color:"#fff"}),onClose:()=>{J?.(!0)}}),He,n.createElement(Mo,{tagList:m,setActiveIndex:_,style:{top:ze}}),le?n.createElement(Xs,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((b=t?.swipeTipOffset)!==null&&b!==void 0?b:0)}%`},duration:t?.swiperTipAniDur}):null,n.createElement(Ct,{style:{marginTop:Re},ref:be,onSlideChange:()=>{be.current.swiper.allowTouchMove=!1,setTimeout(()=>{be.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:A=>{_(A.activeIndex),!oe&&(Ee(A),!(te||Le)&&A?.activeIndex+1>=s?.length&&(F||(V(!0),$?.(Math.ceil(u/10)+1).then(()=>{V(!1)}))))},direction:"vertical",height:q},ge(R[u],u,!!t?.likeIconFixed),Ue(!!t?.muteIconFixed),ce),n.createElement(Eo,Object.assign({},(g=(P=(E=t?.hashTag)===null||E===void 0?void 0:E[0])===null||P===void 0?void 0:P.item)===null||g===void 0?void 0:g.props)))},$s=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:o,rec:a,index:l})=>n.createElement(Ct,{defaultValue:0,direction:"horizontal",modules:[Ut,Wt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(s=>n.createElement(mt,{key:s},n.createElement(_o,{src:s,height:i,imgUrlsPostConfig:o}))));var er=n.memo($s);const tr=({rec:t,index:e,height:i,data:o,muted:a,activeIndex:l,videoPostConfig:s,width:d})=>{const[r,v]=n.useState(!1),c=n.useRef(null),{bffEventReport:h,sxpParameter:m,waterFallData:f,openHashtag:x}=_e(),w=n.useRef(0),[I,p]=n.useState(!1),[T,b]=n.useState(!0),E=n.useRef(null),[P,g]=n.useState("");n.useEffect(()=>{c.current&&(c.current.muted=a)},[a]);const M=n.useCallback(()=>{var L;(L=c.current)===null||L===void 0||L.play()},[]),D=at("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),S=n.useCallback(()=>{var L,N,Y,z,$,K,G,j,ue,be,te,J,se;v(!1);const oe=o[e];if(oe&&(!((L=c?.current)===null||L===void 0)&&L.duration)){w.current=((N=c?.current)===null||N===void 0?void 0:N.currentTime)||0;const ne=((z=(Y=c.current)===null||Y===void 0?void 0:Y.duration)!==null&&z!==void 0?z:0).toFixed(2),ve=((K=($=c.current)===null||$===void 0?void 0:$.currentTime)!==null&&K!==void 0?K:0).toFixed(2),we=T?"0":"1";h?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(j=(G=oe?.video)===null||G===void 0?void 0:G.itemId)!==null&&j!==void 0?j:"",contentName:(be=(ue=oe?.video)===null||ue===void 0?void 0:ue.title)!==null&&be!==void 0?be:"",playType:we,startTime:ve,videoDuration:ne,contentTags:JSON.stringify((J=(te=oe?.video)===null||te===void 0?void 0:te.tags)!==null&&J!==void 0?J:[]),position:e+"",contentFormat:"video",traceInfo:(se=oe?.video)===null||se===void 0?void 0:se.traceInfo}}),b(!1)}},[h,o,e,T]),u=n.useCallback(()=>{p(!0)},[]),_=n.useCallback(L=>()=>{var N,Y,z,$,K;if(!I)return;const G=(N=c.current)===null||N===void 0?void 0:N.paused;switch(L){case"start":if(!G)return;(Y=c.current)===null||Y===void 0||Y.play(),v(!1);break;case"pause":if(G)return;(z=c.current)===null||z===void 0||z.pause(),v(!0);break;default:G?($=c.current)===null||$===void 0||$.play():(K=c.current)===null||K===void 0||K.pause(),v(!G);break}},[I]),y=n.useCallback(()=>{var L,N,Y,z,$,K,G,j,ue,be,te,J,se;const oe=o[e],ne=((N=(L=c.current)===null||L===void 0?void 0:L.duration)!==null&&N!==void 0?N:0).toFixed(2),ve=((z=(Y=c.current)===null||Y===void 0?void 0:Y.currentTime)!==null&&z!==void 0?z:0).toFixed(2);if(!(($=c?.current)===null||$===void 0)&&$.duration){const we=(((K=c?.current)===null||K===void 0?void 0:K.currentTime)-w.current).toFixed(2);h?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(j=(G=oe?.video)===null||G===void 0?void 0:G.itemId)!==null&&j!==void 0?j:"",contentName:(be=(ue=oe?.video)===null||ue===void 0?void 0:ue.title)!==null&&be!==void 0?be:"",endTime:ve,videoDuration:ne,playDuration:we,contentTags:JSON.stringify((J=(te=oe?.video)===null||te===void 0?void 0:te.tags)!==null&&J!==void 0?J:[]),position:e+"",contentFormat:"video",traceInfo:(se=oe?.video)===null||se===void 0?void 0:se.traceInfo}})}},[o,e,h]),C=n.useMemo(()=>s?.mode==="2",[s]),k=n.useMemo(()=>{var L;return s?.mode==="2"?`translateY(-${50+((L=s?.offsetTop)!==null&&L!==void 0?L:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),O=n.useMemo(()=>{var L;return((L=t?.video)===null||L===void 0?void 0:L.cover)||P},[P,t]),F=n.useCallback(()=>{if(!E||!c||!c.current||!E.current)return;const L=c?.current,N=E?.current,Y=N.getContext("2d"),z=window?.innerWidth,$=window?.innerHeight;N.height=$,N.width=z,Y?.drawImage(L,0,0,N.width,N.height),g(N.toDataURL())},[]);n.useEffect(()=>{var L,N,Y,z;if(c.current){if(v(!1),!c.current.src){const $=t?.video.url;if($.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const K=new window.Hls;K.loadSource($),K.attachMedia(c.current)}else c.current.canPlayType("application/vnd.apple.mpegurl"),c.current.src=$;else c.current.src=$;c.current.setAttribute("x5-playsinline","true"),c.current.setAttribute("webkit-playsinline","true")}return(L=c.current)===null||L===void 0||L.addEventListener("loadedmetadata",u),(N=c.current)===null||N===void 0||N.addEventListener("canplay",u),(Y=c.current)===null||Y===void 0||Y.addEventListener("playing",S),(z=c.current)===null||z===void 0||z.addEventListener("loadeddata",F),()=>{var $,K,G,j;($=c.current)===null||$===void 0||$.removeEventListener("loadedmetadata",u),(K=c.current)===null||K===void 0||K.removeEventListener("canplay",u),(G=c.current)===null||G===void 0||G.removeEventListener("playing",S),(j=c.current)===null||j===void 0||j.removeEventListener("loadeddata",F)}}},[u,S,t?.video,F]);const V=n.useMemo(()=>!m?.placeholder_image||I?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image,alt:"video poster"}),[I,m?.placeholder_image]);n.useEffect(()=>{const L=()=>{var N,Y;l===e&&(!((N=t?.video)===null||N===void 0)&&N.url)&&(!((Y=c?.current)===null||Y===void 0)&&Y.src)&&!r&&_("pause")()};return window.addEventListener("beforeunload",L),()=>{window.removeEventListener("beforeunload",L)}},[l,e,t,c,_,r]);const B=n.useMemo(()=>C?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[C]);return t?.video?n.createElement(n.Fragment,null,C?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:_(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},n.createElement(tt,{src:O,style:Object.assign({height:i,width:d,objectFit:"cover"},B)}),n.createElement("canvas",{ref:E,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:d,height:i,top:"50%",transform:k,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:d,height:"100%"}},n.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:y,onEnded:M,style:{width:"100%",height:i,objectFit:"contain"}}),n.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:D,alt:"video pause image"}))),V):n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:_(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},n.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:y,onEnded:M}),V,n.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:D,alt:"video pause image"}))):null};var ir=n.memo(tr);const Ai={};Object.values(Ti).forEach(t=>{Ai[t.extend.type]=t});const or="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",nr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",lr=({data:t=[],globalConfig:e,tipText:i,nudge:o,tempMap:a,descStyle:l,hashTagStyle:s,containerHeight:d=664,containerWidth:r=375,appDomain:v,tagList:c=[]})=>{const h=n.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),c.length>0&&(g+=45),d-g},[e,d,c]),m=(g,M)=>{var D,S,u,_;if(!((D=g?.video)===null||D===void 0)&&D.url)return n.createElement(ir,{rec:g,index:M,muted:!0,width:r,data:t??[],height:h,activeIndex:M,videoPostConfig:e?.videoPost});if(!((S=g?.video)===null||S===void 0)&&S.imgUrls)return n.createElement(er,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:r,height:h,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?.productPost)===null||_===void 0?void 0:_.map((y,C)=>{var k,O,F,V,B,L,N,Y;const z=Ai[(k=y?.item)===null||k===void 0?void 0:k.type],$=qt(z),K=(O=z?.extend)===null||O===void 0?void 0:O.defaulSetting;return n.createElement($,Object.assign({key:`${M}${C}`,textStyle:Object.assign(Object.assign({},K?.textStyle),(F=y?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(B=(V=y?.item)===null||V===void 0?void 0:V.bindDatas)!==null&&B!==void 0?B:[]},K?.props,(L=y?.item)===null||L===void 0?void 0:L.props,{event:((N=y?.item)===null||N===void 0?void 0:N.event)||{},id:y?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},K?.style),(Y=y?.item)===null||Y===void 0?void 0:Y.style),{width:r,height:h,overflow:"auto"}),index:M}))})},f=n.useMemo(()=>e?.logoUrl&&e?.isShowLogo?n.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},n.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),x=(g,M)=>e?.isShowCTA===void 0||e?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(Kt,{rec:g,index:M,tempMap:a,resolver:Ai})):null,w=(g,M)=>{var D,S,u,_,y,C,k;return g?.video?n.createElement(n.Fragment,null,((D=g?.video)===null||D===void 0?void 0:D.title)&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom"},n.createElement(Do,{nudge:o}),x(g,M),n.createElement("div",null,n.createElement(Jt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(u=(S=g?.video)===null||S===void 0?void 0:S.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"})})),n.createElement(Po,{index:M,tags:(y=(_=g?.video)===null||_===void 0?void 0:_.hashTags)!==null&&y!==void 0?y:[],itemId:(C=g?.video)===null||C===void 0?void 0:C.itemId,itemType:!((k=g?.video)===null||k===void 0)&&k.itemId?"VIDEO":null,rec:g,hashTagStyle:s}))):null},I=at(nr,v),p=at(or,v),T=(g,M)=>{var D,S,u,_;if(!e?.isShowLike)return;let y=(D=e?.likeIconY)!==null&&D!==void 0?D:400;return y<40&&(y+=40),g?.video?n.createElement(Io,{key:g.position,activeIcon:(S=e?.likeIcon)!==null&&S!==void 0?S:I,unActicveIcon:(u=e?.unlikeIcon)!==null&&u!==void 0?u:p,position:M,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:y,right:(_=e?.likeIconX)!==null&&_!==void 0?_:0}}):null},b=at("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),E=at("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),P=(g,M)=>{var D,S,u,_;return n.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},f,n.createElement(Mo,{tagList:c}),n.createElement(ko,{style:{position:"absolute",right:(D=e?.muteIconX)!==null&&D!==void 0?D:0,visibility:!((u=(S=t?.[M])===null||S===void 0?void 0:S.video)===null||u===void 0)&&u.url?"visible":"hidden",bottom:(_=e?.muteIconY)!==null&&_!==void 0?_:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:E}),m(g,M),w(g,M),T(g,M))};return n.createElement("div",{className:ye.css({width:"100%",height:d,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((g,M)=>P(g,M)))};var ar=n.memo(lr);const sr=()=>{const{schema:t,resolver:e,popup:i}=ut(),{setPopupDetailData:o,popupDetailData:a,popupCurTimeRef:l,checkCommodityIndexRef:s}=_e(),{productView:d}=Ke(),[r,v]=n.useState();n.useEffect(()=>{const m=()=>{l.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),n.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,v(i))},[i]);const c=()=>{var m,f,x,w,I,p,T,b,E,P,g,M,D,S,u,_,y,C;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 k=(w=(x=(f=t?.sxpPageConf)===null||f===void 0?void 0:f.globalConfig)===null||x===void 0?void 0:x.popupList)===null||w===void 0?void 0:w.find(O=>O?.id===i?.id);if(((I=k?.item)===null||I===void 0?void 0:I.type)==="CommodityDetail"||((p=k?.item)===null||p===void 0?void 0:p.type)==="CommodityDetailDiroNew"){const O=a;let F=(b=(T=O?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&b!==void 0?b:(P=(E=O?.video)===null||E===void 0?void 0:E.bindProducts)===null||P===void 0?void 0:P[0],V=(D=(M=(g=O?.video)===null||g===void 0?void 0:g.bindProduct)===null||M===void 0?void 0:M.bindCta)!==null&&D!==void 0?D:(_=(u=(S=O?.video)===null||S===void 0?void 0:S.bindProducts)===null||u===void 0?void 0:u[0])===null||_===void 0?void 0:_.bindCta;if(s?.current>=0){const B=(C=(y=O?.video)===null||y===void 0?void 0:y.bindProducts)===null||C===void 0?void 0:C[s?.current];B&&(F=B,V=B?.bindCta)}F&&V&&d(O,F,V,l.current,a?.index)}setTimeout(()=>{window?.sxpPopup(""),o?.(null),s.current=-1},i?.duration)},h=n.useMemo(()=>{var m,f,x;return(x=(f=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||f===void 0?void 0:f.popupList)===null||x===void 0?void 0:x.map((w,I)=>{var p,T,b,E,P,g,M,D,S,u,_,y,C,k;if(w?.id===i?.id){const O=e[(p=w?.item)===null||p===void 0?void 0:p.type],F=qt(O),V=((E=(b=(T=w?.item)===null||T===void 0?void 0:T.event)===null||b===void 0?void 0:b.onClick)===null||E===void 0?void 0:E.linkType)==="externalLink",B=((M=(g=(P=w?.item)===null||P===void 0?void 0:P.event)===null||g===void 0?void 0:g.onClick)===null||M===void 0?void 0:M.linkType)==="popup",L=(D=O?.extend)===null||D===void 0?void 0:D.defaulSetting;return n.createElement(F,Object.assign({key:I,style:Object.assign(Object.assign(Object.assign({},L?.style),(S=w?.item)===null||S===void 0?void 0:S.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},L?.textStyle),(u=w?.item)===null||u===void 0?void 0:u.textStyle),bindDatas:(y=(_=w?.item)===null||_===void 0?void 0:_.bindDatas)!==null&&y!==void 0?y:[]},L?.props,(C=w?.item)===null||C===void 0?void 0:C.props,{event:((k=w?.item)===null||k===void 0?void 0:k.event)||{},schema:t,id:w?.id,isExternalLink:V,isPopup:B,onClose:c}))}else return n.createElement(n.Fragment,null)})},[t,i,e,c]);return n.createElement(Pt,{popup:r,onClose:c,padding:0,modalStyle:{position:"fixed"}},h)},Ci={};Object.values(Ti).forEach(t=>{Ci[t.extend.type]=t});const rr=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:o=20,loadingImage:a,appDomain:l,licenseUrl:s,enabledMetaConversionApi:d})=>{var r,v,c,h,m,f,x,w,I,p,T;const b=n.useMemo(()=>{var E;return location?.search?(E=location?.search)===null||E===void 0?void 0:E.replace("?",""):""},[]);return n.createElement(qi,{resolver:Ci,enableDataSource:!1,schema:t?.data,utmVal:b},n.createElement(Wi,{utmVal:b,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:(h=(c=t?.sxp_parameter)===null||c===void 0?void 0:c.default_recommend)!==null&&h!==void 0?h:i,hashTagSize:(f=(m=t?.sxp_parameter)===null||m===void 0?void 0:m.hash_tag_size)!==null&&f!==void 0?f:o,loadingImage:a,appDomain:l,enabledMetaConversionApi:d,isShowTag:(I=(w=(x=t?.data)===null||x===void 0?void 0:x.sxpPageConf)===null||w===void 0?void 0:w.globalConfig)===null||I===void 0?void 0:I.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:E,tagList:P})=>{var g;return n.createElement(n.Fragment,null,n.createElement(Oo,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:P,data:E,resolver:Ci,licenseUrl:s})),n.createElement(sr,null))}}))};var dr=n.memo(rr);const Ro=n.createContext({}),cr=({children:t,data:e})=>{var i,o,a,l,s,d,r,v,c,h,m,f,x;const[w,I]=n.useState(!1),[p,T]=n.useState(!1);return n.createElement(Ro.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.default_recommend,personalizedRecommend:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.hash_tag_size,loadingImage:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.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:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.privacy_policy_url,privacyTitle:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.privacy_title,template:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.template,industry:(x=e?.sxp_parameter)===null||x===void 0?void 0:x.industry},appDomain:e?.appDomain,openHashtag:w,setOpenHashtag:I,openConsent:p,setOpenConsent:T,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter}},t)};function ur(){return n.useContext(Ro)}exports.DiyPortalPreview=ar,exports.EditorDataProvider=cr,exports.Modal=Pt,exports.SxpDataSourceProvider=Wi,exports.SxpPageCore=dr,exports.SxpPageRender=Oo,exports.core=ln,exports.default=Yo,exports.materials=Ti,exports.useEditorDataProvider=ur;
|
7
7
|
//# sourceMappingURL=index.min.cjs.map
|