pb-sxp-ui 1.0.53 → 1.0.54

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.
Files changed (37) hide show
  1. package/dist/index.cjs +72 -23
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.js +72 -23
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.cjs +3 -3
  6. package/dist/index.min.cjs.map +1 -1
  7. package/dist/index.min.js +3 -3
  8. package/dist/index.min.js.map +1 -1
  9. package/dist/pb-ui.js +72 -23
  10. package/dist/pb-ui.js.map +1 -1
  11. package/dist/pb-ui.min.js +3 -3
  12. package/dist/pb-ui.min.js.map +1 -1
  13. package/es/core/components/SxpPageCore/index.d.ts +1 -0
  14. package/es/core/components/SxpPageCore/index.js +2 -2
  15. package/es/core/components/SxpPageRender/Popup/index.js +1 -1
  16. package/es/core/components/SxpPageRender/VideoWidget/index.js +10 -2
  17. package/es/core/components/SxpPageRender/index.js +11 -2
  18. package/es/core/context/SxpDataSourceProvider.d.ts +7 -0
  19. package/es/core/context/SxpDataSourceProvider.js +15 -2
  20. package/es/materials/sxp/popup/AppointForm/index.d.ts +1 -0
  21. package/es/materials/sxp/popup/AppointForm/index.js +14 -9
  22. package/es/materials/sxp/popup/CommodityDetail/index.js +8 -1
  23. package/es/materials/sxp/popup/CommodityDetailDiro/index.js +8 -1
  24. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +8 -1
  25. package/lib/core/components/SxpPageCore/index.d.ts +1 -0
  26. package/lib/core/components/SxpPageCore/index.js +2 -2
  27. package/lib/core/components/SxpPageRender/Popup/index.js +1 -1
  28. package/lib/core/components/SxpPageRender/VideoWidget/index.js +10 -2
  29. package/lib/core/components/SxpPageRender/index.js +11 -2
  30. package/lib/core/context/SxpDataSourceProvider.d.ts +7 -0
  31. package/lib/core/context/SxpDataSourceProvider.js +15 -2
  32. package/lib/materials/sxp/popup/AppointForm/index.d.ts +1 -0
  33. package/lib/materials/sxp/popup/AppointForm/index.js +14 -9
  34. package/lib/materials/sxp/popup/CommodityDetail/index.js +8 -1
  35. package/lib/materials/sxp/popup/CommodityDetailDiro/index.js +8 -1
  36. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +8 -1
  37. package/package.json +1 -1
package/dist/index.min.js CHANGED
@@ -1,7 +1,7 @@
1
- import{isEmpty as yt,isEqual as hi,cloneDeep as pt,debounce as Bt,throttle as wt,get as gi}from"lodash";import{v4 as hn}from"uuid";import gn from"pako";import v,{useContext as vt,useMemo as Q,createContext as ft,memo as se,useState as G,useRef as Z,useEffect as ee,useCallback as re,forwardRef as St,useImperativeHandle as bi,useLayoutEffect as bn}from"react";import yi from"qs";import{css as J}from"@emotion/css";import{BetaSchemaForm as yn}from"@ant-design/pro-components";import*as wi from"react-dom";import wn from"eventemitter3";import Si from"hls.js";function we(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 o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(i[n[o]]=t[n[o]]);return i}function Te(t,e,i,n){function o(l){return l instanceof i?l:new i(function(a){a(l)})}return new(i||(i=Promise))(function(l,a){function s(d){try{c(n.next(d))}catch(p){a(p)}}function r(d){try{c(n.throw(d))}catch(p){a(p)}}function c(d){d.done?l(d.value):o(d.value).then(s,r)}c((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Sn=/:\w+/g;var Ti=(t,e)=>Te(void 0,void 0,void 0,function*(){const i={},n={};for(let o=0;o<e?.length;o++){const{id:l,method:a,url:s,urlParams:r,name:c,queryString:d,headers:p,body:f}=e[o];let m=s;r&&Object.entries(r).forEach(([g,b])=>{m=m.replace(Sn,D=>D===g?b:D)}),d&&(m+=d),n[l]=c;try{const g=yield fetch(m,{method:a,headers:Object.assign({"Content-Type":"application/json"},p),body:JSON.stringify(f)}).then(b=>b.json());i[l]=g}catch(g){console.error("DataSource request error: ",g),i[l]={}}}return{$store:i,idMapName:n}});const xi="SXP_TOKEN_INFO",Tn=(t,e)=>Te(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),o=t.getAppId(),l=t.getApiUrl(),a=window.localStorage.getItem(xi);let s=JSON.parse(a||"{}");if(Date.now()>((i=s?.expireTime)!==null&&i!==void 0?i:0)){const c=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":o||""}}).then(d=>d.json());if(c.success){const d=c.data;s=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(xi,JSON.stringify(s))}}return s});function Tt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let o;if(e=e||i.length,t)for(o=0;o<t;o++)n[o]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",o=0;o<36;o++)n[o]||(l=0|Math.random()*16,n[o]=i[o===19?l&3|8:l])}return n.join("")}const xn=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let o=0;for(;o<t;)e+=i.charAt(Math.floor(Math.random()*n)),o+=1;return e},En=()=>{const t=hn();return t?.replaceAll?t.replaceAll("-",""):xn(32)};function Ei(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),o=gn.inflate(n,{to:"string"});return JSON.parse(o)}let zt=null;const In={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Cn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,zt)return zt;zt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?In[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let Se=null;const Dn={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{Se||(Se=new Cn),n&&Se.setApiUrl(n),Se.setAppId(t),Se.setTenantId(e),Se.setEnv(i)},getDetail:t=>{if(!Se)return;const e=Se.getTenantId(),i=Se.getAppId(),n=Se.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>Te(void 0,void 0,void 0,function*(){var l,a;const s=yield o.json(),r=Ei((l=s?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:c}=yield Ti(n,(a=r?.dataSource)!==null&&a!==void 0?a:[]);s.data.data=r,Object.assign(s.data.data,{__STORE__:c})}return s}))},getSxpDetailByPageId:t=>Te(void 0,void 0,void 0,function*(){if(!Se)return;const e=Se.getTenantId(),i=Se.getAppId(),n=Se.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>Te(void 0,void 0,void 0,function*(){var l;const a=yield o.json();if(!a.success)return;const s=Ei((l=a?.data)===null||l===void 0?void 0:l.data);return a.data.data=s,a.data}))}),getSxpRecommendVideoData:t=>Te(void 0,void 0,void 0,function*(){if(!Se)return;const e=yield Tn(Se,t),i=Tt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");yt(n)&&(n=Tt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const o=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 o?.data||null})};function Fe(){return vt(Oi)}function _n(){return vt(Pi)}const Vt="feRealSessionIdKey",Ii=()=>{const t=En();return`${Date.now()}${t}`},kn=()=>{let t=Pn();return t||(t=Ii(),window.sessionStorage.setItem(Vt,t)),t},An=()=>{const t=Ii();window.sessionStorage.setItem(Vt,t)},Pn=()=>window.sessionStorage.getItem(Vt),Ci="SXP_FAKE_USER_ID",Di="FAKE_USER_STATE",On=()=>{let t=window.localStorage.getItem(Ci);return yt(t)&&(t=Tt(36,62),window.localStorage.setItem(Ci,t)),t},Mn=()=>{const t=window.localStorage.getItem(Di);return yt(t)&&window.localStorage.setItem(Di,"true"),yt(t)};function _e(t,e){const{appDomain:i}=pe();return Q(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const _i=ft({rtcList:[],tagList:[]});var Rt;(function(t){t[t.BFF=5]="BFF"})(Rt||(Rt={}));const Ln=["utm_source","utm_medium","utm_campaign","utm_id","utm_content","cl_source"],jn=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:o,defaultSize:l,isPreview:a=!1,sxpParameter:s,appDomain:r,hashTagSize:c,loadingImage:d,isOpenHashTag:p=!1})=>{const[f,m]=G([]),[g,b]=G([]),[D,u]=G(!1),[w,h]=G({rtc:"",requestId:""}),I=Z(null),y=Z(!1),[S,O]=G(),[C,T]=G(),[E,k]=G(p),[x,_]=G([]),[M,B]=G(0),[R,$]=G(!1),[F,j]=G(null);ee(()=>{k(p)},[p]);const N=Q(()=>e?.find(V=>V.type===Rt.BFF),[e]),P=re((V,z)=>{if(!N)return;const Y=N.url,he=On();if(z?.query){const fe=yi.stringify(z.query);V=`${V}?${fe}`}return z.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Y}/api/v1${V}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},N.headers),{"x-user-id":he}),z.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Y}/api/v1${V}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":he},N.headers),method:z.method,body:JSON.stringify(z.body)}).then(fe=>fe.json()).catch(fe=>Promise.reject(fe))},[N]),A=re(V=>Te(void 0,void 0,void 0,function*(){var z,Y,he,fe,Oe;if(V={maxSize:(z=V?.maxSize)!==null&&z!==void 0?z:o,defaultSize:(Y=V?.defaultSize)!==null&&Y!==void 0?Y:l,"itemFilter.itemId":V?.["itemFilter.itemId"],"itemFilter.itemType":V?.["itemFilter.itemType"],hashTag:V?.hashTag,traceInfo:V?.traceInfo},i){const De=(Oe=(fe=(he=i?.split("&"))===null||he===void 0?void 0:he.filter(Ge=>{const Ee=Ge.split("=")[0];return Ln.includes(Ee)}))===null||fe===void 0?void 0:fe.join("&"))!==null&&Oe!==void 0?Oe:"";V=Object.assign(Object.assign({},V),{channel:decodeURIComponent(De)})}const ge=yield P?.("/recommend/list",{method:"GET",query:V});if(ge?.success)return V?.hashTag||h({rtc:ge.data.rtc,requestId:ge.data.requestId}),ge?.data}),[P,i,o,l]),U=re(()=>Te(void 0,void 0,void 0,function*(){var V,z;if(f.length<=0)return;const Y=yield A({hashTag:C?.hashTag,"itemFilter.itemId":C?.itemId,"itemFilter.itemType":C?.itemType});m(f.concat((V=Y?.recList)!==null&&V!==void 0?V:[])),_(x.concat((z=Y?.recList)!==null&&z!==void 0?z:[]))}),[A,f,C,x]),H=re(({userInfo:V,eventInfo:z})=>{if(!n)return;V||(V={});const Y=kn(),he=Object.assign({sessionID:Y,rtc:w.rtc,requestId:w.requestId},z),fe=Object.entries(V).map(([ge,De])=>({name:ge,value:De})),Oe=Object.entries(he).map(([ge,De])=>De&&{name:ge,value:De}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",V),console.log("eventInfo:",he),console.log("========= \u7ED3\u675F ========="),P?.("/event/report",{method:"POST",body:{userInfo:fe,eventInfo:Oe},type:"beacon"})},[P,w,n]),q=re(V=>Te(void 0,void 0,void 0,function*(){const z=yield P?.("/recommend/like",{method:"POST",body:V});return z?.success}),[P]),te=re(V=>Te(void 0,void 0,void 0,function*(){const z=yield P?.("/recommend/unlike",{method:"POST",body:V});return z?.success}),[P]),de=re(V=>Te(void 0,void 0,void 0,function*(){const z=yield P?.("/customform",{method:"POST",body:V});return z?.success}),[P]),ce=re(()=>Te(void 0,void 0,void 0,function*(){var V,z;if(i)try{const Y=yield P?.("/tag/list",{method:"GET",query:{channel:i}});b((z=(V=Y?.data)===null||V===void 0?void 0:V.tags)!==null&&z!==void 0?z:[])}catch(Y){console.log("e",Y)}}),[P,i]),X=re((V,z,Y,he)=>{var fe,Oe,ge,De,Ge,Ee,dt,it,nt,ct,ot,ut;const ye=Y?.bindCta,Nt=((fe=z?.video)===null||fe===void 0?void 0:fe.bindProduct)||((Oe=z?.video)===null||Oe===void 0?void 0:Oe.bindProducts)&&((De=(ge=z?.video)===null||ge===void 0?void 0:ge.bindProducts)===null||De===void 0?void 0:De.length)>0;let $e="";R?$e="hashTagPage":!((Ge=z?.video)===null||Ge===void 0)&&Ge.url?$e="videoPage":!((dt=(Ee=z?.video)===null||Ee===void 0?void 0:Ee.imgUrls)===null||dt===void 0)&&dt.length&&($e="imagePage"),H?.({eventInfo:Object.assign(Object.assign({},V),{ctaId:(it=ye?.itemId)!==null&&it!==void 0?it:"",ctaName:(nt=ye?.title)!==null&&nt!==void 0?nt:"",contentTags:JSON.stringify(ye?.tags),position:he+"",contentId:(ot=(ct=z?.video)===null||ct===void 0?void 0:ct.itemId)!==null&&ot!==void 0?ot:"",productId:Nt?Y?.itemId:"",traceInfo:(ut=ye?.traceInfo)!==null&&ut!==void 0?ut:"",fromKName:$e})})},[H,R]);ee(()=>{u(!0),ce(),A().then(V=>{var z,Y;m((z=V?.recList)!==null&&z!==void 0?z:[]),_((Y=V?.recList)!==null&&Y!==void 0?Y:[])}).finally(()=>{u(!1),y.current=!0})},[]),ee(()=>{y.current&&(u(!0),ce(),A().then(V=>{var z,Y;m((z=V?.recList)!==null&&z!==void 0?z:[]),_((Y=V?.recList)!==null&&Y!==void 0?Y:[])}).finally(()=>{u(!1)}))},[A,ce]);const ae=_e("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return v.createElement(_i.Provider,{value:{rtcList:f,setRtcList:m,mutateLike:q,mutateUnlike:te,submitForm:de,popupDetailData:S,loadVideos:U,setPopupDetailData:O,getRecommendVideos:A,bffEventReport:H,utmVal:i,isPreview:a,loading:D,sxpParameter:s,waterFallData:C,setWaterFallData:T,ctaEvent:X,swiperRef:I,openHashtag:E,setOpenHashtag:k,cacheRtcList:x,setCacheRtcList:_,cacheActiveIndex:M,setCacheActiveIndex:B,isFromHashtag:R,setIsFromHashtag:$,appDomain:r,hashTagSize:c,loadingImage:d??ae,isOpenHashTag:p,tagList:g,setLoading:u,videoRef:F,setVideoRef:j}},t({rtcList:f,mutateLike:q,mutateUnlike:te,submitForm:de,tagList:g}))};var ki=se(jn);function pe(){return vt(_i)}var Ai;(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"})(Ai||(Ai={}));const Pi=ft({$store:{},options:[],configs:[]}),Nn=({children:t,isSsr:e,enable:i})=>{const[n,o]=G([]),{schema:l}=Fe(),[a,s]=G(l.__STORE__||{}),[r,c]=G([]);ee(()=>{var f;e||hi(r,l?.dataSource)||c((f=l?.dataSource)!==null&&f!==void 0?f:[])},[l?.dataSource,e]);const d=re(()=>Te(void 0,void 0,void 0,function*(){const{$store:f,idMapName:m}=yield Ti("",r);s(f),p(f,m)}),[r]),p=(f,m)=>{const g=[];Object.entries(f).forEach(([b,D])=>{Object.keys(D).forEach(u=>{const w={label:`${m[b]} - ${u}`,value:`{{ ${b}.${u} }}`};g.push(w)})}),o(g)};return ee(()=>{e||d()},[d,e,l]),i?v.createElement(Pi.Provider,{value:{$store:l.__STORE__||a,options:n,configs:r}},t):t};var Bn=se(Nn);const xt={id:Tt(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},Ft={id:"",duration:0,name:"none"},Oi=v.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[xt],redoStack:[],popup:Ft,setPopup:()=>{}}),Mi=St(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:o=!0,utmVal:l},a)=>{const[s,r]=G(null),[c,d]=G(n||{pointData:[xt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[p,f]=G([xt]),[m,g]=G([[xt]]),[b,D]=G([]),[u,w]=G(Ft);typeof window<"u"&&(window.sxpPopup=(O,C)=>{w(Object.assign(Object.assign(Object.assign({},Ft),{id:O}),C))}),typeof window<"u"&&(window.getJointUtmLink=O=>O?.indexOf("?")!==-1?O+(l?"&"+l:""):O+(l?"?"+l:"")),ee(()=>{g([c.pointData]),D([])},[c.type]);const h=re(O=>{const C=pt(c);C&&(C.dataSource=O,d?.(C))},[c]),[I,y]=G();bi(a,()=>({loadSchema(O){O&&(g([O.pointData]),d(O))},exportSchema(){return pt(c)},getPageInfoData(){return I},initPageInfoData(O){O&&y(O)}}));const S=Q(()=>{if(c)return c.type==="PC"?c.pcPageConf:c.mobilePageConf},[c]);return v.createElement(Oi.Provider,{value:{resolver:e,currentNode:s,schema:c,setCurrentNode:r,setSchema:d,saveDataSource:h,prePiontData:p,setPrePiontData:f,pageInfoData:I,setPageInfoData:O=>y(Object.assign(Object.assign({},I),O)),undoStack:m,redoStack:b,setRedoStack:D,setUndoStack:g,getCurPageConf:S,popup:u,setPopup:w}},v.createElement(Bn,{isSsr:i,enable:o},t))});var zn=Object.freeze({__proto__:null,EditorCore:Mi}),Vn=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const oe=[{label:"\u5E94\u7528\u5B57\u4F53",value:"appFont"},{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}];var Rn={fontOptions:oe},Ht,Fn=[{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:"Color",name:["textStyle","color"]},{type:"Select",name:["textStyle","fontFamily"],options:oe,initialValue:(Ht=oe?.[0])===null||Ht===void 0?void 0:Ht.value},{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"]},{label:"\u63D0\u4EA4\u6587\u672C\u989C\u8272",type:"Color",name:["props","submitColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];const Hn=t=>{var{columns:e,style:i,title:n,textStyle:o,submitBgColor:l,submitColor:a,submitText:s,layoutType:r,onClick:c}=t,d=we(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","onClick"]);const{submitForm:p}=pe(),f=Z(),[m,g]=G(!1),b=Q(()=>[{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"}],[]),D=Q(()=>{if(r===void 0){const w=pt(e)||b;return w?.map(h=>Object.assign(Object.assign({},h),{title:void 0,fieldProps:{placeholder:h?.title}}))}else return pt(e)||b},[r,e,b]),u=Bt(()=>Te(void 0,void 0,void 0,function*(){var w,h,I;g(!0);const y=yield(w=f?.current)===null||w===void 0?void 0:w.getFieldsValue(),S=(I=(h=Object.keys(y))===null||h===void 0?void 0:h.map(C=>({name:C,value:y[C]})))===null||I===void 0?void 0:I.filter(C=>C?.value);if(!S||!S?.length)return;const O=yield p?.({attributes:S});g(!1),O&&(window?.sxpPopup(""),O&&c?.())}),1e3);return v.createElement("div",{className:"pb-appoint-form"},v.createElement("div",{className:`pb-appoint-form-title ${J(Object.assign({},o))}`},n),v.createElement("div",Object.assign({className:J(Object.assign({},i))},d),v.createElement("div",{className:"pb-appoint-form-container"},v.createElement(yn,{columns:D,submitter:!1,layout:r,autoFocusFirstInput:!1,size:"large",formRef:f,className:"panel-reset"}))),v.createElement("div",{className:"pb-appoint-form-btn-wrapper"},v.createElement("button",{onClick:u,className:"pb-appoint-form-btn",style:{color:a,background:l}},m?v.createElement(v.Fragment,null,"loading..."):s)))};var Un=se(Hn);function Ie(t,e){return t.extend=e,t}const Gn=Ie(Un,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Fn,bindableProps:[],interactionRender:Vn},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 Ut,Gt,$n=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"}]},{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"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Color",name:["color"]},{type:"Select",options:oe,name:["fontFamily"],initialValue:(Ut=oe?.[0])===null||Ut===void 0?void 0:Ut.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:oe,initialValue:(Gt=oe?.[0])===null||Gt===void 0?void 0:Gt.value},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];function Li(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function $t(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Li(e[i])&&Li(t[i])&&Object.keys(e[i]).length>0&&$t(t[i],e[i])})}const ji={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function je(){const t=typeof document<"u"?document:{};return $t(t,ji),t}const Wn={document:ji,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(t){return typeof setTimeout>"u"?(t(),null):setTimeout(t,0)},cancelAnimationFrame(t){typeof setTimeout>"u"||clearTimeout(t)}};function xe(){const t=typeof window<"u"?window:{};return $t(t,Wn),t}function qe(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function qn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function lt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function ke(){return Date.now()}function Yn(t){const e=xe();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Xn(t,e){e===void 0&&(e="x");const i=xe();let n,o,l;const a=Yn(t);return i.WebKitCSSMatrix?(o=a.transform||a.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(s=>s.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(o==="none"?"":o)):(l=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?o=l.m41:n.length===16?o=parseFloat(n[12]):o=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?o=l.m42:n.length===16?o=parseFloat(n[13]):o=parseFloat(n[5])),o||0}function Et(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Jn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Ce(){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&&!Jn(n)){const o=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,a=o.length;l<a;l+=1){const s=o[l],r=Object.getOwnPropertyDescriptor(n,s);r!==void 0&&r.enumerable&&(Et(t[s])&&Et(n[s])?n[s].__swiper__?t[s]=n[s]:Ce(t[s],n[s]):!Et(t[s])&&Et(n[s])?(t[s]={},n[s].__swiper__?t[s]=n[s]:Ce(t[s],n[s])):t[s]=n[s])}}}return t}function It(t,e,i){t.style.setProperty(e,i)}function Ni(t){let{swiper:e,targetPosition:i,side:n}=t;const o=xe(),l=-e.translate;let a=null,s;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(e.cssModeFrameID);const c=i>l?"next":"prev",d=(f,m)=>c==="next"&&f>=m||c==="prev"&&f<=m,p=()=>{s=new Date().getTime(),a===null&&(a=s);const f=Math.max(Math.min((s-a)/r,1),0),m=.5-Math.cos(f*Math.PI)/2;let g=l+m*(i-l);if(d(g,i)&&(g=i),e.wrapperEl.scrollTo({[n]:g}),d(g,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:g})}),o.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=o.requestAnimationFrame(p)};p()}function Ne(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function Ct(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:qe(e)),i}function Kn(t){const e=xe(),i=je(),n=t.getBoundingClientRect(),o=i.body,l=t.clientTop||o.clientTop||0,a=t.clientLeft||o.clientLeft||0,s=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+s-l,left:n.left+r-a}}function Qn(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 Zn(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 Ye(t,e){return xe().getComputedStyle(t,null).getPropertyValue(e)}function Dt(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Bi(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 Wt(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function qt(t,e,i){const n=xe();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 Be(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function eo(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=xe();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 a,s=ke(),r;const c=[];function d(h){let O=0,C=0,T=0,E=0;return"detail"in h&&(C=h.detail),"wheelDelta"in h&&(C=-h.wheelDelta/120),"wheelDeltaY"in h&&(C=-h.wheelDeltaY/120),"wheelDeltaX"in h&&(O=-h.wheelDeltaX/120),"axis"in h&&h.axis===h.HORIZONTAL_AXIS&&(O=C,C=0),T=O*10,E=C*10,"deltaY"in h&&(E=h.deltaY),"deltaX"in h&&(T=h.deltaX),h.shiftKey&&!T&&(T=E,E=0),(T||E)&&h.deltaMode&&(h.deltaMode===1?(T*=40,E*=40):(T*=800,E*=800)),T&&!O&&(O=T<1?-1:1),E&&!C&&(C=E<1?-1:1),{spinX:O,spinY:C,pixelX:T,pixelY:E}}function p(){e.enabled&&(e.mouseEntered=!0)}function f(){e.enabled&&(e.mouseEntered=!1)}function m(h){return e.params.mousewheel.thresholdDelta&&h.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&ke()-s<e.params.mousewheel.thresholdTime?!1:h.delta>=6&&ke()-s<60?!0:(h.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),o("scroll",h.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),o("scroll",h.raw)),s=new l.Date().getTime(),!1)}function g(h){const I=e.params.mousewheel;if(h.direction<0){if(e.isEnd&&!e.params.loop&&I.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&I.releaseOnEdges)return!0;return!1}function b(h){let I=h,y=!0;if(!e.enabled||h.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const S=e.params.mousewheel;e.params.cssMode&&I.preventDefault();let O=e.el;e.params.mousewheel.eventsTarget!=="container"&&(O=document.querySelector(e.params.mousewheel.eventsTarget));const C=O&&O.contains(I.target);if(!e.mouseEntered&&!C&&!S.releaseOnEdges)return!0;I.originalEvent&&(I=I.originalEvent);let T=0;const E=e.rtlTranslate?-1:1,k=d(I);if(S.forceToAxis)if(e.isHorizontal())if(Math.abs(k.pixelX)>Math.abs(k.pixelY))T=-k.pixelX*E;else return!0;else if(Math.abs(k.pixelY)>Math.abs(k.pixelX))T=-k.pixelY;else return!0;else T=Math.abs(k.pixelX)>Math.abs(k.pixelY)?-k.pixelX*E:-k.pixelY;if(T===0)return!0;S.invert&&(T=-T);let x=e.getTranslate()+T*S.sensitivity;if(x>=e.minTranslate()&&(x=e.minTranslate()),x<=e.maxTranslate()&&(x=e.maxTranslate()),y=e.params.loop?!0:!(x===e.minTranslate()||x===e.maxTranslate()),y&&e.params.nested&&I.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const _={time:ke(),delta:Math.abs(T),direction:Math.sign(T),raw:h};c.length>=2&&c.shift();const M=c.length?c[c.length-1]:void 0;if(c.push(_),M?(_.direction!==M.direction||_.delta>M.delta||_.time>M.time+150)&&m(_):m(_),g(_))return!0}else{const _={time:ke(),delta:Math.abs(T),direction:Math.sign(T)},M=r&&_.time<r.time+500&&_.delta<=r.delta&&_.direction===r.direction;if(!M){r=void 0;let B=e.getTranslate()+T*S.sensitivity;const R=e.isBeginning,$=e.isEnd;if(B>=e.minTranslate()&&(B=e.minTranslate()),B<=e.maxTranslate()&&(B=e.maxTranslate()),e.setTransition(0),e.setTranslate(B),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!R&&e.isBeginning||!$&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:_.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,c.length>=15&&c.shift();const F=c.length?c[c.length-1]:void 0,j=c[0];if(c.push(_),F&&(_.delta>F.delta||_.direction!==F.direction))c.splice(0);else if(c.length>=15&&_.time-j.time<500&&j.delta-_.delta>=1&&_.delta<=6){const N=T>0?.8:.2;r=_,c.splice(0),a=lt(()=>{e.slideToClosest(e.params.speed,!0,void 0,N)},0)}a||(a=lt(()=>{r=_,c.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(M||o("scroll",I),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),S.releaseOnEdges&&(B===e.minTranslate()||B===e.maxTranslate()))return!0}}return I.preventDefault?I.preventDefault():I.returnValue=!1,!1}function D(h){let I=e.el;e.params.mousewheel.eventsTarget!=="container"&&(I=document.querySelector(e.params.mousewheel.eventsTarget)),I[h]("mouseenter",p),I[h]("mouseleave",f),I[h]("wheel",b)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",b),!0):e.mousewheel.enabled?!1:(D("addEventListener"),e.mousewheel.enabled=!0,!0)}function w(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,b),!0):e.mousewheel.enabled?(D("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:u,disable:w})}function zi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(o=>{if(!i[o]&&i.auto===!0){let l=Ne(t.el,`.${n[o]}`)[0];l||(l=mt("div",n[o]),l.className=n[o],t.el.append(l)),i[o]=l,e[o]=l}}),i}function st(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function _t(t){let{swiper:e,extendParams:i,on:n,emit:o}=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:u=>u,formatFractionTotal:u=>u,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 a,s=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function c(u,w){const{bulletActiveClass:h}=e.params.pagination;u&&(u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${h}-${w}`),u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${h}-${w}-${w}`)))}function d(u){const w=u.target.closest(st(e.params.pagination.bulletClass));if(!w)return;u.preventDefault();const h=Dt(w)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===h)return;e.slideToLoop(h)}else e.slideTo(h)}function p(){const u=e.rtl,w=e.params.pagination;if(r())return;let h=e.pagination.el;h=Be(h);let I,y;const S=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,O=e.params.loop?Math.ceil(S/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(y=e.previousRealIndex||0,I=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(I=e.snapIndex,y=e.previousSnapIndex):(y=e.previousIndex||0,I=e.activeIndex||0),w.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const C=e.pagination.bullets;let T,E,k;if(w.dynamicBullets&&(a=qt(C[0],e.isHorizontal()?"width":"height",!0),h.forEach(x=>{x.style[e.isHorizontal()?"width":"height"]=`${a*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&y!==void 0&&(s+=I-(y||0),s>w.dynamicMainBullets-1?s=w.dynamicMainBullets-1:s<0&&(s=0)),T=Math.max(I-s,0),E=T+(Math.min(C.length,w.dynamicMainBullets)-1),k=(E+T)/2),C.forEach(x=>{const _=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(M=>`${w.bulletActiveClass}${M}`)].map(M=>typeof M=="string"&&M.includes(" ")?M.split(" "):M).flat();x.classList.remove(..._)}),h.length>1)C.forEach(x=>{const _=Dt(x);_===I?x.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&x.setAttribute("part","bullet"),w.dynamicBullets&&(_>=T&&_<=E&&x.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),_===T&&c(x,"prev"),_===E&&c(x,"next"))});else{const x=C[I];if(x&&x.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&C.forEach((_,M)=>{_.setAttribute("part",M===I?"bullet-active":"bullet")}),w.dynamicBullets){const _=C[T],M=C[E];for(let B=T;B<=E;B+=1)C[B]&&C[B].classList.add(...`${w.bulletActiveClass}-main`.split(" "));c(_,"prev"),c(M,"next")}}if(w.dynamicBullets){const x=Math.min(C.length,w.dynamicMainBullets+4),_=(a*x-a)/2-k*a,M=u?"right":"left";C.forEach(B=>{B.style[e.isHorizontal()?M:"top"]=`${_}px`})}}h.forEach((C,T)=>{if(w.type==="fraction"&&(C.querySelectorAll(st(w.currentClass)).forEach(E=>{E.textContent=w.formatFractionCurrent(I+1)}),C.querySelectorAll(st(w.totalClass)).forEach(E=>{E.textContent=w.formatFractionTotal(O)})),w.type==="progressbar"){let E;w.progressbarOpposite?E=e.isHorizontal()?"vertical":"horizontal":E=e.isHorizontal()?"horizontal":"vertical";const k=(I+1)/O;let x=1,_=1;E==="horizontal"?x=k:_=k,C.querySelectorAll(st(w.progressbarFillClass)).forEach(M=>{M.style.transform=`translate3d(0,0,0) scaleX(${x}) scaleY(${_})`,M.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(C.innerHTML=w.renderCustom(e,I+1,O),T===0&&o("paginationRender",C)):(T===0&&o("paginationRender",C),o("paginationUpdate",C)),e.params.watchOverflow&&e.enabled&&C.classList[e.isLocked?"add":"remove"](w.lockClass)})}function f(){const u=e.params.pagination;if(r())return;const w=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 h=e.pagination.el;h=Be(h);let I="";if(u.type==="bullets"){let y=e.params.loop?Math.ceil(w/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&y>w&&(y=w);for(let S=0;S<y;S+=1)u.renderBullet?I+=u.renderBullet.call(e,S,u.bulletClass):I+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?I=u.renderFraction.call(e,u.currentClass,u.totalClass):I=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?I=u.renderProgressbar.call(e,u.progressbarFillClass):I=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],h.forEach(y=>{u.type!=="custom"&&(y.innerHTML=I||""),u.type==="bullets"&&e.pagination.bullets.push(...y.querySelectorAll(st(u.bulletClass)))}),u.type!=="custom"&&o("paginationRender",h[0])}function m(){e.params.pagination=zi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let w;typeof u.el=="string"&&e.isElement&&(w=e.el.querySelector(u.el)),!w&&typeof u.el=="string"&&(w=[...document.querySelectorAll(u.el)]),w||(w=u.el),!(!w||w.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(w)&&w.length>1&&(w=[...e.el.querySelectorAll(u.el)],w.length>1&&(w=w.filter(h=>Bi(h,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=Be(w),w.forEach(h=>{u.type==="bullets"&&u.clickable&&h.classList.add(...(u.clickableClass||"").split(" ")),h.classList.add(u.modifierClass+u.type),h.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(h.classList.add(`${u.modifierClass}${u.type}-dynamic`),s=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&h.classList.add(u.progressbarOppositeClass),u.clickable&&h.addEventListener("click",d),e.enabled||h.classList.add(u.lockClass)}))}function g(){const u=e.params.pagination;if(r())return;let w=e.pagination.el;w&&(w=Be(w),w.forEach(h=>{h.classList.remove(u.hiddenClass),h.classList.remove(u.modifierClass+u.type),h.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(h.classList.remove(...(u.clickableClass||"").split(" ")),h.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(h=>h.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:w}=e.pagination;w=Be(w),w.forEach(h=>{h.classList.remove(u.horizontalClass,u.verticalClass),h.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?D():(m(),f(),p())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&p()}),n("snapIndexChange",()=>{p()}),n("snapGridLengthChange",()=>{f(),p()}),n("destroy",()=>{g()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Be(u),u.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{p()}),n("click",(u,w)=>{const h=w.target,I=Be(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&I&&I.length>0&&!h.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&h===e.navigation.nextEl||e.navigation.prevEl&&h===e.navigation.prevEl))return;const y=I[0].classList.contains(e.params.pagination.hiddenClass);o(y===!0?"paginationShow":"paginationHide"),I.forEach(S=>S.classList.toggle(e.params.pagination.hiddenClass))}});const b=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Be(u),u.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),m(),f(),p()},D=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Be(u),u.forEach(w=>w.classList.add(e.params.pagination.paginationDisabledClass))),g()};Object.assign(e.pagination,{enable:b,disable:D,render:f,update:p,init:m,destroy:g})}function to(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=je();let a=!1,s=null,r=null,c,d,p,f;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 m(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:x,rtlTranslate:_}=e,{dragEl:M,el:B}=x,R=e.params.scrollbar,$=e.params.loop?e.progressLoop:e.progress;let F=d,j=(p-d)*$;_?(j=-j,j>0?(F=d-j,j=0):-j+d>p&&(F=p+j)):j<0?(F=d+j,j=0):j+d>p&&(F=p-j),e.isHorizontal()?(M.style.transform=`translate3d(${j}px, 0, 0)`,M.style.width=`${F}px`):(M.style.transform=`translate3d(0px, ${j}px, 0)`,M.style.height=`${F}px`),R.hide&&(clearTimeout(s),B.style.opacity=1,s=setTimeout(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3))}function g(x){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${x}ms`)}function b(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:x}=e,{dragEl:_,el:M}=x;_.style.width="",_.style.height="",p=e.isHorizontal()?M.offsetWidth:M.offsetHeight,f=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=p*f:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?_.style.width=`${d}px`:_.style.height=`${d}px`,f>=1?M.style.display="none":M.style.display="",e.params.scrollbar.hide&&(M.style.opacity=0),e.params.watchOverflow&&e.enabled&&x.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function D(x){return e.isHorizontal()?x.clientX:x.clientY}function u(x){const{scrollbar:_,rtlTranslate:M}=e,{el:B}=_;let R;R=(D(x)-Kn(B)[e.isHorizontal()?"left":"top"]-(c!==null?c:d/2))/(p-d),R=Math.max(Math.min(R,1),0),M&&(R=1-R);const $=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*R;e.updateProgress($),e.setTranslate($),e.updateActiveIndex(),e.updateSlidesClasses()}function w(x){const _=e.params.scrollbar,{scrollbar:M,wrapperEl:B}=e,{el:R,dragEl:$}=M;a=!0,c=x.target===$?D(x)-x.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,x.preventDefault(),x.stopPropagation(),B.style.transitionDuration="100ms",$.style.transitionDuration="100ms",u(x),clearTimeout(r),R.style.transitionDuration="0ms",_.hide&&(R.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),o("scrollbarDragStart",x)}function h(x){const{scrollbar:_,wrapperEl:M}=e,{el:B,dragEl:R}=_;a&&(x.preventDefault?x.preventDefault():x.returnValue=!1,u(x),M.style.transitionDuration="0ms",B.style.transitionDuration="0ms",R.style.transitionDuration="0ms",o("scrollbarDragMove",x))}function I(x){const _=e.params.scrollbar,{scrollbar:M,wrapperEl:B}=e,{el:R}=M;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",B.style.transitionDuration=""),_.hide&&(clearTimeout(r),r=lt(()=>{R.style.opacity=0,R.style.transitionDuration="400ms"},1e3)),o("scrollbarDragEnd",x),_.snapOnRelease&&e.slideToClosest())}function y(x){const{scrollbar:_,params:M}=e,B=_.el;if(!B)return;const R=B,$=M.passiveListeners?{passive:!1,capture:!1}:!1,F=M.passiveListeners?{passive:!0,capture:!1}:!1;if(!R)return;const j=x==="on"?"addEventListener":"removeEventListener";R[j]("pointerdown",w,$),l[j]("pointermove",h,$),l[j]("pointerup",I,F)}function S(){!e.params.scrollbar.el||!e.scrollbar.el||y("on")}function O(){!e.params.scrollbar.el||!e.scrollbar.el||y("off")}function C(){const{scrollbar:x,el:_}=e;e.params.scrollbar=zi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const M=e.params.scrollbar;if(!M.el)return;let B;if(typeof M.el=="string"&&e.isElement&&(B=e.el.querySelector(M.el)),!B&&typeof M.el=="string"){if(B=l.querySelectorAll(M.el),!B.length)return}else B||(B=M.el);e.params.uniqueNavElements&&typeof M.el=="string"&&B.length>1&&_.querySelectorAll(M.el).length===1&&(B=_.querySelector(M.el)),B.length>0&&(B=B[0]),B.classList.add(e.isHorizontal()?M.horizontalClass:M.verticalClass);let R;B&&(R=B.querySelector(st(e.params.scrollbar.dragClass)),R||(R=mt("div",e.params.scrollbar.dragClass),B.append(R))),Object.assign(x,{el:B,dragEl:R}),M.draggable&&S(),B&&B.classList[e.enabled?"remove":"add"](...qe(e.params.scrollbar.lockClass))}function T(){const x=e.params.scrollbar,_=e.scrollbar.el;_&&_.classList.remove(...qe(e.isHorizontal()?x.horizontalClass:x.verticalClass)),O()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const x=e.params.scrollbar;let{el:_}=e.scrollbar;_=Be(_),_.forEach(M=>{M.classList.remove(x.horizontalClass,x.verticalClass),M.classList.add(e.isHorizontal()?x.horizontalClass:x.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?k():(C(),b(),m())}),n("update resize observerUpdate lock unlock changeDirection",()=>{b()}),n("setTranslate",()=>{m()}),n("setTransition",(x,_)=>{g(_)}),n("enable disable",()=>{const{el:x}=e.scrollbar;x&&x.classList[e.enabled?"remove":"add"](...qe(e.params.scrollbar.lockClass))}),n("destroy",()=>{T()});const E=()=>{e.el.classList.remove(...qe(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...qe(e.params.scrollbar.scrollbarDisabledClass)),C(),b(),m()},k=()=>{e.el.classList.add(...qe(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...qe(e.params.scrollbar.scrollbarDisabledClass)),T()};Object.assign(e.scrollbar,{enable:E,disable:k,updateSize:b,setTranslate:m,init:C,destroy:T})}function kt(t){let{swiper:e,extendParams:i,on:n,emit:o,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 a,s,r=l&&l.autoplay?l.autoplay.delay:3e3,c=l&&l.autoplay?l.autoplay.delay:3e3,d,p=new Date().getTime(),f,m,g,b,D,u,w;function h(F){!e||e.destroyed||!e.wrapperEl||F.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",h),!w&&E())}const I=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?f=!0:f&&(c=d,f=!1);const F=e.autoplay.paused?d:p+c-new Date().getTime();e.autoplay.timeLeft=F,o("autoplayTimeLeft",F,F/r),s=requestAnimationFrame(()=>{I()})},y=()=>{let F;return e.virtual&&e.params.virtual.enabled?F=e.slides.filter(N=>N.classList.contains("swiper-slide-active"))[0]:F=e.slides[e.activeIndex],F?parseInt(F.getAttribute("data-swiper-autoplay"),10):void 0},S=F=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(s),I();let j=typeof F>"u"?e.params.autoplay.delay:F;r=e.params.autoplay.delay,c=e.params.autoplay.delay;const N=y();!Number.isNaN(N)&&N>0&&typeof F>"u"&&(j=N,r=N,c=N),d=j;const P=e.params.speed,A=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(P,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,P,!0,!0),o("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(P,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,P,!0,!0),o("autoplay")),e.params.cssMode&&(p=new Date().getTime(),requestAnimationFrame(()=>{S()})))};return j>0?(clearTimeout(a),a=setTimeout(()=>{A()},j)):requestAnimationFrame(()=>{A()}),j},O=()=>{p=new Date().getTime(),e.autoplay.running=!0,S(),o("autoplayStart")},C=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(s),o("autoplayStop")},T=(F,j)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),F||(u=!0);const N=()=>{o("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",h):E()};if(e.autoplay.paused=!0,j){D&&(d=e.params.autoplay.delay),D=!1,N();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-p),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),N())},E=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(p=new Date().getTime(),u?(u=!1,S(d)):S(),e.autoplay.paused=!1,o("autoplayResume"))},k=()=>{if(e.destroyed||!e.autoplay.running)return;const F=je();F.visibilityState==="hidden"&&(u=!0,T(!0)),F.visibilityState==="visible"&&E()},x=F=>{F.pointerType==="mouse"&&(u=!0,w=!0,!(e.animating||e.autoplay.paused)&&T(!0))},_=F=>{F.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&E())},M=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",x),e.el.addEventListener("pointerleave",_))},B=()=>{e.el.removeEventListener("pointerenter",x),e.el.removeEventListener("pointerleave",_)},R=()=>{je().addEventListener("visibilitychange",k)},$=()=>{je().removeEventListener("visibilitychange",k)};n("init",()=>{e.params.autoplay.enabled&&(M(),R(),O())}),n("destroy",()=>{B(),$(),e.autoplay.running&&C()}),n("_freeModeStaticRelease",()=>{(g||u)&&E()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?C():T(!0,!0)}),n("beforeTransitionStart",(F,j,N)=>{e.destroyed||!e.autoplay.running||(N||!e.params.autoplay.disableOnInteraction?T(!0,!0):C())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){C();return}m=!0,g=!1,u=!1,b=setTimeout(()=>{u=!0,g=!0,T(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!m)){if(clearTimeout(b),clearTimeout(a),e.params.autoplay.disableOnInteraction){g=!1,m=!1;return}g&&e.params.cssMode&&E(),g=!1,m=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(D=!0)}),Object.assign(e.autoplay,{start:O,stop:C,pause:T,resume:E})}function io(t){let{swiper:e,extendParams:i,emit:n,once:o}=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 a(){if(e.params.cssMode)return;const{touchEventsData:r,touches:c}=e;r.velocities.length===0&&r.velocities.push({position:c[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:c[e.isHorizontal()?"currentX":"currentY"],time:ke()})}function s(r){let{currentPos:c}=r;if(e.params.cssMode)return;const{params:d,wrapperEl:p,rtlTranslate:f,snapGrid:m,touchEventsData:g}=e,D=ke()-g.touchStartTime;if(c<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(c>-e.maxTranslate()){e.slides.length<m.length?e.slideTo(m.length-1):e.slideTo(e.slides.length-1);return}if(d.freeMode.momentum){if(g.velocities.length>1){const C=g.velocities.pop(),T=g.velocities.pop(),E=C.position-T.position,k=C.time-T.time;e.velocity=E/k,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(k>150||ke()-C.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,g.velocities.length=0;let u=1e3*d.freeMode.momentumRatio;const w=e.velocity*u;let h=e.translate+w;f&&(h=-h);let I=!1,y;const S=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let O;if(h<e.maxTranslate())d.freeMode.momentumBounce?(h+e.maxTranslate()<-S&&(h=e.maxTranslate()-S),y=e.maxTranslate(),I=!0,g.allowMomentumBounce=!0):h=e.maxTranslate(),d.loop&&d.centeredSlides&&(O=!0);else if(h>e.minTranslate())d.freeMode.momentumBounce?(h-e.minTranslate()>S&&(h=e.minTranslate()+S),y=e.minTranslate(),I=!0,g.allowMomentumBounce=!0):h=e.minTranslate(),d.loop&&d.centeredSlides&&(O=!0);else if(d.freeMode.sticky){let C;for(let T=0;T<m.length;T+=1)if(m[T]>-h){C=T;break}Math.abs(m[C]-h)<Math.abs(m[C-1]-h)||e.swipeDirection==="next"?h=m[C]:h=m[C-1],h=-h}if(O&&o("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(f?u=Math.abs((-h-e.translate)/e.velocity):u=Math.abs((h-e.translate)/e.velocity),d.freeMode.sticky){const C=Math.abs((f?-h:h)-e.translate),T=e.slidesSizesGrid[e.activeIndex];C<T?u=d.speed:C<2*T?u=d.speed*1.5:u=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&I?(e.updateProgress(y),e.setTransition(u),e.setTranslate(h),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Wt(p,()=>{!e||e.destroyed||!g.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(y),Wt(p,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(h),e.setTransition(u),e.setTranslate(h),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Wt(p,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(h),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||D>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:a,onTouchEnd:s}})}let Yt;function no(){const t=xe(),e=je();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Vi(){return Yt||(Yt=no()),Yt}let Xt;function oo(t){let{userAgent:e}=t===void 0?{}:t;const i=Vi(),n=xe(),o=n.navigator.platform,l=e||n.navigator.userAgent,a={ios:!1,android:!1},s=n.screen.width,r=n.screen.height,c=l.match(/(Android);?[\s\/]+([\d.]+)?/);let d=l.match(/(iPad).*OS\s([\d_]+)/);const p=l.match(/(iPod)(.*OS\s([\d_]+))?/),f=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m=o==="Win32";let g=o==="MacIntel";const b=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&g&&i.touch&&b.indexOf(`${s}x${r}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),g=!1),c&&!m&&(a.os="android",a.android=!0),(d||f||p)&&(a.os="ios",a.ios=!0),a}function Ri(t){return t===void 0&&(t={}),Xt||(Xt=oo(t)),Xt}let Jt;function lo(){const t=xe(),e=Ri();let i=!1;function n(){const s=t.navigator.userAgent.toLowerCase();return s.indexOf("safari")>=0&&s.indexOf("chrome")<0&&s.indexOf("android")<0}if(n()){const s=String(t.navigator.userAgent);if(s.includes("Version/")){const[r,c]=s.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=r<16||r===16&&c<2}}const o=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),a=l||o&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:a,isWebView:o}}function so(){return Jt||(Jt=lo()),Jt}function ao(t){let{swiper:e,on:i,emit:n}=t;const o=xe();let l=null,a=null;const s=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(p=>{a=o.requestAnimationFrame(()=>{const{width:f,height:m}=e;let g=f,b=m;p.forEach(D=>{let{contentBoxSize:u,contentRect:w,target:h}=D;h&&h!==e.el||(g=w?w.width:(u[0]||u).inlineSize,b=w?w.height:(u[0]||u).blockSize)}),(g!==f||b!==m)&&s()})}),l.observe(e.el))},c=()=>{a&&o.cancelAnimationFrame(a),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},d=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof o.ResizeObserver<"u"){r();return}o.addEventListener("resize",s),o.addEventListener("orientationchange",d)}),i("destroy",()=>{c(),o.removeEventListener("resize",s),o.removeEventListener("orientationchange",d)})}function ro(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=[],a=xe(),s=function(d,p){p===void 0&&(p={});const f=a.MutationObserver||a.WebkitMutationObserver,m=new f(g=>{if(e.__preventObserver__)return;if(g.length===1){o("observerUpdate",g[0]);return}const b=function(){o("observerUpdate",g[0])};a.requestAnimationFrame?a.requestAnimationFrame(b):a.setTimeout(b,0)});m.observe(d,{attributes:typeof p.attributes>"u"?!0:p.attributes,childList:typeof p.childList>"u"?!0:p.childList,characterData:typeof p.characterData>"u"?!0:p.characterData}),l.push(m)},r=()=>{if(e.params.observer){if(e.params.observeParents){const d=Bi(e.hostEl);for(let p=0;p<d.length;p+=1)s(d[p])}s(e.hostEl,{childList:e.params.observeSlideChildren}),s(e.wrapperEl,{attributes:!1})}},c=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",c)}var co={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const o=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][o](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function o(){n.off(t,o),o.__emitterProxy&&delete o.__emitterProxy;for(var l=arguments.length,a=new Array(l),s=0;s<l;s++)a[s]=arguments[s];e.apply(n,a)}return o.__emitterProxy=e,n.on(t,o,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((o,l)=>{(o===e||o.__emitterProxy&&o.__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 o=arguments.length,l=new Array(o),a=0;a<o;a++)l[a]=arguments[a];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(c=>{c.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(c=>{c.apply(n,i)})}),t}};function uo(){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(Ye(n,"padding-left")||0,10)-parseInt(Ye(n,"padding-right")||0,10),i=i-parseInt(Ye(n,"padding-top")||0,10)-parseInt(Ye(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 po(){const t=this;function e(E,k){return parseFloat(E.getPropertyValue(t.getDirectionLabel(k))||0)}const i=t.params,{wrapperEl:n,slidesEl:o,size:l,rtlTranslate:a,wrongRTL:s}=t,r=t.virtual&&i.virtual.enabled,c=r?t.virtual.slides.length:t.slides.length,d=Ne(o,`.${t.params.slideClass}, swiper-slide`),p=r?t.virtual.slides.length:d.length;let f=[];const m=[],g=[];let b=i.slidesOffsetBefore;typeof b=="function"&&(b=i.slidesOffsetBefore.call(t));let D=i.slidesOffsetAfter;typeof D=="function"&&(D=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,w=t.slidesGrid.length;let h=i.spaceBetween,I=-b,y=0,S=0;if(typeof l>"u")return;typeof h=="string"&&h.indexOf("%")>=0?h=parseFloat(h.replace("%",""))/100*l:typeof h=="string"&&(h=parseFloat(h)),t.virtualSize=-h,d.forEach(E=>{a?E.style.marginLeft="":E.style.marginRight="",E.style.marginBottom="",E.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(It(n,"--swiper-centered-offset-before",""),It(n,"--swiper-centered-offset-after",""));const O=i.grid&&i.grid.rows>1&&t.grid;O?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let C;const T=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(E=>typeof i.breakpoints[E].slidesPerView<"u").length>0;for(let E=0;E<p;E+=1){C=0;let k;if(d[E]&&(k=d[E]),O&&t.grid.updateSlide(E,k,d),!(d[E]&&Ye(k,"display")==="none")){if(i.slidesPerView==="auto"){T&&(d[E].style[t.getDirectionLabel("width")]="");const x=getComputedStyle(k),_=k.style.transform,M=k.style.webkitTransform;if(_&&(k.style.transform="none"),M&&(k.style.webkitTransform="none"),i.roundLengths)C=t.isHorizontal()?qt(k,"width",!0):qt(k,"height",!0);else{const B=e(x,"width"),R=e(x,"padding-left"),$=e(x,"padding-right"),F=e(x,"margin-left"),j=e(x,"margin-right"),N=x.getPropertyValue("box-sizing");if(N&&N==="border-box")C=B+F+j;else{const{clientWidth:P,offsetWidth:A}=k;C=B+R+$+F+j+(A-P)}}_&&(k.style.transform=_),M&&(k.style.webkitTransform=M),i.roundLengths&&(C=Math.floor(C))}else C=(l-(i.slidesPerView-1)*h)/i.slidesPerView,i.roundLengths&&(C=Math.floor(C)),d[E]&&(d[E].style[t.getDirectionLabel("width")]=`${C}px`);d[E]&&(d[E].swiperSlideSize=C),g.push(C),i.centeredSlides?(I=I+C/2+y/2+h,y===0&&E!==0&&(I=I-l/2-h),E===0&&(I=I-l/2-h),Math.abs(I)<1/1e3&&(I=0),i.roundLengths&&(I=Math.floor(I)),S%i.slidesPerGroup===0&&f.push(I),m.push(I)):(i.roundLengths&&(I=Math.floor(I)),(S-Math.min(t.params.slidesPerGroupSkip,S))%t.params.slidesPerGroup===0&&f.push(I),m.push(I),I=I+C+h),t.virtualSize+=C+h,y=C,S+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+D,a&&s&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+h}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+h}px`),O&&t.grid.updateWrapperSize(C,f),!i.centeredSlides){const E=[];for(let k=0;k<f.length;k+=1){let x=f[k];i.roundLengths&&(x=Math.floor(x)),f[k]<=t.virtualSize-l&&E.push(x)}f=E,Math.floor(t.virtualSize-l)-Math.floor(f[f.length-1])>1&&f.push(t.virtualSize-l)}if(r&&i.loop){const E=g[0]+h;if(i.slidesPerGroup>1){const k=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),x=E*i.slidesPerGroup;for(let _=0;_<k;_+=1)f.push(f[f.length-1]+x)}for(let k=0;k<t.virtual.slidesBefore+t.virtual.slidesAfter;k+=1)i.slidesPerGroup===1&&f.push(f[f.length-1]+E),m.push(m[m.length-1]+E),t.virtualSize+=E}if(f.length===0&&(f=[0]),h!==0){const E=t.isHorizontal()&&a?"marginLeft":t.getDirectionLabel("marginRight");d.filter((k,x)=>!i.cssMode||i.loop?!0:x!==d.length-1).forEach(k=>{k.style[E]=`${h}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let E=0;g.forEach(x=>{E+=x+(h||0)}),E-=h;const k=E-l;f=f.map(x=>x<=0?-b:x>k?k+D:x)}if(i.centerInsufficientSlides){let E=0;if(g.forEach(k=>{E+=k+(h||0)}),E-=h,E<l){const k=(l-E)/2;f.forEach((x,_)=>{f[_]=x-k}),m.forEach((x,_)=>{m[_]=x+k})}}if(Object.assign(t,{slides:d,snapGrid:f,slidesGrid:m,slidesSizesGrid:g}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){It(n,"--swiper-centered-offset-before",`${-f[0]}px`),It(n,"--swiper-centered-offset-after",`${t.size/2-g[g.length-1]/2}px`);const E=-t.snapGrid[0],k=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(x=>x+E),t.slidesGrid=t.slidesGrid.map(x=>x+k)}if(p!==c&&t.emit("slidesLengthChange"),f.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),m.length!==w&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const E=`${i.containerModifierClass}backface-hidden`,k=t.el.classList.contains(E);p<=i.maxBackfaceHiddenSlides?k||t.el.classList.add(E):k&&t.el.classList.remove(E)}}function vo(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let o=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const a=s=>n?e.slides[e.getSlideIndexByData(s)]:e.slides[s];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(s=>{i.push(s)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const s=e.activeIndex+l;if(s>e.slides.length&&!n)break;i.push(a(s))}else i.push(a(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const s=i[l].offsetHeight;o=s>o?s:o}(o||o===0)&&(e.wrapperEl.style.height=`${o}px`)}function fo(){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()}function mo(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:o,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let a=-t;o&&(a=t),n.forEach(r=>{r.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass)}),e.visibleSlidesIndexes=[],e.visibleSlides=[];let s=i.spaceBetween;typeof s=="string"&&s.indexOf("%")>=0?s=parseFloat(s.replace("%",""))/100*e.size:typeof s=="string"&&(s=parseFloat(s));for(let r=0;r<n.length;r+=1){const c=n[r];let d=c.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const p=(a+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+s),f=(a-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+s),m=-(a-d),g=m+e.slidesSizesGrid[r],b=m>=0&&m<=e.size-e.slidesSizesGrid[r];(m>=0&&m<e.size-1||g>1&&g<=e.size||m<=0&&g>=e.size)&&(e.visibleSlides.push(c),e.visibleSlidesIndexes.push(r),n[r].classList.add(i.slideVisibleClass)),b&&n[r].classList.add(i.slideFullyVisibleClass),c.progress=o?-p:p,c.originalProgress=o?-f:f}}function ho(t){const e=this;if(typeof t>"u"){const d=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*d||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:o,isBeginning:l,isEnd:a,progressLoop:s}=e;const r=l,c=a;if(n===0)o=0,l=!0,a=!0;else{o=(t-e.minTranslate())/n;const d=Math.abs(t-e.minTranslate())<1,p=Math.abs(t-e.maxTranslate())<1;l=d||o<=0,a=p||o>=1,d&&(o=0),p&&(o=1)}if(i.loop){const d=e.getSlideIndexByData(0),p=e.getSlideIndexByData(e.slides.length-1),f=e.slidesGrid[d],m=e.slidesGrid[p],g=e.slidesGrid[e.slidesGrid.length-1],b=Math.abs(t);b>=f?s=(b-f)/g:s=(b+g-m)/g,s>1&&(s-=1)}Object.assign(e,{progress:o,progressLoop:s,isBeginning:l,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),a&&!c&&e.emit("reachEnd toEdge"),(r&&!l||c&&!a)&&e.emit("fromEdge"),e.emit("progress",o)}function go(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:o}=t,l=t.virtual&&i.virtual.enabled,a=t.grid&&i.grid&&i.grid.rows>1,s=p=>Ne(n,`.${i.slideClass}${p}, swiper-slide${p}`)[0];e.forEach(p=>{p.classList.remove(i.slideActiveClass,i.slideNextClass,i.slidePrevClass)});let r,c,d;if(l)if(i.loop){let p=o-t.virtual.slidesBefore;p<0&&(p=t.virtual.slides.length+p),p>=t.virtual.slides.length&&(p-=t.virtual.slides.length),r=s(`[data-swiper-slide-index="${p}"]`)}else r=s(`[data-swiper-slide-index="${o}"]`);else a?(r=e.filter(p=>p.column===o)[0],d=e.filter(p=>p.column===o+1)[0],c=e.filter(p=>p.column===o-1)[0]):r=e[o];r&&(r.classList.add(i.slideActiveClass),a?(d&&d.classList.add(i.slideNextClass),c&&c.classList.add(i.slidePrevClass)):(d=Zn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),d&&d.classList.add(i.slideNextClass),c=Qn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c===0&&(c=e[e.length-1]),c&&c.classList.add(i.slidePrevClass))),t.emitSlidesClasses()}const At=(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 o=n.querySelector(`.${t.params.lazyPreloaderClass}`);!o&&t.isElement&&(n.shadowRoot?o=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(o=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),o&&o.remove())})),o&&o.remove()}},Kt=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Qt=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),o=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const a=o,s=[a-e];s.push(...Array.from({length:e}).map((r,c)=>a+n+c)),t.slides.forEach((r,c)=>{s.includes(r.column)&&Kt(t,c)});return}const l=o+n-1;if(t.params.rewind||t.params.loop)for(let a=o-e;a<=l+e;a+=1){const s=(a%i+i)%i;(s<o||s>l)&&Kt(t,s)}else for(let a=Math.max(o-e,0);a<=Math.min(l+e,i-1);a+=1)a!==o&&(a>l||a<o)&&Kt(t,a)};function bo(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let o;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?o=l:n>=e[l]&&n<e[l+1]&&(o=l+1):n>=e[l]&&(o=l);return i.normalizeSlideIndex&&(o<0||typeof o>"u")&&(o=0),o}function yo(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:o,activeIndex:l,realIndex:a,snapIndex:s}=e;let r=t,c;const d=m=>{let g=m-e.virtual.slidesBefore;return g<0&&(g=e.virtual.slides.length+g),g>=e.virtual.slides.length&&(g-=e.virtual.slides.length),g};if(typeof r>"u"&&(r=bo(e)),n.indexOf(i)>=0)c=n.indexOf(i);else{const m=Math.min(o.slidesPerGroupSkip,r);c=m+Math.floor((r-m)/o.slidesPerGroup)}if(c>=n.length&&(c=n.length-1),r===l&&!e.params.loop){c!==s&&(e.snapIndex=c,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(r);return}const p=e.grid&&o.grid&&o.grid.rows>1;let f;if(e.virtual&&o.virtual.enabled&&o.loop)f=d(r);else if(p){const m=e.slides.filter(b=>b.column===r)[0];let g=parseInt(m.getAttribute("data-swiper-slide-index"),10);Number.isNaN(g)&&(g=Math.max(e.slides.indexOf(m),0)),f=Math.floor(g/o.grid.rows)}else if(e.slides[r]){const m=e.slides[r].getAttribute("data-swiper-slide-index");m?f=parseInt(m,10):f=r}else f=r;Object.assign(e,{previousSnapIndex:s,snapIndex:c,previousRealIndex:a,realIndex:f,previousIndex:l,activeIndex:r}),e.initialized&&Qt(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==f&&e.emit("realIndexChange"),e.emit("slideChange"))}function wo(t,e){const i=this,n=i.params;let o=t.closest(`.${n.slideClass}, swiper-slide`);!o&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(s=>{!o&&s.matches&&s.matches(`.${n.slideClass}, swiper-slide`)&&(o=s)});let l=!1,a;if(o){for(let s=0;s<i.slides.length;s+=1)if(i.slides[s]===o){l=!0,a=s;break}}if(o&&l)i.clickedSlide=o,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(o.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=a;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var So={updateSize:uo,updateSlides:po,updateAutoHeight:vo,updateSlidesOffset:fo,updateSlidesProgress:mo,updateProgress:ho,updateSlidesClasses:go,updateActiveIndex:yo,updateClickedSlide:wo};function To(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:o,wrapperEl:l}=e;if(i.virtualTranslate)return n?-o:o;if(i.cssMode)return o;let a=Xn(l,t);return a+=e.cssOverflowAdjustment(),n&&(a=-a),a||0}function xo(t,e){const i=this,{rtlTranslate:n,params:o,wrapperEl:l,progress:a}=i;let s=0,r=0;const c=0;i.isHorizontal()?s=n?-t:t:r=t,o.roundLengths&&(s=Math.floor(s),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?s:r,o.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-s:-r:o.virtualTranslate||(i.isHorizontal()?s-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${s}px, ${r}px, ${c}px)`);let d;const p=i.maxTranslate()-i.minTranslate();p===0?d=0:d=(t-i.minTranslate())/p,d!==a&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Eo(){return-this.snapGrid[0]}function Io(){return-this.snapGrid[this.snapGrid.length-1]}function Co(t,e,i,n,o){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:a,wrapperEl:s}=l;if(l.animating&&a.preventInteractionOnTransition)return!1;const r=l.minTranslate(),c=l.maxTranslate();let d;if(n&&t>r?d=r:n&&t<c?d=c:d=t,l.updateProgress(d),a.cssMode){const p=l.isHorizontal();if(e===0)s[p?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return Ni({swiper:l,targetPosition:-d,side:p?"left":"top"}),!0;s.scrollTo({[p?"left":"top"]:-d,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,o),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,o),l.emit("transitionStart")),l.animating||(l.animating=!0,l.onTranslateToWrapperTransitionEnd||(l.onTranslateToWrapperTransitionEnd=function(f){!l||l.destroyed||f.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onTranslateToWrapperTransitionEnd),l.onTranslateToWrapperTransitionEnd=null,delete l.onTranslateToWrapperTransitionEnd,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var Do={getTranslate:To,setTranslate:xo,minTranslate:Eo,maxTranslate:Io,translateTo:Co};function _o(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 Fi(t){let{swiper:e,runCallbacks:i,direction:n,step:o}=t;const{activeIndex:l,previousIndex:a}=e;let s=n;if(s||(l>a?s="next":l<a?s="prev":s="reset"),e.emit(`transition${o}`),i&&l!==a){if(s==="reset"){e.emit(`slideResetTransition${o}`);return}e.emit(`slideChangeTransition${o}`),s==="next"?e.emit(`slideNextTransition${o}`):e.emit(`slidePrevTransition${o}`)}}function ko(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Fi({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Ao(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Fi({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Po={setTransition:_o,transitionStart:ko,transitionEnd:Ao};function Oo(t,e,i,n,o){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let a=t;a<0&&(a=0);const{params:s,snapGrid:r,slidesGrid:c,previousIndex:d,activeIndex:p,rtlTranslate:f,wrapperEl:m,enabled:g}=l;if(l.animating&&s.preventInteractionOnTransition||!g&&!n&&!o||l.destroyed)return!1;const b=Math.min(l.params.slidesPerGroupSkip,a);let D=b+Math.floor((a-b)/l.params.slidesPerGroup);D>=r.length&&(D=r.length-1);const u=-r[D];if(s.normalizeSlideIndex)for(let h=0;h<c.length;h+=1){const I=-Math.floor(u*100),y=Math.floor(c[h]*100),S=Math.floor(c[h+1]*100);typeof c[h+1]<"u"?I>=y&&I<S-(S-y)/2?a=h:I>=y&&I<S&&(a=h+1):I>=y&&(a=h)}if(l.initialized&&a!==p&&(!l.allowSlideNext&&(f?u>l.translate&&u>l.minTranslate():u<l.translate&&u<l.minTranslate())||!l.allowSlidePrev&&u>l.translate&&u>l.maxTranslate()&&(p||0)!==a))return!1;a!==(d||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(u);let w;if(a>p?w="next":a<p?w="prev":w="reset",f&&-u===l.translate||!f&&u===l.translate)return l.updateActiveIndex(a),s.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),s.effect!=="slide"&&l.setTranslate(u),w!=="reset"&&(l.transitionStart(i,w),l.transitionEnd(i,w)),!1;if(s.cssMode){const h=l.isHorizontal(),I=f?u:-u;if(e===0){const y=l.virtual&&l.params.virtual.enabled;y&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),y&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{m[h?"scrollLeft":"scrollTop"]=I})):m[h?"scrollLeft":"scrollTop"]=I,y&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Ni({swiper:l,targetPosition:I,side:h?"left":"top"}),!0;m.scrollTo({[h?"left":"top"]:I,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(u),l.updateActiveIndex(a),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,w),e===0?l.transitionEnd(i,w):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(I){!l||l.destroyed||I.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,w))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Mo(t,e,i,n){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const o=this;if(o.destroyed)return;const l=o.grid&&o.params.grid&&o.params.grid.rows>1;let a=t;if(o.params.loop)if(o.virtual&&o.params.virtual.enabled)a=a+o.virtual.slidesBefore;else{let s;if(l){const f=a*o.params.grid.rows;s=o.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===f)[0].column}else s=o.getSlideIndexByData(a);const r=l?Math.ceil(o.slides.length/o.params.grid.rows):o.slides.length,{centeredSlides:c}=o.params;let d=o.params.slidesPerView;d==="auto"?d=o.slidesPerViewDynamic():(d=Math.ceil(parseFloat(o.params.slidesPerView,10)),c&&d%2===0&&(d=d+1));let p=r-s<d;if(c&&(p=p||s<Math.ceil(d/2)),p){const f=c?s<o.activeIndex?"prev":"next":s-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:f,slideTo:!0,activeSlideIndex:f==="next"?s+1:s-r+1,slideRealIndex:f==="next"?o.realIndex:void 0})}if(l){const f=a*o.params.grid.rows;a=o.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===f)[0].column}else a=o.getSlideIndexByData(a)}return requestAnimationFrame(()=>{o.slideTo(a,e,i,n)}),o}function Lo(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this,{enabled:o,params:l,animating:a}=n;if(!o||n.destroyed)return n;let s=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(s=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:s,c=n.virtual&&l.virtual.enabled;if(l.loop){if(a&&!c&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function jo(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this,{params:o,snapGrid:l,slidesGrid:a,rtlTranslate:s,enabled:r,animating:c}=n;if(!r||n.destroyed)return n;const d=n.virtual&&o.virtual.enabled;if(o.loop){if(c&&!d&&o.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const p=s?n.translate:-n.translate;function f(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const m=f(p),g=l.map(u=>f(u));let b=l[g.indexOf(m)-1];if(typeof b>"u"&&o.cssMode){let u;l.forEach((w,h)=>{m>=w&&(u=h)}),typeof u<"u"&&(b=l[u>0?u-1:u])}let D=0;if(typeof b<"u"&&(D=a.indexOf(b),D<0&&(D=n.activeIndex-1),o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(D=D-n.slidesPerViewDynamic("previous",!0)+1,D=Math.max(D,0))),o.rewind&&n.isBeginning){const u=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(u,t,e,i)}else if(o.loop&&n.activeIndex===0&&o.cssMode)return requestAnimationFrame(()=>{n.slideTo(D,t,e,i)}),!0;return n.slideTo(D,t,e,i)}function No(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this;if(!n.destroyed)return n.slideTo(n.activeIndex,t,e,i)}function Bo(t,e,i,n){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0),n===void 0&&(n=.5);const o=this;if(o.destroyed)return;let l=o.activeIndex;const a=Math.min(o.params.slidesPerGroupSkip,l),s=a+Math.floor((l-a)/o.params.slidesPerGroup),r=o.rtlTranslate?o.translate:-o.translate;if(r>=o.snapGrid[s]){const c=o.snapGrid[s],d=o.snapGrid[s+1];r-c>(d-c)*n&&(l+=o.params.slidesPerGroup)}else{const c=o.snapGrid[s-1],d=o.snapGrid[s];r-c<=(d-c)*n&&(l-=o.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,o.slidesGrid.length-1),o.slideTo(l,t,e,i)}function zo(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let o=t.clickedIndex,l;const a=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?o<t.loopedSlides-n/2||o>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),o=t.getSlideIndex(Ne(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),lt(()=>{t.slideTo(o)})):t.slideTo(o):o>t.slides.length-n?(t.loopFix(),o=t.getSlideIndex(Ne(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),lt(()=>{t.slideTo(o)})):t.slideTo(o)}else t.slideTo(o)}var Vo={slideTo:Oo,slideToLoop:Mo,slideNext:Lo,slidePrev:jo,slideReset:No,slideToClosest:Bo,slideToClickedSlide:zo};function Ro(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const o=()=>{Ne(n,`.${i.slideClass}, swiper-slide`).forEach((p,f)=>{p.setAttribute("data-swiper-slide-index",f)})},l=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(l?i.grid.rows:1),s=e.slides.length%a!==0,r=l&&e.slides.length%i.grid.rows!==0,c=d=>{for(let p=0;p<d;p+=1){const f=e.isElement?mt("swiper-slide",[i.slideBlankClass]):mt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(f)}};if(s){if(i.loopAddBlankSlides){const d=a-e.slides.length%a;c(d),e.recalcSlides(),e.updateSlides()}else Ct("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)");o()}else if(r){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;c(d),e.recalcSlides(),e.updateSlides()}else Ct("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)");o()}else o();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Fo(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:o,activeSlideIndex:l,byController:a,byMousewheel:s}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:c,allowSlidePrev:d,allowSlideNext:p,slidesEl:f,params:m}=r,{centeredSlides:g}=m;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&m.virtual.enabled){i&&(!m.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):m.centeredSlides&&r.snapIndex<m.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=d,r.allowSlideNext=p,r.emit("loopFix");return}let b=m.slidesPerView;b==="auto"?b=r.slidesPerViewDynamic():(b=Math.ceil(parseFloat(m.slidesPerView,10)),g&&b%2===0&&(b=b+1));const D=m.slidesPerGroupAuto?b:m.slidesPerGroup;let u=D;u%D!==0&&(u+=D-u%D),u+=m.loopAdditionalSlides,r.loopedSlides=u;const w=r.grid&&m.grid&&m.grid.rows>1;c.length<b+u?Ct("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"):w&&m.grid.fill==="row"&&Ct("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const h=[],I=[];let y=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(c.filter(_=>_.classList.contains(m.slideActiveClass))[0]):y=l;const S=n==="next"||!n,O=n==="prev"||!n;let C=0,T=0;const E=w?Math.ceil(c.length/m.grid.rows):c.length,x=(w?c[l].column:l)+(g&&typeof o>"u"?-b/2+.5:0);if(x<u){C=Math.max(u-x,D);for(let _=0;_<u-x;_+=1){const M=_-Math.floor(_/E)*E;if(w){const B=E-M-1;for(let R=c.length-1;R>=0;R-=1)c[R].column===B&&h.push(R)}else h.push(E-M-1)}}else if(x+b>E-u){T=Math.max(x-(E-u*2),D);for(let _=0;_<T;_+=1){const M=_-Math.floor(_/E)*E;w?c.forEach((B,R)=>{B.column===M&&I.push(R)}):I.push(M)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),O&&h.forEach(_=>{c[_].swiperLoopMoveDOM=!0,f.prepend(c[_]),c[_].swiperLoopMoveDOM=!1}),S&&I.forEach(_=>{c[_].swiperLoopMoveDOM=!0,f.append(c[_]),c[_].swiperLoopMoveDOM=!1}),r.recalcSlides(),m.slidesPerView==="auto"?r.updateSlides():w&&(h.length>0&&O||I.length>0&&S)&&r.slides.forEach((_,M)=>{r.grid.updateSlide(M,_,r.slides)}),m.watchSlidesProgress&&r.updateSlidesOffset(),i){if(h.length>0&&O){if(typeof e>"u"){const _=r.slidesGrid[y],B=r.slidesGrid[y+C]-_;s?r.setTranslate(r.translate-B):(r.slideTo(y+Math.ceil(C),0,!1,!0),o&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-B,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-B))}else if(o){const _=w?h.length/m.grid.rows:h.length;r.slideTo(r.activeIndex+_,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(I.length>0&&S)if(typeof e>"u"){const _=r.slidesGrid[y],B=r.slidesGrid[y-T]-_;s?r.setTranslate(r.translate-B):(r.slideTo(y-T,0,!1,!0),o&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-B,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-B))}else{const _=w?I.length/m.grid.rows:I.length;r.slideTo(r.activeIndex-_,0,!1,!0)}}if(r.allowSlidePrev=d,r.allowSlideNext=p,r.controller&&r.controller.control&&!a){const _={slideRealIndex:e,direction:n,setTranslate:o,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(M=>{!M.destroyed&&M.params.loop&&M.loopFix({..._,slideTo:M.params.slidesPerView===m.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({..._,slideTo:r.controller.control.params.slidesPerView===m.slidesPerView?i:!1})}r.emit("loopFix")}function Ho(){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(o=>{const l=typeof o.swiperSlideIndex>"u"?o.getAttribute("data-swiper-slide-index")*1:o.swiperSlideIndex;n[l]=o}),t.slides.forEach(o=>{o.removeAttribute("data-swiper-slide-index")}),n.forEach(o=>{i.append(o)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Uo={loopCreate:Ro,loopFix:Fo,loopDestroy:Ho};function Go(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 $o(){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 Wo={setGrabCursor:Go,unsetGrabCursor:$o};function qo(t,e){e===void 0&&(e=this);function i(n){if(!n||n===je()||n===xe())return null;n.assignedSlot&&(n=n.assignedSlot);const o=n.closest(t);return!o&&!n.getRootNode?null:o||i(n.getRootNode().host)}return i(e)}function Hi(t,e,i){const n=xe(),{params:o}=t,l=o.edgeSwipeDetection,a=o.edgeSwipeThreshold;return l&&(i<=a||i>=n.innerWidth-a)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function Yo(t){const e=this,i=je();let n=t;n.originalEvent&&(n=n.originalEvent);const o=e.touchEventsData;if(n.type==="pointerdown"){if(o.pointerId!==null&&o.pointerId!==n.pointerId)return;o.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(o.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Hi(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:a,enabled:s}=e;if(!s||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||o.isTouched&&o.isMoved)return;const c=!!l.noSwipingClass&&l.noSwipingClass!=="",d=n.composedPath?n.composedPath():n.path;c&&n.target&&n.target.shadowRoot&&d&&(r=d[0]);const p=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,f=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(f?qo(p,r):r.closest(p))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;a.currentX=n.pageX,a.currentY=n.pageY;const m=a.currentX,g=a.currentY;if(!Hi(e,n,m))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=m,a.startY=g,o.touchStartTime=ke(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(o.allowThresholdMove=!1);let b=!0;r.matches(o.focusableElements)&&(b=!1,r.nodeName==="SELECT"&&(o.isTouched=!1)),i.activeElement&&i.activeElement.matches(o.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const D=b&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||D)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Xo(t){const e=je(),i=this,n=i.touchEventsData,{params:o,touches:l,rtlTranslate:a,enabled:s}=i;if(!s||!o.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let c;if(r.type==="touchmove"){if(c=[...r.changedTouches].filter(S=>S.identifier===n.touchId)[0],!c||c.identifier!==n.touchId)return}else c=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const d=c.pageX,p=c.pageY;if(r.preventedByNestedSwiper){l.startX=d,l.startY=p;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p}),n.touchStartTime=ke());return}if(o.touchReleaseOnEdges&&!o.loop){if(i.isVertical()){if(p<l.startY&&i.translate<=i.maxTranslate()||p>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(d<l.startX&&i.translate<=i.maxTranslate()||d>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=p;const f=l.currentX-l.startX,m=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(f**2+m**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let S;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:f*f+m*m>=25&&(S=Math.atan2(Math.abs(m),Math.abs(f))*180/Math.PI,n.isScrolling=i.isHorizontal()?S>o.touchAngle:90-S>o.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!o.cssMode&&r.cancelable&&r.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&r.stopPropagation();let g=i.isHorizontal()?f:m,b=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;o.oneWayMovement&&(g=Math.abs(g)*(a?1:-1),b=Math.abs(b)*(a?1:-1)),l.diff=g,g*=o.touchRatio,a&&(g=-g,b=-b);const D=i.touchesDirection;i.swipeDirection=g>0?"prev":"next",i.touchesDirection=b>0?"prev":"next";const u=i.params.loop&&!o.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&w&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const S=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});i.wrapperEl.dispatchEvent(S)}n.allowMomentumBounce=!1,o.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let h;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&D!==i.touchesDirection&&u&&w&&Math.abs(g)>=1){Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=g+n.startTranslate;let I=!0,y=o.resistanceRatio;if(o.touchReleaseOnEdges&&(y=0),g>0?(u&&w&&!h&&n.allowThresholdMove&&n.currentTranslate>(o.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(I=!1,o.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+g)**y))):g<0&&(u&&w&&!h&&n.allowThresholdMove&&n.currentTranslate<(o.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(o.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(o.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(I=!1,o.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-g)**y))),I&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),o.threshold>0)if(Math.abs(g)>o.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}!o.followFinger||o.cssMode||((o.freeMode&&o.freeMode.enabled&&i.freeMode||o.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),o.freeMode&&o.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function Jo(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let o;if(n.type==="touchend"||n.type==="touchcancel"){if(o=[...n.changedTouches].filter(y=>y.identifier===i.touchId)[0],!o||o.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;o=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:a,touches:s,rtlTranslate:r,slidesGrid:c,enabled:d}=e;if(!d||!a.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&a.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}a.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const p=ke(),f=p-i.touchStartTime;if(e.allowClick){const y=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(y&&y[0]||n.target,y),e.emit("tap click",n),f<300&&p-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=ke(),lt(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||s.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 m;if(a.followFinger?m=r?e.translate:-e.translate:m=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:m});return}const g=m>=-e.maxTranslate()&&!e.params.loop;let b=0,D=e.slidesSizesGrid[0];for(let y=0;y<c.length;y+=y<a.slidesPerGroupSkip?1:a.slidesPerGroup){const S=y<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof c[y+S]<"u"?(g||m>=c[y]&&m<c[y+S])&&(b=y,D=c[y+S]-c[y]):(g||m>=c[y])&&(b=y,D=c[c.length-1]-c[c.length-2])}let u=null,w=null;a.rewind&&(e.isBeginning?w=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const h=(m-c[b])/D,I=b<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(f>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(h>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?u:b+I):e.slideTo(b)),e.swipeDirection==="prev"&&(h>1-a.longSwipesRatio?e.slideTo(b+I):w!==null&&h<0&&Math.abs(h)>a.longSwipesRatio?e.slideTo(w):e.slideTo(b))}else{if(!a.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(b+I):e.slideTo(b):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:b+I),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:b))}}function Ui(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:o,snapGrid:l}=t,a=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const s=a&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!s?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!a?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=o,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function Ko(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Qo(){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 o;const l=t.maxTranslate()-t.minTranslate();l===0?o=0:o=(t.translate-t.minTranslate())/l,o!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Zo(t){const e=this;At(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function el(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Gi=(t,e)=>{const i=je(),{params:n,el:o,wrapperEl:l,device:a}=t,s=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",c=e;i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:s}),o[r]("touchstart",t.onTouchStart,{passive:!1}),o[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:s}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:s}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&o[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[c](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",Ui,!0):t[c]("observerUpdate",Ui,!0),o[r]("load",t.onLoad,{capture:!0})};function tl(){const t=this,{params:e}=t;t.onTouchStart=Yo.bind(t),t.onTouchMove=Xo.bind(t),t.onTouchEnd=Jo.bind(t),t.onDocumentTouchStart=el.bind(t),e.cssMode&&(t.onScroll=Qo.bind(t)),t.onClick=Ko.bind(t),t.onLoad=Zo.bind(t),Gi(t,"on")}function il(){Gi(this,"off")}var nl={attachEvents:tl,detachEvents:il};const $i=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function ol(){const t=this,{realIndex:e,initialized:i,params:n,el:o}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const a=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!a||t.currentBreakpoint===a)return;const r=(a in l?l[a]:void 0)||t.originalParams,c=$i(t,n),d=$i(t,r),p=n.enabled;c&&!d?(o.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!c&&d&&(o.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&o.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(u=>{if(typeof r[u]>"u")return;const w=n[u]&&n[u].enabled,h=r[u]&&r[u].enabled;w&&!h&&t[u].disable(),!w&&h&&t[u].enable()});const f=r.direction&&r.direction!==n.direction,m=n.loop&&(r.slidesPerView!==n.slidesPerView||f),g=n.loop;f&&i&&t.changeDirection(),Ce(t.params,r);const b=t.params.enabled,D=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),p&&!b?t.disable():!p&&b&&t.enable(),t.currentBreakpoint=a,t.emit("_beforeBreakpoint",r),i&&(m?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!g&&D?(t.loopCreate(e),t.updateSlides()):g&&!D&&t.loopDestroy()),t.emit("breakpoint",r)}function ll(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const o=xe(),l=e==="window"?o.innerHeight:i.clientHeight,a=Object.keys(t).map(s=>{if(typeof s=="string"&&s.indexOf("@")===0){const r=parseFloat(s.substr(1));return{value:l*r,point:s}}return{value:s,point:s}});a.sort((s,r)=>parseInt(s.value,10)-parseInt(r.value,10));for(let s=0;s<a.length;s+=1){const{point:r,value:c}=a[s];e==="window"?o.matchMedia(`(min-width: ${c}px)`).matches&&(n=r):c<=i.clientWidth&&(n=r)}return n||"max"}var sl={setBreakpoint:ol,getBreakpoint:ll};function al(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(o=>{n[o]&&i.push(e+o)}):typeof n=="string"&&i.push(e+n)}),i}function rl(){const t=this,{classNames:e,params:i,rtl:n,el:o,device:l}=t,a=al(["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(...a),o.classList.add(...e),t.emitContainerClasses()}function dl(){const t=this,{el:e,classNames:i}=t;e.classList.remove(...i),t.emitContainerClasses()}var cl={addClasses:rl,removeClasses:dl};function ul(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const o=t.slides.length-1,l=t.slidesGrid[o]+t.slidesSizesGrid[o]+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 pl={checkOverflow:ul},Zt={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 vl(t,e){return function(n){n===void 0&&(n={});const o=Object.keys(n)[0],l=n[o];if(typeof l!="object"||l===null){Ce(e,n);return}if(t[o]===!0&&(t[o]={enabled:!0}),o==="navigation"&&t[o]&&t[o].enabled&&!t[o].prevEl&&!t[o].nextEl&&(t[o].auto=!0),["pagination","scrollbar"].indexOf(o)>=0&&t[o]&&t[o].enabled&&!t[o].el&&(t[o].auto=!0),!(o in t&&"enabled"in l)){Ce(e,n);return}typeof t[o]=="object"&&!("enabled"in t[o])&&(t[o].enabled=!0),t[o]||(t[o]={enabled:!1}),Ce(e,n)}}const ei={eventsEmitter:co,update:So,translate:Do,transition:Po,slide:Vo,loop:Uo,grabCursor:Wo,events:nl,breakpoints:sl,checkOverflow:pl,classes:cl},ti={};let ii=class Ue{constructor(){let e,i;for(var n=arguments.length,o=new Array(n),l=0;l<n;l++)o[l]=arguments[l];o.length===1&&o[0].constructor&&Object.prototype.toString.call(o[0]).slice(8,-1)==="Object"?i=o[0]:[e,i]=o,i||(i={}),i=Ce({},i),e&&!i.el&&(i.el=e);const a=je();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const d=[];return a.querySelectorAll(i.el).forEach(p=>{const f=Ce({},i,{el:p});d.push(new Ue(f))}),d}const s=this;s.__swiper__=!0,s.support=Vi(),s.device=Ri({userAgent:i.userAgent}),s.browser=so(),s.eventsListeners={},s.eventsAnyListeners=[],s.modules=[...s.__modules__],i.modules&&Array.isArray(i.modules)&&s.modules.push(...i.modules);const r={};s.modules.forEach(d=>{d({params:i,swiper:s,extendParams:vl(i,r),on:s.on.bind(s),once:s.once.bind(s),off:s.off.bind(s),emit:s.emit.bind(s)})});const c=Ce({},Zt,r);return s.params=Ce({},c,ti,i),s.originalParams=Ce({},s.params),s.passedParams=Ce({},i),s.params&&s.params.on&&Object.keys(s.params.on).forEach(d=>{s.on(d,s.params.on[d])}),s.params&&s.params.onAny&&s.onAny(s.params.onAny),Object.assign(s,{enabled:s.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return s.params.direction==="horizontal"},isVertical(){return s.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:s.params.allowSlideNext,allowSlidePrev:s.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:s.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:s.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),s.emit("_swiper"),s.params.init&&s.init(),s}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,o=Ne(i,`.${n.slideClass}, swiper-slide`),l=Dt(o[0]);return Dt(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=Ne(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 o=n.minTranslate(),a=(n.maxTranslate()-o)*e+o;n.translateTo(a,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 o=e.getSlideClasses(n);i.push({slideEl:n,classNames:o}),e.emit("_slideClass",n,o)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:o,slides:l,slidesGrid:a,slidesSizesGrid:s,size:r,activeIndex:c}=n;let d=1;if(typeof o.slidesPerView=="number")return o.slidesPerView;if(o.centeredSlides){let p=l[c]?Math.ceil(l[c].swiperSlideSize):0,f;for(let m=c+1;m<l.length;m+=1)l[m]&&!f&&(p+=Math.ceil(l[m].swiperSlideSize),d+=1,p>r&&(f=!0));for(let m=c-1;m>=0;m-=1)l[m]&&!f&&(p+=l[m].swiperSlideSize,d+=1,p>r&&(f=!0))}else if(e==="current")for(let p=c+1;p<l.length;p+=1)(i?a[p]+s[p]-a[c]<r:a[p]-a[c]<r)&&(d+=1);else for(let p=c-1;p>=0;p-=1)a[c]-a[p]<r&&(d+=1);return d}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(a=>{a.complete&&At(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function o(){const a=e.rtlTranslate?e.translate*-1:e.translate,s=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(s),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)o(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const a=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(a.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||o()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,o=n.params.direction;return e||(e=o==="horizontal"?"vertical":"horizontal"),e===o||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${o}`),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 o=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let a=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(o()):Ne(n,o())[0];return!a&&i.params.createElements&&(a=mt("div",i.params.wrapperClass),n.append(a),Ne(n,`.${i.params.slideClass}`).forEach(s=>{a.append(s)})),Object.assign(i,{el:n,wrapperEl:a,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:a,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Ye(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Ye(n,"direction")==="rtl"),wrongRTL:Ye(a,"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 o=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&o.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),o.forEach(l=>{l.complete?At(i,l):l.addEventListener("load",a=>{At(i,a.target)})}),Qt(i),i.initialized=!0,Qt(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:o,el:l,wrapperEl:a,slides:s}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),o.loop&&n.loopDestroy(),i&&(n.removeClasses(),l.removeAttribute("style"),a.removeAttribute("style"),s&&s.length&&s.forEach(r=>{r.classList.remove(o.slideVisibleClass,o.slideFullyVisibleClass,o.slideActiveClass,o.slideNextClass,o.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el.swiper=null,qn(n)),n.destroyed=!0),null}static extendDefaults(e){Ce(ti,e)}static get extendedDefaults(){return ti}static get defaults(){return Zt}static installModule(e){Ue.prototype.__modules__||(Ue.prototype.__modules__=[]);const i=Ue.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Ue.installModule(i)),Ue):(Ue.installModule(e),Ue)}};Object.keys(ei).forEach(t=>{Object.keys(ei[t]).forEach(e=>{ii.prototype[e]=ei[t][e]})}),ii.use([ao,ro]);const Wi=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function et(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function at(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(n=>i.indexOf(n)<0).forEach(n=>{typeof t[n]>"u"?t[n]=e[n]:et(e[n])&&et(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:at(t[n],e[n]):t[n]=e[n]})}function qi(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Yi(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Xi(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Ji(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 fl(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function ml(t){let{swiper:e,slides:i,passedParams:n,changedParams:o,nextEl:l,prevEl:a,scrollbarEl:s,paginationEl:r}=t;const c=o.filter(T=>T!=="children"&&T!=="direction"&&T!=="wrapperClass"),{params:d,pagination:p,navigation:f,scrollbar:m,virtual:g,thumbs:b}=e;let D,u,w,h,I,y,S,O;o.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(D=!0),o.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(u=!0),o.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(d.pagination||d.pagination===!1)&&p&&!p.el&&(w=!0),o.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||s)&&(d.scrollbar||d.scrollbar===!1)&&m&&!m.el&&(h=!0),o.includes("navigation")&&n.navigation&&(n.navigation.prevEl||a)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(I=!0);const C=T=>{e[T]&&(e[T].destroy(),T==="navigation"?(e.isElement&&(e[T].prevEl.remove(),e[T].nextEl.remove()),d[T].prevEl=void 0,d[T].nextEl=void 0,e[T].prevEl=void 0,e[T].nextEl=void 0):(e.isElement&&e[T].el.remove(),d[T].el=void 0,e[T].el=void 0))};o.includes("loop")&&e.isElement&&(d.loop&&!n.loop?y=!0:!d.loop&&n.loop?S=!0:O=!0),c.forEach(T=>{if(et(d[T])&&et(n[T]))Object.assign(d[T],n[T]),(T==="navigation"||T==="pagination"||T==="scrollbar")&&"enabled"in n[T]&&!n[T].enabled&&C(T);else{const E=n[T];(E===!0||E===!1)&&(T==="navigation"||T==="pagination"||T==="scrollbar")?E===!1&&C(T):d[T]=n[T]}}),c.includes("controller")&&!u&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),o.includes("children")&&i&&g&&d.virtual.enabled?(g.slides=i,g.update(!0)):o.includes("virtual")&&g&&d.virtual.enabled&&(i&&(g.slides=i),g.update(!0)),o.includes("children")&&i&&d.loop&&(O=!0),D&&b.init()&&b.update(!0),u&&(e.controller.control=d.controller.control),w&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(d.pagination.el=r),p.init(),p.render(),p.update()),h&&(e.isElement&&(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-scrollbar"),s.part.add("scrollbar"),e.el.appendChild(s)),s&&(d.scrollbar.el=s),m.init(),m.updateSize(),m.setTranslate()),I&&(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)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),a.innerHTML=e.hostEl.constructor.prevButtonSvg,a.part.add("button-prev"),e.el.appendChild(a))),l&&(d.navigation.nextEl=l),a&&(d.navigation.prevEl=a),f.init(),f.update()),o.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),o.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),o.includes("direction")&&e.changeDirection(n.direction,!1),(y||O)&&e.loopDestroy(),(S||O)&&e.loopCreate(),e.update()}function hl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},o={};at(i,Zt),i._emitClasses=!0,i.init=!1;const l={},a=Wi.map(r=>r.replace(/_/,"")),s=Object.assign({},t);return Object.keys(s).forEach(r=>{typeof t[r]>"u"||(a.indexOf(r)>=0?et(t[r])?(i[r]={},o[r]={},at(i[r],t[r]),at(o[r],t[r])):(i[r]=t[r],o[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:o,rest:l,events:n}}function gl(t,e){let{el:i,nextEl:n,prevEl:o,paginationEl:l,scrollbarEl:a,swiper:s}=t;qi(e)&&n&&o&&(s.params.navigation.nextEl=n,s.originalParams.navigation.nextEl=n,s.params.navigation.prevEl=o,s.originalParams.navigation.prevEl=o),Yi(e)&&l&&(s.params.pagination.el=l,s.originalParams.pagination.el=l),Xi(e)&&a&&(s.params.scrollbar.el=a,s.originalParams.scrollbar.el=a),s.init(i)}function bl(t,e,i,n,o){const l=[];if(!e)return l;const a=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(o),c=i.map(o);r.join("")!==c.join("")&&a("children"),n.length!==i.length&&a("children")}return Wi.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(et(t[r])&&et(e[r])){const c=Object.keys(t[r]),d=Object.keys(e[r]);c.length!==d.length?a(r):(c.forEach(p=>{t[r][p]!==e[r][p]&&a(r)}),d.forEach(p=>{t[r][p]!==e[r][p]&&a(r)}))}else t[r]!==e[r]&&a(r)}),l}const yl=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 Pt(){return Pt=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},Pt.apply(this,arguments)}function Ki(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Qi(t){const e=[];return v.Children.toArray(t).forEach(i=>{Ki(i)?e.push(i):i.props&&i.props.children&&Qi(i.props.children).forEach(n=>e.push(n))}),e}function wl(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return v.Children.toArray(t).forEach(n=>{if(Ki(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 o=Qi(n.props.children);o.length>0?o.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Sl(t,e,i){if(!i)return null;const n=d=>{let p=d;return d<0?p=e.length+d:p>=e.length&&(p=p-e.length),p},o=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:a}=i,s=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,c=[];for(let d=s;d<r;d+=1)d>=l&&d<=a&&c.push(e[n(d)]);return c.map((d,p)=>v.cloneElement(d,{swiper:t,style:o,key:d.props.virtualIndex||d.key||`slide-${p}`}))}function ht(t,e){return typeof window>"u"?ee(t,e):bn(t,e)}const ni=ft(null),Zi=()=>vt(ni),Tl=ft(null),tt=St(function(t,e){let{className:i,tag:n="div",wrapperTag:o="div",children:l,onSwiper:a,...s}=t===void 0?{}:t,r=!1;const[c,d]=G("swiper"),[p,f]=G(null),[m,g]=G(!1),b=Z(!1),D=Z(null),u=Z(null),w=Z(null),h=Z(null),I=Z(null),y=Z(null),S=Z(null),O=Z(null),{params:C,passedParams:T,rest:E,events:k}=hl(s),{slides:x,slots:_}=wl(l),M=()=>{g(!m)};Object.assign(C.on,{_containerClasses(j,N){d(N)}});const B=()=>{Object.assign(C.on,k),r=!0;const j={...C};if(delete j.wrapperClass,u.current=new ii(j),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=x;const N={cache:!1,slides:x,renderExternal:f,renderExternalUpdate:!1};at(u.current.params.virtual,N),at(u.current.originalParams.virtual,N)}};D.current||B(),u.current&&u.current.on("_beforeBreakpoint",M);const R=()=>{r||!k||!u.current||Object.keys(k).forEach(j=>{u.current.on(j,k[j])})},$=()=>{!k||!u.current||Object.keys(k).forEach(j=>{u.current.off(j,k[j])})};ee(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",M)}),ee(()=>{!b.current&&u.current&&(u.current.emitSlidesClasses(),b.current=!0)}),ht(()=>{if(e&&(e.current=D.current),!!D.current)return u.current.destroyed&&B(),gl({el:D.current,nextEl:I.current,prevEl:y.current,paginationEl:S.current,scrollbarEl:O.current,swiper:u.current},C),a&&!u.current.destroyed&&a(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),ht(()=>{R();const j=bl(T,w.current,x,h.current,N=>N.key);return w.current=T,h.current=x,j.length&&u.current&&!u.current.destroyed&&ml({swiper:u.current,slides:x,passedParams:T,changedParams:j,nextEl:I.current,prevEl:y.current,scrollbarEl:O.current,paginationEl:S.current}),()=>{$()}}),ht(()=>{yl(u.current)},[p]);function F(){return C.virtual?Sl(u.current,x,p):x.map((j,N)=>v.cloneElement(j,{swiper:u.current,swiperSlideIndex:N}))}return v.createElement(n,Pt({ref:D,className:Ji(`${c}${i?` ${i}`:""}`)},E),v.createElement(Tl.Provider,{value:u.current},_["container-start"],v.createElement(o,{className:fl(C.wrapperClass)},_["wrapper-start"],F(),_["wrapper-end"]),qi(C)&&v.createElement(v.Fragment,null,v.createElement("div",{ref:y,className:"swiper-button-prev"}),v.createElement("div",{ref:I,className:"swiper-button-next"})),Xi(C)&&v.createElement("div",{ref:O,className:"swiper-scrollbar"}),Yi(C)&&v.createElement("div",{ref:S,className:"swiper-pagination"}),_["container-end"]))});tt.displayName="Swiper";const ze=St(function(t,e){let{tag:i="div",children:n,className:o="",swiper:l,zoom:a,lazy:s,virtualIndex:r,swiperSlideIndex:c,...d}=t===void 0?{}:t;const p=Z(null),[f,m]=G("swiper-slide"),[g,b]=G(!1);function D(I,y,S){y===p.current&&m(S)}ht(()=>{if(typeof c<"u"&&(p.current.swiperSlideIndex=c),e&&(e.current=p.current),!(!p.current||!l)){if(l.destroyed){f!=="swiper-slide"&&m("swiper-slide");return}return l.on("_slideClass",D),()=>{l&&l.off("_slideClass",D)}}}),ht(()=>{l&&p.current&&!l.destroyed&&m(l.getSlideClasses(p.current))},[l]);const u={isActive:f.indexOf("swiper-slide-active")>=0,isVisible:f.indexOf("swiper-slide-visible")>=0,isPrev:f.indexOf("swiper-slide-prev")>=0,isNext:f.indexOf("swiper-slide-next")>=0},w=()=>typeof n=="function"?n(u):n,h=()=>{b(!0)};return v.createElement(i,Pt({ref:p,className:Ji(`${f}${o?` ${o}`:""}`),"data-swiper-slide-index":r,onLoad:h},d),a&&v.createElement(ni.Provider,{value:u},v.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},w(),s&&!g&&v.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&v.createElement(ni.Provider,{value:u},w(),s&&!g&&v.createElement("div",{className:"swiper-lazy-preloader"})))});ze.displayName="SwiperSlide";function He(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=pe(),o=re((a,s,r,c)=>{var d,p,f,m,g,b,D,u,w,h,I,y,S,O;let C="";e&&(!((p=(d=a?.video)===null||d===void 0?void 0:d.bindProducts)===null||p===void 0)&&p.length||!((f=a?.video)===null||f===void 0)&&f.bindProduct)?C="pdpPage":n?C="hashTagPage":!((m=a?.video)===null||m===void 0)&&m.url?C="videoPage":!((g=a?.video)===null||g===void 0)&&g.imgUrls&&(!((D=(b=a?.video)===null||b===void 0?void 0:b.imgUrls)===null||D===void 0)&&D.length)?C="imagePage":a?.product&&(C="productPage"),t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(u=s?.itemId)!==null&&u!==void 0?u:"",productName:(w=s?.title)!==null&&w!==void 0?w:"",price:s?.price?s?.price+"":"0",productCollection:(h=s?.collection)!==null&&h!==void 0?h:"",fromKName:C,fromKPage:location?.href,contentTags:s?.tags?JSON.stringify(s?.tags):"",position:c+"",contentId:(y=(I=a?.video)===null||I===void 0?void 0:I.itemId)!==null&&y!==void 0?y:"",ctatId:(S=r?.itemId)!==null&&S!==void 0?S:"",traceInfo:(O=s?.traceInfo)!==null&&O!==void 0?O:""}})},[t,e,n]),l=re((a,s,r,c,d)=>{var p,f,m,g;let b="";e&&(!((f=(p=a?.video)===null||p===void 0?void 0:p.bindProducts)===null||f===void 0)&&f.length||!((m=a?.video)===null||m===void 0)&&m.bindProduct)?b="pdpPage":a?.product&&(b="productPage"),t?.({eventInfo:{productId:s?.itemId,productName:s?.title,price:s?.price?s?.price+"":"0",productCollection:s?.collection,fromKName:b,fromKPage:location?.href,contentTags:JSON.stringify(s?.tags),position:d+"",contentId:(g=a?.video)===null||g===void 0?void 0:g.itemId,ctatId:r?.itemId,traceInfo:s?.traceInfo,timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]);return{jumpToWeb:o,productView:l}}const xl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",El=({visible:t,onClose:e,children:i,modalStyle:n,padding:o,popup:l})=>{var a;const[s,r]=G(!1),c=Z(null);ee(()=>{const f=document.getElementById("sxp-render"),m=document.getElementById("pb-modal");m?c.current=m:(c.current=document.createElement("div"),c.current.setAttribute("id","pb-modal"),f?.appendChild(c.current))},[]);const d=Q(()=>l?.id&&l?.id!==""||t,[t,l]);if(ee(()=>{d?r(!0):setTimeout(()=>{r(!1)},l?.duration)},[d,l]),!c.current)return null;const p=Bt(()=>{e?.()},300);return wi.createPortal(v.createElement(v.Fragment,null,s&&v.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:d?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:p},v.createElement("div",{className:`modal-container ${d?"modal-popIn":"modal-popOut"}`,style:{padding:o,animationDuration:((a=l?.duration)!==null&&a!==void 0?a:0)/1e3+"s"},onClick:f=>{f.stopPropagation(),f.preventDefault()}},v.createElement("div",{onClick:e,className:"modal-icon-wrapper"},v.createElement("img",{src:xl,alt:"close",className:"modal-icon"})),i))),c.current)};var Ot=se(El);const Il=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),o=[];for(let a=0;a<n.length&&(o.push(n[a]),!(o.join(" ").length>=e));a++);return(o.length>1&&o.length<n.length?o.slice(0,o.length-1):o).join(" ")+" "},Cl=({text:t,maxStr:e=108,style:i,className:n,onClick:o,foldText:l,unfoldText:a,isPost:s,onChange:r})=>{const[c,d]=G(!1),[p,f]=G(!1),m=Number(i?.lineClamp||2),g=Z(null),b=Z(null),D=re(()=>{d(!c)},[c,r]);return Q(()=>!c&&t.length>e?Il(t,e)+"...":t,[t,e,c]),ee(()=>{var u,w;((u=b?.current)===null||u===void 0?void 0:u.offsetHeight)>((w=g?.current)===null||w===void 0?void 0:w.offsetHeight)&&s?f(!0):f(!1),b.current.style.display="none"},[s]),v.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},v.createElement("div",{ref:g,style:{overflow:"hidden",WebkitLineClamp:!s||c?"":m,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),v.createElement("div",{ref:b,dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),t&&s&&p&&v.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:o??D},c?a||"show less":l||"show more"))};var Mt=se(Cl);const Dl=St((t,e)=>{const{src:i,onLoad:n,style:o,className:l,loading:a}=t,[s,r]=G();return bi(e,()=>({setSrc:c=>{r(c)}})),ee(()=>{r(i)},[i]),v.createElement(v.Fragment,null,s?.includes(".avif")?v.createElement("picture",null,v.createElement("source",{type:"image/avif",srcSet:s}),v.createElement("source",{type:"image/webp",srcSet:`${s}?imageMogr2/format/webp`}),v.createElement("source",{type:"image/jpeg",srcSet:`${s}?imageMogr2/format/jpg`}),v.createElement("img",{className:l,src:s,style:o,loading:a,onLoad:c=>{n?.(c.target)}})):v.createElement("img",{className:l,src:s,style:o,loading:a,onLoad:c=>{n?.(c.target)}}))});var Ae=se(Dl);const _l=t=>{var e,i,n,o,l,a,s,r,c,{content:d,style:p,bgImg:f,onClick:m,schema:g,isDefault:b,bottom_image:D,tipText:u,isPost:w,viewTime:h,rec:I,swiper:y,commodityStyles:S,buttonStyle:O,index:C}=t,T=we(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index"]);const{sxpParameter:E}=pe(),{popupDetailData:k,bffEventReport:x,isPreview:_,waterFallData:M}=pe(),{jumpToWeb:B,productView:R}=He(),$=Z(null),[F,j]=G(!1),N=w?I:k,P=w?N?.product:(e=N?.video)===null||e===void 0?void 0:e.bindProduct,A=w?(i=N?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=N?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,U=w?C:k?.index,H=()=>{P?.link&&(B(k,P,A,U),w||R(N,P,A,h||$.current,U),window.location.href=window.getJointUtmLink(P.link))};ee(()=>{const X=()=>{$.current=new Date};return X(),window.addEventListener("pageshow",X),()=>{window.removeEventListener("pageshow",X)}},[]);const q=Q(()=>{var X,ae,V,z,Y;return P?.currency&&P?.price?`${(V=(ae=(X=P?.currency)===null||X===void 0?void 0:X.split("-")[1])===null||ae===void 0?void 0:ae.toUpperCase())!==null&&V!==void 0?V:""}${(Y=(z=P?.price)===null||z===void 0?void 0:z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&Y!==void 0?Y:""}`:"$7,000"},[P?.price,P?.currency]),te=_?375:(l=p?.width)!==null&&l!==void 0?l:window.innerWidth,de=({isPost:X})=>{var ae,V,z;return v.createElement("div",null,v.createElement("div",{className:"pb-commondity-content-collection",style:S?.collection,hidden:!!P&&(!P?.collection||P?.collection==="")},(ae=P?.collection)!==null&&ae!==void 0?ae:"Tiffany Lock"),v.createElement("div",{className:"pb-commondity-content-title",style:S?.title,hidden:!!P&&!P?.title},(V=P?.title)!==null&&V!==void 0?V:"Pendant in Yellow Gold with Diamonds, Medium"),v.createElement("div",{className:"pb-commondity-content-price",style:S?.price,hidden:!!P&&!P?.price},q),v.createElement("div",{hidden:!!P&&(!P?.info||P?.info==="")},v.createElement(Mt,{foldText:u?.foldText,unfoldText:u?.unfoldText,onClick:()=>j(!0),isPost:X,text:(z=P?.info)!==null&&z!==void 0?z:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
1
+ import{isEmpty as Tt,isEqual as gi,cloneDeep as mt,debounce as Vt,throttle as xt,get as bi}from"lodash";import{v4 as gn}from"uuid";import bn from"pako";import v,{useContext as ht,useMemo as Z,createContext as gt,memo as ce,useState as G,useRef as ee,useEffect as K,useCallback as ue,forwardRef as Et,useImperativeHandle as yi,useLayoutEffect as yn}from"react";import wi from"qs";import{css as J}from"@emotion/css";import{BetaSchemaForm as wn}from"@ant-design/pro-components";import*as Si from"react-dom";import Sn from"eventemitter3";import Ti from"hls.js";function Te(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 o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(i[n[o]]=t[n[o]]);return i}function Ee(t,e,i,n){function o(l){return l instanceof i?l:new i(function(a){a(l)})}return new(i||(i=Promise))(function(l,a){function s(d){try{c(n.next(d))}catch(p){a(p)}}function r(d){try{c(n.throw(d))}catch(p){a(p)}}function c(d){d.done?l(d.value):o(d.value).then(s,r)}c((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Tn=/:\w+/g;var xi=(t,e)=>Ee(void 0,void 0,void 0,function*(){const i={},n={};for(let o=0;o<e?.length;o++){const{id:l,method:a,url:s,urlParams:r,name:c,queryString:d,headers:p,body:m}=e[o];let f=s;r&&Object.entries(r).forEach(([h,g])=>{f=f.replace(Tn,C=>C===h?g:C)}),d&&(f+=d),n[l]=c;try{const h=yield fetch(f,{method:a,headers:Object.assign({"Content-Type":"application/json"},p),body:JSON.stringify(m)}).then(g=>g.json());i[l]=h}catch(h){console.error("DataSource request error: ",h),i[l]={}}}return{$store:i,idMapName:n}});const Ei="SXP_TOKEN_INFO",xn=(t,e)=>Ee(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),o=t.getAppId(),l=t.getApiUrl(),a=window.localStorage.getItem(Ei);let s=JSON.parse(a||"{}");if(Date.now()>((i=s?.expireTime)!==null&&i!==void 0?i:0)){const c=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":o||""}}).then(d=>d.json());if(c.success){const d=c.data;s=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(Ei,JSON.stringify(s))}}return s});function It(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let o;if(e=e||i.length,t)for(o=0;o<t;o++)n[o]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",o=0;o<36;o++)n[o]||(l=0|Math.random()*16,n[o]=i[o===19?l&3|8:l])}return n.join("")}const En=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let o=0;for(;o<t;)e+=i.charAt(Math.floor(Math.random()*n)),o+=1;return e},In=()=>{const t=gn();return t?.replaceAll?t.replaceAll("-",""):En(32)};function Ii(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),o=bn.inflate(n,{to:"string"});return JSON.parse(o)}let Rt=null;const Cn={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Dn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,Rt)return Rt;Rt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Cn[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let xe=null;const _n={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{xe||(xe=new Dn),n&&xe.setApiUrl(n),xe.setAppId(t),xe.setTenantId(e),xe.setEnv(i)},getDetail:t=>{if(!xe)return;const e=xe.getTenantId(),i=xe.getAppId(),n=xe.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>Ee(void 0,void 0,void 0,function*(){var l,a;const s=yield o.json(),r=Ii((l=s?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:c}=yield xi(n,(a=r?.dataSource)!==null&&a!==void 0?a:[]);s.data.data=r,Object.assign(s.data.data,{__STORE__:c})}return s}))},getSxpDetailByPageId:t=>Ee(void 0,void 0,void 0,function*(){if(!xe)return;const e=xe.getTenantId(),i=xe.getAppId(),n=xe.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>Ee(void 0,void 0,void 0,function*(){var l;const a=yield o.json();if(!a.success)return;const s=Ii((l=a?.data)===null||l===void 0?void 0:l.data);return a.data.data=s,a.data}))}),getSxpRecommendVideoData:t=>Ee(void 0,void 0,void 0,function*(){if(!xe)return;const e=yield xn(xe,t),i=It(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Tt(n)&&(n=It(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const o=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 o?.data||null})};function Ue(){return ht(Mi)}function kn(){return ht(Oi)}const Ft="feRealSessionIdKey",Ci=()=>{const t=In();return`${Date.now()}${t}`},An=()=>{let t=On();return t||(t=Ci(),window.sessionStorage.setItem(Ft,t)),t},Pn=()=>{const t=Ci();window.sessionStorage.setItem(Ft,t)},On=()=>window.sessionStorage.getItem(Ft),Di="SXP_FAKE_USER_ID",_i="FAKE_USER_STATE",Mn=()=>{let t=window.localStorage.getItem(Di);return Tt(t)&&(t=It(36,62),window.localStorage.setItem(Di,t)),t},Ln=()=>{const t=window.localStorage.getItem(_i);return Tt(t)&&window.localStorage.setItem(_i,"true"),Tt(t)};function Pe(t,e){const{appDomain:i}=fe();return Z(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ki=gt({rtcList:[],tagList:[]});var Ht;(function(t){t[t.BFF=5]="BFF"})(Ht||(Ht={}));const Nn=["utm_source","utm_medium","utm_campaign","utm_id","utm_content","cl_source"],jn=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:o,defaultSize:l,isPreview:a=!1,sxpParameter:s,appDomain:r,hashTagSize:c,loadingImage:d,isOpenHashTag:p=!1,enabledMetaConversionApi:m=!1})=>{const[f,h]=G([]),[g,C]=G([]),[u,w]=G(!1),[b,E]=G({rtc:"",requestId:""}),y=ee(null),S=ee(!1),[O,_]=G(),[T,x]=G(),[A,I]=G(p),[k,P]=G([]),[j,V]=G(0),[$,R]=G(!1),[N,B]=G(null);K(()=>{I(p)},[p]);const M=Z(()=>e?.find(z=>z.type===Ht.BFF),[e]),D=ue((z,H)=>{if(!M)return;const X=M.url,be=Mn();if(H?.query){const ye=wi.stringify(H.query);z=`${z}?${ye}`}return H.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${X}/api/v1${z}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},M.headers),{"x-user-id":be}),H.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${X}/api/v1${z}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":be},M.headers),method:H.method,body:JSON.stringify(H.body)}).then(ye=>ye.json()).catch(ye=>Promise.reject(ye))},[M]),Y=ue(z=>Ee(void 0,void 0,void 0,function*(){var H,X,be,ye,Se;if(z={maxSize:(H=z?.maxSize)!==null&&H!==void 0?H:o,defaultSize:(X=z?.defaultSize)!==null&&X!==void 0?X:l,"itemFilter.itemId":z?.["itemFilter.itemId"],"itemFilter.itemType":z?.["itemFilter.itemType"],hashTag:z?.hashTag,traceInfo:z?.traceInfo},i){const De=(Se=(ye=(be=i?.split("&"))===null||be===void 0?void 0:be.filter(_e=>{const Ke=_e.split("=")[0];return Nn.includes(Ke)}))===null||ye===void 0?void 0:ye.join("&"))!==null&&Se!==void 0?Se:"";z=Object.assign(Object.assign({},z),{channel:decodeURIComponent(De)})}const we=yield D?.("/recommend/list",{method:"GET",query:z});if(we?.success)return z?.hashTag||E({rtc:we.data.rtc,requestId:we.data.requestId}),we?.data}),[D,i,o,l]),F=ue(()=>Ee(void 0,void 0,void 0,function*(){var z,H;if(f.length<=0)return;const X=yield Y({hashTag:T?.hashTag,"itemFilter.itemId":T?.itemId,"itemFilter.itemType":T?.itemType});h(f.concat((z=X?.recList)!==null&&z!==void 0?z:[])),P(k.concat((H=X?.recList)!==null&&H!==void 0?H:[]))}),[Y,f,T,k]),U=ue(({userInfo:z,eventInfo:H})=>{if(!n)return;z||(z={});const X=An(),be=Object.assign({sessionID:X,rtc:b.rtc,requestId:b.requestId},H),ye=Object.entries(z).map(([we,De])=>({name:we,value:De})),Se=Object.entries(be).map(([we,De])=>De&&{name:we,value:De}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",z),console.log("eventInfo:",be),console.log("========= \u7ED3\u675F ========="),D?.("/event/report",{method:"POST",body:{userInfo:ye,eventInfo:Se},type:"beacon"})},[D,b,n]),ne=ue(z=>{var H,{eventName:X,actionSource:be="website",eventSourceUrl:ye=(H=window?.location)===null||H===void 0?void 0:H.href,externalId:Se}=z;if(!(!n||!m))return D?.("/fb/events",{method:"POST",body:{eventName:X,actionSource:be,eventSourceUrl:ye,"userData.externalId":Se},type:"beacon"})},[D,n,m]),pe=ue(z=>Ee(void 0,void 0,void 0,function*(){const H=yield D?.("/recommend/like",{method:"POST",body:z});return H?.success}),[D]),ae=ue(z=>Ee(void 0,void 0,void 0,function*(){const H=yield D?.("/recommend/unlike",{method:"POST",body:z});return H?.success}),[D]),q=ue(z=>Ee(void 0,void 0,void 0,function*(){const H=yield D?.("/customform",{method:"POST",body:z});return H?.success}),[D]),se=ue(()=>Ee(void 0,void 0,void 0,function*(){var z,H;if(i)try{const X=yield D?.("/tag/list",{method:"GET",query:{channel:i}});C((H=(z=X?.data)===null||z===void 0?void 0:z.tags)!==null&&H!==void 0?H:[])}catch(X){console.log("e",X)}}),[D,i]),re=ue((z,H,X,be)=>{var ye,Se,we,De,_e,Ke,lt,st,pt,at,vt,We;const Ce=X?.bindCta,ft=((ye=H?.video)===null||ye===void 0?void 0:ye.bindProduct)||((Se=H?.video)===null||Se===void 0?void 0:Se.bindProducts)&&((De=(we=H?.video)===null||we===void 0?void 0:we.bindProducts)===null||De===void 0?void 0:De.length)>0;let Qe="";$?Qe="hashTagPage":!((_e=H?.video)===null||_e===void 0)&&_e.url?Qe="videoPage":!((lt=(Ke=H?.video)===null||Ke===void 0?void 0:Ke.imgUrls)===null||lt===void 0)&&lt.length&&(Qe="imagePage"),U?.({eventInfo:Object.assign(Object.assign({},z),{ctaId:(st=Ce?.itemId)!==null&&st!==void 0?st:"",ctaName:(pt=Ce?.title)!==null&&pt!==void 0?pt:"",contentTags:JSON.stringify(Ce?.tags),position:be+"",contentId:(vt=(at=H?.video)===null||at===void 0?void 0:at.itemId)!==null&&vt!==void 0?vt:"",productId:ft?X?.itemId:"",traceInfo:(We=Ce?.traceInfo)!==null&&We!==void 0?We:"",fromKName:Qe})})},[U,$]);K(()=>{w(!0),se(),Y().then(z=>{var H,X;h((H=z?.recList)!==null&&H!==void 0?H:[]),P((X=z?.recList)!==null&&X!==void 0?X:[])}).finally(()=>{w(!1),S.current=!0})},[]),K(()=>{S.current&&(w(!0),se(),Y().then(z=>{var H,X;h((H=z?.recList)!==null&&H!==void 0?H:[]),P((X=z?.recList)!==null&&X!==void 0?X:[])}).finally(()=>{w(!1)}))},[Y,se]);const te=Pe("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return v.createElement(ki.Provider,{value:{rtcList:f,setRtcList:h,mutateLike:pe,mutateUnlike:ae,submitForm:q,popupDetailData:O,loadVideos:F,setPopupDetailData:_,getRecommendVideos:Y,bffEventReport:U,utmVal:i,isPreview:a,loading:u,sxpParameter:s,waterFallData:T,setWaterFallData:x,ctaEvent:re,swiperRef:y,openHashtag:A,setOpenHashtag:I,cacheRtcList:k,setCacheRtcList:P,cacheActiveIndex:j,setCacheActiveIndex:V,isFromHashtag:$,setIsFromHashtag:R,appDomain:r,hashTagSize:c,loadingImage:d??te,isOpenHashTag:p,tagList:g,setLoading:w,videoRef:N,setVideoRef:B,bffFbReport:ne}},t({rtcList:f,mutateLike:pe,mutateUnlike:ae,submitForm:q,tagList:g}))};var Ai=ce(jn);function fe(){return ht(ki)}var Pi;(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"})(Pi||(Pi={}));const Oi=gt({$store:{},options:[],configs:[]}),Bn=({children:t,isSsr:e,enable:i})=>{const[n,o]=G([]),{schema:l}=Ue(),[a,s]=G(l.__STORE__||{}),[r,c]=G([]);K(()=>{var m;e||gi(r,l?.dataSource)||c((m=l?.dataSource)!==null&&m!==void 0?m:[])},[l?.dataSource,e]);const d=ue(()=>Ee(void 0,void 0,void 0,function*(){const{$store:m,idMapName:f}=yield xi("",r);s(m),p(m,f)}),[r]),p=(m,f)=>{const h=[];Object.entries(m).forEach(([g,C])=>{Object.keys(C).forEach(u=>{const w={label:`${f[g]} - ${u}`,value:`{{ ${g}.${u} }}`};h.push(w)})}),o(h)};return K(()=>{e||d()},[d,e,l]),i?v.createElement(Oi.Provider,{value:{$store:l.__STORE__||a,options:n,configs:r}},t):t};var zn=ce(Bn);const Ct={id:It(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},Ut={id:"",duration:0,name:"none"},Mi=v.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Ct],redoStack:[],popup:Ut,setPopup:()=>{}}),Li=Et(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:o=!0,utmVal:l},a)=>{const[s,r]=G(null),[c,d]=G(n||{pointData:[Ct],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[p,m]=G([Ct]),[f,h]=G([[Ct]]),[g,C]=G([]),[u,w]=G(Ut);typeof window<"u"&&(window.sxpPopup=(O,_)=>{w(Object.assign(Object.assign(Object.assign({},Ut),{id:O}),_))}),typeof window<"u"&&(window.getJointUtmLink=O=>O?.indexOf("?")!==-1?O+(l?"&"+l:""):O+(l?"?"+l:"")),K(()=>{h([c.pointData]),C([])},[c.type]);const b=ue(O=>{const _=mt(c);_&&(_.dataSource=O,d?.(_))},[c]),[E,y]=G();yi(a,()=>({loadSchema(O){O&&(h([O.pointData]),d(O))},exportSchema(){return mt(c)},getPageInfoData(){return E},initPageInfoData(O){O&&y(O)}}));const S=Z(()=>{if(c)return c.type==="PC"?c.pcPageConf:c.mobilePageConf},[c]);return v.createElement(Mi.Provider,{value:{resolver:e,currentNode:s,schema:c,setCurrentNode:r,setSchema:d,saveDataSource:b,prePiontData:p,setPrePiontData:m,pageInfoData:E,setPageInfoData:O=>y(Object.assign(Object.assign({},E),O)),undoStack:f,redoStack:g,setRedoStack:C,setUndoStack:h,getCurPageConf:S,popup:u,setPopup:w}},v.createElement(zn,{isSsr:i,enable:o},t))});var Vn=Object.freeze({__proto__:null,EditorCore:Li}),Rn=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const le=[{label:"\u5E94\u7528\u5B57\u4F53",value:"appFont"},{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}];var Fn={fontOptions:le},Gt,Hn=[{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:"Color",name:["textStyle","color"]},{type:"Select",name:["textStyle","fontFamily"],options:le,initialValue:(Gt=le?.[0])===null||Gt===void 0?void 0:Gt.value},{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"]},{label:"\u63D0\u4EA4\u6587\u672C\u989C\u8272",type:"Color",name:["props","submitColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];const Un=t=>{var{columns:e,style:i,title:n,textStyle:o,submitBgColor:l,submitColor:a,submitText:s,layoutType:r,onClick:c,onClose:d}=t,p=Te(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","onClick","onClose"]);const{submitForm:m}=fe(),f=ee(),[h,g]=G(!1),C=Z(()=>[{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"}],[]),u=Z(()=>{if(r===void 0){const b=mt(e)||C;return b?.map(E=>Object.assign(Object.assign({},E),{title:void 0,fieldProps:{placeholder:E?.title}}))}else return mt(e)||C},[r,e,C]),w=Vt(()=>Ee(void 0,void 0,void 0,function*(){var b,E,y;const S=yield(b=f?.current)===null||b===void 0?void 0:b.getFieldsValue();if(!S)return;const O=(y=(E=Object.keys(S))===null||E===void 0?void 0:E.map(T=>{var x;return{name:T,value:(x=S[T])!==null&&x!==void 0?x:""}}))===null||y===void 0?void 0:y.filter(T=>T?.value);if(!O||!O?.length)return;g(!0);const _=yield m?.({attributes:O});g(!1),_&&(d?.(),c?.())}),1e3);return v.createElement("div",{className:"pb-appoint-form"},v.createElement("div",{className:`pb-appoint-form-title ${J(Object.assign({},o))}`},n),v.createElement("div",Object.assign({className:J(Object.assign({},i))},p),v.createElement("div",{className:"pb-appoint-form-container"},v.createElement(wn,{columns:u,submitter:!1,layout:r,autoFocusFirstInput:!1,size:"large",formRef:f,className:"panel-reset"}))),v.createElement("div",{className:"pb-appoint-form-btn-wrapper"},v.createElement("button",{onClick:w,className:"pb-appoint-form-btn",style:{color:a,background:l}},h?v.createElement(v.Fragment,null,"loading..."):s)))};var Gn=ce(Un);function ke(t,e){return t.extend=e,t}const $n=ke(Gn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Hn,bindableProps:[],interactionRender:Rn},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 $t,Wt,Wn=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"}]},{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"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Color",name:["color"]},{type:"Select",options:le,name:["fontFamily"],initialValue:($t=le?.[0])===null||$t===void 0?void 0:$t.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:le,initialValue:(Wt=le?.[0])===null||Wt===void 0?void 0:Wt.value},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];function Ni(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function qt(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Ni(e[i])&&Ni(t[i])&&Object.keys(e[i]).length>0&&qt(t[i],e[i])})}const ji={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector(){return null},querySelectorAll(){return[]},getElementById(){return null},createEvent(){return{initEvent(){}}},createElement(){return{children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName(){return[]}}},createElementNS(){return{}},importNode(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function Be(){const t=typeof document<"u"?document:{};return qt(t,ji),t}const qn={document:ji,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle(){return{getPropertyValue(){return""}}},Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia(){return{}},requestAnimationFrame(t){return typeof setTimeout>"u"?(t(),null):setTimeout(t,0)},cancelAnimationFrame(t){typeof setTimeout>"u"||clearTimeout(t)}};function Ie(){const t=typeof window<"u"?window:{};return qt(t,qn),t}function Ye(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Yn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function rt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function Oe(){return Date.now()}function Xn(t){const e=Ie();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Jn(t,e){e===void 0&&(e="x");const i=Ie();let n,o,l;const a=Xn(t);return i.WebKitCSSMatrix?(o=a.transform||a.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(s=>s.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(o==="none"?"":o)):(l=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?o=l.m41:n.length===16?o=parseFloat(n[12]):o=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?o=l.m42:n.length===16?o=parseFloat(n[13]):o=parseFloat(n[5])),o||0}function Dt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Kn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Ae(){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&&!Kn(n)){const o=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,a=o.length;l<a;l+=1){const s=o[l],r=Object.getOwnPropertyDescriptor(n,s);r!==void 0&&r.enumerable&&(Dt(t[s])&&Dt(n[s])?n[s].__swiper__?t[s]=n[s]:Ae(t[s],n[s]):!Dt(t[s])&&Dt(n[s])?(t[s]={},n[s].__swiper__?t[s]=n[s]:Ae(t[s],n[s])):t[s]=n[s])}}}return t}function _t(t,e,i){t.style.setProperty(e,i)}function Bi(t){let{swiper:e,targetPosition:i,side:n}=t;const o=Ie(),l=-e.translate;let a=null,s;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(e.cssModeFrameID);const c=i>l?"next":"prev",d=(m,f)=>c==="next"&&m>=f||c==="prev"&&m<=f,p=()=>{s=new Date().getTime(),a===null&&(a=s);const m=Math.max(Math.min((s-a)/r,1),0),f=.5-Math.cos(m*Math.PI)/2;let h=l+f*(i-l);if(d(h,i)&&(h=i),e.wrapperEl.scrollTo({[n]:h}),d(h,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:h})}),o.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=o.requestAnimationFrame(p)};p()}function ze(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function kt(t){try{console.warn(t);return}catch{}}function bt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Ye(e)),i}function Qn(t){const e=Ie(),i=Be(),n=t.getBoundingClientRect(),o=i.body,l=t.clientTop||o.clientTop||0,a=t.clientLeft||o.clientLeft||0,s=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+s-l,left:n.left+r-a}}function Zn(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 eo(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 Xe(t,e){return Ie().getComputedStyle(t,null).getPropertyValue(e)}function At(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function zi(t,e){const i=[];let n=t.parentElement;for(;n;)e?n.matches(e)&&i.push(n):i.push(n),n=n.parentElement;return i}function Yt(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Xt(t,e,i){const n=Ie();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 Ve(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function to(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=Ie();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 a,s=Oe(),r;const c=[];function d(b){let O=0,_=0,T=0,x=0;return"detail"in b&&(_=b.detail),"wheelDelta"in b&&(_=-b.wheelDelta/120),"wheelDeltaY"in b&&(_=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(O=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(O=_,_=0),T=O*10,x=_*10,"deltaY"in b&&(x=b.deltaY),"deltaX"in b&&(T=b.deltaX),b.shiftKey&&!T&&(T=x,x=0),(T||x)&&b.deltaMode&&(b.deltaMode===1?(T*=40,x*=40):(T*=800,x*=800)),T&&!O&&(O=T<1?-1:1),x&&!_&&(_=x<1?-1:1),{spinX:O,spinY:_,pixelX:T,pixelY:x}}function p(){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&&Oe()-s<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&Oe()-s<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),o("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),o("scroll",b.raw)),s=new l.Date().getTime(),!1)}function h(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 g(b){let E=b,y=!0;if(!e.enabled||b.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const S=e.params.mousewheel;e.params.cssMode&&E.preventDefault();let O=e.el;e.params.mousewheel.eventsTarget!=="container"&&(O=document.querySelector(e.params.mousewheel.eventsTarget));const _=O&&O.contains(E.target);if(!e.mouseEntered&&!_&&!S.releaseOnEdges)return!0;E.originalEvent&&(E=E.originalEvent);let T=0;const x=e.rtlTranslate?-1:1,A=d(E);if(S.forceToAxis)if(e.isHorizontal())if(Math.abs(A.pixelX)>Math.abs(A.pixelY))T=-A.pixelX*x;else return!0;else if(Math.abs(A.pixelY)>Math.abs(A.pixelX))T=-A.pixelY;else return!0;else T=Math.abs(A.pixelX)>Math.abs(A.pixelY)?-A.pixelX*x:-A.pixelY;if(T===0)return!0;S.invert&&(T=-T);let I=e.getTranslate()+T*S.sensitivity;if(I>=e.minTranslate()&&(I=e.minTranslate()),I<=e.maxTranslate()&&(I=e.maxTranslate()),y=e.params.loop?!0:!(I===e.minTranslate()||I===e.maxTranslate()),y&&e.params.nested&&E.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const k={time:Oe(),delta:Math.abs(T),direction:Math.sign(T),raw:b};c.length>=2&&c.shift();const P=c.length?c[c.length-1]:void 0;if(c.push(k),P?(k.direction!==P.direction||k.delta>P.delta||k.time>P.time+150)&&f(k):f(k),h(k))return!0}else{const k={time:Oe(),delta:Math.abs(T),direction:Math.sign(T)},P=r&&k.time<r.time+500&&k.delta<=r.delta&&k.direction===r.direction;if(!P){r=void 0;let j=e.getTranslate()+T*S.sensitivity;const V=e.isBeginning,$=e.isEnd;if(j>=e.minTranslate()&&(j=e.minTranslate()),j<=e.maxTranslate()&&(j=e.maxTranslate()),e.setTransition(0),e.setTranslate(j),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!V&&e.isBeginning||!$&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:k.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,c.length>=15&&c.shift();const R=c.length?c[c.length-1]:void 0,N=c[0];if(c.push(k),R&&(k.delta>R.delta||k.direction!==R.direction))c.splice(0);else if(c.length>=15&&k.time-N.time<500&&N.delta-k.delta>=1&&k.delta<=6){const B=T>0?.8:.2;r=k,c.splice(0),a=rt(()=>{e.slideToClosest(e.params.speed,!0,void 0,B)},0)}a||(a=rt(()=>{r=k,c.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(P||o("scroll",E),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),S.releaseOnEdges&&(j===e.minTranslate()||j===e.maxTranslate()))return!0}}return E.preventDefault?E.preventDefault():E.returnValue=!1,!1}function C(b){let E=e.el;e.params.mousewheel.eventsTarget!=="container"&&(E=document.querySelector(e.params.mousewheel.eventsTarget)),E[b]("mouseenter",p),E[b]("mouseleave",m),E[b]("wheel",g)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",g),!0):e.mousewheel.enabled?!1:(C("addEventListener"),e.mousewheel.enabled=!0,!0)}function w(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,g),!0):e.mousewheel.enabled?(C("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:u,disable:w})}function Vi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(o=>{if(!i[o]&&i.auto===!0){let l=ze(t.el,`.${n[o]}`)[0];l||(l=bt("div",n[o]),l.className=n[o],t.el.append(l)),i[o]=l,e[o]=l}}),i}function dt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Pt(t){let{swiper:e,extendParams:i,on:n,emit:o}=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:u=>u,formatFractionTotal:u=>u,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 a,s=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function c(u,w){const{bulletActiveClass:b}=e.params.pagination;u&&(u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${b}-${w}`),u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${b}-${w}-${w}`)))}function d(u){const w=u.target.closest(dt(e.params.pagination.bulletClass));if(!w)return;u.preventDefault();const b=At(w)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function p(){const u=e.rtl,w=e.params.pagination;if(r())return;let b=e.pagination.el;b=Ve(b);let E,y;const S=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,O=e.params.loop?Math.ceil(S/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(y=e.previousRealIndex||0,E=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(E=e.snapIndex,y=e.previousSnapIndex):(y=e.previousIndex||0,E=e.activeIndex||0),w.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const _=e.pagination.bullets;let T,x,A;if(w.dynamicBullets&&(a=Xt(_[0],e.isHorizontal()?"width":"height",!0),b.forEach(I=>{I.style[e.isHorizontal()?"width":"height"]=`${a*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&y!==void 0&&(s+=E-(y||0),s>w.dynamicMainBullets-1?s=w.dynamicMainBullets-1:s<0&&(s=0)),T=Math.max(E-s,0),x=T+(Math.min(_.length,w.dynamicMainBullets)-1),A=(x+T)/2),_.forEach(I=>{const k=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(P=>`${w.bulletActiveClass}${P}`)].map(P=>typeof P=="string"&&P.includes(" ")?P.split(" "):P).flat();I.classList.remove(...k)}),b.length>1)_.forEach(I=>{const k=At(I);k===E?I.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&I.setAttribute("part","bullet"),w.dynamicBullets&&(k>=T&&k<=x&&I.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),k===T&&c(I,"prev"),k===x&&c(I,"next"))});else{const I=_[E];if(I&&I.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&_.forEach((k,P)=>{k.setAttribute("part",P===E?"bullet-active":"bullet")}),w.dynamicBullets){const k=_[T],P=_[x];for(let j=T;j<=x;j+=1)_[j]&&_[j].classList.add(...`${w.bulletActiveClass}-main`.split(" "));c(k,"prev"),c(P,"next")}}if(w.dynamicBullets){const I=Math.min(_.length,w.dynamicMainBullets+4),k=(a*I-a)/2-A*a,P=u?"right":"left";_.forEach(j=>{j.style[e.isHorizontal()?P:"top"]=`${k}px`})}}b.forEach((_,T)=>{if(w.type==="fraction"&&(_.querySelectorAll(dt(w.currentClass)).forEach(x=>{x.textContent=w.formatFractionCurrent(E+1)}),_.querySelectorAll(dt(w.totalClass)).forEach(x=>{x.textContent=w.formatFractionTotal(O)})),w.type==="progressbar"){let x;w.progressbarOpposite?x=e.isHorizontal()?"vertical":"horizontal":x=e.isHorizontal()?"horizontal":"vertical";const A=(E+1)/O;let I=1,k=1;x==="horizontal"?I=A:k=A,_.querySelectorAll(dt(w.progressbarFillClass)).forEach(P=>{P.style.transform=`translate3d(0,0,0) scaleX(${I}) scaleY(${k})`,P.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(_.innerHTML=w.renderCustom(e,E+1,O),T===0&&o("paginationRender",_)):(T===0&&o("paginationRender",_),o("paginationUpdate",_)),e.params.watchOverflow&&e.enabled&&_.classList[e.isLocked?"add":"remove"](w.lockClass)})}function m(){const u=e.params.pagination;if(r())return;const w=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=Ve(b);let E="";if(u.type==="bullets"){let y=e.params.loop?Math.ceil(w/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&y>w&&(y=w);for(let S=0;S<y;S+=1)u.renderBullet?E+=u.renderBullet.call(e,S,u.bulletClass):E+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?E=u.renderFraction.call(e,u.currentClass,u.totalClass):E=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?E=u.renderProgressbar.call(e,u.progressbarFillClass):E=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(y=>{u.type!=="custom"&&(y.innerHTML=E||""),u.type==="bullets"&&e.pagination.bullets.push(...y.querySelectorAll(dt(u.bulletClass)))}),u.type!=="custom"&&o("paginationRender",b[0])}function f(){e.params.pagination=Vi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let w;typeof u.el=="string"&&e.isElement&&(w=e.el.querySelector(u.el)),!w&&typeof u.el=="string"&&(w=[...document.querySelectorAll(u.el)]),w||(w=u.el),!(!w||w.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(w)&&w.length>1&&(w=[...e.el.querySelectorAll(u.el)],w.length>1&&(w=w.filter(b=>zi(b,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=Ve(w),w.forEach(b=>{u.type==="bullets"&&u.clickable&&b.classList.add(...(u.clickableClass||"").split(" ")),b.classList.add(u.modifierClass+u.type),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(b.classList.add(`${u.modifierClass}${u.type}-dynamic`),s=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&b.classList.add(u.progressbarOppositeClass),u.clickable&&b.addEventListener("click",d),e.enabled||b.classList.add(u.lockClass)}))}function h(){const u=e.params.pagination;if(r())return;let w=e.pagination.el;w&&(w=Ve(w),w.forEach(b=>{b.classList.remove(u.hiddenClass),b.classList.remove(u.modifierClass+u.type),b.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(b.classList.remove(...(u.clickableClass||"").split(" ")),b.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:w}=e.pagination;w=Ve(w),w.forEach(b=>{b.classList.remove(u.horizontalClass,u.verticalClass),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?C():(f(),m(),p())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&p()}),n("snapIndexChange",()=>{p()}),n("snapGridLengthChange",()=>{m(),p()}),n("destroy",()=>{h()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Ve(u),u.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{p()}),n("click",(u,w)=>{const b=w.target,E=Ve(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 y=E[0].classList.contains(e.params.pagination.hiddenClass);o(y===!0?"paginationShow":"paginationHide"),E.forEach(S=>S.classList.toggle(e.params.pagination.hiddenClass))}});const g=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ve(u),u.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),f(),m(),p()},C=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ve(u),u.forEach(w=>w.classList.add(e.params.pagination.paginationDisabledClass))),h()};Object.assign(e.pagination,{enable:g,disable:C,render:m,update:p,init:f,destroy:h})}function io(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=Be();let a=!1,s=null,r=null,c,d,p,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:I,rtlTranslate:k}=e,{dragEl:P,el:j}=I,V=e.params.scrollbar,$=e.params.loop?e.progressLoop:e.progress;let R=d,N=(p-d)*$;k?(N=-N,N>0?(R=d-N,N=0):-N+d>p&&(R=p+N)):N<0?(R=d+N,N=0):N+d>p&&(R=p-N),e.isHorizontal()?(P.style.transform=`translate3d(${N}px, 0, 0)`,P.style.width=`${R}px`):(P.style.transform=`translate3d(0px, ${N}px, 0)`,P.style.height=`${R}px`),V.hide&&(clearTimeout(s),j.style.opacity=1,s=setTimeout(()=>{j.style.opacity=0,j.style.transitionDuration="400ms"},1e3))}function h(I){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${I}ms`)}function g(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:I}=e,{dragEl:k,el:P}=I;k.style.width="",k.style.height="",p=e.isHorizontal()?P.offsetWidth:P.offsetHeight,m=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=p*m:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?k.style.width=`${d}px`:k.style.height=`${d}px`,m>=1?P.style.display="none":P.style.display="",e.params.scrollbar.hide&&(P.style.opacity=0),e.params.watchOverflow&&e.enabled&&I.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function C(I){return e.isHorizontal()?I.clientX:I.clientY}function u(I){const{scrollbar:k,rtlTranslate:P}=e,{el:j}=k;let V;V=(C(I)-Qn(j)[e.isHorizontal()?"left":"top"]-(c!==null?c:d/2))/(p-d),V=Math.max(Math.min(V,1),0),P&&(V=1-V);const $=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*V;e.updateProgress($),e.setTranslate($),e.updateActiveIndex(),e.updateSlidesClasses()}function w(I){const k=e.params.scrollbar,{scrollbar:P,wrapperEl:j}=e,{el:V,dragEl:$}=P;a=!0,c=I.target===$?C(I)-I.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,I.preventDefault(),I.stopPropagation(),j.style.transitionDuration="100ms",$.style.transitionDuration="100ms",u(I),clearTimeout(r),V.style.transitionDuration="0ms",k.hide&&(V.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),o("scrollbarDragStart",I)}function b(I){const{scrollbar:k,wrapperEl:P}=e,{el:j,dragEl:V}=k;a&&(I.preventDefault?I.preventDefault():I.returnValue=!1,u(I),P.style.transitionDuration="0ms",j.style.transitionDuration="0ms",V.style.transitionDuration="0ms",o("scrollbarDragMove",I))}function E(I){const k=e.params.scrollbar,{scrollbar:P,wrapperEl:j}=e,{el:V}=P;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",j.style.transitionDuration=""),k.hide&&(clearTimeout(r),r=rt(()=>{V.style.opacity=0,V.style.transitionDuration="400ms"},1e3)),o("scrollbarDragEnd",I),k.snapOnRelease&&e.slideToClosest())}function y(I){const{scrollbar:k,params:P}=e,j=k.el;if(!j)return;const V=j,$=P.passiveListeners?{passive:!1,capture:!1}:!1,R=P.passiveListeners?{passive:!0,capture:!1}:!1;if(!V)return;const N=I==="on"?"addEventListener":"removeEventListener";V[N]("pointerdown",w,$),l[N]("pointermove",b,$),l[N]("pointerup",E,R)}function S(){!e.params.scrollbar.el||!e.scrollbar.el||y("on")}function O(){!e.params.scrollbar.el||!e.scrollbar.el||y("off")}function _(){const{scrollbar:I,el:k}=e;e.params.scrollbar=Vi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const P=e.params.scrollbar;if(!P.el)return;let j;if(typeof P.el=="string"&&e.isElement&&(j=e.el.querySelector(P.el)),!j&&typeof P.el=="string"){if(j=l.querySelectorAll(P.el),!j.length)return}else j||(j=P.el);e.params.uniqueNavElements&&typeof P.el=="string"&&j.length>1&&k.querySelectorAll(P.el).length===1&&(j=k.querySelector(P.el)),j.length>0&&(j=j[0]),j.classList.add(e.isHorizontal()?P.horizontalClass:P.verticalClass);let V;j&&(V=j.querySelector(dt(e.params.scrollbar.dragClass)),V||(V=bt("div",e.params.scrollbar.dragClass),j.append(V))),Object.assign(I,{el:j,dragEl:V}),P.draggable&&S(),j&&j.classList[e.enabled?"remove":"add"](...Ye(e.params.scrollbar.lockClass))}function T(){const I=e.params.scrollbar,k=e.scrollbar.el;k&&k.classList.remove(...Ye(e.isHorizontal()?I.horizontalClass:I.verticalClass)),O()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const I=e.params.scrollbar;let{el:k}=e.scrollbar;k=Ve(k),k.forEach(P=>{P.classList.remove(I.horizontalClass,I.verticalClass),P.classList.add(e.isHorizontal()?I.horizontalClass:I.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?A():(_(),g(),f())}),n("update resize observerUpdate lock unlock changeDirection",()=>{g()}),n("setTranslate",()=>{f()}),n("setTransition",(I,k)=>{h(k)}),n("enable disable",()=>{const{el:I}=e.scrollbar;I&&I.classList[e.enabled?"remove":"add"](...Ye(e.params.scrollbar.lockClass))}),n("destroy",()=>{T()});const x=()=>{e.el.classList.remove(...Ye(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Ye(e.params.scrollbar.scrollbarDisabledClass)),_(),g(),f()},A=()=>{e.el.classList.add(...Ye(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Ye(e.params.scrollbar.scrollbarDisabledClass)),T()};Object.assign(e.scrollbar,{enable:x,disable:A,updateSize:g,setTranslate:f,init:_,destroy:T})}function Ot(t){let{swiper:e,extendParams:i,on:n,emit:o,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 a,s,r=l&&l.autoplay?l.autoplay.delay:3e3,c=l&&l.autoplay?l.autoplay.delay:3e3,d,p=new Date().getTime(),m,f,h,g,C,u,w;function b(R){!e||e.destroyed||!e.wrapperEl||R.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!w&&x())}const E=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(c=d,m=!1);const R=e.autoplay.paused?d:p+c-new Date().getTime();e.autoplay.timeLeft=R,o("autoplayTimeLeft",R,R/r),s=requestAnimationFrame(()=>{E()})},y=()=>{let R;return e.virtual&&e.params.virtual.enabled?R=e.slides.filter(B=>B.classList.contains("swiper-slide-active"))[0]:R=e.slides[e.activeIndex],R?parseInt(R.getAttribute("data-swiper-autoplay"),10):void 0},S=R=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(s),E();let N=typeof R>"u"?e.params.autoplay.delay:R;r=e.params.autoplay.delay,c=e.params.autoplay.delay;const B=y();!Number.isNaN(B)&&B>0&&typeof R>"u"&&(N=B,r=B,c=B),d=N;const M=e.params.speed,D=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(M,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,M,!0,!0),o("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(M,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,M,!0,!0),o("autoplay")),e.params.cssMode&&(p=new Date().getTime(),requestAnimationFrame(()=>{S()})))};return N>0?(clearTimeout(a),a=setTimeout(()=>{D()},N)):requestAnimationFrame(()=>{D()}),N},O=()=>{p=new Date().getTime(),e.autoplay.running=!0,S(),o("autoplayStart")},_=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(s),o("autoplayStop")},T=(R,N)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),R||(u=!0);const B=()=>{o("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):x()};if(e.autoplay.paused=!0,N){C&&(d=e.params.autoplay.delay),C=!1,B();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-p),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),B())},x=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(p=new Date().getTime(),u?(u=!1,S(d)):S(),e.autoplay.paused=!1,o("autoplayResume"))},A=()=>{if(e.destroyed||!e.autoplay.running)return;const R=Be();R.visibilityState==="hidden"&&(u=!0,T(!0)),R.visibilityState==="visible"&&x()},I=R=>{R.pointerType==="mouse"&&(u=!0,w=!0,!(e.animating||e.autoplay.paused)&&T(!0))},k=R=>{R.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&x())},P=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",I),e.el.addEventListener("pointerleave",k))},j=()=>{e.el.removeEventListener("pointerenter",I),e.el.removeEventListener("pointerleave",k)},V=()=>{Be().addEventListener("visibilitychange",A)},$=()=>{Be().removeEventListener("visibilitychange",A)};n("init",()=>{e.params.autoplay.enabled&&(P(),V(),O())}),n("destroy",()=>{j(),$(),e.autoplay.running&&_()}),n("_freeModeStaticRelease",()=>{(h||u)&&x()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?_():T(!0,!0)}),n("beforeTransitionStart",(R,N,B)=>{e.destroyed||!e.autoplay.running||(B||!e.params.autoplay.disableOnInteraction?T(!0,!0):_())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){_();return}f=!0,h=!1,u=!1,g=setTimeout(()=>{u=!0,h=!0,T(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!f)){if(clearTimeout(g),clearTimeout(a),e.params.autoplay.disableOnInteraction){h=!1,f=!1;return}h&&e.params.cssMode&&x(),h=!1,f=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(C=!0)}),Object.assign(e.autoplay,{start:O,stop:_,pause:T,resume:x})}function no(t){let{swiper:e,extendParams:i,emit:n,once:o}=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 a(){if(e.params.cssMode)return;const{touchEventsData:r,touches:c}=e;r.velocities.length===0&&r.velocities.push({position:c[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:c[e.isHorizontal()?"currentX":"currentY"],time:Oe()})}function s(r){let{currentPos:c}=r;if(e.params.cssMode)return;const{params:d,wrapperEl:p,rtlTranslate:m,snapGrid:f,touchEventsData:h}=e,C=Oe()-h.touchStartTime;if(c<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(c>-e.maxTranslate()){e.slides.length<f.length?e.slideTo(f.length-1):e.slideTo(e.slides.length-1);return}if(d.freeMode.momentum){if(h.velocities.length>1){const _=h.velocities.pop(),T=h.velocities.pop(),x=_.position-T.position,A=_.time-T.time;e.velocity=x/A,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(A>150||Oe()-_.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,h.velocities.length=0;let u=1e3*d.freeMode.momentumRatio;const w=e.velocity*u;let b=e.translate+w;m&&(b=-b);let E=!1,y;const S=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let O;if(b<e.maxTranslate())d.freeMode.momentumBounce?(b+e.maxTranslate()<-S&&(b=e.maxTranslate()-S),y=e.maxTranslate(),E=!0,h.allowMomentumBounce=!0):b=e.maxTranslate(),d.loop&&d.centeredSlides&&(O=!0);else if(b>e.minTranslate())d.freeMode.momentumBounce?(b-e.minTranslate()>S&&(b=e.minTranslate()+S),y=e.minTranslate(),E=!0,h.allowMomentumBounce=!0):b=e.minTranslate(),d.loop&&d.centeredSlides&&(O=!0);else if(d.freeMode.sticky){let _;for(let T=0;T<f.length;T+=1)if(f[T]>-b){_=T;break}Math.abs(f[_]-b)<Math.abs(f[_-1]-b)||e.swipeDirection==="next"?b=f[_]:b=f[_-1],b=-b}if(O&&o("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(m?u=Math.abs((-b-e.translate)/e.velocity):u=Math.abs((b-e.translate)/e.velocity),d.freeMode.sticky){const _=Math.abs((m?-b:b)-e.translate),T=e.slidesSizesGrid[e.activeIndex];_<T?u=d.speed:_<2*T?u=d.speed*1.5:u=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&E?(e.updateProgress(y),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Yt(p,()=>{!e||e.destroyed||!h.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(y),Yt(p,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Yt(p,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||C>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:a,onTouchEnd:s}})}let Jt;function oo(){const t=Ie(),e=Be();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Ri(){return Jt||(Jt=oo()),Jt}let Kt;function lo(t){let{userAgent:e}=t===void 0?{}:t;const i=Ri(),n=Ie(),o=n.navigator.platform,l=e||n.navigator.userAgent,a={ios:!1,android:!1},s=n.screen.width,r=n.screen.height,c=l.match(/(Android);?[\s\/]+([\d.]+)?/);let d=l.match(/(iPad).*OS\s([\d_]+)/);const p=l.match(/(iPod)(.*OS\s([\d_]+))?/),m=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=o==="Win32";let h=o==="MacIntel";const g=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&h&&i.touch&&g.indexOf(`${s}x${r}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),h=!1),c&&!f&&(a.os="android",a.android=!0),(d||m||p)&&(a.os="ios",a.ios=!0),a}function Fi(t){return t===void 0&&(t={}),Kt||(Kt=lo(t)),Kt}let Qt;function so(){const t=Ie(),e=Fi();let i=!1;function n(){const s=t.navigator.userAgent.toLowerCase();return s.indexOf("safari")>=0&&s.indexOf("chrome")<0&&s.indexOf("android")<0}if(n()){const s=String(t.navigator.userAgent);if(s.includes("Version/")){const[r,c]=s.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=r<16||r===16&&c<2}}const o=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),a=l||o&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:a,isWebView:o}}function ao(){return Qt||(Qt=so()),Qt}function ro(t){let{swiper:e,on:i,emit:n}=t;const o=Ie();let l=null,a=null;const s=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(p=>{a=o.requestAnimationFrame(()=>{const{width:m,height:f}=e;let h=m,g=f;p.forEach(C=>{let{contentBoxSize:u,contentRect:w,target:b}=C;b&&b!==e.el||(h=w?w.width:(u[0]||u).inlineSize,g=w?w.height:(u[0]||u).blockSize)}),(h!==m||g!==f)&&s()})}),l.observe(e.el))},c=()=>{a&&o.cancelAnimationFrame(a),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},d=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof o.ResizeObserver<"u"){r();return}o.addEventListener("resize",s),o.addEventListener("orientationchange",d)}),i("destroy",()=>{c(),o.removeEventListener("resize",s),o.removeEventListener("orientationchange",d)})}function co(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=[],a=Ie(),s=function(d,p){p===void 0&&(p={});const m=a.MutationObserver||a.WebkitMutationObserver,f=new m(h=>{if(e.__preventObserver__)return;if(h.length===1){o("observerUpdate",h[0]);return}const g=function(){o("observerUpdate",h[0])};a.requestAnimationFrame?a.requestAnimationFrame(g):a.setTimeout(g,0)});f.observe(d,{attributes:typeof p.attributes>"u"?!0:p.attributes,childList:typeof p.childList>"u"?!0:p.childList,characterData:typeof p.characterData>"u"?!0:p.characterData}),l.push(f)},r=()=>{if(e.params.observer){if(e.params.observeParents){const d=zi(e.hostEl);for(let p=0;p<d.length;p+=1)s(d[p])}s(e.hostEl,{childList:e.params.observeSlideChildren}),s(e.wrapperEl,{attributes:!1})}},c=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",c)}var uo={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const o=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][o](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function o(){n.off(t,o),o.__emitterProxy&&delete o.__emitterProxy;for(var l=arguments.length,a=new Array(l),s=0;s<l;s++)a[s]=arguments[s];e.apply(n,a)}return o.__emitterProxy=e,n.on(t,o,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((o,l)=>{(o===e||o.__emitterProxy&&o.__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 o=arguments.length,l=new Array(o),a=0;a<o;a++)l[a]=arguments[a];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(c=>{c.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(c=>{c.apply(n,i)})}),t}};function po(){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(Xe(n,"padding-left")||0,10)-parseInt(Xe(n,"padding-right")||0,10),i=i-parseInt(Xe(n,"padding-top")||0,10)-parseInt(Xe(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 vo(){const t=this;function e(x,A){return parseFloat(x.getPropertyValue(t.getDirectionLabel(A))||0)}const i=t.params,{wrapperEl:n,slidesEl:o,size:l,rtlTranslate:a,wrongRTL:s}=t,r=t.virtual&&i.virtual.enabled,c=r?t.virtual.slides.length:t.slides.length,d=ze(o,`.${t.params.slideClass}, swiper-slide`),p=r?t.virtual.slides.length:d.length;let m=[];const f=[],h=[];let g=i.slidesOffsetBefore;typeof g=="function"&&(g=i.slidesOffsetBefore.call(t));let C=i.slidesOffsetAfter;typeof C=="function"&&(C=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,w=t.slidesGrid.length;let b=i.spaceBetween,E=-g,y=0,S=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,d.forEach(x=>{a?x.style.marginLeft="":x.style.marginRight="",x.style.marginBottom="",x.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(_t(n,"--swiper-centered-offset-before",""),_t(n,"--swiper-centered-offset-after",""));const O=i.grid&&i.grid.rows>1&&t.grid;O?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let _;const T=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(x=>typeof i.breakpoints[x].slidesPerView<"u").length>0;for(let x=0;x<p;x+=1){_=0;let A;if(d[x]&&(A=d[x]),O&&t.grid.updateSlide(x,A,d),!(d[x]&&Xe(A,"display")==="none")){if(i.slidesPerView==="auto"){T&&(d[x].style[t.getDirectionLabel("width")]="");const I=getComputedStyle(A),k=A.style.transform,P=A.style.webkitTransform;if(k&&(A.style.transform="none"),P&&(A.style.webkitTransform="none"),i.roundLengths)_=t.isHorizontal()?Xt(A,"width",!0):Xt(A,"height",!0);else{const j=e(I,"width"),V=e(I,"padding-left"),$=e(I,"padding-right"),R=e(I,"margin-left"),N=e(I,"margin-right"),B=I.getPropertyValue("box-sizing");if(B&&B==="border-box")_=j+R+N;else{const{clientWidth:M,offsetWidth:D}=A;_=j+V+$+R+N+(D-M)}}k&&(A.style.transform=k),P&&(A.style.webkitTransform=P),i.roundLengths&&(_=Math.floor(_))}else _=(l-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(_=Math.floor(_)),d[x]&&(d[x].style[t.getDirectionLabel("width")]=`${_}px`);d[x]&&(d[x].swiperSlideSize=_),h.push(_),i.centeredSlides?(E=E+_/2+y/2+b,y===0&&x!==0&&(E=E-l/2-b),x===0&&(E=E-l/2-b),Math.abs(E)<1/1e3&&(E=0),i.roundLengths&&(E=Math.floor(E)),S%i.slidesPerGroup===0&&m.push(E),f.push(E)):(i.roundLengths&&(E=Math.floor(E)),(S-Math.min(t.params.slidesPerGroupSkip,S))%t.params.slidesPerGroup===0&&m.push(E),f.push(E),E=E+_+b),t.virtualSize+=_+b,y=_,S+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+C,a&&s&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),O&&t.grid.updateWrapperSize(_,m),!i.centeredSlides){const x=[];for(let A=0;A<m.length;A+=1){let I=m[A];i.roundLengths&&(I=Math.floor(I)),m[A]<=t.virtualSize-l&&x.push(I)}m=x,Math.floor(t.virtualSize-l)-Math.floor(m[m.length-1])>1&&m.push(t.virtualSize-l)}if(r&&i.loop){const x=h[0]+b;if(i.slidesPerGroup>1){const A=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),I=x*i.slidesPerGroup;for(let k=0;k<A;k+=1)m.push(m[m.length-1]+I)}for(let A=0;A<t.virtual.slidesBefore+t.virtual.slidesAfter;A+=1)i.slidesPerGroup===1&&m.push(m[m.length-1]+x),f.push(f[f.length-1]+x),t.virtualSize+=x}if(m.length===0&&(m=[0]),b!==0){const x=t.isHorizontal()&&a?"marginLeft":t.getDirectionLabel("marginRight");d.filter((A,I)=>!i.cssMode||i.loop?!0:I!==d.length-1).forEach(A=>{A.style[x]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let x=0;h.forEach(I=>{x+=I+(b||0)}),x-=b;const A=x-l;m=m.map(I=>I<=0?-g:I>A?A+C:I)}if(i.centerInsufficientSlides){let x=0;if(h.forEach(A=>{x+=A+(b||0)}),x-=b,x<l){const A=(l-x)/2;m.forEach((I,k)=>{m[k]=I-A}),f.forEach((I,k)=>{f[k]=I+A})}}if(Object.assign(t,{slides:d,snapGrid:m,slidesGrid:f,slidesSizesGrid:h}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){_t(n,"--swiper-centered-offset-before",`${-m[0]}px`),_t(n,"--swiper-centered-offset-after",`${t.size/2-h[h.length-1]/2}px`);const x=-t.snapGrid[0],A=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(I=>I+x),t.slidesGrid=t.slidesGrid.map(I=>I+A)}if(p!==c&&t.emit("slidesLengthChange"),m.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),f.length!==w&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const x=`${i.containerModifierClass}backface-hidden`,A=t.el.classList.contains(x);p<=i.maxBackfaceHiddenSlides?A||t.el.classList.add(x):A&&t.el.classList.remove(x)}}function fo(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let o=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const a=s=>n?e.slides[e.getSlideIndexByData(s)]:e.slides[s];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(s=>{i.push(s)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const s=e.activeIndex+l;if(s>e.slides.length&&!n)break;i.push(a(s))}else i.push(a(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const s=i[l].offsetHeight;o=s>o?s:o}(o||o===0)&&(e.wrapperEl.style.height=`${o}px`)}function mo(){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()}function ho(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:o,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let a=-t;o&&(a=t),n.forEach(r=>{r.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass)}),e.visibleSlidesIndexes=[],e.visibleSlides=[];let s=i.spaceBetween;typeof s=="string"&&s.indexOf("%")>=0?s=parseFloat(s.replace("%",""))/100*e.size:typeof s=="string"&&(s=parseFloat(s));for(let r=0;r<n.length;r+=1){const c=n[r];let d=c.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const p=(a+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+s),m=(a-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+s),f=-(a-d),h=f+e.slidesSizesGrid[r],g=f>=0&&f<=e.size-e.slidesSizesGrid[r];(f>=0&&f<e.size-1||h>1&&h<=e.size||f<=0&&h>=e.size)&&(e.visibleSlides.push(c),e.visibleSlidesIndexes.push(r),n[r].classList.add(i.slideVisibleClass)),g&&n[r].classList.add(i.slideFullyVisibleClass),c.progress=o?-p:p,c.originalProgress=o?-m:m}}function go(t){const e=this;if(typeof t>"u"){const d=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*d||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:o,isBeginning:l,isEnd:a,progressLoop:s}=e;const r=l,c=a;if(n===0)o=0,l=!0,a=!0;else{o=(t-e.minTranslate())/n;const d=Math.abs(t-e.minTranslate())<1,p=Math.abs(t-e.maxTranslate())<1;l=d||o<=0,a=p||o>=1,d&&(o=0),p&&(o=1)}if(i.loop){const d=e.getSlideIndexByData(0),p=e.getSlideIndexByData(e.slides.length-1),m=e.slidesGrid[d],f=e.slidesGrid[p],h=e.slidesGrid[e.slidesGrid.length-1],g=Math.abs(t);g>=m?s=(g-m)/h:s=(g+h-f)/h,s>1&&(s-=1)}Object.assign(e,{progress:o,progressLoop:s,isBeginning:l,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),a&&!c&&e.emit("reachEnd toEdge"),(r&&!l||c&&!a)&&e.emit("fromEdge"),e.emit("progress",o)}function bo(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:o}=t,l=t.virtual&&i.virtual.enabled,a=t.grid&&i.grid&&i.grid.rows>1,s=p=>ze(n,`.${i.slideClass}${p}, swiper-slide${p}`)[0];e.forEach(p=>{p.classList.remove(i.slideActiveClass,i.slideNextClass,i.slidePrevClass)});let r,c,d;if(l)if(i.loop){let p=o-t.virtual.slidesBefore;p<0&&(p=t.virtual.slides.length+p),p>=t.virtual.slides.length&&(p-=t.virtual.slides.length),r=s(`[data-swiper-slide-index="${p}"]`)}else r=s(`[data-swiper-slide-index="${o}"]`);else a?(r=e.filter(p=>p.column===o)[0],d=e.filter(p=>p.column===o+1)[0],c=e.filter(p=>p.column===o-1)[0]):r=e[o];r&&(r.classList.add(i.slideActiveClass),a?(d&&d.classList.add(i.slideNextClass),c&&c.classList.add(i.slidePrevClass)):(d=eo(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),d&&d.classList.add(i.slideNextClass),c=Zn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c===0&&(c=e[e.length-1]),c&&c.classList.add(i.slidePrevClass))),t.emitSlidesClasses()}const Mt=(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 o=n.querySelector(`.${t.params.lazyPreloaderClass}`);!o&&t.isElement&&(n.shadowRoot?o=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(o=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),o&&o.remove())})),o&&o.remove()}},Zt=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},ei=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),o=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const a=o,s=[a-e];s.push(...Array.from({length:e}).map((r,c)=>a+n+c)),t.slides.forEach((r,c)=>{s.includes(r.column)&&Zt(t,c)});return}const l=o+n-1;if(t.params.rewind||t.params.loop)for(let a=o-e;a<=l+e;a+=1){const s=(a%i+i)%i;(s<o||s>l)&&Zt(t,s)}else for(let a=Math.max(o-e,0);a<=Math.min(l+e,i-1);a+=1)a!==o&&(a>l||a<o)&&Zt(t,a)};function yo(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let o;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?o=l:n>=e[l]&&n<e[l+1]&&(o=l+1):n>=e[l]&&(o=l);return i.normalizeSlideIndex&&(o<0||typeof o>"u")&&(o=0),o}function wo(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:o,activeIndex:l,realIndex:a,snapIndex:s}=e;let r=t,c;const d=f=>{let h=f-e.virtual.slidesBefore;return h<0&&(h=e.virtual.slides.length+h),h>=e.virtual.slides.length&&(h-=e.virtual.slides.length),h};if(typeof r>"u"&&(r=yo(e)),n.indexOf(i)>=0)c=n.indexOf(i);else{const f=Math.min(o.slidesPerGroupSkip,r);c=f+Math.floor((r-f)/o.slidesPerGroup)}if(c>=n.length&&(c=n.length-1),r===l&&!e.params.loop){c!==s&&(e.snapIndex=c,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(r);return}const p=e.grid&&o.grid&&o.grid.rows>1;let m;if(e.virtual&&o.virtual.enabled&&o.loop)m=d(r);else if(p){const f=e.slides.filter(g=>g.column===r)[0];let h=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(h)&&(h=Math.max(e.slides.indexOf(f),0)),m=Math.floor(h/o.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:s,snapIndex:c,previousRealIndex:a,realIndex:m,previousIndex:l,activeIndex:r}),e.initialized&&ei(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function So(t,e){const i=this,n=i.params;let o=t.closest(`.${n.slideClass}, swiper-slide`);!o&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(s=>{!o&&s.matches&&s.matches(`.${n.slideClass}, swiper-slide`)&&(o=s)});let l=!1,a;if(o){for(let s=0;s<i.slides.length;s+=1)if(i.slides[s]===o){l=!0,a=s;break}}if(o&&l)i.clickedSlide=o,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(o.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=a;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var To={updateSize:po,updateSlides:vo,updateAutoHeight:fo,updateSlidesOffset:mo,updateSlidesProgress:ho,updateProgress:go,updateSlidesClasses:bo,updateActiveIndex:wo,updateClickedSlide:So};function xo(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:o,wrapperEl:l}=e;if(i.virtualTranslate)return n?-o:o;if(i.cssMode)return o;let a=Jn(l,t);return a+=e.cssOverflowAdjustment(),n&&(a=-a),a||0}function Eo(t,e){const i=this,{rtlTranslate:n,params:o,wrapperEl:l,progress:a}=i;let s=0,r=0;const c=0;i.isHorizontal()?s=n?-t:t:r=t,o.roundLengths&&(s=Math.floor(s),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?s:r,o.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-s:-r:o.virtualTranslate||(i.isHorizontal()?s-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${s}px, ${r}px, ${c}px)`);let d;const p=i.maxTranslate()-i.minTranslate();p===0?d=0:d=(t-i.minTranslate())/p,d!==a&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Io(){return-this.snapGrid[0]}function Co(){return-this.snapGrid[this.snapGrid.length-1]}function Do(t,e,i,n,o){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:a,wrapperEl:s}=l;if(l.animating&&a.preventInteractionOnTransition)return!1;const r=l.minTranslate(),c=l.maxTranslate();let d;if(n&&t>r?d=r:n&&t<c?d=c:d=t,l.updateProgress(d),a.cssMode){const p=l.isHorizontal();if(e===0)s[p?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return Bi({swiper:l,targetPosition:-d,side:p?"left":"top"}),!0;s.scrollTo({[p?"left":"top"]:-d,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,o),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,o),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,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var _o={getTranslate:xo,setTranslate:Eo,minTranslate:Io,maxTranslate:Co,translateTo:Do};function ko(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function Hi(t){let{swiper:e,runCallbacks:i,direction:n,step:o}=t;const{activeIndex:l,previousIndex:a}=e;let s=n;if(s||(l>a?s="next":l<a?s="prev":s="reset"),e.emit(`transition${o}`),i&&l!==a){if(s==="reset"){e.emit(`slideResetTransition${o}`);return}e.emit(`slideChangeTransition${o}`),s==="next"?e.emit(`slideNextTransition${o}`):e.emit(`slidePrevTransition${o}`)}}function Ao(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Hi({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Po(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Hi({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Oo={setTransition:ko,transitionStart:Ao,transitionEnd:Po};function Mo(t,e,i,n,o){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let a=t;a<0&&(a=0);const{params:s,snapGrid:r,slidesGrid:c,previousIndex:d,activeIndex:p,rtlTranslate:m,wrapperEl:f,enabled:h}=l;if(l.animating&&s.preventInteractionOnTransition||!h&&!n&&!o||l.destroyed)return!1;const g=Math.min(l.params.slidesPerGroupSkip,a);let C=g+Math.floor((a-g)/l.params.slidesPerGroup);C>=r.length&&(C=r.length-1);const u=-r[C];if(s.normalizeSlideIndex)for(let b=0;b<c.length;b+=1){const E=-Math.floor(u*100),y=Math.floor(c[b]*100),S=Math.floor(c[b+1]*100);typeof c[b+1]<"u"?E>=y&&E<S-(S-y)/2?a=b:E>=y&&E<S&&(a=b+1):E>=y&&(a=b)}if(l.initialized&&a!==p&&(!l.allowSlideNext&&(m?u>l.translate&&u>l.minTranslate():u<l.translate&&u<l.minTranslate())||!l.allowSlidePrev&&u>l.translate&&u>l.maxTranslate()&&(p||0)!==a))return!1;a!==(d||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(u);let w;if(a>p?w="next":a<p?w="prev":w="reset",m&&-u===l.translate||!m&&u===l.translate)return l.updateActiveIndex(a),s.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),s.effect!=="slide"&&l.setTranslate(u),w!=="reset"&&(l.transitionStart(i,w),l.transitionEnd(i,w)),!1;if(s.cssMode){const b=l.isHorizontal(),E=m?u:-u;if(e===0){const y=l.virtual&&l.params.virtual.enabled;y&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),y&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[b?"scrollLeft":"scrollTop"]=E})):f[b?"scrollLeft":"scrollTop"]=E,y&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Bi({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(u),l.updateActiveIndex(a),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,w),e===0?l.transitionEnd(i,w):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,w))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Lo(t,e,i,n){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const o=this;if(o.destroyed)return;const l=o.grid&&o.params.grid&&o.params.grid.rows>1;let a=t;if(o.params.loop)if(o.virtual&&o.params.virtual.enabled)a=a+o.virtual.slidesBefore;else{let s;if(l){const m=a*o.params.grid.rows;s=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===m)[0].column}else s=o.getSlideIndexByData(a);const r=l?Math.ceil(o.slides.length/o.params.grid.rows):o.slides.length,{centeredSlides:c}=o.params;let d=o.params.slidesPerView;d==="auto"?d=o.slidesPerViewDynamic():(d=Math.ceil(parseFloat(o.params.slidesPerView,10)),c&&d%2===0&&(d=d+1));let p=r-s<d;if(c&&(p=p||s<Math.ceil(d/2)),p){const m=c?s<o.activeIndex?"prev":"next":s-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?s+1:s-r+1,slideRealIndex:m==="next"?o.realIndex:void 0})}if(l){const m=a*o.params.grid.rows;a=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===m)[0].column}else a=o.getSlideIndexByData(a)}return requestAnimationFrame(()=>{o.slideTo(a,e,i,n)}),o}function No(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this,{enabled:o,params:l,animating:a}=n;if(!o||n.destroyed)return n;let s=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(s=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:s,c=n.virtual&&l.virtual.enabled;if(l.loop){if(a&&!c&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function jo(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this,{params:o,snapGrid:l,slidesGrid:a,rtlTranslate:s,enabled:r,animating:c}=n;if(!r||n.destroyed)return n;const d=n.virtual&&o.virtual.enabled;if(o.loop){if(c&&!d&&o.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const p=s?n.translate:-n.translate;function m(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const f=m(p),h=l.map(u=>m(u));let g=l[h.indexOf(f)-1];if(typeof g>"u"&&o.cssMode){let u;l.forEach((w,b)=>{f>=w&&(u=b)}),typeof u<"u"&&(g=l[u>0?u-1:u])}let C=0;if(typeof g<"u"&&(C=a.indexOf(g),C<0&&(C=n.activeIndex-1),o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(C=C-n.slidesPerViewDynamic("previous",!0)+1,C=Math.max(C,0))),o.rewind&&n.isBeginning){const u=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(u,t,e,i)}else if(o.loop&&n.activeIndex===0&&o.cssMode)return requestAnimationFrame(()=>{n.slideTo(C,t,e,i)}),!0;return n.slideTo(C,t,e,i)}function Bo(t,e,i){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0);const n=this;if(!n.destroyed)return n.slideTo(n.activeIndex,t,e,i)}function zo(t,e,i,n){t===void 0&&(t=this.params.speed),e===void 0&&(e=!0),n===void 0&&(n=.5);const o=this;if(o.destroyed)return;let l=o.activeIndex;const a=Math.min(o.params.slidesPerGroupSkip,l),s=a+Math.floor((l-a)/o.params.slidesPerGroup),r=o.rtlTranslate?o.translate:-o.translate;if(r>=o.snapGrid[s]){const c=o.snapGrid[s],d=o.snapGrid[s+1];r-c>(d-c)*n&&(l+=o.params.slidesPerGroup)}else{const c=o.snapGrid[s-1],d=o.snapGrid[s];r-c<=(d-c)*n&&(l-=o.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,o.slidesGrid.length-1),o.slideTo(l,t,e,i)}function Vo(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let o=t.clickedIndex,l;const a=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?o<t.loopedSlides-n/2||o>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),o=t.getSlideIndex(ze(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),rt(()=>{t.slideTo(o)})):t.slideTo(o):o>t.slides.length-n?(t.loopFix(),o=t.getSlideIndex(ze(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),rt(()=>{t.slideTo(o)})):t.slideTo(o)}else t.slideTo(o)}var Ro={slideTo:Mo,slideToLoop:Lo,slideNext:No,slidePrev:jo,slideReset:Bo,slideToClosest:zo,slideToClickedSlide:Vo};function Fo(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const o=()=>{ze(n,`.${i.slideClass}, swiper-slide`).forEach((p,m)=>{p.setAttribute("data-swiper-slide-index",m)})},l=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(l?i.grid.rows:1),s=e.slides.length%a!==0,r=l&&e.slides.length%i.grid.rows!==0,c=d=>{for(let p=0;p<d;p+=1){const m=e.isElement?bt("swiper-slide",[i.slideBlankClass]):bt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(s){if(i.loopAddBlankSlides){const d=a-e.slides.length%a;c(d),e.recalcSlides(),e.updateSlides()}else kt("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)");o()}else if(r){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;c(d),e.recalcSlides(),e.updateSlides()}else kt("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)");o()}else o();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Ho(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:o,activeSlideIndex:l,byController:a,byMousewheel:s}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:c,allowSlidePrev:d,allowSlideNext:p,slidesEl:m,params:f}=r,{centeredSlides:h}=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=d,r.allowSlideNext=p,r.emit("loopFix");return}let g=f.slidesPerView;g==="auto"?g=r.slidesPerViewDynamic():(g=Math.ceil(parseFloat(f.slidesPerView,10)),h&&g%2===0&&(g=g+1));const C=f.slidesPerGroupAuto?g:f.slidesPerGroup;let u=C;u%C!==0&&(u+=C-u%C),u+=f.loopAdditionalSlides,r.loopedSlides=u;const w=r.grid&&f.grid&&f.grid.rows>1;c.length<g+u?kt("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"):w&&f.grid.fill==="row"&&kt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],E=[];let y=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(c.filter(k=>k.classList.contains(f.slideActiveClass))[0]):y=l;const S=n==="next"||!n,O=n==="prev"||!n;let _=0,T=0;const x=w?Math.ceil(c.length/f.grid.rows):c.length,I=(w?c[l].column:l)+(h&&typeof o>"u"?-g/2+.5:0);if(I<u){_=Math.max(u-I,C);for(let k=0;k<u-I;k+=1){const P=k-Math.floor(k/x)*x;if(w){const j=x-P-1;for(let V=c.length-1;V>=0;V-=1)c[V].column===j&&b.push(V)}else b.push(x-P-1)}}else if(I+g>x-u){T=Math.max(I-(x-u*2),C);for(let k=0;k<T;k+=1){const P=k-Math.floor(k/x)*x;w?c.forEach((j,V)=>{j.column===P&&E.push(V)}):E.push(P)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),O&&b.forEach(k=>{c[k].swiperLoopMoveDOM=!0,m.prepend(c[k]),c[k].swiperLoopMoveDOM=!1}),S&&E.forEach(k=>{c[k].swiperLoopMoveDOM=!0,m.append(c[k]),c[k].swiperLoopMoveDOM=!1}),r.recalcSlides(),f.slidesPerView==="auto"?r.updateSlides():w&&(b.length>0&&O||E.length>0&&S)&&r.slides.forEach((k,P)=>{r.grid.updateSlide(P,k,r.slides)}),f.watchSlidesProgress&&r.updateSlidesOffset(),i){if(b.length>0&&O){if(typeof e>"u"){const k=r.slidesGrid[y],j=r.slidesGrid[y+_]-k;s?r.setTranslate(r.translate-j):(r.slideTo(y+Math.ceil(_),0,!1,!0),o&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-j,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-j))}else if(o){const k=w?b.length/f.grid.rows:b.length;r.slideTo(r.activeIndex+k,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(E.length>0&&S)if(typeof e>"u"){const k=r.slidesGrid[y],j=r.slidesGrid[y-T]-k;s?r.setTranslate(r.translate-j):(r.slideTo(y-T,0,!1,!0),o&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-j,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-j))}else{const k=w?E.length/f.grid.rows:E.length;r.slideTo(r.activeIndex-k,0,!1,!0)}}if(r.allowSlidePrev=d,r.allowSlideNext=p,r.controller&&r.controller.control&&!a){const k={slideRealIndex:e,direction:n,setTranslate:o,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(P=>{!P.destroyed&&P.params.loop&&P.loopFix({...k,slideTo:P.params.slidesPerView===f.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...k,slideTo:r.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}r.emit("loopFix")}function Uo(){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(o=>{const l=typeof o.swiperSlideIndex>"u"?o.getAttribute("data-swiper-slide-index")*1:o.swiperSlideIndex;n[l]=o}),t.slides.forEach(o=>{o.removeAttribute("data-swiper-slide-index")}),n.forEach(o=>{i.append(o)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Go={loopCreate:Fo,loopFix:Ho,loopDestroy:Uo};function $o(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 Wo(){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 qo={setGrabCursor:$o,unsetGrabCursor:Wo};function Yo(t,e){e===void 0&&(e=this);function i(n){if(!n||n===Be()||n===Ie())return null;n.assignedSlot&&(n=n.assignedSlot);const o=n.closest(t);return!o&&!n.getRootNode?null:o||i(n.getRootNode().host)}return i(e)}function Ui(t,e,i){const n=Ie(),{params:o}=t,l=o.edgeSwipeDetection,a=o.edgeSwipeThreshold;return l&&(i<=a||i>=n.innerWidth-a)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function Xo(t){const e=this,i=Be();let n=t;n.originalEvent&&(n=n.originalEvent);const o=e.touchEventsData;if(n.type==="pointerdown"){if(o.pointerId!==null&&o.pointerId!==n.pointerId)return;o.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(o.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Ui(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:a,enabled:s}=e;if(!s||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||o.isTouched&&o.isMoved)return;const c=!!l.noSwipingClass&&l.noSwipingClass!=="",d=n.composedPath?n.composedPath():n.path;c&&n.target&&n.target.shadowRoot&&d&&(r=d[0]);const p=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,m=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(m?Yo(p,r):r.closest(p))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;a.currentX=n.pageX,a.currentY=n.pageY;const f=a.currentX,h=a.currentY;if(!Ui(e,n,f))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=f,a.startY=h,o.touchStartTime=Oe(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(o.allowThresholdMove=!1);let g=!0;r.matches(o.focusableElements)&&(g=!1,r.nodeName==="SELECT"&&(o.isTouched=!1)),i.activeElement&&i.activeElement.matches(o.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const C=g&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||C)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Jo(t){const e=Be(),i=this,n=i.touchEventsData,{params:o,touches:l,rtlTranslate:a,enabled:s}=i;if(!s||!o.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let c;if(r.type==="touchmove"){if(c=[...r.changedTouches].filter(S=>S.identifier===n.touchId)[0],!c||c.identifier!==n.touchId)return}else c=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const d=c.pageX,p=c.pageY;if(r.preventedByNestedSwiper){l.startX=d,l.startY=p;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p}),n.touchStartTime=Oe());return}if(o.touchReleaseOnEdges&&!o.loop){if(i.isVertical()){if(p<l.startY&&i.translate<=i.maxTranslate()||p>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(d<l.startX&&i.translate<=i.maxTranslate()||d>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=p;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 n.isScrolling>"u"){let S;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:m*m+f*f>=25&&(S=Math.atan2(Math.abs(f),Math.abs(m))*180/Math.PI,n.isScrolling=i.isHorizontal()?S>o.touchAngle:90-S>o.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!o.cssMode&&r.cancelable&&r.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&r.stopPropagation();let h=i.isHorizontal()?m:f,g=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;o.oneWayMovement&&(h=Math.abs(h)*(a?1:-1),g=Math.abs(g)*(a?1:-1)),l.diff=h,h*=o.touchRatio,a&&(h=-h,g=-g);const C=i.touchesDirection;i.swipeDirection=h>0?"prev":"next",i.touchesDirection=g>0?"prev":"next";const u=i.params.loop&&!o.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&w&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const S=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});i.wrapperEl.dispatchEvent(S)}n.allowMomentumBounce=!1,o.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let b;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&C!==i.touchesDirection&&u&&w&&Math.abs(h)>=1){Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=h+n.startTranslate;let E=!0,y=o.resistanceRatio;if(o.touchReleaseOnEdges&&(y=0),h>0?(u&&w&&!b&&n.allowThresholdMove&&n.currentTranslate>(o.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(E=!1,o.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+h)**y))):h<0&&(u&&w&&!b&&n.allowThresholdMove&&n.currentTranslate<(o.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(o.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(o.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(E=!1,o.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-h)**y))),E&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),o.threshold>0)if(Math.abs(h)>o.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}!o.followFinger||o.cssMode||((o.freeMode&&o.freeMode.enabled&&i.freeMode||o.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),o.freeMode&&o.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function Ko(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let o;if(n.type==="touchend"||n.type==="touchcancel"){if(o=[...n.changedTouches].filter(y=>y.identifier===i.touchId)[0],!o||o.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;o=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:a,touches:s,rtlTranslate:r,slidesGrid:c,enabled:d}=e;if(!d||!a.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&a.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}a.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const p=Oe(),m=p-i.touchStartTime;if(e.allowClick){const y=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(y&&y[0]||n.target,y),e.emit("tap click",n),m<300&&p-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=Oe(),rt(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||s.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(a.followFinger?f=r?e.translate:-e.translate:f=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:f});return}const h=f>=-e.maxTranslate()&&!e.params.loop;let g=0,C=e.slidesSizesGrid[0];for(let y=0;y<c.length;y+=y<a.slidesPerGroupSkip?1:a.slidesPerGroup){const S=y<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof c[y+S]<"u"?(h||f>=c[y]&&f<c[y+S])&&(g=y,C=c[y+S]-c[y]):(h||f>=c[y])&&(g=y,C=c[c.length-1]-c[c.length-2])}let u=null,w=null;a.rewind&&(e.isBeginning?w=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const b=(f-c[g])/C,E=g<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(m>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?u:g+E):e.slideTo(g)),e.swipeDirection==="prev"&&(b>1-a.longSwipesRatio?e.slideTo(g+E):w!==null&&b<0&&Math.abs(b)>a.longSwipesRatio?e.slideTo(w):e.slideTo(g))}else{if(!a.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(g+E):e.slideTo(g):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:g+E),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:g))}}function Gi(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:o,snapGrid:l}=t,a=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const s=a&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!s?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!a?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=o,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function Qo(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Zo(){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 o;const l=t.maxTranslate()-t.minTranslate();l===0?o=0:o=(t.translate-t.minTranslate())/l,o!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function el(t){const e=this;Mt(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function tl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const $i=(t,e)=>{const i=Be(),{params:n,el:o,wrapperEl:l,device:a}=t,s=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",c=e;i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:s}),o[r]("touchstart",t.onTouchStart,{passive:!1}),o[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:s}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:s}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&o[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[c](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",Gi,!0):t[c]("observerUpdate",Gi,!0),o[r]("load",t.onLoad,{capture:!0})};function il(){const t=this,{params:e}=t;t.onTouchStart=Xo.bind(t),t.onTouchMove=Jo.bind(t),t.onTouchEnd=Ko.bind(t),t.onDocumentTouchStart=tl.bind(t),e.cssMode&&(t.onScroll=Zo.bind(t)),t.onClick=Qo.bind(t),t.onLoad=el.bind(t),$i(t,"on")}function nl(){$i(this,"off")}var ol={attachEvents:il,detachEvents:nl};const Wi=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function ll(){const t=this,{realIndex:e,initialized:i,params:n,el:o}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const a=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!a||t.currentBreakpoint===a)return;const r=(a in l?l[a]:void 0)||t.originalParams,c=Wi(t,n),d=Wi(t,r),p=n.enabled;c&&!d?(o.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!c&&d&&(o.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&o.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(u=>{if(typeof r[u]>"u")return;const w=n[u]&&n[u].enabled,b=r[u]&&r[u].enabled;w&&!b&&t[u].disable(),!w&&b&&t[u].enable()});const m=r.direction&&r.direction!==n.direction,f=n.loop&&(r.slidesPerView!==n.slidesPerView||m),h=n.loop;m&&i&&t.changeDirection(),Ae(t.params,r);const g=t.params.enabled,C=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),p&&!g?t.disable():!p&&g&&t.enable(),t.currentBreakpoint=a,t.emit("_beforeBreakpoint",r),i&&(f?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!h&&C?(t.loopCreate(e),t.updateSlides()):h&&!C&&t.loopDestroy()),t.emit("breakpoint",r)}function sl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const o=Ie(),l=e==="window"?o.innerHeight:i.clientHeight,a=Object.keys(t).map(s=>{if(typeof s=="string"&&s.indexOf("@")===0){const r=parseFloat(s.substr(1));return{value:l*r,point:s}}return{value:s,point:s}});a.sort((s,r)=>parseInt(s.value,10)-parseInt(r.value,10));for(let s=0;s<a.length;s+=1){const{point:r,value:c}=a[s];e==="window"?o.matchMedia(`(min-width: ${c}px)`).matches&&(n=r):c<=i.clientWidth&&(n=r)}return n||"max"}var al={setBreakpoint:ll,getBreakpoint:sl};function rl(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(o=>{n[o]&&i.push(e+o)}):typeof n=="string"&&i.push(e+n)}),i}function dl(){const t=this,{classNames:e,params:i,rtl:n,el:o,device:l}=t,a=rl(["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(...a),o.classList.add(...e),t.emitContainerClasses()}function cl(){const t=this,{el:e,classNames:i}=t;e.classList.remove(...i),t.emitContainerClasses()}var ul={addClasses:dl,removeClasses:cl};function pl(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const o=t.slides.length-1,l=t.slidesGrid[o]+t.slidesSizesGrid[o]+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 vl={checkOverflow:pl},ti={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 fl(t,e){return function(n){n===void 0&&(n={});const o=Object.keys(n)[0],l=n[o];if(typeof l!="object"||l===null){Ae(e,n);return}if(t[o]===!0&&(t[o]={enabled:!0}),o==="navigation"&&t[o]&&t[o].enabled&&!t[o].prevEl&&!t[o].nextEl&&(t[o].auto=!0),["pagination","scrollbar"].indexOf(o)>=0&&t[o]&&t[o].enabled&&!t[o].el&&(t[o].auto=!0),!(o in t&&"enabled"in l)){Ae(e,n);return}typeof t[o]=="object"&&!("enabled"in t[o])&&(t[o].enabled=!0),t[o]||(t[o]={enabled:!1}),Ae(e,n)}}const ii={eventsEmitter:uo,update:To,translate:_o,transition:Oo,slide:Ro,loop:Go,grabCursor:qo,events:ol,breakpoints:al,checkOverflow:vl,classes:ul},ni={};let oi=class $e{constructor(){let e,i;for(var n=arguments.length,o=new Array(n),l=0;l<n;l++)o[l]=arguments[l];o.length===1&&o[0].constructor&&Object.prototype.toString.call(o[0]).slice(8,-1)==="Object"?i=o[0]:[e,i]=o,i||(i={}),i=Ae({},i),e&&!i.el&&(i.el=e);const a=Be();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const d=[];return a.querySelectorAll(i.el).forEach(p=>{const m=Ae({},i,{el:p});d.push(new $e(m))}),d}const s=this;s.__swiper__=!0,s.support=Ri(),s.device=Fi({userAgent:i.userAgent}),s.browser=ao(),s.eventsListeners={},s.eventsAnyListeners=[],s.modules=[...s.__modules__],i.modules&&Array.isArray(i.modules)&&s.modules.push(...i.modules);const r={};s.modules.forEach(d=>{d({params:i,swiper:s,extendParams:fl(i,r),on:s.on.bind(s),once:s.once.bind(s),off:s.off.bind(s),emit:s.emit.bind(s)})});const c=Ae({},ti,r);return s.params=Ae({},c,ni,i),s.originalParams=Ae({},s.params),s.passedParams=Ae({},i),s.params&&s.params.on&&Object.keys(s.params.on).forEach(d=>{s.on(d,s.params.on[d])}),s.params&&s.params.onAny&&s.onAny(s.params.onAny),Object.assign(s,{enabled:s.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return s.params.direction==="horizontal"},isVertical(){return s.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:s.params.allowSlideNext,allowSlidePrev:s.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:s.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:s.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),s.emit("_swiper"),s.params.init&&s.init(),s}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,o=ze(i,`.${n.slideClass}, swiper-slide`),l=At(o[0]);return At(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=ze(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 o=n.minTranslate(),a=(n.maxTranslate()-o)*e+o;n.translateTo(a,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 o=e.getSlideClasses(n);i.push({slideEl:n,classNames:o}),e.emit("_slideClass",n,o)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:o,slides:l,slidesGrid:a,slidesSizesGrid:s,size:r,activeIndex:c}=n;let d=1;if(typeof o.slidesPerView=="number")return o.slidesPerView;if(o.centeredSlides){let p=l[c]?Math.ceil(l[c].swiperSlideSize):0,m;for(let f=c+1;f<l.length;f+=1)l[f]&&!m&&(p+=Math.ceil(l[f].swiperSlideSize),d+=1,p>r&&(m=!0));for(let f=c-1;f>=0;f-=1)l[f]&&!m&&(p+=l[f].swiperSlideSize,d+=1,p>r&&(m=!0))}else if(e==="current")for(let p=c+1;p<l.length;p+=1)(i?a[p]+s[p]-a[c]<r:a[p]-a[c]<r)&&(d+=1);else for(let p=c-1;p>=0;p-=1)a[c]-a[p]<r&&(d+=1);return d}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(a=>{a.complete&&Mt(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function o(){const a=e.rtlTranslate?e.translate*-1:e.translate,s=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(s),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)o(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const a=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(a.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||o()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,o=n.params.direction;return e||(e=o==="horizontal"?"vertical":"horizontal"),e===o||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${o}`),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 o=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let a=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(o()):ze(n,o())[0];return!a&&i.params.createElements&&(a=bt("div",i.params.wrapperClass),n.append(a),ze(n,`.${i.params.slideClass}`).forEach(s=>{a.append(s)})),Object.assign(i,{el:n,wrapperEl:a,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:a,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Xe(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Xe(n,"direction")==="rtl"),wrongRTL:Xe(a,"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 o=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&o.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),o.forEach(l=>{l.complete?Mt(i,l):l.addEventListener("load",a=>{Mt(i,a.target)})}),ei(i),i.initialized=!0,ei(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:o,el:l,wrapperEl:a,slides:s}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),o.loop&&n.loopDestroy(),i&&(n.removeClasses(),l.removeAttribute("style"),a.removeAttribute("style"),s&&s.length&&s.forEach(r=>{r.classList.remove(o.slideVisibleClass,o.slideFullyVisibleClass,o.slideActiveClass,o.slideNextClass,o.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el.swiper=null,Yn(n)),n.destroyed=!0),null}static extendDefaults(e){Ae(ni,e)}static get extendedDefaults(){return ni}static get defaults(){return ti}static installModule(e){$e.prototype.__modules__||($e.prototype.__modules__=[]);const i=$e.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>$e.installModule(i)),$e):($e.installModule(e),$e)}};Object.keys(ii).forEach(t=>{Object.keys(ii[t]).forEach(e=>{oi.prototype[e]=ii[t][e]})}),oi.use([ro,co]);const qi=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function nt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function ct(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]:nt(e[n])&&nt(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:ct(t[n],e[n]):t[n]=e[n]})}function Yi(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Xi(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Ji(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Ki(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 ml(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function hl(t){let{swiper:e,slides:i,passedParams:n,changedParams:o,nextEl:l,prevEl:a,scrollbarEl:s,paginationEl:r}=t;const c=o.filter(T=>T!=="children"&&T!=="direction"&&T!=="wrapperClass"),{params:d,pagination:p,navigation:m,scrollbar:f,virtual:h,thumbs:g}=e;let C,u,w,b,E,y,S,O;o.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(C=!0),o.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(u=!0),o.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(d.pagination||d.pagination===!1)&&p&&!p.el&&(w=!0),o.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||s)&&(d.scrollbar||d.scrollbar===!1)&&f&&!f.el&&(b=!0),o.includes("navigation")&&n.navigation&&(n.navigation.prevEl||a)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&m&&!m.prevEl&&!m.nextEl&&(E=!0);const _=T=>{e[T]&&(e[T].destroy(),T==="navigation"?(e.isElement&&(e[T].prevEl.remove(),e[T].nextEl.remove()),d[T].prevEl=void 0,d[T].nextEl=void 0,e[T].prevEl=void 0,e[T].nextEl=void 0):(e.isElement&&e[T].el.remove(),d[T].el=void 0,e[T].el=void 0))};o.includes("loop")&&e.isElement&&(d.loop&&!n.loop?y=!0:!d.loop&&n.loop?S=!0:O=!0),c.forEach(T=>{if(nt(d[T])&&nt(n[T]))Object.assign(d[T],n[T]),(T==="navigation"||T==="pagination"||T==="scrollbar")&&"enabled"in n[T]&&!n[T].enabled&&_(T);else{const x=n[T];(x===!0||x===!1)&&(T==="navigation"||T==="pagination"||T==="scrollbar")?x===!1&&_(T):d[T]=n[T]}}),c.includes("controller")&&!u&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),o.includes("children")&&i&&h&&d.virtual.enabled?(h.slides=i,h.update(!0)):o.includes("virtual")&&h&&d.virtual.enabled&&(i&&(h.slides=i),h.update(!0)),o.includes("children")&&i&&d.loop&&(O=!0),C&&g.init()&&g.update(!0),u&&(e.controller.control=d.controller.control),w&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(d.pagination.el=r),p.init(),p.render(),p.update()),b&&(e.isElement&&(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-scrollbar"),s.part.add("scrollbar"),e.el.appendChild(s)),s&&(d.scrollbar.el=s),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)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),a.innerHTML=e.hostEl.constructor.prevButtonSvg,a.part.add("button-prev"),e.el.appendChild(a))),l&&(d.navigation.nextEl=l),a&&(d.navigation.prevEl=a),m.init(),m.update()),o.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),o.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),o.includes("direction")&&e.changeDirection(n.direction,!1),(y||O)&&e.loopDestroy(),(S||O)&&e.loopCreate(),e.update()}function gl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},o={};ct(i,ti),i._emitClasses=!0,i.init=!1;const l={},a=qi.map(r=>r.replace(/_/,"")),s=Object.assign({},t);return Object.keys(s).forEach(r=>{typeof t[r]>"u"||(a.indexOf(r)>=0?nt(t[r])?(i[r]={},o[r]={},ct(i[r],t[r]),ct(o[r],t[r])):(i[r]=t[r],o[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:o,rest:l,events:n}}function bl(t,e){let{el:i,nextEl:n,prevEl:o,paginationEl:l,scrollbarEl:a,swiper:s}=t;Yi(e)&&n&&o&&(s.params.navigation.nextEl=n,s.originalParams.navigation.nextEl=n,s.params.navigation.prevEl=o,s.originalParams.navigation.prevEl=o),Xi(e)&&l&&(s.params.pagination.el=l,s.originalParams.pagination.el=l),Ji(e)&&a&&(s.params.scrollbar.el=a,s.originalParams.scrollbar.el=a),s.init(i)}function yl(t,e,i,n,o){const l=[];if(!e)return l;const a=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(o),c=i.map(o);r.join("")!==c.join("")&&a("children"),n.length!==i.length&&a("children")}return qi.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(nt(t[r])&&nt(e[r])){const c=Object.keys(t[r]),d=Object.keys(e[r]);c.length!==d.length?a(r):(c.forEach(p=>{t[r][p]!==e[r][p]&&a(r)}),d.forEach(p=>{t[r][p]!==e[r][p]&&a(r)}))}else t[r]!==e[r]&&a(r)}),l}const wl=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 Lt(){return Lt=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},Lt.apply(this,arguments)}function Qi(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Zi(t){const e=[];return v.Children.toArray(t).forEach(i=>{Qi(i)?e.push(i):i.props&&i.props.children&&Zi(i.props.children).forEach(n=>e.push(n))}),e}function Sl(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return v.Children.toArray(t).forEach(n=>{if(Qi(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 o=Zi(n.props.children);o.length>0?o.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Tl(t,e,i){if(!i)return null;const n=d=>{let p=d;return d<0?p=e.length+d:p>=e.length&&(p=p-e.length),p},o=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:a}=i,s=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,c=[];for(let d=s;d<r;d+=1)d>=l&&d<=a&&c.push(e[n(d)]);return c.map((d,p)=>v.cloneElement(d,{swiper:t,style:o,key:d.props.virtualIndex||d.key||`slide-${p}`}))}function yt(t,e){return typeof window>"u"?K(t,e):yn(t,e)}const li=gt(null),en=()=>ht(li),xl=gt(null),ot=Et(function(t,e){let{className:i,tag:n="div",wrapperTag:o="div",children:l,onSwiper:a,...s}=t===void 0?{}:t,r=!1;const[c,d]=G("swiper"),[p,m]=G(null),[f,h]=G(!1),g=ee(!1),C=ee(null),u=ee(null),w=ee(null),b=ee(null),E=ee(null),y=ee(null),S=ee(null),O=ee(null),{params:_,passedParams:T,rest:x,events:A}=gl(s),{slides:I,slots:k}=Sl(l),P=()=>{h(!f)};Object.assign(_.on,{_containerClasses(N,B){d(B)}});const j=()=>{Object.assign(_.on,A),r=!0;const N={..._};if(delete N.wrapperClass,u.current=new oi(N),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=I;const B={cache:!1,slides:I,renderExternal:m,renderExternalUpdate:!1};ct(u.current.params.virtual,B),ct(u.current.originalParams.virtual,B)}};C.current||j(),u.current&&u.current.on("_beforeBreakpoint",P);const V=()=>{r||!A||!u.current||Object.keys(A).forEach(N=>{u.current.on(N,A[N])})},$=()=>{!A||!u.current||Object.keys(A).forEach(N=>{u.current.off(N,A[N])})};K(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",P)}),K(()=>{!g.current&&u.current&&(u.current.emitSlidesClasses(),g.current=!0)}),yt(()=>{if(e&&(e.current=C.current),!!C.current)return u.current.destroyed&&j(),bl({el:C.current,nextEl:E.current,prevEl:y.current,paginationEl:S.current,scrollbarEl:O.current,swiper:u.current},_),a&&!u.current.destroyed&&a(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),yt(()=>{V();const N=yl(T,w.current,I,b.current,B=>B.key);return w.current=T,b.current=I,N.length&&u.current&&!u.current.destroyed&&hl({swiper:u.current,slides:I,passedParams:T,changedParams:N,nextEl:E.current,prevEl:y.current,scrollbarEl:O.current,paginationEl:S.current}),()=>{$()}}),yt(()=>{wl(u.current)},[p]);function R(){return _.virtual?Tl(u.current,I,p):I.map((N,B)=>v.cloneElement(N,{swiper:u.current,swiperSlideIndex:B}))}return v.createElement(n,Lt({ref:C,className:Ki(`${c}${i?` ${i}`:""}`)},x),v.createElement(xl.Provider,{value:u.current},k["container-start"],v.createElement(o,{className:ml(_.wrapperClass)},k["wrapper-start"],R(),k["wrapper-end"]),Yi(_)&&v.createElement(v.Fragment,null,v.createElement("div",{ref:y,className:"swiper-button-prev"}),v.createElement("div",{ref:E,className:"swiper-button-next"})),Ji(_)&&v.createElement("div",{ref:O,className:"swiper-scrollbar"}),Xi(_)&&v.createElement("div",{ref:S,className:"swiper-pagination"}),k["container-end"]))});ot.displayName="Swiper";const Re=Et(function(t,e){let{tag:i="div",children:n,className:o="",swiper:l,zoom:a,lazy:s,virtualIndex:r,swiperSlideIndex:c,...d}=t===void 0?{}:t;const p=ee(null),[m,f]=G("swiper-slide"),[h,g]=G(!1);function C(E,y,S){y===p.current&&f(S)}yt(()=>{if(typeof c<"u"&&(p.current.swiperSlideIndex=c),e&&(e.current=p.current),!(!p.current||!l)){if(l.destroyed){m!=="swiper-slide"&&f("swiper-slide");return}return l.on("_slideClass",C),()=>{l&&l.off("_slideClass",C)}}}),yt(()=>{l&&p.current&&!l.destroyed&&f(l.getSlideClasses(p.current))},[l]);const u={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},w=()=>typeof n=="function"?n(u):n,b=()=>{g(!0)};return v.createElement(i,Lt({ref:p,className:Ki(`${m}${o?` ${o}`:""}`),"data-swiper-slide-index":r,onLoad:b},d),a&&v.createElement(li.Provider,{value:u},v.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},w(),s&&!h&&v.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&v.createElement(li.Provider,{value:u},w(),s&&!h&&v.createElement("div",{className:"swiper-lazy-preloader"})))});Re.displayName="SwiperSlide";function Ge(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=fe(),o=ue((a,s,r,c)=>{var d,p,m,f,h,g,C,u,w,b,E,y,S,O;let _="";e&&(!((p=(d=a?.video)===null||d===void 0?void 0:d.bindProducts)===null||p===void 0)&&p.length||!((m=a?.video)===null||m===void 0)&&m.bindProduct)?_="pdpPage":n?_="hashTagPage":!((f=a?.video)===null||f===void 0)&&f.url?_="videoPage":!((h=a?.video)===null||h===void 0)&&h.imgUrls&&(!((C=(g=a?.video)===null||g===void 0?void 0:g.imgUrls)===null||C===void 0)&&C.length)?_="imagePage":a?.product&&(_="productPage"),t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(u=s?.itemId)!==null&&u!==void 0?u:"",productName:(w=s?.title)!==null&&w!==void 0?w:"",price:s?.price?s?.price+"":"0",productCollection:(b=s?.collection)!==null&&b!==void 0?b:"",fromKName:_,fromKPage:location?.href,contentTags:s?.tags?JSON.stringify(s?.tags):"",position:c+"",contentId:(y=(E=a?.video)===null||E===void 0?void 0:E.itemId)!==null&&y!==void 0?y:"",ctatId:(S=r?.itemId)!==null&&S!==void 0?S:"",traceInfo:(O=s?.traceInfo)!==null&&O!==void 0?O:""}})},[t,e,n]),l=ue((a,s,r,c,d)=>{var p,m,f,h;let g="";e&&(!((m=(p=a?.video)===null||p===void 0?void 0:p.bindProducts)===null||m===void 0)&&m.length||!((f=a?.video)===null||f===void 0)&&f.bindProduct)?g="pdpPage":a?.product&&(g="productPage"),t?.({eventInfo:{productId:s?.itemId,productName:s?.title,price:s?.price?s?.price+"":"0",productCollection:s?.collection,fromKName:g,fromKPage:location?.href,contentTags:JSON.stringify(s?.tags),position:d+"",contentId:(h=a?.video)===null||h===void 0?void 0:h.itemId,ctatId:r?.itemId,traceInfo:s?.traceInfo,timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]);return{jumpToWeb:o,productView:l}}const El="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Il=({visible:t,onClose:e,children:i,modalStyle:n,padding:o,popup:l})=>{var a;const[s,r]=G(!1),c=ee(null);K(()=>{const m=document.getElementById("sxp-render"),f=document.getElementById("pb-modal");f?c.current=f:(c.current=document.createElement("div"),c.current.setAttribute("id","pb-modal"),m?.appendChild(c.current))},[]);const d=Z(()=>l?.id&&l?.id!==""||t,[t,l]);if(K(()=>{d?r(!0):setTimeout(()=>{r(!1)},l?.duration)},[d,l]),!c.current)return null;const p=Vt(()=>{e?.()},300);return Si.createPortal(v.createElement(v.Fragment,null,s&&v.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:d?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:p},v.createElement("div",{className:`modal-container ${d?"modal-popIn":"modal-popOut"}`,style:{padding:o,animationDuration:((a=l?.duration)!==null&&a!==void 0?a:0)/1e3+"s"},onClick:m=>{m.stopPropagation(),m.preventDefault()}},v.createElement("div",{onClick:e,className:"modal-icon-wrapper"},v.createElement("img",{src:El,alt:"close",className:"modal-icon"})),i))),c.current)};var Nt=ce(Il);const Cl=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),o=[];for(let a=0;a<n.length&&(o.push(n[a]),!(o.join(" ").length>=e));a++);return(o.length>1&&o.length<n.length?o.slice(0,o.length-1):o).join(" ")+" "},Dl=({text:t,maxStr:e=108,style:i,className:n,onClick:o,foldText:l,unfoldText:a,isPost:s,onChange:r})=>{const[c,d]=G(!1),[p,m]=G(!1),f=Number(i?.lineClamp||2),h=ee(null),g=ee(null),C=ue(()=>{d(!c)},[c,r]);return Z(()=>!c&&t.length>e?Cl(t,e)+"...":t,[t,e,c]),K(()=>{var u,w;((u=g?.current)===null||u===void 0?void 0:u.offsetHeight)>((w=h?.current)===null||w===void 0?void 0:w.offsetHeight)&&s?m(!0):m(!1),g.current.style.display="none"},[s]),v.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},v.createElement("div",{ref:h,style:{overflow:"hidden",WebkitLineClamp:!s||c?"":f,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),v.createElement("div",{ref:g,dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),t&&s&&p&&v.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:o??C},c?a||"show less":l||"show more"))};var jt=ce(Dl);const _l=Et((t,e)=>{const{src:i,onLoad:n,style:o,className:l,loading:a}=t,[s,r]=G();return yi(e,()=>({setSrc:c=>{r(c)}})),K(()=>{r(i)},[i]),v.createElement(v.Fragment,null,s?.includes(".avif")?v.createElement("picture",null,v.createElement("source",{type:"image/avif",srcSet:s}),v.createElement("source",{type:"image/webp",srcSet:`${s}?imageMogr2/format/webp`}),v.createElement("source",{type:"image/jpeg",srcSet:`${s}?imageMogr2/format/jpg`}),v.createElement("img",{className:l,src:s,style:o,loading:a,onLoad:c=>{n?.(c.target)}})):v.createElement("img",{className:l,src:s,style:o,loading:a,onLoad:c=>{n?.(c.target)}}))});var Me=ce(_l);const kl=t=>{var e,i,n,o,l,a,s,r,c,{content:d,style:p,bgImg:m,onClick:f,schema:h,isDefault:g,bottom_image:C,tipText:u,isPost:w,viewTime:b,rec:E,swiper:y,commodityStyles:S,buttonStyle:O,index:_}=t,T=Te(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index"]);const{sxpParameter:x}=fe(),{popupDetailData:A,bffEventReport:I,isPreview:k,bffFbReport:P}=fe(),{jumpToWeb:j,productView:V}=Ge(),$=ee(null),[R,N]=G(!1),B=w?E:A,M=w?B?.product:(e=B?.video)===null||e===void 0?void 0:e.bindProduct,D=w?(i=B?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=B?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,Y=w?_:A?.index,F=()=>{M?.link&&(j(A,M,D,Y),w||V(B,M,D,b||$.current,Y),window.location.href=window.getJointUtmLink(M.link))};K(()=>{w||P?.({eventName:"ProductView"})},[w,P]),K(()=>{const q=()=>{$.current=new Date};return q(),window.addEventListener("pageshow",q),()=>{window.removeEventListener("pageshow",q)}},[]);const U=Z(()=>{var q,se,re,te,z;return M?.currency&&M?.price?`${(re=(se=(q=M?.currency)===null||q===void 0?void 0:q.split("-")[1])===null||se===void 0?void 0:se.toUpperCase())!==null&&re!==void 0?re:""}${(z=(te=M?.price)===null||te===void 0?void 0:te.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&z!==void 0?z:""}`:"$7,000"},[M?.price,M?.currency]),ne=k?375:(l=p?.width)!==null&&l!==void 0?l:window.innerWidth,pe=({isPost:q})=>{var se,re,te;return v.createElement("div",null,v.createElement("div",{className:"pb-commondity-content-collection",style:S?.collection,hidden:!!M&&(!M?.collection||M?.collection==="")},(se=M?.collection)!==null&&se!==void 0?se:"Tiffany Lock"),v.createElement("div",{className:"pb-commondity-content-title",style:S?.title,hidden:!!M&&!M?.title},(re=M?.title)!==null&&re!==void 0?re:"Pendant in Yellow Gold with Diamonds, Medium"),v.createElement("div",{className:"pb-commondity-content-price",style:S?.price,hidden:!!M&&!M?.price},U),v.createElement("div",{hidden:!!M&&(!M?.info||M?.info==="")},v.createElement(jt,{foldText:u?.foldText,unfoldText:u?.unfoldText,onClick:()=>N(!0),isPost:q,text:(te=M?.info)!==null&&te!==void 0?te:`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:S?.info})))},ce=()=>{var X;return v.createElement(v.Fragment,null,(b||P?.link)&&v.createElement("button",{onClick:H,className:"pb-commondity-btn",style:O},(X=A?.enTitle)!==null&&X!==void 0?X:"Purchase on Website"))};return v.createElement("div",{className:"pb-commondity"},v.createElement("div",Object.assign({className:J(Object.assign({},p))},T),P&&((a=P?.homePage)===null||a===void 0?void 0:a.length)>0&&v.createElement(tt,{height:te,modules:[_t,kt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:y?.dotsAlign==="left"?"commondityDetail-swiper-clickable-left":"commondityDetail-swiper-clickable-center"},loop:!0,autoplay:{delay:y?.delay*1e3}},(s=P?.homePage)===null||s===void 0?void 0:s.map(X=>v.createElement(ze,{key:X},v.createElement("div",{style:{overflow:"hidden",width:te,height:te}},v.createElement(Ae,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block"},src:X}))))),!(!((r=P?.homePage)===null||r===void 0)&&r.length)&&v.createElement("div",{className:J({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},v.createElement("img",{className:J({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(c=E?.bottom_image)!==null&&c!==void 0?c:D,alt:""})),v.createElement("div",{className:"pb-commondity-content"},de({isPost:w}))),ce(),v.createElement(Ot,{visible:F,onClose:()=>j(!1)},v.createElement("div",{style:{paddingBottom:"80px"}},de({isPost:!1})),ce()))};var kl=se(_l);const Al=Ie(kl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:$n},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000"},info:{color:"gray",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"}},style:{}},w:100,h:40,sort:1});var Pl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ol=[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Text",label:"\u6309\u94AE\u6587\u6848",name:["props","btnText"]}],en="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 Ml=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:o,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return o&&o.length>0?(e=o[0])===null||e===void 0?void 0:e.url:null}},Ll=t=>{var{content:e,btnText:i,style:n,icon:o,onClick:l}=t,a=we(t,["content","btnText","style","icon","onClick"]);const s=typeof o=="string"?o:Ml(o),r=()=>{window?.sxpPopup(""),l?.()};return v.createElement("div",Object.assign({className:`pb-prompt ${J(Object.assign({},n))}`},a),v.createElement("div",{className:"pb-prompt-icon"},v.createElement("img",{width:"100%",src:s??en})),v.createElement("div",{className:"pb-prompt-content"},e),v.createElement("button",{className:"pb-prompt-btn",onClick:r},i))};var jl=se(Ll);const Nl=Ie(jl,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Ol,bindableProps:[],interactionRender:Pl},defaulSetting:{props:{icon:en,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var oi,li,Bl=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"}]},{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:"Color",name:["color"]},{type:"Select",options:oe,name:["fontFamily"],initialValue:(oi=oe?.[0])===null||oi===void 0?void 0:oi.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:oe,initialValue:(li=oe?.[0])===null||li===void 0?void 0:li.value},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];const zl=t=>{var e,i,n,o,l,a,s,r,c,d,p,f,{style:m,isDefault:g,rec:b,viewTime:D,isPost:u,bottom_image:w,tipText:h,swiper:I,commodityStyles:y,buttonStyle:S,index:O}=t,C=we(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index"]);G(!0);const{sxpParameter:T}=pe(),{popupDetailData:E,bffEventReport:k,isPreview:x,swiperRef:_,waterFallData:M}=pe(),{jumpToWeb:B,productView:R}=He(),$=Z(null);Z(null),Z(null),G(!1),G(!1),G(!0);const[F,j]=G(!1),N=Z(null),P=u?b:E,A=u?P?.product:(e=P?.video)===null||e===void 0?void 0:e.bindProduct,U=u?(i=P?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=P?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,H=u?O:E?.index,q=()=>{A?.link&&(B(P,A,U,H),u||R(P,A,U,D||N.current,H),window.location.href=window.getJointUtmLink(A.link))};ee(()=>{const X=()=>{N.current=new Date};return X(),window.addEventListener("pageshow",X),()=>{window.removeEventListener("pageshow",X)}},[]);const te=Q(()=>{var X,ae,V,z,Y;return A?.currency&&A?.price?`${(V=(ae=(X=A?.currency)===null||X===void 0?void 0:X.split("-")[1])===null||ae===void 0?void 0:ae.toUpperCase())!==null&&V!==void 0?V:""}${(Y=(z=A?.price)===null||z===void 0?void 0:z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&Y!==void 0?Y:""}`:"\xA3102,300.00"},[A?.price,A?.currency]),de=x?375:(l=m?.width)!==null&&l!==void 0?l:window.innerWidth,ce=({isPost:X})=>v.createElement("div",{hidden:!!A&&(!A?.info||A?.info==="")},v.createElement(Mt,{isPost:X,onClick:()=>j(!0),className:"pb-commondityDiroNew-info",style:y?.info,foldText:h?.foldText,unfoldText:h?.unfoldText,text:A?.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`}));return v.createElement("div",{className:"pb-commondityDiroNew"},v.createElement("div",Object.assign({ref:$,className:J(Object.assign({},m))},C),A&&((a=A?.homePage)===null||a===void 0?void 0:a.length)>0&&v.createElement(tt,{height:de,modules:[_t,kt],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:I?.dotsAlign==="left"?"commondityDiroNew-swiper-clickable-left":"commondityDiroNew-swiper-clickable-center"},loop:!0,autoplay:{delay:I?.delay*1e3}},(s=A?.homePage)===null||s===void 0?void 0:s.map(X=>v.createElement(ze,{key:X},v.createElement("div",{style:{overflow:"hidden",width:de,height:de}},v.createElement(Ae,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block"},src:X}))))),!(!((r=A?.homePage)===null||r===void 0)&&r.length)&&v.createElement("div",{className:J({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},v.createElement("img",{className:J({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(c=T?.bottom_image)!==null&&c!==void 0?c:w,alt:""})),v.createElement("div",{className:"pb-commondityDiroNew-content"},v.createElement("div",{className:"pb-commondityDiroNew-content-top"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:y?.title},(d=A?.title)!==null&&d!==void 0?d:"Large Dior Toujours Bag"),v.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!A&&(!A?.collection||A?.collection===""),style:y?.collection},A?.collection||"Black Macrocannage Calfskin")),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!A&&!A?.price,style:y?.price},te),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!A&&!A?.taxInfo,style:y?.taxInfo},(p=A?.taxInfo)!==null&&p!==void 0?p:"\u7A0E\u8D39"))),(!A||A?.link)&&v.createElement("button",{onClick:q,className:"pb-commondityDiroNew-btn",style:S},(f=U?.enTitle)!==null&&f!==void 0?f:"Shop now"),ce({isPost:u}))),v.createElement(Ot,{visible:F,onClose:()=>j(!1)},ce({isPost:!1})))};var Vl=se(zl);const Rl=Ie(Vl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:Bl},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16}},style:{}},w:100,h:40,sort:1});var si,ai,Pe=[{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"]}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Select",options:oe,name:["props","ctaTempStyles","title","fontFamily"],initialValue:(si=oe?.[0])===null||si===void 0?void 0:si.value},{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:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Select",options:oe,name:["props","ctaTempStyles","ctaTitle","fontFamily"],initialValue:(ai=oe?.[0])===null||ai===void 0?void 0:ai.value},{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"]}]}],Fl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];function tn(t){const e=Z(null),[i,n]=G(!1);return ee(()=>{e.current=new IntersectionObserver(([o])=>{n(o.isIntersecting)})},[]),ee(()=>{var o;return t?.current&&((o=e?.current)===null||o===void 0||o.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const Hl=t=>{var{rec:e,children:i,className:n,onClick:o,style:l,isExternalLink:a=!1,index:s}=t;we(t,["rec","children","className","onClick","style","isExternalLink","index"]);const r=Z(null),c=tn(r),{popup:d}=Fe(),{setPopupDetailData:p,ctaEvent:f}=pe(),{jumpToWeb:m}=He();ee(()=>{var b,D;if(c&&r?.current){const u=(D=(b=e?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&D!==void 0?D:e?.video;f?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,u,s)}},[c,r,e,f,s]);const g=wt(()=>{var b,D,u,w,h,I,y,S,O,C;const T=(D=(b=e?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&D!==void 0?D:e?.video;if(f?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,T,s),p?.(Object.assign(Object.assign({},e),{index:s})),a){if(!((w=(u=e?.video)===null||u===void 0?void 0:u.bindProduct)===null||w===void 0)&&w.link){const E=(h=e?.video)===null||h===void 0?void 0:h.bindCta,k=(I=e?.video)===null||I===void 0?void 0:I.bindProduct;m(e,k,E,s),window.location.href=(S=(y=e?.video)===null||y===void 0?void 0:y.bindProduct)===null||S===void 0?void 0:S.link,window.location.href=window.getJointUtmLink((C=(O=e?.video)===null||O===void 0?void 0:O.bindProduct)===null||C===void 0?void 0:C.link)}}else o?.()},d?.duration);return v.createElement("div",{ref:r,className:n,style:l,onClick:g},i)};var gt=se(Hl),Ul={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const Gl=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:f,ctaTempStyles:m,isExternalLink:g}=t,b=we(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:D}=pe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:D?.bottom_image)!==null&&o!==void 0?o:f;return v.createElement(gt,Object.assign({isExternalLink:g,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},b),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},m?.img))},v.createElement(Ae,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Ul["tow-line-ellipsis"],style:m?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},m?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop Now")))};var $l=se(Gl);const Wl=Ie($l,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:Fl,bindableProps:[],settingRender:Pe},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 ql=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Yl=t=>{var e,i,n,o,{content:l,style:a,bgImg:s,recData:r,bottom_image:c,ctaTempStyles:d,isExternalLink:p}=t,f=we(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:m}=pe(),g=(e=r?.video)===null||e===void 0?void 0:e.bindCta;return v.createElement(gt,Object.assign({isExternalLink:p,rec:r,className:J(Object.assign({alignItems:"center"},a)),style:{display:"flex"}},f),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d?.img))},v.createElement("img",{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:(n=(i=g?.icon)!==null&&i!==void 0?i:m?.bottom_image)!==null&&n!==void 0?n:c,alt:""})),v.createElement("div",{className:J(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},d?.ctaTitle))},(o=g?.enTitle)!==null&&o!==void 0?o:"Product Name"))};var Xl=se(Yl);const Jl=Ie(Xl,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ql,settingRender:Pe?.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 Kl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU"};const Ql=t=>{var e,i,n,o,l,{content:a,style:s,bgImg:r,recData:c,bottom_image:d,ctaTempStyles:p,index:f}=t,m=we(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index"]);const{sxpParameter:g,bffEventReport:b}=pe(),{jumpToWeb:D}=He(),u=(e=c?.video)===null||e===void 0?void 0:e.bindCta,w=(i=c?.video)===null||i===void 0?void 0:i.bindProduct,h=()=>{u?.link&&(D(c,w,u,f),window.location.href=window.getJointUtmLink(u.link))};return v.createElement(gt,Object.assign({index:f,rec:c,className:J(Object.assign({alignItems:"center"},s)),style:{display:"flex"}},m,{onClick:h}),v.createElement("div",{className:J(Object.assign({backgroundColor:"#f2f2f2",overflow:"hidden",flexShrink:0},p?.img))},v.createElement(Ae,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:(o=(n=u?.icon)!==null&&n!==void 0?n:g?.bottom_image)!==null&&o!==void 0?o:d})),v.createElement("div",{className:J({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Kl["tow-line-ellipsis"],style:p?.ctaTitle},(l=u?.enTitle)!==null&&l!==void 0?l:"Product Name")))};var Zl=se(Ql);const es=Ie(Zl,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:Pe?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var ts=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],is={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const ns=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:f,ctaTempStyles:m,isExternalLink:g}=t,b=we(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:D}=pe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:D?.bottom_image)!==null&&o!==void 0?o:f;return v.createElement(gt,Object.assign({isExternalLink:g,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},b),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},m?.img))},v.createElement(Ae,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:is["tow-line-ellipsis"],style:m?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},m?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop Now")))};var os=se(ns);const ls=Ie(os,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:ts,settingRender:Pe,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 ss=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],as={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const rs=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:f,ctaTempStyles:m,isExternalLink:g}=t,b=we(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:D}=pe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:D?.bottom_image)!==null&&o!==void 0?o:f;return v.createElement(gt,Object.assign({isExternalLink:g,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},b),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},m?.img))},v.createElement(Ae,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},v.createElement("div",{className:as["tow-line-ellipsis"],style:m?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},m?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop now")))};var ds=se(rs);const cs=Ie(ds,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:ss,bindableProps:[],settingRender:Pe},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 us=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ps=({children:t,isPadding:e=!0})=>v.createElement(tt,{direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[io,to,eo],style:{padding:e?"0 12px 0 20px":0}},t);var Lt=se(ps);const vs=({src:t,rec:e,item:i,index:n})=>{const o=Z(null),l=tn(o),{ctaEvent:a}=pe();return ee(()=>{l&&t&&o?.current&&a?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[l,t,o,e,a,i,n]),v.createElement("div",{ref:o,hidden:!t,className:J({width:"100%",height:"100%"})},v.createElement(Ae,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:t}))};var ri=se(vs),fs={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const ms=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,f=we(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{ctaEvent:m,setPopupDetailData:g,sxpParameter:b}=pe(),{popup:D}=Fe(),{jumpToWeb:u}=He(),[w,h]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),I=wt(y=>{m?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),g?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(u(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},D?.duration);return v.createElement(Lt,{isPadding:!!a},w?.map(y=>{var S,O,C,T,E,k;return v.createElement(ze,Object.assign({hidden:a&&!y?.bindCta,key:y?.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>I(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ri,{src:(C=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:b?.bottom_image)!==null&&C!==void 0?C:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:fs["two-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},c?.ctaTitle))},(k=(E=y?.bindCta)===null||E===void 0?void 0:E.enTitle)!==null&&k!==void 0?k:"Shop Now")))}))};var hs=se(ms);const gs=Ie(hs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:us,bindableProps:[],settingRender:Pe},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 bs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ys={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const ws=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,f=we(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:m}=pe(),{ctaEvent:g,setPopupDetailData:b}=pe(),{popup:D}=Fe(),[u,w]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:h}=He(),I=wt(y=>{g?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),b?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(h(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},D?.duration);return v.createElement(Lt,{isPadding:!!a},u?.map(y=>{var S,O,C,T,E,k;return v.createElement(ze,Object.assign({hidden:a&&!y?.bindCta,key:y.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>I(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ri,{src:(C=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:m?.bottom_image)!==null&&C!==void 0?C:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:ys["two-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(k=(E=y?.bindCta)===null||E===void 0?void 0:E.enTitle)!==null&&k!==void 0?k:"Shop Now")))}))};var Ss=se(ws);const Ts=Ie(Ss,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:bs,settingRender:Pe,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 xs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Es={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Is=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,f=we(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{ctaEvent:m,setPopupDetailData:g,sxpParameter:b}=pe(),{popup:D}=Fe(),{jumpToWeb:u}=He(),[w,h]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),I=wt(y=>{m?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),g?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(u(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},D?.duration);return v.createElement(Lt,{isPadding:!!a},w?.map(y=>{var S,O,C,T,E,k;return v.createElement(ze,Object.assign({hidden:a&&!y?.bindCta,key:y?.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},f,{onClick:()=>I(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ri,{src:(C=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:b?.bottom_image)!==null&&C!==void 0?C:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},v.createElement("div",{className:Es["tow-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(k=(E=y?.bindCta)===null||E===void 0?void 0:E.enTitle)!==null&&k!==void 0?k:"Shop now")))}))};var Cs=se(Is);const Ds=Ie(Cs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:xs,bindableProps:[],settingRender:Pe},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 di,ci,_s=[{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u6587\u672C\u884C\u6570",name:["props","lineClamp"]},{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"}]},{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:"Color",name:["color"]},{type:"Select",options:oe,name:["fontFamily"],initialValue:(di=oe?.[0])===null||di===void 0?void 0:di.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:oe,initialValue:(ci=oe?.[0])===null||ci===void 0?void 0:ci.value},{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 ks=({icon:t,styles:e,textStyle:i,onClose:n})=>{var o;const{waterFallData:l,setOpenHashtag:a}=pe();return v.createElement("div",{className:"clc-sxp-nav",style:e},v.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"",onClick:n}),v.createElement("div",{className:"clc-sxp-nav-title",style:i},`#${(o=l?.hashTag)!==null&&o!==void 0?o:"\u6807\u9898"}`))};var nn=se(ks),As=null,Ps="3d989325-e7d6-4a74-8a97-98febdf5b567",Os=null,Ms=null,Ls={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"},js=[{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}],Ns="Handbags",Bs={productUserId:As,requestId:Ps,channel:Os,rtc:Ms,tag:Ls,recList:js,hashTag:Ns};const zs=t=>{const{rec:e,index:i,list:n,reportTagsView:o,textStyles:l,space:a}=t,{swiperRef:s,setRtcList:r,setOpenHashtag:c,bffEventReport:d,sxpParameter:p}=pe(),[f,m]=G(!1),g=Z(null),b=Z(null),D=Z(null),u=Z(null),[w,h]=G(""),I=Q(()=>{var T,E,k,x,_,M,B,R,$,F,j,N;return!((T=e?.video)===null||T===void 0)&&T.cover?(E=e?.video)===null||E===void 0?void 0:E.cover:!((k=e?.video)===null||k===void 0)&&k.url?(m(!0),(x=e?.video)===null||x===void 0?void 0:x.url):!((M=(_=e?.video)===null||_===void 0?void 0:_.imgUrls)===null||M===void 0)&&M.length?(R=(B=e?.video)===null||B===void 0?void 0:B.imgUrls)===null||R===void 0?void 0:R[0]:!((F=($=e?.product)===null||$===void 0?void 0:$.homePage)===null||F===void 0)&&F.length?(N=(j=e?.product)===null||j===void 0?void 0:j.homePage)===null||N===void 0?void 0:N[0]:p?.bottom_image||""},[e,p?.bottom_image]),y=Q(()=>{var T,E;return((T=e?.product)===null||T===void 0?void 0:T.title)||((E=e?.video)===null||E===void 0?void 0:E.title)||null},[e]),S=Q(()=>{var T,E,k,x,_,M,B,R,$;return!((T=e?.product)===null||T===void 0)&&T.currency&&(!((E=e?.product)===null||E===void 0)&&E.price)?`${(M=(_=(x=(k=e?.product)===null||k===void 0?void 0:k.currency)===null||x===void 0?void 0:x.split("-")[1])===null||_===void 0?void 0:_.toUpperCase())!==null&&M!==void 0?M:""}${($=(R=(B=e?.product)===null||B===void 0?void 0:B.price)===null||R===void 0?void 0:R.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&$!==void 0?$:""}`:null},[e]);ee(()=>{const T=new IntersectionObserver(E=>{E.forEach(k=>{if(k.isIntersecting){if(b.current===null||I==="")return;f&&w?g.current.setSrc(w):g.current.setSrc(I),T.unobserve(b.current)}})});return T.observe(b.current),()=>{T.disconnect()}},[I,f,w]);const O=(T,E,k)=>{const x=T/E;return k/x};ee(()=>{const T=D?.current;T===null||I===""||!f||(T.src=I,T.currentTime=1,T.crossOrigin="anonymous",T.onloadeddata=()=>{const E=u?.current;if(!E)return;const k=E.getContext("2d"),x=window?.innerWidth/2,_=O(T.videoWidth,T.videoHeight,x);E.height=_,E.width=x,k?.drawImage(T,0,0,E.width,E.height),h(E.toDataURL()),T.remove(),E.remove()})},[I,f]);const C=()=>{o(),r?.(n),setTimeout(()=>{var T;(T=s?.current)===null||T===void 0||T.swiper.slideTo(i,0,!1),c?.(!1)},0)};return v.createElement("div",{ref:b,className:"list-content-listItem",key:i,onClick:C,style:{marginBottom:a}},v.createElement("div",{className:"list-content-listItem-picture"},f&&v.createElement("div",{style:{display:"none"}},v.createElement("video",{ref:D,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),v.createElement("canvas",{ref:u})),v.createElement(Ae,{loading:"lazy",className:"list-content-listItem-picture-img",ref:g})),v.createElement("div",{className:"list-content-listItem-info"},v.createElement("div",{className:`list-content-listItem-info-title ${S?"list-content-listItem-info-nowrap":""}`,style:l?.title},y&&y),v.createElement("div",{className:"list-content-listItem-info-price",style:l?.price,hidden:!S},S)))};function Vs(t){var e,i,n,o,l,a,s,r,c,d,p,f,{reportTagsView:m}=t,g=we(t,["reportTagsView"]);const{waterFallData:b,getRecommendVideos:D,hashTagSize:u,loadingImage:w,isOpenHashTag:h}=pe(),[I,y]=G(),[S,O]=G(),[C,T]=G(!1),E=Z(null),[k,x]=G(!1);re(()=>{k||(x(!0),b&&D?.({hashTag:b?.hashTag,"itemFilter.itemId":b?.itemId,"itemFilter.itemType":b?.itemType}).then(M=>{var B;y(I?.concat((B=M?.recList)!==null&&B!==void 0?B:[])),x(!1)}))},[b,D,I,k]),ee(()=>{var M,B;if(T(!0),b&&D?.({hashTag:b?.hashTag,"itemFilter.itemId":b?.itemId,"itemFilter.itemType":b?.itemType,defaultSize:u,maxSize:u}).then(R=>{var $,F;O(R),y((F=($=R?.recList)===null||$===void 0?void 0:$.filter(j=>j?.video!==null||j?.product!==null))!==null&&F!==void 0?F:[]),T(!1)}),h){const R=Bs;O(R),y((B=(M=R?.recList)===null||M===void 0?void 0:M.filter($=>$?.video!==null||$?.product!==null))!==null&&B!==void 0?B:[]),T(!1)}},[b,D,u,h]);const _=()=>{var M,B;!((M=S?.tag)===null||M===void 0)&&M.link&&(m(),window.location.href=(B=S?.tag)===null||B===void 0?void 0:B.link)};return v.createElement(v.Fragment,null,C?v.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:w,alt:"loading...",style:{objectFit:"contain"}})):v.createElement("div",{className:"list"},v.createElement("div",{className:"list-scroll",ref:E},v.createElement("div",{className:"list-info",style:(e=g?.textStyles)===null||e===void 0?void 0:e.hashTagDesc},(i=S?.tag)===null||i===void 0?void 0:i.info),v.createElement("div",{hidden:!(!((n=S?.tag)===null||n===void 0)&&n.link),className:"list-collection",onClick:_,style:Object.assign(Object.assign({},(o=g?.textStyles)===null||o===void 0?void 0:o.hashTagLink),{marginBottom:g?.space})},((l=S?.tag)===null||l===void 0?void 0:l.linkTitle)||"Shop the collection"),v.createElement("div",{className:"list-content"},I?.map((M,B)=>v.createElement(zs,Object.assign({key:B,index:B,rec:M,list:I,reportTagsView:m},g)))),v.createElement("div",{hidden:!k,style:{textAlign:"center"}},"loading..."),v.createElement("div",{hidden:!(!((a=S?.tag)===null||a===void 0)&&a.link),style:{height:!((s=S?.tag)===null||s===void 0)&&s.link?((r=g?.buttonBgStyle)===null||r===void 0?void 0:r.height)||((c=g?.buttonStyle)===null||c===void 0?void 0:c.height)||"100px":0}})),v.createElement("div",{className:"list-bottom",hidden:!(!((d=S?.tag)===null||d===void 0)&&d.link),style:g?.buttonBgStyle}),v.createElement("div",{hidden:!(!((p=S?.tag)===null||p===void 0)&&p.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},g?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},v.createElement("button",{className:"list-btn",style:g?.buttonStyle,onClick:_},((f=S?.tag)===null||f===void 0?void 0:f.linkTitle)||"Shop the collection"))))}var Rs="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const Fs=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:o,swiperRef:l,setWaterFallData:a,cacheRtcList:s,setRtcList:r,cacheActiveIndex:c,rtcList:d,setCacheRtcList:p,setIsFromHashtag:f,isFromHashtag:m,bffEventReport:g}=pe();Z(null);const b=Z(null),[D,u]=G();ee(()=>{const S=document.getElementById("sxp-render"),O=document.getElementById("water-fall");O?b.current=O:(b.current=document.createElement("div"),b.current.setAttribute("id","water-fall"),S?.appendChild(b.current))},[]);const w=()=>{const S=hi(d,s);!S&&s&&s?.length&&r?.(s),y(),a?.(void 0),f?.(!1),setTimeout(()=>{var O,C;S||(C=(O=l?.current)===null||O===void 0?void 0:O.swiper)===null||C===void 0||C.slideTo(c,0,!1),n?.(!1)},0)},[h,I]=G();ee(()=>{i&&I(i)},[i]);const y=re(()=>{var S,O,C,T,E,k;const x=h?.rec;if(!x)return;let _="";m?_="hashTagPage":!((S=x?.video)===null||S===void 0)&&S.url?_="videoPage":!((C=(O=x?.video)===null||O===void 0?void 0:O.imgUrls)===null||C===void 0)&&C.length&&(_="imagePage"),g?.({eventInfo:{contentId:(T=x?.video)===null||T===void 0?void 0:T.itemId,position:c+"",contentTags:JSON.stringify((E=x?.video)===null||E===void 0?void 0:E.tags),traceInfo:(k=x?.video)===null||k===void 0?void 0:k.traceInfo,hashTags:JSON.stringify([h?.hashTag]),fromKName:_,fromKPage:location?.href,timeOnSite:Math.floor((new Date-D)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[h,g,D,m,c]);return ee(()=>{o&&u(new Date)},[o]),ee(()=>{const S=()=>{u(new Date)};return window.addEventListener("pageshow",S),()=>{window.removeEventListener("pageshow",S)}},[]),b.current?wi.createPortal(v.createElement("div",{className:"waterfall",style:{display:o?"block":"none"}},v.createElement(nn,{icon:Rs,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:w}),v.createElement(Vs,Object.assign({reportTagsView:y},t))),b.current):null};var on=se(Fs);const Hs=t=>v.createElement(on,Object.assign({},t));var Us=se(Hs);const Gs=Ie(Us,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:_s,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000"},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 ui=Object.freeze({__proto__:null,Appoint:Jl,AppointForm:Gn,Commodity:Wl,CommodityDetail:Al,CommodityDetailDiroNew:Rl,CommodityDiro:ls,CommodityDiroNew:cs,HashTag:Gs,Link:es,MultiCommodity:Ts,MultiCommodityDiro:gs,MultiCommodityDiroNew:Ds,Prompt:Nl});const $s="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Ws="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",qs=t=>{var{active:e,activeIcon:i,unActicveIcon:n,recData:o,position:l}=t,a=we(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:s,mutateUnlike:r,bffEventReport:c}=pe(),[d,p]=G(e),f=_e(Ws),m=_e($s),g=Bt(()=>Te(void 0,void 0,void 0,function*(){var b,D,u,w,h,I,y,S,O,C,T,E,k,x,_,M,B,R,$,F;if(d){p(!1);const j=(u=yield r?.({videoItemId:(D=(b=o.video)===null||b===void 0?void 0:b.itemId)!==null&&D!==void 0?D:""}))!==null&&u!==void 0?u:!1;c?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(h=(w=o.video)===null||w===void 0?void 0:w.itemId)!==null&&h!==void 0?h:"",contentName:(y=(I=o.video)===null||I===void 0?void 0:I.title)!==null&&y!==void 0?y:"",contentTags:JSON.stringify((O=(S=o.video)===null||S===void 0?void 0:S.tags)!==null&&O!==void 0?O:[]),position:l+"",contentFormat:!((C=o.video)===null||C===void 0)&&C.url?"video":"image",traceInfo:(T=o.video)===null||T===void 0?void 0:T.traceInfo}}),j||p(!0)}else{p(!0);const j=(E=yield s?.({content:JSON.stringify(o)}))!==null&&E!==void 0?E:!1;c?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(x=(k=o.video)===null||k===void 0?void 0:k.itemId)!==null&&x!==void 0?x:"",contentName:(M=(_=o.video)===null||_===void 0?void 0:_.title)!==null&&M!==void 0?M:"",contentTags:JSON.stringify((R=(B=o.video)===null||B===void 0?void 0:B.tags)!==null&&R!==void 0?R:[]),position:l+"",contentFormat:!(($=o.video)===null||$===void 0)&&$.url?"video":"image",traceInfo:(F=o.video)===null||F===void 0?void 0:F.traceInfo}}),j||p(!1)}}),200);return v.createElement("button",Object.assign({},a,{onClick:g}),v.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:d?i||f:n||m,alt:"icon"}))};var ln=se(qs);const rt=new wn;var Xe;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide"})(Xe||(Xe={}));const Ys=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l,videoPostConfig:a,videoRef:s})=>{const[r,c]=G(!1),{bffEventReport:d,sxpParameter:p,waterFallData:f,openHashtag:m}=pe(),g=Z(0),[b,D]=G(!1),[u,w]=G(!0),{isActive:h}=Zi(),I=Z(null),[y,S]=G(""),O=`pb-cache-video-${e}`,C=Z(null),T=Q(()=>a?.mode==="2",[a]),E=Q(()=>{var U;return a?.mode==="2"?`translateY(-${50+((U=a?.offsetTop)!==null&&U!==void 0?U:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),k=Q(()=>{var U;return((U=t?.video)===null||U===void 0?void 0:U.cover)||y},[y,t]),x=Q(()=>T?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[T]),_=Q(()=>a?.bgWay==="1",[a]),M=Q(()=>_&&a?.bgColor?{backgroundColor:a?.bgColor}:{},[a,_]);ee(()=>{s&&s?.muted(o)},[o,s]);const B=re(()=>{s&&s?.play()},[s]),R=_e("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),$=re(()=>{var U,H,q,te,de,ce,X,ae,V;if(!s)return;D(!0),c(!1);const z=n[e];if(z&&s?.duration()){g.current=s?.currentTime()||0;const Y=((U=s?.duration())!==null&&U!==void 0?U:0).toFixed(2),he=((H=s?.currentTime())!==null&&H!==void 0?H:0).toFixed(2),fe=u?"0":"1";d?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(te=(q=z.video)===null||q===void 0?void 0:q.itemId)!==null&&te!==void 0?te:"",contentName:(ce=(de=z.video)===null||de===void 0?void 0:de.title)!==null&&ce!==void 0?ce:"",playType:fe,startTime:he,videoDuration:Y,contentTags:JSON.stringify((ae=(X=z.video)===null||X===void 0?void 0:X.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(V=z.video)===null||V===void 0?void 0:V.traceInfo}}),w(!1)}},[d,n,e,u,s]),F=re(()=>{var U;if(!s||y||!T)return;const H=document.getElementById("player-container-id_html5_api");if(!H||(H.style.objectFit="contain",!((U=t?.video)===null||U===void 0)&&U.cover||!I||!I.current||_))return;const q=()=>{const te=H,de=I?.current,ce=de.getContext("2d"),X=window?.innerWidth,ae=window?.innerHeight;de.height=ae,de.width=X,ce?.drawImage(te,0,0,de.width,de.height),S(de.toDataURL())};q(),setTimeout(()=>{q()},500)},[s,_,t,y,T]),j=re(()=>{s&&F()},[s,F]);re(()=>{D(!0)},[]);const N=re(U=>()=>{if(!s||!b)return;const H=s?.paused();switch(U){case"start":if(!H)return;s?.play(),c(!1);break;case"pause":if(H)return;s?.pause(),c(!0);break;default:H?s?.play():s?.pause(),c(!H);break}},[b,s]),P=re(()=>{var U,H,q,te,de,ce,X,ae,V;if(!s||l!==e)return;const z=n[e],Y=((U=s?.duration())!==null&&U!==void 0?U:0).toFixed(2),he=((H=s?.currentTime())!==null&&H!==void 0?H:0).toFixed(2);if(s?.duration()){const fe=(s?.currentTime()-g.current).toFixed(2);d?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(te=(q=z.video)===null||q===void 0?void 0:q.itemId)!==null&&te!==void 0?te:"",contentName:(ce=(de=z.video)===null||de===void 0?void 0:de.title)!==null&&ce!==void 0?ce:"",endTime:he,videoDuration:Y,playDuration:fe,contentTags:JSON.stringify((ae=(X=z.video)===null||X===void 0?void 0:X.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(V=z.video)===null||V===void 0?void 0:V.traceInfo}})}},[n,e,d,s,l]);ee(()=>{if(!h||!s)return;const U=t.video.url;if(!U)return;c(!1);const H=document.querySelector(`#${O}`),q=document.querySelector("#player-container-id"),te=document.querySelector("#player-container-id-copy");if(!(!q&&!te))return H?.appendChild(q||te),s?.src(U),s?.on("loadedmetadata",j),s?.on("loadeddata",F),s?.on("playing",$),s?.on("pause",P),s?.on("ended",B),()=>{te?.appendChild(q),s?.off("loadedmetadata",j),s?.off("loadeddata",F),s?.off("playing",$),s?.off("pause",P),s?.off("ended",B)}},[h,O,t,s]),ee(()=>{!s||!b||(h?s?.play():s?.pause())},[h,b,s]),ee(()=>{if(!h||!s)return;!s?.paused()&&m?s?.pause():m||s?.play()},[m,h,s]),ee(()=>{if(!h)return;const U=N("start"),H=N("pause");return rt.on(Xe.PAGE_DID_SHOW,U),rt.on(Xe.PAGE_DID_HIDE,H),()=>{rt.off(Xe.PAGE_DID_SHOW,U),rt.off(Xe.PAGE_DID_HIDE,H)}},[N,h]);const A=Q(()=>!p?.placeholder_image||b?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:p?.placeholder_image}),[b,p?.placeholder_image]);return ee(()=>{if(!s)return;const U=()=>{var H;l===e&&(!((H=t?.video)===null||H===void 0)&&H.url)&&s&&!r&&N("pause")()};return window.addEventListener("beforeunload",U),()=>{window.removeEventListener("beforeunload",U)}},[l,e,t,s,N,r]),t.video?v.createElement(v.Fragment,null,T?v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:N(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},M)},!_&&v.createElement(Ae,{src:k,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},x)}),v.createElement("canvas",{ref:I,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:E,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},v.createElement("div",{className:"n-full-screen",ref:C,id:O,style:{width:"100%",height:"100%"}}),v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:R}))),A):v.createElement("div",{className:"video-container",key:t.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:N()},v.createElement("div",{className:"n-full-screen",ref:C,id:O,style:{width:"100%",height:"100%"}}),A,v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:R}))):null};var Xs=se(Ys);const Js=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:o})=>{const[l,a]=G(t),s=r=>{r.stopPropagation();const c=!l;a(c),n?.(c)};return v.createElement("button",{style:o,className:"pb-toggle-button",onClick:s},v.createElement("img",{className:"pb-toggle-button-icon",src:l?e:i}))};var sn=se(Js);const Ks=({imageUrl:t})=>{const[e,i]=G(!0);Fe(),ee(()=>{setTimeout(()=>{i(!1)},2e3)},[]);const n=_e("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),o=Q(()=>e?"pb-fadeIn":"pb-fadeOut",[e]);return v.createElement("div",{hidden:!e,className:`pb-finger-wrap ${o}`},v.createElement("img",{src:t||n}))},an=t=>{const{src:e,height:i,imgUrlsPostConfig:n}=t,o=Q(()=>n?.mode==="2",[n]),l=Q(()=>{var c;return n?.mode==="2"?`translateY(-${50+((c=n?.offsetTop)!==null&&c!==void 0?c:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),a=Q(()=>o?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[o]),s=Q(()=>n?.bgWay==="1",[n]),r=Q(()=>s&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,s]);return v.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},r)},(!o||!s)&&v.createElement(Ae,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},a)}),o&&v.createElement(Ae,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:l,left:0,right:0}}))},Qs=({imgUrls:t,width:e,height:i,rec:n,index:o,onReportViewImageEnd:l,onViewImageStartEvent:a,imgUrlsPostConfig:s})=>{var r;const c=Z(),{isActive:d}=Zi(),{sxpParameter:p,openHashtag:f}=pe(),[m,g]=G(!1);return ee(()=>{m&&d?(c?.current&&c.current.swiper.autoplay.start(),f?l(n):a(o)):(g(!0),c?.current&&c.current.swiper.autoplay.stop())},[n,d,l,f,o,a,m]),v.createElement(tt,{ref:c,defaultValue:0,direction:"horizontal",modules:[_t,kt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,loop:!0,autoplay:{delay:((r=s?.delay)!==null&&r!==void 0?r:3)*1e3}},t?.map(b=>v.createElement(ze,{key:b},v.createElement(an,{src:b,height:i,imgUrlsPostConfig:s}))))};var Zs=se(Qs);const ea=({tags:t,itemId:e,itemType:i,index:n,rec:o,hashTagStyle:l})=>{const[a,s]=G(!1),{setWaterFallData:r,setOpenHashtag:c,setCacheActiveIndex:d,waterFallData:p,setIsFromHashtag:f}=pe(),m=g=>{p?f?.(!0):d?.(n),r?.(i?{hashTag:g,itemId:e,itemType:i,rec:o}:{hashTag:g,rec:o}),c?.(!0)};return Q(()=>t.length<=6?null:v.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>s(!a)},a?"show less":"show more"),[a,t]),v.createElement("div",{className:"clc-sxp-bottom-hashtag"},v.createElement(Lt,null,t?.map((g,b)=>v.createElement(ze,{key:b,hidden:a?!1:b>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>m(g)},`#${g}`))))};var rn=se(ea),ta="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 jt(t){return se(function(e){const{$store:i}=_n(),n=l=>{let a=l;const s=l.match(/{{.*?}}/g);return s?.length&&s.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(c,d)=>{if(d){const p=gi(i,d);return a=a.replace(r,p),p}})}),a},o=Q(()=>{var l,a,s;const{bindDatas:r}=e,c=we(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,d=>{if(d?.propKey&&d?.dataPath){const{propKey:p,dataPath:f}=d;f.replace(/{{\s*([\w.]+)\s*}}/g,(m,g)=>{var b,D;if(g){const u=(D=(b=gi(i,g))!==null&&b!==void 0?b:e[p])!==null&&D!==void 0?D:"";return c[p]=u,u}})}}),c){c.eventMap={};const d=pt(c.event)||{};for(const p in d)if(Object.prototype.hasOwnProperty.call(d,p))try{d[p].value=n(d[p].value),c.eventMap[p]=new Function(d[p].value)}catch{}}return!((s=(a=c?.event)===null||a===void 0?void 0:a.onClick)===null||s===void 0)&&s.linkType&&(c.style.cursor="pointer"),c},[i,e]);return v.createElement(t,Object.assign({},o,o.eventMap))})}const ia=({rec:t,index:e,tempMap:i,resolver:n})=>{const{schema:o}=Fe(),l=Q(()=>{var a,s,r,c,d,p,f,m,g,b,D,u,w,h,I,y,S,O,C,T,E,k,x,_,M,B,R,$,F,j,N;if(!t?.video)return null;let P=null;!((s=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||s===void 0)&&s.length?P="\u591A\u5546\u54C1CTA":!((r=t?.video)===null||r===void 0)&&r.bindProduct?P="\u5546\u54C1CTA":P=(d=(c=t?.video)===null||c===void 0?void 0:c.bindCta)===null||d===void 0?void 0:d.itemId;const A=i?.[P];if(((p=A?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((f=t?.video)===null||f===void 0)&&f.bindProduct)||((m=A?.item)===null||m===void 0?void 0:m.type)==="Commodity"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((b=A?.item)===null||b===void 0?void 0:b.type)==="CommodityDiroNew"&&!(!((D=t?.video)===null||D===void 0)&&D.bindProduct)||((u=A?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((h=(w=t?.video)===null||w===void 0?void 0:w.bindProducts)===null||h===void 0)&&h.length)||((I=A?.item)===null||I===void 0?void 0:I.type)==="MultiCommodityDiro"&&!(!((S=(y=t?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0)&&S.length)||((O=A?.item)===null||O===void 0?void 0:O.type)==="MultiCommodityDiroNew"&&!(!((T=(C=t?.video)===null||C===void 0?void 0:C.bindProducts)===null||T===void 0)&&T.length))return null;if(A&&n){const U=n[(E=A?.item)===null||E===void 0?void 0:E.type],H=jt(U),q=(k=U?.extend)===null||k===void 0?void 0:k.defaulSetting,te=((M=(_=(x=A?.item)===null||x===void 0?void 0:x.event)===null||_===void 0?void 0:_.onClick)===null||M===void 0?void 0:M.linkType)==="externalLink";return v.createElement(H,Object.assign({style:Object.assign(Object.assign(Object.assign({},q?.style),(B=A?.item)===null||B===void 0?void 0:B.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},q?.textStyle),(R=A?.item)===null||R===void 0?void 0:R.textStyle),bindDatas:(F=($=A?.item)===null||$===void 0?void 0:$.bindDatas)!==null&&F!==void 0?F:[]},q?.props,(j=A?.item)===null||j===void 0?void 0:j.props,{event:((N=A?.item)===null||N===void 0?void 0:N.event)||{},schema:o,id:A?.id,key:A?.id,recData:t,isExternalLink:te,index:e}))}else return null},[t,n,i,o]);return v.createElement(v.Fragment,null,l)};var dn=se(ia);const cn=({nudge:t})=>{var e,i,n,o,l,a,s;return v.createElement(v.Fragment,null,t?.isOpen&&v.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=(o=t?.size)===null||o===void 0?void 0:o.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(a=t?.borderRadius)!==null&&a!==void 0?a:4}},t?.icon?v.createElement("img",{src:t.icon,style:{height:"100%",objectFit:"cover"}}):null,v.createElement("p",{style:Object.assign({},t?.textStyle)},(s=t?.content)!==null&&s!==void 0?s:"")))},un=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:o,resolver:l,data:a=[],ctaType:s,tipText:r,nudge:c,_schema:d,hashTagStyle:p,tagList:f=[],licenseUrl:m})=>{var g,b,D,u,w,h,I;const{schema:y}=Fe(),[S,O]=G(0),C=Z(0),[T,E]=G(!1),[k,x]=G(!0),_=Z(),M=Z(),[B,R]=G(!1),[$,F]=G(!1),{loadVideos:j,bffEventReport:N,loading:P,setPopupDetailData:A,ctaEvent:U,swiperRef:H,waterFallData:q,setOpenHashtag:te,appDomain:de,openHashtag:ce,loadingImage:X,isFromHashtag:ae,popupDetailData:V}=pe(),[z,Y]=G(null),he=Z(),{productView:fe}=He(),Oe=Q(()=>a.length>0&&!P&&Mn(),[a,P]),ge=re(()=>{if(a.length<=0)return;De();const L=location.search.slice(1),ie=yi.parse(L.replace(/\+/g,"%2B"));for(const ne in ie)ie[ne]=ie[ne].replace(/%2B/g,"+");const W=ne=>{var le;return(le=ie[ne])!==null&&le!==void 0?le:""};N?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:W("utm_source"),utmMedium:W("utm_medium"),utmCampaign:W("utm_campaign"),utmId:W("utm_id"),utmContent:W("utm_content"),enterTime:`${Date.now()}`,requestId:null}}),E(!0)},[N,a.length]),De=()=>{_.current=new Date,M.current=new Date,An()},Ge=Z();ee(()=>{if(!Ge.current&&!z){Ge.current=!0;const L=TCPlayer("player-container-id",{licenseUrl:m,controls:!1,autoplay:!1,loop:!1,muted:!0,preload:"auto",posterImage:!1,bigPlayButton:!0});L?.ready(()=>{Y(L)})}},[z,m]),ee(()=>{T||ge()},[ge,T]),ee(()=>{var L;const ie=a?.findIndex(W=>{var ne,le,ve,K,ue,me,be,Me,Le;return s==="\u591A\u5546\u54C1CTA"?((ne=W?.video)===null||ne===void 0?void 0:ne.bindProducts)&&((ve=(le=W?.video)===null||le===void 0?void 0:le.bindProducts)===null||ve===void 0?void 0:ve.length)>0:s==="\u5546\u54C1CTA"?(K=W?.video)===null||K===void 0?void 0:K.bindProduct:((me=(ue=W?.video)===null||ue===void 0?void 0:ue.bindCta)===null||me===void 0?void 0:me.itemId)===s&&(((be=W?.video)===null||be===void 0?void 0:be.url)||((Le=(Me=W?.video)===null||Me===void 0?void 0:Me.imgUrls)===null||Le===void 0?void 0:Le.length))})||0;(L=H?.current)===null||L===void 0||L.swiper.slideTo(ie)},[s,H]),ee(()=>{const L=a?.[S],ie=()=>{var W,ne,le,ve,K,ue,me,be,Me,Le,Je,Ke,Qe,Ze,We;if(document.visibilityState==="hidden"){rt.emit(Xe.PAGE_DID_HIDE,L),ye(L),$e(L);let Ve="";V&&(!((ne=(W=L?.video)===null||W===void 0?void 0:W.bindProducts)===null||ne===void 0)&&ne.length||!((le=L?.video)===null||le===void 0)&&le.bindProduct)?Ve="pdpPage":V&&o?.[(ue=(K=(ve=L.video)===null||ve===void 0?void 0:ve.bindCta)===null||K===void 0?void 0:K.itemId)!==null&&ue!==void 0?ue:""].item.type==="Appoint"?Ve="formPage":ae?Ve="hashTagPage":!((me=L?.video)===null||me===void 0)&&me.url?Ve="videoPage":!((be=L?.video)===null||be===void 0)&&be.imgUrls&&(!((Le=(Me=L?.video)===null||Me===void 0?void 0:Me.imgUrls)===null||Le===void 0)&&Le.length)?Ve="imagePage":L?.product&&(Ve="productPage"),N?.({eventInfo:{sessionDuration:Math.floor((new Date-_.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Je=L?.video)===null||Je===void 0?void 0:Je.itemId,productId:(Ke=L?.product)===null||Ke===void 0?void 0:Ke.itemId,position:S+"",fromKName:Ve,fromKPage:location?.href,ctatId:(We=(Ze=(Qe=L.video)===null||Qe===void 0?void 0:Qe.bindCta)===null||Ze===void 0?void 0:Ze.itemId)!==null&&We!==void 0?We:""}})}else document.visibilityState==="visible"&&(ge(),mi(S),rt.emit(Xe.PAGE_DID_SHOW,L))};return document.addEventListener("visibilitychange",ie),()=>{document.removeEventListener("visibilitychange",ie)}},[S,N,_,a,ge,V,ae,o]);const Ee=Q(()=>{let L=0;return t?.logoUrl&&t?.isShowLogo&&(L+=45),i-L},[t,i,f]),dt=Q(()=>t?.logoUrl&&t?.isShowLogo?v.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},v.createElement("img",{src:t?.logoUrl,alt:"logo"})):null,[t]),it=re((L,ie)=>{var W,ne,le,ve;return!((W=L.video)===null||W===void 0)&&W.url?v.createElement(Xs,{rec:L,index:ie,muted:k,data:a,height:Ee,activeIndex:S,videoPostConfig:t?.videoPost,videoRef:z}):!((ne=L.video)===null||ne===void 0)&&ne.imgUrls?v.createElement(Zs,{key:L.video.itemId,imgUrls:L.video.imgUrls,width:n,height:Ee,rec:L,index:ie,onReportViewImageEnd:ye,onViewImageStartEvent:mi,imgUrlsPostConfig:t?.imgUrlsPost}):L.product&&Array.isArray(t?.productPost)&&((le=t?.productPost)===null||le===void 0?void 0:le.length)>0?(ve=t?.productPost)===null||ve===void 0?void 0:ve.map((K,ue)=>{var me,be,Me,Le,Je,Ke,Qe,Ze;const We=l[(me=K?.item)===null||me===void 0?void 0:me.type],Ve=jt(We),Re=(be=We?.extend)===null||be===void 0?void 0:be.defaulSetting;return v.createElement(Ve,Object.assign({key:`${ie}${ue}`,textStyle:Object.assign(Object.assign({},Re?.textStyle),(Me=K?.item)===null||Me===void 0?void 0:Me.textStyle),bindDatas:(Je=(Le=K?.item)===null||Le===void 0?void 0:Le.bindDatas)!==null&&Je!==void 0?Je:[]},Re?.props,(Ke=K?.item)===null||Ke===void 0?void 0:Ke.props,{event:((Qe=K?.item)===null||Qe===void 0?void 0:Qe.event)||{},schema:y,id:K?.id,viewTime:M.current,rec:L,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},Re?.style),(Ze=K?.item)===null||Ze===void 0?void 0:Ze.style),{height:"100%",overflow:"auto"}),index:ie}))}):null},[n,a,Ee,k,S,t?.productPost,M,r,l,y,z]),nt=re(L=>{F(L)},[]),ct=Q(()=>$?{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"},[$]),ot=re((L,ie)=>{var W,ne,le,ve,K,ue,me;return L.video?v.createElement(v.Fragment,null,((W=L.video)===null||W===void 0?void 0:W.title)&&!$&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom"},v.createElement(cn,{nudge:c}),t?.isShowCTA===void 0||t?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(dn,{rec:L,index:ie,tempMap:o,resolver:l})):null,v.createElement("div",null,v.createElement(Mt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(le=(ne=L.video)===null||ne===void 0?void 0:ne.title)!==null&&le!==void 0?le:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:nt}),v.createElement(rn,{index:S,tags:(K=(ve=L?.video)===null||ve===void 0?void 0:ve.hashTags)!==null&&K!==void 0?K:[],itemId:(ue=L?.video)===null||ue===void 0?void 0:ue.itemId,itemType:!((me=L.video)===null||me===void 0)&&me.itemId?"VIDEO":null,rec:L,hashTagStyle:p})))):null},[e,S,o,l,r,c,p,t,nt,$,ct]),ut=re((L,ie)=>{var W,ne;if(!t?.isShowLike)return;let le=(W=t?.likeIconY)!==null&&W!==void 0?W:400;return q&&le<40&&(le+=40),L.video?v.createElement(ln,{key:L.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:L.isCollected,recData:L,className:"clc-sxp-like-button",style:{top:le,right:(ne=t?.likeIconX)!==null&&ne!==void 0?ne:0},position:ie}):null},[t,q]),ye=L=>{var ie,W,ne,le,ve,K;if(!(!((ie=L.video)===null||ie===void 0)&&ie.url)&&(!((W=L.video)===null||W===void 0)&&W.imgUrls)){const ue=Date.now(),me=(ue-C.current)/1e3;N?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(le=(ne=L.video)===null||ne===void 0?void 0:ne.itemId)!==null&&le!==void 0?le:"",contentName:(ve=L.video.title)!==null&&ve!==void 0?ve:"",imageEndTime:`${ue}`,playDuration:`${me}`,contentTags:JSON.stringify((K=L.video.tags)!==null&&K!==void 0?K:[]),position:S+"",contentFormat:"image",traceInfo:L.video.traceInfo}})}},Nt=L=>{var ie,W,ne,le,ve,K,ue,me;M.current=new Date;const be=a[L.previousIndex];be&&(L.previousIndex-L.activeIndex<0?(N?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(W=(ie=be.video)===null||ie===void 0?void 0:ie.itemId)!==null&&W!==void 0?W:"",productId:(le=(ne=be.product)===null||ne===void 0?void 0:ne.itemId)!==null&&le!==void 0?le:"",requestId:null}}),ye(be)):(N?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(K=(ve=be.video)===null||ve===void 0?void 0:ve.itemId)!==null&&K!==void 0?K:"",productId:(me=(ue=be.product)===null||ue===void 0?void 0:ue.itemId)!==null&&me!==void 0?me:"",requestId:null}}),ye(be)),$e(be))},$e=L=>{var ie,W,ne;!(!((ie=L?.video)===null||ie===void 0)&&ie.url)&&!(!((W=L?.video)===null||W===void 0)&&W.imgUrls)&&L?.product&&fe(L,L.product,(ne=L?.product)===null||ne===void 0?void 0:ne.bindCta,M.current,S)};ee(()=>{const L=a[S];ce&&$e(L)},[ce,a,S]);const mi=L=>{var ie,W,ne,le,ve,K;const ue=a[L];if(!(!((ie=ue?.video)===null||ie===void 0)&&ie.url)&&(!((W=ue?.video)===null||W===void 0)&&W.imgUrls)){const me=Date.now();C.current=me,N?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(le=(ne=ue.video)===null||ne===void 0?void 0:ne.itemId)!==null&&le!==void 0?le:"",contentName:(ve=ue.video.title)!==null&&ve!==void 0?ve:"",imageStartTime:`${me}`,contentTags:JSON.stringify((K=ue.video.tags)!==null&&K!==void 0?K:[]),position:L+"",contentFormat:"image",traceInfo:ue.video.traceInfo}})}},bt=Q(()=>{const L=a?.map((ie,W)=>S===W||W-1===S||W+1===S?ie:null);return q?L:L.concat([{loading:!0}])},[a,S,q]),vn=Q(()=>P?v.createElement("div",{style:{height:Ee,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:X,alt:"loading...",style:{objectFit:"contain"}})):bt?.map((L,ie)=>v.createElement(ze,{key:ie,virtualIndex:ie},L&&v.createElement(v.Fragment,null,L?.loading?v.createElement("div",{style:{height:Ee,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:X,alt:"loading...",style:{objectFit:"contain"}})):v.createElement(v.Fragment,null,it(L,ie),ot(L,ie),ut(L,ie))))),[n,a,Ee,P,ot,it,bt,X]),fn=_e("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),mn=_e("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png");return v.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},q&&v.createElement(nn,{icon:ta,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},onClose:()=>{te?.(!0)}}),dt,Oe?v.createElement(Ks,{imageUrl:t?.swipeTipIcon}):null,v.createElement(tt,{ref:H,onSlideChange:()=>{H.current.swiper.allowTouchMove=!1,setTimeout(()=>{H.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:L=>{O(L.activeIndex),!ce&&(Nt(L),!q&&L?.activeIndex+2>=a?.length&&(B||(R(!0),j?.(Math.ceil(S/10)+1).then(()=>{R(!1)}))))},direction:"vertical",height:Ee},v.createElement(sn,{style:{position:"fixed",right:(g=t?.muteIconX)!==null&&g!==void 0?g:0,visibility:!((D=(b=a?.[S])===null||b===void 0?void 0:b.video)===null||D===void 0)&&D.url?"visible":"hidden",bottom:(u=t?.muteIconY)!==null&&u!==void 0?u:23,zIndex:999},defaultValue:k,activeIcon:t?.unMuteIcon?t?.unMuteIcon:fn,unactiveIcon:t?.muteIcon?t?.muteIcon:mn,onChange:x}),vn),v.createElement(on,Object.assign({},(I=(h=(w=t?.hashTag)===null||w===void 0?void 0:w[0])===null||h===void 0?void 0:h.item)===null||I===void 0?void 0:I.props)),v.createElement("div",{style:{position:"absolute",zIndex:-100}},v.createElement("video",{ref:he,id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),v.createElement("div",{id:"player-container-id-copy"})))},pi="FOR U",na=({tagList:t=[],setActiveIndex:e})=>{const[i,n]=G(pi),{getRecommendVideos:o,setRtcList:l,setCacheRtcList:a,setCacheActiveIndex:s,setLoading:r,swiperRef:c}=pe(),d=Q(()=>[pi,...t],[t]),p=f=>()=>{if(f===i)return;let m;f!==pi&&(m=f),r?.(!0),o?.({hashTag:m}).then(g=>{var b,D,u,w;l?.((b=g?.recList)!==null&&b!==void 0?b:[]),a?.((D=g?.recList)!==null&&D!==void 0?D:[]),e?.(0),s?.(0),(w=(u=c?.current)===null||u===void 0?void 0:u.swiper)===null||w===void 0||w.slideTo(0)}).finally(()=>{r?.(!1)}),n(f)};return t.length<=0?null:v.createElement("div",{className:"clc-sxp-tagbar"},v.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},d.map(f=>v.createElement("li",{className:`clc-sxp-tagbar-list-item ${f===i?"clc-sxp-tagbar-list-item-active":""}`,key:f,onClick:p(f)},f))))};var oa=se(na);const la=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:o,index:l})=>v.createElement(tt,{defaultValue:0,direction:"horizontal",modules:[_t,kt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(a=>v.createElement(ze,{key:a},v.createElement(an,{src:a,height:i,imgUrlsPostConfig:n}))));var sa=se(la);const aa=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l,videoPostConfig:a,width:s})=>{const[r,c]=G(!1),d=Z(null),{bffEventReport:p,sxpParameter:f,waterFallData:m,openHashtag:g}=pe(),b=Z(0),[D,u]=G(!1),[w,h]=G(!0),I=Z(null),[y,S]=G("");ee(()=>{d.current&&(d.current.muted=o)},[o]);const O=re(()=>{var j;(j=d.current)===null||j===void 0||j.play()},[]),C=_e("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),T=re(()=>{var j,N,P,A,U,H,q,te,de,ce,X,ae,V;c(!1);const z=n[e];if(z&&(!((j=d?.current)===null||j===void 0)&&j.duration)){b.current=((N=d?.current)===null||N===void 0?void 0:N.currentTime)||0;const Y=((A=(P=d.current)===null||P===void 0?void 0:P.duration)!==null&&A!==void 0?A:0).toFixed(2),he=((H=(U=d.current)===null||U===void 0?void 0:U.currentTime)!==null&&H!==void 0?H:0).toFixed(2),fe=w?"0":"1";p?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(te=(q=z.video)===null||q===void 0?void 0:q.itemId)!==null&&te!==void 0?te:"",contentName:(ce=(de=z.video)===null||de===void 0?void 0:de.title)!==null&&ce!==void 0?ce:"",playType:fe,startTime:he,videoDuration:Y,contentTags:JSON.stringify((ae=(X=z.video)===null||X===void 0?void 0:X.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(V=z.video)===null||V===void 0?void 0:V.traceInfo}}),h(!1)}},[p,n,e,w]),E=re(()=>{u(!0)},[]),k=re(j=>()=>{var N,P,A,U,H;if(!D)return;const q=(N=d.current)===null||N===void 0?void 0:N.paused;switch(j){case"start":if(!q)return;(P=d.current)===null||P===void 0||P.play(),c(!1);break;case"pause":if(q)return;(A=d.current)===null||A===void 0||A.pause(),c(!0);break;default:q?(U=d.current)===null||U===void 0||U.play():(H=d.current)===null||H===void 0||H.pause(),c(!q);break}},[D]),x=re(()=>{var j,N,P,A,U,H,q,te,de,ce,X,ae,V;const z=n[e],Y=((N=(j=d.current)===null||j===void 0?void 0:j.duration)!==null&&N!==void 0?N:0).toFixed(2),he=((A=(P=d.current)===null||P===void 0?void 0:P.currentTime)!==null&&A!==void 0?A:0).toFixed(2);if(!((U=d?.current)===null||U===void 0)&&U.duration){const fe=(((H=d?.current)===null||H===void 0?void 0:H.currentTime)-b.current).toFixed(2);p?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(te=(q=z.video)===null||q===void 0?void 0:q.itemId)!==null&&te!==void 0?te:"",contentName:(ce=(de=z.video)===null||de===void 0?void 0:de.title)!==null&&ce!==void 0?ce:"",endTime:he,videoDuration:Y,playDuration:fe,contentTags:JSON.stringify((ae=(X=z.video)===null||X===void 0?void 0:X.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(V=z.video)===null||V===void 0?void 0:V.traceInfo}})}},[n,e,p]),_=Q(()=>a?.mode==="2",[a]),M=Q(()=>{var j;return a?.mode==="2"?`translateY(-${50+((j=a?.offsetTop)!==null&&j!==void 0?j:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),B=Q(()=>{var j;return((j=t?.video)===null||j===void 0?void 0:j.cover)||y},[y,t]),R=re(()=>{if(!I||!d||!d.current||!I.current)return;const j=d?.current,N=I?.current,P=N.getContext("2d"),A=window?.innerWidth,U=window?.innerHeight;N.height=U,N.width=A,P?.drawImage(j,0,0,N.width,N.height),S(N.toDataURL())},[]);ee(()=>{var j,N,P,A;if(d.current){if(c(!1),!d.current.src){const U=t.video.url;if(U.includes(".m3u8"))if(Si.isSupported()){const H=new Si;H.loadSource(U),H.attachMedia(d.current)}else d.current.canPlayType("application/vnd.apple.mpegurl"),d.current.src=U;else d.current.src=U;d.current.setAttribute("x5-playsinline","true"),d.current.setAttribute("webkit-playsinline","true")}return(j=d.current)===null||j===void 0||j.addEventListener("loadedmetadata",E),(N=d.current)===null||N===void 0||N.addEventListener("canplay",E),(P=d.current)===null||P===void 0||P.addEventListener("playing",T),(A=d.current)===null||A===void 0||A.addEventListener("loadeddata",R),()=>{var U,H,q,te;(U=d.current)===null||U===void 0||U.removeEventListener("loadedmetadata",E),(H=d.current)===null||H===void 0||H.removeEventListener("canplay",E),(q=d.current)===null||q===void 0||q.removeEventListener("playing",T),(te=d.current)===null||te===void 0||te.removeEventListener("loadeddata",R)}}},[E,T,t.video,R]);const $=Q(()=>!f?.placeholder_image||D?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image}),[D,f?.placeholder_image]);ee(()=>{const j=()=>{var N,P;l===e&&(!((N=t?.video)===null||N===void 0)&&N.url)&&(!((P=d?.current)===null||P===void 0)&&P.src)&&!r&&k("pause")()};return window.addEventListener("beforeunload",j),()=>{window.removeEventListener("beforeunload",j)}},[l,e,t,d,k,r]);const F=Q(()=>_?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[_]);return t.video?v.createElement(v.Fragment,null,_?v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:k(),style:{position:"relative",width:s,height:i,overflow:"hidden"}},v.createElement(Ae,{src:B,style:Object.assign({height:i,width:s,objectFit:"cover"},F)}),v.createElement("canvas",{ref:I,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:s,height:i,top:"50%",transform:M,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:s,height:"100%"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:x,onEnded:O,style:{width:"100%",height:i,objectFit:"contain"}}),v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:C}))),$):v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:k(),style:{position:"relative",width:s,height:i,overflow:"hidden"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:x,onEnded:O}),$,v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:C}))):null};var ra=se(aa);const vi={};Object.values(ui).forEach(t=>{vi[t.extend.type]=t});const da="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",ca="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",ua=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:o,descStyle:l,hashTagStyle:a,containerHeight:s=664,containerWidth:r=375,appDomain:c,tagList:d=[]})=>{const p=Q(()=>{let S=0;return e?.logoUrl&&e?.isShowLogo&&(S+=45),d.length>0&&(S+=45),s-S},[e,s,d]),f=(S,O)=>{var C,T,E,k;if(!((C=S.video)===null||C===void 0)&&C.url)return v.createElement(ra,{rec:S,index:O,muted:!0,width:r,data:t??[],height:p,activeIndex:O,videoPostConfig:e?.videoPost});if(!((T=S.video)===null||T===void 0)&&T.imgUrls)return v.createElement(sa,{key:S.video.itemId,imgUrls:S.video.imgUrls,width:r,height:p,rec:S,index:O,imgUrlsPostConfig:e?.imgUrlsPost});if(S.product&&S.product&&Array.isArray(e?.productPost)&&((E=e?.productPost)===null||E===void 0?void 0:E.length)>0)return(k=e?.productPost)===null||k===void 0?void 0:k.map((x,_)=>{var M,B,R,$,F,j,N,P;const A=vi[(M=x?.item)===null||M===void 0?void 0:M.type],U=jt(A),H=(B=A?.extend)===null||B===void 0?void 0:B.defaulSetting;return v.createElement(U,Object.assign({key:`${O}${_}`,textStyle:Object.assign(Object.assign({},H?.textStyle),(R=x?.item)===null||R===void 0?void 0:R.textStyle),bindDatas:(F=($=x?.item)===null||$===void 0?void 0:$.bindDatas)!==null&&F!==void 0?F:[]},H?.props,(j=x?.item)===null||j===void 0?void 0:j.props,{event:((N=x?.item)===null||N===void 0?void 0:N.event)||{},id:x?.id,rec:S,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},H?.style),(P=x?.item)===null||P===void 0?void 0:P.style),{width:r,height:p,overflow:"auto"}),index:O}))})},m=Q(()=>e?.logoUrl&&e?.isShowLogo?v.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},v.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),g=(S,O)=>e?.isShowCTA===void 0||e?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(dn,{rec:S,index:O,tempMap:o,resolver:vi})):null,b=(S,O)=>{var C,T,E,k,x,_,M;return S.video?v.createElement(v.Fragment,null,((C=S.video)===null||C===void 0?void 0:C.title)&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom"},v.createElement(cn,{nudge:n}),g(S,O),v.createElement("div",null,v.createElement(Mt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(E=(T=S.video)===null||T===void 0?void 0:T.title)!==null&&E!==void 0?E:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),v.createElement(rn,{index:O,tags:(x=(k=S?.video)===null||k===void 0?void 0:k.hashTags)!==null&&x!==void 0?x:[],itemId:(_=S?.video)===null||_===void 0?void 0:_.itemId,itemType:!((M=S.video)===null||M===void 0)&&M.itemId?"VIDEO":null,rec:S,hashTagStyle:a}))):null},D=_e(ca,c),u=_e(da,c),w=(S,O)=>{var C,T,E,k;if(!e?.isShowLike)return;let x=(C=e?.likeIconY)!==null&&C!==void 0?C:400;return x<40&&(x+=40),S.video?v.createElement(ln,{key:S.position,activeIcon:(T=e?.likeIcon)!==null&&T!==void 0?T:D,unActicveIcon:(E=e?.unlikeIcon)!==null&&E!==void 0?E:u,position:O,active:S.isCollected,recData:S,className:"clc-sxp-like-button",style:{top:x,right:(k=e?.likeIconX)!==null&&k!==void 0?k:0}}):null},h=_e("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",c),I=_e("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",c),y=(S,O)=>{var C,T,E,k;return v.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},m,v.createElement(oa,{tagList:d}),v.createElement(sn,{style:{position:"absolute",right:(C=e?.muteIconX)!==null&&C!==void 0?C:0,visibility:!((E=(T=t?.[O])===null||T===void 0?void 0:T.video)===null||E===void 0)&&E.url?"visible":"hidden",bottom:(k=e?.muteIconY)!==null&&k!==void 0?k:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:h,unactiveIcon:e?.muteIcon?e?.muteIcon:I}),f(S,O),b(S,O),w(S,O))};return v.createElement("div",{className:J({width:"100%",height:s,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((S,O)=>y(S,O)))};var pa=se(ua);const va=()=>{const{schema:t,resolver:e,popup:i}=Fe(),{setPopupDetailData:n,popupDetailData:o,bffEventReport:l}=pe(),{productView:a}=He(),[s,r]=G(),c=Z(null);ee(()=>{const f=()=>{c.current=new Date};return f(),window.addEventListener("pageshow",f),()=>{window.removeEventListener("pageshow",f)}},[]),ee(()=>{i&&i?.id&&i?.id!==""&&(c.current=new Date,r(i))},[i]);const d=()=>{var f,m,g,b;if(!i||i?.id===""||!s||new Date-c.current<((f=i?.duration)!==null&&f!==void 0?f:0))return;r(Object.assign(Object.assign({},i),{id:""}));const D=o,u=(m=D?.video)===null||m===void 0?void 0:m.bindProduct,w=(b=(g=D?.video)===null||g===void 0?void 0:g.bindProduct)===null||b===void 0?void 0:b.bindCta;u&&w&&a(D,u,w,c.current,o?.index),setTimeout(()=>{window?.sxpPopup(""),n?.(null)},i?.duration)},p=Q(()=>{var f,m,g;return(g=(m=(f=t?.sxpPageConf)===null||f===void 0?void 0:f.globalConfig)===null||m===void 0?void 0:m.popupList)===null||g===void 0?void 0:g.map((b,D)=>{var u,w,h,I,y,S,O,C;if(b?.id===i?.id){const T=e[(u=b?.item)===null||u===void 0?void 0:u.type],E=jt(T),k=(w=T?.extend)===null||w===void 0?void 0:w.defaulSetting;return v.createElement(E,Object.assign({key:D,style:Object.assign(Object.assign(Object.assign({},k?.style),(h=b?.item)===null||h===void 0?void 0:h.style),{width:"100%",height:"80vh",overflow:"auto"}),textStyle:Object.assign(Object.assign({},k?.textStyle),(I=b?.item)===null||I===void 0?void 0:I.textStyle),bindDatas:(S=(y=b?.item)===null||y===void 0?void 0:y.bindDatas)!==null&&S!==void 0?S:[]},k?.props,(O=b?.item)===null||O===void 0?void 0:O.props,{event:((C=b?.item)===null||C===void 0?void 0:C.event)||{},schema:t,id:b?.id}))}else return v.createElement(v.Fragment,null)})},[t,i,e]);return v.createElement(Ot,{popup:s,onClose:d,padding:0,modalStyle:{position:"fixed"}},p)},fi={};Object.values(ui).forEach(t=>{fi[t.extend.type]=t});const fa=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:o,appDomain:l,licenseUrl:a})=>{var s,r,c,d,p,f;const m=Q(()=>{var g;return location?.search?(g=location?.search)===null||g===void 0?void 0:g.replace("?",""):""},[]);return v.createElement(Mi,{resolver:fi,enableDataSource:!1,schema:t?.data,utmVal:m},v.createElement(ki,{utmVal:m,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(r=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.personalized_recommend)!==null&&r!==void 0?r:e,defaultSize:(d=(c=t?.sxp_parameter)===null||c===void 0?void 0:c.default_recommend)!==null&&d!==void 0?d:i,hashTagSize:(f=(p=t?.sxp_parameter)===null||p===void 0?void 0:p.hash_tag_size)!==null&&f!==void 0?f:n,loadingImage:o,appDomain:l,render:({rtcList:g,tagList:b})=>{var D;return v.createElement(v.Fragment,null,v.createElement(un,Object.assign({},(D=t?.data)===null||D===void 0?void 0:D.sxpPageConf,{tagList:b,data:g,resolver:fi,licenseUrl:a})),v.createElement(va,null))}}))};var ma=se(fa);const pn=ft({}),ha=({children:t,data:e})=>{var i,n,o,l,a,s;const[r,c]=G(!1);return v.createElement(pn.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:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.hash_tag_size,loadingImage:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.loading_image},appDomain:e?.appDomain,openHashtag:r,setOpenHashtag:c}},t)};function ga(){return vt(pn)}export{pa as DiyPortalPreview,ha as EditorDataProvider,Ot as Modal,ki as SxpDataSourceProvider,ma as SxpPageCore,un as SxpPageRender,zn as core,Dn as default,Rn as defaultSetting,ui as materials,ga as useEditorDataProvider};
5
+ 18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:S?.info})))},ae=()=>{var q;return v.createElement(v.Fragment,null,(g||M?.link)&&v.createElement("button",{onClick:F,className:"pb-commondity-btn",style:O},(q=D?.enTitle)!==null&&q!==void 0?q:"Purchase on Website"))};return v.createElement("div",{className:"pb-commondity"},v.createElement("div",Object.assign({className:J(Object.assign({},p))},T),M&&((a=M?.homePage)===null||a===void 0?void 0:a.length)>0&&v.createElement(ot,{height:ne,modules:[Pt,Ot],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:y?.dotsAlign==="left"?"commondityDetail-swiper-clickable-left":"commondityDetail-swiper-clickable-center"},loop:!0,autoplay:{delay:y?.delay*1e3}},(s=M?.homePage)===null||s===void 0?void 0:s.map(q=>v.createElement(Re,{key:q},v.createElement("div",{style:{overflow:"hidden",width:ne,height:ne}},v.createElement(Me,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block"},src:q}))))),!(!((r=M?.homePage)===null||r===void 0)&&r.length)&&v.createElement("div",{className:J({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},v.createElement("img",{className:J({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(c=x?.bottom_image)!==null&&c!==void 0?c:C,alt:""})),v.createElement("div",{className:"pb-commondity-content"},pe({isPost:w}))),ae(),v.createElement(Nt,{visible:R,onClose:()=>N(!1)},v.createElement("div",{style:{paddingBottom:"80px"}},pe({isPost:!1})),ae()))};var Al=ce(kl);const Pl=ke(Al,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Wn},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000"},info:{color:"gray",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"}},style:{}},w:100,h:40,sort:1});var Ol=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ml=[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Text",label:"\u6309\u94AE\u6587\u6848",name:["props","btnText"]}],tn="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 Ll=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:o,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return o&&o.length>0?(e=o[0])===null||e===void 0?void 0:e.url:null}},Nl=t=>{var{content:e,btnText:i,style:n,icon:o,onClick:l}=t,a=Te(t,["content","btnText","style","icon","onClick"]);const s=typeof o=="string"?o:Ll(o),r=()=>{window?.sxpPopup(""),l?.()};return v.createElement("div",Object.assign({className:`pb-prompt ${J(Object.assign({},n))}`},a),v.createElement("div",{className:"pb-prompt-icon"},v.createElement("img",{width:"100%",src:s??tn})),v.createElement("div",{className:"pb-prompt-content"},e),v.createElement("button",{className:"pb-prompt-btn",onClick:r},i))};var jl=ce(Nl);const Bl=ke(jl,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Ml,bindableProps:[],interactionRender:Ol},defaulSetting:{props:{icon:tn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var si,ai,zl=[{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"}]},{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:"Color",name:["color"]},{type:"Select",options:le,name:["fontFamily"],initialValue:(si=le?.[0])===null||si===void 0?void 0:si.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:le,initialValue:(ai=le?.[0])===null||ai===void 0?void 0:ai.value},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];const Vl=t=>{var e,i,n,o,l,a,s,r,c,d,p,m,{style:f,isDefault:h,rec:g,viewTime:C,isPost:u,bottom_image:w,tipText:b,swiper:E,commodityStyles:y,buttonStyle:S,index:O}=t,_=Te(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index"]);G(!0);const{sxpParameter:T}=fe(),{popupDetailData:x,bffEventReport:A,isPreview:I,swiperRef:k,bffFbReport:P}=fe(),{jumpToWeb:j,productView:V}=Ge(),$=ee(null);ee(null),ee(null),G(!1),G(!1),G(!0);const[R,N]=G(!1),B=ee(null),M=u?g:x,D=u?M?.product:(e=M?.video)===null||e===void 0?void 0:e.bindProduct,Y=u?(i=M?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=M?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,F=u?O:x?.index,U=()=>{D?.link&&(j(M,D,Y,F),u||V(M,D,Y,C||B.current,F),window.location.href=window.getJointUtmLink(D.link))};K(()=>{u||P?.({eventName:"ProductView"})},[u,P]),K(()=>{const q=()=>{B.current=new Date};return q(),window.addEventListener("pageshow",q),()=>{window.removeEventListener("pageshow",q)}},[]);const ne=Z(()=>{var q,se,re,te,z;return D?.currency&&D?.price?`${(re=(se=(q=D?.currency)===null||q===void 0?void 0:q.split("-")[1])===null||se===void 0?void 0:se.toUpperCase())!==null&&re!==void 0?re:""}${(z=(te=D?.price)===null||te===void 0?void 0:te.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&z!==void 0?z:""}`:"\xA3102,300.00"},[D?.price,D?.currency]),pe=I?375:(l=f?.width)!==null&&l!==void 0?l:window.innerWidth,ae=({isPost:q})=>v.createElement("div",{hidden:!!D&&(!D?.info||D?.info==="")},v.createElement(jt,{isPost:q,onClick:()=>N(!0),className:"pb-commondityDiroNew-info",style:y?.info,foldText:b?.foldText,unfoldText:b?.unfoldText,text:D?.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`}));return v.createElement("div",{className:"pb-commondityDiroNew"},v.createElement("div",Object.assign({ref:$,className:J(Object.assign({},f))},_),D&&((a=D?.homePage)===null||a===void 0?void 0:a.length)>0&&v.createElement(ot,{height:pe,modules:[Pt,Ot],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:E?.dotsAlign==="left"?"commondityDiroNew-swiper-clickable-left":"commondityDiroNew-swiper-clickable-center"},loop:!0,autoplay:{delay:E?.delay*1e3}},(s=D?.homePage)===null||s===void 0?void 0:s.map(q=>v.createElement(Re,{key:q},v.createElement("div",{style:{overflow:"hidden",width:pe,height:pe}},v.createElement(Me,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block"},src:q}))))),!(!((r=D?.homePage)===null||r===void 0)&&r.length)&&v.createElement("div",{className:J({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},v.createElement("img",{className:J({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(c=T?.bottom_image)!==null&&c!==void 0?c:w,alt:""})),v.createElement("div",{className:"pb-commondityDiroNew-content"},v.createElement("div",{className:"pb-commondityDiroNew-content-top"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:y?.title},(d=D?.title)!==null&&d!==void 0?d:"Large Dior Toujours Bag"),v.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!D&&(!D?.collection||D?.collection===""),style:y?.collection},D?.collection||"Black Macrocannage Calfskin")),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!D&&!D?.price,style:y?.price},ne),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!D&&!D?.taxInfo,style:y?.taxInfo},(p=D?.taxInfo)!==null&&p!==void 0?p:"\u7A0E\u8D39"))),(!D||D?.link)&&v.createElement("button",{onClick:U,className:"pb-commondityDiroNew-btn",style:S},(m=Y?.enTitle)!==null&&m!==void 0?m:"Shop now"),ae({isPost:u}))),v.createElement(Nt,{visible:R,onClose:()=>N(!1)},ae({isPost:!1})))};var Rl=ce(Vl);const Fl=ke(Rl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:zl},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16}},style:{}},w:100,h:40,sort:1});var ri,di,Le=[{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"]}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Select",options:le,name:["props","ctaTempStyles","title","fontFamily"],initialValue:(ri=le?.[0])===null||ri===void 0?void 0:ri.value},{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:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Select",options:le,name:["props","ctaTempStyles","ctaTitle","fontFamily"],initialValue:(di=le?.[0])===null||di===void 0?void 0:di.value},{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"]}]}],Hl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];function nn(t){const e=ee(null),[i,n]=G(!1);return K(()=>{e.current=new IntersectionObserver(([o])=>{n(o.isIntersecting)})},[]),K(()=>{var o;return t?.current&&((o=e?.current)===null||o===void 0||o.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const Ul=t=>{var{rec:e,children:i,className:n,onClick:o,style:l,isExternalLink:a=!1,index:s}=t;Te(t,["rec","children","className","onClick","style","isExternalLink","index"]);const r=ee(null),c=nn(r),{popup:d}=Ue(),{setPopupDetailData:p,ctaEvent:m}=fe(),{jumpToWeb:f}=Ge();K(()=>{var g,C;if(c&&r?.current){const u=(C=(g=e?.video)===null||g===void 0?void 0:g.bindProduct)!==null&&C!==void 0?C:e?.video;m?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,u,s)}},[c,r,e,m,s]);const h=xt(()=>{var g,C,u,w,b,E,y,S,O,_;const T=(C=(g=e?.video)===null||g===void 0?void 0:g.bindProduct)!==null&&C!==void 0?C:e?.video;if(m?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,T,s),p?.(Object.assign(Object.assign({},e),{index:s})),a){if(!((w=(u=e?.video)===null||u===void 0?void 0:u.bindProduct)===null||w===void 0)&&w.link){const x=(b=e?.video)===null||b===void 0?void 0:b.bindCta,A=(E=e?.video)===null||E===void 0?void 0:E.bindProduct;f(e,A,x,s),window.location.href=(S=(y=e?.video)===null||y===void 0?void 0:y.bindProduct)===null||S===void 0?void 0:S.link,window.location.href=window.getJointUtmLink((_=(O=e?.video)===null||O===void 0?void 0:O.bindProduct)===null||_===void 0?void 0:_.link)}}else o?.()},d?.duration);return v.createElement("div",{ref:r,className:n,style:l,onClick:h},i)};var wt=ce(Ul),Gl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const $l=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:m,ctaTempStyles:f,isExternalLink:h}=t,g=Te(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:C}=fe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:m;return v.createElement(wt,Object.assign({isExternalLink:h,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},g),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},v.createElement(Me,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Gl["tow-line-ellipsis"],style:f?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop Now")))};var Wl=ce($l);const ql=ke(Wl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:Hl,bindableProps:[],settingRender:Le},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 Yl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Xl=t=>{var e,i,n,o,{content:l,style:a,bgImg:s,recData:r,bottom_image:c,ctaTempStyles:d,isExternalLink:p}=t,m=Te(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:f}=fe(),h=(e=r?.video)===null||e===void 0?void 0:e.bindCta;return v.createElement(wt,Object.assign({isExternalLink:p,rec:r,className:J(Object.assign({alignItems:"center"},a)),style:{display:"flex"}},m),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d?.img))},v.createElement("img",{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:(n=(i=h?.icon)!==null&&i!==void 0?i:f?.bottom_image)!==null&&n!==void 0?n:c,alt:""})),v.createElement("div",{className:J(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},d?.ctaTitle))},(o=h?.enTitle)!==null&&o!==void 0?o:"Product Name"))};var Jl=ce(Xl);const Kl=ke(Jl,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:Yl,settingRender:Le?.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 Ql={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU"};const Zl=t=>{var e,i,n,o,l,{content:a,style:s,bgImg:r,recData:c,bottom_image:d,ctaTempStyles:p,index:m}=t,f=Te(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index"]);const{sxpParameter:h,bffEventReport:g}=fe(),{jumpToWeb:C}=Ge(),u=(e=c?.video)===null||e===void 0?void 0:e.bindCta,w=(i=c?.video)===null||i===void 0?void 0:i.bindProduct,b=()=>{u?.link&&(C(c,w,u,m),window.location.href=window.getJointUtmLink(u.link))};return v.createElement(wt,Object.assign({index:m,rec:c,className:J(Object.assign({alignItems:"center"},s)),style:{display:"flex"}},f,{onClick:b}),v.createElement("div",{className:J(Object.assign({backgroundColor:"#f2f2f2",overflow:"hidden",flexShrink:0},p?.img))},v.createElement(Me,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:(o=(n=u?.icon)!==null&&n!==void 0?n:h?.bottom_image)!==null&&o!==void 0?o:d})),v.createElement("div",{className:J({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Ql["tow-line-ellipsis"],style:p?.ctaTitle},(l=u?.enTitle)!==null&&l!==void 0?l:"Product Name")))};var es=ce(Zl);const ts=ke(es,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:Le?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var is=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ns={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const os=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:m,ctaTempStyles:f,isExternalLink:h}=t,g=Te(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:C}=fe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:m;return v.createElement(wt,Object.assign({isExternalLink:h,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},g),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},v.createElement(Me,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:ns["tow-line-ellipsis"],style:f?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},f?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop Now")))};var ls=ce(os);const ss=ke(ls,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:is,settingRender:Le,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 as=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],rs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const ds=t=>{var e,i,n,o,l,a,s,{content:r,style:c,bgImg:d,recData:p,bottom_image:m,ctaTempStyles:f,isExternalLink:h}=t,g=Te(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink"]);const{sxpParameter:C}=fe(),u=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,w=(o=(n=(i=u?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:m;return v.createElement(wt,Object.assign({isExternalLink:h,rec:p,className:J(Object.assign({},c)),style:{display:"flex"}},g),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},v.createElement(Me,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:w})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},v.createElement("div",{className:rs["tow-line-ellipsis"],style:f?.title},(l=u?.title)!==null&&l!==void 0?l:"Product Name"),v.createElement("div",{className:J(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(s=(a=u?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&s!==void 0?s:"Shop now")))};var cs=ce(ds);const us=ke(cs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:as,bindableProps:[],settingRender:Le},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 ps=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const vs=({children:t,isPadding:e=!0})=>v.createElement(ot,{direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[no,io,to],style:{padding:e?"0 12px 0 20px":0}},t);var Bt=ce(vs);const fs=({src:t,rec:e,item:i,index:n})=>{const o=ee(null),l=nn(o),{ctaEvent:a}=fe();return K(()=>{l&&t&&o?.current&&a?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[l,t,o,e,a,i,n]),v.createElement("div",{ref:o,hidden:!t,className:J({width:"100%",height:"100%"})},v.createElement(Me,{className:J({width:"100%",objectFit:"cover",height:"100%",display:"block"}),src:t}))};var ci=ce(fs),ms={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const hs=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,m=Te(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{ctaEvent:f,setPopupDetailData:h,sxpParameter:g}=fe(),{popup:C}=Ue(),{jumpToWeb:u}=Ge(),[w,b]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),E=xt(y=>{f?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(u(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},C?.duration);return v.createElement(Bt,{isPadding:!!a},w?.map(y=>{var S,O,_,T,x,A;return v.createElement(Re,Object.assign({hidden:a&&!y?.bindCta,key:y?.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>E(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ci,{src:(_=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:g?.bottom_image)!==null&&_!==void 0?_:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:ms["two-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},c?.ctaTitle))},(A=(x=y?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&A!==void 0?A:"Shop Now")))}))};var gs=ce(hs);const bs=ke(gs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:ps,bindableProps:[],settingRender:Le},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 ys=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ws={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const Ss=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,m=Te(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:f}=fe(),{ctaEvent:h,setPopupDetailData:g}=fe(),{popup:C}=Ue(),[u,w]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:b}=Ge(),E=xt(y=>{h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),g?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(b(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},C?.duration);return v.createElement(Bt,{isPadding:!!a},u?.map(y=>{var S,O,_,T,x,A;return v.createElement(Re,Object.assign({hidden:a&&!y?.bindCta,key:y.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>E(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ci,{src:(_=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:f?.bottom_image)!==null&&_!==void 0?_:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:ws["two-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(A=(x=y?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&A!==void 0?A:"Shop Now")))}))};var Ts=ce(Ss);const xs=ke(Ts,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:ys,settingRender:Le,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 Es=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Is={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Cs=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:s,bottom_image:r,ctaTempStyles:c,isExternalLink:d,index:p}=t,m=Te(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index"]);const{ctaEvent:f,setPopupDetailData:h,sxpParameter:g}=fe(),{popup:C}=Ue(),{jumpToWeb:u}=Ge(),[w,b]=G((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),E=xt(y=>{f?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,y,p),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:y}),index:p})),d?y?.link&&(u(a,y,y.bindCta,p),window.location.href=window.getJointUtmLink(y.link)):s?.()},C?.duration);return v.createElement(Bt,{isPadding:!!a},w?.map(y=>{var S,O,_,T,x,A;return v.createElement(Re,Object.assign({hidden:a&&!y?.bindCta,key:y?.itemId,className:J(Object.assign(Object.assign({},o),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>E(y)}),v.createElement("div",{className:J(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},v.createElement(ci,{src:(_=(O=(S=y?.homePage)===null||S===void 0?void 0:S[0])!==null&&O!==void 0?O:g?.bottom_image)!==null&&_!==void 0?_:r,rec:a,item:y,index:p})),v.createElement("div",{className:J({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},v.createElement("div",{className:Is["tow-line-ellipsis"],style:c?.title},(T=y?.title)!==null&&T!==void 0?T:"Product Name"),v.createElement("div",{className:J(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(A=(x=y?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&A!==void 0?A:"Shop now")))}))};var Ds=ce(Cs);const _s=ke(Ds,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Es,bindableProps:[],settingRender:Le},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 ui,pi,ks=[{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u6587\u672C\u884C\u6570",name:["props","lineClamp"]},{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"}]},{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:"Color",name:["color"]},{type:"Select",options:le,name:["fontFamily"],initialValue:(ui=le?.[0])===null||ui===void 0?void 0:ui.value},{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:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Select",name:["props","buttonStyle","fontFamily"],options:le,initialValue:(pi=le?.[0])===null||pi===void 0?void 0:pi.value},{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 As=({icon:t,styles:e,textStyle:i,onClose:n})=>{var o;const{waterFallData:l,setOpenHashtag:a}=fe();return v.createElement("div",{className:"clc-sxp-nav",style:e},v.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"",onClick:n}),v.createElement("div",{className:"clc-sxp-nav-title",style:i},`#${(o=l?.hashTag)!==null&&o!==void 0?o:"\u6807\u9898"}`))};var on=ce(As),Ps=null,Os="3d989325-e7d6-4a74-8a97-98febdf5b567",Ms=null,Ls=null,Ns={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"},js=[{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}],Bs="Handbags",zs={productUserId:Ps,requestId:Os,channel:Ms,rtc:Ls,tag:Ns,recList:js,hashTag:Bs};const Vs=t=>{const{rec:e,index:i,list:n,reportTagsView:o,textStyles:l,space:a}=t,{swiperRef:s,setRtcList:r,setOpenHashtag:c,bffEventReport:d,sxpParameter:p}=fe(),[m,f]=G(!1),h=ee(null),g=ee(null),C=ee(null),u=ee(null),[w,b]=G(""),E=Z(()=>{var T,x,A,I,k,P,j,V,$,R,N,B;return!((T=e?.video)===null||T===void 0)&&T.cover?(x=e?.video)===null||x===void 0?void 0:x.cover:!((A=e?.video)===null||A===void 0)&&A.url?(f(!0),(I=e?.video)===null||I===void 0?void 0:I.url):!((P=(k=e?.video)===null||k===void 0?void 0:k.imgUrls)===null||P===void 0)&&P.length?(V=(j=e?.video)===null||j===void 0?void 0:j.imgUrls)===null||V===void 0?void 0:V[0]:!((R=($=e?.product)===null||$===void 0?void 0:$.homePage)===null||R===void 0)&&R.length?(B=(N=e?.product)===null||N===void 0?void 0:N.homePage)===null||B===void 0?void 0:B[0]:p?.bottom_image||""},[e,p?.bottom_image]),y=Z(()=>{var T,x;return((T=e?.product)===null||T===void 0?void 0:T.title)||((x=e?.video)===null||x===void 0?void 0:x.title)||null},[e]),S=Z(()=>{var T,x,A,I,k,P,j,V,$;return!((T=e?.product)===null||T===void 0)&&T.currency&&(!((x=e?.product)===null||x===void 0)&&x.price)?`${(P=(k=(I=(A=e?.product)===null||A===void 0?void 0:A.currency)===null||I===void 0?void 0:I.split("-")[1])===null||k===void 0?void 0:k.toUpperCase())!==null&&P!==void 0?P:""}${($=(V=(j=e?.product)===null||j===void 0?void 0:j.price)===null||V===void 0?void 0:V.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&$!==void 0?$:""}`:null},[e]);K(()=>{const T=new IntersectionObserver(x=>{x.forEach(A=>{if(A.isIntersecting){if(g.current===null||E==="")return;m&&w?h.current.setSrc(w):h.current.setSrc(E),T.unobserve(g.current)}})});return T.observe(g.current),()=>{T.disconnect()}},[E,m,w]);const O=(T,x,A)=>{const I=T/x;return A/I};K(()=>{const T=C?.current;T===null||E===""||!m||(T.src=E,T.currentTime=1,T.crossOrigin="anonymous",T.onloadeddata=()=>{const x=u?.current;if(!x)return;const A=x.getContext("2d"),I=window?.innerWidth/2,k=O(T.videoWidth,T.videoHeight,I);x.height=k,x.width=I,A?.drawImage(T,0,0,x.width,x.height),b(x.toDataURL()),T.remove(),x.remove()})},[E,m]);const _=()=>{o(),r?.(n),setTimeout(()=>{var T;(T=s?.current)===null||T===void 0||T.swiper.slideTo(i,0,!1),c?.(!1)},0)};return v.createElement("div",{ref:g,className:"list-content-listItem",key:i,onClick:_,style:{marginBottom:a}},v.createElement("div",{className:"list-content-listItem-picture"},m&&v.createElement("div",{style:{display:"none"}},v.createElement("video",{ref:C,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),v.createElement("canvas",{ref:u})),v.createElement(Me,{loading:"lazy",className:"list-content-listItem-picture-img",ref:h})),v.createElement("div",{className:"list-content-listItem-info"},v.createElement("div",{className:`list-content-listItem-info-title ${S?"list-content-listItem-info-nowrap":""}`,style:l?.title},y&&y),v.createElement("div",{className:"list-content-listItem-info-price",style:l?.price,hidden:!S},S)))};function Rs(t){var e,i,n,o,l,a,s,r,c,d,p,m,{reportTagsView:f}=t,h=Te(t,["reportTagsView"]);const{waterFallData:g,getRecommendVideos:C,hashTagSize:u,loadingImage:w,isOpenHashTag:b}=fe(),[E,y]=G(),[S,O]=G(),[_,T]=G(!1),x=ee(null),[A,I]=G(!1);ue(()=>{A||(I(!0),g&&C?.({hashTag:g?.hashTag,"itemFilter.itemId":g?.itemId,"itemFilter.itemType":g?.itemType}).then(P=>{var j;y(E?.concat((j=P?.recList)!==null&&j!==void 0?j:[])),I(!1)}))},[g,C,E,A]),K(()=>{var P,j;if(T(!0),g&&C?.({hashTag:g?.hashTag,"itemFilter.itemId":g?.itemId,"itemFilter.itemType":g?.itemType,defaultSize:u,maxSize:u}).then(V=>{var $,R;O(V),y((R=($=V?.recList)===null||$===void 0?void 0:$.filter(N=>N?.video!==null||N?.product!==null))!==null&&R!==void 0?R:[]),T(!1)}),b){const V=zs;O(V),y((j=(P=V?.recList)===null||P===void 0?void 0:P.filter($=>$?.video!==null||$?.product!==null))!==null&&j!==void 0?j:[]),T(!1)}},[g,C,u,b]);const k=()=>{var P,j;!((P=S?.tag)===null||P===void 0)&&P.link&&(f(),window.location.href=(j=S?.tag)===null||j===void 0?void 0:j.link)};return v.createElement(v.Fragment,null,_?v.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:w,alt:"loading...",style:{objectFit:"contain"}})):v.createElement("div",{className:"list"},v.createElement("div",{className:"list-scroll",ref:x},v.createElement("div",{className:"list-info",style:(e=h?.textStyles)===null||e===void 0?void 0:e.hashTagDesc},(i=S?.tag)===null||i===void 0?void 0:i.info),v.createElement("div",{hidden:!(!((n=S?.tag)===null||n===void 0)&&n.link),className:"list-collection",onClick:k,style:Object.assign(Object.assign({},(o=h?.textStyles)===null||o===void 0?void 0:o.hashTagLink),{marginBottom:h?.space})},((l=S?.tag)===null||l===void 0?void 0:l.linkTitle)||"Shop the collection"),v.createElement("div",{className:"list-content"},E?.map((P,j)=>v.createElement(Vs,Object.assign({key:j,index:j,rec:P,list:E,reportTagsView:f},h)))),v.createElement("div",{hidden:!A,style:{textAlign:"center"}},"loading..."),v.createElement("div",{hidden:!(!((a=S?.tag)===null||a===void 0)&&a.link),style:{height:!((s=S?.tag)===null||s===void 0)&&s.link?((r=h?.buttonBgStyle)===null||r===void 0?void 0:r.height)||((c=h?.buttonStyle)===null||c===void 0?void 0:c.height)||"100px":0}})),v.createElement("div",{className:"list-bottom",hidden:!(!((d=S?.tag)===null||d===void 0)&&d.link),style:h?.buttonBgStyle}),v.createElement("div",{hidden:!(!((p=S?.tag)===null||p===void 0)&&p.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},h?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},v.createElement("button",{className:"list-btn",style:h?.buttonStyle,onClick:k},((m=S?.tag)===null||m===void 0?void 0:m.linkTitle)||"Shop the collection"))))}var Fs="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const Hs=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:o,swiperRef:l,setWaterFallData:a,cacheRtcList:s,setRtcList:r,cacheActiveIndex:c,rtcList:d,setCacheRtcList:p,setIsFromHashtag:m,isFromHashtag:f,bffEventReport:h}=fe();ee(null);const g=ee(null),[C,u]=G();K(()=>{const S=document.getElementById("sxp-render"),O=document.getElementById("water-fall");O?g.current=O:(g.current=document.createElement("div"),g.current.setAttribute("id","water-fall"),S?.appendChild(g.current))},[]);const w=()=>{const S=gi(d,s);!S&&s&&s?.length&&r?.(s),y(),a?.(void 0),m?.(!1),setTimeout(()=>{var O,_;S||(_=(O=l?.current)===null||O===void 0?void 0:O.swiper)===null||_===void 0||_.slideTo(c,0,!1),n?.(!1)},0)},[b,E]=G();K(()=>{i&&E(i)},[i]);const y=ue(()=>{var S,O,_,T,x,A;const I=b?.rec;if(!I)return;let k="";f?k="hashTagPage":!((S=I?.video)===null||S===void 0)&&S.url?k="videoPage":!((_=(O=I?.video)===null||O===void 0?void 0:O.imgUrls)===null||_===void 0)&&_.length&&(k="imagePage"),h?.({eventInfo:{contentId:(T=I?.video)===null||T===void 0?void 0:T.itemId,position:c+"",contentTags:JSON.stringify((x=I?.video)===null||x===void 0?void 0:x.tags),traceInfo:(A=I?.video)===null||A===void 0?void 0:A.traceInfo,hashTags:JSON.stringify([b?.hashTag]),fromKName:k,fromKPage:location?.href,timeOnSite:Math.floor((new Date-C)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[b,h,C,f,c]);return K(()=>{o&&u(new Date)},[o]),K(()=>{const S=()=>{u(new Date)};return window.addEventListener("pageshow",S),()=>{window.removeEventListener("pageshow",S)}},[]),g.current?Si.createPortal(v.createElement("div",{className:"waterfall",style:{display:o?"block":"none"}},v.createElement(on,{icon:Fs,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:w}),v.createElement(Rs,Object.assign({reportTagsView:y},t))),g.current):null};var ln=ce(Hs);const Us=t=>v.createElement(ln,Object.assign({},t));var Gs=ce(Us);const $s=ke(Gs,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:ks,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000"},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 vi=Object.freeze({__proto__:null,Appoint:Kl,AppointForm:$n,Commodity:ql,CommodityDetail:Pl,CommodityDetailDiroNew:Fl,CommodityDiro:ss,CommodityDiroNew:us,HashTag:$s,Link:ts,MultiCommodity:xs,MultiCommodityDiro:bs,MultiCommodityDiroNew:_s,Prompt:Bl});const Ws="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",qs="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Ys=t=>{var{active:e,activeIcon:i,unActicveIcon:n,recData:o,position:l}=t,a=Te(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:s,mutateUnlike:r,bffEventReport:c}=fe(),[d,p]=G(e),m=Pe(qs),f=Pe(Ws),h=Vt(()=>Ee(void 0,void 0,void 0,function*(){var g,C,u,w,b,E,y,S,O,_,T,x,A,I,k,P,j,V,$,R;if(d){p(!1);const N=(u=yield r?.({videoItemId:(C=(g=o.video)===null||g===void 0?void 0:g.itemId)!==null&&C!==void 0?C:""}))!==null&&u!==void 0?u:!1;c?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(b=(w=o.video)===null||w===void 0?void 0:w.itemId)!==null&&b!==void 0?b:"",contentName:(y=(E=o.video)===null||E===void 0?void 0:E.title)!==null&&y!==void 0?y:"",contentTags:JSON.stringify((O=(S=o.video)===null||S===void 0?void 0:S.tags)!==null&&O!==void 0?O:[]),position:l+"",contentFormat:!((_=o.video)===null||_===void 0)&&_.url?"video":"image",traceInfo:(T=o.video)===null||T===void 0?void 0:T.traceInfo}}),N||p(!0)}else{p(!0);const N=(x=yield s?.({content:JSON.stringify(o)}))!==null&&x!==void 0?x:!1;c?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(I=(A=o.video)===null||A===void 0?void 0:A.itemId)!==null&&I!==void 0?I:"",contentName:(P=(k=o.video)===null||k===void 0?void 0:k.title)!==null&&P!==void 0?P:"",contentTags:JSON.stringify((V=(j=o.video)===null||j===void 0?void 0:j.tags)!==null&&V!==void 0?V:[]),position:l+"",contentFormat:!(($=o.video)===null||$===void 0)&&$.url?"video":"image",traceInfo:(R=o.video)===null||R===void 0?void 0:R.traceInfo}}),N||p(!1)}}),200);return v.createElement("button",Object.assign({},a,{onClick:h}),v.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:d?i||m:n||f,alt:"icon"}))};var sn=ce(Ys);const ut=new Sn;var Je;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide"})(Je||(Je={}));const Xs=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l,videoPostConfig:a,videoRef:s})=>{const[r,c]=G(!1),{bffEventReport:d,sxpParameter:p,waterFallData:m,openHashtag:f,bffFbReport:h}=fe(),g=ee(0),[C,u]=G(!1),[w,b]=G(!0),{isActive:E}=en(),y=ee(null),[S,O]=G(""),_=`pb-cache-video-${e}`,T=ee(null),x=Z(()=>a?.mode==="2",[a]),A=Z(()=>{var F;return a?.mode==="2"?`translateY(-${50+((F=a?.offsetTop)!==null&&F!==void 0?F:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),I=Z(()=>{var F;return((F=t?.video)===null||F===void 0?void 0:F.cover)||S},[S,t]),k=Z(()=>x?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[x]),P=Z(()=>a?.bgWay==="1",[a]),j=Z(()=>P&&a?.bgColor?{backgroundColor:a?.bgColor}:{},[a,P]);K(()=>{s&&s?.muted(o)},[o,s]);const V=ue(()=>{s&&s?.play()},[s]),$=Pe("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),R=ue(()=>{var F,U,ne,pe,ae,q,se,re,te;if(!s)return;u(!0),c(!1);const z=n[e];if(z&&s?.duration()){g.current=s?.currentTime()||0;const H=((F=s?.duration())!==null&&F!==void 0?F:0).toFixed(2),X=((U=s?.currentTime())!==null&&U!==void 0?U:0).toFixed(2),be=w?"0":"1";d?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(pe=(ne=z.video)===null||ne===void 0?void 0:ne.itemId)!==null&&pe!==void 0?pe:"",contentName:(q=(ae=z.video)===null||ae===void 0?void 0:ae.title)!==null&&q!==void 0?q:"",playType:be,startTime:X,videoDuration:H,contentTags:JSON.stringify((re=(se=z.video)===null||se===void 0?void 0:se.tags)!==null&&re!==void 0?re:[]),position:e+"",contentFormat:"video",traceInfo:(te=z.video)===null||te===void 0?void 0:te.traceInfo}}),b(!1)}},[d,n,e,w,s]),N=ue(()=>{var F;if(!s||S||!x)return;const U=document.getElementById("player-container-id_html5_api");if(!U||(U.style.objectFit="contain",!((F=t?.video)===null||F===void 0)&&F.cover||!y||!y.current||P))return;const ne=()=>{const pe=U,ae=y?.current,q=ae.getContext("2d"),se=window?.innerWidth,re=window?.innerHeight;ae.height=re,ae.width=se,q?.drawImage(pe,0,0,ae.width,ae.height),O(ae.toDataURL())};ne(),setTimeout(()=>{ne()},500)},[s,P,t,S,x]),B=ue(()=>{s&&N()},[s,N]);ue(()=>{u(!0)},[]);const M=ue(F=>()=>{if(!s||!C)return;const U=s?.paused();switch(F){case"start":if(!U)return;s?.play(),c(!1);break;case"pause":if(U)return;s?.pause(),c(!0);break;default:U?s?.play():s?.pause(),c(!U);break}},[C,s]),D=ue(()=>{var F,U,ne,pe,ae,q,se,re,te;if(!s||l!==e)return;const z=n[e],H=((F=s?.duration())!==null&&F!==void 0?F:0).toFixed(2),X=((U=s?.currentTime())!==null&&U!==void 0?U:0).toFixed(2);if(s?.duration()){const be=(s?.currentTime()-g.current).toFixed(2);d?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(pe=(ne=z.video)===null||ne===void 0?void 0:ne.itemId)!==null&&pe!==void 0?pe:"",contentName:(q=(ae=z.video)===null||ae===void 0?void 0:ae.title)!==null&&q!==void 0?q:"",endTime:X,videoDuration:H,playDuration:be,contentTags:JSON.stringify((re=(se=z.video)===null||se===void 0?void 0:se.tags)!==null&&re!==void 0?re:[]),position:e+"",contentFormat:"video",traceInfo:(te=z.video)===null||te===void 0?void 0:te.traceInfo}})}},[n,e,d,s,l]);K(()=>{if(!E||!s)return;const F=t.video.url;if(!F)return;c(!1);const U=document.querySelector(`#${_}`),ne=document.querySelector("#player-container-id"),pe=document.querySelector("#player-container-id-copy");if(!(!ne&&!pe))return U?.appendChild(ne||pe),s?.src(F),s?.on("loadedmetadata",B),s?.on("loadeddata",N),s?.on("playing",R),s?.on("pause",D),s?.on("ended",V),()=>{pe?.appendChild(ne),s?.off("loadedmetadata",B),s?.off("loadeddata",N),s?.off("playing",R),s?.off("pause",D),s?.off("ended",V)}},[E,_,t,s]),K(()=>{!s||!C||(E?(h?.({eventName:"ViewContent"}),s?.play()):s?.pause())},[E,C,s]),K(()=>{if(!E||!s)return;!s?.paused()&&f?s?.pause():f||s?.play()},[f,E,s]),K(()=>{if(!E)return;const F=()=>{M("start")(),h?.({eventName:"ViewContent"})},U=M("pause");return ut.on(Je.PAGE_DID_SHOW,F),ut.on(Je.PAGE_DID_HIDE,U),()=>{ut.off(Je.PAGE_DID_SHOW,F),ut.off(Je.PAGE_DID_HIDE,U)}},[M,E]);const Y=Z(()=>!p?.placeholder_image||C?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:p?.placeholder_image}),[C,p?.placeholder_image]);return K(()=>{if(!s)return;const F=()=>{var U;l===e&&(!((U=t?.video)===null||U===void 0)&&U.url)&&s&&!r&&M("pause")()};return window.addEventListener("beforeunload",F),()=>{window.removeEventListener("beforeunload",F)}},[l,e,t,s,M,r]),t.video?v.createElement(v.Fragment,null,x?v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:M(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},j)},!P&&v.createElement(Me,{src:I,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},k)}),v.createElement("canvas",{ref:y,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:A,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},v.createElement("div",{className:"n-full-screen",ref:T,id:_,style:{width:"100%",height:"100%"}}),v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:$}))),Y):v.createElement("div",{className:"video-container",key:t.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:M()},v.createElement("div",{className:"n-full-screen",ref:T,id:_,style:{width:"100%",height:"100%"}}),Y,v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:$}))):null};var Js=ce(Xs);const Ks=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:o})=>{const[l,a]=G(t),s=r=>{r.stopPropagation();const c=!l;a(c),n?.(c)};return v.createElement("button",{style:o,className:"pb-toggle-button",onClick:s},v.createElement("img",{className:"pb-toggle-button-icon",src:l?e:i}))};var an=ce(Ks);const Qs=({imageUrl:t})=>{const[e,i]=G(!0);Ue(),K(()=>{setTimeout(()=>{i(!1)},2e3)},[]);const n=Pe("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),o=Z(()=>e?"pb-fadeIn":"pb-fadeOut",[e]);return v.createElement("div",{hidden:!e,className:`pb-finger-wrap ${o}`},v.createElement("img",{src:t||n}))},rn=t=>{const{src:e,height:i,imgUrlsPostConfig:n}=t,o=Z(()=>n?.mode==="2",[n]),l=Z(()=>{var c;return n?.mode==="2"?`translateY(-${50+((c=n?.offsetTop)!==null&&c!==void 0?c:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),a=Z(()=>o?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[o]),s=Z(()=>n?.bgWay==="1",[n]),r=Z(()=>s&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,s]);return v.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},r)},(!o||!s)&&v.createElement(Me,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},a)}),o&&v.createElement(Me,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:l,left:0,right:0}}))},Zs=({imgUrls:t,width:e,height:i,rec:n,index:o,onReportViewImageEnd:l,onViewImageStartEvent:a,imgUrlsPostConfig:s})=>{var r;const c=ee(),{isActive:d}=en(),{sxpParameter:p,openHashtag:m}=fe(),[f,h]=G(!1);return K(()=>{f&&d?(c?.current&&c.current.swiper.autoplay.start(),m?l(n):a(o)):(h(!0),c?.current&&c.current.swiper.autoplay.stop())},[n,d,l,m,o,a,f]),v.createElement(ot,{ref:c,defaultValue:0,direction:"horizontal",modules:[Pt,Ot],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,loop:!0,autoplay:{delay:((r=s?.delay)!==null&&r!==void 0?r:3)*1e3}},t?.map(g=>v.createElement(Re,{key:g},v.createElement(rn,{src:g,height:i,imgUrlsPostConfig:s}))))};var ea=ce(Zs);const ta=({tags:t,itemId:e,itemType:i,index:n,rec:o,hashTagStyle:l})=>{const[a,s]=G(!1),{setWaterFallData:r,setOpenHashtag:c,setCacheActiveIndex:d,waterFallData:p,setIsFromHashtag:m}=fe(),f=h=>{p?m?.(!0):d?.(n),r?.(i?{hashTag:h,itemId:e,itemType:i,rec:o}:{hashTag:h,rec:o}),c?.(!0)};return Z(()=>t.length<=6?null:v.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>s(!a)},a?"show less":"show more"),[a,t]),v.createElement("div",{className:"clc-sxp-bottom-hashtag"},v.createElement(Bt,null,t?.map((h,g)=>v.createElement(Re,{key:g,hidden:a?!1:g>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>f(h)},`#${h}`))))};var dn=ce(ta),ia="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 zt(t){return ce(function(e){const{$store:i}=kn(),n=l=>{let a=l;const s=l.match(/{{.*?}}/g);return s?.length&&s.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(c,d)=>{if(d){const p=bi(i,d);return a=a.replace(r,p),p}})}),a},o=Z(()=>{var l,a,s;const{bindDatas:r}=e,c=Te(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,d=>{if(d?.propKey&&d?.dataPath){const{propKey:p,dataPath:m}=d;m.replace(/{{\s*([\w.]+)\s*}}/g,(f,h)=>{var g,C;if(h){const u=(C=(g=bi(i,h))!==null&&g!==void 0?g:e[p])!==null&&C!==void 0?C:"";return c[p]=u,u}})}}),c){c.eventMap={};const d=mt(c.event)||{};for(const p in d)if(Object.prototype.hasOwnProperty.call(d,p))try{d[p].value=n(d[p].value),c.eventMap[p]=new Function(d[p].value)}catch{}}return!((s=(a=c?.event)===null||a===void 0?void 0:a.onClick)===null||s===void 0)&&s.linkType&&(c.style.cursor="pointer"),c},[i,e]);return v.createElement(t,Object.assign({},o,o.eventMap))})}const na=({rec:t,index:e,tempMap:i,resolver:n})=>{const{schema:o}=Ue(),l=Z(()=>{var a,s,r,c,d,p,m,f,h,g,C,u,w,b,E,y,S,O,_,T,x,A,I,k,P,j,V,$,R,N,B;if(!t?.video)return null;let M=null;!((s=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||s===void 0)&&s.length?M="\u591A\u5546\u54C1CTA":!((r=t?.video)===null||r===void 0)&&r.bindProduct?M="\u5546\u54C1CTA":M=(d=(c=t?.video)===null||c===void 0?void 0:c.bindCta)===null||d===void 0?void 0:d.itemId;const D=i?.[M];if(((p=D?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((m=t?.video)===null||m===void 0)&&m.bindProduct)||((f=D?.item)===null||f===void 0?void 0:f.type)==="Commodity"&&!(!((h=t?.video)===null||h===void 0)&&h.bindProduct)||((g=D?.item)===null||g===void 0?void 0:g.type)==="CommodityDiroNew"&&!(!((C=t?.video)===null||C===void 0)&&C.bindProduct)||((u=D?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((b=(w=t?.video)===null||w===void 0?void 0:w.bindProducts)===null||b===void 0)&&b.length)||((E=D?.item)===null||E===void 0?void 0:E.type)==="MultiCommodityDiro"&&!(!((S=(y=t?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0)&&S.length)||((O=D?.item)===null||O===void 0?void 0:O.type)==="MultiCommodityDiroNew"&&!(!((T=(_=t?.video)===null||_===void 0?void 0:_.bindProducts)===null||T===void 0)&&T.length))return null;if(D&&n){const Y=n[(x=D?.item)===null||x===void 0?void 0:x.type],F=zt(Y),U=(A=Y?.extend)===null||A===void 0?void 0:A.defaulSetting,ne=((P=(k=(I=D?.item)===null||I===void 0?void 0:I.event)===null||k===void 0?void 0:k.onClick)===null||P===void 0?void 0:P.linkType)==="externalLink";return v.createElement(F,Object.assign({style:Object.assign(Object.assign(Object.assign({},U?.style),(j=D?.item)===null||j===void 0?void 0:j.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},U?.textStyle),(V=D?.item)===null||V===void 0?void 0:V.textStyle),bindDatas:(R=($=D?.item)===null||$===void 0?void 0:$.bindDatas)!==null&&R!==void 0?R:[]},U?.props,(N=D?.item)===null||N===void 0?void 0:N.props,{event:((B=D?.item)===null||B===void 0?void 0:B.event)||{},schema:o,id:D?.id,key:D?.id,recData:t,isExternalLink:ne,index:e}))}else return null},[t,n,i,o]);return v.createElement(v.Fragment,null,l)};var cn=ce(na);const un=({nudge:t})=>{var e,i,n,o,l,a,s;return v.createElement(v.Fragment,null,t?.isOpen&&v.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=(o=t?.size)===null||o===void 0?void 0:o.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(a=t?.borderRadius)!==null&&a!==void 0?a:4}},t?.icon?v.createElement("img",{src:t.icon,style:{height:"100%",objectFit:"cover"}}):null,v.createElement("p",{style:Object.assign({},t?.textStyle)},(s=t?.content)!==null&&s!==void 0?s:"")))},pn=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:o,resolver:l,data:a=[],ctaType:s,tipText:r,nudge:c,_schema:d,hashTagStyle:p,tagList:m=[],licenseUrl:f})=>{var h,g,C,u,w,b,E;const{schema:y}=Ue(),[S,O]=G(0),_=ee(0),[T,x]=G(!1),[A,I]=G(!0),k=ee(),P=ee(),[j,V]=G(!1),[$,R]=G(!1),{loadVideos:N,bffEventReport:B,loading:M,setPopupDetailData:D,ctaEvent:Y,swiperRef:F,waterFallData:U,setOpenHashtag:ne,appDomain:pe,openHashtag:ae,loadingImage:q,isFromHashtag:se,popupDetailData:re,bffFbReport:te}=fe(),[z,H]=G(null),X=ee(),{productView:be}=Ge(),ye=Z(()=>a.length>0&&!M&&Ln(),[a,M]),Se=ue(()=>{if(a.length<=0)return;we();const L=location.search.slice(1),ie=wi.parse(L.replace(/\+/g,"%2B"));for(const oe in ie)ie[oe]=ie[oe].replace(/%2B/g,"+");const W=oe=>{var de;return(de=ie[oe])!==null&&de!==void 0?de:""};B?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:W("utm_source"),utmMedium:W("utm_medium"),utmCampaign:W("utm_campaign"),utmId:W("utm_id"),utmContent:W("utm_content"),enterTime:`${Date.now()}`,requestId:null}}),te?.({eventName:"PageView"}),x(!0)},[B,a.length,te]),we=()=>{k.current=new Date,P.current=new Date,Pn()},De=ee();K(()=>{if(!De.current&&!z){De.current=!0;const L=TCPlayer("player-container-id",{licenseUrl:f,controls:!1,autoplay:!1,loop:!1,muted:!0,preload:"auto",posterImage:!1,bigPlayButton:!0});L?.ready(()=>{H(L)})}},[z,f]),K(()=>{T||Se()},[Se,T]),K(()=>{var L;const ie=a?.findIndex(W=>{var oe,de,me,Q,ve,he,ge,Ne,je;return s==="\u591A\u5546\u54C1CTA"?((oe=W?.video)===null||oe===void 0?void 0:oe.bindProducts)&&((me=(de=W?.video)===null||de===void 0?void 0:de.bindProducts)===null||me===void 0?void 0:me.length)>0:s==="\u5546\u54C1CTA"?(Q=W?.video)===null||Q===void 0?void 0:Q.bindProduct:((he=(ve=W?.video)===null||ve===void 0?void 0:ve.bindCta)===null||he===void 0?void 0:he.itemId)===s&&(((ge=W?.video)===null||ge===void 0?void 0:ge.url)||((je=(Ne=W?.video)===null||Ne===void 0?void 0:Ne.imgUrls)===null||je===void 0?void 0:je.length))})||0;(L=F?.current)===null||L===void 0||L.swiper.slideTo(ie)},[s,F]),K(()=>{const L=a?.[S],ie=()=>{var W,oe,de,me,Q,ve,he,ge,Ne,je,Ze,et,tt,it,qe;if(document.visibilityState==="hidden"){ut.emit(Je.PAGE_DID_HIDE,L),We(L),ft(L);let Fe="";re&&(!((oe=(W=L?.video)===null||W===void 0?void 0:W.bindProducts)===null||oe===void 0)&&oe.length||!((de=L?.video)===null||de===void 0)&&de.bindProduct)?Fe="pdpPage":re&&o?.[(ve=(Q=(me=L.video)===null||me===void 0?void 0:me.bindCta)===null||Q===void 0?void 0:Q.itemId)!==null&&ve!==void 0?ve:""].item.type==="Appoint"?Fe="formPage":se?Fe="hashTagPage":!((he=L?.video)===null||he===void 0)&&he.url?Fe="videoPage":!((ge=L?.video)===null||ge===void 0)&&ge.imgUrls&&(!((je=(Ne=L?.video)===null||Ne===void 0?void 0:Ne.imgUrls)===null||je===void 0)&&je.length)?Fe="imagePage":L?.product&&(Fe="productPage"),B?.({eventInfo:{sessionDuration:Math.floor((new Date-k.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Ze=L?.video)===null||Ze===void 0?void 0:Ze.itemId,productId:(et=L?.product)===null||et===void 0?void 0:et.itemId,position:S+"",fromKName:Fe,fromKPage:location?.href,ctatId:(qe=(it=(tt=L.video)===null||tt===void 0?void 0:tt.bindCta)===null||it===void 0?void 0:it.itemId)!==null&&qe!==void 0?qe:""}})}else document.visibilityState==="visible"&&(Se(),Qe(S),ut.emit(Je.PAGE_DID_SHOW,L))};return document.addEventListener("visibilitychange",ie),()=>{document.removeEventListener("visibilitychange",ie)}},[S,B,k,a,Se,re,se,o]);const _e=Z(()=>{let L=0;return t?.logoUrl&&t?.isShowLogo&&(L+=45),i-L},[t,i,m]),Ke=Z(()=>t?.logoUrl&&t?.isShowLogo?v.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},v.createElement("img",{src:t?.logoUrl,alt:"logo"})):null,[t]),lt=ue((L,ie)=>{var W,oe,de,me;return!((W=L.video)===null||W===void 0)&&W.url?v.createElement(Js,{rec:L,index:ie,muted:A,data:a,height:_e,activeIndex:S,videoPostConfig:t?.videoPost,videoRef:z}):!((oe=L.video)===null||oe===void 0)&&oe.imgUrls?v.createElement(ea,{key:L.video.itemId,imgUrls:L.video.imgUrls,width:n,height:_e,rec:L,index:ie,onReportViewImageEnd:We,onViewImageStartEvent:Qe,imgUrlsPostConfig:t?.imgUrlsPost}):L.product&&Array.isArray(t?.productPost)&&((de=t?.productPost)===null||de===void 0?void 0:de.length)>0?(me=t?.productPost)===null||me===void 0?void 0:me.map((Q,ve)=>{var he,ge,Ne,je,Ze,et,tt,it;const qe=l[(he=Q?.item)===null||he===void 0?void 0:he.type],Fe=zt(qe),He=(ge=qe?.extend)===null||ge===void 0?void 0:ge.defaulSetting;return v.createElement(Fe,Object.assign({key:`${ie}${ve}`,textStyle:Object.assign(Object.assign({},He?.textStyle),(Ne=Q?.item)===null||Ne===void 0?void 0:Ne.textStyle),bindDatas:(Ze=(je=Q?.item)===null||je===void 0?void 0:je.bindDatas)!==null&&Ze!==void 0?Ze:[]},He?.props,(et=Q?.item)===null||et===void 0?void 0:et.props,{event:((tt=Q?.item)===null||tt===void 0?void 0:tt.event)||{},schema:y,id:Q?.id,viewTime:P.current,rec:L,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},He?.style),(it=Q?.item)===null||it===void 0?void 0:it.style),{height:"100%",overflow:"auto"}),index:ie}))}):null},[n,a,_e,A,S,t?.productPost,P,r,l,y,z]),st=ue(L=>{R(L)},[]),pt=Z(()=>$?{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"},[$]),at=ue((L,ie)=>{var W,oe,de,me,Q,ve,he;return L.video?v.createElement(v.Fragment,null,((W=L.video)===null||W===void 0?void 0:W.title)&&!$&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom"},v.createElement(un,{nudge:c}),t?.isShowCTA===void 0||t?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(cn,{rec:L,index:ie,tempMap:o,resolver:l})):null,v.createElement("div",null,v.createElement(jt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(de=(oe=L.video)===null||oe===void 0?void 0:oe.title)!==null&&de!==void 0?de:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:st}),v.createElement(dn,{index:S,tags:(Q=(me=L?.video)===null||me===void 0?void 0:me.hashTags)!==null&&Q!==void 0?Q:[],itemId:(ve=L?.video)===null||ve===void 0?void 0:ve.itemId,itemType:!((he=L.video)===null||he===void 0)&&he.itemId?"VIDEO":null,rec:L,hashTagStyle:p})))):null},[e,S,o,l,r,c,p,t,st,$,pt]),vt=ue((L,ie)=>{var W,oe;if(!t?.isShowLike)return;let de=(W=t?.likeIconY)!==null&&W!==void 0?W:400;return U&&de<40&&(de+=40),L.video?v.createElement(sn,{key:L.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:L.isCollected,recData:L,className:"clc-sxp-like-button",style:{top:de,right:(oe=t?.likeIconX)!==null&&oe!==void 0?oe:0},position:ie}):null},[t,U]),We=L=>{var ie,W,oe,de,me,Q;if(!(!((ie=L.video)===null||ie===void 0)&&ie.url)&&(!((W=L.video)===null||W===void 0)&&W.imgUrls)){const ve=Date.now(),he=(ve-_.current)/1e3;B?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(de=(oe=L.video)===null||oe===void 0?void 0:oe.itemId)!==null&&de!==void 0?de:"",contentName:(me=L.video.title)!==null&&me!==void 0?me:"",imageEndTime:`${ve}`,playDuration:`${he}`,contentTags:JSON.stringify((Q=L.video.tags)!==null&&Q!==void 0?Q:[]),position:S+"",contentFormat:"image",traceInfo:L.video.traceInfo}})}},Ce=L=>{var ie,W,oe,de,me,Q,ve,he;P.current=new Date;const ge=a[L.previousIndex];ge&&(L.previousIndex-L.activeIndex<0?(B?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(W=(ie=ge.video)===null||ie===void 0?void 0:ie.itemId)!==null&&W!==void 0?W:"",productId:(de=(oe=ge.product)===null||oe===void 0?void 0:oe.itemId)!==null&&de!==void 0?de:"",requestId:null}}),We(ge)):(B?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Q=(me=ge.video)===null||me===void 0?void 0:me.itemId)!==null&&Q!==void 0?Q:"",productId:(he=(ve=ge.product)===null||ve===void 0?void 0:ve.itemId)!==null&&he!==void 0?he:"",requestId:null}}),We(ge)),ft(ge))},ft=L=>{var ie,W,oe;!(!((ie=L?.video)===null||ie===void 0)&&ie.url)&&!(!((W=L?.video)===null||W===void 0)&&W.imgUrls)&&L?.product&&(be(L,L.product,(oe=L?.product)===null||oe===void 0?void 0:oe.bindCta,P.current,S),te?.({eventName:"ProductView"}))};K(()=>{const L=a[S];ae&&ft(L)},[ae,a,S]);const Qe=L=>{var ie,W,oe,de,me,Q;const ve=a[L];if(!(!((ie=ve?.video)===null||ie===void 0)&&ie.url)&&(!((W=ve?.video)===null||W===void 0)&&W.imgUrls)){const he=Date.now();_.current=he,B?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(de=(oe=ve.video)===null||oe===void 0?void 0:oe.itemId)!==null&&de!==void 0?de:"",contentName:(me=ve.video.title)!==null&&me!==void 0?me:"",imageStartTime:`${he}`,contentTags:JSON.stringify((Q=ve.video.tags)!==null&&Q!==void 0?Q:[]),position:L+"",contentFormat:"image",traceInfo:ve.video.traceInfo}}),te?.({eventName:"ViewContent"})}},St=Z(()=>{const L=a?.map((ie,W)=>S===W||W-1===S||W+1===S?ie:null);return U?L:L.concat([{loading:!0}])},[a,S,U]),fn=Z(()=>M?v.createElement("div",{style:{height:_e,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:q,alt:"loading...",style:{objectFit:"contain"}})):St?.map((L,ie)=>v.createElement(Re,{key:ie,virtualIndex:ie},L&&v.createElement(v.Fragment,null,L?.loading?v.createElement("div",{style:{height:_e,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:q,alt:"loading...",style:{objectFit:"contain"}})):v.createElement(v.Fragment,null,lt(L,ie),at(L,ie),vt(L,ie))))),[n,a,_e,M,at,lt,St,q]),mn=Pe("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),hn=Pe("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png");return v.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},U&&v.createElement(on,{icon:ia,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},onClose:()=>{ne?.(!0)}}),Ke,ye?v.createElement(Qs,{imageUrl:t?.swipeTipIcon}):null,v.createElement(ot,{ref:F,onSlideChange:()=>{F.current.swiper.allowTouchMove=!1,setTimeout(()=>{F.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:L=>{O(L.activeIndex),!ae&&(Ce(L),!U&&L?.activeIndex+2>=a?.length&&(j||(V(!0),N?.(Math.ceil(S/10)+1).then(()=>{V(!1)}))))},direction:"vertical",height:_e},v.createElement(an,{style:{position:"fixed",right:(h=t?.muteIconX)!==null&&h!==void 0?h:0,visibility:!((C=(g=a?.[S])===null||g===void 0?void 0:g.video)===null||C===void 0)&&C.url?"visible":"hidden",bottom:(u=t?.muteIconY)!==null&&u!==void 0?u:23,zIndex:999},defaultValue:A,activeIcon:t?.unMuteIcon?t?.unMuteIcon:mn,unactiveIcon:t?.muteIcon?t?.muteIcon:hn,onChange:I}),fn),v.createElement(ln,Object.assign({},(E=(b=(w=t?.hashTag)===null||w===void 0?void 0:w[0])===null||b===void 0?void 0:b.item)===null||E===void 0?void 0:E.props)),v.createElement("div",{style:{position:"absolute",zIndex:-100}},v.createElement("video",{ref:X,id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),v.createElement("div",{id:"player-container-id-copy"})))},fi="FOR U",oa=({tagList:t=[],setActiveIndex:e})=>{const[i,n]=G(fi),{getRecommendVideos:o,setRtcList:l,setCacheRtcList:a,setCacheActiveIndex:s,setLoading:r,swiperRef:c}=fe(),d=Z(()=>[fi,...t],[t]),p=m=>()=>{if(m===i)return;let f;m!==fi&&(f=m),r?.(!0),o?.({hashTag:f}).then(h=>{var g,C,u,w;l?.((g=h?.recList)!==null&&g!==void 0?g:[]),a?.((C=h?.recList)!==null&&C!==void 0?C:[]),e?.(0),s?.(0),(w=(u=c?.current)===null||u===void 0?void 0:u.swiper)===null||w===void 0||w.slideTo(0)}).finally(()=>{r?.(!1)}),n(m)};return t.length<=0?null:v.createElement("div",{className:"clc-sxp-tagbar"},v.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},d.map(m=>v.createElement("li",{className:`clc-sxp-tagbar-list-item ${m===i?"clc-sxp-tagbar-list-item-active":""}`,key:m,onClick:p(m)},m))))};var la=ce(oa);const sa=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:o,index:l})=>v.createElement(ot,{defaultValue:0,direction:"horizontal",modules:[Pt,Ot],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(a=>v.createElement(Re,{key:a},v.createElement(rn,{src:a,height:i,imgUrlsPostConfig:n}))));var aa=ce(sa);const ra=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l,videoPostConfig:a,width:s})=>{const[r,c]=G(!1),d=ee(null),{bffEventReport:p,sxpParameter:m,waterFallData:f,openHashtag:h}=fe(),g=ee(0),[C,u]=G(!1),[w,b]=G(!0),E=ee(null),[y,S]=G("");K(()=>{d.current&&(d.current.muted=o)},[o]);const O=ue(()=>{var N;(N=d.current)===null||N===void 0||N.play()},[]),_=Pe("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),T=ue(()=>{var N,B,M,D,Y,F,U,ne,pe,ae,q,se,re;c(!1);const te=n[e];if(te&&(!((N=d?.current)===null||N===void 0)&&N.duration)){g.current=((B=d?.current)===null||B===void 0?void 0:B.currentTime)||0;const z=((D=(M=d.current)===null||M===void 0?void 0:M.duration)!==null&&D!==void 0?D:0).toFixed(2),H=((F=(Y=d.current)===null||Y===void 0?void 0:Y.currentTime)!==null&&F!==void 0?F:0).toFixed(2),X=w?"0":"1";p?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ne=(U=te.video)===null||U===void 0?void 0:U.itemId)!==null&&ne!==void 0?ne:"",contentName:(ae=(pe=te.video)===null||pe===void 0?void 0:pe.title)!==null&&ae!==void 0?ae:"",playType:X,startTime:H,videoDuration:z,contentTags:JSON.stringify((se=(q=te.video)===null||q===void 0?void 0:q.tags)!==null&&se!==void 0?se:[]),position:e+"",contentFormat:"video",traceInfo:(re=te.video)===null||re===void 0?void 0:re.traceInfo}}),b(!1)}},[p,n,e,w]),x=ue(()=>{u(!0)},[]),A=ue(N=>()=>{var B,M,D,Y,F;if(!C)return;const U=(B=d.current)===null||B===void 0?void 0:B.paused;switch(N){case"start":if(!U)return;(M=d.current)===null||M===void 0||M.play(),c(!1);break;case"pause":if(U)return;(D=d.current)===null||D===void 0||D.pause(),c(!0);break;default:U?(Y=d.current)===null||Y===void 0||Y.play():(F=d.current)===null||F===void 0||F.pause(),c(!U);break}},[C]),I=ue(()=>{var N,B,M,D,Y,F,U,ne,pe,ae,q,se,re;const te=n[e],z=((B=(N=d.current)===null||N===void 0?void 0:N.duration)!==null&&B!==void 0?B:0).toFixed(2),H=((D=(M=d.current)===null||M===void 0?void 0:M.currentTime)!==null&&D!==void 0?D:0).toFixed(2);if(!((Y=d?.current)===null||Y===void 0)&&Y.duration){const X=(((F=d?.current)===null||F===void 0?void 0:F.currentTime)-g.current).toFixed(2);p?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ne=(U=te.video)===null||U===void 0?void 0:U.itemId)!==null&&ne!==void 0?ne:"",contentName:(ae=(pe=te.video)===null||pe===void 0?void 0:pe.title)!==null&&ae!==void 0?ae:"",endTime:H,videoDuration:z,playDuration:X,contentTags:JSON.stringify((se=(q=te.video)===null||q===void 0?void 0:q.tags)!==null&&se!==void 0?se:[]),position:e+"",contentFormat:"video",traceInfo:(re=te.video)===null||re===void 0?void 0:re.traceInfo}})}},[n,e,p]),k=Z(()=>a?.mode==="2",[a]),P=Z(()=>{var N;return a?.mode==="2"?`translateY(-${50+((N=a?.offsetTop)!==null&&N!==void 0?N:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),j=Z(()=>{var N;return((N=t?.video)===null||N===void 0?void 0:N.cover)||y},[y,t]),V=ue(()=>{if(!E||!d||!d.current||!E.current)return;const N=d?.current,B=E?.current,M=B.getContext("2d"),D=window?.innerWidth,Y=window?.innerHeight;B.height=Y,B.width=D,M?.drawImage(N,0,0,B.width,B.height),S(B.toDataURL())},[]);K(()=>{var N,B,M,D;if(d.current){if(c(!1),!d.current.src){const Y=t.video.url;if(Y.includes(".m3u8"))if(Ti.isSupported()){const F=new Ti;F.loadSource(Y),F.attachMedia(d.current)}else d.current.canPlayType("application/vnd.apple.mpegurl"),d.current.src=Y;else d.current.src=Y;d.current.setAttribute("x5-playsinline","true"),d.current.setAttribute("webkit-playsinline","true")}return(N=d.current)===null||N===void 0||N.addEventListener("loadedmetadata",x),(B=d.current)===null||B===void 0||B.addEventListener("canplay",x),(M=d.current)===null||M===void 0||M.addEventListener("playing",T),(D=d.current)===null||D===void 0||D.addEventListener("loadeddata",V),()=>{var Y,F,U,ne;(Y=d.current)===null||Y===void 0||Y.removeEventListener("loadedmetadata",x),(F=d.current)===null||F===void 0||F.removeEventListener("canplay",x),(U=d.current)===null||U===void 0||U.removeEventListener("playing",T),(ne=d.current)===null||ne===void 0||ne.removeEventListener("loadeddata",V)}}},[x,T,t.video,V]);const $=Z(()=>!m?.placeholder_image||C?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image}),[C,m?.placeholder_image]);K(()=>{const N=()=>{var B,M;l===e&&(!((B=t?.video)===null||B===void 0)&&B.url)&&(!((M=d?.current)===null||M===void 0)&&M.src)&&!r&&A("pause")()};return window.addEventListener("beforeunload",N),()=>{window.removeEventListener("beforeunload",N)}},[l,e,t,d,A,r]);const R=Z(()=>k?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[k]);return t.video?v.createElement(v.Fragment,null,k?v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:A(),style:{position:"relative",width:s,height:i,overflow:"hidden"}},v.createElement(Me,{src:j,style:Object.assign({height:i,width:s,objectFit:"cover"},R)}),v.createElement("canvas",{ref:E,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:s,height:i,top:"50%",transform:P,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:s,height:"100%"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:O,style:{width:"100%",height:i,objectFit:"contain"}}),v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:_}))),$):v.createElement("div",{className:"video-container",key:t.video.itemId,onClick:A(),style:{position:"relative",width:s,height:i,overflow:"hidden"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:O}),$,v.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:_}))):null};var da=ce(ra);const mi={};Object.values(vi).forEach(t=>{mi[t.extend.type]=t});const ca="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",ua="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",pa=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:o,descStyle:l,hashTagStyle:a,containerHeight:s=664,containerWidth:r=375,appDomain:c,tagList:d=[]})=>{const p=Z(()=>{let S=0;return e?.logoUrl&&e?.isShowLogo&&(S+=45),d.length>0&&(S+=45),s-S},[e,s,d]),m=(S,O)=>{var _,T,x,A;if(!((_=S.video)===null||_===void 0)&&_.url)return v.createElement(da,{rec:S,index:O,muted:!0,width:r,data:t??[],height:p,activeIndex:O,videoPostConfig:e?.videoPost});if(!((T=S.video)===null||T===void 0)&&T.imgUrls)return v.createElement(aa,{key:S.video.itemId,imgUrls:S.video.imgUrls,width:r,height:p,rec:S,index:O,imgUrlsPostConfig:e?.imgUrlsPost});if(S.product&&S.product&&Array.isArray(e?.productPost)&&((x=e?.productPost)===null||x===void 0?void 0:x.length)>0)return(A=e?.productPost)===null||A===void 0?void 0:A.map((I,k)=>{var P,j,V,$,R,N,B,M;const D=mi[(P=I?.item)===null||P===void 0?void 0:P.type],Y=zt(D),F=(j=D?.extend)===null||j===void 0?void 0:j.defaulSetting;return v.createElement(Y,Object.assign({key:`${O}${k}`,textStyle:Object.assign(Object.assign({},F?.textStyle),(V=I?.item)===null||V===void 0?void 0:V.textStyle),bindDatas:(R=($=I?.item)===null||$===void 0?void 0:$.bindDatas)!==null&&R!==void 0?R:[]},F?.props,(N=I?.item)===null||N===void 0?void 0:N.props,{event:((B=I?.item)===null||B===void 0?void 0:B.event)||{},id:I?.id,rec:S,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},F?.style),(M=I?.item)===null||M===void 0?void 0:M.style),{width:r,height:p,overflow:"auto"}),index:O}))})},f=Z(()=>e?.logoUrl&&e?.isShowLogo?v.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},v.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),h=(S,O)=>e?.isShowCTA===void 0||e?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(cn,{rec:S,index:O,tempMap:o,resolver:mi})):null,g=(S,O)=>{var _,T,x,A,I,k,P;return S.video?v.createElement(v.Fragment,null,((_=S.video)===null||_===void 0?void 0:_.title)&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom"},v.createElement(un,{nudge:n}),h(S,O),v.createElement("div",null,v.createElement(jt,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(x=(T=S.video)===null||T===void 0?void 0:T.title)!==null&&x!==void 0?x:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),v.createElement(dn,{index:O,tags:(I=(A=S?.video)===null||A===void 0?void 0:A.hashTags)!==null&&I!==void 0?I:[],itemId:(k=S?.video)===null||k===void 0?void 0:k.itemId,itemType:!((P=S.video)===null||P===void 0)&&P.itemId?"VIDEO":null,rec:S,hashTagStyle:a}))):null},C=Pe(ua,c),u=Pe(ca,c),w=(S,O)=>{var _,T,x,A;if(!e?.isShowLike)return;let I=(_=e?.likeIconY)!==null&&_!==void 0?_:400;return I<40&&(I+=40),S.video?v.createElement(sn,{key:S.position,activeIcon:(T=e?.likeIcon)!==null&&T!==void 0?T:C,unActicveIcon:(x=e?.unlikeIcon)!==null&&x!==void 0?x:u,position:O,active:S.isCollected,recData:S,className:"clc-sxp-like-button",style:{top:I,right:(A=e?.likeIconX)!==null&&A!==void 0?A:0}}):null},b=Pe("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",c),E=Pe("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",c),y=(S,O)=>{var _,T,x,A;return v.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},f,v.createElement(la,{tagList:d}),v.createElement(an,{style:{position:"absolute",right:(_=e?.muteIconX)!==null&&_!==void 0?_:0,visibility:!((x=(T=t?.[O])===null||T===void 0?void 0:T.video)===null||x===void 0)&&x.url?"visible":"hidden",bottom:(A=e?.muteIconY)!==null&&A!==void 0?A:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:E}),m(S,O),g(S,O),w(S,O))};return v.createElement("div",{className:J({width:"100%",height:s,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((S,O)=>y(S,O)))};var va=ce(pa);const fa=()=>{const{schema:t,resolver:e,popup:i}=Ue(),{setPopupDetailData:n,popupDetailData:o,bffEventReport:l}=fe(),{productView:a}=Ge(),[s,r]=G(),c=ee(null);K(()=>{const m=()=>{c.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),K(()=>{i&&i?.id&&i?.id!==""&&(c.current=new Date,r(i))},[i]);const d=()=>{var m,f,h,g;if(!i||i?.id===""||!s||new Date-c.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;r(Object.assign(Object.assign({},i),{id:""}));const C=o,u=(f=C?.video)===null||f===void 0?void 0:f.bindProduct,w=(g=(h=C?.video)===null||h===void 0?void 0:h.bindProduct)===null||g===void 0?void 0:g.bindCta;u&&w&&a(C,u,w,c.current,o?.index),setTimeout(()=>{window?.sxpPopup(""),n?.(null)},i?.duration)},p=Z(()=>{var m,f,h;return(h=(f=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||f===void 0?void 0:f.popupList)===null||h===void 0?void 0:h.map((g,C)=>{var u,w,b,E,y,S,O,_;if(g?.id===i?.id){const T=e[(u=g?.item)===null||u===void 0?void 0:u.type],x=zt(T),A=(w=T?.extend)===null||w===void 0?void 0:w.defaulSetting;return v.createElement(x,Object.assign({key:C,style:Object.assign(Object.assign(Object.assign({},A?.style),(b=g?.item)===null||b===void 0?void 0:b.style),{width:"100%",height:"80vh",overflow:"auto"}),textStyle:Object.assign(Object.assign({},A?.textStyle),(E=g?.item)===null||E===void 0?void 0:E.textStyle),bindDatas:(S=(y=g?.item)===null||y===void 0?void 0:y.bindDatas)!==null&&S!==void 0?S:[]},A?.props,(O=g?.item)===null||O===void 0?void 0:O.props,{event:((_=g?.item)===null||_===void 0?void 0:_.event)||{},schema:t,id:g?.id,onClose:d}))}else return v.createElement(v.Fragment,null)})},[t,i,e]);return v.createElement(Nt,{popup:s,onClose:d,padding:0,modalStyle:{position:"fixed"}},p)},hi={};Object.values(vi).forEach(t=>{hi[t.extend.type]=t});const ma=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:o,appDomain:l,licenseUrl:a,enabledMetaConversionApi:s})=>{var r,c,d,p,m,f;const h=Z(()=>{var g;return location?.search?(g=location?.search)===null||g===void 0?void 0:g.replace("?",""):""},[]);return v.createElement(Li,{resolver:hi,enableDataSource:!1,schema:t?.data,utmVal:h},v.createElement(Ai,{utmVal:h,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(c=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&c!==void 0?c:e,defaultSize:(p=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.default_recommend)!==null&&p!==void 0?p:i,hashTagSize:(f=(m=t?.sxp_parameter)===null||m===void 0?void 0:m.hash_tag_size)!==null&&f!==void 0?f:n,loadingImage:o,appDomain:l,enabledMetaConversionApi:s,render:({rtcList:g,tagList:C})=>{var u;return v.createElement(v.Fragment,null,v.createElement(pn,Object.assign({},(u=t?.data)===null||u===void 0?void 0:u.sxpPageConf,{tagList:C,data:g,resolver:hi,licenseUrl:a})),v.createElement(fa,null))}}))};var ha=ce(ma);const vn=gt({}),ga=({children:t,data:e})=>{var i,n,o,l,a,s;const[r,c]=G(!1);return v.createElement(vn.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:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.hash_tag_size,loadingImage:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.loading_image},appDomain:e?.appDomain,openHashtag:r,setOpenHashtag:c}},t)};function ba(){return ht(vn)}export{va as DiyPortalPreview,ga as EditorDataProvider,Nt as Modal,Ai as SxpDataSourceProvider,ha as SxpPageCore,pn as SxpPageRender,Vn as core,_n as default,Fn as defaultSetting,vi as materials,ba as useEditorDataProvider};
7
7
  //# sourceMappingURL=index.min.js.map