pb-sxp-ui 1.0.3-alpha.2 → 1.0.3-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +64 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -1
- package/dist/index.js +64 -36
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +64 -36
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/PictureGroup/Picture.js +31 -3
- package/es/core/components/SxpPageRender/VideoWidget/index.js +21 -30
- package/es/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +4 -3
- package/lib/core/components/SxpPageRender/PictureGroup/Picture.js +30 -2
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +21 -30
- package/lib/core/components/SxpPageRender/WaterFall/List.js +1 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +4 -3
- package/package.json +1 -1
package/dist/index.min.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import{isEmpty as Wt,isEqual as $t,cloneDeep as et,debounce as Tt,throttle as at,get as qt}from"lodash";import{v4 as Ni}from"uuid";import Ri from"pako";import g,{useContext as tt,useMemo as ae,createContext as it,memo as Z,useState as H,useRef as J,useEffect as Y,useCallback as se,forwardRef as St,useImperativeHandle as Bi,useLayoutEffect as ji}from"react";import Xt from"qs";import{css as G}from"@emotion/css";import{BetaSchemaForm as zi}from"@ant-design/pro-components";import*as Yt from"react-dom";import Vi from"eventemitter3";function ve(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 ge(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 r(d){try{c(n.next(d))}catch(p){a(p)}}function s(d){try{c(n.throw(d))}catch(p){a(p)}}function c(d){d.done?l(d.value):o(d.value).then(r,s)}c((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Fi=/:\w+/g;var Jt=(t,e)=>ge(void 0,void 0,void 0,function*(){const i={},n={};for(let o=0;o<e?.length;o++){const{id:l,method:a,url:r,urlParams:s,name:c,queryString:d,headers:p,body:h}=e[o];let f=r;s&&Object.entries(s).forEach(([b,C])=>{f=f.replace(Fi,y=>y===b?C:y)}),d&&(f+=d),n[l]=c;try{const b=yield fetch(f,{method:a,headers:Object.assign({"Content-Type":"application/json"},p),body:JSON.stringify(h)}).then(C=>C.json());i[l]=b}catch(b){console.error("DataSource request error: ",b),i[l]={}}}return{$store:i,idMapName:n}});const Qt="SXP_TOKEN_INFO",Hi=(t,e)=>ge(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),o=t.getAppId(),l=t.getApiUrl(),a=window.localStorage.getItem(Qt);let r=JSON.parse(a||"{}");if(Date.now()>((i=r?.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;r=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(Qt,JSON.stringify(r))}}return r});function rt(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 Ui=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},Gi=()=>{const t=Ni();return t?.replaceAll?t.replaceAll("-",""):Ui(32)};function Kt(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),o=Ri.inflate(n,{to:"string"});return JSON.parse(o)}let xt=null;const Wi={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class $i{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,xt)return xt;xt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Wi[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let me=null;const qi={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{me||(me=new $i),n&&me.setApiUrl(n),me.setAppId(t),me.setTenantId(e),me.setEnv(i)},getDetail:t=>{if(!me)return;const e=me.getTenantId(),i=me.getAppId(),n=me.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>ge(void 0,void 0,void 0,function*(){var l,a;const r=yield o.json(),s=Kt((l=r?.data)===null||l===void 0?void 0:l.data);if(s){const{$store:c}=yield Jt(n,(a=s?.dataSource)!==null&&a!==void 0?a:[]);r.data.data=s,Object.assign(r.data.data,{__STORE__:c})}return r}))},getSxpDetailByPageId:t=>ge(void 0,void 0,void 0,function*(){if(!me)return;const e=me.getTenantId(),i=me.getAppId(),n=me.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>ge(void 0,void 0,void 0,function*(){var l;const a=yield o.json();if(!a.success)return;const r=Kt((l=a?.data)===null||l===void 0?void 0:l.data);return a.data.data=r,a.data}))}),getSxpRecommendVideoData:t=>ge(void 0,void 0,void 0,function*(){if(!me)return;const e=yield Hi(me,t),i=rt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Wt(n)&&(n=rt(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 Te(){return tt(li)}function Xi(){return tt(oi)}const Ct="feRealSessionIdKey",Zt=()=>{const t=Gi();return`${Date.now()}${t}`},Yi=()=>{let t=Qi();return t||(t=Zt(),window.sessionStorage.setItem(Ct,t)),t},Ji=()=>{const t=Zt();window.sessionStorage.setItem(Ct,t)},Qi=()=>window.sessionStorage.getItem(Ct),ei="SXP_FAKE_USER_ID",Ki=()=>{let t=window.localStorage.getItem(ei);return Wt(t)&&(t=rt(36,62),window.localStorage.setItem(ei,t)),t};function Fe(t,e){const{appDomain:i}=ee();return ae(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ti=it({rtcList:[]});var Et;(function(t){t[t.BFF=5]="BFF"})(Et||(Et={}));const Zi=["utm_source","utm_medium","utm_campaign","utm_id","utm_content","cl_source"],en=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:o,defaultSize:l,isPreview:a=!1,sxpParameter:r,appDomain:s,hashTagSize:c,loadingImage:d,isOpenHashTag:p=!1})=>{const[h,f]=H([]),[b,C]=H(!1),[y,u]=H({rtc:"",requestId:""}),v=J(null),m=J(!1),[S,D]=H(),[P,R]=H(),[T,w]=H(p),[E,A]=H([]),[x,I]=H(0),[_,L]=H(!1);Y(()=>{w(p)},[p]);const B=ae(()=>e?.find(j=>j.type===Et.BFF),[e]),V=se((j,z)=>{if(!B)return;const W=B.url,ie=Ki();if(z?.query){const te=Xt.stringify(z.query);j=`${j}?${te}`}return z.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${W}/api/v1${j}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},B.headers),{"x-user-id":ie}),z.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${W}/api/v1${j}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":ie},B.headers),method:z.method,body:JSON.stringify(z.body)}).then(te=>te.json()).catch(te=>Promise.reject(te))},[B]),k=se(j=>ge(void 0,void 0,void 0,function*(){var z,W,ie,te;if(j={maxSize:o,defaultSize:(z=j?.defaultSize)!==null&&z!==void 0?z:l,"itemFilter.itemId":j?.["itemFilter.itemId"],"itemFilter.itemType":j?.["itemFilter.itemType"],hashTag:j?.hashTag,traceInfo:j?.traceInfo},i){const ce=(te=(ie=(W=i?.split("&"))===null||W===void 0?void 0:W.filter(we=>{const Me=we.split("=")[0];return Zi.includes(Me)}))===null||ie===void 0?void 0:ie.join("&"))!==null&&te!==void 0?te:"";j=Object.assign(Object.assign({},j),{channel:decodeURIComponent(ce)})}const fe=yield V?.("/recommend/list",{method:"GET",query:j});if(fe?.success)return j?.hashTag||u({rtc:fe.data.rtc,requestId:fe.data.requestId}),fe?.data}),[V,i,o,l]),M=se(()=>ge(void 0,void 0,void 0,function*(){var j,z;if(h.length<=0)return;const W=yield k({hashTag:P?.hashTag,"itemFilter.itemId":P?.itemId,"itemFilter.itemType":P?.itemType});f(h.concat((j=W?.recList)!==null&&j!==void 0?j:[])),A(E.concat((z=W?.recList)!==null&&z!==void 0?z:[]))}),[k,h,P,E]),O=se(({userInfo:j,eventInfo:z})=>{if(!n)return;j||(j={});const W=Yi(),ie=Object.assign({sessionID:W,rtc:y.rtc,requestId:y.requestId},z),te=Object.entries(j).map(([ce,we])=>({name:ce,value:we})),fe=Object.entries(ie).map(([ce,we])=>we&&{name:ce,value:we}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",j),console.log("eventInfo:",ie),console.log("========= \u7ED3\u675F ========="),V?.("/event/report",{method:"POST",body:{userInfo:te,eventInfo:fe},type:"beacon"})},[V,y,n]),U=se(j=>ge(void 0,void 0,void 0,function*(){const z=yield V?.("/recommend/like",{method:"POST",body:j});return z?.success}),[V]),oe=se(j=>ge(void 0,void 0,void 0,function*(){const z=yield V?.("/recommend/unlike",{method:"POST",body:j});return z?.success}),[V]),de=se(j=>ge(void 0,void 0,void 0,function*(){const z=yield V?.("/customform",{method:"POST",body:j});return z?.success}),[V]),pe=se((j,z,W)=>{var ie,te,fe,ce,we,Me,Ue,Qe,Oe,Ke,Be,Ge;const ue=W?.bindCta,bt=((ie=z?.video)===null||ie===void 0?void 0:ie.bindProduct)||((te=z?.video)===null||te===void 0?void 0:te.bindProducts)&&((ce=(fe=z?.video)===null||fe===void 0?void 0:fe.bindProducts)===null||ce===void 0?void 0:ce.length)>0;let We="";_?We="hashTagPage":!((we=z?.video)===null||we===void 0)&&we.url?We="videoPage":!((Ue=(Me=z?.video)===null||Me===void 0?void 0:Me.imgUrls)===null||Ue===void 0)&&Ue.length&&(We="imagePage"),O?.({eventInfo:Object.assign(Object.assign({},j),{ctaId:(Qe=ue?.itemId)!==null&&Qe!==void 0?Qe:"",ctaName:(Oe=ue?.title)!==null&&Oe!==void 0?Oe:"",contentTags:JSON.stringify(ue?.tags),position:z?.position,relatedContentId:(Be=(Ke=z?.video)===null||Ke===void 0?void 0:Ke.itemId)!==null&&Be!==void 0?Be:"",relatedProductId:bt?W?.itemId:"",traceInfo:(Ge=ue?.traceInfo)!==null&&Ge!==void 0?Ge:"",fromKName:We})})},[O,_]);Y(()=>{C(!0),k().then(j=>{var z,W;f((z=j?.recList)!==null&&z!==void 0?z:[]),A((W=j?.recList)!==null&&W!==void 0?W:[])}).finally(()=>{C(!1),m.current=!0})},[]),Y(()=>{m.current&&(C(!0),k().then(j=>{var z,W;f((z=j?.recList)!==null&&z!==void 0?z:[]),A((W=j?.recList)!==null&&W!==void 0?W:[])}).finally(()=>{C(!1)}))},[k]);const Ce=Fe("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",s);return g.createElement(ti.Provider,{value:{rtcList:h,setRtcList:f,mutateLike:U,mutateUnlike:oe,submitForm:de,popupDetailData:S,loadVideos:M,setPopupDetailData:D,getRecommendVideos:k,bffEventReport:O,utmVal:i,isPreview:a,loading:b,sxpParameter:r,waterFallData:P,setWaterFallData:R,ctaEvent:pe,swiperRef:v,openHashtag:T,setOpenHashtag:w,cacheRtcList:E,setCacheRtcList:A,cacheActiveIndex:x,setCacheActiveIndex:I,isFromHashtag:_,setIsFromHashtag:L,appDomain:s,hashTagSize:c,loadingImage:d??Ce,isOpenHashTag:p}},t({rtcList:h,mutateLike:U,mutateUnlike:oe,submitForm:de}))};var ii=Z(en);function ee(){return tt(ti)}var ni;(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"})(ni||(ni={}));const oi=it({$store:{},options:[],configs:[]}),tn=({children:t,isSsr:e,enable:i})=>{const[n,o]=H([]),{schema:l}=Te(),[a,r]=H(l.__STORE__||{}),[s,c]=H([]);Y(()=>{var h;e||$t(s,l?.dataSource)||c((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const d=se(()=>ge(void 0,void 0,void 0,function*(){const{$store:h,idMapName:f}=yield Jt("",s);r(h),p(h,f)}),[s]),p=(h,f)=>{const b=[];Object.entries(h).forEach(([C,y])=>{Object.keys(y).forEach(u=>{const v={label:`${f[C]} - ${u}`,value:`{{ ${C}.${u} }}`};b.push(v)})}),o(b)};return Y(()=>{e||d()},[d,e,l]),i?g.createElement(oi.Provider,{value:{$store:l.__STORE__||a,options:n,configs:s}},t):t};var nn=Z(tn);const dt={id:rt(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},li=g.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[dt],redoStack:[],popup:"",setPopup:()=>{},popupAni:{name:"none",duration:0}}),si=St(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:o=!0,utmVal:l},a)=>{const[r,s]=H(null),[c,d]=H(n||{pointData:[dt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[p,h]=H([dt]),[f,b]=H([[dt]]),[C,y]=H([]),[u,v]=H(""),[m,S]=H({name:"none",duration:0});typeof window<"u"&&(window.sxpPopup=(w,E)=>{v(w),E&&E?.name!=="none"?S(Object.assign(Object.assign({},m),E)):S({name:"none",duration:0})}),typeof window<"u"&&(window.getJointUtmLink=w=>w?.indexOf("?")!==-1?w+(l?"&"+l:""):w+(l?"?"+l:"")),Y(()=>{b([c.pointData]),y([])},[c.type]);const D=se(w=>{const E=et(c);E&&(E.dataSource=w,d?.(E))},[c]),[P,R]=H();Bi(a,()=>({loadSchema(w){w&&(b([w.pointData]),d(w))},exportSchema(){return et(c)},getPageInfoData(){return P},initPageInfoData(w){w&&R(w)}}));const T=ae(()=>{if(c)return c.type==="PC"?c.pcPageConf:c.mobilePageConf},[c]);return g.createElement(li.Provider,{value:{resolver:e,currentNode:r,schema:c,setCurrentNode:s,setSchema:d,saveDataSource:D,prePiontData:p,setPrePiontData:h,pageInfoData:P,setPageInfoData:w=>R(Object.assign(Object.assign({},P),w)),undoStack:f,redoStack:C,setRedoStack:y,setUndoStack:b,getCurPageConf:T,popup:u,setPopup:v,popupAni:m}},g.createElement(nn,{isSsr:i,enable:o},t))});var on=Object.freeze({__proto__:null,EditorCore:si}),ln=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],sn=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{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 an=t=>{var{columns:e,style:i,title:n,textStyle:o,submitBgColor:l,submitColor:a,submitText:r,layoutType:s,onClick:c}=t,d=ve(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","onClick"]);Te();const{submitForm:p}=ee(),h=J(),[f,b]=H(!1),C=ae(()=>[{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"}],[]),y=ae(()=>{if(s===void 0){const v=et(e)||C;return v?.map(m=>Object.assign(Object.assign({},m),{title:void 0,fieldProps:{placeholder:m?.title}}))}else return et(e)||C},[s,e,C]),u=Tt(()=>ge(void 0,void 0,void 0,function*(){var v,m,S;b(!0);const D=yield(v=h?.current)===null||v===void 0?void 0:v.getFieldsValue(),P=(S=(m=Object.keys(D))===null||m===void 0?void 0:m.map(T=>({name:T,value:D[T]})))===null||S===void 0?void 0:S.filter(T=>T?.value);if(!P||!P?.length)return;const R=yield p?.({attributes:P});b(!1),R&&(window?.sxpPopup(""),R&&c?.())}),1e3);return g.createElement("div",{className:"pb-appoint-form"},g.createElement("div",{className:`pb-appoint-form-title ${G(Object.assign({},o))}`},n),g.createElement("div",Object.assign({className:G(Object.assign({},i))},d),g.createElement("div",{className:"pb-appoint-form-container"},g.createElement(zi,{columns:y,submitter:!1,layout:s,autoFocusFirstInput:!1,size:"large",formRef:h,className:"panel-reset"}))),g.createElement("div",{className:"pb-appoint-form-btn-wrapper"},g.createElement("button",{onClick:u,className:"pb-appoint-form-btn",style:{color:a,background:l}},f?g.createElement(g.Fragment,null,"loading..."):r)))};var rn=Z(an);function be(t,e){return t.extend=e,t}const dn=be(rn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:sn,bindableProps:[],interactionRender:ln},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",fontFamily:"\u9ED1\u4F53",textAlign:"center"}},w:100,h:40,sort:2});var cn=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["fontFamily"]},{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];function ai(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function It(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:ai(e[i])&&ai(t[i])&&Object.keys(e[i]).length>0&&It(t[i],e[i])})}const ri={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 De(){const t=typeof document<"u"?document:{};return It(t,ri),t}const un={document:ri,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 he(){const t=typeof window<"u"?window:{};return It(t,un),t}function Le(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function pn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function $e(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function Se(){return Date.now()}function fn(t){const e=he();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function vn(t,e){e===void 0&&(e="x");const i=he();let n,o,l;const a=fn(t);return i.WebKitCSSMatrix?(o=a.transform||a.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(r=>r.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 ct(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function mn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function ye(){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&&!mn(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 r=o[l],s=Object.getOwnPropertyDescriptor(n,r);s!==void 0&&s.enumerable&&(ct(t[r])&&ct(n[r])?n[r].__swiper__?t[r]=n[r]:ye(t[r],n[r]):!ct(t[r])&&ct(n[r])?(t[r]={},n[r].__swiper__?t[r]=n[r]:ye(t[r],n[r])):t[r]=n[r])}}}return t}function ut(t,e,i){t.style.setProperty(e,i)}function di(t){let{swiper:e,targetPosition:i,side:n}=t;const o=he(),l=-e.translate;let a=null,r;const s=e.params.speed;e.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(e.cssModeFrameID);const c=i>l?"next":"prev",d=(h,f)=>c==="next"&&h>=f||c==="prev"&&h<=f,p=()=>{r=new Date().getTime(),a===null&&(a=r);const h=Math.max(Math.min((r-a)/s,1),0),f=.5-Math.cos(h*Math.PI)/2;let b=l+f*(i-l);if(d(b,i)&&(b=i),e.wrapperEl.scrollTo({[n]:b}),d(b,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:b})}),o.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=o.requestAnimationFrame(p)};p()}function Ae(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function pt(t){try{console.warn(t);return}catch{}}function nt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Le(e)),i}function hn(t){const e=he(),i=De(),n=t.getBoundingClientRect(),o=i.body,l=t.clientTop||o.clientTop||0,a=t.clientLeft||o.clientLeft||0,r=t===e?e.scrollY:t.scrollTop,s=t===e?e.scrollX:t.scrollLeft;return{top:n.top+r-l,left:n.left+s-a}}function gn(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 bn(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 Ne(t,e){return he().getComputedStyle(t,null).getPropertyValue(e)}function ft(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function ci(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 Dt(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function At(t,e,i){const n=he();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 Pe(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function yn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=he();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,r=Se(),s;const c=[];function d(m){let R=0,T=0,w=0,E=0;return"detail"in m&&(T=m.detail),"wheelDelta"in m&&(T=-m.wheelDelta/120),"wheelDeltaY"in m&&(T=-m.wheelDeltaY/120),"wheelDeltaX"in m&&(R=-m.wheelDeltaX/120),"axis"in m&&m.axis===m.HORIZONTAL_AXIS&&(R=T,T=0),w=R*10,E=T*10,"deltaY"in m&&(E=m.deltaY),"deltaX"in m&&(w=m.deltaX),m.shiftKey&&!w&&(w=E,E=0),(w||E)&&m.deltaMode&&(m.deltaMode===1?(w*=40,E*=40):(w*=800,E*=800)),w&&!R&&(R=w<1?-1:1),E&&!T&&(T=E<1?-1:1),{spinX:R,spinY:T,pixelX:w,pixelY:E}}function p(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function f(m){return e.params.mousewheel.thresholdDelta&&m.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&Se()-r<e.params.mousewheel.thresholdTime?!1:m.delta>=6&&Se()-r<60?!0:(m.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),o("scroll",m.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),o("scroll",m.raw)),r=new l.Date().getTime(),!1)}function b(m){const S=e.params.mousewheel;if(m.direction<0){if(e.isEnd&&!e.params.loop&&S.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&S.releaseOnEdges)return!0;return!1}function C(m){let S=m,D=!0;if(!e.enabled||m.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const P=e.params.mousewheel;e.params.cssMode&&S.preventDefault();let R=e.el;e.params.mousewheel.eventsTarget!=="container"&&(R=document.querySelector(e.params.mousewheel.eventsTarget));const T=R&&R.contains(S.target);if(!e.mouseEntered&&!T&&!P.releaseOnEdges)return!0;S.originalEvent&&(S=S.originalEvent);let w=0;const E=e.rtlTranslate?-1:1,A=d(S);if(P.forceToAxis)if(e.isHorizontal())if(Math.abs(A.pixelX)>Math.abs(A.pixelY))w=-A.pixelX*E;else return!0;else if(Math.abs(A.pixelY)>Math.abs(A.pixelX))w=-A.pixelY;else return!0;else w=Math.abs(A.pixelX)>Math.abs(A.pixelY)?-A.pixelX*E:-A.pixelY;if(w===0)return!0;P.invert&&(w=-w);let x=e.getTranslate()+w*P.sensitivity;if(x>=e.minTranslate()&&(x=e.minTranslate()),x<=e.maxTranslate()&&(x=e.maxTranslate()),D=e.params.loop?!0:!(x===e.minTranslate()||x===e.maxTranslate()),D&&e.params.nested&&S.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const I={time:Se(),delta:Math.abs(w),direction:Math.sign(w),raw:m};c.length>=2&&c.shift();const _=c.length?c[c.length-1]:void 0;if(c.push(I),_?(I.direction!==_.direction||I.delta>_.delta||I.time>_.time+150)&&f(I):f(I),b(I))return!0}else{const I={time:Se(),delta:Math.abs(w),direction:Math.sign(w)},_=s&&I.time<s.time+500&&I.delta<=s.delta&&I.direction===s.direction;if(!_){s=void 0;let L=e.getTranslate()+w*P.sensitivity;const B=e.isBeginning,V=e.isEnd;if(L>=e.minTranslate()&&(L=e.minTranslate()),L<=e.maxTranslate()&&(L=e.maxTranslate()),e.setTransition(0),e.setTranslate(L),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!B&&e.isBeginning||!V&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,c.length>=15&&c.shift();const k=c.length?c[c.length-1]:void 0,M=c[0];if(c.push(I),k&&(I.delta>k.delta||I.direction!==k.direction))c.splice(0);else if(c.length>=15&&I.time-M.time<500&&M.delta-I.delta>=1&&I.delta<=6){const O=w>0?.8:.2;s=I,c.splice(0),a=$e(()=>{e.slideToClosest(e.params.speed,!0,void 0,O)},0)}a||(a=$e(()=>{s=I,c.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(_||o("scroll",S),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),P.releaseOnEdges&&(L===e.minTranslate()||L===e.maxTranslate()))return!0}}return S.preventDefault?S.preventDefault():S.returnValue=!1,!1}function y(m){let S=e.el;e.params.mousewheel.eventsTarget!=="container"&&(S=document.querySelector(e.params.mousewheel.eventsTarget)),S[m]("mouseenter",p),S[m]("mouseleave",h),S[m]("wheel",C)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",C),!0):e.mousewheel.enabled?!1:(y("addEventListener"),e.mousewheel.enabled=!0,!0)}function v(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,C),!0):e.mousewheel.enabled?(y("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&v(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&v()}),Object.assign(e.mousewheel,{enable:u,disable:v})}function ui(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(o=>{if(!i[o]&&i.auto===!0){let l=Ae(t.el,`.${n[o]}`)[0];l||(l=nt("div",n[o]),l.className=n[o],t.el.append(l)),i[o]=l,e[o]=l}}),i}function qe(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,r=0;function s(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function c(u,v){const{bulletActiveClass:m}=e.params.pagination;u&&(u=u[`${v==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${m}-${v}`),u=u[`${v==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${m}-${v}-${v}`)))}function d(u){const v=u.target.closest(qe(e.params.pagination.bulletClass));if(!v)return;u.preventDefault();const m=ft(v)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===m)return;e.slideToLoop(m)}else e.slideTo(m)}function p(){const u=e.rtl,v=e.params.pagination;if(s())return;let m=e.pagination.el;m=Pe(m);let S,D;const P=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,R=e.params.loop?Math.ceil(P/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(D=e.previousRealIndex||0,S=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(S=e.snapIndex,D=e.previousSnapIndex):(D=e.previousIndex||0,S=e.activeIndex||0),v.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const T=e.pagination.bullets;let w,E,A;if(v.dynamicBullets&&(a=At(T[0],e.isHorizontal()?"width":"height",!0),m.forEach(x=>{x.style[e.isHorizontal()?"width":"height"]=`${a*(v.dynamicMainBullets+4)}px`}),v.dynamicMainBullets>1&&D!==void 0&&(r+=S-(D||0),r>v.dynamicMainBullets-1?r=v.dynamicMainBullets-1:r<0&&(r=0)),w=Math.max(S-r,0),E=w+(Math.min(T.length,v.dynamicMainBullets)-1),A=(E+w)/2),T.forEach(x=>{const I=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(_=>`${v.bulletActiveClass}${_}`)].map(_=>typeof _=="string"&&_.includes(" ")?_.split(" "):_).flat();x.classList.remove(...I)}),m.length>1)T.forEach(x=>{const I=ft(x);I===S?x.classList.add(...v.bulletActiveClass.split(" ")):e.isElement&&x.setAttribute("part","bullet"),v.dynamicBullets&&(I>=w&&I<=E&&x.classList.add(...`${v.bulletActiveClass}-main`.split(" ")),I===w&&c(x,"prev"),I===E&&c(x,"next"))});else{const x=T[S];if(x&&x.classList.add(...v.bulletActiveClass.split(" ")),e.isElement&&T.forEach((I,_)=>{I.setAttribute("part",_===S?"bullet-active":"bullet")}),v.dynamicBullets){const I=T[w],_=T[E];for(let L=w;L<=E;L+=1)T[L]&&T[L].classList.add(...`${v.bulletActiveClass}-main`.split(" "));c(I,"prev"),c(_,"next")}}if(v.dynamicBullets){const x=Math.min(T.length,v.dynamicMainBullets+4),I=(a*x-a)/2-A*a,_=u?"right":"left";T.forEach(L=>{L.style[e.isHorizontal()?_:"top"]=`${I}px`})}}m.forEach((T,w)=>{if(v.type==="fraction"&&(T.querySelectorAll(qe(v.currentClass)).forEach(E=>{E.textContent=v.formatFractionCurrent(S+1)}),T.querySelectorAll(qe(v.totalClass)).forEach(E=>{E.textContent=v.formatFractionTotal(R)})),v.type==="progressbar"){let E;v.progressbarOpposite?E=e.isHorizontal()?"vertical":"horizontal":E=e.isHorizontal()?"horizontal":"vertical";const A=(S+1)/R;let x=1,I=1;E==="horizontal"?x=A:I=A,T.querySelectorAll(qe(v.progressbarFillClass)).forEach(_=>{_.style.transform=`translate3d(0,0,0) scaleX(${x}) scaleY(${I})`,_.style.transitionDuration=`${e.params.speed}ms`})}v.type==="custom"&&v.renderCustom?(T.innerHTML=v.renderCustom(e,S+1,R),w===0&&o("paginationRender",T)):(w===0&&o("paginationRender",T),o("paginationUpdate",T)),e.params.watchOverflow&&e.enabled&&T.classList[e.isLocked?"add":"remove"](v.lockClass)})}function h(){const u=e.params.pagination;if(s())return;const v=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 m=e.pagination.el;m=Pe(m);let S="";if(u.type==="bullets"){let D=e.params.loop?Math.ceil(v/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&D>v&&(D=v);for(let P=0;P<D;P+=1)u.renderBullet?S+=u.renderBullet.call(e,P,u.bulletClass):S+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?S=u.renderFraction.call(e,u.currentClass,u.totalClass):S=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?S=u.renderProgressbar.call(e,u.progressbarFillClass):S=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],m.forEach(D=>{u.type!=="custom"&&(D.innerHTML=S||""),u.type==="bullets"&&e.pagination.bullets.push(...D.querySelectorAll(qe(u.bulletClass)))}),u.type!=="custom"&&o("paginationRender",m[0])}function f(){e.params.pagination=ui(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let v;typeof u.el=="string"&&e.isElement&&(v=e.el.querySelector(u.el)),!v&&typeof u.el=="string"&&(v=[...document.querySelectorAll(u.el)]),v||(v=u.el),!(!v||v.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(v)&&v.length>1&&(v=[...e.el.querySelectorAll(u.el)],v.length>1&&(v=v.filter(m=>ci(m,".swiper")[0]===e.el)[0])),Array.isArray(v)&&v.length===1&&(v=v[0]),Object.assign(e.pagination,{el:v}),v=Pe(v),v.forEach(m=>{u.type==="bullets"&&u.clickable&&m.classList.add(...(u.clickableClass||"").split(" ")),m.classList.add(u.modifierClass+u.type),m.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(m.classList.add(`${u.modifierClass}${u.type}-dynamic`),r=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&m.classList.add(u.progressbarOppositeClass),u.clickable&&m.addEventListener("click",d),e.enabled||m.classList.add(u.lockClass)}))}function b(){const u=e.params.pagination;if(s())return;let v=e.pagination.el;v&&(v=Pe(v),v.forEach(m=>{m.classList.remove(u.hiddenClass),m.classList.remove(u.modifierClass+u.type),m.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(m.classList.remove(...(u.clickableClass||"").split(" ")),m.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(m=>m.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:v}=e.pagination;v=Pe(v),v.forEach(m=>{m.classList.remove(u.horizontalClass,u.verticalClass),m.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?y():(f(),h(),p())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&p()}),n("snapIndexChange",()=>{p()}),n("snapGridLengthChange",()=>{h(),p()}),n("destroy",()=>{b()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{p()}),n("click",(u,v)=>{const m=v.target,S=Pe(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&S&&S.length>0&&!m.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&m===e.navigation.nextEl||e.navigation.prevEl&&m===e.navigation.prevEl))return;const D=S[0].classList.contains(e.params.pagination.hiddenClass);o(D===!0?"paginationShow":"paginationHide"),S.forEach(P=>P.classList.toggle(e.params.pagination.hiddenClass))}});const C=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList.remove(e.params.pagination.paginationDisabledClass))),f(),h(),p()},y=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList.add(e.params.pagination.paginationDisabledClass))),b()};Object.assign(e.pagination,{enable:C,disable:y,render:h,update:p,init:f,destroy:b})}function wn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=De();let a=!1,r=null,s=null,c,d,p,h;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:x,rtlTranslate:I}=e,{dragEl:_,el:L}=x,B=e.params.scrollbar,V=e.params.loop?e.progressLoop:e.progress;let k=d,M=(p-d)*V;I?(M=-M,M>0?(k=d-M,M=0):-M+d>p&&(k=p+M)):M<0?(k=d+M,M=0):M+d>p&&(k=p-M),e.isHorizontal()?(_.style.transform=`translate3d(${M}px, 0, 0)`,_.style.width=`${k}px`):(_.style.transform=`translate3d(0px, ${M}px, 0)`,_.style.height=`${k}px`),B.hide&&(clearTimeout(r),L.style.opacity=1,r=setTimeout(()=>{L.style.opacity=0,L.style.transitionDuration="400ms"},1e3))}function b(x){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${x}ms`)}function C(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:x}=e,{dragEl:I,el:_}=x;I.style.width="",I.style.height="",p=e.isHorizontal()?_.offsetWidth:_.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=p*h:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${d}px`:I.style.height=`${d}px`,h>=1?_.style.display="none":_.style.display="",e.params.scrollbar.hide&&(_.style.opacity=0),e.params.watchOverflow&&e.enabled&&x.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function y(x){return e.isHorizontal()?x.clientX:x.clientY}function u(x){const{scrollbar:I,rtlTranslate:_}=e,{el:L}=I;let B;B=(y(x)-hn(L)[e.isHorizontal()?"left":"top"]-(c!==null?c:d/2))/(p-d),B=Math.max(Math.min(B,1),0),_&&(B=1-B);const V=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*B;e.updateProgress(V),e.setTranslate(V),e.updateActiveIndex(),e.updateSlidesClasses()}function v(x){const I=e.params.scrollbar,{scrollbar:_,wrapperEl:L}=e,{el:B,dragEl:V}=_;a=!0,c=x.target===V?y(x)-x.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,x.preventDefault(),x.stopPropagation(),L.style.transitionDuration="100ms",V.style.transitionDuration="100ms",u(x),clearTimeout(s),B.style.transitionDuration="0ms",I.hide&&(B.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),o("scrollbarDragStart",x)}function m(x){const{scrollbar:I,wrapperEl:_}=e,{el:L,dragEl:B}=I;a&&(x.preventDefault?x.preventDefault():x.returnValue=!1,u(x),_.style.transitionDuration="0ms",L.style.transitionDuration="0ms",B.style.transitionDuration="0ms",o("scrollbarDragMove",x))}function S(x){const I=e.params.scrollbar,{scrollbar:_,wrapperEl:L}=e,{el:B}=_;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",L.style.transitionDuration=""),I.hide&&(clearTimeout(s),s=$e(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3)),o("scrollbarDragEnd",x),I.snapOnRelease&&e.slideToClosest())}function D(x){const{scrollbar:I,params:_}=e,L=I.el;if(!L)return;const B=L,V=_.passiveListeners?{passive:!1,capture:!1}:!1,k=_.passiveListeners?{passive:!0,capture:!1}:!1;if(!B)return;const M=x==="on"?"addEventListener":"removeEventListener";B[M]("pointerdown",v,V),l[M]("pointermove",m,V),l[M]("pointerup",S,k)}function P(){!e.params.scrollbar.el||!e.scrollbar.el||D("on")}function R(){!e.params.scrollbar.el||!e.scrollbar.el||D("off")}function T(){const{scrollbar:x,el:I}=e;e.params.scrollbar=ui(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const _=e.params.scrollbar;if(!_.el)return;let L;if(typeof _.el=="string"&&e.isElement&&(L=e.el.querySelector(_.el)),!L&&typeof _.el=="string"){if(L=l.querySelectorAll(_.el),!L.length)return}else L||(L=_.el);e.params.uniqueNavElements&&typeof _.el=="string"&&L.length>1&&I.querySelectorAll(_.el).length===1&&(L=I.querySelector(_.el)),L.length>0&&(L=L[0]),L.classList.add(e.isHorizontal()?_.horizontalClass:_.verticalClass);let B;L&&(B=L.querySelector(qe(e.params.scrollbar.dragClass)),B||(B=nt("div",e.params.scrollbar.dragClass),L.append(B))),Object.assign(x,{el:L,dragEl:B}),_.draggable&&P(),L&&L.classList[e.enabled?"remove":"add"](...Le(e.params.scrollbar.lockClass))}function w(){const x=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...Le(e.isHorizontal()?x.horizontalClass:x.verticalClass)),R()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const x=e.params.scrollbar;let{el:I}=e.scrollbar;I=Pe(I),I.forEach(_=>{_.classList.remove(x.horizontalClass,x.verticalClass),_.classList.add(e.isHorizontal()?x.horizontalClass:x.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?A():(T(),C(),f())}),n("update resize observerUpdate lock unlock changeDirection",()=>{C()}),n("setTranslate",()=>{f()}),n("setTransition",(x,I)=>{b(I)}),n("enable disable",()=>{const{el:x}=e.scrollbar;x&&x.classList[e.enabled?"remove":"add"](...Le(e.params.scrollbar.lockClass))}),n("destroy",()=>{w()});const E=()=>{e.el.classList.remove(...Le(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Le(e.params.scrollbar.scrollbarDisabledClass)),T(),C(),f()},A=()=>{e.el.classList.add(...Le(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Le(e.params.scrollbar.scrollbarDisabledClass)),w()};Object.assign(e.scrollbar,{enable:E,disable:A,updateSize:C,setTranslate:f,init:T,destroy:w})}function _t(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,r,s=l&&l.autoplay?l.autoplay.delay:3e3,c=l&&l.autoplay?l.autoplay.delay:3e3,d,p=new Date().getTime(),h,f,b,C,y,u,v;function m(k){!e||e.destroyed||!e.wrapperEl||k.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",m),!v&&E())}const S=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(c=d,h=!1);const k=e.autoplay.paused?d:p+c-new Date().getTime();e.autoplay.timeLeft=k,o("autoplayTimeLeft",k,k/s),r=requestAnimationFrame(()=>{S()})},D=()=>{let k;return e.virtual&&e.params.virtual.enabled?k=e.slides.filter(O=>O.classList.contains("swiper-slide-active"))[0]:k=e.slides[e.activeIndex],k?parseInt(k.getAttribute("data-swiper-autoplay"),10):void 0},P=k=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(r),S();let M=typeof k>"u"?e.params.autoplay.delay:k;s=e.params.autoplay.delay,c=e.params.autoplay.delay;const O=D();!Number.isNaN(O)&&O>0&&typeof k>"u"&&(M=O,s=O,c=O),d=M;const U=e.params.speed,oe=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(U,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,U,!0,!0),o("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(U,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,U,!0,!0),o("autoplay")),e.params.cssMode&&(p=new Date().getTime(),requestAnimationFrame(()=>{P()})))};return M>0?(clearTimeout(a),a=setTimeout(()=>{oe()},M)):requestAnimationFrame(()=>{oe()}),M},R=()=>{p=new Date().getTime(),e.autoplay.running=!0,P(),o("autoplayStart")},T=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(r),o("autoplayStop")},w=(k,M)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),k||(u=!0);const O=()=>{o("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",m):E()};if(e.autoplay.paused=!0,M){y&&(d=e.params.autoplay.delay),y=!1,O();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-p),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),O())},E=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(p=new Date().getTime(),u?(u=!1,P(d)):P(),e.autoplay.paused=!1,o("autoplayResume"))},A=()=>{if(e.destroyed||!e.autoplay.running)return;const k=De();k.visibilityState==="hidden"&&(u=!0,w(!0)),k.visibilityState==="visible"&&E()},x=k=>{k.pointerType==="mouse"&&(u=!0,v=!0,!(e.animating||e.autoplay.paused)&&w(!0))},I=k=>{k.pointerType==="mouse"&&(v=!1,e.autoplay.paused&&E())},_=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",x),e.el.addEventListener("pointerleave",I))},L=()=>{e.el.removeEventListener("pointerenter",x),e.el.removeEventListener("pointerleave",I)},B=()=>{De().addEventListener("visibilitychange",A)},V=()=>{De().removeEventListener("visibilitychange",A)};n("init",()=>{e.params.autoplay.enabled&&(_(),B(),R())}),n("destroy",()=>{L(),V(),e.autoplay.running&&T()}),n("_freeModeStaticRelease",()=>{(b||u)&&E()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?T():w(!0,!0)}),n("beforeTransitionStart",(k,M,O)=>{e.destroyed||!e.autoplay.running||(O||!e.params.autoplay.disableOnInteraction?w(!0,!0):T())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){T();return}f=!0,b=!1,u=!1,C=setTimeout(()=>{u=!0,b=!0,w(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!f)){if(clearTimeout(C),clearTimeout(a),e.params.autoplay.disableOnInteraction){b=!1,f=!1;return}b&&e.params.cssMode&&E(),b=!1,f=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(y=!0)}),Object.assign(e.autoplay,{start:R,stop:T,pause:w,resume:E})}function Tn(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 s=e.getTranslate();e.setTranslate(s),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:s,touches:c}=e;s.velocities.length===0&&s.velocities.push({position:c[e.isHorizontal()?"startX":"startY"],time:s.touchStartTime}),s.velocities.push({position:c[e.isHorizontal()?"currentX":"currentY"],time:Se()})}function r(s){let{currentPos:c}=s;if(e.params.cssMode)return;const{params:d,wrapperEl:p,rtlTranslate:h,snapGrid:f,touchEventsData:b}=e,y=Se()-b.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(b.velocities.length>1){const T=b.velocities.pop(),w=b.velocities.pop(),E=T.position-w.position,A=T.time-w.time;e.velocity=E/A,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(A>150||Se()-T.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,b.velocities.length=0;let u=1e3*d.freeMode.momentumRatio;const v=e.velocity*u;let m=e.translate+v;h&&(m=-m);let S=!1,D;const P=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let R;if(m<e.maxTranslate())d.freeMode.momentumBounce?(m+e.maxTranslate()<-P&&(m=e.maxTranslate()-P),D=e.maxTranslate(),S=!0,b.allowMomentumBounce=!0):m=e.maxTranslate(),d.loop&&d.centeredSlides&&(R=!0);else if(m>e.minTranslate())d.freeMode.momentumBounce?(m-e.minTranslate()>P&&(m=e.minTranslate()+P),D=e.minTranslate(),S=!0,b.allowMomentumBounce=!0):m=e.minTranslate(),d.loop&&d.centeredSlides&&(R=!0);else if(d.freeMode.sticky){let T;for(let w=0;w<f.length;w+=1)if(f[w]>-m){T=w;break}Math.abs(f[T]-m)<Math.abs(f[T-1]-m)||e.swipeDirection==="next"?m=f[T]:m=f[T-1],m=-m}if(R&&o("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?u=Math.abs((-m-e.translate)/e.velocity):u=Math.abs((m-e.translate)/e.velocity),d.freeMode.sticky){const T=Math.abs((h?-m:m)-e.translate),w=e.slidesSizesGrid[e.activeIndex];T<w?u=d.speed:T<2*w?u=d.speed*1.5:u=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&S?(e.updateProgress(D),e.setTransition(u),e.setTranslate(m),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Dt(p,()=>{!e||e.destroyed||!b.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(D),Dt(p,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(m),e.setTransition(u),e.setTranslate(m),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Dt(p,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(m),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||y>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:a,onTouchEnd:r}})}let kt;function Sn(){const t=he(),e=De();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function pi(){return kt||(kt=Sn()),kt}let Mt;function xn(t){let{userAgent:e}=t===void 0?{}:t;const i=pi(),n=he(),o=n.navigator.platform,l=e||n.navigator.userAgent,a={ios:!1,android:!1},r=n.screen.width,s=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_]+))?/),h=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=o==="Win32";let b=o==="MacIntel";const C=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&b&&i.touch&&C.indexOf(`${r}x${s}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),b=!1),c&&!f&&(a.os="android",a.android=!0),(d||h||p)&&(a.os="ios",a.ios=!0),a}function fi(t){return t===void 0&&(t={}),Mt||(Mt=xn(t)),Mt}let Ot;function Cn(){const t=he(),e=fi();let i=!1;function n(){const r=t.navigator.userAgent.toLowerCase();return r.indexOf("safari")>=0&&r.indexOf("chrome")<0&&r.indexOf("android")<0}if(n()){const r=String(t.navigator.userAgent);if(r.includes("Version/")){const[s,c]=r.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=s<16||s===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 En(){return Ot||(Ot=Cn()),Ot}function In(t){let{swiper:e,on:i,emit:n}=t;const o=he();let l=null,a=null;const r=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},s=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(p=>{a=o.requestAnimationFrame(()=>{const{width:h,height:f}=e;let b=h,C=f;p.forEach(y=>{let{contentBoxSize:u,contentRect:v,target:m}=y;m&&m!==e.el||(b=v?v.width:(u[0]||u).inlineSize,C=v?v.height:(u[0]||u).blockSize)}),(b!==h||C!==f)&&r()})}),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"){s();return}o.addEventListener("resize",r),o.addEventListener("orientationchange",d)}),i("destroy",()=>{c(),o.removeEventListener("resize",r),o.removeEventListener("orientationchange",d)})}function Dn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=[],a=he(),r=function(d,p){p===void 0&&(p={});const h=a.MutationObserver||a.WebkitMutationObserver,f=new h(b=>{if(e.__preventObserver__)return;if(b.length===1){o("observerUpdate",b[0]);return}const C=function(){o("observerUpdate",b[0])};a.requestAnimationFrame?a.requestAnimationFrame(C):a.setTimeout(C,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)},s=()=>{if(e.params.observer){if(e.params.observeParents){const d=ci(e.hostEl);for(let p=0;p<d.length;p+=1)r(d[p])}r(e.hostEl,{childList:e.params.observeSlideChildren}),r(e.wrapperEl,{attributes:!1})}},c=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",s),n("destroy",c)}var An={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),r=0;r<l;r++)a[r]=arguments[r];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(s=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(c=>{c.apply(n,[s,...i])}),t.eventsListeners&&t.eventsListeners[s]&&t.eventsListeners[s].forEach(c=>{c.apply(n,i)})}),t}};function Pn(){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(Ne(n,"padding-left")||0,10)-parseInt(Ne(n,"padding-right")||0,10),i=i-parseInt(Ne(n,"padding-top")||0,10)-parseInt(Ne(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 _n(){const t=this;function e(E,A){return parseFloat(E.getPropertyValue(t.getDirectionLabel(A))||0)}const i=t.params,{wrapperEl:n,slidesEl:o,size:l,rtlTranslate:a,wrongRTL:r}=t,s=t.virtual&&i.virtual.enabled,c=s?t.virtual.slides.length:t.slides.length,d=Ae(o,`.${t.params.slideClass}, swiper-slide`),p=s?t.virtual.slides.length:d.length;let h=[];const f=[],b=[];let C=i.slidesOffsetBefore;typeof C=="function"&&(C=i.slidesOffsetBefore.call(t));let y=i.slidesOffsetAfter;typeof y=="function"&&(y=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,v=t.slidesGrid.length;let m=i.spaceBetween,S=-C,D=0,P=0;if(typeof l>"u")return;typeof m=="string"&&m.indexOf("%")>=0?m=parseFloat(m.replace("%",""))/100*l:typeof m=="string"&&(m=parseFloat(m)),t.virtualSize=-m,d.forEach(E=>{a?E.style.marginLeft="":E.style.marginRight="",E.style.marginBottom="",E.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(ut(n,"--swiper-centered-offset-before",""),ut(n,"--swiper-centered-offset-after",""));const R=i.grid&&i.grid.rows>1&&t.grid;R?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let T;const w=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){T=0;let A;if(d[E]&&(A=d[E]),R&&t.grid.updateSlide(E,A,d),!(d[E]&&Ne(A,"display")==="none")){if(i.slidesPerView==="auto"){w&&(d[E].style[t.getDirectionLabel("width")]="");const x=getComputedStyle(A),I=A.style.transform,_=A.style.webkitTransform;if(I&&(A.style.transform="none"),_&&(A.style.webkitTransform="none"),i.roundLengths)T=t.isHorizontal()?At(A,"width",!0):At(A,"height",!0);else{const L=e(x,"width"),B=e(x,"padding-left"),V=e(x,"padding-right"),k=e(x,"margin-left"),M=e(x,"margin-right"),O=x.getPropertyValue("box-sizing");if(O&&O==="border-box")T=L+k+M;else{const{clientWidth:U,offsetWidth:oe}=A;T=L+B+V+k+M+(oe-U)}}I&&(A.style.transform=I),_&&(A.style.webkitTransform=_),i.roundLengths&&(T=Math.floor(T))}else T=(l-(i.slidesPerView-1)*m)/i.slidesPerView,i.roundLengths&&(T=Math.floor(T)),d[E]&&(d[E].style[t.getDirectionLabel("width")]=`${T}px`);d[E]&&(d[E].swiperSlideSize=T),b.push(T),i.centeredSlides?(S=S+T/2+D/2+m,D===0&&E!==0&&(S=S-l/2-m),E===0&&(S=S-l/2-m),Math.abs(S)<1/1e3&&(S=0),i.roundLengths&&(S=Math.floor(S)),P%i.slidesPerGroup===0&&h.push(S),f.push(S)):(i.roundLengths&&(S=Math.floor(S)),(P-Math.min(t.params.slidesPerGroupSkip,P))%t.params.slidesPerGroup===0&&h.push(S),f.push(S),S=S+T+m),t.virtualSize+=T+m,D=T,P+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+y,a&&r&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+m}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+m}px`),R&&t.grid.updateWrapperSize(T,h),!i.centeredSlides){const E=[];for(let A=0;A<h.length;A+=1){let x=h[A];i.roundLengths&&(x=Math.floor(x)),h[A]<=t.virtualSize-l&&E.push(x)}h=E,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(s&&i.loop){const E=b[0]+m;if(i.slidesPerGroup>1){const A=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),x=E*i.slidesPerGroup;for(let I=0;I<A;I+=1)h.push(h[h.length-1]+x)}for(let A=0;A<t.virtual.slidesBefore+t.virtual.slidesAfter;A+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+E),f.push(f[f.length-1]+E),t.virtualSize+=E}if(h.length===0&&(h=[0]),m!==0){const E=t.isHorizontal()&&a?"marginLeft":t.getDirectionLabel("marginRight");d.filter((A,x)=>!i.cssMode||i.loop?!0:x!==d.length-1).forEach(A=>{A.style[E]=`${m}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let E=0;b.forEach(x=>{E+=x+(m||0)}),E-=m;const A=E-l;h=h.map(x=>x<=0?-C:x>A?A+y:x)}if(i.centerInsufficientSlides){let E=0;if(b.forEach(A=>{E+=A+(m||0)}),E-=m,E<l){const A=(l-E)/2;h.forEach((x,I)=>{h[I]=x-A}),f.forEach((x,I)=>{f[I]=x+A})}}if(Object.assign(t,{slides:d,snapGrid:h,slidesGrid:f,slidesSizesGrid:b}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){ut(n,"--swiper-centered-offset-before",`${-h[0]}px`),ut(n,"--swiper-centered-offset-after",`${t.size/2-b[b.length-1]/2}px`);const E=-t.snapGrid[0],A=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(x=>x+E),t.slidesGrid=t.slidesGrid.map(x=>x+A)}if(p!==c&&t.emit("slidesLengthChange"),h.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),f.length!==v&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!s&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const E=`${i.containerModifierClass}backface-hidden`,A=t.el.classList.contains(E);p<=i.maxBackfaceHiddenSlides?A||t.el.classList.add(E):A&&t.el.classList.remove(E)}}function kn(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=r=>n?e.slides[e.getSlideIndexByData(r)]:e.slides[r];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(r=>{i.push(r)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const r=e.activeIndex+l;if(r>e.slides.length&&!n)break;i.push(a(r))}else i.push(a(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const r=i[l].offsetHeight;o=r>o?r:o}(o||o===0)&&(e.wrapperEl.style.height=`${o}px`)}function Mn(){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 On(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(s=>{s.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass)}),e.visibleSlidesIndexes=[],e.visibleSlides=[];let r=i.spaceBetween;typeof r=="string"&&r.indexOf("%")>=0?r=parseFloat(r.replace("%",""))/100*e.size:typeof r=="string"&&(r=parseFloat(r));for(let s=0;s<n.length;s+=1){const c=n[s];let d=c.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const p=(a+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+r),h=(a-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+r),f=-(a-d),b=f+e.slidesSizesGrid[s],C=f>=0&&f<=e.size-e.slidesSizesGrid[s];(f>=0&&f<e.size-1||b>1&&b<=e.size||f<=0&&b>=e.size)&&(e.visibleSlides.push(c),e.visibleSlidesIndexes.push(s),n[s].classList.add(i.slideVisibleClass)),C&&n[s].classList.add(i.slideFullyVisibleClass),c.progress=o?-p:p,c.originalProgress=o?-h:h}}function Ln(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:r}=e;const s=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),h=e.slidesGrid[d],f=e.slidesGrid[p],b=e.slidesGrid[e.slidesGrid.length-1],C=Math.abs(t);C>=h?r=(C-h)/b:r=(C+b-f)/b,r>1&&(r-=1)}Object.assign(e,{progress:o,progressLoop:r,isBeginning:l,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!s&&e.emit("reachBeginning toEdge"),a&&!c&&e.emit("reachEnd toEdge"),(s&&!l||c&&!a)&&e.emit("fromEdge"),e.emit("progress",o)}function Nn(){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,r=p=>Ae(n,`.${i.slideClass}${p}, swiper-slide${p}`)[0];e.forEach(p=>{p.classList.remove(i.slideActiveClass,i.slideNextClass,i.slidePrevClass)});let s,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),s=r(`[data-swiper-slide-index="${p}"]`)}else s=r(`[data-swiper-slide-index="${o}"]`);else a?(s=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]):s=e[o];s&&(s.classList.add(i.slideActiveClass),a?(d&&d.classList.add(i.slideNextClass),c&&c.classList.add(i.slidePrevClass)):(d=bn(s,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),d&&d.classList.add(i.slideNextClass),c=gn(s,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c===0&&(c=e[e.length-1]),c&&c.classList.add(i.slidePrevClass))),t.emitSlidesClasses()}const vt=(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()}},Lt=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Nt=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,r=[a-e];r.push(...Array.from({length:e}).map((s,c)=>a+n+c)),t.slides.forEach((s,c)=>{r.includes(s.column)&&Lt(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 r=(a%i+i)%i;(r<o||r>l)&&Lt(t,r)}else for(let a=Math.max(o-e,0);a<=Math.min(l+e,i-1);a+=1)a!==o&&(a>l||a<o)&&Lt(t,a)};function Rn(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 Bn(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:o,activeIndex:l,realIndex:a,snapIndex:r}=e;let s=t,c;const d=f=>{let b=f-e.virtual.slidesBefore;return b<0&&(b=e.virtual.slides.length+b),b>=e.virtual.slides.length&&(b-=e.virtual.slides.length),b};if(typeof s>"u"&&(s=Rn(e)),n.indexOf(i)>=0)c=n.indexOf(i);else{const f=Math.min(o.slidesPerGroupSkip,s);c=f+Math.floor((s-f)/o.slidesPerGroup)}if(c>=n.length&&(c=n.length-1),s===l&&!e.params.loop){c!==r&&(e.snapIndex=c,e.emit("snapIndexChange"));return}if(s===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(s);return}const p=e.grid&&o.grid&&o.grid.rows>1;let h;if(e.virtual&&o.virtual.enabled&&o.loop)h=d(s);else if(p){const f=e.slides.filter(C=>C.column===s)[0];let b=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(b)&&(b=Math.max(e.slides.indexOf(f),0)),h=Math.floor(b/o.grid.rows)}else if(e.slides[s]){const f=e.slides[s].getAttribute("data-swiper-slide-index");f?h=parseInt(f,10):h=s}else h=s;Object.assign(e,{previousSnapIndex:r,snapIndex:c,previousRealIndex:a,realIndex:h,previousIndex:l,activeIndex:s}),e.initialized&&Nt(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function jn(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(r=>{!o&&r.matches&&r.matches(`.${n.slideClass}, swiper-slide`)&&(o=r)});let l=!1,a;if(o){for(let r=0;r<i.slides.length;r+=1)if(i.slides[r]===o){l=!0,a=r;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 zn={updateSize:Pn,updateSlides:_n,updateAutoHeight:kn,updateSlidesOffset:Mn,updateSlidesProgress:On,updateProgress:Ln,updateSlidesClasses:Nn,updateActiveIndex:Bn,updateClickedSlide:jn};function Vn(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=vn(l,t);return a+=e.cssOverflowAdjustment(),n&&(a=-a),a||0}function Fn(t,e){const i=this,{rtlTranslate:n,params:o,wrapperEl:l,progress:a}=i;let r=0,s=0;const c=0;i.isHorizontal()?r=n?-t:t:s=t,o.roundLengths&&(r=Math.floor(r),s=Math.floor(s)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?r:s,o.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-r:-s:o.virtualTranslate||(i.isHorizontal()?r-=i.cssOverflowAdjustment():s-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${r}px, ${s}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 Hn(){return-this.snapGrid[0]}function Un(){return-this.snapGrid[this.snapGrid.length-1]}function Gn(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:r}=l;if(l.animating&&a.preventInteractionOnTransition)return!1;const s=l.minTranslate(),c=l.maxTranslate();let d;if(n&&t>s?d=s:n&&t<c?d=c:d=t,l.updateProgress(d),a.cssMode){const p=l.isHorizontal();if(e===0)r[p?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return di({swiper:l,targetPosition:-d,side:p?"left":"top"}),!0;r.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(h){!l||l.destroyed||h.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 Wn={getTranslate:Vn,setTranslate:Fn,minTranslate:Hn,maxTranslate:Un,translateTo:Gn};function $n(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 vi(t){let{swiper:e,runCallbacks:i,direction:n,step:o}=t;const{activeIndex:l,previousIndex:a}=e;let r=n;if(r||(l>a?r="next":l<a?r="prev":r="reset"),e.emit(`transition${o}`),i&&l!==a){if(r==="reset"){e.emit(`slideResetTransition${o}`);return}e.emit(`slideChangeTransition${o}`),r==="next"?e.emit(`slideNextTransition${o}`):e.emit(`slidePrevTransition${o}`)}}function qn(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),vi({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Xn(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),vi({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Yn={setTransition:$n,transitionStart:qn,transitionEnd:Xn};function Jn(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:r,snapGrid:s,slidesGrid:c,previousIndex:d,activeIndex:p,rtlTranslate:h,wrapperEl:f,enabled:b}=l;if(l.animating&&r.preventInteractionOnTransition||!b&&!n&&!o||l.destroyed)return!1;const C=Math.min(l.params.slidesPerGroupSkip,a);let y=C+Math.floor((a-C)/l.params.slidesPerGroup);y>=s.length&&(y=s.length-1);const u=-s[y];if(r.normalizeSlideIndex)for(let m=0;m<c.length;m+=1){const S=-Math.floor(u*100),D=Math.floor(c[m]*100),P=Math.floor(c[m+1]*100);typeof c[m+1]<"u"?S>=D&&S<P-(P-D)/2?a=m:S>=D&&S<P&&(a=m+1):S>=D&&(a=m)}if(l.initialized&&a!==p&&(!l.allowSlideNext&&(h?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 v;if(a>p?v="next":a<p?v="prev":v="reset",h&&-u===l.translate||!h&&u===l.translate)return l.updateActiveIndex(a),r.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),r.effect!=="slide"&&l.setTranslate(u),v!=="reset"&&(l.transitionStart(i,v),l.transitionEnd(i,v)),!1;if(r.cssMode){const m=l.isHorizontal(),S=h?u:-u;if(e===0){const D=l.virtual&&l.params.virtual.enabled;D&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),D&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[m?"scrollLeft":"scrollTop"]=S})):f[m?"scrollLeft":"scrollTop"]=S,D&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return di({swiper:l,targetPosition:S,side:m?"left":"top"}),!0;f.scrollTo({[m?"left":"top"]:S,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(u),l.updateActiveIndex(a),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,v),e===0?l.transitionEnd(i,v):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(S){!l||l.destroyed||S.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,v))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Qn(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 r;if(l){const h=a*o.params.grid.rows;r=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===h)[0].column}else r=o.getSlideIndexByData(a);const s=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=s-r<d;if(c&&(p=p||r<Math.ceil(d/2)),p){const h=c?r<o.activeIndex?"prev":"next":r-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?r+1:r-s+1,slideRealIndex:h==="next"?o.realIndex:void 0})}if(l){const h=a*o.params.grid.rows;a=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===h)[0].column}else a=o.getSlideIndexByData(a)}return requestAnimationFrame(()=>{o.slideTo(a,e,i,n)}),o}function Kn(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 r=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(r=Math.max(n.slidesPerViewDynamic("current",!0),1));const s=n.activeIndex<l.slidesPerGroupSkip?1:r,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+s,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+s,t,e,i)}function Zn(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:r,enabled:s,animating:c}=n;if(!s||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=r?n.translate:-n.translate;function h(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const f=h(p),b=l.map(u=>h(u));let C=l[b.indexOf(f)-1];if(typeof C>"u"&&o.cssMode){let u;l.forEach((v,m)=>{f>=v&&(u=m)}),typeof u<"u"&&(C=l[u>0?u-1:u])}let y=0;if(typeof C<"u"&&(y=a.indexOf(C),y<0&&(y=n.activeIndex-1),o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(y=y-n.slidesPerViewDynamic("previous",!0)+1,y=Math.max(y,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(y,t,e,i)}),!0;return n.slideTo(y,t,e,i)}function eo(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 to(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),r=a+Math.floor((l-a)/o.params.slidesPerGroup),s=o.rtlTranslate?o.translate:-o.translate;if(s>=o.snapGrid[r]){const c=o.snapGrid[r],d=o.snapGrid[r+1];s-c>(d-c)*n&&(l+=o.params.slidesPerGroup)}else{const c=o.snapGrid[r-1],d=o.snapGrid[r];s-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 io(){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(Ae(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),$e(()=>{t.slideTo(o)})):t.slideTo(o):o>t.slides.length-n?(t.loopFix(),o=t.getSlideIndex(Ae(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),$e(()=>{t.slideTo(o)})):t.slideTo(o)}else t.slideTo(o)}var no={slideTo:Jn,slideToLoop:Qn,slideNext:Kn,slidePrev:Zn,slideReset:eo,slideToClosest:to,slideToClickedSlide:io};function oo(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const o=()=>{Ae(n,`.${i.slideClass}, swiper-slide`).forEach((p,h)=>{p.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(l?i.grid.rows:1),r=e.slides.length%a!==0,s=l&&e.slides.length%i.grid.rows!==0,c=d=>{for(let p=0;p<d;p+=1){const h=e.isElement?nt("swiper-slide",[i.slideBlankClass]):nt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(r){if(i.loopAddBlankSlides){const d=a-e.slides.length%a;c(d),e.recalcSlides(),e.updateSlides()}else pt("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(s){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;c(d),e.recalcSlides(),e.updateSlides()}else pt("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 lo(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:o,activeSlideIndex:l,byController:a,byMousewheel:r}=t===void 0?{}:t;const s=this;if(!s.params.loop)return;s.emit("beforeLoopFix");const{slides:c,allowSlidePrev:d,allowSlideNext:p,slidesEl:h,params:f}=s,{centeredSlides:b}=f;if(s.allowSlidePrev=!0,s.allowSlideNext=!0,s.virtual&&f.virtual.enabled){i&&(!f.centeredSlides&&s.snapIndex===0?s.slideTo(s.virtual.slides.length,0,!1,!0):f.centeredSlides&&s.snapIndex<f.slidesPerView?s.slideTo(s.virtual.slides.length+s.snapIndex,0,!1,!0):s.snapIndex===s.snapGrid.length-1&&s.slideTo(s.virtual.slidesBefore,0,!1,!0)),s.allowSlidePrev=d,s.allowSlideNext=p,s.emit("loopFix");return}let C=f.slidesPerView;C==="auto"?C=s.slidesPerViewDynamic():(C=Math.ceil(parseFloat(f.slidesPerView,10)),b&&C%2===0&&(C=C+1));const y=f.slidesPerGroupAuto?C:f.slidesPerGroup;let u=y;u%y!==0&&(u+=y-u%y),u+=f.loopAdditionalSlides,s.loopedSlides=u;const v=s.grid&&f.grid&&f.grid.rows>1;c.length<C+u?pt("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"):v&&f.grid.fill==="row"&&pt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const m=[],S=[];let D=s.activeIndex;typeof l>"u"?l=s.getSlideIndex(c.filter(I=>I.classList.contains(f.slideActiveClass))[0]):D=l;const P=n==="next"||!n,R=n==="prev"||!n;let T=0,w=0;const E=v?Math.ceil(c.length/f.grid.rows):c.length,x=(v?c[l].column:l)+(b&&typeof o>"u"?-C/2+.5:0);if(x<u){T=Math.max(u-x,y);for(let I=0;I<u-x;I+=1){const _=I-Math.floor(I/E)*E;if(v){const L=E-_-1;for(let B=c.length-1;B>=0;B-=1)c[B].column===L&&m.push(B)}else m.push(E-_-1)}}else if(x+C>E-u){w=Math.max(x-(E-u*2),y);for(let I=0;I<w;I+=1){const _=I-Math.floor(I/E)*E;v?c.forEach((L,B)=>{L.column===_&&S.push(B)}):S.push(_)}}if(s.__preventObserver__=!0,requestAnimationFrame(()=>{s.__preventObserver__=!1}),R&&m.forEach(I=>{c[I].swiperLoopMoveDOM=!0,h.prepend(c[I]),c[I].swiperLoopMoveDOM=!1}),P&&S.forEach(I=>{c[I].swiperLoopMoveDOM=!0,h.append(c[I]),c[I].swiperLoopMoveDOM=!1}),s.recalcSlides(),f.slidesPerView==="auto"?s.updateSlides():v&&(m.length>0&&R||S.length>0&&P)&&s.slides.forEach((I,_)=>{s.grid.updateSlide(_,I,s.slides)}),f.watchSlidesProgress&&s.updateSlidesOffset(),i){if(m.length>0&&R){if(typeof e>"u"){const I=s.slidesGrid[D],L=s.slidesGrid[D+T]-I;r?s.setTranslate(s.translate-L):(s.slideTo(D+Math.ceil(T),0,!1,!0),o&&(s.touchEventsData.startTranslate=s.touchEventsData.startTranslate-L,s.touchEventsData.currentTranslate=s.touchEventsData.currentTranslate-L))}else if(o){const I=v?m.length/f.grid.rows:m.length;s.slideTo(s.activeIndex+I,0,!1,!0),s.touchEventsData.currentTranslate=s.translate}}else if(S.length>0&&P)if(typeof e>"u"){const I=s.slidesGrid[D],L=s.slidesGrid[D-w]-I;r?s.setTranslate(s.translate-L):(s.slideTo(D-w,0,!1,!0),o&&(s.touchEventsData.startTranslate=s.touchEventsData.startTranslate-L,s.touchEventsData.currentTranslate=s.touchEventsData.currentTranslate-L))}else{const I=v?S.length/f.grid.rows:S.length;s.slideTo(s.activeIndex-I,0,!1,!0)}}if(s.allowSlidePrev=d,s.allowSlideNext=p,s.controller&&s.controller.control&&!a){const I={slideRealIndex:e,direction:n,setTranslate:o,activeSlideIndex:l,byController:!0};Array.isArray(s.controller.control)?s.controller.control.forEach(_=>{!_.destroyed&&_.params.loop&&_.loopFix({...I,slideTo:_.params.slidesPerView===f.slidesPerView?i:!1})}):s.controller.control instanceof s.constructor&&s.controller.control.params.loop&&s.controller.control.loopFix({...I,slideTo:s.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}s.emit("loopFix")}function so(){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 ao={loopCreate:oo,loopFix:lo,loopDestroy:so};function ro(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 co(){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 uo={setGrabCursor:ro,unsetGrabCursor:co};function po(t,e){e===void 0&&(e=this);function i(n){if(!n||n===De()||n===he())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 mi(t,e,i){const n=he(),{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 fo(t){const e=this,i=De();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"){mi(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:a,enabled:r}=e;if(!r||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let s=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(s)||"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&&(s=d[0]);const p=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(h?po(p,s):s.closest(p))){e.allowClick=!0;return}if(l.swipeHandler&&!s.closest(l.swipeHandler))return;a.currentX=n.pageX,a.currentY=n.pageY;const f=a.currentX,b=a.currentY;if(!mi(e,n,f))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=f,a.startY=b,o.touchStartTime=Se(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(o.allowThresholdMove=!1);let C=!0;s.matches(o.focusableElements)&&(C=!1,s.nodeName==="SELECT"&&(o.isTouched=!1)),i.activeElement&&i.activeElement.matches(o.focusableElements)&&i.activeElement!==s&&i.activeElement.blur();const y=C&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||y)&&!s.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function vo(t){const e=De(),i=this,n=i.touchEventsData,{params:o,touches:l,rtlTranslate:a,enabled:r}=i;if(!r||!o.simulateTouch&&t.pointerType==="mouse")return;let s=t;if(s.originalEvent&&(s=s.originalEvent),s.type==="pointermove"&&(n.touchId!==null||s.pointerId!==n.pointerId))return;let c;if(s.type==="touchmove"){if(c=[...s.changedTouches].filter(P=>P.identifier===n.touchId)[0],!c||c.identifier!==n.touchId)return}else c=s;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",s);return}const d=c.pageX,p=c.pageY;if(s.preventedByNestedSwiper){l.startX=d,l.startY=p;return}if(!i.allowTouchMove){s.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p}),n.touchStartTime=Se());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&&s.target===e.activeElement&&s.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",s),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=p;const h=l.currentX-l.startX,f=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+f**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let P;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:h*h+f*f>=25&&(P=Math.atan2(Math.abs(f),Math.abs(h))*180/Math.PI,n.isScrolling=i.isHorizontal()?P>o.touchAngle:90-P>o.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",s),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&&s.cancelable&&s.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&s.stopPropagation();let b=i.isHorizontal()?h:f,C=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;o.oneWayMovement&&(b=Math.abs(b)*(a?1:-1),C=Math.abs(C)*(a?1:-1)),l.diff=b,b*=o.touchRatio,a&&(b=-b,C=-C);const y=i.touchesDirection;i.swipeDirection=b>0?"prev":"next",i.touchesDirection=C>0?"prev":"next";const u=i.params.loop&&!o.cssMode,v=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&v&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const P=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});i.wrapperEl.dispatchEvent(P)}n.allowMomentumBounce=!1,o.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",s)}let m;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&y!==i.touchesDirection&&u&&v&&Math.abs(b)>=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",s),n.isMoved=!0,n.currentTranslate=b+n.startTranslate;let S=!0,D=o.resistanceRatio;if(o.touchReleaseOnEdges&&(D=0),b>0?(u&&v&&!m&&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()&&(S=!1,o.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+b)**D))):b<0&&(u&&v&&!m&&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()&&(S=!1,o.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-b)**D))),S&&(s.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(b)>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 mo(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(D=>D.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:r,rtlTranslate:s,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=Se(),h=p-i.touchStartTime;if(e.allowClick){const D=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(D&&D[0]||n.target,D),e.emit("tap click",n),h<300&&p-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=Se(),$e(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||r.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=s?e.translate:-e.translate:f=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:f});return}const b=f>=-e.maxTranslate()&&!e.params.loop;let C=0,y=e.slidesSizesGrid[0];for(let D=0;D<c.length;D+=D<a.slidesPerGroupSkip?1:a.slidesPerGroup){const P=D<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof c[D+P]<"u"?(b||f>=c[D]&&f<c[D+P])&&(C=D,y=c[D+P]-c[D]):(b||f>=c[D])&&(C=D,y=c[c.length-1]-c[c.length-2])}let u=null,v=null;a.rewind&&(e.isBeginning?v=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const m=(f-c[C])/y,S=C<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(h>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(m>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?u:C+S):e.slideTo(C)),e.swipeDirection==="prev"&&(m>1-a.longSwipesRatio?e.slideTo(C+S):v!==null&&m<0&&Math.abs(m)>a.longSwipesRatio?e.slideTo(v):e.slideTo(C))}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(C+S):e.slideTo(C):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:C+S),e.swipeDirection==="prev"&&e.slideTo(v!==null?v:C))}}function hi(){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 r=a&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!r?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 ho(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function go(){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 bo(t){const e=this;vt(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function yo(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const gi=(t,e)=>{const i=De(),{params:n,el:o,wrapperEl:l,device:a}=t,r=!!n.nested,s=e==="on"?"addEventListener":"removeEventListener",c=e;i[s]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:r}),o[s]("touchstart",t.onTouchStart,{passive:!1}),o[s]("pointerdown",t.onTouchStart,{passive:!1}),i[s]("touchmove",t.onTouchMove,{passive:!1,capture:r}),i[s]("pointermove",t.onTouchMove,{passive:!1,capture:r}),i[s]("touchend",t.onTouchEnd,{passive:!0}),i[s]("pointerup",t.onTouchEnd,{passive:!0}),i[s]("pointercancel",t.onTouchEnd,{passive:!0}),i[s]("touchcancel",t.onTouchEnd,{passive:!0}),i[s]("pointerout",t.onTouchEnd,{passive:!0}),i[s]("pointerleave",t.onTouchEnd,{passive:!0}),i[s]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&o[s]("click",t.onClick,!0),n.cssMode&&l[s]("scroll",t.onScroll),n.updateOnWindowResize?t[c](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",hi,!0):t[c]("observerUpdate",hi,!0),o[s]("load",t.onLoad,{capture:!0})};function wo(){const t=this,{params:e}=t;t.onTouchStart=fo.bind(t),t.onTouchMove=vo.bind(t),t.onTouchEnd=mo.bind(t),t.onDocumentTouchStart=yo.bind(t),e.cssMode&&(t.onScroll=go.bind(t)),t.onClick=ho.bind(t),t.onLoad=bo.bind(t),gi(t,"on")}function To(){gi(this,"off")}var So={attachEvents:wo,detachEvents:To};const bi=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function xo(){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 s=(a in l?l[a]:void 0)||t.originalParams,c=bi(t,n),d=bi(t,s),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`),(s.grid.fill&&s.grid.fill==="column"||!s.grid.fill&&n.grid.fill==="column")&&o.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(u=>{if(typeof s[u]>"u")return;const v=n[u]&&n[u].enabled,m=s[u]&&s[u].enabled;v&&!m&&t[u].disable(),!v&&m&&t[u].enable()});const h=s.direction&&s.direction!==n.direction,f=n.loop&&(s.slidesPerView!==n.slidesPerView||h),b=n.loop;h&&i&&t.changeDirection(),ye(t.params,s);const C=t.params.enabled,y=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),p&&!C?t.disable():!p&&C&&t.enable(),t.currentBreakpoint=a,t.emit("_beforeBreakpoint",s),i&&(f?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!b&&y?(t.loopCreate(e),t.updateSlides()):b&&!y&&t.loopDestroy()),t.emit("breakpoint",s)}function Co(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const o=he(),l=e==="window"?o.innerHeight:i.clientHeight,a=Object.keys(t).map(r=>{if(typeof r=="string"&&r.indexOf("@")===0){const s=parseFloat(r.substr(1));return{value:l*s,point:r}}return{value:r,point:r}});a.sort((r,s)=>parseInt(r.value,10)-parseInt(s.value,10));for(let r=0;r<a.length;r+=1){const{point:s,value:c}=a[r];e==="window"?o.matchMedia(`(min-width: ${c}px)`).matches&&(n=s):c<=i.clientWidth&&(n=s)}return n||"max"}var Eo={setBreakpoint:xo,getBreakpoint:Co};function Io(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 Do(){const t=this,{classNames:e,params:i,rtl:n,el:o,device:l}=t,a=Io(["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 Ao(){const t=this,{el:e,classNames:i}=t;e.classList.remove(...i),t.emitContainerClasses()}var Po={addClasses:Do,removeClasses:Ao};function _o(){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 ko={checkOverflow:_o},Rt={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 Mo(t,e){return function(n){n===void 0&&(n={});const o=Object.keys(n)[0],l=n[o];if(typeof l!="object"||l===null){ye(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)){ye(e,n);return}typeof t[o]=="object"&&!("enabled"in t[o])&&(t[o].enabled=!0),t[o]||(t[o]={enabled:!1}),ye(e,n)}}const Bt={eventsEmitter:An,update:zn,translate:Wn,transition:Yn,slide:no,loop:ao,grabCursor:uo,events:So,breakpoints:Eo,checkOverflow:ko,classes:Po},jt={};let zt=class ke{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=ye({},i),e&&!i.el&&(i.el=e);const a=De();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const d=[];return a.querySelectorAll(i.el).forEach(p=>{const h=ye({},i,{el:p});d.push(new ke(h))}),d}const r=this;r.__swiper__=!0,r.support=pi(),r.device=fi({userAgent:i.userAgent}),r.browser=En(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],i.modules&&Array.isArray(i.modules)&&r.modules.push(...i.modules);const s={};r.modules.forEach(d=>{d({params:i,swiper:r,extendParams:Mo(i,s),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})});const c=ye({},Rt,s);return r.params=ye({},c,jt,i),r.originalParams=ye({},r.params),r.passedParams=ye({},i),r.params&&r.params.on&&Object.keys(r.params.on).forEach(d=>{r.on(d,r.params.on[d])}),r.params&&r.params.onAny&&r.onAny(r.params.onAny),Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return r.params.direction==="horizontal"},isVertical(){return r.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:r.params.allowSlideNext,allowSlidePrev:r.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:r.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}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=Ae(i,`.${n.slideClass}, swiper-slide`),l=ft(o[0]);return ft(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=Ae(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:r,size:s,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,h;for(let f=c+1;f<l.length;f+=1)l[f]&&!h&&(p+=Math.ceil(l[f].swiperSlideSize),d+=1,p>s&&(h=!0));for(let f=c-1;f>=0;f-=1)l[f]&&!h&&(p+=l[f].swiperSlideSize,d+=1,p>s&&(h=!0))}else if(e==="current")for(let p=c+1;p<l.length;p+=1)(i?a[p]+r[p]-a[c]<s:a[p]-a[c]<s)&&(d+=1);else for(let p=c-1;p>=0;p-=1)a[c]-a[p]<s&&(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&&vt(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function o(){const a=e.rtlTranslate?e.translate*-1:e.translate,r=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(r),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()):Ae(n,o())[0];return!a&&i.params.createElements&&(a=nt("div",i.params.wrapperClass),n.append(a),Ae(n,`.${i.params.slideClass}`).forEach(r=>{a.append(r)})),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"||Ne(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Ne(n,"direction")==="rtl"),wrongRTL:Ne(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?vt(i,l):l.addEventListener("load",a=>{vt(i,a.target)})}),Nt(i),i.initialized=!0,Nt(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:r}=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"),r&&r.length&&r.forEach(s=>{s.classList.remove(o.slideVisibleClass,o.slideFullyVisibleClass,o.slideActiveClass,o.slideNextClass,o.slidePrevClass),s.removeAttribute("style"),s.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(s=>{n.off(s)}),e!==!1&&(n.el.swiper=null,pn(n)),n.destroyed=!0),null}static extendDefaults(e){ye(jt,e)}static get extendedDefaults(){return jt}static get defaults(){return Rt}static installModule(e){ke.prototype.__modules__||(ke.prototype.__modules__=[]);const i=ke.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>ke.installModule(i)),ke):(ke.installModule(e),ke)}};Object.keys(Bt).forEach(t=>{Object.keys(Bt[t]).forEach(e=>{zt.prototype[e]=Bt[t][e]})}),zt.use([In,Dn]);const yi=["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 He(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function Xe(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]:He(e[n])&&He(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:Xe(t[n],e[n]):t[n]=e[n]})}function wi(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Ti(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Si(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function xi(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 Oo(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Lo(t){let{swiper:e,slides:i,passedParams:n,changedParams:o,nextEl:l,prevEl:a,scrollbarEl:r,paginationEl:s}=t;const c=o.filter(w=>w!=="children"&&w!=="direction"&&w!=="wrapperClass"),{params:d,pagination:p,navigation:h,scrollbar:f,virtual:b,thumbs:C}=e;let y,u,v,m,S,D,P,R;o.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(y=!0),o.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(u=!0),o.includes("pagination")&&n.pagination&&(n.pagination.el||s)&&(d.pagination||d.pagination===!1)&&p&&!p.el&&(v=!0),o.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||r)&&(d.scrollbar||d.scrollbar===!1)&&f&&!f.el&&(m=!0),o.includes("navigation")&&n.navigation&&(n.navigation.prevEl||a)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(S=!0);const T=w=>{e[w]&&(e[w].destroy(),w==="navigation"?(e.isElement&&(e[w].prevEl.remove(),e[w].nextEl.remove()),d[w].prevEl=void 0,d[w].nextEl=void 0,e[w].prevEl=void 0,e[w].nextEl=void 0):(e.isElement&&e[w].el.remove(),d[w].el=void 0,e[w].el=void 0))};o.includes("loop")&&e.isElement&&(d.loop&&!n.loop?D=!0:!d.loop&&n.loop?P=!0:R=!0),c.forEach(w=>{if(He(d[w])&&He(n[w]))Object.assign(d[w],n[w]),(w==="navigation"||w==="pagination"||w==="scrollbar")&&"enabled"in n[w]&&!n[w].enabled&&T(w);else{const E=n[w];(E===!0||E===!1)&&(w==="navigation"||w==="pagination"||w==="scrollbar")?E===!1&&T(w):d[w]=n[w]}}),c.includes("controller")&&!u&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),o.includes("children")&&i&&b&&d.virtual.enabled?(b.slides=i,b.update(!0)):o.includes("virtual")&&b&&d.virtual.enabled&&(i&&(b.slides=i),b.update(!0)),o.includes("children")&&i&&d.loop&&(R=!0),y&&C.init()&&C.update(!0),u&&(e.controller.control=d.controller.control),v&&(e.isElement&&(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-pagination"),s.part.add("pagination"),e.el.appendChild(s)),s&&(d.pagination.el=s),p.init(),p.render(),p.update()),m&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-scrollbar"),r.part.add("scrollbar"),e.el.appendChild(r)),r&&(d.scrollbar.el=r),f.init(),f.updateSize(),f.setTranslate()),S&&(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),h.init(),h.update()),o.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),o.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),o.includes("direction")&&e.changeDirection(n.direction,!1),(D||R)&&e.loopDestroy(),(P||R)&&e.loopCreate(),e.update()}function No(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},o={};Xe(i,Rt),i._emitClasses=!0,i.init=!1;const l={},a=yi.map(s=>s.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(s=>{typeof t[s]>"u"||(a.indexOf(s)>=0?He(t[s])?(i[s]={},o[s]={},Xe(i[s],t[s]),Xe(o[s],t[s])):(i[s]=t[s],o[s]=t[s]):s.search(/on[A-Z]/)===0&&typeof t[s]=="function"?e?n[`${s[2].toLowerCase()}${s.substr(3)}`]=t[s]:i.on[`${s[2].toLowerCase()}${s.substr(3)}`]=t[s]:l[s]=t[s])}),["navigation","pagination","scrollbar"].forEach(s=>{i[s]===!0&&(i[s]={}),i[s]===!1&&delete i[s]}),{params:i,passedParams:o,rest:l,events:n}}function Ro(t,e){let{el:i,nextEl:n,prevEl:o,paginationEl:l,scrollbarEl:a,swiper:r}=t;wi(e)&&n&&o&&(r.params.navigation.nextEl=n,r.originalParams.navigation.nextEl=n,r.params.navigation.prevEl=o,r.originalParams.navigation.prevEl=o),Ti(e)&&l&&(r.params.pagination.el=l,r.originalParams.pagination.el=l),Si(e)&&a&&(r.params.scrollbar.el=a,r.originalParams.scrollbar.el=a),r.init(i)}function Bo(t,e,i,n,o){const l=[];if(!e)return l;const a=s=>{l.indexOf(s)<0&&l.push(s)};if(i&&n){const s=n.map(o),c=i.map(o);s.join("")!==c.join("")&&a("children"),n.length!==i.length&&a("children")}return yi.filter(s=>s[0]==="_").map(s=>s.replace(/_/,"")).forEach(s=>{if(s in t&&s in e)if(He(t[s])&&He(e[s])){const c=Object.keys(t[s]),d=Object.keys(e[s]);c.length!==d.length?a(s):(c.forEach(p=>{t[s][p]!==e[s][p]&&a(s)}),d.forEach(p=>{t[s][p]!==e[s][p]&&a(s)}))}else t[s]!==e[s]&&a(s)}),l}const jo=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 mt(){return mt=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},mt.apply(this,arguments)}function Ci(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Ei(t){const e=[];return g.Children.toArray(t).forEach(i=>{Ci(i)?e.push(i):i.props&&i.props.children&&Ei(i.props.children).forEach(n=>e.push(n))}),e}function zo(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return g.Children.toArray(t).forEach(n=>{if(Ci(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=Ei(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 Vo(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,r=t.params.loop?-e.length:0,s=t.params.loop?e.length*2:e.length,c=[];for(let d=r;d<s;d+=1)d>=l&&d<=a&&c.push(e[n(d)]);return c.map((d,p)=>g.cloneElement(d,{swiper:t,style:o,key:d.props.virtualIndex||d.key||`slide-${p}`}))}function ot(t,e){return typeof window>"u"?Y(t,e):ji(t,e)}const Vt=it(null),Ii=()=>tt(Vt),Fo=it(null),Ye=St(function(t,e){let{className:i,tag:n="div",wrapperTag:o="div",children:l,onSwiper:a,...r}=t===void 0?{}:t,s=!1;const[c,d]=H("swiper"),[p,h]=H(null),[f,b]=H(!1),C=J(!1),y=J(null),u=J(null),v=J(null),m=J(null),S=J(null),D=J(null),P=J(null),R=J(null),{params:T,passedParams:w,rest:E,events:A}=No(r),{slides:x,slots:I}=zo(l),_=()=>{b(!f)};Object.assign(T.on,{_containerClasses(M,O){d(O)}});const L=()=>{Object.assign(T.on,A),s=!0;const M={...T};if(delete M.wrapperClass,u.current=new zt(M),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=x;const O={cache:!1,slides:x,renderExternal:h,renderExternalUpdate:!1};Xe(u.current.params.virtual,O),Xe(u.current.originalParams.virtual,O)}};y.current||L(),u.current&&u.current.on("_beforeBreakpoint",_);const B=()=>{s||!A||!u.current||Object.keys(A).forEach(M=>{u.current.on(M,A[M])})},V=()=>{!A||!u.current||Object.keys(A).forEach(M=>{u.current.off(M,A[M])})};Y(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",_)}),Y(()=>{!C.current&&u.current&&(u.current.emitSlidesClasses(),C.current=!0)}),ot(()=>{if(e&&(e.current=y.current),!!y.current)return u.current.destroyed&&L(),Ro({el:y.current,nextEl:S.current,prevEl:D.current,paginationEl:P.current,scrollbarEl:R.current,swiper:u.current},T),a&&!u.current.destroyed&&a(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),ot(()=>{B();const M=Bo(w,v.current,x,m.current,O=>O.key);return v.current=w,m.current=x,M.length&&u.current&&!u.current.destroyed&&Lo({swiper:u.current,slides:x,passedParams:w,changedParams:M,nextEl:S.current,prevEl:D.current,scrollbarEl:R.current,paginationEl:P.current}),()=>{V()}}),ot(()=>{jo(u.current)},[p]);function k(){return T.virtual?Vo(u.current,x,p):x.map((M,O)=>g.cloneElement(M,{swiper:u.current,swiperSlideIndex:O}))}return g.createElement(n,mt({ref:y,className:xi(`${c}${i?` ${i}`:""}`)},E),g.createElement(Fo.Provider,{value:u.current},I["container-start"],g.createElement(o,{className:Oo(T.wrapperClass)},I["wrapper-start"],k(),I["wrapper-end"]),wi(T)&&g.createElement(g.Fragment,null,g.createElement("div",{ref:D,className:"swiper-button-prev"}),g.createElement("div",{ref:S,className:"swiper-button-next"})),Si(T)&&g.createElement("div",{ref:R,className:"swiper-scrollbar"}),Ti(T)&&g.createElement("div",{ref:P,className:"swiper-pagination"}),I["container-end"]))});Ye.displayName="Swiper";const _e=St(function(t,e){let{tag:i="div",children:n,className:o="",swiper:l,zoom:a,lazy:r,virtualIndex:s,swiperSlideIndex:c,...d}=t===void 0?{}:t;const p=J(null),[h,f]=H("swiper-slide"),[b,C]=H(!1);function y(S,D,P){D===p.current&&f(P)}ot(()=>{if(typeof c<"u"&&(p.current.swiperSlideIndex=c),e&&(e.current=p.current),!(!p.current||!l)){if(l.destroyed){h!=="swiper-slide"&&f("swiper-slide");return}return l.on("_slideClass",y),()=>{l&&l.off("_slideClass",y)}}}),ot(()=>{l&&p.current&&!l.destroyed&&f(l.getSlideClasses(p.current))},[l]);const u={isActive:h.indexOf("swiper-slide-active")>=0,isVisible:h.indexOf("swiper-slide-visible")>=0,isPrev:h.indexOf("swiper-slide-prev")>=0,isNext:h.indexOf("swiper-slide-next")>=0},v=()=>typeof n=="function"?n(u):n,m=()=>{C(!0)};return g.createElement(i,mt({ref:p,className:xi(`${h}${o?` ${o}`:""}`),"data-swiper-slide-index":s,onLoad:m},d),a&&g.createElement(Vt.Provider,{value:u},g.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},v(),r&&!b&&g.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&g.createElement(Vt.Provider,{value:u},v(),r&&!b&&g.createElement("div",{className:"swiper-lazy-preloader"})))});_e.displayName="SwiperSlide";function lt(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=ee(),o=se((a,r,s)=>{var c,d,p,h,f,b,C,y,u,v,m,S,D,P;let R="";e&&(!((d=(c=a?.video)===null||c===void 0?void 0:c.bindProducts)===null||d===void 0)&&d.length||!((p=a?.video)===null||p===void 0)&&p.bindProduct)?R="pdpPage":n?R="hashTagPage":!((h=a?.video)===null||h===void 0)&&h.url?R="videoPage":!((f=a?.video)===null||f===void 0)&&f.imgUrls&&(!((C=(b=a?.video)===null||b===void 0?void 0:b.imgUrls)===null||C===void 0)&&C.length)?R="imagePage":a?.product&&(R="productPage"),t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(y=r?.itemId)!==null&&y!==void 0?y:"",productName:(u=r?.title)!==null&&u!==void 0?u:"",price:r?.price?r?.price+"":"0",productCollection:(v=r?.collection)!==null&&v!==void 0?v:"",fromKName:R,fromKPage:location?.href,contentTags:r?.tags?JSON.stringify(r?.tags):"",position:a?.position+"",relatedContentId:(S=(m=a?.video)===null||m===void 0?void 0:m.itemId)!==null&&S!==void 0?S:"",relatedCtatId:(D=s?.itemId)!==null&&D!==void 0?D:"",traceInfo:(P=r?.traceInfo)!==null&&P!==void 0?P:""}})},[t,e,n]),l=se((a,r,s,c)=>{var d,p,h,f;let b="";e&&(!((p=(d=a?.video)===null||d===void 0?void 0:d.bindProducts)===null||p===void 0)&&p.length||!((h=a?.video)===null||h===void 0)&&h.bindProduct)?b="pdpPage":a?.product&&(b="productPage"),t?.({eventInfo:{productId:r?.itemId,productName:r?.title,price:r?.price+"",productCollection:r?.collection,fromKName:b,fromKPage:location?.href,contentTags:JSON.stringify(r?.tags),position:a?.position+"",relatedContentId:(f=a?.video)===null||f===void 0?void 0:f.itemId,relatedCtatId:s?.itemId,traceInfo:r?.traceInfo,timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]);return{jumpToWeb:o,productView:l}}const Ho="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Uo=({visible:t,onClose:e,children:i,modalStyle:n,padding:o,popupAniData:l})=>{const{popupAni:a}=Te(),r=l??a,[s,c]=H(!1),d=J(null);if(Y(()=>{const h=document.getElementById("sxp-render"),f=document.getElementById("pb-modal");f?d.current=f:(d.current=document.createElement("div"),d.current.setAttribute("id","pb-modal"),h?.appendChild(d.current))},[]),Y(()=>{t?c(!0):setTimeout(()=>{c(!1)},r?.duration)},[t,r]),!d.current)return null;const p=Tt(()=>{e?.()},300);return Yt.createPortal(g.createElement("div",{className:"modal-bg",style:Object.assign({display:s?"flex":"none",backgroundColor:t?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:p},g.createElement("div",{className:`modal-container ${t?"modal-popIn":"modal-popOut"}`,style:{padding:o,animationDuration:r?.duration/1e3+"s"},onClick:h=>{h.stopPropagation(),h.preventDefault()}},g.createElement("div",{onClick:e,className:"modal-icon-wrapper"},g.createElement("img",{src:Ho,alt:"close",className:"modal-icon"})),i)),d.current)};var ht=Z(Uo);const Go=(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(" ")+" "},Wo=({text:t,maxStr:e=108,style:i,className:n,onClick:o,foldText:l,unfoldText:a,isPost:r})=>{const[s,c]=H(!0),[d,p]=H(!1),h=Number(i?.lineClamp||2),f=J(null),b=se(()=>{c(!s)},[s]);return ae(()=>!s&&t.length>e?Go(t,e)+"...":t,[t,e,s]),Y(()=>{f.current&&r&&(c(!0),setTimeout(()=>{var C;p(!1);try{const y=(C=window?.getComputedStyle)===null||C===void 0?void 0:C.call(window,f.current),u=parseFloat(y?.height),v=parseFloat(y?.lineHeight),m=parseFloat(y?.fontSize)+4,S=isNaN(v)?m:v;t&&u>S*h&&(c(!1),p(!0))}catch{}},100))},[f,t,h,i,r]),g.createElement("div",{className:n,style:Object.assign({},i),hidden:!t||t===""},g.createElement("div",{ref:f,style:{overflow:"hidden",WebkitLineClamp:s?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),d&&t&&g.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:o??b},s?a||"show less":l||"show more"))};var Ft=Z(Wo);const $o=t=>{var e,i,n,o,l,a,r,s,{content:c,style:d,bgImg:p,onClick:h,schema:f,isDefault:b,bottom_image:C,tipText:y,isPost:u,viewTime:v,rec:m,swiper:S,commodityStyles:D,buttonStyle:P}=t,R=ve(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle"]);const{sxpParameter:T}=ee(),{popupDetailData:w,bffEventReport:E,isPreview:A,waterFallData:x}=ee(),{jumpToWeb:I,productView:_}=lt(),L=J(null),[B,V]=H(!1),k=u?m:w,M=u?k?.product:(e=k?.video)===null||e===void 0?void 0:e.bindProduct,O=u?(i=k?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=k?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,U=()=>{M?.link&&(I(w,M,O),u||_(k,M,O,v||L.current),window.location.href=window.getJointUtmLink(M.link))};Y(()=>{const j=()=>{L.current=new Date};return j(),window.addEventListener("pageshow",j),()=>{window.removeEventListener("pageshow",j)}},[]);const oe=ae(()=>{var j,z,W,ie,te;return M?.currency&&M?.price?`${(W=(z=(j=M?.currency)===null||j===void 0?void 0:j.split("-")[1])===null||z===void 0?void 0:z.toUpperCase())!==null&&W!==void 0?W:""}${(te=(ie=M?.price)===null||ie===void 0?void 0:ie.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&te!==void 0?te:""}`:"$7,000"},[M?.price,M?.currency]),de=A?375:window.innerWidth,pe=({isPost:j})=>{var z,W,ie;return g.createElement("div",{className:"pb-commondity-content"},g.createElement("div",{className:"pb-commondity-content-collection",style:D?.collection},(z=M?.collection)!==null&&z!==void 0?z:"Tiffany Lock"),g.createElement("div",{className:"pb-commondity-content-title",style:D?.title},(W=M?.title)!==null&&W!==void 0?W:"Pendant in Yellow Gold with Diamonds, Medium"),g.createElement("div",{className:"pb-commondity-content-price",style:D?.price},oe),g.createElement(Ft,{foldText:y?.foldText,unfoldText:y?.unfoldText,onClick:()=>V(!0),isPost:j,text:(ie=M?.info)!==null&&ie!==void 0?ie:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
|
1
|
+
import{isEmpty as Wt,isEqual as $t,cloneDeep as et,debounce as Tt,throttle as at,get as qt}from"lodash";import{v4 as Ni}from"uuid";import Ri from"pako";import g,{useContext as tt,useMemo as ae,createContext as it,memo as Z,useState as F,useRef as J,useEffect as X,useCallback as se,forwardRef as St,useImperativeHandle as Bi,useLayoutEffect as ji}from"react";import Yt from"qs";import{css as G}from"@emotion/css";import{BetaSchemaForm as zi}from"@ant-design/pro-components";import*as Xt from"react-dom";import Vi from"eventemitter3";function fe(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 ge(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 r(d){try{c(n.next(d))}catch(p){a(p)}}function s(d){try{c(n.throw(d))}catch(p){a(p)}}function c(d){d.done?l(d.value):o(d.value).then(r,s)}c((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Fi=/:\w+/g;var Jt=(t,e)=>ge(void 0,void 0,void 0,function*(){const i={},n={};for(let o=0;o<e?.length;o++){const{id:l,method:a,url:r,urlParams:s,name:c,queryString:d,headers:p,body:h}=e[o];let f=r;s&&Object.entries(s).forEach(([b,C])=>{f=f.replace(Fi,y=>y===b?C:y)}),d&&(f+=d),n[l]=c;try{const b=yield fetch(f,{method:a,headers:Object.assign({"Content-Type":"application/json"},p),body:JSON.stringify(h)}).then(C=>C.json());i[l]=b}catch(b){console.error("DataSource request error: ",b),i[l]={}}}return{$store:i,idMapName:n}});const Qt="SXP_TOKEN_INFO",Hi=(t,e)=>ge(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),o=t.getAppId(),l=t.getApiUrl(),a=window.localStorage.getItem(Qt);let r=JSON.parse(a||"{}");if(Date.now()>((i=r?.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;r=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(Qt,JSON.stringify(r))}}return r});function rt(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 Ui=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},Gi=()=>{const t=Ni();return t?.replaceAll?t.replaceAll("-",""):Ui(32)};function Kt(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),o=Ri.inflate(n,{to:"string"});return JSON.parse(o)}let xt=null;const Wi={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class $i{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,xt)return xt;xt=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Wi[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let ve=null;const qi={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{ve||(ve=new $i),n&&ve.setApiUrl(n),ve.setAppId(t),ve.setTenantId(e),ve.setEnv(i)},getDetail:t=>{if(!ve)return;const e=ve.getTenantId(),i=ve.getAppId(),n=ve.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>ge(void 0,void 0,void 0,function*(){var l,a;const r=yield o.json(),s=Kt((l=r?.data)===null||l===void 0?void 0:l.data);if(s){const{$store:c}=yield Jt(n,(a=s?.dataSource)!==null&&a!==void 0?a:[]);r.data.data=s,Object.assign(r.data.data,{__STORE__:c})}return r}))},getSxpDetailByPageId:t=>ge(void 0,void 0,void 0,function*(){if(!ve)return;const e=ve.getTenantId(),i=ve.getAppId(),n=ve.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(o=>ge(void 0,void 0,void 0,function*(){var l;const a=yield o.json();if(!a.success)return;const r=Kt((l=a?.data)===null||l===void 0?void 0:l.data);return a.data.data=r,a.data}))}),getSxpRecommendVideoData:t=>ge(void 0,void 0,void 0,function*(){if(!ve)return;const e=yield Hi(ve,t),i=rt(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Wt(n)&&(n=rt(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 Te(){return tt(li)}function Yi(){return tt(oi)}const Ct="feRealSessionIdKey",Zt=()=>{const t=Gi();return`${Date.now()}${t}`},Xi=()=>{let t=Qi();return t||(t=Zt(),window.sessionStorage.setItem(Ct,t)),t},Ji=()=>{const t=Zt();window.sessionStorage.setItem(Ct,t)},Qi=()=>window.sessionStorage.getItem(Ct),ei="SXP_FAKE_USER_ID",Ki=()=>{let t=window.localStorage.getItem(ei);return Wt(t)&&(t=rt(36,62),window.localStorage.setItem(ei,t)),t};function Fe(t,e){const{appDomain:i}=ee();return ae(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ti=it({rtcList:[]});var Et;(function(t){t[t.BFF=5]="BFF"})(Et||(Et={}));const Zi=["utm_source","utm_medium","utm_campaign","utm_id","utm_content","cl_source"],en=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:o,defaultSize:l,isPreview:a=!1,sxpParameter:r,appDomain:s,hashTagSize:c,loadingImage:d,isOpenHashTag:p=!1})=>{const[h,f]=F([]),[b,C]=F(!1),[y,u]=F({rtc:"",requestId:""}),v=J(null),m=J(!1),[S,D]=F(),[P,R]=F(),[T,w]=F(p),[E,A]=F([]),[x,I]=F(0),[_,N]=F(!1);X(()=>{w(p)},[p]);const B=ae(()=>e?.find(j=>j.type===Et.BFF),[e]),z=se((j,V)=>{if(!B)return;const W=B.url,ie=Ki();if(V?.query){const te=Yt.stringify(V.query);j=`${j}?${te}`}return V.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${W}/api/v1${j}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},B.headers),{"x-user-id":ie}),V.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${W}/api/v1${j}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":ie},B.headers),method:V.method,body:JSON.stringify(V.body)}).then(te=>te.json()).catch(te=>Promise.reject(te))},[B]),k=se(j=>ge(void 0,void 0,void 0,function*(){var V,W,ie,te;if(j={maxSize:o,defaultSize:(V=j?.defaultSize)!==null&&V!==void 0?V:l,"itemFilter.itemId":j?.["itemFilter.itemId"],"itemFilter.itemType":j?.["itemFilter.itemType"],hashTag:j?.hashTag,traceInfo:j?.traceInfo},i){const de=(te=(ie=(W=i?.split("&"))===null||W===void 0?void 0:W.filter(we=>{const Me=we.split("=")[0];return Zi.includes(Me)}))===null||ie===void 0?void 0:ie.join("&"))!==null&&te!==void 0?te:"";j=Object.assign(Object.assign({},j),{channel:decodeURIComponent(de)})}const pe=yield z?.("/recommend/list",{method:"GET",query:j});if(pe?.success)return j?.hashTag||u({rtc:pe.data.rtc,requestId:pe.data.requestId}),pe?.data}),[z,i,o,l]),M=se(()=>ge(void 0,void 0,void 0,function*(){var j,V;if(h.length<=0)return;const W=yield k({hashTag:P?.hashTag,"itemFilter.itemId":P?.itemId,"itemFilter.itemType":P?.itemType});f(h.concat((j=W?.recList)!==null&&j!==void 0?j:[])),A(E.concat((V=W?.recList)!==null&&V!==void 0?V:[]))}),[k,h,P,E]),O=se(({userInfo:j,eventInfo:V})=>{if(!n)return;j||(j={});const W=Xi(),ie=Object.assign({sessionID:W,rtc:y.rtc,requestId:y.requestId},V),te=Object.entries(j).map(([de,we])=>({name:de,value:we})),pe=Object.entries(ie).map(([de,we])=>we&&{name:de,value:we}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",j),console.log("eventInfo:",ie),console.log("========= \u7ED3\u675F ========="),z?.("/event/report",{method:"POST",body:{userInfo:te,eventInfo:pe},type:"beacon"})},[z,y,n]),U=se(j=>ge(void 0,void 0,void 0,function*(){const V=yield z?.("/recommend/like",{method:"POST",body:j});return V?.success}),[z]),oe=se(j=>ge(void 0,void 0,void 0,function*(){const V=yield z?.("/recommend/unlike",{method:"POST",body:j});return V?.success}),[z]),me=se(j=>ge(void 0,void 0,void 0,function*(){const V=yield z?.("/customform",{method:"POST",body:j});return V?.success}),[z]),ue=se((j,V,W)=>{var ie,te,pe,de,we,Me,Ue,Qe,Oe,Ke,Be,Ge;const ce=W?.bindCta,bt=((ie=V?.video)===null||ie===void 0?void 0:ie.bindProduct)||((te=V?.video)===null||te===void 0?void 0:te.bindProducts)&&((de=(pe=V?.video)===null||pe===void 0?void 0:pe.bindProducts)===null||de===void 0?void 0:de.length)>0;let We="";_?We="hashTagPage":!((we=V?.video)===null||we===void 0)&&we.url?We="videoPage":!((Ue=(Me=V?.video)===null||Me===void 0?void 0:Me.imgUrls)===null||Ue===void 0)&&Ue.length&&(We="imagePage"),O?.({eventInfo:Object.assign(Object.assign({},j),{ctaId:(Qe=ce?.itemId)!==null&&Qe!==void 0?Qe:"",ctaName:(Oe=ce?.title)!==null&&Oe!==void 0?Oe:"",contentTags:JSON.stringify(ce?.tags),position:V?.position,relatedContentId:(Be=(Ke=V?.video)===null||Ke===void 0?void 0:Ke.itemId)!==null&&Be!==void 0?Be:"",relatedProductId:bt?W?.itemId:"",traceInfo:(Ge=ce?.traceInfo)!==null&&Ge!==void 0?Ge:"",fromKName:We})})},[O,_]);X(()=>{C(!0),k().then(j=>{var V,W;f((V=j?.recList)!==null&&V!==void 0?V:[]),A((W=j?.recList)!==null&&W!==void 0?W:[])}).finally(()=>{C(!1),m.current=!0})},[]),X(()=>{m.current&&(C(!0),k().then(j=>{var V,W;f((V=j?.recList)!==null&&V!==void 0?V:[]),A((W=j?.recList)!==null&&W!==void 0?W:[])}).finally(()=>{C(!1)}))},[k]);const Ce=Fe("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",s);return g.createElement(ti.Provider,{value:{rtcList:h,setRtcList:f,mutateLike:U,mutateUnlike:oe,submitForm:me,popupDetailData:S,loadVideos:M,setPopupDetailData:D,getRecommendVideos:k,bffEventReport:O,utmVal:i,isPreview:a,loading:b,sxpParameter:r,waterFallData:P,setWaterFallData:R,ctaEvent:ue,swiperRef:v,openHashtag:T,setOpenHashtag:w,cacheRtcList:E,setCacheRtcList:A,cacheActiveIndex:x,setCacheActiveIndex:I,isFromHashtag:_,setIsFromHashtag:N,appDomain:s,hashTagSize:c,loadingImage:d??Ce,isOpenHashTag:p}},t({rtcList:h,mutateLike:U,mutateUnlike:oe,submitForm:me}))};var ii=Z(en);function ee(){return tt(ti)}var ni;(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"})(ni||(ni={}));const oi=it({$store:{},options:[],configs:[]}),tn=({children:t,isSsr:e,enable:i})=>{const[n,o]=F([]),{schema:l}=Te(),[a,r]=F(l.__STORE__||{}),[s,c]=F([]);X(()=>{var h;e||$t(s,l?.dataSource)||c((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const d=se(()=>ge(void 0,void 0,void 0,function*(){const{$store:h,idMapName:f}=yield Jt("",s);r(h),p(h,f)}),[s]),p=(h,f)=>{const b=[];Object.entries(h).forEach(([C,y])=>{Object.keys(y).forEach(u=>{const v={label:`${f[C]} - ${u}`,value:`{{ ${C}.${u} }}`};b.push(v)})}),o(b)};return X(()=>{e||d()},[d,e,l]),i?g.createElement(oi.Provider,{value:{$store:l.__STORE__||a,options:n,configs:s}},t):t};var nn=Z(tn);const dt={id:rt(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},li=g.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[dt],redoStack:[],popup:"",setPopup:()=>{},popupAni:{name:"none",duration:0}}),si=St(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:o=!0,utmVal:l},a)=>{const[r,s]=F(null),[c,d]=F(n||{pointData:[dt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[p,h]=F([dt]),[f,b]=F([[dt]]),[C,y]=F([]),[u,v]=F(""),[m,S]=F({name:"none",duration:0});typeof window<"u"&&(window.sxpPopup=(w,E)=>{v(w),E&&E?.name!=="none"?S(Object.assign(Object.assign({},m),E)):S({name:"none",duration:0})}),typeof window<"u"&&(window.getJointUtmLink=w=>w?.indexOf("?")!==-1?w+(l?"&"+l:""):w+(l?"?"+l:"")),X(()=>{b([c.pointData]),y([])},[c.type]);const D=se(w=>{const E=et(c);E&&(E.dataSource=w,d?.(E))},[c]),[P,R]=F();Bi(a,()=>({loadSchema(w){w&&(b([w.pointData]),d(w))},exportSchema(){return et(c)},getPageInfoData(){return P},initPageInfoData(w){w&&R(w)}}));const T=ae(()=>{if(c)return c.type==="PC"?c.pcPageConf:c.mobilePageConf},[c]);return g.createElement(li.Provider,{value:{resolver:e,currentNode:r,schema:c,setCurrentNode:s,setSchema:d,saveDataSource:D,prePiontData:p,setPrePiontData:h,pageInfoData:P,setPageInfoData:w=>R(Object.assign(Object.assign({},P),w)),undoStack:f,redoStack:C,setRedoStack:y,setUndoStack:b,getCurPageConf:T,popup:u,setPopup:v,popupAni:m}},g.createElement(nn,{isSsr:i,enable:o},t))});var on=Object.freeze({__proto__:null,EditorCore:si}),ln=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],sn=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{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 an=t=>{var{columns:e,style:i,title:n,textStyle:o,submitBgColor:l,submitColor:a,submitText:r,layoutType:s,onClick:c}=t,d=fe(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","onClick"]);Te();const{submitForm:p}=ee(),h=J(),[f,b]=F(!1),C=ae(()=>[{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"}],[]),y=ae(()=>{if(s===void 0){const v=et(e)||C;return v?.map(m=>Object.assign(Object.assign({},m),{title:void 0,fieldProps:{placeholder:m?.title}}))}else return et(e)||C},[s,e,C]),u=Tt(()=>ge(void 0,void 0,void 0,function*(){var v,m,S;b(!0);const D=yield(v=h?.current)===null||v===void 0?void 0:v.getFieldsValue(),P=(S=(m=Object.keys(D))===null||m===void 0?void 0:m.map(T=>({name:T,value:D[T]})))===null||S===void 0?void 0:S.filter(T=>T?.value);if(!P||!P?.length)return;const R=yield p?.({attributes:P});b(!1),R&&(window?.sxpPopup(""),R&&c?.())}),1e3);return g.createElement("div",{className:"pb-appoint-form"},g.createElement("div",{className:`pb-appoint-form-title ${G(Object.assign({},o))}`},n),g.createElement("div",Object.assign({className:G(Object.assign({},i))},d),g.createElement("div",{className:"pb-appoint-form-container"},g.createElement(zi,{columns:y,submitter:!1,layout:s,autoFocusFirstInput:!1,size:"large",formRef:h,className:"panel-reset"}))),g.createElement("div",{className:"pb-appoint-form-btn-wrapper"},g.createElement("button",{onClick:u,className:"pb-appoint-form-btn",style:{color:a,background:l}},f?g.createElement(g.Fragment,null,"loading..."):r)))};var rn=Z(an);function be(t,e){return t.extend=e,t}const dn=be(rn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:sn,bindableProps:[],interactionRender:ln},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",fontFamily:"\u9ED1\u4F53",textAlign:"center"}},w:100,h:40,sort:2});var cn=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["fontFamily"]},{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];function ai(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function It(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:ai(e[i])&&ai(t[i])&&Object.keys(e[i]).length>0&&It(t[i],e[i])})}const ri={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 De(){const t=typeof document<"u"?document:{};return It(t,ri),t}const un={document:ri,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 he(){const t=typeof window<"u"?window:{};return It(t,un),t}function Le(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function pn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function $e(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function Se(){return Date.now()}function fn(t){const e=he();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function vn(t,e){e===void 0&&(e="x");const i=he();let n,o,l;const a=fn(t);return i.WebKitCSSMatrix?(o=a.transform||a.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map(r=>r.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 ct(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function mn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function ye(){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&&!mn(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 r=o[l],s=Object.getOwnPropertyDescriptor(n,r);s!==void 0&&s.enumerable&&(ct(t[r])&&ct(n[r])?n[r].__swiper__?t[r]=n[r]:ye(t[r],n[r]):!ct(t[r])&&ct(n[r])?(t[r]={},n[r].__swiper__?t[r]=n[r]:ye(t[r],n[r])):t[r]=n[r])}}}return t}function ut(t,e,i){t.style.setProperty(e,i)}function di(t){let{swiper:e,targetPosition:i,side:n}=t;const o=he(),l=-e.translate;let a=null,r;const s=e.params.speed;e.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(e.cssModeFrameID);const c=i>l?"next":"prev",d=(h,f)=>c==="next"&&h>=f||c==="prev"&&h<=f,p=()=>{r=new Date().getTime(),a===null&&(a=r);const h=Math.max(Math.min((r-a)/s,1),0),f=.5-Math.cos(h*Math.PI)/2;let b=l+f*(i-l);if(d(b,i)&&(b=i),e.wrapperEl.scrollTo({[n]:b}),d(b,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:b})}),o.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=o.requestAnimationFrame(p)};p()}function Ae(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function pt(t){try{console.warn(t);return}catch{}}function nt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Le(e)),i}function hn(t){const e=he(),i=De(),n=t.getBoundingClientRect(),o=i.body,l=t.clientTop||o.clientTop||0,a=t.clientLeft||o.clientLeft||0,r=t===e?e.scrollY:t.scrollTop,s=t===e?e.scrollX:t.scrollLeft;return{top:n.top+r-l,left:n.left+s-a}}function gn(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 bn(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 Ne(t,e){return he().getComputedStyle(t,null).getPropertyValue(e)}function ft(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function ci(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 Dt(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function At(t,e,i){const n=he();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 Pe(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function yn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=he();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,r=Se(),s;const c=[];function d(m){let R=0,T=0,w=0,E=0;return"detail"in m&&(T=m.detail),"wheelDelta"in m&&(T=-m.wheelDelta/120),"wheelDeltaY"in m&&(T=-m.wheelDeltaY/120),"wheelDeltaX"in m&&(R=-m.wheelDeltaX/120),"axis"in m&&m.axis===m.HORIZONTAL_AXIS&&(R=T,T=0),w=R*10,E=T*10,"deltaY"in m&&(E=m.deltaY),"deltaX"in m&&(w=m.deltaX),m.shiftKey&&!w&&(w=E,E=0),(w||E)&&m.deltaMode&&(m.deltaMode===1?(w*=40,E*=40):(w*=800,E*=800)),w&&!R&&(R=w<1?-1:1),E&&!T&&(T=E<1?-1:1),{spinX:R,spinY:T,pixelX:w,pixelY:E}}function p(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function f(m){return e.params.mousewheel.thresholdDelta&&m.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&Se()-r<e.params.mousewheel.thresholdTime?!1:m.delta>=6&&Se()-r<60?!0:(m.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),o("scroll",m.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),o("scroll",m.raw)),r=new l.Date().getTime(),!1)}function b(m){const S=e.params.mousewheel;if(m.direction<0){if(e.isEnd&&!e.params.loop&&S.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&S.releaseOnEdges)return!0;return!1}function C(m){let S=m,D=!0;if(!e.enabled||m.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const P=e.params.mousewheel;e.params.cssMode&&S.preventDefault();let R=e.el;e.params.mousewheel.eventsTarget!=="container"&&(R=document.querySelector(e.params.mousewheel.eventsTarget));const T=R&&R.contains(S.target);if(!e.mouseEntered&&!T&&!P.releaseOnEdges)return!0;S.originalEvent&&(S=S.originalEvent);let w=0;const E=e.rtlTranslate?-1:1,A=d(S);if(P.forceToAxis)if(e.isHorizontal())if(Math.abs(A.pixelX)>Math.abs(A.pixelY))w=-A.pixelX*E;else return!0;else if(Math.abs(A.pixelY)>Math.abs(A.pixelX))w=-A.pixelY;else return!0;else w=Math.abs(A.pixelX)>Math.abs(A.pixelY)?-A.pixelX*E:-A.pixelY;if(w===0)return!0;P.invert&&(w=-w);let x=e.getTranslate()+w*P.sensitivity;if(x>=e.minTranslate()&&(x=e.minTranslate()),x<=e.maxTranslate()&&(x=e.maxTranslate()),D=e.params.loop?!0:!(x===e.minTranslate()||x===e.maxTranslate()),D&&e.params.nested&&S.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const I={time:Se(),delta:Math.abs(w),direction:Math.sign(w),raw:m};c.length>=2&&c.shift();const _=c.length?c[c.length-1]:void 0;if(c.push(I),_?(I.direction!==_.direction||I.delta>_.delta||I.time>_.time+150)&&f(I):f(I),b(I))return!0}else{const I={time:Se(),delta:Math.abs(w),direction:Math.sign(w)},_=s&&I.time<s.time+500&&I.delta<=s.delta&&I.direction===s.direction;if(!_){s=void 0;let N=e.getTranslate()+w*P.sensitivity;const B=e.isBeginning,z=e.isEnd;if(N>=e.minTranslate()&&(N=e.minTranslate()),N<=e.maxTranslate()&&(N=e.maxTranslate()),e.setTransition(0),e.setTranslate(N),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!B&&e.isBeginning||!z&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,c.length>=15&&c.shift();const k=c.length?c[c.length-1]:void 0,M=c[0];if(c.push(I),k&&(I.delta>k.delta||I.direction!==k.direction))c.splice(0);else if(c.length>=15&&I.time-M.time<500&&M.delta-I.delta>=1&&I.delta<=6){const O=w>0?.8:.2;s=I,c.splice(0),a=$e(()=>{e.slideToClosest(e.params.speed,!0,void 0,O)},0)}a||(a=$e(()=>{s=I,c.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(_||o("scroll",S),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),P.releaseOnEdges&&(N===e.minTranslate()||N===e.maxTranslate()))return!0}}return S.preventDefault?S.preventDefault():S.returnValue=!1,!1}function y(m){let S=e.el;e.params.mousewheel.eventsTarget!=="container"&&(S=document.querySelector(e.params.mousewheel.eventsTarget)),S[m]("mouseenter",p),S[m]("mouseleave",h),S[m]("wheel",C)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",C),!0):e.mousewheel.enabled?!1:(y("addEventListener"),e.mousewheel.enabled=!0,!0)}function v(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,C),!0):e.mousewheel.enabled?(y("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&v(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&v()}),Object.assign(e.mousewheel,{enable:u,disable:v})}function ui(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(o=>{if(!i[o]&&i.auto===!0){let l=Ae(t.el,`.${n[o]}`)[0];l||(l=nt("div",n[o]),l.className=n[o],t.el.append(l)),i[o]=l,e[o]=l}}),i}function qe(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,r=0;function s(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function c(u,v){const{bulletActiveClass:m}=e.params.pagination;u&&(u=u[`${v==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${m}-${v}`),u=u[`${v==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${m}-${v}-${v}`)))}function d(u){const v=u.target.closest(qe(e.params.pagination.bulletClass));if(!v)return;u.preventDefault();const m=ft(v)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===m)return;e.slideToLoop(m)}else e.slideTo(m)}function p(){const u=e.rtl,v=e.params.pagination;if(s())return;let m=e.pagination.el;m=Pe(m);let S,D;const P=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,R=e.params.loop?Math.ceil(P/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(D=e.previousRealIndex||0,S=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(S=e.snapIndex,D=e.previousSnapIndex):(D=e.previousIndex||0,S=e.activeIndex||0),v.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const T=e.pagination.bullets;let w,E,A;if(v.dynamicBullets&&(a=At(T[0],e.isHorizontal()?"width":"height",!0),m.forEach(x=>{x.style[e.isHorizontal()?"width":"height"]=`${a*(v.dynamicMainBullets+4)}px`}),v.dynamicMainBullets>1&&D!==void 0&&(r+=S-(D||0),r>v.dynamicMainBullets-1?r=v.dynamicMainBullets-1:r<0&&(r=0)),w=Math.max(S-r,0),E=w+(Math.min(T.length,v.dynamicMainBullets)-1),A=(E+w)/2),T.forEach(x=>{const I=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(_=>`${v.bulletActiveClass}${_}`)].map(_=>typeof _=="string"&&_.includes(" ")?_.split(" "):_).flat();x.classList.remove(...I)}),m.length>1)T.forEach(x=>{const I=ft(x);I===S?x.classList.add(...v.bulletActiveClass.split(" ")):e.isElement&&x.setAttribute("part","bullet"),v.dynamicBullets&&(I>=w&&I<=E&&x.classList.add(...`${v.bulletActiveClass}-main`.split(" ")),I===w&&c(x,"prev"),I===E&&c(x,"next"))});else{const x=T[S];if(x&&x.classList.add(...v.bulletActiveClass.split(" ")),e.isElement&&T.forEach((I,_)=>{I.setAttribute("part",_===S?"bullet-active":"bullet")}),v.dynamicBullets){const I=T[w],_=T[E];for(let N=w;N<=E;N+=1)T[N]&&T[N].classList.add(...`${v.bulletActiveClass}-main`.split(" "));c(I,"prev"),c(_,"next")}}if(v.dynamicBullets){const x=Math.min(T.length,v.dynamicMainBullets+4),I=(a*x-a)/2-A*a,_=u?"right":"left";T.forEach(N=>{N.style[e.isHorizontal()?_:"top"]=`${I}px`})}}m.forEach((T,w)=>{if(v.type==="fraction"&&(T.querySelectorAll(qe(v.currentClass)).forEach(E=>{E.textContent=v.formatFractionCurrent(S+1)}),T.querySelectorAll(qe(v.totalClass)).forEach(E=>{E.textContent=v.formatFractionTotal(R)})),v.type==="progressbar"){let E;v.progressbarOpposite?E=e.isHorizontal()?"vertical":"horizontal":E=e.isHorizontal()?"horizontal":"vertical";const A=(S+1)/R;let x=1,I=1;E==="horizontal"?x=A:I=A,T.querySelectorAll(qe(v.progressbarFillClass)).forEach(_=>{_.style.transform=`translate3d(0,0,0) scaleX(${x}) scaleY(${I})`,_.style.transitionDuration=`${e.params.speed}ms`})}v.type==="custom"&&v.renderCustom?(T.innerHTML=v.renderCustom(e,S+1,R),w===0&&o("paginationRender",T)):(w===0&&o("paginationRender",T),o("paginationUpdate",T)),e.params.watchOverflow&&e.enabled&&T.classList[e.isLocked?"add":"remove"](v.lockClass)})}function h(){const u=e.params.pagination;if(s())return;const v=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 m=e.pagination.el;m=Pe(m);let S="";if(u.type==="bullets"){let D=e.params.loop?Math.ceil(v/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&D>v&&(D=v);for(let P=0;P<D;P+=1)u.renderBullet?S+=u.renderBullet.call(e,P,u.bulletClass):S+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?S=u.renderFraction.call(e,u.currentClass,u.totalClass):S=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?S=u.renderProgressbar.call(e,u.progressbarFillClass):S=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],m.forEach(D=>{u.type!=="custom"&&(D.innerHTML=S||""),u.type==="bullets"&&e.pagination.bullets.push(...D.querySelectorAll(qe(u.bulletClass)))}),u.type!=="custom"&&o("paginationRender",m[0])}function f(){e.params.pagination=ui(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let v;typeof u.el=="string"&&e.isElement&&(v=e.el.querySelector(u.el)),!v&&typeof u.el=="string"&&(v=[...document.querySelectorAll(u.el)]),v||(v=u.el),!(!v||v.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(v)&&v.length>1&&(v=[...e.el.querySelectorAll(u.el)],v.length>1&&(v=v.filter(m=>ci(m,".swiper")[0]===e.el)[0])),Array.isArray(v)&&v.length===1&&(v=v[0]),Object.assign(e.pagination,{el:v}),v=Pe(v),v.forEach(m=>{u.type==="bullets"&&u.clickable&&m.classList.add(...(u.clickableClass||"").split(" ")),m.classList.add(u.modifierClass+u.type),m.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(m.classList.add(`${u.modifierClass}${u.type}-dynamic`),r=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&m.classList.add(u.progressbarOppositeClass),u.clickable&&m.addEventListener("click",d),e.enabled||m.classList.add(u.lockClass)}))}function b(){const u=e.params.pagination;if(s())return;let v=e.pagination.el;v&&(v=Pe(v),v.forEach(m=>{m.classList.remove(u.hiddenClass),m.classList.remove(u.modifierClass+u.type),m.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(m.classList.remove(...(u.clickableClass||"").split(" ")),m.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(m=>m.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:v}=e.pagination;v=Pe(v),v.forEach(m=>{m.classList.remove(u.horizontalClass,u.verticalClass),m.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?y():(f(),h(),p())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&p()}),n("snapIndexChange",()=>{p()}),n("snapGridLengthChange",()=>{h(),p()}),n("destroy",()=>{b()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{p()}),n("click",(u,v)=>{const m=v.target,S=Pe(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&S&&S.length>0&&!m.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&m===e.navigation.nextEl||e.navigation.prevEl&&m===e.navigation.prevEl))return;const D=S[0].classList.contains(e.params.pagination.hiddenClass);o(D===!0?"paginationShow":"paginationHide"),S.forEach(P=>P.classList.toggle(e.params.pagination.hiddenClass))}});const C=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList.remove(e.params.pagination.paginationDisabledClass))),f(),h(),p()},y=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Pe(u),u.forEach(v=>v.classList.add(e.params.pagination.paginationDisabledClass))),b()};Object.assign(e.pagination,{enable:C,disable:y,render:h,update:p,init:f,destroy:b})}function wn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=De();let a=!1,r=null,s=null,c,d,p,h;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:x,rtlTranslate:I}=e,{dragEl:_,el:N}=x,B=e.params.scrollbar,z=e.params.loop?e.progressLoop:e.progress;let k=d,M=(p-d)*z;I?(M=-M,M>0?(k=d-M,M=0):-M+d>p&&(k=p+M)):M<0?(k=d+M,M=0):M+d>p&&(k=p-M),e.isHorizontal()?(_.style.transform=`translate3d(${M}px, 0, 0)`,_.style.width=`${k}px`):(_.style.transform=`translate3d(0px, ${M}px, 0)`,_.style.height=`${k}px`),B.hide&&(clearTimeout(r),N.style.opacity=1,r=setTimeout(()=>{N.style.opacity=0,N.style.transitionDuration="400ms"},1e3))}function b(x){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${x}ms`)}function C(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:x}=e,{dragEl:I,el:_}=x;I.style.width="",I.style.height="",p=e.isHorizontal()?_.offsetWidth:_.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=p*h:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${d}px`:I.style.height=`${d}px`,h>=1?_.style.display="none":_.style.display="",e.params.scrollbar.hide&&(_.style.opacity=0),e.params.watchOverflow&&e.enabled&&x.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function y(x){return e.isHorizontal()?x.clientX:x.clientY}function u(x){const{scrollbar:I,rtlTranslate:_}=e,{el:N}=I;let B;B=(y(x)-hn(N)[e.isHorizontal()?"left":"top"]-(c!==null?c:d/2))/(p-d),B=Math.max(Math.min(B,1),0),_&&(B=1-B);const z=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*B;e.updateProgress(z),e.setTranslate(z),e.updateActiveIndex(),e.updateSlidesClasses()}function v(x){const I=e.params.scrollbar,{scrollbar:_,wrapperEl:N}=e,{el:B,dragEl:z}=_;a=!0,c=x.target===z?y(x)-x.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,x.preventDefault(),x.stopPropagation(),N.style.transitionDuration="100ms",z.style.transitionDuration="100ms",u(x),clearTimeout(s),B.style.transitionDuration="0ms",I.hide&&(B.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),o("scrollbarDragStart",x)}function m(x){const{scrollbar:I,wrapperEl:_}=e,{el:N,dragEl:B}=I;a&&(x.preventDefault?x.preventDefault():x.returnValue=!1,u(x),_.style.transitionDuration="0ms",N.style.transitionDuration="0ms",B.style.transitionDuration="0ms",o("scrollbarDragMove",x))}function S(x){const I=e.params.scrollbar,{scrollbar:_,wrapperEl:N}=e,{el:B}=_;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",N.style.transitionDuration=""),I.hide&&(clearTimeout(s),s=$e(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3)),o("scrollbarDragEnd",x),I.snapOnRelease&&e.slideToClosest())}function D(x){const{scrollbar:I,params:_}=e,N=I.el;if(!N)return;const B=N,z=_.passiveListeners?{passive:!1,capture:!1}:!1,k=_.passiveListeners?{passive:!0,capture:!1}:!1;if(!B)return;const M=x==="on"?"addEventListener":"removeEventListener";B[M]("pointerdown",v,z),l[M]("pointermove",m,z),l[M]("pointerup",S,k)}function P(){!e.params.scrollbar.el||!e.scrollbar.el||D("on")}function R(){!e.params.scrollbar.el||!e.scrollbar.el||D("off")}function T(){const{scrollbar:x,el:I}=e;e.params.scrollbar=ui(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const _=e.params.scrollbar;if(!_.el)return;let N;if(typeof _.el=="string"&&e.isElement&&(N=e.el.querySelector(_.el)),!N&&typeof _.el=="string"){if(N=l.querySelectorAll(_.el),!N.length)return}else N||(N=_.el);e.params.uniqueNavElements&&typeof _.el=="string"&&N.length>1&&I.querySelectorAll(_.el).length===1&&(N=I.querySelector(_.el)),N.length>0&&(N=N[0]),N.classList.add(e.isHorizontal()?_.horizontalClass:_.verticalClass);let B;N&&(B=N.querySelector(qe(e.params.scrollbar.dragClass)),B||(B=nt("div",e.params.scrollbar.dragClass),N.append(B))),Object.assign(x,{el:N,dragEl:B}),_.draggable&&P(),N&&N.classList[e.enabled?"remove":"add"](...Le(e.params.scrollbar.lockClass))}function w(){const x=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...Le(e.isHorizontal()?x.horizontalClass:x.verticalClass)),R()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const x=e.params.scrollbar;let{el:I}=e.scrollbar;I=Pe(I),I.forEach(_=>{_.classList.remove(x.horizontalClass,x.verticalClass),_.classList.add(e.isHorizontal()?x.horizontalClass:x.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?A():(T(),C(),f())}),n("update resize observerUpdate lock unlock changeDirection",()=>{C()}),n("setTranslate",()=>{f()}),n("setTransition",(x,I)=>{b(I)}),n("enable disable",()=>{const{el:x}=e.scrollbar;x&&x.classList[e.enabled?"remove":"add"](...Le(e.params.scrollbar.lockClass))}),n("destroy",()=>{w()});const E=()=>{e.el.classList.remove(...Le(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Le(e.params.scrollbar.scrollbarDisabledClass)),T(),C(),f()},A=()=>{e.el.classList.add(...Le(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Le(e.params.scrollbar.scrollbarDisabledClass)),w()};Object.assign(e.scrollbar,{enable:E,disable:A,updateSize:C,setTranslate:f,init:T,destroy:w})}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,r,s=l&&l.autoplay?l.autoplay.delay:3e3,c=l&&l.autoplay?l.autoplay.delay:3e3,d,p=new Date().getTime(),h,f,b,C,y,u,v;function m(k){!e||e.destroyed||!e.wrapperEl||k.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",m),!v&&E())}const S=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(c=d,h=!1);const k=e.autoplay.paused?d:p+c-new Date().getTime();e.autoplay.timeLeft=k,o("autoplayTimeLeft",k,k/s),r=requestAnimationFrame(()=>{S()})},D=()=>{let k;return e.virtual&&e.params.virtual.enabled?k=e.slides.filter(O=>O.classList.contains("swiper-slide-active"))[0]:k=e.slides[e.activeIndex],k?parseInt(k.getAttribute("data-swiper-autoplay"),10):void 0},P=k=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(r),S();let M=typeof k>"u"?e.params.autoplay.delay:k;s=e.params.autoplay.delay,c=e.params.autoplay.delay;const O=D();!Number.isNaN(O)&&O>0&&typeof k>"u"&&(M=O,s=O,c=O),d=M;const U=e.params.speed,oe=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(U,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,U,!0,!0),o("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(U,!0,!0),o("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,U,!0,!0),o("autoplay")),e.params.cssMode&&(p=new Date().getTime(),requestAnimationFrame(()=>{P()})))};return M>0?(clearTimeout(a),a=setTimeout(()=>{oe()},M)):requestAnimationFrame(()=>{oe()}),M},R=()=>{p=new Date().getTime(),e.autoplay.running=!0,P(),o("autoplayStart")},T=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(r),o("autoplayStop")},w=(k,M)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),k||(u=!0);const O=()=>{o("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",m):E()};if(e.autoplay.paused=!0,M){y&&(d=e.params.autoplay.delay),y=!1,O();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-p),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),O())},E=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(p=new Date().getTime(),u?(u=!1,P(d)):P(),e.autoplay.paused=!1,o("autoplayResume"))},A=()=>{if(e.destroyed||!e.autoplay.running)return;const k=De();k.visibilityState==="hidden"&&(u=!0,w(!0)),k.visibilityState==="visible"&&E()},x=k=>{k.pointerType==="mouse"&&(u=!0,v=!0,!(e.animating||e.autoplay.paused)&&w(!0))},I=k=>{k.pointerType==="mouse"&&(v=!1,e.autoplay.paused&&E())},_=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",x),e.el.addEventListener("pointerleave",I))},N=()=>{e.el.removeEventListener("pointerenter",x),e.el.removeEventListener("pointerleave",I)},B=()=>{De().addEventListener("visibilitychange",A)},z=()=>{De().removeEventListener("visibilitychange",A)};n("init",()=>{e.params.autoplay.enabled&&(_(),B(),R())}),n("destroy",()=>{N(),z(),e.autoplay.running&&T()}),n("_freeModeStaticRelease",()=>{(b||u)&&E()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?T():w(!0,!0)}),n("beforeTransitionStart",(k,M,O)=>{e.destroyed||!e.autoplay.running||(O||!e.params.autoplay.disableOnInteraction?w(!0,!0):T())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){T();return}f=!0,b=!1,u=!1,C=setTimeout(()=>{u=!0,b=!0,w(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!f)){if(clearTimeout(C),clearTimeout(a),e.params.autoplay.disableOnInteraction){b=!1,f=!1;return}b&&e.params.cssMode&&E(),b=!1,f=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(y=!0)}),Object.assign(e.autoplay,{start:R,stop:T,pause:w,resume:E})}function Tn(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 s=e.getTranslate();e.setTranslate(s),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:s,touches:c}=e;s.velocities.length===0&&s.velocities.push({position:c[e.isHorizontal()?"startX":"startY"],time:s.touchStartTime}),s.velocities.push({position:c[e.isHorizontal()?"currentX":"currentY"],time:Se()})}function r(s){let{currentPos:c}=s;if(e.params.cssMode)return;const{params:d,wrapperEl:p,rtlTranslate:h,snapGrid:f,touchEventsData:b}=e,y=Se()-b.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(b.velocities.length>1){const T=b.velocities.pop(),w=b.velocities.pop(),E=T.position-w.position,A=T.time-w.time;e.velocity=E/A,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(A>150||Se()-T.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,b.velocities.length=0;let u=1e3*d.freeMode.momentumRatio;const v=e.velocity*u;let m=e.translate+v;h&&(m=-m);let S=!1,D;const P=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let R;if(m<e.maxTranslate())d.freeMode.momentumBounce?(m+e.maxTranslate()<-P&&(m=e.maxTranslate()-P),D=e.maxTranslate(),S=!0,b.allowMomentumBounce=!0):m=e.maxTranslate(),d.loop&&d.centeredSlides&&(R=!0);else if(m>e.minTranslate())d.freeMode.momentumBounce?(m-e.minTranslate()>P&&(m=e.minTranslate()+P),D=e.minTranslate(),S=!0,b.allowMomentumBounce=!0):m=e.minTranslate(),d.loop&&d.centeredSlides&&(R=!0);else if(d.freeMode.sticky){let T;for(let w=0;w<f.length;w+=1)if(f[w]>-m){T=w;break}Math.abs(f[T]-m)<Math.abs(f[T-1]-m)||e.swipeDirection==="next"?m=f[T]:m=f[T-1],m=-m}if(R&&o("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?u=Math.abs((-m-e.translate)/e.velocity):u=Math.abs((m-e.translate)/e.velocity),d.freeMode.sticky){const T=Math.abs((h?-m:m)-e.translate),w=e.slidesSizesGrid[e.activeIndex];T<w?u=d.speed:T<2*w?u=d.speed*1.5:u=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&S?(e.updateProgress(D),e.setTransition(u),e.setTranslate(m),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Dt(p,()=>{!e||e.destroyed||!b.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(D),Dt(p,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(m),e.setTransition(u),e.setTranslate(m),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Dt(p,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(m),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||y>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:a,onTouchEnd:r}})}let _t;function Sn(){const t=he(),e=De();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function pi(){return _t||(_t=Sn()),_t}let Mt;function xn(t){let{userAgent:e}=t===void 0?{}:t;const i=pi(),n=he(),o=n.navigator.platform,l=e||n.navigator.userAgent,a={ios:!1,android:!1},r=n.screen.width,s=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_]+))?/),h=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),f=o==="Win32";let b=o==="MacIntel";const C=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&b&&i.touch&&C.indexOf(`${r}x${s}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),b=!1),c&&!f&&(a.os="android",a.android=!0),(d||h||p)&&(a.os="ios",a.ios=!0),a}function fi(t){return t===void 0&&(t={}),Mt||(Mt=xn(t)),Mt}let Ot;function Cn(){const t=he(),e=fi();let i=!1;function n(){const r=t.navigator.userAgent.toLowerCase();return r.indexOf("safari")>=0&&r.indexOf("chrome")<0&&r.indexOf("android")<0}if(n()){const r=String(t.navigator.userAgent);if(r.includes("Version/")){const[s,c]=r.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=s<16||s===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 En(){return Ot||(Ot=Cn()),Ot}function In(t){let{swiper:e,on:i,emit:n}=t;const o=he();let l=null,a=null;const r=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},s=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(p=>{a=o.requestAnimationFrame(()=>{const{width:h,height:f}=e;let b=h,C=f;p.forEach(y=>{let{contentBoxSize:u,contentRect:v,target:m}=y;m&&m!==e.el||(b=v?v.width:(u[0]||u).inlineSize,C=v?v.height:(u[0]||u).blockSize)}),(b!==h||C!==f)&&r()})}),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"){s();return}o.addEventListener("resize",r),o.addEventListener("orientationchange",d)}),i("destroy",()=>{c(),o.removeEventListener("resize",r),o.removeEventListener("orientationchange",d)})}function Dn(t){let{swiper:e,extendParams:i,on:n,emit:o}=t;const l=[],a=he(),r=function(d,p){p===void 0&&(p={});const h=a.MutationObserver||a.WebkitMutationObserver,f=new h(b=>{if(e.__preventObserver__)return;if(b.length===1){o("observerUpdate",b[0]);return}const C=function(){o("observerUpdate",b[0])};a.requestAnimationFrame?a.requestAnimationFrame(C):a.setTimeout(C,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)},s=()=>{if(e.params.observer){if(e.params.observeParents){const d=ci(e.hostEl);for(let p=0;p<d.length;p+=1)r(d[p])}r(e.hostEl,{childList:e.params.observeSlideChildren}),r(e.wrapperEl,{attributes:!1})}},c=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",s),n("destroy",c)}var An={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),r=0;r<l;r++)a[r]=arguments[r];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(s=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(c=>{c.apply(n,[s,...i])}),t.eventsListeners&&t.eventsListeners[s]&&t.eventsListeners[s].forEach(c=>{c.apply(n,i)})}),t}};function Pn(){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(Ne(n,"padding-left")||0,10)-parseInt(Ne(n,"padding-right")||0,10),i=i-parseInt(Ne(n,"padding-top")||0,10)-parseInt(Ne(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 kn(){const t=this;function e(E,A){return parseFloat(E.getPropertyValue(t.getDirectionLabel(A))||0)}const i=t.params,{wrapperEl:n,slidesEl:o,size:l,rtlTranslate:a,wrongRTL:r}=t,s=t.virtual&&i.virtual.enabled,c=s?t.virtual.slides.length:t.slides.length,d=Ae(o,`.${t.params.slideClass}, swiper-slide`),p=s?t.virtual.slides.length:d.length;let h=[];const f=[],b=[];let C=i.slidesOffsetBefore;typeof C=="function"&&(C=i.slidesOffsetBefore.call(t));let y=i.slidesOffsetAfter;typeof y=="function"&&(y=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,v=t.slidesGrid.length;let m=i.spaceBetween,S=-C,D=0,P=0;if(typeof l>"u")return;typeof m=="string"&&m.indexOf("%")>=0?m=parseFloat(m.replace("%",""))/100*l:typeof m=="string"&&(m=parseFloat(m)),t.virtualSize=-m,d.forEach(E=>{a?E.style.marginLeft="":E.style.marginRight="",E.style.marginBottom="",E.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(ut(n,"--swiper-centered-offset-before",""),ut(n,"--swiper-centered-offset-after",""));const R=i.grid&&i.grid.rows>1&&t.grid;R?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let T;const w=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){T=0;let A;if(d[E]&&(A=d[E]),R&&t.grid.updateSlide(E,A,d),!(d[E]&&Ne(A,"display")==="none")){if(i.slidesPerView==="auto"){w&&(d[E].style[t.getDirectionLabel("width")]="");const x=getComputedStyle(A),I=A.style.transform,_=A.style.webkitTransform;if(I&&(A.style.transform="none"),_&&(A.style.webkitTransform="none"),i.roundLengths)T=t.isHorizontal()?At(A,"width",!0):At(A,"height",!0);else{const N=e(x,"width"),B=e(x,"padding-left"),z=e(x,"padding-right"),k=e(x,"margin-left"),M=e(x,"margin-right"),O=x.getPropertyValue("box-sizing");if(O&&O==="border-box")T=N+k+M;else{const{clientWidth:U,offsetWidth:oe}=A;T=N+B+z+k+M+(oe-U)}}I&&(A.style.transform=I),_&&(A.style.webkitTransform=_),i.roundLengths&&(T=Math.floor(T))}else T=(l-(i.slidesPerView-1)*m)/i.slidesPerView,i.roundLengths&&(T=Math.floor(T)),d[E]&&(d[E].style[t.getDirectionLabel("width")]=`${T}px`);d[E]&&(d[E].swiperSlideSize=T),b.push(T),i.centeredSlides?(S=S+T/2+D/2+m,D===0&&E!==0&&(S=S-l/2-m),E===0&&(S=S-l/2-m),Math.abs(S)<1/1e3&&(S=0),i.roundLengths&&(S=Math.floor(S)),P%i.slidesPerGroup===0&&h.push(S),f.push(S)):(i.roundLengths&&(S=Math.floor(S)),(P-Math.min(t.params.slidesPerGroupSkip,P))%t.params.slidesPerGroup===0&&h.push(S),f.push(S),S=S+T+m),t.virtualSize+=T+m,D=T,P+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+y,a&&r&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+m}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+m}px`),R&&t.grid.updateWrapperSize(T,h),!i.centeredSlides){const E=[];for(let A=0;A<h.length;A+=1){let x=h[A];i.roundLengths&&(x=Math.floor(x)),h[A]<=t.virtualSize-l&&E.push(x)}h=E,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(s&&i.loop){const E=b[0]+m;if(i.slidesPerGroup>1){const A=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),x=E*i.slidesPerGroup;for(let I=0;I<A;I+=1)h.push(h[h.length-1]+x)}for(let A=0;A<t.virtual.slidesBefore+t.virtual.slidesAfter;A+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+E),f.push(f[f.length-1]+E),t.virtualSize+=E}if(h.length===0&&(h=[0]),m!==0){const E=t.isHorizontal()&&a?"marginLeft":t.getDirectionLabel("marginRight");d.filter((A,x)=>!i.cssMode||i.loop?!0:x!==d.length-1).forEach(A=>{A.style[E]=`${m}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let E=0;b.forEach(x=>{E+=x+(m||0)}),E-=m;const A=E-l;h=h.map(x=>x<=0?-C:x>A?A+y:x)}if(i.centerInsufficientSlides){let E=0;if(b.forEach(A=>{E+=A+(m||0)}),E-=m,E<l){const A=(l-E)/2;h.forEach((x,I)=>{h[I]=x-A}),f.forEach((x,I)=>{f[I]=x+A})}}if(Object.assign(t,{slides:d,snapGrid:h,slidesGrid:f,slidesSizesGrid:b}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){ut(n,"--swiper-centered-offset-before",`${-h[0]}px`),ut(n,"--swiper-centered-offset-after",`${t.size/2-b[b.length-1]/2}px`);const E=-t.snapGrid[0],A=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(x=>x+E),t.slidesGrid=t.slidesGrid.map(x=>x+A)}if(p!==c&&t.emit("slidesLengthChange"),h.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),f.length!==v&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!s&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const E=`${i.containerModifierClass}backface-hidden`,A=t.el.classList.contains(E);p<=i.maxBackfaceHiddenSlides?A||t.el.classList.add(E):A&&t.el.classList.remove(E)}}function _n(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=r=>n?e.slides[e.getSlideIndexByData(r)]:e.slides[r];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(r=>{i.push(r)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const r=e.activeIndex+l;if(r>e.slides.length&&!n)break;i.push(a(r))}else i.push(a(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const r=i[l].offsetHeight;o=r>o?r:o}(o||o===0)&&(e.wrapperEl.style.height=`${o}px`)}function Mn(){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 On(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(s=>{s.classList.remove(i.slideVisibleClass,i.slideFullyVisibleClass)}),e.visibleSlidesIndexes=[],e.visibleSlides=[];let r=i.spaceBetween;typeof r=="string"&&r.indexOf("%")>=0?r=parseFloat(r.replace("%",""))/100*e.size:typeof r=="string"&&(r=parseFloat(r));for(let s=0;s<n.length;s+=1){const c=n[s];let d=c.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const p=(a+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+r),h=(a-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(c.swiperSlideSize+r),f=-(a-d),b=f+e.slidesSizesGrid[s],C=f>=0&&f<=e.size-e.slidesSizesGrid[s];(f>=0&&f<e.size-1||b>1&&b<=e.size||f<=0&&b>=e.size)&&(e.visibleSlides.push(c),e.visibleSlidesIndexes.push(s),n[s].classList.add(i.slideVisibleClass)),C&&n[s].classList.add(i.slideFullyVisibleClass),c.progress=o?-p:p,c.originalProgress=o?-h:h}}function Ln(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:r}=e;const s=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),h=e.slidesGrid[d],f=e.slidesGrid[p],b=e.slidesGrid[e.slidesGrid.length-1],C=Math.abs(t);C>=h?r=(C-h)/b:r=(C+b-f)/b,r>1&&(r-=1)}Object.assign(e,{progress:o,progressLoop:r,isBeginning:l,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!s&&e.emit("reachBeginning toEdge"),a&&!c&&e.emit("reachEnd toEdge"),(s&&!l||c&&!a)&&e.emit("fromEdge"),e.emit("progress",o)}function Nn(){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,r=p=>Ae(n,`.${i.slideClass}${p}, swiper-slide${p}`)[0];e.forEach(p=>{p.classList.remove(i.slideActiveClass,i.slideNextClass,i.slidePrevClass)});let s,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),s=r(`[data-swiper-slide-index="${p}"]`)}else s=r(`[data-swiper-slide-index="${o}"]`);else a?(s=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]):s=e[o];s&&(s.classList.add(i.slideActiveClass),a?(d&&d.classList.add(i.slideNextClass),c&&c.classList.add(i.slidePrevClass)):(d=bn(s,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),d&&d.classList.add(i.slideNextClass),c=gn(s,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!c===0&&(c=e[e.length-1]),c&&c.classList.add(i.slidePrevClass))),t.emitSlidesClasses()}const vt=(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()}},Lt=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Nt=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,r=[a-e];r.push(...Array.from({length:e}).map((s,c)=>a+n+c)),t.slides.forEach((s,c)=>{r.includes(s.column)&&Lt(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 r=(a%i+i)%i;(r<o||r>l)&&Lt(t,r)}else for(let a=Math.max(o-e,0);a<=Math.min(l+e,i-1);a+=1)a!==o&&(a>l||a<o)&&Lt(t,a)};function Rn(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 Bn(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:o,activeIndex:l,realIndex:a,snapIndex:r}=e;let s=t,c;const d=f=>{let b=f-e.virtual.slidesBefore;return b<0&&(b=e.virtual.slides.length+b),b>=e.virtual.slides.length&&(b-=e.virtual.slides.length),b};if(typeof s>"u"&&(s=Rn(e)),n.indexOf(i)>=0)c=n.indexOf(i);else{const f=Math.min(o.slidesPerGroupSkip,s);c=f+Math.floor((s-f)/o.slidesPerGroup)}if(c>=n.length&&(c=n.length-1),s===l&&!e.params.loop){c!==r&&(e.snapIndex=c,e.emit("snapIndexChange"));return}if(s===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(s);return}const p=e.grid&&o.grid&&o.grid.rows>1;let h;if(e.virtual&&o.virtual.enabled&&o.loop)h=d(s);else if(p){const f=e.slides.filter(C=>C.column===s)[0];let b=parseInt(f.getAttribute("data-swiper-slide-index"),10);Number.isNaN(b)&&(b=Math.max(e.slides.indexOf(f),0)),h=Math.floor(b/o.grid.rows)}else if(e.slides[s]){const f=e.slides[s].getAttribute("data-swiper-slide-index");f?h=parseInt(f,10):h=s}else h=s;Object.assign(e,{previousSnapIndex:r,snapIndex:c,previousRealIndex:a,realIndex:h,previousIndex:l,activeIndex:s}),e.initialized&&Nt(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function jn(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(r=>{!o&&r.matches&&r.matches(`.${n.slideClass}, swiper-slide`)&&(o=r)});let l=!1,a;if(o){for(let r=0;r<i.slides.length;r+=1)if(i.slides[r]===o){l=!0,a=r;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 zn={updateSize:Pn,updateSlides:kn,updateAutoHeight:_n,updateSlidesOffset:Mn,updateSlidesProgress:On,updateProgress:Ln,updateSlidesClasses:Nn,updateActiveIndex:Bn,updateClickedSlide:jn};function Vn(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=vn(l,t);return a+=e.cssOverflowAdjustment(),n&&(a=-a),a||0}function Fn(t,e){const i=this,{rtlTranslate:n,params:o,wrapperEl:l,progress:a}=i;let r=0,s=0;const c=0;i.isHorizontal()?r=n?-t:t:s=t,o.roundLengths&&(r=Math.floor(r),s=Math.floor(s)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?r:s,o.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-r:-s:o.virtualTranslate||(i.isHorizontal()?r-=i.cssOverflowAdjustment():s-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${r}px, ${s}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 Hn(){return-this.snapGrid[0]}function Un(){return-this.snapGrid[this.snapGrid.length-1]}function Gn(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:r}=l;if(l.animating&&a.preventInteractionOnTransition)return!1;const s=l.minTranslate(),c=l.maxTranslate();let d;if(n&&t>s?d=s:n&&t<c?d=c:d=t,l.updateProgress(d),a.cssMode){const p=l.isHorizontal();if(e===0)r[p?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return di({swiper:l,targetPosition:-d,side:p?"left":"top"}),!0;r.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(h){!l||l.destroyed||h.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 Wn={getTranslate:Vn,setTranslate:Fn,minTranslate:Hn,maxTranslate:Un,translateTo:Gn};function $n(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 vi(t){let{swiper:e,runCallbacks:i,direction:n,step:o}=t;const{activeIndex:l,previousIndex:a}=e;let r=n;if(r||(l>a?r="next":l<a?r="prev":r="reset"),e.emit(`transition${o}`),i&&l!==a){if(r==="reset"){e.emit(`slideResetTransition${o}`);return}e.emit(`slideChangeTransition${o}`),r==="next"?e.emit(`slideNextTransition${o}`):e.emit(`slidePrevTransition${o}`)}}function qn(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),vi({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Yn(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),vi({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Xn={setTransition:$n,transitionStart:qn,transitionEnd:Yn};function Jn(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:r,snapGrid:s,slidesGrid:c,previousIndex:d,activeIndex:p,rtlTranslate:h,wrapperEl:f,enabled:b}=l;if(l.animating&&r.preventInteractionOnTransition||!b&&!n&&!o||l.destroyed)return!1;const C=Math.min(l.params.slidesPerGroupSkip,a);let y=C+Math.floor((a-C)/l.params.slidesPerGroup);y>=s.length&&(y=s.length-1);const u=-s[y];if(r.normalizeSlideIndex)for(let m=0;m<c.length;m+=1){const S=-Math.floor(u*100),D=Math.floor(c[m]*100),P=Math.floor(c[m+1]*100);typeof c[m+1]<"u"?S>=D&&S<P-(P-D)/2?a=m:S>=D&&S<P&&(a=m+1):S>=D&&(a=m)}if(l.initialized&&a!==p&&(!l.allowSlideNext&&(h?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 v;if(a>p?v="next":a<p?v="prev":v="reset",h&&-u===l.translate||!h&&u===l.translate)return l.updateActiveIndex(a),r.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),r.effect!=="slide"&&l.setTranslate(u),v!=="reset"&&(l.transitionStart(i,v),l.transitionEnd(i,v)),!1;if(r.cssMode){const m=l.isHorizontal(),S=h?u:-u;if(e===0){const D=l.virtual&&l.params.virtual.enabled;D&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),D&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{f[m?"scrollLeft":"scrollTop"]=S})):f[m?"scrollLeft":"scrollTop"]=S,D&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return di({swiper:l,targetPosition:S,side:m?"left":"top"}),!0;f.scrollTo({[m?"left":"top"]:S,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(u),l.updateActiveIndex(a),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,v),e===0?l.transitionEnd(i,v):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(S){!l||l.destroyed||S.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,v))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Qn(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 r;if(l){const h=a*o.params.grid.rows;r=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===h)[0].column}else r=o.getSlideIndexByData(a);const s=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=s-r<d;if(c&&(p=p||r<Math.ceil(d/2)),p){const h=c?r<o.activeIndex?"prev":"next":r-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?r+1:r-s+1,slideRealIndex:h==="next"?o.realIndex:void 0})}if(l){const h=a*o.params.grid.rows;a=o.slides.filter(f=>f.getAttribute("data-swiper-slide-index")*1===h)[0].column}else a=o.getSlideIndexByData(a)}return requestAnimationFrame(()=>{o.slideTo(a,e,i,n)}),o}function Kn(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 r=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(r=Math.max(n.slidesPerViewDynamic("current",!0),1));const s=n.activeIndex<l.slidesPerGroupSkip?1:r,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+s,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+s,t,e,i)}function Zn(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:r,enabled:s,animating:c}=n;if(!s||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=r?n.translate:-n.translate;function h(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const f=h(p),b=l.map(u=>h(u));let C=l[b.indexOf(f)-1];if(typeof C>"u"&&o.cssMode){let u;l.forEach((v,m)=>{f>=v&&(u=m)}),typeof u<"u"&&(C=l[u>0?u-1:u])}let y=0;if(typeof C<"u"&&(y=a.indexOf(C),y<0&&(y=n.activeIndex-1),o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(y=y-n.slidesPerViewDynamic("previous",!0)+1,y=Math.max(y,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(y,t,e,i)}),!0;return n.slideTo(y,t,e,i)}function eo(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 to(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),r=a+Math.floor((l-a)/o.params.slidesPerGroup),s=o.rtlTranslate?o.translate:-o.translate;if(s>=o.snapGrid[r]){const c=o.snapGrid[r],d=o.snapGrid[r+1];s-c>(d-c)*n&&(l+=o.params.slidesPerGroup)}else{const c=o.snapGrid[r-1],d=o.snapGrid[r];s-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 io(){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(Ae(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),$e(()=>{t.slideTo(o)})):t.slideTo(o):o>t.slides.length-n?(t.loopFix(),o=t.getSlideIndex(Ae(i,`${a}[data-swiper-slide-index="${l}"]`)[0]),$e(()=>{t.slideTo(o)})):t.slideTo(o)}else t.slideTo(o)}var no={slideTo:Jn,slideToLoop:Qn,slideNext:Kn,slidePrev:Zn,slideReset:eo,slideToClosest:to,slideToClickedSlide:io};function oo(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const o=()=>{Ae(n,`.${i.slideClass}, swiper-slide`).forEach((p,h)=>{p.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(l?i.grid.rows:1),r=e.slides.length%a!==0,s=l&&e.slides.length%i.grid.rows!==0,c=d=>{for(let p=0;p<d;p+=1){const h=e.isElement?nt("swiper-slide",[i.slideBlankClass]):nt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(r){if(i.loopAddBlankSlides){const d=a-e.slides.length%a;c(d),e.recalcSlides(),e.updateSlides()}else pt("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(s){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;c(d),e.recalcSlides(),e.updateSlides()}else pt("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 lo(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:o,activeSlideIndex:l,byController:a,byMousewheel:r}=t===void 0?{}:t;const s=this;if(!s.params.loop)return;s.emit("beforeLoopFix");const{slides:c,allowSlidePrev:d,allowSlideNext:p,slidesEl:h,params:f}=s,{centeredSlides:b}=f;if(s.allowSlidePrev=!0,s.allowSlideNext=!0,s.virtual&&f.virtual.enabled){i&&(!f.centeredSlides&&s.snapIndex===0?s.slideTo(s.virtual.slides.length,0,!1,!0):f.centeredSlides&&s.snapIndex<f.slidesPerView?s.slideTo(s.virtual.slides.length+s.snapIndex,0,!1,!0):s.snapIndex===s.snapGrid.length-1&&s.slideTo(s.virtual.slidesBefore,0,!1,!0)),s.allowSlidePrev=d,s.allowSlideNext=p,s.emit("loopFix");return}let C=f.slidesPerView;C==="auto"?C=s.slidesPerViewDynamic():(C=Math.ceil(parseFloat(f.slidesPerView,10)),b&&C%2===0&&(C=C+1));const y=f.slidesPerGroupAuto?C:f.slidesPerGroup;let u=y;u%y!==0&&(u+=y-u%y),u+=f.loopAdditionalSlides,s.loopedSlides=u;const v=s.grid&&f.grid&&f.grid.rows>1;c.length<C+u?pt("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"):v&&f.grid.fill==="row"&&pt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const m=[],S=[];let D=s.activeIndex;typeof l>"u"?l=s.getSlideIndex(c.filter(I=>I.classList.contains(f.slideActiveClass))[0]):D=l;const P=n==="next"||!n,R=n==="prev"||!n;let T=0,w=0;const E=v?Math.ceil(c.length/f.grid.rows):c.length,x=(v?c[l].column:l)+(b&&typeof o>"u"?-C/2+.5:0);if(x<u){T=Math.max(u-x,y);for(let I=0;I<u-x;I+=1){const _=I-Math.floor(I/E)*E;if(v){const N=E-_-1;for(let B=c.length-1;B>=0;B-=1)c[B].column===N&&m.push(B)}else m.push(E-_-1)}}else if(x+C>E-u){w=Math.max(x-(E-u*2),y);for(let I=0;I<w;I+=1){const _=I-Math.floor(I/E)*E;v?c.forEach((N,B)=>{N.column===_&&S.push(B)}):S.push(_)}}if(s.__preventObserver__=!0,requestAnimationFrame(()=>{s.__preventObserver__=!1}),R&&m.forEach(I=>{c[I].swiperLoopMoveDOM=!0,h.prepend(c[I]),c[I].swiperLoopMoveDOM=!1}),P&&S.forEach(I=>{c[I].swiperLoopMoveDOM=!0,h.append(c[I]),c[I].swiperLoopMoveDOM=!1}),s.recalcSlides(),f.slidesPerView==="auto"?s.updateSlides():v&&(m.length>0&&R||S.length>0&&P)&&s.slides.forEach((I,_)=>{s.grid.updateSlide(_,I,s.slides)}),f.watchSlidesProgress&&s.updateSlidesOffset(),i){if(m.length>0&&R){if(typeof e>"u"){const I=s.slidesGrid[D],N=s.slidesGrid[D+T]-I;r?s.setTranslate(s.translate-N):(s.slideTo(D+Math.ceil(T),0,!1,!0),o&&(s.touchEventsData.startTranslate=s.touchEventsData.startTranslate-N,s.touchEventsData.currentTranslate=s.touchEventsData.currentTranslate-N))}else if(o){const I=v?m.length/f.grid.rows:m.length;s.slideTo(s.activeIndex+I,0,!1,!0),s.touchEventsData.currentTranslate=s.translate}}else if(S.length>0&&P)if(typeof e>"u"){const I=s.slidesGrid[D],N=s.slidesGrid[D-w]-I;r?s.setTranslate(s.translate-N):(s.slideTo(D-w,0,!1,!0),o&&(s.touchEventsData.startTranslate=s.touchEventsData.startTranslate-N,s.touchEventsData.currentTranslate=s.touchEventsData.currentTranslate-N))}else{const I=v?S.length/f.grid.rows:S.length;s.slideTo(s.activeIndex-I,0,!1,!0)}}if(s.allowSlidePrev=d,s.allowSlideNext=p,s.controller&&s.controller.control&&!a){const I={slideRealIndex:e,direction:n,setTranslate:o,activeSlideIndex:l,byController:!0};Array.isArray(s.controller.control)?s.controller.control.forEach(_=>{!_.destroyed&&_.params.loop&&_.loopFix({...I,slideTo:_.params.slidesPerView===f.slidesPerView?i:!1})}):s.controller.control instanceof s.constructor&&s.controller.control.params.loop&&s.controller.control.loopFix({...I,slideTo:s.controller.control.params.slidesPerView===f.slidesPerView?i:!1})}s.emit("loopFix")}function so(){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 ao={loopCreate:oo,loopFix:lo,loopDestroy:so};function ro(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 co(){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 uo={setGrabCursor:ro,unsetGrabCursor:co};function po(t,e){e===void 0&&(e=this);function i(n){if(!n||n===De()||n===he())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 mi(t,e,i){const n=he(),{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 fo(t){const e=this,i=De();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"){mi(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:a,enabled:r}=e;if(!r||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let s=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(s)||"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&&(s=d[0]);const p=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(h?po(p,s):s.closest(p))){e.allowClick=!0;return}if(l.swipeHandler&&!s.closest(l.swipeHandler))return;a.currentX=n.pageX,a.currentY=n.pageY;const f=a.currentX,b=a.currentY;if(!mi(e,n,f))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=f,a.startY=b,o.touchStartTime=Se(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(o.allowThresholdMove=!1);let C=!0;s.matches(o.focusableElements)&&(C=!1,s.nodeName==="SELECT"&&(o.isTouched=!1)),i.activeElement&&i.activeElement.matches(o.focusableElements)&&i.activeElement!==s&&i.activeElement.blur();const y=C&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||y)&&!s.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function vo(t){const e=De(),i=this,n=i.touchEventsData,{params:o,touches:l,rtlTranslate:a,enabled:r}=i;if(!r||!o.simulateTouch&&t.pointerType==="mouse")return;let s=t;if(s.originalEvent&&(s=s.originalEvent),s.type==="pointermove"&&(n.touchId!==null||s.pointerId!==n.pointerId))return;let c;if(s.type==="touchmove"){if(c=[...s.changedTouches].filter(P=>P.identifier===n.touchId)[0],!c||c.identifier!==n.touchId)return}else c=s;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",s);return}const d=c.pageX,p=c.pageY;if(s.preventedByNestedSwiper){l.startX=d,l.startY=p;return}if(!i.allowTouchMove){s.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:p,currentX:d,currentY:p}),n.touchStartTime=Se());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&&s.target===e.activeElement&&s.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",s),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=p;const h=l.currentX-l.startX,f=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+f**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let P;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:h*h+f*f>=25&&(P=Math.atan2(Math.abs(f),Math.abs(h))*180/Math.PI,n.isScrolling=i.isHorizontal()?P>o.touchAngle:90-P>o.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",s),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&&s.cancelable&&s.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&s.stopPropagation();let b=i.isHorizontal()?h:f,C=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;o.oneWayMovement&&(b=Math.abs(b)*(a?1:-1),C=Math.abs(C)*(a?1:-1)),l.diff=b,b*=o.touchRatio,a&&(b=-b,C=-C);const y=i.touchesDirection;i.swipeDirection=b>0?"prev":"next",i.touchesDirection=C>0?"prev":"next";const u=i.params.loop&&!o.cssMode,v=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&v&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const P=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});i.wrapperEl.dispatchEvent(P)}n.allowMomentumBounce=!1,o.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",s)}let m;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&y!==i.touchesDirection&&u&&v&&Math.abs(b)>=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",s),n.isMoved=!0,n.currentTranslate=b+n.startTranslate;let S=!0,D=o.resistanceRatio;if(o.touchReleaseOnEdges&&(D=0),b>0?(u&&v&&!m&&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()&&(S=!1,o.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+b)**D))):b<0&&(u&&v&&!m&&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()&&(S=!1,o.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-b)**D))),S&&(s.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(b)>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 mo(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(D=>D.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:r,rtlTranslate:s,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=Se(),h=p-i.touchStartTime;if(e.allowClick){const D=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(D&&D[0]||n.target,D),e.emit("tap click",n),h<300&&p-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=Se(),$e(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||r.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=s?e.translate:-e.translate:f=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:f});return}const b=f>=-e.maxTranslate()&&!e.params.loop;let C=0,y=e.slidesSizesGrid[0];for(let D=0;D<c.length;D+=D<a.slidesPerGroupSkip?1:a.slidesPerGroup){const P=D<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof c[D+P]<"u"?(b||f>=c[D]&&f<c[D+P])&&(C=D,y=c[D+P]-c[D]):(b||f>=c[D])&&(C=D,y=c[c.length-1]-c[c.length-2])}let u=null,v=null;a.rewind&&(e.isBeginning?v=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const m=(f-c[C])/y,S=C<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(h>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(m>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?u:C+S):e.slideTo(C)),e.swipeDirection==="prev"&&(m>1-a.longSwipesRatio?e.slideTo(C+S):v!==null&&m<0&&Math.abs(m)>a.longSwipesRatio?e.slideTo(v):e.slideTo(C))}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(C+S):e.slideTo(C):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:C+S),e.swipeDirection==="prev"&&e.slideTo(v!==null?v:C))}}function hi(){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 r=a&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!r?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 ho(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function go(){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 bo(t){const e=this;vt(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function yo(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const gi=(t,e)=>{const i=De(),{params:n,el:o,wrapperEl:l,device:a}=t,r=!!n.nested,s=e==="on"?"addEventListener":"removeEventListener",c=e;i[s]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:r}),o[s]("touchstart",t.onTouchStart,{passive:!1}),o[s]("pointerdown",t.onTouchStart,{passive:!1}),i[s]("touchmove",t.onTouchMove,{passive:!1,capture:r}),i[s]("pointermove",t.onTouchMove,{passive:!1,capture:r}),i[s]("touchend",t.onTouchEnd,{passive:!0}),i[s]("pointerup",t.onTouchEnd,{passive:!0}),i[s]("pointercancel",t.onTouchEnd,{passive:!0}),i[s]("touchcancel",t.onTouchEnd,{passive:!0}),i[s]("pointerout",t.onTouchEnd,{passive:!0}),i[s]("pointerleave",t.onTouchEnd,{passive:!0}),i[s]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&o[s]("click",t.onClick,!0),n.cssMode&&l[s]("scroll",t.onScroll),n.updateOnWindowResize?t[c](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",hi,!0):t[c]("observerUpdate",hi,!0),o[s]("load",t.onLoad,{capture:!0})};function wo(){const t=this,{params:e}=t;t.onTouchStart=fo.bind(t),t.onTouchMove=vo.bind(t),t.onTouchEnd=mo.bind(t),t.onDocumentTouchStart=yo.bind(t),e.cssMode&&(t.onScroll=go.bind(t)),t.onClick=ho.bind(t),t.onLoad=bo.bind(t),gi(t,"on")}function To(){gi(this,"off")}var So={attachEvents:wo,detachEvents:To};const bi=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function xo(){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 s=(a in l?l[a]:void 0)||t.originalParams,c=bi(t,n),d=bi(t,s),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`),(s.grid.fill&&s.grid.fill==="column"||!s.grid.fill&&n.grid.fill==="column")&&o.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach(u=>{if(typeof s[u]>"u")return;const v=n[u]&&n[u].enabled,m=s[u]&&s[u].enabled;v&&!m&&t[u].disable(),!v&&m&&t[u].enable()});const h=s.direction&&s.direction!==n.direction,f=n.loop&&(s.slidesPerView!==n.slidesPerView||h),b=n.loop;h&&i&&t.changeDirection(),ye(t.params,s);const C=t.params.enabled,y=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),p&&!C?t.disable():!p&&C&&t.enable(),t.currentBreakpoint=a,t.emit("_beforeBreakpoint",s),i&&(f?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!b&&y?(t.loopCreate(e),t.updateSlides()):b&&!y&&t.loopDestroy()),t.emit("breakpoint",s)}function Co(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const o=he(),l=e==="window"?o.innerHeight:i.clientHeight,a=Object.keys(t).map(r=>{if(typeof r=="string"&&r.indexOf("@")===0){const s=parseFloat(r.substr(1));return{value:l*s,point:r}}return{value:r,point:r}});a.sort((r,s)=>parseInt(r.value,10)-parseInt(s.value,10));for(let r=0;r<a.length;r+=1){const{point:s,value:c}=a[r];e==="window"?o.matchMedia(`(min-width: ${c}px)`).matches&&(n=s):c<=i.clientWidth&&(n=s)}return n||"max"}var Eo={setBreakpoint:xo,getBreakpoint:Co};function Io(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 Do(){const t=this,{classNames:e,params:i,rtl:n,el:o,device:l}=t,a=Io(["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 Ao(){const t=this,{el:e,classNames:i}=t;e.classList.remove(...i),t.emitContainerClasses()}var Po={addClasses:Do,removeClasses:Ao};function ko(){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 _o={checkOverflow:ko},Rt={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 Mo(t,e){return function(n){n===void 0&&(n={});const o=Object.keys(n)[0],l=n[o];if(typeof l!="object"||l===null){ye(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)){ye(e,n);return}typeof t[o]=="object"&&!("enabled"in t[o])&&(t[o].enabled=!0),t[o]||(t[o]={enabled:!1}),ye(e,n)}}const Bt={eventsEmitter:An,update:zn,translate:Wn,transition:Xn,slide:no,loop:ao,grabCursor:uo,events:So,breakpoints:Eo,checkOverflow:_o,classes:Po},jt={};let zt=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=ye({},i),e&&!i.el&&(i.el=e);const a=De();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const d=[];return a.querySelectorAll(i.el).forEach(p=>{const h=ye({},i,{el:p});d.push(new _e(h))}),d}const r=this;r.__swiper__=!0,r.support=pi(),r.device=fi({userAgent:i.userAgent}),r.browser=En(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],i.modules&&Array.isArray(i.modules)&&r.modules.push(...i.modules);const s={};r.modules.forEach(d=>{d({params:i,swiper:r,extendParams:Mo(i,s),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})});const c=ye({},Rt,s);return r.params=ye({},c,jt,i),r.originalParams=ye({},r.params),r.passedParams=ye({},i),r.params&&r.params.on&&Object.keys(r.params.on).forEach(d=>{r.on(d,r.params.on[d])}),r.params&&r.params.onAny&&r.onAny(r.params.onAny),Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return r.params.direction==="horizontal"},isVertical(){return r.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:r.params.allowSlideNext,allowSlidePrev:r.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:r.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}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=Ae(i,`.${n.slideClass}, swiper-slide`),l=ft(o[0]);return ft(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=Ae(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:r,size:s,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,h;for(let f=c+1;f<l.length;f+=1)l[f]&&!h&&(p+=Math.ceil(l[f].swiperSlideSize),d+=1,p>s&&(h=!0));for(let f=c-1;f>=0;f-=1)l[f]&&!h&&(p+=l[f].swiperSlideSize,d+=1,p>s&&(h=!0))}else if(e==="current")for(let p=c+1;p<l.length;p+=1)(i?a[p]+r[p]-a[c]<s:a[p]-a[c]<s)&&(d+=1);else for(let p=c-1;p>=0;p-=1)a[c]-a[p]<s&&(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&&vt(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function o(){const a=e.rtlTranslate?e.translate*-1:e.translate,r=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(r),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()):Ae(n,o())[0];return!a&&i.params.createElements&&(a=nt("div",i.params.wrapperClass),n.append(a),Ae(n,`.${i.params.slideClass}`).forEach(r=>{a.append(r)})),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"||Ne(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Ne(n,"direction")==="rtl"),wrongRTL:Ne(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?vt(i,l):l.addEventListener("load",a=>{vt(i,a.target)})}),Nt(i),i.initialized=!0,Nt(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:r}=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"),r&&r.length&&r.forEach(s=>{s.classList.remove(o.slideVisibleClass,o.slideFullyVisibleClass,o.slideActiveClass,o.slideNextClass,o.slidePrevClass),s.removeAttribute("style"),s.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(s=>{n.off(s)}),e!==!1&&(n.el.swiper=null,pn(n)),n.destroyed=!0),null}static extendDefaults(e){ye(jt,e)}static get extendedDefaults(){return jt}static get defaults(){return Rt}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(Bt).forEach(t=>{Object.keys(Bt[t]).forEach(e=>{zt.prototype[e]=Bt[t][e]})}),zt.use([In,Dn]);const yi=["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 He(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function Ye(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]:He(e[n])&&He(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:Ye(t[n],e[n]):t[n]=e[n]})}function wi(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Ti(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Si(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function xi(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 Oo(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Lo(t){let{swiper:e,slides:i,passedParams:n,changedParams:o,nextEl:l,prevEl:a,scrollbarEl:r,paginationEl:s}=t;const c=o.filter(w=>w!=="children"&&w!=="direction"&&w!=="wrapperClass"),{params:d,pagination:p,navigation:h,scrollbar:f,virtual:b,thumbs:C}=e;let y,u,v,m,S,D,P,R;o.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(y=!0),o.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(u=!0),o.includes("pagination")&&n.pagination&&(n.pagination.el||s)&&(d.pagination||d.pagination===!1)&&p&&!p.el&&(v=!0),o.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||r)&&(d.scrollbar||d.scrollbar===!1)&&f&&!f.el&&(m=!0),o.includes("navigation")&&n.navigation&&(n.navigation.prevEl||a)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(S=!0);const T=w=>{e[w]&&(e[w].destroy(),w==="navigation"?(e.isElement&&(e[w].prevEl.remove(),e[w].nextEl.remove()),d[w].prevEl=void 0,d[w].nextEl=void 0,e[w].prevEl=void 0,e[w].nextEl=void 0):(e.isElement&&e[w].el.remove(),d[w].el=void 0,e[w].el=void 0))};o.includes("loop")&&e.isElement&&(d.loop&&!n.loop?D=!0:!d.loop&&n.loop?P=!0:R=!0),c.forEach(w=>{if(He(d[w])&&He(n[w]))Object.assign(d[w],n[w]),(w==="navigation"||w==="pagination"||w==="scrollbar")&&"enabled"in n[w]&&!n[w].enabled&&T(w);else{const E=n[w];(E===!0||E===!1)&&(w==="navigation"||w==="pagination"||w==="scrollbar")?E===!1&&T(w):d[w]=n[w]}}),c.includes("controller")&&!u&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),o.includes("children")&&i&&b&&d.virtual.enabled?(b.slides=i,b.update(!0)):o.includes("virtual")&&b&&d.virtual.enabled&&(i&&(b.slides=i),b.update(!0)),o.includes("children")&&i&&d.loop&&(R=!0),y&&C.init()&&C.update(!0),u&&(e.controller.control=d.controller.control),v&&(e.isElement&&(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-pagination"),s.part.add("pagination"),e.el.appendChild(s)),s&&(d.pagination.el=s),p.init(),p.render(),p.update()),m&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-scrollbar"),r.part.add("scrollbar"),e.el.appendChild(r)),r&&(d.scrollbar.el=r),f.init(),f.updateSize(),f.setTranslate()),S&&(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),h.init(),h.update()),o.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),o.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),o.includes("direction")&&e.changeDirection(n.direction,!1),(D||R)&&e.loopDestroy(),(P||R)&&e.loopCreate(),e.update()}function No(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},o={};Ye(i,Rt),i._emitClasses=!0,i.init=!1;const l={},a=yi.map(s=>s.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(s=>{typeof t[s]>"u"||(a.indexOf(s)>=0?He(t[s])?(i[s]={},o[s]={},Ye(i[s],t[s]),Ye(o[s],t[s])):(i[s]=t[s],o[s]=t[s]):s.search(/on[A-Z]/)===0&&typeof t[s]=="function"?e?n[`${s[2].toLowerCase()}${s.substr(3)}`]=t[s]:i.on[`${s[2].toLowerCase()}${s.substr(3)}`]=t[s]:l[s]=t[s])}),["navigation","pagination","scrollbar"].forEach(s=>{i[s]===!0&&(i[s]={}),i[s]===!1&&delete i[s]}),{params:i,passedParams:o,rest:l,events:n}}function Ro(t,e){let{el:i,nextEl:n,prevEl:o,paginationEl:l,scrollbarEl:a,swiper:r}=t;wi(e)&&n&&o&&(r.params.navigation.nextEl=n,r.originalParams.navigation.nextEl=n,r.params.navigation.prevEl=o,r.originalParams.navigation.prevEl=o),Ti(e)&&l&&(r.params.pagination.el=l,r.originalParams.pagination.el=l),Si(e)&&a&&(r.params.scrollbar.el=a,r.originalParams.scrollbar.el=a),r.init(i)}function Bo(t,e,i,n,o){const l=[];if(!e)return l;const a=s=>{l.indexOf(s)<0&&l.push(s)};if(i&&n){const s=n.map(o),c=i.map(o);s.join("")!==c.join("")&&a("children"),n.length!==i.length&&a("children")}return yi.filter(s=>s[0]==="_").map(s=>s.replace(/_/,"")).forEach(s=>{if(s in t&&s in e)if(He(t[s])&&He(e[s])){const c=Object.keys(t[s]),d=Object.keys(e[s]);c.length!==d.length?a(s):(c.forEach(p=>{t[s][p]!==e[s][p]&&a(s)}),d.forEach(p=>{t[s][p]!==e[s][p]&&a(s)}))}else t[s]!==e[s]&&a(s)}),l}const jo=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 mt(){return mt=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},mt.apply(this,arguments)}function Ci(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Ei(t){const e=[];return g.Children.toArray(t).forEach(i=>{Ci(i)?e.push(i):i.props&&i.props.children&&Ei(i.props.children).forEach(n=>e.push(n))}),e}function zo(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return g.Children.toArray(t).forEach(n=>{if(Ci(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=Ei(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 Vo(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,r=t.params.loop?-e.length:0,s=t.params.loop?e.length*2:e.length,c=[];for(let d=r;d<s;d+=1)d>=l&&d<=a&&c.push(e[n(d)]);return c.map((d,p)=>g.cloneElement(d,{swiper:t,style:o,key:d.props.virtualIndex||d.key||`slide-${p}`}))}function ot(t,e){return typeof window>"u"?X(t,e):ji(t,e)}const Vt=it(null),Ii=()=>tt(Vt),Fo=it(null),Xe=St(function(t,e){let{className:i,tag:n="div",wrapperTag:o="div",children:l,onSwiper:a,...r}=t===void 0?{}:t,s=!1;const[c,d]=F("swiper"),[p,h]=F(null),[f,b]=F(!1),C=J(!1),y=J(null),u=J(null),v=J(null),m=J(null),S=J(null),D=J(null),P=J(null),R=J(null),{params:T,passedParams:w,rest:E,events:A}=No(r),{slides:x,slots:I}=zo(l),_=()=>{b(!f)};Object.assign(T.on,{_containerClasses(M,O){d(O)}});const N=()=>{Object.assign(T.on,A),s=!0;const M={...T};if(delete M.wrapperClass,u.current=new zt(M),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=x;const O={cache:!1,slides:x,renderExternal:h,renderExternalUpdate:!1};Ye(u.current.params.virtual,O),Ye(u.current.originalParams.virtual,O)}};y.current||N(),u.current&&u.current.on("_beforeBreakpoint",_);const B=()=>{s||!A||!u.current||Object.keys(A).forEach(M=>{u.current.on(M,A[M])})},z=()=>{!A||!u.current||Object.keys(A).forEach(M=>{u.current.off(M,A[M])})};X(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",_)}),X(()=>{!C.current&&u.current&&(u.current.emitSlidesClasses(),C.current=!0)}),ot(()=>{if(e&&(e.current=y.current),!!y.current)return u.current.destroyed&&N(),Ro({el:y.current,nextEl:S.current,prevEl:D.current,paginationEl:P.current,scrollbarEl:R.current,swiper:u.current},T),a&&!u.current.destroyed&&a(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),ot(()=>{B();const M=Bo(w,v.current,x,m.current,O=>O.key);return v.current=w,m.current=x,M.length&&u.current&&!u.current.destroyed&&Lo({swiper:u.current,slides:x,passedParams:w,changedParams:M,nextEl:S.current,prevEl:D.current,scrollbarEl:R.current,paginationEl:P.current}),()=>{z()}}),ot(()=>{jo(u.current)},[p]);function k(){return T.virtual?Vo(u.current,x,p):x.map((M,O)=>g.cloneElement(M,{swiper:u.current,swiperSlideIndex:O}))}return g.createElement(n,mt({ref:y,className:xi(`${c}${i?` ${i}`:""}`)},E),g.createElement(Fo.Provider,{value:u.current},I["container-start"],g.createElement(o,{className:Oo(T.wrapperClass)},I["wrapper-start"],k(),I["wrapper-end"]),wi(T)&&g.createElement(g.Fragment,null,g.createElement("div",{ref:D,className:"swiper-button-prev"}),g.createElement("div",{ref:S,className:"swiper-button-next"})),Si(T)&&g.createElement("div",{ref:R,className:"swiper-scrollbar"}),Ti(T)&&g.createElement("div",{ref:P,className:"swiper-pagination"}),I["container-end"]))});Xe.displayName="Swiper";const ke=St(function(t,e){let{tag:i="div",children:n,className:o="",swiper:l,zoom:a,lazy:r,virtualIndex:s,swiperSlideIndex:c,...d}=t===void 0?{}:t;const p=J(null),[h,f]=F("swiper-slide"),[b,C]=F(!1);function y(S,D,P){D===p.current&&f(P)}ot(()=>{if(typeof c<"u"&&(p.current.swiperSlideIndex=c),e&&(e.current=p.current),!(!p.current||!l)){if(l.destroyed){h!=="swiper-slide"&&f("swiper-slide");return}return l.on("_slideClass",y),()=>{l&&l.off("_slideClass",y)}}}),ot(()=>{l&&p.current&&!l.destroyed&&f(l.getSlideClasses(p.current))},[l]);const u={isActive:h.indexOf("swiper-slide-active")>=0,isVisible:h.indexOf("swiper-slide-visible")>=0,isPrev:h.indexOf("swiper-slide-prev")>=0,isNext:h.indexOf("swiper-slide-next")>=0},v=()=>typeof n=="function"?n(u):n,m=()=>{C(!0)};return g.createElement(i,mt({ref:p,className:xi(`${h}${o?` ${o}`:""}`),"data-swiper-slide-index":s,onLoad:m},d),a&&g.createElement(Vt.Provider,{value:u},g.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},v(),r&&!b&&g.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&g.createElement(Vt.Provider,{value:u},v(),r&&!b&&g.createElement("div",{className:"swiper-lazy-preloader"})))});ke.displayName="SwiperSlide";function lt(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=ee(),o=se((a,r,s)=>{var c,d,p,h,f,b,C,y,u,v,m,S,D,P;let R="";e&&(!((d=(c=a?.video)===null||c===void 0?void 0:c.bindProducts)===null||d===void 0)&&d.length||!((p=a?.video)===null||p===void 0)&&p.bindProduct)?R="pdpPage":n?R="hashTagPage":!((h=a?.video)===null||h===void 0)&&h.url?R="videoPage":!((f=a?.video)===null||f===void 0)&&f.imgUrls&&(!((C=(b=a?.video)===null||b===void 0?void 0:b.imgUrls)===null||C===void 0)&&C.length)?R="imagePage":a?.product&&(R="productPage"),t?.({eventInfo:{eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(y=r?.itemId)!==null&&y!==void 0?y:"",productName:(u=r?.title)!==null&&u!==void 0?u:"",price:r?.price?r?.price+"":"0",productCollection:(v=r?.collection)!==null&&v!==void 0?v:"",fromKName:R,fromKPage:location?.href,contentTags:r?.tags?JSON.stringify(r?.tags):"",position:a?.position+"",relatedContentId:(S=(m=a?.video)===null||m===void 0?void 0:m.itemId)!==null&&S!==void 0?S:"",relatedCtatId:(D=s?.itemId)!==null&&D!==void 0?D:"",traceInfo:(P=r?.traceInfo)!==null&&P!==void 0?P:""}})},[t,e,n]),l=se((a,r,s,c)=>{var d,p,h,f;let b="";e&&(!((p=(d=a?.video)===null||d===void 0?void 0:d.bindProducts)===null||p===void 0)&&p.length||!((h=a?.video)===null||h===void 0)&&h.bindProduct)?b="pdpPage":a?.product&&(b="productPage"),t?.({eventInfo:{productId:r?.itemId,productName:r?.title,price:r?.price+"",productCollection:r?.collection,fromKName:b,fromKPage:location?.href,contentTags:JSON.stringify(r?.tags),position:a?.position+"",relatedContentId:(f=a?.video)===null||f===void 0?void 0:f.itemId,relatedCtatId:s?.itemId,traceInfo:r?.traceInfo,timeOnSite:Math.floor((new Date-c)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]);return{jumpToWeb:o,productView:l}}const Ho="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Uo=({visible:t,onClose:e,children:i,modalStyle:n,padding:o,popupAniData:l})=>{const{popupAni:a}=Te(),r=l??a,[s,c]=F(!1),d=J(null);if(X(()=>{const h=document.getElementById("sxp-render"),f=document.getElementById("pb-modal");f?d.current=f:(d.current=document.createElement("div"),d.current.setAttribute("id","pb-modal"),h?.appendChild(d.current))},[]),X(()=>{t?c(!0):setTimeout(()=>{c(!1)},r?.duration)},[t,r]),!d.current)return null;const p=Tt(()=>{e?.()},300);return Xt.createPortal(g.createElement("div",{className:"modal-bg",style:Object.assign({display:s?"flex":"none",backgroundColor:t?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:p},g.createElement("div",{className:`modal-container ${t?"modal-popIn":"modal-popOut"}`,style:{padding:o,animationDuration:r?.duration/1e3+"s"},onClick:h=>{h.stopPropagation(),h.preventDefault()}},g.createElement("div",{onClick:e,className:"modal-icon-wrapper"},g.createElement("img",{src:Ho,alt:"close",className:"modal-icon"})),i)),d.current)};var ht=Z(Uo);const Go=(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(" ")+" "},Wo=({text:t,maxStr:e=108,style:i,className:n,onClick:o,foldText:l,unfoldText:a,isPost:r})=>{const[s,c]=F(!0),[d,p]=F(!1),h=Number(i?.lineClamp||2),f=J(null),b=se(()=>{c(!s)},[s]);return ae(()=>!s&&t.length>e?Go(t,e)+"...":t,[t,e,s]),X(()=>{f.current&&r&&(c(!0),setTimeout(()=>{var C;p(!1);try{const y=(C=window?.getComputedStyle)===null||C===void 0?void 0:C.call(window,f.current),u=parseFloat(y?.height),v=parseFloat(y?.lineHeight),m=parseFloat(y?.fontSize)+4,S=isNaN(v)?m:v;t&&u>S*h&&(c(!1),p(!0))}catch{}},100))},[f,t,h,i,r]),g.createElement("div",{className:n,style:Object.assign({},i),hidden:!t||t===""},g.createElement("div",{ref:f,style:{overflow:"hidden",WebkitLineClamp:s?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:t?.replace(/\n/g,"</br>")}}),d&&t&&g.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:o??b},s?a||"show less":l||"show more"))};var Ft=Z(Wo);const $o=t=>{var e,i,n,o,l,a,r,s,{content:c,style:d,bgImg:p,onClick:h,schema:f,isDefault:b,bottom_image:C,tipText:y,isPost:u,viewTime:v,rec:m,swiper:S,commodityStyles:D,buttonStyle:P}=t,R=fe(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle"]);const{sxpParameter:T}=ee(),{popupDetailData:w,bffEventReport:E,isPreview:A,waterFallData:x}=ee(),{jumpToWeb:I,productView:_}=lt(),N=J(null),[B,z]=F(!1),k=u?m:w,M=u?k?.product:(e=k?.video)===null||e===void 0?void 0:e.bindProduct,O=u?(i=k?.product)===null||i===void 0?void 0:i.bindCta:(o=(n=k?.video)===null||n===void 0?void 0:n.bindProduct)===null||o===void 0?void 0:o.bindCta,U=()=>{M?.link&&(I(w,M,O),u||_(k,M,O,v||N.current),window.location.href=window.getJointUtmLink(M.link))};X(()=>{const j=()=>{N.current=new Date};return j(),window.addEventListener("pageshow",j),()=>{window.removeEventListener("pageshow",j)}},[]);const oe=ae(()=>{var j,V,W,ie,te;return M?.currency&&M?.price?`${(W=(V=(j=M?.currency)===null||j===void 0?void 0:j.split("-")[1])===null||V===void 0?void 0:V.toUpperCase())!==null&&W!==void 0?W:""}${(te=(ie=M?.price)===null||ie===void 0?void 0:ie.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&te!==void 0?te:""}`:"$7,000"},[M?.price,M?.currency]),me=A?375:window.innerWidth,ue=({isPost:j})=>{var V,W,ie;return g.createElement("div",{className:"pb-commondity-content"},g.createElement("div",{className:"pb-commondity-content-collection",style:D?.collection},(V=M?.collection)!==null&&V!==void 0?V:"Tiffany Lock"),g.createElement("div",{className:"pb-commondity-content-title",style:D?.title},(W=M?.title)!==null&&W!==void 0?W:"Pendant in Yellow Gold with Diamonds, Medium"),g.createElement("div",{className:"pb-commondity-content-price",style:D?.price},oe),g.createElement(Ft,{foldText:y?.foldText,unfoldText:y?.unfoldText,onClick:()=>z(!0),isPost:j,text:(ie=M?.info)!==null&&ie!==void 0?ie:`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:D?.info}))},Ce=()=>{var j;return g.createElement(g.Fragment,null,(b||M?.link)&&g.createElement("button",{onClick:U,className:"pb-commondity-btn",style:P},(j=O?.enTitle)!==null&&j!==void 0?j:"Purchase on Website"))};return g.createElement("div",{className:"pb-commondity"},g.createElement("div",Object.assign({className:G(Object.assign({},d))},R),M&&((l=M?.homePage)===null||l===void 0?void 0:l.length)>0&&g.createElement(
|
6
|
-
Made in Italy`}));return g.createElement("div",{className:"pb-commondityDiroNew"},g.createElement("div",Object.assign({ref:L,className:G(Object.assign({},h))},P),O&&((l=O?.homePage)===null||l===void 0?void 0:l.length)>0&&g.createElement(Ye,{height:pe,modules:[Pt,_t],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:m?.dotsAlign==="left"?"commondityDiroNew-swiper-clickable-left":"commondityDiroNew-swiper-clickable-center"},loop:!0,autoplay:{delay:m?.delay*1e3}},(a=O?.homePage)===null||a===void 0?void 0:a.map(j=>g.createElement(_e,{key:j},g.createElement("div",{style:{overflow:"hidden",width:pe,height:pe}},g.createElement("img",{src:j,style:{height:"100%",width:"100%",objectFit:"cover"}}))))),!(!((r=O?.homePage)===null||r===void 0)&&r.length)&&g.createElement("div",{className:G({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},g.createElement("img",{className:G({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(s=R?.bottom_image)!==null&&s!==void 0?s:u,alt:""})),g.createElement("div",{className:"pb-commondityDiroNew-content"},g.createElement("div",{className:"pb-commondityDiroNew-content-top"},g.createElement("div",{className:"pb-commondityDiroNew-content-top-title",style:S?.title},(c=O?.title)!==null&&c!==void 0?c:"Large Dior Toujours Bag"),g.createElement("div",{className:""},g.createElement("div",{className:"pb-commondityDiroNew-content-top-price",hidden:!!O&&!O?.price,style:S?.price},de),g.createElement("div",{className:"pb-commondityDiroNew-content-top-price",hidden:!!O&&!O?.taxInfo,style:S?.taxInfo},(d=O?.taxInfo)!==null&&d!==void 0?d:"\u7A0E\u8D39"))),g.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!O&&(!O?.collection||O?.collection===""),style:S?.collection},O?.collection||"Black Macrocannage Calfskin"),(!O||O?.link)&&g.createElement("button",{onClick:oe,className:"pb-commondityDiroNew-btn",style:D},(p=U?.enTitle)!==null&&p!==void 0?p:"Shop now"),Ce({isPost:y}))),g.createElement(ht,{visible:B,onClose:()=>V(!1)},Ce({isPost:!1})))};var nl=Z(il);const ol=be(nl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:tl},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:18},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 xe=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["props","ctaTempStyles","title","fontFamily"]},{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["props","ctaTempStyles","ctaTitle","fontFamily"]},{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"]}]}],ll=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];function Ai(t){const e=J(null),[i,n]=H(!1);return Y(()=>{e.current=new IntersectionObserver(([o])=>{n(o.isIntersecting)})},[]),Y(()=>{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 sl=t=>{var{rec:e,children:i,className:n,onClick:o,style:l}=t;ve(t,["rec","children","className","onClick","style"]);const a=J(null),r=Ai(a),{popupAni:s}=Te(),{setPopupDetailData:c,ctaEvent:d}=ee();Y(()=>{var h,f;if(r&&a?.current){const b=(f=(h=e?.video)===null||h===void 0?void 0:h.bindProduct)!==null&&f!==void 0?f:e?.video;d?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,b)}},[r,a,e,d]);const p=at(()=>{var h,f;const b=(f=(h=e?.video)===null||h===void 0?void 0:h.bindProduct)!==null&&f!==void 0?f:e?.video;d?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,b),c?.(e),o?.()},s?.duration);return g.createElement("div",{ref:a,className:n,style:l,onClick:p},i)};var st=Z(sl),al={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const rl=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=ve(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:al["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop Now")))};var dl=Z(rl);const cl=be(dl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:ll,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:1});var ul=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const pl=t=>{var e,i,n,o,{content:l,style:a,bgImg:r,recData:s,bottom_image:c,ctaTempStyles:d}=t,p=ve(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:h}=ee(),f=(e=s?.video)===null||e===void 0?void 0:e.bindCta;return g.createElement(st,Object.assign({rec:s,className:G(Object.assign({alignItems:"center"},a)),style:{display:"flex"}},p),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:(n=(i=f?.icon)!==null&&i!==void 0?i:h?.bottom_image)!==null&&n!==void 0?n:c,alt:""})),g.createElement("div",{className:G(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},d?.ctaTitle))},(o=f?.enTitle)!==null&&o!==void 0?o:"Product Name"))};var fl=Z(pl);const vl=be(fl,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ul,settingRender:xe?.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)"}},w:100,h:40,sort:6});var ml={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU"};const hl=t=>{var e,i,n,o,l,{content:a,style:r,bgImg:s,recData:c,bottom_image:d,ctaTempStyles:p}=t,h=ve(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:f,bffEventReport:b}=ee(),{jumpToWeb:C}=lt(),y=(e=c?.video)===null||e===void 0?void 0:e.bindCta,u=(i=c?.video)===null||i===void 0?void 0:i.bindProduct,v=()=>{y?.link&&(C(c,u,y),window.location.href=window.getJointUtmLink(y.link))};return g.createElement(st,Object.assign({rec:c,className:G(Object.assign({alignItems:"center"},r)),style:{display:"flex"}},h,{onClick:v}),g.createElement("div",{className:G(Object.assign({backgroundColor:"#f2f2f2",overflow:"hidden",flexShrink:0},p?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:(o=(n=y?.icon)!==null&&n!==void 0?n:f?.bottom_image)!==null&&o!==void 0?o:d,alt:""})),g.createElement("div",{className:G({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},g.createElement("div",{className:ml["tow-line-ellipsis"],style:p?.ctaTitle},(l=y?.enTitle)!==null&&l!==void 0?l:"Product Name")))};var gl=Z(hl);const bl=be(gl,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:xe?.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)"}},w:100,h:40,sort:5});var yl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],wl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Tl=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=ve(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:wl["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop Now")))};var Sl=Z(Tl);const xl=be(Sl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:yl,settingRender:xe,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"}},w:100,h:40,sort:2});var Cl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],El={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Il=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=ve(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},g.createElement("div",{className:El["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop now")))};var Dl=Z(Il);const Al=be(Dl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Cl,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:2});var Pl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const _l=({children:t})=>g.createElement(Ye,{direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[Tn,wn,yn],style:{paddingRight:"20px"}},t);var gt=Z(_l);const kl=({src:t,rec:e,item:i})=>{const n=J(null),o=Ai(n),{ctaEvent:l}=ee();return Y(()=>{o&&t&&n?.current&&l?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i)},[o,t,n,e,l,i]),g.createElement("img",{ref:n,hidden:!t,className:G({width:"100%",objectFit:"cover",height:"100%"}),src:t,alt:""})};var Ht=Z(kl),Ml={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ol=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=ve(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{ctaEvent:p,setPopupDetailData:h,sxpParameter:f}=ee(),{popupAni:b}=Te(),[C,y]=H((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{p?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(_e,Object.assign({hidden:a&&!v?.bindCta,key:v?.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:f?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:Ml["two-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop Now")))}))};var Ll=Z(Ol);const Nl=be(Ll,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Pl,bindableProps:[],settingRender:xe},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"}},w:100,h:40,sort:4});var Rl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Bl={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const jl=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=ve(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{sxpParameter:p}=ee(),{ctaEvent:h,setPopupDetailData:f}=ee(),{popupAni:b}=Te(),[C,y]=H((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),f?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(_e,Object.assign({hidden:a&&!v?.bindCta,key:v.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:p?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:Bl["two-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop Now")))}))};var zl=Z(jl);const Vl=be(zl,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Rl,settingRender:xe,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)"}},w:100,h:40,sort:3});var Fl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Hl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Ul=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=ve(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{ctaEvent:p,setPopupDetailData:h,sxpParameter:f}=ee(),{popupAni:b}=Te(),[C,y]=H((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{p?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(_e,Object.assign({hidden:a&&!v?.bindCta,key:v?.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:f?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},g.createElement("div",{className:Hl["tow-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop now")))}))};var Gl=Z(Ul);const Wl=be(Gl,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Fl,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:4});var $l=[{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:"\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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["fontFamily"]},{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:"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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];const ql=({icon:t,styles:e,textStyle:i,onClose:n})=>{var o;const{waterFallData:l,setOpenHashtag:a}=ee();return g.createElement("div",{className:"clc-sxp-nav",style:e},g.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"",onClick:n}),g.createElement("div",{className:"clc-sxp-nav-title",style:i},`#${(o=l?.hashTag)!==null&&o!==void 0?o:"\u6807\u9898"}`))};var Pi=Z(ql),Xl=null,Yl="3d989325-e7d6-4a74-8a97-98febdf5b567",Jl=null,Ql=null,Kl={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"},Zl=[{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}],es="Handbags",ts={productUserId:Xl,requestId:Yl,channel:Jl,rtc:Ql,tag:Kl,recList:Zl,hashTag:es};const is=t=>{const{rec:e,index:i,list:n,reportTagsView:o,textStyles:l,space:a}=t,{swiperRef:r,setRtcList:s,setOpenHashtag:c,bffEventReport:d,sxpParameter:p}=ee(),[h,f]=H(!1),b=J(null),C=J(null),y=J(null),[u,v]=H(""),m=ae(()=>{var T,w,E,A,x,I,_,L,B,V,k,M;return!((T=e?.video)===null||T===void 0)&&T.cover?(w=e?.video)===null||w===void 0?void 0:w.cover:!((E=e?.video)===null||E===void 0)&&E.url?(f(!0),(A=e?.video)===null||A===void 0?void 0:A.url):!((I=(x=e?.video)===null||x===void 0?void 0:x.imgUrls)===null||I===void 0)&&I.length?(L=(_=e?.video)===null||_===void 0?void 0:_.imgUrls)===null||L===void 0?void 0:L[0]:!((V=(B=e?.product)===null||B===void 0?void 0:B.homePage)===null||V===void 0)&&V.length?(M=(k=e?.product)===null||k===void 0?void 0:k.homePage)===null||M===void 0?void 0:M[0]:p?.bottom_image||""},[e,p?.bottom_image]),S=ae(()=>{var T,w;return((T=e?.product)===null||T===void 0?void 0:T.title)||((w=e?.video)===null||w===void 0?void 0:w.title)||null},[e]),D=ae(()=>{var T,w,E,A,x,I,_,L,B;return!((T=e?.product)===null||T===void 0)&&T.currency&&(!((w=e?.product)===null||w===void 0)&&w.price)?`${(I=(x=(A=(E=e?.product)===null||E===void 0?void 0:E.currency)===null||A===void 0?void 0:A.split("-")[1])===null||x===void 0?void 0:x.toUpperCase())!==null&&I!==void 0?I:""}${(B=(L=(_=e?.product)===null||_===void 0?void 0:_.price)===null||L===void 0?void 0:L.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&B!==void 0?B:""}`:null},[e]);Y(()=>{const T=new IntersectionObserver(w=>{w.forEach(E=>{if(E.isIntersecting){if(b.current===null||m==="")return;h&&u?b.current.src=u:b.current.src=m,T.unobserve(b.current)}})});return T.observe(b.current),()=>{T.disconnect()}},[m,h,u]);const P=(T,w,E)=>{const A=T/w;return E/A};Y(()=>{const T=C?.current;T===null||m===""||!h||(T.src=m,T.currentTime=1,T.crossOrigin="anonymous",T.onloadeddata=()=>{const w=y?.current;if(!w)return;const E=w.getContext("2d"),A=window?.innerWidth/2,x=P(T.videoWidth,T.videoHeight,A);w.height=x,w.width=A,E?.drawImage(T,0,0,w.width,w.height),v(w.toDataURL()),T.remove(),w.remove()})},[m,h]);const R=()=>{o(),s?.(n),setTimeout(()=>{var T;(T=r?.current)===null||T===void 0||T.swiper.slideTo(i,0,!1),c?.(!1)},0)};return g.createElement("div",{className:"list-content-listItem",key:i,onClick:R,style:{marginBottom:a}},g.createElement("div",{className:"list-content-listItem-picture"},h&&g.createElement("div",{style:{display:"none"}},g.createElement("video",{ref:C,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),g.createElement("canvas",{ref:y})),g.createElement("img",{className:"list-content-listItem-picture-img",loading:"lazy",ref:b})),g.createElement("div",{className:"list-content-listItem-info"},g.createElement("div",{className:`list-content-listItem-info-title ${D?"list-content-listItem-info-nowrap":""}`,style:l?.title},S&&S),g.createElement("div",{className:"list-content-listItem-info-price",style:l.price,hidden:!D},D)))};function ns(t){var e,i,n,o,l,a,r,{reportTagsView:s}=t,c=ve(t,["reportTagsView"]);const{waterFallData:d,getRecommendVideos:p,hashTagSize:h,loadingImage:f,isOpenHashTag:b}=ee(),[C,y]=H(),[u,v]=H(),[m,S]=H(!1),D=J(null),[P,R]=H(!1);se(()=>{P||(R(!0),d&&p?.({hashTag:d?.hashTag,"itemFilter.itemId":d?.itemId,"itemFilter.itemType":d?.itemType}).then(w=>{var E;y(C?.concat((E=w?.recList)!==null&&E!==void 0?E:[])),R(!1)}))},[d,p,C,P]),Y(()=>{var w,E;if(S(!0),d&&p?.({hashTag:d?.hashTag,"itemFilter.itemId":d?.itemId,"itemFilter.itemType":d?.itemType,defaultSize:h}).then(A=>{var x,I;v(A),y((I=(x=A?.recList)===null||x===void 0?void 0:x.filter(_=>_?.video!==null||_?.product!==null))!==null&&I!==void 0?I:[]),S(!1)}),b){const A=ts;v(A),y((E=(w=A?.recList)===null||w===void 0?void 0:w.filter(x=>x?.video!==null||x?.product!==null))!==null&&E!==void 0?E:[]),S(!1)}},[d,p,h,b]);const T=()=>{var w,E;!((w=u?.tag)===null||w===void 0)&&w.link&&(s(),window.location.href=(E=u?.tag)===null||E===void 0?void 0:E.link)};return g.createElement(g.Fragment,null,m?g.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:f,alt:"loading...",style:{objectFit:"contain"}})):g.createElement("div",{className:"list"},g.createElement("div",{className:"list-scroll",ref:D,style:{bottom:!((e=u?.tag)===null||e===void 0)&&e.link?"100px":0}},g.createElement("div",{className:"list-info",style:(i=c?.textStyles)===null||i===void 0?void 0:i.hashTagDesc},(n=u?.tag)===null||n===void 0?void 0:n.info),g.createElement("div",{hidden:!(!((o=u?.tag)===null||o===void 0)&&o.link),className:"list-collection",onClick:T,style:{marginBottom:c?.space}},((l=u?.tag)===null||l===void 0?void 0:l.linkTitle)||"Shop the collection"),g.createElement("div",{className:"list-content"},C?.map((w,E)=>g.createElement(is,Object.assign({key:E,index:E,rec:w,list:C,reportTagsView:s},c)))),g.createElement("div",{hidden:!P,style:{textAlign:"center"}},"loading...")),g.createElement("div",{className:"list-bottom",hidden:!(!((a=u?.tag)===null||a===void 0)&&a.link)},g.createElement("button",{className:"list-bottom-btn",style:c?.buttonStyle,onClick:T},((r=u?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection"))))}var os="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const ls=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:o,swiperRef:l,setWaterFallData:a,cacheRtcList:r,setRtcList:s,cacheActiveIndex:c,rtcList:d,setCacheRtcList:p,setIsFromHashtag:h,isFromHashtag:f,bffEventReport:b}=ee();J(null);const C=J(null),[y,u]=H();Y(()=>{const P=document.getElementById("sxp-render"),R=document.getElementById("water-fall");R?C.current=R:(C.current=document.createElement("div"),C.current.setAttribute("id","water-fall"),P?.appendChild(C.current))},[]);const v=()=>{const P=$t(d,r);!P&&r&&r?.length&&s?.(r),D(),a?.(void 0),h?.(!1),setTimeout(()=>{var R,T;P||(T=(R=l?.current)===null||R===void 0?void 0:R.swiper)===null||T===void 0||T.slideTo(c,0,!1),n?.(!1)},0)},[m,S]=H();Y(()=>{i&&S(i)},[i]);const D=se(()=>{var P,R,T,w,E,A;const x=m?.rec;if(!x)return;let I="";f?I="hashTagPage":!((P=x?.video)===null||P===void 0)&&P.url?I="videoPage":!((T=(R=x?.video)===null||R===void 0?void 0:R.imgUrls)===null||T===void 0)&&T.length&&(I="imagePage"),b?.({eventInfo:{relatedContentId:(w=x?.video)===null||w===void 0?void 0:w.itemId,position:x?.position,contentTags:JSON.stringify((E=x?.video)===null||E===void 0?void 0:E.tags),traceInfo:JSON.stringify((A=x?.video)===null||A===void 0?void 0:A.traceInfo),hashTags:JSON.stringify([m?.hashTag]),fromKName:I,fromKPage:location?.href,timeOnSite:Math.floor((new Date-y)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[m,b,y,f]);return Y(()=>{o&&u(new Date)},[o]),Y(()=>{const P=()=>{u(new Date)};return window.addEventListener("pageshow",P),()=>{window.removeEventListener("pageshow",P)}},[]),C.current?Yt.createPortal(g.createElement("div",{className:"waterfall",style:{display:o?"block":"none"}},g.createElement(Pi,{icon:os,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:v}),g.createElement(ns,Object.assign({reportTagsView:D},t))),C.current):null};var _i=Z(ls);const ss=t=>g.createElement(_i,Object.assign({},t));var as=Z(ss);const rs=be(as,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:$l,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},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}}},w:100,h:40,sort:2});var ki=Object.freeze({__proto__:null,Appoint:vl,AppointForm:dn,Commodity:cl,CommodityDetail:Xo,CommodityDetailDiroNew:ol,CommodityDiro:xl,CommodityDiroNew:Al,HashTag:rs,Link:bl,MultiCommodity:Vl,MultiCommodityDiro:Nl,MultiCommodityDiroNew:Wl,Prompt:el});const ds="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",cs="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",us=t=>{var{active:e,activeIcon:i,unActicveIcon:n,recData:o}=t,l=ve(t,["active","activeIcon","unActicveIcon","recData"]);const{mutateLike:a,mutateUnlike:r,bffEventReport:s}=ee(),[c,d]=H(e),p=Fe(cs),h=Fe(ds),f=Tt(()=>ge(void 0,void 0,void 0,function*(){var b,C,y,u,v,m,S,D,P,R,T,w,E,A,x,I,_,L,B,V;if(c){d(!1);const k=(y=yield r?.({videoItemId:(C=(b=o.video)===null||b===void 0?void 0:b.itemId)!==null&&C!==void 0?C:""}))!==null&&y!==void 0?y:!1;s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(v=(u=o.video)===null||u===void 0?void 0:u.itemId)!==null&&v!==void 0?v:"",contentName:(S=(m=o.video)===null||m===void 0?void 0:m.title)!==null&&S!==void 0?S:"",contentTags:JSON.stringify((P=(D=o.video)===null||D===void 0?void 0:D.tags)!==null&&P!==void 0?P:[]),position:o.position,contentFormat:!((R=o.video)===null||R===void 0)&&R.url?"video":"image",traceInfo:(T=o.video)===null||T===void 0?void 0:T.traceInfo}}),k||d(!0)}else{d(!0);const k=(w=yield a?.({content:JSON.stringify(o)}))!==null&&w!==void 0?w:!1;s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(A=(E=o.video)===null||E===void 0?void 0:E.itemId)!==null&&A!==void 0?A:"",contentName:(I=(x=o.video)===null||x===void 0?void 0:x.title)!==null&&I!==void 0?I:"",contentTags:JSON.stringify((L=(_=o.video)===null||_===void 0?void 0:_.tags)!==null&&L!==void 0?L:[]),position:o.position,contentFormat:!((B=o.video)===null||B===void 0)&&B.url?"video":"image",traceInfo:(V=o.video)===null||V===void 0?void 0:V.traceInfo}}),k||d(!1)}}),200);return g.createElement("button",Object.assign({},l,{onClick:f}),g.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:c?i||p:n||h,alt:"icon"}))};var ps=Z(us);const Je=new Vi;var Re;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide"})(Re||(Re={}));const fs=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l})=>{const[a,r]=H(!1),s=J(null),{bffEventReport:c,sxpParameter:d,waterFallData:p,openHashtag:h}=ee(),f=J(0),[b,C]=H(!1),{isActive:y}=Ii();Y(()=>{s.current&&(s.current.muted=o)},[o]);const u=se(()=>{var T,w;!s?.current||((T=s?.current)===null||T===void 0?void 0:T.readyState)<2||(w=s.current)===null||w===void 0||w.play()},[]),v=Fe("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),m=se(()=>{var T,w,E,A,x,I,_,L,B,V,k,M,O;r(!1);const U=n[e];if(U&&b&&(!((T=s?.current)===null||T===void 0)&&T.duration)){f.current=((w=s?.current)===null||w===void 0?void 0:w.currentTime)||0;const oe=((A=(E=s.current)===null||E===void 0?void 0:E.duration)!==null&&A!==void 0?A:0).toFixed(2),de=((I=(x=s.current)===null||x===void 0?void 0:x.currentTime)!==null&&I!==void 0?I:0).toFixed(2);c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(L=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&L!==void 0?L:"",contentName:(V=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&V!==void 0?V:"",playType:"1",startTime:de,videoDuration:oe,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}b||C(!0)},[c,n,e,b]),S=se(()=>{var T,w,E,A,x,I,_,L,B,V,k,M,O;const U=n[e];if(U&&!b&&(!((T=s?.current)===null||T===void 0)&&T.duration)){f.current=((w=s?.current)===null||w===void 0?void 0:w.currentTime)||0;const oe=((A=(E=s.current)===null||E===void 0?void 0:E.duration)!==null&&A!==void 0?A:0).toFixed(2),de=((I=(x=s.current)===null||x===void 0?void 0:x.currentTime)!==null&&I!==void 0?I:0).toFixed(2);c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(L=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&L!==void 0?L:"",contentName:(V=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&V!==void 0?V:"",playType:"0",startTime:de,videoDuration:oe,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}setTimeout(()=>{var oe,de;!s?.current||((oe=s?.current)===null||oe===void 0?void 0:oe.readyState)<2||(de=s.current)===null||de===void 0||de.play()},0)},[e,c,n,b]),D=se(T=>()=>{var w,E,A,x,I,_;if(!s?.current||((w=s?.current)===null||w===void 0?void 0:w.readyState)<2||!b)return;const L=(E=s.current)===null||E===void 0?void 0:E.paused;switch(T){case"start":if(!L)return;(A=s.current)===null||A===void 0||A.play(),r(!1);break;case"pause":if(L)return;(x=s.current)===null||x===void 0||x.pause(),r(!0);break;default:L?(I=s.current)===null||I===void 0||I.play():(_=s.current)===null||_===void 0||_.pause(),r(!L);break}},[n,e,b]),P=se(()=>{var T,w,E,A,x,I,_,L,B,V,k,M,O;const U=n[e],oe=((w=(T=s.current)===null||T===void 0?void 0:T.duration)!==null&&w!==void 0?w:0).toFixed(2),de=((A=(E=s.current)===null||E===void 0?void 0:E.currentTime)!==null&&A!==void 0?A:0).toFixed(2);if(!((x=s?.current)===null||x===void 0)&&x.duration){const pe=(((I=s?.current)===null||I===void 0?void 0:I.currentTime)-f.current).toFixed(2);c?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(L=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&L!==void 0?L:"",contentName:(V=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&V!==void 0?V:"",endTime:de,videoDuration:oe,playDuration:pe,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}},[n,e,c]);Y(()=>{var T,w,E,A,x,I;if(n.length<=0||!s.current)return;const _=(T=s.current)===null||T===void 0?void 0:T.paused;if(r(!1),!y){!_&&((w=s?.current)===null||w===void 0?void 0:w.readyState)>=2&&((E=s.current)===null||E===void 0||E.pause());return}if(s.current.src){if(((A=s?.current)===null||A===void 0?void 0:A.readyState)<2)return;s.current.play()}else{const L=t.video.url;s.current.src=L,s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(x=s.current)===null||x===void 0||x.addEventListener("canplay",S),(I=s.current)===null||I===void 0||I.addEventListener("playing",m),()=>{var L,B;(L=s.current)===null||L===void 0||L.removeEventListener("canplay",S),(B=s.current)===null||B===void 0||B.removeEventListener("playing",m)}},[n,S,m,y,b,t.video]),Y(()=>{var T,w,E,A;if(!s?.current||((T=s?.current)===null||T===void 0?void 0:T.readyState)<2)return;const x=(w=s.current)===null||w===void 0?void 0:w.paused;y&&(!x&&h?(E=s.current)===null||E===void 0||E.pause():h||(A=s.current)===null||A===void 0||A.play())},[h,y]),Y(()=>{if(!y)return;const T=D("start"),w=D("pause");return Je.on(Re.PAGE_DID_SHOW,T),Je.on(Re.PAGE_DID_HIDE,w),()=>{Je.off(Re.PAGE_DID_SHOW,T),Je.off(Re.PAGE_DID_HIDE,w)}},[D,y]);const R=ae(()=>d?.placeholder_image?g.createElement("img",{hidden:b,style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:d?.placeholder_image}):null,[b,d?.placeholder_image]);return Y(()=>{const T=()=>{var w,E;l===e&&(!((w=t?.video)===null||w===void 0)&&w.url)&&(!((E=s?.current)===null||E===void 0)&&E.src)&&!a&&D("pause")()};return window.addEventListener("beforeunload",T),()=>{window.removeEventListener("beforeunload",T)}},[l,e,t,s,D,a]),t.video?g.createElement("div",{className:"video-container",key:t.video.itemId,onClick:D(),style:{position:"relative",width:"100%",height:i}},g.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,poster:d?.placeholder_image,muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:P,onEnded:u}),R,g.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:v})):null};var vs=Z(fs);const ms=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:o})=>{const[l,a]=H(t),r=s=>{s.stopPropagation();const c=!l;a(c),n?.(c)};return g.createElement("button",{style:o,className:"pb-toggle-button",onClick:r},g.createElement("img",{className:"pb-toggle-button-icon",src:l?e:i}))};var hs=Z(ms);const gs=({imageUrl:t})=>{const[e,i]=H(!0);Te(),Y(()=>{setTimeout(()=>{i(!1)},2e3)},[]);const n=Fe("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),o=ae(()=>e?"pb-fadeIn":"pb-fadeOut",[e]);return g.createElement("div",{hidden:!e,className:`pb-finger-wrap ${o}`},g.createElement("img",{src:t||n}))},bs=t=>{const{src:e,height:i,width:n}=t,o=J(null),{sxpParameter:l}=ee();return g.createElement("div",{style:{overflow:"hidden",height:i,width:"100%",position:"relative"}},g.createElement("img",{ref:o,loading:"lazy",src:e??l?.placeholder_image,style:{height:"100%",width:"100%",objectFit:"cover"}}))},ys=({imgUrls:t,width:e,height:i,rec:n,index:o,onReportViewImageEnd:l,onViewImageStartEvent:a})=>{const{isActive:r}=Ii(),{sxpParameter:s,openHashtag:c}=ee(),[d,p]=H(!1);return Y(()=>{d&&r?c?l(n):a(o):p(!0)},[n,r,l,c,o,a,d]),r?g.createElement(Ye,{defaultValue:0,direction:"horizontal",modules:[Pt,_t],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,loop:!0,autoplay:{delay:3e3}},t?.map(h=>g.createElement(_e,{key:h},g.createElement(bs,{src:h,width:e,height:i})))):g.createElement("img",{src:s?.placeholder_image,style:{width:e,height:i,objectFit:"cover"}})};var ws=Z(ys);const Ts=({tags:t,itemId:e,itemType:i,index:n,rec:o,hashTagStyle:l})=>{const[a,r]=H(!1),{setWaterFallData:s,setOpenHashtag:c,setCacheActiveIndex:d,waterFallData:p,setIsFromHashtag:h}=ee(),f=b=>{p?h?.(!0):d?.(n),s?.(i?{hashTag:b,itemId:e,itemType:i,rec:o}:{hashTag:b,rec:o}),c?.(!0)};return ae(()=>t.length<=6?null:g.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!a)},a?"show less":"show more"),[a,t]),g.createElement("div",{className:"clc-sxp-bottom-hashtag"},g.createElement(gt,null,t?.map((b,C)=>g.createElement(_e,{key:C,hidden:a?!1:C>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>f(b)},`#${b}`))))};var Ss=Z(Ts),xs="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 Ut(t){return Z(function(e){const{$store:i}=Xi(),n=l=>{let a=l;const r=l.match(/{{.*?}}/g);return r?.length&&r.forEach(s=>{s.replace(/{{\s*([\w.]+)\s*}}/g,(c,d)=>{if(d){const p=qt(i,d);return a=a.replace(s,p),p}})}),a},o=ae(()=>{var l,a,r;const{bindDatas:s}=e,c=ve(e,["bindDatas"]);if((l=s?.forEach)===null||l===void 0||l.call(s,d=>{if(d?.propKey&&d?.dataPath){const{propKey:p,dataPath:h}=d;h.replace(/{{\s*([\w.]+)\s*}}/g,(f,b)=>{var C,y;if(b){const u=(y=(C=qt(i,b))!==null&&C!==void 0?C:e[p])!==null&&y!==void 0?y:"";return c[p]=u,u}})}}),c){c.eventMap={};const d=et(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!((r=(a=c?.event)===null||a===void 0?void 0:a.onClick)===null||r===void 0)&&r.linkType&&(c.style.cursor="pointer"),c},[i,e]);return g.createElement(t,Object.assign({},o,o.eventMap))})}const Cs=({rec:t,index:e,tempMap:i,resolver:n})=>{const{schema:o}=Te(),l=ae(()=>{var a,r,s,c,d,p,h,f,b,C,y,u,v,m,S,D,P,R,T,w,E,A,x,I,_,L,B;if(!t?.video)return null;let V=null;!((r=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0)&&r.length?V="\u591A\u5546\u54C1CTA":!((s=t?.video)===null||s===void 0)&&s.bindProduct?V="\u5546\u54C1CTA":V=(d=(c=t?.video)===null||c===void 0?void 0:c.bindCta)===null||d===void 0?void 0:d.itemId;const k=i?.[V];if(((p=k?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((h=t?.video)===null||h===void 0)&&h.bindProduct)||((f=k?.item)===null||f===void 0?void 0:f.type)==="Commodity"&&!(!((b=t?.video)===null||b===void 0)&&b.bindProduct)||((C=k?.item)===null||C===void 0?void 0:C.type)==="CommodityDiroNew"&&!(!((y=t?.video)===null||y===void 0)&&y.bindProduct)||((u=k?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((m=(v=t?.video)===null||v===void 0?void 0:v.bindProducts)===null||m===void 0)&&m.length)||((S=k?.item)===null||S===void 0?void 0:S.type)==="MultiCommodityDiro"&&!(!((P=(D=t?.video)===null||D===void 0?void 0:D.bindProducts)===null||P===void 0)&&P.length)||((R=k?.item)===null||R===void 0?void 0:R.type)==="MultiCommodityDiroNew"&&!(!((w=(T=t?.video)===null||T===void 0?void 0:T.bindProducts)===null||w===void 0)&&w.length))return null;if(k&&n){const M=Ut(n[(E=k?.item)===null||E===void 0?void 0:E.type]);return g.createElement(M,Object.assign({style:Object.assign(Object.assign({},(A=k?.item)===null||A===void 0?void 0:A.style),{zIndex:50,marginLeft:"20px"}),textStyle:(x=k?.item)===null||x===void 0?void 0:x.textStyle,bindDatas:(_=(I=k?.item)===null||I===void 0?void 0:I.bindDatas)!==null&&_!==void 0?_:[]},(L=k?.item)===null||L===void 0?void 0:L.props,{event:((B=k?.item)===null||B===void 0?void 0:B.event)||{},schema:o,id:k?.id,key:k?.id,recData:t}))}else return null},[t,n,i,o]);return g.createElement(g.Fragment,null,l)};var Es=Z(Cs);const Is=({nudge:t})=>g.createElement("div",{hidden:!t?.isOpen,className:"clc-sxp-bottom-nudge",style:{marginBottom:t?.marginBottom,width:t?.size.width,height:t?.size.height,backgroundColor:t?.backgroundColor,borderRadius:t?.borderRadius}},t?.icon?g.createElement("img",{src:t.icon,style:{height:"100%",objectFit:"cover"}}):null,g.createElement("p",{style:Object.assign({},t?.textStyle)},t?.content)),Mi=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:o,resolver:l,data:a=[],ctaType:r,tipText:s,nudge:c,_schema:d,hashTagStyle:p})=>{var h,f,b,C,y,u,v;const{schema:m}=Te(),[S,D]=H(0),P=J(0),[R,T]=H(!1),[w,E]=H(!0),A=J(),x=J(),[I,_]=H(!1),{loadVideos:L,bffEventReport:B,loading:V,setPopupDetailData:k,ctaEvent:M,swiperRef:O,waterFallData:U,setOpenHashtag:oe,appDomain:de,openHashtag:pe,loadingImage:Ce,isFromHashtag:j,popupDetailData:z}=ee(),{productView:W}=lt(),ie=ae(()=>a.length>0&&!V,[a,V]),te=se(()=>{if(a.length<=0)return;fe();const N=location.search.slice(1),q=Xt.parse(N.replace(/\+/g,"%2B"));for(const X in q)q[X]=q[X].replace(/%2B/g,"+");const F=X=>{var K;return(K=q[X])!==null&&K!==void 0?K:""};B?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:F("utm_source"),utmMedium:F("utm_medium"),utmCampaign:F("utm_campaign"),utmId:F("utm_id"),utmContent:F("utm_content"),enterTime:`${Date.now()}`,requestId:null}}),T(!0)},[B,a.length]),fe=()=>{A.current=new Date,x.current=new Date,Ji()};Y(()=>{R||te()},[te,R]),Y(()=>{var N;const q=a?.findIndex(F=>{var X,K,ne,$,Q,le,re,Ee,Ie;return r==="\u591A\u5546\u54C1CTA"?((X=F?.video)===null||X===void 0?void 0:X.bindProducts)&&((ne=(K=F?.video)===null||K===void 0?void 0:K.bindProducts)===null||ne===void 0?void 0:ne.length)>0:r==="\u5546\u54C1CTA"?($=F?.video)===null||$===void 0?void 0:$.bindProduct:((le=(Q=F?.video)===null||Q===void 0?void 0:Q.bindCta)===null||le===void 0?void 0:le.itemId)===r&&(((re=F?.video)===null||re===void 0?void 0:re.url)||((Ie=(Ee=F?.video)===null||Ee===void 0?void 0:Ee.imgUrls)===null||Ie===void 0?void 0:Ie.length))})||0;(N=O?.current)===null||N===void 0||N.swiper.slideTo(q)},[r,O]),Y(()=>{const N=a?.[S],q=()=>{var F,X,K,ne,$,Q,le,re,Ee,Ie,je,ze,Ze,yt,wt;if(document.visibilityState==="hidden"){Je.emit(Re.PAGE_DID_HIDE,N),Oe(N),Be(N);let Ve="";z&&(!((X=(F=N?.video)===null||F===void 0?void 0:F.bindProducts)===null||X===void 0)&&X.length||!((K=N?.video)===null||K===void 0)&&K.bindProduct)?Ve="pdpPage":z&&o?.[(Q=($=(ne=N.video)===null||ne===void 0?void 0:ne.bindCta)===null||$===void 0?void 0:$.itemId)!==null&&Q!==void 0?Q:""].item.type==="Appoint"?Ve="formPage":j?Ve="hashTagPage":!((le=N?.video)===null||le===void 0)&&le.url?Ve="videoPage":!((re=N?.video)===null||re===void 0)&&re.imgUrls&&(!((Ie=(Ee=N?.video)===null||Ee===void 0?void 0:Ee.imgUrls)===null||Ie===void 0)&&Ie.length)?Ve="imagePage":N?.product&&(Ve="productPage"),B?.({eventInfo:{sessionDuration:Math.floor((new Date-A.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",relatedContentId:(je=N?.video)===null||je===void 0?void 0:je.itemId,relatedProductId:(ze=N?.product)===null||ze===void 0?void 0:ze.itemId,position:N?.position,fromKName:Ve,fromKPage:location?.href,relatedCtatId:(wt=(yt=(Ze=N.video)===null||Ze===void 0?void 0:Ze.bindCta)===null||yt===void 0?void 0:yt.itemId)!==null&&wt!==void 0?wt:""}})}else document.visibilityState==="visible"&&(te(),Ge(S),Je.emit(Re.PAGE_DID_SHOW,N))};return document.addEventListener("visibilitychange",q),()=>{document.removeEventListener("visibilitychange",q)}},[S,B,A,a,te,z,j,o]);const ce=ae(()=>t?.logoUrl&&t?.isShowLogo?i-45:i,[t,i]),we=ae(()=>t?.logoUrl&&t?.isShowLogo?g.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},g.createElement("img",{src:t?.logoUrl,alt:"logo"})):null,[t]),Me=se((N,q)=>{var F,X,K,ne;return!((F=N.video)===null||F===void 0)&&F.url?g.createElement(vs,{rec:N,index:q,muted:w,data:a,height:ce,activeIndex:S}):!((X=N.video)===null||X===void 0)&&X.imgUrls?g.createElement(ws,{key:N.video.itemId,imgUrls:N.video.imgUrls,width:n,height:ce,rec:N,index:q,onReportViewImageEnd:Oe,onViewImageStartEvent:Ge}):N.product&&Array.isArray(t?.productPost)&&((K=t?.productPost)===null||K===void 0?void 0:K.length)>0?(ne=t?.productPost)===null||ne===void 0?void 0:ne.map(($,Q)=>{var le,re,Ee,Ie,je,ze;const Ze=Ut(l[(le=$?.item)===null||le===void 0?void 0:le.type]);return g.createElement(Ze,Object.assign({key:Q,textStyle:(re=$?.item)===null||re===void 0?void 0:re.textStyle,bindDatas:(Ie=(Ee=$?.item)===null||Ee===void 0?void 0:Ee.bindDatas)!==null&&Ie!==void 0?Ie:[]},(je=$?.item)===null||je===void 0?void 0:je.props,{event:((ze=$?.item)===null||ze===void 0?void 0:ze.event)||{},schema:m,id:$?.id,viewTime:x.current,rec:N,isPost:!0,tipText:s,style:{height:"100%",overflow:"auto"}}))}):null},[n,a,ce,w,S,t?.productPost,x,s,l,m]),Ue=se((N,q)=>{var F,X,K,ne,$,Q,le;return N.video?g.createElement(g.Fragment,null,((F=N.video)===null||F===void 0?void 0:F.title)&&g.createElement("div",{className:"clc-sxp-bottom-shadow"}),g.createElement("div",{className:"clc-sxp-bottom"},g.createElement(Is,{nudge:c}),g.createElement("div",{className:"clc-sxp-bottom-card"},g.createElement(Es,{rec:N,index:q,tempMap:o,resolver:l})),g.createElement("div",{className:"clc-sxp-bottom-text"},g.createElement(Ft,{isPost:!0,foldText:s?.foldText,unfoldText:s?.unfoldText,text:(K=(X=N.video)===null||X===void 0?void 0:X.title)!==null&&K!==void 0?K:"",style:e})),g.createElement(Ss,{index:S,tags:($=(ne=N?.video)===null||ne===void 0?void 0:ne.hashTags)!==null&&$!==void 0?$:[],itemId:(Q=N?.video)===null||Q===void 0?void 0:Q.itemId,itemType:!((le=N.video)===null||le===void 0)&&le.url?"VIDEO":null,rec:N,hashTagStyle:p}))):null},[e,S,o,l,s,c,p]),Qe=se(N=>{var q,F;if(!t?.isShowLike)return;let X=(q=t?.likeIconY)!==null&&q!==void 0?q:400;return U&&X<40&&(X+=40),N.video?g.createElement(ps,{key:N.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:N.isCollected,recData:N,className:"clc-sxp-like-button",style:{top:X,right:(F=t?.likeIconX)!==null&&F!==void 0?F:0}}):null},[t,U]),Oe=N=>{var q,F,X,K,ne,$;if(!(!((q=N.video)===null||q===void 0)&&q.url)&&(!((F=N.video)===null||F===void 0)&&F.imgUrls)){const Q=Date.now(),le=(Q-P.current)/1e3;B?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(K=(X=N.video)===null||X===void 0?void 0:X.itemId)!==null&&K!==void 0?K:"",contentName:(ne=N.video.title)!==null&&ne!==void 0?ne:"",imageEndTime:`${Q}`,playDuration:`${le}`,contentTags:JSON.stringify(($=N.video.tags)!==null&&$!==void 0?$:[]),position:N.position,contentFormat:"image",traceInfo:N.video.traceInfo}})}},Ke=N=>{var q,F,X,K,ne,$,Q,le;x.current=new Date;const re=a[N.previousIndex];re&&(N.previousIndex-N.activeIndex<0?(B?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",relatedContentId:(F=(q=re.video)===null||q===void 0?void 0:q.itemId)!==null&&F!==void 0?F:"",relatedProductId:(K=(X=re.product)===null||X===void 0?void 0:X.itemId)!==null&&K!==void 0?K:"",requestId:null}}),Oe(re)):(B?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",relatedContentId:($=(ne=re.video)===null||ne===void 0?void 0:ne.itemId)!==null&&$!==void 0?$:"",relatedProductId:(le=(Q=re.product)===null||Q===void 0?void 0:Q.itemId)!==null&&le!==void 0?le:"",requestId:null}}),Oe(re)),Be(re))},Be=N=>{var q,F,X;!(!((q=N?.video)===null||q===void 0)&&q.url)&&!(!((F=N?.video)===null||F===void 0)&&F.imgUrls)&&N?.product&&W(N,N.product,(X=N?.product)===null||X===void 0?void 0:X.bindCta,x.current)};Y(()=>{const N=a[S];pe&&Be(N)},[pe,a,S]);const Ge=N=>{var q,F,X,K,ne,$;const Q=a[N];if(!(!((q=Q?.video)===null||q===void 0)&&q.url)&&(!((F=Q?.video)===null||F===void 0)&&F.imgUrls)){const le=Date.now();P.current=le,B?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(K=(X=Q.video)===null||X===void 0?void 0:X.itemId)!==null&&K!==void 0?K:"",contentName:(ne=Q.video.title)!==null&&ne!==void 0?ne:"",imageStartTime:`${le}`,contentTags:JSON.stringify(($=Q.video.tags)!==null&&$!==void 0?$:[]),position:Q.position,contentFormat:"image",traceInfo:Q.video.traceInfo}})}},ue=ae(()=>{const N=a?.map((q,F)=>S===F||F-1===S||F+1===S?q:null);return U?N:N.concat([{loading:!0}])},[a,S,U]),bt=ae(()=>V?g.createElement("div",{style:{height:ce,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):ue?.map((N,q)=>g.createElement(_e,{key:q,virtualIndex:q},N&&g.createElement(g.Fragment,null,N?.loading?g.createElement("div",{style:{height:ce,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):g.createElement(g.Fragment,null,Me(N,q),Ue(N,q),Qe(N))))),[n,a,ce,V,Ue,Me,ue,Ce]),We=Fe("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),Li=Fe("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png");return g.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},U&&g.createElement(Pi,{icon:xs,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},onClose:()=>{oe?.(!0)}}),we,ie?g.createElement(gs,{imageUrl:t?.swipeTipIcon}):null,g.createElement(Ye,{ref:O,onActiveIndexChange:N=>{D(N.activeIndex),!pe&&(Ke(N),!U&&N?.activeIndex+2>=a?.length&&(I||(_(!0),L?.(Math.ceil(S/10)+1).then(()=>{_(!1)}))))},direction:"vertical",height:ce},g.createElement(hs,{style:{position:"fixed",right:(h=t?.muteIconX)!==null&&h!==void 0?h:0,visibility:!((b=(f=a?.[S])===null||f===void 0?void 0:f.video)===null||b===void 0)&&b.url?"visible":"hidden",bottom:(C=t?.muteIconY)!==null&&C!==void 0?C:23,zIndex:999},defaultValue:w,activeIcon:t?.unMuteIcon?t?.unMuteIcon:We,unactiveIcon:t?.muteIcon?t?.muteIcon:Li,onChange:E}),bt),g.createElement(_i,Object.assign({},(v=(u=(y=t?.hashTag)===null||y===void 0?void 0:y[0])===null||u===void 0?void 0:u.item)===null||v===void 0?void 0:v.props)))},Ds=()=>{const{schema:t,resolver:e,popup:i,popupAni:n}=Te(),{setPopupDetailData:o,popupDetailData:l,bffEventReport:a}=ee(),{productView:r}=lt(),[s,c]=H(!1),d=J(null);Y(()=>{const f=()=>{d.current=new Date};return f(),window.addEventListener("pageshow",f),()=>{window.removeEventListener("pageshow",f)}},[]),Y(()=>{i&&i!==""&&(d.current=new Date,c(!0))},[i]);const p=()=>{var f,b,C;if(!i||i===""||!s||new Date-d.current<n?.duration)return;c(!1);const y=l,u=(f=y?.video)===null||f===void 0?void 0:f.bindProduct,v=(C=(b=y?.video)===null||b===void 0?void 0:b.bindProduct)===null||C===void 0?void 0:C.bindCta;u&&v&&r(y,u,v,d.current),setTimeout(()=>{window?.sxpPopup(""),o?.(null)},n?.duration)},h=ae(()=>{var f,b,C;return(C=(b=(f=t?.sxpPageConf)===null||f===void 0?void 0:f.globalConfig)===null||b===void 0?void 0:b.popupList)===null||C===void 0?void 0:C.map((y,u)=>{var v,m,S,D,P,R,T;if(y?.id===i){const w=Ut(e[(v=y?.item)===null||v===void 0?void 0:v.type]);return g.createElement(w,Object.assign({key:u,style:Object.assign(Object.assign({},(m=y?.item)===null||m===void 0?void 0:m.style),{width:"100%",height:"80vh",overflow:"auto"}),textStyle:(S=y?.item)===null||S===void 0?void 0:S.textStyle,bindDatas:(P=(D=y?.item)===null||D===void 0?void 0:D.bindDatas)!==null&&P!==void 0?P:[]},(R=y?.item)===null||R===void 0?void 0:R.props,{event:((T=y?.item)===null||T===void 0?void 0:T.event)||{},schema:t,id:y?.id}))}else return g.createElement(g.Fragment,null)})},[t,i,e]);return g.createElement(ht,{visible:!!s,onClose:p,padding:0,modalStyle:{position:"fixed"}},h)},Gt={};Object.values(ki).forEach(t=>{Gt[t.extend.type]=t});const As=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:o,appDomain:l})=>{var a,r,s,c,d,p;const h=ae(()=>{var f;return location?.search?(f=location?.search)===null||f===void 0?void 0:f.replace("?",""):""},[]);return g.createElement(si,{resolver:Gt,enableDataSource:!1,schema:t?.data,utmVal:h},g.createElement(ii,{utmVal:h,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(r=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&r!==void 0?r:e,defaultSize:(c=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.default_recommend)!==null&&c!==void 0?c:i,hashTagSize:(p=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.hash_tag_size)!==null&&p!==void 0?p:n,loadingImage:o,appDomain:l,render:({rtcList:f})=>{var b;return g.createElement(g.Fragment,null,g.createElement(Mi,Object.assign({},(b=t?.data)===null||b===void 0?void 0:b.sxpPageConf,{data:f,resolver:Gt})),g.createElement(Ds,null))}}))};var Ps=Z(As);const Oi=it({}),_s=({children:t,data:e})=>{var i,n,o,l,a,r;const[s,c]=H(!1);return g.createElement(Oi.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:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.loading_image},appDomain:e?.appDomain,openHashtag:s,setOpenHashtag:c}},t)};function ks(){return tt(Oi)}export{_s as EditorDataProvider,ht as Modal,ii as SxpDataSourceProvider,Ps as SxpPageCore,Mi as SxpPageRender,on as core,qi as default,ki as materials,ks as useEditorDataProvider};
|
5
|
+
18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:D?.info}))},Ce=()=>{var j;return g.createElement(g.Fragment,null,(b||M?.link)&&g.createElement("button",{onClick:U,className:"pb-commondity-btn",style:P},(j=O?.enTitle)!==null&&j!==void 0?j:"Purchase on Website"))};return g.createElement("div",{className:"pb-commondity"},g.createElement("div",Object.assign({className:G(Object.assign({},d))},R),M&&((l=M?.homePage)===null||l===void 0?void 0:l.length)>0&&g.createElement(Xe,{height:me,modules:[Pt,kt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:S?.dotsAlign==="left"?"commondityDetail-swiper-clickable-left":"commondityDetail-swiper-clickable-center"},loop:!0,autoplay:{delay:S?.delay*1e3}},(a=M?.homePage)===null||a===void 0?void 0:a.map(j=>g.createElement(ke,{key:j},g.createElement("div",{style:{overflow:"hidden",width:me,height:me}},g.createElement("img",{src:j,style:{height:"100%",width:"100%",objectFit:"cover"}}))))),!(!((r=M?.homePage)===null||r===void 0)&&r.length)&&g.createElement("div",{className:G({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},g.createElement("img",{className:G({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(s=T?.bottom_image)!==null&&s!==void 0?s:C,alt:""})),ue({isPost:u})),Ce(),g.createElement(ht,{visible:B,onClose:()=>z(!1)},ue({isPost:!1}),Ce()))};var qo=Z($o);const Yo=be(qo,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:cn},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 Xo=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Jo=[{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"]}],Di="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 Qo=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}},Ko=t=>{var{content:e,btnText:i,style:n,icon:o,onClick:l}=t,a=fe(t,["content","btnText","style","icon","onClick"]);Te();const r=typeof o=="string"?o:Qo(o),s=()=>{window?.sxpPopup(""),l?.()};return g.createElement("div",Object.assign({className:`pb-prompt ${G(Object.assign({},n))}`},a),g.createElement("div",{className:"pb-prompt-icon"},g.createElement("img",{width:"100%",src:r??Di})),g.createElement("div",{className:"pb-prompt-content"},e),g.createElement("button",{className:"pb-prompt-btn",onClick:s},i))};var Zo=Z(Ko);const el=be(Zo,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Jo,bindableProps:[],interactionRender:Xo},defaulSetting:{props:{icon:Di,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var tl=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["fontFamily"]},{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];const il=t=>{var e,i,n,o,l,a,r,s,c,d,p,{style:h,isDefault:f,rec:b,viewTime:C,isPost:y,bottom_image:u,tipText:v,swiper:m,commodityStyles:S,buttonStyle:D}=t,P=fe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle"]);F(!0);const{sxpParameter:R}=ee(),{popupDetailData:T,bffEventReport:w,isPreview:E,swiperRef:A,waterFallData:x}=ee(),{jumpToWeb:I,productView:_}=lt(),N=J(null);J(null),J(null),F(!1),F(!1),F(!0);const[B,z]=F(!1),k=J(null),M=y?b:T,O=y?M?.product:(e=M?.video)===null||e===void 0?void 0:e.bindProduct,U=y?(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,oe=()=>{O?.link&&(I(M,O,U),y||_(M,O,U,C||k.current),window.location.href=window.getJointUtmLink(O.link))};X(()=>{const j=()=>{k.current=new Date};return j(),window.addEventListener("pageshow",j),()=>{window.removeEventListener("pageshow",j)}},[]);const me=ae(()=>{var j,V,W,ie,te;return O?.currency&&O?.price?`${(W=(V=(j=O?.currency)===null||j===void 0?void 0:j.split("-")[1])===null||V===void 0?void 0:V.toUpperCase())!==null&&W!==void 0?W:""}${(te=(ie=O?.price)===null||ie===void 0?void 0:ie.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&te!==void 0?te:""}`:"\xA3102,300.00"},[O?.price,O?.currency]),ue=E?375:window.innerWidth,Ce=({isPost:j})=>g.createElement("div",{hidden:!!O&&(!O?.info||O?.info==="")},g.createElement(Ft,{isPost:j,onClick:()=>z(!0),className:"pb-commondityDiroNew-info",style:S?.info,foldText:v?.foldText,unfoldText:v?.unfoldText,text:O?.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 g.createElement("div",{className:"pb-commondityDiroNew"},g.createElement("div",Object.assign({ref:N,className:G(Object.assign({},h))},P),O&&((l=O?.homePage)===null||l===void 0?void 0:l.length)>0&&g.createElement(Xe,{height:ue,modules:[Pt,kt],pagination:{clickable:!0,bulletActiveClass:"commondityDiroNew-swipe-item-active-bullet",clickableClass:m?.dotsAlign==="left"?"commondityDiroNew-swiper-clickable-left":"commondityDiroNew-swiper-clickable-center"},loop:!0,autoplay:{delay:m?.delay*1e3}},(a=O?.homePage)===null||a===void 0?void 0:a.map(j=>g.createElement(ke,{key:j},g.createElement("div",{style:{overflow:"hidden",width:ue,height:ue}},g.createElement("img",{src:j,style:{height:"100%",width:"100%",objectFit:"cover"}}))))),!(!((r=O?.homePage)===null||r===void 0)&&r.length)&&g.createElement("div",{className:G({position:"relative",height:0,width:"100%",paddingBottom:"100%",overflow:"hidden"})},g.createElement("img",{className:G({position:"absolute",left:0,top:0,objectFit:"cover",width:"100%"}),src:(s=R?.bottom_image)!==null&&s!==void 0?s:u,alt:""})),g.createElement("div",{className:"pb-commondityDiroNew-content"},g.createElement("div",{className:"pb-commondityDiroNew-content-top"},g.createElement("div",null,g.createElement("div",{className:"pb-commondityDiroNew-content-top-title",style:S?.title},(c=O?.title)!==null&&c!==void 0?c:"Large Dior Toujours Bag"),g.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!O&&(!O?.collection||O?.collection===""),style:S?.collection},O?.collection||"Black Macrocannage Calfskin")),g.createElement("div",null,g.createElement("div",{className:"pb-commondityDiroNew-content-top-price",hidden:!!O&&!O?.price,style:S?.price},me),g.createElement("div",{className:"pb-commondityDiroNew-content-top-price",hidden:!!O&&!O?.taxInfo,style:S?.taxInfo},(d=O?.taxInfo)!==null&&d!==void 0?d:"\u7A0E\u8D39"))),(!O||O?.link)&&g.createElement("button",{onClick:oe,className:"pb-commondityDiroNew-btn",style:D},(p=U?.enTitle)!==null&&p!==void 0?p:"Shop now"),Ce({isPost:y}))),g.createElement(ht,{visible:B,onClose:()=>z(!1)},Ce({isPost:!1})))};var nl=Z(il);const ol=be(nl,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:tl},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:18},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 xe=[{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["props","ctaTempStyles","title","fontFamily"]},{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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["props","ctaTempStyles","ctaTitle","fontFamily"]},{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"]}]}],ll=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];function Ai(t){const e=J(null),[i,n]=F(!1);return X(()=>{e.current=new IntersectionObserver(([o])=>{n(o.isIntersecting)})},[]),X(()=>{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 sl=t=>{var{rec:e,children:i,className:n,onClick:o,style:l}=t;fe(t,["rec","children","className","onClick","style"]);const a=J(null),r=Ai(a),{popupAni:s}=Te(),{setPopupDetailData:c,ctaEvent:d}=ee();X(()=>{var h,f;if(r&&a?.current){const b=(f=(h=e?.video)===null||h===void 0?void 0:h.bindProduct)!==null&&f!==void 0?f:e?.video;d?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,b)}},[r,a,e,d]);const p=at(()=>{var h,f;const b=(f=(h=e?.video)===null||h===void 0?void 0:h.bindProduct)!==null&&f!==void 0?f:e?.video;d?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,b),c?.(e),o?.()},s?.duration);return g.createElement("div",{ref:a,className:n,style:l,onClick:p},i)};var st=Z(sl),al={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const rl=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=fe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:al["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop Now")))};var dl=Z(rl);const cl=be(dl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:ll,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:1});var ul=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const pl=t=>{var e,i,n,o,{content:l,style:a,bgImg:r,recData:s,bottom_image:c,ctaTempStyles:d}=t,p=fe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:h}=ee(),f=(e=s?.video)===null||e===void 0?void 0:e.bindCta;return g.createElement(st,Object.assign({rec:s,className:G(Object.assign({alignItems:"center"},a)),style:{display:"flex"}},p),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:(n=(i=f?.icon)!==null&&i!==void 0?i:h?.bottom_image)!==null&&n!==void 0?n:c,alt:""})),g.createElement("div",{className:G(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},d?.ctaTitle))},(o=f?.enTitle)!==null&&o!==void 0?o:"Product Name"))};var fl=Z(pl);const vl=be(fl,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ul,settingRender:xe?.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)"}},w:100,h:40,sort:6});var ml={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU"};const hl=t=>{var e,i,n,o,l,{content:a,style:r,bgImg:s,recData:c,bottom_image:d,ctaTempStyles:p}=t,h=fe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:f,bffEventReport:b}=ee(),{jumpToWeb:C}=lt(),y=(e=c?.video)===null||e===void 0?void 0:e.bindCta,u=(i=c?.video)===null||i===void 0?void 0:i.bindProduct,v=()=>{y?.link&&(C(c,u,y),window.location.href=window.getJointUtmLink(y.link))};return g.createElement(st,Object.assign({rec:c,className:G(Object.assign({alignItems:"center"},r)),style:{display:"flex"}},h,{onClick:v}),g.createElement("div",{className:G(Object.assign({backgroundColor:"#f2f2f2",overflow:"hidden",flexShrink:0},p?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:(o=(n=y?.icon)!==null&&n!==void 0?n:f?.bottom_image)!==null&&o!==void 0?o:d,alt:""})),g.createElement("div",{className:G({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},g.createElement("div",{className:ml["tow-line-ellipsis"],style:p?.ctaTitle},(l=y?.enTitle)!==null&&l!==void 0?l:"Product Name")))};var gl=Z(hl);const bl=be(gl,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:xe?.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)"}},w:100,h:40,sort:5});var yl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],wl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Tl=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=fe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:wl["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop Now")))};var Sl=Z(Tl);const xl=be(Sl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:yl,settingRender:xe,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"}},w:100,h:40,sort:2});var Cl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],El={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Il=t=>{var e,i,n,o,l,a,r,{content:s,style:c,bgImg:d,recData:p,bottom_image:h,ctaTempStyles:f}=t,b=fe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles"]);const{sxpParameter:C}=ee(),y=(e=p?.video)===null||e===void 0?void 0:e.bindProduct,u=(o=(n=(i=y?.homePage)===null||i===void 0?void 0:i[0])!==null&&n!==void 0?n:C?.bottom_image)!==null&&o!==void 0?o:h;return g.createElement(st,Object.assign({rec:p,className:G(Object.assign({},c)),style:{display:"flex"}},b),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},f?.img))},g.createElement("img",{className:G({width:"100%",objectFit:"cover",height:"100%"}),src:u,hidden:!u,alt:""})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},g.createElement("div",{className:El["tow-line-ellipsis"],style:f?.title},(l=y?.title)!==null&&l!==void 0?l:"Product Name"),g.createElement("div",{className:G(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},f?.ctaTitle))},(r=(a=y?.bindCta)===null||a===void 0?void 0:a.enTitle)!==null&&r!==void 0?r:"Shop now")))};var Dl=Z(Il);const Al=be(Dl,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Cl,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:2});var Pl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const kl=({children:t})=>g.createElement(Xe,{direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[Tn,wn,yn],style:{paddingRight:"20px"}},t);var gt=Z(kl);const _l=({src:t,rec:e,item:i})=>{const n=J(null),o=Ai(n),{ctaEvent:l}=ee();return X(()=>{o&&t&&n?.current&&l?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i)},[o,t,n,e,l,i]),g.createElement("img",{ref:n,hidden:!t,className:G({width:"100%",objectFit:"cover",height:"100%"}),src:t,alt:""})};var Ht=Z(_l),Ml={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ol=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=fe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{ctaEvent:p,setPopupDetailData:h,sxpParameter:f}=ee(),{popupAni:b}=Te(),[C,y]=F((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{p?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(ke,Object.assign({hidden:a&&!v?.bindCta,key:v?.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:f?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:Ml["two-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop Now")))}))};var Ll=Z(Ol);const Nl=be(Ll,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Pl,bindableProps:[],settingRender:xe},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"}},w:100,h:40,sort:4});var Rl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Bl={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const jl=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=fe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{sxpParameter:p}=ee(),{ctaEvent:h,setPopupDetailData:f}=ee(),{popupAni:b}=Te(),[C,y]=F((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),f?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(ke,Object.assign({hidden:a&&!v?.bindCta,key:v.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:p?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},g.createElement("div",{className:Bl["two-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({padding:"2px 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop Now")))}))};var zl=Z(jl);const Vl=be(zl,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Rl,settingRender:xe,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)"}},w:100,h:40,sort:3});var Fl=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Hl={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Ul=t=>{var e,i,{content:n,style:o,bgImg:l,recData:a,onClick:r,bottom_image:s,ctaTempStyles:c}=t,d=fe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles"]);const{ctaEvent:p,setPopupDetailData:h,sxpParameter:f}=ee(),{popupAni:b}=Te(),[C,y]=F((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),u=at(v=>{p?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,v),h?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:v})})),r?.()},b?.duration);return g.createElement(gt,null,C?.map(v=>{var m,S,D,P,R,T;return g.createElement(ke,Object.assign({hidden:a&&!v?.bindCta,key:v?.itemId,className:G(Object.assign({flexShrink:0},o)),style:{display:"flex"}},d,{onClick:()=>u(v)}),g.createElement("div",{className:G(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},c?.img))},g.createElement(Ht,{src:(D=(S=(m=v?.homePage)===null||m===void 0?void 0:m[0])!==null&&S!==void 0?S:f?.bottom_image)!==null&&D!==void 0?D:s,rec:a,item:v})),g.createElement("div",{className:G({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},g.createElement("div",{className:Hl["tow-line-ellipsis"],style:c?.title},(P=v?.title)!==null&&P!==void 0?P:"Product Name"),g.createElement("div",{className:G(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},c?.ctaTitle))},(T=(R=v?.bindCta)===null||R===void 0?void 0:R.enTitle)!==null&&T!==void 0?T:"Shop now")))}))};var Gl=Z(Ul);const Wl=be(Gl,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Fl,bindableProps:[],settingRender:xe},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)"}},w:100,h:40,sort:4});var $l=[{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:"\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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}],name:["fontFamily"]},{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:"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:[{label:"\u9ED1\u4F53",value:"\u9ED1\u4F53"}]},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]}]}];const ql=({icon:t,styles:e,textStyle:i,onClose:n})=>{var o;const{waterFallData:l,setOpenHashtag:a}=ee();return g.createElement("div",{className:"clc-sxp-nav",style:e},g.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"",onClick:n}),g.createElement("div",{className:"clc-sxp-nav-title",style:i},`#${(o=l?.hashTag)!==null&&o!==void 0?o:"\u6807\u9898"}`))};var Pi=Z(ql),Yl=null,Xl="3d989325-e7d6-4a74-8a97-98febdf5b567",Jl=null,Ql=null,Kl={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"},Zl=[{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}],es="Handbags",ts={productUserId:Yl,requestId:Xl,channel:Jl,rtc:Ql,tag:Kl,recList:Zl,hashTag:es};const is=t=>{const{rec:e,index:i,list:n,reportTagsView:o,textStyles:l,space:a}=t,{swiperRef:r,setRtcList:s,setOpenHashtag:c,bffEventReport:d,sxpParameter:p}=ee(),[h,f]=F(!1),b=J(null),C=J(null),y=J(null),[u,v]=F(""),m=ae(()=>{var T,w,E,A,x,I,_,N,B,z,k,M;return!((T=e?.video)===null||T===void 0)&&T.cover?(w=e?.video)===null||w===void 0?void 0:w.cover:!((E=e?.video)===null||E===void 0)&&E.url?(f(!0),(A=e?.video)===null||A===void 0?void 0:A.url):!((I=(x=e?.video)===null||x===void 0?void 0:x.imgUrls)===null||I===void 0)&&I.length?(N=(_=e?.video)===null||_===void 0?void 0:_.imgUrls)===null||N===void 0?void 0:N[0]:!((z=(B=e?.product)===null||B===void 0?void 0:B.homePage)===null||z===void 0)&&z.length?(M=(k=e?.product)===null||k===void 0?void 0:k.homePage)===null||M===void 0?void 0:M[0]:p?.bottom_image||""},[e,p?.bottom_image]),S=ae(()=>{var T,w;return((T=e?.product)===null||T===void 0?void 0:T.title)||((w=e?.video)===null||w===void 0?void 0:w.title)||null},[e]),D=ae(()=>{var T,w,E,A,x,I,_,N,B;return!((T=e?.product)===null||T===void 0)&&T.currency&&(!((w=e?.product)===null||w===void 0)&&w.price)?`${(I=(x=(A=(E=e?.product)===null||E===void 0?void 0:E.currency)===null||A===void 0?void 0:A.split("-")[1])===null||x===void 0?void 0:x.toUpperCase())!==null&&I!==void 0?I:""}${(B=(N=(_=e?.product)===null||_===void 0?void 0:_.price)===null||N===void 0?void 0:N.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&B!==void 0?B:""}`:null},[e]);X(()=>{const T=new IntersectionObserver(w=>{w.forEach(E=>{if(E.isIntersecting){if(b.current===null||m==="")return;h&&u?b.current.src=u:b.current.src=m,T.unobserve(b.current)}})});return T.observe(b.current),()=>{T.disconnect()}},[m,h,u]);const P=(T,w,E)=>{const A=T/w;return E/A};X(()=>{const T=C?.current;T===null||m===""||!h||(T.src=m,T.currentTime=1,T.crossOrigin="anonymous",T.onloadeddata=()=>{const w=y?.current;if(!w)return;const E=w.getContext("2d"),A=window?.innerWidth/2,x=P(T.videoWidth,T.videoHeight,A);w.height=x,w.width=A,E?.drawImage(T,0,0,w.width,w.height),v(w.toDataURL()),T.remove(),w.remove()})},[m,h]);const R=()=>{o(),s?.(n),setTimeout(()=>{var T;(T=r?.current)===null||T===void 0||T.swiper.slideTo(i,0,!1),c?.(!1)},0)};return g.createElement("div",{className:"list-content-listItem",key:i,onClick:R,style:{marginBottom:a}},g.createElement("div",{className:"list-content-listItem-picture"},h&&g.createElement("div",{style:{display:"none"}},g.createElement("video",{ref:C,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),g.createElement("canvas",{ref:y})),g.createElement("img",{className:"list-content-listItem-picture-img",loading:"lazy",ref:b})),g.createElement("div",{className:"list-content-listItem-info"},g.createElement("div",{className:`list-content-listItem-info-title ${D?"list-content-listItem-info-nowrap":""}`,style:l?.title},S&&S),g.createElement("div",{className:"list-content-listItem-info-price",style:l?.price,hidden:!D},D)))};function ns(t){var e,i,n,o,l,a,r,{reportTagsView:s}=t,c=fe(t,["reportTagsView"]);const{waterFallData:d,getRecommendVideos:p,hashTagSize:h,loadingImage:f,isOpenHashTag:b}=ee(),[C,y]=F(),[u,v]=F(),[m,S]=F(!1),D=J(null),[P,R]=F(!1);se(()=>{P||(R(!0),d&&p?.({hashTag:d?.hashTag,"itemFilter.itemId":d?.itemId,"itemFilter.itemType":d?.itemType}).then(w=>{var E;y(C?.concat((E=w?.recList)!==null&&E!==void 0?E:[])),R(!1)}))},[d,p,C,P]),X(()=>{var w,E;if(S(!0),d&&p?.({hashTag:d?.hashTag,"itemFilter.itemId":d?.itemId,"itemFilter.itemType":d?.itemType,defaultSize:h}).then(A=>{var x,I;v(A),y((I=(x=A?.recList)===null||x===void 0?void 0:x.filter(_=>_?.video!==null||_?.product!==null))!==null&&I!==void 0?I:[]),S(!1)}),b){const A=ts;v(A),y((E=(w=A?.recList)===null||w===void 0?void 0:w.filter(x=>x?.video!==null||x?.product!==null))!==null&&E!==void 0?E:[]),S(!1)}},[d,p,h,b]);const T=()=>{var w,E;!((w=u?.tag)===null||w===void 0)&&w.link&&(s(),window.location.href=(E=u?.tag)===null||E===void 0?void 0:E.link)};return g.createElement(g.Fragment,null,m?g.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:f,alt:"loading...",style:{objectFit:"contain"}})):g.createElement("div",{className:"list"},g.createElement("div",{className:"list-scroll",ref:D,style:{bottom:!((e=u?.tag)===null||e===void 0)&&e.link?"100px":0}},g.createElement("div",{className:"list-info",style:(i=c?.textStyles)===null||i===void 0?void 0:i.hashTagDesc},(n=u?.tag)===null||n===void 0?void 0:n.info),g.createElement("div",{hidden:!(!((o=u?.tag)===null||o===void 0)&&o.link),className:"list-collection",onClick:T,style:{marginBottom:c?.space}},((l=u?.tag)===null||l===void 0?void 0:l.linkTitle)||"Shop the collection"),g.createElement("div",{className:"list-content"},C?.map((w,E)=>g.createElement(is,Object.assign({key:E,index:E,rec:w,list:C,reportTagsView:s},c)))),g.createElement("div",{hidden:!P,style:{textAlign:"center"}},"loading...")),g.createElement("div",{className:"list-bottom",hidden:!(!((a=u?.tag)===null||a===void 0)&&a.link)},g.createElement("button",{className:"list-bottom-btn",style:c?.buttonStyle,onClick:T},((r=u?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection"))))}var os="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const ls=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:o,swiperRef:l,setWaterFallData:a,cacheRtcList:r,setRtcList:s,cacheActiveIndex:c,rtcList:d,setCacheRtcList:p,setIsFromHashtag:h,isFromHashtag:f,bffEventReport:b}=ee();J(null);const C=J(null),[y,u]=F();X(()=>{const P=document.getElementById("sxp-render"),R=document.getElementById("water-fall");R?C.current=R:(C.current=document.createElement("div"),C.current.setAttribute("id","water-fall"),P?.appendChild(C.current))},[]);const v=()=>{const P=$t(d,r);!P&&r&&r?.length&&s?.(r),D(),a?.(void 0),h?.(!1),setTimeout(()=>{var R,T;P||(T=(R=l?.current)===null||R===void 0?void 0:R.swiper)===null||T===void 0||T.slideTo(c,0,!1),n?.(!1)},0)},[m,S]=F();X(()=>{i&&S(i)},[i]);const D=se(()=>{var P,R,T,w,E,A;const x=m?.rec;if(!x)return;let I="";f?I="hashTagPage":!((P=x?.video)===null||P===void 0)&&P.url?I="videoPage":!((T=(R=x?.video)===null||R===void 0?void 0:R.imgUrls)===null||T===void 0)&&T.length&&(I="imagePage"),b?.({eventInfo:{relatedContentId:(w=x?.video)===null||w===void 0?void 0:w.itemId,position:x?.position,contentTags:JSON.stringify((E=x?.video)===null||E===void 0?void 0:E.tags),traceInfo:JSON.stringify((A=x?.video)===null||A===void 0?void 0:A.traceInfo),hashTags:JSON.stringify([m?.hashTag]),fromKName:I,fromKPage:location?.href,timeOnSite:Math.floor((new Date-y)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[m,b,y,f]);return X(()=>{o&&u(new Date)},[o]),X(()=>{const P=()=>{u(new Date)};return window.addEventListener("pageshow",P),()=>{window.removeEventListener("pageshow",P)}},[]),C.current?Xt.createPortal(g.createElement("div",{className:"waterfall",style:{display:o?"block":"none"}},g.createElement(Pi,{icon:os,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:v}),g.createElement(ns,Object.assign({reportTagsView:D},t))),C.current):null};var ki=Z(ls);const ss=t=>g.createElement(ki,Object.assign({},t));var as=Z(ss);const rs=be(as,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:$l,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},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}}},w:100,h:40,sort:2});var _i=Object.freeze({__proto__:null,Appoint:vl,AppointForm:dn,Commodity:cl,CommodityDetail:Yo,CommodityDetailDiroNew:ol,CommodityDiro:xl,CommodityDiroNew:Al,HashTag:rs,Link:bl,MultiCommodity:Vl,MultiCommodityDiro:Nl,MultiCommodityDiroNew:Wl,Prompt:el});const ds="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",cs="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",us=t=>{var{active:e,activeIcon:i,unActicveIcon:n,recData:o}=t,l=fe(t,["active","activeIcon","unActicveIcon","recData"]);const{mutateLike:a,mutateUnlike:r,bffEventReport:s}=ee(),[c,d]=F(e),p=Fe(cs),h=Fe(ds),f=Tt(()=>ge(void 0,void 0,void 0,function*(){var b,C,y,u,v,m,S,D,P,R,T,w,E,A,x,I,_,N,B,z;if(c){d(!1);const k=(y=yield r?.({videoItemId:(C=(b=o.video)===null||b===void 0?void 0:b.itemId)!==null&&C!==void 0?C:""}))!==null&&y!==void 0?y:!1;s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(v=(u=o.video)===null||u===void 0?void 0:u.itemId)!==null&&v!==void 0?v:"",contentName:(S=(m=o.video)===null||m===void 0?void 0:m.title)!==null&&S!==void 0?S:"",contentTags:JSON.stringify((P=(D=o.video)===null||D===void 0?void 0:D.tags)!==null&&P!==void 0?P:[]),position:o.position,contentFormat:!((R=o.video)===null||R===void 0)&&R.url?"video":"image",traceInfo:(T=o.video)===null||T===void 0?void 0:T.traceInfo}}),k||d(!0)}else{d(!0);const k=(w=yield a?.({content:JSON.stringify(o)}))!==null&&w!==void 0?w:!1;s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(A=(E=o.video)===null||E===void 0?void 0:E.itemId)!==null&&A!==void 0?A:"",contentName:(I=(x=o.video)===null||x===void 0?void 0:x.title)!==null&&I!==void 0?I:"",contentTags:JSON.stringify((N=(_=o.video)===null||_===void 0?void 0:_.tags)!==null&&N!==void 0?N:[]),position:o.position,contentFormat:!((B=o.video)===null||B===void 0)&&B.url?"video":"image",traceInfo:(z=o.video)===null||z===void 0?void 0:z.traceInfo}}),k||d(!1)}}),200);return g.createElement("button",Object.assign({},l,{onClick:f}),g.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:c?i||p:n||h,alt:"icon"}))};var ps=Z(us);const Je=new Vi;var Re;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide"})(Re||(Re={}));const fs=({rec:t,index:e,height:i,data:n,muted:o,activeIndex:l})=>{const[a,r]=F(!1),s=J(null),{bffEventReport:c,sxpParameter:d,waterFallData:p,openHashtag:h}=ee(),f=J(0),[b,C]=F(!1),{isActive:y}=Ii();X(()=>{s.current&&(s.current.muted=o)},[o]);const u=se(()=>{var T;(T=s.current)===null||T===void 0||T.play()},[]),v=Fe("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),m=se(()=>{var T,w,E,A,x,I,_,N,B,z,k,M,O;r(!1);const U=n[e];if(U&&b&&(!((T=s?.current)===null||T===void 0)&&T.duration)){f.current=((w=s?.current)===null||w===void 0?void 0:w.currentTime)||0;const oe=((A=(E=s.current)===null||E===void 0?void 0:E.duration)!==null&&A!==void 0?A:0).toFixed(2),me=((I=(x=s.current)===null||x===void 0?void 0:x.currentTime)!==null&&I!==void 0?I:0).toFixed(2);c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(N=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&N!==void 0?N:"",contentName:(z=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&z!==void 0?z:"",playType:"1",startTime:me,videoDuration:oe,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}b||C(!0)},[c,n,e,b]),S=se(()=>{var T,w,E,A,x,I,_,N,B,z,k,M,O;const U=n[e];if(U&&!b&&(!((T=s?.current)===null||T===void 0)&&T.duration)){f.current=((w=s?.current)===null||w===void 0?void 0:w.currentTime)||0;const oe=((A=(E=s.current)===null||E===void 0?void 0:E.duration)!==null&&A!==void 0?A:0).toFixed(2),me=((I=(x=s.current)===null||x===void 0?void 0:x.currentTime)!==null&&I!==void 0?I:0).toFixed(2);c?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(N=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&N!==void 0?N:"",contentName:(z=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&z!==void 0?z:"",playType:"0",startTime:me,videoDuration:oe,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}setTimeout(()=>{var oe;(oe=s.current)===null||oe===void 0||oe.play()},0)},[e,c,n,b]),D=se(T=>()=>{var w,E,A,x,I,_,N,B,z;if(!b)return;n[e],((E=(w=s.current)===null||w===void 0?void 0:w.duration)!==null&&E!==void 0?E:0).toFixed(2),((x=(A=s.current)===null||A===void 0?void 0:A.currentTime)!==null&&x!==void 0?x:0).toFixed(2);const k=(I=s.current)===null||I===void 0?void 0:I.paused;switch(T){case"start":if(!k)return;(_=s.current)===null||_===void 0||_.play(),r(!1);break;case"pause":if(k)return;(N=s.current)===null||N===void 0||N.pause(),r(!0);break;default:k?(B=s.current)===null||B===void 0||B.play():(z=s.current)===null||z===void 0||z.pause(),r(!k);break}},[n,e,b]),P=se(()=>{var T,w,E,A,x,I,_,N,B,z,k,M,O;const U=n[e],oe=((w=(T=s.current)===null||T===void 0?void 0:T.duration)!==null&&w!==void 0?w:0).toFixed(2),me=((A=(E=s.current)===null||E===void 0?void 0:E.currentTime)!==null&&A!==void 0?A:0).toFixed(2);if(!((x=s?.current)===null||x===void 0)&&x.duration){const ue=(((I=s?.current)===null||I===void 0?void 0:I.currentTime)-f.current).toFixed(2);c?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(N=(_=U.video)===null||_===void 0?void 0:_.itemId)!==null&&N!==void 0?N:"",contentName:(z=(B=U.video)===null||B===void 0?void 0:B.title)!==null&&z!==void 0?z:"",endTime:me,videoDuration:oe,playDuration:ue,contentTags:JSON.stringify((M=(k=U.video)===null||k===void 0?void 0:k.tags)!==null&&M!==void 0?M:[]),position:U.position,contentFormat:"video",traceInfo:(O=U.video)===null||O===void 0?void 0:O.traceInfo}})}},[n,e,c]);X(()=>{var T,w,E;if(!(n.length<=0)&&s.current){if(r(!1),!y){(T=s.current)===null||T===void 0||T.pause();return}if(s.current.src)s.current.play();else{const A=t.video.url;s.current.src=A,s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(w=s.current)===null||w===void 0||w.addEventListener("canplay",S),(E=s.current)===null||E===void 0||E.addEventListener("playing",m),()=>{var A,x;(A=s.current)===null||A===void 0||A.removeEventListener("canplay",S),(x=s.current)===null||x===void 0||x.removeEventListener("playing",m)}}},[n,S,m,y,b,t.video]),X(()=>{var T,w,E;const A=(T=s.current)===null||T===void 0?void 0:T.paused;y&&(!A&&h?(w=s.current)===null||w===void 0||w.pause():h||(E=s.current)===null||E===void 0||E.play())},[h,y]),X(()=>{if(!y)return;const T=D("start"),w=D("pause");return Je.on(Re.PAGE_DID_SHOW,T),Je.on(Re.PAGE_DID_HIDE,w),()=>{Je.off(Re.PAGE_DID_SHOW,T),Je.off(Re.PAGE_DID_HIDE,w)}},[D,y]);const R=ae(()=>d?.placeholder_image?g.createElement("img",{hidden:b,style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:d?.placeholder_image}):null,[b,d?.placeholder_image]);return X(()=>{const T=()=>{var w,E;l===e&&(!((w=t?.video)===null||w===void 0)&&w.url)&&(!((E=s?.current)===null||E===void 0)&&E.src)&&!a&&D("pause")()};return window.addEventListener("beforeunload",T),()=>{window.removeEventListener("beforeunload",T)}},[l,e,t,s,D,a]),t.video?g.createElement("div",{className:"video-container",key:t.video.itemId,onClick:D(),style:{position:"relative",width:"100%",height:i}},g.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,poster:d?.placeholder_image,muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:P,onEnded:u}),R,g.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:v})):null};var vs=Z(fs);const ms=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:o})=>{const[l,a]=F(t),r=s=>{s.stopPropagation();const c=!l;a(c),n?.(c)};return g.createElement("button",{style:o,className:"pb-toggle-button",onClick:r},g.createElement("img",{className:"pb-toggle-button-icon",src:l?e:i}))};var hs=Z(ms);const gs=({imageUrl:t})=>{const[e,i]=F(!0);Te(),X(()=>{setTimeout(()=>{i(!1)},2e3)},[]);const n=Fe("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),o=ae(()=>e?"pb-fadeIn":"pb-fadeOut",[e]);return g.createElement("div",{hidden:!e,className:`pb-finger-wrap ${o}`},g.createElement("img",{src:t||n}))},bs=t=>{const{src:e,height:i,width:n}=t,[o,l]=F(!1),a=J(null),{sxpParameter:r}=ee();return X(()=>{if(a.current===null||e==="")return;const s=new Image;s.src=e,s.onload=()=>{const c=s.height/s.width,d=16/9;Math.abs(c-d)>.05&&l(!0)},a.current.src=e},[e]),g.createElement("div",{style:{overflow:"hidden",height:i,width:"100%",position:"relative"}},g.createElement("img",{ref:a,loading:"lazy",src:e??r?.placeholder_image,style:{height:"100%",width:"100%",objectFit:"cover",filter:o?"blur(10px)":"none",transform:o?"scale(1.2)":"none"}}),o&&g.createElement("img",{ref:a,src:e,loading:"lazy",style:{width:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:"translateY(-50%)",left:0,right:0}}))},ys=({imgUrls:t,width:e,height:i,rec:n,index:o,onReportViewImageEnd:l,onViewImageStartEvent:a})=>{const{isActive:r}=Ii(),{sxpParameter:s,openHashtag:c}=ee(),[d,p]=F(!1);return X(()=>{d&&r?c?l(n):a(o):p(!0)},[n,r,l,c,o,a,d]),r?g.createElement(Xe,{defaultValue:0,direction:"horizontal",modules:[Pt,kt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,loop:!0,autoplay:{delay:3e3}},t?.map(h=>g.createElement(ke,{key:h},g.createElement(bs,{src:h,width:e,height:i})))):g.createElement("img",{src:s?.placeholder_image,style:{width:e,height:i,objectFit:"cover"}})};var ws=Z(ys);const Ts=({tags:t,itemId:e,itemType:i,index:n,rec:o,hashTagStyle:l})=>{const[a,r]=F(!1),{setWaterFallData:s,setOpenHashtag:c,setCacheActiveIndex:d,waterFallData:p,setIsFromHashtag:h}=ee(),f=b=>{p?h?.(!0):d?.(n),s?.(i?{hashTag:b,itemId:e,itemType:i,rec:o}:{hashTag:b,rec:o}),c?.(!0)};return ae(()=>t.length<=6?null:g.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!a)},a?"show less":"show more"),[a,t]),g.createElement("div",{className:"clc-sxp-bottom-hashtag"},g.createElement(gt,null,t?.map((b,C)=>g.createElement(ke,{key:C,hidden:a?!1:C>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>f(b)},`#${b}`))))};var Ss=Z(Ts),xs="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 Ut(t){return Z(function(e){const{$store:i}=Yi(),n=l=>{let a=l;const r=l.match(/{{.*?}}/g);return r?.length&&r.forEach(s=>{s.replace(/{{\s*([\w.]+)\s*}}/g,(c,d)=>{if(d){const p=qt(i,d);return a=a.replace(s,p),p}})}),a},o=ae(()=>{var l,a,r;const{bindDatas:s}=e,c=fe(e,["bindDatas"]);if((l=s?.forEach)===null||l===void 0||l.call(s,d=>{if(d?.propKey&&d?.dataPath){const{propKey:p,dataPath:h}=d;h.replace(/{{\s*([\w.]+)\s*}}/g,(f,b)=>{var C,y;if(b){const u=(y=(C=qt(i,b))!==null&&C!==void 0?C:e[p])!==null&&y!==void 0?y:"";return c[p]=u,u}})}}),c){c.eventMap={};const d=et(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!((r=(a=c?.event)===null||a===void 0?void 0:a.onClick)===null||r===void 0)&&r.linkType&&(c.style.cursor="pointer"),c},[i,e]);return g.createElement(t,Object.assign({},o,o.eventMap))})}const Cs=({rec:t,index:e,tempMap:i,resolver:n})=>{const{schema:o}=Te(),l=ae(()=>{var a,r,s,c,d,p,h,f,b,C,y,u,v,m,S,D,P,R,T,w,E,A,x,I,_,N,B;if(!t?.video)return null;let z=null;!((r=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0)&&r.length?z="\u591A\u5546\u54C1CTA":!((s=t?.video)===null||s===void 0)&&s.bindProduct?z="\u5546\u54C1CTA":z=(d=(c=t?.video)===null||c===void 0?void 0:c.bindCta)===null||d===void 0?void 0:d.itemId;const k=i?.[z];if(((p=k?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((h=t?.video)===null||h===void 0)&&h.bindProduct)||((f=k?.item)===null||f===void 0?void 0:f.type)==="Commodity"&&!(!((b=t?.video)===null||b===void 0)&&b.bindProduct)||((C=k?.item)===null||C===void 0?void 0:C.type)==="CommodityDiroNew"&&!(!((y=t?.video)===null||y===void 0)&&y.bindProduct)||((u=k?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((m=(v=t?.video)===null||v===void 0?void 0:v.bindProducts)===null||m===void 0)&&m.length)||((S=k?.item)===null||S===void 0?void 0:S.type)==="MultiCommodityDiro"&&!(!((P=(D=t?.video)===null||D===void 0?void 0:D.bindProducts)===null||P===void 0)&&P.length)||((R=k?.item)===null||R===void 0?void 0:R.type)==="MultiCommodityDiroNew"&&!(!((w=(T=t?.video)===null||T===void 0?void 0:T.bindProducts)===null||w===void 0)&&w.length))return null;if(k&&n){const M=Ut(n[(E=k?.item)===null||E===void 0?void 0:E.type]);return g.createElement(M,Object.assign({style:Object.assign(Object.assign({},(A=k?.item)===null||A===void 0?void 0:A.style),{zIndex:50,marginLeft:"20px"}),textStyle:(x=k?.item)===null||x===void 0?void 0:x.textStyle,bindDatas:(_=(I=k?.item)===null||I===void 0?void 0:I.bindDatas)!==null&&_!==void 0?_:[]},(N=k?.item)===null||N===void 0?void 0:N.props,{event:((B=k?.item)===null||B===void 0?void 0:B.event)||{},schema:o,id:k?.id,key:k?.id,recData:t}))}else return null},[t,n,i,o]);return g.createElement(g.Fragment,null,l)};var Es=Z(Cs);const Is=({nudge:t})=>g.createElement("div",{hidden:!t?.isOpen,className:"clc-sxp-bottom-nudge",style:{marginBottom:t?.marginBottom,width:t?.size.width,height:t?.size.height,backgroundColor:t?.backgroundColor,borderRadius:t?.borderRadius}},t?.icon?g.createElement("img",{src:t.icon,style:{height:"100%",objectFit:"cover"}}):null,g.createElement("p",{style:Object.assign({},t?.textStyle)},t?.content)),Mi=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:o,resolver:l,data:a=[],ctaType:r,tipText:s,nudge:c,_schema:d,hashTagStyle:p})=>{var h,f,b,C,y,u,v;const{schema:m}=Te(),[S,D]=F(0),P=J(0),[R,T]=F(!1),[w,E]=F(!0),A=J(),x=J(),[I,_]=F(!1),{loadVideos:N,bffEventReport:B,loading:z,setPopupDetailData:k,ctaEvent:M,swiperRef:O,waterFallData:U,setOpenHashtag:oe,appDomain:me,openHashtag:ue,loadingImage:Ce,isFromHashtag:j,popupDetailData:V}=ee(),{productView:W}=lt(),ie=ae(()=>a.length>0&&!z,[a,z]),te=se(()=>{if(a.length<=0)return;pe();const L=location.search.slice(1),q=Yt.parse(L.replace(/\+/g,"%2B"));for(const Y in q)q[Y]=q[Y].replace(/%2B/g,"+");const H=Y=>{var K;return(K=q[Y])!==null&&K!==void 0?K:""};B?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:H("utm_source"),utmMedium:H("utm_medium"),utmCampaign:H("utm_campaign"),utmId:H("utm_id"),utmContent:H("utm_content"),enterTime:`${Date.now()}`,requestId:null}}),T(!0)},[B,a.length]),pe=()=>{A.current=new Date,x.current=new Date,Ji()};X(()=>{R||te()},[te,R]),X(()=>{var L;const q=a?.findIndex(H=>{var Y,K,ne,$,Q,le,re,Ee,Ie;return r==="\u591A\u5546\u54C1CTA"?((Y=H?.video)===null||Y===void 0?void 0:Y.bindProducts)&&((ne=(K=H?.video)===null||K===void 0?void 0:K.bindProducts)===null||ne===void 0?void 0:ne.length)>0:r==="\u5546\u54C1CTA"?($=H?.video)===null||$===void 0?void 0:$.bindProduct:((le=(Q=H?.video)===null||Q===void 0?void 0:Q.bindCta)===null||le===void 0?void 0:le.itemId)===r&&(((re=H?.video)===null||re===void 0?void 0:re.url)||((Ie=(Ee=H?.video)===null||Ee===void 0?void 0:Ee.imgUrls)===null||Ie===void 0?void 0:Ie.length))})||0;(L=O?.current)===null||L===void 0||L.swiper.slideTo(q)},[r,O]),X(()=>{const L=a?.[S],q=()=>{var H,Y,K,ne,$,Q,le,re,Ee,Ie,je,ze,Ze,yt,wt;if(document.visibilityState==="hidden"){Je.emit(Re.PAGE_DID_HIDE,L),Oe(L),Be(L);let Ve="";V&&(!((Y=(H=L?.video)===null||H===void 0?void 0:H.bindProducts)===null||Y===void 0)&&Y.length||!((K=L?.video)===null||K===void 0)&&K.bindProduct)?Ve="pdpPage":V&&o?.[(Q=($=(ne=L.video)===null||ne===void 0?void 0:ne.bindCta)===null||$===void 0?void 0:$.itemId)!==null&&Q!==void 0?Q:""].item.type==="Appoint"?Ve="formPage":j?Ve="hashTagPage":!((le=L?.video)===null||le===void 0)&&le.url?Ve="videoPage":!((re=L?.video)===null||re===void 0)&&re.imgUrls&&(!((Ie=(Ee=L?.video)===null||Ee===void 0?void 0:Ee.imgUrls)===null||Ie===void 0)&&Ie.length)?Ve="imagePage":L?.product&&(Ve="productPage"),B?.({eventInfo:{sessionDuration:Math.floor((new Date-A.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",relatedContentId:(je=L?.video)===null||je===void 0?void 0:je.itemId,relatedProductId:(ze=L?.product)===null||ze===void 0?void 0:ze.itemId,position:L?.position,fromKName:Ve,fromKPage:location?.href,relatedCtatId:(wt=(yt=(Ze=L.video)===null||Ze===void 0?void 0:Ze.bindCta)===null||yt===void 0?void 0:yt.itemId)!==null&&wt!==void 0?wt:""}})}else document.visibilityState==="visible"&&(te(),Ge(S),Je.emit(Re.PAGE_DID_SHOW,L))};return document.addEventListener("visibilitychange",q),()=>{document.removeEventListener("visibilitychange",q)}},[S,B,A,a,te,V,j,o]);const de=ae(()=>t?.logoUrl&&t?.isShowLogo?i-45:i,[t,i]),we=ae(()=>t?.logoUrl&&t?.isShowLogo?g.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},g.createElement("img",{src:t?.logoUrl,alt:"logo"})):null,[t]),Me=se((L,q)=>{var H,Y,K,ne;return!((H=L.video)===null||H===void 0)&&H.url?g.createElement(vs,{rec:L,index:q,muted:w,data:a,height:de,activeIndex:S}):!((Y=L.video)===null||Y===void 0)&&Y.imgUrls?g.createElement(ws,{key:L.video.itemId,imgUrls:L.video.imgUrls,width:n,height:de,rec:L,index:q,onReportViewImageEnd:Oe,onViewImageStartEvent:Ge}):L.product&&Array.isArray(t?.productPost)&&((K=t?.productPost)===null||K===void 0?void 0:K.length)>0?(ne=t?.productPost)===null||ne===void 0?void 0:ne.map(($,Q)=>{var le,re,Ee,Ie,je,ze;const Ze=Ut(l[(le=$?.item)===null||le===void 0?void 0:le.type]);return g.createElement(Ze,Object.assign({key:Q,textStyle:(re=$?.item)===null||re===void 0?void 0:re.textStyle,bindDatas:(Ie=(Ee=$?.item)===null||Ee===void 0?void 0:Ee.bindDatas)!==null&&Ie!==void 0?Ie:[]},(je=$?.item)===null||je===void 0?void 0:je.props,{event:((ze=$?.item)===null||ze===void 0?void 0:ze.event)||{},schema:m,id:$?.id,viewTime:x.current,rec:L,isPost:!0,tipText:s,style:{height:"100%",overflow:"auto"}}))}):null},[n,a,de,w,S,t?.productPost,x,s,l,m]),Ue=se((L,q)=>{var H,Y,K,ne,$,Q,le;return L.video?g.createElement(g.Fragment,null,((H=L.video)===null||H===void 0?void 0:H.title)&&g.createElement("div",{className:"clc-sxp-bottom-shadow"}),g.createElement("div",{className:"clc-sxp-bottom"},g.createElement(Is,{nudge:c}),g.createElement("div",{className:"clc-sxp-bottom-card"},g.createElement(Es,{rec:L,index:q,tempMap:o,resolver:l})),g.createElement("div",{className:"clc-sxp-bottom-text"},g.createElement(Ft,{isPost:!0,foldText:s?.foldText,unfoldText:s?.unfoldText,text:(K=(Y=L.video)===null||Y===void 0?void 0:Y.title)!==null&&K!==void 0?K:"",style:e})),g.createElement(Ss,{index:S,tags:($=(ne=L?.video)===null||ne===void 0?void 0:ne.hashTags)!==null&&$!==void 0?$:[],itemId:(Q=L?.video)===null||Q===void 0?void 0:Q.itemId,itemType:!((le=L.video)===null||le===void 0)&&le.url?"VIDEO":null,rec:L,hashTagStyle:p}))):null},[e,S,o,l,s,c,p]),Qe=se(L=>{var q,H;if(!t?.isShowLike)return;let Y=(q=t?.likeIconY)!==null&&q!==void 0?q:400;return U&&Y<40&&(Y+=40),L.video?g.createElement(ps,{key:L.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:L.isCollected,recData:L,className:"clc-sxp-like-button",style:{top:Y,right:(H=t?.likeIconX)!==null&&H!==void 0?H:0}}):null},[t,U]),Oe=L=>{var q,H,Y,K,ne,$;if(!(!((q=L.video)===null||q===void 0)&&q.url)&&(!((H=L.video)===null||H===void 0)&&H.imgUrls)){const Q=Date.now(),le=(Q-P.current)/1e3;B?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(K=(Y=L.video)===null||Y===void 0?void 0:Y.itemId)!==null&&K!==void 0?K:"",contentName:(ne=L.video.title)!==null&&ne!==void 0?ne:"",imageEndTime:`${Q}`,playDuration:`${le}`,contentTags:JSON.stringify(($=L.video.tags)!==null&&$!==void 0?$:[]),position:L.position,contentFormat:"image",traceInfo:L.video.traceInfo}})}},Ke=L=>{var q,H,Y,K,ne,$,Q,le;x.current=new Date;const re=a[L.previousIndex];re&&(L.previousIndex-L.activeIndex<0?(B?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",relatedContentId:(H=(q=re.video)===null||q===void 0?void 0:q.itemId)!==null&&H!==void 0?H:"",relatedProductId:(K=(Y=re.product)===null||Y===void 0?void 0:Y.itemId)!==null&&K!==void 0?K:"",requestId:null}}),Oe(re)):(B?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",relatedContentId:($=(ne=re.video)===null||ne===void 0?void 0:ne.itemId)!==null&&$!==void 0?$:"",relatedProductId:(le=(Q=re.product)===null||Q===void 0?void 0:Q.itemId)!==null&&le!==void 0?le:"",requestId:null}}),Oe(re)),Be(re))},Be=L=>{var q,H,Y;!(!((q=L?.video)===null||q===void 0)&&q.url)&&!(!((H=L?.video)===null||H===void 0)&&H.imgUrls)&&L?.product&&W(L,L.product,(Y=L?.product)===null||Y===void 0?void 0:Y.bindCta,x.current)};X(()=>{const L=a[S];ue&&Be(L)},[ue,a,S]);const Ge=L=>{var q,H,Y,K,ne,$;const Q=a[L];if(!(!((q=Q?.video)===null||q===void 0)&&q.url)&&(!((H=Q?.video)===null||H===void 0)&&H.imgUrls)){const le=Date.now();P.current=le,B?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(K=(Y=Q.video)===null||Y===void 0?void 0:Y.itemId)!==null&&K!==void 0?K:"",contentName:(ne=Q.video.title)!==null&&ne!==void 0?ne:"",imageStartTime:`${le}`,contentTags:JSON.stringify(($=Q.video.tags)!==null&&$!==void 0?$:[]),position:Q.position,contentFormat:"image",traceInfo:Q.video.traceInfo}})}},ce=ae(()=>{const L=a?.map((q,H)=>S===H||H-1===S||H+1===S?q:null);return U?L:L.concat([{loading:!0}])},[a,S,U]),bt=ae(()=>z?g.createElement("div",{style:{height:de,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):ce?.map((L,q)=>g.createElement(ke,{key:q,virtualIndex:q},L&&g.createElement(g.Fragment,null,L?.loading?g.createElement("div",{style:{height:de,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},g.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):g.createElement(g.Fragment,null,Me(L,q),Ue(L,q),Qe(L))))),[n,a,de,z,Ue,Me,ce,Ce]),We=Fe("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),Li=Fe("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png");return g.createElement("div",{id:"sxp-render",className:"clc-sxp-container"},U&&g.createElement(Pi,{icon:xs,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},onClose:()=>{oe?.(!0)}}),we,ie?g.createElement(gs,{imageUrl:t?.swipeTipIcon}):null,g.createElement(Xe,{ref:O,onActiveIndexChange:L=>{D(L.activeIndex),!ue&&(Ke(L),!U&&L?.activeIndex+2>=a?.length&&(I||(_(!0),N?.(Math.ceil(S/10)+1).then(()=>{_(!1)}))))},direction:"vertical",height:de},g.createElement(hs,{style:{position:"fixed",right:(h=t?.muteIconX)!==null&&h!==void 0?h:0,visibility:!((b=(f=a?.[S])===null||f===void 0?void 0:f.video)===null||b===void 0)&&b.url?"visible":"hidden",bottom:(C=t?.muteIconY)!==null&&C!==void 0?C:23,zIndex:999},defaultValue:w,activeIcon:t?.unMuteIcon?t?.unMuteIcon:We,unactiveIcon:t?.muteIcon?t?.muteIcon:Li,onChange:E}),bt),g.createElement(ki,Object.assign({},(v=(u=(y=t?.hashTag)===null||y===void 0?void 0:y[0])===null||u===void 0?void 0:u.item)===null||v===void 0?void 0:v.props)))},Ds=()=>{const{schema:t,resolver:e,popup:i,popupAni:n}=Te(),{setPopupDetailData:o,popupDetailData:l,bffEventReport:a}=ee(),{productView:r}=lt(),[s,c]=F(!1),d=J(null);X(()=>{const f=()=>{d.current=new Date};return f(),window.addEventListener("pageshow",f),()=>{window.removeEventListener("pageshow",f)}},[]),X(()=>{i&&i!==""&&(d.current=new Date,c(!0))},[i]);const p=()=>{var f,b,C;if(!i||i===""||!s||new Date-d.current<n?.duration)return;c(!1);const y=l,u=(f=y?.video)===null||f===void 0?void 0:f.bindProduct,v=(C=(b=y?.video)===null||b===void 0?void 0:b.bindProduct)===null||C===void 0?void 0:C.bindCta;u&&v&&r(y,u,v,d.current),setTimeout(()=>{window?.sxpPopup(""),o?.(null)},n?.duration)},h=ae(()=>{var f,b,C;return(C=(b=(f=t?.sxpPageConf)===null||f===void 0?void 0:f.globalConfig)===null||b===void 0?void 0:b.popupList)===null||C===void 0?void 0:C.map((y,u)=>{var v,m,S,D,P,R,T;if(y?.id===i){const w=Ut(e[(v=y?.item)===null||v===void 0?void 0:v.type]);return g.createElement(w,Object.assign({key:u,style:Object.assign(Object.assign({},(m=y?.item)===null||m===void 0?void 0:m.style),{width:"100%",height:"80vh",overflow:"auto"}),textStyle:(S=y?.item)===null||S===void 0?void 0:S.textStyle,bindDatas:(P=(D=y?.item)===null||D===void 0?void 0:D.bindDatas)!==null&&P!==void 0?P:[]},(R=y?.item)===null||R===void 0?void 0:R.props,{event:((T=y?.item)===null||T===void 0?void 0:T.event)||{},schema:t,id:y?.id}))}else return g.createElement(g.Fragment,null)})},[t,i,e]);return g.createElement(ht,{visible:!!s,onClose:p,padding:0,modalStyle:{position:"fixed"}},h)},Gt={};Object.values(_i).forEach(t=>{Gt[t.extend.type]=t});const As=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:o,appDomain:l})=>{var a,r,s,c,d,p;const h=ae(()=>{var f;return location?.search?(f=location?.search)===null||f===void 0?void 0:f.replace("?",""):""},[]);return g.createElement(si,{resolver:Gt,enableDataSource:!1,schema:t?.data,utmVal:h},g.createElement(ii,{utmVal:h,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(r=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&r!==void 0?r:e,defaultSize:(c=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.default_recommend)!==null&&c!==void 0?c:i,hashTagSize:(p=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.hash_tag_size)!==null&&p!==void 0?p:n,loadingImage:o,appDomain:l,render:({rtcList:f})=>{var b;return g.createElement(g.Fragment,null,g.createElement(Mi,Object.assign({},(b=t?.data)===null||b===void 0?void 0:b.sxpPageConf,{data:f,resolver:Gt})),g.createElement(Ds,null))}}))};var Ps=Z(As);const Oi=it({}),ks=({children:t,data:e})=>{var i,n,o,l,a,r;const[s,c]=F(!1);return g.createElement(Oi.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:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.loading_image},appDomain:e?.appDomain,openHashtag:s,setOpenHashtag:c}},t)};function _s(){return tt(Oi)}export{ks as EditorDataProvider,ht as Modal,ii as SxpDataSourceProvider,Ps as SxpPageCore,Mi as SxpPageRender,on as core,qi as default,_i as materials,_s as useEditorDataProvider};
|
7
7
|
//# sourceMappingURL=index.min.js.map
|