pb-sxp-ui 14.0.4 → 14.0.5
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 +50 -32
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +50 -32
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +4 -4
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +50 -32
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +4 -4
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/Consent/index.js +8 -2
- package/es/core/context/SxpDataSourceProvider.js +9 -28
- package/es/core/utils/tool.d.ts +2 -1
- package/es/core/utils/tool.js +38 -14
- package/lib/core/components/Consent/index.js +8 -2
- package/lib/core/context/SxpDataSourceProvider.js +10 -29
- package/lib/core/utils/tool.d.ts +2 -1
- package/lib/core/utils/tool.js +39 -14
- package/package.json +1 -1
package/dist/index.min.cjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var lt=require("lodash"),bo=require("uuid"),go=require("pako"),o=require("react"),Oi=require("qs"),yo=require("eventemitter3"),ke=require("@emotion/css"),mn=require("react-dom");function wo(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var fn=wo(mn);function nt(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 a=0,n=Object.getOwnPropertySymbols(t);a<n.length;a++)e.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(t,n[a])&&(i[n[a]]=t[n[a]]);return i}function ht(t,e,i,n){function a(l){return l instanceof i?l:new i(function(s){s(l)})}return new(i||(i=Promise))(function(l,s){function c(d){try{u(n.next(d))}catch(f){s(f)}}function r(d){try{u(n.throw(d))}catch(f){s(f)}}function u(d){d.done?l(d.value):a(d.value).then(c,r)}u((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const So=/:\w+/g;var hn=(t,e)=>ht(void 0,void 0,void 0,function*(){const i={},n={};for(let a=0;a<e?.length;a++){const{id:l,method:s,url:c,urlParams:r,name:u,queryString:d,headers:f,body:h}=e[a];let b=c;r&&Object.entries(r).forEach(([g,A])=>{b=b.replace(So,x=>x===g?A:x)}),d&&(b+=d),n[l]=u;try{const g=yield fetch(b,{method:s,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(A=>A.json());i[l]=g}catch(g){console.error("DataSource request error: ",g),i[l]={}}}return{$store:i,idMapName:n}});const An="SXP_TOKEN_INFO",xo=(t,e)=>ht(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),a=t.getAppId(),l=t.getApiUrl(),s=window.localStorage.getItem(An);let c=JSON.parse(s||"{}");if(Date.now()>((i=c?.expireTime)!==null&&i!==void 0?i:0)){const u=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":a||""}}).then(d=>d.json());if(u.success){const d=u.data;c=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(An,JSON.stringify(c))}}return c});function bi(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let a;if(e=e||i.length,t)for(a=0;a<t;a++)n[a]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",a=0;a<36;a++)n[a]||(l=0|Math.random()*16,n[a]=i[a===19?l&3|8:l])}return n.join("")}const To=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let a=0;for(;a<t;)e+=i.charAt(Math.floor(Math.random()*n)),a+=1;return e},Eo=()=>{const t=bo.v4();return t?.replaceAll?t.replaceAll("-",""):To(32)},Ee=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],a=e?.["fontFamily-en"];if(!n&&!a)return t;let l=t;const s=/[\u4e00-\u9fa5]/g,c=/[^\u4e00-\u9fa5]/g,r=`font-family:${n??"inherit"}`,u=`font-family:${a??"inherit"}`,d=h=>{let b=h.search(s),g=h.search(c);return b!==-1&&g!==-1&&b<g&&(i+=`<span style="${r}">${h.substring(b,g)}</span>`,l=h.substring(g,h?.length)),b!==-1&&g!==-1&&b>g&&(i+=`<span style="${u}">${h.substring(g,b)}</span>`,l=h.substring(b,h?.length)),b===-1?(i+=`<span style="${u}">${h.substring(g,h?.length)}</span>`,l="",!1):g===-1?(i+=`<span style="${r}">${h.substring(b,h?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=d(l);return i};function bn(t){const i=document.cookie.split(";");let n=null;return i.forEach(a=>{const[l,s]=a.trim().split("=");l===t&&(n=s)}),n??""}function Li(){let t=self.navigator.userAgent;return t?/TalkBack/i.test(t)||/Funtouch/i.test(t)||/VoiceOver/i.test(t)||/NVDA/i.test(t)||/JAWS/i.test(t)||/ChromeVox/i.test(t):!1}function gn(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),a=go.inflate(n,{to:"string"});return JSON.parse(a)}let Ri=null;const Co={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Io{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,Ri)return Ri;Ri=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Co[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let bt=null;const ko={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{bt||(bt=new Io),n&&bt.setApiUrl(n),bt.setAppId(t),bt.setTenantId(e),bt.setEnv(i)},getDetail:t=>{if(!bt)return;const e=bt.getTenantId(),i=bt.getAppId(),n=bt.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>ht(void 0,void 0,void 0,function*(){var l,s;const c=yield a.json(),r=gn((l=c?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:u}=yield hn(n,(s=r?.dataSource)!==null&&s!==void 0?s:[]);c.data.data=r,Object.assign(c.data.data,{__STORE__:u})}return c}))},getSxpDetailByPageId:t=>ht(void 0,void 0,void 0,function*(){if(!bt)return;const e=bt.getTenantId(),i=bt.getAppId(),n=bt.getApiUrl();return fetch(`${n}/storefront/v1/page/build?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>ht(void 0,void 0,void 0,function*(){var l;const s=yield a.json();return s.success?(l=s?.data)===null||l===void 0?void 0:l.map(r=>Object.assign(Object.assign({},r),{data:gn(r?.data)})):void 0}))}),getSxpRecommendVideoData:t=>ht(void 0,void 0,void 0,function*(){if(!bt)return;const e=yield xo(bt,t),i=bi(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");lt.isEmpty(n)&&(n=bi(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const a=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:n,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return a?.data||null})};function Jt(){return o.useContext(Dn)}function Po(){return o.useContext(Mn)}const Ni="feRealSessionIdKey",yn=()=>{const t=Eo();return`${Date.now()}${t}`},Mo=()=>{let t=Do();return t||(t=yn(),window.localStorage.setItem(Ni,t)),t},Vi=()=>{const t=yn();window.localStorage.setItem(Ni,t)},Do=()=>window.localStorage.getItem(Ni),wn="SXP_FAKE_USER_ID",Sn="FAKE_USER_STATE",xn="AGREE_POLICY",Tn="SLIDE_SKIP_STATE",En="CCONTSENT_STATE",Cn=()=>{let t=window.localStorage.getItem(wn);return lt.isEmpty(t)&&(t=bi(36,62),window.localStorage.setItem(wn,t)),t},_o=()=>{const t=window.localStorage.getItem(Sn);return lt.isEmpty(t)&&window.localStorage.setItem(Sn,"true"),lt.isEmpty(t)},Oo=()=>{const t=window.localStorage.getItem(Tn);return lt.isEmpty(t)},Lo=()=>{window.localStorage.setItem(Tn,"true")},Ro=()=>{const t=window.localStorage.getItem(En);return lt.isEmpty(t)&&window.localStorage.setItem(En,"true"),lt.isEmpty(t)};function Ot(t,e){const{appDomain:i}=je();return o.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const pt=new yo;var rt;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(rt||(rt={}));const No=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:a,privacy_policy_title:l})=>{const{setIsAgreePolicy:s,bffEventReport:c}=je(),r=o.useMemo(()=>{const f=location.search.slice(1),h=Oi.parse(f.replace(/\+/g,"%2B"));for(const b in h)h[b]=h[b].replace(/%2B/g,"+");return h},[]),u=f=>{var h;return(h=r[f])!==null&&h!==void 0?h:null};o.useEffect(()=>{c?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:u("utm_source"),utmMedium:u("utm_medium"),utmCampaign:u("utm_campaign"),utmId:u("utm_id"),utmContent:u("utm_content"),clSource:u("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const d=()=>{c?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),s?.(!0),window.localStorage.setItem(xn,"yes")};return o.createElement("div",{className:"consent-bg"},o.createElement("div",{className:"consent"},o.createElement("div",{className:"consent-col"},o.createElement("div",{className:"consent-title"},i??"Privacy Policy"),o.createElement("div",{className:"consent-content"},n??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),o.createElement("div",{className:"consent-col"},o.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:d},"Agree"),o.createElement("a",{className:"consent-policy",target:"_blank",href:a?`https://${a}`:void 0},l??"More information"))))};var Vo=o.memo(No);const In=o.createContext({rtcList:[],tagList:[]});var ji;(function(t){t[t.BFF=5]="BFF"})(ji||(ji={}));const gi="FOR U",jo=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:a,defaultSize:l,isPreview:s=!1,sxpParameter:c,appDomain:r,hashTagSize:u,loadingImage:d,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:b,consentWidth:g,isOpenConsent:A=!1,isEditor:x=!1,utmParameter:v,channelQueryList:y,data:p,dataList:T,onUpdateSchema:k,onUpdateChannel:I})=>{var L,m,S,w,P;const[C,O]=o.useState([]),[E,V]=o.useState([]),[F,D]=o.useState(!1),[N,R]=o.useState({rtc:"",requestId:""}),M=o.useRef(null),j=o.useRef(!1),[X,Z]=o.useState(()=>!!window.localStorage.getItem(xn)),[Q,$]=o.useState(),[re,ue]=o.useState(),[ee,Pe]=o.useState(f),[Oe,Fe]=o.useState([]),[G,K]=o.useState(0),[ve,me]=o.useState(!1),[fe,ae]=o.useState(null),Me=o.useRef(),Ue=o.useRef(),Re=o.useRef(),[Ze,Qe]=o.useState(gi),be=o.useRef(-1),q=o.useRef(null),[U,ie]=o.useState(!1),[oe,de]=o.useState((m=(L=p?.data)===null||L===void 0?void 0:L.sxpPageConf)===null||m===void 0?void 0:m.globalConfig),[xe,Ke]=o.useState(),[te,B]=o.useState(!1),[Ge,yt]=o.useState(),[tt,At]=o.useState(),[mt,wt]=o.useState([]),[Nt,Mt]=o.useState(),Vt=o.useMemo(()=>xe??p,[xe,p]),It=o.useMemo(()=>{var z,W,ce,Ce;return(((Ce=(ce=(W=(z=oe?.consent)===null||z===void 0?void 0:z[0])===null||W===void 0?void 0:W.item)===null||ce===void 0?void 0:ce.props)===null||Ce===void 0?void 0:Ce.privacy_necessity)&&!X&&!x||A)&&te},[X,oe,A,x,te]),_t=o.useCallback(z=>{I?.(z),At(z)},[]),St=o.useCallback(z=>{var W;const ce=z?.recList;return(W=ce?.map(se=>{var we,ye,ze,He,$e,Je;if(!((we=se?.video)===null||we===void 0)&&we.bindProducts&&((ze=(ye=se?.video)===null||ye===void 0?void 0:ye.bindProducts)===null||ze===void 0?void 0:ze.length)>0){const st=(Je=($e=(He=se?.video)===null||He===void 0?void 0:He.bindProducts)===null||$e===void 0?void 0:$e.filter(et=>!!et?.bindCta))!==null&&Je!==void 0?Je:[];return Object.assign(Object.assign({},se),{video:Object.assign(Object.assign({},se?.video),{bindProducts:st})})}return se}))!==null&&W!==void 0?W:[]},[]);o.useEffect(()=>{let z;return mt.length>0&&(z=setInterval(()=>{const ce=new Date,Ce=15*1e3;wt(se=>se.filter(we=>ce-we.time<=Ce))},1e3)),()=>{clearInterval(z)}},[mt]),o.useEffect(()=>{const z=W=>{Me.current=W};return pt.on(rt.CHANGE_THEME_TAG,z),()=>{pt.off(rt.CHANGE_THEME_TAG,z)}},[]),o.useEffect(()=>{Pe(f)},[f]);const jt=o.useMemo(()=>e?.find(z=>z.type===ji.BFF),[e]),Be=o.useCallback((z,W)=>{if(!jt)return;const ce=jt.url,Ce=Cn();if(W?.query){const se=Oi.stringify(W.query);z=`${z}?${se}`}return W.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${ce}/api/v1${z}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},W.body),jt.headers),{"x-user-id":Ce}))],{type:"application/json;charset=UTF-8"})):window.fetch(`${ce}/api/v1${z}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Ce},jt.headers),method:W.method,body:JSON.stringify(W.body)}).then(se=>se.json()).catch(se=>Promise.reject(se))},[jt]);function Wt(z){if(!z)return;const W=[];for(let se=0;se<z.length;se++){const we=z[se],ye=z.substring(se+1,z.length);we==="&"&&ye?.indexOf("=")!==-1&&(ye?.indexOf("=")<ye?.indexOf("&")||ye?.indexOf("&")===-1)&&W.push(se)}const ce=W.length>0?[]:[z];let Ce=0;return W?.map(se=>{ce?.push(z.substring(Ce,se)),Ce=se+1,se===W[W.length-1]&&se<z.length&&ce?.push(z.substring(Ce,z.length))}),ce??[]}const ft=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){var W,ce,Ce,se,we,ye,ze,He,$e,Je,st,et,Ye,_;if(z={maxSize:(W=z?.maxSize)!==null&&W!==void 0?W:a,defaultSize:(ce=z?.defaultSize)!==null&&ce!==void 0?ce:l,hashTag:z?.hashTag,traceInfo:z?.traceInfo,themeTag:z?.themeTag,pageNum:z?.pageNum,contentFilter:z?.contentFilter,productFilter:z?.productFilter},tt)z=Object.assign(Object.assign({},z),{channel:decodeURIComponent(tt)});else if(i){const Y=(we=(se=(Ce=Wt(i))===null||Ce===void 0?void 0:Ce.filter(ne=>{var J,Ae;const le=ne.split("=")[0];return(Ae=(J=v?.channels)!==null&&J!==void 0?J:[])===null||Ae===void 0?void 0:Ae.includes(le)}))===null||se===void 0?void 0:se.join("&"))!==null&&we!==void 0?we:"";Y&&(z=Object.assign(Object.assign({},z),{channel:decodeURIComponent(Y)}))}if(x){let Y=1;if(z=Object.assign(Object.assign(Object.assign({},z),{directPage:!0,level:1}),!i&&y&&y?.length>0&&{channel:y?.[0]}),!z?.channel||j.current)return;j.current=!0;let ne=[],J=null;const Ae=le=>ht(void 0,void 0,void 0,function*(){var Te,_e,Ne,Ve,pe,Se;if(le.pageNum=Y,J=yield Be?.("/recommend/list",{method:"POST",body:le}),!J?.success)return;D(!1),ne=ne.concat((Ve=(Ne=(_e=(Te=J?.data)===null||Te===void 0?void 0:Te.recList)===null||_e===void 0?void 0:_e.filter)===null||Ne===void 0?void 0:Ne.call(_e,We=>We?.product||We?.video))!==null&&Ve!==void 0?Ve:[]),O(St(Object.assign(Object.assign({},J.data),{recList:ne}))),Fe(St(Object.assign(Object.assign({},J.data),{recList:ne}))),((Se=(pe=J?.data)===null||pe===void 0?void 0:pe.recList)===null||Se===void 0?void 0:Se.some(We=>We?.product||We?.video))&&(Y=Y+1,yield Ae(le))});return yield Ae(z),!z?.hashTag&&J&&R({rtc:(ye=J?.data)===null||ye===void 0?void 0:ye.rtc,requestId:(ze=J?.data)===null||ze===void 0?void 0:ze.requestId}),Object.assign(Object.assign({},J.data),{recList:ne})}oe?.enablePreview&&(z=Object.assign(Object.assign({},z),{directPage:!0,level:1,pageNum:(He=z?.pageNum)!==null&&He!==void 0?He:1}));const H=yield Be?.("/recommend/list",{method:"POST",body:z});if(H?.success){if(z?.hashTag||R({rtc:H.data.rtc,requestId:H.data.requestId}),oe?.enablePreview&&!x){let Y=[];return Y=Y.concat((et=(st=(Je=($e=H?.data)===null||$e===void 0?void 0:$e.recList)===null||Je===void 0?void 0:Je.filter)===null||st===void 0?void 0:st.call(Je,J=>J?.product||J?.video))!==null&&et!==void 0?et:[]),((_=(Ye=H?.data)===null||Ye===void 0?void 0:Ye.recList)===null||_===void 0?void 0:_.some(J=>J?.product||J?.video))||ie(!0),Object.assign(Object.assign({},H.data),{recList:Y})}return H?.data}}),[Be,i,a,l,y,tt]),he=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){var W,ce,Ce,se;if(C.length<=0)return;const we=C?.[C?.length-1],ye=yield ft(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:re?.hashTag},((W=we?.product)===null||W===void 0?void 0:W.itemId)&&{productFilter:[(ce=we?.product)===null||ce===void 0?void 0:ce.itemId]}),((Ce=we?.video)===null||Ce===void 0?void 0:Ce.itemId)&&{contentFilter:[(se=we?.video)===null||se===void 0?void 0:se.itemId]}),{themeTag:Me.current}),oe?.enablePreview&&!x&&{pageNum:z}));return O(C.concat(St(ye))),Fe(Oe.concat(St(ye))),ye}),[ft,C,re,Oe]),ge=o.useCallback((z,W)=>{var ce,Ce,se,we,ye;let ze=!1;const He=(Ce=(ce=p?.data)===null||ce===void 0?void 0:ce.sxpPageConf)===null||Ce===void 0?void 0:Ce.globalConfig;if(!((se=He?.session)===null||se===void 0)&&se.enable){const $e=localStorage.getItem("sessionStartTime"),Je=$e?JSON.parse($e):new Date().getTime();Math.floor((new Date().getTime()-Je)/1e3/60)>=((ye=(we=He?.session)===null||we===void 0?void 0:we.expires)!==null&&ye!==void 0?ye:30)&&(W?.("sessionTimeOut"),Vi(),Ue.current=new Date,ze=!0),localStorage.setItem("sessionStartTime",JSON.stringify(new Date().getTime()))}else z&&Vi();return ze},[p]),Le=o.useCallback(({userInfo:z,eventInfo:W,reportLayId:ce=!0})=>{if(!n||oe?.enablePreview)return;z||(z={});const Ce=Mo(),se=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:Ce,rtc:N.rtc,requestId:N.requestId},{playbookType:Nt}),Ge&&ce&&{layoutVariantId:Ge}),W),W?.position&&tt&&{position:Number(W?.position)+1+""}),we=Object.entries(z).map(([ze,He])=>({name:ze,value:He})),ye=Object.entries(se).map(([ze,He])=>He&&{name:ze,value:He}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",z),console.log("eventInfo:",se),console.log("========= \u7ED3\u675F ========="),Be?.("/event/report",{method:"POST",body:{userInfo:we,eventInfo:ye},type:"beacon"})},[Be,N,n,oe?.enablePreview,Ge,oe,Nt]),xt=o.useCallback(({eventName:z,product:W})=>{var ce,Ce,se,we,ye;if(!n||!h||oe?.enablePreview||!(!((ce=oe?.converApi)===null||ce===void 0)&&ce[z]))return;const ze=lt.cloneDeep((Ce=oe?.converApi)===null||Ce===void 0?void 0:Ce[z]),He=new URLSearchParams(window.location.search),$e=He?.get("fbclid"),Je={event_source_url:(se=window?.location)===null||se===void 0?void 0:se.href,external_id:Cn(),client_user_agent:(ye=(we=window?.navigator)===null||we===void 0?void 0:we.userAgent)!==null&&ye!==void 0?ye:"",fbc:$e?`fb.2.${new Date().getTime()}.${$e}`:"",fbp:bn("_fbp")?`fb.2.${new Date().getTime()}.${bn("_fbp")}`:"",time:Math.floor(Date.now()/1e3)},st=/\{\{(.*?)\}\}/g,et=Ye=>{if(Ye){if(Ye instanceof Array)Ye?.map(_=>et(_));else for(const _ in Ye)if(Ye.hasOwnProperty(_)){const H=Ye?.[_];if(typeof H=="object")et(H);else if(typeof H=="string"){const Y=H?.match(st);Y&&Y.forEach(ne=>{var J;const Ae=ne.substring(2,ne.length-2);try{let le=new Function("fix_par","product",`return ${Ae}`)(Je,W);le?(Ae?.indexOf("currency")!==-1&&le?.indexOf("-")!==-1&&typeof le=="string"&&(le=(J=le?.split("-"))===null||J===void 0?void 0:J[0]),Ye[_]=le):delete Ye[_]}catch(le){delete Ye[_],console.error("An error occurred:",le?.message)}})}}}};return et(ze),Be?.("/fb/events",{method:"POST",body:ze,type:"beacon"})},[Be,n,h,oe?.enablePreview,oe]),Zt=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){const W=yield Be?.("/recommend/like",{method:"POST",body:z});return W?.success}),[Be]),Xt=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){const W=yield Be?.("/recommend/unlike",{method:"POST",body:z});return W?.success}),[Be]),Kt=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){const W=yield Be?.("/customform",{method:"POST",body:z});return W?.success}),[Be]),ti=o.useCallback(z=>ht(void 0,void 0,void 0,function*(){var W,ce,Ce,se,we,ye,ze,He;const $e=!!(!((Ce=(ce=(W=z?.data)===null||W===void 0?void 0:W.sxpPageConf)===null||ce===void 0?void 0:ce.globalConfig)===null||Ce===void 0)&&Ce.isShowTag);if(!(!i||!$e))try{const Je=(ye=(we=(se=Wt(i))===null||se===void 0?void 0:se.filter(et=>{var Ye,_;const H=et.split("=")[0];return(_=(Ye=v?.channels)!==null&&Ye!==void 0?Ye:[])===null||_===void 0?void 0:_.includes(H)}))===null||we===void 0?void 0:we.join("&"))!==null&&ye!==void 0?ye:"",st=yield Be?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(Je)}});V((He=(ze=st?.data)===null||ze===void 0?void 0:ze.tags)!==null&&He!==void 0?He:[])}catch(Je){console.log("e",Je)}}),[Be,i]),ii=o.useCallback((z,W,ce,Ce)=>{var se,we,ye,ze,He,$e,Je,st,et,Ye,_,H,Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe,Se,at,We,it,ot,vt,De,ct,Tt,Ie,ut,Gt,Et,li;const qe=ce?.bindCta,ui=((se=W?.video)===null||se===void 0?void 0:se.bindProduct)||((we=W?.video)===null||we===void 0?void 0:we.bindProducts)&&((ze=(ye=W?.video)===null||ye===void 0?void 0:ye.bindProducts)===null||ze===void 0?void 0:ze.length)>0;let Ai="",_i=null;ve?Ai="hashTagPage":!((He=W?.video)===null||He===void 0)&&He.url?(Ai="videoPage",_i="video"):!((Je=($e=W?.video)===null||$e===void 0?void 0:$e.imgUrls)===null||Je===void 0)&&Je.length&&(Ai="imagePage",_i="image");const pn=(ne=(H=(st=ce?.tags)!==null&&st!==void 0?st:(_=(Ye=(et=W?.video)===null||et===void 0?void 0:et.bindProducts)===null||Ye===void 0?void 0:Ye[0])===null||_===void 0?void 0:_.tags)!==null&&H!==void 0?H:(Y=W?.video)===null||Y===void 0?void 0:Y.tags)!==null&&ne!==void 0?ne:(J=W?.product)===null||J===void 0?void 0:J.tags;Le?.({eventInfo:Object.assign(Object.assign({},z),{ctaId:(Ae=qe?.itemId)!==null&&Ae!==void 0?Ae:"",ctaName:(le=qe?.title)!==null&&le!==void 0?le:"",contentTags:pn?JSON.stringify(pn):"",position:Ce+"",contentId:(_e=(Te=W?.video)===null||Te===void 0?void 0:Te.itemId)!==null&&_e!==void 0?_e:"",productId:ui?ce?.itemId:"",traceInfo:(Et=(Ie=(ot=(Se=(Ne=qe?.traceInfo)!==null&&Ne!==void 0?Ne:(pe=(Ve=W?.video)===null||Ve===void 0?void 0:Ve.bindCta)===null||pe===void 0?void 0:pe.traceInfo)!==null&&Se!==void 0?Se:(it=(We=(at=W?.video)===null||at===void 0?void 0:at.bindProduct)===null||We===void 0?void 0:We.bindCta)===null||it===void 0?void 0:it.traceInfo)!==null&&ot!==void 0?ot:(Tt=(ct=(De=(vt=W?.video)===null||vt===void 0?void 0:vt.bindProducts)===null||De===void 0?void 0:De[0])===null||ct===void 0?void 0:ct.bindCta)===null||Tt===void 0?void 0:Tt.traceInfo)!==null&&Ie!==void 0?Ie:(Gt=(ut=W?.product)===null||ut===void 0?void 0:ut.bindCta)===null||Gt===void 0?void 0:Gt.traceInfo)!==null&&Et!==void 0?Et:"",fromKName:Ai,fromKPage:(li=location?.href)!==null&&li!==void 0?li:"",contentFormat:_i})})},[Le,ve]),Ft=o.useCallback(()=>{var z,W;const ce=location.search.slice(1),Ce=Oi.parse(ce.replace(/\+/g,"%2B"));for(const ye in Ce)Ce[ye]=Ce[ye].replace(/%2B/g,"+");const se=ye=>{var ze;return(ze=Ce[ye])!==null&&ze!==void 0?ze:""},we=new Date;Ue.current=we,Le?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:se("utm_source"),utmMedium:se("utm_medium"),utmCampaign:se("utm_campaign"),utmId:se("utm_id"),utmContent:se("utm_content"),enterTime:Math.floor(we/1e3)+"",requestId:null,enterUrl:(W=(z=window?.location)===null||z===void 0?void 0:z.href)!==null&&W!==void 0?W:"",clSource:se("cl_source")},reportLayId:!1})},[Le]);o.useEffect(()=>{It||Ft()},[It]),o.useEffect(()=>{if(It||s)return;D(!0);let z,W;ft().then(ce=>{var Ce,se,we,ye,ze,He,$e,Je,st,et,Ye;if(ce){const _=St(ce);let H,Y;if(ce?.layoutVariantId){const ne=(se=(Ce=ce?.layoutVariantId)===null||Ce===void 0?void 0:Ce.split("-"))===null||se===void 0?void 0:se[1];ne&&(z=ne,yt(ne),H=T?.find(J=>J?.id===ne),H?(Ke(H),document.title=(we=H?.name)!==null&&we!==void 0?we:"home",Y=(ze=(ye=H?.data)===null||ye===void 0?void 0:ye.sxpPageConf)===null||ze===void 0?void 0:ze.globalConfig,de(Y),k?.(H?.data),!((st=(Je=($e=(He=Y?.consent)===null||He===void 0?void 0:He[0])===null||$e===void 0?void 0:$e.item)===null||Je===void 0?void 0:Je.props)===null||st===void 0)&&st.privacy_necessity&&B(!0)):B(!0))}else B(!0);if(tt||(Y?.playbook==="organic menu"||!Y&&oe?.playbook==="organic menu"?(Mt("organicMenu"),_.unshift("organic menu"),W="organicMenu"):(Mt("paidMedia"),W="paidMedia")),O(_),Fe(_),ti(H??Vt),tt){const ne=_?.[0],J=((et=ne?.video)===null||et===void 0?void 0:et.traceInfo)||((Ye=ne?.product)===null||Ye===void 0?void 0:Ye.traceInfo)||"";Le?.({eventInfo:Object.assign({eventSubject:"multiPostClick",eventDescription:"multiPostClick",traceInfo:J,branchfeed:tt},z&&{layoutVariantId:z})}),Le?.({eventInfo:Object.assign({eventSubject:"endMultiPost",eventDescription:"endMultiPost",contentFormat:"image",position:"0",traceInfo:J,nextStep:"multipostClick",timeOnSite:Math.floor((new Date-Re?.current)/1e3)+""},z&&{layoutVariantId:z})})}}}).finally(()=>{Le({eventInfo:Object.assign(Object.assign({eventSubject:"apiRequest",eventDescription:"api request succeed"},z&&{layoutVariantId:z}),W&&{playbookType:W})}),D(!1)})},[It,tt]),o.useEffect(()=>{s&&(D(!0),ti(p),ft().then(z=>{if(z){const W=St(z);oe?.playbook==="organic menu"&&!tt&&W.unshift("organic menu"),O(W),Fe(W)}}).finally(()=>{D(!1)}))},[ft,ti,tt]);const Ut=Ot("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return o.createElement(In.Provider,{value:{rtcList:C,setRtcList:O,mutateLike:Zt,mutateUnlike:Xt,submitForm:Kt,popupDetailData:Q,loadVideos:he,setPopupDetailData:$,getRecommendVideos:ft,bffEventReport:Le,isPreview:s,loading:F,sxpParameter:c,waterFallData:re,setWaterFallData:ue,ctaEvent:ii,swiperRef:M,openHashtag:ee,setOpenHashtag:Pe,cacheRtcList:Oe,setCacheRtcList:Fe,cacheActiveIndex:G,setCacheActiveIndex:K,isFromHashtag:ve,setIsFromHashtag:me,appDomain:r,hashTagSize:u,loadingImage:d??Ut,isOpenHashTag:f,tagList:E,setLoading:D,videoRef:fe,setVideoRef:ae,bffFbReport:xt,isAgreePolicy:X,setIsAgreePolicy:Z,curTime:Ue,h5EnterLink:Ft,themeTag:Me,isShowConsent:It,selectTag:Ze,setSelectTag:Qe,globalConfig:oe,popupCurTimeRef:q,checkCommodityIndexRef:be,isEditor:x,isNoMoreData:U,updateChannel:_t,channel:tt,eventTimeList:mt,setEventTimeList:wt,multiPostTimeRef:Re,refreshFeSession:ge}},It?o.createElement(Vo,Object.assign({},(P=(w=(S=oe?.consent)===null||S===void 0?void 0:S[0])===null||w===void 0?void 0:w.item)===null||P===void 0?void 0:P.props)):t({rtcList:C,mutateLike:Zt,mutateUnlike:Xt,submitForm:Kt,tagList:E,pageData:Vt}))};var kn=o.memo(jo);function je(){return o.useContext(In)}var Pn;(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"})(Pn||(Pn={}));const Mn=o.createContext({$store:{},options:[],configs:[]}),Fo=({children:t,isSsr:e,enable:i})=>{const[n,a]=o.useState([]),{schema:l}=Jt(),[s,c]=o.useState(l.__STORE__||{}),[r,u]=o.useState([]);o.useEffect(()=>{var h;e||lt.isEqual(r,l?.dataSource)||u((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const d=o.useCallback(()=>ht(void 0,void 0,void 0,function*(){const{$store:h,idMapName:b}=yield hn("",r);c(h),f(h,b)}),[r]),f=(h,b)=>{const g=[];Object.entries(h).forEach(([A,x])=>{Object.keys(x).forEach(v=>{const y={label:`${b[A]} - ${v}`,value:`{{ ${A}.${v} }}`};g.push(y)})}),a(g)};return o.useEffect(()=>{e||d()},[d,e,l]),i?o.createElement(Mn.Provider,{value:{$store:l.__STORE__||s,options:n,configs:r}},t):t};var Bo=o.memo(Fo);const yi={id:bi(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},Fi={id:"",duration:0,name:"none"},Dn=o.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[yi],redoStack:[],popup:Fi,setPopup:()=>{}}),_n=o.forwardRef(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:a=!0,utmVal:l},s)=>{const[c,r]=o.useState(null),[u,d]=o.useState(n||{pointData:[yi],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=o.useState([yi]),[b,g]=o.useState([[yi]]),[A,x]=o.useState([]),[v,y]=o.useState(Fi);typeof window<"u"&&(window.sxpPopup=(L,m)=>{y(Object.assign(Object.assign(Object.assign({},Fi),{id:L}),m))}),typeof window<"u"&&(window.getJointUtmLink=L=>(Lo(),L?.indexOf("?")!==-1?L+(l?"&"+l:""):L+(l?"?"+l:""))),o.useEffect(()=>{g([u.pointData]),x([])},[u.type]);const p=o.useCallback(L=>{const m=lt.cloneDeep(u);m&&(m.dataSource=L,d?.(m))},[u]),[T,k]=o.useState();o.useImperativeHandle(s,()=>({loadSchema(L){L&&(g([L.pointData]),d(L))},exportSchema(){return lt.cloneDeep(u)},getPageInfoData(){return T},initPageInfoData(L){L&&k(L)}}));const I=o.useMemo(()=>{if(u)return u.type==="PC"?u.pcPageConf:u.mobilePageConf},[u]);return o.createElement(Dn.Provider,{value:{resolver:e,currentNode:c,schema:u,setCurrentNode:r,setSchema:d,saveDataSource:p,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:L=>k(Object.assign(Object.assign({},T),L)),undoStack:b,redoStack:A,setRedoStack:x,setUndoStack:g,getCurPageConf:I,popup:v,setPopup:y}},o.createElement(Bo,{isSsr:i,enable:a},t))});var zo=Object.freeze({__proto__:null,EditorCore:_n}),Ho=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Wo=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u6807\u9898\u95F4\u8DDD",type:"TextSpace",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C\u6837\u5F0F",type:"TextStyle",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u5BF9\u9F50",type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function Ct(){const{bffEventReport:t,popupDetailData:e,isFromHashtag:i,eventTimeList:n,setEventTimeList:a}=je(),l=o.useCallback((r,u,d,f,h,b)=>{var g,A,x,v,y,p,T,k,I,L,m,S,w,P,C,O,E,V,F,D,N,R,M,j,X,Z,Q,$,re,ue,ee,Pe,Oe,Fe,G,K,ve,me;if(n?.findIndex(Re=>Re.target===r?.target)!==-1)return;r&&a?.(Re=>[...Re,{target:r?.target,time:new Date}]);let ae="";e&&(!((A=(g=u?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0)&&A.length||!((x=u?.video)===null||x===void 0)&&x.bindProduct)?ae="pdpPage":i?ae="hashTagPage":!((v=u?.video)===null||v===void 0)&&v.url?ae="videoPage":!((y=u?.video)===null||y===void 0)&&y.imgUrls&&(!((T=(p=u?.video)===null||p===void 0?void 0:p.imgUrls)===null||T===void 0)&&T.length)?ae="imagePage":u?.product&&(ae="productPage");const Me=(P=(S=(k=d?.tags)!==null&&k!==void 0?k:(m=(L=(I=u?.video)===null||I===void 0?void 0:I.bindProducts)===null||L===void 0?void 0:L[0])===null||m===void 0?void 0:m.tags)!==null&&S!==void 0?S:(w=u?.video)===null||w===void 0?void 0:w.tags)!==null&&P!==void 0?P:(C=u?.product)===null||C===void 0?void 0:C.tags;let Ue=null;!((O=u?.video)===null||O===void 0)&&O.url?Ue="video":!((E=u?.video)===null||E===void 0)&&E.imgUrls&&(!((F=(V=u?.video)===null||V===void 0?void 0:V.imgUrls)===null||F===void 0)&&F.length)&&(Ue="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(D=d?.itemId)!==null&&D!==void 0?D:"",productName:(N=d?.title)!==null&&N!==void 0?N:"",price:d?.price?d?.price+"":"0",productCollection:(R=d?.collection)!==null&&R!==void 0?R:"",fromKName:ae,fromKPage:location?.href,contentTags:Me?JSON.stringify(Me):"",position:h+"",contentId:(j=(M=u?.video)===null||M===void 0?void 0:M.itemId)!==null&&j!==void 0?j:"",ctatId:(X=f?.itemId)!==null&&X!==void 0?X:"",traceInfo:(me=(G=(Oe=(re=(Z=b??d?.traceInfo)!==null&&Z!==void 0?Z:($=(Q=u?.video)===null||Q===void 0?void 0:Q.bindProduct)===null||$===void 0?void 0:$.traceInfo)!==null&&re!==void 0?re:(Pe=(ee=(ue=u?.video)===null||ue===void 0?void 0:ue.bindProducts)===null||ee===void 0?void 0:ee[0])===null||Pe===void 0?void 0:Pe.traceInfo)!==null&&Oe!==void 0?Oe:(Fe=u?.product)===null||Fe===void 0?void 0:Fe.traceInfo)!==null&&G!==void 0?G:(ve=(K=u?.video)===null||K===void 0?void 0:K.bindCta)===null||ve===void 0?void 0:ve.traceInfo)!==null&&me!==void 0?me:""},Ue&&{contentFormat:Ue})})},[t,e,i,n]),s=o.useCallback((r,u,d,f,h)=>{var b,g,A,x,v,y,p,T,k,I,L,m,S,w;let P="";e&&(!((g=(b=r?.video)===null||b===void 0?void 0:b.bindProducts)===null||g===void 0)&&g.length||!((A=r?.video)===null||A===void 0)&&A.bindProduct)?P="pdpPage":r?.product&&(P="productPage"),t?.({eventInfo:{productId:u?.itemId,productName:u?.title,price:u?.price?u?.price+"":"0",productCollection:u?.collection,fromKName:P,fromKPage:location?.href,contentTags:JSON.stringify(u?.tags),position:h+"",contentId:(x=r?.video)===null||x===void 0?void 0:x.itemId,ctatId:d?.itemId,traceInfo:(w=(m=(T=(v=u?.traceInfo)!==null&&v!==void 0?v:(p=(y=r?.video)===null||y===void 0?void 0:y.bindProduct)===null||p===void 0?void 0:p.traceInfo)!==null&&T!==void 0?T:(L=(I=(k=r?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0?void 0:I[0])===null||L===void 0?void 0:L.traceInfo)!==null&&m!==void 0?m:(S=r?.product)===null||S===void 0?void 0:S.traceInfo)!==null&&w!==void 0?w:"",timeOnSite:Math.floor((new Date-f)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),c=o.useCallback((r,u,d,f)=>{u&&u===gi&&t?.({eventInfo:{lastFeed:r,themeTags:d?`['${d}']`:"",hashTags:f?`['${f}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:s,backMainFeed:c}}const Xo=({layout:t,columns:e,onChange:i})=>o.createElement(o.Fragment,null,e?.map((n,a)=>o.createElement("div",{key:a,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&o.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&o.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?n?.title:"\u8BF7\u8F93\u5165",name:n?.dataIndex},i&&{onChange:i})))));var Uo=o.memo(Xo);const Go=t=>{var e,i,{columns:n,style:a,title:l,textStyle:s,submitBgColor:c,submitColor:r,submitText:u,layoutType:d="inline",isExternalLink:f,isPopup:h,onClick:b,onClose:g,submitButtonStyle:A}=t,x=nt(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:v,popupDetailData:y}=je(),{jumpToWeb:p}=Ct(),[T,k]=o.useState(!1),[I,L]=o.useState({}),[m,S]=o.useState(0),w=o.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),P=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),C=o.useMemo(()=>lt.cloneDeep(n)||w,[n,w]),O=o.useCallback(V=>{const{name:F,value:D}=V.target;L(Object.assign(Object.assign({},I),{[F]:D}))},[I]),E=lt.debounce(V=>ht(void 0,void 0,void 0,function*(){var F,D,N,R,M;const j=I;if(!j)return;const X=(D=(F=Object.keys(j))===null||F===void 0?void 0:F.map(Q=>{var $;return{name:Q,value:($=j[Q])!==null&&$!==void 0?$:""}}))===null||D===void 0?void 0:D.filter(Q=>Q?.value);if(!X||!X?.length)return;k(!0);const Z=yield v?.({attributes:X});if(k(!1),Z){if(f){const Q=y,$=(N=Q?.video)===null||N===void 0?void 0:N.bindProduct,re=(M=(R=Q?.video)===null||R===void 0?void 0:R.bindProduct)===null||M===void 0?void 0:M.bindCta,ue=y?.index;p(V,Q,$,re,ue)}h||g?.(),b?.()}}),1e3);return o.useEffect(()=>{const V=()=>{var F,D;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((F=document?.documentElement)===null||F===void 0?void 0:F.clientHeight)||((D=document?.body)===null||D===void 0?void 0:D.clientHeight))<P?S(50):S(0)};return window.addEventListener("resize",V),()=>{window.removeEventListener("resize",V)}},[]),o.createElement("div",{className:"pb-appoint-form"},o.createElement("div",{className:`pb-appoint-form-title ${ke.css(Object.assign({},s))}`,dangerouslySetInnerHTML:{__html:Ee(l,s)}}),o.createElement("div",Object.assign({className:ke.css(Object.assign(Object.assign({},a),{marginTop:m}))},x),o.createElement("div",{className:"pb-appoint-form-container"},o.createElement(Uo,{columns:C,layout:d,onChange:O}))),o.createElement("div",{className:"pb-appoint-form-btn-wrapper"},o.createElement("button",{"aria-label":u,onClick:E,className:"pb-appoint-form-btn",style:Object.assign({color:r,background:c},A),dangerouslySetInnerHTML:{__html:Ee(T?"loading...":u,A)}})))};var Yo=o.memo(Go);function dt(t,e){return t.extend=e,t}const qo=dt(Yo,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Wo,bindableProps:[],interactionRender:Ho},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var Zo=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A72 * 30"},{label:"\u80CC\u666F\u8272",type:"Color",name:["props","iframeBgColor"]}]},{title:"\u8F6E\u64AD\u6307\u793A\u5668",child:[{label:"\u80CC\u666F\u8272",name:["props","swiper","dotsBgColor"],type:"Color",initialValue:"rgba(0,0,0,.2)"},{label:"\u9009\u4E2D\u8272",name:["props","swiper","dotsActiveColor"],type:"Color",initialValue:"rgba(0,0,0,1)"},{label:"\u5E95\u8FB9\u8DDD",name:["props","swiper","dotsMarginBottom"],type:"Number",addonAfter:"px"}]},{title:"\u5173\u95ED\u6309\u94AE",child:[{label:"\u8DDF\u968F\u5F39\u7A97\u6EDA\u52A8",type:"Switch",name:["props","enableFixedCloseButton"]}]}];function On(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function Bi(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:On(e[i])&&On(t[i])&&Object.keys(e[i]).length>0&&Bi(t[i],e[i])})}const Ln={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 kt(){const t=typeof document<"u"?document:{};return Bi(t,Ln),t}const Ko={document:Ln,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 gt(){const t=typeof window<"u"?window:{};return Bi(t,Ko),t}function Qt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Jo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function ai(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function Lt(){return Date.now()}function Qo(t){const e=gt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function $o(t,e){e===void 0&&(e="x");const i=gt();let n,a,l;const s=Qo(t);return i.WebKitCSSMatrix?(a=s.transform||s.webkitTransform,a.split(",").length>6&&(a=a.split(", ").map(c=>c.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(a==="none"?"":a)):(l=s.MozTransform||s.OTransform||s.MsTransform||s.msTransform||s.transform||s.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?a=l.m41:n.length===16?a=parseFloat(n[12]):a=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?a=l.m42:n.length===16?a=parseFloat(n[13]):a=parseFloat(n[5])),a||0}function wi(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function el(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Dt(){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&&!el(n)){const a=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,s=a.length;l<s;l+=1){const c=a[l],r=Object.getOwnPropertyDescriptor(n,c);r!==void 0&&r.enumerable&&(wi(t[c])&&wi(n[c])?n[c].__swiper__?t[c]=n[c]:Dt(t[c],n[c]):!wi(t[c])&&wi(n[c])?(t[c]={},n[c].__swiper__?t[c]=n[c]:Dt(t[c],n[c])):t[c]=n[c])}}}return t}function Si(t,e,i){t.style.setProperty(e,i)}function Rn(t){let{swiper:e,targetPosition:i,side:n}=t;const a=gt(),l=-e.translate;let s=null,c;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",a.cancelAnimationFrame(e.cssModeFrameID);const u=i>l?"next":"prev",d=(h,b)=>u==="next"&&h>=b||u==="prev"&&h<=b,f=()=>{c=new Date().getTime(),s===null&&(s=c);const h=Math.max(Math.min((c-s)/r,1),0),b=.5-Math.cos(h*Math.PI)/2;let g=l+b*(i-l);if(d(g,i)&&(g=i),e.wrapperEl.scrollTo({[n]:g}),d(g,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:g})}),a.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=a.requestAnimationFrame(f)};f()}function zt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function xi(t){try{console.warn(t);return}catch{}}function si(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Qt(e)),i}function Nn(t){const e=gt(),i=kt(),n=t.getBoundingClientRect(),a=i.body,l=t.clientTop||a.clientTop||0,s=t.clientLeft||a.clientLeft||0,c=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+c-l,left:n.left+r-s}}function tl(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 il(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 $t(t,e){return gt().getComputedStyle(t,null).getPropertyValue(e)}function vi(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Ti(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 zi(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Hi(t,e,i){const n=gt();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 Xe(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function Wi(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=kt(),s=gt();e.keyboard={enabled:!1},i({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}});function c(d){if(!e.enabled)return;const{rtlTranslate:f}=e;let h=d;h.originalEvent&&(h=h.originalEvent);const b=h.keyCode||h.charCode,g=e.params.keyboard.pageUpDown,A=g&&b===33,x=g&&b===34,v=b===37,y=b===39,p=b===38,T=b===40;if(!e.allowSlideNext&&(e.isHorizontal()&&y||e.isVertical()&&T||x)||!e.allowSlidePrev&&(e.isHorizontal()&&v||e.isVertical()&&p||A))return!1;if(!(h.shiftKey||h.altKey||h.ctrlKey||h.metaKey)&&!(l.activeElement&&l.activeElement.nodeName&&(l.activeElement.nodeName.toLowerCase()==="input"||l.activeElement.nodeName.toLowerCase()==="textarea"))){if(e.params.keyboard.onlyInViewport&&(A||x||v||y||p||T)){let k=!1;if(Ti(e.el,`.${e.params.slideClass}, swiper-slide`).length>0&&Ti(e.el,`.${e.params.slideActiveClass}`).length===0)return;const I=e.el,L=I.clientWidth,m=I.clientHeight,S=s.innerWidth,w=s.innerHeight,P=Nn(I);f&&(P.left-=I.scrollLeft);const C=[[P.left,P.top],[P.left+L,P.top],[P.left,P.top+m],[P.left+L,P.top+m]];for(let O=0;O<C.length;O+=1){const E=C[O];if(E[0]>=0&&E[0]<=S&&E[1]>=0&&E[1]<=w){if(E[0]===0&&E[1]===0)continue;k=!0}}if(!k)return}e.isHorizontal()?((A||x||v||y)&&(h.preventDefault?h.preventDefault():h.returnValue=!1),((x||y)&&!f||(A||v)&&f)&&e.slideNext(),((A||v)&&!f||(x||y)&&f)&&e.slidePrev()):((A||x||p||T)&&(h.preventDefault?h.preventDefault():h.returnValue=!1),(x||T)&&e.slideNext(),(A||p)&&e.slidePrev()),a("keyPress",b)}}function r(){e.keyboard.enabled||(l.addEventListener("keydown",c),e.keyboard.enabled=!0)}function u(){e.keyboard.enabled&&(l.removeEventListener("keydown",c),e.keyboard.enabled=!1)}n("init",()=>{e.params.keyboard.enabled&&r()}),n("destroy",()=>{e.keyboard.enabled&&u()}),Object.assign(e.keyboard,{enable:r,disable:u})}function Ei(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=gt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let s,c=Lt(),r;const u=[];function d(p){let L=0,m=0,S=0,w=0;return"detail"in p&&(m=p.detail),"wheelDelta"in p&&(m=-p.wheelDelta/120),"wheelDeltaY"in p&&(m=-p.wheelDeltaY/120),"wheelDeltaX"in p&&(L=-p.wheelDeltaX/120),"axis"in p&&p.axis===p.HORIZONTAL_AXIS&&(L=m,m=0),S=L*10,w=m*10,"deltaY"in p&&(w=p.deltaY),"deltaX"in p&&(S=p.deltaX),p.shiftKey&&!S&&(S=w,w=0),(S||w)&&p.deltaMode&&(p.deltaMode===1?(S*=40,w*=40):(S*=800,w*=800)),S&&!L&&(L=S<1?-1:1),w&&!m&&(m=w<1?-1:1),{spinX:L,spinY:m,pixelX:S,pixelY:w}}function f(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function b(p){return e.params.mousewheel.thresholdDelta&&p.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&Lt()-c<e.params.mousewheel.thresholdTime?!1:p.delta>=6&&Lt()-c<60?!0:(p.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),a("scroll",p.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),a("scroll",p.raw)),c=new l.Date().getTime(),!1)}function g(p){const T=e.params.mousewheel;if(p.direction<0){if(e.isEnd&&!e.params.loop&&T.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&T.releaseOnEdges)return!0;return!1}function A(p){let T=p,k=!0;if(!e.enabled||p.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const I=e.params.mousewheel;e.params.cssMode&&T.preventDefault();let L=e.el;e.params.mousewheel.eventsTarget!=="container"&&(L=document.querySelector(e.params.mousewheel.eventsTarget));const m=L&&L.contains(T.target);if(!e.mouseEntered&&!m&&!I.releaseOnEdges)return!0;T.originalEvent&&(T=T.originalEvent);let S=0;const w=e.rtlTranslate?-1:1,P=d(T);if(I.forceToAxis)if(e.isHorizontal())if(Math.abs(P.pixelX)>Math.abs(P.pixelY))S=-P.pixelX*w;else return!0;else if(Math.abs(P.pixelY)>Math.abs(P.pixelX))S=-P.pixelY;else return!0;else S=Math.abs(P.pixelX)>Math.abs(P.pixelY)?-P.pixelX*w:-P.pixelY;if(S===0)return!0;I.invert&&(S=-S);let C=e.getTranslate()+S*I.sensitivity;if(C>=e.minTranslate()&&(C=e.minTranslate()),C<=e.maxTranslate()&&(C=e.maxTranslate()),k=e.params.loop?!0:!(C===e.minTranslate()||C===e.maxTranslate()),k&&e.params.nested&&T.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const O={time:Lt(),delta:Math.abs(S),direction:Math.sign(S),raw:p};u.length>=2&&u.shift();const E=u.length?u[u.length-1]:void 0;if(u.push(O),E?(O.direction!==E.direction||O.delta>E.delta||O.time>E.time+150)&&b(O):b(O),g(O))return!0}else{const O={time:Lt(),delta:Math.abs(S),direction:Math.sign(S)},E=r&&O.time<r.time+500&&O.delta<=r.delta&&O.direction===r.direction;if(!E){r=void 0;let V=e.getTranslate()+S*I.sensitivity;const F=e.isBeginning,D=e.isEnd;if(V>=e.minTranslate()&&(V=e.minTranslate()),V<=e.maxTranslate()&&(V=e.maxTranslate()),e.setTransition(0),e.setTranslate(V),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!F&&e.isBeginning||!D&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:O.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(s),s=void 0,u.length>=15&&u.shift();const N=u.length?u[u.length-1]:void 0,R=u[0];if(u.push(O),N&&(O.delta>N.delta||O.direction!==N.direction))u.splice(0);else if(u.length>=15&&O.time-R.time<500&&R.delta-O.delta>=1&&O.delta<=6){const M=S>0?.8:.2;r=O,u.splice(0),s=ai(()=>{e.slideToClosest(e.params.speed,!0,void 0,M)},0)}s||(s=ai(()=>{r=O,u.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(E||a("scroll",T),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),I.releaseOnEdges&&(V===e.minTranslate()||V===e.maxTranslate()))return!0}}return T.preventDefault?T.preventDefault():T.returnValue=!1,!1}function x(p){let T=e.el;e.params.mousewheel.eventsTarget!=="container"&&(T=document.querySelector(e.params.mousewheel.eventsTarget)),T[p]("mouseenter",f),T[p]("mouseleave",h),T[p]("wheel",A)}function v(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",A),!0):e.mousewheel.enabled?!1:(x("addEventListener"),e.mousewheel.enabled=!0,!0)}function y(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,A),!0):e.mousewheel.enabled?(x("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&y(),e.params.mousewheel.enabled&&v()}),n("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&y()}),Object.assign(e.mousewheel,{enable:v,disable:y})}function Xi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(a=>{if(!i[a]&&i.auto===!0){let l=zt(t.el,`.${n[a]}`)[0];l||(l=si("div",n[a]),l.className=n[a],t.el.append(l)),i[a]=l,e[a]=l}}),i}function Ui(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;i({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),e.navigation={nextEl:null,prevEl:null};function l(g){let A;return g&&typeof g=="string"&&e.isElement&&(A=e.el.querySelector(g),A)?A:(g&&(typeof g=="string"&&(A=[...document.querySelectorAll(g)]),e.params.uniqueNavElements&&typeof g=="string"&&A&&A.length>1&&e.el.querySelectorAll(g).length===1?A=e.el.querySelector(g):A&&A.length===1&&(A=A[0])),g&&!A?g:A)}function s(g,A){const x=e.params.navigation;g=Xe(g),g.forEach(v=>{v&&(v.classList[A?"add":"remove"](...x.disabledClass.split(" ")),v.tagName==="BUTTON"&&(v.disabled=A),e.params.watchOverflow&&e.enabled&&v.classList[e.isLocked?"add":"remove"](x.lockClass))})}function c(){const{nextEl:g,prevEl:A}=e.navigation;if(e.params.loop){s(A,!1),s(g,!1);return}s(A,e.isBeginning&&!e.params.rewind),s(g,e.isEnd&&!e.params.rewind)}function r(g){g.preventDefault(),!(e.isBeginning&&!e.params.loop&&!e.params.rewind)&&(e.slidePrev(),a("navigationPrev"))}function u(g){g.preventDefault(),!(e.isEnd&&!e.params.loop&&!e.params.rewind)&&(e.slideNext(),a("navigationNext"))}function d(){const g=e.params.navigation;if(e.params.navigation=Xi(e,e.originalParams.navigation,e.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(g.nextEl||g.prevEl))return;let A=l(g.nextEl),x=l(g.prevEl);Object.assign(e.navigation,{nextEl:A,prevEl:x}),A=Xe(A),x=Xe(x);const v=(y,p)=>{y&&y.addEventListener("click",p==="next"?u:r),!e.enabled&&y&&y.classList.add(...g.lockClass.split(" "))};A.forEach(y=>v(y,"next")),x.forEach(y=>v(y,"prev"))}function f(){let{nextEl:g,prevEl:A}=e.navigation;g=Xe(g),A=Xe(A);const x=(v,y)=>{v.removeEventListener("click",y==="next"?u:r),v.classList.remove(...e.params.navigation.disabledClass.split(" "))};g.forEach(v=>x(v,"next")),A.forEach(v=>x(v,"prev"))}n("init",()=>{e.params.navigation.enabled===!1?b():(d(),c())}),n("toEdge fromEdge lock unlock",()=>{c()}),n("destroy",()=>{f()}),n("enable disable",()=>{let{nextEl:g,prevEl:A}=e.navigation;if(g=Xe(g),A=Xe(A),e.enabled){c();return}[...g,...A].filter(x=>!!x).forEach(x=>x.classList.add(e.params.navigation.lockClass))}),n("click",(g,A)=>{let{nextEl:x,prevEl:v}=e.navigation;x=Xe(x),v=Xe(v);const y=A.target;let p=v.includes(y)||x.includes(y);if(e.isElement&&!p){const T=A.path||A.composedPath&&A.composedPath();T&&(p=T.find(k=>x.includes(k)||v.includes(k)))}if(e.params.navigation.hideOnClick&&!p){if(e.pagination&&e.params.pagination&&e.params.pagination.clickable&&(e.pagination.el===y||e.pagination.el.contains(y)))return;let T;x.length?T=x[0].classList.contains(e.params.navigation.hiddenClass):v.length&&(T=v[0].classList.contains(e.params.navigation.hiddenClass)),a(T===!0?"navigationShow":"navigationHide"),[...x,...v].filter(k=>!!k).forEach(k=>k.classList.toggle(e.params.navigation.hiddenClass))}});const h=()=>{e.el.classList.remove(...e.params.navigation.navigationDisabledClass.split(" ")),d(),c()},b=()=>{e.el.classList.add(...e.params.navigation.navigationDisabledClass.split(" ")),f()};Object.assign(e.navigation,{enable:h,disable:b,update:c,init:d,destroy:f})}function Yt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ci(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:v=>v,formatFractionTotal:v=>v,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let s,c=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function u(v,y){const{bulletActiveClass:p}=e.params.pagination;v&&(v=v[`${y==="prev"?"previous":"next"}ElementSibling`],v&&(v.classList.add(`${p}-${y}`),v=v[`${y==="prev"?"previous":"next"}ElementSibling`],v&&v.classList.add(`${p}-${y}-${y}`)))}function d(v){const y=v.target.closest(Yt(e.params.pagination.bulletClass));if(!y)return;v.preventDefault();const p=vi(y)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===p)return;e.slideToLoop(p)}else e.slideTo(p)}function f(){const v=e.rtl,y=e.params.pagination;if(r())return;let p=e.pagination.el;p=Xe(p);let T,k;const I=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,L=e.params.loop?Math.ceil(I/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(k=e.previousRealIndex||0,T=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(T=e.snapIndex,k=e.previousSnapIndex):(k=e.previousIndex||0,T=e.activeIndex||0),y.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const m=e.pagination.bullets;let S,w,P;if(y.dynamicBullets&&(s=Hi(m[0],e.isHorizontal()?"width":"height",!0),p.forEach(C=>{C.style[e.isHorizontal()?"width":"height"]=`${s*(y.dynamicMainBullets+4)}px`}),y.dynamicMainBullets>1&&k!==void 0&&(c+=T-(k||0),c>y.dynamicMainBullets-1?c=y.dynamicMainBullets-1:c<0&&(c=0)),S=Math.max(T-c,0),w=S+(Math.min(m.length,y.dynamicMainBullets)-1),P=(w+S)/2),m.forEach(C=>{const O=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(E=>`${y.bulletActiveClass}${E}`)].map(E=>typeof E=="string"&&E.includes(" ")?E.split(" "):E).flat();C.classList.remove(...O)}),p.length>1)m.forEach(C=>{const O=vi(C);O===T?C.classList.add(...y.bulletActiveClass.split(" ")):e.isElement&&C.setAttribute("part","bullet"),y.dynamicBullets&&(O>=S&&O<=w&&C.classList.add(...`${y.bulletActiveClass}-main`.split(" ")),O===S&&u(C,"prev"),O===w&&u(C,"next"))});else{const C=m[T];if(C&&C.classList.add(...y.bulletActiveClass.split(" ")),e.isElement&&m.forEach((O,E)=>{O.setAttribute("part",E===T?"bullet-active":"bullet")}),y.dynamicBullets){const O=m[S],E=m[w];for(let V=S;V<=w;V+=1)m[V]&&m[V].classList.add(...`${y.bulletActiveClass}-main`.split(" "));u(O,"prev"),u(E,"next")}}if(y.dynamicBullets){const C=Math.min(m.length,y.dynamicMainBullets+4),O=(s*C-s)/2-P*s,E=v?"right":"left";m.forEach(V=>{V.style[e.isHorizontal()?E:"top"]=`${O}px`})}}p.forEach((m,S)=>{if(y.type==="fraction"&&(m.querySelectorAll(Yt(y.currentClass)).forEach(w=>{w.textContent=y.formatFractionCurrent(T+1)}),m.querySelectorAll(Yt(y.totalClass)).forEach(w=>{w.textContent=y.formatFractionTotal(L)})),y.type==="progressbar"){let w;y.progressbarOpposite?w=e.isHorizontal()?"vertical":"horizontal":w=e.isHorizontal()?"horizontal":"vertical";const P=(T+1)/L;let C=1,O=1;w==="horizontal"?C=P:O=P,m.querySelectorAll(Yt(y.progressbarFillClass)).forEach(E=>{E.style.transform=`translate3d(0,0,0) scaleX(${C}) scaleY(${O})`,E.style.transitionDuration=`${e.params.speed}ms`})}y.type==="custom"&&y.renderCustom?(m.innerHTML=y.renderCustom(e,T+1,L),S===0&&a("paginationRender",m)):(S===0&&a("paginationRender",m),a("paginationUpdate",m)),e.params.watchOverflow&&e.enabled&&m.classList[e.isLocked?"add":"remove"](y.lockClass)})}function h(){const v=e.params.pagination;if(r())return;const y=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 p=e.pagination.el;p=Xe(p);let T="";if(v.type==="bullets"){let k=e.params.loop?Math.ceil(y/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&k>y&&(k=y);for(let I=0;I<k;I+=1)v.renderBullet?T+=v.renderBullet.call(e,I,v.bulletClass):T+=`<${v.bulletElement} ${e.isElement?'part="bullet"':""} class="${v.bulletClass}"></${v.bulletElement}>`}v.type==="fraction"&&(v.renderFraction?T=v.renderFraction.call(e,v.currentClass,v.totalClass):T=`<span class="${v.currentClass}"></span> / <span class="${v.totalClass}"></span>`),v.type==="progressbar"&&(v.renderProgressbar?T=v.renderProgressbar.call(e,v.progressbarFillClass):T=`<span class="${v.progressbarFillClass}"></span>`),e.pagination.bullets=[],p.forEach(k=>{v.type!=="custom"&&(k.innerHTML=T||""),v.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(Yt(v.bulletClass)))}),v.type!=="custom"&&a("paginationRender",p[0])}function b(){e.params.pagination=Xi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const v=e.params.pagination;if(!v.el)return;let y;typeof v.el=="string"&&e.isElement&&(y=e.el.querySelector(v.el)),!y&&typeof v.el=="string"&&(y=[...document.querySelectorAll(v.el)]),y||(y=v.el),!(!y||y.length===0)&&(e.params.uniqueNavElements&&typeof v.el=="string"&&Array.isArray(y)&&y.length>1&&(y=[...e.el.querySelectorAll(v.el)],y.length>1&&(y=y.filter(p=>Ti(p,".swiper")[0]===e.el)[0])),Array.isArray(y)&&y.length===1&&(y=y[0]),Object.assign(e.pagination,{el:y}),y=Xe(y),y.forEach(p=>{v.type==="bullets"&&v.clickable&&p.classList.add(...(v.clickableClass||"").split(" ")),p.classList.add(v.modifierClass+v.type),p.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.type==="bullets"&&v.dynamicBullets&&(p.classList.add(`${v.modifierClass}${v.type}-dynamic`),c=0,v.dynamicMainBullets<1&&(v.dynamicMainBullets=1)),v.type==="progressbar"&&v.progressbarOpposite&&p.classList.add(v.progressbarOppositeClass),v.clickable&&p.addEventListener("click",d),e.enabled||p.classList.add(v.lockClass)}))}function g(){const v=e.params.pagination;if(r())return;let y=e.pagination.el;y&&(y=Xe(y),y.forEach(p=>{p.classList.remove(v.hiddenClass),p.classList.remove(v.modifierClass+v.type),p.classList.remove(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.clickable&&(p.classList.remove(...(v.clickableClass||"").split(" ")),p.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(p=>p.classList.remove(...v.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const v=e.params.pagination;let{el:y}=e.pagination;y=Xe(y),y.forEach(p=>{p.classList.remove(v.horizontalClass,v.verticalClass),p.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?x():(b(),h(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{h(),f()}),n("destroy",()=>{g()}),n("enable disable",()=>{let{el:v}=e.pagination;v&&(v=Xe(v),v.forEach(y=>y.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(v,y)=>{const p=y.target,T=Xe(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&T&&T.length>0&&!p.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&p===e.navigation.nextEl||e.navigation.prevEl&&p===e.navigation.prevEl))return;const k=T[0].classList.contains(e.params.pagination.hiddenClass);a(k===!0?"paginationShow":"paginationHide"),T.forEach(I=>I.classList.toggle(e.params.pagination.hiddenClass))}});const A=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=Xe(v),v.forEach(y=>y.classList.remove(e.params.pagination.paginationDisabledClass))),b(),h(),f()},x=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=Xe(v),v.forEach(y=>y.classList.add(e.params.pagination.paginationDisabledClass))),g()};Object.assign(e.pagination,{enable:A,disable:x,render:h,update:f,init:b,destroy:g})}function nl(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=kt();let s=!1,c=null,r=null,u,d,f,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 b(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C,rtlTranslate:O}=e,{dragEl:E,el:V}=C,F=e.params.scrollbar,D=e.params.loop?e.progressLoop:e.progress;let N=d,R=(f-d)*D;O?(R=-R,R>0?(N=d-R,R=0):-R+d>f&&(N=f+R)):R<0?(N=d+R,R=0):R+d>f&&(N=f-R),e.isHorizontal()?(E.style.transform=`translate3d(${R}px, 0, 0)`,E.style.width=`${N}px`):(E.style.transform=`translate3d(0px, ${R}px, 0)`,E.style.height=`${N}px`),F.hide&&(clearTimeout(c),V.style.opacity=1,c=setTimeout(()=>{V.style.opacity=0,V.style.transitionDuration="400ms"},1e3))}function g(C){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${C}ms`)}function A(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C}=e,{dragEl:O,el:E}=C;O.style.width="",O.style.height="",f=e.isHorizontal()?E.offsetWidth:E.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=f*h:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?O.style.width=`${d}px`:O.style.height=`${d}px`,h>=1?E.style.display="none":E.style.display="",e.params.scrollbar.hide&&(E.style.opacity=0),e.params.watchOverflow&&e.enabled&&C.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function x(C){return e.isHorizontal()?C.clientX:C.clientY}function v(C){const{scrollbar:O,rtlTranslate:E}=e,{el:V}=O;let F;F=(x(C)-Nn(V)[e.isHorizontal()?"left":"top"]-(u!==null?u:d/2))/(f-d),F=Math.max(Math.min(F,1),0),E&&(F=1-F);const D=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*F;e.updateProgress(D),e.setTranslate(D),e.updateActiveIndex(),e.updateSlidesClasses()}function y(C){const O=e.params.scrollbar,{scrollbar:E,wrapperEl:V}=e,{el:F,dragEl:D}=E;s=!0,u=C.target===D?x(C)-C.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,C.preventDefault(),C.stopPropagation(),V.style.transitionDuration="100ms",D.style.transitionDuration="100ms",v(C),clearTimeout(r),F.style.transitionDuration="0ms",O.hide&&(F.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),a("scrollbarDragStart",C)}function p(C){const{scrollbar:O,wrapperEl:E}=e,{el:V,dragEl:F}=O;s&&(C.preventDefault&&C.cancelable?C.preventDefault():C.returnValue=!1,v(C),E.style.transitionDuration="0ms",V.style.transitionDuration="0ms",F.style.transitionDuration="0ms",a("scrollbarDragMove",C))}function T(C){const O=e.params.scrollbar,{scrollbar:E,wrapperEl:V}=e,{el:F}=E;s&&(s=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",V.style.transitionDuration=""),O.hide&&(clearTimeout(r),r=ai(()=>{F.style.opacity=0,F.style.transitionDuration="400ms"},1e3)),a("scrollbarDragEnd",C),O.snapOnRelease&&e.slideToClosest())}function k(C){const{scrollbar:O,params:E}=e,V=O.el;if(!V)return;const F=V,D=E.passiveListeners?{passive:!1,capture:!1}:!1,N=E.passiveListeners?{passive:!0,capture:!1}:!1;if(!F)return;const R=C==="on"?"addEventListener":"removeEventListener";F[R]("pointerdown",y,D),l[R]("pointermove",p,D),l[R]("pointerup",T,N)}function I(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function L(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function m(){const{scrollbar:C,el:O}=e;e.params.scrollbar=Xi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const E=e.params.scrollbar;if(!E.el)return;let V;if(typeof E.el=="string"&&e.isElement&&(V=e.el.querySelector(E.el)),!V&&typeof E.el=="string"){if(V=l.querySelectorAll(E.el),!V.length)return}else V||(V=E.el);e.params.uniqueNavElements&&typeof E.el=="string"&&V.length>1&&O.querySelectorAll(E.el).length===1&&(V=O.querySelector(E.el)),V.length>0&&(V=V[0]),V.classList.add(e.isHorizontal()?E.horizontalClass:E.verticalClass);let F;V&&(F=V.querySelector(Yt(e.params.scrollbar.dragClass)),F||(F=si("div",e.params.scrollbar.dragClass),V.append(F))),Object.assign(C,{el:V,dragEl:F}),E.draggable&&I(),V&&V.classList[e.enabled?"remove":"add"](...Qt(e.params.scrollbar.lockClass))}function S(){const C=e.params.scrollbar,O=e.scrollbar.el;O&&O.classList.remove(...Qt(e.isHorizontal()?C.horizontalClass:C.verticalClass)),L()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const C=e.params.scrollbar;let{el:O}=e.scrollbar;O=Xe(O),O.forEach(E=>{E.classList.remove(C.horizontalClass,C.verticalClass),E.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?P():(m(),A(),b())}),n("update resize observerUpdate lock unlock changeDirection",()=>{A()}),n("setTranslate",()=>{b()}),n("setTransition",(C,O)=>{g(O)}),n("enable disable",()=>{const{el:C}=e.scrollbar;C&&C.classList[e.enabled?"remove":"add"](...Qt(e.params.scrollbar.lockClass))}),n("destroy",()=>{S()});const w=()=>{e.el.classList.remove(...Qt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Qt(e.params.scrollbar.scrollbarDisabledClass)),m(),A(),b()},P=()=>{e.el.classList.add(...Qt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Qt(e.params.scrollbar.scrollbarDisabledClass)),S()};Object.assign(e.scrollbar,{enable:w,disable:P,updateSize:A,setTranslate:b,init:m,destroy:S})}function Gi(t){let{swiper:e,extendParams:i,on:n}=t;i({a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null}}),e.a11y={clicked:!1};let a=null,l,s,c=new Date().getTime();function r(D){const N=a;N.length!==0&&(N.innerHTML="",N.innerHTML=D)}function u(D){D===void 0&&(D=16);const N=()=>Math.round(16*Math.random()).toString(16);return"x".repeat(D).replace(/x/g,N)}function d(D){D=Xe(D),D.forEach(N=>{N.setAttribute("tabIndex","0")})}function f(D){D=Xe(D),D.forEach(N=>{N.setAttribute("tabIndex","-1")})}function h(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("role",N)})}function b(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("aria-roledescription",N)})}function g(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("aria-controls",N)})}function A(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("aria-label",N)})}function x(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("id",N)})}function v(D,N){D=Xe(D),D.forEach(R=>{R.setAttribute("aria-live",N)})}function y(D){D=Xe(D),D.forEach(N=>{N.setAttribute("aria-disabled",!0)})}function p(D){D=Xe(D),D.forEach(N=>{N.setAttribute("aria-disabled",!1)})}function T(D){if(D.keyCode!==13&&D.keyCode!==32)return;const N=e.params.a11y,R=D.target;if(!(e.pagination&&e.pagination.el&&(R===e.pagination.el||e.pagination.el.contains(D.target))&&!D.target.matches(Yt(e.params.pagination.bulletClass)))){if(e.navigation&&e.navigation.prevEl&&e.navigation.nextEl){const M=Xe(e.navigation.prevEl);Xe(e.navigation.nextEl).includes(R)&&(e.isEnd&&!e.params.loop||e.slideNext(),e.isEnd?r(N.lastSlideMessage):r(N.nextSlideMessage)),M.includes(R)&&(e.isBeginning&&!e.params.loop||e.slidePrev(),e.isBeginning?r(N.firstSlideMessage):r(N.prevSlideMessage))}e.pagination&&R.matches(Yt(e.params.pagination.bulletClass))&&R.click()}}function k(){if(e.params.loop||e.params.rewind||!e.navigation)return;const{nextEl:D,prevEl:N}=e.navigation;N&&(e.isBeginning?(y(N),f(N)):(p(N),d(N))),D&&(e.isEnd?(y(D),f(D)):(p(D),d(D)))}function I(){return e.pagination&&e.pagination.bullets&&e.pagination.bullets.length}function L(){return I()&&e.params.pagination.clickable}function m(){const D=e.params.a11y;I()&&e.pagination.bullets.forEach(N=>{e.params.pagination.clickable&&(d(N),e.params.pagination.renderBullet||(h(N,"button"),A(N,D.paginationBulletMessage.replace(/\{\{index\}\}/,vi(N)+1)))),N.matches(Yt(e.params.pagination.bulletActiveClass))?N.setAttribute("aria-current","true"):N.removeAttribute("aria-current")})}const S=(D,N,R)=>{d(D),D.tagName!=="BUTTON"&&(h(D,"button"),D.addEventListener("keydown",T)),A(D,R),g(D,N)},w=D=>{s&&s!==D.target&&!s.contains(D.target)&&(l=!0),e.a11y.clicked=!0},P=()=>{l=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>{e.destroyed||(e.a11y.clicked=!1)})})},C=D=>{c=new Date().getTime()},O=D=>{if(e.a11y.clicked||new Date().getTime()-c<100)return;const N=D.target.closest(`.${e.params.slideClass}, swiper-slide`);if(!N||!e.slides.includes(N))return;s=N;const R=e.slides.indexOf(N)===e.activeIndex,M=e.params.watchSlidesProgress&&e.visibleSlides&&e.visibleSlides.includes(N);R||M||D.sourceCapabilities&&D.sourceCapabilities.firesTouchEvents||(e.isHorizontal()?e.el.scrollLeft=0:e.el.scrollTop=0,requestAnimationFrame(()=>{l||(e.params.loop?e.slideToLoop(parseInt(N.getAttribute("data-swiper-slide-index")),0):e.slideTo(e.slides.indexOf(N),0),l=!1)}))},E=()=>{const D=e.params.a11y;D.itemRoleDescriptionMessage&&b(e.slides,D.itemRoleDescriptionMessage),D.slideRole&&h(e.slides,D.slideRole);const N=e.slides.length;D.slideLabelMessage&&e.slides.forEach((R,M)=>{const j=e.params.loop?parseInt(R.getAttribute("data-swiper-slide-index"),10):M,X=D.slideLabelMessage.replace(/\{\{index\}\}/,j+1).replace(/\{\{slidesLength\}\}/,N);A(R,X)})},V=()=>{const D=e.params.a11y;e.el.append(a);const N=e.el;D.containerRoleDescriptionMessage&&b(N,D.containerRoleDescriptionMessage),D.containerMessage&&A(N,D.containerMessage);const R=e.wrapperEl,M=D.id||R.getAttribute("id")||`swiper-wrapper-${u(16)}`,j=e.params.autoplay&&e.params.autoplay.enabled?"off":"polite";x(R,M),v(R,j),E();let{nextEl:X,prevEl:Z}=e.navigation?e.navigation:{};X=Xe(X),Z=Xe(Z),X&&X.forEach($=>S($,M,D.nextSlideMessage)),Z&&Z.forEach($=>S($,M,D.prevSlideMessage)),L()&&Xe(e.pagination.el).forEach(re=>{re.addEventListener("keydown",T)}),kt().addEventListener("visibilitychange",C),e.el.addEventListener("focus",O,!0),e.el.addEventListener("focus",O,!0),e.el.addEventListener("pointerdown",w,!0),e.el.addEventListener("pointerup",P,!0)};function F(){a&&a.remove();let{nextEl:D,prevEl:N}=e.navigation?e.navigation:{};D=Xe(D),N=Xe(N),D&&D.forEach(M=>M.removeEventListener("keydown",T)),N&&N.forEach(M=>M.removeEventListener("keydown",T)),L()&&Xe(e.pagination.el).forEach(j=>{j.removeEventListener("keydown",T)}),kt().removeEventListener("visibilitychange",C),e.el&&typeof e.el!="string"&&(e.el.removeEventListener("focus",O,!0),e.el.removeEventListener("pointerdown",w,!0),e.el.removeEventListener("pointerup",P,!0))}n("beforeInit",()=>{a=si("span",e.params.a11y.notificationClass),a.setAttribute("aria-live","assertive"),a.setAttribute("aria-atomic","true")}),n("afterInit",()=>{e.params.a11y.enabled&&V()}),n("slidesLengthChange snapGridLengthChange slidesGridLengthChange",()=>{e.params.a11y.enabled&&E()}),n("fromEdge toEdge afterInit lock unlock",()=>{e.params.a11y.enabled&&k()}),n("paginationUpdate",()=>{e.params.a11y.enabled&&m()}),n("destroy",()=>{e.params.a11y.enabled&&F()})}function Ii(t){let{swiper:e,extendParams:i,on:n,emit:a,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let s,c,r=l&&l.autoplay?l.autoplay.delay:3e3,u=l&&l.autoplay?l.autoplay.delay:3e3,d,f=new Date().getTime(),h,b,g,A,x,v,y;function p(N){!e||e.destroyed||!e.wrapperEl||N.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",p),!(y||N.detail&&N.detail.bySwiperTouchMove)&&w())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(u=d,h=!1);const N=e.autoplay.paused?d:f+u-new Date().getTime();e.autoplay.timeLeft=N,a("autoplayTimeLeft",N,N/r),c=requestAnimationFrame(()=>{T()})},k=()=>{let N;return e.virtual&&e.params.virtual.enabled?N=e.slides.filter(M=>M.classList.contains("swiper-slide-active"))[0]:N=e.slides[e.activeIndex],N?parseInt(N.getAttribute("data-swiper-autoplay"),10):void 0},I=N=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(c),T();let R=typeof N>"u"?e.params.autoplay.delay:N;r=e.params.autoplay.delay,u=e.params.autoplay.delay;const M=k();!Number.isNaN(M)&&M>0&&typeof N>"u"&&(R=M,r=M,u=M),d=R;const j=e.params.speed,X=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(j,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,j,!0,!0),a("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(j,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,j,!0,!0),a("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{I()})))};return R>0?(clearTimeout(s),s=setTimeout(()=>{X()},R)):requestAnimationFrame(()=>{X()}),R},L=()=>{f=new Date().getTime(),e.autoplay.running=!0,I(),a("autoplayStart")},m=()=>{e.autoplay.running=!1,clearTimeout(s),cancelAnimationFrame(c),a("autoplayStop")},S=(N,R)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(s),N||(v=!0);const M=()=>{a("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",p):w()};if(e.autoplay.paused=!0,R){x&&(d=e.params.autoplay.delay),x=!1,M();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),M())},w=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),v?(v=!1,I(d)):I(),e.autoplay.paused=!1,a("autoplayResume"))},P=()=>{if(e.destroyed||!e.autoplay.running)return;const N=kt();N.visibilityState==="hidden"&&(v=!0,S(!0)),N.visibilityState==="visible"&&w()},C=N=>{N.pointerType==="mouse"&&(v=!0,y=!0,!(e.animating||e.autoplay.paused)&&S(!0))},O=N=>{N.pointerType==="mouse"&&(y=!1,e.autoplay.paused&&w())},E=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",C),e.el.addEventListener("pointerleave",O))},V=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",C),e.el.removeEventListener("pointerleave",O))},F=()=>{kt().addEventListener("visibilitychange",P)},D=()=>{kt().removeEventListener("visibilitychange",P)};n("init",()=>{e.params.autoplay.enabled&&(E(),F(),L())}),n("destroy",()=>{V(),D(),e.autoplay.running&&m()}),n("_freeModeStaticRelease",()=>{(g||v)&&w()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?m():S(!0,!0)}),n("beforeTransitionStart",(N,R,M)=>{e.destroyed||!e.autoplay.running||(M||!e.params.autoplay.disableOnInteraction?S(!0,!0):m())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){m();return}b=!0,g=!1,v=!1,A=setTimeout(()=>{v=!0,g=!0,S(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!b)){if(clearTimeout(A),clearTimeout(s),e.params.autoplay.disableOnInteraction){g=!1,b=!1;return}g&&e.params.cssMode&&w(),g=!1,b=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(x=!0)}),Object.assign(e.autoplay,{start:L,stop:m,pause:S,resume:w})}function ol(t){let{swiper:e,extendParams:i,emit:n,once:a}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const r=e.getTranslate();e.setTranslate(r),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function s(){if(e.params.cssMode)return;const{touchEventsData:r,touches:u}=e;r.velocities.length===0&&r.velocities.push({position:u[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:u[e.isHorizontal()?"currentX":"currentY"],time:Lt()})}function c(r){let{currentPos:u}=r;if(e.params.cssMode)return;const{params:d,wrapperEl:f,rtlTranslate:h,snapGrid:b,touchEventsData:g}=e,x=Lt()-g.touchStartTime;if(u<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(u>-e.maxTranslate()){e.slides.length<b.length?e.slideTo(b.length-1):e.slideTo(e.slides.length-1);return}if(d.freeMode.momentum){if(g.velocities.length>1){const m=g.velocities.pop(),S=g.velocities.pop(),w=m.position-S.position,P=m.time-S.time;e.velocity=w/P,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(P>150||Lt()-m.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,g.velocities.length=0;let v=1e3*d.freeMode.momentumRatio;const y=e.velocity*v;let p=e.translate+y;h&&(p=-p);let T=!1,k;const I=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let L;if(p<e.maxTranslate())d.freeMode.momentumBounce?(p+e.maxTranslate()<-I&&(p=e.maxTranslate()-I),k=e.maxTranslate(),T=!0,g.allowMomentumBounce=!0):p=e.maxTranslate(),d.loop&&d.centeredSlides&&(L=!0);else if(p>e.minTranslate())d.freeMode.momentumBounce?(p-e.minTranslate()>I&&(p=e.minTranslate()+I),k=e.minTranslate(),T=!0,g.allowMomentumBounce=!0):p=e.minTranslate(),d.loop&&d.centeredSlides&&(L=!0);else if(d.freeMode.sticky){let m;for(let S=0;S<b.length;S+=1)if(b[S]>-p){m=S;break}Math.abs(b[m]-p)<Math.abs(b[m-1]-p)||e.swipeDirection==="next"?p=b[m]:p=b[m-1],p=-p}if(L&&a("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?v=Math.abs((-p-e.translate)/e.velocity):v=Math.abs((p-e.translate)/e.velocity),d.freeMode.sticky){const m=Math.abs((h?-p:p)-e.translate),S=e.slidesSizesGrid[e.activeIndex];m<S?v=d.speed:m<2*S?v=d.speed*1.5:v=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&T?(e.updateProgress(k),e.setTransition(v),e.setTranslate(p),e.transitionStart(!0,e.swipeDirection),e.animating=!0,zi(f,()=>{!e||e.destroyed||!g.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(k),zi(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(p),e.setTransition(v),e.setTranslate(p),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,zi(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(p),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||x>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:s,onTouchEnd:c}})}let Yi;function ll(){const t=gt(),e=kt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Vn(){return Yi||(Yi=ll()),Yi}let qi;function al(t){let{userAgent:e}=t===void 0?{}:t;const i=Vn(),n=gt(),a=n.navigator.platform,l=e||n.navigator.userAgent,s={ios:!1,android:!1},c=n.screen.width,r=n.screen.height,u=l.match(/(Android);?[\s\/]+([\d.]+)?/);let d=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),h=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),b=a==="Win32";let g=a==="MacIntel";const A=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&g&&i.touch&&A.indexOf(`${c}x${r}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),g=!1),u&&!b&&(s.os="android",s.android=!0),(d||h||f)&&(s.os="ios",s.ios=!0),s}function jn(t){return t===void 0&&(t={}),qi||(qi=al(t)),qi}let Zi;function sl(){const t=gt(),e=jn();let i=!1;function n(){const c=t.navigator.userAgent.toLowerCase();return c.indexOf("safari")>=0&&c.indexOf("chrome")<0&&c.indexOf("android")<0}if(n()){const c=String(t.navigator.userAgent);if(c.includes("Version/")){const[r,u]=c.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=r<16||r===16&&u<2}}const a=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),s=l||a&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:s,isWebView:a}}function rl(){return Zi||(Zi=sl()),Zi}function dl(t){let{swiper:e,on:i,emit:n}=t;const a=gt();let l=null,s=null;const c=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{s=a.requestAnimationFrame(()=>{const{width:h,height:b}=e;let g=h,A=b;f.forEach(x=>{let{contentBoxSize:v,contentRect:y,target:p}=x;p&&p!==e.el||(g=y?y.width:(v[0]||v).inlineSize,A=y?y.height:(v[0]||v).blockSize)}),(g!==h||A!==b)&&c()})}),l.observe(e.el))},u=()=>{s&&a.cancelAnimationFrame(s),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 a.ResizeObserver<"u"){r();return}a.addEventListener("resize",c),a.addEventListener("orientationchange",d)}),i("destroy",()=>{u(),a.removeEventListener("resize",c),a.removeEventListener("orientationchange",d)})}function cl(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=[],s=gt(),c=function(d,f){f===void 0&&(f={});const h=s.MutationObserver||s.WebkitMutationObserver,b=new h(g=>{if(e.__preventObserver__)return;if(g.length===1){a("observerUpdate",g[0]);return}const A=function(){a("observerUpdate",g[0])};s.requestAnimationFrame?s.requestAnimationFrame(A):s.setTimeout(A,0)});b.observe(d,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(b)},r=()=>{if(e.params.observer){if(e.params.observeParents){const d=Ti(e.hostEl);for(let f=0;f<d.length;f+=1)c(d[f])}c(e.hostEl,{childList:e.params.observeSlideChildren}),c(e.wrapperEl,{attributes:!1})}},u=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",u)}var ul={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const a=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][a](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function a(){n.off(t,a),a.__emitterProxy&&delete a.__emitterProxy;for(var l=arguments.length,s=new Array(l),c=0;c<l;c++)s[c]=arguments[c];e.apply(n,s)}return a.__emitterProxy=e,n.on(t,a,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((a,l)=>{(a===e||a.__emitterProxy&&a.__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 a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(u=>{u.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(u=>{u.apply(n,i)})}),t}};function vl(){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($t(n,"padding-left")||0,10)-parseInt($t(n,"padding-right")||0,10),i=i-parseInt($t(n,"padding-top")||0,10)-parseInt($t(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 pl(){const t=this;function e(w,P){return parseFloat(w.getPropertyValue(t.getDirectionLabel(P))||0)}const i=t.params,{wrapperEl:n,slidesEl:a,size:l,rtlTranslate:s,wrongRTL:c}=t,r=t.virtual&&i.virtual.enabled,u=r?t.virtual.slides.length:t.slides.length,d=zt(a,`.${t.params.slideClass}, swiper-slide`),f=r?t.virtual.slides.length:d.length;let h=[];const b=[],g=[];let A=i.slidesOffsetBefore;typeof A=="function"&&(A=i.slidesOffsetBefore.call(t));let x=i.slidesOffsetAfter;typeof x=="function"&&(x=i.slidesOffsetAfter.call(t));const v=t.snapGrid.length,y=t.slidesGrid.length;let p=i.spaceBetween,T=-A,k=0,I=0;if(typeof l>"u")return;typeof p=="string"&&p.indexOf("%")>=0?p=parseFloat(p.replace("%",""))/100*l:typeof p=="string"&&(p=parseFloat(p)),t.virtualSize=-p,d.forEach(w=>{s?w.style.marginLeft="":w.style.marginRight="",w.style.marginBottom="",w.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(Si(n,"--swiper-centered-offset-before",""),Si(n,"--swiper-centered-offset-after",""));const L=i.grid&&i.grid.rows>1&&t.grid;L?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let m;const S=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(w=>typeof i.breakpoints[w].slidesPerView<"u").length>0;for(let w=0;w<f;w+=1){m=0;let P;if(d[w]&&(P=d[w]),L&&t.grid.updateSlide(w,P,d),!(d[w]&&$t(P,"display")==="none")){if(i.slidesPerView==="auto"){S&&(d[w].style[t.getDirectionLabel("width")]="");const C=getComputedStyle(P),O=P.style.transform,E=P.style.webkitTransform;if(O&&(P.style.transform="none"),E&&(P.style.webkitTransform="none"),i.roundLengths)m=t.isHorizontal()?Hi(P,"width",!0):Hi(P,"height",!0);else{const V=e(C,"width"),F=e(C,"padding-left"),D=e(C,"padding-right"),N=e(C,"margin-left"),R=e(C,"margin-right"),M=C.getPropertyValue("box-sizing");if(M&&M==="border-box")m=V+N+R;else{const{clientWidth:j,offsetWidth:X}=P;m=V+F+D+N+R+(X-j)}}O&&(P.style.transform=O),E&&(P.style.webkitTransform=E),i.roundLengths&&(m=Math.floor(m))}else m=(l-(i.slidesPerView-1)*p)/i.slidesPerView,i.roundLengths&&(m=Math.floor(m)),d[w]&&(d[w].style[t.getDirectionLabel("width")]=`${m}px`);d[w]&&(d[w].swiperSlideSize=m),g.push(m),i.centeredSlides?(T=T+m/2+k/2+p,k===0&&w!==0&&(T=T-l/2-p),w===0&&(T=T-l/2-p),Math.abs(T)<1/1e3&&(T=0),i.roundLengths&&(T=Math.floor(T)),I%i.slidesPerGroup===0&&h.push(T),b.push(T)):(i.roundLengths&&(T=Math.floor(T)),(I-Math.min(t.params.slidesPerGroupSkip,I))%t.params.slidesPerGroup===0&&h.push(T),b.push(T),T=T+m+p),t.virtualSize+=m+p,k=m,I+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+x,s&&c&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+p}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+p}px`),L&&t.grid.updateWrapperSize(m,h),!i.centeredSlides){const w=[];for(let P=0;P<h.length;P+=1){let C=h[P];i.roundLengths&&(C=Math.floor(C)),h[P]<=t.virtualSize-l&&w.push(C)}h=w,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(r&&i.loop){const w=g[0]+p;if(i.slidesPerGroup>1){const P=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),C=w*i.slidesPerGroup;for(let O=0;O<P;O+=1)h.push(h[h.length-1]+C)}for(let P=0;P<t.virtual.slidesBefore+t.virtual.slidesAfter;P+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+w),b.push(b[b.length-1]+w),t.virtualSize+=w}if(h.length===0&&(h=[0]),p!==0){const w=t.isHorizontal()&&s?"marginLeft":t.getDirectionLabel("marginRight");d.filter((P,C)=>!i.cssMode||i.loop?!0:C!==d.length-1).forEach(P=>{P.style[w]=`${p}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let w=0;g.forEach(C=>{w+=C+(p||0)}),w-=p;const P=w-l;h=h.map(C=>C<=0?-A:C>P?P+x:C)}if(i.centerInsufficientSlides){let w=0;g.forEach(C=>{w+=C+(p||0)}),w-=p;const P=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(w+P<l){const C=(l-w-P)/2;h.forEach((O,E)=>{h[E]=O-C}),b.forEach((O,E)=>{b[E]=O+C})}}if(Object.assign(t,{slides:d,snapGrid:h,slidesGrid:b,slidesSizesGrid:g}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){Si(n,"--swiper-centered-offset-before",`${-h[0]}px`),Si(n,"--swiper-centered-offset-after",`${t.size/2-g[g.length-1]/2}px`);const w=-t.snapGrid[0],P=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(C=>C+w),t.slidesGrid=t.slidesGrid.map(C=>C+P)}if(f!==u&&t.emit("slidesLengthChange"),h.length!==v&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),b.length!==y&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const w=`${i.containerModifierClass}backface-hidden`,P=t.el.classList.contains(w);f<=i.maxBackfaceHiddenSlides?P||t.el.classList.add(w):P&&t.el.classList.remove(w)}}function ml(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let a=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const s=c=>n?e.slides[e.getSlideIndexByData(c)]:e.slides[c];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(c=>{i.push(c)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const c=e.activeIndex+l;if(c>e.slides.length&&!n)break;i.push(s(c))}else i.push(s(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const c=i[l].offsetHeight;a=c>a?c:a}(a||a===0)&&(e.wrapperEl.style.height=`${a}px`)}function fl(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let n=0;n<e.length;n+=1)e[n].swiperSlideOffset=(t.isHorizontal()?e[n].offsetLeft:e[n].offsetTop)-i-t.cssOverflowAdjustment()}const Fn=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function hl(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:a,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let s=-t;a&&(s=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let c=i.spaceBetween;typeof c=="string"&&c.indexOf("%")>=0?c=parseFloat(c.replace("%",""))/100*e.size:typeof c=="string"&&(c=parseFloat(c));for(let r=0;r<n.length;r+=1){const u=n[r];let d=u.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const f=(s+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+c),h=(s-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+c),b=-(s-d),g=b+e.slidesSizesGrid[r],A=b>=0&&b<=e.size-e.slidesSizesGrid[r],x=b>=0&&b<e.size-1||g>1&&g<=e.size||b<=0&&g>=e.size;x&&(e.visibleSlides.push(u),e.visibleSlidesIndexes.push(r)),Fn(u,x,i.slideVisibleClass),Fn(u,A,i.slideFullyVisibleClass),u.progress=a?-f:f,u.originalProgress=a?-h:h}}function Al(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:a,isBeginning:l,isEnd:s,progressLoop:c}=e;const r=l,u=s;if(n===0)a=0,l=!0,s=!0;else{a=(t-e.minTranslate())/n;const d=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=d||a<=0,s=f||a>=1,d&&(a=0),f&&(a=1)}if(i.loop){const d=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[d],b=e.slidesGrid[f],g=e.slidesGrid[e.slidesGrid.length-1],A=Math.abs(t);A>=h?c=(A-h)/g:c=(A+g-b)/g,c>1&&(c-=1)}Object.assign(e,{progress:a,progressLoop:c,isBeginning:l,isEnd:s}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),s&&!u&&e.emit("reachEnd toEdge"),(r&&!l||u&&!s)&&e.emit("fromEdge"),e.emit("progress",a)}const Ki=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function bl(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:a}=t,l=t.virtual&&i.virtual.enabled,s=t.grid&&i.grid&&i.grid.rows>1,c=f=>zt(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let r,u,d;if(l)if(i.loop){let f=a-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),r=c(`[data-swiper-slide-index="${f}"]`)}else r=c(`[data-swiper-slide-index="${a}"]`);else s?(r=e.filter(f=>f.column===a)[0],d=e.filter(f=>f.column===a+1)[0],u=e.filter(f=>f.column===a-1)[0]):r=e[a];r&&(s||(d=il(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),u=tl(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u===0&&(u=e[e.length-1]))),e.forEach(f=>{Ki(f,f===r,i.slideActiveClass),Ki(f,f===d,i.slideNextClass),Ki(f,f===u,i.slidePrevClass)}),t.emitSlidesClasses()}const ki=(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 a=n.querySelector(`.${t.params.lazyPreloaderClass}`);!a&&t.isElement&&(n.shadowRoot?a=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(a=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),a&&a.remove())})),a&&a.remove()}},Ji=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Qi=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),a=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const s=a,c=[s-e];c.push(...Array.from({length:e}).map((r,u)=>s+n+u)),t.slides.forEach((r,u)=>{c.includes(r.column)&&Ji(t,u)});return}const l=a+n-1;if(t.params.rewind||t.params.loop)for(let s=a-e;s<=l+e;s+=1){const c=(s%i+i)%i;(c<a||c>l)&&Ji(t,c)}else for(let s=Math.max(a-e,0);s<=Math.min(l+e,i-1);s+=1)s!==a&&(s>l||s<a)&&Ji(t,s)};function gl(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let a;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?a=l:n>=e[l]&&n<e[l+1]&&(a=l+1):n>=e[l]&&(a=l);return i.normalizeSlideIndex&&(a<0||typeof a>"u")&&(a=0),a}function yl(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:a,activeIndex:l,realIndex:s,snapIndex:c}=e;let r=t,u;const d=b=>{let g=b-e.virtual.slidesBefore;return g<0&&(g=e.virtual.slides.length+g),g>=e.virtual.slides.length&&(g-=e.virtual.slides.length),g};if(typeof r>"u"&&(r=gl(e)),n.indexOf(i)>=0)u=n.indexOf(i);else{const b=Math.min(a.slidesPerGroupSkip,r);u=b+Math.floor((r-b)/a.slidesPerGroup)}if(u>=n.length&&(u=n.length-1),r===l&&!e.params.loop){u!==c&&(e.snapIndex=u,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(r);return}const f=e.grid&&a.grid&&a.grid.rows>1;let h;if(e.virtual&&a.virtual.enabled&&a.loop)h=d(r);else if(f){const b=e.slides.filter(A=>A.column===r)[0];let g=parseInt(b.getAttribute("data-swiper-slide-index"),10);Number.isNaN(g)&&(g=Math.max(e.slides.indexOf(b),0)),h=Math.floor(g/a.grid.rows)}else if(e.slides[r]){const b=e.slides[r].getAttribute("data-swiper-slide-index");b?h=parseInt(b,10):h=r}else h=r;Object.assign(e,{previousSnapIndex:c,snapIndex:u,previousRealIndex:s,realIndex:h,previousIndex:l,activeIndex:r}),e.initialized&&Qi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(s!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function wl(t,e){const i=this,n=i.params;let a=t.closest(`.${n.slideClass}, swiper-slide`);!a&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(c=>{!a&&c.matches&&c.matches(`.${n.slideClass}, swiper-slide`)&&(a=c)});let l=!1,s;if(a){for(let c=0;c<i.slides.length;c+=1)if(i.slides[c]===a){l=!0,s=c;break}}if(a&&l)i.clickedSlide=a,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(a.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=s;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Sl={updateSize:vl,updateSlides:pl,updateAutoHeight:ml,updateSlidesOffset:fl,updateSlidesProgress:hl,updateProgress:Al,updateSlidesClasses:bl,updateActiveIndex:yl,updateClickedSlide:wl};function xl(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:a,wrapperEl:l}=e;if(i.virtualTranslate)return n?-a:a;if(i.cssMode)return a;let s=$o(l,t);return s+=e.cssOverflowAdjustment(),n&&(s=-s),s||0}function Tl(t,e){const i=this,{rtlTranslate:n,params:a,wrapperEl:l,progress:s}=i;let c=0,r=0;const u=0;i.isHorizontal()?c=n?-t:t:r=t,a.roundLengths&&(c=Math.floor(c),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?c:r,a.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-c:-r:a.virtualTranslate||(i.isHorizontal()?c-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${c}px, ${r}px, ${u}px)`);let d;const f=i.maxTranslate()-i.minTranslate();f===0?d=0:d=(t-i.minTranslate())/f,d!==s&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function El(){return-this.snapGrid[0]}function Cl(){return-this.snapGrid[this.snapGrid.length-1]}function Il(t,e,i,n,a){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:s,wrapperEl:c}=l;if(l.animating&&s.preventInteractionOnTransition)return!1;const r=l.minTranslate(),u=l.maxTranslate();let d;if(n&&t>r?d=r:n&&t<u?d=u:d=t,l.updateProgress(d),s.cssMode){const f=l.isHorizontal();if(e===0)c[f?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return Rn({swiper:l,targetPosition:-d,side:f?"left":"top"}),!0;c.scrollTo({[f?"left":"top"]:-d,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,a),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,a),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,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var kl={getTranslate:xl,setTranslate:Tl,minTranslate:El,maxTranslate:Cl,translateTo:Il};function Pl(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 Bn(t){let{swiper:e,runCallbacks:i,direction:n,step:a}=t;const{activeIndex:l,previousIndex:s}=e;let c=n;if(c||(l>s?c="next":l<s?c="prev":c="reset"),e.emit(`transition${a}`),i&&l!==s){if(c==="reset"){e.emit(`slideResetTransition${a}`);return}e.emit(`slideChangeTransition${a}`),c==="next"?e.emit(`slideNextTransition${a}`):e.emit(`slidePrevTransition${a}`)}}function Ml(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Bn({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Dl(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Bn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var _l={setTransition:Pl,transitionStart:Ml,transitionEnd:Dl};function Ol(t,e,i,n,a){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let s=t;s<0&&(s=0);const{params:c,snapGrid:r,slidesGrid:u,previousIndex:d,activeIndex:f,rtlTranslate:h,wrapperEl:b,enabled:g}=l;if(!g&&!n&&!a||l.destroyed||l.animating&&c.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const A=Math.min(l.params.slidesPerGroupSkip,s);let x=A+Math.floor((s-A)/l.params.slidesPerGroup);x>=r.length&&(x=r.length-1);const v=-r[x];if(c.normalizeSlideIndex)for(let p=0;p<u.length;p+=1){const T=-Math.floor(v*100),k=Math.floor(u[p]*100),I=Math.floor(u[p+1]*100);typeof u[p+1]<"u"?T>=k&&T<I-(I-k)/2?s=p:T>=k&&T<I&&(s=p+1):T>=k&&(s=p)}if(l.initialized&&s!==f&&(!l.allowSlideNext&&(h?v>l.translate&&v>l.minTranslate():v<l.translate&&v<l.minTranslate())||!l.allowSlidePrev&&v>l.translate&&v>l.maxTranslate()&&(f||0)!==s))return!1;s!==(d||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(v);let y;if(s>f?y="next":s<f?y="prev":y="reset",h&&-v===l.translate||!h&&v===l.translate)return l.updateActiveIndex(s),c.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),c.effect!=="slide"&&l.setTranslate(v),y!=="reset"&&(l.transitionStart(i,y),l.transitionEnd(i,y)),!1;if(c.cssMode){const p=l.isHorizontal(),T=h?v:-v;if(e===0){const k=l.virtual&&l.params.virtual.enabled;k&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),k&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{b[p?"scrollLeft":"scrollTop"]=T})):b[p?"scrollLeft":"scrollTop"]=T,k&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Rn({swiper:l,targetPosition:T,side:p?"left":"top"}),!0;b.scrollTo({[p?"left":"top"]:T,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(v),l.updateActiveIndex(s),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,y),e===0?l.transitionEnd(i,y):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(T){!l||l.destroyed||T.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,y))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Ll(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const a=this;if(a.destroyed)return;typeof e>"u"&&(e=a.params.speed);const l=a.grid&&a.params.grid&&a.params.grid.rows>1;let s=t;if(a.params.loop)if(a.virtual&&a.params.virtual.enabled)s=s+a.virtual.slidesBefore;else{let c;if(l){const h=s*a.params.grid.rows;c=a.slides.filter(b=>b.getAttribute("data-swiper-slide-index")*1===h)[0].column}else c=a.getSlideIndexByData(s);const r=l?Math.ceil(a.slides.length/a.params.grid.rows):a.slides.length,{centeredSlides:u}=a.params;let d=a.params.slidesPerView;d==="auto"?d=a.slidesPerViewDynamic():(d=Math.ceil(parseFloat(a.params.slidesPerView,10)),u&&d%2===0&&(d=d+1));let f=r-c<d;if(u&&(f=f||c<Math.ceil(d/2)),n&&u&&a.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const h=u?c<a.activeIndex?"prev":"next":c-a.activeIndex-1<a.params.slidesPerView?"next":"prev";a.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?c+1:c-r+1,slideRealIndex:h==="next"?a.realIndex:void 0})}if(l){const h=s*a.params.grid.rows;s=a.slides.filter(b=>b.getAttribute("data-swiper-slide-index")*1===h)[0].column}else s=a.getSlideIndexByData(s)}return requestAnimationFrame(()=>{a.slideTo(s,e,i,n)}),a}function Rl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:a,params:l,animating:s}=n;if(!a||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let c=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(c=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:c,u=n.virtual&&l.virtual.enabled;if(l.loop){if(s&&!u&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function Nl(t,e,i){e===void 0&&(e=!0);const n=this,{params:a,snapGrid:l,slidesGrid:s,rtlTranslate:c,enabled:r,animating:u}=n;if(!r||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const d=n.virtual&&a.virtual.enabled;if(a.loop){if(u&&!d&&a.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=c?n.translate:-n.translate;function h(v){return v<0?-Math.floor(Math.abs(v)):Math.floor(v)}const b=h(f),g=l.map(v=>h(v));let A=l[g.indexOf(b)-1];if(typeof A>"u"&&a.cssMode){let v;l.forEach((y,p)=>{b>=y&&(v=p)}),typeof v<"u"&&(A=l[v>0?v-1:v])}let x=0;if(typeof A<"u"&&(x=s.indexOf(A),x<0&&(x=n.activeIndex-1),a.slidesPerView==="auto"&&a.slidesPerGroup===1&&a.slidesPerGroupAuto&&(x=x-n.slidesPerViewDynamic("previous",!0)+1,x=Math.max(x,0))),a.rewind&&n.isBeginning){const v=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(v,t,e,i)}else if(a.loop&&n.activeIndex===0&&a.cssMode)return requestAnimationFrame(()=>{n.slideTo(x,t,e,i)}),!0;return n.slideTo(x,t,e,i)}function Vl(t,e,i){e===void 0&&(e=!0);const n=this;if(!n.destroyed)return typeof t>"u"&&(t=n.params.speed),n.slideTo(n.activeIndex,t,e,i)}function jl(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const a=this;if(a.destroyed)return;typeof t>"u"&&(t=a.params.speed);let l=a.activeIndex;const s=Math.min(a.params.slidesPerGroupSkip,l),c=s+Math.floor((l-s)/a.params.slidesPerGroup),r=a.rtlTranslate?a.translate:-a.translate;if(r>=a.snapGrid[c]){const u=a.snapGrid[c],d=a.snapGrid[c+1];r-u>(d-u)*n&&(l+=a.params.slidesPerGroup)}else{const u=a.snapGrid[c-1],d=a.snapGrid[c];r-u<=(d-u)*n&&(l-=a.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,a.slidesGrid.length-1),a.slideTo(l,t,e,i)}function Fl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let a=t.clickedIndex,l;const s=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?a<t.loopedSlides-n/2||a>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),a=t.getSlideIndex(zt(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),ai(()=>{t.slideTo(a)})):t.slideTo(a):a>t.slides.length-n?(t.loopFix(),a=t.getSlideIndex(zt(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),ai(()=>{t.slideTo(a)})):t.slideTo(a)}else t.slideTo(a)}var Bl={slideTo:Ol,slideToLoop:Ll,slideNext:Rl,slidePrev:Nl,slideReset:Vl,slideToClosest:jl,slideToClickedSlide:Fl};function zl(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const a=()=>{zt(n,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,s=i.slidesPerGroup*(l?i.grid.rows:1),c=e.slides.length%s!==0,r=l&&e.slides.length%i.grid.rows!==0,u=d=>{for(let f=0;f<d;f+=1){const h=e.isElement?si("swiper-slide",[i.slideBlankClass]):si("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(c){if(i.loopAddBlankSlides){const d=s-e.slides.length%s;u(d),e.recalcSlides(),e.updateSlides()}else xi("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");a()}else if(r){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;u(d),e.recalcSlides(),e.updateSlides()}else xi("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");a()}else a();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Hl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:a,activeSlideIndex:l,byController:s,byMousewheel:c}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:u,allowSlidePrev:d,allowSlideNext:f,slidesEl:h,params:b}=r,{centeredSlides:g}=b;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&b.virtual.enabled){i&&(!b.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):b.centeredSlides&&r.snapIndex<b.slidesPerView?r.slideTo(r.virtual.slides.length+r.snapIndex,0,!1,!0):r.snapIndex===r.snapGrid.length-1&&r.slideTo(r.virtual.slidesBefore,0,!1,!0)),r.allowSlidePrev=d,r.allowSlideNext=f,r.emit("loopFix");return}let A=b.slidesPerView;A==="auto"?A=r.slidesPerViewDynamic():(A=Math.ceil(parseFloat(b.slidesPerView,10)),g&&A%2===0&&(A=A+1));const x=b.slidesPerGroupAuto?A:b.slidesPerGroup;let v=x;v%x!==0&&(v+=x-v%x),v+=b.loopAdditionalSlides,r.loopedSlides=v;const y=r.grid&&b.grid&&b.grid.rows>1;u.length<A+v?xi("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"):y&&b.grid.fill==="row"&&xi("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const p=[],T=[];let k=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(u.filter(O=>O.classList.contains(b.slideActiveClass))[0]):k=l;const I=n==="next"||!n,L=n==="prev"||!n;let m=0,S=0;const w=y?Math.ceil(u.length/b.grid.rows):u.length,C=(y?u[l].column:l)+(g&&typeof a>"u"?-A/2+.5:0);if(C<v){m=Math.max(v-C,x);for(let O=0;O<v-C;O+=1){const E=O-Math.floor(O/w)*w;if(y){const V=w-E-1;for(let F=u.length-1;F>=0;F-=1)u[F].column===V&&p.push(F)}else p.push(w-E-1)}}else if(C+A>w-v){S=Math.max(C-(w-v*2),x);for(let O=0;O<S;O+=1){const E=O-Math.floor(O/w)*w;y?u.forEach((V,F)=>{V.column===E&&T.push(F)}):T.push(E)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),L&&p.forEach(O=>{u[O].swiperLoopMoveDOM=!0,h.prepend(u[O]),u[O].swiperLoopMoveDOM=!1}),I&&T.forEach(O=>{u[O].swiperLoopMoveDOM=!0,h.append(u[O]),u[O].swiperLoopMoveDOM=!1}),r.recalcSlides(),b.slidesPerView==="auto"?r.updateSlides():y&&(p.length>0&&L||T.length>0&&I)&&r.slides.forEach((O,E)=>{r.grid.updateSlide(E,O,r.slides)}),b.watchSlidesProgress&&r.updateSlidesOffset(),i){if(p.length>0&&L){if(typeof e>"u"){const O=r.slidesGrid[k],V=r.slidesGrid[k+m]-O;c?r.setTranslate(r.translate-V):(r.slideTo(k+Math.ceil(m),0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-V,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-V))}else if(a){const O=y?p.length/b.grid.rows:p.length;r.slideTo(r.activeIndex+O,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(T.length>0&&I)if(typeof e>"u"){const O=r.slidesGrid[k],V=r.slidesGrid[k-S]-O;c?r.setTranslate(r.translate-V):(r.slideTo(k-S,0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-V,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-V))}else{const O=y?T.length/b.grid.rows:T.length;r.slideTo(r.activeIndex-O,0,!1,!0)}}if(r.allowSlidePrev=d,r.allowSlideNext=f,r.controller&&r.controller.control&&!s){const O={slideRealIndex:e,direction:n,setTranslate:a,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(E=>{!E.destroyed&&E.params.loop&&E.loopFix({...O,slideTo:E.params.slidesPerView===b.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...O,slideTo:r.controller.control.params.slidesPerView===b.slidesPerView?i:!1})}r.emit("loopFix")}function Wl(){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(a=>{const l=typeof a.swiperSlideIndex>"u"?a.getAttribute("data-swiper-slide-index")*1:a.swiperSlideIndex;n[l]=a}),t.slides.forEach(a=>{a.removeAttribute("data-swiper-slide-index")}),n.forEach(a=>{i.append(a)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Xl={loopCreate:zl,loopFix:Hl,loopDestroy:Wl};function Ul(t){const e=this;if(!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const i=e.params.touchEventsTarget==="container"?e.el:e.wrapperEl;e.isElement&&(e.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=t?"grabbing":"grab",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1})}function Gl(){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 Yl={setGrabCursor:Ul,unsetGrabCursor:Gl};function ql(t,e){e===void 0&&(e=this);function i(n){if(!n||n===kt()||n===gt())return null;n.assignedSlot&&(n=n.assignedSlot);const a=n.closest(t);return!a&&!n.getRootNode?null:a||i(n.getRootNode().host)}return i(e)}function zn(t,e,i){const n=gt(),{params:a}=t,l=a.edgeSwipeDetection,s=a.edgeSwipeThreshold;return l&&(i<=s||i>=n.innerWidth-s)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function Zl(t){const e=this,i=kt();let n=t;n.originalEvent&&(n=n.originalEvent);const a=e.touchEventsData;if(n.type==="pointerdown"){if(a.pointerId!==null&&a.pointerId!==n.pointerId)return;a.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(a.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){zn(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:s,enabled:c}=e;if(!c||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||a.isTouched&&a.isMoved)return;const u=!!l.noSwipingClass&&l.noSwipingClass!=="",d=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&d&&(r=d[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(h?ql(f,r):r.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;s.currentX=n.pageX,s.currentY=n.pageY;const b=s.currentX,g=s.currentY;if(!zn(e,n,b))return;Object.assign(a,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),s.startX=b,s.startY=g,a.touchStartTime=Lt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(a.allowThresholdMove=!1);let A=!0;r.matches(a.focusableElements)&&(A=!1,r.nodeName==="SELECT"&&(a.isTouched=!1)),i.activeElement&&i.activeElement.matches(a.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const x=A&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||x)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Kl(t){const e=kt(),i=this,n=i.touchEventsData,{params:a,touches:l,rtlTranslate:s,enabled:c}=i;if(!c||!a.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let u;if(r.type==="touchmove"){if(u=[...r.changedTouches].filter(I=>I.identifier===n.touchId)[0],!u||u.identifier!==n.touchId)return}else u=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const d=u.pageX,f=u.pageY;if(r.preventedByNestedSwiper){l.startX=d,l.startY=f;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:f,currentX:d,currentY:f}),n.touchStartTime=Lt());return}if(a.touchReleaseOnEdges&&!a.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(d<l.startX&&i.translate<=i.maxTranslate()||d>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=f;const h=l.currentX-l.startX,b=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+b**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let I;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:h*h+b*b>=25&&(I=Math.atan2(Math.abs(b),Math.abs(h))*180/Math.PI,n.isScrolling=i.isHorizontal()?I>a.touchAngle:90-I>a.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling||r.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!a.cssMode&&r.cancelable&&r.preventDefault(),a.touchMoveStopPropagation&&!a.nested&&r.stopPropagation();let g=i.isHorizontal()?h:b,A=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;a.oneWayMovement&&(g=Math.abs(g)*(s?1:-1),A=Math.abs(A)*(s?1:-1)),l.diff=g,g*=a.touchRatio,s&&(g=-g,A=-A);const x=i.touchesDirection;i.swipeDirection=g>0?"prev":"next",i.touchesDirection=A>0?"prev":"next";const v=i.params.loop&&!a.cssMode,y=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(v&&y&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const I=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(I)}n.allowMomentumBounce=!1,a.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let p;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&x!==i.touchesDirection&&v&&y&&Math.abs(g)>=1){Object.assign(l,{startX:d,startY:f,currentX:d,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=g+n.startTranslate;let T=!0,k=a.resistanceRatio;if(a.touchReleaseOnEdges&&(k=0),g>0?(v&&y&&!p&&n.allowThresholdMove&&n.currentTranslate>(a.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(T=!1,a.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+g)**k))):g<0&&(v&&y&&!p&&n.allowThresholdMove&&n.currentTranslate<(a.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(a.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(a.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(T=!1,a.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-g)**k))),T&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),a.threshold>0)if(Math.abs(g)>a.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}!a.followFinger||a.cssMode||((a.freeMode&&a.freeMode.enabled&&i.freeMode||a.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),a.freeMode&&a.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function Jl(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let a;if(n.type==="touchend"||n.type==="touchcancel"){if(a=[...n.changedTouches].filter(k=>k.identifier===i.touchId)[0],!a||a.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;a=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:s,touches:c,rtlTranslate:r,slidesGrid:u,enabled:d}=e;if(!d||!s.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&s.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}s.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=Lt(),h=f-i.touchStartTime;if(e.allowClick){const k=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(k&&k[0]||n.target,k),e.emit("tap click",n),h<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=Lt(),ai(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||c.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 b;if(s.followFinger?b=r?e.translate:-e.translate:b=-i.currentTranslate,s.cssMode)return;if(s.freeMode&&s.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:b});return}const g=b>=-e.maxTranslate()&&!e.params.loop;let A=0,x=e.slidesSizesGrid[0];for(let k=0;k<u.length;k+=k<s.slidesPerGroupSkip?1:s.slidesPerGroup){const I=k<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;typeof u[k+I]<"u"?(g||b>=u[k]&&b<u[k+I])&&(A=k,x=u[k+I]-u[k]):(g||b>=u[k])&&(A=k,x=u[u.length-1]-u[u.length-2])}let v=null,y=null;s.rewind&&(e.isBeginning?y=s.virtual&&s.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(v=0));const p=(b-u[A])/x,T=A<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;if(h>s.longSwipesMs){if(!s.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(p>=s.longSwipesRatio?e.slideTo(s.rewind&&e.isEnd?v:A+T):e.slideTo(A)),e.swipeDirection==="prev"&&(p>1-s.longSwipesRatio?e.slideTo(A+T):y!==null&&p<0&&Math.abs(p)>s.longSwipesRatio?e.slideTo(y):e.slideTo(A))}else{if(!s.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(A+T):e.slideTo(A):(e.swipeDirection==="next"&&e.slideTo(v!==null?v:A+T),e.swipeDirection==="prev"&&e.slideTo(y!==null?y:A))}}function Hn(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:a,snapGrid:l}=t,s=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const c=s&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!c?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!s?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=a,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function Ql(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function $l(){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 a;const l=t.maxTranslate()-t.minTranslate();l===0?a=0:a=(t.translate-t.minTranslate())/l,a!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function ea(t){const e=this;ki(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function ta(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Wn=(t,e)=>{const i=kt(),{params:n,el:a,wrapperEl:l,device:s}=t,c=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",u=e;!a||typeof a=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:c}),a[r]("touchstart",t.onTouchStart,{passive:!1}),a[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:c}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:c}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&a[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[u](s.ios||s.android?"resize orientationchange observerUpdate":"resize observerUpdate",Hn,!0):t[u]("observerUpdate",Hn,!0),a[r]("load",t.onLoad,{capture:!0}))};function ia(){const t=this,{params:e}=t;t.onTouchStart=Zl.bind(t),t.onTouchMove=Kl.bind(t),t.onTouchEnd=Jl.bind(t),t.onDocumentTouchStart=ta.bind(t),e.cssMode&&(t.onScroll=$l.bind(t)),t.onClick=Ql.bind(t),t.onLoad=ea.bind(t),Wn(t,"on")}function na(){Wn(this,"off")}var oa={attachEvents:ia,detachEvents:na};const Xn=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function la(){const t=this,{realIndex:e,initialized:i,params:n,el:a}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const s=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!s||t.currentBreakpoint===s)return;const r=(s in l?l[s]:void 0)||t.originalParams,u=Xn(t,n),d=Xn(t,r),f=t.params.grabCursor,h=r.grabCursor,b=n.enabled;u&&!d?(a.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!u&&d&&(a.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&a.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(p=>{if(typeof r[p]>"u")return;const T=n[p]&&n[p].enabled,k=r[p]&&r[p].enabled;T&&!k&&t[p].disable(),!T&&k&&t[p].enable()});const g=r.direction&&r.direction!==n.direction,A=n.loop&&(r.slidesPerView!==n.slidesPerView||g),x=n.loop;g&&i&&t.changeDirection(),Dt(t.params,r);const v=t.params.enabled,y=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),b&&!v?t.disable():!b&&v&&t.enable(),t.currentBreakpoint=s,t.emit("_beforeBreakpoint",r),i&&(A?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!x&&y?(t.loopCreate(e),t.updateSlides()):x&&!y&&t.loopDestroy()),t.emit("breakpoint",r)}function aa(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const a=gt(),l=e==="window"?a.innerHeight:i.clientHeight,s=Object.keys(t).map(c=>{if(typeof c=="string"&&c.indexOf("@")===0){const r=parseFloat(c.substr(1));return{value:l*r,point:c}}return{value:c,point:c}});s.sort((c,r)=>parseInt(c.value,10)-parseInt(r.value,10));for(let c=0;c<s.length;c+=1){const{point:r,value:u}=s[c];e==="window"?a.matchMedia(`(min-width: ${u}px)`).matches&&(n=r):u<=i.clientWidth&&(n=r)}return n||"max"}var sa={setBreakpoint:la,getBreakpoint:aa};function ra(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(a=>{n[a]&&i.push(e+a)}):typeof n=="string"&&i.push(e+n)}),i}function da(){const t=this,{classNames:e,params:i,rtl:n,el:a,device:l}=t,s=ra(["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(...s),a.classList.add(...e),t.emitContainerClasses()}function ca(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ua={addClasses:da,removeClasses:ca};function va(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const a=t.slides.length-1,l=t.slidesGrid[a]+t.slidesSizesGrid[a]+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 pa={checkOverflow:va},$i={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 ma(t,e){return function(n){n===void 0&&(n={});const a=Object.keys(n)[0],l=n[a];if(typeof l!="object"||l===null){Dt(e,n);return}if(t[a]===!0&&(t[a]={enabled:!0}),a==="navigation"&&t[a]&&t[a].enabled&&!t[a].prevEl&&!t[a].nextEl&&(t[a].auto=!0),["pagination","scrollbar"].indexOf(a)>=0&&t[a]&&t[a].enabled&&!t[a].el&&(t[a].auto=!0),!(a in t&&"enabled"in l)){Dt(e,n);return}typeof t[a]=="object"&&!("enabled"in t[a])&&(t[a].enabled=!0),t[a]||(t[a]={enabled:!1}),Dt(e,n)}}const en={eventsEmitter:ul,update:Sl,translate:kl,transition:_l,slide:Bl,loop:Xl,grabCursor:Yl,events:oa,breakpoints:sa,checkOverflow:pa,classes:ua},tn={};let nn=class qt{constructor(){let e,i;for(var n=arguments.length,a=new Array(n),l=0;l<n;l++)a[l]=arguments[l];a.length===1&&a[0].constructor&&Object.prototype.toString.call(a[0]).slice(8,-1)==="Object"?i=a[0]:[e,i]=a,i||(i={}),i=Dt({},i),e&&!i.el&&(i.el=e);const s=kt();if(i.el&&typeof i.el=="string"&&s.querySelectorAll(i.el).length>1){const d=[];return s.querySelectorAll(i.el).forEach(f=>{const h=Dt({},i,{el:f});d.push(new qt(h))}),d}const c=this;c.__swiper__=!0,c.support=Vn(),c.device=jn({userAgent:i.userAgent}),c.browser=rl(),c.eventsListeners={},c.eventsAnyListeners=[],c.modules=[...c.__modules__],i.modules&&Array.isArray(i.modules)&&c.modules.push(...i.modules);const r={};c.modules.forEach(d=>{d({params:i,swiper:c,extendParams:ma(i,r),on:c.on.bind(c),once:c.once.bind(c),off:c.off.bind(c),emit:c.emit.bind(c)})});const u=Dt({},$i,r);return c.params=Dt({},u,tn,i),c.originalParams=Dt({},c.params),c.passedParams=Dt({},i),c.params&&c.params.on&&Object.keys(c.params.on).forEach(d=>{c.on(d,c.params.on[d])}),c.params&&c.params.onAny&&c.onAny(c.params.onAny),Object.assign(c,{enabled:c.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return c.params.direction==="horizontal"},isVertical(){return c.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:c.params.allowSlideNext,allowSlidePrev:c.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:c.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:c.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),c.emit("_swiper"),c.params.init&&c.init(),c}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,a=zt(i,`.${n.slideClass}, swiper-slide`),l=vi(a[0]);return vi(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=zt(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 a=n.minTranslate(),s=(n.maxTranslate()-a)*e+a;n.translateTo(s,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 a=e.getSlideClasses(n);i.push({slideEl:n,classNames:a}),e.emit("_slideClass",n,a)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:a,slides:l,slidesGrid:s,slidesSizesGrid:c,size:r,activeIndex:u}=n;let d=1;if(typeof a.slidesPerView=="number")return a.slidesPerView;if(a.centeredSlides){let f=l[u]?Math.ceil(l[u].swiperSlideSize):0,h;for(let b=u+1;b<l.length;b+=1)l[b]&&!h&&(f+=Math.ceil(l[b].swiperSlideSize),d+=1,f>r&&(h=!0));for(let b=u-1;b>=0;b-=1)l[b]&&!h&&(f+=l[b].swiperSlideSize,d+=1,f>r&&(h=!0))}else if(e==="current")for(let f=u+1;f<l.length;f+=1)(i?s[f]+c[f]-s[u]<r:s[f]-s[u]<r)&&(d+=1);else for(let f=u-1;f>=0;f-=1)s[u]-s[f]<r&&(d+=1);return d}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(s=>{s.complete&&ki(e,s)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function a(){const s=e.rtlTranslate?e.translate*-1:e.translate,c=Math.min(Math.max(s,e.maxTranslate()),e.minTranslate());e.setTranslate(c),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)a(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const s=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(s.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||a()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,a=n.params.direction;return e||(e=a==="horizontal"?"vertical":"horizontal"),e===a||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${a}`),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 a=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let s=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(a()):zt(n,a())[0];return!s&&i.params.createElements&&(s=si("div",i.params.wrapperClass),n.append(s),zt(n,`.${i.params.slideClass}`).forEach(c=>{s.append(c)})),Object.assign(i,{el:n,wrapperEl:s,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:s,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||$t(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||$t(n,"direction")==="rtl"),wrongRTL:$t(s,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const a=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&a.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),a.forEach(l=>{l.complete?ki(i,l):l.addEventListener("load",s=>{ki(i,s.target)})}),Qi(i),i.initialized=!0,Qi(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:a,el:l,wrapperEl:s,slides:c}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),a.loop&&n.loopDestroy(),i&&(n.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),s&&s.removeAttribute("style"),c&&c.length&&c.forEach(r=>{r.classList.remove(a.slideVisibleClass,a.slideFullyVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),Jo(n)),n.destroyed=!0),null}static extendDefaults(e){Dt(tn,e)}static get extendedDefaults(){return tn}static get defaults(){return $i}static installModule(e){qt.prototype.__modules__||(qt.prototype.__modules__=[]);const i=qt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>qt.installModule(i)),qt):(qt.installModule(e),qt)}};Object.keys(en).forEach(t=>{Object.keys(en[t]).forEach(e=>{nn.prototype[e]=en[t][e]})}),nn.use([dl,cl]);const Un=["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 ni(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function ri(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]:ni(e[n])&&ni(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:ri(t[n],e[n]):t[n]=e[n]})}function Gn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Yn(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function qn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Zn(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 fa(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function ha(t){let{swiper:e,slides:i,passedParams:n,changedParams:a,nextEl:l,prevEl:s,scrollbarEl:c,paginationEl:r}=t;const u=a.filter(S=>S!=="children"&&S!=="direction"&&S!=="wrapperClass"),{params:d,pagination:f,navigation:h,scrollbar:b,virtual:g,thumbs:A}=e;let x,v,y,p,T,k,I,L;a.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(x=!0),a.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(v=!0),a.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(d.pagination||d.pagination===!1)&&f&&!f.el&&(y=!0),a.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||c)&&(d.scrollbar||d.scrollbar===!1)&&b&&!b.el&&(p=!0),a.includes("navigation")&&n.navigation&&(n.navigation.prevEl||s)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(T=!0);const m=S=>{e[S]&&(e[S].destroy(),S==="navigation"?(e.isElement&&(e[S].prevEl.remove(),e[S].nextEl.remove()),d[S].prevEl=void 0,d[S].nextEl=void 0,e[S].prevEl=void 0,e[S].nextEl=void 0):(e.isElement&&e[S].el.remove(),d[S].el=void 0,e[S].el=void 0))};a.includes("loop")&&e.isElement&&(d.loop&&!n.loop?k=!0:!d.loop&&n.loop?I=!0:L=!0),u.forEach(S=>{if(ni(d[S])&&ni(n[S]))Object.assign(d[S],n[S]),(S==="navigation"||S==="pagination"||S==="scrollbar")&&"enabled"in n[S]&&!n[S].enabled&&m(S);else{const w=n[S];(w===!0||w===!1)&&(S==="navigation"||S==="pagination"||S==="scrollbar")?w===!1&&m(S):d[S]=n[S]}}),u.includes("controller")&&!v&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),a.includes("children")&&i&&g&&d.virtual.enabled?(g.slides=i,g.update(!0)):a.includes("virtual")&&g&&d.virtual.enabled&&(i&&(g.slides=i),g.update(!0)),a.includes("children")&&i&&d.loop&&(L=!0),x&&A.init()&&A.update(!0),v&&(e.controller.control=d.controller.control),y&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(d.pagination.el=r),f.init(),f.render(),f.update()),p&&(e.isElement&&(!c||typeof c=="string")&&(c=document.createElement("div"),c.classList.add("swiper-scrollbar"),c.part.add("scrollbar"),e.el.appendChild(c)),c&&(d.scrollbar.el=c),b.init(),b.updateSize(),b.setTranslate()),T&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-prev"),s.innerHTML=e.hostEl.constructor.prevButtonSvg,s.part.add("button-prev"),e.el.appendChild(s))),l&&(d.navigation.nextEl=l),s&&(d.navigation.prevEl=s),h.init(),h.update()),a.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),a.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),a.includes("direction")&&e.changeDirection(n.direction,!1),(k||L)&&e.loopDestroy(),(I||L)&&e.loopCreate(),e.update()}function Aa(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},a={};ri(i,$i),i._emitClasses=!0,i.init=!1;const l={},s=Un.map(r=>r.replace(/_/,"")),c=Object.assign({},t);return Object.keys(c).forEach(r=>{typeof t[r]>"u"||(s.indexOf(r)>=0?ni(t[r])?(i[r]={},a[r]={},ri(i[r],t[r]),ri(a[r],t[r])):(i[r]=t[r],a[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:a,rest:l,events:n}}function ba(t,e){let{el:i,nextEl:n,prevEl:a,paginationEl:l,scrollbarEl:s,swiper:c}=t;Gn(e)&&n&&a&&(c.params.navigation.nextEl=n,c.originalParams.navigation.nextEl=n,c.params.navigation.prevEl=a,c.originalParams.navigation.prevEl=a),Yn(e)&&l&&(c.params.pagination.el=l,c.originalParams.pagination.el=l),qn(e)&&s&&(c.params.scrollbar.el=s,c.originalParams.scrollbar.el=s),c.init(i)}function ga(t,e,i,n,a){const l=[];if(!e)return l;const s=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(a),u=i.map(a);r.join("")!==u.join("")&&s("children"),n.length!==i.length&&s("children")}return Un.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(ni(t[r])&&ni(e[r])){const u=Object.keys(t[r]),d=Object.keys(e[r]);u.length!==d.length?s(r):(u.forEach(f=>{t[r][f]!==e[r][f]&&s(r)}),d.forEach(f=>{t[r][f]!==e[r][f]&&s(r)}))}else t[r]!==e[r]&&s(r)}),l}const ya=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 Pi(){return Pi=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},Pi.apply(this,arguments)}function Kn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Jn(t){const e=[];return o.Children.toArray(t).forEach(i=>{Kn(i)?e.push(i):i.props&&i.props.children&&Jn(i.props.children).forEach(n=>e.push(n))}),e}function wa(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return o.Children.toArray(t).forEach(n=>{if(Kn(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 a=Jn(n.props.children);a.length>0?a.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Sa(t,e,i){if(!i)return null;const n=d=>{let f=d;return d<0?f=e.length+d:f>=e.length&&(f=f-e.length),f},a=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:s}=i,c=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,u=[];for(let d=c;d<r;d+=1)d>=l&&d<=s&&u.push(e[n(d)]);return u.map((d,f)=>o.cloneElement(d,{swiper:t,style:a,key:d.props.virtualIndex||d.key||`slide-${f}`}))}function pi(t,e){return typeof window>"u"?o.useEffect(t,e):o.useLayoutEffect(t,e)}const on=o.createContext(null),ln=()=>o.useContext(on),xa=o.createContext(null),oi=o.forwardRef(function(t,e){let{className:i,tag:n="div",wrapperTag:a="div",children:l,onSwiper:s,...c}=t===void 0?{}:t,r=!1;const[u,d]=o.useState("swiper"),[f,h]=o.useState(null),[b,g]=o.useState(!1),A=o.useRef(!1),x=o.useRef(null),v=o.useRef(null),y=o.useRef(null),p=o.useRef(null),T=o.useRef(null),k=o.useRef(null),I=o.useRef(null),L=o.useRef(null),{params:m,passedParams:S,rest:w,events:P}=Aa(c),{slides:C,slots:O}=wa(l),E=()=>{g(!b)};Object.assign(m.on,{_containerClasses(R,M){d(M)}});const V=()=>{Object.assign(m.on,P),r=!0;const R={...m};if(delete R.wrapperClass,v.current=new nn(R),v.current.virtual&&v.current.params.virtual.enabled){v.current.virtual.slides=C;const M={cache:!1,slides:C,renderExternal:h,renderExternalUpdate:!1};ri(v.current.params.virtual,M),ri(v.current.originalParams.virtual,M)}};x.current||V(),v.current&&v.current.on("_beforeBreakpoint",E);const F=()=>{r||!P||!v.current||Object.keys(P).forEach(R=>{v.current.on(R,P[R])})},D=()=>{!P||!v.current||Object.keys(P).forEach(R=>{v.current.off(R,P[R])})};o.useEffect(()=>()=>{v.current&&v.current.off("_beforeBreakpoint",E)}),o.useEffect(()=>{!A.current&&v.current&&(v.current.emitSlidesClasses(),A.current=!0)}),pi(()=>{if(e&&(e.current=x.current),!!x.current)return v.current.destroyed&&V(),ba({el:x.current,nextEl:T.current,prevEl:k.current,paginationEl:I.current,scrollbarEl:L.current,swiper:v.current},m),s&&!v.current.destroyed&&s(v.current),()=>{v.current&&!v.current.destroyed&&v.current.destroy(!0,!1)}},[]),pi(()=>{F();const R=ga(S,y.current,C,p.current,M=>M.key);return y.current=S,p.current=C,R.length&&v.current&&!v.current.destroyed&&ha({swiper:v.current,slides:C,passedParams:S,changedParams:R,nextEl:T.current,prevEl:k.current,scrollbarEl:L.current,paginationEl:I.current}),()=>{D()}}),pi(()=>{ya(v.current)},[f]);function N(){return m.virtual?Sa(v.current,C,f):C.map((R,M)=>o.cloneElement(R,{swiper:v.current,swiperSlideIndex:M}))}return o.createElement(n,Pi({ref:x,className:Zn(`${u}${i?` ${i}`:""}`)},w),o.createElement(xa.Provider,{value:v.current},O["container-start"],o.createElement(a,{className:fa(m.wrapperClass)},O["wrapper-start"],N(),O["wrapper-end"]),Gn(m)&&o.createElement(o.Fragment,null,o.createElement("div",{ref:k,className:"swiper-button-prev"}),o.createElement("div",{ref:T,className:"swiper-button-next"})),qn(m)&&o.createElement("div",{ref:L,className:"swiper-scrollbar"}),Yn(m)&&o.createElement("div",{ref:I,className:"swiper-pagination"}),O["container-end"]))});oi.displayName="Swiper";const Bt=o.forwardRef(function(t,e){let{tag:i="div",children:n,className:a="",swiper:l,zoom:s,lazy:c,virtualIndex:r,swiperSlideIndex:u,...d}=t===void 0?{}:t;const f=o.useRef(null),[h,b]=o.useState("swiper-slide"),[g,A]=o.useState(!1);function x(T,k,I){k===f.current&&b(I)}pi(()=>{if(typeof u<"u"&&(f.current.swiperSlideIndex=u),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){h!=="swiper-slide"&&b("swiper-slide");return}return l.on("_slideClass",x),()=>{l&&l.off("_slideClass",x)}}}),pi(()=>{l&&f.current&&!l.destroyed&&b(l.getSlideClasses(f.current))},[l]);const v={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},y=()=>typeof n=="function"?n(v):n,p=()=>{A(!0)};return o.createElement(i,Pi({ref:f,className:Zn(`${h}${a?` ${a}`:""}`),"data-swiper-slide-index":r,onLoad:p},d),s&&o.createElement(on.Provider,{value:v},o.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof s=="number"?s:void 0},y(),c&&!g&&o.createElement("div",{className:"swiper-lazy-preloader"}))),!s&&o.createElement(on.Provider,{value:v},y(),c&&!g&&o.createElement("div",{className:"swiper-lazy-preloader"})))});Bt.displayName="SwiperSlide";const Ta="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Ea=({visible:t,onClose:e,children:i,modalStyle:n,padding:a,popup:l,schema:s,fullHeight:c=window.innerHeight,isFullScreen:r=!1,openState:u})=>{var d,f,h,b,g,A,x,v,y,p,T,k,I,L,m,S,w,P,C,O,E,V,F,D;const N=o.useRef(null),R=o.useRef(null),M=o.useRef(null),j=o.useRef(null),X=o.useRef(null),Z=c*.2,Q=r?c:c*.8,[$,re]=o.useState(Z),[ue,ee]=o.useState(!1),Pe=o.useRef(null),{globalConfig:Oe,popupDetailData:Fe}=je(),{schema:G,popup:K}=Jt(),[ve,me]=o.useState(15);o.useEffect(()=>{const q=document.getElementById("sxp-render"),U=document.getElementById("pb-modal");U?Pe.current=U:(Pe.current=document.createElement("div"),Pe.current.setAttribute("id","pb-modal"),q?.appendChild(Pe.current))},[]);const fe=o.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),ae=o.useMemo(()=>{var q,U,ie;const oe=s??G;return(ie=(U=(q=oe?.sxpPageConf)===null||q===void 0?void 0:q.globalConfig)===null||U===void 0?void 0:U.popupList)===null||ie===void 0?void 0:ie.find(xe=>xe?.id===l?.id)},[l,s,G]),Me=o.useMemo(()=>{var q,U;return((U=(q=ae?.item)===null||q===void 0?void 0:q.event)===null||U===void 0?void 0:U.isScrollFullScreen)||!1},[ae]);o.useEffect(()=>{fe?ee(!0):setTimeout(()=>{ee(!1),re(Z)},l?.duration)},[fe,l]);const Ue=o.useCallback(()=>i,[K,u,Oe,s]);if(o.useEffect(()=>{const q=U=>{var ie=U?.querySelectorAll('[role="button"],a, a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])'),oe=ie?.[0],de=ie?.[ie?.length-1],xe=9;U.addEventListener("keydown",function(Ke){(Ke.key==="Escape"||Ke.key==="Esc")&&(Re(),Ke.preventDefault());var te=Ke.key==="Tab"||Ke.keyCode===xe;te&&(Ke.shiftKey?document?.activeElement===oe&&(de?.focus(),Ke.preventDefault()):document?.activeElement===de&&(oe?.focus(),Ke.preventDefault()))}),oe?.focus()};return X?.current&&q(X?.current),()=>{var U;(U=X?.current)===null||U===void 0||U.removeEventListener("keydown",q)}},[X,ue,K]),!Pe.current)return null;const Re=lt.debounce(()=>{e?.()},300),Ze=q=>{N.current=q.touches[0],R.current=q.touches[0],M.current=!0},Qe=q=>{requestAnimationFrame(()=>{var U;if(M.current&&((U=j?.current)===null||U===void 0?void 0:U.scrollTop)===0){const ie=q.touches[0].clientY,oe=q.touches[0].clientX,de=N.current.clientY-ie;N.current=q.touches[0];const xe=ie-R.current.clientY,Ke=oe-R.current.clientX;if(Math.abs(Ke)>Math.abs(xe))return;const te=$-de;te>0&&re(te)}})},be=q=>{var U;if(M.current&&((U=j?.current)===null||U===void 0?void 0:U.scrollTop)===0){const ie=q.changedTouches[0].clientY-R.current.clientY,oe=q.changedTouches[0].clientX-R.current.clientX;if(Math.abs(oe)>Math.abs(ie))return;const de=R.current.clientY-N.current.clientY;de>0?re(0):$<Z&&de<0?re(Z):$>=Z&&de<0&&e?.()}M.current=!1};return fn.createPortal(o.createElement(o.Fragment,null,ue&&o.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:fe?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:Re},o.createElement("div",{style:{position:"relative",left:`${(b=(h=(f=(d=ae?.item)===null||d===void 0?void 0:d.props)===null||f===void 0?void 0:f.popupBg)===null||h===void 0?void 0:h.horizontalMargin)!==null&&b!==void 0?b:0}px`,right:`${(v=(x=(A=(g=ae?.item)===null||g===void 0?void 0:g.props)===null||A===void 0?void 0:A.popupBg)===null||x===void 0?void 0:x.horizontalMargin)!==null&&v!==void 0?v:0}px`,bottom:`${(k=(T=(p=(y=ae?.item)===null||y===void 0?void 0:y.props)===null||p===void 0?void 0:p.popupBg)===null||T===void 0?void 0:T.bottomMargin)!==null&&k!==void 0?k:0}px`,overflow:"hidden",width:`calc(100% - ${((S=(m=(L=(I=ae?.item)===null||I===void 0?void 0:I.props)===null||L===void 0?void 0:L.popupBg)===null||m===void 0?void 0:m.horizontalMargin)!==null&&S!==void 0?S:0)*2}px)`,height:"100%"}},o.createElement("div",Object.assign({ref:X,className:`modal-container ${fe?"modal-popIn":"modal-popOut"}`,role:"dialog","aria-label":(w=ae?.item)===null||w===void 0?void 0:w.displayName,"aria-modal":!0,"aria-labelledby":"modal-content",style:Object.assign(Object.assign({padding:a,animationDuration:((P=l?.duration)!==null&&P!==void 0?P:0)/1e3+"s"},Me&&{transform:`translateY(${$}px)`}),{overflow:"hidden",borderRadius:`${(V=(E=(O=(C=ae?.item)===null||C===void 0?void 0:C.props)===null||O===void 0?void 0:O.popupBg)===null||E===void 0?void 0:E.borderRadius)!==null&&V!==void 0?V:0}px`,zIndex:9}),onClick:q=>{q.stopPropagation(),q.preventDefault()}},Me&&{onTouchMove:Qe,onTouchStart:Ze,onTouchEnd:be}),o.createElement("div",Object.assign({id:"modal-content",ref:j,style:{height:Me?c:Q,overflow:Me&&$<=0||!Me?"auto":"hidden",zIndex:1}},((D=(F=ae?.item)===null||F===void 0?void 0:F.props)===null||D===void 0?void 0:D.enableFixedCloseButton)&&{onScroll:q=>{var U;me(15-((U=q?.target)===null||U===void 0?void 0:U.scrollTop))}}),Ue()),o.createElement("button",{className:"modal-icon-wrapper",role:"button","aria-label":"close button",onClick:e,style:{top:ve}},o.createElement("img",{src:Oe?.popupCloseIcon||Ta,alt:"close button",className:"modal-icon"})))))),Pe.current)};var di=o.memo(Ea);const Ca=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),a=[];for(let s=0;s<n.length&&(a.push(n[s]),!(a.join(" ").length>=e));s++);return(a.length>1&&a.length<n.length?a.slice(0,a.length-1):a).join(" ")+" "},Ia=({text:t,maxStr:e=108,style:i,className:n,onClick:a,foldText:l,unfoldText:s,isPost:c,onChange:r})=>{const[u,d]=o.useState(!1),[f,h]=o.useState(!1),b=Number(i?.lineClamp||2),g=o.useRef(null),A=o.useRef(null),x=o.useCallback(()=>{d(!u)},[u,r]);return o.useMemo(()=>!u&&t.length>e?Ca(t,e)+"...":t,[t,e,u]),o.useEffect(()=>{var v,y;A?.current&&(A.current.style.display="block"),((v=A?.current)===null||v===void 0?void 0:v.offsetHeight)>((y=g?.current)===null||y===void 0?void 0:y.offsetHeight)&&c?h(!0):h(!1),A.current.style.display="none"},[c,t]),o.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},o.createElement("div",{ref:g,style:{overflow:"hidden",WebkitLineClamp:!c||u?"":b,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:Ee(t?.replace(/\n/g,"</br>"),i)}}),o.createElement("div",{ref:A,dangerouslySetInnerHTML:{__html:Ee(t?.replace(/\n/g,"</br>"),i)}}),t&&c&&f&&o.createElement("button",{"aria-label":u?s||"show less":l||"show more",style:{textDecoration:"underline",cursor:"pointer"},onClick:a??x,dangerouslySetInnerHTML:{__html:Ee(u?s||"show less":l||"show more",i)}}))};var Mi=o.memo(Ia);const ka=o.forwardRef((t,e)=>{const{src:i,onLoad:n,style:a,className:l,loading:s,alt:c="image"}=t,[r,u]=o.useState(i),d=o.useRef(null),[f,h]=o.useState(!1);return o.useImperativeHandle(e,()=>({setSrc:b=>{b&&u(b)}})),o.useEffect(()=>{i&&u(i)},[i]),o.useEffect(()=>{const b=()=>{i&&!f&&d.current&&(d.current.src="",d.current.src=i)};return pt.on(rt.PAGE_DID_SHOW,b),()=>{pt.off(rt.PAGE_DID_SHOW,b)}},[i,f]),o.createElement(o.Fragment,null,!f&&!r&&o.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?o.createElement("picture",null,o.createElement("source",{type:"image/avif",srcSet:r}),o.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),o.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),o.createElement("img",{ref:d,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:b=>{h(!0),n?.(b.target)},alt:c})):o.createElement("img",{ref:d,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:b=>{h(!0),n?.(b.target)},alt:c}))});var Pt=o.memo(ka);const Pa=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const a=o.useRef(),{popupDetailData:l}=je();return o.useEffect(()=>{var s,c;n&&((s=a?.current)===null||s===void 0||s.swiper.slideTo((c=l?.multiCheckIndex)!==null&&c!==void 0?c:0))},[l,n]),o.createElement(oi,{role:"list",tag:"ul",ref:a,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[ol,nl,Ei],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var mi=o.memo(Pa);const Ma=({products:t,data:e,defImg:i,style:n,onCLick:a,popupDetailData:l,check:s})=>{var c;const{productView:r}=Ct(),{popupCurTimeRef:u}=je(),d=(f,h)=>{if(s===h)return;const b=t?.[s];r(l,b,b?.bindCta,u.current,l?.index),a?.(h)};return o.createElement(o.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&o.createElement(mi,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(c=l?t:[0,1,2,3])===null||c===void 0?void 0:c.map((f,h)=>{var b,g,A;return o.createElement(o.Fragment,null,f?.bindCta?o.createElement(Bt,{className:ke.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{d(f,h)},key:h},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:s===h?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(A=(b=f?.cover)!==null&&b!==void 0?b:(g=f?.homePage)===null||g===void 0?void 0:g[0])!==null&&A!==void 0?A:i})):null)})))};var Qn=o.memo(Ma);const Da=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:a,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return a&&a.length>0?(e=a[0])===null||e===void 0?void 0:e.url:null}},_a=t=>t?{backgroundImage:`url(${t})`,backgroundRepeat:"no-repeat",backgroundSize:"cover"}:"",fi=({product:t,enableFormattedPrice:e,globalConfig:i,isHiddenDef:n,style:a})=>{var l,s,c,r,u,d,f,h;if((!t?.currency||!t?.price)&&n)return null;let b=t?.currency&&t?.price?t?.price:7e3,g="",A=i?.priceSymbol,x=t?.currency?(c=(s=(l=t?.currency)===null||l===void 0?void 0:l.split("-")[1])===null||s===void 0?void 0:s.toUpperCase())!==null&&c!==void 0?c:"":"$";const v=e===void 0||e;let y=b.toString();A?.showTwoDecimalPoint&&(y=b?.toFixed(2));let p=(r=y?.indexOf("."))!==null&&r!==void 0?r:-1;if(v){g=(u=b?.toLocaleString("zh",{minimumFractionDigits:A?.showTwoDecimalPoint?2:0}))!==null&&u!==void 0?u:"";let T=0,k=p??g?.length;A?.millesimalSymbol==="."?g=g?.replace(/\,/g,function(I,L){return L>=T&&L<k?".":I}):A?.millesimalSymbol===" "&&(g=g?.replace(","," "))}else g=`${A?.showTwoDecimalPoint?b?.toFixed(2):b}`;return A?.decimalPoint===","&&p>0&&(g=g=g?.replace(/\./g,function(T,k){return k>=p&&k<g?.length?",":T})),x=`<span style="font-family:${(h=(f=(d=i?.priceSymbol)===null||d===void 0?void 0:d.fontFamily)!==null&&f!==void 0?f:a?.["fontFamily-en"])!==null&&h!==void 0?h:"inherit"}">${x}</span>`,g=Ee(g,a),A?.currencyPosition&&A?.currencyPosition!=="none"?g=A?.currencyPosition==="left"?x+g:g+x:A?.currencyPosition!=="none"&&(g=x+g),g},Oa=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,x,v,y,p,T,k,I,L,m,{content:S,style:w,bgImg:P,onClick:C,schema:O,isDefault:E,bottom_image:V,tipText:F,isPost:D,viewTime:N,rec:R,swiper:M,commodityStyles:j,buttonStyle:X,index:Z,commodityGroup:Q,popupBg:$,iframeIcon:re,commodityImgRatio:ue,isTel:ee,iframeBgColor:Pe,isActive:Oe=!0}=t,Fe=nt(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);const{sxpParameter:G,popupDetailData:K,isPreview:ve,bffFbReport:me,popupCurTimeRef:fe,checkCommodityIndexRef:ae,globalConfig:Me}=je(),{jumpToWeb:Ue,productView:Re}=Ct(),Ze=o.useRef(null),[Qe,be]=o.useState(!1),[q,U]=o.useState(!1),[ie,oe]=o.useState((e=K?.multiCheckIndex)!==null&&e!==void 0?e:0),de=o.useRef(),[xe,Ke]=o.useState(0),te=D?R:K;let B=D?te?.product:(n=(i=te?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(a=te?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],Ge=D?(s=te?.product)===null||s===void 0?void 0:s.bindCta:(u=(r=(c=te?.video)===null||c===void 0?void 0:c.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&u!==void 0?u:(h=(f=(d=te?.video)===null||d===void 0?void 0:d.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const yt=D?Z:K?.index;if(!D&&Q?.open&&(!((b=te?.video)===null||b===void 0)&&b.bindProducts)&&((A=(g=te?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0?void 0:A.length)>0){ae.current=ie;const ge=(x=te?.video)===null||x===void 0?void 0:x.bindProducts[ie];B=ge,Ge=ge?.bindCta}const tt=ge=>{B?.link&&(Ue(ge,te,B,Ge,yt),D||Re(te,B,Ge,N||Ze.current,yt),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{Oe&&(me?.({eventName:"ProductView",product:B}),me?.({eventName:"PageView",product:B}))},[Oe,me]),o.useEffect(()=>{const ge=()=>{Ze.current=new Date};return ge(),window.addEventListener("pageshow",ge),()=>{window.removeEventListener("pageshow",ge)}},[]);const At=fi({product:B,enableFormattedPrice:(v=j?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:Me,style:j?.price}),mt=(ve?375:(y=w?.width)!==null&&y!==void 0?y:window.innerWidth)-((p=$?.horizontalMargin)!==null&&p!==void 0?p:0)*2,wt=ue?mt*(ue.h/ue.w):mt,Nt=({isPost:ge})=>{var Le,xt,Zt,Xt;return o.createElement("div",null,o.createElement("div",{className:"pb-commondity-content-collection",style:Vt(j?.collection),hidden:!!B&&(!B?.collection||B?.collection===""),dangerouslySetInnerHTML:{__html:Ee((Le=B?.collection)!==null&&Le!==void 0?Le:"Tiffany Lock",j?.collection)}}),o.createElement("div",{className:"pb-commondity-content-title",style:Vt(j?.title),hidden:!!B&&!B?.title,dangerouslySetInnerHTML:{__html:Ee((xt=B?.title)!==null&&xt!==void 0?xt:"Pendant in Yellow Gold with Diamonds, Medium",j?.title)}}),o.createElement("div",{className:"pb-commondity-content-price",style:Vt(j?.price),hidden:!!B&&!B?.price,dangerouslySetInnerHTML:{__html:At??""}}),o.createElement("div",{hidden:!!B&&!B?.taxInfo,style:Vt(j?.taxInfo),dangerouslySetInnerHTML:{__html:Ee((Zt=B?.taxInfo)!==null&&Zt!==void 0?Zt:"\u7A0E\u8D39",j?.taxInfo)}}),o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Mi,{foldText:F?.foldText,unfoldText:F?.unfoldText,onClick:()=>be(!0),isPost:ge,text:(Xt=B?.info)!==null&&Xt!==void 0?Xt:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var rt=require("lodash"),Ao=require("uuid"),bo=require("pako"),o=require("react"),go=require("qs"),yo=require("eventemitter3"),Ce=require("@emotion/css"),pn=require("react-dom");function wo(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var mn=wo(pn);function it(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 a=0,n=Object.getOwnPropertySymbols(t);a<n.length;a++)e.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(t,n[a])&&(i[n[a]]=t[n[a]]);return i}function ht(t,e,i,n){function a(l){return l instanceof i?l:new i(function(s){s(l)})}return new(i||(i=Promise))(function(l,s){function c(d){try{u(n.next(d))}catch(f){s(f)}}function r(d){try{u(n.throw(d))}catch(f){s(f)}}function u(d){d.done?l(d.value):a(d.value).then(c,r)}u((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const So=/:\w+/g;var fn=(t,e)=>ht(void 0,void 0,void 0,function*(){const i={},n={};for(let a=0;a<e?.length;a++){const{id:l,method:s,url:c,urlParams:r,name:u,queryString:d,headers:f,body:h}=e[a];let b=c;r&&Object.entries(r).forEach(([g,A])=>{b=b.replace(So,S=>S===g?A:S)}),d&&(b+=d),n[l]=u;try{const g=yield fetch(b,{method:s,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(A=>A.json());i[l]=g}catch(g){console.error("DataSource request error: ",g),i[l]={}}}return{$store:i,idMapName:n}});const hn="SXP_TOKEN_INFO",xo=(t,e)=>ht(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),a=t.getAppId(),l=t.getApiUrl(),s=window.localStorage.getItem(hn);let c=JSON.parse(s||"{}");if(Date.now()>((i=c?.expireTime)!==null&&i!==void 0?i:0)){const u=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":a||""}}).then(d=>d.json());if(u.success){const d=u.data;c=Object.assign(Object.assign({},d),{expireTime:Date.now()+d.expire*1e3}),window.localStorage.setItem(hn,JSON.stringify(c))}}return c});function Ai(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let a;if(e=e||i.length,t)for(a=0;a<t;a++)n[a]=i[0|Math.random()*e];else{let l;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",a=0;a<36;a++)n[a]||(l=0|Math.random()*16,n[a]=i[a===19?l&3|8:l])}return n.join("")}const To=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let a=0;for(;a<t;)e+=i.charAt(Math.floor(Math.random()*n)),a+=1;return e},Eo=()=>{const t=Ao.v4();return t?.replaceAll?t.replaceAll("-",""):To(32)},xe=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],a=e?.["fontFamily-en"];if(!n&&!a)return t;let l=t;const s=/[\u4e00-\u9fa5]/g,c=/[^\u4e00-\u9fa5]/g,r=`font-family:${n??"inherit"}`,u=`font-family:${a??"inherit"}`,d=h=>{const b=h.search(s),g=h.search(c);return b!==-1&&g!==-1&&b<g&&(i+=`<span style="${r}">${h.substring(b,g)}</span>`,l=h.substring(g,h?.length)),b!==-1&&g!==-1&&b>g&&(i+=`<span style="${u}">${h.substring(g,b)}</span>`,l=h.substring(b,h?.length)),b===-1?(i+=`<span style="${u}">${h.substring(g,h?.length)}</span>`,l="",!1):g===-1?(i+=`<span style="${r}">${h.substring(b,h?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=d(l);return i};function An(t){const i=document.cookie.split(";");let n=null;return i.forEach(a=>{const[l,s]=a.trim().split("=");l===t&&(n=s)}),n??""}function Oi(){const t=self.navigator.userAgent;return t?/TalkBack/i.test(t)||/Funtouch/i.test(t)||/VoiceOver/i.test(t)||/NVDA/i.test(t)||/JAWS/i.test(t)||/ChromeVox/i.test(t):!1}function bi(t){if(!t)return;const e=[];for(let a=0;a<t.length;a++){const l=t[a],s=t.substring(a+1,t.length);l==="&"&&s?.indexOf("=")!==-1&&(s?.indexOf("=")<s?.indexOf("&")||s?.indexOf("&")===-1)&&e.push(a)}const i=e.length>0?[]:[t];let n=0;return e?.map(a=>{i?.push(t.substring(n,a)),n=a+1,a===e[e.length-1]&&a<t.length&&i?.push(t.substring(n,t.length))}),i??[]}function bn(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),n=new Uint8Array(i),a=bo.inflate(n,{to:"string"});return JSON.parse(a)}let Li=null;const Co={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Io{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,Li)return Li;Li=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Co[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let gt=null;const ko={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{gt||(gt=new Io),n&>.setApiUrl(n),gt.setAppId(t),gt.setTenantId(e),gt.setEnv(i)},getDetail:t=>{if(!gt)return;const e=gt.getTenantId(),i=gt.getAppId(),n=gt.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>ht(void 0,void 0,void 0,function*(){var l,s;const c=yield a.json(),r=bn((l=c?.data)===null||l===void 0?void 0:l.data);if(r){const{$store:u}=yield fn(n,(s=r?.dataSource)!==null&&s!==void 0?s:[]);c.data.data=r,Object.assign(c.data.data,{__STORE__:u})}return c}))},getSxpDetailByPageId:t=>ht(void 0,void 0,void 0,function*(){if(!gt)return;const e=gt.getTenantId(),i=gt.getAppId(),n=gt.getApiUrl();return fetch(`${n}/storefront/v1/page/build?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(a=>ht(void 0,void 0,void 0,function*(){var l;const s=yield a.json();return s.success?(l=s?.data)===null||l===void 0?void 0:l.map(r=>Object.assign(Object.assign({},r),{data:bn(r?.data)})):void 0}))}),getSxpRecommendVideoData:t=>ht(void 0,void 0,void 0,function*(){if(!gt)return;const e=yield xo(gt,t),i=Ai(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");rt.isEmpty(n)&&(n=Ai(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const a=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:n,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return a?.data||null})};function ei(){return o.useContext(Mn)}function Po(){return o.useContext(Pn)}const Ri="feRealSessionIdKey",gn=()=>{const t=Eo();return`${Date.now()}${t}`},Mo=()=>{let t=Do();return t||(t=gn(),window.localStorage.setItem(Ri,t)),t},Ni=()=>{const t=gn();window.localStorage.setItem(Ri,t)},Do=()=>window.localStorage.getItem(Ri),yn="SXP_FAKE_USER_ID",wn="FAKE_USER_STATE",Sn="AGREE_POLICY",xn="SLIDE_SKIP_STATE",Tn="CCONTSENT_STATE",En=()=>{let t=window.localStorage.getItem(yn);return rt.isEmpty(t)&&(t=Ai(36,62),window.localStorage.setItem(yn,t)),t},_o=()=>{const t=window.localStorage.getItem(wn);return rt.isEmpty(t)&&window.localStorage.setItem(wn,"true"),rt.isEmpty(t)},Oo=()=>{const t=window.localStorage.getItem(xn);return rt.isEmpty(t)},Lo=()=>{window.localStorage.setItem(xn,"true")},Ro=()=>{const t=window.localStorage.getItem(Tn);return rt.isEmpty(t)&&window.localStorage.setItem(Tn,"true"),rt.isEmpty(t)};function Nt(t,e){const{appDomain:i}=Fe();return o.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const mt=new yo;var dt;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(dt||(dt={}));const No=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:a,privacy_policy_title:l})=>{const{setIsAgreePolicy:s,bffEventReport:c}=Fe(),r=o.useMemo(()=>{var f;const h=location.search.slice(1),b={};(f=bi(h.replace(/\+/g,"%2B")))===null||f===void 0||f.map(g=>{const A=g.split("=")[0],S=g.split("=")[1];b[A]=S});for(const g in b)b[g]=b[g].replace(/%2B/g,"+");return b},[]),u=f=>{var h;return(h=r[f])!==null&&h!==void 0?h:null};o.useEffect(()=>{c?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:u("utm_source"),utmMedium:u("utm_medium"),utmCampaign:u("utm_campaign"),utmId:u("utm_id"),utmContent:u("utm_content"),clSource:u("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const d=()=>{c?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),s?.(!0),window.localStorage.setItem(Sn,"yes")};return o.createElement("div",{className:"consent-bg"},o.createElement("div",{className:"consent"},o.createElement("div",{className:"consent-col"},o.createElement("div",{className:"consent-title"},i??"Privacy Policy"),o.createElement("div",{className:"consent-content"},n??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),o.createElement("div",{className:"consent-col"},o.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:d},"Agree"),o.createElement("a",{className:"consent-policy",target:"_blank",href:a?`https://${a}`:void 0},l??"More information"))))};var Vo=o.memo(No);const Cn=o.createContext({rtcList:[],tagList:[]});var Vi;(function(t){t[t.BFF=5]="BFF"})(Vi||(Vi={}));const gi="FOR U",jo=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:a,defaultSize:l,isPreview:s=!1,sxpParameter:c,appDomain:r,hashTagSize:u,loadingImage:d,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:b,consentWidth:g,isOpenConsent:A=!1,isEditor:S=!1,utmParameter:v,channelQueryList:y,data:p,dataList:T,onUpdateSchema:k,onUpdateChannel:I})=>{var L,m,x,w,M;const[C,O]=o.useState([]),[E,V]=o.useState([]),[F,_]=o.useState(!1),[N,R]=o.useState({rtc:"",requestId:""}),D=o.useRef(null),j=o.useRef(!1),[H,K]=o.useState(()=>!!window.localStorage.getItem(Sn)),[Q,$]=o.useState(),[le,de]=o.useState(),[ee,Ie]=o.useState(f),[_e,Be]=o.useState([]),[Y,J]=o.useState(0),[ce,he]=o.useState(!1),[Ae,oe]=o.useState(null),ke=o.useRef(),Xe=o.useRef(),Re=o.useRef(),[Ye,Ke]=o.useState(gi),ge=o.useRef(-1),Z=o.useRef(null),[X,ie]=o.useState(!1),[ne,se]=o.useState((m=(L=p?.data)===null||L===void 0?void 0:L.sxpPageConf)===null||m===void 0?void 0:m.globalConfig),[Se,qe]=o.useState(),[te,B]=o.useState(!1),[Ge,wt]=o.useState(),[et,At]=o.useState(),[ft,St]=o.useState([]),[Ft,Mt]=o.useState(),Bt=o.useMemo(()=>Se??p,[Se,p]),It=o.useMemo(()=>{var W,z,fe,De;return(((De=(fe=(z=(W=ne?.consent)===null||W===void 0?void 0:W[0])===null||z===void 0?void 0:z.item)===null||fe===void 0?void 0:fe.props)===null||De===void 0?void 0:De.privacy_necessity)&&!H&&!S||A)&&te},[H,ne,A,S,te]),Lt=o.useCallback(W=>{I?.(W),At(W)},[]),xt=o.useCallback(W=>{var z;const fe=W?.recList;return(z=fe?.map(ue=>{var ye,Ne,Le,Pe,Je,$e;if(!((ye=ue?.video)===null||ye===void 0)&&ye.bindProducts&&((Le=(Ne=ue?.video)===null||Ne===void 0?void 0:Ne.bindProducts)===null||Le===void 0?void 0:Le.length)>0){const nt=($e=(Je=(Pe=ue?.video)===null||Pe===void 0?void 0:Pe.bindProducts)===null||Je===void 0?void 0:Je.filter(ot=>!!ot?.bindCta))!==null&&$e!==void 0?$e:[];return Object.assign(Object.assign({},ue),{video:Object.assign(Object.assign({},ue?.video),{bindProducts:nt})})}return ue}))!==null&&z!==void 0?z:[]},[]);o.useEffect(()=>{let W;return ft.length>0&&(W=setInterval(()=>{const fe=new Date,De=15*1e3;St(ue=>ue.filter(ye=>fe-ye.time<=De))},1e3)),()=>{clearInterval(W)}},[ft]),o.useEffect(()=>{const W=z=>{ke.current=z};return mt.on(dt.CHANGE_THEME_TAG,W),()=>{mt.off(dt.CHANGE_THEME_TAG,W)}},[]),o.useEffect(()=>{Ie(f)},[f]);const zt=o.useMemo(()=>e?.find(W=>W.type===Vi.BFF),[e]),ze=o.useCallback((W,z)=>{if(!zt)return;const fe=zt.url,De=En();if(z?.query){const ue=go.stringify(z.query);W=`${W}?${ue}`}return z.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${fe}/api/v1${W}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},z.body),zt.headers),{"x-user-id":De}))],{type:"application/json;charset=UTF-8"})):window.fetch(`${fe}/api/v1${W}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":De},zt.headers),method:z.method,body:JSON.stringify(z.body)}).then(ue=>ue.json()).catch(ue=>Promise.reject(ue))},[zt]),Dt=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){var z,fe,De,ue,ye,Ne,Le,Pe,Je,$e,nt,ot,Ue,Ze;if(W={maxSize:(z=W?.maxSize)!==null&&z!==void 0?z:a,defaultSize:(fe=W?.defaultSize)!==null&&fe!==void 0?fe:l,hashTag:W?.hashTag,traceInfo:W?.traceInfo,themeTag:W?.themeTag,pageNum:W?.pageNum,contentFilter:W?.contentFilter,productFilter:W?.productFilter},et)W=Object.assign(Object.assign({},W),{channel:decodeURIComponent(et)});else if(i){const G=(ye=(ue=(De=bi(i))===null||De===void 0?void 0:De.filter(q=>{var U,pe;const re=q.split("=")[0];return(pe=(U=v?.channels)!==null&&U!==void 0?U:[])===null||pe===void 0?void 0:pe.includes(re)}))===null||ue===void 0?void 0:ue.join("&"))!==null&&ye!==void 0?ye:"";G&&(W=Object.assign(Object.assign({},W),{channel:decodeURIComponent(G)}))}if(S){let G=1;if(W=Object.assign(Object.assign(Object.assign({},W),{directPage:!0,level:1}),!i&&y&&y?.length>0&&{channel:y?.[0]}),!W?.channel||j.current)return;j.current=!0;let q=[],U=null;const pe=re=>ht(void 0,void 0,void 0,function*(){var ve,we,Oe,Ve,je,me;if(re.pageNum=G,U=yield ze?.("/recommend/list",{method:"POST",body:re}),!U?.success)return;_(!1),q=q.concat((Ve=(Oe=(we=(ve=U?.data)===null||ve===void 0?void 0:ve.recList)===null||we===void 0?void 0:we.filter)===null||Oe===void 0?void 0:Oe.call(we,We=>We?.product||We?.video))!==null&&Ve!==void 0?Ve:[]),O(xt(Object.assign(Object.assign({},U.data),{recList:q}))),Be(xt(Object.assign(Object.assign({},U.data),{recList:q}))),((me=(je=U?.data)===null||je===void 0?void 0:je.recList)===null||me===void 0?void 0:me.some(We=>We?.product||We?.video))&&(G=G+1,yield pe(re))});return yield pe(W),!W?.hashTag&&U&&R({rtc:(Ne=U?.data)===null||Ne===void 0?void 0:Ne.rtc,requestId:(Le=U?.data)===null||Le===void 0?void 0:Le.requestId}),Object.assign(Object.assign({},U.data),{recList:q})}ne?.enablePreview&&(W=Object.assign(Object.assign({},W),{directPage:!0,level:1,pageNum:(Pe=W?.pageNum)!==null&&Pe!==void 0?Pe:1}));const P=yield ze?.("/recommend/list",{method:"POST",body:W});if(P?.success){if(W?.hashTag||R({rtc:P.data.rtc,requestId:P.data.requestId}),ne?.enablePreview&&!S){let G=[];return G=G.concat((ot=(nt=($e=(Je=P?.data)===null||Je===void 0?void 0:Je.recList)===null||$e===void 0?void 0:$e.filter)===null||nt===void 0?void 0:nt.call($e,U=>U?.product||U?.video))!==null&&ot!==void 0?ot:[]),((Ze=(Ue=P?.data)===null||Ue===void 0?void 0:Ue.recList)===null||Ze===void 0?void 0:Ze.some(U=>U?.product||U?.video))||ie(!0),Object.assign(Object.assign({},P.data),{recList:G})}return P?.data}}),[ze,i,a,l,y,et]),_t=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){var z,fe,De,ue;if(C.length<=0)return;const ye=C?.[C?.length-1],Ne=yield Dt(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:le?.hashTag},((z=ye?.product)===null||z===void 0?void 0:z.itemId)&&{productFilter:[(fe=ye?.product)===null||fe===void 0?void 0:fe.itemId]}),((De=ye?.video)===null||De===void 0?void 0:De.itemId)&&{contentFilter:[(ue=ye?.video)===null||ue===void 0?void 0:ue.itemId]}),{themeTag:ke.current}),ne?.enablePreview&&!S&&{pageNum:W}));return O(C.concat(xt(Ne))),Be(_e.concat(xt(Ne))),Ne}),[Dt,C,le,_e]),be=o.useCallback((W,z)=>{var fe,De,ue,ye,Ne;let Le=!1;const Pe=(De=(fe=p?.data)===null||fe===void 0?void 0:fe.sxpPageConf)===null||De===void 0?void 0:De.globalConfig;if(!((ue=Pe?.session)===null||ue===void 0)&&ue.enable){const Je=localStorage.getItem("sessionStartTime"),$e=Je?JSON.parse(Je):new Date().getTime();Math.floor((new Date().getTime()-$e)/1e3/60)>=((Ne=(ye=Pe?.session)===null||ye===void 0?void 0:ye.expires)!==null&&Ne!==void 0?Ne:30)&&(z?.("sessionTimeOut"),Ni(),Xe.current=new Date,Le=!0),localStorage.setItem("sessionStartTime",JSON.stringify(new Date().getTime()))}else W&&Ni();return Le},[p]),ae=o.useCallback(({userInfo:W,eventInfo:z,reportLayId:fe=!0})=>{if(!n||ne?.enablePreview)return;W||(W={});const De=Mo(),ue=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:De,rtc:N.rtc,requestId:N.requestId},{playbookType:Ft}),Ge&&fe&&{layoutVariantId:Ge}),z),z?.position&&et&&{position:Number(z?.position)+1+""}),ye=Object.entries(W).map(([Le,Pe])=>({name:Le,value:Pe})),Ne=Object.entries(ue).map(([Le,Pe])=>Pe&&{name:Le,value:Pe}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",W),console.log("eventInfo:",ue),console.log("========= \u7ED3\u675F ========="),ze?.("/event/report",{method:"POST",body:{userInfo:ye,eventInfo:Ne},type:"beacon"})},[ze,N,n,ne?.enablePreview,Ge,ne,Ft]),Qe=o.useCallback(({eventName:W,product:z})=>{var fe,De,ue,ye,Ne;if(!n||!h||ne?.enablePreview||!(!((fe=ne?.converApi)===null||fe===void 0)&&fe[W]))return;const Le=rt.cloneDeep((De=ne?.converApi)===null||De===void 0?void 0:De[W]),Pe=new URLSearchParams(window.location.search),Je=Pe?.get("fbclid"),$e={event_source_url:(ue=window?.location)===null||ue===void 0?void 0:ue.href,external_id:En(),client_user_agent:(Ne=(ye=window?.navigator)===null||ye===void 0?void 0:ye.userAgent)!==null&&Ne!==void 0?Ne:"",fbc:Je?`fb.2.${new Date().getTime()}.${Je}`:"",fbp:An("_fbp")?`fb.2.${new Date().getTime()}.${An("_fbp")}`:"",time:Math.floor(Date.now()/1e3)},nt=/\{\{(.*?)\}\}/g,ot=Ue=>{if(Ue){if(Ue instanceof Array)Ue?.map(Ze=>ot(Ze));else for(const Ze in Ue)if(Ue.hasOwnProperty(Ze)){const P=Ue?.[Ze];if(typeof P=="object")ot(P);else if(typeof P=="string"){const G=P?.match(nt);G&&G.forEach(q=>{var U;const pe=q.substring(2,q.length-2);try{let re=new Function("fix_par","product",`return ${pe}`)($e,z);re?(pe?.indexOf("currency")!==-1&&re?.indexOf("-")!==-1&&typeof re=="string"&&(re=(U=re?.split("-"))===null||U===void 0?void 0:U[0]),Ue[Ze]=re):delete Ue[Ze]}catch(re){delete Ue[Ze],console.error("An error occurred:",re?.message)}})}}}};return ot(Le),ze?.("/fb/events",{method:"POST",body:Le,type:"beacon"})},[ze,n,h,ne?.enablePreview,ne]),bt=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){const z=yield ze?.("/recommend/like",{method:"POST",body:W});return z?.success}),[ze]),Jt=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){const z=yield ze?.("/recommend/unlike",{method:"POST",body:W});return z?.success}),[ze]),Gt=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){const z=yield ze?.("/customform",{method:"POST",body:W});return z?.success}),[ze]),Yt=o.useCallback(W=>ht(void 0,void 0,void 0,function*(){var z,fe,De,ue,ye,Ne,Le,Pe;const Je=!!(!((De=(fe=(z=W?.data)===null||z===void 0?void 0:z.sxpPageConf)===null||fe===void 0?void 0:fe.globalConfig)===null||De===void 0)&&De.isShowTag);if(!(!i||!Je))try{const $e=(Ne=(ye=(ue=bi(i))===null||ue===void 0?void 0:ue.filter(ot=>{var Ue,Ze;const P=ot.split("=")[0];return(Ze=(Ue=v?.channels)!==null&&Ue!==void 0?Ue:[])===null||Ze===void 0?void 0:Ze.includes(P)}))===null||ye===void 0?void 0:ye.join("&"))!==null&&Ne!==void 0?Ne:"",nt=yield ze?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent($e)}});V((Pe=(Le=nt?.data)===null||Le===void 0?void 0:Le.tags)!==null&&Pe!==void 0?Pe:[])}catch($e){console.log("e",$e)}}),[ze,i]),ui=o.useCallback((W,z,fe,De)=>{var ue,ye,Ne,Le,Pe,Je,$e,nt,ot,Ue,Ze,P,G,q,U,pe,re,ve,we,Oe,Ve,je,me,Te,We,lt,tt,at,pt,Me,ut,Tt,Ee,vt,qt,Et;const Rt=fe?.bindCta,st=((ue=z?.video)===null||ue===void 0?void 0:ue.bindProduct)||((ye=z?.video)===null||ye===void 0?void 0:ye.bindProducts)&&((Le=(Ne=z?.video)===null||Ne===void 0?void 0:Ne.bindProducts)===null||Le===void 0?void 0:Le.length)>0;let $t="",_i=null;ce?$t="hashTagPage":!((Pe=z?.video)===null||Pe===void 0)&&Pe.url?($t="videoPage",_i="video"):!(($e=(Je=z?.video)===null||Je===void 0?void 0:Je.imgUrls)===null||$e===void 0)&&$e.length&&($t="imagePage",_i="image");const vn=(q=(P=(nt=fe?.tags)!==null&&nt!==void 0?nt:(Ze=(Ue=(ot=z?.video)===null||ot===void 0?void 0:ot.bindProducts)===null||Ue===void 0?void 0:Ue[0])===null||Ze===void 0?void 0:Ze.tags)!==null&&P!==void 0?P:(G=z?.video)===null||G===void 0?void 0:G.tags)!==null&&q!==void 0?q:(U=z?.product)===null||U===void 0?void 0:U.tags;ae?.({eventInfo:Object.assign(Object.assign({},W),{ctaId:(pe=Rt?.itemId)!==null&&pe!==void 0?pe:"",ctaName:(re=Rt?.title)!==null&&re!==void 0?re:"",contentTags:vn?JSON.stringify(vn):"",position:De+"",contentId:(we=(ve=z?.video)===null||ve===void 0?void 0:ve.itemId)!==null&&we!==void 0?we:"",productId:st?fe?.itemId:"",traceInfo:(qt=(Tt=(tt=(me=(Oe=Rt?.traceInfo)!==null&&Oe!==void 0?Oe:(je=(Ve=z?.video)===null||Ve===void 0?void 0:Ve.bindCta)===null||je===void 0?void 0:je.traceInfo)!==null&&me!==void 0?me:(lt=(We=(Te=z?.video)===null||Te===void 0?void 0:Te.bindProduct)===null||We===void 0?void 0:We.bindCta)===null||lt===void 0?void 0:lt.traceInfo)!==null&&tt!==void 0?tt:(ut=(Me=(pt=(at=z?.video)===null||at===void 0?void 0:at.bindProducts)===null||pt===void 0?void 0:pt[0])===null||Me===void 0?void 0:Me.bindCta)===null||ut===void 0?void 0:ut.traceInfo)!==null&&Tt!==void 0?Tt:(vt=(Ee=z?.product)===null||Ee===void 0?void 0:Ee.bindCta)===null||vt===void 0?void 0:vt.traceInfo)!==null&&qt!==void 0?qt:"",fromKName:$t,fromKPage:(Et=location?.href)!==null&&Et!==void 0?Et:"",contentFormat:_i})})},[ae,ce]),Qt=o.useCallback(()=>{var W,z,fe;const De=location.search.slice(1),ue={};(W=bi(De.replace(/\+/g,"%2B")))===null||W===void 0||W.map(Le=>{const Pe=Le.split("=")[0],Je=Le.split("=")[1];ue[Pe]=Je});for(const Le in ue)ue[Le]=ue[Le].replace(/%2B/g,"+");const ye=Le=>{var Pe;return(Pe=ue[Le])!==null&&Pe!==void 0?Pe:""},Ne=new Date;Xe.current=Ne,ae?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:ye("utm_source"),utmMedium:ye("utm_medium"),utmCampaign:ye("utm_campaign"),utmId:ye("utm_id"),utmContent:ye("utm_content"),enterTime:Math.floor(Ne/1e3)+"",requestId:null,enterUrl:(fe=(z=window?.location)===null||z===void 0?void 0:z.href)!==null&&fe!==void 0?fe:"",clSource:ye("cl_source")},reportLayId:!1})},[ae]);o.useEffect(()=>{It||Qt()},[It]),o.useEffect(()=>{if(It||s)return;_(!0);let W,z;Dt().then(fe=>{var De,ue,ye,Ne,Le,Pe,Je,$e,nt,ot,Ue;if(fe){const Ze=xt(fe);let P,G;if(fe?.layoutVariantId){const q=(ue=(De=fe?.layoutVariantId)===null||De===void 0?void 0:De.split("-"))===null||ue===void 0?void 0:ue[1];q&&(W=q,wt(q),P=T?.find(U=>U?.id===q),P?(qe(P),document.title=(ye=P?.name)!==null&&ye!==void 0?ye:"home",G=(Le=(Ne=P?.data)===null||Ne===void 0?void 0:Ne.sxpPageConf)===null||Le===void 0?void 0:Le.globalConfig,se(G),k?.(P?.data),!((nt=($e=(Je=(Pe=G?.consent)===null||Pe===void 0?void 0:Pe[0])===null||Je===void 0?void 0:Je.item)===null||$e===void 0?void 0:$e.props)===null||nt===void 0)&&nt.privacy_necessity&&B(!0)):B(!0))}else B(!0);if(et||(G?.playbook==="organic menu"||!G&&ne?.playbook==="organic menu"?(Mt("organicMenu"),Ze.unshift("organic menu"),z="organicMenu"):(Mt("paidMedia"),z="paidMedia")),O(Ze),Be(Ze),Yt(P??Bt),et){const q=Ze?.[0],U=((ot=q?.video)===null||ot===void 0?void 0:ot.traceInfo)||((Ue=q?.product)===null||Ue===void 0?void 0:Ue.traceInfo)||"";ae?.({eventInfo:Object.assign({eventSubject:"multiPostClick",eventDescription:"multiPostClick",traceInfo:U,branchfeed:et},W&&{layoutVariantId:W})}),ae?.({eventInfo:Object.assign({eventSubject:"endMultiPost",eventDescription:"endMultiPost",contentFormat:"image",position:"0",traceInfo:U,nextStep:"multipostClick",timeOnSite:Math.floor((new Date-Re?.current)/1e3)+""},W&&{layoutVariantId:W})})}}}).finally(()=>{ae({eventInfo:Object.assign(Object.assign({eventSubject:"apiRequest",eventDescription:"api request succeed"},W&&{layoutVariantId:W}),z&&{playbookType:z})}),_(!1)})},[It,et]),o.useEffect(()=>{s&&(_(!0),Yt(p),Dt().then(W=>{if(W){const z=xt(W);ne?.playbook==="organic menu"&&!et&&z.unshift("organic menu"),O(z),Be(z)}}).finally(()=>{_(!1)}))},[Dt,Yt,et]);const Wt=Nt("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return o.createElement(Cn.Provider,{value:{rtcList:C,setRtcList:O,mutateLike:bt,mutateUnlike:Jt,submitForm:Gt,popupDetailData:Q,loadVideos:_t,setPopupDetailData:$,getRecommendVideos:Dt,bffEventReport:ae,isPreview:s,loading:F,sxpParameter:c,waterFallData:le,setWaterFallData:de,ctaEvent:ui,swiperRef:D,openHashtag:ee,setOpenHashtag:Ie,cacheRtcList:_e,setCacheRtcList:Be,cacheActiveIndex:Y,setCacheActiveIndex:J,isFromHashtag:ce,setIsFromHashtag:he,appDomain:r,hashTagSize:u,loadingImage:d??Wt,isOpenHashTag:f,tagList:E,setLoading:_,videoRef:Ae,setVideoRef:oe,bffFbReport:Qe,isAgreePolicy:H,setIsAgreePolicy:K,curTime:Xe,h5EnterLink:Qt,themeTag:ke,isShowConsent:It,selectTag:Ye,setSelectTag:Ke,globalConfig:ne,popupCurTimeRef:Z,checkCommodityIndexRef:ge,isEditor:S,isNoMoreData:X,updateChannel:Lt,channel:et,eventTimeList:ft,setEventTimeList:St,multiPostTimeRef:Re,refreshFeSession:be}},It?o.createElement(Vo,Object.assign({},(M=(w=(x=ne?.consent)===null||x===void 0?void 0:x[0])===null||w===void 0?void 0:w.item)===null||M===void 0?void 0:M.props)):t({rtcList:C,mutateLike:bt,mutateUnlike:Jt,submitForm:Gt,tagList:E,pageData:Bt}))};var In=o.memo(jo);function Fe(){return o.useContext(Cn)}var kn;(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"})(kn||(kn={}));const Pn=o.createContext({$store:{},options:[],configs:[]}),Fo=({children:t,isSsr:e,enable:i})=>{const[n,a]=o.useState([]),{schema:l}=ei(),[s,c]=o.useState(l.__STORE__||{}),[r,u]=o.useState([]);o.useEffect(()=>{var h;e||rt.isEqual(r,l?.dataSource)||u((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const d=o.useCallback(()=>ht(void 0,void 0,void 0,function*(){const{$store:h,idMapName:b}=yield fn("",r);c(h),f(h,b)}),[r]),f=(h,b)=>{const g=[];Object.entries(h).forEach(([A,S])=>{Object.keys(S).forEach(v=>{const y={label:`${b[A]} - ${v}`,value:`{{ ${A}.${v} }}`};g.push(y)})}),a(g)};return o.useEffect(()=>{e||d()},[d,e,l]),i?o.createElement(Pn.Provider,{value:{$store:l.__STORE__||s,options:n,configs:r}},t):t};var Bo=o.memo(Fo);const yi={id:Ai(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},ji={id:"",duration:0,name:"none"},Mn=o.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[yi],redoStack:[],popup:ji,setPopup:()=>{}}),Dn=o.forwardRef(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:a=!0,utmVal:l},s)=>{const[c,r]=o.useState(null),[u,d]=o.useState(n||{pointData:[yi],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=o.useState([yi]),[b,g]=o.useState([[yi]]),[A,S]=o.useState([]),[v,y]=o.useState(ji);typeof window<"u"&&(window.sxpPopup=(L,m)=>{y(Object.assign(Object.assign(Object.assign({},ji),{id:L}),m))}),typeof window<"u"&&(window.getJointUtmLink=L=>(Lo(),L?.indexOf("?")!==-1?L+(l?"&"+l:""):L+(l?"?"+l:""))),o.useEffect(()=>{g([u.pointData]),S([])},[u.type]);const p=o.useCallback(L=>{const m=rt.cloneDeep(u);m&&(m.dataSource=L,d?.(m))},[u]),[T,k]=o.useState();o.useImperativeHandle(s,()=>({loadSchema(L){L&&(g([L.pointData]),d(L))},exportSchema(){return rt.cloneDeep(u)},getPageInfoData(){return T},initPageInfoData(L){L&&k(L)}}));const I=o.useMemo(()=>{if(u)return u.type==="PC"?u.pcPageConf:u.mobilePageConf},[u]);return o.createElement(Mn.Provider,{value:{resolver:e,currentNode:c,schema:u,setCurrentNode:r,setSchema:d,saveDataSource:p,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:L=>k(Object.assign(Object.assign({},T),L)),undoStack:b,redoStack:A,setRedoStack:S,setUndoStack:g,getCurPageConf:I,popup:v,setPopup:y}},o.createElement(Bo,{isSsr:i,enable:a},t))});var zo=Object.freeze({__proto__:null,EditorCore:Dn}),Ho=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Wo=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u6807\u9898\u95F4\u8DDD",type:"TextSpace",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C\u6837\u5F0F",type:"TextStyle",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u5BF9\u9F50",type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function Ct(){const{bffEventReport:t,popupDetailData:e,isFromHashtag:i,eventTimeList:n,setEventTimeList:a}=Fe(),l=o.useCallback((r,u,d,f,h,b)=>{var g,A,S,v,y,p,T,k,I,L,m,x,w,M,C,O,E,V,F,_,N,R,D,j,H,K,Q,$,le,de,ee,Ie,_e,Be,Y,J,ce,he;if(n?.findIndex(Re=>Re.target===r?.target)!==-1)return;r&&a?.(Re=>[...Re,{target:r?.target,time:new Date}]);let oe="";e&&(!((A=(g=u?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0)&&A.length||!((S=u?.video)===null||S===void 0)&&S.bindProduct)?oe="pdpPage":i?oe="hashTagPage":!((v=u?.video)===null||v===void 0)&&v.url?oe="videoPage":!((y=u?.video)===null||y===void 0)&&y.imgUrls&&(!((T=(p=u?.video)===null||p===void 0?void 0:p.imgUrls)===null||T===void 0)&&T.length)?oe="imagePage":u?.product&&(oe="productPage");const ke=(M=(x=(k=d?.tags)!==null&&k!==void 0?k:(m=(L=(I=u?.video)===null||I===void 0?void 0:I.bindProducts)===null||L===void 0?void 0:L[0])===null||m===void 0?void 0:m.tags)!==null&&x!==void 0?x:(w=u?.video)===null||w===void 0?void 0:w.tags)!==null&&M!==void 0?M:(C=u?.product)===null||C===void 0?void 0:C.tags;let Xe=null;!((O=u?.video)===null||O===void 0)&&O.url?Xe="video":!((E=u?.video)===null||E===void 0)&&E.imgUrls&&(!((F=(V=u?.video)===null||V===void 0?void 0:V.imgUrls)===null||F===void 0)&&F.length)&&(Xe="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(_=d?.itemId)!==null&&_!==void 0?_:"",productName:(N=d?.title)!==null&&N!==void 0?N:"",price:d?.price?d?.price+"":"0",productCollection:(R=d?.collection)!==null&&R!==void 0?R:"",fromKName:oe,fromKPage:location?.href,contentTags:ke?JSON.stringify(ke):"",position:h+"",contentId:(j=(D=u?.video)===null||D===void 0?void 0:D.itemId)!==null&&j!==void 0?j:"",ctatId:(H=f?.itemId)!==null&&H!==void 0?H:"",traceInfo:(he=(Y=(_e=(le=(K=b??d?.traceInfo)!==null&&K!==void 0?K:($=(Q=u?.video)===null||Q===void 0?void 0:Q.bindProduct)===null||$===void 0?void 0:$.traceInfo)!==null&&le!==void 0?le:(Ie=(ee=(de=u?.video)===null||de===void 0?void 0:de.bindProducts)===null||ee===void 0?void 0:ee[0])===null||Ie===void 0?void 0:Ie.traceInfo)!==null&&_e!==void 0?_e:(Be=u?.product)===null||Be===void 0?void 0:Be.traceInfo)!==null&&Y!==void 0?Y:(ce=(J=u?.video)===null||J===void 0?void 0:J.bindCta)===null||ce===void 0?void 0:ce.traceInfo)!==null&&he!==void 0?he:""},Xe&&{contentFormat:Xe})})},[t,e,i,n]),s=o.useCallback((r,u,d,f,h)=>{var b,g,A,S,v,y,p,T,k,I,L,m,x,w;let M="";e&&(!((g=(b=r?.video)===null||b===void 0?void 0:b.bindProducts)===null||g===void 0)&&g.length||!((A=r?.video)===null||A===void 0)&&A.bindProduct)?M="pdpPage":r?.product&&(M="productPage"),t?.({eventInfo:{productId:u?.itemId,productName:u?.title,price:u?.price?u?.price+"":"0",productCollection:u?.collection,fromKName:M,fromKPage:location?.href,contentTags:JSON.stringify(u?.tags),position:h+"",contentId:(S=r?.video)===null||S===void 0?void 0:S.itemId,ctatId:d?.itemId,traceInfo:(w=(m=(T=(v=u?.traceInfo)!==null&&v!==void 0?v:(p=(y=r?.video)===null||y===void 0?void 0:y.bindProduct)===null||p===void 0?void 0:p.traceInfo)!==null&&T!==void 0?T:(L=(I=(k=r?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0?void 0:I[0])===null||L===void 0?void 0:L.traceInfo)!==null&&m!==void 0?m:(x=r?.product)===null||x===void 0?void 0:x.traceInfo)!==null&&w!==void 0?w:"",timeOnSite:Math.floor((new Date-f)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),c=o.useCallback((r,u,d,f)=>{u&&u===gi&&t?.({eventInfo:{lastFeed:r,themeTags:d?`['${d}']`:"",hashTags:f?`['${f}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:s,backMainFeed:c}}const Xo=({layout:t,columns:e,onChange:i})=>o.createElement(o.Fragment,null,e?.map((n,a)=>o.createElement("div",{key:a,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&o.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&o.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?n?.title:"\u8BF7\u8F93\u5165",name:n?.dataIndex},i&&{onChange:i})))));var Uo=o.memo(Xo);const Go=t=>{var e,i,{columns:n,style:a,title:l,textStyle:s,submitBgColor:c,submitColor:r,submitText:u,layoutType:d="inline",isExternalLink:f,isPopup:h,onClick:b,onClose:g,submitButtonStyle:A}=t,S=it(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:v,popupDetailData:y}=Fe(),{jumpToWeb:p}=Ct(),[T,k]=o.useState(!1),[I,L]=o.useState({}),[m,x]=o.useState(0),w=o.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),M=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),C=o.useMemo(()=>rt.cloneDeep(n)||w,[n,w]),O=o.useCallback(V=>{const{name:F,value:_}=V.target;L(Object.assign(Object.assign({},I),{[F]:_}))},[I]),E=rt.debounce(V=>ht(void 0,void 0,void 0,function*(){var F,_,N,R,D;const j=I;if(!j)return;const H=(_=(F=Object.keys(j))===null||F===void 0?void 0:F.map(Q=>{var $;return{name:Q,value:($=j[Q])!==null&&$!==void 0?$:""}}))===null||_===void 0?void 0:_.filter(Q=>Q?.value);if(!H||!H?.length)return;k(!0);const K=yield v?.({attributes:H});if(k(!1),K){if(f){const Q=y,$=(N=Q?.video)===null||N===void 0?void 0:N.bindProduct,le=(D=(R=Q?.video)===null||R===void 0?void 0:R.bindProduct)===null||D===void 0?void 0:D.bindCta,de=y?.index;p(V,Q,$,le,de)}h||g?.(),b?.()}}),1e3);return o.useEffect(()=>{const V=()=>{var F,_;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((F=document?.documentElement)===null||F===void 0?void 0:F.clientHeight)||((_=document?.body)===null||_===void 0?void 0:_.clientHeight))<M?x(50):x(0)};return window.addEventListener("resize",V),()=>{window.removeEventListener("resize",V)}},[]),o.createElement("div",{className:"pb-appoint-form"},o.createElement("div",{className:`pb-appoint-form-title ${Ce.css(Object.assign({},s))}`,dangerouslySetInnerHTML:{__html:xe(l,s)}}),o.createElement("div",Object.assign({className:Ce.css(Object.assign(Object.assign({},a),{marginTop:m}))},S),o.createElement("div",{className:"pb-appoint-form-container"},o.createElement(Uo,{columns:C,layout:d,onChange:O}))),o.createElement("div",{className:"pb-appoint-form-btn-wrapper"},o.createElement("button",{"aria-label":u,onClick:E,className:"pb-appoint-form-btn",style:Object.assign({color:r,background:c},A),dangerouslySetInnerHTML:{__html:xe(T?"loading...":u,A)}})))};var Yo=o.memo(Go);function ct(t,e){return t.extend=e,t}const qo=ct(Yo,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Wo,bindableProps:[],interactionRender:Ho},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var Zo=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A72 * 30"},{label:"\u80CC\u666F\u8272",type:"Color",name:["props","iframeBgColor"]}]},{title:"\u8F6E\u64AD\u6307\u793A\u5668",child:[{label:"\u80CC\u666F\u8272",name:["props","swiper","dotsBgColor"],type:"Color",initialValue:"rgba(0,0,0,.2)"},{label:"\u9009\u4E2D\u8272",name:["props","swiper","dotsActiveColor"],type:"Color",initialValue:"rgba(0,0,0,1)"},{label:"\u5E95\u8FB9\u8DDD",name:["props","swiper","dotsMarginBottom"],type:"Number",addonAfter:"px"}]},{title:"\u5173\u95ED\u6309\u94AE",child:[{label:"\u8DDF\u968F\u5F39\u7A97\u6EDA\u52A8",type:"Switch",name:["props","enableFixedCloseButton"]}]}];function _n(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function Fi(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:_n(e[i])&&_n(t[i])&&Object.keys(e[i]).length>0&&Fi(t[i],e[i])})}const On={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 kt(){const t=typeof document<"u"?document:{};return Fi(t,On),t}const Ko={document:On,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 yt(){const t=typeof window<"u"?window:{};return Fi(t,Ko),t}function ti(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Jo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function ai(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function Vt(){return Date.now()}function Qo(t){const e=yt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function $o(t,e){e===void 0&&(e="x");const i=yt();let n,a,l;const s=Qo(t);return i.WebKitCSSMatrix?(a=s.transform||s.webkitTransform,a.split(",").length>6&&(a=a.split(", ").map(c=>c.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(a==="none"?"":a)):(l=s.MozTransform||s.OTransform||s.MsTransform||s.msTransform||s.transform||s.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?a=l.m41:n.length===16?a=parseFloat(n[12]):a=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?a=l.m42:n.length===16?a=parseFloat(n[13]):a=parseFloat(n[5])),a||0}function wi(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function el(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Ot(){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&&!el(n)){const a=Object.keys(Object(n)).filter(l=>e.indexOf(l)<0);for(let l=0,s=a.length;l<s;l+=1){const c=a[l],r=Object.getOwnPropertyDescriptor(n,c);r!==void 0&&r.enumerable&&(wi(t[c])&&wi(n[c])?n[c].__swiper__?t[c]=n[c]:Ot(t[c],n[c]):!wi(t[c])&&wi(n[c])?(t[c]={},n[c].__swiper__?t[c]=n[c]:Ot(t[c],n[c])):t[c]=n[c])}}}return t}function Si(t,e,i){t.style.setProperty(e,i)}function Ln(t){let{swiper:e,targetPosition:i,side:n}=t;const a=yt(),l=-e.translate;let s=null,c;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",a.cancelAnimationFrame(e.cssModeFrameID);const u=i>l?"next":"prev",d=(h,b)=>u==="next"&&h>=b||u==="prev"&&h<=b,f=()=>{c=new Date().getTime(),s===null&&(s=c);const h=Math.max(Math.min((c-s)/r,1),0),b=.5-Math.cos(h*Math.PI)/2;let g=l+b*(i-l);if(d(g,i)&&(g=i),e.wrapperEl.scrollTo({[n]:g}),d(g,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:g})}),a.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=a.requestAnimationFrame(f)};f()}function Xt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function xi(t){try{console.warn(t);return}catch{}}function si(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:ti(e)),i}function Rn(t){const e=yt(),i=kt(),n=t.getBoundingClientRect(),a=i.body,l=t.clientTop||a.clientTop||0,s=t.clientLeft||a.clientLeft||0,c=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:n.top+c-l,left:n.left+r-s}}function tl(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 il(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 ii(t,e){return yt().getComputedStyle(t,null).getPropertyValue(e)}function vi(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Ti(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 Bi(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function zi(t,e,i){const n=yt();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 He(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function Hi(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=kt(),s=yt();e.keyboard={enabled:!1},i({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}});function c(d){if(!e.enabled)return;const{rtlTranslate:f}=e;let h=d;h.originalEvent&&(h=h.originalEvent);const b=h.keyCode||h.charCode,g=e.params.keyboard.pageUpDown,A=g&&b===33,S=g&&b===34,v=b===37,y=b===39,p=b===38,T=b===40;if(!e.allowSlideNext&&(e.isHorizontal()&&y||e.isVertical()&&T||S)||!e.allowSlidePrev&&(e.isHorizontal()&&v||e.isVertical()&&p||A))return!1;if(!(h.shiftKey||h.altKey||h.ctrlKey||h.metaKey)&&!(l.activeElement&&l.activeElement.nodeName&&(l.activeElement.nodeName.toLowerCase()==="input"||l.activeElement.nodeName.toLowerCase()==="textarea"))){if(e.params.keyboard.onlyInViewport&&(A||S||v||y||p||T)){let k=!1;if(Ti(e.el,`.${e.params.slideClass}, swiper-slide`).length>0&&Ti(e.el,`.${e.params.slideActiveClass}`).length===0)return;const I=e.el,L=I.clientWidth,m=I.clientHeight,x=s.innerWidth,w=s.innerHeight,M=Rn(I);f&&(M.left-=I.scrollLeft);const C=[[M.left,M.top],[M.left+L,M.top],[M.left,M.top+m],[M.left+L,M.top+m]];for(let O=0;O<C.length;O+=1){const E=C[O];if(E[0]>=0&&E[0]<=x&&E[1]>=0&&E[1]<=w){if(E[0]===0&&E[1]===0)continue;k=!0}}if(!k)return}e.isHorizontal()?((A||S||v||y)&&(h.preventDefault?h.preventDefault():h.returnValue=!1),((S||y)&&!f||(A||v)&&f)&&e.slideNext(),((A||v)&&!f||(S||y)&&f)&&e.slidePrev()):((A||S||p||T)&&(h.preventDefault?h.preventDefault():h.returnValue=!1),(S||T)&&e.slideNext(),(A||p)&&e.slidePrev()),a("keyPress",b)}}function r(){e.keyboard.enabled||(l.addEventListener("keydown",c),e.keyboard.enabled=!0)}function u(){e.keyboard.enabled&&(l.removeEventListener("keydown",c),e.keyboard.enabled=!1)}n("init",()=>{e.params.keyboard.enabled&&r()}),n("destroy",()=>{e.keyboard.enabled&&u()}),Object.assign(e.keyboard,{enable:r,disable:u})}function Ei(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=yt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let s,c=Vt(),r;const u=[];function d(p){let L=0,m=0,x=0,w=0;return"detail"in p&&(m=p.detail),"wheelDelta"in p&&(m=-p.wheelDelta/120),"wheelDeltaY"in p&&(m=-p.wheelDeltaY/120),"wheelDeltaX"in p&&(L=-p.wheelDeltaX/120),"axis"in p&&p.axis===p.HORIZONTAL_AXIS&&(L=m,m=0),x=L*10,w=m*10,"deltaY"in p&&(w=p.deltaY),"deltaX"in p&&(x=p.deltaX),p.shiftKey&&!x&&(x=w,w=0),(x||w)&&p.deltaMode&&(p.deltaMode===1?(x*=40,w*=40):(x*=800,w*=800)),x&&!L&&(L=x<1?-1:1),w&&!m&&(m=w<1?-1:1),{spinX:L,spinY:m,pixelX:x,pixelY:w}}function f(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function b(p){return e.params.mousewheel.thresholdDelta&&p.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&Vt()-c<e.params.mousewheel.thresholdTime?!1:p.delta>=6&&Vt()-c<60?!0:(p.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),a("scroll",p.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),a("scroll",p.raw)),c=new l.Date().getTime(),!1)}function g(p){const T=e.params.mousewheel;if(p.direction<0){if(e.isEnd&&!e.params.loop&&T.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&T.releaseOnEdges)return!0;return!1}function A(p){let T=p,k=!0;if(!e.enabled||p.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const I=e.params.mousewheel;e.params.cssMode&&T.preventDefault();let L=e.el;e.params.mousewheel.eventsTarget!=="container"&&(L=document.querySelector(e.params.mousewheel.eventsTarget));const m=L&&L.contains(T.target);if(!e.mouseEntered&&!m&&!I.releaseOnEdges)return!0;T.originalEvent&&(T=T.originalEvent);let x=0;const w=e.rtlTranslate?-1:1,M=d(T);if(I.forceToAxis)if(e.isHorizontal())if(Math.abs(M.pixelX)>Math.abs(M.pixelY))x=-M.pixelX*w;else return!0;else if(Math.abs(M.pixelY)>Math.abs(M.pixelX))x=-M.pixelY;else return!0;else x=Math.abs(M.pixelX)>Math.abs(M.pixelY)?-M.pixelX*w:-M.pixelY;if(x===0)return!0;I.invert&&(x=-x);let C=e.getTranslate()+x*I.sensitivity;if(C>=e.minTranslate()&&(C=e.minTranslate()),C<=e.maxTranslate()&&(C=e.maxTranslate()),k=e.params.loop?!0:!(C===e.minTranslate()||C===e.maxTranslate()),k&&e.params.nested&&T.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const O={time:Vt(),delta:Math.abs(x),direction:Math.sign(x),raw:p};u.length>=2&&u.shift();const E=u.length?u[u.length-1]:void 0;if(u.push(O),E?(O.direction!==E.direction||O.delta>E.delta||O.time>E.time+150)&&b(O):b(O),g(O))return!0}else{const O={time:Vt(),delta:Math.abs(x),direction:Math.sign(x)},E=r&&O.time<r.time+500&&O.delta<=r.delta&&O.direction===r.direction;if(!E){r=void 0;let V=e.getTranslate()+x*I.sensitivity;const F=e.isBeginning,_=e.isEnd;if(V>=e.minTranslate()&&(V=e.minTranslate()),V<=e.maxTranslate()&&(V=e.maxTranslate()),e.setTransition(0),e.setTranslate(V),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!F&&e.isBeginning||!_&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:O.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(s),s=void 0,u.length>=15&&u.shift();const N=u.length?u[u.length-1]:void 0,R=u[0];if(u.push(O),N&&(O.delta>N.delta||O.direction!==N.direction))u.splice(0);else if(u.length>=15&&O.time-R.time<500&&R.delta-O.delta>=1&&O.delta<=6){const D=x>0?.8:.2;r=O,u.splice(0),s=ai(()=>{e.slideToClosest(e.params.speed,!0,void 0,D)},0)}s||(s=ai(()=>{r=O,u.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(E||a("scroll",T),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),I.releaseOnEdges&&(V===e.minTranslate()||V===e.maxTranslate()))return!0}}return T.preventDefault?T.preventDefault():T.returnValue=!1,!1}function S(p){let T=e.el;e.params.mousewheel.eventsTarget!=="container"&&(T=document.querySelector(e.params.mousewheel.eventsTarget)),T[p]("mouseenter",f),T[p]("mouseleave",h),T[p]("wheel",A)}function v(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",A),!0):e.mousewheel.enabled?!1:(S("addEventListener"),e.mousewheel.enabled=!0,!0)}function y(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,A),!0):e.mousewheel.enabled?(S("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&y(),e.params.mousewheel.enabled&&v()}),n("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&y()}),Object.assign(e.mousewheel,{enable:v,disable:y})}function Wi(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(a=>{if(!i[a]&&i.auto===!0){let l=Xt(t.el,`.${n[a]}`)[0];l||(l=si("div",n[a]),l.className=n[a],t.el.append(l)),i[a]=l,e[a]=l}}),i}function Xi(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;i({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),e.navigation={nextEl:null,prevEl:null};function l(g){let A;return g&&typeof g=="string"&&e.isElement&&(A=e.el.querySelector(g),A)?A:(g&&(typeof g=="string"&&(A=[...document.querySelectorAll(g)]),e.params.uniqueNavElements&&typeof g=="string"&&A&&A.length>1&&e.el.querySelectorAll(g).length===1?A=e.el.querySelector(g):A&&A.length===1&&(A=A[0])),g&&!A?g:A)}function s(g,A){const S=e.params.navigation;g=He(g),g.forEach(v=>{v&&(v.classList[A?"add":"remove"](...S.disabledClass.split(" ")),v.tagName==="BUTTON"&&(v.disabled=A),e.params.watchOverflow&&e.enabled&&v.classList[e.isLocked?"add":"remove"](S.lockClass))})}function c(){const{nextEl:g,prevEl:A}=e.navigation;if(e.params.loop){s(A,!1),s(g,!1);return}s(A,e.isBeginning&&!e.params.rewind),s(g,e.isEnd&&!e.params.rewind)}function r(g){g.preventDefault(),!(e.isBeginning&&!e.params.loop&&!e.params.rewind)&&(e.slidePrev(),a("navigationPrev"))}function u(g){g.preventDefault(),!(e.isEnd&&!e.params.loop&&!e.params.rewind)&&(e.slideNext(),a("navigationNext"))}function d(){const g=e.params.navigation;if(e.params.navigation=Wi(e,e.originalParams.navigation,e.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(g.nextEl||g.prevEl))return;let A=l(g.nextEl),S=l(g.prevEl);Object.assign(e.navigation,{nextEl:A,prevEl:S}),A=He(A),S=He(S);const v=(y,p)=>{y&&y.addEventListener("click",p==="next"?u:r),!e.enabled&&y&&y.classList.add(...g.lockClass.split(" "))};A.forEach(y=>v(y,"next")),S.forEach(y=>v(y,"prev"))}function f(){let{nextEl:g,prevEl:A}=e.navigation;g=He(g),A=He(A);const S=(v,y)=>{v.removeEventListener("click",y==="next"?u:r),v.classList.remove(...e.params.navigation.disabledClass.split(" "))};g.forEach(v=>S(v,"next")),A.forEach(v=>S(v,"prev"))}n("init",()=>{e.params.navigation.enabled===!1?b():(d(),c())}),n("toEdge fromEdge lock unlock",()=>{c()}),n("destroy",()=>{f()}),n("enable disable",()=>{let{nextEl:g,prevEl:A}=e.navigation;if(g=He(g),A=He(A),e.enabled){c();return}[...g,...A].filter(S=>!!S).forEach(S=>S.classList.add(e.params.navigation.lockClass))}),n("click",(g,A)=>{let{nextEl:S,prevEl:v}=e.navigation;S=He(S),v=He(v);const y=A.target;let p=v.includes(y)||S.includes(y);if(e.isElement&&!p){const T=A.path||A.composedPath&&A.composedPath();T&&(p=T.find(k=>S.includes(k)||v.includes(k)))}if(e.params.navigation.hideOnClick&&!p){if(e.pagination&&e.params.pagination&&e.params.pagination.clickable&&(e.pagination.el===y||e.pagination.el.contains(y)))return;let T;S.length?T=S[0].classList.contains(e.params.navigation.hiddenClass):v.length&&(T=v[0].classList.contains(e.params.navigation.hiddenClass)),a(T===!0?"navigationShow":"navigationHide"),[...S,...v].filter(k=>!!k).forEach(k=>k.classList.toggle(e.params.navigation.hiddenClass))}});const h=()=>{e.el.classList.remove(...e.params.navigation.navigationDisabledClass.split(" ")),d(),c()},b=()=>{e.el.classList.add(...e.params.navigation.navigationDisabledClass.split(" ")),f()};Object.assign(e.navigation,{enable:h,disable:b,update:c,init:d,destroy:f})}function Zt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ci(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:v=>v,formatFractionTotal:v=>v,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let s,c=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function u(v,y){const{bulletActiveClass:p}=e.params.pagination;v&&(v=v[`${y==="prev"?"previous":"next"}ElementSibling`],v&&(v.classList.add(`${p}-${y}`),v=v[`${y==="prev"?"previous":"next"}ElementSibling`],v&&v.classList.add(`${p}-${y}-${y}`)))}function d(v){const y=v.target.closest(Zt(e.params.pagination.bulletClass));if(!y)return;v.preventDefault();const p=vi(y)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===p)return;e.slideToLoop(p)}else e.slideTo(p)}function f(){const v=e.rtl,y=e.params.pagination;if(r())return;let p=e.pagination.el;p=He(p);let T,k;const I=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,L=e.params.loop?Math.ceil(I/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(k=e.previousRealIndex||0,T=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(T=e.snapIndex,k=e.previousSnapIndex):(k=e.previousIndex||0,T=e.activeIndex||0),y.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const m=e.pagination.bullets;let x,w,M;if(y.dynamicBullets&&(s=zi(m[0],e.isHorizontal()?"width":"height",!0),p.forEach(C=>{C.style[e.isHorizontal()?"width":"height"]=`${s*(y.dynamicMainBullets+4)}px`}),y.dynamicMainBullets>1&&k!==void 0&&(c+=T-(k||0),c>y.dynamicMainBullets-1?c=y.dynamicMainBullets-1:c<0&&(c=0)),x=Math.max(T-c,0),w=x+(Math.min(m.length,y.dynamicMainBullets)-1),M=(w+x)/2),m.forEach(C=>{const O=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(E=>`${y.bulletActiveClass}${E}`)].map(E=>typeof E=="string"&&E.includes(" ")?E.split(" "):E).flat();C.classList.remove(...O)}),p.length>1)m.forEach(C=>{const O=vi(C);O===T?C.classList.add(...y.bulletActiveClass.split(" ")):e.isElement&&C.setAttribute("part","bullet"),y.dynamicBullets&&(O>=x&&O<=w&&C.classList.add(...`${y.bulletActiveClass}-main`.split(" ")),O===x&&u(C,"prev"),O===w&&u(C,"next"))});else{const C=m[T];if(C&&C.classList.add(...y.bulletActiveClass.split(" ")),e.isElement&&m.forEach((O,E)=>{O.setAttribute("part",E===T?"bullet-active":"bullet")}),y.dynamicBullets){const O=m[x],E=m[w];for(let V=x;V<=w;V+=1)m[V]&&m[V].classList.add(...`${y.bulletActiveClass}-main`.split(" "));u(O,"prev"),u(E,"next")}}if(y.dynamicBullets){const C=Math.min(m.length,y.dynamicMainBullets+4),O=(s*C-s)/2-M*s,E=v?"right":"left";m.forEach(V=>{V.style[e.isHorizontal()?E:"top"]=`${O}px`})}}p.forEach((m,x)=>{if(y.type==="fraction"&&(m.querySelectorAll(Zt(y.currentClass)).forEach(w=>{w.textContent=y.formatFractionCurrent(T+1)}),m.querySelectorAll(Zt(y.totalClass)).forEach(w=>{w.textContent=y.formatFractionTotal(L)})),y.type==="progressbar"){let w;y.progressbarOpposite?w=e.isHorizontal()?"vertical":"horizontal":w=e.isHorizontal()?"horizontal":"vertical";const M=(T+1)/L;let C=1,O=1;w==="horizontal"?C=M:O=M,m.querySelectorAll(Zt(y.progressbarFillClass)).forEach(E=>{E.style.transform=`translate3d(0,0,0) scaleX(${C}) scaleY(${O})`,E.style.transitionDuration=`${e.params.speed}ms`})}y.type==="custom"&&y.renderCustom?(m.innerHTML=y.renderCustom(e,T+1,L),x===0&&a("paginationRender",m)):(x===0&&a("paginationRender",m),a("paginationUpdate",m)),e.params.watchOverflow&&e.enabled&&m.classList[e.isLocked?"add":"remove"](y.lockClass)})}function h(){const v=e.params.pagination;if(r())return;const y=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 p=e.pagination.el;p=He(p);let T="";if(v.type==="bullets"){let k=e.params.loop?Math.ceil(y/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&k>y&&(k=y);for(let I=0;I<k;I+=1)v.renderBullet?T+=v.renderBullet.call(e,I,v.bulletClass):T+=`<${v.bulletElement} ${e.isElement?'part="bullet"':""} class="${v.bulletClass}"></${v.bulletElement}>`}v.type==="fraction"&&(v.renderFraction?T=v.renderFraction.call(e,v.currentClass,v.totalClass):T=`<span class="${v.currentClass}"></span> / <span class="${v.totalClass}"></span>`),v.type==="progressbar"&&(v.renderProgressbar?T=v.renderProgressbar.call(e,v.progressbarFillClass):T=`<span class="${v.progressbarFillClass}"></span>`),e.pagination.bullets=[],p.forEach(k=>{v.type!=="custom"&&(k.innerHTML=T||""),v.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(Zt(v.bulletClass)))}),v.type!=="custom"&&a("paginationRender",p[0])}function b(){e.params.pagination=Wi(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const v=e.params.pagination;if(!v.el)return;let y;typeof v.el=="string"&&e.isElement&&(y=e.el.querySelector(v.el)),!y&&typeof v.el=="string"&&(y=[...document.querySelectorAll(v.el)]),y||(y=v.el),!(!y||y.length===0)&&(e.params.uniqueNavElements&&typeof v.el=="string"&&Array.isArray(y)&&y.length>1&&(y=[...e.el.querySelectorAll(v.el)],y.length>1&&(y=y.filter(p=>Ti(p,".swiper")[0]===e.el)[0])),Array.isArray(y)&&y.length===1&&(y=y[0]),Object.assign(e.pagination,{el:y}),y=He(y),y.forEach(p=>{v.type==="bullets"&&v.clickable&&p.classList.add(...(v.clickableClass||"").split(" ")),p.classList.add(v.modifierClass+v.type),p.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.type==="bullets"&&v.dynamicBullets&&(p.classList.add(`${v.modifierClass}${v.type}-dynamic`),c=0,v.dynamicMainBullets<1&&(v.dynamicMainBullets=1)),v.type==="progressbar"&&v.progressbarOpposite&&p.classList.add(v.progressbarOppositeClass),v.clickable&&p.addEventListener("click",d),e.enabled||p.classList.add(v.lockClass)}))}function g(){const v=e.params.pagination;if(r())return;let y=e.pagination.el;y&&(y=He(y),y.forEach(p=>{p.classList.remove(v.hiddenClass),p.classList.remove(v.modifierClass+v.type),p.classList.remove(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.clickable&&(p.classList.remove(...(v.clickableClass||"").split(" ")),p.removeEventListener("click",d))})),e.pagination.bullets&&e.pagination.bullets.forEach(p=>p.classList.remove(...v.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const v=e.params.pagination;let{el:y}=e.pagination;y=He(y),y.forEach(p=>{p.classList.remove(v.horizontalClass,v.verticalClass),p.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?S():(b(),h(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{h(),f()}),n("destroy",()=>{g()}),n("enable disable",()=>{let{el:v}=e.pagination;v&&(v=He(v),v.forEach(y=>y.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(v,y)=>{const p=y.target,T=He(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&T&&T.length>0&&!p.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&p===e.navigation.nextEl||e.navigation.prevEl&&p===e.navigation.prevEl))return;const k=T[0].classList.contains(e.params.pagination.hiddenClass);a(k===!0?"paginationShow":"paginationHide"),T.forEach(I=>I.classList.toggle(e.params.pagination.hiddenClass))}});const A=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=He(v),v.forEach(y=>y.classList.remove(e.params.pagination.paginationDisabledClass))),b(),h(),f()},S=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=He(v),v.forEach(y=>y.classList.add(e.params.pagination.paginationDisabledClass))),g()};Object.assign(e.pagination,{enable:A,disable:S,render:h,update:f,init:b,destroy:g})}function nl(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=kt();let s=!1,c=null,r=null,u,d,f,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 b(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C,rtlTranslate:O}=e,{dragEl:E,el:V}=C,F=e.params.scrollbar,_=e.params.loop?e.progressLoop:e.progress;let N=d,R=(f-d)*_;O?(R=-R,R>0?(N=d-R,R=0):-R+d>f&&(N=f+R)):R<0?(N=d+R,R=0):R+d>f&&(N=f-R),e.isHorizontal()?(E.style.transform=`translate3d(${R}px, 0, 0)`,E.style.width=`${N}px`):(E.style.transform=`translate3d(0px, ${R}px, 0)`,E.style.height=`${N}px`),F.hide&&(clearTimeout(c),V.style.opacity=1,c=setTimeout(()=>{V.style.opacity=0,V.style.transitionDuration="400ms"},1e3))}function g(C){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${C}ms`)}function A(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C}=e,{dragEl:O,el:E}=C;O.style.width="",O.style.height="",f=e.isHorizontal()?E.offsetWidth:E.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?d=f*h:d=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?O.style.width=`${d}px`:O.style.height=`${d}px`,h>=1?E.style.display="none":E.style.display="",e.params.scrollbar.hide&&(E.style.opacity=0),e.params.watchOverflow&&e.enabled&&C.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function S(C){return e.isHorizontal()?C.clientX:C.clientY}function v(C){const{scrollbar:O,rtlTranslate:E}=e,{el:V}=O;let F;F=(S(C)-Rn(V)[e.isHorizontal()?"left":"top"]-(u!==null?u:d/2))/(f-d),F=Math.max(Math.min(F,1),0),E&&(F=1-F);const _=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*F;e.updateProgress(_),e.setTranslate(_),e.updateActiveIndex(),e.updateSlidesClasses()}function y(C){const O=e.params.scrollbar,{scrollbar:E,wrapperEl:V}=e,{el:F,dragEl:_}=E;s=!0,u=C.target===_?S(C)-C.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,C.preventDefault(),C.stopPropagation(),V.style.transitionDuration="100ms",_.style.transitionDuration="100ms",v(C),clearTimeout(r),F.style.transitionDuration="0ms",O.hide&&(F.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),a("scrollbarDragStart",C)}function p(C){const{scrollbar:O,wrapperEl:E}=e,{el:V,dragEl:F}=O;s&&(C.preventDefault&&C.cancelable?C.preventDefault():C.returnValue=!1,v(C),E.style.transitionDuration="0ms",V.style.transitionDuration="0ms",F.style.transitionDuration="0ms",a("scrollbarDragMove",C))}function T(C){const O=e.params.scrollbar,{scrollbar:E,wrapperEl:V}=e,{el:F}=E;s&&(s=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",V.style.transitionDuration=""),O.hide&&(clearTimeout(r),r=ai(()=>{F.style.opacity=0,F.style.transitionDuration="400ms"},1e3)),a("scrollbarDragEnd",C),O.snapOnRelease&&e.slideToClosest())}function k(C){const{scrollbar:O,params:E}=e,V=O.el;if(!V)return;const F=V,_=E.passiveListeners?{passive:!1,capture:!1}:!1,N=E.passiveListeners?{passive:!0,capture:!1}:!1;if(!F)return;const R=C==="on"?"addEventListener":"removeEventListener";F[R]("pointerdown",y,_),l[R]("pointermove",p,_),l[R]("pointerup",T,N)}function I(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function L(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function m(){const{scrollbar:C,el:O}=e;e.params.scrollbar=Wi(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const E=e.params.scrollbar;if(!E.el)return;let V;if(typeof E.el=="string"&&e.isElement&&(V=e.el.querySelector(E.el)),!V&&typeof E.el=="string"){if(V=l.querySelectorAll(E.el),!V.length)return}else V||(V=E.el);e.params.uniqueNavElements&&typeof E.el=="string"&&V.length>1&&O.querySelectorAll(E.el).length===1&&(V=O.querySelector(E.el)),V.length>0&&(V=V[0]),V.classList.add(e.isHorizontal()?E.horizontalClass:E.verticalClass);let F;V&&(F=V.querySelector(Zt(e.params.scrollbar.dragClass)),F||(F=si("div",e.params.scrollbar.dragClass),V.append(F))),Object.assign(C,{el:V,dragEl:F}),E.draggable&&I(),V&&V.classList[e.enabled?"remove":"add"](...ti(e.params.scrollbar.lockClass))}function x(){const C=e.params.scrollbar,O=e.scrollbar.el;O&&O.classList.remove(...ti(e.isHorizontal()?C.horizontalClass:C.verticalClass)),L()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const C=e.params.scrollbar;let{el:O}=e.scrollbar;O=He(O),O.forEach(E=>{E.classList.remove(C.horizontalClass,C.verticalClass),E.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?M():(m(),A(),b())}),n("update resize observerUpdate lock unlock changeDirection",()=>{A()}),n("setTranslate",()=>{b()}),n("setTransition",(C,O)=>{g(O)}),n("enable disable",()=>{const{el:C}=e.scrollbar;C&&C.classList[e.enabled?"remove":"add"](...ti(e.params.scrollbar.lockClass))}),n("destroy",()=>{x()});const w=()=>{e.el.classList.remove(...ti(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...ti(e.params.scrollbar.scrollbarDisabledClass)),m(),A(),b()},M=()=>{e.el.classList.add(...ti(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...ti(e.params.scrollbar.scrollbarDisabledClass)),x()};Object.assign(e.scrollbar,{enable:w,disable:M,updateSize:A,setTranslate:b,init:m,destroy:x})}function Ui(t){let{swiper:e,extendParams:i,on:n}=t;i({a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null}}),e.a11y={clicked:!1};let a=null,l,s,c=new Date().getTime();function r(_){const N=a;N.length!==0&&(N.innerHTML="",N.innerHTML=_)}function u(_){_===void 0&&(_=16);const N=()=>Math.round(16*Math.random()).toString(16);return"x".repeat(_).replace(/x/g,N)}function d(_){_=He(_),_.forEach(N=>{N.setAttribute("tabIndex","0")})}function f(_){_=He(_),_.forEach(N=>{N.setAttribute("tabIndex","-1")})}function h(_,N){_=He(_),_.forEach(R=>{R.setAttribute("role",N)})}function b(_,N){_=He(_),_.forEach(R=>{R.setAttribute("aria-roledescription",N)})}function g(_,N){_=He(_),_.forEach(R=>{R.setAttribute("aria-controls",N)})}function A(_,N){_=He(_),_.forEach(R=>{R.setAttribute("aria-label",N)})}function S(_,N){_=He(_),_.forEach(R=>{R.setAttribute("id",N)})}function v(_,N){_=He(_),_.forEach(R=>{R.setAttribute("aria-live",N)})}function y(_){_=He(_),_.forEach(N=>{N.setAttribute("aria-disabled",!0)})}function p(_){_=He(_),_.forEach(N=>{N.setAttribute("aria-disabled",!1)})}function T(_){if(_.keyCode!==13&&_.keyCode!==32)return;const N=e.params.a11y,R=_.target;if(!(e.pagination&&e.pagination.el&&(R===e.pagination.el||e.pagination.el.contains(_.target))&&!_.target.matches(Zt(e.params.pagination.bulletClass)))){if(e.navigation&&e.navigation.prevEl&&e.navigation.nextEl){const D=He(e.navigation.prevEl);He(e.navigation.nextEl).includes(R)&&(e.isEnd&&!e.params.loop||e.slideNext(),e.isEnd?r(N.lastSlideMessage):r(N.nextSlideMessage)),D.includes(R)&&(e.isBeginning&&!e.params.loop||e.slidePrev(),e.isBeginning?r(N.firstSlideMessage):r(N.prevSlideMessage))}e.pagination&&R.matches(Zt(e.params.pagination.bulletClass))&&R.click()}}function k(){if(e.params.loop||e.params.rewind||!e.navigation)return;const{nextEl:_,prevEl:N}=e.navigation;N&&(e.isBeginning?(y(N),f(N)):(p(N),d(N))),_&&(e.isEnd?(y(_),f(_)):(p(_),d(_)))}function I(){return e.pagination&&e.pagination.bullets&&e.pagination.bullets.length}function L(){return I()&&e.params.pagination.clickable}function m(){const _=e.params.a11y;I()&&e.pagination.bullets.forEach(N=>{e.params.pagination.clickable&&(d(N),e.params.pagination.renderBullet||(h(N,"button"),A(N,_.paginationBulletMessage.replace(/\{\{index\}\}/,vi(N)+1)))),N.matches(Zt(e.params.pagination.bulletActiveClass))?N.setAttribute("aria-current","true"):N.removeAttribute("aria-current")})}const x=(_,N,R)=>{d(_),_.tagName!=="BUTTON"&&(h(_,"button"),_.addEventListener("keydown",T)),A(_,R),g(_,N)},w=_=>{s&&s!==_.target&&!s.contains(_.target)&&(l=!0),e.a11y.clicked=!0},M=()=>{l=!1,requestAnimationFrame(()=>{requestAnimationFrame(()=>{e.destroyed||(e.a11y.clicked=!1)})})},C=_=>{c=new Date().getTime()},O=_=>{if(e.a11y.clicked||new Date().getTime()-c<100)return;const N=_.target.closest(`.${e.params.slideClass}, swiper-slide`);if(!N||!e.slides.includes(N))return;s=N;const R=e.slides.indexOf(N)===e.activeIndex,D=e.params.watchSlidesProgress&&e.visibleSlides&&e.visibleSlides.includes(N);R||D||_.sourceCapabilities&&_.sourceCapabilities.firesTouchEvents||(e.isHorizontal()?e.el.scrollLeft=0:e.el.scrollTop=0,requestAnimationFrame(()=>{l||(e.params.loop?e.slideToLoop(parseInt(N.getAttribute("data-swiper-slide-index")),0):e.slideTo(e.slides.indexOf(N),0),l=!1)}))},E=()=>{const _=e.params.a11y;_.itemRoleDescriptionMessage&&b(e.slides,_.itemRoleDescriptionMessage),_.slideRole&&h(e.slides,_.slideRole);const N=e.slides.length;_.slideLabelMessage&&e.slides.forEach((R,D)=>{const j=e.params.loop?parseInt(R.getAttribute("data-swiper-slide-index"),10):D,H=_.slideLabelMessage.replace(/\{\{index\}\}/,j+1).replace(/\{\{slidesLength\}\}/,N);A(R,H)})},V=()=>{const _=e.params.a11y;e.el.append(a);const N=e.el;_.containerRoleDescriptionMessage&&b(N,_.containerRoleDescriptionMessage),_.containerMessage&&A(N,_.containerMessage);const R=e.wrapperEl,D=_.id||R.getAttribute("id")||`swiper-wrapper-${u(16)}`,j=e.params.autoplay&&e.params.autoplay.enabled?"off":"polite";S(R,D),v(R,j),E();let{nextEl:H,prevEl:K}=e.navigation?e.navigation:{};H=He(H),K=He(K),H&&H.forEach($=>x($,D,_.nextSlideMessage)),K&&K.forEach($=>x($,D,_.prevSlideMessage)),L()&&He(e.pagination.el).forEach(le=>{le.addEventListener("keydown",T)}),kt().addEventListener("visibilitychange",C),e.el.addEventListener("focus",O,!0),e.el.addEventListener("focus",O,!0),e.el.addEventListener("pointerdown",w,!0),e.el.addEventListener("pointerup",M,!0)};function F(){a&&a.remove();let{nextEl:_,prevEl:N}=e.navigation?e.navigation:{};_=He(_),N=He(N),_&&_.forEach(D=>D.removeEventListener("keydown",T)),N&&N.forEach(D=>D.removeEventListener("keydown",T)),L()&&He(e.pagination.el).forEach(j=>{j.removeEventListener("keydown",T)}),kt().removeEventListener("visibilitychange",C),e.el&&typeof e.el!="string"&&(e.el.removeEventListener("focus",O,!0),e.el.removeEventListener("pointerdown",w,!0),e.el.removeEventListener("pointerup",M,!0))}n("beforeInit",()=>{a=si("span",e.params.a11y.notificationClass),a.setAttribute("aria-live","assertive"),a.setAttribute("aria-atomic","true")}),n("afterInit",()=>{e.params.a11y.enabled&&V()}),n("slidesLengthChange snapGridLengthChange slidesGridLengthChange",()=>{e.params.a11y.enabled&&E()}),n("fromEdge toEdge afterInit lock unlock",()=>{e.params.a11y.enabled&&k()}),n("paginationUpdate",()=>{e.params.a11y.enabled&&m()}),n("destroy",()=>{e.params.a11y.enabled&&F()})}function Ii(t){let{swiper:e,extendParams:i,on:n,emit:a,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let s,c,r=l&&l.autoplay?l.autoplay.delay:3e3,u=l&&l.autoplay?l.autoplay.delay:3e3,d,f=new Date().getTime(),h,b,g,A,S,v,y;function p(N){!e||e.destroyed||!e.wrapperEl||N.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",p),!(y||N.detail&&N.detail.bySwiperTouchMove)&&w())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(u=d,h=!1);const N=e.autoplay.paused?d:f+u-new Date().getTime();e.autoplay.timeLeft=N,a("autoplayTimeLeft",N,N/r),c=requestAnimationFrame(()=>{T()})},k=()=>{let N;return e.virtual&&e.params.virtual.enabled?N=e.slides.filter(D=>D.classList.contains("swiper-slide-active"))[0]:N=e.slides[e.activeIndex],N?parseInt(N.getAttribute("data-swiper-autoplay"),10):void 0},I=N=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(c),T();let R=typeof N>"u"?e.params.autoplay.delay:N;r=e.params.autoplay.delay,u=e.params.autoplay.delay;const D=k();!Number.isNaN(D)&&D>0&&typeof N>"u"&&(R=D,r=D,u=D),d=R;const j=e.params.speed,H=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(j,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,j,!0,!0),a("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(j,!0,!0),a("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,j,!0,!0),a("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{I()})))};return R>0?(clearTimeout(s),s=setTimeout(()=>{H()},R)):requestAnimationFrame(()=>{H()}),R},L=()=>{f=new Date().getTime(),e.autoplay.running=!0,I(),a("autoplayStart")},m=()=>{e.autoplay.running=!1,clearTimeout(s),cancelAnimationFrame(c),a("autoplayStop")},x=(N,R)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(s),N||(v=!0);const D=()=>{a("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",p):w()};if(e.autoplay.paused=!0,R){S&&(d=e.params.autoplay.delay),S=!1,D();return}d=(d||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&d<0&&!e.params.loop)&&(d<0&&(d=0),D())},w=()=>{e.isEnd&&d<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),v?(v=!1,I(d)):I(),e.autoplay.paused=!1,a("autoplayResume"))},M=()=>{if(e.destroyed||!e.autoplay.running)return;const N=kt();N.visibilityState==="hidden"&&(v=!0,x(!0)),N.visibilityState==="visible"&&w()},C=N=>{N.pointerType==="mouse"&&(v=!0,y=!0,!(e.animating||e.autoplay.paused)&&x(!0))},O=N=>{N.pointerType==="mouse"&&(y=!1,e.autoplay.paused&&w())},E=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",C),e.el.addEventListener("pointerleave",O))},V=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",C),e.el.removeEventListener("pointerleave",O))},F=()=>{kt().addEventListener("visibilitychange",M)},_=()=>{kt().removeEventListener("visibilitychange",M)};n("init",()=>{e.params.autoplay.enabled&&(E(),F(),L())}),n("destroy",()=>{V(),_(),e.autoplay.running&&m()}),n("_freeModeStaticRelease",()=>{(g||v)&&w()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?m():x(!0,!0)}),n("beforeTransitionStart",(N,R,D)=>{e.destroyed||!e.autoplay.running||(D||!e.params.autoplay.disableOnInteraction?x(!0,!0):m())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){m();return}b=!0,g=!1,v=!1,A=setTimeout(()=>{v=!0,g=!0,x(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!b)){if(clearTimeout(A),clearTimeout(s),e.params.autoplay.disableOnInteraction){g=!1,b=!1;return}g&&e.params.cssMode&&w(),g=!1,b=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(S=!0)}),Object.assign(e.autoplay,{start:L,stop:m,pause:x,resume:w})}function ol(t){let{swiper:e,extendParams:i,emit:n,once:a}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const r=e.getTranslate();e.setTranslate(r),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function s(){if(e.params.cssMode)return;const{touchEventsData:r,touches:u}=e;r.velocities.length===0&&r.velocities.push({position:u[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:u[e.isHorizontal()?"currentX":"currentY"],time:Vt()})}function c(r){let{currentPos:u}=r;if(e.params.cssMode)return;const{params:d,wrapperEl:f,rtlTranslate:h,snapGrid:b,touchEventsData:g}=e,S=Vt()-g.touchStartTime;if(u<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(u>-e.maxTranslate()){e.slides.length<b.length?e.slideTo(b.length-1):e.slideTo(e.slides.length-1);return}if(d.freeMode.momentum){if(g.velocities.length>1){const m=g.velocities.pop(),x=g.velocities.pop(),w=m.position-x.position,M=m.time-x.time;e.velocity=w/M,e.velocity/=2,Math.abs(e.velocity)<d.freeMode.minimumVelocity&&(e.velocity=0),(M>150||Vt()-m.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=d.freeMode.momentumVelocityRatio,g.velocities.length=0;let v=1e3*d.freeMode.momentumRatio;const y=e.velocity*v;let p=e.translate+y;h&&(p=-p);let T=!1,k;const I=Math.abs(e.velocity)*20*d.freeMode.momentumBounceRatio;let L;if(p<e.maxTranslate())d.freeMode.momentumBounce?(p+e.maxTranslate()<-I&&(p=e.maxTranslate()-I),k=e.maxTranslate(),T=!0,g.allowMomentumBounce=!0):p=e.maxTranslate(),d.loop&&d.centeredSlides&&(L=!0);else if(p>e.minTranslate())d.freeMode.momentumBounce?(p-e.minTranslate()>I&&(p=e.minTranslate()+I),k=e.minTranslate(),T=!0,g.allowMomentumBounce=!0):p=e.minTranslate(),d.loop&&d.centeredSlides&&(L=!0);else if(d.freeMode.sticky){let m;for(let x=0;x<b.length;x+=1)if(b[x]>-p){m=x;break}Math.abs(b[m]-p)<Math.abs(b[m-1]-p)||e.swipeDirection==="next"?p=b[m]:p=b[m-1],p=-p}if(L&&a("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?v=Math.abs((-p-e.translate)/e.velocity):v=Math.abs((p-e.translate)/e.velocity),d.freeMode.sticky){const m=Math.abs((h?-p:p)-e.translate),x=e.slidesSizesGrid[e.activeIndex];m<x?v=d.speed:m<2*x?v=d.speed*1.5:v=d.speed*2.5}}else if(d.freeMode.sticky){e.slideToClosest();return}d.freeMode.momentumBounce&&T?(e.updateProgress(k),e.setTransition(v),e.setTranslate(p),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Bi(f,()=>{!e||e.destroyed||!g.allowMomentumBounce||(n("momentumBounce"),e.setTransition(d.speed),setTimeout(()=>{e.setTranslate(k),Bi(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(p),e.setTransition(v),e.setTranslate(p),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Bi(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(p),e.updateActiveIndex(),e.updateSlidesClasses()}else if(d.freeMode.sticky){e.slideToClosest();return}else d.freeMode&&n("_freeModeNoMomentumRelease");(!d.freeMode.momentum||S>=d.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:s,onTouchEnd:c}})}let Gi;function ll(){const t=yt(),e=kt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function Nn(){return Gi||(Gi=ll()),Gi}let Yi;function al(t){let{userAgent:e}=t===void 0?{}:t;const i=Nn(),n=yt(),a=n.navigator.platform,l=e||n.navigator.userAgent,s={ios:!1,android:!1},c=n.screen.width,r=n.screen.height,u=l.match(/(Android);?[\s\/]+([\d.]+)?/);let d=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),h=!d&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),b=a==="Win32";let g=a==="MacIntel";const A=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!d&&g&&i.touch&&A.indexOf(`${c}x${r}`)>=0&&(d=l.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),g=!1),u&&!b&&(s.os="android",s.android=!0),(d||h||f)&&(s.os="ios",s.ios=!0),s}function Vn(t){return t===void 0&&(t={}),Yi||(Yi=al(t)),Yi}let qi;function sl(){const t=yt(),e=Vn();let i=!1;function n(){const c=t.navigator.userAgent.toLowerCase();return c.indexOf("safari")>=0&&c.indexOf("chrome")<0&&c.indexOf("android")<0}if(n()){const c=String(t.navigator.userAgent);if(c.includes("Version/")){const[r,u]=c.split("Version/")[1].split(" ")[0].split(".").map(d=>Number(d));i=r<16||r===16&&u<2}}const a=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=n(),s=l||a&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:s,isWebView:a}}function rl(){return qi||(qi=sl()),qi}function dl(t){let{swiper:e,on:i,emit:n}=t;const a=yt();let l=null,s=null;const c=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{s=a.requestAnimationFrame(()=>{const{width:h,height:b}=e;let g=h,A=b;f.forEach(S=>{let{contentBoxSize:v,contentRect:y,target:p}=S;p&&p!==e.el||(g=y?y.width:(v[0]||v).inlineSize,A=y?y.height:(v[0]||v).blockSize)}),(g!==h||A!==b)&&c()})}),l.observe(e.el))},u=()=>{s&&a.cancelAnimationFrame(s),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 a.ResizeObserver<"u"){r();return}a.addEventListener("resize",c),a.addEventListener("orientationchange",d)}),i("destroy",()=>{u(),a.removeEventListener("resize",c),a.removeEventListener("orientationchange",d)})}function cl(t){let{swiper:e,extendParams:i,on:n,emit:a}=t;const l=[],s=yt(),c=function(d,f){f===void 0&&(f={});const h=s.MutationObserver||s.WebkitMutationObserver,b=new h(g=>{if(e.__preventObserver__)return;if(g.length===1){a("observerUpdate",g[0]);return}const A=function(){a("observerUpdate",g[0])};s.requestAnimationFrame?s.requestAnimationFrame(A):s.setTimeout(A,0)});b.observe(d,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(b)},r=()=>{if(e.params.observer){if(e.params.observeParents){const d=Ti(e.hostEl);for(let f=0;f<d.length;f+=1)c(d[f])}c(e.hostEl,{childList:e.params.observeSlideChildren}),c(e.wrapperEl,{attributes:!1})}},u=()=>{l.forEach(d=>{d.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",r),n("destroy",u)}var ul={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const a=i?"unshift":"push";return t.split(" ").forEach(l=>{n.eventsListeners[l]||(n.eventsListeners[l]=[]),n.eventsListeners[l][a](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function a(){n.off(t,a),a.__emitterProxy&&delete a.__emitterProxy;for(var l=arguments.length,s=new Array(l),c=0;c<l;c++)s[c]=arguments[c];e.apply(n,s)}return a.__emitterProxy=e,n.on(t,a,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((a,l)=>{(a===e||a.__emitterProxy&&a.__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 a=arguments.length,l=new Array(a),s=0;s<a;s++)l[s]=arguments[s];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),n=t):(e=l[0].events,i=l[0].data,n=l[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(u=>{u.apply(n,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(u=>{u.apply(n,i)})}),t}};function vl(){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(ii(n,"padding-left")||0,10)-parseInt(ii(n,"padding-right")||0,10),i=i-parseInt(ii(n,"padding-top")||0,10)-parseInt(ii(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 pl(){const t=this;function e(w,M){return parseFloat(w.getPropertyValue(t.getDirectionLabel(M))||0)}const i=t.params,{wrapperEl:n,slidesEl:a,size:l,rtlTranslate:s,wrongRTL:c}=t,r=t.virtual&&i.virtual.enabled,u=r?t.virtual.slides.length:t.slides.length,d=Xt(a,`.${t.params.slideClass}, swiper-slide`),f=r?t.virtual.slides.length:d.length;let h=[];const b=[],g=[];let A=i.slidesOffsetBefore;typeof A=="function"&&(A=i.slidesOffsetBefore.call(t));let S=i.slidesOffsetAfter;typeof S=="function"&&(S=i.slidesOffsetAfter.call(t));const v=t.snapGrid.length,y=t.slidesGrid.length;let p=i.spaceBetween,T=-A,k=0,I=0;if(typeof l>"u")return;typeof p=="string"&&p.indexOf("%")>=0?p=parseFloat(p.replace("%",""))/100*l:typeof p=="string"&&(p=parseFloat(p)),t.virtualSize=-p,d.forEach(w=>{s?w.style.marginLeft="":w.style.marginRight="",w.style.marginBottom="",w.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(Si(n,"--swiper-centered-offset-before",""),Si(n,"--swiper-centered-offset-after",""));const L=i.grid&&i.grid.rows>1&&t.grid;L?t.grid.initSlides(d):t.grid&&t.grid.unsetSlides();let m;const x=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(w=>typeof i.breakpoints[w].slidesPerView<"u").length>0;for(let w=0;w<f;w+=1){m=0;let M;if(d[w]&&(M=d[w]),L&&t.grid.updateSlide(w,M,d),!(d[w]&&ii(M,"display")==="none")){if(i.slidesPerView==="auto"){x&&(d[w].style[t.getDirectionLabel("width")]="");const C=getComputedStyle(M),O=M.style.transform,E=M.style.webkitTransform;if(O&&(M.style.transform="none"),E&&(M.style.webkitTransform="none"),i.roundLengths)m=t.isHorizontal()?zi(M,"width",!0):zi(M,"height",!0);else{const V=e(C,"width"),F=e(C,"padding-left"),_=e(C,"padding-right"),N=e(C,"margin-left"),R=e(C,"margin-right"),D=C.getPropertyValue("box-sizing");if(D&&D==="border-box")m=V+N+R;else{const{clientWidth:j,offsetWidth:H}=M;m=V+F+_+N+R+(H-j)}}O&&(M.style.transform=O),E&&(M.style.webkitTransform=E),i.roundLengths&&(m=Math.floor(m))}else m=(l-(i.slidesPerView-1)*p)/i.slidesPerView,i.roundLengths&&(m=Math.floor(m)),d[w]&&(d[w].style[t.getDirectionLabel("width")]=`${m}px`);d[w]&&(d[w].swiperSlideSize=m),g.push(m),i.centeredSlides?(T=T+m/2+k/2+p,k===0&&w!==0&&(T=T-l/2-p),w===0&&(T=T-l/2-p),Math.abs(T)<1/1e3&&(T=0),i.roundLengths&&(T=Math.floor(T)),I%i.slidesPerGroup===0&&h.push(T),b.push(T)):(i.roundLengths&&(T=Math.floor(T)),(I-Math.min(t.params.slidesPerGroupSkip,I))%t.params.slidesPerGroup===0&&h.push(T),b.push(T),T=T+m+p),t.virtualSize+=m+p,k=m,I+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+S,s&&c&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+p}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+p}px`),L&&t.grid.updateWrapperSize(m,h),!i.centeredSlides){const w=[];for(let M=0;M<h.length;M+=1){let C=h[M];i.roundLengths&&(C=Math.floor(C)),h[M]<=t.virtualSize-l&&w.push(C)}h=w,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(r&&i.loop){const w=g[0]+p;if(i.slidesPerGroup>1){const M=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),C=w*i.slidesPerGroup;for(let O=0;O<M;O+=1)h.push(h[h.length-1]+C)}for(let M=0;M<t.virtual.slidesBefore+t.virtual.slidesAfter;M+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+w),b.push(b[b.length-1]+w),t.virtualSize+=w}if(h.length===0&&(h=[0]),p!==0){const w=t.isHorizontal()&&s?"marginLeft":t.getDirectionLabel("marginRight");d.filter((M,C)=>!i.cssMode||i.loop?!0:C!==d.length-1).forEach(M=>{M.style[w]=`${p}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let w=0;g.forEach(C=>{w+=C+(p||0)}),w-=p;const M=w-l;h=h.map(C=>C<=0?-A:C>M?M+S:C)}if(i.centerInsufficientSlides){let w=0;g.forEach(C=>{w+=C+(p||0)}),w-=p;const M=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(w+M<l){const C=(l-w-M)/2;h.forEach((O,E)=>{h[E]=O-C}),b.forEach((O,E)=>{b[E]=O+C})}}if(Object.assign(t,{slides:d,snapGrid:h,slidesGrid:b,slidesSizesGrid:g}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){Si(n,"--swiper-centered-offset-before",`${-h[0]}px`),Si(n,"--swiper-centered-offset-after",`${t.size/2-g[g.length-1]/2}px`);const w=-t.snapGrid[0],M=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(C=>C+w),t.slidesGrid=t.slidesGrid.map(C=>C+M)}if(f!==u&&t.emit("slidesLengthChange"),h.length!==v&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),b.length!==y&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const w=`${i.containerModifierClass}backface-hidden`,M=t.el.classList.contains(w);f<=i.maxBackfaceHiddenSlides?M||t.el.classList.add(w):M&&t.el.classList.remove(w)}}function ml(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let a=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const s=c=>n?e.slides[e.getSlideIndexByData(c)]:e.slides[c];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(c=>{i.push(c)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const c=e.activeIndex+l;if(c>e.slides.length&&!n)break;i.push(s(c))}else i.push(s(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const c=i[l].offsetHeight;a=c>a?c:a}(a||a===0)&&(e.wrapperEl.style.height=`${a}px`)}function fl(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let n=0;n<e.length;n+=1)e[n].swiperSlideOffset=(t.isHorizontal()?e[n].offsetLeft:e[n].offsetTop)-i-t.cssOverflowAdjustment()}const jn=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function hl(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:a,snapGrid:l}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let s=-t;a&&(s=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let c=i.spaceBetween;typeof c=="string"&&c.indexOf("%")>=0?c=parseFloat(c.replace("%",""))/100*e.size:typeof c=="string"&&(c=parseFloat(c));for(let r=0;r<n.length;r+=1){const u=n[r];let d=u.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(d-=n[0].swiperSlideOffset);const f=(s+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+c),h=(s-l[0]+(i.centeredSlides?e.minTranslate():0)-d)/(u.swiperSlideSize+c),b=-(s-d),g=b+e.slidesSizesGrid[r],A=b>=0&&b<=e.size-e.slidesSizesGrid[r],S=b>=0&&b<e.size-1||g>1&&g<=e.size||b<=0&&g>=e.size;S&&(e.visibleSlides.push(u),e.visibleSlidesIndexes.push(r)),jn(u,S,i.slideVisibleClass),jn(u,A,i.slideFullyVisibleClass),u.progress=a?-f:f,u.originalProgress=a?-h:h}}function Al(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:a,isBeginning:l,isEnd:s,progressLoop:c}=e;const r=l,u=s;if(n===0)a=0,l=!0,s=!0;else{a=(t-e.minTranslate())/n;const d=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=d||a<=0,s=f||a>=1,d&&(a=0),f&&(a=1)}if(i.loop){const d=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[d],b=e.slidesGrid[f],g=e.slidesGrid[e.slidesGrid.length-1],A=Math.abs(t);A>=h?c=(A-h)/g:c=(A+g-b)/g,c>1&&(c-=1)}Object.assign(e,{progress:a,progressLoop:c,isBeginning:l,isEnd:s}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!r&&e.emit("reachBeginning toEdge"),s&&!u&&e.emit("reachEnd toEdge"),(r&&!l||u&&!s)&&e.emit("fromEdge"),e.emit("progress",a)}const Zi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function bl(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:a}=t,l=t.virtual&&i.virtual.enabled,s=t.grid&&i.grid&&i.grid.rows>1,c=f=>Xt(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let r,u,d;if(l)if(i.loop){let f=a-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),r=c(`[data-swiper-slide-index="${f}"]`)}else r=c(`[data-swiper-slide-index="${a}"]`);else s?(r=e.filter(f=>f.column===a)[0],d=e.filter(f=>f.column===a+1)[0],u=e.filter(f=>f.column===a-1)[0]):r=e[a];r&&(s||(d=il(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!d&&(d=e[0]),u=tl(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u===0&&(u=e[e.length-1]))),e.forEach(f=>{Zi(f,f===r,i.slideActiveClass),Zi(f,f===d,i.slideNextClass),Zi(f,f===u,i.slidePrevClass)}),t.emitSlidesClasses()}const ki=(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 a=n.querySelector(`.${t.params.lazyPreloaderClass}`);!a&&t.isElement&&(n.shadowRoot?a=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(a=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),a&&a.remove())})),a&&a.remove()}},Ki=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Ji=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),a=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const s=a,c=[s-e];c.push(...Array.from({length:e}).map((r,u)=>s+n+u)),t.slides.forEach((r,u)=>{c.includes(r.column)&&Ki(t,u)});return}const l=a+n-1;if(t.params.rewind||t.params.loop)for(let s=a-e;s<=l+e;s+=1){const c=(s%i+i)%i;(c<a||c>l)&&Ki(t,c)}else for(let s=Math.max(a-e,0);s<=Math.min(l+e,i-1);s+=1)s!==a&&(s>l||s<a)&&Ki(t,s)};function gl(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let a;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?a=l:n>=e[l]&&n<e[l+1]&&(a=l+1):n>=e[l]&&(a=l);return i.normalizeSlideIndex&&(a<0||typeof a>"u")&&(a=0),a}function yl(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:a,activeIndex:l,realIndex:s,snapIndex:c}=e;let r=t,u;const d=b=>{let g=b-e.virtual.slidesBefore;return g<0&&(g=e.virtual.slides.length+g),g>=e.virtual.slides.length&&(g-=e.virtual.slides.length),g};if(typeof r>"u"&&(r=gl(e)),n.indexOf(i)>=0)u=n.indexOf(i);else{const b=Math.min(a.slidesPerGroupSkip,r);u=b+Math.floor((r-b)/a.slidesPerGroup)}if(u>=n.length&&(u=n.length-1),r===l&&!e.params.loop){u!==c&&(e.snapIndex=u,e.emit("snapIndexChange"));return}if(r===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=d(r);return}const f=e.grid&&a.grid&&a.grid.rows>1;let h;if(e.virtual&&a.virtual.enabled&&a.loop)h=d(r);else if(f){const b=e.slides.filter(A=>A.column===r)[0];let g=parseInt(b.getAttribute("data-swiper-slide-index"),10);Number.isNaN(g)&&(g=Math.max(e.slides.indexOf(b),0)),h=Math.floor(g/a.grid.rows)}else if(e.slides[r]){const b=e.slides[r].getAttribute("data-swiper-slide-index");b?h=parseInt(b,10):h=r}else h=r;Object.assign(e,{previousSnapIndex:c,snapIndex:u,previousRealIndex:s,realIndex:h,previousIndex:l,activeIndex:r}),e.initialized&&Ji(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(s!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function wl(t,e){const i=this,n=i.params;let a=t.closest(`.${n.slideClass}, swiper-slide`);!a&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(c=>{!a&&c.matches&&c.matches(`.${n.slideClass}, swiper-slide`)&&(a=c)});let l=!1,s;if(a){for(let c=0;c<i.slides.length;c+=1)if(i.slides[c]===a){l=!0,s=c;break}}if(a&&l)i.clickedSlide=a,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(a.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=s;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Sl={updateSize:vl,updateSlides:pl,updateAutoHeight:ml,updateSlidesOffset:fl,updateSlidesProgress:hl,updateProgress:Al,updateSlidesClasses:bl,updateActiveIndex:yl,updateClickedSlide:wl};function xl(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:a,wrapperEl:l}=e;if(i.virtualTranslate)return n?-a:a;if(i.cssMode)return a;let s=$o(l,t);return s+=e.cssOverflowAdjustment(),n&&(s=-s),s||0}function Tl(t,e){const i=this,{rtlTranslate:n,params:a,wrapperEl:l,progress:s}=i;let c=0,r=0;const u=0;i.isHorizontal()?c=n?-t:t:r=t,a.roundLengths&&(c=Math.floor(c),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?c:r,a.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-c:-r:a.virtualTranslate||(i.isHorizontal()?c-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${c}px, ${r}px, ${u}px)`);let d;const f=i.maxTranslate()-i.minTranslate();f===0?d=0:d=(t-i.minTranslate())/f,d!==s&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function El(){return-this.snapGrid[0]}function Cl(){return-this.snapGrid[this.snapGrid.length-1]}function Il(t,e,i,n,a){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:s,wrapperEl:c}=l;if(l.animating&&s.preventInteractionOnTransition)return!1;const r=l.minTranslate(),u=l.maxTranslate();let d;if(n&&t>r?d=r:n&&t<u?d=u:d=t,l.updateProgress(d),s.cssMode){const f=l.isHorizontal();if(e===0)c[f?"scrollLeft":"scrollTop"]=-d;else{if(!l.support.smoothScroll)return Ln({swiper:l,targetPosition:-d,side:f?"left":"top"}),!0;c.scrollTo({[f?"left":"top"]:-d,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,a),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(d),i&&(l.emit("beforeTransitionStart",e,a),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,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var kl={getTranslate:xl,setTranslate:Tl,minTranslate:El,maxTranslate:Cl,translateTo:Il};function Pl(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 Fn(t){let{swiper:e,runCallbacks:i,direction:n,step:a}=t;const{activeIndex:l,previousIndex:s}=e;let c=n;if(c||(l>s?c="next":l<s?c="prev":c="reset"),e.emit(`transition${a}`),i&&l!==s){if(c==="reset"){e.emit(`slideResetTransition${a}`);return}e.emit(`slideChangeTransition${a}`),c==="next"?e.emit(`slideNextTransition${a}`):e.emit(`slidePrevTransition${a}`)}}function Ml(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Fn({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function Dl(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Fn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var _l={setTransition:Pl,transitionStart:Ml,transitionEnd:Dl};function Ol(t,e,i,n,a){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let s=t;s<0&&(s=0);const{params:c,snapGrid:r,slidesGrid:u,previousIndex:d,activeIndex:f,rtlTranslate:h,wrapperEl:b,enabled:g}=l;if(!g&&!n&&!a||l.destroyed||l.animating&&c.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const A=Math.min(l.params.slidesPerGroupSkip,s);let S=A+Math.floor((s-A)/l.params.slidesPerGroup);S>=r.length&&(S=r.length-1);const v=-r[S];if(c.normalizeSlideIndex)for(let p=0;p<u.length;p+=1){const T=-Math.floor(v*100),k=Math.floor(u[p]*100),I=Math.floor(u[p+1]*100);typeof u[p+1]<"u"?T>=k&&T<I-(I-k)/2?s=p:T>=k&&T<I&&(s=p+1):T>=k&&(s=p)}if(l.initialized&&s!==f&&(!l.allowSlideNext&&(h?v>l.translate&&v>l.minTranslate():v<l.translate&&v<l.minTranslate())||!l.allowSlidePrev&&v>l.translate&&v>l.maxTranslate()&&(f||0)!==s))return!1;s!==(d||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(v);let y;if(s>f?y="next":s<f?y="prev":y="reset",h&&-v===l.translate||!h&&v===l.translate)return l.updateActiveIndex(s),c.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),c.effect!=="slide"&&l.setTranslate(v),y!=="reset"&&(l.transitionStart(i,y),l.transitionEnd(i,y)),!1;if(c.cssMode){const p=l.isHorizontal(),T=h?v:-v;if(e===0){const k=l.virtual&&l.params.virtual.enabled;k&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),k&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{b[p?"scrollLeft":"scrollTop"]=T})):b[p?"scrollLeft":"scrollTop"]=T,k&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return Ln({swiper:l,targetPosition:T,side:p?"left":"top"}),!0;b.scrollTo({[p?"left":"top"]:T,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(v),l.updateActiveIndex(s),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,n),l.transitionStart(i,y),e===0?l.transitionEnd(i,y):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(T){!l||l.destroyed||T.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,y))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function Ll(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const a=this;if(a.destroyed)return;typeof e>"u"&&(e=a.params.speed);const l=a.grid&&a.params.grid&&a.params.grid.rows>1;let s=t;if(a.params.loop)if(a.virtual&&a.params.virtual.enabled)s=s+a.virtual.slidesBefore;else{let c;if(l){const h=s*a.params.grid.rows;c=a.slides.filter(b=>b.getAttribute("data-swiper-slide-index")*1===h)[0].column}else c=a.getSlideIndexByData(s);const r=l?Math.ceil(a.slides.length/a.params.grid.rows):a.slides.length,{centeredSlides:u}=a.params;let d=a.params.slidesPerView;d==="auto"?d=a.slidesPerViewDynamic():(d=Math.ceil(parseFloat(a.params.slidesPerView,10)),u&&d%2===0&&(d=d+1));let f=r-c<d;if(u&&(f=f||c<Math.ceil(d/2)),n&&u&&a.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const h=u?c<a.activeIndex?"prev":"next":c-a.activeIndex-1<a.params.slidesPerView?"next":"prev";a.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?c+1:c-r+1,slideRealIndex:h==="next"?a.realIndex:void 0})}if(l){const h=s*a.params.grid.rows;s=a.slides.filter(b=>b.getAttribute("data-swiper-slide-index")*1===h)[0].column}else s=a.getSlideIndexByData(s)}return requestAnimationFrame(()=>{a.slideTo(s,e,i,n)}),a}function Rl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:a,params:l,animating:s}=n;if(!a||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let c=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(c=Math.max(n.slidesPerViewDynamic("current",!0),1));const r=n.activeIndex<l.slidesPerGroupSkip?1:c,u=n.virtual&&l.virtual.enabled;if(l.loop){if(s&&!u&&l.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+r,t,e,i)}),!0}return l.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+r,t,e,i)}function Nl(t,e,i){e===void 0&&(e=!0);const n=this,{params:a,snapGrid:l,slidesGrid:s,rtlTranslate:c,enabled:r,animating:u}=n;if(!r||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const d=n.virtual&&a.virtual.enabled;if(a.loop){if(u&&!d&&a.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=c?n.translate:-n.translate;function h(v){return v<0?-Math.floor(Math.abs(v)):Math.floor(v)}const b=h(f),g=l.map(v=>h(v));let A=l[g.indexOf(b)-1];if(typeof A>"u"&&a.cssMode){let v;l.forEach((y,p)=>{b>=y&&(v=p)}),typeof v<"u"&&(A=l[v>0?v-1:v])}let S=0;if(typeof A<"u"&&(S=s.indexOf(A),S<0&&(S=n.activeIndex-1),a.slidesPerView==="auto"&&a.slidesPerGroup===1&&a.slidesPerGroupAuto&&(S=S-n.slidesPerViewDynamic("previous",!0)+1,S=Math.max(S,0))),a.rewind&&n.isBeginning){const v=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(v,t,e,i)}else if(a.loop&&n.activeIndex===0&&a.cssMode)return requestAnimationFrame(()=>{n.slideTo(S,t,e,i)}),!0;return n.slideTo(S,t,e,i)}function Vl(t,e,i){e===void 0&&(e=!0);const n=this;if(!n.destroyed)return typeof t>"u"&&(t=n.params.speed),n.slideTo(n.activeIndex,t,e,i)}function jl(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const a=this;if(a.destroyed)return;typeof t>"u"&&(t=a.params.speed);let l=a.activeIndex;const s=Math.min(a.params.slidesPerGroupSkip,l),c=s+Math.floor((l-s)/a.params.slidesPerGroup),r=a.rtlTranslate?a.translate:-a.translate;if(r>=a.snapGrid[c]){const u=a.snapGrid[c],d=a.snapGrid[c+1];r-u>(d-u)*n&&(l+=a.params.slidesPerGroup)}else{const u=a.snapGrid[c-1],d=a.snapGrid[c];r-u<=(d-u)*n&&(l-=a.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,a.slidesGrid.length-1),a.slideTo(l,t,e,i)}function Fl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let a=t.clickedIndex,l;const s=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?a<t.loopedSlides-n/2||a>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),a=t.getSlideIndex(Xt(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),ai(()=>{t.slideTo(a)})):t.slideTo(a):a>t.slides.length-n?(t.loopFix(),a=t.getSlideIndex(Xt(i,`${s}[data-swiper-slide-index="${l}"]`)[0]),ai(()=>{t.slideTo(a)})):t.slideTo(a)}else t.slideTo(a)}var Bl={slideTo:Ol,slideToLoop:Ll,slideNext:Rl,slidePrev:Nl,slideReset:Vl,slideToClosest:jl,slideToClickedSlide:Fl};function zl(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const a=()=>{Xt(n,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,s=i.slidesPerGroup*(l?i.grid.rows:1),c=e.slides.length%s!==0,r=l&&e.slides.length%i.grid.rows!==0,u=d=>{for(let f=0;f<d;f+=1){const h=e.isElement?si("swiper-slide",[i.slideBlankClass]):si("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(c){if(i.loopAddBlankSlides){const d=s-e.slides.length%s;u(d),e.recalcSlides(),e.updateSlides()}else xi("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");a()}else if(r){if(i.loopAddBlankSlides){const d=i.grid.rows-e.slides.length%i.grid.rows;u(d),e.recalcSlides(),e.updateSlides()}else xi("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");a()}else a();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Hl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:a,activeSlideIndex:l,byController:s,byMousewheel:c}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:u,allowSlidePrev:d,allowSlideNext:f,slidesEl:h,params:b}=r,{centeredSlides:g}=b;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&b.virtual.enabled){i&&(!b.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):b.centeredSlides&&r.snapIndex<b.slidesPerView?r.slideTo(r.virtual.slides.length+r.snapIndex,0,!1,!0):r.snapIndex===r.snapGrid.length-1&&r.slideTo(r.virtual.slidesBefore,0,!1,!0)),r.allowSlidePrev=d,r.allowSlideNext=f,r.emit("loopFix");return}let A=b.slidesPerView;A==="auto"?A=r.slidesPerViewDynamic():(A=Math.ceil(parseFloat(b.slidesPerView,10)),g&&A%2===0&&(A=A+1));const S=b.slidesPerGroupAuto?A:b.slidesPerGroup;let v=S;v%S!==0&&(v+=S-v%S),v+=b.loopAdditionalSlides,r.loopedSlides=v;const y=r.grid&&b.grid&&b.grid.rows>1;u.length<A+v?xi("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"):y&&b.grid.fill==="row"&&xi("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const p=[],T=[];let k=r.activeIndex;typeof l>"u"?l=r.getSlideIndex(u.filter(O=>O.classList.contains(b.slideActiveClass))[0]):k=l;const I=n==="next"||!n,L=n==="prev"||!n;let m=0,x=0;const w=y?Math.ceil(u.length/b.grid.rows):u.length,C=(y?u[l].column:l)+(g&&typeof a>"u"?-A/2+.5:0);if(C<v){m=Math.max(v-C,S);for(let O=0;O<v-C;O+=1){const E=O-Math.floor(O/w)*w;if(y){const V=w-E-1;for(let F=u.length-1;F>=0;F-=1)u[F].column===V&&p.push(F)}else p.push(w-E-1)}}else if(C+A>w-v){x=Math.max(C-(w-v*2),S);for(let O=0;O<x;O+=1){const E=O-Math.floor(O/w)*w;y?u.forEach((V,F)=>{V.column===E&&T.push(F)}):T.push(E)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),L&&p.forEach(O=>{u[O].swiperLoopMoveDOM=!0,h.prepend(u[O]),u[O].swiperLoopMoveDOM=!1}),I&&T.forEach(O=>{u[O].swiperLoopMoveDOM=!0,h.append(u[O]),u[O].swiperLoopMoveDOM=!1}),r.recalcSlides(),b.slidesPerView==="auto"?r.updateSlides():y&&(p.length>0&&L||T.length>0&&I)&&r.slides.forEach((O,E)=>{r.grid.updateSlide(E,O,r.slides)}),b.watchSlidesProgress&&r.updateSlidesOffset(),i){if(p.length>0&&L){if(typeof e>"u"){const O=r.slidesGrid[k],V=r.slidesGrid[k+m]-O;c?r.setTranslate(r.translate-V):(r.slideTo(k+Math.ceil(m),0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-V,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-V))}else if(a){const O=y?p.length/b.grid.rows:p.length;r.slideTo(r.activeIndex+O,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(T.length>0&&I)if(typeof e>"u"){const O=r.slidesGrid[k],V=r.slidesGrid[k-x]-O;c?r.setTranslate(r.translate-V):(r.slideTo(k-x,0,!1,!0),a&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-V,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-V))}else{const O=y?T.length/b.grid.rows:T.length;r.slideTo(r.activeIndex-O,0,!1,!0)}}if(r.allowSlidePrev=d,r.allowSlideNext=f,r.controller&&r.controller.control&&!s){const O={slideRealIndex:e,direction:n,setTranslate:a,activeSlideIndex:l,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(E=>{!E.destroyed&&E.params.loop&&E.loopFix({...O,slideTo:E.params.slidesPerView===b.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...O,slideTo:r.controller.control.params.slidesPerView===b.slidesPerView?i:!1})}r.emit("loopFix")}function Wl(){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(a=>{const l=typeof a.swiperSlideIndex>"u"?a.getAttribute("data-swiper-slide-index")*1:a.swiperSlideIndex;n[l]=a}),t.slides.forEach(a=>{a.removeAttribute("data-swiper-slide-index")}),n.forEach(a=>{i.append(a)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Xl={loopCreate:zl,loopFix:Hl,loopDestroy:Wl};function Ul(t){const e=this;if(!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const i=e.params.touchEventsTarget==="container"?e.el:e.wrapperEl;e.isElement&&(e.__preventObserver__=!0),i.style.cursor="move",i.style.cursor=t?"grabbing":"grab",e.isElement&&requestAnimationFrame(()=>{e.__preventObserver__=!1})}function Gl(){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 Yl={setGrabCursor:Ul,unsetGrabCursor:Gl};function ql(t,e){e===void 0&&(e=this);function i(n){if(!n||n===kt()||n===yt())return null;n.assignedSlot&&(n=n.assignedSlot);const a=n.closest(t);return!a&&!n.getRootNode?null:a||i(n.getRootNode().host)}return i(e)}function Bn(t,e,i){const n=yt(),{params:a}=t,l=a.edgeSwipeDetection,s=a.edgeSwipeThreshold;return l&&(i<=s||i>=n.innerWidth-s)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function Zl(t){const e=this,i=kt();let n=t;n.originalEvent&&(n=n.originalEvent);const a=e.touchEventsData;if(n.type==="pointerdown"){if(a.pointerId!==null&&a.pointerId!==n.pointerId)return;a.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(a.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Bn(e,n,n.targetTouches[0].pageX);return}const{params:l,touches:s,enabled:c}=e;if(!c||!l.simulateTouch&&n.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let r=n.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in n&&n.which===3||"button"in n&&n.button>0||a.isTouched&&a.isMoved)return;const u=!!l.noSwipingClass&&l.noSwipingClass!=="",d=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&d&&(r=d[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(n.target&&n.target.shadowRoot);if(l.noSwiping&&(h?ql(f,r):r.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!r.closest(l.swipeHandler))return;s.currentX=n.pageX,s.currentY=n.pageY;const b=s.currentX,g=s.currentY;if(!Bn(e,n,b))return;Object.assign(a,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),s.startX=b,s.startY=g,a.touchStartTime=Vt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(a.allowThresholdMove=!1);let A=!0;r.matches(a.focusableElements)&&(A=!1,r.nodeName==="SELECT"&&(a.isTouched=!1)),i.activeElement&&i.activeElement.matches(a.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const S=A&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||S)&&!r.isContentEditable&&n.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Kl(t){const e=kt(),i=this,n=i.touchEventsData,{params:a,touches:l,rtlTranslate:s,enabled:c}=i;if(!c||!a.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(n.touchId!==null||r.pointerId!==n.pointerId))return;let u;if(r.type==="touchmove"){if(u=[...r.changedTouches].filter(I=>I.identifier===n.touchId)[0],!u||u.identifier!==n.touchId)return}else u=r;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",r);return}const d=u.pageX,f=u.pageY;if(r.preventedByNestedSwiper){l.startX=d,l.startY=f;return}if(!i.allowTouchMove){r.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(l,{startX:d,startY:f,currentX:d,currentY:f}),n.touchStartTime=Vt());return}if(a.touchReleaseOnEdges&&!a.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(d<l.startX&&i.translate<=i.maxTranslate()||d>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",r),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=d,l.currentY=f;const h=l.currentX-l.startX,b=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+b**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let I;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?n.isScrolling=!1:h*h+b*b>=25&&(I=Math.atan2(Math.abs(b),Math.abs(h))*180/Math.PI,n.isScrolling=i.isHorizontal()?I>a.touchAngle:90-I>a.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",r),typeof n.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(n.startMoving=!0),n.isScrolling||r.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!a.cssMode&&r.cancelable&&r.preventDefault(),a.touchMoveStopPropagation&&!a.nested&&r.stopPropagation();let g=i.isHorizontal()?h:b,A=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;a.oneWayMovement&&(g=Math.abs(g)*(s?1:-1),A=Math.abs(A)*(s?1:-1)),l.diff=g,g*=a.touchRatio,s&&(g=-g,A=-A);const S=i.touchesDirection;i.swipeDirection=g>0?"prev":"next",i.touchesDirection=A>0?"prev":"next";const v=i.params.loop&&!a.cssMode,y=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(v&&y&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const I=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(I)}n.allowMomentumBounce=!1,a.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let p;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&S!==i.touchesDirection&&v&&y&&Math.abs(g)>=1){Object.assign(l,{startX:d,startY:f,currentX:d,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",r),n.isMoved=!0,n.currentTranslate=g+n.startTranslate;let T=!0,k=a.resistanceRatio;if(a.touchReleaseOnEdges&&(k=0),g>0?(v&&y&&!p&&n.allowThresholdMove&&n.currentTranslate>(a.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(T=!1,a.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+g)**k))):g<0&&(v&&y&&!p&&n.allowThresholdMove&&n.currentTranslate<(a.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(a.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(a.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(T=!1,a.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-g)**k))),T&&(r.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),a.threshold>0)if(Math.abs(g)>a.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}!a.followFinger||a.cssMode||((a.freeMode&&a.freeMode.enabled&&i.freeMode||a.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),a.freeMode&&a.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function Jl(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let a;if(n.type==="touchend"||n.type==="touchcancel"){if(a=[...n.changedTouches].filter(k=>k.identifier===i.touchId)[0],!a||a.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;a=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:s,touches:c,rtlTranslate:r,slidesGrid:u,enabled:d}=e;if(!d||!s.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&s.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}s.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=Vt(),h=f-i.touchStartTime;if(e.allowClick){const k=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(k&&k[0]||n.target,k),e.emit("tap click",n),h<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=Vt(),ai(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||c.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 b;if(s.followFinger?b=r?e.translate:-e.translate:b=-i.currentTranslate,s.cssMode)return;if(s.freeMode&&s.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:b});return}const g=b>=-e.maxTranslate()&&!e.params.loop;let A=0,S=e.slidesSizesGrid[0];for(let k=0;k<u.length;k+=k<s.slidesPerGroupSkip?1:s.slidesPerGroup){const I=k<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;typeof u[k+I]<"u"?(g||b>=u[k]&&b<u[k+I])&&(A=k,S=u[k+I]-u[k]):(g||b>=u[k])&&(A=k,S=u[u.length-1]-u[u.length-2])}let v=null,y=null;s.rewind&&(e.isBeginning?y=s.virtual&&s.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(v=0));const p=(b-u[A])/S,T=A<s.slidesPerGroupSkip-1?1:s.slidesPerGroup;if(h>s.longSwipesMs){if(!s.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(p>=s.longSwipesRatio?e.slideTo(s.rewind&&e.isEnd?v:A+T):e.slideTo(A)),e.swipeDirection==="prev"&&(p>1-s.longSwipesRatio?e.slideTo(A+T):y!==null&&p<0&&Math.abs(p)>s.longSwipesRatio?e.slideTo(y):e.slideTo(A))}else{if(!s.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(A+T):e.slideTo(A):(e.swipeDirection==="next"&&e.slideTo(v!==null?v:A+T),e.swipeDirection==="prev"&&e.slideTo(y!==null?y:A))}}function zn(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:a,snapGrid:l}=t,s=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const c=s&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!c?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!s?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=a,t.allowSlideNext=n,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function Ql(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function $l(){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 a;const l=t.maxTranslate()-t.minTranslate();l===0?a=0:a=(t.translate-t.minTranslate())/l,a!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function ea(t){const e=this;ki(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function ta(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Hn=(t,e)=>{const i=kt(),{params:n,el:a,wrapperEl:l,device:s}=t,c=!!n.nested,r=e==="on"?"addEventListener":"removeEventListener",u=e;!a||typeof a=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:c}),a[r]("touchstart",t.onTouchStart,{passive:!1}),a[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:c}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:c}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&a[r]("click",t.onClick,!0),n.cssMode&&l[r]("scroll",t.onScroll),n.updateOnWindowResize?t[u](s.ios||s.android?"resize orientationchange observerUpdate":"resize observerUpdate",zn,!0):t[u]("observerUpdate",zn,!0),a[r]("load",t.onLoad,{capture:!0}))};function ia(){const t=this,{params:e}=t;t.onTouchStart=Zl.bind(t),t.onTouchMove=Kl.bind(t),t.onTouchEnd=Jl.bind(t),t.onDocumentTouchStart=ta.bind(t),e.cssMode&&(t.onScroll=$l.bind(t)),t.onClick=Ql.bind(t),t.onLoad=ea.bind(t),Hn(t,"on")}function na(){Hn(this,"off")}var oa={attachEvents:ia,detachEvents:na};const Wn=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function la(){const t=this,{realIndex:e,initialized:i,params:n,el:a}=t,l=n.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const s=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!s||t.currentBreakpoint===s)return;const r=(s in l?l[s]:void 0)||t.originalParams,u=Wn(t,n),d=Wn(t,r),f=t.params.grabCursor,h=r.grabCursor,b=n.enabled;u&&!d?(a.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!u&&d&&(a.classList.add(`${n.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&n.grid.fill==="column")&&a.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(p=>{if(typeof r[p]>"u")return;const T=n[p]&&n[p].enabled,k=r[p]&&r[p].enabled;T&&!k&&t[p].disable(),!T&&k&&t[p].enable()});const g=r.direction&&r.direction!==n.direction,A=n.loop&&(r.slidesPerView!==n.slidesPerView||g),S=n.loop;g&&i&&t.changeDirection(),Ot(t.params,r);const v=t.params.enabled,y=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),b&&!v?t.disable():!b&&v&&t.enable(),t.currentBreakpoint=s,t.emit("_beforeBreakpoint",r),i&&(A?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!S&&y?(t.loopCreate(e),t.updateSlides()):S&&!y&&t.loopDestroy()),t.emit("breakpoint",r)}function aa(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const a=yt(),l=e==="window"?a.innerHeight:i.clientHeight,s=Object.keys(t).map(c=>{if(typeof c=="string"&&c.indexOf("@")===0){const r=parseFloat(c.substr(1));return{value:l*r,point:c}}return{value:c,point:c}});s.sort((c,r)=>parseInt(c.value,10)-parseInt(r.value,10));for(let c=0;c<s.length;c+=1){const{point:r,value:u}=s[c];e==="window"?a.matchMedia(`(min-width: ${u}px)`).matches&&(n=r):u<=i.clientWidth&&(n=r)}return n||"max"}var sa={setBreakpoint:la,getBreakpoint:aa};function ra(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(a=>{n[a]&&i.push(e+a)}):typeof n=="string"&&i.push(e+n)}),i}function da(){const t=this,{classNames:e,params:i,rtl:n,el:a,device:l}=t,s=ra(["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(...s),a.classList.add(...e),t.emitContainerClasses()}function ca(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ua={addClasses:da,removeClasses:ca};function va(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const a=t.slides.length-1,l=t.slidesGrid[a]+t.slidesSizesGrid[a]+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 pa={checkOverflow:va},Qi={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 ma(t,e){return function(n){n===void 0&&(n={});const a=Object.keys(n)[0],l=n[a];if(typeof l!="object"||l===null){Ot(e,n);return}if(t[a]===!0&&(t[a]={enabled:!0}),a==="navigation"&&t[a]&&t[a].enabled&&!t[a].prevEl&&!t[a].nextEl&&(t[a].auto=!0),["pagination","scrollbar"].indexOf(a)>=0&&t[a]&&t[a].enabled&&!t[a].el&&(t[a].auto=!0),!(a in t&&"enabled"in l)){Ot(e,n);return}typeof t[a]=="object"&&!("enabled"in t[a])&&(t[a].enabled=!0),t[a]||(t[a]={enabled:!1}),Ot(e,n)}}const $i={eventsEmitter:ul,update:Sl,translate:kl,transition:_l,slide:Bl,loop:Xl,grabCursor:Yl,events:oa,breakpoints:sa,checkOverflow:pa,classes:ua},en={};let tn=class Kt{constructor(){let e,i;for(var n=arguments.length,a=new Array(n),l=0;l<n;l++)a[l]=arguments[l];a.length===1&&a[0].constructor&&Object.prototype.toString.call(a[0]).slice(8,-1)==="Object"?i=a[0]:[e,i]=a,i||(i={}),i=Ot({},i),e&&!i.el&&(i.el=e);const s=kt();if(i.el&&typeof i.el=="string"&&s.querySelectorAll(i.el).length>1){const d=[];return s.querySelectorAll(i.el).forEach(f=>{const h=Ot({},i,{el:f});d.push(new Kt(h))}),d}const c=this;c.__swiper__=!0,c.support=Nn(),c.device=Vn({userAgent:i.userAgent}),c.browser=rl(),c.eventsListeners={},c.eventsAnyListeners=[],c.modules=[...c.__modules__],i.modules&&Array.isArray(i.modules)&&c.modules.push(...i.modules);const r={};c.modules.forEach(d=>{d({params:i,swiper:c,extendParams:ma(i,r),on:c.on.bind(c),once:c.once.bind(c),off:c.off.bind(c),emit:c.emit.bind(c)})});const u=Ot({},Qi,r);return c.params=Ot({},u,en,i),c.originalParams=Ot({},c.params),c.passedParams=Ot({},i),c.params&&c.params.on&&Object.keys(c.params.on).forEach(d=>{c.on(d,c.params.on[d])}),c.params&&c.params.onAny&&c.onAny(c.params.onAny),Object.assign(c,{enabled:c.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return c.params.direction==="horizontal"},isVertical(){return c.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:c.params.allowSlideNext,allowSlidePrev:c.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:c.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:c.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),c.emit("_swiper"),c.params.init&&c.init(),c}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,a=Xt(i,`.${n.slideClass}, swiper-slide`),l=vi(a[0]);return vi(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=Xt(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 a=n.minTranslate(),s=(n.maxTranslate()-a)*e+a;n.translateTo(s,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 a=e.getSlideClasses(n);i.push({slideEl:n,classNames:a}),e.emit("_slideClass",n,a)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:a,slides:l,slidesGrid:s,slidesSizesGrid:c,size:r,activeIndex:u}=n;let d=1;if(typeof a.slidesPerView=="number")return a.slidesPerView;if(a.centeredSlides){let f=l[u]?Math.ceil(l[u].swiperSlideSize):0,h;for(let b=u+1;b<l.length;b+=1)l[b]&&!h&&(f+=Math.ceil(l[b].swiperSlideSize),d+=1,f>r&&(h=!0));for(let b=u-1;b>=0;b-=1)l[b]&&!h&&(f+=l[b].swiperSlideSize,d+=1,f>r&&(h=!0))}else if(e==="current")for(let f=u+1;f<l.length;f+=1)(i?s[f]+c[f]-s[u]<r:s[f]-s[u]<r)&&(d+=1);else for(let f=u-1;f>=0;f-=1)s[u]-s[f]<r&&(d+=1);return d}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(s=>{s.complete&&ki(e,s)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function a(){const s=e.rtlTranslate?e.translate*-1:e.translate,c=Math.min(Math.max(s,e.maxTranslate()),e.minTranslate());e.setTranslate(c),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)a(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const s=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(s.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||a()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,a=n.params.direction;return e||(e=a==="horizontal"?"vertical":"horizontal"),e===a||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${a}`),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 a=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let s=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(a()):Xt(n,a())[0];return!s&&i.params.createElements&&(s=si("div",i.params.wrapperClass),n.append(s),Xt(n,`.${i.params.slideClass}`).forEach(c=>{s.append(c)})),Object.assign(i,{el:n,wrapperEl:s,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:s,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||ii(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||ii(n,"direction")==="rtl"),wrongRTL:ii(s,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const a=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&a.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),a.forEach(l=>{l.complete?ki(i,l):l.addEventListener("load",s=>{ki(i,s.target)})}),Ji(i),i.initialized=!0,Ji(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:a,el:l,wrapperEl:s,slides:c}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),a.loop&&n.loopDestroy(),i&&(n.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),s&&s.removeAttribute("style"),c&&c.length&&c.forEach(r=>{r.classList.remove(a.slideVisibleClass,a.slideFullyVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(r=>{n.off(r)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),Jo(n)),n.destroyed=!0),null}static extendDefaults(e){Ot(en,e)}static get extendedDefaults(){return en}static get defaults(){return Qi}static installModule(e){Kt.prototype.__modules__||(Kt.prototype.__modules__=[]);const i=Kt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Kt.installModule(i)),Kt):(Kt.installModule(e),Kt)}};Object.keys($i).forEach(t=>{Object.keys($i[t]).forEach(e=>{tn.prototype[e]=$i[t][e]})}),tn.use([dl,cl]);const Xn=["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 oi(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function ri(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]:oi(e[n])&&oi(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:ri(t[n],e[n]):t[n]=e[n]})}function Un(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Gn(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Yn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function qn(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 fa(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function ha(t){let{swiper:e,slides:i,passedParams:n,changedParams:a,nextEl:l,prevEl:s,scrollbarEl:c,paginationEl:r}=t;const u=a.filter(x=>x!=="children"&&x!=="direction"&&x!=="wrapperClass"),{params:d,pagination:f,navigation:h,scrollbar:b,virtual:g,thumbs:A}=e;let S,v,y,p,T,k,I,L;a.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&d.thumbs&&!d.thumbs.swiper&&(S=!0),a.includes("controller")&&n.controller&&n.controller.control&&d.controller&&!d.controller.control&&(v=!0),a.includes("pagination")&&n.pagination&&(n.pagination.el||r)&&(d.pagination||d.pagination===!1)&&f&&!f.el&&(y=!0),a.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||c)&&(d.scrollbar||d.scrollbar===!1)&&b&&!b.el&&(p=!0),a.includes("navigation")&&n.navigation&&(n.navigation.prevEl||s)&&(n.navigation.nextEl||l)&&(d.navigation||d.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(T=!0);const m=x=>{e[x]&&(e[x].destroy(),x==="navigation"?(e.isElement&&(e[x].prevEl.remove(),e[x].nextEl.remove()),d[x].prevEl=void 0,d[x].nextEl=void 0,e[x].prevEl=void 0,e[x].nextEl=void 0):(e.isElement&&e[x].el.remove(),d[x].el=void 0,e[x].el=void 0))};a.includes("loop")&&e.isElement&&(d.loop&&!n.loop?k=!0:!d.loop&&n.loop?I=!0:L=!0),u.forEach(x=>{if(oi(d[x])&&oi(n[x]))Object.assign(d[x],n[x]),(x==="navigation"||x==="pagination"||x==="scrollbar")&&"enabled"in n[x]&&!n[x].enabled&&m(x);else{const w=n[x];(w===!0||w===!1)&&(x==="navigation"||x==="pagination"||x==="scrollbar")?w===!1&&m(x):d[x]=n[x]}}),u.includes("controller")&&!v&&e.controller&&e.controller.control&&d.controller&&d.controller.control&&(e.controller.control=d.controller.control),a.includes("children")&&i&&g&&d.virtual.enabled?(g.slides=i,g.update(!0)):a.includes("virtual")&&g&&d.virtual.enabled&&(i&&(g.slides=i),g.update(!0)),a.includes("children")&&i&&d.loop&&(L=!0),S&&A.init()&&A.update(!0),v&&(e.controller.control=d.controller.control),y&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(d.pagination.el=r),f.init(),f.render(),f.update()),p&&(e.isElement&&(!c||typeof c=="string")&&(c=document.createElement("div"),c.classList.add("swiper-scrollbar"),c.part.add("scrollbar"),e.el.appendChild(c)),c&&(d.scrollbar.el=c),b.init(),b.updateSize(),b.setTranslate()),T&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!s||typeof s=="string")&&(s=document.createElement("div"),s.classList.add("swiper-button-prev"),s.innerHTML=e.hostEl.constructor.prevButtonSvg,s.part.add("button-prev"),e.el.appendChild(s))),l&&(d.navigation.nextEl=l),s&&(d.navigation.prevEl=s),h.init(),h.update()),a.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),a.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),a.includes("direction")&&e.changeDirection(n.direction,!1),(k||L)&&e.loopDestroy(),(I||L)&&e.loopCreate(),e.update()}function Aa(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},a={};ri(i,Qi),i._emitClasses=!0,i.init=!1;const l={},s=Xn.map(r=>r.replace(/_/,"")),c=Object.assign({},t);return Object.keys(c).forEach(r=>{typeof t[r]>"u"||(s.indexOf(r)>=0?oi(t[r])?(i[r]={},a[r]={},ri(i[r],t[r]),ri(a[r],t[r])):(i[r]=t[r],a[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?n[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:l[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:a,rest:l,events:n}}function ba(t,e){let{el:i,nextEl:n,prevEl:a,paginationEl:l,scrollbarEl:s,swiper:c}=t;Un(e)&&n&&a&&(c.params.navigation.nextEl=n,c.originalParams.navigation.nextEl=n,c.params.navigation.prevEl=a,c.originalParams.navigation.prevEl=a),Gn(e)&&l&&(c.params.pagination.el=l,c.originalParams.pagination.el=l),Yn(e)&&s&&(c.params.scrollbar.el=s,c.originalParams.scrollbar.el=s),c.init(i)}function ga(t,e,i,n,a){const l=[];if(!e)return l;const s=r=>{l.indexOf(r)<0&&l.push(r)};if(i&&n){const r=n.map(a),u=i.map(a);r.join("")!==u.join("")&&s("children"),n.length!==i.length&&s("children")}return Xn.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(oi(t[r])&&oi(e[r])){const u=Object.keys(t[r]),d=Object.keys(e[r]);u.length!==d.length?s(r):(u.forEach(f=>{t[r][f]!==e[r][f]&&s(r)}),d.forEach(f=>{t[r][f]!==e[r][f]&&s(r)}))}else t[r]!==e[r]&&s(r)}),l}const ya=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 Pi(){return Pi=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},Pi.apply(this,arguments)}function Zn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Kn(t){const e=[];return o.Children.toArray(t).forEach(i=>{Zn(i)?e.push(i):i.props&&i.props.children&&Kn(i.props.children).forEach(n=>e.push(n))}),e}function wa(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return o.Children.toArray(t).forEach(n=>{if(Zn(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 a=Kn(n.props.children);a.length>0?a.forEach(l=>e.push(l)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Sa(t,e,i){if(!i)return null;const n=d=>{let f=d;return d<0?f=e.length+d:f>=e.length&&(f=f-e.length),f},a=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:s}=i,c=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,u=[];for(let d=c;d<r;d+=1)d>=l&&d<=s&&u.push(e[n(d)]);return u.map((d,f)=>o.cloneElement(d,{swiper:t,style:a,key:d.props.virtualIndex||d.key||`slide-${f}`}))}function pi(t,e){return typeof window>"u"?o.useEffect(t,e):o.useLayoutEffect(t,e)}const nn=o.createContext(null),on=()=>o.useContext(nn),xa=o.createContext(null),li=o.forwardRef(function(t,e){let{className:i,tag:n="div",wrapperTag:a="div",children:l,onSwiper:s,...c}=t===void 0?{}:t,r=!1;const[u,d]=o.useState("swiper"),[f,h]=o.useState(null),[b,g]=o.useState(!1),A=o.useRef(!1),S=o.useRef(null),v=o.useRef(null),y=o.useRef(null),p=o.useRef(null),T=o.useRef(null),k=o.useRef(null),I=o.useRef(null),L=o.useRef(null),{params:m,passedParams:x,rest:w,events:M}=Aa(c),{slides:C,slots:O}=wa(l),E=()=>{g(!b)};Object.assign(m.on,{_containerClasses(R,D){d(D)}});const V=()=>{Object.assign(m.on,M),r=!0;const R={...m};if(delete R.wrapperClass,v.current=new tn(R),v.current.virtual&&v.current.params.virtual.enabled){v.current.virtual.slides=C;const D={cache:!1,slides:C,renderExternal:h,renderExternalUpdate:!1};ri(v.current.params.virtual,D),ri(v.current.originalParams.virtual,D)}};S.current||V(),v.current&&v.current.on("_beforeBreakpoint",E);const F=()=>{r||!M||!v.current||Object.keys(M).forEach(R=>{v.current.on(R,M[R])})},_=()=>{!M||!v.current||Object.keys(M).forEach(R=>{v.current.off(R,M[R])})};o.useEffect(()=>()=>{v.current&&v.current.off("_beforeBreakpoint",E)}),o.useEffect(()=>{!A.current&&v.current&&(v.current.emitSlidesClasses(),A.current=!0)}),pi(()=>{if(e&&(e.current=S.current),!!S.current)return v.current.destroyed&&V(),ba({el:S.current,nextEl:T.current,prevEl:k.current,paginationEl:I.current,scrollbarEl:L.current,swiper:v.current},m),s&&!v.current.destroyed&&s(v.current),()=>{v.current&&!v.current.destroyed&&v.current.destroy(!0,!1)}},[]),pi(()=>{F();const R=ga(x,y.current,C,p.current,D=>D.key);return y.current=x,p.current=C,R.length&&v.current&&!v.current.destroyed&&ha({swiper:v.current,slides:C,passedParams:x,changedParams:R,nextEl:T.current,prevEl:k.current,scrollbarEl:L.current,paginationEl:I.current}),()=>{_()}}),pi(()=>{ya(v.current)},[f]);function N(){return m.virtual?Sa(v.current,C,f):C.map((R,D)=>o.cloneElement(R,{swiper:v.current,swiperSlideIndex:D}))}return o.createElement(n,Pi({ref:S,className:qn(`${u}${i?` ${i}`:""}`)},w),o.createElement(xa.Provider,{value:v.current},O["container-start"],o.createElement(a,{className:fa(m.wrapperClass)},O["wrapper-start"],N(),O["wrapper-end"]),Un(m)&&o.createElement(o.Fragment,null,o.createElement("div",{ref:k,className:"swiper-button-prev"}),o.createElement("div",{ref:T,className:"swiper-button-next"})),Yn(m)&&o.createElement("div",{ref:L,className:"swiper-scrollbar"}),Gn(m)&&o.createElement("div",{ref:I,className:"swiper-pagination"}),O["container-end"]))});li.displayName="Swiper";const Ht=o.forwardRef(function(t,e){let{tag:i="div",children:n,className:a="",swiper:l,zoom:s,lazy:c,virtualIndex:r,swiperSlideIndex:u,...d}=t===void 0?{}:t;const f=o.useRef(null),[h,b]=o.useState("swiper-slide"),[g,A]=o.useState(!1);function S(T,k,I){k===f.current&&b(I)}pi(()=>{if(typeof u<"u"&&(f.current.swiperSlideIndex=u),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){h!=="swiper-slide"&&b("swiper-slide");return}return l.on("_slideClass",S),()=>{l&&l.off("_slideClass",S)}}}),pi(()=>{l&&f.current&&!l.destroyed&&b(l.getSlideClasses(f.current))},[l]);const v={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},y=()=>typeof n=="function"?n(v):n,p=()=>{A(!0)};return o.createElement(i,Pi({ref:f,className:qn(`${h}${a?` ${a}`:""}`),"data-swiper-slide-index":r,onLoad:p},d),s&&o.createElement(nn.Provider,{value:v},o.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof s=="number"?s:void 0},y(),c&&!g&&o.createElement("div",{className:"swiper-lazy-preloader"}))),!s&&o.createElement(nn.Provider,{value:v},y(),c&&!g&&o.createElement("div",{className:"swiper-lazy-preloader"})))});Ht.displayName="SwiperSlide";const Ta="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Ea=({visible:t,onClose:e,children:i,modalStyle:n,padding:a,popup:l,schema:s,fullHeight:c=window.innerHeight,isFullScreen:r=!1,openState:u})=>{var d,f,h,b,g,A,S,v,y,p,T,k,I,L,m,x,w,M,C,O,E,V,F,_;const N=o.useRef(null),R=o.useRef(null),D=o.useRef(null),j=o.useRef(null),H=o.useRef(null),K=c*.2,Q=r?c:c*.8,[$,le]=o.useState(K),[de,ee]=o.useState(!1),Ie=o.useRef(null),{globalConfig:_e,popupDetailData:Be}=Fe(),{schema:Y,popup:J}=ei(),[ce,he]=o.useState(15);o.useEffect(()=>{const Z=document.getElementById("sxp-render"),X=document.getElementById("pb-modal");X?Ie.current=X:(Ie.current=document.createElement("div"),Ie.current.setAttribute("id","pb-modal"),Z?.appendChild(Ie.current))},[]);const Ae=o.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),oe=o.useMemo(()=>{var Z,X,ie;const ne=s??Y;return(ie=(X=(Z=ne?.sxpPageConf)===null||Z===void 0?void 0:Z.globalConfig)===null||X===void 0?void 0:X.popupList)===null||ie===void 0?void 0:ie.find(Se=>Se?.id===l?.id)},[l,s,Y]),ke=o.useMemo(()=>{var Z,X;return((X=(Z=oe?.item)===null||Z===void 0?void 0:Z.event)===null||X===void 0?void 0:X.isScrollFullScreen)||!1},[oe]);o.useEffect(()=>{Ae?ee(!0):setTimeout(()=>{ee(!1),le(K)},l?.duration)},[Ae,l]);const Xe=o.useCallback(()=>i,[J,u,_e,s]);if(o.useEffect(()=>{const Z=X=>{var ie=X?.querySelectorAll('[role="button"],a, a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])'),ne=ie?.[0],se=ie?.[ie?.length-1],Se=9;X.addEventListener("keydown",function(qe){(qe.key==="Escape"||qe.key==="Esc")&&(Re(),qe.preventDefault());var te=qe.key==="Tab"||qe.keyCode===Se;te&&(qe.shiftKey?document?.activeElement===ne&&(se?.focus(),qe.preventDefault()):document?.activeElement===se&&(ne?.focus(),qe.preventDefault()))}),ne?.focus()};return H?.current&&Z(H?.current),()=>{var X;(X=H?.current)===null||X===void 0||X.removeEventListener("keydown",Z)}},[H,de,J]),!Ie.current)return null;const Re=rt.debounce(()=>{e?.()},300),Ye=Z=>{N.current=Z.touches[0],R.current=Z.touches[0],D.current=!0},Ke=Z=>{requestAnimationFrame(()=>{var X;if(D.current&&((X=j?.current)===null||X===void 0?void 0:X.scrollTop)===0){const ie=Z.touches[0].clientY,ne=Z.touches[0].clientX,se=N.current.clientY-ie;N.current=Z.touches[0];const Se=ie-R.current.clientY,qe=ne-R.current.clientX;if(Math.abs(qe)>Math.abs(Se))return;const te=$-se;te>0&&le(te)}})},ge=Z=>{var X;if(D.current&&((X=j?.current)===null||X===void 0?void 0:X.scrollTop)===0){const ie=Z.changedTouches[0].clientY-R.current.clientY,ne=Z.changedTouches[0].clientX-R.current.clientX;if(Math.abs(ne)>Math.abs(ie))return;const se=R.current.clientY-N.current.clientY;se>0?le(0):$<K&&se<0?le(K):$>=K&&se<0&&e?.()}D.current=!1};return mn.createPortal(o.createElement(o.Fragment,null,de&&o.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:Ae?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:Re},o.createElement("div",{style:{position:"relative",left:`${(b=(h=(f=(d=oe?.item)===null||d===void 0?void 0:d.props)===null||f===void 0?void 0:f.popupBg)===null||h===void 0?void 0:h.horizontalMargin)!==null&&b!==void 0?b:0}px`,right:`${(v=(S=(A=(g=oe?.item)===null||g===void 0?void 0:g.props)===null||A===void 0?void 0:A.popupBg)===null||S===void 0?void 0:S.horizontalMargin)!==null&&v!==void 0?v:0}px`,bottom:`${(k=(T=(p=(y=oe?.item)===null||y===void 0?void 0:y.props)===null||p===void 0?void 0:p.popupBg)===null||T===void 0?void 0:T.bottomMargin)!==null&&k!==void 0?k:0}px`,overflow:"hidden",width:`calc(100% - ${((x=(m=(L=(I=oe?.item)===null||I===void 0?void 0:I.props)===null||L===void 0?void 0:L.popupBg)===null||m===void 0?void 0:m.horizontalMargin)!==null&&x!==void 0?x:0)*2}px)`,height:"100%"}},o.createElement("div",Object.assign({ref:H,className:`modal-container ${Ae?"modal-popIn":"modal-popOut"}`,role:"dialog","aria-label":(w=oe?.item)===null||w===void 0?void 0:w.displayName,"aria-modal":!0,"aria-labelledby":"modal-content",style:Object.assign(Object.assign({padding:a,animationDuration:((M=l?.duration)!==null&&M!==void 0?M:0)/1e3+"s"},ke&&{transform:`translateY(${$}px)`}),{overflow:"hidden",borderRadius:`${(V=(E=(O=(C=oe?.item)===null||C===void 0?void 0:C.props)===null||O===void 0?void 0:O.popupBg)===null||E===void 0?void 0:E.borderRadius)!==null&&V!==void 0?V:0}px`,zIndex:9}),onClick:Z=>{Z.stopPropagation(),Z.preventDefault()}},ke&&{onTouchMove:Ke,onTouchStart:Ye,onTouchEnd:ge}),o.createElement("div",Object.assign({id:"modal-content",ref:j,style:{height:ke?c:Q,overflow:ke&&$<=0||!ke?"auto":"hidden",zIndex:1}},((_=(F=oe?.item)===null||F===void 0?void 0:F.props)===null||_===void 0?void 0:_.enableFixedCloseButton)&&{onScroll:Z=>{var X;he(15-((X=Z?.target)===null||X===void 0?void 0:X.scrollTop))}}),Xe()),o.createElement("button",{className:"modal-icon-wrapper",role:"button","aria-label":"close button",onClick:e,style:{top:ce}},o.createElement("img",{src:_e?.popupCloseIcon||Ta,alt:"close button",className:"modal-icon"})))))),Ie.current)};var di=o.memo(Ea);const Ca=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),a=[];for(let s=0;s<n.length&&(a.push(n[s]),!(a.join(" ").length>=e));s++);return(a.length>1&&a.length<n.length?a.slice(0,a.length-1):a).join(" ")+" "},Ia=({text:t,maxStr:e=108,style:i,className:n,onClick:a,foldText:l,unfoldText:s,isPost:c,onChange:r})=>{const[u,d]=o.useState(!1),[f,h]=o.useState(!1),b=Number(i?.lineClamp||2),g=o.useRef(null),A=o.useRef(null),S=o.useCallback(()=>{d(!u)},[u,r]);return o.useMemo(()=>!u&&t.length>e?Ca(t,e)+"...":t,[t,e,u]),o.useEffect(()=>{var v,y;A?.current&&(A.current.style.display="block"),((v=A?.current)===null||v===void 0?void 0:v.offsetHeight)>((y=g?.current)===null||y===void 0?void 0:y.offsetHeight)&&c?h(!0):h(!1),A.current.style.display="none"},[c,t]),o.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},o.createElement("div",{ref:g,style:{overflow:"hidden",WebkitLineClamp:!c||u?"":b,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),o.createElement("div",{ref:A,dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),t&&c&&f&&o.createElement("button",{"aria-label":u?s||"show less":l||"show more",style:{textDecoration:"underline",cursor:"pointer"},onClick:a??S,dangerouslySetInnerHTML:{__html:xe(u?s||"show less":l||"show more",i)}}))};var Mi=o.memo(Ia);const ka=o.forwardRef((t,e)=>{const{src:i,onLoad:n,style:a,className:l,loading:s,alt:c="image"}=t,[r,u]=o.useState(i),d=o.useRef(null),[f,h]=o.useState(!1);return o.useImperativeHandle(e,()=>({setSrc:b=>{b&&u(b)}})),o.useEffect(()=>{i&&u(i)},[i]),o.useEffect(()=>{const b=()=>{i&&!f&&d.current&&(d.current.src="",d.current.src=i)};return mt.on(dt.PAGE_DID_SHOW,b),()=>{mt.off(dt.PAGE_DID_SHOW,b)}},[i,f]),o.createElement(o.Fragment,null,!f&&!r&&o.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?o.createElement("picture",null,o.createElement("source",{type:"image/avif",srcSet:r}),o.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),o.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),o.createElement("img",{ref:d,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:b=>{h(!0),n?.(b.target)},alt:c})):o.createElement("img",{ref:d,className:l,src:r,style:Object.assign({},a),loading:s,onLoad:b=>{h(!0),n?.(b.target)},alt:c}))});var Pt=o.memo(ka);const Pa=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const a=o.useRef(),{popupDetailData:l}=Fe();return o.useEffect(()=>{var s,c;n&&((s=a?.current)===null||s===void 0||s.swiper.slideTo((c=l?.multiCheckIndex)!==null&&c!==void 0?c:0))},[l,n]),o.createElement(li,{role:"list",tag:"ul",ref:a,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[ol,nl,Ei],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var mi=o.memo(Pa);const Ma=({products:t,data:e,defImg:i,style:n,onCLick:a,popupDetailData:l,check:s})=>{var c;const{productView:r}=Ct(),{popupCurTimeRef:u}=Fe(),d=(f,h)=>{if(s===h)return;const b=t?.[s];r(l,b,b?.bindCta,u.current,l?.index),a?.(h)};return o.createElement(o.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&o.createElement(mi,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(c=l?t:[0,1,2,3])===null||c===void 0?void 0:c.map((f,h)=>{var b,g,A;return o.createElement(o.Fragment,null,f?.bindCta?o.createElement(Ht,{className:Ce.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{d(f,h)},key:h},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:s===h?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(A=(b=f?.cover)!==null&&b!==void 0?b:(g=f?.homePage)===null||g===void 0?void 0:g[0])!==null&&A!==void 0?A:i})):null)})))};var Jn=o.memo(Ma);const Da=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:a,src:l}=t;switch(i){case 2:return n||null;case 3:return l||null;default:return a&&a.length>0?(e=a[0])===null||e===void 0?void 0:e.url:null}},_a=t=>t?{backgroundImage:`url(${t})`,backgroundRepeat:"no-repeat",backgroundSize:"cover"}:"",fi=({product:t,enableFormattedPrice:e,globalConfig:i,isHiddenDef:n,style:a})=>{var l,s,c,r,u,d,f,h;if((!t?.currency||!t?.price)&&n)return null;let b=t?.currency&&t?.price?t?.price:7e3,g="",A=i?.priceSymbol,S=t?.currency?(c=(s=(l=t?.currency)===null||l===void 0?void 0:l.split("-")[1])===null||s===void 0?void 0:s.toUpperCase())!==null&&c!==void 0?c:"":"$";const v=e===void 0||e;let y=b.toString();A?.showTwoDecimalPoint&&(y=b?.toFixed(2));let p=(r=y?.indexOf("."))!==null&&r!==void 0?r:-1;if(v){g=(u=b?.toLocaleString("zh",{minimumFractionDigits:A?.showTwoDecimalPoint?2:0}))!==null&&u!==void 0?u:"";let T=0,k=p??g?.length;A?.millesimalSymbol==="."?g=g?.replace(/\,/g,function(I,L){return L>=T&&L<k?".":I}):A?.millesimalSymbol===" "&&(g=g?.replace(","," "))}else g=`${A?.showTwoDecimalPoint?b?.toFixed(2):b}`;return A?.decimalPoint===","&&p>0&&(g=g=g?.replace(/\./g,function(T,k){return k>=p&&k<g?.length?",":T})),S=`<span style="font-family:${(h=(f=(d=i?.priceSymbol)===null||d===void 0?void 0:d.fontFamily)!==null&&f!==void 0?f:a?.["fontFamily-en"])!==null&&h!==void 0?h:"inherit"}">${S}</span>`,g=xe(g,a),A?.currencyPosition&&A?.currencyPosition!=="none"?g=A?.currencyPosition==="left"?S+g:g+S:A?.currencyPosition!=="none"&&(g=S+g),g},Oa=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,S,v,y,p,T,k,I,L,m,{content:x,style:w,bgImg:M,onClick:C,schema:O,isDefault:E,bottom_image:V,tipText:F,isPost:_,viewTime:N,rec:R,swiper:D,commodityStyles:j,buttonStyle:H,index:K,commodityGroup:Q,popupBg:$,iframeIcon:le,commodityImgRatio:de,isTel:ee,iframeBgColor:Ie,isActive:_e=!0}=t,Be=it(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);const{sxpParameter:Y,popupDetailData:J,isPreview:ce,bffFbReport:he,popupCurTimeRef:Ae,checkCommodityIndexRef:oe,globalConfig:ke}=Fe(),{jumpToWeb:Xe,productView:Re}=Ct(),Ye=o.useRef(null),[Ke,ge]=o.useState(!1),[Z,X]=o.useState(!1),[ie,ne]=o.useState((e=J?.multiCheckIndex)!==null&&e!==void 0?e:0),se=o.useRef(),[Se,qe]=o.useState(0),te=_?R:J;let B=_?te?.product:(n=(i=te?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(a=te?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],Ge=_?(s=te?.product)===null||s===void 0?void 0:s.bindCta:(u=(r=(c=te?.video)===null||c===void 0?void 0:c.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&u!==void 0?u:(h=(f=(d=te?.video)===null||d===void 0?void 0:d.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const wt=_?K:J?.index;if(!_&&Q?.open&&(!((b=te?.video)===null||b===void 0)&&b.bindProducts)&&((A=(g=te?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0?void 0:A.length)>0){oe.current=ie;const ae=(S=te?.video)===null||S===void 0?void 0:S.bindProducts[ie];B=ae,Ge=ae?.bindCta}const et=ae=>{B?.link&&(Xe(ae,te,B,Ge,wt),_||Re(te,B,Ge,N||Ye.current,wt),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{_e&&(he?.({eventName:"ProductView",product:B}),he?.({eventName:"PageView",product:B}))},[_e,he]),o.useEffect(()=>{const ae=()=>{Ye.current=new Date};return ae(),window.addEventListener("pageshow",ae),()=>{window.removeEventListener("pageshow",ae)}},[]);const At=fi({product:B,enableFormattedPrice:(v=j?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:ke,style:j?.price}),ft=(ce?375:(y=w?.width)!==null&&y!==void 0?y:window.innerWidth)-((p=$?.horizontalMargin)!==null&&p!==void 0?p:0)*2,St=de?ft*(de.h/de.w):ft,Ft=({isPost:ae})=>{var Qe,bt,Jt,Gt;return o.createElement("div",null,o.createElement("div",{className:"pb-commondity-content-collection",style:Bt(j?.collection),hidden:!!B&&(!B?.collection||B?.collection===""),dangerouslySetInnerHTML:{__html:xe((Qe=B?.collection)!==null&&Qe!==void 0?Qe:"Tiffany Lock",j?.collection)}}),o.createElement("div",{className:"pb-commondity-content-title",style:Bt(j?.title),hidden:!!B&&!B?.title,dangerouslySetInnerHTML:{__html:xe((bt=B?.title)!==null&&bt!==void 0?bt:"Pendant in Yellow Gold with Diamonds, Medium",j?.title)}}),o.createElement("div",{className:"pb-commondity-content-price",style:Bt(j?.price),hidden:!!B&&!B?.price,dangerouslySetInnerHTML:{__html:At??""}}),o.createElement("div",{hidden:!!B&&!B?.taxInfo,style:Bt(j?.taxInfo),dangerouslySetInnerHTML:{__html:xe((Jt=B?.taxInfo)!==null&&Jt!==void 0?Jt:"\u7A0E\u8D39",j?.taxInfo)}}),o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Mi,{foldText:F?.foldText,unfoldText:F?.unfoldText,onClick:()=>ge(!0),isPost:ae,text:(Gt=B?.info)!==null&&Gt!==void 0?Gt:`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:j?.info})))},Mt=()=>{var ge,Le;return o.createElement(o.Fragment,null,(E||B?.link)&&o.createElement("a",{"aria-label":(ge=Ge?.enTitle)!==null&&ge!==void 0?ge:"Purchase on Website",role:"button",tabIndex:0,onClick:tt,className:"pb-commondity-btn",style:X},o.createElement("span",{dangerouslySetInnerHTML:{__html:Ee((Le=Ge?.enTitle)!==null&&Le!==void 0?Le:"Purchase on Website",X)}})))},Vt=o.useCallback(ge=>ge?.lineClamp?Object.assign(Object.assign({},ge),{overflow:"hidden",WebkitLineClamp:ge?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ge,[]),It=o.useCallback(ge=>{fe.current=new Date,oe(ge),ae.current=ge,de?.current&&(de.current.swiper.slideTo(0),de.current.swiper.autoplay.start())},[]),_t=o.useCallback(()=>{var ge,Le,xt;if(!D)return o.createElement(Qn,{products:(ge=te?.video)===null||ge===void 0?void 0:ge.bindProducts,data:Q,defImg:(xt=(Le=G?.bottom_image)!==null&&Le!==void 0?Le:V)!==null&&xt!==void 0?xt:"",style:{padding:"0 19px"},onCLick:It,popupDetailData:K,check:ie})},[ie]),St=o.useMemo(()=>{const ge={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ge?.[M?.dotsAlign]},[M?.dotsAlign]),jt=B?.remark,Be=o.useCallback(()=>{de.current&&de.current.swiper&&he&&de.current.swiper.autoplay.stop()},[]),Wt=o.useCallback(()=>{de.current&&de.current.swiper&&he&&de.current.swiper.autoplay.start()},[]),ft=o.useCallback(ge=>{Ke(ge.activeIndex)},[]),he=o.useMemo(()=>Li(),[]);return o.createElement(o.Fragment,null,o.createElement("div",Object.assign({className:ke.css(Object.assign({},w))},Fe),o.createElement("div",{style:{position:"relative"},onMouseEnter:Be,onMouseLeave:Wt},B&&((T=B?.homePage)===null||T===void 0?void 0:T.length)>0&&o.createElement(oi,Object.assign({height:wt,modules:[Ci,Ii,...he?[Ui,Gi,Ei,Wi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:St,bulletElement:"button"}},he?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,autoplay:{delay:M?.delay*1e3},ref:de,onSlideChange:ft,className:ke.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=M?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},M?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:M?.dotsBgColor,opacity:1}}),M?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${M?.dotsActiveColor}!important`,opacity:1}}))}),o.createElement(o.Fragment,null,(I=B?.homePage)===null||I===void 0?void 0:I.map((ge,Le)=>{var xt;return o.createElement(Bt,{key:Le,"aria-hidden":Le!==xe},o.createElement("div",{style:{overflow:"hidden",width:mt,height:wt}},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${M?.translateY?M?.translateY+50:50}%`},src:(xt=ge??G?.bottom_image)!==null&&xt!==void 0?xt:V})))}))),!(!((L=B?.homePage)===null||L===void 0)&&L.length)&&o.createElement("div",{className:ke.css({height:wt,width:mt})},o.createElement("img",{className:ke.css({objectFit:"cover",width:"100%",height:"100%"}),src:(m=G?.bottom_image)!==null&&m!==void 0?m:V,alt:"pdp image"})),(jt||!B)&&re&&o.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>U(!0)},o.createElement("img",{src:re,alt:"3d",width:"72px"}))),_t(),o.createElement("div",{className:"pb-commondity-content"},Nt({isPost:D}))),Mt(),o.createElement(di,{visible:Qe,onClose:()=>be(!1)},o.createElement("div",{style:{paddingBottom:"80px"}},Nt({isPost:!1})),Mt()),o.createElement(di,{visible:q,padding:0,isFullScreen:!0,onClose:()=>U(!1)},o.createElement("div",{style:{backgroundColor:Pe,height:"100%"}},o.createElement("iframe",{src:jt,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var La=o.memo(Oa),Ra=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Na=dt(La,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Zo,interactionRender:Ra},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18,marginTop:24,marginBottom:10},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000",marginBottom:14},info:{color:"gray",fontSize:12},taxInfo:{color:"#000",fontSize:13,textAlign:"left",marginBottom:"10px"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var Va=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ja=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5185\u5BB9",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{label:"\u5185\u5BB9\u5B57\u4F53\u95F4\u8DDD",type:"TextSpace",name:["props","contentStyle"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],$n="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 Fa=t=>{var{content:e,btnText:i,style:n,icon:a,isPopup:l,isExternalLink:s,onClose:c,onClick:r,submitButtonStyle:u,contentStyle:d}=t,f=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=je(),{jumpToWeb:b}=Ct(),g=typeof a=="string"?a:Da(a),A=x=>{var v,y,p;if(s){const T=h,k=(v=T?.video)===null||v===void 0?void 0:v.bindProduct,I=(p=(y=T?.video)===null||y===void 0?void 0:y.bindProduct)===null||p===void 0?void 0:p.bindCta,L=h?.index;b(x,T,k,I,L)}l||c?.(),r?.()};return o.createElement("div",Object.assign({className:`pb-prompt ${ke.css(Object.assign({},n))}`},f),o.createElement("div",{className:"pb-prompt-icon"},o.createElement("img",{width:"100%",src:g??$n,alt:"success image"})),o.createElement("div",{className:"pb-prompt-content",style:d,dangerouslySetInnerHTML:{__html:Ee(e,d)}}),o.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:u,onClick:A,dangerouslySetInnerHTML:{__html:Ee(i,u)}}))};var Ba=o.memo(Fa);const za=dt(Ba,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ja,bindableProps:[],interactionRender:Va},defaulSetting:{props:{icon:$n,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var Ha=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A72 * 30"},{label:"\u80CC\u666F\u8272",type:"Color",name:["props","iframeBgColor"]}]},{title:"\u8F6E\u64AD\u6307\u793A\u5668",child:[{label:"\u80CC\u666F\u8272",name:["props","swiper","dotsBgColor"],type:"Color",initialValue:"rgba(0,0,0,.2)"},{label:"\u9009\u4E2D\u8272",name:["props","swiper","dotsActiveColor"],type:"Color",initialValue:"rgba(0,0,0,1)"},{label:"\u5E95\u8FB9\u8DDD",name:["props","swiper","dotsMarginBottom"],type:"Number",addonAfter:"px"}]},{title:"\u5173\u95ED\u6309\u94AE",child:[{label:"\u8DDF\u968F\u5F39\u7A97\u6EDA\u52A8",type:"Switch",name:["props","enableFixedCloseButton"]}]}];const Wa=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,x,v,y,p,T,k,I,L,m,S,w,P,C,{style:O,isDefault:E,rec:V,viewTime:F,isPost:D,bottom_image:N,tipText:R,swiper:M,commodityStyles:j,buttonStyle:X,index:Z,commodityGroup:Q,popupBg:$,iframeIcon:re,commodityImgRatio:ue,isTel:ee,iframeBgColor:Pe,isActive:Oe=!0}=t,Fe=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);o.useState(!0);const{sxpParameter:G,popupCurTimeRef:K,popupDetailData:ve,isPreview:me,bffFbReport:fe,checkCommodityIndexRef:ae,globalConfig:Me}=je(),{jumpToWeb:Ue,productView:Re}=Ct();o.useState(!1),o.useState(!1),o.useState(!0);const[Ze,Qe]=o.useState(!1),be=o.useRef(null),[q,U]=o.useState(!1),[ie,oe]=o.useState((e=ve?.multiCheckIndex)!==null&&e!==void 0?e:0),de=o.useRef(),[xe,Ke]=o.useState(0),te=D?V:ve;let B=D?te?.product:(n=(i=te?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(a=te?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],Ge=D?(s=te?.product)===null||s===void 0?void 0:s.bindCta:(u=(r=(c=te?.video)===null||c===void 0?void 0:c.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&u!==void 0?u:(h=(f=(d=te?.video)===null||d===void 0?void 0:d.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const yt=D?Z:ve?.index;if(!D&&Q?.open&&(!((b=te?.video)===null||b===void 0)&&b.bindProducts)&&((A=(g=te?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0?void 0:A.length)>0){ae.current=ie;const he=(x=te?.video)===null||x===void 0?void 0:x.bindProducts[ie];B=he,Ge=he?.bindCta}const tt=he=>{B?.link&&(Ue(he,te,B,Ge,yt),D||Re(te,B,Ge,F||be.current,yt),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{Oe&&(fe?.({eventName:"ProductView",product:B}),fe?.({eventName:"PageView",product:B}))},[Oe,fe]),o.useEffect(()=>{const he=()=>{Oe&&(be.current=new Date)};return he(),window.addEventListener("pageshow",he),()=>{window.removeEventListener("pageshow",he)}},[Oe]);const At=fi({product:B,enableFormattedPrice:(v=j?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:Me,style:j?.price}),mt=(me?375:(y=O?.width)!==null&&y!==void 0?y:window.innerWidth)-((p=$?.horizontalMargin)!==null&&p!==void 0?p:0)*2,wt=ue?mt*(ue.h/ue.w):mt,Nt=({isPost:he})=>o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Mi,{isPost:he,onClick:()=>Qe(!0),className:"pb-commondityDiroNew-info",style:j?.info,foldText:R?.foldText,unfoldText:R?.unfoldText,text:B?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
|
6
|
-
Made in Italy`})),Mt=o.useCallback(he=>he?.lineClamp?Object.assign(Object.assign({},he),{overflow:"hidden",WebkitLineClamp:he?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):he,[]),Vt=o.useCallback(he=>{K.current=new Date,oe(he),ae.current=he,de?.current&&(de.current.swiper.slideTo(0),de.current.swiper.autoplay.start())},[]),It=o.useCallback(()=>{var he,ge,Le;if(!D)return o.createElement(Qn,{products:(he=te?.video)===null||he===void 0?void 0:he.bindProducts,data:Q,defImg:(Le=(ge=G?.bottom_image)!==null&&ge!==void 0?ge:N)!==null&&Le!==void 0?Le:"",style:{padding:"0 19px"},onCLick:Vt,popupDetailData:ve,check:ie})},[ie]),_t=o.useMemo(()=>{const he={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return he?.[M?.dotsAlign]},[M?.dotsAlign]),St=B?.remark,jt=o.useCallback(()=>{de.current&&de.current.swiper&&ft&&de.current.swiper.autoplay.stop()},[]),Be=o.useCallback(()=>{de.current&&de.current.swiper&&ft&&de.current.swiper.autoplay.start()},[]),Wt=o.useCallback(he=>{Ke(he.activeIndex)},[]),ft=o.useMemo(()=>Li(),[]);return o.createElement("div",{className:"pb-commondityDiroNew"},o.createElement("div",Object.assign({className:ke.css(Object.assign(Object.assign({},O),{transform:"translate3d(0px, 0px, 0px)"}))},Fe),o.createElement("div",{style:{position:"relative"},onMouseEnter:jt,onMouseLeave:Be},B&&((T=B?.homePage)===null||T===void 0?void 0:T.length)>0&&o.createElement(oi,Object.assign({height:wt,modules:[Ci,Ii,...ft?[Ui,Gi,Ei,Wi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:_t,bulletElement:"button"}},ft?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,ref:de,onSlideChange:Wt,autoplay:{delay:M?.delay*1e3},className:ke.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=M?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},M?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:M?.dotsBgColor,opacity:1}}),M?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${M?.dotsActiveColor}!important`,opacity:1}}))}),(I=B?.homePage)===null||I===void 0?void 0:I.map((he,ge)=>{var Le;return o.createElement(Bt,{key:ge,"aria-hidden":ge!==xe},o.createElement("div",{style:{overflow:"hidden",width:mt,height:wt}},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${M?.translateY?M?.translateY+50:50}%`},src:(Le=he??G?.bottom_image)!==null&&Le!==void 0?Le:N})))})),!(!((L=B?.homePage)===null||L===void 0)&&L.length)&&o.createElement("div",{className:ke.css({height:wt,width:mt})},o.createElement("img",{className:ke.css({objectFit:"cover",width:"100%",height:"100%"}),src:(m=G?.bottom_image)!==null&&m!==void 0?m:N,alt:"pdp image"})),(St||!B)&&re&&o.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>U(!0)},o.createElement("img",{src:re,alt:"3d",width:"72px"}))),It(),o.createElement("div",{className:"pb-commondityDiroNew-content"},o.createElement("div",{className:"pb-commondityDiroNew-content-top"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:Mt(j?.title),dangerouslySetInnerHTML:{__html:Ee((S=B?.title)!==null&&S!==void 0?S:"Large Dior Toujours BagLarge",j?.title)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!B&&(!B?.collection||B?.collection===""),style:Mt(j?.collection),dangerouslySetInnerHTML:{__html:Ee(B?.collection||"Black Macrocannage CalfskinLarge",j?.collection)}})),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.price,style:Mt(j?.price),dangerouslySetInnerHTML:{__html:At??""}}),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.taxInfo,style:Mt(j?.taxInfo),dangerouslySetInnerHTML:{__html:Ee((w=B?.taxInfo)!==null&&w!==void 0?w:"\u7A0E\u8D39",j?.taxInfo)}}))),(!B||B?.link)&&o.createElement("a",{"aria-label":(P=Ge?.enTitle)!==null&&P!==void 0?P:"Shop now",role:"button",tabIndex:0,onClick:tt,className:"pb-commondityDiroNew-btn",style:X},o.createElement("span",{dangerouslySetInnerHTML:{__html:Ee((C=Ge?.enTitle)!==null&&C!==void 0?C:"Shop now",X)}})),Nt({isPost:D}))),o.createElement(di,{visible:Ze,onClose:()=>Qe(!1)},o.createElement("div",{style:{paddingTop:"20px"}},Nt({isPost:!1}))),o.createElement(di,{visible:q,padding:0,isFullScreen:!0,onClose:()=>U(!1)},o.createElement("div",{style:{backgroundColor:Pe,height:"100%"}},o.createElement("iframe",{src:St,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Xa=o.memo(Wa),Ua=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Ga=dt(Xa,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:Ha,interactionRender:Ua},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var Ya=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","width"],addonAfter:"W"},{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"]},{type:"Number",addonAfter:"px",name:["props","buttonStyle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","buttonStyle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","buttonStyle"]}]}];function eo(t){const e=o.useRef(null),[i,n]=o.useState(!1);return o.useEffect(()=>{e.current=new IntersectionObserver(([a])=>{n(a.isIntersecting)})},[]),o.useEffect(()=>{var a;return t?.current&&((a=e?.current)===null||a===void 0||a.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const qa=({src:t,rec:e,item:i,index:n,style:a,translateY:l,imgStyle:s,enableEventReport:c=!0,isActive:r})=>{const u=o.useRef(null),d=eo(u),{ctaEvent:f}=je(),[h,b]=o.useState(!1);return o.useEffect(()=>{d&&t&&u?.current&&c&&!h&&r&&(b(!0),f?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n))},[d,t,u,e,f,i,n,c,h,r]),o.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),o.createElement("div",{className:ke.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},s))},o.createElement("div",{ref:u,hidden:!t,className:ke.css({width:"100%",height:"100%"})},o.createElement(Pt,{className:ke.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},a)),src:t})))};var Ht=o.memo(qa);const Za=t=>{var e,i,n,{style:a,isDefault:l,rec:s,viewTime:c,isPost:r,bottom_image:u,commodityStyles:d,buttonStyle:f,translateY:h=0,commodityPicture:b,isExternalLink:g,onClick:A}=t,x=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:v,popupDetailData:y,setPopupDetailData:p,ctaEvent:T,globalConfig:k,bffFbReport:I}=je(),{jumpToWeb:L}=Ct(),{popup:m}=Jt(),S=r?s:y,w=(i=(e=S?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],P=y?.index,C=o.useCallback(E=>{var V;return fi({product:E,enableFormattedPrice:(V=d?.price)===null||V===void 0?void 0:V.enableFormattedPrice,globalConfig:k,style:d?.price})},[(n=d?.price)===null||n===void 0?void 0:n.enableFormattedPrice,k]),O=lt.throttle((E,V,F)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},S,E,P),p?.(Object.assign(Object.assign({},S),{video:Object.assign(Object.assign({},S?.video),{bindProduct:E}),index:P,multiCheckIndex:V})),g?E?.link&&(L(F,S,E,E.bindCta,P),window.location.href=window.getJointUtmLink(E.link)):A?.()},m?.duration);return o.useEffect(()=>{I?.({eventName:"PageView"})},[]),o.createElement("ul",{role:"list",className:ke.css(Object.assign(Object.assign({},a),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},w?.map((E,V)=>{var F,D,N,R,M,j,X,Z,Q,$,re;return o.createElement(o.Fragment,null,S&&!E?.bindCta?null:o.createElement("li",{role:"listitem",key:V,onClick:ue=>O(E,V,ue)},o.createElement("button",Object.assign({role:"button","aria-label":E?.title,tabIndex:0,className:ke.css({display:"flex",alignItems:"normal",width:"100%",textAlign:"left"})},x),o.createElement(Ht,{src:(R=(N=(F=E?.cover)!==null&&F!==void 0?F:(D=E?.homePage)===null||D===void 0?void 0:D[0])!==null&&N!==void 0?N:v?.bottom_image)!==null&&R!==void 0?R:u,rec:S,item:E,index:V,translateY:h,imgStyle:b,enableEventReport:!1}),o.createElement("div",{style:{width:`calc(100% - ${(M=b?.width)!==null&&M!==void 0?M:0}px - ${(j=b?.marginRight)!==null&&j!==void 0?j:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},o.createElement("div",null,o.createElement("div",{className:"one-line-ellipsis",style:d?.title,hidden:!!E&&!E?.title,dangerouslySetInnerHTML:{__html:Ee((X=E?.title)!==null&&X!==void 0?X:"Pendant in Yellow Gold with Diamonds, Medium",d?.title)}}),o.createElement("div",{className:"two-line-ellipsis",style:d?.collection,hidden:!!E&&(!E?.collection||E?.collection===""),dangerouslySetInnerHTML:{__html:Ee((Z=E?.collection)!==null&&Z!==void 0?Z:"Tiffany Lock",d?.collection)}})),o.createElement("div",{className:ke.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{style:d?.price,hidden:!!E&&!E?.price,dangerouslySetInnerHTML:{__html:(Q=C(E))!==null&&Q!==void 0?Q:""}})),o.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:Ee((re=($=E?.bindCta)===null||$===void 0?void 0:$.enTitle)!==null&&re!==void 0?re:"Shop Now",f)}}))))))}))};var Ka=o.memo(Za),Ja=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Qa=dt(Ka,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Ya,interactionRender:Ja},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var $a=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]},{title:"iframe",child:[{type:"TextArea",label:"url",name:["props","iframe","src"]},{type:"TextArea",label:"allow",name:["props","iframe","allow"]}]}];const es=t=>{var e,i,{content:n,btnText:a,style:l,icon:s,isPopup:c,isExternalLink:r,onClose:u,onClick:d,submitButtonStyle:f,contentStyle:h,isTel:b,iframe:g}=t,A=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel","iframe"]);const{popupDetailData:x}=je(),{src:v,allow:y}=g||{},p=v||((i=(e=x?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark);return o.createElement("div",Object.assign({className:`${ke.css(Object.assign(Object.assign({},l),{overflow:"hidden"}))}`},A),o.createElement("iframe",{src:p,allow:y,scrolling:"no",style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var ts=o.memo(es);const is=dt(ts,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:$a,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var ns=[{title:"\u5F39\u7A97\u6587\u672C",child:[{type:"RichText",name:["props","content"]}]}];const os=t=>{var{content:e,isTel:i}=t;return nt(t,["content","isTel"]),o.createElement("article",{className:"consentDetail-article",dangerouslySetInnerHTML:{__html:typeof e=="string"?e:""},onClick:n=>{n.stopPropagation()}})};var ls=o.memo(os);const as=dt(ls,{displayName:"\u534F\u8BAE\u8BE6\u60C5",icon:"",category:"popup",type:"ConsentDetail",related:{settingRender:ns,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:7});var Rt=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],ss=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const rs=t=>{var{rec:e,children:i,className:n,onClick:a,style:l,isExternalLink:s=!1,index:c,jumpLink:r,multItem:u,multiCheckIndex:d}=t;nt(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink","multItem","multiCheckIndex"]);const f=o.useRef(null),{popup:h}=Jt(),{setPopupDetailData:b,ctaEvent:g}=je(),{jumpToWeb:A}=Ct(),[x,v]=o.useState(null),y=lt.throttle(p=>{var T,k,I,L,m,S;p.preventDefault();const w=u||((k=(T=e?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&k!==void 0?k:e?.video);if(g?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,w,c),b?.(u&&d!==void 0&&d>=0?Object.assign(Object.assign({},e),{video:Object.assign(Object.assign({},e?.video),{bindProduct:u}),index:c,multiCheckIndex:d}):Object.assign(Object.assign({},e),{index:c})),v(f?.current),s){const P=((L=(I=e?.video)===null||I===void 0?void 0:I.bindProduct)===null||L===void 0?void 0:L.link)||u?.link;if(r||P){const C=((m=e?.video)===null||m===void 0?void 0:m.bindCta)||u?.bindCta,O=((S=e?.video)===null||S===void 0?void 0:S.bindProduct)||u;A(p,e,O,C,c),window.location.href=window.getJointUtmLink(r||P||"")}}else a?.()},h?.duration);return o.useEffect(()=>{x&&!h?.id&&(x?.focus(),v(null))},[x,h]),o.createElement("button",{ref:f,className:n,style:Object.assign({display:"flex",alignItems:"normal"},l),onClick:y,role:"button","aria-label":"CTA",tabIndex:0},i)};var ei=o.memo(rs),ds={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const cs=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,{content:g,style:A,bgImg:x,recData:v,bottom_image:y,ctaTempStyles:p,isExternalLink:T,translateY:k=0,index:I,isActive:L}=t,m=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),w=(e=v?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(a=(i=w?.cover)!==null&&i!==void 0?i:(n=w?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:S?.bottom_image)!==null&&l!==void 0?l:y;return o.createElement(ei,Object.assign({isExternalLink:T,rec:v,className:ke.css(A),index:I},m),o.createElement(Ht,{src:P,rec:v,item:(c=(s=v?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:v?.video,index:I,translateY:k,imgStyle:p?.img,isActive:L}),o.createElement("div",{className:ke.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ds["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:Ee((r=w?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("button",{"aria-label":(d=(u=w?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:ke.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((f=p?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((b=(h=w?.bindCta)===null||h===void 0?void 0:h.enTitle)!==null&&b!==void 0?b:"Shop Now",p?.ctaTitle)}})))};var us=o.memo(cs);const vs=dt(us,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:ss,bindableProps:[],settingRender:Rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:1});var ps=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const ms=t=>{var e,i,n,a,l,s,{content:c,style:r,bgImg:u,recData:d,bottom_image:f,ctaTempStyles:h,isExternalLink:b,index:g,isActive:A}=t,x=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index","isActive"]);const{sxpParameter:v}=je(),y=(e=d?.video)===null||e===void 0?void 0:e.bindCta,p=(n=(i=y?.icon)!==null&&i!==void 0?i:v?.bottom_image)!==null&&n!==void 0?n:f;return o.createElement(ei,Object.assign({isExternalLink:b,rec:d,className:ke.css(Object.assign({alignItems:"center"},r)),index:g},x),o.createElement(Ht,{src:p,rec:d,item:(l=(a=d?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&l!==void 0?l:d?.video,index:g,imgStyle:h?.img,isActive:A}),o.createElement("div",{className:ke.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((s=y?.enTitle)!==null&&s!==void 0?s:"Product Name",h?.ctaTitle)}}))};var fs=o.memo(ms);const hs=dt(fs,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ps,settingRender:Rt?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:30,height:30,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:6});var As=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],to={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const bs=t=>{var e,i,n,a,l,s,c,r,u,{content:d,style:f,bgImg:h,recData:b,bottom_image:g,ctaTempStyles:A,index:x,customTitle:v,isActive:y}=t,p=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle","isActive"]);const{sxpParameter:T}=je(),k=(e=b?.video)===null||e===void 0?void 0:e.bindCta;(i=b?.video)===null||i===void 0||i.bindProduct;const I=(a=(n=k?.icon)!==null&&n!==void 0?n:T?.bottom_image)!==null&&a!==void 0?a:g;return o.createElement(ei,Object.assign({index:x,rec:b,className:ke.css(Object.assign({alignItems:"center"},f))},p,{jumpLink:(l=k?.link)!==null&&l!==void 0?l:""}),o.createElement(Ht,{src:I,rec:b,item:(c=(s=b?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:b?.video,index:x,imgStyle:A?.img,isActive:y}),o.createElement("div",{className:ke.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{className:to["tow-line-ellipsis"],style:A?.ctaTitle,dangerouslySetInnerHTML:{__html:Ee((r=k?.enTitle)!==null&&r!==void 0?r:"Product Name",A?.ctaTitle)}}),v?.display&&o.createElement("div",{style:Object.assign(Object.assign({},v?.style),{lineHeight:((u=v?.style)===null||u===void 0?void 0:u.height)+"px"}),className:to["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:Ee(v?.text,v?.style)}}))))};var gs=o.memo(bs),ys=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],an;const ws=dt(gs,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(an=Rt?.filter(t=>t.type!=="commodityTitle"))===null||an===void 0?void 0:an.concat(As),bindableProps:[],interactionRender:ys},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}},customTitle:{style:{textAlign:"left",textDecoration:"underline",fontWeight:"bold",width:130,height:20,fontSize:12,color:"#000"},text:"\u63A2\u7D22\u66F4\u591A"}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var Ss=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],xs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Ts=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,{content:g,style:A,bgImg:x,recData:v,bottom_image:y,ctaTempStyles:p,isExternalLink:T,translateY:k=0,index:I,isActive:L}=t,m=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),w=(e=v?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(a=(i=w?.cover)!==null&&i!==void 0?i:(n=w?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:S?.bottom_image)!==null&&l!==void 0?l:y;return o.createElement(ei,Object.assign({isExternalLink:T,rec:v,className:ke.css(A),index:I},m),o.createElement(Ht,{src:P,rec:v,item:(c=(s=v?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:v?.video,index:I,translateY:k,imgStyle:p?.img,isActive:L}),o.createElement("div",{className:ke.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:xs["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:Ee((r=w?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("button",{"aria-label":(d=(u=w?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:ke.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((f=p?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((b=(h=w?.bindCta)===null||h===void 0?void 0:h.enTitle)!==null&&b!==void 0?b:"Shop Now",p?.ctaTitle)}})))};var Es=o.memo(Ts);const Cs=dt(Es,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Ss,settingRender:Rt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:2});var Is=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],ks={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Ps=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,{content:b,style:g,bgImg:A,recData:x,bottom_image:v,ctaTempStyles:y,isExternalLink:p,translateY:T=0,index:k,isActive:I}=t,L=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:m}=je(),S=(e=x?.video)===null||e===void 0?void 0:e.bindProduct,w=(l=(a=(i=S?.cover)!==null&&i!==void 0?i:(n=S?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:m?.bottom_image)!==null&&l!==void 0?l:v;return o.createElement(ei,Object.assign({isExternalLink:p,rec:x,className:ke.css(g),index:k},L),o.createElement(Ht,{src:w,rec:x,item:(c=(s=x?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:x?.video,index:k,translateY:T,imgStyle:y?.img,isActive:I}),o.createElement("div",{className:ke.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ks["tow-line-ellipsis"],style:y?.title,dangerouslySetInnerHTML:{__html:Ee((r=S?.title)!==null&&r!==void 0?r:"Product Name",y?.title)}}),o.createElement("button",{"aria-label":(d=(u=S?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:ke.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},y?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((h=(f=S?.bindCta)===null||f===void 0?void 0:f.enTitle)!==null&&h!==void 0?h:"Shop Now",y?.ctaTitle)}})))};var Ms=o.memo(Ps);const Ds=dt(Ms,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Is,bindableProps:[],settingRender:Rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:13,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:14,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:2});var _s=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Os={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ls=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=je(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,x)=>{var v,y,p,T,k,I,L,m,S,w;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Bt,{key:x,className:ke.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ei,Object.assign({rec:s,multItem:A,multiCheckIndex:x,index:f},h),o.createElement(Ht,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:ke.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Os["two-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:Ee((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:ke.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((m=r?.ctaTitle)===null||m===void 0?void 0:m.height)+"px"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((w=(S=A?.bindCta)===null||S===void 0?void 0:S.enTitle)!==null&&w!==void 0?w:"Shop Now",r?.ctaTitle)}})))))}))};var Rs=o.memo(Ls);const Ns=dt(Rs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:_s,bindableProps:[],settingRender:Rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:4});var Vs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],js={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const Fs=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=je(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,x)=>{var v,y,p,T,k,I,L,m,S,w;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Bt,{key:x,className:ke.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ei,Object.assign({rec:s,multItem:A,multiCheckIndex:x,index:f},h),o.createElement(Ht,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:ke.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:js["two-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:Ee((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:ke.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((m=r?.ctaTitle)===null||m===void 0?void 0:m.height)+"px"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((w=(S=A?.bindCta)===null||S===void 0?void 0:S.enTitle)!==null&&w!==void 0?w:"Shop Now",r?.ctaTitle)}})))))}))};var Bs=o.memo(Fs);const zs=dt(Bs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Vs,settingRender:Rt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:3});var Hs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Ws={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Xs=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=je(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,x)=>{var v,y,p,T,k,I,L,m,S;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Bt,{key:x,className:ke.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ei,Object.assign({rec:s,multItem:A,multiCheckIndex:x,index:f},h),o.createElement(Ht,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:ke.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},o.createElement("div",{className:Ws["tow-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:Ee((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:ke.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((S=(m=A?.bindCta)===null||m===void 0?void 0:m.enTitle)!==null&&S!==void 0?S:"Shop Now",r?.ctaTitle)}})))))}))};var Us=o.memo(Xs);const Gs=dt(Us,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Hs,bindableProps:[],settingRender:Rt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:12,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:4});var Ys=[{title:"Banner",child:[{type:"Switch",label:"Banner\u56FE\u5F00\u5173",name:["props","showBanner"]}]},{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"},{type:"Switch",label:"\u56FA\u5B9A\u5BBD\u9AD8",name:["props","openFixedSize"],initialValue:!0}]},{title:"\u6587\u672C\u8BBE\u7F6E",child:[{name:["props","textStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"hashtag\u6807\u9898",value:"hashTagTitle"},{label:"hashtag\u63CF\u8FF0",value:"hashTagDesc"},{label:"hashtag\u63CF\u8FF0\u8D85\u94FE",value:"hashTagLink"},{label:"\u6807\u9898",value:"title"},{label:"\u4EF7\u683C",value:"price"}],name:["props","textStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextPadding",name:["props","buttonBgStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"\u6309\u94AE\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonBgStyle","backgroundColor"],initialValue:"#fff"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonBgStyle","height"],addonAfter:"H"}]}]}];const qs=({icon:t,styles:e,textStyle:i,onClose:n})=>{var a;const{waterFallData:l,setOpenHashtag:s}=je();return o.createElement("div",{className:"clc-sxp-nav",style:e},o.createElement("button",{className:"clc-sxp-nav-left",role:"button","aria-label":"back button",onClick:n},o.createElement("img",{src:t,alt:"back button"})),o.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:Ee(`#${(a=l?.hashTag)!==null&&a!==void 0?a:"\u6807\u9898"}`,i)}}))};var io=o.memo(qs),Zs=null,Ks="3d989325-e7d6-4a74-8a97-98febdf5b567",Js=null,Qs=null,$s={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"},er=[{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}],tr="Handbags",no={productUserId:Zs,requestId:Ks,channel:Js,rtc:Qs,tag:$s,recList:er,hashTag:tr};const ir=t=>{var e;const{rec:i,style:n={},sizeChange:a=()=>{},unitWidth:l,index:s,showBorder:c,list:r,reportTagsView:u,textStyles:d,space:f}=t,{swiperRef:h,setRtcList:b,setOpenHashtag:g,sxpParameter:A,globalConfig:x}=je(),[v,y]=o.useState(!1);o.useState(!1),o.useState({height:1,width:1});const p=o.useRef(null),T=o.useRef(null);o.useRef(null),o.useRef(null);const[k,I]=o.useState(""),L=o.useMemo(()=>{var E,V,F,D,N,R,M,j,X,Z;return!((E=i?.video)===null||E===void 0)&&E.cover?(V=i?.video)===null||V===void 0?void 0:V.cover:!((D=(F=i?.video)===null||F===void 0?void 0:F.imgUrls)===null||D===void 0)&&D.length?(R=(N=i?.video)===null||N===void 0?void 0:N.imgUrls)===null||R===void 0?void 0:R[0]:!((j=(M=i?.product)===null||M===void 0?void 0:M.homePage)===null||j===void 0)&&j.length?(Z=(X=i?.product)===null||X===void 0?void 0:X.homePage)===null||Z===void 0?void 0:Z[0]:A?.bottom_image||""},[i,A?.bottom_image]),m=o.useMemo(()=>{var E,V;return((E=i?.product)===null||E===void 0?void 0:E.title)||((V=i?.video)===null||V===void 0?void 0:V.title)||null},[i]),S=o.useMemo(()=>{var E;return n.transform?Number((E=n.transform)===null||E===void 0?void 0:E.substring(n.transform.indexOf(",",0)+1,n.transform.length-3)):void 0},[n]);o.useMemo(()=>S===void 0?!1:S<=c,[S,c]);const w=fi({product:i?.product,enableFormattedPrice:(e=d?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:x,isHiddenDef:!0,style:d?.price});o.useEffect(()=>{if(p.current===null||L==="")return;let E=null;v&&k?E=k:E=L,E&&p.current.setSrc(E)},[L,v,k]);const P=o.useRef(),C=o.useCallback(E=>{setTimeout(()=>{var V;const F=E?.clientHeight||((V=P?.current)===null||V===void 0?void 0:V.offsetHeight);a(F+56+f,s)},0)},[f,a,s,l,P]),O=()=>{u(),b?.(r),setTimeout(()=>{var E;(E=h?.current)===null||E===void 0||E.swiper.slideTo(s,0,!1),g?.(!1)},0)};return o.createElement("div",{ref:T,style:Object.assign({},n),className:"waterFallList-content-listItem",key:s,onClick:O},o.createElement("div",{className:"waterFallList-content-listItem-picture",ref:P},o.createElement(Pt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:C,ref:p})),o.createElement("div",{className:"waterFallList-content-listItem-info"},o.createElement("div",{className:`waterFallList-content-listItem-info-title ${w?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},d?.title),dangerouslySetInnerHTML:{__html:Ee(m,d?.title)}}),o.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!w,style:d.price,dangerouslySetInnerHTML:{__html:w??""}})))};function nr(t){var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,x,v,y,p,T,k,I,{reportTagsView:L,showBanner:m}=t,S=nt(t,["reportTagsView","showBanner"]);const{waterFallData:w,getRecommendVideos:P,hashTagSize:C,loadingImage:O,isOpenHashTag:E,cacheActiveIndex:V}=je(),{jumpToWeb:F}=Ct(),D=o.useRef(null),[N,R]=o.useState(0),[M,j]=o.useState(),X=o.useRef(null),[Z,Q]=o.useState([]),$=o.useRef(),re=[170,230,300],[ue,ee]=o.useState(!1),[Pe,Oe]=o.useState([]),Fe=o.useRef(),G=o.useCallback((be,q)=>Math.floor(Math.random()*(q-be+1))+be,[]),K=o.useRef([]),[ve,me]=o.useState({width:0}),fe=o.useMemo(()=>{const be=ve.width||0;return be>=1200?6:be>=768&&be<=1199?4:2},[ve]),ae=o.useMemo(()=>ve.width/fe-2,[fe,ve]),Me=o.useCallback(()=>{var be;const q=(be=$.current)!==null&&be!==void 0?be:[],U=[];for(let ie=0;ie<Pe?.length;ie++){const oe=Math.floor(ie/fe),de=ie%fe+1;let xe=0,Ke=9999999999;if(oe===0)U[ie]=ie;else{for(let te=0;te<U.length;te++)K.current[U[te]].top+K.current[U[te]].height<Ke&&(xe=te,Ke=K.current[U[te]].top+K.current[U[te]].height);U[xe]=ie}K.current[ie]===void 0&&(K.current[ie]={}),oe===0?(de===1?K.current[ie].left=0:K.current[ie].left=K.current[ie-1].left+ae+4,K.current[ie].top=0):(K.current[ie].left=K.current[xe].left,K.current[ie].top=Ke),K.current[ie].height=K.current[ie].height||re[G(0,2)],q[ie]={transform:`translate(${K.current[ie].left}px,${K.current[ie].top}px)`,width:`${ae}px`,height:K.current[ie].height}}return Q([...q]),[...q]},[ae,fe,re,G,Pe]),Ue=o.useCallback((be,q)=>{K.current[q]===void 0&&(K.current[q]={}),K.current[q].height=be,$.current=Me()},[Me]);o.useEffect(()=>{$.current=Me()},[ae,fe,Pe]),o.useEffect(()=>{var be,q;if(ee(!0),w&&P?.({hashTag:w?.hashTag,defaultSize:C,maxSize:C}).then(U=>{var ie,oe;j(U),Oe((oe=(ie=U?.recList)===null||ie===void 0?void 0:ie.filter(de=>de?.video!==null||de?.product!==null))!==null&&oe!==void 0?oe:[]),ee(!1)}),E){const U=no;j(U),Oe((q=(be=U?.recList)===null||be===void 0?void 0:be.filter(ie=>ie?.video!==null||ie?.product!==null))!==null&&q!==void 0?q:[]),ee(!1)}},[w,P,C,E]);const Re=o.useCallback(()=>{X.current!==null&&me({width:X.current.getBoundingClientRect().width})},[]);o.useEffect(()=>{if(X.current===null)return;const be=new ResizeObserver(q=>{Re()});return be.observe(X.current),()=>{be.disconnect()}},[Re]),o.useCallback(()=>{ee(!0),w&&P?.({hashTag:w?.hashTag}).then(be=>{var q,U;Oe(Pe?.concat((U=(q=be?.recList)===null||q===void 0?void 0:q.filter(ie=>!ie?.video))!==null&&U!==void 0?U:[])),ee(!1)})},[w,P,Pe]);const Ze=o.useCallback(()=>{R(D.current.scrollTop)},[]);o.useEffect(()=>{var be;return(be=D?.current)===null||be===void 0||be.addEventListener("scroll",Ze),()=>{var q;(q=D?.current)===null||q===void 0||q.removeEventListener("scroll",Ze)}},[Ze,D]);const Qe=be=>{var q,U,ie,oe,de;if(!((q=M?.tag)===null||q===void 0)&&q.link){L();const xe=w?.rec;F(be,xe,(U=xe?.video)===null||U===void 0?void 0:U.bindProduct,(ie=xe?.video)===null||ie===void 0?void 0:ie.bindCta,V,(oe=xe?.video)===null||oe===void 0?void 0:oe.traceInfo),window.location.href=window.getJointUtmLink((de=M?.tag)===null||de===void 0?void 0:de.link)}};return o.createElement(o.Fragment,null,ue?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:O,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"waterFallList",ref:X},o.createElement("div",{className:"waterFallList-scroll",ref:D},m&&((e=M?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:Qe},o.createElement(Pt,{className:ke.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=M?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"waterFallList-info",style:(n=S?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:Ee((a=M?.tag)===null||a===void 0?void 0:a.info,(l=S?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((s=M?.tag)===null||s===void 0)&&s.link),className:"waterFallList-collection",style:Object.assign({},(c=S?.textStyles)===null||c===void 0?void 0:c.hashTagLink),onClick:Qe,dangerouslySetInnerHTML:{__html:Ee(((r=M?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(u=S?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),o.createElement("div",{className:"waterFallList-content"},Pe?.map((be,q)=>{var U;return o.createElement(ir,Object.assign({key:q,index:q,rec:be,list:Pe,showBorder:N+((U=D?.current)===null||U===void 0?void 0:U.clientHeight),style:Z[q],sizeChange:Ue,unitWidth:ae,reportTagsView:L},S))}),o.createElement("div",{hidden:!(!((d=M?.tag)===null||d===void 0)&&d.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(A=((h=K?.current[((f=K?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((g=K?.current[((b=K?.current)===null||b===void 0?void 0:b.length)-1])===null||g===void 0?void 0:g.height))!==null&&A!==void 0?A:0}px)`,height:!((x=M?.tag)===null||x===void 0)&&x.link?((v=Fe?.current)===null||v===void 0?void 0:v.offsetHeight)||((y=S?.buttonBgStyle)===null||y===void 0?void 0:y.height)||"100px":0}}))),o.createElement("div",{className:"waterFallList-bottom",hidden:!(!((p=M?.tag)===null||p===void 0)&&p.link),style:S?.buttonBgStyle}),o.createElement("div",{ref:Fe,hidden:!(!((T=M?.tag)===null||T===void 0)&&T.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},S?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((k=M?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:S?.buttonStyle,onClick:Qe,dangerouslySetInnerHTML:{__html:Ee(((I=M?.tag)===null||I===void 0?void 0:I.linkTitle)||"Shop the collection",S?.buttonStyle)}}))))}var or="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const lr=t=>{var e;const{rec:i,index:n,list:a,reportTagsView:l,textStyles:s,space:c}=t,{swiperRef:r,setRtcList:u,setOpenHashtag:d,sxpParameter:f,globalConfig:h}=je(),[b,g]=o.useState(!1),A=o.useRef(null),x=o.useRef(null),v=o.useRef(null),y=o.useRef(null),[p,T]=o.useState(""),k=o.useMemo(()=>{var w,P,C,O,E,V,F,D,N,R;return!((w=i?.video)===null||w===void 0)&&w.cover?(P=i?.video)===null||P===void 0?void 0:P.cover:!((O=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||O===void 0)&&O.length?(V=(E=i?.video)===null||E===void 0?void 0:E.imgUrls)===null||V===void 0?void 0:V[0]:!((D=(F=i?.product)===null||F===void 0?void 0:F.homePage)===null||D===void 0)&&D.length?(R=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||R===void 0?void 0:R[0]:f?.bottom_image||""},[i,f?.bottom_image]),I=o.useMemo(()=>{var w,P;return((w=i?.product)===null||w===void 0?void 0:w.title)||((P=i?.video)===null||P===void 0?void 0:P.title)||null},[i]),L=fi({product:i?.product,enableFormattedPrice:(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:h,isHiddenDef:!0,style:s?.price});o.useEffect(()=>{const w=new IntersectionObserver(P=>{P.forEach(C=>{if(C.isIntersecting){if(x.current===null||k==="")return;b&&p?A.current.setSrc(p):A.current.setSrc(k),w.unobserve(x.current)}})});return w.observe(x.current),()=>{w.disconnect()}},[k,b,p]);const m=(w,P,C)=>{const O=w/P;return C/O};o.useEffect(()=>{const w=v?.current;w===null||k===""||!b||(w.src=k,w.currentTime=1,w.crossOrigin="anonymous",w.onloadeddata=()=>{const P=y?.current;if(!P)return;const C=P.getContext("2d"),O=window?.innerWidth/2,E=m(w.videoWidth,w.videoHeight,O);P.height=E,P.width=O,C?.drawImage(w,0,0,P.width,P.height),T(P.toDataURL()),w.remove(),P.remove()})},[k,b]);const S=()=>{l(),u?.(a),setTimeout(()=>{var w;(w=r?.current)===null||w===void 0||w.swiper.slideTo(n,0,!1),d?.(!1)},0)};return o.createElement("div",{ref:x,className:"list-content-listItem",key:n,onClick:S,style:{marginBottom:c}},o.createElement("div",{className:"list-content-listItem-picture"},b&&o.createElement("div",{style:{display:"none"}},o.createElement("video",{ref:v,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),o.createElement("canvas",{ref:y})),o.createElement(Pt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:A})),o.createElement("div",{className:"list-content-listItem-info"},o.createElement("div",{className:`list-content-listItem-info-title ${L?"list-content-listItem-info-nowrap":""}`,style:s?.title,dangerouslySetInnerHTML:{__html:Ee(I,s?.title)}}),o.createElement("div",{className:"list-content-listItem-info-price",style:s?.price,hidden:!L,dangerouslySetInnerHTML:{__html:L??""}})))};function ar(t){var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,x,v,{reportTagsView:y,showBanner:p}=t,T=nt(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:I,hashTagSize:L,loadingImage:m,isOpenHashTag:S,cacheActiveIndex:w}=je(),{jumpToWeb:P}=Ct(),[C,O]=o.useState(),[E,V]=o.useState(),[F,D]=o.useState(!1),N=o.useRef(null),[R,M]=o.useState(!1);o.useCallback(()=>{R||(M(!0),k&&I?.({hashTag:k?.hashTag}).then(X=>{var Z;O(C?.concat((Z=X?.recList)!==null&&Z!==void 0?Z:[])),M(!1)}))},[k,I,C,R]),o.useEffect(()=>{var X,Z;if(D(!0),k&&I?.({hashTag:k?.hashTag,defaultSize:L,maxSize:L}).then(Q=>{var $,re;V(Q),O((re=($=Q?.recList)===null||$===void 0?void 0:$.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&re!==void 0?re:[]),D(!1)}),S){const Q=no;V(Q),O((Z=(X=Q?.recList)===null||X===void 0?void 0:X.filter($=>$?.video!==null||$?.product!==null))!==null&&Z!==void 0?Z:[]),D(!1)}},[k,I,L,S]);const j=X=>{var Z,Q,$,re,ue;if(!((Z=E?.tag)===null||Z===void 0)&&Z.link){y();const ee=k?.rec;P(X,ee,(Q=ee?.video)===null||Q===void 0?void 0:Q.bindProduct,($=ee?.video)===null||$===void 0?void 0:$.bindCta,w,(re=ee?.video)===null||re===void 0?void 0:re.traceInfo),window.location.href=window.getJointUtmLink((ue=E?.tag)===null||ue===void 0?void 0:ue.link)}};return o.createElement(o.Fragment,null,F?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:m,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"list"},o.createElement("div",{className:"list-scroll",ref:N},p&&((e=E?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:j},o.createElement(Pt,{className:ke.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=E?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"list-info",style:(n=T?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:Ee((a=E?.tag)===null||a===void 0?void 0:a.info,(l=T?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((s=E?.tag)===null||s===void 0)&&s.link),className:"list-collection",onClick:j,style:Object.assign(Object.assign({},(c=T?.textStyles)===null||c===void 0?void 0:c.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:Ee(((r=E?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(u=T?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),o.createElement("div",{className:"list-content"},C?.map((X,Z)=>o.createElement(lr,Object.assign({key:Z,index:Z,rec:X,list:C,reportTagsView:y},T)))),o.createElement("div",{hidden:!R,style:{textAlign:"center"}},"loading..."),o.createElement("div",{hidden:!(!((d=E?.tag)===null||d===void 0)&&d.link),style:{height:!((f=E?.tag)===null||f===void 0)&&f.link?((h=T?.buttonBgStyle)===null||h===void 0?void 0:h.height)||((b=T?.buttonStyle)===null||b===void 0?void 0:b.height)||"100px":0}})),o.createElement("div",{className:"list-bottom",hidden:!(!((g=E?.tag)===null||g===void 0)&&g.link),style:T?.buttonBgStyle}),o.createElement("div",{hidden:!(!((A=E?.tag)===null||A===void 0)&&A.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((x=E?.tag)===null||x===void 0?void 0:x.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:j,dangerouslySetInnerHTML:{__html:Ee(((v=E?.tag)===null||v===void 0?void 0:v.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const sr=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:a,swiperRef:l,setWaterFallData:s,cacheRtcList:c,setRtcList:r,cacheActiveIndex:u,rtcList:d,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:b,bffEventReport:g,themeTag:A,selectTag:x,bffFbReport:v}=je(),{backMainFeed:y}=Ct(),p=o.useRef(null),[T,k]=o.useState();o.useEffect(()=>{const w=document.getElementById("sxp-render"),P=document.getElementById("water-fall");P?p.current=P:(p.current=document.createElement("div"),p.current.setAttribute("id","water-fall"),w?.appendChild(p.current))},[]);const I=()=>{var w,P;y("branch",x,void 0,i?.hashTag),S(),s?.(void 0),h?.(!1),(P=(w=l?.current)===null||w===void 0?void 0:w.swiper)===null||P===void 0||P.slideTo(u,0,!1),n?.(!1)},[L,m]=o.useState();o.useEffect(()=>{i&&m(i)},[i]);const S=o.useCallback(()=>{var w,P,C,O,E,V;const F=L?.rec;if(!F)return;let D="",N=null;b?D="hashTagPage":!((w=F?.video)===null||w===void 0)&&w.url?(D="videoPage",N="video"):!((C=(P=F?.video)===null||P===void 0?void 0:P.imgUrls)===null||C===void 0)&&C.length&&(D="imagePage",N="image"),g?.({eventInfo:{contentId:(O=F?.video)===null||O===void 0?void 0:O.itemId,position:u+"",contentTags:JSON.stringify((E=F?.video)===null||E===void 0?void 0:E.tags),traceInfo:(V=F?.video)===null||V===void 0?void 0:V.traceInfo,hashTags:JSON.stringify([L?.hashTag]),fromKName:D,fromKPage:location?.href,timeOnSite:Math.floor((new Date-T)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents",contentFormat:N}})},[L,g,T,b,u]);return o.useEffect(()=>{a&&(k(new Date),v?.({eventName:"PageView"}))},[a,v]),o.useEffect(()=>{const w=()=>{k(new Date)};return window.addEventListener("pageshow",w),()=>{window.removeEventListener("pageshow",w)}},[]),p.current?fn.createPortal(o.createElement("div",{className:"waterfall",style:{display:a?"block":"none"}},o.createElement(io,{icon:or,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:I}),t?.openFixedSize===!0||t?.openFixedSize===void 0?o.createElement(ar,Object.assign({key:i,reportTagsView:S},t)):o.createElement(nr,Object.assign({key:i,reportTagsView:S},t))),p.current):null};var oo=o.memo(sr);const rr=t=>o.createElement(oo,Object.assign({},t));var dr=o.memo(rr);const cr=dt(dr,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ys,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000",textAlign:"center"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},hashTagLink:{textAlign:"center",color:"#757575",fontSize:12,textDecoration:"underline"},title:{fontSize:12,color:"#000"},price:{fontSize:12,color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var ur=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const lo=t=>o.createElement(lo,Object.assign({},t));var vr=o.memo(lo);const pr=dt(vr,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:ur},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var mr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{type:"TextMargin",name:["style"],label:"\u4E0A\u4E0B\u8FB9\u8DDD",direction:"vertical"},{type:"TextPadding",name:["style"],label:"\u5185\u8FB9\u8DDD",direction:"horizontal"}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],ao={"animated-button":"index-module_animated-button__lqTbg",gradientCover:"index-module_gradientCover__5iUag","one-line-ellipsis":"index-module_one-line-ellipsis__HutE0","two-line-ellipsis":"index-module_two-line-ellipsis__c8gRJ"};const fr=t=>{var e,i,n,a,l,s,c,r,u,d,{style:f,recData:h,ctaTempStyles:b,index:g,event:A,onClick:x,isExternalLink:v=!1,isActive:y}=t,p=nt(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink","isActive"]);const{ctaEvent:T,setPopupDetailData:k}=je(),{jumpToWeb:I}=Ct(),[L,m]=o.useState(!1),S=o.useRef(null),w=eo(S),P=((n=(i=(e=h?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(a=h?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=h?.video)===null||s===void 0?void 0:s.bindCta),C=((r=(c=h?.video)===null||c===void 0?void 0:c.bindProducts)===null||r===void 0?void 0:r[0])||((u=h?.video)===null||u===void 0?void 0:u.bindProduct),O=D=>{var N,R,M,j;const X=((R=(N=h?.video)===null||N===void 0?void 0:N.bindProducts)===null||R===void 0?void 0:R[0])||((M=h?.video)===null||M===void 0?void 0:M.bindProduct)||h?.video;if(T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,X,g),k?.(Object.assign(Object.assign({},h),{index:g})),v){const Z=C?.link||((j=X?.bindCta)===null||j===void 0?void 0:j.link);Z&&(I(D,h,C,P,g),window.location.href=window.getJointUtmLink(Z))}else x?.()},E=P?.enTitle||"\u67E5\u770B\u8BE6\u60C5",V=o.useMemo(()=>{var D,N;const R=A?.animation;if(R){const{delay:M,duration:j,backgroundColor:X}=R;return{":after":{animationDelay:`${(D=M/1e3)!==null&&D!==void 0?D:0}s`,animationDuration:`${(N=j/1e3)!==null&&N!==void 0?N:0}s`,backgroundColor:`${X??"transparent"}`}}}},[A?.animation]);o.useEffect(()=>{var D,N,R;w&&S?.current&&y&&T?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((N=(D=h?.video)===null||D===void 0?void 0:D.bindProducts)===null||N===void 0?void 0:N[0])||((R=h?.video)===null||R===void 0?void 0:R.bindProduct)||h?.video,g)},[w,y]),o.useEffect(()=>{m(!!w)},[w]);const F=o.useMemo(()=>L?ao["animated-button"]:null,[L]);return o.createElement("div",Object.assign({ref:S,style:Object.assign(Object.assign(Object.assign({},f),b?.ctaTitle),{lineHeight:`${(d=f?.height)!==null&&d!==void 0?d:0}px`})},p,{className:`${F} ${ke.css(V)} ${ao["one-line-ellipsis"]}`,onClick:O,dangerouslySetInnerHTML:{__html:Ee(E,b?.ctaTitle)}}))};var hr=o.memo(fr),Ar=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Color",name:["animation","backgroundColor"],label:"\u52A8\u753B\u989C\u8272"},{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const br=dt(hr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:mr,bindableProps:[],interactionRender:Ar},defaulSetting:{props:{ctaTempStyles:{ctaTitle:{fontSize:15,color:"#fff",textAlign:"center"}},event:{animation:{backgroundColor:"#F40082",name:1,delay:1e3,duration:2e3}}},style:{width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",paddingLeft:7,paddingRight:7}},w:100,h:40,sort:1});var gr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],ci={aniLinkPopup:"index-module_aniLinkPopup__YT7kj","animated-fadeIn":"index-module_animated-fadeIn__8ZCbq",fadeIn:"index-module_fadeIn__2E-dk","animated-fadeOut":"index-module_animated-fadeOut__iK4oc",fadeOut:"index-module_fadeOut__MgevT","one-line-ellipsis":"index-module_one-line-ellipsis__NRiVV","two-line-ellipsis":"index-module_two-line-ellipsis__k-YGB","modal-icon-wrapper":"index-module_modal-icon-wrapper__tu3BY","modal-icon-wrapper-img":"index-module_modal-icon-wrapper-img__4b7qZ"};const yr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",wr=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,x,v,y,p,T,k,I,L,{style:m,recData:S,ctaTempStyles:w,index:P,event:C,bottom_image:O,translateY:E,isTel:V,onClick:F,isExternalLink:D=!1,isActive:N}=t,R=nt(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);m==null||delete m.transform;const{sxpParameter:M,globalConfig:j,ctaEvent:X,setPopupDetailData:Z}=je(),{jumpToWeb:Q}=Ct(),[$,re]=o.useState(!0),ue=((n=(i=(e=S?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(a=S?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=S?.video)===null||s===void 0?void 0:s.bindCta),ee=((r=(c=S?.video)===null||c===void 0?void 0:c.bindProducts)===null||r===void 0?void 0:r[0])||((u=S?.video)===null||u===void 0?void 0:u.bindProduct),Pe=me=>{var fe,ae,Me,Ue;const Re=((ae=(fe=S?.video)===null||fe===void 0?void 0:fe.bindProducts)===null||ae===void 0?void 0:ae[0])||((Me=S?.video)===null||Me===void 0?void 0:Me.bindProduct)||S?.video;if(X?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},S,Re,P),Z?.(Object.assign(Object.assign({},S),{index:P})),D){const Ze=ee?.link||((Ue=Re?.bindCta)===null||Ue===void 0?void 0:Ue.link);Ze&&(Q(me,S,ee,ue,P),window.location.href=window.getJointUtmLink(Ze))}else F?.()},Oe=ue?.enTitle||"\u67E5\u770B\u8BE6\u60C5",Fe=o.useMemo(()=>{const me=C?.animation;if(me){const{delay:fe,duration:ae}=me;return{animationDelay:`${fe?fe/1e3:0}s`,animationDuration:`${ae?ae/1e3:0}s`}}},[C?.animation]),G=(g=(b=(h=(d=ee?.cover)!==null&&d!==void 0?d:(f=ee?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:ue?.icon)!==null&&b!==void 0?b:M?.bottom_image)!==null&&g!==void 0?g:O,K=me=>{me.stopPropagation(),re(!1)};o.useEffect(()=>{re(!0)},[N]);const ve=o.useMemo(()=>N&&$?ci["animated-fadeIn"]:null,[N,$]);return o.createElement(o.Fragment,null,V?o.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):o.createElement("div",Object.assign({},R,{className:`${ke.css(Object.assign(Object.assign({},m),{"--transY":`translateY(calc(100% + ${(A=m?.margin)!==null&&A!==void 0?A:0}px))`}))} ${ci.aniLinkPopup} ${ve} ${ke.css(Fe)}`,onClick:Pe}),o.createElement("div",{onClick:K,className:ci["modal-icon-wrapper"],style:{padding:(x=m?.padding)!==null&&x!==void 0?x:0}},o.createElement("img",{src:j?.popupCloseIcon||yr,alt:"close",className:ci["modal-icon-wrapper-img"]})),o.createElement(Ht,{src:G,rec:S,item:(k=(p=(y=(v=S?.video)===null||v===void 0?void 0:v.bindProducts)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:(T=S?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&k!==void 0?k:S?.video,index:P,translateY:E,imgStyle:w?.img,isActive:N}),(!S||ee?.title)&&o.createElement("div",{className:ci["one-line-ellipsis"],style:w?.title,dangerouslySetInnerHTML:{__html:Ee((I=ee?.title)!==null&&I!==void 0?I:"Product Name",w?.title)}}),o.createElement("div",{className:ci["one-line-ellipsis"],style:Object.assign(Object.assign({},w?.ctaTitle),{lineHeight:((L=w?.ctaTitle)===null||L===void 0?void 0:L.height)+"px"}),dangerouslySetInnerHTML:{__html:Ee(Oe,w?.ctaTitle)}})))};var Sr=o.memo(wr),xr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Tr=dt(Sr,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:gr,bindableProps:[],interactionRender:xr},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:108,height:108,marginBottom:0},title:{fontSize:14,color:"#000",textAlign:"left",lineHeight:2.6},ctaTitle:{width:108,height:22,fontSize:12,color:"#fff",textAlign:"center",backgroundColor:"rgba(0,0,0,1)"}},event:{animation:{name:1,delay:1e3,duration:2e3}}},style:{width:120,height:185,borderRadius:3,backgroundColor:"rgba(255,255,255,1)",padding:7,margin:15}},w:100,h:40,sort:2});var Er=[{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"link",name:"onClick",showAppId:!0}]}],Cr=[{title:"\u5168\u5C40\u8BBE\u7F6E",child:[{type:"Switch",label:"\u5F39\u7A97\u5F00\u5173",name:["props","open"]},{type:"Switch",label:"\u6BCF\u6B21\u8FDB\u5165\u63D0\u793A",name:["props","isShowOnce"]},{type:"Switch",label:"\u5173\u95ED\u6309\u94AE",name:["props","isShowClose"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u5185\u8FB9\u8DDD",name:["style","padding"],addonAfter:"px"},{label:"\u5BF9\u9F50",type:"TextAlign",name:["style"]}]},{title:"\u534F\u8BAE\u5185\u5BB9",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","content","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","content","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","content","style","color"]},{type:"Number",name:["props","content","style","fontSize"],addonAfter:"px"}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","content","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","content","style"]},{label:"\u6587\u672C",type:"TextArea",name:["props","content","text"]}]},{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","interaction","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","interaction","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","interaction","style","color"]},{type:"Number",name:["props","interaction","style","fontSize"],addonAfter:"px"}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","interaction","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","interaction","style"]},{label:"\u6587\u672C",type:"TextArea",name:["props","interaction","text"]}]}];const so=o.createContext({}),Ir=({children:t,data:e})=>{var i,n,a,l,s,c,r,u,d,f,h,b,g,A;const[x,v]=o.useState(!1),[y,p]=o.useState(!1),[T,k]=o.useState(""),[I,L]=o.useState(!1);return o.createElement(so.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:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.hash_tag_size,loadingImage:(c=e?.sxp_parameter)===null||c===void 0?void 0:c.loading_image,privacyContent:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.privacy_context,privacyNecessity:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_necessity,privacyPolicyTitle:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.privacy_title,template:(b=e?.sxp_parameter)===null||b===void 0?void 0:b.template,industry:(g=e?.sxp_parameter)===null||g===void 0?void 0:g.industry},appDomain:e?.appDomain,openHashtag:x,setOpenHashtag:v,openConsent:y,setOpenConsent:p,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter,consentPopupCate:T,setConsentPopupCate:k,openMultiPosts:I,setOpenMultiPosts:L,pageTypeList:(A=e?.pageTypeList)!==null&&A!==void 0?A:[]}},t)};function sn(){return o.useContext(so)}var kr="data:image/svg+xml,%3c%3fxml version='1.0' standalone='no'%3f%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg t='1730260080030' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4241' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64'%3e%3cpath d='M895.156706 86.256941a30.177882 30.177882 0 0 1 42.767059-0.180706c11.745882 11.745882 11.745882 30.870588-0.180706 42.767059L128.843294 937.743059c-11.866353 11.866353-30.930824 12.047059-42.767059 0.180706-11.745882-11.745882-11.745882-30.870588 0.180706-42.767059L895.156706 86.256941z' fill='white' p-id='4242'%3e%3c/path%3e%3cpath d='M86.076235 86.076235c11.745882-11.745882 30.870588-11.745882 42.767059 0.180706l808.899765 808.899765c11.866353 11.866353 12.047059 30.930824 0.180706 42.767059-11.745882 11.745882-30.870588 11.745882-42.767059-0.180706L86.256941 128.843294a30.177882 30.177882 0 0 1-0.180706-42.767059z' fill='white' p-id='4243'%3e%3c/path%3e%3cpath d='M0 0h1024v1024H0z' fill='white' fill-opacity='0' p-id='4244'%3e%3c/path%3e%3c/svg%3e",Pr="data:image/png;base64,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jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cAv8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/9k=";const Mr=t=>{var e,i,{isTel:n,isShowOnce:a,open:l,content:s,interaction:c,style:r,onClick:u,contsentState:d,isShowClose:f}=t;nt(t,["isTel","isShowOnce","open","content","interaction","style","onClick","contsentState","isShowClose"]);const{consentPopupCate:h}=sn(),[b,g]=o.useState(!1),A=o.useMemo(()=>h==="Display"||l&&(a||d)&&r&&!b,[h,l,b]),x=o.useCallback(()=>{g(!0)},[]),v=o.useCallback(()=>{u?.()},[]);return o.createElement(o.Fragment,null,n?o.createElement("img",{src:Pr,width:"100%"}):o.createElement(o.Fragment,null,A&&o.createElement("div",{className:"consentPopupDisplay",style:r},o.createElement("div",{style:{flex:1}},o.createElement("span",{style:s?.style,dangerouslySetInnerHTML:{__html:Ee((e=s?.text)===null||e===void 0?void 0:e.replace(/\n/g,"</br>"),s?.style)}}),o.createElement("span",{style:Object.assign(Object.assign({},c?.style),{marginLeft:"5px"}),dangerouslySetInnerHTML:{__html:Ee((i=c?.text)===null||i===void 0?void 0:i.replace(/\n/g,"</br>"),c?.style)},onClick:v})),f&&o.createElement("button",{"aria-label":"close",className:"consentPopupDisplay-close",onClick:x},o.createElement("img",{src:kr,alt:"close"})))))};var Dr=o.memo(Mr);const _r=dt(Dr,{displayName:"Display Consent",icon:"",category:"consentPopup",type:"Display",related:{settingRender:Cr,bindableProps:[],interactionRender:Er},defaulSetting:{props:{content:{text:"To personalise or adjust your preferences at any time,click on link below to see more cead more",style:{fontSize:12,color:"#fff"}},interaction:{text:"read more",style:{fontSize:12,color:"#fff",textDecoration:"underline"}},isShowClose:!0},style:{backgroundColor:"#000",padding:18}},sort:1});var Or=[{title:"\u80CC\u666F\u8BBE\u7F6E",child:[{label:"\u80CC\u666F\u56FE",type:"Upload",name:["props","bgImgUrl"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A720 * 1280"},{type:"Group",label:"\u8FD4\u56DE\u6309\u94AE",child:[{type:"Switch",name:["props","backButton","enable"]},{type:"Upload",name:["props","backButton","icon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A100 * 76"}]},{type:"Group",label:"",child:[{type:"Select",name:["props","backButton","xPosit"],options:[{label:"\u76F8\u5BF9\u5DE6\u4FA7",value:"left"},{label:"\u76F8\u5BF9\u53F3\u4FA7",value:"right"}],initialValue:"left"},{type:"Number",name:["props","backButton","x"],addonAfter:"X"}]},{type:"Group",label:"",child:[{type:"Select",name:["props","backButton","yPosit"],options:[{label:"\u76F8\u5BF9\u5E95\u90E8",value:"bottom"},{label:"\u76F8\u5BF9\u9876\u90E8",value:"top"}],initialValue:"top"},{type:"Number",name:["props","backButton","y"],addonAfter:"Y",initialValue:0}]}]},{title:"\u6309\u94AE\u8BBE\u7F6E (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A500 * 500)",child:[{type:"Group",child:[{type:"Upload",name:["props","button1Url"],text:"\u6309\u94AE1"},{type:"Upload",name:["props","button2Url"],text:"\u6309\u94AE2"}]},{type:"Group",child:[{type:"Upload",name:["props","button3Url"],text:"\u6309\u94AE3"},{type:"Upload",name:["props","button4Url"],text:"\u6309\u94AE4"}]}]}];const Lr=t=>{var e,i,{bgImgUrl:n,style:a,recData:l}=t,s=nt(t,["bgImgUrl","style","recData"]);const{bffEventReport:c,curTime:r,updateChannel:u,multiPostTimeRef:d}=je(),{isActive:f}=ln()||{},h=o.useRef(!1),b=((e=l?.video)===null||e===void 0?void 0:e.traceInfo)||((i=l?.product)===null||i===void 0?void 0:i.traceInfo)||"",g=o.useCallback((y,p)=>{try{return new Function("props","str",`if (str) {
|
5
|
+
18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:j?.info})))},Mt=()=>{var ae,Qe;return o.createElement(o.Fragment,null,(E||B?.link)&&o.createElement("a",{"aria-label":(ae=Ge?.enTitle)!==null&&ae!==void 0?ae:"Purchase on Website",role:"button",tabIndex:0,onClick:et,className:"pb-commondity-btn",style:H},o.createElement("span",{dangerouslySetInnerHTML:{__html:xe((Qe=Ge?.enTitle)!==null&&Qe!==void 0?Qe:"Purchase on Website",H)}})))},Bt=o.useCallback(ae=>ae?.lineClamp?Object.assign(Object.assign({},ae),{overflow:"hidden",WebkitLineClamp:ae?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ae,[]),It=o.useCallback(ae=>{Ae.current=new Date,ne(ae),oe.current=ae,se?.current&&(se.current.swiper.slideTo(0),se.current.swiper.autoplay.start())},[]),Lt=o.useCallback(()=>{var ae,Qe,bt;if(!_)return o.createElement(Jn,{products:(ae=te?.video)===null||ae===void 0?void 0:ae.bindProducts,data:Q,defImg:(bt=(Qe=Y?.bottom_image)!==null&&Qe!==void 0?Qe:V)!==null&&bt!==void 0?bt:"",style:{padding:"0 19px"},onCLick:It,popupDetailData:J,check:ie})},[ie]),xt=o.useMemo(()=>{const ae={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ae?.[D?.dotsAlign]},[D?.dotsAlign]),zt=B?.remark,ze=o.useCallback(()=>{se.current&&se.current.swiper&&be&&se.current.swiper.autoplay.stop()},[]),Dt=o.useCallback(()=>{se.current&&se.current.swiper&&be&&se.current.swiper.autoplay.start()},[]),_t=o.useCallback(ae=>{qe(ae.activeIndex)},[]),be=o.useMemo(()=>Oi(),[]);return o.createElement(o.Fragment,null,o.createElement("div",Object.assign({className:Ce.css(Object.assign({},w))},Be),o.createElement("div",{style:{position:"relative"},onMouseEnter:ze,onMouseLeave:Dt},B&&((T=B?.homePage)===null||T===void 0?void 0:T.length)>0&&o.createElement(li,Object.assign({height:St,modules:[Ci,Ii,...be?[Xi,Ui,Ei,Hi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:xt,bulletElement:"button"}},be?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,autoplay:{delay:D?.delay*1e3},ref:se,onSlideChange:_t,className:Ce.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=D?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},D?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:D?.dotsBgColor,opacity:1}}),D?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${D?.dotsActiveColor}!important`,opacity:1}}))}),o.createElement(o.Fragment,null,(I=B?.homePage)===null||I===void 0?void 0:I.map((ae,Qe)=>{var bt;return o.createElement(Ht,{key:Qe,"aria-hidden":Qe!==Se},o.createElement("div",{style:{overflow:"hidden",width:ft,height:St}},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:(bt=ae??Y?.bottom_image)!==null&&bt!==void 0?bt:V})))}))),!(!((L=B?.homePage)===null||L===void 0)&&L.length)&&o.createElement("div",{className:Ce.css({height:St,width:ft})},o.createElement("img",{className:Ce.css({objectFit:"cover",width:"100%",height:"100%"}),src:(m=Y?.bottom_image)!==null&&m!==void 0?m:V,alt:"pdp image"})),(zt||!B)&&le&&o.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},o.createElement("img",{src:le,alt:"3d",width:"72px"}))),Lt(),o.createElement("div",{className:"pb-commondity-content"},Ft({isPost:_}))),Mt(),o.createElement(di,{visible:Ke,onClose:()=>ge(!1)},o.createElement("div",{style:{paddingBottom:"80px"}},Ft({isPost:!1})),Mt()),o.createElement(di,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>X(!1)},o.createElement("div",{style:{backgroundColor:Ie,height:"100%"}},o.createElement("iframe",{src:zt,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var La=o.memo(Oa),Ra=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Na=ct(La,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Zo,interactionRender:Ra},defaulSetting:{props:{swiper:{dotsAlign:"center",delay:3},commodityStyles:{price:{color:"#000",fontSize:18,marginTop:24,marginBottom:10},title:{color:"#000",fontSize:23},collection:{fontSize:12,color:"#000",marginBottom:14},info:{color:"gray",fontSize:12},taxInfo:{color:"#000",fontSize:13,textAlign:"left",marginBottom:"10px"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:45,fontWeight:"bold",textAlign:"center",color:"rgba(255, 255, 255, 0.9)"},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var Va=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ja=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5185\u5BB9",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{label:"\u5185\u5BB9\u5B57\u4F53\u95F4\u8DDD",type:"TextSpace",name:["props","contentStyle"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],Qn="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 Fa=t=>{var{content:e,btnText:i,style:n,icon:a,isPopup:l,isExternalLink:s,onClose:c,onClick:r,submitButtonStyle:u,contentStyle:d}=t,f=it(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=Fe(),{jumpToWeb:b}=Ct(),g=typeof a=="string"?a:Da(a),A=S=>{var v,y,p;if(s){const T=h,k=(v=T?.video)===null||v===void 0?void 0:v.bindProduct,I=(p=(y=T?.video)===null||y===void 0?void 0:y.bindProduct)===null||p===void 0?void 0:p.bindCta,L=h?.index;b(S,T,k,I,L)}l||c?.(),r?.()};return o.createElement("div",Object.assign({className:`pb-prompt ${Ce.css(Object.assign({},n))}`},f),o.createElement("div",{className:"pb-prompt-icon"},o.createElement("img",{width:"100%",src:g??Qn,alt:"success image"})),o.createElement("div",{className:"pb-prompt-content",style:d,dangerouslySetInnerHTML:{__html:xe(e,d)}}),o.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:u,onClick:A,dangerouslySetInnerHTML:{__html:xe(i,u)}}))};var Ba=o.memo(Fa);const za=ct(Ba,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ja,bindableProps:[],interactionRender:Va},defaulSetting:{props:{icon:Qn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var Ha=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A72 * 30"},{label:"\u80CC\u666F\u8272",type:"Color",name:["props","iframeBgColor"]}]},{title:"\u8F6E\u64AD\u6307\u793A\u5668",child:[{label:"\u80CC\u666F\u8272",name:["props","swiper","dotsBgColor"],type:"Color",initialValue:"rgba(0,0,0,.2)"},{label:"\u9009\u4E2D\u8272",name:["props","swiper","dotsActiveColor"],type:"Color",initialValue:"rgba(0,0,0,1)"},{label:"\u5E95\u8FB9\u8DDD",name:["props","swiper","dotsMarginBottom"],type:"Number",addonAfter:"px"}]},{title:"\u5173\u95ED\u6309\u94AE",child:[{label:"\u8DDF\u968F\u5F39\u7A97\u6EDA\u52A8",type:"Switch",name:["props","enableFixedCloseButton"]}]}];const Wa=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,S,v,y,p,T,k,I,L,m,x,w,M,C,{style:O,isDefault:E,rec:V,viewTime:F,isPost:_,bottom_image:N,tipText:R,swiper:D,commodityStyles:j,buttonStyle:H,index:K,commodityGroup:Q,popupBg:$,iframeIcon:le,commodityImgRatio:de,isTel:ee,iframeBgColor:Ie,isActive:_e=!0}=t,Be=it(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);o.useState(!0);const{sxpParameter:Y,popupCurTimeRef:J,popupDetailData:ce,isPreview:he,bffFbReport:Ae,checkCommodityIndexRef:oe,globalConfig:ke}=Fe(),{jumpToWeb:Xe,productView:Re}=Ct();o.useState(!1),o.useState(!1),o.useState(!0);const[Ye,Ke]=o.useState(!1),ge=o.useRef(null),[Z,X]=o.useState(!1),[ie,ne]=o.useState((e=ce?.multiCheckIndex)!==null&&e!==void 0?e:0),se=o.useRef(),[Se,qe]=o.useState(0),te=_?V:ce;let B=_?te?.product:(n=(i=te?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(l=(a=te?.video)===null||a===void 0?void 0:a.bindProducts)===null||l===void 0?void 0:l[0],Ge=_?(s=te?.product)===null||s===void 0?void 0:s.bindCta:(u=(r=(c=te?.video)===null||c===void 0?void 0:c.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&u!==void 0?u:(h=(f=(d=te?.video)===null||d===void 0?void 0:d.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const wt=_?K:ce?.index;if(!_&&Q?.open&&(!((b=te?.video)===null||b===void 0)&&b.bindProducts)&&((A=(g=te?.video)===null||g===void 0?void 0:g.bindProducts)===null||A===void 0?void 0:A.length)>0){oe.current=ie;const be=(S=te?.video)===null||S===void 0?void 0:S.bindProducts[ie];B=be,Ge=be?.bindCta}const et=be=>{B?.link&&(Xe(be,te,B,Ge,wt),_||Re(te,B,Ge,F||ge.current,wt),window.location.href=window.getJointUtmLink(B.link))};o.useEffect(()=>{_e&&(Ae?.({eventName:"ProductView",product:B}),Ae?.({eventName:"PageView",product:B}))},[_e,Ae]),o.useEffect(()=>{const be=()=>{_e&&(ge.current=new Date)};return be(),window.addEventListener("pageshow",be),()=>{window.removeEventListener("pageshow",be)}},[_e]);const At=fi({product:B,enableFormattedPrice:(v=j?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:ke,style:j?.price}),ft=(he?375:(y=O?.width)!==null&&y!==void 0?y:window.innerWidth)-((p=$?.horizontalMargin)!==null&&p!==void 0?p:0)*2,St=de?ft*(de.h/de.w):ft,Ft=({isPost:be})=>o.createElement("div",{hidden:!!B&&(!B?.info||B?.info==="")},o.createElement(Mi,{isPost:be,onClick:()=>Ke(!0),className:"pb-commondityDiroNew-info",style:j?.info,foldText:R?.foldText,unfoldText:R?.unfoldText,text:B?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
|
6
|
+
Made in Italy`})),Mt=o.useCallback(be=>be?.lineClamp?Object.assign(Object.assign({},be),{overflow:"hidden",WebkitLineClamp:be?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):be,[]),Bt=o.useCallback(be=>{J.current=new Date,ne(be),oe.current=be,se?.current&&(se.current.swiper.slideTo(0),se.current.swiper.autoplay.start())},[]),It=o.useCallback(()=>{var be,ae,Qe;if(!_)return o.createElement(Jn,{products:(be=te?.video)===null||be===void 0?void 0:be.bindProducts,data:Q,defImg:(Qe=(ae=Y?.bottom_image)!==null&&ae!==void 0?ae:N)!==null&&Qe!==void 0?Qe:"",style:{padding:"0 19px"},onCLick:Bt,popupDetailData:ce,check:ie})},[ie]),Lt=o.useMemo(()=>{const be={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return be?.[D?.dotsAlign]},[D?.dotsAlign]),xt=B?.remark,zt=o.useCallback(()=>{se.current&&se.current.swiper&&_t&&se.current.swiper.autoplay.stop()},[]),ze=o.useCallback(()=>{se.current&&se.current.swiper&&_t&&se.current.swiper.autoplay.start()},[]),Dt=o.useCallback(be=>{qe(be.activeIndex)},[]),_t=o.useMemo(()=>Oi(),[]);return o.createElement("div",{className:"pb-commondityDiroNew"},o.createElement("div",Object.assign({className:Ce.css(Object.assign(Object.assign({},O),{transform:"translate3d(0px, 0px, 0px)"}))},Be),o.createElement("div",{style:{position:"relative"},onMouseEnter:zt,onMouseLeave:ze},B&&((T=B?.homePage)===null||T===void 0?void 0:T.length)>0&&o.createElement(li,Object.assign({height:St,modules:[Ci,Ii,..._t?[Xi,Ui,Ei,Hi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Lt,bulletElement:"button"}},_t?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,ref:se,onSlideChange:Dt,autoplay:{delay:D?.delay*1e3},className:Ce.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=D?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},D?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:D?.dotsBgColor,opacity:1}}),D?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${D?.dotsActiveColor}!important`,opacity:1}}))}),(I=B?.homePage)===null||I===void 0?void 0:I.map((be,ae)=>{var Qe;return o.createElement(Ht,{key:ae,"aria-hidden":ae!==Se},o.createElement("div",{style:{overflow:"hidden",width:ft,height:St}},o.createElement(Pt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:(Qe=be??Y?.bottom_image)!==null&&Qe!==void 0?Qe:N})))})),!(!((L=B?.homePage)===null||L===void 0)&&L.length)&&o.createElement("div",{className:Ce.css({height:St,width:ft})},o.createElement("img",{className:Ce.css({objectFit:"cover",width:"100%",height:"100%"}),src:(m=Y?.bottom_image)!==null&&m!==void 0?m:N,alt:"pdp image"})),(xt||!B)&&le&&o.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},o.createElement("img",{src:le,alt:"3d",width:"72px"}))),It(),o.createElement("div",{className:"pb-commondityDiroNew-content"},o.createElement("div",{className:"pb-commondityDiroNew-content-top"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:Mt(j?.title),dangerouslySetInnerHTML:{__html:xe((x=B?.title)!==null&&x!==void 0?x:"Large Dior Toujours BagLarge",j?.title)}}),o.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!B&&(!B?.collection||B?.collection===""),style:Mt(j?.collection),dangerouslySetInnerHTML:{__html:xe(B?.collection||"Black Macrocannage CalfskinLarge",j?.collection)}})),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.price,style:Mt(j?.price),dangerouslySetInnerHTML:{__html:At??""}}),o.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!B&&!B?.taxInfo,style:Mt(j?.taxInfo),dangerouslySetInnerHTML:{__html:xe((w=B?.taxInfo)!==null&&w!==void 0?w:"\u7A0E\u8D39",j?.taxInfo)}}))),(!B||B?.link)&&o.createElement("a",{"aria-label":(M=Ge?.enTitle)!==null&&M!==void 0?M:"Shop now",role:"button",tabIndex:0,onClick:et,className:"pb-commondityDiroNew-btn",style:H},o.createElement("span",{dangerouslySetInnerHTML:{__html:xe((C=Ge?.enTitle)!==null&&C!==void 0?C:"Shop now",H)}})),Ft({isPost:_}))),o.createElement(di,{visible:Ye,onClose:()=>Ke(!1)},o.createElement("div",{style:{paddingTop:"20px"}},Ft({isPost:!1}))),o.createElement(di,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>X(!1)},o.createElement("div",{style:{backgroundColor:Ie,height:"100%"}},o.createElement("iframe",{src:xt,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Xa=o.memo(Wa),Ua=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Ga=ct(Xa,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:Ha,interactionRender:Ua},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var Ya=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","popupBg","borderRadius"],max:100},{type:"Number",name:["props","popupBg","borderRadius"],addonAfter:"px",max:100}]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","width"],addonAfter:"W"},{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"]},{type:"Number",addonAfter:"px",name:["props","buttonStyle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","buttonStyle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","buttonStyle"]}]}];function $n(t){const e=o.useRef(null),[i,n]=o.useState(!1);return o.useEffect(()=>{e.current=new IntersectionObserver(([a])=>{n(a.isIntersecting)})},[]),o.useEffect(()=>{var a;return t?.current&&((a=e?.current)===null||a===void 0||a.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const qa=({src:t,rec:e,item:i,index:n,style:a,translateY:l,imgStyle:s,enableEventReport:c=!0,isActive:r})=>{const u=o.useRef(null),d=$n(u),{ctaEvent:f}=Fe(),[h,b]=o.useState(!1);return o.useEffect(()=>{d&&t&&u?.current&&c&&!h&&r&&(b(!0),f?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n))},[d,t,u,e,f,i,n,c,h,r]),o.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),o.createElement("div",{className:Ce.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},s))},o.createElement("div",{ref:u,hidden:!t,className:Ce.css({width:"100%",height:"100%"})},o.createElement(Pt,{className:Ce.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},a)),src:t})))};var Ut=o.memo(qa);const Za=t=>{var e,i,n,{style:a,isDefault:l,rec:s,viewTime:c,isPost:r,bottom_image:u,commodityStyles:d,buttonStyle:f,translateY:h=0,commodityPicture:b,isExternalLink:g,onClick:A}=t,S=it(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:v,popupDetailData:y,setPopupDetailData:p,ctaEvent:T,globalConfig:k,bffFbReport:I}=Fe(),{jumpToWeb:L}=Ct(),{popup:m}=ei(),x=r?s:y,w=(i=(e=x?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],M=y?.index,C=o.useCallback(E=>{var V;return fi({product:E,enableFormattedPrice:(V=d?.price)===null||V===void 0?void 0:V.enableFormattedPrice,globalConfig:k,style:d?.price})},[(n=d?.price)===null||n===void 0?void 0:n.enableFormattedPrice,k]),O=rt.throttle((E,V,F)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},x,E,M),p?.(Object.assign(Object.assign({},x),{video:Object.assign(Object.assign({},x?.video),{bindProduct:E}),index:M,multiCheckIndex:V})),g?E?.link&&(L(F,x,E,E.bindCta,M),window.location.href=window.getJointUtmLink(E.link)):A?.()},m?.duration);return o.useEffect(()=>{I?.({eventName:"PageView"})},[]),o.createElement("ul",{role:"list",className:Ce.css(Object.assign(Object.assign({},a),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},w?.map((E,V)=>{var F,_,N,R,D,j,H,K,Q,$,le;return o.createElement(o.Fragment,null,x&&!E?.bindCta?null:o.createElement("li",{role:"listitem",key:V,onClick:de=>O(E,V,de)},o.createElement("button",Object.assign({role:"button","aria-label":E?.title,tabIndex:0,className:Ce.css({display:"flex",alignItems:"normal",width:"100%",textAlign:"left"})},S),o.createElement(Ut,{src:(R=(N=(F=E?.cover)!==null&&F!==void 0?F:(_=E?.homePage)===null||_===void 0?void 0:_[0])!==null&&N!==void 0?N:v?.bottom_image)!==null&&R!==void 0?R:u,rec:x,item:E,index:V,translateY:h,imgStyle:b,enableEventReport:!1}),o.createElement("div",{style:{width:`calc(100% - ${(D=b?.width)!==null&&D!==void 0?D:0}px - ${(j=b?.marginRight)!==null&&j!==void 0?j:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},o.createElement("div",null,o.createElement("div",{className:"one-line-ellipsis",style:d?.title,hidden:!!E&&!E?.title,dangerouslySetInnerHTML:{__html:xe((H=E?.title)!==null&&H!==void 0?H:"Pendant in Yellow Gold with Diamonds, Medium",d?.title)}}),o.createElement("div",{className:"two-line-ellipsis",style:d?.collection,hidden:!!E&&(!E?.collection||E?.collection===""),dangerouslySetInnerHTML:{__html:xe((K=E?.collection)!==null&&K!==void 0?K:"Tiffany Lock",d?.collection)}})),o.createElement("div",{className:Ce.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{style:d?.price,hidden:!!E&&!E?.price,dangerouslySetInnerHTML:{__html:(Q=C(E))!==null&&Q!==void 0?Q:""}})),o.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:xe((le=($=E?.bindCta)===null||$===void 0?void 0:$.enTitle)!==null&&le!==void 0?le:"Shop Now",f)}}))))))}))};var Ka=o.memo(Za),Ja=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Qa=ct(Ka,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Ya,interactionRender:Ja},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var $a=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]},{title:"iframe",child:[{type:"TextArea",label:"url",name:["props","iframe","src"]},{type:"TextArea",label:"allow",name:["props","iframe","allow"]}]}];const es=t=>{var e,i,{content:n,btnText:a,style:l,icon:s,isPopup:c,isExternalLink:r,onClose:u,onClick:d,submitButtonStyle:f,contentStyle:h,isTel:b,iframe:g}=t,A=it(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel","iframe"]);const{popupDetailData:S}=Fe(),{src:v,allow:y}=g||{},p=v||((i=(e=S?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark);return o.createElement("div",Object.assign({className:`${Ce.css(Object.assign(Object.assign({},l),{overflow:"hidden"}))}`},A),o.createElement("iframe",{src:p,allow:y,scrolling:"no",style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var ts=o.memo(es);const is=ct(ts,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:$a,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var ns=[{title:"\u5F39\u7A97\u6587\u672C",child:[{type:"RichText",name:["props","content"]}]}];const os=t=>{var{content:e,isTel:i}=t;return it(t,["content","isTel"]),o.createElement("article",{className:"consentDetail-article",dangerouslySetInnerHTML:{__html:typeof e=="string"?e:""},onClick:n=>{n.stopPropagation()}})};var ls=o.memo(os);const as=ct(ls,{displayName:"\u534F\u8BAE\u8BE6\u60C5",icon:"",category:"popup",type:"ConsentDetail",related:{settingRender:ns,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:7});var jt=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],ss=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const rs=t=>{var{rec:e,children:i,className:n,onClick:a,style:l,isExternalLink:s=!1,index:c,jumpLink:r,multItem:u,multiCheckIndex:d}=t;it(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink","multItem","multiCheckIndex"]);const f=o.useRef(null),{popup:h}=ei(),{setPopupDetailData:b,ctaEvent:g}=Fe(),{jumpToWeb:A}=Ct(),[S,v]=o.useState(null),y=rt.throttle(p=>{var T,k,I,L,m,x;p.preventDefault();const w=u||((k=(T=e?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&k!==void 0?k:e?.video);if(g?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,w,c),b?.(u&&d!==void 0&&d>=0?Object.assign(Object.assign({},e),{video:Object.assign(Object.assign({},e?.video),{bindProduct:u}),index:c,multiCheckIndex:d}):Object.assign(Object.assign({},e),{index:c})),v(f?.current),s){const M=((L=(I=e?.video)===null||I===void 0?void 0:I.bindProduct)===null||L===void 0?void 0:L.link)||u?.link;if(r||M){const C=((m=e?.video)===null||m===void 0?void 0:m.bindCta)||u?.bindCta,O=((x=e?.video)===null||x===void 0?void 0:x.bindProduct)||u;A(p,e,O,C,c),window.location.href=window.getJointUtmLink(r||M||"")}}else a?.()},h?.duration);return o.useEffect(()=>{S&&!h?.id&&(S?.focus(),v(null))},[S,h]),o.createElement("button",{ref:f,className:n,style:Object.assign({display:"flex",alignItems:"normal"},l),onClick:y,role:"button","aria-label":"CTA",tabIndex:0},i)};var ni=o.memo(rs),ds={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const cs=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,{content:g,style:A,bgImg:S,recData:v,bottom_image:y,ctaTempStyles:p,isExternalLink:T,translateY:k=0,index:I,isActive:L}=t,m=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:x}=Fe(),w=(e=v?.video)===null||e===void 0?void 0:e.bindProduct,M=(l=(a=(i=w?.cover)!==null&&i!==void 0?i:(n=w?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:x?.bottom_image)!==null&&l!==void 0?l:y;return o.createElement(ni,Object.assign({isExternalLink:T,rec:v,className:Ce.css(A),index:I},m),o.createElement(Ut,{src:M,rec:v,item:(c=(s=v?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:v?.video,index:I,translateY:k,imgStyle:p?.img,isActive:L}),o.createElement("div",{className:Ce.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ds["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:xe((r=w?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("button",{"aria-label":(d=(u=w?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:Ce.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((f=p?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((b=(h=w?.bindCta)===null||h===void 0?void 0:h.enTitle)!==null&&b!==void 0?b:"Shop Now",p?.ctaTitle)}})))};var us=o.memo(cs);const vs=ct(us,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:ss,bindableProps:[],settingRender:jt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:1});var ps=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const ms=t=>{var e,i,n,a,l,s,{content:c,style:r,bgImg:u,recData:d,bottom_image:f,ctaTempStyles:h,isExternalLink:b,index:g,isActive:A}=t,S=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index","isActive"]);const{sxpParameter:v}=Fe(),y=(e=d?.video)===null||e===void 0?void 0:e.bindCta,p=(n=(i=y?.icon)!==null&&i!==void 0?i:v?.bottom_image)!==null&&n!==void 0?n:f;return o.createElement(ni,Object.assign({isExternalLink:b,rec:d,className:Ce.css(Object.assign({alignItems:"center"},r)),index:g},S),o.createElement(Ut,{src:p,rec:d,item:(l=(a=d?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&l!==void 0?l:d?.video,index:g,imgStyle:h?.img,isActive:A}),o.createElement("div",{className:Ce.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((s=y?.enTitle)!==null&&s!==void 0?s:"Product Name",h?.ctaTitle)}}))};var fs=o.memo(ms);const hs=ct(fs,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:ps,settingRender:jt?.filter(t=>t.type!=="commodityTitle"),bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:30,height:30,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}}},style:{padding:7,width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:6});var As=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],eo={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const bs=t=>{var e,i,n,a,l,s,c,r,u,{content:d,style:f,bgImg:h,recData:b,bottom_image:g,ctaTempStyles:A,index:S,customTitle:v,isActive:y}=t,p=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle","isActive"]);const{sxpParameter:T}=Fe(),k=(e=b?.video)===null||e===void 0?void 0:e.bindCta;(i=b?.video)===null||i===void 0||i.bindProduct;const I=(a=(n=k?.icon)!==null&&n!==void 0?n:T?.bottom_image)!==null&&a!==void 0?a:g;return o.createElement(ni,Object.assign({index:S,rec:b,className:Ce.css(Object.assign({alignItems:"center"},f))},p,{jumpLink:(l=k?.link)!==null&&l!==void 0?l:""}),o.createElement(Ut,{src:I,rec:b,item:(c=(s=b?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:b?.video,index:S,imgStyle:A?.img,isActive:y}),o.createElement("div",{className:Ce.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},o.createElement("div",null,o.createElement("div",{className:eo["tow-line-ellipsis"],style:A?.ctaTitle,dangerouslySetInnerHTML:{__html:xe((r=k?.enTitle)!==null&&r!==void 0?r:"Product Name",A?.ctaTitle)}}),v?.display&&o.createElement("div",{style:Object.assign(Object.assign({},v?.style),{lineHeight:((u=v?.style)===null||u===void 0?void 0:u.height)+"px"}),className:eo["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:xe(v?.text,v?.style)}}))))};var gs=o.memo(bs),ys=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],ln;const ws=ct(gs,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(ln=jt?.filter(t=>t.type!=="commodityTitle"))===null||ln===void 0?void 0:ln.concat(As),bindableProps:[],interactionRender:ys},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},ctaTitle:{fontSize:12,color:"#fff",textAlign:"left",width:130,height:20}},customTitle:{style:{textAlign:"left",textDecoration:"underline",fontWeight:"bold",width:130,height:20,fontSize:12,color:"#000"},text:"\u63A2\u7D22\u66F4\u591A"}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:5});var Ss=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],xs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Ts=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,{content:g,style:A,bgImg:S,recData:v,bottom_image:y,ctaTempStyles:p,isExternalLink:T,translateY:k=0,index:I,isActive:L}=t,m=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:x}=Fe(),w=(e=v?.video)===null||e===void 0?void 0:e.bindProduct,M=(l=(a=(i=w?.cover)!==null&&i!==void 0?i:(n=w?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:x?.bottom_image)!==null&&l!==void 0?l:y;return o.createElement(ni,Object.assign({isExternalLink:T,rec:v,className:Ce.css(A),index:I},m),o.createElement(Ut,{src:M,rec:v,item:(c=(s=v?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:v?.video,index:I,translateY:k,imgStyle:p?.img,isActive:L}),o.createElement("div",{className:Ce.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:xs["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:xe((r=w?.title)!==null&&r!==void 0?r:"Product Name",p?.title)}}),o.createElement("button",{"aria-label":(d=(u=w?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:Ce.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((f=p?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((b=(h=w?.bindCta)===null||h===void 0?void 0:h.enTitle)!==null&&b!==void 0?b:"Shop Now",p?.ctaTitle)}})))};var Es=o.memo(Ts);const Cs=ct(Es,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Ss,settingRender:jt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:2});var Is=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],ks={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Ps=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,{content:b,style:g,bgImg:A,recData:S,bottom_image:v,ctaTempStyles:y,isExternalLink:p,translateY:T=0,index:k,isActive:I}=t,L=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:m}=Fe(),x=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,w=(l=(a=(i=x?.cover)!==null&&i!==void 0?i:(n=x?.homePage)===null||n===void 0?void 0:n[0])!==null&&a!==void 0?a:m?.bottom_image)!==null&&l!==void 0?l:v;return o.createElement(ni,Object.assign({isExternalLink:p,rec:S,className:Ce.css(g),index:k},L),o.createElement(Ut,{src:w,rec:S,item:(c=(s=S?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&c!==void 0?c:S?.video,index:k,translateY:T,imgStyle:y?.img,isActive:I}),o.createElement("div",{className:Ce.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},o.createElement("div",{className:ks["tow-line-ellipsis"],style:y?.title,dangerouslySetInnerHTML:{__html:xe((r=x?.title)!==null&&r!==void 0?r:"Product Name",y?.title)}}),o.createElement("button",{"aria-label":(d=(u=x?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&d!==void 0?d:"Shop Now",className:Ce.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},y?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((h=(f=x?.bindCta)===null||f===void 0?void 0:f.enTitle)!==null&&h!==void 0?h:"Shop Now",y?.ctaTitle)}})))};var Ms=o.memo(Ps);const Ds=ct(Ms,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Is,bindableProps:[],settingRender:jt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:13,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:14,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:2});var _s=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Os={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ls=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=Fe(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,S)=>{var v,y,p,T,k,I,L,m,x,w;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Ht,{key:S,className:Ce.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ni,Object.assign({rec:s,multItem:A,multiCheckIndex:S,index:f},h),o.createElement(Ut,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:Ce.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:Os["two-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:xe((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:Ce.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((m=r?.ctaTitle)===null||m===void 0?void 0:m.height)+"px"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((w=(x=A?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&w!==void 0?w:"Shop Now",r?.ctaTitle)}})))))}))};var Rs=o.memo(Ls);const Ns=ct(Rs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:_s,bindableProps:[],settingRender:jt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:80,height:20,backgroundColor:"rgba(0,0,0,1)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"#fff",marginBottom:8}},w:100,h:40,sort:4});var Vs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],js={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const Fs=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=Fe(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,S)=>{var v,y,p,T,k,I,L,m,x,w;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Ht,{key:S,className:Ce.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ni,Object.assign({rec:s,multItem:A,multiCheckIndex:S,index:f},h),o.createElement(Ut,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:Ce.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},o.createElement("div",{className:js["two-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:xe((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:Ce.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((m=r?.ctaTitle)===null||m===void 0?void 0:m.height)+"px"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((w=(x=A?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&w!==void 0?w:"Shop Now",r?.ctaTitle)}})))))}))};var Bs=o.memo(Fs);const zs=ct(Bs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Vs,settingRender:jt,bindableProps:[]},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:3});var Hs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Ws={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Xs=t=>{var e,i,{content:n,style:a,bgImg:l,recData:s,bottom_image:c,ctaTempStyles:r,translateY:u=0,isActive:d,index:f}=t,h=it(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive","index"]);const{sxpParameter:b}=Fe(),[g]=o.useState((i=(e=s?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return o.createElement(mi,{isPadding:!!s},g?.map((A,S)=>{var v,y,p,T,k,I,L,m,x;return o.createElement(o.Fragment,null,s&&!A?.bindCta?null:o.createElement(Ht,{key:S,className:Ce.css(Object.assign(Object.assign({},a),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},o.createElement(ni,Object.assign({rec:s,multItem:A,multiCheckIndex:S,index:f},h),o.createElement(Ut,{src:(T=(p=(v=A?.cover)!==null&&v!==void 0?v:(y=A?.homePage)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:b?.bottom_image)!==null&&T!==void 0?T:c,rec:s,item:A,index:f,translateY:u,imgStyle:r?.img,isActive:d}),o.createElement("div",{className:Ce.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},o.createElement("div",{className:Ws["tow-line-ellipsis"],style:r?.title,dangerouslySetInnerHTML:{__html:xe((k=A?.title)!==null&&k!==void 0?k:"Product Name",r?.title)}}),o.createElement("button",{"aria-label":(L=(I=A?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",className:Ce.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},r?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((x=(m=A?.bindCta)===null||m===void 0?void 0:m.enTitle)!==null&&x!==void 0?x:"Shop Now",r?.ctaTitle)}})))))}))};var Us=o.memo(Xs);const Gs=ct(Us,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Hs,bindableProps:[],settingRender:jt},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:8,width:78,height:78,marginRight:16},title:{fontSize:12,color:"#000",textAlign:"left"},ctaTitle:{textDecoration:"underline",fontSize:12,fontWeight:"bold",color:"#000",textAlign:"left",width:150,height:20}}},style:{borderRadius:4,width:260,height:86,padding:4,backgroundColor:"rgba(255,255,255,0.75)",marginBottom:8}},w:100,h:40,sort:4});var Ys=[{title:"Banner",child:[{type:"Switch",label:"Banner\u56FE\u5F00\u5173",name:["props","showBanner"]}]},{title:"\u5361\u7247\u6837\u5F0F",child:[{type:"Number",label:"\u4E0A\u4E0B\u8FB9\u8DDD",name:["props","space"],addonAfter:"px"},{type:"Switch",label:"\u56FA\u5B9A\u5BBD\u9AD8",name:["props","openFixedSize"],initialValue:!0}]},{title:"\u6587\u672C\u8BBE\u7F6E",child:[{name:["props","textStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"hashtag\u6807\u9898",value:"hashTagTitle"},{label:"hashtag\u63CF\u8FF0",value:"hashTagDesc"},{label:"hashtag\u63CF\u8FF0\u8D85\u94FE",value:"hashTagLink"},{label:"\u6807\u9898",value:"title"},{label:"\u4EF7\u683C",value:"price"}],name:["props","textStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,belong:"price"}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextPadding",name:["props","buttonBgStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"\u6309\u94AE\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonBgStyle","backgroundColor"],initialValue:"#fff"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonBgStyle","height"],addonAfter:"H"}]}]}];const qs=({icon:t,styles:e,textStyle:i,onClose:n})=>{var a;const{waterFallData:l,setOpenHashtag:s}=Fe();return o.createElement("div",{className:"clc-sxp-nav",style:e},o.createElement("button",{className:"clc-sxp-nav-left",role:"button","aria-label":"back button",onClick:n},o.createElement("img",{src:t,alt:"back button"})),o.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:xe(`#${(a=l?.hashTag)!==null&&a!==void 0?a:"\u6807\u9898"}`,i)}}))};var to=o.memo(qs),Zs=null,Ks="3d989325-e7d6-4a74-8a97-98febdf5b567",Js=null,Qs=null,$s={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"},er=[{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}],tr="Handbags",io={productUserId:Zs,requestId:Ks,channel:Js,rtc:Qs,tag:$s,recList:er,hashTag:tr};const ir=t=>{var e;const{rec:i,style:n={},sizeChange:a=()=>{},unitWidth:l,index:s,showBorder:c,list:r,reportTagsView:u,textStyles:d,space:f}=t,{swiperRef:h,setRtcList:b,setOpenHashtag:g,sxpParameter:A,globalConfig:S}=Fe(),[v,y]=o.useState(!1);o.useState(!1),o.useState({height:1,width:1});const p=o.useRef(null),T=o.useRef(null);o.useRef(null),o.useRef(null);const[k,I]=o.useState(""),L=o.useMemo(()=>{var E,V,F,_,N,R,D,j,H,K;return!((E=i?.video)===null||E===void 0)&&E.cover?(V=i?.video)===null||V===void 0?void 0:V.cover:!((_=(F=i?.video)===null||F===void 0?void 0:F.imgUrls)===null||_===void 0)&&_.length?(R=(N=i?.video)===null||N===void 0?void 0:N.imgUrls)===null||R===void 0?void 0:R[0]:!((j=(D=i?.product)===null||D===void 0?void 0:D.homePage)===null||j===void 0)&&j.length?(K=(H=i?.product)===null||H===void 0?void 0:H.homePage)===null||K===void 0?void 0:K[0]:A?.bottom_image||""},[i,A?.bottom_image]),m=o.useMemo(()=>{var E,V;return((E=i?.product)===null||E===void 0?void 0:E.title)||((V=i?.video)===null||V===void 0?void 0:V.title)||null},[i]),x=o.useMemo(()=>{var E;return n.transform?Number((E=n.transform)===null||E===void 0?void 0:E.substring(n.transform.indexOf(",",0)+1,n.transform.length-3)):void 0},[n]);o.useMemo(()=>x===void 0?!1:x<=c,[x,c]);const w=fi({product:i?.product,enableFormattedPrice:(e=d?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:S,isHiddenDef:!0,style:d?.price});o.useEffect(()=>{if(p.current===null||L==="")return;let E=null;v&&k?E=k:E=L,E&&p.current.setSrc(E)},[L,v,k]);const M=o.useRef(),C=o.useCallback(E=>{setTimeout(()=>{var V;const F=E?.clientHeight||((V=M?.current)===null||V===void 0?void 0:V.offsetHeight);a(F+56+f,s)},0)},[f,a,s,l,M]),O=()=>{u(),b?.(r),setTimeout(()=>{var E;(E=h?.current)===null||E===void 0||E.swiper.slideTo(s,0,!1),g?.(!1)},0)};return o.createElement("div",{ref:T,style:Object.assign({},n),className:"waterFallList-content-listItem",key:s,onClick:O},o.createElement("div",{className:"waterFallList-content-listItem-picture",ref:M},o.createElement(Pt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:C,ref:p})),o.createElement("div",{className:"waterFallList-content-listItem-info"},o.createElement("div",{className:`waterFallList-content-listItem-info-title ${w?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},d?.title),dangerouslySetInnerHTML:{__html:xe(m,d?.title)}}),o.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!w,style:d.price,dangerouslySetInnerHTML:{__html:w??""}})))};function nr(t){var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,S,v,y,p,T,k,I,{reportTagsView:L,showBanner:m}=t,x=it(t,["reportTagsView","showBanner"]);const{waterFallData:w,getRecommendVideos:M,hashTagSize:C,loadingImage:O,isOpenHashTag:E,cacheActiveIndex:V}=Fe(),{jumpToWeb:F}=Ct(),_=o.useRef(null),[N,R]=o.useState(0),[D,j]=o.useState(),H=o.useRef(null),[K,Q]=o.useState([]),$=o.useRef(),le=[170,230,300],[de,ee]=o.useState(!1),[Ie,_e]=o.useState([]),Be=o.useRef(),Y=o.useCallback((ge,Z)=>Math.floor(Math.random()*(Z-ge+1))+ge,[]),J=o.useRef([]),[ce,he]=o.useState({width:0}),Ae=o.useMemo(()=>{const ge=ce.width||0;return ge>=1200?6:ge>=768&&ge<=1199?4:2},[ce]),oe=o.useMemo(()=>ce.width/Ae-2,[Ae,ce]),ke=o.useCallback(()=>{var ge;const Z=(ge=$.current)!==null&&ge!==void 0?ge:[],X=[];for(let ie=0;ie<Ie?.length;ie++){const ne=Math.floor(ie/Ae),se=ie%Ae+1;let Se=0,qe=9999999999;if(ne===0)X[ie]=ie;else{for(let te=0;te<X.length;te++)J.current[X[te]].top+J.current[X[te]].height<qe&&(Se=te,qe=J.current[X[te]].top+J.current[X[te]].height);X[Se]=ie}J.current[ie]===void 0&&(J.current[ie]={}),ne===0?(se===1?J.current[ie].left=0:J.current[ie].left=J.current[ie-1].left+oe+4,J.current[ie].top=0):(J.current[ie].left=J.current[Se].left,J.current[ie].top=qe),J.current[ie].height=J.current[ie].height||le[Y(0,2)],Z[ie]={transform:`translate(${J.current[ie].left}px,${J.current[ie].top}px)`,width:`${oe}px`,height:J.current[ie].height}}return Q([...Z]),[...Z]},[oe,Ae,le,Y,Ie]),Xe=o.useCallback((ge,Z)=>{J.current[Z]===void 0&&(J.current[Z]={}),J.current[Z].height=ge,$.current=ke()},[ke]);o.useEffect(()=>{$.current=ke()},[oe,Ae,Ie]),o.useEffect(()=>{var ge,Z;if(ee(!0),w&&M?.({hashTag:w?.hashTag,defaultSize:C,maxSize:C}).then(X=>{var ie,ne;j(X),_e((ne=(ie=X?.recList)===null||ie===void 0?void 0:ie.filter(se=>se?.video!==null||se?.product!==null))!==null&&ne!==void 0?ne:[]),ee(!1)}),E){const X=io;j(X),_e((Z=(ge=X?.recList)===null||ge===void 0?void 0:ge.filter(ie=>ie?.video!==null||ie?.product!==null))!==null&&Z!==void 0?Z:[]),ee(!1)}},[w,M,C,E]);const Re=o.useCallback(()=>{H.current!==null&&he({width:H.current.getBoundingClientRect().width})},[]);o.useEffect(()=>{if(H.current===null)return;const ge=new ResizeObserver(Z=>{Re()});return ge.observe(H.current),()=>{ge.disconnect()}},[Re]),o.useCallback(()=>{ee(!0),w&&M?.({hashTag:w?.hashTag}).then(ge=>{var Z,X;_e(Ie?.concat((X=(Z=ge?.recList)===null||Z===void 0?void 0:Z.filter(ie=>!ie?.video))!==null&&X!==void 0?X:[])),ee(!1)})},[w,M,Ie]);const Ye=o.useCallback(()=>{R(_.current.scrollTop)},[]);o.useEffect(()=>{var ge;return(ge=_?.current)===null||ge===void 0||ge.addEventListener("scroll",Ye),()=>{var Z;(Z=_?.current)===null||Z===void 0||Z.removeEventListener("scroll",Ye)}},[Ye,_]);const Ke=ge=>{var Z,X,ie,ne,se;if(!((Z=D?.tag)===null||Z===void 0)&&Z.link){L();const Se=w?.rec;F(ge,Se,(X=Se?.video)===null||X===void 0?void 0:X.bindProduct,(ie=Se?.video)===null||ie===void 0?void 0:ie.bindCta,V,(ne=Se?.video)===null||ne===void 0?void 0:ne.traceInfo),window.location.href=window.getJointUtmLink((se=D?.tag)===null||se===void 0?void 0:se.link)}};return o.createElement(o.Fragment,null,de?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:O,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"waterFallList",ref:H},o.createElement("div",{className:"waterFallList-scroll",ref:_},m&&((e=D?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:Ke},o.createElement(Pt,{className:Ce.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=D?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"waterFallList-info",style:(n=x?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((a=D?.tag)===null||a===void 0?void 0:a.info,(l=x?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((s=D?.tag)===null||s===void 0)&&s.link),className:"waterFallList-collection",style:Object.assign({},(c=x?.textStyles)===null||c===void 0?void 0:c.hashTagLink),onClick:Ke,dangerouslySetInnerHTML:{__html:xe(((r=D?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(u=x?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),o.createElement("div",{className:"waterFallList-content"},Ie?.map((ge,Z)=>{var X;return o.createElement(ir,Object.assign({key:Z,index:Z,rec:ge,list:Ie,showBorder:N+((X=_?.current)===null||X===void 0?void 0:X.clientHeight),style:K[Z],sizeChange:Xe,unitWidth:oe,reportTagsView:L},x))}),o.createElement("div",{hidden:!(!((d=D?.tag)===null||d===void 0)&&d.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(A=((h=J?.current[((f=J?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((g=J?.current[((b=J?.current)===null||b===void 0?void 0:b.length)-1])===null||g===void 0?void 0:g.height))!==null&&A!==void 0?A:0}px)`,height:!((S=D?.tag)===null||S===void 0)&&S.link?((v=Be?.current)===null||v===void 0?void 0:v.offsetHeight)||((y=x?.buttonBgStyle)===null||y===void 0?void 0:y.height)||"100px":0}}))),o.createElement("div",{className:"waterFallList-bottom",hidden:!(!((p=D?.tag)===null||p===void 0)&&p.link),style:x?.buttonBgStyle}),o.createElement("div",{ref:Be,hidden:!(!((T=D?.tag)===null||T===void 0)&&T.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},x?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((k=D?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:x?.buttonStyle,onClick:Ke,dangerouslySetInnerHTML:{__html:xe(((I=D?.tag)===null||I===void 0?void 0:I.linkTitle)||"Shop the collection",x?.buttonStyle)}}))))}var or="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const lr=t=>{var e;const{rec:i,index:n,list:a,reportTagsView:l,textStyles:s,space:c}=t,{swiperRef:r,setRtcList:u,setOpenHashtag:d,sxpParameter:f,globalConfig:h}=Fe(),[b,g]=o.useState(!1),A=o.useRef(null),S=o.useRef(null),v=o.useRef(null),y=o.useRef(null),[p,T]=o.useState(""),k=o.useMemo(()=>{var w,M,C,O,E,V,F,_,N,R;return!((w=i?.video)===null||w===void 0)&&w.cover?(M=i?.video)===null||M===void 0?void 0:M.cover:!((O=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||O===void 0)&&O.length?(V=(E=i?.video)===null||E===void 0?void 0:E.imgUrls)===null||V===void 0?void 0:V[0]:!((_=(F=i?.product)===null||F===void 0?void 0:F.homePage)===null||_===void 0)&&_.length?(R=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||R===void 0?void 0:R[0]:f?.bottom_image||""},[i,f?.bottom_image]),I=o.useMemo(()=>{var w,M;return((w=i?.product)===null||w===void 0?void 0:w.title)||((M=i?.video)===null||M===void 0?void 0:M.title)||null},[i]),L=fi({product:i?.product,enableFormattedPrice:(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:h,isHiddenDef:!0,style:s?.price});o.useEffect(()=>{const w=new IntersectionObserver(M=>{M.forEach(C=>{if(C.isIntersecting){if(S.current===null||k==="")return;b&&p?A.current.setSrc(p):A.current.setSrc(k),w.unobserve(S.current)}})});return w.observe(S.current),()=>{w.disconnect()}},[k,b,p]);const m=(w,M,C)=>{const O=w/M;return C/O};o.useEffect(()=>{const w=v?.current;w===null||k===""||!b||(w.src=k,w.currentTime=1,w.crossOrigin="anonymous",w.onloadeddata=()=>{const M=y?.current;if(!M)return;const C=M.getContext("2d"),O=window?.innerWidth/2,E=m(w.videoWidth,w.videoHeight,O);M.height=E,M.width=O,C?.drawImage(w,0,0,M.width,M.height),T(M.toDataURL()),w.remove(),M.remove()})},[k,b]);const x=()=>{l(),u?.(a),setTimeout(()=>{var w;(w=r?.current)===null||w===void 0||w.swiper.slideTo(n,0,!1),d?.(!1)},0)};return o.createElement("div",{ref:S,className:"list-content-listItem",key:n,onClick:x,style:{marginBottom:c}},o.createElement("div",{className:"list-content-listItem-picture"},b&&o.createElement("div",{style:{display:"none"}},o.createElement("video",{ref:v,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),o.createElement("canvas",{ref:y})),o.createElement(Pt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:A})),o.createElement("div",{className:"list-content-listItem-info"},o.createElement("div",{className:`list-content-listItem-info-title ${L?"list-content-listItem-info-nowrap":""}`,style:s?.title,dangerouslySetInnerHTML:{__html:xe(I,s?.title)}}),o.createElement("div",{className:"list-content-listItem-info-price",style:s?.price,hidden:!L,dangerouslySetInnerHTML:{__html:L??""}})))};function ar(t){var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,S,v,{reportTagsView:y,showBanner:p}=t,T=it(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:I,hashTagSize:L,loadingImage:m,isOpenHashTag:x,cacheActiveIndex:w}=Fe(),{jumpToWeb:M}=Ct(),[C,O]=o.useState(),[E,V]=o.useState(),[F,_]=o.useState(!1),N=o.useRef(null),[R,D]=o.useState(!1);o.useCallback(()=>{R||(D(!0),k&&I?.({hashTag:k?.hashTag}).then(H=>{var K;O(C?.concat((K=H?.recList)!==null&&K!==void 0?K:[])),D(!1)}))},[k,I,C,R]),o.useEffect(()=>{var H,K;if(_(!0),k&&I?.({hashTag:k?.hashTag,defaultSize:L,maxSize:L}).then(Q=>{var $,le;V(Q),O((le=($=Q?.recList)===null||$===void 0?void 0:$.filter(de=>de?.video!==null||de?.product!==null))!==null&&le!==void 0?le:[]),_(!1)}),x){const Q=io;V(Q),O((K=(H=Q?.recList)===null||H===void 0?void 0:H.filter($=>$?.video!==null||$?.product!==null))!==null&&K!==void 0?K:[]),_(!1)}},[k,I,L,x]);const j=H=>{var K,Q,$,le,de;if(!((K=E?.tag)===null||K===void 0)&&K.link){y();const ee=k?.rec;M(H,ee,(Q=ee?.video)===null||Q===void 0?void 0:Q.bindProduct,($=ee?.video)===null||$===void 0?void 0:$.bindCta,w,(le=ee?.video)===null||le===void 0?void 0:le.traceInfo),window.location.href=window.getJointUtmLink((de=E?.tag)===null||de===void 0?void 0:de.link)}};return o.createElement(o.Fragment,null,F?o.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:m,alt:"loading...",style:{objectFit:"contain"}})):o.createElement("div",{className:"list"},o.createElement("div",{className:"list-scroll",ref:N},p&&((e=E?.tag)===null||e===void 0?void 0:e.picture)&&o.createElement("div",{onClick:j},o.createElement(Pt,{className:Ce.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=E?.tag)===null||i===void 0?void 0:i.picture})),o.createElement("div",{className:"list-info",style:(n=T?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((a=E?.tag)===null||a===void 0?void 0:a.info,(l=T?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),o.createElement("div",{hidden:!(!((s=E?.tag)===null||s===void 0)&&s.link),className:"list-collection",onClick:j,style:Object.assign(Object.assign({},(c=T?.textStyles)===null||c===void 0?void 0:c.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:xe(((r=E?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(u=T?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),o.createElement("div",{className:"list-content"},C?.map((H,K)=>o.createElement(lr,Object.assign({key:K,index:K,rec:H,list:C,reportTagsView:y},T)))),o.createElement("div",{hidden:!R,style:{textAlign:"center"}},"loading..."),o.createElement("div",{hidden:!(!((d=E?.tag)===null||d===void 0)&&d.link),style:{height:!((f=E?.tag)===null||f===void 0)&&f.link?((h=T?.buttonBgStyle)===null||h===void 0?void 0:h.height)||((b=T?.buttonStyle)===null||b===void 0?void 0:b.height)||"100px":0}})),o.createElement("div",{className:"list-bottom",hidden:!(!((g=E?.tag)===null||g===void 0)&&g.link),style:T?.buttonBgStyle}),o.createElement("div",{hidden:!(!((A=E?.tag)===null||A===void 0)&&A.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},o.createElement("button",{"aria-label":((S=E?.tag)===null||S===void 0?void 0:S.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:j,dangerouslySetInnerHTML:{__html:xe(((v=E?.tag)===null||v===void 0?void 0:v.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const sr=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:a,swiperRef:l,setWaterFallData:s,cacheRtcList:c,setRtcList:r,cacheActiveIndex:u,rtcList:d,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:b,bffEventReport:g,themeTag:A,selectTag:S,bffFbReport:v}=Fe(),{backMainFeed:y}=Ct(),p=o.useRef(null),[T,k]=o.useState();o.useEffect(()=>{const w=document.getElementById("sxp-render"),M=document.getElementById("water-fall");M?p.current=M:(p.current=document.createElement("div"),p.current.setAttribute("id","water-fall"),w?.appendChild(p.current))},[]);const I=()=>{var w,M;y("branch",S,void 0,i?.hashTag),x(),s?.(void 0),h?.(!1),(M=(w=l?.current)===null||w===void 0?void 0:w.swiper)===null||M===void 0||M.slideTo(u,0,!1),n?.(!1)},[L,m]=o.useState();o.useEffect(()=>{i&&m(i)},[i]);const x=o.useCallback(()=>{var w,M,C,O,E,V;const F=L?.rec;if(!F)return;let _="",N=null;b?_="hashTagPage":!((w=F?.video)===null||w===void 0)&&w.url?(_="videoPage",N="video"):!((C=(M=F?.video)===null||M===void 0?void 0:M.imgUrls)===null||C===void 0)&&C.length&&(_="imagePage",N="image"),g?.({eventInfo:{contentId:(O=F?.video)===null||O===void 0?void 0:O.itemId,position:u+"",contentTags:JSON.stringify((E=F?.video)===null||E===void 0?void 0:E.tags),traceInfo:(V=F?.video)===null||V===void 0?void 0:V.traceInfo,hashTags:JSON.stringify([L?.hashTag]),fromKName:_,fromKPage:location?.href,timeOnSite:Math.floor((new Date-T)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents",contentFormat:N}})},[L,g,T,b,u]);return o.useEffect(()=>{a&&(k(new Date),v?.({eventName:"PageView"}))},[a,v]),o.useEffect(()=>{const w=()=>{k(new Date)};return window.addEventListener("pageshow",w),()=>{window.removeEventListener("pageshow",w)}},[]),p.current?mn.createPortal(o.createElement("div",{className:"waterfall",style:{display:a?"block":"none"}},o.createElement(to,{icon:or,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:I}),t?.openFixedSize===!0||t?.openFixedSize===void 0?o.createElement(ar,Object.assign({key:i,reportTagsView:x},t)):o.createElement(nr,Object.assign({key:i,reportTagsView:x},t))),p.current):null};var no=o.memo(sr);const rr=t=>o.createElement(no,Object.assign({},t));var dr=o.memo(rr);const cr=ct(dr,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ys,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000",textAlign:"center"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},hashTagLink:{textAlign:"center",color:"#757575",fontSize:12,textDecoration:"underline"},title:{fontSize:12,color:"#000"},price:{fontSize:12,color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var ur=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const oo=t=>o.createElement(oo,Object.assign({},t));var vr=o.memo(oo);const pr=ct(vr,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:ur},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var mr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{type:"TextMargin",name:["style"],label:"\u4E0A\u4E0B\u8FB9\u8DDD",direction:"vertical"},{type:"TextPadding",name:["style"],label:"\u5185\u8FB9\u8DDD",direction:"horizontal"}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],lo={"animated-button":"index-module_animated-button__lqTbg",gradientCover:"index-module_gradientCover__5iUag","one-line-ellipsis":"index-module_one-line-ellipsis__HutE0","two-line-ellipsis":"index-module_two-line-ellipsis__c8gRJ"};const fr=t=>{var e,i,n,a,l,s,c,r,u,d,{style:f,recData:h,ctaTempStyles:b,index:g,event:A,onClick:S,isExternalLink:v=!1,isActive:y}=t,p=it(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink","isActive"]);const{ctaEvent:T,setPopupDetailData:k}=Fe(),{jumpToWeb:I}=Ct(),[L,m]=o.useState(!1),x=o.useRef(null),w=$n(x),M=((n=(i=(e=h?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(a=h?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=h?.video)===null||s===void 0?void 0:s.bindCta),C=((r=(c=h?.video)===null||c===void 0?void 0:c.bindProducts)===null||r===void 0?void 0:r[0])||((u=h?.video)===null||u===void 0?void 0:u.bindProduct),O=_=>{var N,R,D,j;const H=((R=(N=h?.video)===null||N===void 0?void 0:N.bindProducts)===null||R===void 0?void 0:R[0])||((D=h?.video)===null||D===void 0?void 0:D.bindProduct)||h?.video;if(T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,H,g),k?.(Object.assign(Object.assign({},h),{index:g})),v){const K=C?.link||((j=H?.bindCta)===null||j===void 0?void 0:j.link);K&&(I(_,h,C,M,g),window.location.href=window.getJointUtmLink(K))}else S?.()},E=M?.enTitle||"\u67E5\u770B\u8BE6\u60C5",V=o.useMemo(()=>{var _,N;const R=A?.animation;if(R){const{delay:D,duration:j,backgroundColor:H}=R;return{":after":{animationDelay:`${(_=D/1e3)!==null&&_!==void 0?_:0}s`,animationDuration:`${(N=j/1e3)!==null&&N!==void 0?N:0}s`,backgroundColor:`${H??"transparent"}`}}}},[A?.animation]);o.useEffect(()=>{var _,N,R;w&&x?.current&&y&&T?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((N=(_=h?.video)===null||_===void 0?void 0:_.bindProducts)===null||N===void 0?void 0:N[0])||((R=h?.video)===null||R===void 0?void 0:R.bindProduct)||h?.video,g)},[w,y]),o.useEffect(()=>{m(!!w)},[w]);const F=o.useMemo(()=>L?lo["animated-button"]:null,[L]);return o.createElement("div",Object.assign({ref:x,style:Object.assign(Object.assign(Object.assign({},f),b?.ctaTitle),{lineHeight:`${(d=f?.height)!==null&&d!==void 0?d:0}px`})},p,{className:`${F} ${Ce.css(V)} ${lo["one-line-ellipsis"]}`,onClick:O,dangerouslySetInnerHTML:{__html:xe(E,b?.ctaTitle)}}))};var hr=o.memo(fr),Ar=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Color",name:["animation","backgroundColor"],label:"\u52A8\u753B\u989C\u8272"},{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const br=ct(hr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:mr,bindableProps:[],interactionRender:Ar},defaulSetting:{props:{ctaTempStyles:{ctaTitle:{fontSize:15,color:"#fff",textAlign:"center"}},event:{animation:{backgroundColor:"#F40082",name:1,delay:1e3,duration:2e3}}},style:{width:236,height:44,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",paddingLeft:7,paddingRight:7}},w:100,h:40,sort:1});var gr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u80CC\u666F\u8272\u6BDB\u73BB\u7483",name:["style","backdropFilter"],addonAfter:"px"},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],ci={aniLinkPopup:"index-module_aniLinkPopup__YT7kj","animated-fadeIn":"index-module_animated-fadeIn__8ZCbq",fadeIn:"index-module_fadeIn__2E-dk","animated-fadeOut":"index-module_animated-fadeOut__iK4oc",fadeOut:"index-module_fadeOut__MgevT","one-line-ellipsis":"index-module_one-line-ellipsis__NRiVV","two-line-ellipsis":"index-module_two-line-ellipsis__k-YGB","modal-icon-wrapper":"index-module_modal-icon-wrapper__tu3BY","modal-icon-wrapper-img":"index-module_modal-icon-wrapper-img__4b7qZ"};const yr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",wr=t=>{var e,i,n,a,l,s,c,r,u,d,f,h,b,g,A,S,v,y,p,T,k,I,L,{style:m,recData:x,ctaTempStyles:w,index:M,event:C,bottom_image:O,translateY:E,isTel:V,onClick:F,isExternalLink:_=!1,isActive:N}=t,R=it(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);m==null||delete m.transform;const{sxpParameter:D,globalConfig:j,ctaEvent:H,setPopupDetailData:K}=Fe(),{jumpToWeb:Q}=Ct(),[$,le]=o.useState(!0),de=((n=(i=(e=x?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((l=(a=x?.video)===null||a===void 0?void 0:a.bindProduct)===null||l===void 0?void 0:l.bindCta)||((s=x?.video)===null||s===void 0?void 0:s.bindCta),ee=((r=(c=x?.video)===null||c===void 0?void 0:c.bindProducts)===null||r===void 0?void 0:r[0])||((u=x?.video)===null||u===void 0?void 0:u.bindProduct),Ie=he=>{var Ae,oe,ke,Xe;const Re=((oe=(Ae=x?.video)===null||Ae===void 0?void 0:Ae.bindProducts)===null||oe===void 0?void 0:oe[0])||((ke=x?.video)===null||ke===void 0?void 0:ke.bindProduct)||x?.video;if(H?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},x,Re,M),K?.(Object.assign(Object.assign({},x),{index:M})),_){const Ye=ee?.link||((Xe=Re?.bindCta)===null||Xe===void 0?void 0:Xe.link);Ye&&(Q(he,x,ee,de,M),window.location.href=window.getJointUtmLink(Ye))}else F?.()},_e=de?.enTitle||"\u67E5\u770B\u8BE6\u60C5",Be=o.useMemo(()=>{const he=C?.animation;if(he){const{delay:Ae,duration:oe}=he;return{animationDelay:`${Ae?Ae/1e3:0}s`,animationDuration:`${oe?oe/1e3:0}s`}}},[C?.animation]),Y=(g=(b=(h=(d=ee?.cover)!==null&&d!==void 0?d:(f=ee?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:de?.icon)!==null&&b!==void 0?b:D?.bottom_image)!==null&&g!==void 0?g:O,J=he=>{he.stopPropagation(),le(!1)};o.useEffect(()=>{le(!0)},[N]);const ce=o.useMemo(()=>N&&$?ci["animated-fadeIn"]:null,[N,$]);return o.createElement(o.Fragment,null,V?o.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):o.createElement("div",Object.assign({},R,{className:`${Ce.css(Object.assign(Object.assign({},m),{"--transY":`translateY(calc(100% + ${(A=m?.margin)!==null&&A!==void 0?A:0}px))`}))} ${ci.aniLinkPopup} ${ce} ${Ce.css(Be)}`,onClick:Ie}),o.createElement("div",{onClick:J,className:ci["modal-icon-wrapper"],style:{padding:(S=m?.padding)!==null&&S!==void 0?S:0}},o.createElement("img",{src:j?.popupCloseIcon||yr,alt:"close",className:ci["modal-icon-wrapper-img"]})),o.createElement(Ut,{src:Y,rec:x,item:(k=(p=(y=(v=x?.video)===null||v===void 0?void 0:v.bindProducts)===null||y===void 0?void 0:y[0])!==null&&p!==void 0?p:(T=x?.video)===null||T===void 0?void 0:T.bindProduct)!==null&&k!==void 0?k:x?.video,index:M,translateY:E,imgStyle:w?.img,isActive:N}),(!x||ee?.title)&&o.createElement("div",{className:ci["one-line-ellipsis"],style:w?.title,dangerouslySetInnerHTML:{__html:xe((I=ee?.title)!==null&&I!==void 0?I:"Product Name",w?.title)}}),o.createElement("div",{className:ci["one-line-ellipsis"],style:Object.assign(Object.assign({},w?.ctaTitle),{lineHeight:((L=w?.ctaTitle)===null||L===void 0?void 0:L.height)+"px"}),dangerouslySetInnerHTML:{__html:xe(_e,w?.ctaTitle)}})))};var Sr=o.memo(wr),xr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Tr=ct(Sr,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:gr,bindableProps:[],interactionRender:xr},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:108,height:108,marginBottom:0},title:{fontSize:14,color:"#000",textAlign:"left",lineHeight:2.6},ctaTitle:{width:108,height:22,fontSize:12,color:"#fff",textAlign:"center",backgroundColor:"rgba(0,0,0,1)"}},event:{animation:{name:1,delay:1e3,duration:2e3}}},style:{width:120,height:185,borderRadius:3,backgroundColor:"rgba(255,255,255,1)",padding:7,margin:15}},w:100,h:40,sort:2});var Er=[{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"link",name:"onClick",showAppId:!0}]}],Cr=[{title:"\u5168\u5C40\u8BBE\u7F6E",child:[{type:"Switch",label:"\u5F39\u7A97\u5F00\u5173",name:["props","open"]},{type:"Switch",label:"\u6BCF\u6B21\u8FDB\u5165\u63D0\u793A",name:["props","isShowOnce"]},{type:"Switch",label:"\u5173\u95ED\u6309\u94AE",name:["props","isShowClose"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"Number",label:"\u5185\u8FB9\u8DDD",name:["style","padding"],addonAfter:"px"},{label:"\u5BF9\u9F50",type:"TextAlign",name:["style"]}]},{title:"\u534F\u8BAE\u5185\u5BB9",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","content","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","content","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","content","style","color"]},{type:"Number",name:["props","content","style","fontSize"],addonAfter:"px"}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","content","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","content","style"]},{label:"\u6587\u672C",type:"TextArea",name:["props","content","text"]}]},{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","interaction","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","interaction","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","interaction","style","color"]},{type:"Number",name:["props","interaction","style","fontSize"],addonAfter:"px"}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","interaction","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","interaction","style"]},{label:"\u6587\u672C",type:"TextArea",name:["props","interaction","text"]}]}];const ao=o.createContext({}),Ir=({children:t,data:e})=>{var i,n,a,l,s,c,r,u,d,f,h,b,g,A;const[S,v]=o.useState(!1),[y,p]=o.useState(!1),[T,k]=o.useState(""),[I,L]=o.useState(!1);return o.createElement(ao.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:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.hash_tag_size,loadingImage:(c=e?.sxp_parameter)===null||c===void 0?void 0:c.loading_image,privacyContent:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.privacy_context,privacyNecessity:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_necessity,privacyPolicyTitle:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.privacy_title,template:(b=e?.sxp_parameter)===null||b===void 0?void 0:b.template,industry:(g=e?.sxp_parameter)===null||g===void 0?void 0:g.industry},appDomain:e?.appDomain,openHashtag:S,setOpenHashtag:v,openConsent:y,setOpenConsent:p,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter,consentPopupCate:T,setConsentPopupCate:k,openMultiPosts:I,setOpenMultiPosts:L,pageTypeList:(A=e?.pageTypeList)!==null&&A!==void 0?A:[]}},t)};function an(){return o.useContext(ao)}var kr="data:image/svg+xml,%3c%3fxml version='1.0' standalone='no'%3f%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg t='1730260080030' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4241' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64'%3e%3cpath d='M895.156706 86.256941a30.177882 30.177882 0 0 1 42.767059-0.180706c11.745882 11.745882 11.745882 30.870588-0.180706 42.767059L128.843294 937.743059c-11.866353 11.866353-30.930824 12.047059-42.767059 0.180706-11.745882-11.745882-11.745882-30.870588 0.180706-42.767059L895.156706 86.256941z' fill='white' p-id='4242'%3e%3c/path%3e%3cpath d='M86.076235 86.076235c11.745882-11.745882 30.870588-11.745882 42.767059 0.180706l808.899765 808.899765c11.866353 11.866353 12.047059 30.930824 0.180706 42.767059-11.745882 11.745882-30.870588 11.745882-42.767059-0.180706L86.256941 128.843294a30.177882 30.177882 0 0 1-0.180706-42.767059z' fill='white' p-id='4243'%3e%3c/path%3e%3cpath d='M0 0h1024v1024H0z' fill='white' fill-opacity='0' p-id='4244'%3e%3c/path%3e%3c/svg%3e",Pr="data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAJJAXcDASIAAhEBAxEB/8QAHwABAQACAgIDAQAAAAAAAAAAAAoICQYHAQUCAwQL/8QALhAAAQQCAQMDBAMBAAIDAAAAAAQFBgcDCAIBCRYVGmkUF6joEhMYEQoyGSEi/8QAGQEBAAMBAQAAAAAAAAAAAAAAAAIDBAEF/8QAKxEAAgMBAAIDAAIBBAMAAwAAAAMBAgQFBhMREhQVISIjJDFBBxYyJTNC/9oADAMBAAIRAxEAPwD+f+AZe1Z2+N97zg7PZ1J6Qbe3DW0i5OHCP2FVmtVzWDB3zm0uStndeLPLIlC3dhc+TY7oFzU4cUThn6onJErQqemNUnzYuEopeaWZFLTSk1re8VmaVtf7fStrRHxWb/S31iZibfW3x8/WfjkzETETMRNpmKxMxE2mImZiI/7mIiZn4/6iZ/4MQge7k0ZkkKkkghsyj75EpfEnx2jMqismaV7DJIzJGFeoanyPyBjdU6R0Znxmc0iptdmlySpl7cvTKEaxPhUYcmPj6QhW1bVi1Zi1bRFq2rMTW1Zj5iYmP6mJj+4mP6mP7glMTEzExMTEzExMfExMf1MTE/3ExP8AUxP/AAAAdOAAAAAzDjegu2kurhmtuPVP6hXsh15uXatnkHndaJPrKE1+nWStLdnnpS6ZJntP4lNsWRl8XVNuCZv38fUoxHXpp69F/XjJhSLaWzCs1W+m2hn+CKujHu6Mqs23wuG/x/L6e/1zaLfj527V8ejJouvsRNrRWsTa1rLrWsR82mznpzKrER/c2bp0IzriI+bvelVfljKVth4ADpwAAAAGY1AaBbb7RRyEy2iqm85j9i3e564Q1w88rOM+sXOz1c43O4w36SYzKPrW/wCnrVpcJJ5E6pkMUzfT+j4HzK/5cLVk5aYrW17TFaVlVbXtMRWtnOVmTFrT8REt0OShUTMSxzVKp83ZWs8m1YmImYibQyYiZiJmEpZobMR/3CkJa9kx/VEqYy3xSlrRhyADp0AAAAAAAAAA9g0NLo/urYxMbctd3p6cETSztLamzLXF0dHJTiRt7cgRp+GRQrWrVebCmSpsGPnmz58uPFi4cufPjx69xbFa5Wxqlar/AEndzbEWKzYny6p5XG4jalU23xizriVK0K6NyV8qCazyOMMxZlqFUikULdndHLI0rx9Ez+zNufJix81/9KqLt/066muRltf/AArpfnVR+hKJt8Q5qEMW5y1za6lMoy9a0tWZV/zltaf52RRTH1r/AJSlb7toi7Yj5ldHXS6irX+KsuptaTaV2iOjQAAAAAAAAAAAAAAAAAAAAAAAADkUPij3O5bFoPGsKJRI5lI2SKR9O5PLLHW7O9yJzStDVhcJBI3BpjzEiyr1mDgqeX51bGVrwcsi10cEaHBnU4wOOg5rZFbz2n57L6ttKISCAWNAJA5xWaQuVNilnkUakTOp5o3Jpdm1XwxqEqtKox8uPLjy4/xycf4ZcXPJhyY8nLkc3o22K1gNTWfPYU5xOFXo2SZ9qR0eszekWTiORF3wx95lLSwclvWR8Il1fcihlZ5WuaUkckzq0SNvjTm7q4vI8TWB1OAAAbgO3Vx4ctJO9JxyZP6sfLTWkuOTL/Hrz/r4dd1tfOnLJ/Dj/wA5c/4cevXl/Hj1/wC8v+f86f8A31NP4L0OqmXTdK9FHY9+OyW2bVV67sOjFb2ShiXSusaJteqXIbetZot6L2htJJt6ehxN39z/AA3knjHkPrj4idH/AK55DzO9+SLzFoTOz+O/L+iVujP7vfKNHr9LKttl+3Bq5XkB3dQ4dPOlXap0hp3BLc0w7qyiz72X5duLqc47Vj5D4tgfJLZjnqVbP+hFsmmTfjgtFVHEpRWiVn5dVKzGpYnZTmwy7cen0WuXt57c3/E+33l7gmzVWbI69V/XNdcJRsh/S0V/P4rYy2euyyqdabPrGw7UTI87Iz5ujfFHtrf4wo5p5y6u+WvYpNY8+aFjI9h2gn0d1SsfT5E0Q/LWln3ZWl8P74qb3rnOkcvqyJT6Gx5tZ3PDIMDAnjaxrsV7zvKNbGHBzUL0rVlQvDcnwK0q7PkpGdXWlzn7G6sPFy5fZGdb/dl8m5+3pbpZXPbBk17eL+3K+ebzefkstVc+bJn/AEWmKKqm2nj1veK5sj+m/ba06L1bSfC9/L52b1J1ZtL1V8iXg3qnbr2WTp0Tt6E9P8zq6quYh2u+2ixz3a5dEtbLc3GkVc7h0lUk11RoFosfbh81QgsqoGM2BaMc9VqnerSGUMzQxX042vRWLZO2pbd8Gr9RTaaOzqGrZXjlUmdcOuet3bZgcS7a+Bl0kmmxcd3B2U3ca5PJuF3yTNtHKKg1u2eWR2oa4qZlrjZiK6qyq153CeTZXkgTxRwkmO6eeRKw0A+xizZZF53ll8BykTHRxbLfSMiIzfp5i4b+fR+dHKpNVO0v1alUfo5+jU+dbeg5luhoRZ85ZYl99L3pnun5izr1X87rKRbVLar6aXaJXZVucu+he9LbIy8/NgTrxqflxoVTHmxViS/td15B5tto5s+k9Q7CX9B9adbrf1W7eVVYe4ZXskkld23dsyhdk2vsFrBYuwrxvYxXpVEXZYnkl9NV/e6quIw32BGJold53FuvV7cvWbB6gdv/AFapjc+/F2mkKnlrVXAu186Ouqk9v3YzJAtQr+2eY744bG0NKF9Z3JDbYlOCNdINF31JGZxZvKw4NJF7Y0vctVImmSxmSynAj/uKU2ehy1ufpxMysZmXqpgy5Ozg3vxqTpltH/yfPyPw7dWr3aV6ejqdzmc/j0y+O55pvRd6XYv3TXNNGUm0VUzbbFzFTtik1valV7MOjQnFF5yxm2WzaKadc7el0Liqf7IWo2LdLY9kW6uOt16zZ97KW15icaY1myVuTXXWDzqkK8viaKZgqrq/tVY9TFVtDVbSePs+0l9XRf7pyWRJnjTRrBYEhVPz86Y/2dp3R0i1irCp7Ajy+fsmo/au70k7pxwdZI9x50abHobuNz2L19OXLPEnGPIHZehRKV2ZYzvSRdDlyhbkyOMdU4sCXHgj1BXsTd+TmYMz2ZMnP012si1mbdGzcnwXf4fk3O07GNmNWLX1ur3UN+lvu3bdGmr9ct6ro5WXR+qXfTRfVrxaZtFIRC1p8gv2duKtKTNIx781MfNnNSFozLzWslU5WLwZ7K1Hag00lN46nrF2tzdrhr3Y/S64jBKVtFr2mY97Nmr+qChJFLY7CFOKY7jY9V9jqEteWN0RkcBv3Su4KGjNsL54wU6zySnZLKY66pdHndgprXKmrBodkpvXC/8AUyZyCq177c9UXpWTxSnLAu5T+StEMl0XoyxNw927/qri+RpsyY3mPXNcnVbJOrU1WJBGFsg82Z8ZqXBc2sX04W0+Yz4ukvfbFe7PVsVTL1c1sOvRnvl3NzM/kc97LnV6ovz0PqqNtc+zLVii2bJfPovbW6+NaI03qul0vq3La7FVlbLSiys15rXQzR0I1bdlmdV3Ptl5eSsTYTtt6sQSJ7mtX+OulY6nUvqRXNraa91RRaF8Lcu3dzO7JVLzEongfpHZrjqZa/8AoZXJ5m244NRFSRGU1mlaOXLOtxKmJ2VZtU/eNrLXyn+4Vc+qGsGvFe6915RllLa7Z3ZNZdzSyRTrk6oYwr9Ys6WXbbMzi7WmYXVS6Yo/liDDX6Boi67gnmquZOzb1lebUmAutqu5MtvbRnwX6LNy2QtT+1fXbkRmbsfjpmXmtjTh6Cvz8/Nk5t79Wz83PwuyxZ8on65GppFf03jPCtLPsymeqsOfMxVU2v7Grbpz12ezRpbu+WOW7bou9z2XRuvYn0fQsFewW8KakWtDvWm5WpdITe829yuWP17srFbPreXdZJH68uq+L2Wstyt82shNDGPLsZX+lmm9eM0ydHSIVtFZs1IFzu2fupHS6OWRrjqHrFtt2zW7RuvrL7zFrcHvW5LN9qG1dO4UwaH2tljE0dH24LxnNr9MvSRw7mzpZvBZRDK8sFJFMbtFo3iQKHVS7QnGXmoO4sr0rl0htGrqvqWQXVljr8yVdc0/xWe5THX9yk0PlsIeZnVLDGbQiVXOMuzM0vU5USu4q8tlpZXVpZHRiZm1XgW83Cp69GhHWhj0fOl2TdlzLzelK787/wBMevnZ5izLVpu6Pi2zW5+prKYp72tmNVLq2K7eeibqvlstrLSjn259mttLHMY6nlaW9FrJtC16Ip5Jli9sedLmZ+OrGy7sv8Zn4++TWHtG1he+bt53cwayyKdamTntsbN2ftZazRMbG41112uqpi2ebmhvfJmjm6TxKfs0wY6a5p6nizgyY3xG0uLj1hrrHkU9VY8vNQNTqW16v7tCbQwbUOqKegEo2F1MqJ+kWyzxt8ybJz667LqRa9rrbpWwWLZh40Z2eoZ5fcXSZQyw6WikGWR6RO0RgFi0e3oeWbFLYowelXYynVt0arQpddfNfny56XTCFZvLvJ/IuiqGQ2VyzbyvI0+NZNNM6r8zF4/wHRXXXnpyVzaufXZxk8fQz2xTxnR47p13i9n7Wf8Ar3H4+Lsaqy2VP6NejyI7nWtpror2H9Lr47fkR09lnbba/g9NZe61mpjeTVDprZW1qWKqpuZ0/izbEVu4a3vNux5PF67u9sR23Z0htn+6ISSQxW8V7JZksl0Tk7GtdkieP9Yk5x9rbNmKTti60VDPpfqSpoFPtr3EdPNH5Ld9ka6sc7uTE2bV7I2rZsbWs1YY2ar7Aj0yfGjUfWGVMtmZ6318fa7tC2pdneujtIXFkibwxcpzddrmSa+XDCbiUVDVN4KoC8I5GyQK68Fhra7USNpU4HBgd3xqrOxKwfnzixuqVK5YWFxkueKPPPD1bpXH5CxqFjUp4vb1rzy9rVsi67Sfssosm2pzKbGnkhzJ0iPk8y2ZPS2QP7hwQoMCZvb8ChzXqeaZubkqVubk/XEiQJUyPBhwY8NFwjFysirfLM3K7eHZpXRdIdOjjbeRwoup63xDOfs6/V7mnTl/N03MzePIX26X5OC3I97dtZ1Ox5H19FfVTo9zl9XDgvdmj6sv2q9byGt9n2rrZi3c3Fh8dqhr6eud3X6uXPm3Mvr3UxW52tqNntHbLtNFakyCP9xdt0s0G2CzaH1pKrvsa0NY7Emt/TCCbHNEbqORzqbW8oSSGnslM2lJ6vuvJZtjUgktNuyq3RoROrPzT+dsdIdLdM4x3OpSq09g1jyvWRs7TUYq+Gz+5ti88GhUw2ioGTSLYF6dFNVXrD5BO/WZU0qHxhT9bA9CY39O0ZmLLlhGBzh0ilYBba0Rzupjz19T+poS+dbJ/VfmrX5Hj6rcfI90Tpx5HcZGnx6Zvs0baU1xvjbN0zmdRnsmmiunQu+i6uFXjKVVlEZWaKK8eivc25qpuvR2L6OJq0Oan8mW9e30stMiszbrbvL7YGpsOvHTDuCXS3aKKt+9iqJnWoDJSVRpX7Yzl/Bptpfd7fZq5RWusti1xZdpJUbTFWZ9ytEae0L3HfQOMtzOqaFM04bHvLnarU7QXU2m+4HZTZqhArMn9ZbKaV0jGoNMNhNgZbX+qk+vrWiZWhsjU+B7qWzKufbgxUZZkdkNdxjJMZEolDU/Rltxzt+lChkmEYlOgqCbQT6vdZ9gtVWVoh6qvdkZnSE5nLy6N71mmbU7UGonymHp4o4pJAiZELc5c7Fe+klwu8dfVKzglaujWrZuuBXyXY4GzdpzP29P1YUzifl8Pz5fvd2b4jl8jxG/kK115l+a/Krs9Ln+QY9upej+dtfdbqYe3kQ5nOd3NdaLZbuXXVRderZue0SuJ0a8nSy8/TZ/zdrW8zQ3nb05mWtxnpTpxa+S7Y7P1sNr9g6Ydu7T+5df3uq9Orrk6eH7cdvlo1k22mUSnkL1v2iRWc7RtQ9ylVeKnuTStl2q5vsXd1d0Rbnpzq5QqWsLHgzGyW5HOdVq5bEHP68OnmiewNk7YbDzPS+w9iJU890jaal7+r7Vytb0s3prpX0Kkzd6DP5DLZB3PNY2jXdbdfHPY9mSDY672u9tZI9JkqxoQwCronXTrDpZFIDz5ifW+n29lvpvXhborRjckdDZ4c9t7Squest/P4xuz3nDTmqZbte2U1ViZm6GNNLp0qfVnxSaY17UQtdl7V5MXk+aK2nRGi65jR38u5DvtfRndyF09zVbHVpVDr3p1205mv7QtTyWiEXBn3k4bey+bXzPLUtBJc0y50dsJecc1rpyNxmObCQDXWOyO7+EFgtJ2FxS4eeWX5ZQhQVLN6onefFZbj2Fl0q7dTRZs2f5t29r/r50qHtc7ibWTnWbYBBbOm7XKprTFoQVJSc/YqlW75bk7a1g3yFocJ3Cppita4EMSsBuY2uYVLF2zkocHZBI4CO6l9UbJSycl9T/ACa1L0iZhGfsW7X8NWi12Qumrx5HS52WjstcmLavhY9SuZzupp3dB+pl120w2ivoiruY2M/3m0zXHtza9ibs+KxZXRop+e8eqJSvVdUy/KpOWlZWHt+6lzansGzVBaKNl3bCTrtyap7EVp224fY21EthL1MrB2Ptal9i7miUditz9dwLHideMsChLojrqOXbn6QtZY2Z3lTtImFuS4sXJKK7eGiibWFmtG/dKLhsSayGzt2YxuKi1TZJbZcV7eT3TbmsZo5W3K/Jf3NqjqPWNvryLYmy1EMw3Khe27fYuBxWI1kx5om3q15JEQR0qll+nOa05l7NO5+Jdrvf/FI06HtTgQyz6M05U0dW7HapZ0v1qXXndDlcOteBWOdllYebnb9X6saOT+zZ6kVjp7sHjmTk7N7k2UyyK9TrZ2dp3NRory1xpbm/G3fM9q2/zcnSCqol2xqK2fqDXNmotG3MmurPaFkbDodko5fOw9k2vXOWYdZXqvOEt72Poxf9GyPGof3eRxiv4FW+wFCY4DxYLHjvDNjfHd4zT7VnaMoXYXTqtrEvfX5zsHDslCNz5TH9ha9RX3LeVGZ6UiMojUJbrDsNnvPX/XbXeTYrIjCd8gtcyioN6ZteiV0W83JHUUWxpOqOTAEtlWuV5JGN35dXav0L8zW1StM+P238x+a05ci65MLvzdN1eljXXNly5Errgy5kzVWxUIn4txJ+q/pyPRVyY9306Sk++k02ss++rReyX/0/bp2uvoRn0bL7IpdLKE+9+qUzCou1ZZ8d1QiNZVfIu3BrG0sF7QNLsY5RFZIWhsm+J81vYpjZVu2JXDkkqXn06L+TR9Kvutszu2bpYE6fkXVtSo8+JZ2eta4J2/JbKZ5rzyRXJW1daB2my7LwHnsM7Uvc6HYS4K3j9gM0Q2Bmt9x2p9hej3BLCSuj4h1901r2La7K3OLw1ZsFccl485RLI9Aasd0ZX63XR+iujyqnki1XtT4hH7dm13J02uls6M2i2uI0QmMebXZC2dHDum+irst8125cWa+l1PzePK4TrZpjPGi6685U7lz/AKj8jfRhclFlaZ24q7Gfj6KKqXSKz7m157WULnXcWc1+hccgtR9snuK6y1K8cWS/tsJRKLr14tKxrVqi449YKl3uVRiRO7L0jWWwaod6ua4K/sapniUTmrhZqRLL3Oea2+65pJQnbvidS0CwYm+d7DWNZd63u42zxljy55W/TxXMVMC05YWtiZ5JzgWD7uQ6OSC9ZKsdo0pniPg/w1sTPreydVrUs1CV/J2eGTSOSqQV9D7WZWJzwuDjXVgK52hhcvTYunLpyZ5GrrKa1xPsDZn5cuPLNzi05jLp164+PHE54sfXJwydo7S7L2bt/e8+2Ft3LH+Eznqxs6dWaHsmCMwqHRmNMjbFIRAYPHcGRR0ZoZA4ayMURjKJSscnX0dnSZ3x4e3zO4vC7z7Z3QrP/u5uydea+mPVanzly+MeN8zUr7Q74rfqeR8S3kiLIrSuCm/v8h1NefsXfb02aU26XSZmw/k5rVudzszHRtti0u6HW9Gamh8Wdqyo4/Z6GXbO5dmX24/E9/NZmbxr1Xj8ADUZgAAAAAAAcih7/gikti0pVRuOTJNGpGyP6iITBO4q4lKsDM5pXHNG5SkZ3Rkd1UcfMabk1vadremhxzNipVjQujep5YleECmPVeH1JslQeuVi90ZprjjeaPPmhPbbcbfsx2qt23niMJi0pbYZU23D4gjjotSaqwezWaG1rW2y0pkldObnxVvWvqawctfRxTOaB0M7mT3ZSwtlLTdNuEkgY75Y5BkhUyhL/HscM41lxhmPhHWer43A0iVA0QCFQBoQI41DYTH29BHY7HUDegZUmNBjw8ufCthNhLX2iteSXNc0k8jmcj+hScOCRCiZI3F42yIsLTFYLBYq04UjDCq/hTCkQxyFwuOIW9gjLA3omtrRYE2Djx68jvTaO0Nj41TbPbvjknk9KQzLXDLbGVpyY7YmNeoerfjg8Qs6W9F3PpO0VVtyLNHq4d3du6ypliS3hD10gdovHoY0xkDHIAAAyPgetE0f61hexM45fb7VN92Pj+tEuvj+LTLPCJo4MKGcyHl9r2h+w2PJfGa4UqZl/FsZMLS8/R+PIX7g/KMaTjjgUZ6E9xONV929Kq1rnG9Evotwpjud1PsO9VO+uG0LhGrK1ESNcdVTmsIUmp+AWFBsyLDZ+B3st6rCwlsGiT09c1EpQ5XeWq+mHNbSKwpjflctVo5X1U+LznZn0djn5N9mwhytd658OjRotTJFn0UpuqPtGaUPya2sXFK0o+3uX0azbPSLOoxPH6OzL673S/Mq7dubNnXfWuc7GuXmt8Meu1dAdmMUMi1kWDGa4nn3Tr2OzeVsUDs7xd1hH3GhjQ/L2+Lzzwt9zKHyIeXsadDIPF3lRndWD1H0lxzZVaTNz5cIK627vM1FW9pa+oqh2kfYpTz/AN7jdbY7bJCyQCx0SGZ6S3XcdZrI3ynSJVX3rM5rqeVxlsdwkFIpMT04K3FsYXCZV7jl8dgWdu8Ud3e9WJI61HKdv7jW25ZlZ7v9whTSli2TFr+kazWDX68dfo9GdabAj7pXOKG2W0VLA7dxLFzTVNKWBEbTqVKiSTOsWKKyiHV/zx1rVNMKNN3ez/8AEL3NVP0nozqUvwyNOCc1KJVOq+jy+9cn9566leL+XPYjBHGslmufdMUfZeZaXbegn1p0XY7Nlzdry7mp2OQ1dWeluPxjN2JQluvXbB5Fwq8+nV078q9UipmJp1qb/rNbssj8/wDAP876dbA7Zf2eK+VeYfYpgQPngH8PI434/wCU/XfS+Vfye/RP6v7/ABx3/n/Tw2/bOXjGdqrPpHce2JFqhshRfbxdtb2/Zd3q5p3fcH7ZFutvZCSyFFr2zWL3GZpYGwWzckaK1i81f+Oe68tPxmKQzHOIDGOD/EYlHl7x21P9/qnyXLvfObM7qsh24r6/NOu5ZVOr1WYoJt0lglB9byY4QnoqsW2HWhWsSh1TSSZYMGaJOMYqKLuFLQdprppyuls5Ea5nQo8l3srn2/6Fo01X5qhK63i7cbePl+3jWrUusTb3+SU1ZulysqKbMl6Z3Kdsbm1crR1rrI/3CFe21Fxq8ZZdnrX69OXoP93WoprWrTKeehDMe7Qt3vzsfatFU6GVuSk4V4Qyp4HOMDDS90ffqF5IZXz3nnv26ktXfTy+RQpjfJ5B/F5WqWOuX7czFe9QXyXhm6Ncv9A8nZsWBrdUmHh3BfWqX2Q1y0l2A898n/2LXduz7xLxb0X7dfau8JjTPpPr3kTt5d694l5J9f6NGPS/UPR/o3H6T1RTv5mvcV1qmOfZtJrTvAj0h2FsGnO2bF4buxzhGz7C5P1d0DrXDoDsVq42zijqanGwlOfxtxhjcyVPkPh+KG3N0r7DHpLJPGkcbVufjn3HtWJB27K31grvdSTUhugmrHYhomG9NhV5eqmVyuDS7dK4LVe9bJ881/CLbs+sHXaGKTWHXTMbNp1+tZM6vUTx0rbb9xYnp3eMHqd1K8ePZbnNTr1ZfLMy1/S1vjocWfGfL92xOFaZ6Hr5ubqT43DejusroWZzmc3lfzfQ3IxdqfNonVl4jNV6477uB4vO2j/mdPM63Ryci2qvQpS8Kb0bsnZGm2Oufh4dm+l+/XwXLl6mPxuUgG5Tt1bKwKpdX9rawh+2qXt37e2FOqSf4Bt7zbtg8SyS0jFckq6WZrinsjVysrXu6oE75KVsDstWojEW5xyzskKSRidL0Kdij31GwbYjvE1tGIPvs96N7ATSpbxuvcLSaWNNjQqBv9Tza72Kl9fZfDNk9jWdYysPJDU2C77sTIpk9RnLIopY04idgvDXNo3kSSy0IpxuVjzs13zTuUukfwNKaLxWFsv2dXBz6mRb2+qmThx19V+qxrabKRyNbVYGYaat2LAm7tF0qWqiGtp3GXnexmfOj+HydXVnzN0IRsidnepgzM4sKozn3X0E4+h0uf5F6fH9OgzSHWj/AGVtzr1qx5r9uPvxZ8brfzvxvy/xXyBT1T+s+MevRf1z6T/n8/TvIWf6j/1+uw/+xw+3q3qeAxerlUGu/wC5tgyFJYPC5a8+2slhn2Rf4rYr/Foow+Wu65YyWT5xC2xosH1SK8cCKM+u+JuXVQ7NilRk3Gr9yNPm3/yKGjeKJTlsadQ+O4kOutysZorueNSLozq29ld7Bl328ww1NYHVY4zTPJHVzR4IX1d3JyVK1+BAo4q+GbLkpUHdO1/pXVKONNb7BOUH2Ih3bI3moqILmSC2Thf4tsBb/chj98VY3x2T+D5mhkkiup0qyeR6w211TIYI8okP/JXGrARNaXD5yHL1eKcbstS/Bvc3sb+hyaL93Ypnxf8AjzveS4uWzM9iq1rr7vMz+OriuTLsf3upyVq21qp3E7Pp89KG6fJM+hy4WrX/AOP8vG1aJ9FKp6vY8sw+S7E1o2tNEY8ivH9++GN0q5+VS4+2WOjOudFdI6m/eTVLd3Zzz/xz/G7Pr26+EeK+sfcb78XCmqf6fyXyNr8Q8V+p9f8A7fQJR65/D0r+tn/l6lxaA6m/7m2/pXVLz/7XfeB4kTV574r5t476DCZNMfqPFvI4j6t9X476d/V5E2f0fWfV/wBmb6f6XPSzW3d77dzSml1m7KOr5tBP7I0R7ScQuFgVxewuc8tLbPWq4nlxtmdS+QTSFcYhbE3o1hR19ZqlNZ8kS1vsOohDdXDvN35rfJDw46vNUdrq0pXvoV1txslvBi2jrNktWXy6b7mfbq71iiZMj3VEsjUZcXGqJ1XbTZjYvZ8TjHYcpr1uiTnDoj6dxjEOenqvGVqkGeVYtLkUtSYU3o9zFZ/sR9IXy+krHifSnuh9a9HJN+lLtqsHNhDsSuT0+62O1HC8m8utm6DkzPyrn87bmU2nr0QzZy8+jTmlP1vVrMW58Y4Vmvs2MYrazXiwKzojVolMv9VdUv8ATUT2/lHnvhP+UtUpVs79D4t5J574zZFXV74R9T5EweLfW/cn1fyX6eR/Tei/QegKPUfrUFEFc9zDU6vpxpTy3G3J4dzOeV3uxfV4ZNkVtSbDLo/qrUU9oJbVtVR1qarfhtMXCna4vd+WD7FudS694+EQqnrWifnS7wrniZhzrOEXV3R6SsOK7DRe2rw16tGevvbBvTX2H2fRMH7i8sz2BP7H2so+zYfSUu2H7gE1svaKy8cYi0Em8sjzrYcZrCr6p6y98hcQfpLxck3RJBV6tz9GJupV2+NeU35+y9Oj68Xez+D9fp8qXZJ51eg9mXyFWHPnSvn68fYbfLjyT0N+jVxEb8tV32c2Hf4ot1OTXatlqUmcN/I1c7fWzqt9S1M51HbPdXRRyMbY0sjLWtHzKuCtq5u7LSsRXbTW1Ve5OS4KQnUB10ydvXtrpIFf0WR6K3TVbxTc3gU0cI9L63i2sNOo9b1NcymJZM+sNm2Ovu5ZJcHrafrH5PLXhp7okfdR7UEWlFksFWyDMthtTPM97perMsdabsDGok/dGsbnfeXNScpbcsbSPKaNQtDZ1Et0dlTtmaYBictZ0qzpNMqde05nODmXStbJzPZacrNOjMi+RurKxLavdz7zGqMGrfXj4e9tXbnb9nM19NfjPj+Lp6Oh5RM8eCFy+vxL8mdt9Hpz/pttpn0UsnOmmiWpwPdiT/LdDmZGx08uFiuZPY7nrvm4G9JJBUlAW5eqG3HGqol5SiomopHe9q5vXoyx+LVTEnVgZJBKv65G8tGV89Pc5QxJvQ45jd5Gr+u/uRM6lOmWZU/Thug7Pu7HTWB53nisj3AmOo/+l9NrCr6A2mne9gcUWa9jekwhbrWc1lfTXiJ2JY7e+MDLksdKwT5og748RrpJH1IkVIcUjcOqrYVEO4/rXGa6qFdl3Gy5dTYl22njW27+0q3wrYlBmvTaVzg9gQeWWMoQ4aww6mrsVk3JImbaJfs7J7eQ7CNaHhlQ84fynLG1RpT3pSzLDHY6xtUrxbJ0YzVmK6X+QXt5+7VzVtiZXTP6/GvHOcqkpZrVr8n5XSbDMPR0o4N2RKtTYVLvTF/Ic/NW7RC0RPM034Ka7bUY30raqel0dN3P2Z+NRXM1I39XmTnpq3Sqg3g9mHbes9anW/oja2ybRq5BrzT1fFp7ZceXbZVfsizV6yKpsten3VrYzUWEW1IYJaEUki+GyTLVNy1JJ6BvRqbsjJO32KKo6zZnPYix91PVKvdN2CuqAs+qG2PR2stvIHcGv+3Ub7j1j27s5MbDmVsra/tiSV5Qt1wTt13HLbgik4hnCazTZjElndFSSNqnCHqLAaq+qePcZdCb4smnQhc7XL5ujZlzJuqbP1KwatSsbrUY22eHaM9Mv3UvXqr+lFqYG6ZtirkxW/VsnKyt8yo2Iy/sb9K55h1c1vt8tum/9Udov74rPLVGF6dvUxa34MuyS0FTG+XdP18s/SyWUtrxJ9b+lI2PQOuldxDUB9hvcaeLr1+sWAcILylzu1skxuxr7b1X9GF2isvlCC+dfYo+WhZKiUNkUnVYrOs8tWwGfHft2dztm0y0mp2qIXsTJqXs9V3dqsuy7m6Ix+acHRx02bK1gbZPMrnK2OKr0jnD3iSxXG2S2sGZ8Uv82bUHRveIe+xxT1wqLbUmNuzLWaynP0sWFGu11wrSrR3c3I06/il2RRWHM5vWaxV9GNuJEtz7GZ7X1Koo+08vl9C6G10buc3oaMC62u7F6+Gzp0zXi9EvjVo6CXchWTZlwbastla/Kh2quKk94K74d3atK3mwGxfsTZ6y3YPTneZuGydU2iQVJLZ21a36IynX+1a1peV07B5fEkcaglN09ZnKibDTa1RvpHXtNzrllcWerM74xIsfH7aI7pVEU08arZtm+4N13p2GqWxd5rDb9yM9fbOTtLTtX2zpVZFR1nr15FsdS8PvCcdZzfTpG5oojvCuHaqK/wAeTFw5P/p2Z55o8tnxRWx9laLKy8V3YXRSvZq2MpxZ6y+JmzTal57nt+mB+dlqYY0uXlw9Ho9Re3l4/S9SWaKpzvmaW16cvv10pkouqdnbzJ1u+HaKxk1q5mHQliL6L0r06zoWnPXFp6chYKztW+8rAorpbV2CY3tV+bYlgddpF26bBuC2dya8ZtuzmnzSlQVu89I9r3eUC1i2lUOVXYWag+kZ7gMmYUFep4Y1ZI3JG2HdcWXJqn7W+zVX0I1bnsi270WmWxNzUmyRTV/c7nE7KlOGgXxunjc9WVFUbtUURsq7a3y3RXXFxr5NataRKQzCIdP+f/vAlc1q7Hd8zD9yJiLfkw6tS9C5mcutyM2xyVIY6qGXVqvmVFIom/VorTSluPPT9XKfgc315kPpS12u6WTH+a1HwymXT1Kc6dtrJToqv0L9up1H+jMtVU6Gbl8trOpn1Egr21w7sNF0NR6WPx7cGtJ7fEK2Ht2YbPXRtbDe6NJnruEQuRMEWSRSVx+I69XdX8Rv7rH2Rifasi1LdyNdD4e9MaqOPK18plNK7JZ0X4U+/XbuaO2la+tibY2LvkesXt8JGVg1heotu3nkEF3efbFY7gk0XileM0Lh+gsKraBzJAr5Vhdq9vuLaaTOOfqrsTZTgzf2NiuLJsvMzTMqmFYc2i1K/pYy+p/junuWxpzpyt2t+j0V5cOjJE02Npj1px9i6eO6eW8v9EurbNV/S2YIm0WtZas3fnj02upaq5VnbnZl6cMb9EszM1Pwv38vCzrXnV131S+/lIbqXL574p/j+mIVbvjni3rv3D8wuqvqf8e9Y8iZvEvTvO/IvVvS5N9X6V6R6Yl+u9TR4glcG2Xcr10sLXzujRaD9w5ZLKG2loTVqK6Ndu7hWuzjCi1iy1rNaPen+tlsZeKrb9YKZX13GYxJIynUUfZE2h1p9G1xkz5J075yj6R+wK0M7mXDTLQePVZVuw8npW83fuo0tc1gpYcxyzA+LNUo3VmNFN1eaZNkYXNvWNuMzZWBnldftcg6SGcMXFWxPEXf4W5PCJXoXSdWhaVwvFMI4qbV3uXStdXR8kvztjNmnLfbhXbmczWjdt/i9nV59cvPu1eyaufoVDXojn+Os6Ns7+ltjveU3/Nhp7Nk8TleE+N9Xmox4vtTQ+vR7y+7g5zuhk5u3X0trMU1urDkXOhQFeiru66TS2yJd/oabKNhqCqjvHRe39UqhdqrlDxGKy0Ubatt2ANmenoJLYezQ6vq2hTplpmSZdfOXh2eTZ41g6KIQoV5HlZx99rz3R9eKgs/Wd03B7jvDuD2TAdzL8u2MbSqKr2ikiPW+hpXqVaFW564yc77pWIWrj4XnbEjrh1UULVkGmlHQHFA+D2pkWHNl4Y+WKHXjJOpiWVn6YHUzLiW6Wq24fEdjV0XFawvZzZ8j6efoZ9Vsyof43vRj1bNUbc/M1PrSnQbjRf3pXbsr/dasKz1vyez5xyc7L/5M9mXuU8T5e7kN59uhotk8v4uvfkwctienrjtBWTpl3nYxEdVoQ5T/Yiv2vbRguu05nti97d8O5Tbsl3Fr59Y4231vhaEGp911/T9/LYHCGBbULNr/vY7MdM4EihnxR6d19Fnmcqc/R3ajoTuCa4zXda/m/SDeqo3W6O3psnE9XpVVulW2cgaMdy2e417KacR1k/RusZmqjqXH0asjnBbBdnvE2R/o1tLzkmqZy4t7lmt0WZntpiV+6ubkM6E2z3q327F8lXTry0V+ay5z2t/ClipZMaaMRoTn20virHPKnpQ/wCzU10duvLrRyYW9eSva0cvT1HIsyGIzpy0zdJfuqvPrS9tsuxuLPXoaJpwXkWU67wTnQ2O12j0w2iWpplpFho7ZXX24tCe9FbexE42fkMwcclpbAMMSTTaD9tWSzSYTFd02RaNqbCX5NlY9IuWXm5scslbe3sOfLmfRRoQwmvq5nOq+822tIUbu7pZamvNe5e3h3U32yY5SFQxV8iNgutgRa2aFp3TSv17X0d8fD/O+pFK1DTK6EM7cgc+VwylepVNN8VVTV+dzvtWexzOZRuRTdFHZdnk2Xhauutj648ysOPDpnyCkbtOJ9+bnfbcvl1XZsY9OqE49GpSNWi+fmdjpXyVTaui18PCr1uZzVVibxp6XW2TfkejJOhePSq8e7TpujE6ELBqb/d2/nPenz/+Pp24rHqb9rfFf+/3es0rIbg8/wDN/I+n9f03oPjviviPP+76r1fyPF/R6Zmw7K6e7kybisXazk8B2puLb/a2XJ+51g2BYLUt3UfuHVXXldURJKbsGu2BiyT7cLXKmo1BXJXO3dt4YqVh65ZDoxnkzfgr1fIsaiR9WaRYyrZdrG3lUpXfPxnKV83tCr6fHeNq3Ki7Fqbeyuo/et0NXRiNFG5bKRKPQrddXorC5fTVemjqLtopX6UcpXa6ScTaU+fmimc5eO6JvVbWosp7l0c1kAAFxWAAAAAAAAAADPrWnthbt7eVw225QVTR6V16+Wq5UZHZBIrvoGrespuZsjrBLedVxJptm0YO+SufuUckrY7RuKR1sc3qWpsbz0iyN4yxuR42q2iXNo5ilNYvMujdF6LteiFN0oxrY61Ymqls16s2Wl7zWt9OhCKzLXLrbkzETETMRM1baImYiZqhLdLrRH/dU50ue2f+FpU1t/ii7WjAUGwh+7Vu+jBI6jiXCh+stkV22jJaPhTbV9nU3cHNsueEtTU/TmpbTUVTYcySUVZUDj7vhkU8g93qK8ksJjrdJH+UtjSzxGVLWb37F2i9+5fM6yg0BqSC2i43KxWnIazkVRbMasW7WMsR0k2pni10CK5K0uqVVImk0GalqBwe4a5TZFL8aVxbs2Bjz8HBF1z1fE/di/j/AFFez20//tfqxx0G+yv/ANU9eC1dzPtEfTHMabfCZi5D3KmFWhq5q+F2Rb71+HVde60yqfn4ZDbrZRc0+0MvS9a/M1tEa2AbC2PtY7syloWPUSr+sZgn65bFxQ5vh20uqMskl2cakYPI7JV6xRGO3c5yra5tiCDgsRu7rrSzWs245I0P8Pwq80tjr6yN2vQrW1TYrZTVsrdSn0ld63i6XxNkurNZmLKdWs2UyPmjIiZpMxEls1tHz8xMfW912+YmPhi5+rKT8/8AF12/xvWf8qz/AFaIkAAsOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA37aQbB0vX+tOkkalm0+oFdSDWnuMK9/XCFWkt36Tzt19JS1dDUtTPvClO3NfVZR711FTSaWtk8jNrWJ/QzzZvQvMNapAzOrRx0Eg1ZdurFb75m+q36OTr+fou/+44fd5XkvKZ8MpeP9r2+JzNv0+Po/wDN+bTV2R2jO2FqVv8AP2j5+U7c8/3MfKehg1czZT+pj/8Adh26kfb/AOl+32qtR1FspWNTO71FUxnQc23dTt0yJJl7gWzm5ksbHtT3XcKOS15tdRrrr7ZNCYMrT2nUDkwvCWCSKQ5o9cSVep5IH9S2OGatlSZtzt7l+KsdqNMddazS6+a37d6YxfXvrCdwOj8xWzZPc0tW25TdW2lArdc81mOtnxrskVHE0MPrCBcWbjGatjlQMah9XYX5VJrAXKnhoUxeUYHlJw5c+N/PUmPyauJyfG9CmWu6XcLhcjncTjcpjHWY22Pl4uThdhVN/jN11t8gVNe9r19J+2uzTTbh6NW/7vm9Se1hZalL1zdS3Uf2bbVovWyIdfoaWtZMqmrEzTGytsSlZ6VdUXu3XNPacVDq1/8AKxVLI5a8M98MVTPeum13ep1WqKWN10O7nMmrlszS9Z9qdRIrkcqwsKRSZ/i7rBLpotc8MLghhsqyvDa281S+UjJx48MmThxycM3Hhz5ceOXH0ydMeXjx5denTJj6ZceLL04c+nTpy49MuLHk6cevTpzx8OX/AHj0+ANjrW0bNO91rM17Ji2p9rWm2hvte9mh0fP0Zr0P0vfs12rOra9tna2ubP3jLX/BdU1/pdLXvSs/39ZZ9ftEWn5tFIilarX8+tVaxRVaV/oAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC/z2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cD2Mfyi/hN+3Bf4ACAP2Mfyi/hN+3A9jH8ov4TftwX+AAgD9jH8ov4TftwPYx/KL+E37cF/gAIA/Yx/KL+E37cAv8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/9k=";const Mr=t=>{var e,i,{isTel:n,isShowOnce:a,open:l,content:s,interaction:c,style:r,onClick:u,contsentState:d,isShowClose:f}=t;it(t,["isTel","isShowOnce","open","content","interaction","style","onClick","contsentState","isShowClose"]);const{consentPopupCate:h}=an(),[b,g]=o.useState(!1),A=o.useMemo(()=>h==="Display"||l&&(a||d)&&r&&!b,[h,l,b]),S=o.useCallback(()=>{g(!0)},[]),v=o.useCallback(()=>{u?.()},[]);return o.createElement(o.Fragment,null,n?o.createElement("img",{src:Pr,width:"100%"}):o.createElement(o.Fragment,null,A&&o.createElement("div",{className:"consentPopupDisplay",style:r},o.createElement("div",{style:{flex:1}},o.createElement("span",{style:s?.style,dangerouslySetInnerHTML:{__html:xe((e=s?.text)===null||e===void 0?void 0:e.replace(/\n/g,"</br>"),s?.style)}}),o.createElement("span",{style:Object.assign(Object.assign({},c?.style),{marginLeft:"5px"}),dangerouslySetInnerHTML:{__html:xe((i=c?.text)===null||i===void 0?void 0:i.replace(/\n/g,"</br>"),c?.style)},onClick:v})),f&&o.createElement("button",{"aria-label":"close",className:"consentPopupDisplay-close",onClick:S},o.createElement("img",{src:kr,alt:"close"})))))};var Dr=o.memo(Mr);const _r=ct(Dr,{displayName:"Display Consent",icon:"",category:"consentPopup",type:"Display",related:{settingRender:Cr,bindableProps:[],interactionRender:Er},defaulSetting:{props:{content:{text:"To personalise or adjust your preferences at any time,click on link below to see more cead more",style:{fontSize:12,color:"#fff"}},interaction:{text:"read more",style:{fontSize:12,color:"#fff",textDecoration:"underline"}},isShowClose:!0},style:{backgroundColor:"#000",padding:18}},sort:1});var Or=[{title:"\u80CC\u666F\u8BBE\u7F6E",child:[{label:"\u80CC\u666F\u56FE",type:"Upload",name:["props","bgImgUrl"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A720 * 1280"},{type:"Group",label:"\u8FD4\u56DE\u6309\u94AE",child:[{type:"Switch",name:["props","backButton","enable"]},{type:"Upload",name:["props","backButton","icon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A100 * 76"}]},{type:"Group",label:"",child:[{type:"Select",name:["props","backButton","xPosit"],options:[{label:"\u76F8\u5BF9\u5DE6\u4FA7",value:"left"},{label:"\u76F8\u5BF9\u53F3\u4FA7",value:"right"}],initialValue:"left"},{type:"Number",name:["props","backButton","x"],addonAfter:"X"}]},{type:"Group",label:"",child:[{type:"Select",name:["props","backButton","yPosit"],options:[{label:"\u76F8\u5BF9\u5E95\u90E8",value:"bottom"},{label:"\u76F8\u5BF9\u9876\u90E8",value:"top"}],initialValue:"top"},{type:"Number",name:["props","backButton","y"],addonAfter:"Y",initialValue:0}]}]},{title:"\u6309\u94AE\u8BBE\u7F6E (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A500 * 500)",child:[{type:"Group",child:[{type:"Upload",name:["props","button1Url"],text:"\u6309\u94AE1"},{type:"Upload",name:["props","button2Url"],text:"\u6309\u94AE2"}]},{type:"Group",child:[{type:"Upload",name:["props","button3Url"],text:"\u6309\u94AE3"},{type:"Upload",name:["props","button4Url"],text:"\u6309\u94AE4"}]}]}];const Lr=t=>{var e,i,{bgImgUrl:n,style:a,recData:l}=t,s=it(t,["bgImgUrl","style","recData"]);const{bffEventReport:c,curTime:r,updateChannel:u,multiPostTimeRef:d}=Fe(),{isActive:f}=on()||{},h=o.useRef(!1),b=((e=l?.video)===null||e===void 0?void 0:e.traceInfo)||((i=l?.product)===null||i===void 0?void 0:i.traceInfo)||"",g=o.useCallback((y,p)=>{try{return new Function("props","str",`if (str) {
|
7
7
|
return props?.button${y+1}${p}
|
8
8
|
} else {
|
9
9
|
return props?.button${y+1}
|
10
|
-
}`)(s,p)}catch{}},[s]),A=o.useCallback(y=>{const p=g(y),T=p?.value;T&&(p?.linkType==="recommendFlow"?(u?.(T),r.current=new Date):new Function(T)())},[s]),x=o.useCallback(()=>{d.current=new Date,c?.({eventInfo:{eventSubject:"startMultiPost",eventDescription:"startMultiPost",contentFormat:"image",position:"0",traceInfo:b}})},[]),v=o.useCallback(y=>{r.current=new Date,c?.({eventInfo:{eventSubject:"endMultiPost",eventDescription:"endMultiPost",contentFormat:"image",position:"0",traceInfo:b,nextStep:y||"others",timeOnSite:Math.floor((new Date-d?.current)/1e3)+""}})},[]);return o.useEffect(()=>{f?(x(),h.current=!0):h.current&&v()},[f]),o.useEffect(()=>{if(!f)return;const y=()=>x(),p=()=>v();return pt.on(rt.PAGE_DID_SHOW,y),pt.on(rt.PAGE_DID_HIDE,p),()=>{pt.off(rt.PAGE_DID_SHOW,y),pt.off(rt.PAGE_DID_HIDE,p)}},[f]),o.createElement("div",{className:"multiposts",style:Object.assign(Object.assign({},a),_a(n))},Array.from({length:4},(y,p)=>o.createElement("button",{hidden:!g(p,"Url"),className:"multiposts-btn",role:"button","aria-label":`multiposts-${p+1}`,onClick:()=>A(p)},o.createElement("img",{className:"multiposts-btn-img",src:g(p,"Url"),alt:`multiposts-img-${p+1}`}))))};var rn=o.memo(Lr),Rr=[{title:"\u6309\u94AE1\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button1",isMultiPosts:!0}]},{title:"\u6309\u94AE2\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button2",isMultiPosts:!0}]},{title:"\u6309\u94AE3\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button3",isMultiPosts:!0}]},{title:"\u6309\u94AE4\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button4",isMultiPosts:!0}]}];const Nr=dt(rn,{displayName:"MultiPosts",icon:"",category:"base",type:"MultiPosts",related:{settingRender:Or,interactionRender:Rr},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var dn=Object.freeze({__proto__:null,AniLink:br,AniLinkPopup:Tr,Appoint:hs,AppointForm:qo,Commodity:vs,CommodityDetail:Na,CommodityDetailDiroNew:Ga,CommodityDiro:Cs,CommodityDiroNew:Ds,CommodityList:Qa,Consent:pr,ConsentDetail:as,Display:_r,HashTag:cr,Iframe:is,Link:ws,MultiCommodity:zs,MultiCommodityDiro:Ns,MultiCommodityDiroNew:Gs,MultiPosts:Nr,Prompt:za});const Vr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",jr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Fr=t=>{var e,{active:i,activeIcon:n,unActicveIcon:a,recData:l,position:s}=t,c=nt(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:u,bffEventReport:d,setCacheRtcList:f,cacheRtcList:h}=je(),[b,g]=o.useState((e=h?.[s])===null||e===void 0?void 0:e.isCollected),A=Ot(jr),x=Ot(Vr),v=lt.debounce(()=>ht(void 0,void 0,void 0,function*(){var y,p,T,k,I,L,m,S,w,P,C,O,E,V,F,D,N,R,M,j,X,Z;if(b){g(!1);const Q=(T=yield u?.({videoItemId:(p=(y=l?.video)===null||y===void 0?void 0:y.itemId)!==null&&p!==void 0?p:""}))!==null&&T!==void 0?T:!1;if(d?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(I=(k=l?.video)===null||k===void 0?void 0:k.itemId)!==null&&I!==void 0?I:"",contentName:(m=(L=l?.video)===null||L===void 0?void 0:L.title)!==null&&m!==void 0?m:"",contentTags:JSON.stringify((w=(S=l?.video)===null||S===void 0?void 0:S.tags)!==null&&w!==void 0?w:[]),position:s+"",contentFormat:!((P=l?.video)===null||P===void 0)&&P.url?"video":"image",traceInfo:(C=l?.video)===null||C===void 0?void 0:C.traceInfo}}),!Q)g(!0);else{const $=(O=h?.map((re,ue)=>(ue===s&&(re.isCollected=!1),re)))!==null&&O!==void 0?O:[];f?.($)}}else{g(!0);const Q=(E=yield r?.({content:JSON.stringify(l)}))!==null&&E!==void 0?E:!1;if(d?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(F=(V=l?.video)===null||V===void 0?void 0:V.itemId)!==null&&F!==void 0?F:"",contentName:(N=(D=l?.video)===null||D===void 0?void 0:D.title)!==null&&N!==void 0?N:"",contentTags:JSON.stringify((M=(R=l?.video)===null||R===void 0?void 0:R.tags)!==null&&M!==void 0?M:[]),position:s+"",contentFormat:!((j=l?.video)===null||j===void 0)&&j.url?"video":"image",traceInfo:(X=l?.video)===null||X===void 0?void 0:X.traceInfo}}),!Q)g(!1);else{const $=(Z=h?.map((re,ue)=>(ue===s&&(re.isCollected=!0),re)))!==null&&Z!==void 0?Z:[];f?.($)}}}),200);return o.createElement("button",Object.assign({},c,{"aria-label":"like",onClick:v}),o.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:b?n||A:a||x,alt:"icon"}))};var ro=o.memo(Fr),Br="data:image/gif;base64,R0lGODlhlgCWAPf/AAAAAICAgMzMzMzMzNXV1dXV1dXV1dfX19jOztjY2NvOztvb29zc3N/Pz9/V1d/f3+Pj4+bm5ubm5ujR0ejg4Ojo6Onp6erj4+rj4+rl5evr6+vr6+3k5O3t7e3t7e7u7u7u7u/v7/Dw8PDw8PHx8fHx8fHx8fLs7PLu7vLu7vLy8vPu7vPz8/Tp6fTx8fTx8fT09PT09PT09PXw8Pbx8fbz8/b29vb29vb29vb29vb29vf09Pf39/f39/f39/f39/f39/f39/f39/f39/f39/j09Pj09Pj19fj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pn29vn39/n5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr09Pr4+Pr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vv39/v39/v4+Pv5+fv5+fv6+vv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/z4+Pz5+fz5+fz5+fz6+vz6+vz6+vz6+vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/P36+v36+v36+v37+/37+/37+/37+/38/P38/P38/P38/P39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f78/P78/P78/P78/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v/V1f/39//4+P/6+v/7+//8/P/8/P/9/f/9/f/9/f/9/f/+/v/+/v/+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/ACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwBLACxFABcADwAMAIYAAACAgIDMzMzV1dXX19fYzs7Y2Njbzs7b29vc3Nzfz8/f1dXf39/j4+Pm5ubo0dHo4ODo6Ojp6enq4+Pq5eXr6+vt5OTt7e3u7u7v7+/w8PDx8fHy7Ozy7u7y8vLz7u7z8/P06en08fH09PT18PD28fH28/P29vb39PT39/f49PT49fX4+Pj59vb59/f5+fn69PT6+Pj6+vr79/f7+Pj7+fn7+vr7+/v8+Pj8+fn8+vr8/Pz9+vr9+/v9/Pz9/f3+/Pz+/v7/1dX/9/f/+Pj/+vr/+/v//Pz//f3//v7///8A/wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8IUgCXCNzxI8gOJQV3CFy4RIkMJTccQnQYZCGShAgNZiS45MfDiB8lglzSQyPGk0FCqpwY8iBKlyZFyly5xKRNmAJrzGQJcWFJmDB1MBQ4MwnDgAAAIfkECQQA/wAsRwAXAA8ADAAACFMA/wkslAhcqWKJsLkRyPAfODfgujyM+LAYQ4QGMR4sWGrhRIkQQVJcyFGjyYJrRqoU2aXYxowlS7L8SBNiIZg4XwqcGfIjw5g5G/6zUROcDYYBAQAh+QQJAwD/ACxIABcAEAAMAAAIWwD/CfzXqVSxRNgSlRrIEAm4LuDcPIz4sBNDcAYTYTy4MVEigRMlQhRJsYvAjB1TGuxio6RLkhJDaURJk+PCkDhHTvxXc6bNgzxh5ow40E3Pjm4Y/lszNKnAgAAAIfkECQMA/wAsSgAXABEADQAACGUA/wn856YLtkSlBioceAScG3BdHEJ0uLBLsUTgSl3MuLFUooESIz4UOfHhvzYYNabs2PFflJIwSUZcU0olx5U4SyEJyXNkyH84bwotFepfzJ4TB7IMqrGLwlIyeUZZuNAjR4UBAQAh+QQJBAD/ACxMABcAEgAOAAAIaAD/CRTYpdTAgwgFgusCzs1CcGvAJfwXBVypYoksYtSYqNjBhw4Zhmy4kJvAUhczpuTIEds/kSBjwiy4caXNmhhH6pRJEiVOlT8t/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka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";const cn=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=mn.render(o.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),zr=({rec:t,index:e,height:i,data:n,muted:a,activeIndex:l,videoPostConfig:s,videoPlayIcon:c})=>{const[r,u]=o.useState(!1),{bffEventReport:d,sxpParameter:f,waterFallData:h,openHashtag:b,bffFbReport:g}=je(),A=o.useRef(0),[x,v]=o.useState(!1),{isActive:y}=ln(),p=o.useRef(null),[T,k]=o.useState(""),[I,L]=o.useState(!1),m=o.useRef(),S=`pb-cache-video-${e}`,w=o.useRef(null),P=o.useRef(null),C=o.useRef(),O=o.useRef(),E=o.useRef(!0),V=o.useMemo(()=>s?.mode==="2",[s]),F=o.useMemo(()=>{var G;return s?.mode==="2"?`translateY(-${50+((G=s?.offsetTop)!==null&&G!==void 0?G:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),D=o.useMemo(()=>{var G;return((G=t?.video)===null||G===void 0?void 0:G.cover)||T},[T,t]),N=o.useMemo(()=>V?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[V]),R=o.useMemo(()=>s?.bgWay==="1",[s]),M=o.useMemo(()=>R&&s?.bgColor?{backgroundColor:s?.bgColor}:{},[s,R]);o.useEffect(()=>{m?.current&&(m.current.muted=a)},[a,m?.current]);const j=o.useCallback(()=>{var G;m?.current&&((G=m?.current)===null||G===void 0||G.play())},[m?.current]),X=Ot("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),Z=o.useCallback(()=>{m?.current&&(L(!1),v(!0))},[]),Q=o.useCallback(()=>ht(void 0,void 0,void 0,function*(){var G,K,ve,me,fe,ae,Me,Ue,Re,Ze,Qe,be,q;if(!m?.current)return;u(!1);const U=n[e];if(U&&(!((G=m?.current)===null||G===void 0)&&G.duration)){A.current=((K=m?.current)===null||K===void 0?void 0:K.currentTime)||0;const ie=((me=(ve=m?.current)===null||ve===void 0?void 0:ve.duration)!==null&&me!==void 0?me:0).toFixed(2),oe=((ae=(fe=m?.current)===null||fe===void 0?void 0:fe.currentTime)!==null&&ae!==void 0?ae:0).toFixed(2),de=E?.current?"0":"1";d?.({eventInfo:Object.assign({eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Ue=(Me=U?.video)===null||Me===void 0?void 0:Me.itemId)!==null&&Ue!==void 0?Ue:"",contentName:(Ze=(Re=U?.video)===null||Re===void 0?void 0:Re.title)!==null&&Ze!==void 0?Ze:"",playType:de,startTime:oe,videoDuration:ie,contentTags:JSON.stringify((be=(Qe=U?.video)===null||Qe===void 0?void 0:Qe.tags)!==null&&be!==void 0?be:[]),position:e+"",contentFormat:"video",traceInfo:(q=U?.video)===null||q===void 0?void 0:q.traceInfo},E?.current&&{loadTime:O?.current-C?.current+""})}),E.current=!1}}),[d,n,e,E,m?.current]),$=o.useCallback(()=>{var G;if(!m?.current||T||!V||(m.current.style.objectFit="contain",!((G=t?.video)===null||G===void 0)&&G.cover||!p||!p.current||R))return;const K=()=>{const ve=p?.current,me=ve.getContext("2d"),fe=window?.innerWidth,ae=window?.innerHeight;ve.height=ae,ve.width=fe,me?.drawImage(m.current,0,0,ve.width,ve.height),k(ve.toDataURL())};K(),setTimeout(()=>{K()},500)},[m.current,R,t,T,V]),re=o.useCallback(()=>{m.current&&(O.current=new Date,Q(),$())},[m.current,$,Q]),ue=o.useCallback(G=>()=>{var K,ve,me,fe,ae;if(!m.current||!x)return;const Me=(K=m?.current)===null||K===void 0?void 0:K.paused;switch(G){case"start":if(!Me)return;(ve=m?.current)===null||ve===void 0||ve.play(),u(!1);break;case"pause":if(Me)return;(me=m?.current)===null||me===void 0||me.pause(),u(!0);break;default:Me?(fe=m?.current)===null||fe===void 0||fe.play():(ae=m?.current)===null||ae===void 0||ae.pause(),u(!Me);break}},[x,m?.current]),ee=o.useCallback(()=>{var G,K,ve,me,fe,ae,Me,Ue,Re,Ze,Qe,be,q;if(!m?.current||l!==e)return;const U=n[e],ie=((K=(G=m?.current)===null||G===void 0?void 0:G.duration)!==null&&K!==void 0?K:0).toFixed(2),oe=((me=(ve=m?.current)===null||ve===void 0?void 0:ve.currentTime)!==null&&me!==void 0?me:0).toFixed(2);if(!((fe=m?.current)===null||fe===void 0)&&fe.duration){const de=(((ae=m?.current)===null||ae===void 0?void 0:ae.currentTime)-A.current).toFixed(2);d?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Ue=(Me=U?.video)===null||Me===void 0?void 0:Me.itemId)!==null&&Ue!==void 0?Ue:"",contentName:(Ze=(Re=U?.video)===null||Re===void 0?void 0:Re.title)!==null&&Ze!==void 0?Ze:"",endTime:oe,videoDuration:ie,playDuration:de,contentTags:JSON.stringify((be=(Qe=U?.video)===null||Qe===void 0?void 0:Qe.tags)!==null&&be!==void 0?be:[]),position:e+"",contentFormat:"video",traceInfo:(q=U?.video)===null||q===void 0?void 0:q.traceInfo}})}},[n,e,d,m?.current,l]),Pe=o.useCallback(()=>{L(!0)},[]);o.useEffect(()=>{var G,K,ve,me,fe,ae,Me,Ue,Re,Ze;if(!y)return;const Qe=t?.video.url;if(!Qe)return;const be=document.querySelector(`#${S}`);if(!be||(m.current=cn?.(be),!m?.current))return;C.current=new Date;const q=window?.Hls;let U=P?.current;return Qe.includes(".m3u8")&&q&&q.isSupported()?(U=new q,U?.loadSource(Qe),U?.attachMedia(m?.current),U?.on(q.Events.MANIFEST_PARSED,function(){var ie;(ie=m?.current)===null||ie===void 0||ie.play()})):m.current.src=Qe,(G=m?.current)===null||G===void 0||G.setAttribute("x5-playsinline","true"),(K=m?.current)===null||K===void 0||K.setAttribute("webkit-playsinline","true"),(ve=m?.current)===null||ve===void 0||ve.addEventListener("loadedmetadata",re),(me=m?.current)===null||me===void 0||me.addEventListener("loadeddata",$),(fe=m?.current)===null||fe===void 0||fe.addEventListener("play",Q),(ae=m?.current)===null||ae===void 0||ae.addEventListener("playing",Z),(Me=m?.current)===null||Me===void 0||Me.addEventListener("pause",ee),(Ue=m?.current)===null||Ue===void 0||Ue.addEventListener("ended",j),(Re=m?.current)===null||Re===void 0||Re.addEventListener("canplay",j),(Ze=m?.current)===null||Ze===void 0||Ze.addEventListener("waiting",Pe),()=>{var ie,oe,de,xe,Ke,te,B,Ge,yt,tt;((ie=m?.current)===null||ie===void 0?void 0:ie.paused)||ee(),P?.current&&((oe=P?.current)===null||oe===void 0||oe.destroy()),v(!1),(de=m?.current)===null||de===void 0||de.removeEventListener("loadedmetadata",re),(xe=m?.current)===null||xe===void 0||xe.removeEventListener("loadeddata",$),(Ke=m?.current)===null||Ke===void 0||Ke.removeEventListener("play",Q),(te=m?.current)===null||te===void 0||te.removeEventListener("playing",Z),(B=m?.current)===null||B===void 0||B.removeEventListener("pause",ee),(Ge=m?.current)===null||Ge===void 0||Ge.removeEventListener("ended",j),(yt=m?.current)===null||yt===void 0||yt.removeEventListener("canplay",j),(tt=m?.current)===null||tt===void 0||tt.removeEventListener("waiting",Pe)}},[y]),o.useEffect(()=>{var G,K,ve,me,fe,ae;!m?.current||!x||(y?(g?.({eventName:"ViewContent",product:(K=(G=n?.[e])===null||G===void 0?void 0:G.video)===null||K===void 0?void 0:K.bindProduct}),g?.({eventName:"PageView",product:(me=(ve=n?.[e])===null||ve===void 0?void 0:ve.video)===null||me===void 0?void 0:me.bindProduct}),(fe=m?.current)===null||fe===void 0||fe.play()):(ae=m?.current)===null||ae===void 0||ae.pause())},[y,x,m?.current]),o.useEffect(()=>{var G,K,ve;if(!y||!m?.current)return;!((G=m?.current)===null||G===void 0?void 0:G.paused)&&b?(K=m?.current)===null||K===void 0||K.pause():b||(ve=m?.current)===null||ve===void 0||ve.play()},[b,y,m?.current]),o.useEffect(()=>{if(!y)return;const G=()=>{ue("start")()},K=ue("pause");return pt.on(rt.PAGE_DID_SHOW,G),pt.on(rt.PAGE_DID_HIDE,K),()=>{pt.off(rt.PAGE_DID_SHOW,G),pt.off(rt.PAGE_DID_HIDE,K)}},[ue,y]);const Oe=o.useMemo(()=>!f?.placeholder_image||x?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[x,f?.placeholder_image]),Fe=o.useMemo(()=>{if(!(!I||!x))return o.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Br,alt:"placeholder image"})},[I,x]);return o.useEffect(()=>{if(!m?.current)return;const G=()=>{var K;l===e&&(!((K=t?.video)===null||K===void 0)&&K.url)&&m?.current&&!r&&ue("pause")()};return window.addEventListener("beforeunload",G),()=>{window.removeEventListener("beforeunload",G)}},[l,e,t,m?.current,ue,r]),t?.video?o.createElement(o.Fragment,null,V?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:ue(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},M)},!R&&x&&D&&o.createElement(Pt,{src:D,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},N)}),o.createElement("canvas",{ref:p,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:F,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},o.createElement("div",{className:"n-full-screen",ref:w,id:S,style:{width:"100%",height:"100%"}}),r&&o.createElement(Pt,{className:"clc-pb-video-pause",src:c??X,alt:"pause"}))),Oe,Fe):o.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:ue()},o.createElement("div",{className:"n-full-screen",ref:w,id:S,style:{width:"100%",height:"100%"}}),Oe,Fe,r&&o.createElement(Pt,{className:"clc-pb-video-pause",src:c??X,alt:"pause"}))):null};var Hr=o.memo(zr);const Wr=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:a})=>{const[l,s]=o.useState(t),c=r=>{r.stopPropagation();const u=!l;s(u),n?.(u)};return o.useEffect(()=>{s(t)},[t]),o.createElement("button",{style:a,"aria-label":"toggle button",className:"pb-toggle-button",onClick:c},o.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var co=o.memo(Wr);const Xr=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,a]=o.useState(!0);Jt(),o.useEffect(()=>{setTimeout(()=>{a(!1)},i)},[]);const l=Ot("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),s=o.useMemo(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return o.createElement("div",{hidden:!n,className:`pb-finger-wrap ${s}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},o.createElement("img",{src:t||l,alt:"finger swiper"}))},uo=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:a}=t,l=o.useMemo(()=>n?.mode==="2",[n]),s=o.useMemo(()=>{var d;return n?.mode==="2"?`translateY(-${50+((d=n?.offsetTop)!==null&&d!==void 0?d:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),c=o.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),r=o.useMemo(()=>n?.bgWay==="1",[n]),u=o.useMemo(()=>r&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,r]);return o.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},u)},(!l||!r)&&o.createElement(Pt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},c),onLoad:a}),l&&o.createElement(Pt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:s,left:0,right:0},onLoad:a}))},Ur=({imgUrls:t,width:e,height:i,rec:n,index:a,onViewImageEndEvent:l,onViewImageStartEvent:s,imgUrlsPostConfig:c})=>{var r,u;const{isActive:d}=ln(),{sxpParameter:f,openHashtag:h}=je(),[b,g]=o.useState(!1),[A,x]=o.useState(),[v,y]=o.useState(0),p=o.useRef(),T=o.useRef(!0),k=new Date;o.useEffect(()=>{b&&d?(p?.current&&p.current.swiper.autoplay.start(),h?l(n):(s(a,T.current?A:void 0,!0),T.current=!1)):p?.current&&p.current.swiper.autoplay.stop()},[n,d,l,h,a,s,b,A]);const I=o.useCallback(P=>ht(void 0,void 0,void 0,function*(){b||(x({loadTime:new Date-k+""}),g(!0))}),[b]);o.useEffect(()=>{if(!d)return;const P=()=>s(a,A),C=()=>l(n);return pt.on(rt.PAGE_DID_SHOW,P),pt.on(rt.PAGE_DID_HIDE,C),()=>{pt.off(rt.PAGE_DID_SHOW,P),pt.off(rt.PAGE_DID_HIDE,C)}},[d,A]);const L=o.useCallback(()=>{p.current&&p.current.swiper&&w&&p.current.swiper.autoplay.stop()},[]),m=o.useCallback(()=>{p.current&&p.current.swiper&&w&&p.current.swiper.autoplay.start()},[]),S=o.useCallback(P=>{y(P.activeIndex)},[]),w=o.useMemo(()=>Li(),[]);return o.createElement("div",{onMouseEnter:L,onMouseLeave:m},o.createElement(oi,Object.assign({defaultValue:0,direction:"horizontal",modules:[Ci,Ii,...w?[Ui,Gi,Ei,Wi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"}},w?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,ref:p,onSlideChange:S,className:ke.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(r=c?.marginBottom)!==null&&r!==void 0?r:0,fontSize:"14px"}},c?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:c?.dotsBgColor,opacity:1}}),c?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${c?.dotsActiveColor}!important`,opacity:1}})),height:i,autoplay:{delay:((u=c?.delay)!==null&&u!==void 0?u:3)*1e3}}),t?.map((P,C)=>o.createElement(Bt,{key:C,"aria-hidden":C!==v},o.createElement(uo,{src:!b&&C>0?"":P,height:i,imgUrlsPostConfig:c,onShowFirstImage:I})))))};var Gr=o.memo(Ur);const Yr=({tags:t,itemId:e,itemType:i,index:n,rec:a,hashTagStyle:l,hashTagRightMargin:s})=>{var c;const[r,u]=o.useState(!1),{setWaterFallData:d,setOpenHashtag:f,setCacheActiveIndex:h,waterFallData:b,setIsFromHashtag:g}=je(),A=x=>{b?g?.(!0):h?.(n),d?.(i?{hashTag:x,itemId:e,itemType:i,rec:a}:{hashTag:x,rec:a}),f?.(!0)};return o.useMemo(()=>t.length<=6?null:o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>u(!r)},r?"show less":"show more"),[r,t]),o.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(c=l?.marginTop)!==null&&c!==void 0?c:16}px`,width:s}},o.createElement(mi,null,t?.map((x,v)=>o.createElement(Bt,{key:v,hidden:r?!1:v>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>A(x),tag:"li",role:"listitem"},o.createElement("button",{className:"clc-sxp-bottom-hashtag-item-button","aria-label":x,"aria-describedby":x,dangerouslySetInnerHTML:{__html:Ee(`#${x}`,l)}})))))};var vo=o.memo(Yr),po="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 hi(t){return o.memo(function(e){const{$store:i}=Po(),n=l=>{let s=l;const c=l.match(/{{.*?}}/g);return c?.length&&c.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(u,d)=>{if(d){const f=lt.get(i,d);return s=s.replace(r,f),f}})}),s},a=o.useMemo(()=>{var l,s,c;const{bindDatas:r}=e,u=nt(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,d=>{if(d?.propKey&&d?.dataPath){const{propKey:f,dataPath:h}=d;h.replace(/{{\s*([\w.]+)\s*}}/g,(b,g)=>{var A,x;if(g){const v=(x=(A=lt.get(i,g))!==null&&A!==void 0?A:e[f])!==null&&x!==void 0?x:"";return u[f]=v,v}})}}),u){u.eventMap={};const d=lt.cloneDeep(u.event)||{};for(const f in d)if(Object.prototype.hasOwnProperty.call(d,f))try{d[f].value=n(d[f].value),u.eventMap[f]=new Function(d[f].value)}catch{}}return!((c=(s=u?.event)===null||s===void 0?void 0:s.onClick)===null||c===void 0)&&c.linkType&&(u.style.cursor="pointer"),u},[i,e]);return o.createElement(t,Object.assign({},a,a.eventMap))})}const qr=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:a,isActive:l,value:s})=>{const{schema:c}=Jt();if(!t?.video)return null;const r=o.useMemo(()=>{var u,d,f,h,b,g,A,x,v,y,p,T,k,I,L,m,S,w,P,C,O,E,V,F,D,N,R,M;if(!(a&&!a?.includes((u=s?.item)===null||u===void 0?void 0:u.type))&&!(!a&&((d=s?.item)===null||d===void 0?void 0:d.category)==="cta")){if(((f=s?.item)===null||f===void 0?void 0:f.type)==="CommodityDiro"&&!(!((h=t?.video)===null||h===void 0)&&h.bindProduct)||((b=s?.item)===null||b===void 0?void 0:b.type)==="Commodity"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((A=s?.item)===null||A===void 0?void 0:A.type)==="CommodityDiroNew"&&!(!((x=t?.video)===null||x===void 0)&&x.bindProduct)||((v=s?.item)===null||v===void 0?void 0:v.type)==="MultiCommodity"&&!(!((p=(y=t?.video)===null||y===void 0?void 0:y.bindProducts)===null||p===void 0)&&p.length)||((T=s?.item)===null||T===void 0?void 0:T.type)==="MultiCommodityDiro"&&!(!((I=(k=t?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0)&&I.length)||((L=s?.item)===null||L===void 0?void 0:L.type)==="MultiCommodityDiroNew"&&!(!((S=(m=t?.video)===null||m===void 0?void 0:m.bindProducts)===null||S===void 0)&&S.length))return null;if(s&&n){const j=n[(w=s?.item)===null||w===void 0?void 0:w.type],X=hi(j),Z=(P=j?.extend)===null||P===void 0?void 0:P.defaulSetting,Q=((E=(O=(C=s?.item)===null||C===void 0?void 0:C.event)===null||O===void 0?void 0:O.onClick)===null||E===void 0?void 0:E.linkType)==="externalLink";let $=lt.cloneDeep((V=s?.item)===null||V===void 0?void 0:V.style);if($.hasOwnProperty("backdropFilter")){let re=$.backdropFilter;$.backdropFilter=`blur(${re??0}px)`}return o.createElement(X,Object.assign({style:Object.assign(Object.assign(Object.assign({},Z?.style),$),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},Z?.textStyle),(F=s?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(N=(D=s?.item)===null||D===void 0?void 0:D.bindDatas)!==null&&N!==void 0?N:[]},Z?.props,(R=s?.item)===null||R===void 0?void 0:R.props,{event:((M=s?.item)===null||M===void 0?void 0:M.event)||{},schema:c,id:s?.id,key:s?.id,recData:t,isExternalLink:Q,index:e,isActive:l}))}else return null}},[t,n,i,c,s?.id,l]);return o.createElement(o.Fragment,null,r)};var Di=o.memo(qr);const mo=({nudge:t})=>{var e,i,n,a,l,s;return o.createElement(o.Fragment,null,t?.isOpen&&o.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(l=(a=t?.size)===null||a===void 0?void 0:a.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(s=t?.borderRadius)!==null&&s!==void 0?s:4}},t?.icon?o.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,o.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:Ee(t?.content,t?.textStyle)}})))},Zr=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:a,setCacheRtcList:l,setCacheActiveIndex:s,setLoading:c,swiperRef:r,waterFallData:u,bffEventReport:d,selectTag:f,setSelectTag:h}=je(),{backMainFeed:b}=Ct(),g=o.useMemo(()=>[gi,...t],[t]),A=x=>()=>{if(x===f)return;x!=="FOR U"?d?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${x}']`}}):b("theme",x,f);let v;x!==gi&&(v=x),c?.(!0),n?.({themeTag:v}).then(y=>{var p,T,k,I;pt.emit(rt.CHANGE_THEME_TAG,v),a?.((p=y?.recList)!==null&&p!==void 0?p:[]),l?.((T=y?.recList)!==null&&T!==void 0?T:[]),e?.(0),s?.(0),(I=(k=r?.current)===null||k===void 0?void 0:k.swiper)===null||I===void 0||I.slideTo(0)}).finally(()=>{c?.(!1)}),h?.(x)};return u||t.length<=0?null:o.createElement("div",{className:"clc-sxp-tagbar",style:i},o.createElement("div",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},g.map(x=>o.createElement("button",{className:`clc-sxp-tagbar-list-item ${x===f?"clc-sxp-tagbar-list-item-active":""}`,key:x,"aria-label":x,onClick:A(x)},x))))};var fo=o.memo(Zr);const Kr=({resolver:t,globalConfig:e})=>{var i,n;const a=o.useMemo(()=>Ro(),[]),l=t?.Display,s=hi(l),c=(n=(i=e?.consentPopup)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.item;return o.createElement(s,Object.assign({},c?.props,{style:c?.style,event:c?.event||{},contsentState:a}))};var Jr=o.memo(Kr);const Qr=({data:t,minusHeight:e,tagHeight:i,onClick:n})=>{var a,l,s,c,r;return o.createElement("button",{style:{position:"absolute",[(a=t?.xPosit)!==null&&a!==void 0?a:"left"]:(s=(l=t?.backButton)===null||l===void 0?void 0:l.x)!==null&&s!==void 0?s:0,[(c=t?.yPosit)!==null&&c!==void 0?c:"top"]:(t?.yPosit=="top"?e+i:0)+((r=t?.y)!==null&&r!==void 0?r:0),zIndex:8,border:"none",padding:0,background:"transparent"},role:"button","aria-label":"back button",onClick:n},o.createElement("img",{src:t?.icon||po,alt:"back button",width:100,style:{objectFit:"cover"}}))};var ho=o.memo(Qr);const Ao=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:a,resolver:l,data:s=[],ctaType:c,tipText:r,nudge:u,_schema:d,hashTagStyle:f,hashTagRightMargin:h,tagList:b=[],defaultData:g})=>{var A,x,v,y,p,T,k,I,L,m,S,w,P,C,O,E,V,F,D,N,R,M,j,X,Z;const Q=Ot("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),$=Ot("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:re}=Jt(),{openMultiPosts:ue}=sn(),[ee,Pe]=o.useState(0),Oe=o.useRef(0),[Fe,G]=o.useState(!0),K=o.useRef(),[ve,me]=o.useState(!1),[fe,ae]=o.useState(!1),[Me,Ue]=o.useState(new Date().getTime()),Re=o.useRef(!1),[Ze,Qe]=o.useState(2),{loadVideos:be,bffEventReport:q,loading:U,setPopupDetailData:ie,ctaEvent:oe,swiperRef:de,waterFallData:xe,setOpenHashtag:Ke,appDomain:te,openHashtag:B,loadingImage:Ge,isFromHashtag:yt,popupDetailData:tt,bffFbReport:At,curTime:mt,h5EnterLink:wt,isShowConsent:Nt,selectTag:Mt,isPreview:Vt,isEditor:It,cacheRtcList:_t,setRtcList:St,cacheActiveIndex:jt,rtcList:Be,isNoMoreData:Wt,channel:ft,refreshFeSession:he}=je(),{backMainFeed:ge,productView:Le,jumpToWeb:xt}=Ct(),Zt=o.useMemo(()=>s.length>0&&!U&&(_o()||t?.enableSwiperTip),[s,U,t?.enableSwiperTip]);o.useEffect(()=>{he?.(!0)},[]),o.useEffect(()=>{if(s?.length>0){const _=new Date;K.current=_}},[s?.length]);const Xt=o.useCallback(()=>{var _,H,Y;const ne=(H=(_=g?.data)===null||_===void 0?void 0:_.sxpPageConf)===null||H===void 0?void 0:H.globalConfig;if(!((Y=ne?.session)===null||Y===void 0)&&Y.enable||Vi(),wt?.(),s.length>0){const J=new Date;K.current=J}},[s.length,wt,g]);o.useEffect(()=>{var _;if(!c||c?.length<1)return;const H=s?.findIndex(Y=>{var ne,J,Ae,le,Te,_e,Ne,Ve,pe;const Se=c?.[0];return Se==="\u591A\u5546\u54C1CTA"?((ne=Y?.video)===null||ne===void 0?void 0:ne.bindProducts)&&((Ae=(J=Y?.video)===null||J===void 0?void 0:J.bindProducts)===null||Ae===void 0?void 0:Ae.length)>0:Se==="\u5546\u54C1CTA"?(le=Y?.video)===null||le===void 0?void 0:le.bindProduct:((_e=(Te=Y?.video)===null||Te===void 0?void 0:Te.bindCta)===null||_e===void 0?void 0:_e.itemId)===Se&&(((Ne=Y?.video)===null||Ne===void 0?void 0:Ne.url)||((pe=(Ve=Y?.video)===null||Ve===void 0?void 0:Ve.imgUrls)===null||pe===void 0?void 0:pe.length))})||0;H!==-1&&((_=de?.current)===null||_===void 0||_.swiper.slideTo(H))},[s,c,de]);const Kt=o.useCallback(_=>{var H,Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe,Se,at,We,it,ot,vt,De,ct,Tt;const Ie=s?.[ee];let ut="";tt&&(!((Y=(H=Ie?.video)===null||H===void 0?void 0:H.bindProducts)===null||Y===void 0)&&Y.length||!((ne=Ie?.video)===null||ne===void 0)&&ne.bindProduct)?ut="pdpPage":tt&&((Te=a?.[(le=(Ae=(J=Ie?.video)===null||J===void 0?void 0:J.bindCta)===null||Ae===void 0?void 0:Ae.itemId)!==null&&le!==void 0?le:""].item)===null||Te===void 0?void 0:Te.type)==="Appoint"?ut="formPage":yt?ut="hashTagPage":!((_e=Ie?.video)===null||_e===void 0)&&_e.url?ut="videoPage":!((Ne=Ie?.video)===null||Ne===void 0)&&Ne.imgUrls&&(!((pe=(Ve=Ie?.video)===null||Ve===void 0?void 0:Ve.imgUrls)===null||pe===void 0)&&pe.length)?ut="imagePage":Ie?.product&&(ut="productPage"),q?.({eventInfo:{sessionDuration:Math.floor((new Date-mt.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Se=Ie?.video)===null||Se===void 0?void 0:Se.itemId,productId:(at=Ie?.product)===null||at===void 0?void 0:at.itemId,position:ee+"",fromKName:_||ut,fromKPage:location?.href,ctatId:(ot=(it=(We=Ie?.video)===null||We===void 0?void 0:We.bindCta)===null||it===void 0?void 0:it.itemId)!==null&&ot!==void 0?ot:"",traceInfo:(Tt=(De=(vt=Ie?.video)===null||vt===void 0?void 0:vt.traceInfo)!==null&&De!==void 0?De:(ct=Ie?.product)===null||ct===void 0?void 0:ct.traceInfo)!==null&&Tt!==void 0?Tt:""}})},[s,q,ee,tt,a,yt,mt]);o.useEffect(()=>{const _=s?.[ee],H=()=>{const Y=!B&&!Nt;document.visibilityState==="hidden"?(Y&&(pt.emit(rt.PAGE_DID_HIDE,_),Je(_)),(t?.playbook!=="organic menu"||ee!==0||ft)&&(he?.(!1,Kt)||Kt())):document.visibilityState==="visible"&&(Re.current===!0&&(Ue(new Date().getTime()),Re.current=!1),Xt(),Y&&(pt.emit(rt.PAGE_DID_SHOW,_),ge("external",Mt)))};return document.addEventListener("visibilitychange",H),()=>{document.removeEventListener("visibilitychange",H)}},[ee,q,s,Xt,tt,yt,a,mt,ge,B,Nt,Mt,ft,Kt,he]);const ti=o.useCallback(lt.debounce(()=>{he?.(!1,Kt)},1e3),[Kt,he]);o.useEffect(()=>{const _=["touchstart","touchcancel"];return _.forEach(H=>{window.addEventListener(H,ti)}),()=>{_.forEach(H=>{window.removeEventListener(H,ti)})}},[ti]);const ii=o.useMemo(()=>{let _=0;return b.length>0&&(_+=45,xe&&(_-=45)),_},[b,xe]),Ft=o.useMemo(()=>{let _=0;return t?.logoUrl&&t?.isShowLogo&&(_+=56),_},[t]),Ut=o.useMemo(()=>i-Ft-ii,[Ft,i,ii]),z=o.useMemo(()=>{var _;const H=ee===0&&!xe&&!It?[(_=s?.[0])!==null&&_!==void 0?_:null]:s?.map((Y,ne)=>ee===ne||ne-1===ee||ne+1===ee?Y:null);return H?.length?!xe&&!Wt?H.concat([{loading:!0}]):H:[]},[s,ee,xe,It,Wt]),W=o.useMemo(()=>{var _,H,Y,ne;if(t?.logoUrl&&t?.isShowLogo){const J=(H=(_=t?.logoBar)===null||_===void 0?void 0:_.onClick)===null||H===void 0?void 0:H.value,Ae=((ne=(Y=t?.logoBar)===null||Y===void 0?void 0:Y.onClick)===null||ne===void 0?void 0:ne.linkType)==="externalLink",le=z[ee];return o.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},J&&{onClick:Te=>{var _e,Ne,Ve,pe;Ae&&xt(Te,le,(_e=le?.video)===null||_e===void 0?void 0:_e.bindProduct,(Ne=le?.video)===null||Ne===void 0?void 0:Ne.bindCta,ee,((Ve=le?.product)===null||Ve===void 0?void 0:Ve.traceInfo)||((pe=le?.video)===null||pe===void 0?void 0:pe.traceInfo)),new Function(J)()}}),o.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,ee,z]),ce=o.useCallback((_,H)=>{var Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe;return _==="organic menu"?o.createElement(rn,Object.assign({recData:s?.[1]},(J=(ne=(Y=t?.multiPosts)===null||Y===void 0?void 0:Y[0])===null||ne===void 0?void 0:ne.item)===null||J===void 0?void 0:J.props,(Te=(le=(Ae=t?.multiPosts)===null||Ae===void 0?void 0:Ae[0])===null||le===void 0?void 0:le.item)===null||Te===void 0?void 0:Te.event)):!((_e=_?.video)===null||_e===void 0)&&_e.url?o.createElement(Hr,{key:Me,rec:_,index:H,muted:Fe,data:s,height:Ut,activeIndex:ee,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((Ne=_?.video)===null||Ne===void 0)&&Ne.imgUrls?o.createElement(Gr,{key:_?.video.itemId,imgUrls:_?.video.imgUrls,width:n,height:Ut,rec:_,index:H,onViewImageEndEvent:ze,onViewImageStartEvent:st,imgUrlsPostConfig:t?.imgUrlsPost}):_.product&&Array.isArray(t?.productPost)&&((Ve=t?.productPost)===null||Ve===void 0?void 0:Ve.length)>0?(pe=t?.productPost)===null||pe===void 0?void 0:pe.map((Se,at)=>{var We,it,ot,vt,De,ct,Tt,Ie;const ut=l[(We=Se?.item)===null||We===void 0?void 0:We.type],Gt=hi(ut),Et=(it=ut?.extend)===null||it===void 0?void 0:it.defaulSetting;return o.createElement(Gt,Object.assign({key:`${H}${at}`,textStyle:Object.assign(Object.assign({},Et?.textStyle),(ot=Se?.item)===null||ot===void 0?void 0:ot.textStyle),bindDatas:(De=(vt=Se?.item)===null||vt===void 0?void 0:vt.bindDatas)!==null&&De!==void 0?De:[]},Et?.props,(ct=Se?.item)===null||ct===void 0?void 0:ct.props,{event:((Tt=Se?.item)===null||Tt===void 0?void 0:Tt.event)||{},schema:re,id:Se?.id,viewTime:K.current,rec:_,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},Et?.style),(Ie=Se?.item)===null||Ie===void 0?void 0:Ie.style),{height:"100%",overflow:"auto"}),index:H,isActive:ee===H}))}):null},[n,s,Ut,Fe,ee,t?.productPost,t?.videoPlayIcon,K,r,l,re,Me]),Ce=o.useCallback(_=>{ae(_)},[]),se=o.useMemo(()=>fe?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[fe]),we=o.useCallback((_,H)=>{var Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe,Se,at,We;if(_?.video){let it=null;!((ne=(Y=_?.video)===null||Y===void 0?void 0:Y.bindProducts)===null||ne===void 0)&&ne.length?it="\u591A\u5546\u54C1CTA":!((J=_?.video)===null||J===void 0)&&J.bindProduct?it="\u5546\u54C1CTA":it=(le=(Ae=_?.video)===null||Ae===void 0?void 0:Ae.bindCta)===null||le===void 0?void 0:le.itemId;const ot=a?.[it];return o.createElement(o.Fragment,null,((Te=_?.video)===null||Te===void 0?void 0:Te.title)&&!fe&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom",style:{marginBottom:`${(_e=t?.bottomInfoDist)!==null&&_e!==void 0?_e:40}px`}},o.createElement(mo,{nudge:u}),t?.isShowCTA===void 0||t?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Di,{rec:_,index:H,tempMap:a,resolver:l,isActive:H===ee,value:ot})):null,o.createElement("div",null,o.createElement(Mi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(Ve=(Ne=_?.video)===null||Ne===void 0?void 0:Ne.title)!==null&&Ve!==void 0?Ve:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:Ce}),o.createElement(Di,{rec:_,index:H,tempMap:a,resolver:l,includesCtaType:["AniLink"],isActive:H===ee,value:ot}),o.createElement(vo,{index:ee,tags:(Se=(pe=_?.video)===null||pe===void 0?void 0:pe.hashTags)!==null&&Se!==void 0?Se:[],itemId:(at=_?.video)===null||at===void 0?void 0:at.itemId,itemType:!((We=_?.video)===null||We===void 0)&&We.itemId?"VIDEO":null,rec:_,hashTagStyle:f,hashTagRightMargin:n-(h??0)}))),o.createElement(Di,{rec:_,index:H,tempMap:a,resolver:l,includesCtaType:["AniLinkPopup"],isActive:H===ee,value:ot}))}return null},[e,ee,a,l,r,u,f,t,Ce,fe,se]),ye=o.useCallback((_,H,Y)=>{var ne,J,Ae,le;if(!t?.isShowLike||!Y)return;let Te=(ne=t?.likeIconY)!==null&&ne!==void 0?ne:400;return xe&&Te<40&&t?.likeIconYPosit==="top"&&(Te+=40),t?.likeIconYPosit==="top"&&(Te+=Ft),_?.video?o.createElement(ro,{key:_.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:_.isCollected,recData:_,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(J=t.likeIconXPosit)!==null&&J!==void 0?J:"right"]:(Ae=t.likeIconX)!==null&&Ae!==void 0?Ae:0,[(le=t.likeIconYPosit)!==null&&le!==void 0?le:"bottom"]:Te},position:H}):null},[t,xe]),ze=_=>{var H,Y,ne,J,Ae,le;if(!(!((H=_?.video)===null||H===void 0)&&H.url)&&(!((Y=_?.video)===null||Y===void 0)&&Y.imgUrls)){const Te=Date.now(),_e=Oe.current===0?0:(Te-Oe.current)/1e3;q?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(J=(ne=_?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&J!==void 0?J:"",contentName:(Ae=_?.video.title)!==null&&Ae!==void 0?Ae:"",imageEndTime:`${Te}`,playDuration:`${_e}`,contentTags:JSON.stringify((le=_?.video.tags)!==null&&le!==void 0?le:[]),position:ee+"",contentFormat:"image",traceInfo:_?.video.traceInfo}})}},He=(_,H)=>{var Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe,Se,at,We,it,ot,vt,De,ct,Tt,Ie,ut,Gt;if(Vt||xe)return;const Et=new Date-mt.current;if(t?.openSlideSkip&&Et>=((Y=t?.slideSkipStartTime)!==null&&Y!==void 0?Y:0)&&Oo()&&_){const li=((Ae=(J=(ne=_?.video)===null||ne===void 0?void 0:ne.bindProducts)===null||J===void 0?void 0:J[0])===null||Ae===void 0?void 0:Ae.link)||((Te=(le=_?.video)===null||le===void 0?void 0:le.bindProduct)===null||Te===void 0?void 0:Te.link)||((_e=_?.product)===null||_e===void 0?void 0:_e.link),qe=_?.product||((Ne=_?.video)===null||Ne===void 0?void 0:Ne.bindProduct)||((pe=(Ve=_?.video)===null||Ve===void 0?void 0:Ve.bindProducts)===null||pe===void 0?void 0:pe[0]);if(li){let ui=null;!((Se=_?.video)===null||Se===void 0)&&Se.url?ui="video":!((We=(at=_?.video)===null||at===void 0?void 0:at.imgUrls)===null||We===void 0)&&We.length&&(ui="image"),q?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(it=qe?.itemId)!==null&&it!==void 0?it:"",productName:(ot=qe?.title)!==null&&ot!==void 0?ot:"",price:qe?.price?qe?.price+"":"0",productCollection:(vt=qe?.collection)!==null&&vt!==void 0?vt:"",contentTags:qe?.tags?JSON.stringify(qe?.tags):"",position:H+"",contentId:(ct=(De=_?.video)===null||De===void 0?void 0:De.itemId)!==null&&ct!==void 0?ct:"",traceInfo:(Gt=(Ie=(Tt=_?.video)===null||Tt===void 0?void 0:Tt.traceInfo)!==null&&Ie!==void 0?Ie:(ut=_?.product)===null||ut===void 0?void 0:ut.traceInfo)!==null&&Gt!==void 0?Gt:"",contentFormat:ui}}),Re.current=!0,window.location.href=window.getJointUtmLink(li)}}},$e=_=>{var H,Y,ne,J,Ae,le,Te,_e,Ne,Ve,pe,Se,at,We,it,ot,vt;const De=s[_.previousIndex];if(!De)return;let ct=null;!((H=De?.video)===null||H===void 0)&&H.url?ct="video":!((ne=(Y=De?.video)===null||Y===void 0?void 0:Y.imgUrls)===null||ne===void 0)&&ne.length&&(ct="image"),_.previousIndex-_.activeIndex<0?(q?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(Ae=(J=De?.video)===null||J===void 0?void 0:J.itemId)!==null&&Ae!==void 0?Ae:"",productId:(Te=(le=De?.product)===null||le===void 0?void 0:le.itemId)!==null&&Te!==void 0?Te:"",requestId:null,traceInfo:(Ne=(_e=De?.video)===null||_e===void 0?void 0:_e.traceInfo)!==null&&Ne!==void 0?Ne:"",contentFormat:ct,position:((Ve=_.previousIndex)!==null&&Ve!==void 0?Ve:0)+""}}),ze(De),He(De,_.previousIndex)):(q?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Se=(pe=De?.video)===null||pe===void 0?void 0:pe.itemId)!==null&&Se!==void 0?Se:"",productId:(We=(at=De.product)===null||at===void 0?void 0:at.itemId)!==null&&We!==void 0?We:"",requestId:null,traceInfo:(ot=(it=De?.video)===null||it===void 0?void 0:it.traceInfo)!==null&&ot!==void 0?ot:"",contentFormat:ct,position:((vt=_.previousIndex)!==null&&vt!==void 0?vt:0)+""}}),ze(De)),Je(De),K.current=new Date},Je=_=>{var H,Y,ne;!(!((H=_?.video)===null||H===void 0)&&H.url)&&!(!((Y=_?.video)===null||Y===void 0)&&Y.imgUrls)&&_?.product&&Le(_,_.product,(ne=_?.product)===null||ne===void 0?void 0:ne.bindCta,K.current,ee)};o.useEffect(()=>{const _=s[ee];B?Je(_):K.current=new Date},[B,s,ee]);const st=(_,H,Y)=>{var ne,J,Ae,le,Te,_e,Ne,Ve;const pe=s[_];if(!(!((ne=pe?.video)===null||ne===void 0)&&ne.url)&&(!((J=pe?.video)===null||J===void 0)&&J.imgUrls)){const Se=Date.now();Oe.current=Se,q?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(le=(Ae=pe?.video)===null||Ae===void 0?void 0:Ae.itemId)!==null&&le!==void 0?le:"",contentName:(Te=pe?.video.title)!==null&&Te!==void 0?Te:"",imageStartTime:`${Se}`,contentTags:JSON.stringify((_e=pe?.video.tags)!==null&&_e!==void 0?_e:[]),position:_+"",contentFormat:"image",traceInfo:pe?.video.traceInfo,loadTime:H?.loadTime}}),Y&&(At?.({eventName:"ViewContent",product:(Ne=pe?.video)===null||Ne===void 0?void 0:Ne.bindProduct}),At?.({eventName:"PageView",product:(Ve=pe?.video)===null||Ve===void 0?void 0:Ve.bindProduct}))}},et=o.useCallback(_=>{var H,Y,ne,J,Ae,le;if(!_)return;let Te=(H=t?.muteIconY)!==null&&H!==void 0?H:23;return xe&&Te<40&&t?.muteIconYPosit==="top"&&(Te+=40),t?.muteIconYPosit==="top"&&(Te+=Ft),(t?.isShowMute===void 0||t?.isShowMute===!0)&&o.createElement(co,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((ne=(Y=z?.[ee])===null||Y===void 0?void 0:Y.video)===null||ne===void 0)&&ne.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(J=t?.muteIconXPosit)!==null&&J!==void 0?J:"right"]:(Ae=t?.muteIconX)!==null&&Ae!==void 0?Ae:0,[(le=t?.muteIconYPosit)!==null&&le!==void 0?le:"bottom"]:Te},defaultValue:Fe,activeIcon:t?.unMuteIcon?t?.unMuteIcon:Q,unactiveIcon:t?.muteIcon?t?.muteIcon:$,onChange:G})},[t,z,ee,Fe,xe]),Ye=o.useMemo(()=>U?o.createElement("div",{style:{height:Ut,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:Ge,alt:"loading...",style:{objectFit:"contain"}})):z?.map((_,H)=>o.createElement(Bt,{key:H,virtualIndex:H,style:{overflow:"hidden"}},_&&o.createElement(o.Fragment,null,_?.loading?o.createElement("div",{style:{height:Ut,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:Ge,alt:"loading...",style:{objectFit:"contain"}})):o.createElement(o.Fragment,null,we(_,H),ye(_,H,!t?.likeIconFixed),et(!t?.muteIconFixed),ce(_,H))))),[n,s,Ut,U,we,ce,z,Ge,Me,et]);return o.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},xe&&o.createElement(io,{icon:po,styles:{background:"rgba(0,0,0,.3)",color:"#fff",top:`${Ft}px`},textStyle:Object.assign(Object.assign({},(p=(y=(v=(x=(A=t?.hashTag)===null||A===void 0?void 0:A[0])===null||x===void 0?void 0:x.item)===null||v===void 0?void 0:v.props)===null||y===void 0?void 0:y.textStyles)===null||p===void 0?void 0:p.hashTagTitle),{color:"#fff"}),onClose:()=>{!lt.isEqual(Be,_t)&&_t&&_t?.length&&St?.(_t),Ke?.(!0)}}),W,o.createElement(fo,{tagList:b,setActiveIndex:Pe,style:{top:Ft}}),((T=t?.backButton)===null||T===void 0?void 0:T.enable)&&!ft&&!ue&&!xe&&o.createElement(ho,{data:t?.backButton,minusHeight:Ft,tagHeight:ii,onClick:()=>history?.back()}),(((S=(m=(L=(I=(k=t?.multiPosts)===null||k===void 0?void 0:k[0])===null||I===void 0?void 0:I.item)===null||L===void 0?void 0:L.props)===null||m===void 0?void 0:m.backButton)===null||S===void 0?void 0:S.enable)&&ft||ue)&&!xe&&o.createElement(ho,{data:(O=(C=(P=(w=t?.multiPosts)===null||w===void 0?void 0:w[0])===null||P===void 0?void 0:P.item)===null||C===void 0?void 0:C.props)===null||O===void 0?void 0:O.backButton,minusHeight:Ft,tagHeight:ii,onClick:()=>{var _,H;const Y=z?.[ee];q?.({eventInfo:{eventSubject:"backMultiPostClick",eventDescription:"backMultiPostClick",traceInfo:((_=Y?.video)===null||_===void 0?void 0:_.traceInfo)||((H=Y?.product)===null||H===void 0?void 0:H.traceInfo)||""}}),location?.reload()}}),Zt?o.createElement(Xr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((E=t?.swipeTipOffset)!==null&&E!==void 0?E:0)}%`},duration:t?.swiperTipAniDur}):null,o.createElement(oi,{style:{marginTop:ii},ref:de,onSlideChange:()=>{de.current.swiper.allowTouchMove=!1,setTimeout(()=>{de.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:_=>{Pe(_.activeIndex),!B&&($e(_),!(xe||It)&&_?.activeIndex+1>=s?.length&&(ve||(me(!0),be?.(Ze).then(H=>{var Y;me(!1),H&&((Y=H?.recList)===null||Y===void 0?void 0:Y.length)>0&&Qe(Ze+1)}))))},direction:"vertical",height:Ut},Ye,ye(z[ee],ee,!!t?.likeIconFixed),et(!!t?.muteIconFixed)),o.createElement(oo,Object.assign({},(D=(F=(V=t?.hashTag)===null||V===void 0?void 0:V[0])===null||F===void 0?void 0:F.item)===null||D===void 0?void 0:D.props)),o.createElement(Jr,{resolver:l,globalConfig:t}),ue&&o.createElement(rn,Object.assign({},(M=(R=(N=t?.multiPosts)===null||N===void 0?void 0:N[0])===null||R===void 0?void 0:R.item)===null||M===void 0?void 0:M.props,(Z=(X=(j=t?.multiPosts)===null||j===void 0?void 0:j[0])===null||X===void 0?void 0:X.item)===null||Z===void 0?void 0:Z.event,{style:{position:"fixed",top:0,left:0,right:0}})))},$r=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:a,index:l})=>o.createElement(oi,{defaultValue:0,direction:"horizontal",modules:[Ci,Ii],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(s=>o.createElement(Bt,{key:s},o.createElement(uo,{src:s,height:i,imgUrlsPostConfig:n}))));var ed=o.memo($r);const td=({rec:t,index:e,height:i,data:n,muted:a,activeIndex:l,videoPostConfig:s,width:c})=>{const[r,u]=o.useState(!1),d=o.useRef(null),{bffEventReport:f,sxpParameter:h,waterFallData:b,openHashtag:g}=je(),A=o.useRef(0),[x,v]=o.useState(!1),[y,p]=o.useState(!0),T=o.useRef(null),[k,I]=o.useState("");o.useEffect(()=>{d.current&&(d.current.muted=a)},[a]);const L=o.useCallback(()=>{var R;(R=d.current)===null||R===void 0||R.play()},[]),m=Ot("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),S=o.useCallback(()=>{var R,M,j,X,Z,Q,$,re,ue,ee,Pe,Oe,Fe;u(!1);const G=n[e];if(G&&(!((R=d?.current)===null||R===void 0)&&R.duration)){A.current=((M=d?.current)===null||M===void 0?void 0:M.currentTime)||0;const K=((X=(j=d.current)===null||j===void 0?void 0:j.duration)!==null&&X!==void 0?X:0).toFixed(2),ve=((Q=(Z=d.current)===null||Z===void 0?void 0:Z.currentTime)!==null&&Q!==void 0?Q:0).toFixed(2),me=y?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(re=($=G?.video)===null||$===void 0?void 0:$.itemId)!==null&&re!==void 0?re:"",contentName:(ee=(ue=G?.video)===null||ue===void 0?void 0:ue.title)!==null&&ee!==void 0?ee:"",playType:me,startTime:ve,videoDuration:K,contentTags:JSON.stringify((Oe=(Pe=G?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&Oe!==void 0?Oe:[]),position:e+"",contentFormat:"video",traceInfo:(Fe=G?.video)===null||Fe===void 0?void 0:Fe.traceInfo}}),p(!1)}},[f,n,e,y]),w=o.useCallback(()=>{v(!0)},[]),P=o.useCallback(R=>()=>{var M,j,X,Z,Q;if(!x)return;const $=(M=d.current)===null||M===void 0?void 0:M.paused;switch(R){case"start":if(!$)return;(j=d.current)===null||j===void 0||j.play(),u(!1);break;case"pause":if($)return;(X=d.current)===null||X===void 0||X.pause(),u(!0);break;default:$?(Z=d.current)===null||Z===void 0||Z.play():(Q=d.current)===null||Q===void 0||Q.pause(),u(!$);break}},[x]),C=o.useCallback(()=>{var R,M,j,X,Z,Q,$,re,ue,ee,Pe,Oe,Fe;const G=n[e],K=((M=(R=d.current)===null||R===void 0?void 0:R.duration)!==null&&M!==void 0?M:0).toFixed(2),ve=((X=(j=d.current)===null||j===void 0?void 0:j.currentTime)!==null&&X!==void 0?X:0).toFixed(2);if(!((Z=d?.current)===null||Z===void 0)&&Z.duration){const me=(((Q=d?.current)===null||Q===void 0?void 0:Q.currentTime)-A.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(re=($=G?.video)===null||$===void 0?void 0:$.itemId)!==null&&re!==void 0?re:"",contentName:(ee=(ue=G?.video)===null||ue===void 0?void 0:ue.title)!==null&&ee!==void 0?ee:"",endTime:ve,videoDuration:K,playDuration:me,contentTags:JSON.stringify((Oe=(Pe=G?.video)===null||Pe===void 0?void 0:Pe.tags)!==null&&Oe!==void 0?Oe:[]),position:e+"",contentFormat:"video",traceInfo:(Fe=G?.video)===null||Fe===void 0?void 0:Fe.traceInfo}})}},[n,e,f]),O=o.useMemo(()=>s?.mode==="2",[s]),E=o.useMemo(()=>{var R;return s?.mode==="2"?`translateY(-${50+((R=s?.offsetTop)!==null&&R!==void 0?R:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),V=o.useMemo(()=>{var R;return((R=t?.video)===null||R===void 0?void 0:R.cover)||k},[k,t]),F=o.useCallback(()=>{if(!T||!d||!d.current||!T.current)return;const R=d?.current,M=T?.current,j=M.getContext("2d"),X=window?.innerWidth,Z=window?.innerHeight;M.height=Z,M.width=X,j?.drawImage(R,0,0,M.width,M.height),I(M.toDataURL())},[]);o.useEffect(()=>{var R,M,j,X;if(d.current){if(u(!1),!d.current.src){const Z=t?.video.url;if(Z.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const Q=new window.Hls;Q.loadSource(Z),Q.attachMedia(d.current)}else d.current.canPlayType("application/vnd.apple.mpegurl"),d.current.src=Z;else d.current.src=Z;d.current.setAttribute("x5-playsinline","true"),d.current.setAttribute("webkit-playsinline","true")}return(R=d.current)===null||R===void 0||R.addEventListener("loadedmetadata",w),(M=d.current)===null||M===void 0||M.addEventListener("canplay",w),(j=d.current)===null||j===void 0||j.addEventListener("playing",S),(X=d.current)===null||X===void 0||X.addEventListener("loadeddata",F),()=>{var Z,Q,$,re;(Z=d.current)===null||Z===void 0||Z.removeEventListener("loadedmetadata",w),(Q=d.current)===null||Q===void 0||Q.removeEventListener("canplay",w),($=d.current)===null||$===void 0||$.removeEventListener("playing",S),(re=d.current)===null||re===void 0||re.removeEventListener("loadeddata",F)}}},[w,S,t?.video,F]);const D=o.useMemo(()=>!h?.placeholder_image||x?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"video poster"}),[x,h?.placeholder_image]);o.useEffect(()=>{const R=()=>{var M,j;l===e&&(!((M=t?.video)===null||M===void 0)&&M.url)&&(!((j=d?.current)===null||j===void 0)&&j.src)&&!r&&P("pause")()};return window.addEventListener("beforeunload",R),()=>{window.removeEventListener("beforeunload",R)}},[l,e,t,d,P,r]);const N=o.useMemo(()=>O?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[O]);return t?.video?o.createElement(o.Fragment,null,O?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:P(),style:{position:"relative",width:c,height:i,overflow:"hidden"}},o.createElement(Pt,{src:V,style:Object.assign({height:i,width:c,objectFit:"cover"},N)}),o.createElement("canvas",{ref:T,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:c,height:i,top:"50%",transform:E,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:c,height:"100%"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:L,style:{width:"100%",height:i,objectFit:"contain"}}),o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:m,alt:"video pause image"}))),D):o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:P(),style:{position:"relative",width:c,height:i,overflow:"hidden"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:d,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:L}),D,o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:m,alt:"video pause image"}))):null};var id=o.memo(td);const un={};Object.values(dn).forEach(t=>{un[t.extend.type]=t});const nd="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",od="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",ld=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:a,descStyle:l,hashTagStyle:s,containerHeight:c=664,containerWidth:r=375,appDomain:u,tagList:d=[]})=>{const f=o.useMemo(()=>{let I=0;return e?.logoUrl&&e?.isShowLogo&&(I+=45),d.length>0&&(I+=45),c-I},[e,c,d]),h=(I,L)=>{var m,S,w,P;if(!((m=I?.video)===null||m===void 0)&&m.url)return o.createElement(id,{rec:I,index:L,muted:!0,width:r,data:t??[],height:f,activeIndex:L,videoPostConfig:e?.videoPost});if(!((S=I?.video)===null||S===void 0)&&S.imgUrls)return o.createElement(ed,{key:I?.video.itemId,imgUrls:I?.video.imgUrls,width:r,height:f,rec:I,index:L,imgUrlsPostConfig:e?.imgUrlsPost});if(I.product&&I.product&&Array.isArray(e?.productPost)&&((w=e?.productPost)===null||w===void 0?void 0:w.length)>0)return(P=e?.productPost)===null||P===void 0?void 0:P.map((C,O)=>{var E,V,F,D,N,R,M,j;const X=un[(E=C?.item)===null||E===void 0?void 0:E.type],Z=hi(X),Q=(V=X?.extend)===null||V===void 0?void 0:V.defaulSetting;return o.createElement(Z,Object.assign({key:`${L}${O}`,textStyle:Object.assign(Object.assign({},Q?.textStyle),(F=C?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(N=(D=C?.item)===null||D===void 0?void 0:D.bindDatas)!==null&&N!==void 0?N:[]},Q?.props,(R=C?.item)===null||R===void 0?void 0:R.props,{event:((M=C?.item)===null||M===void 0?void 0:M.event)||{},id:C?.id,rec:I,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},Q?.style),(j=C?.item)===null||j===void 0?void 0:j.style),{width:r,height:f,overflow:"auto"}),index:L}))})},b=o.useMemo(()=>e?.logoUrl&&e?.isShowLogo?o.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},o.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),g=(I,L)=>e?.isShowCTA===void 0||e?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Di,{rec:I,index:L,tempMap:a,resolver:un})):null,A=(I,L)=>{var m,S,w,P,C,O,E;return I?.video?o.createElement(o.Fragment,null,((m=I?.video)===null||m===void 0?void 0:m.title)&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom"},o.createElement(mo,{nudge:n}),g(I,L),o.createElement("div",null,o.createElement(Mi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(w=(S=I?.video)===null||S===void 0?void 0:S.title)!==null&&w!==void 0?w:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),o.createElement(vo,{index:L,tags:(C=(P=I?.video)===null||P===void 0?void 0:P.hashTags)!==null&&C!==void 0?C:[],itemId:(O=I?.video)===null||O===void 0?void 0:O.itemId,itemType:!((E=I?.video)===null||E===void 0)&&E.itemId?"VIDEO":null,rec:I,hashTagStyle:s}))):null},x=Ot(od,u),v=Ot(nd,u),y=(I,L)=>{var m,S,w,P;if(!e?.isShowLike)return;let C=(m=e?.likeIconY)!==null&&m!==void 0?m:400;return C<40&&(C+=40),I?.video?o.createElement(ro,{key:I.position,activeIcon:(S=e?.likeIcon)!==null&&S!==void 0?S:x,unActicveIcon:(w=e?.unlikeIcon)!==null&&w!==void 0?w:v,position:L,active:I.isCollected,recData:I,className:"clc-sxp-like-button",style:{top:C,right:(P=e?.likeIconX)!==null&&P!==void 0?P:0}}):null},p=Ot("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",u),T=Ot("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",u),k=(I,L)=>{var m,S,w,P;return o.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},b,o.createElement(fo,{tagList:d}),o.createElement(co,{style:{position:"absolute",right:(m=e?.muteIconX)!==null&&m!==void 0?m:0,visibility:!((w=(S=t?.[L])===null||S===void 0?void 0:S.video)===null||w===void 0)&&w.url?"visible":"hidden",bottom:(P=e?.muteIconY)!==null&&P!==void 0?P:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:p,unactiveIcon:e?.muteIcon?e?.muteIcon:T}),h(I,L),A(I,L),y(I,L))};return o.createElement("div",{className:ke.css({width:"100%",height:c,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((I,L)=>k(I,L)))};var ad=o.memo(ld);const sd=()=>{const{schema:t,resolver:e,popup:i}=Jt(),{setPopupDetailData:n,popupDetailData:a,popupCurTimeRef:l,checkCommodityIndexRef:s}=je(),{productView:c}=Ct(),[r,u]=o.useState();o.useEffect(()=>{const b=()=>{l.current=new Date};return b(),window.addEventListener("pageshow",b),()=>{window.removeEventListener("pageshow",b)}},[]),o.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,u(i))},[i]);const d=o.useMemo(()=>{var b,g,A,x;const v=(A=(g=(b=t?.sxpPageConf)===null||b===void 0?void 0:b.globalConfig)===null||g===void 0?void 0:g.popupList)===null||A===void 0?void 0:A.find((y,p)=>{if(y?.id===i?.id)return y});return v!==-1&&((x=v?.item)===null||x===void 0?void 0:x.type)==="Iframe"},[i,t]),f=()=>{var b,g,A,x,v,y,p,T,k,I,L,m,S,w,P,C,O,E;if(!i||i?.id===""||!r||new Date-l.current<((b=i?.duration)!==null&&b!==void 0?b:0))return;u(Object.assign(Object.assign({},i),{id:""}));const V=(x=(A=(g=t?.sxpPageConf)===null||g===void 0?void 0:g.globalConfig)===null||A===void 0?void 0:A.popupList)===null||x===void 0?void 0:x.find(F=>F?.id===i?.id);if(((v=V?.item)===null||v===void 0?void 0:v.type)==="CommodityDetail"||((y=V?.item)===null||y===void 0?void 0:y.type)==="CommodityDetailDiroNew"){const F=a;let D=(T=(p=F?.video)===null||p===void 0?void 0:p.bindProduct)!==null&&T!==void 0?T:(I=(k=F?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0?void 0:I[0],N=(S=(m=(L=F?.video)===null||L===void 0?void 0:L.bindProduct)===null||m===void 0?void 0:m.bindCta)!==null&&S!==void 0?S:(C=(P=(w=F?.video)===null||w===void 0?void 0:w.bindProducts)===null||P===void 0?void 0:P[0])===null||C===void 0?void 0:C.bindCta;if(s?.current>=0){const R=(E=(O=F?.video)===null||O===void 0?void 0:O.bindProducts)===null||E===void 0?void 0:E[s?.current];R&&(D=R,N=R?.bindCta)}D&&N&&c(F,D,N,l.current,a?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),s.current=-1},i?.duration)},h=o.useMemo(()=>{var b,g,A;return(A=(g=(b=t?.sxpPageConf)===null||b===void 0?void 0:b.globalConfig)===null||g===void 0?void 0:g.popupList)===null||A===void 0?void 0:A.map((x,v)=>{var y,p,T,k,I,L,m,S,w,P,C,O,E,V;if(x?.id===i?.id){const F=e[(y=x?.item)===null||y===void 0?void 0:y.type],D=hi(F),N=((k=(T=(p=x?.item)===null||p===void 0?void 0:p.event)===null||T===void 0?void 0:T.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink",R=((m=(L=(I=x?.item)===null||I===void 0?void 0:I.event)===null||L===void 0?void 0:L.onClick)===null||m===void 0?void 0:m.linkType)==="popup",M=(S=F?.extend)===null||S===void 0?void 0:S.defaulSetting;return o.createElement(D,Object.assign({key:v,style:Object.assign(Object.assign(Object.assign({},M?.style),(w=x?.item)===null||w===void 0?void 0:w.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},M?.textStyle),(P=x?.item)===null||P===void 0?void 0:P.textStyle),bindDatas:(O=(C=x?.item)===null||C===void 0?void 0:C.bindDatas)!==null&&O!==void 0?O:[]},M?.props,(E=x?.item)===null||E===void 0?void 0:E.props,{event:((V=x?.item)===null||V===void 0?void 0:V.event)||{},schema:t,id:x?.id,isExternalLink:N,isPopup:R,onClose:f}))}else return o.createElement(o.Fragment,null)})},[t,i,e,f]);return o.createElement(di,{popup:r,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:d},h)},vn={};Object.values(dn).forEach(t=>{vn[t.extend.type]=t});const rd=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:a,appDomain:l,enabledMetaConversionApi:s,dataList:c})=>{var r,u,d,f,h,b;const g=o.useMemo(()=>{var p;return location?.search?(p=location?.search)===null||p===void 0?void 0:p.replace("?",""):""},[]),[A,x]=o.useState(t?.data),[v,y]=o.useState();return o.createElement(_n,{resolver:vn,enableDataSource:!1,schema:A,utmVal:v||g},o.createElement(kn,{utmVal:g,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(u=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&u!==void 0?u:e,defaultSize:(f=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(b=(h=t?.sxp_parameter)===null||h===void 0?void 0:h.hash_tag_size)!==null&&b!==void 0?b:n,loadingImage:a,appDomain:l,enabledMetaConversionApi:s,utmParameter:t?.utm_parameter,data:t,dataList:c,onUpdateSchema:p=>x(p),onUpdateChannel:p=>y(p),render:({rtcList:p,tagList:T,pageData:k})=>{var I;return o.createElement(o.Fragment,null,o.createElement(Ao,Object.assign({defaultData:t},(I=k?.data)===null||I===void 0?void 0:I.sxpPageConf,{tagList:T,data:p,resolver:vn})),o.createElement(sd,null))}}))};var dd=o.memo(rd);exports.DiyPortalPreview=ad,exports.EditorDataProvider=Ir,exports.Modal=di,exports.SxpDataSourceProvider=kn,exports.SxpPageCore=dd,exports.SxpPageRender=Ao,exports.core=zo,exports.default=ko,exports.materials=dn,exports.useEditorDataProvider=sn;
|
10
|
+
}`)(s,p)}catch{}},[s]),A=o.useCallback(y=>{const p=g(y),T=p?.value;T&&(p?.linkType==="recommendFlow"?(u?.(T),r.current=new Date):new Function(T)())},[s]),S=o.useCallback(()=>{d.current=new Date,c?.({eventInfo:{eventSubject:"startMultiPost",eventDescription:"startMultiPost",contentFormat:"image",position:"0",traceInfo:b}})},[]),v=o.useCallback(y=>{r.current=new Date,c?.({eventInfo:{eventSubject:"endMultiPost",eventDescription:"endMultiPost",contentFormat:"image",position:"0",traceInfo:b,nextStep:y||"others",timeOnSite:Math.floor((new Date-d?.current)/1e3)+""}})},[]);return o.useEffect(()=>{f?(S(),h.current=!0):h.current&&v()},[f]),o.useEffect(()=>{if(!f)return;const y=()=>S(),p=()=>v();return mt.on(dt.PAGE_DID_SHOW,y),mt.on(dt.PAGE_DID_HIDE,p),()=>{mt.off(dt.PAGE_DID_SHOW,y),mt.off(dt.PAGE_DID_HIDE,p)}},[f]),o.createElement("div",{className:"multiposts",style:Object.assign(Object.assign({},a),_a(n))},Array.from({length:4},(y,p)=>o.createElement("button",{hidden:!g(p,"Url"),className:"multiposts-btn",role:"button","aria-label":`multiposts-${p+1}`,onClick:()=>A(p)},o.createElement("img",{className:"multiposts-btn-img",src:g(p,"Url"),alt:`multiposts-img-${p+1}`}))))};var sn=o.memo(Lr),Rr=[{title:"\u6309\u94AE1\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button1",isMultiPosts:!0}]},{title:"\u6309\u94AE2\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button2",isMultiPosts:!0}]},{title:"\u6309\u94AE3\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button3",isMultiPosts:!0}]},{title:"\u6309\u94AE4\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"button4",isMultiPosts:!0}]}];const Nr=ct(sn,{displayName:"MultiPosts",icon:"",category:"base",type:"MultiPosts",related:{settingRender:Or,interactionRender:Rr},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var rn=Object.freeze({__proto__:null,AniLink:br,AniLinkPopup:Tr,Appoint:hs,AppointForm:qo,Commodity:vs,CommodityDetail:Na,CommodityDetailDiroNew:Ga,CommodityDiro:Cs,CommodityDiroNew:Ds,CommodityList:Qa,Consent:pr,ConsentDetail:as,Display:_r,HashTag:cr,Iframe:is,Link:ws,MultiCommodity:zs,MultiCommodityDiro:Ns,MultiCommodityDiroNew:Gs,MultiPosts:Nr,Prompt:za});const Vr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",jr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Fr=t=>{var e,{active:i,activeIcon:n,unActicveIcon:a,recData:l,position:s}=t,c=it(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:u,bffEventReport:d,setCacheRtcList:f,cacheRtcList:h}=Fe(),[b,g]=o.useState((e=h?.[s])===null||e===void 0?void 0:e.isCollected),A=Nt(jr),S=Nt(Vr),v=rt.debounce(()=>ht(void 0,void 0,void 0,function*(){var y,p,T,k,I,L,m,x,w,M,C,O,E,V,F,_,N,R,D,j,H,K;if(b){g(!1);const Q=(T=yield u?.({videoItemId:(p=(y=l?.video)===null||y===void 0?void 0:y.itemId)!==null&&p!==void 0?p:""}))!==null&&T!==void 0?T:!1;if(d?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(I=(k=l?.video)===null||k===void 0?void 0:k.itemId)!==null&&I!==void 0?I:"",contentName:(m=(L=l?.video)===null||L===void 0?void 0:L.title)!==null&&m!==void 0?m:"",contentTags:JSON.stringify((w=(x=l?.video)===null||x===void 0?void 0:x.tags)!==null&&w!==void 0?w:[]),position:s+"",contentFormat:!((M=l?.video)===null||M===void 0)&&M.url?"video":"image",traceInfo:(C=l?.video)===null||C===void 0?void 0:C.traceInfo}}),!Q)g(!0);else{const $=(O=h?.map((le,de)=>(de===s&&(le.isCollected=!1),le)))!==null&&O!==void 0?O:[];f?.($)}}else{g(!0);const Q=(E=yield r?.({content:JSON.stringify(l)}))!==null&&E!==void 0?E:!1;if(d?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(F=(V=l?.video)===null||V===void 0?void 0:V.itemId)!==null&&F!==void 0?F:"",contentName:(N=(_=l?.video)===null||_===void 0?void 0:_.title)!==null&&N!==void 0?N:"",contentTags:JSON.stringify((D=(R=l?.video)===null||R===void 0?void 0:R.tags)!==null&&D!==void 0?D:[]),position:s+"",contentFormat:!((j=l?.video)===null||j===void 0)&&j.url?"video":"image",traceInfo:(H=l?.video)===null||H===void 0?void 0:H.traceInfo}}),!Q)g(!1);else{const $=(K=h?.map((le,de)=>(de===s&&(le.isCollected=!0),le)))!==null&&K!==void 0?K:[];f?.($)}}}),200);return o.createElement("button",Object.assign({},c,{"aria-label":"like",onClick:v}),o.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:b?n||A:a||S,alt:"icon"}))};var so=o.memo(Fr),Br="data:image/gif;base64,R0lGODlhlgCWAPf/AAAAAICAgMzMzMzMzNXV1dXV1dXV1dfX19jOztjY2NvOztvb29zc3N/Pz9/V1d/f3+Pj4+bm5ubm5ujR0ejg4Ojo6Onp6erj4+rj4+rl5evr6+vr6+3k5O3t7e3t7e7u7u7u7u/v7/Dw8PDw8PHx8fHx8fHx8fLs7PLu7vLu7vLy8vPu7vPz8/Tp6fTx8fTx8fT09PT09PT09PXw8Pbx8fbz8/b29vb29vb29vb29vb29vf09Pf39/f39/f39/f39/f39/f39/f39/f39/f39/j09Pj09Pj19fj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pn29vn39/n5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr09Pr4+Pr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vv39/v39/v4+Pv5+fv5+fv6+vv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/z4+Pz5+fz5+fz5+fz6+vz6+vz6+vz6+vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/P36+v36+v36+v37+/37+/37+/37+/38/P38/P38/P38/P39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f78/P78/P78/P78/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v/V1f/39//4+P/6+v/7+//8/P/8/P/9/f/9/f/9/f/9/f/+/v/+/v/+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/ACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwBLACxFABcADwAMAIYAAACAgIDMzMzV1dXX19fYzs7Y2Njbzs7b29vc3Nzfz8/f1dXf39/j4+Pm5ubo0dHo4ODo6Ojp6enq4+Pq5eXr6+vt5OTt7e3u7u7v7+/w8PDx8fHy7Ozy7u7y8vLz7u7z8/P06en08fH09PT18PD28fH28/P29vb39PT39/f49PT49fX4+Pj59vb59/f5+fn69PT6+Pj6+vr79/f7+Pj7+fn7+vr7+/v8+Pj8+fn8+vr8/Pz9+vr9+/v9/Pz9/f3+/Pz+/v7/1dX/9/f/+Pj/+vr/+/v//Pz//f3//v7///8A/wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8IUgCXCNzxI8gOJQV3CFy4RIkMJTccQnQYZCGShAgNZiS45MfDiB8lglzSQyPGk0FCqpwY8iBKlyZFyly5xKRNmAJrzGQJcWFJmDB1MBQ4MwnDgAAAIfkECQQA/wAsRwAXAA8ADAAACFMA/wkslAhcqWKJsLkRyPAfODfgujyM+LAYQ4QGMR4sWGrhRIkQQVJcyFGjyYJrRqoU2aXYxowlS7L8SBNiIZg4XwqcGfIjw5g5G/6zUROcDYYBAQAh+QQJAwD/ACxIABcAEAAMAAAIWwD/CfzXqVSxRNgSlRrIEAm4LuDcPIz4sBNDcAYTYTy4MVEigRMlQhRJsYvAjB1TGuxio6RLkhJDaURJk+PCkDhHTvxXc6bNgzxh5ow40E3Pjm4Y/lszNKnAgAAAIfkECQMA/wAsSgAXABEADQAACGUA/wn856YLtkSlBioceAScG3BdHEJ0uLBLsUTgSl3MuLFUooESIz4UOfHhvzYYNabs2PFflJIwSUZcU0olx5U4SyEJyXNkyH84bwotFepfzJ4TB7IMqrGLwlIyeUZZuNAjR4UBAQAh+QQJBAD/ACxMABcAEgAOAAAIaAD/CRTYpdTAgwgFgusCzs1CcGvAJfwXBVypYoksYtSYqNjBhw4Zhmy4kJvAUhczpuTIEds/kSBjwiy4caXNmhhH6pRJEiVOlT8t/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka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";const dn=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=pn.render(o.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),zr=({rec:t,index:e,height:i,data:n,muted:a,activeIndex:l,videoPostConfig:s,videoPlayIcon:c})=>{const[r,u]=o.useState(!1),{bffEventReport:d,sxpParameter:f,waterFallData:h,openHashtag:b,bffFbReport:g}=Fe(),A=o.useRef(0),[S,v]=o.useState(!1),{isActive:y}=on(),p=o.useRef(null),[T,k]=o.useState(""),[I,L]=o.useState(!1),m=o.useRef(),x=`pb-cache-video-${e}`,w=o.useRef(null),M=o.useRef(null),C=o.useRef(),O=o.useRef(),E=o.useRef(!0),V=o.useMemo(()=>s?.mode==="2",[s]),F=o.useMemo(()=>{var Y;return s?.mode==="2"?`translateY(-${50+((Y=s?.offsetTop)!==null&&Y!==void 0?Y:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),_=o.useMemo(()=>{var Y;return((Y=t?.video)===null||Y===void 0?void 0:Y.cover)||T},[T,t]),N=o.useMemo(()=>V?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[V]),R=o.useMemo(()=>s?.bgWay==="1",[s]),D=o.useMemo(()=>R&&s?.bgColor?{backgroundColor:s?.bgColor}:{},[s,R]);o.useEffect(()=>{m?.current&&(m.current.muted=a)},[a,m?.current]);const j=o.useCallback(()=>{var Y;m?.current&&((Y=m?.current)===null||Y===void 0||Y.play())},[m?.current]),H=Nt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),K=o.useCallback(()=>{m?.current&&(L(!1),v(!0))},[]),Q=o.useCallback(()=>ht(void 0,void 0,void 0,function*(){var Y,J,ce,he,Ae,oe,ke,Xe,Re,Ye,Ke,ge,Z;if(!m?.current)return;u(!1);const X=n[e];if(X&&(!((Y=m?.current)===null||Y===void 0)&&Y.duration)){A.current=((J=m?.current)===null||J===void 0?void 0:J.currentTime)||0;const ie=((he=(ce=m?.current)===null||ce===void 0?void 0:ce.duration)!==null&&he!==void 0?he:0).toFixed(2),ne=((oe=(Ae=m?.current)===null||Ae===void 0?void 0:Ae.currentTime)!==null&&oe!==void 0?oe:0).toFixed(2),se=E?.current?"0":"1";d?.({eventInfo:Object.assign({eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Xe=(ke=X?.video)===null||ke===void 0?void 0:ke.itemId)!==null&&Xe!==void 0?Xe:"",contentName:(Ye=(Re=X?.video)===null||Re===void 0?void 0:Re.title)!==null&&Ye!==void 0?Ye:"",playType:se,startTime:ne,videoDuration:ie,contentTags:JSON.stringify((ge=(Ke=X?.video)===null||Ke===void 0?void 0:Ke.tags)!==null&&ge!==void 0?ge:[]),position:e+"",contentFormat:"video",traceInfo:(Z=X?.video)===null||Z===void 0?void 0:Z.traceInfo},E?.current&&{loadTime:O?.current-C?.current+""})}),E.current=!1}}),[d,n,e,E,m?.current]),$=o.useCallback(()=>{var Y;if(!m?.current||T||!V||(m.current.style.objectFit="contain",!((Y=t?.video)===null||Y===void 0)&&Y.cover||!p||!p.current||R))return;const J=()=>{const ce=p?.current,he=ce.getContext("2d"),Ae=window?.innerWidth,oe=window?.innerHeight;ce.height=oe,ce.width=Ae,he?.drawImage(m.current,0,0,ce.width,ce.height),k(ce.toDataURL())};J(),setTimeout(()=>{J()},500)},[m.current,R,t,T,V]),le=o.useCallback(()=>{m.current&&(O.current=new Date,Q(),$())},[m.current,$,Q]),de=o.useCallback(Y=>()=>{var J,ce,he,Ae,oe;if(!m.current||!S)return;const ke=(J=m?.current)===null||J===void 0?void 0:J.paused;switch(Y){case"start":if(!ke)return;(ce=m?.current)===null||ce===void 0||ce.play(),u(!1);break;case"pause":if(ke)return;(he=m?.current)===null||he===void 0||he.pause(),u(!0);break;default:ke?(Ae=m?.current)===null||Ae===void 0||Ae.play():(oe=m?.current)===null||oe===void 0||oe.pause(),u(!ke);break}},[S,m?.current]),ee=o.useCallback(()=>{var Y,J,ce,he,Ae,oe,ke,Xe,Re,Ye,Ke,ge,Z;if(!m?.current||l!==e)return;const X=n[e],ie=((J=(Y=m?.current)===null||Y===void 0?void 0:Y.duration)!==null&&J!==void 0?J:0).toFixed(2),ne=((he=(ce=m?.current)===null||ce===void 0?void 0:ce.currentTime)!==null&&he!==void 0?he:0).toFixed(2);if(!((Ae=m?.current)===null||Ae===void 0)&&Ae.duration){const se=(((oe=m?.current)===null||oe===void 0?void 0:oe.currentTime)-A.current).toFixed(2);d?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Xe=(ke=X?.video)===null||ke===void 0?void 0:ke.itemId)!==null&&Xe!==void 0?Xe:"",contentName:(Ye=(Re=X?.video)===null||Re===void 0?void 0:Re.title)!==null&&Ye!==void 0?Ye:"",endTime:ne,videoDuration:ie,playDuration:se,contentTags:JSON.stringify((ge=(Ke=X?.video)===null||Ke===void 0?void 0:Ke.tags)!==null&&ge!==void 0?ge:[]),position:e+"",contentFormat:"video",traceInfo:(Z=X?.video)===null||Z===void 0?void 0:Z.traceInfo}})}},[n,e,d,m?.current,l]),Ie=o.useCallback(()=>{L(!0)},[]);o.useEffect(()=>{var Y,J,ce,he,Ae,oe,ke,Xe,Re,Ye;if(!y)return;const Ke=t?.video.url;if(!Ke)return;const ge=document.querySelector(`#${x}`);if(!ge||(m.current=dn?.(ge),!m?.current))return;C.current=new Date;const Z=window?.Hls;let X=M?.current;return Ke.includes(".m3u8")&&Z&&Z.isSupported()?(X=new Z,X?.loadSource(Ke),X?.attachMedia(m?.current),X?.on(Z.Events.MANIFEST_PARSED,function(){var ie;(ie=m?.current)===null||ie===void 0||ie.play()})):m.current.src=Ke,(Y=m?.current)===null||Y===void 0||Y.setAttribute("x5-playsinline","true"),(J=m?.current)===null||J===void 0||J.setAttribute("webkit-playsinline","true"),(ce=m?.current)===null||ce===void 0||ce.addEventListener("loadedmetadata",le),(he=m?.current)===null||he===void 0||he.addEventListener("loadeddata",$),(Ae=m?.current)===null||Ae===void 0||Ae.addEventListener("play",Q),(oe=m?.current)===null||oe===void 0||oe.addEventListener("playing",K),(ke=m?.current)===null||ke===void 0||ke.addEventListener("pause",ee),(Xe=m?.current)===null||Xe===void 0||Xe.addEventListener("ended",j),(Re=m?.current)===null||Re===void 0||Re.addEventListener("canplay",j),(Ye=m?.current)===null||Ye===void 0||Ye.addEventListener("waiting",Ie),()=>{var ie,ne,se,Se,qe,te,B,Ge,wt,et;((ie=m?.current)===null||ie===void 0?void 0:ie.paused)||ee(),M?.current&&((ne=M?.current)===null||ne===void 0||ne.destroy()),v(!1),(se=m?.current)===null||se===void 0||se.removeEventListener("loadedmetadata",le),(Se=m?.current)===null||Se===void 0||Se.removeEventListener("loadeddata",$),(qe=m?.current)===null||qe===void 0||qe.removeEventListener("play",Q),(te=m?.current)===null||te===void 0||te.removeEventListener("playing",K),(B=m?.current)===null||B===void 0||B.removeEventListener("pause",ee),(Ge=m?.current)===null||Ge===void 0||Ge.removeEventListener("ended",j),(wt=m?.current)===null||wt===void 0||wt.removeEventListener("canplay",j),(et=m?.current)===null||et===void 0||et.removeEventListener("waiting",Ie)}},[y]),o.useEffect(()=>{var Y,J,ce,he,Ae,oe;!m?.current||!S||(y?(g?.({eventName:"ViewContent",product:(J=(Y=n?.[e])===null||Y===void 0?void 0:Y.video)===null||J===void 0?void 0:J.bindProduct}),g?.({eventName:"PageView",product:(he=(ce=n?.[e])===null||ce===void 0?void 0:ce.video)===null||he===void 0?void 0:he.bindProduct}),(Ae=m?.current)===null||Ae===void 0||Ae.play()):(oe=m?.current)===null||oe===void 0||oe.pause())},[y,S,m?.current]),o.useEffect(()=>{var Y,J,ce;if(!y||!m?.current)return;!((Y=m?.current)===null||Y===void 0?void 0:Y.paused)&&b?(J=m?.current)===null||J===void 0||J.pause():b||(ce=m?.current)===null||ce===void 0||ce.play()},[b,y,m?.current]),o.useEffect(()=>{if(!y)return;const Y=()=>{de("start")()},J=de("pause");return mt.on(dt.PAGE_DID_SHOW,Y),mt.on(dt.PAGE_DID_HIDE,J),()=>{mt.off(dt.PAGE_DID_SHOW,Y),mt.off(dt.PAGE_DID_HIDE,J)}},[de,y]);const _e=o.useMemo(()=>!f?.placeholder_image||S?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[S,f?.placeholder_image]),Be=o.useMemo(()=>{if(!(!I||!S))return o.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Br,alt:"placeholder image"})},[I,S]);return o.useEffect(()=>{if(!m?.current)return;const Y=()=>{var J;l===e&&(!((J=t?.video)===null||J===void 0)&&J.url)&&m?.current&&!r&&de("pause")()};return window.addEventListener("beforeunload",Y),()=>{window.removeEventListener("beforeunload",Y)}},[l,e,t,m?.current,de,r]),t?.video?o.createElement(o.Fragment,null,V?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:de(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},D)},!R&&S&&_&&o.createElement(Pt,{src:_,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},N)}),o.createElement("canvas",{ref:p,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:F,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},o.createElement("div",{className:"n-full-screen",ref:w,id:x,style:{width:"100%",height:"100%"}}),r&&o.createElement(Pt,{className:"clc-pb-video-pause",src:c??H,alt:"pause"}))),_e,Be):o.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:de()},o.createElement("div",{className:"n-full-screen",ref:w,id:x,style:{width:"100%",height:"100%"}}),_e,Be,r&&o.createElement(Pt,{className:"clc-pb-video-pause",src:c??H,alt:"pause"}))):null};var Hr=o.memo(zr);const Wr=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:a})=>{const[l,s]=o.useState(t),c=r=>{r.stopPropagation();const u=!l;s(u),n?.(u)};return o.useEffect(()=>{s(t)},[t]),o.createElement("button",{style:a,"aria-label":"toggle button",className:"pb-toggle-button",onClick:c},o.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var ro=o.memo(Wr);const Xr=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,a]=o.useState(!0);ei(),o.useEffect(()=>{setTimeout(()=>{a(!1)},i)},[]);const l=Nt("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),s=o.useMemo(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return o.createElement("div",{hidden:!n,className:`pb-finger-wrap ${s}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},o.createElement("img",{src:t||l,alt:"finger swiper"}))},co=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:a}=t,l=o.useMemo(()=>n?.mode==="2",[n]),s=o.useMemo(()=>{var d;return n?.mode==="2"?`translateY(-${50+((d=n?.offsetTop)!==null&&d!==void 0?d:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),c=o.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),r=o.useMemo(()=>n?.bgWay==="1",[n]),u=o.useMemo(()=>r&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,r]);return o.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},u)},(!l||!r)&&o.createElement(Pt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},c),onLoad:a}),l&&o.createElement(Pt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:s,left:0,right:0},onLoad:a}))},Ur=({imgUrls:t,width:e,height:i,rec:n,index:a,onViewImageEndEvent:l,onViewImageStartEvent:s,imgUrlsPostConfig:c})=>{var r,u;const{isActive:d}=on(),{sxpParameter:f,openHashtag:h}=Fe(),[b,g]=o.useState(!1),[A,S]=o.useState(),[v,y]=o.useState(0),p=o.useRef(),T=o.useRef(!0),k=new Date;o.useEffect(()=>{b&&d?(p?.current&&p.current.swiper.autoplay.start(),h?l(n):(s(a,T.current?A:void 0,!0),T.current=!1)):p?.current&&p.current.swiper.autoplay.stop()},[n,d,l,h,a,s,b,A]);const I=o.useCallback(M=>ht(void 0,void 0,void 0,function*(){b||(S({loadTime:new Date-k+""}),g(!0))}),[b]);o.useEffect(()=>{if(!d)return;const M=()=>s(a,A),C=()=>l(n);return mt.on(dt.PAGE_DID_SHOW,M),mt.on(dt.PAGE_DID_HIDE,C),()=>{mt.off(dt.PAGE_DID_SHOW,M),mt.off(dt.PAGE_DID_HIDE,C)}},[d,A]);const L=o.useCallback(()=>{p.current&&p.current.swiper&&w&&p.current.swiper.autoplay.stop()},[]),m=o.useCallback(()=>{p.current&&p.current.swiper&&w&&p.current.swiper.autoplay.start()},[]),x=o.useCallback(M=>{y(M.activeIndex)},[]),w=o.useMemo(()=>Oi(),[]);return o.createElement("div",{onMouseEnter:L,onMouseLeave:m},o.createElement(li,Object.assign({defaultValue:0,direction:"horizontal",modules:[Ci,Ii,...w?[Xi,Ui,Ei,Hi]:[]],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"}},w?{mousewheel:!0,keyboard:!0,navigation:!0,a11y:{enabled:!0}}:{},{loop:!0,ref:p,onSlideChange:x,className:Ce.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(r=c?.marginBottom)!==null&&r!==void 0?r:0,fontSize:"14px"}},c?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:c?.dotsBgColor,opacity:1}}),c?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${c?.dotsActiveColor}!important`,opacity:1}})),height:i,autoplay:{delay:((u=c?.delay)!==null&&u!==void 0?u:3)*1e3}}),t?.map((M,C)=>o.createElement(Ht,{key:C,"aria-hidden":C!==v},o.createElement(co,{src:!b&&C>0?"":M,height:i,imgUrlsPostConfig:c,onShowFirstImage:I})))))};var Gr=o.memo(Ur);const Yr=({tags:t,itemId:e,itemType:i,index:n,rec:a,hashTagStyle:l,hashTagRightMargin:s})=>{var c;const[r,u]=o.useState(!1),{setWaterFallData:d,setOpenHashtag:f,setCacheActiveIndex:h,waterFallData:b,setIsFromHashtag:g}=Fe(),A=S=>{b?g?.(!0):h?.(n),d?.(i?{hashTag:S,itemId:e,itemType:i,rec:a}:{hashTag:S,rec:a}),f?.(!0)};return o.useMemo(()=>t.length<=6?null:o.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>u(!r)},r?"show less":"show more"),[r,t]),o.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(c=l?.marginTop)!==null&&c!==void 0?c:16}px`,width:s}},o.createElement(mi,null,t?.map((S,v)=>o.createElement(Ht,{key:v,hidden:r?!1:v>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>A(S),tag:"li",role:"listitem"},o.createElement("button",{className:"clc-sxp-bottom-hashtag-item-button","aria-label":S,"aria-describedby":S,dangerouslySetInnerHTML:{__html:xe(`#${S}`,l)}})))))};var uo=o.memo(Yr),vo="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 hi(t){return o.memo(function(e){const{$store:i}=Po(),n=l=>{let s=l;const c=l.match(/{{.*?}}/g);return c?.length&&c.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(u,d)=>{if(d){const f=rt.get(i,d);return s=s.replace(r,f),f}})}),s},a=o.useMemo(()=>{var l,s,c;const{bindDatas:r}=e,u=it(e,["bindDatas"]);if((l=r?.forEach)===null||l===void 0||l.call(r,d=>{if(d?.propKey&&d?.dataPath){const{propKey:f,dataPath:h}=d;h.replace(/{{\s*([\w.]+)\s*}}/g,(b,g)=>{var A,S;if(g){const v=(S=(A=rt.get(i,g))!==null&&A!==void 0?A:e[f])!==null&&S!==void 0?S:"";return u[f]=v,v}})}}),u){u.eventMap={};const d=rt.cloneDeep(u.event)||{};for(const f in d)if(Object.prototype.hasOwnProperty.call(d,f))try{d[f].value=n(d[f].value),u.eventMap[f]=new Function(d[f].value)}catch{}}return!((c=(s=u?.event)===null||s===void 0?void 0:s.onClick)===null||c===void 0)&&c.linkType&&(u.style.cursor="pointer"),u},[i,e]);return o.createElement(t,Object.assign({},a,a.eventMap))})}const qr=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:a,isActive:l,value:s})=>{const{schema:c}=ei();if(!t?.video)return null;const r=o.useMemo(()=>{var u,d,f,h,b,g,A,S,v,y,p,T,k,I,L,m,x,w,M,C,O,E,V,F,_,N,R,D;if(!(a&&!a?.includes((u=s?.item)===null||u===void 0?void 0:u.type))&&!(!a&&((d=s?.item)===null||d===void 0?void 0:d.category)==="cta")){if(((f=s?.item)===null||f===void 0?void 0:f.type)==="CommodityDiro"&&!(!((h=t?.video)===null||h===void 0)&&h.bindProduct)||((b=s?.item)===null||b===void 0?void 0:b.type)==="Commodity"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((A=s?.item)===null||A===void 0?void 0:A.type)==="CommodityDiroNew"&&!(!((S=t?.video)===null||S===void 0)&&S.bindProduct)||((v=s?.item)===null||v===void 0?void 0:v.type)==="MultiCommodity"&&!(!((p=(y=t?.video)===null||y===void 0?void 0:y.bindProducts)===null||p===void 0)&&p.length)||((T=s?.item)===null||T===void 0?void 0:T.type)==="MultiCommodityDiro"&&!(!((I=(k=t?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0)&&I.length)||((L=s?.item)===null||L===void 0?void 0:L.type)==="MultiCommodityDiroNew"&&!(!((x=(m=t?.video)===null||m===void 0?void 0:m.bindProducts)===null||x===void 0)&&x.length))return null;if(s&&n){const j=n[(w=s?.item)===null||w===void 0?void 0:w.type],H=hi(j),K=(M=j?.extend)===null||M===void 0?void 0:M.defaulSetting,Q=((E=(O=(C=s?.item)===null||C===void 0?void 0:C.event)===null||O===void 0?void 0:O.onClick)===null||E===void 0?void 0:E.linkType)==="externalLink";let $=rt.cloneDeep((V=s?.item)===null||V===void 0?void 0:V.style);if($.hasOwnProperty("backdropFilter")){let le=$.backdropFilter;$.backdropFilter=`blur(${le??0}px)`}return o.createElement(H,Object.assign({style:Object.assign(Object.assign(Object.assign({},K?.style),$),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},K?.textStyle),(F=s?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(N=(_=s?.item)===null||_===void 0?void 0:_.bindDatas)!==null&&N!==void 0?N:[]},K?.props,(R=s?.item)===null||R===void 0?void 0:R.props,{event:((D=s?.item)===null||D===void 0?void 0:D.event)||{},schema:c,id:s?.id,key:s?.id,recData:t,isExternalLink:Q,index:e,isActive:l}))}else return null}},[t,n,i,c,s?.id,l]);return o.createElement(o.Fragment,null,r)};var Di=o.memo(qr);const po=({nudge:t})=>{var e,i,n,a,l,s;return o.createElement(o.Fragment,null,t?.isOpen&&o.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(l=(a=t?.size)===null||a===void 0?void 0:a.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(s=t?.borderRadius)!==null&&s!==void 0?s:4}},t?.icon?o.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,o.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:xe(t?.content,t?.textStyle)}})))},Zr=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:a,setCacheRtcList:l,setCacheActiveIndex:s,setLoading:c,swiperRef:r,waterFallData:u,bffEventReport:d,selectTag:f,setSelectTag:h}=Fe(),{backMainFeed:b}=Ct(),g=o.useMemo(()=>[gi,...t],[t]),A=S=>()=>{if(S===f)return;S!=="FOR U"?d?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${S}']`}}):b("theme",S,f);let v;S!==gi&&(v=S),c?.(!0),n?.({themeTag:v}).then(y=>{var p,T,k,I;mt.emit(dt.CHANGE_THEME_TAG,v),a?.((p=y?.recList)!==null&&p!==void 0?p:[]),l?.((T=y?.recList)!==null&&T!==void 0?T:[]),e?.(0),s?.(0),(I=(k=r?.current)===null||k===void 0?void 0:k.swiper)===null||I===void 0||I.slideTo(0)}).finally(()=>{c?.(!1)}),h?.(S)};return u||t.length<=0?null:o.createElement("div",{className:"clc-sxp-tagbar",style:i},o.createElement("div",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},g.map(S=>o.createElement("button",{className:`clc-sxp-tagbar-list-item ${S===f?"clc-sxp-tagbar-list-item-active":""}`,key:S,"aria-label":S,onClick:A(S)},S))))};var mo=o.memo(Zr);const Kr=({resolver:t,globalConfig:e})=>{var i,n;const a=o.useMemo(()=>Ro(),[]),l=t?.Display,s=hi(l),c=(n=(i=e?.consentPopup)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.item;return o.createElement(s,Object.assign({},c?.props,{style:c?.style,event:c?.event||{},contsentState:a}))};var Jr=o.memo(Kr);const Qr=({data:t,minusHeight:e,tagHeight:i,onClick:n})=>{var a,l,s,c,r;return o.createElement("button",{style:{position:"absolute",[(a=t?.xPosit)!==null&&a!==void 0?a:"left"]:(s=(l=t?.backButton)===null||l===void 0?void 0:l.x)!==null&&s!==void 0?s:0,[(c=t?.yPosit)!==null&&c!==void 0?c:"top"]:(t?.yPosit=="top"?e+i:0)+((r=t?.y)!==null&&r!==void 0?r:0),zIndex:8,border:"none",padding:0,background:"transparent"},role:"button","aria-label":"back button",onClick:n},o.createElement("img",{src:t?.icon||vo,alt:"back button",width:100,style:{objectFit:"cover"}}))};var fo=o.memo(Qr);const ho=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:a,resolver:l,data:s=[],ctaType:c,tipText:r,nudge:u,_schema:d,hashTagStyle:f,hashTagRightMargin:h,tagList:b=[],defaultData:g})=>{var A,S,v,y,p,T,k,I,L,m,x,w,M,C,O,E,V,F,_,N,R,D,j,H,K;const Q=Nt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),$=Nt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:le}=ei(),{openMultiPosts:de}=an(),[ee,Ie]=o.useState(0),_e=o.useRef(0),[Be,Y]=o.useState(!0),J=o.useRef(),[ce,he]=o.useState(!1),[Ae,oe]=o.useState(!1),[ke,Xe]=o.useState(new Date().getTime()),Re=o.useRef(!1),[Ye,Ke]=o.useState(2),{loadVideos:ge,bffEventReport:Z,loading:X,setPopupDetailData:ie,ctaEvent:ne,swiperRef:se,waterFallData:Se,setOpenHashtag:qe,appDomain:te,openHashtag:B,loadingImage:Ge,isFromHashtag:wt,popupDetailData:et,bffFbReport:At,curTime:ft,h5EnterLink:St,isShowConsent:Ft,selectTag:Mt,isPreview:Bt,isEditor:It,cacheRtcList:Lt,setRtcList:xt,cacheActiveIndex:zt,rtcList:ze,isNoMoreData:Dt,channel:_t,refreshFeSession:be}=Fe(),{backMainFeed:ae,productView:Qe,jumpToWeb:bt}=Ct(),Jt=o.useMemo(()=>s.length>0&&!X&&(_o()||t?.enableSwiperTip),[s,X,t?.enableSwiperTip]);o.useEffect(()=>{be?.(!0)},[]),o.useEffect(()=>{if(s?.length>0){const P=new Date;J.current=P}},[s?.length]);const Gt=o.useCallback(()=>{var P,G,q;const U=(G=(P=g?.data)===null||P===void 0?void 0:P.sxpPageConf)===null||G===void 0?void 0:G.globalConfig;if(!((q=U?.session)===null||q===void 0)&&q.enable||Ni(),St?.(),s.length>0){const pe=new Date;J.current=pe}},[s.length,St,g]);o.useEffect(()=>{var P;if(!c||c?.length<1)return;const G=s?.findIndex(q=>{var U,pe,re,ve,we,Oe,Ve,je,me;const Te=c?.[0];return Te==="\u591A\u5546\u54C1CTA"?((U=q?.video)===null||U===void 0?void 0:U.bindProducts)&&((re=(pe=q?.video)===null||pe===void 0?void 0:pe.bindProducts)===null||re===void 0?void 0:re.length)>0:Te==="\u5546\u54C1CTA"?(ve=q?.video)===null||ve===void 0?void 0:ve.bindProduct:((Oe=(we=q?.video)===null||we===void 0?void 0:we.bindCta)===null||Oe===void 0?void 0:Oe.itemId)===Te&&(((Ve=q?.video)===null||Ve===void 0?void 0:Ve.url)||((me=(je=q?.video)===null||je===void 0?void 0:je.imgUrls)===null||me===void 0?void 0:me.length))})||0;G!==-1&&((P=se?.current)===null||P===void 0||P.swiper.slideTo(G))},[s,c,se]);const Yt=o.useCallback(P=>{var G,q,U,pe,re,ve,we,Oe,Ve,je,me,Te,We,lt,tt,at,pt,Me,ut,Tt;const Ee=s?.[ee];let vt="";et&&(!((q=(G=Ee?.video)===null||G===void 0?void 0:G.bindProducts)===null||q===void 0)&&q.length||!((U=Ee?.video)===null||U===void 0)&&U.bindProduct)?vt="pdpPage":et&&((we=a?.[(ve=(re=(pe=Ee?.video)===null||pe===void 0?void 0:pe.bindCta)===null||re===void 0?void 0:re.itemId)!==null&&ve!==void 0?ve:""].item)===null||we===void 0?void 0:we.type)==="Appoint"?vt="formPage":wt?vt="hashTagPage":!((Oe=Ee?.video)===null||Oe===void 0)&&Oe.url?vt="videoPage":!((Ve=Ee?.video)===null||Ve===void 0)&&Ve.imgUrls&&(!((me=(je=Ee?.video)===null||je===void 0?void 0:je.imgUrls)===null||me===void 0)&&me.length)?vt="imagePage":Ee?.product&&(vt="productPage"),Z?.({eventInfo:{sessionDuration:Math.floor((new Date-ft.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Te=Ee?.video)===null||Te===void 0?void 0:Te.itemId,productId:(We=Ee?.product)===null||We===void 0?void 0:We.itemId,position:ee+"",fromKName:P||vt,fromKPage:location?.href,ctatId:(at=(tt=(lt=Ee?.video)===null||lt===void 0?void 0:lt.bindCta)===null||tt===void 0?void 0:tt.itemId)!==null&&at!==void 0?at:"",traceInfo:(Tt=(Me=(pt=Ee?.video)===null||pt===void 0?void 0:pt.traceInfo)!==null&&Me!==void 0?Me:(ut=Ee?.product)===null||ut===void 0?void 0:ut.traceInfo)!==null&&Tt!==void 0?Tt:""}})},[s,Z,ee,et,a,wt,ft]);o.useEffect(()=>{const P=s?.[ee],G=()=>{const q=!B&&!Ft;document.visibilityState==="hidden"?(q&&(mt.emit(dt.PAGE_DID_HIDE,P),nt(P)),(t?.playbook!=="organic menu"||ee!==0||_t)&&(be?.(!1,Yt)||Yt())):document.visibilityState==="visible"&&(Re.current===!0&&(Xe(new Date().getTime()),Re.current=!1),Gt(),q&&(mt.emit(dt.PAGE_DID_SHOW,P),ae("external",Mt)))};return document.addEventListener("visibilitychange",G),()=>{document.removeEventListener("visibilitychange",G)}},[ee,Z,s,Gt,et,wt,a,ft,ae,B,Ft,Mt,_t,Yt,be]);const ui=o.useCallback(rt.debounce(()=>{be?.(!1,Yt)},1e3),[Yt,be]);o.useEffect(()=>{const P=["touchstart","touchcancel"];return P.forEach(G=>{window.addEventListener(G,ui)}),()=>{P.forEach(G=>{window.removeEventListener(G,ui)})}},[ui]);const Qt=o.useMemo(()=>{let P=0;return b.length>0&&(P+=45,Se&&(P-=45)),P},[b,Se]),Wt=o.useMemo(()=>{let P=0;return t?.logoUrl&&t?.isShowLogo&&(P+=56),P},[t]),W=o.useMemo(()=>i-Wt-Qt,[Wt,i,Qt]),z=o.useMemo(()=>{var P;const G=ee===0&&!Se&&!It?[(P=s?.[0])!==null&&P!==void 0?P:null]:s?.map((q,U)=>ee===U||U-1===ee||U+1===ee?q:null);return G?.length?!Se&&!Dt?G.concat([{loading:!0}]):G:[]},[s,ee,Se,It,Dt]),fe=o.useMemo(()=>{var P,G,q,U;if(t?.logoUrl&&t?.isShowLogo){const pe=(G=(P=t?.logoBar)===null||P===void 0?void 0:P.onClick)===null||G===void 0?void 0:G.value,re=((U=(q=t?.logoBar)===null||q===void 0?void 0:q.onClick)===null||U===void 0?void 0:U.linkType)==="externalLink",ve=z[ee];return o.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},pe&&{onClick:we=>{var Oe,Ve,je,me;re&&bt(we,ve,(Oe=ve?.video)===null||Oe===void 0?void 0:Oe.bindProduct,(Ve=ve?.video)===null||Ve===void 0?void 0:Ve.bindCta,ee,((je=ve?.product)===null||je===void 0?void 0:je.traceInfo)||((me=ve?.video)===null||me===void 0?void 0:me.traceInfo)),new Function(pe)()}}),o.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,ee,z]),De=o.useCallback((P,G)=>{var q,U,pe,re,ve,we,Oe,Ve,je,me;return P==="organic menu"?o.createElement(sn,Object.assign({recData:s?.[1]},(pe=(U=(q=t?.multiPosts)===null||q===void 0?void 0:q[0])===null||U===void 0?void 0:U.item)===null||pe===void 0?void 0:pe.props,(we=(ve=(re=t?.multiPosts)===null||re===void 0?void 0:re[0])===null||ve===void 0?void 0:ve.item)===null||we===void 0?void 0:we.event)):!((Oe=P?.video)===null||Oe===void 0)&&Oe.url?o.createElement(Hr,{key:ke,rec:P,index:G,muted:Be,data:s,height:W,activeIndex:ee,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((Ve=P?.video)===null||Ve===void 0)&&Ve.imgUrls?o.createElement(Gr,{key:P?.video.itemId,imgUrls:P?.video.imgUrls,width:n,height:W,rec:P,index:G,onViewImageEndEvent:Pe,onViewImageStartEvent:ot,imgUrlsPostConfig:t?.imgUrlsPost}):P.product&&Array.isArray(t?.productPost)&&((je=t?.productPost)===null||je===void 0?void 0:je.length)>0?(me=t?.productPost)===null||me===void 0?void 0:me.map((Te,We)=>{var lt,tt,at,pt,Me,ut,Tt,Ee;const vt=l[(lt=Te?.item)===null||lt===void 0?void 0:lt.type],qt=hi(vt),Et=(tt=vt?.extend)===null||tt===void 0?void 0:tt.defaulSetting;return o.createElement(qt,Object.assign({key:`${G}${We}`,textStyle:Object.assign(Object.assign({},Et?.textStyle),(at=Te?.item)===null||at===void 0?void 0:at.textStyle),bindDatas:(Me=(pt=Te?.item)===null||pt===void 0?void 0:pt.bindDatas)!==null&&Me!==void 0?Me:[]},Et?.props,(ut=Te?.item)===null||ut===void 0?void 0:ut.props,{event:((Tt=Te?.item)===null||Tt===void 0?void 0:Tt.event)||{},schema:le,id:Te?.id,viewTime:J.current,rec:P,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},Et?.style),(Ee=Te?.item)===null||Ee===void 0?void 0:Ee.style),{height:"100%",overflow:"auto"}),index:G,isActive:ee===G}))}):null},[n,s,W,Be,ee,t?.productPost,t?.videoPlayIcon,J,r,l,le,ke]),ue=o.useCallback(P=>{oe(P)},[]),ye=o.useMemo(()=>Ae?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[Ae]),Ne=o.useCallback((P,G)=>{var q,U,pe,re,ve,we,Oe,Ve,je,me,Te,We,lt;if(P?.video){let tt=null;!((U=(q=P?.video)===null||q===void 0?void 0:q.bindProducts)===null||U===void 0)&&U.length?tt="\u591A\u5546\u54C1CTA":!((pe=P?.video)===null||pe===void 0)&&pe.bindProduct?tt="\u5546\u54C1CTA":tt=(ve=(re=P?.video)===null||re===void 0?void 0:re.bindCta)===null||ve===void 0?void 0:ve.itemId;const at=a?.[tt];return o.createElement(o.Fragment,null,((we=P?.video)===null||we===void 0?void 0:we.title)&&!Ae&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom",style:{marginBottom:`${(Oe=t?.bottomInfoDist)!==null&&Oe!==void 0?Oe:40}px`}},o.createElement(po,{nudge:u}),t?.isShowCTA===void 0||t?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Di,{rec:P,index:G,tempMap:a,resolver:l,isActive:G===ee,value:at})):null,o.createElement("div",null,o.createElement(Mi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(je=(Ve=P?.video)===null||Ve===void 0?void 0:Ve.title)!==null&&je!==void 0?je:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:ue}),o.createElement(Di,{rec:P,index:G,tempMap:a,resolver:l,includesCtaType:["AniLink"],isActive:G===ee,value:at}),o.createElement(uo,{index:ee,tags:(Te=(me=P?.video)===null||me===void 0?void 0:me.hashTags)!==null&&Te!==void 0?Te:[],itemId:(We=P?.video)===null||We===void 0?void 0:We.itemId,itemType:!((lt=P?.video)===null||lt===void 0)&<.itemId?"VIDEO":null,rec:P,hashTagStyle:f,hashTagRightMargin:n-(h??0)}))),o.createElement(Di,{rec:P,index:G,tempMap:a,resolver:l,includesCtaType:["AniLinkPopup"],isActive:G===ee,value:at}))}return null},[e,ee,a,l,r,u,f,t,ue,Ae,ye]),Le=o.useCallback((P,G,q)=>{var U,pe,re,ve;if(!t?.isShowLike||!q)return;let we=(U=t?.likeIconY)!==null&&U!==void 0?U:400;return Se&&we<40&&t?.likeIconYPosit==="top"&&(we+=40),t?.likeIconYPosit==="top"&&(we+=Wt),P?.video?o.createElement(so,{key:P.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:P.isCollected,recData:P,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(pe=t.likeIconXPosit)!==null&&pe!==void 0?pe:"right"]:(re=t.likeIconX)!==null&&re!==void 0?re:0,[(ve=t.likeIconYPosit)!==null&&ve!==void 0?ve:"bottom"]:we},position:G}):null},[t,Se]),Pe=P=>{var G,q,U,pe,re,ve;if(!(!((G=P?.video)===null||G===void 0)&&G.url)&&(!((q=P?.video)===null||q===void 0)&&q.imgUrls)){const we=Date.now(),Oe=_e.current===0?0:(we-_e.current)/1e3;Z?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(pe=(U=P?.video)===null||U===void 0?void 0:U.itemId)!==null&&pe!==void 0?pe:"",contentName:(re=P?.video.title)!==null&&re!==void 0?re:"",imageEndTime:`${we}`,playDuration:`${Oe}`,contentTags:JSON.stringify((ve=P?.video.tags)!==null&&ve!==void 0?ve:[]),position:ee+"",contentFormat:"image",traceInfo:P?.video.traceInfo}})}},Je=(P,G)=>{var q,U,pe,re,ve,we,Oe,Ve,je,me,Te,We,lt,tt,at,pt,Me,ut,Tt,Ee,vt,qt;if(Bt||Se)return;const Et=new Date-ft.current;if(t?.openSlideSkip&&Et>=((q=t?.slideSkipStartTime)!==null&&q!==void 0?q:0)&&Oo()&&P){const Rt=((re=(pe=(U=P?.video)===null||U===void 0?void 0:U.bindProducts)===null||pe===void 0?void 0:pe[0])===null||re===void 0?void 0:re.link)||((we=(ve=P?.video)===null||ve===void 0?void 0:ve.bindProduct)===null||we===void 0?void 0:we.link)||((Oe=P?.product)===null||Oe===void 0?void 0:Oe.link),st=P?.product||((Ve=P?.video)===null||Ve===void 0?void 0:Ve.bindProduct)||((me=(je=P?.video)===null||je===void 0?void 0:je.bindProducts)===null||me===void 0?void 0:me[0]);if(Rt){let $t=null;!((Te=P?.video)===null||Te===void 0)&&Te.url?$t="video":!((lt=(We=P?.video)===null||We===void 0?void 0:We.imgUrls)===null||lt===void 0)&<.length&&($t="image"),Z?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(tt=st?.itemId)!==null&&tt!==void 0?tt:"",productName:(at=st?.title)!==null&&at!==void 0?at:"",price:st?.price?st?.price+"":"0",productCollection:(pt=st?.collection)!==null&&pt!==void 0?pt:"",contentTags:st?.tags?JSON.stringify(st?.tags):"",position:G+"",contentId:(ut=(Me=P?.video)===null||Me===void 0?void 0:Me.itemId)!==null&&ut!==void 0?ut:"",traceInfo:(qt=(Ee=(Tt=P?.video)===null||Tt===void 0?void 0:Tt.traceInfo)!==null&&Ee!==void 0?Ee:(vt=P?.product)===null||vt===void 0?void 0:vt.traceInfo)!==null&&qt!==void 0?qt:"",contentFormat:$t}}),Re.current=!0,window.location.href=window.getJointUtmLink(Rt)}}},$e=P=>{var G,q,U,pe,re,ve,we,Oe,Ve,je,me,Te,We,lt,tt,at,pt;const Me=s[P.previousIndex];if(!Me)return;let ut=null;!((G=Me?.video)===null||G===void 0)&&G.url?ut="video":!((U=(q=Me?.video)===null||q===void 0?void 0:q.imgUrls)===null||U===void 0)&&U.length&&(ut="image"),P.previousIndex-P.activeIndex<0?(Z?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(re=(pe=Me?.video)===null||pe===void 0?void 0:pe.itemId)!==null&&re!==void 0?re:"",productId:(we=(ve=Me?.product)===null||ve===void 0?void 0:ve.itemId)!==null&&we!==void 0?we:"",requestId:null,traceInfo:(Ve=(Oe=Me?.video)===null||Oe===void 0?void 0:Oe.traceInfo)!==null&&Ve!==void 0?Ve:"",contentFormat:ut,position:((je=P.previousIndex)!==null&&je!==void 0?je:0)+""}}),Pe(Me),Je(Me,P.previousIndex)):(Z?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Te=(me=Me?.video)===null||me===void 0?void 0:me.itemId)!==null&&Te!==void 0?Te:"",productId:(lt=(We=Me.product)===null||We===void 0?void 0:We.itemId)!==null&<!==void 0?lt:"",requestId:null,traceInfo:(at=(tt=Me?.video)===null||tt===void 0?void 0:tt.traceInfo)!==null&&at!==void 0?at:"",contentFormat:ut,position:((pt=P.previousIndex)!==null&&pt!==void 0?pt:0)+""}}),Pe(Me)),nt(Me),J.current=new Date},nt=P=>{var G,q,U;!(!((G=P?.video)===null||G===void 0)&&G.url)&&!(!((q=P?.video)===null||q===void 0)&&q.imgUrls)&&P?.product&&Qe(P,P.product,(U=P?.product)===null||U===void 0?void 0:U.bindCta,J.current,ee)};o.useEffect(()=>{const P=s[ee];B?nt(P):J.current=new Date},[B,s,ee]);const ot=(P,G,q)=>{var U,pe,re,ve,we,Oe,Ve,je;const me=s[P];if(!(!((U=me?.video)===null||U===void 0)&&U.url)&&(!((pe=me?.video)===null||pe===void 0)&&pe.imgUrls)){const Te=Date.now();_e.current=Te,Z?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(ve=(re=me?.video)===null||re===void 0?void 0:re.itemId)!==null&&ve!==void 0?ve:"",contentName:(we=me?.video.title)!==null&&we!==void 0?we:"",imageStartTime:`${Te}`,contentTags:JSON.stringify((Oe=me?.video.tags)!==null&&Oe!==void 0?Oe:[]),position:P+"",contentFormat:"image",traceInfo:me?.video.traceInfo,loadTime:G?.loadTime}}),q&&(At?.({eventName:"ViewContent",product:(Ve=me?.video)===null||Ve===void 0?void 0:Ve.bindProduct}),At?.({eventName:"PageView",product:(je=me?.video)===null||je===void 0?void 0:je.bindProduct}))}},Ue=o.useCallback(P=>{var G,q,U,pe,re,ve;if(!P)return;let we=(G=t?.muteIconY)!==null&&G!==void 0?G:23;return Se&&we<40&&t?.muteIconYPosit==="top"&&(we+=40),t?.muteIconYPosit==="top"&&(we+=Wt),(t?.isShowMute===void 0||t?.isShowMute===!0)&&o.createElement(ro,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((U=(q=z?.[ee])===null||q===void 0?void 0:q.video)===null||U===void 0)&&U.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(pe=t?.muteIconXPosit)!==null&&pe!==void 0?pe:"right"]:(re=t?.muteIconX)!==null&&re!==void 0?re:0,[(ve=t?.muteIconYPosit)!==null&&ve!==void 0?ve:"bottom"]:we},defaultValue:Be,activeIcon:t?.unMuteIcon?t?.unMuteIcon:Q,unactiveIcon:t?.muteIcon?t?.muteIcon:$,onChange:Y})},[t,z,ee,Be,Se]),Ze=o.useMemo(()=>X?o.createElement("div",{style:{height:W,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:Ge,alt:"loading...",style:{objectFit:"contain"}})):z?.map((P,G)=>o.createElement(Ht,{key:G,virtualIndex:G,style:{overflow:"hidden"}},P&&o.createElement(o.Fragment,null,P?.loading?o.createElement("div",{style:{height:W,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},o.createElement("img",{width:64,height:64,src:Ge,alt:"loading...",style:{objectFit:"contain"}})):o.createElement(o.Fragment,null,Ne(P,G),Le(P,G,!t?.likeIconFixed),Ue(!t?.muteIconFixed),De(P,G))))),[n,s,W,X,Ne,De,z,Ge,ke,Ue]);return o.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},Se&&o.createElement(to,{icon:vo,styles:{background:"rgba(0,0,0,.3)",color:"#fff",top:`${Wt}px`},textStyle:Object.assign(Object.assign({},(p=(y=(v=(S=(A=t?.hashTag)===null||A===void 0?void 0:A[0])===null||S===void 0?void 0:S.item)===null||v===void 0?void 0:v.props)===null||y===void 0?void 0:y.textStyles)===null||p===void 0?void 0:p.hashTagTitle),{color:"#fff"}),onClose:()=>{!rt.isEqual(ze,Lt)&&Lt&&Lt?.length&&xt?.(Lt),qe?.(!0)}}),fe,o.createElement(mo,{tagList:b,setActiveIndex:Ie,style:{top:Wt}}),((T=t?.backButton)===null||T===void 0?void 0:T.enable)&&!_t&&!de&&!Se&&o.createElement(fo,{data:t?.backButton,minusHeight:Wt,tagHeight:Qt,onClick:()=>history?.back()}),(((x=(m=(L=(I=(k=t?.multiPosts)===null||k===void 0?void 0:k[0])===null||I===void 0?void 0:I.item)===null||L===void 0?void 0:L.props)===null||m===void 0?void 0:m.backButton)===null||x===void 0?void 0:x.enable)&&_t||de)&&!Se&&o.createElement(fo,{data:(O=(C=(M=(w=t?.multiPosts)===null||w===void 0?void 0:w[0])===null||M===void 0?void 0:M.item)===null||C===void 0?void 0:C.props)===null||O===void 0?void 0:O.backButton,minusHeight:Wt,tagHeight:Qt,onClick:()=>{var P,G;const q=z?.[ee];Z?.({eventInfo:{eventSubject:"backMultiPostClick",eventDescription:"backMultiPostClick",traceInfo:((P=q?.video)===null||P===void 0?void 0:P.traceInfo)||((G=q?.product)===null||G===void 0?void 0:G.traceInfo)||""}}),location?.reload()}}),Jt?o.createElement(Xr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((E=t?.swipeTipOffset)!==null&&E!==void 0?E:0)}%`},duration:t?.swiperTipAniDur}):null,o.createElement(li,{style:{marginTop:Qt},ref:se,onSlideChange:()=>{se.current.swiper.allowTouchMove=!1,setTimeout(()=>{se.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:P=>{Ie(P.activeIndex),!B&&($e(P),!(Se||It)&&P?.activeIndex+1>=s?.length&&(ce||(he(!0),ge?.(Ye).then(G=>{var q;he(!1),G&&((q=G?.recList)===null||q===void 0?void 0:q.length)>0&&Ke(Ye+1)}))))},direction:"vertical",height:W},Ze,Le(z[ee],ee,!!t?.likeIconFixed),Ue(!!t?.muteIconFixed)),o.createElement(no,Object.assign({},(_=(F=(V=t?.hashTag)===null||V===void 0?void 0:V[0])===null||F===void 0?void 0:F.item)===null||_===void 0?void 0:_.props)),o.createElement(Jr,{resolver:l,globalConfig:t}),de&&o.createElement(sn,Object.assign({},(D=(R=(N=t?.multiPosts)===null||N===void 0?void 0:N[0])===null||R===void 0?void 0:R.item)===null||D===void 0?void 0:D.props,(K=(H=(j=t?.multiPosts)===null||j===void 0?void 0:j[0])===null||H===void 0?void 0:H.item)===null||K===void 0?void 0:K.event,{style:{position:"fixed",top:0,left:0,right:0}})))},$r=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:a,index:l})=>o.createElement(li,{defaultValue:0,direction:"horizontal",modules:[Ci,Ii],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(s=>o.createElement(Ht,{key:s},o.createElement(co,{src:s,height:i,imgUrlsPostConfig:n}))));var ed=o.memo($r);const td=({rec:t,index:e,height:i,data:n,muted:a,activeIndex:l,videoPostConfig:s,width:c})=>{const[r,u]=o.useState(!1),d=o.useRef(null),{bffEventReport:f,sxpParameter:h,waterFallData:b,openHashtag:g}=Fe(),A=o.useRef(0),[S,v]=o.useState(!1),[y,p]=o.useState(!0),T=o.useRef(null),[k,I]=o.useState("");o.useEffect(()=>{d.current&&(d.current.muted=a)},[a]);const L=o.useCallback(()=>{var R;(R=d.current)===null||R===void 0||R.play()},[]),m=Nt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),x=o.useCallback(()=>{var R,D,j,H,K,Q,$,le,de,ee,Ie,_e,Be;u(!1);const Y=n[e];if(Y&&(!((R=d?.current)===null||R===void 0)&&R.duration)){A.current=((D=d?.current)===null||D===void 0?void 0:D.currentTime)||0;const J=((H=(j=d.current)===null||j===void 0?void 0:j.duration)!==null&&H!==void 0?H:0).toFixed(2),ce=((Q=(K=d.current)===null||K===void 0?void 0:K.currentTime)!==null&&Q!==void 0?Q:0).toFixed(2),he=y?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(le=($=Y?.video)===null||$===void 0?void 0:$.itemId)!==null&&le!==void 0?le:"",contentName:(ee=(de=Y?.video)===null||de===void 0?void 0:de.title)!==null&&ee!==void 0?ee:"",playType:he,startTime:ce,videoDuration:J,contentTags:JSON.stringify((_e=(Ie=Y?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&_e!==void 0?_e:[]),position:e+"",contentFormat:"video",traceInfo:(Be=Y?.video)===null||Be===void 0?void 0:Be.traceInfo}}),p(!1)}},[f,n,e,y]),w=o.useCallback(()=>{v(!0)},[]),M=o.useCallback(R=>()=>{var D,j,H,K,Q;if(!S)return;const $=(D=d.current)===null||D===void 0?void 0:D.paused;switch(R){case"start":if(!$)return;(j=d.current)===null||j===void 0||j.play(),u(!1);break;case"pause":if($)return;(H=d.current)===null||H===void 0||H.pause(),u(!0);break;default:$?(K=d.current)===null||K===void 0||K.play():(Q=d.current)===null||Q===void 0||Q.pause(),u(!$);break}},[S]),C=o.useCallback(()=>{var R,D,j,H,K,Q,$,le,de,ee,Ie,_e,Be;const Y=n[e],J=((D=(R=d.current)===null||R===void 0?void 0:R.duration)!==null&&D!==void 0?D:0).toFixed(2),ce=((H=(j=d.current)===null||j===void 0?void 0:j.currentTime)!==null&&H!==void 0?H:0).toFixed(2);if(!((K=d?.current)===null||K===void 0)&&K.duration){const he=(((Q=d?.current)===null||Q===void 0?void 0:Q.currentTime)-A.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(le=($=Y?.video)===null||$===void 0?void 0:$.itemId)!==null&&le!==void 0?le:"",contentName:(ee=(de=Y?.video)===null||de===void 0?void 0:de.title)!==null&&ee!==void 0?ee:"",endTime:ce,videoDuration:J,playDuration:he,contentTags:JSON.stringify((_e=(Ie=Y?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&_e!==void 0?_e:[]),position:e+"",contentFormat:"video",traceInfo:(Be=Y?.video)===null||Be===void 0?void 0:Be.traceInfo}})}},[n,e,f]),O=o.useMemo(()=>s?.mode==="2",[s]),E=o.useMemo(()=>{var R;return s?.mode==="2"?`translateY(-${50+((R=s?.offsetTop)!==null&&R!==void 0?R:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[s]),V=o.useMemo(()=>{var R;return((R=t?.video)===null||R===void 0?void 0:R.cover)||k},[k,t]),F=o.useCallback(()=>{if(!T||!d||!d.current||!T.current)return;const R=d?.current,D=T?.current,j=D.getContext("2d"),H=window?.innerWidth,K=window?.innerHeight;D.height=K,D.width=H,j?.drawImage(R,0,0,D.width,D.height),I(D.toDataURL())},[]);o.useEffect(()=>{var R,D,j,H;if(d.current){if(u(!1),!d.current.src){const K=t?.video.url;if(K.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const Q=new window.Hls;Q.loadSource(K),Q.attachMedia(d.current)}else d.current.canPlayType("application/vnd.apple.mpegurl"),d.current.src=K;else d.current.src=K;d.current.setAttribute("x5-playsinline","true"),d.current.setAttribute("webkit-playsinline","true")}return(R=d.current)===null||R===void 0||R.addEventListener("loadedmetadata",w),(D=d.current)===null||D===void 0||D.addEventListener("canplay",w),(j=d.current)===null||j===void 0||j.addEventListener("playing",x),(H=d.current)===null||H===void 0||H.addEventListener("loadeddata",F),()=>{var K,Q,$,le;(K=d.current)===null||K===void 0||K.removeEventListener("loadedmetadata",w),(Q=d.current)===null||Q===void 0||Q.removeEventListener("canplay",w),($=d.current)===null||$===void 0||$.removeEventListener("playing",x),(le=d.current)===null||le===void 0||le.removeEventListener("loadeddata",F)}}},[w,x,t?.video,F]);const _=o.useMemo(()=>!h?.placeholder_image||S?null:o.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"video poster"}),[S,h?.placeholder_image]);o.useEffect(()=>{const R=()=>{var D,j;l===e&&(!((D=t?.video)===null||D===void 0)&&D.url)&&(!((j=d?.current)===null||j===void 0)&&j.src)&&!r&&M("pause")()};return window.addEventListener("beforeunload",R),()=>{window.removeEventListener("beforeunload",R)}},[l,e,t,d,M,r]);const N=o.useMemo(()=>O?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[O]);return t?.video?o.createElement(o.Fragment,null,O?o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:c,height:i,overflow:"hidden"}},o.createElement(Pt,{src:V,style:Object.assign({height:i,width:c,objectFit:"cover"},N)}),o.createElement("canvas",{ref:T,style:{display:"none"}}),o.createElement("div",{style:{position:"absolute",width:c,height:i,top:"50%",transform:E,left:0,right:0}},o.createElement("div",{style:{position:"relative",width:c,height:"100%"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:d,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:L,style:{width:"100%",height:i,objectFit:"contain"}}),o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:m,alt:"video pause image"}))),_):o.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:c,height:i,overflow:"hidden"}},o.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:d,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:L}),_,o.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:m,alt:"video pause image"}))):null};var id=o.memo(td);const cn={};Object.values(rn).forEach(t=>{cn[t.extend.type]=t});const nd="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",od="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",ld=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:a,descStyle:l,hashTagStyle:s,containerHeight:c=664,containerWidth:r=375,appDomain:u,tagList:d=[]})=>{const f=o.useMemo(()=>{let I=0;return e?.logoUrl&&e?.isShowLogo&&(I+=45),d.length>0&&(I+=45),c-I},[e,c,d]),h=(I,L)=>{var m,x,w,M;if(!((m=I?.video)===null||m===void 0)&&m.url)return o.createElement(id,{rec:I,index:L,muted:!0,width:r,data:t??[],height:f,activeIndex:L,videoPostConfig:e?.videoPost});if(!((x=I?.video)===null||x===void 0)&&x.imgUrls)return o.createElement(ed,{key:I?.video.itemId,imgUrls:I?.video.imgUrls,width:r,height:f,rec:I,index:L,imgUrlsPostConfig:e?.imgUrlsPost});if(I.product&&I.product&&Array.isArray(e?.productPost)&&((w=e?.productPost)===null||w===void 0?void 0:w.length)>0)return(M=e?.productPost)===null||M===void 0?void 0:M.map((C,O)=>{var E,V,F,_,N,R,D,j;const H=cn[(E=C?.item)===null||E===void 0?void 0:E.type],K=hi(H),Q=(V=H?.extend)===null||V===void 0?void 0:V.defaulSetting;return o.createElement(K,Object.assign({key:`${L}${O}`,textStyle:Object.assign(Object.assign({},Q?.textStyle),(F=C?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(N=(_=C?.item)===null||_===void 0?void 0:_.bindDatas)!==null&&N!==void 0?N:[]},Q?.props,(R=C?.item)===null||R===void 0?void 0:R.props,{event:((D=C?.item)===null||D===void 0?void 0:D.event)||{},id:C?.id,rec:I,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},Q?.style),(j=C?.item)===null||j===void 0?void 0:j.style),{width:r,height:f,overflow:"auto"}),index:L}))})},b=o.useMemo(()=>e?.logoUrl&&e?.isShowLogo?o.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},o.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),g=(I,L)=>e?.isShowCTA===void 0||e?.isShowCTA?o.createElement("div",{className:"clc-sxp-bottom-card"},o.createElement(Di,{rec:I,index:L,tempMap:a,resolver:cn})):null,A=(I,L)=>{var m,x,w,M,C,O,E;return I?.video?o.createElement(o.Fragment,null,((m=I?.video)===null||m===void 0?void 0:m.title)&&o.createElement("div",{className:"clc-sxp-bottom-shadow"}),o.createElement("div",{className:"clc-sxp-bottom"},o.createElement(po,{nudge:n}),g(I,L),o.createElement("div",null,o.createElement(Mi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(w=(x=I?.video)===null||x===void 0?void 0:x.title)!==null&&w!==void 0?w:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),o.createElement(uo,{index:L,tags:(C=(M=I?.video)===null||M===void 0?void 0:M.hashTags)!==null&&C!==void 0?C:[],itemId:(O=I?.video)===null||O===void 0?void 0:O.itemId,itemType:!((E=I?.video)===null||E===void 0)&&E.itemId?"VIDEO":null,rec:I,hashTagStyle:s}))):null},S=Nt(od,u),v=Nt(nd,u),y=(I,L)=>{var m,x,w,M;if(!e?.isShowLike)return;let C=(m=e?.likeIconY)!==null&&m!==void 0?m:400;return C<40&&(C+=40),I?.video?o.createElement(so,{key:I.position,activeIcon:(x=e?.likeIcon)!==null&&x!==void 0?x:S,unActicveIcon:(w=e?.unlikeIcon)!==null&&w!==void 0?w:v,position:L,active:I.isCollected,recData:I,className:"clc-sxp-like-button",style:{top:C,right:(M=e?.likeIconX)!==null&&M!==void 0?M:0}}):null},p=Nt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",u),T=Nt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",u),k=(I,L)=>{var m,x,w,M;return o.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},b,o.createElement(mo,{tagList:d}),o.createElement(ro,{style:{position:"absolute",right:(m=e?.muteIconX)!==null&&m!==void 0?m:0,visibility:!((w=(x=t?.[L])===null||x===void 0?void 0:x.video)===null||w===void 0)&&w.url?"visible":"hidden",bottom:(M=e?.muteIconY)!==null&&M!==void 0?M:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:p,unactiveIcon:e?.muteIcon?e?.muteIcon:T}),h(I,L),A(I,L),y(I,L))};return o.createElement("div",{className:Ce.css({width:"100%",height:c,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((I,L)=>k(I,L)))};var ad=o.memo(ld);const sd=()=>{const{schema:t,resolver:e,popup:i}=ei(),{setPopupDetailData:n,popupDetailData:a,popupCurTimeRef:l,checkCommodityIndexRef:s}=Fe(),{productView:c}=Ct(),[r,u]=o.useState();o.useEffect(()=>{const b=()=>{l.current=new Date};return b(),window.addEventListener("pageshow",b),()=>{window.removeEventListener("pageshow",b)}},[]),o.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,u(i))},[i]);const d=o.useMemo(()=>{var b,g,A,S;const v=(A=(g=(b=t?.sxpPageConf)===null||b===void 0?void 0:b.globalConfig)===null||g===void 0?void 0:g.popupList)===null||A===void 0?void 0:A.find((y,p)=>{if(y?.id===i?.id)return y});return v!==-1&&((S=v?.item)===null||S===void 0?void 0:S.type)==="Iframe"},[i,t]),f=()=>{var b,g,A,S,v,y,p,T,k,I,L,m,x,w,M,C,O,E;if(!i||i?.id===""||!r||new Date-l.current<((b=i?.duration)!==null&&b!==void 0?b:0))return;u(Object.assign(Object.assign({},i),{id:""}));const V=(S=(A=(g=t?.sxpPageConf)===null||g===void 0?void 0:g.globalConfig)===null||A===void 0?void 0:A.popupList)===null||S===void 0?void 0:S.find(F=>F?.id===i?.id);if(((v=V?.item)===null||v===void 0?void 0:v.type)==="CommodityDetail"||((y=V?.item)===null||y===void 0?void 0:y.type)==="CommodityDetailDiroNew"){const F=a;let _=(T=(p=F?.video)===null||p===void 0?void 0:p.bindProduct)!==null&&T!==void 0?T:(I=(k=F?.video)===null||k===void 0?void 0:k.bindProducts)===null||I===void 0?void 0:I[0],N=(x=(m=(L=F?.video)===null||L===void 0?void 0:L.bindProduct)===null||m===void 0?void 0:m.bindCta)!==null&&x!==void 0?x:(C=(M=(w=F?.video)===null||w===void 0?void 0:w.bindProducts)===null||M===void 0?void 0:M[0])===null||C===void 0?void 0:C.bindCta;if(s?.current>=0){const R=(E=(O=F?.video)===null||O===void 0?void 0:O.bindProducts)===null||E===void 0?void 0:E[s?.current];R&&(_=R,N=R?.bindCta)}_&&N&&c(F,_,N,l.current,a?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),s.current=-1},i?.duration)},h=o.useMemo(()=>{var b,g,A;return(A=(g=(b=t?.sxpPageConf)===null||b===void 0?void 0:b.globalConfig)===null||g===void 0?void 0:g.popupList)===null||A===void 0?void 0:A.map((S,v)=>{var y,p,T,k,I,L,m,x,w,M,C,O,E,V;if(S?.id===i?.id){const F=e[(y=S?.item)===null||y===void 0?void 0:y.type],_=hi(F),N=((k=(T=(p=S?.item)===null||p===void 0?void 0:p.event)===null||T===void 0?void 0:T.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink",R=((m=(L=(I=S?.item)===null||I===void 0?void 0:I.event)===null||L===void 0?void 0:L.onClick)===null||m===void 0?void 0:m.linkType)==="popup",D=(x=F?.extend)===null||x===void 0?void 0:x.defaulSetting;return o.createElement(_,Object.assign({key:v,style:Object.assign(Object.assign(Object.assign({},D?.style),(w=S?.item)===null||w===void 0?void 0:w.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},D?.textStyle),(M=S?.item)===null||M===void 0?void 0:M.textStyle),bindDatas:(O=(C=S?.item)===null||C===void 0?void 0:C.bindDatas)!==null&&O!==void 0?O:[]},D?.props,(E=S?.item)===null||E===void 0?void 0:E.props,{event:((V=S?.item)===null||V===void 0?void 0:V.event)||{},schema:t,id:S?.id,isExternalLink:N,isPopup:R,onClose:f}))}else return o.createElement(o.Fragment,null)})},[t,i,e,f]);return o.createElement(di,{popup:r,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:d},h)},un={};Object.values(rn).forEach(t=>{un[t.extend.type]=t});const rd=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:a,appDomain:l,enabledMetaConversionApi:s,dataList:c})=>{var r,u,d,f,h,b;const g=o.useMemo(()=>{var p;return location?.search?(p=location?.search)===null||p===void 0?void 0:p.replace("?",""):""},[]),[A,S]=o.useState(t?.data),[v,y]=o.useState();return o.createElement(Dn,{resolver:un,enableDataSource:!1,schema:A,utmVal:v||g},o.createElement(In,{utmVal:g,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(u=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&u!==void 0?u:e,defaultSize:(f=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(b=(h=t?.sxp_parameter)===null||h===void 0?void 0:h.hash_tag_size)!==null&&b!==void 0?b:n,loadingImage:a,appDomain:l,enabledMetaConversionApi:s,utmParameter:t?.utm_parameter,data:t,dataList:c,onUpdateSchema:p=>S(p),onUpdateChannel:p=>y(p),render:({rtcList:p,tagList:T,pageData:k})=>{var I;return o.createElement(o.Fragment,null,o.createElement(ho,Object.assign({defaultData:t},(I=k?.data)===null||I===void 0?void 0:I.sxpPageConf,{tagList:T,data:p,resolver:un})),o.createElement(sd,null))}}))};var dd=o.memo(rd);exports.DiyPortalPreview=ad,exports.EditorDataProvider=Ir,exports.Modal=di,exports.SxpDataSourceProvider=In,exports.SxpPageCore=dd,exports.SxpPageRender=ho,exports.core=zo,exports.default=ko,exports.materials=rn,exports.useEditorDataProvider=an;
|
11
11
|
//# sourceMappingURL=index.min.cjs.map
|