pb-sxp-ui 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/index.cjs +197 -192
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +67 -4
  4. package/dist/index.js +197 -192
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +3 -3
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +3 -3
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +197 -192
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +3 -3
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/components/SxpPageRender/ExpandableText.js +1 -1
  15. package/es/core/components/SxpPageRender/Hashtag/index.js +2 -2
  16. package/es/core/components/SxpPageRender/Modal/index.js +44 -6
  17. package/es/core/components/SxpPageRender/index.js +3 -3
  18. package/es/core/hooks/useFocusTrap.d.ts +2 -0
  19. package/es/core/hooks/useFocusTrap.js +37 -0
  20. package/es/index.d.ts +1 -0
  21. package/es/index.js +1 -0
  22. package/es/materials/sxp/popup/CommodityDetail/index.js +4 -2
  23. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
  24. package/es/materials/sxp/popup/CommodityList/index.js +32 -28
  25. package/es/materials/sxp/template/Appoint/index.js +1 -1
  26. package/es/materials/sxp/template/Commodity/index.js +4 -4
  27. package/es/materials/sxp/template/CommodityDiro/index.js +4 -4
  28. package/es/materials/sxp/template/CommodityDiroNew/index.js +4 -4
  29. package/es/materials/sxp/template/Link/index.js +1 -1
  30. package/es/materials/sxp/template/MultiCommodity/index.js +23 -42
  31. package/es/materials/sxp/template/MultiCommodityDiro/index.js +24 -42
  32. package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +25 -44
  33. package/es/materials/sxp/template/components/EventProvider.d.ts +2 -0
  34. package/es/materials/sxp/template/components/EventProvider.js +22 -11
  35. package/es/materials/sxp/template/components/Scroll.js +1 -1
  36. package/lib/core/components/SxpPageRender/ExpandableText.js +1 -1
  37. package/lib/core/components/SxpPageRender/Hashtag/index.js +2 -2
  38. package/lib/core/components/SxpPageRender/Modal/index.js +44 -6
  39. package/lib/core/components/SxpPageRender/index.js +3 -3
  40. package/lib/core/hooks/useFocusTrap.d.ts +2 -0
  41. package/lib/core/hooks/useFocusTrap.js +39 -0
  42. package/lib/index.d.ts +1 -0
  43. package/lib/index.js +1 -0
  44. package/lib/materials/sxp/popup/CommodityDetail/index.js +4 -2
  45. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
  46. package/lib/materials/sxp/popup/CommodityList/index.js +32 -28
  47. package/lib/materials/sxp/template/Appoint/index.js +1 -1
  48. package/lib/materials/sxp/template/Commodity/index.js +4 -4
  49. package/lib/materials/sxp/template/CommodityDiro/index.js +4 -4
  50. package/lib/materials/sxp/template/CommodityDiroNew/index.js +4 -4
  51. package/lib/materials/sxp/template/Link/index.js +1 -1
  52. package/lib/materials/sxp/template/MultiCommodity/index.js +22 -41
  53. package/lib/materials/sxp/template/MultiCommodityDiro/index.js +23 -41
  54. package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +24 -43
  55. package/lib/materials/sxp/template/components/EventProvider.d.ts +2 -0
  56. package/lib/materials/sxp/template/components/EventProvider.js +21 -10
  57. package/lib/materials/sxp/template/components/Scroll.js +1 -1
  58. package/package.json +1 -1
package/dist/index.min.js CHANGED
@@ -1,7 +1,7 @@
1
- import{isEmpty as qt,cloneDeep as $t,isEqual as tn,debounce as Di,throttle as li,get as nn}from"lodash";import{v4 as fo}from"uuid";import ho from"pako";import p,{useContext as ri,useMemo as ue,memo as Pe,useEffect as pe,createContext as di,useState as q,useRef as ve,useCallback as ge,forwardRef as mi,useImperativeHandle as on,useLayoutEffect as Ao}from"react";import fi from"qs";import go from"eventemitter3";import{css as Ce}from"@emotion/css";import*as ln from"react-dom";import bo from"react-dom";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 l=0,n=Object.getOwnPropertySymbols(t);l<n.length;l++)e.indexOf(n[l])<0&&Object.prototype.propertyIsEnumerable.call(t,n[l])&&(i[n[l]]=t[n[l]]);return i}function mt(t,e,i,n){function l(o){return o instanceof i?o:new i(function(r){r(o)})}return new(i||(i=Promise))(function(o,r){function d(s){try{v(n.next(s))}catch(m){r(m)}}function a(s){try{v(n.throw(s))}catch(m){r(m)}}function v(s){s.done?o(s.value):l(s.value).then(d,a)}v((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const yo=/:\w+/g;var rn=(t,e)=>mt(void 0,void 0,void 0,function*(){const i={},n={};for(let l=0;l<e?.length;l++){const{id:o,method:r,url:d,urlParams:a,name:v,queryString:s,headers:m,body:f}=e[l];let h=d;a&&Object.entries(a).forEach(([g,b])=>{h=h.replace(yo,T=>T===g?b:T)}),s&&(h+=s),n[o]=v;try{const g=yield fetch(h,{method:r,headers:Object.assign({"Content-Type":"application/json"},m),body:JSON.stringify(f)}).then(b=>b.json());i[o]=g}catch(g){console.error("DataSource request error: ",g),i[o]={}}}return{$store:i,idMapName:n}});const dn="SXP_TOKEN_INFO",wo=(t,e)=>mt(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),l=t.getAppId(),o=t.getApiUrl(),r=window.localStorage.getItem(dn);let d=JSON.parse(r||"{}");if(Date.now()>((i=d?.expireTime)!==null&&i!==void 0?i:0)){const v=yield fetch(`${o}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":l||""}}).then(s=>s.json());if(v.success){const s=v.data;d=Object.assign(Object.assign({},s),{expireTime:Date.now()+s.expire*1e3}),window.localStorage.setItem(dn,JSON.stringify(d))}}return d});function hi(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let l;if(e=e||i.length,t)for(l=0;l<t;l++)n[l]=i[0|Math.random()*e];else{let o;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",l=0;l<36;l++)n[l]||(o=0|Math.random()*16,n[l]=i[l===19?o&3|8:o])}return n.join("")}const To=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let l=0;for(;l<t;)e+=i.charAt(Math.floor(Math.random()*n)),l+=1;return e},xo=()=>{const t=fo();return t?.replaceAll?t.replaceAll("-",""):To(32)},xe=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],l=e?.["fontFamily-en"];if(!n&&!l)return t;let o=t;const r=/[\u4e00-\u9fa5]/g,d=/[^\u4e00-\u9fa5]/g,a=`font-family:${n??"inherit"}`,v=`font-family:${l??"inherit"}`,s=f=>{let h=f.search(r),g=f.search(d);return h!==-1&&g!==-1&&h<g&&(i+=`<span style="${a}">${f.substring(h,g)}</span>`,o=f.substring(g,f?.length)),h!==-1&&g!==-1&&h>g&&(i+=`<span style="${v}">${f.substring(g,h)}</span>`,o=f.substring(h,f?.length)),h===-1?(i+=`<span style="${v}">${f.substring(g,f?.length)}</span>`,o="",!1):g===-1?(i+=`<span style="${a}">${f.substring(h,f?.length)}</span>`,o="",!1):!0};let m=!0;for(;m;)m=s(o);return i};function an(){var t,e,i,n,l,o,r;let d=self.navigator.userAgent;return d?/edge\/([\d\.]+)/i.exec(d)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(d))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(d)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(d))===null||e===void 0?void 0:e[1]}`:/msie/i.test(d)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(d))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(d)?`Internet Explorer ${(n=/rv:([\d\.]+)/i.exec(d))===null||n===void 0?void 0:n[1]}`:/chrome/i.test(d)?`Chrome ${(l=/chrome\/([\d\.]+)/i.exec(d))===null||l===void 0?void 0:l[1]}`:/firefox/i.test(d)?`Firefox ${(o=/firefox\/([\d\.]+)/i.exec(d))===null||o===void 0?void 0:o[1]}`:/safari/i.test(d)?`Safari ${(r=/version\/([\d\.]+)/i.exec(d))===null||r===void 0?void 0:r[1]}`:null:null}function sn(){var t,e,i;let n=self.navigator.userAgent;return n?/iphone/i.test(n)?`IOS ${(t=n.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(n)?`Android ${(e=n.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(n)?`Windows ${(i=n.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(n)?"Mac OS":null:null}function cn(){let t=self.navigator.userAgent;if(!t)return null;if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var n=t.substring(e+1,i);return`${n}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function un(t){const i=document.cookie.split(";");let n=null;return i.forEach(l=>{const[o,r]=l.trim().split("=");o===t&&(n=r)}),n??""}function vn(t){const i=atob(t).split("").map(function(o){return o.charCodeAt(0)}),n=new Uint8Array(i),l=ho.inflate(n,{to:"string"});return JSON.parse(l)}let _i=null;const So={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Eo{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,_i)return _i;_i=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?So[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let bt=null;const Io={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{bt||(bt=new Eo),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(l=>mt(void 0,void 0,void 0,function*(){var o,r;const d=yield l.json(),a=vn((o=d?.data)===null||o===void 0?void 0:o.data);if(a){const{$store:v}=yield rn(n,(r=a?.dataSource)!==null&&r!==void 0?r:[]);d.data.data=a,Object.assign(d.data.data,{__STORE__:v})}return d}))},getSxpDetailByPageId:t=>mt(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?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>mt(void 0,void 0,void 0,function*(){var o;const r=yield l.json();if(!r.success)return;const d=vn((o=r?.data)===null||o===void 0?void 0:o.data);return r.data.data=d,r.data}))}),getSxpRecommendVideoData:t=>mt(void 0,void 0,void 0,function*(){if(!bt)return;const e=yield wo(bt,t),i=hi(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");qt(n)&&(n=hi(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const l=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(o=>o.json());return l?.data||null})};function Mt(){return ri(En)}function Co(){return ri(Sn)}const Oi="feRealSessionIdKey",pn=()=>{const t=xo();return`${Date.now()}${t}`},ko=()=>{let t=Po();return t||(t=pn(),window.sessionStorage.setItem(Oi,t)),t},mn=()=>{const t=pn();window.sessionStorage.setItem(Oi,t)},Po=()=>window.sessionStorage.getItem(Oi),fn="SXP_FAKE_USER_ID",hn="FAKE_USER_STATE",An="AGREE_POLICY",gn="SLIDE_SKIP_STATE",bn="CCONTSENT_STATE",yn=()=>{let t=window.localStorage.getItem(fn);return qt(t)&&(t=hi(36,62),window.localStorage.setItem(fn,t)),t},Do=()=>{const t=window.localStorage.getItem(hn);return qt(t)&&window.localStorage.setItem(hn,"true"),qt(t)},_o=()=>{const t=window.localStorage.getItem(gn);return qt(t)},Oo=()=>{window.localStorage.setItem(gn,"true")},Lo=()=>{const t=window.localStorage.getItem(bn);return qt(t)&&window.localStorage.setItem(bn,"true"),qt(t)};function Ct(t,e){const{appDomain:i}=je();return ue(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const wt=new go;var ft;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(ft||(ft={}));const Mo=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:l,privacy_policy_title:o})=>{const{setIsAgreePolicy:r,bffEventReport:d}=je(),a=ue(()=>{const m=location.search.slice(1),f=fi.parse(m.replace(/\+/g,"%2B"));for(const h in f)f[h]=f[h].replace(/%2B/g,"+");return f},[]),v=m=>{var f;return(f=a[m])!==null&&f!==void 0?f:null};pe(()=>{d?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:v("utm_source"),utmMedium:v("utm_medium"),utmCampaign:v("utm_campaign"),utmId:v("utm_id"),utmContent:v("utm_content"),clSource:v("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const s=()=>{d?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),r?.(!0),window.localStorage.setItem(An,"yes")};return p.createElement("div",{className:"consent-bg"},p.createElement("div",{className:"consent"},p.createElement("div",{className:"consent-col"},p.createElement("div",{className:"consent-title"},i??"Privacy Policy"),p.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.")),p.createElement("div",{className:"consent-col"},p.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:s},"Agree"),p.createElement("a",{className:"consent-policy",target:"_blank",href:l?`https://${l}`:void 0},o??"More information"))))};var No=Pe(Mo);const wn=di({rtcList:[],tagList:[]});var Li;(function(t){t[t.BFF=5]="BFF"})(Li||(Li={}));const Ai="FOR U",Ro=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:l,defaultSize:o,isPreview:r=!1,sxpParameter:d,appDomain:a,hashTagSize:v,loadingImage:s,isOpenHashTag:m=!1,enabledMetaConversionApi:f=!1,consentHeight:h,consentWidth:g,isShowTag:b=!0,isOpenConsent:T=!1,globalConfig:u,isEditor:y=!1,utmParameter:A,channelQueryList:w})=>{var D,I,S;const[k,E]=q([]),[c,O]=q([]),[C,_]=q(!1),[x,M]=q({rtc:"",requestId:""}),N=ve(null),F=ve(!1),[B,R]=q(()=>!!window.localStorage.getItem(An)),[L,V]=q(),[G,z]=q(),[K,Q]=q(m),[ne,he]=q([]),[Se,me]=q(0),[Ve,Xe]=q(!1),[ae,U]=q(null),oe=ve(),fe=ve(),[se,le]=q(Ai),Ee=ve(-1),Te=ve(null),[Ge,qe]=q(!1),Ue=ue(()=>{var W,H,we,Fe;return((Fe=(we=(H=(W=u?.consent)===null||W===void 0?void 0:W[0])===null||H===void 0?void 0:H.item)===null||we===void 0?void 0:we.props)===null||Fe===void 0?void 0:Fe.privacy_necessity)&&!B&&!y||T},[B,u,T,y]),ie=ge(W=>{var H;const we=W?.recList;return(H=we?.map(Ae=>{var De,te,$,Re,Ze,tt;if(!((De=Ae?.video)===null||De===void 0)&&De.bindProducts&&(($=(te=Ae?.video)===null||te===void 0?void 0:te.bindProducts)===null||$===void 0?void 0:$.length)>0){const dt=(tt=(Ze=(Re=Ae?.video)===null||Re===void 0?void 0:Re.bindProducts)===null||Ze===void 0?void 0:Ze.filter(ot=>!!ot?.bindCta))!==null&&tt!==void 0?tt:[];return Object.assign(Object.assign({},Ae),{video:Object.assign(Object.assign({},Ae?.video),{bindProducts:dt})})}return Ae}))!==null&&H!==void 0?H:[]},[]);pe(()=>{const W=H=>{oe.current=H};return wt.on(ft.CHANGE_THEME_TAG,W),()=>{wt.off(ft.CHANGE_THEME_TAG,W)}},[]),pe(()=>{Q(m)},[m]);const Z=ue(()=>e?.find(W=>W.type===Li.BFF),[e]),X=ge((W,H)=>{if(!Z)return;const we=Z.url,Fe=yn();if(H?.query){const Ae=fi.stringify(H.query);W=`${W}?${Ae}`}if(H.type==="beacon"&&navigator.sendBeacon){const Ae=fi.stringify(Object.assign(Object.assign({},Z.headers),{"x-user-id":Fe}));return Ae&&(W=H?.query?`${W}&${Ae}`:`${W}?${Ae}`),navigator.sendBeacon(`${we}/api/v1${W}`,new Blob([JSON.stringify(Object.assign({},H.body))],{type:"application/json;charset=UTF-8"}))}return window.fetch(`${we}/api/v1${W}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Fe},Z.headers),method:H.method,body:JSON.stringify(H.body)}).then(Ae=>Ae.json()).catch(Ae=>Promise.reject(Ae))},[Z]),Y=ge(W=>mt(void 0,void 0,void 0,function*(){var H,we,Fe,Ae,De,te,$,Re,Ze,tt,dt,ot,Ye,Je;if(W=Object.assign(Object.assign(Object.assign({maxSize:(H=W?.maxSize)!==null&&H!==void 0?H:l,defaultSize:(we=W?.defaultSize)!==null&&we!==void 0?we:o,hashTag:W?.hashTag,traceInfo:W?.traceInfo,themeTag:W?.themeTag},W?.contentFilter&&{contentFilter:`[${W?.contentFilter}]`}),W?.productFilter&&{productFilter:`[${W?.productFilter}]`}),{pageNum:W?.pageNum}),i){const ct=(De=(Ae=(Fe=i?.split("&"))===null||Fe===void 0?void 0:Fe.filter(vt=>{var Ie,pt;const Qe=vt.split("=")[0];return(pt=(Ie=A?.channels)!==null&&Ie!==void 0?Ie:[])===null||pt===void 0?void 0:pt.includes(Qe)}))===null||Ae===void 0?void 0:Ae.join("&"))!==null&&De!==void 0?De:"";W=Object.assign(Object.assign({},W),{channel:decodeURIComponent(ct)})}if(y){let ct=1;if(W=Object.assign(Object.assign(Object.assign({},W),{directPage:!0,level:1}),!i&&w&&w?.length>0&&{channel:w?.[0]}),!W?.channel||F.current)return;F.current=!0;let vt=[],Ie=null;const pt=Qe=>mt(void 0,void 0,void 0,function*(){var Dt,Vt,zt,_t,Wt,Ot;if(Qe.pageNum=ct,Ie=yield X?.("/recommend/list",{method:"GET",query:Qe}),!Ie?.success)return;_(!1),vt=vt.concat((_t=(zt=(Vt=(Dt=Ie?.data)===null||Dt===void 0?void 0:Dt.recList)===null||Vt===void 0?void 0:Vt.filter)===null||zt===void 0?void 0:zt.call(Vt,P=>P?.product||P?.video))!==null&&_t!==void 0?_t:[]),E(ie(Object.assign(Object.assign({},Ie.data),{recList:vt}))),he(ie(Object.assign(Object.assign({},Ie.data),{recList:vt}))),((Ot=(Wt=Ie?.data)===null||Wt===void 0?void 0:Wt.recList)===null||Ot===void 0?void 0:Ot.some(P=>P?.product||P?.video))&&(ct=ct+1,yield pt(Qe))});return yield pt(W),!W?.hashTag&&Ie&&M({rtc:(te=Ie?.data)===null||te===void 0?void 0:te.rtc,requestId:($=Ie?.data)===null||$===void 0?void 0:$.requestId}),Object.assign(Object.assign({},Ie.data),{recList:vt})}u?.enablePreview&&(W=Object.assign(Object.assign({},W),{directPage:!0,level:1,pageNum:(Re=W?.pageNum)!==null&&Re!==void 0?Re:1}));const Ke=yield X?.("/recommend/list",{method:"GET",query:W});if(Ke?.success){if(W?.hashTag||M({rtc:Ke.data.rtc,requestId:Ke.data.requestId}),u?.enablePreview&&!y){let ct=[];return ct=ct.concat((ot=(dt=(tt=(Ze=Ke?.data)===null||Ze===void 0?void 0:Ze.recList)===null||tt===void 0?void 0:tt.filter)===null||dt===void 0?void 0:dt.call(tt,Ie=>Ie?.product||Ie?.video))!==null&&ot!==void 0?ot:[]),((Je=(Ye=Ke?.data)===null||Ye===void 0?void 0:Ye.recList)===null||Je===void 0?void 0:Je.some(Ie=>Ie?.product||Ie?.video))||qe(!0),Object.assign(Object.assign({},Ke.data),{recList:ct})}return Ke?.data}}),[X,i,l,o,w]),Ne=ge(W=>mt(void 0,void 0,void 0,function*(){var H,we,Fe,Ae;if(k.length<=0)return;const De=k?.[k?.length-1],te=yield Y(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:G?.hashTag},((H=De?.product)===null||H===void 0?void 0:H.itemId)&&{productFilter:(we=De?.product)===null||we===void 0?void 0:we.itemId}),((Fe=De?.video)===null||Fe===void 0?void 0:Fe.itemId)&&{contentFilter:(Ae=De?.video)===null||Ae===void 0?void 0:Ae.itemId}),{themeTag:oe.current}),u?.enablePreview&&!y&&{pageNum:W}));return E(k.concat(ie(te))),he(ne.concat(ie(te))),te}),[Y,k,G,ne]),ce=ge(({userInfo:W,eventInfo:H})=>{if(!n||u?.enablePreview)return;W||(W={});const we=ko(),Fe=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:we,rtc:x.rtc,requestId:x.requestId},H),cn()&&{sxpDevice:cn()}),sn()&&{sxpSystem:sn()}),an()&&{sxpBrowser:an()}),Ae=Object.entries(W).map(([te,$])=>({name:te,value:$})),De=Object.entries(Fe).map(([te,$])=>$&&{name:te,value:$}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",W),console.log("eventInfo:",Fe),console.log("========= \u7ED3\u675F ========="),X?.("/event/report",{method:"POST",body:{userInfo:Ae,eventInfo:De},type:"beacon"})},[X,x,n,u?.enablePreview]),J=ge(({eventName:W,product:H})=>{var we,Fe,Ae,De,te;if(!n||!f||u?.enablePreview||!(!((we=u?.converApi)===null||we===void 0)&&we[W]))return;let $=$t((Fe=u?.converApi)===null||Fe===void 0?void 0:Fe[W]);const Re=new URLSearchParams(window.location.search),Ze=Re?.get("fbclid"),tt={event_source_url:(Ae=window?.location)===null||Ae===void 0?void 0:Ae.href,external_id:yn(),client_user_agent:(te=(De=window?.navigator)===null||De===void 0?void 0:De.userAgent)!==null&&te!==void 0?te:"",fbc:Ze?`fb.2.${new Date().getTime()}.${Ze}`:"",fbp:un("_fbp")?`fb.2.${new Date().getTime()}.${un("_fbp")}`:"",time:Math.floor(Date.now()/1e3)},dt=/\{\{(.*?)\}\}/g,ot=Ye=>{if(Ye){if(Ye instanceof Array)Ye?.map(Je=>ot(Je));else for(const Je in Ye)if(Ye.hasOwnProperty(Je)){const Ke=Ye?.[Je];if(typeof Ke=="object")ot(Ke);else if(typeof Ke=="string"){const ct=Ke?.match(dt);ct&&ct.forEach(vt=>{var Ie;const pt=vt.substring(2,vt.length-2);try{let Qe=new Function("fix_par","product",`return ${pt}`)(tt,H);Qe?(pt?.indexOf("currency")!==-1&&Qe?.indexOf("-")!==-1&&typeof Qe=="string"&&(Qe=(Ie=Qe?.split("-"))===null||Ie===void 0?void 0:Ie[0]),Ye[Je]=Qe):delete Ye[Je]}catch(Qe){delete Ye[Je],console.error("An error occurred:",Qe?.message)}})}}}};return ot($),X?.("/fb/events",{method:"POST",body:$,type:"beacon"})},[X,n,f,u?.enablePreview]),j=ge(W=>mt(void 0,void 0,void 0,function*(){const H=yield X?.("/recommend/like",{method:"POST",body:W});return H?.success}),[X]),Le=ge(W=>mt(void 0,void 0,void 0,function*(){const H=yield X?.("/recommend/unlike",{method:"POST",body:W});return H?.success}),[X]),ht=ge(W=>mt(void 0,void 0,void 0,function*(){const H=yield X?.("/customform",{method:"POST",body:W});return H?.success}),[X]),At=ge(()=>mt(void 0,void 0,void 0,function*(){var W,H,we,Fe,Ae;if(!(!i||!b))try{const De=(we=(H=(W=i?.split("&"))===null||W===void 0?void 0:W.filter($=>{var Re,Ze;const tt=$.split("=")[0];return(Ze=(Re=A?.channels)!==null&&Re!==void 0?Re:[])===null||Ze===void 0?void 0:Ze.includes(tt)}))===null||H===void 0?void 0:H.join("&"))!==null&&we!==void 0?we:"",te=yield X?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(De)}});O((Ae=(Fe=te?.data)===null||Fe===void 0?void 0:Fe.tags)!==null&&Ae!==void 0?Ae:[])}catch(De){console.log("e",De)}}),[X,i,b]),gt=ge((W,H,we,Fe)=>{var Ae,De,te,$,Re,Ze,tt,dt,ot,Ye,Je,Ke,ct,vt,Ie,pt,Qe,Dt,Vt,zt,_t,Wt,Ot,Jt,P,de,re,be,ke,_e,ee,Me,Be,We,He,ye;const ze=we?.bindCta,lt=((Ae=H?.video)===null||Ae===void 0?void 0:Ae.bindProduct)||((De=H?.video)===null||De===void 0?void 0:De.bindProducts)&&(($=(te=H?.video)===null||te===void 0?void 0:te.bindProducts)===null||$===void 0?void 0:$.length)>0;let $e="",et=null;Ve?$e="hashTagPage":!((Re=H?.video)===null||Re===void 0)&&Re.url?($e="videoPage",et="video"):!((tt=(Ze=H?.video)===null||Ze===void 0?void 0:Ze.imgUrls)===null||tt===void 0)&&tt.length&&($e="imagePage",et="image");const it=(vt=(Ke=(dt=we?.tags)!==null&&dt!==void 0?dt:(Je=(Ye=(ot=H?.video)===null||ot===void 0?void 0:ot.bindProducts)===null||Ye===void 0?void 0:Ye[0])===null||Je===void 0?void 0:Je.tags)!==null&&Ke!==void 0?Ke:(ct=H?.video)===null||ct===void 0?void 0:ct.tags)!==null&&vt!==void 0?vt:(Ie=H?.product)===null||Ie===void 0?void 0:Ie.tags;ce?.({eventInfo:Object.assign(Object.assign({},W),{ctaId:(pt=ze?.itemId)!==null&&pt!==void 0?pt:"",ctaName:(Qe=ze?.title)!==null&&Qe!==void 0?Qe:"",contentTags:it?JSON.stringify(it):"",position:Fe+"",contentId:(Vt=(Dt=H?.video)===null||Dt===void 0?void 0:Dt.itemId)!==null&&Vt!==void 0?Vt:"",productId:lt?we?.itemId:"",traceInfo:(He=(Me=(re=(Ot=(zt=ze?.traceInfo)!==null&&zt!==void 0?zt:(Wt=(_t=H?.video)===null||_t===void 0?void 0:_t.bindCta)===null||Wt===void 0?void 0:Wt.traceInfo)!==null&&Ot!==void 0?Ot:(de=(P=(Jt=H?.video)===null||Jt===void 0?void 0:Jt.bindProduct)===null||P===void 0?void 0:P.bindCta)===null||de===void 0?void 0:de.traceInfo)!==null&&re!==void 0?re:(ee=(_e=(ke=(be=H?.video)===null||be===void 0?void 0:be.bindProducts)===null||ke===void 0?void 0:ke[0])===null||_e===void 0?void 0:_e.bindCta)===null||ee===void 0?void 0:ee.traceInfo)!==null&&Me!==void 0?Me:(We=(Be=H?.product)===null||Be===void 0?void 0:Be.bindCta)===null||We===void 0?void 0:We.traceInfo)!==null&&He!==void 0?He:"",fromKName:$e,fromKPage:(ye=location?.href)!==null&&ye!==void 0?ye:"",contentFormat:et})})},[ce,Ve]),st=ge(()=>{var W,H;const we=location.search.slice(1),Fe=fi.parse(we.replace(/\+/g,"%2B"));for(const te in Fe)Fe[te]=Fe[te].replace(/%2B/g,"+");const Ae=te=>{var $;return($=Fe[te])!==null&&$!==void 0?$:""},De=new Date;fe.current=De,ce?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:Ae("utm_source"),utmMedium:Ae("utm_medium"),utmCampaign:Ae("utm_campaign"),utmId:Ae("utm_id"),utmContent:Ae("utm_content"),enterTime:Math.floor(De/1e3)+"",requestId:null,enterUrl:(H=(W=window?.location)===null||W===void 0?void 0:W.href)!==null&&H!==void 0?H:"",clSource:Ae("cl_source")}})},[ce]);pe(()=>{Ue||st()},[Ue]),pe(()=>{Ue||(_(!0),At(),Y().then(W=>{W&&(E(ie(W)),he(ie(W)))}).finally(()=>{ce({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),_(!1)}))},[Ue]),pe(()=>{r&&(_(!0),At(),Y().then(W=>{W&&(E(ie(W)),he(ie(W)))}).finally(()=>{ce({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),_(!1)}))},[Y,At]);const yt=Ct("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",a);return p.createElement(wn.Provider,{value:{rtcList:k,setRtcList:E,mutateLike:j,mutateUnlike:Le,submitForm:ht,popupDetailData:L,loadVideos:Ne,setPopupDetailData:V,getRecommendVideos:Y,bffEventReport:ce,utmVal:i,isPreview:r,loading:C,sxpParameter:d,waterFallData:G,setWaterFallData:z,ctaEvent:gt,swiperRef:N,openHashtag:K,setOpenHashtag:Q,cacheRtcList:ne,setCacheRtcList:he,cacheActiveIndex:Se,setCacheActiveIndex:me,isFromHashtag:Ve,setIsFromHashtag:Xe,appDomain:a,hashTagSize:v,loadingImage:s??yt,isOpenHashTag:m,tagList:c,setLoading:_,videoRef:ae,setVideoRef:U,bffFbReport:J,isAgreePolicy:B,setIsAgreePolicy:R,curTime:fe,h5EnterLink:st,themeTag:oe,isShowConsent:Ue,selectTag:se,setSelectTag:le,globalConfig:u,popupCurTimeRef:Te,checkCommodityIndexRef:Ee,isEditor:y,isNoMoreData:Ge}},Ue?p.createElement(No,Object.assign({},(S=(I=(D=u?.consent)===null||D===void 0?void 0:D[0])===null||I===void 0?void 0:I.item)===null||S===void 0?void 0:S.props)):t({rtcList:k,mutateLike:j,mutateUnlike:Le,submitForm:ht,tagList:c}))};var Tn=Pe(Ro);function je(){return ri(wn)}var xn;(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"})(xn||(xn={}));const Sn=di({$store:{},options:[],configs:[]}),Vo=({children:t,isSsr:e,enable:i})=>{const[n,l]=q([]),{schema:o}=Mt(),[r,d]=q(o.__STORE__||{}),[a,v]=q([]);pe(()=>{var f;e||tn(a,o?.dataSource)||v((f=o?.dataSource)!==null&&f!==void 0?f:[])},[o?.dataSource,e]);const s=ge(()=>mt(void 0,void 0,void 0,function*(){const{$store:f,idMapName:h}=yield rn("",a);d(f),m(f,h)}),[a]),m=(f,h)=>{const g=[];Object.entries(f).forEach(([b,T])=>{Object.keys(T).forEach(u=>{const y={label:`${h[b]} - ${u}`,value:`{{ ${b}.${u} }}`};g.push(y)})}),l(g)};return pe(()=>{e||s()},[s,e,o]),i?p.createElement(Sn.Provider,{value:{$store:o.__STORE__||r,options:n,configs:a}},t):t};var jo=Pe(Vo);const gi={id:hi(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},Mi={id:"",duration:0,name:"none"},En=p.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[gi],redoStack:[],popup:Mi,setPopup:()=>{}}),In=mi(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:l=!0,utmVal:o},r)=>{const[d,a]=q(null),[v,s]=q(n||{pointData:[gi],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[m,f]=q([gi]),[h,g]=q([[gi]]),[b,T]=q([]),[u,y]=q(Mi);typeof window<"u"&&(window.sxpPopup=(S,k)=>{y(Object.assign(Object.assign(Object.assign({},Mi),{id:S}),k))}),typeof window<"u"&&(window.getJointUtmLink=S=>(Oo(),S?.indexOf("?")!==-1?S+(o?"&"+o:""):S+(o?"?"+o:""))),pe(()=>{g([v.pointData]),T([])},[v.type]);const A=ge(S=>{const k=$t(v);k&&(k.dataSource=S,s?.(k))},[v]),[w,D]=q();on(r,()=>({loadSchema(S){S&&(g([S.pointData]),s(S))},exportSchema(){return $t(v)},getPageInfoData(){return w},initPageInfoData(S){S&&D(S)}}));const I=ue(()=>{if(v)return v.type==="PC"?v.pcPageConf:v.mobilePageConf},[v]);return p.createElement(En.Provider,{value:{resolver:e,currentNode:d,schema:v,setCurrentNode:a,setSchema:s,saveDataSource:A,prePiontData:m,setPrePiontData:f,pageInfoData:w,setPageInfoData:S=>D(Object.assign(Object.assign({},w),S)),undoStack:h,redoStack:b,setRedoStack:T,setUndoStack:g,getCurPageConf:I,popup:u,setPopup:y}},p.createElement(jo,{isSsr:i,enable:l},t))});var Fo=Object.freeze({__proto__:null,EditorCore:In}),Bo=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],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}]}]},{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 ut(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=je(),l=ge((d,a,v,s,m)=>{var f,h,g,b,T,u,y,A,w,D,I,S,k,E,c,O,C,_,x,M,N,F,B,R,L,V,G,z,K,Q,ne,he,Se,me,Ve,Xe,ae,U;let oe="";e&&(!((h=(f=d?.video)===null||f===void 0?void 0:f.bindProducts)===null||h===void 0)&&h.length||!((g=d?.video)===null||g===void 0)&&g.bindProduct)?oe="pdpPage":n?oe="hashTagPage":!((b=d?.video)===null||b===void 0)&&b.url?oe="videoPage":!((T=d?.video)===null||T===void 0)&&T.imgUrls&&(!((y=(u=d?.video)===null||u===void 0?void 0:u.imgUrls)===null||y===void 0)&&y.length)?oe="imagePage":d?.product&&(oe="productPage");const fe=(E=(S=(A=a?.tags)!==null&&A!==void 0?A:(I=(D=(w=d?.video)===null||w===void 0?void 0:w.bindProducts)===null||D===void 0?void 0:D[0])===null||I===void 0?void 0:I.tags)!==null&&S!==void 0?S:(k=d?.video)===null||k===void 0?void 0:k.tags)!==null&&E!==void 0?E:(c=d?.product)===null||c===void 0?void 0:c.tags;let se=null;!((O=d?.video)===null||O===void 0)&&O.url?se="video":!((C=d?.video)===null||C===void 0)&&C.imgUrls&&(!((x=(_=d?.video)===null||_===void 0?void 0:_.imgUrls)===null||x===void 0)&&x.length)&&(se="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(M=a?.itemId)!==null&&M!==void 0?M:"",productName:(N=a?.title)!==null&&N!==void 0?N:"",price:a?.price?a?.price+"":"0",productCollection:(F=a?.collection)!==null&&F!==void 0?F:"",fromKName:oe,fromKPage:location?.href,contentTags:fe?JSON.stringify(fe):"",position:s+"",contentId:(R=(B=d?.video)===null||B===void 0?void 0:B.itemId)!==null&&R!==void 0?R:"",ctatId:(L=v?.itemId)!==null&&L!==void 0?L:"",traceInfo:(U=(Ve=(Se=(K=(V=m??a?.traceInfo)!==null&&V!==void 0?V:(z=(G=d?.video)===null||G===void 0?void 0:G.bindProduct)===null||z===void 0?void 0:z.traceInfo)!==null&&K!==void 0?K:(he=(ne=(Q=d?.video)===null||Q===void 0?void 0:Q.bindProducts)===null||ne===void 0?void 0:ne[0])===null||he===void 0?void 0:he.traceInfo)!==null&&Se!==void 0?Se:(me=d?.product)===null||me===void 0?void 0:me.traceInfo)!==null&&Ve!==void 0?Ve:(ae=(Xe=d?.video)===null||Xe===void 0?void 0:Xe.bindCta)===null||ae===void 0?void 0:ae.traceInfo)!==null&&U!==void 0?U:""},se&&{contentFormat:se})})},[t,e,n]),o=ge((d,a,v,s,m)=>{var f,h,g,b,T,u,y,A,w,D,I,S,k,E;let c="";e&&(!((h=(f=d?.video)===null||f===void 0?void 0:f.bindProducts)===null||h===void 0)&&h.length||!((g=d?.video)===null||g===void 0)&&g.bindProduct)?c="pdpPage":d?.product&&(c="productPage"),t?.({eventInfo:{productId:a?.itemId,productName:a?.title,price:a?.price?a?.price+"":"0",productCollection:a?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(a?.tags),position:m+"",contentId:(b=d?.video)===null||b===void 0?void 0:b.itemId,ctatId:v?.itemId,traceInfo:(E=(S=(A=(T=a?.traceInfo)!==null&&T!==void 0?T:(y=(u=d?.video)===null||u===void 0?void 0:u.bindProduct)===null||y===void 0?void 0:y.traceInfo)!==null&&A!==void 0?A:(I=(D=(w=d?.video)===null||w===void 0?void 0:w.bindProducts)===null||D===void 0?void 0:D[0])===null||I===void 0?void 0:I.traceInfo)!==null&&S!==void 0?S:(k=d?.product)===null||k===void 0?void 0:k.traceInfo)!==null&&E!==void 0?E:"",timeOnSite:Math.floor((new Date-s)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),r=ge((d,a,v,s)=>{a&&a===Ai&&t?.({eventInfo:{lastFeed:d,themeTags:v?`['${v}']`:"",hashTags:s?`['${s}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:o,backMainFeed:r}}const Wo=({layout:t,columns:e,onChange:i})=>p.createElement(p.Fragment,null,e?.map((n,l)=>p.createElement("div",{key:l,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&p.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&p.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 Ho=Pe(Wo);const Xo=t=>{var e,i,{columns:n,style:l,title:o,textStyle:r,submitBgColor:d,submitColor:a,submitText:v,layoutType:s="inline",isExternalLink:m,isPopup:f,onClick:h,onClose:g,submitButtonStyle:b}=t,T=nt(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:u,popupDetailData:y}=je(),{jumpToWeb:A}=ut(),[w,D]=q(!1),[I,S]=q({}),[k,E]=q(0),c=ue(()=>[{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"}],[]),O=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),C=ue(()=>$t(n)||c,[n,c]),_=ge(M=>{const{name:N,value:F}=M.target;S(Object.assign(Object.assign({},I),{[N]:F}))},[I]),x=Di(()=>mt(void 0,void 0,void 0,function*(){var M,N,F,B,R;const L=I;if(!L)return;const V=(N=(M=Object.keys(L))===null||M===void 0?void 0:M.map(z=>{var K;return{name:z,value:(K=L[z])!==null&&K!==void 0?K:""}}))===null||N===void 0?void 0:N.filter(z=>z?.value);if(!V||!V?.length)return;D(!0);const G=yield u?.({attributes:V});if(D(!1),G){if(m){const z=y,K=(F=z?.video)===null||F===void 0?void 0:F.bindProduct,Q=(R=(B=z?.video)===null||B===void 0?void 0:B.bindProduct)===null||R===void 0?void 0:R.bindCta,ne=y?.index;A(z,K,Q,ne)}f||g?.(),h?.()}}),1e3);return pe(()=>{const M=()=>{var N,F;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((N=document?.documentElement)===null||N===void 0?void 0:N.clientHeight)||((F=document?.body)===null||F===void 0?void 0:F.clientHeight))<O?E(50):E(0)};return window.addEventListener("resize",M),()=>{window.removeEventListener("resize",M)}},[]),p.createElement("div",{className:"pb-appoint-form"},p.createElement("div",{className:`pb-appoint-form-title ${Ce(Object.assign({},r))}`,dangerouslySetInnerHTML:{__html:xe(o,r)}}),p.createElement("div",Object.assign({className:Ce(Object.assign(Object.assign({},l),{marginTop:k}))},T),p.createElement("div",{className:"pb-appoint-form-container"},p.createElement(Ho,{columns:C,layout:s,onChange:_}))),p.createElement("div",{className:"pb-appoint-form-btn-wrapper"},p.createElement("button",{"aria-label":v,onClick:x,className:"pb-appoint-form-btn",style:Object.assign({color:a,background:d},b),dangerouslySetInnerHTML:{__html:xe(w?"loading...":v,b)}})))};var Go=Pe(Xo);function at(t,e){return t.extend=e,t}const Uo=at(Go,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:zo,bindableProps:[],interactionRender:Bo},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 Yo=[{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 Cn(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function Ni(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Cn(e[i])&&Cn(t[i])&&Object.keys(e[i]).length>0&&Ni(t[i],e[i])})}const kn={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 Nt(){const t=typeof document<"u"?document:{};return Ni(t,kn),t}const qo={document:kn,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 Tt(){const t=typeof window<"u"?window:{};return Ni(t,qo),t}function Xt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Zo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function ei(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function kt(){return Date.now()}function Ko(t){const e=Tt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Jo(t,e){e===void 0&&(e="x");const i=Tt();let n,l,o;const r=Ko(t);return i.WebKitCSSMatrix?(l=r.transform||r.webkitTransform,l.split(",").length>6&&(l=l.split(", ").map(d=>d.replace(",",".")).join(", ")),o=new i.WebKitCSSMatrix(l==="none"?"":l)):(o=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=o.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?l=o.m41:n.length===16?l=parseFloat(n[12]):l=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?l=o.m42:n.length===16?l=parseFloat(n[13]):l=parseFloat(n[5])),l||0}function bi(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Qo(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Et(){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&&!Qo(n)){const l=Object.keys(Object(n)).filter(o=>e.indexOf(o)<0);for(let o=0,r=l.length;o<r;o+=1){const d=l[o],a=Object.getOwnPropertyDescriptor(n,d);a!==void 0&&a.enumerable&&(bi(t[d])&&bi(n[d])?n[d].__swiper__?t[d]=n[d]:Et(t[d],n[d]):!bi(t[d])&&bi(n[d])?(t[d]={},n[d].__swiper__?t[d]=n[d]:Et(t[d],n[d])):t[d]=n[d])}}}return t}function yi(t,e,i){t.style.setProperty(e,i)}function Pn(t){let{swiper:e,targetPosition:i,side:n}=t;const l=Tt(),o=-e.translate;let r=null,d;const a=e.params.speed;e.wrapperEl.style.scrollSnapType="none",l.cancelAnimationFrame(e.cssModeFrameID);const v=i>o?"next":"prev",s=(f,h)=>v==="next"&&f>=h||v==="prev"&&f<=h,m=()=>{d=new Date().getTime(),r===null&&(r=d);const f=Math.max(Math.min((d-r)/a,1),0),h=.5-Math.cos(f*Math.PI)/2;let g=o+h*(i-o);if(s(g,i)&&(g=i),e.wrapperEl.scrollTo({[n]:g}),s(g,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:g})}),l.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=l.requestAnimationFrame(m)};m()}function jt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function wi(t){try{console.warn(t);return}catch{}}function ai(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Xt(e)),i}function $o(t){const e=Tt(),i=Nt(),n=t.getBoundingClientRect(),l=i.body,o=t.clientTop||l.clientTop||0,r=t.clientLeft||l.clientLeft||0,d=t===e?e.scrollY:t.scrollTop,a=t===e?e.scrollX:t.scrollLeft;return{top:n.top+d-o,left:n.left+a-r}}function el(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 tl(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 Gt(t,e){return Tt().getComputedStyle(t,null).getPropertyValue(e)}function Ti(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function Dn(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 Ri(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Vi(t,e,i){const n=Tt();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function Ft(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function il(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=Tt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let r,d=kt(),a;const v=[];function s(A){let S=0,k=0,E=0,c=0;return"detail"in A&&(k=A.detail),"wheelDelta"in A&&(k=-A.wheelDelta/120),"wheelDeltaY"in A&&(k=-A.wheelDeltaY/120),"wheelDeltaX"in A&&(S=-A.wheelDeltaX/120),"axis"in A&&A.axis===A.HORIZONTAL_AXIS&&(S=k,k=0),E=S*10,c=k*10,"deltaY"in A&&(c=A.deltaY),"deltaX"in A&&(E=A.deltaX),A.shiftKey&&!E&&(E=c,c=0),(E||c)&&A.deltaMode&&(A.deltaMode===1?(E*=40,c*=40):(E*=800,c*=800)),E&&!S&&(S=E<1?-1:1),c&&!k&&(k=c<1?-1:1),{spinX:S,spinY:k,pixelX:E,pixelY:c}}function m(){e.enabled&&(e.mouseEntered=!0)}function f(){e.enabled&&(e.mouseEntered=!1)}function h(A){return e.params.mousewheel.thresholdDelta&&A.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&kt()-d<e.params.mousewheel.thresholdTime?!1:A.delta>=6&&kt()-d<60?!0:(A.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),l("scroll",A.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),l("scroll",A.raw)),d=new o.Date().getTime(),!1)}function g(A){const w=e.params.mousewheel;if(A.direction<0){if(e.isEnd&&!e.params.loop&&w.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&w.releaseOnEdges)return!0;return!1}function b(A){let w=A,D=!0;if(!e.enabled||A.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const I=e.params.mousewheel;e.params.cssMode&&w.preventDefault();let S=e.el;e.params.mousewheel.eventsTarget!=="container"&&(S=document.querySelector(e.params.mousewheel.eventsTarget));const k=S&&S.contains(w.target);if(!e.mouseEntered&&!k&&!I.releaseOnEdges)return!0;w.originalEvent&&(w=w.originalEvent);let E=0;const c=e.rtlTranslate?-1:1,O=s(w);if(I.forceToAxis)if(e.isHorizontal())if(Math.abs(O.pixelX)>Math.abs(O.pixelY))E=-O.pixelX*c;else return!0;else if(Math.abs(O.pixelY)>Math.abs(O.pixelX))E=-O.pixelY;else return!0;else E=Math.abs(O.pixelX)>Math.abs(O.pixelY)?-O.pixelX*c:-O.pixelY;if(E===0)return!0;I.invert&&(E=-E);let C=e.getTranslate()+E*I.sensitivity;if(C>=e.minTranslate()&&(C=e.minTranslate()),C<=e.maxTranslate()&&(C=e.maxTranslate()),D=e.params.loop?!0:!(C===e.minTranslate()||C===e.maxTranslate()),D&&e.params.nested&&w.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const _={time:kt(),delta:Math.abs(E),direction:Math.sign(E),raw:A};v.length>=2&&v.shift();const x=v.length?v[v.length-1]:void 0;if(v.push(_),x?(_.direction!==x.direction||_.delta>x.delta||_.time>x.time+150)&&h(_):h(_),g(_))return!0}else{const _={time:kt(),delta:Math.abs(E),direction:Math.sign(E)},x=a&&_.time<a.time+500&&_.delta<=a.delta&&_.direction===a.direction;if(!x){a=void 0;let M=e.getTranslate()+E*I.sensitivity;const N=e.isBeginning,F=e.isEnd;if(M>=e.minTranslate()&&(M=e.minTranslate()),M<=e.maxTranslate()&&(M=e.maxTranslate()),e.setTransition(0),e.setTranslate(M),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!N&&e.isBeginning||!F&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:_.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(r),r=void 0,v.length>=15&&v.shift();const B=v.length?v[v.length-1]:void 0,R=v[0];if(v.push(_),B&&(_.delta>B.delta||_.direction!==B.direction))v.splice(0);else if(v.length>=15&&_.time-R.time<500&&R.delta-_.delta>=1&&_.delta<=6){const L=E>0?.8:.2;a=_,v.splice(0),r=ei(()=>{e.slideToClosest(e.params.speed,!0,void 0,L)},0)}r||(r=ei(()=>{a=_,v.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(x||l("scroll",w),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),I.releaseOnEdges&&(M===e.minTranslate()||M===e.maxTranslate()))return!0}}return w.preventDefault?w.preventDefault():w.returnValue=!1,!1}function T(A){let w=e.el;e.params.mousewheel.eventsTarget!=="container"&&(w=document.querySelector(e.params.mousewheel.eventsTarget)),w[A]("mouseenter",m),w[A]("mouseleave",f),w[A]("wheel",b)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",b),!0):e.mousewheel.enabled?!1:(T("addEventListener"),e.mousewheel.enabled=!0,!0)}function y(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,b),!0):e.mousewheel.enabled?(T("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&y(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&y()}),Object.assign(e.mousewheel,{enable:u,disable:y})}function _n(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(l=>{if(!i[l]&&i.auto===!0){let o=jt(t.el,`.${n[l]}`)[0];o||(o=ai("div",n[l]),o.className=n[l],t.el.append(o)),i[l]=o,e[l]=o}}),i}function ti(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function xi(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:u=>u,formatFractionTotal:u=>u,bulletClass:`${o}-bullet`,bulletActiveClass:`${o}-bullet-active`,modifierClass:`${o}-`,currentClass:`${o}-current`,totalClass:`${o}-total`,hiddenClass:`${o}-hidden`,progressbarFillClass:`${o}-progressbar-fill`,progressbarOppositeClass:`${o}-progressbar-opposite`,clickableClass:`${o}-clickable`,lockClass:`${o}-lock`,horizontalClass:`${o}-horizontal`,verticalClass:`${o}-vertical`,paginationDisabledClass:`${o}-disabled`}}),e.pagination={el:null,bullets:[]};let r,d=0;function a(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function v(u,y){const{bulletActiveClass:A}=e.params.pagination;u&&(u=u[`${y==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${A}-${y}`),u=u[`${y==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${A}-${y}-${y}`)))}function s(u){const y=u.target.closest(ti(e.params.pagination.bulletClass));if(!y)return;u.preventDefault();const A=Ti(y)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===A)return;e.slideToLoop(A)}else e.slideTo(A)}function m(){const u=e.rtl,y=e.params.pagination;if(a())return;let A=e.pagination.el;A=Ft(A);let w,D;const I=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,S=e.params.loop?Math.ceil(I/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(D=e.previousRealIndex||0,w=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(w=e.snapIndex,D=e.previousSnapIndex):(D=e.previousIndex||0,w=e.activeIndex||0),y.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const k=e.pagination.bullets;let E,c,O;if(y.dynamicBullets&&(r=Vi(k[0],e.isHorizontal()?"width":"height",!0),A.forEach(C=>{C.style[e.isHorizontal()?"width":"height"]=`${r*(y.dynamicMainBullets+4)}px`}),y.dynamicMainBullets>1&&D!==void 0&&(d+=w-(D||0),d>y.dynamicMainBullets-1?d=y.dynamicMainBullets-1:d<0&&(d=0)),E=Math.max(w-d,0),c=E+(Math.min(k.length,y.dynamicMainBullets)-1),O=(c+E)/2),k.forEach(C=>{const _=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(x=>`${y.bulletActiveClass}${x}`)].map(x=>typeof x=="string"&&x.includes(" ")?x.split(" "):x).flat();C.classList.remove(..._)}),A.length>1)k.forEach(C=>{const _=Ti(C);_===w?C.classList.add(...y.bulletActiveClass.split(" ")):e.isElement&&C.setAttribute("part","bullet"),y.dynamicBullets&&(_>=E&&_<=c&&C.classList.add(...`${y.bulletActiveClass}-main`.split(" ")),_===E&&v(C,"prev"),_===c&&v(C,"next"))});else{const C=k[w];if(C&&C.classList.add(...y.bulletActiveClass.split(" ")),e.isElement&&k.forEach((_,x)=>{_.setAttribute("part",x===w?"bullet-active":"bullet")}),y.dynamicBullets){const _=k[E],x=k[c];for(let M=E;M<=c;M+=1)k[M]&&k[M].classList.add(...`${y.bulletActiveClass}-main`.split(" "));v(_,"prev"),v(x,"next")}}if(y.dynamicBullets){const C=Math.min(k.length,y.dynamicMainBullets+4),_=(r*C-r)/2-O*r,x=u?"right":"left";k.forEach(M=>{M.style[e.isHorizontal()?x:"top"]=`${_}px`})}}A.forEach((k,E)=>{if(y.type==="fraction"&&(k.querySelectorAll(ti(y.currentClass)).forEach(c=>{c.textContent=y.formatFractionCurrent(w+1)}),k.querySelectorAll(ti(y.totalClass)).forEach(c=>{c.textContent=y.formatFractionTotal(S)})),y.type==="progressbar"){let c;y.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const O=(w+1)/S;let C=1,_=1;c==="horizontal"?C=O:_=O,k.querySelectorAll(ti(y.progressbarFillClass)).forEach(x=>{x.style.transform=`translate3d(0,0,0) scaleX(${C}) scaleY(${_})`,x.style.transitionDuration=`${e.params.speed}ms`})}y.type==="custom"&&y.renderCustom?(k.innerHTML=y.renderCustom(e,w+1,S),E===0&&l("paginationRender",k)):(E===0&&l("paginationRender",k),l("paginationUpdate",k)),e.params.watchOverflow&&e.enabled&&k.classList[e.isLocked?"add":"remove"](y.lockClass)})}function f(){const u=e.params.pagination;if(a())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 A=e.pagination.el;A=Ft(A);let w="";if(u.type==="bullets"){let D=e.params.loop?Math.ceil(y/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&D>y&&(D=y);for(let I=0;I<D;I+=1)u.renderBullet?w+=u.renderBullet.call(e,I,u.bulletClass):w+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?w=u.renderFraction.call(e,u.currentClass,u.totalClass):w=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?w=u.renderProgressbar.call(e,u.progressbarFillClass):w=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],A.forEach(D=>{u.type!=="custom"&&(D.innerHTML=w||""),u.type==="bullets"&&e.pagination.bullets.push(...D.querySelectorAll(ti(u.bulletClass)))}),u.type!=="custom"&&l("paginationRender",A[0])}function h(){e.params.pagination=_n(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let y;typeof u.el=="string"&&e.isElement&&(y=e.el.querySelector(u.el)),!y&&typeof u.el=="string"&&(y=[...document.querySelectorAll(u.el)]),y||(y=u.el),!(!y||y.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(y)&&y.length>1&&(y=[...e.el.querySelectorAll(u.el)],y.length>1&&(y=y.filter(A=>Dn(A,".swiper")[0]===e.el)[0])),Array.isArray(y)&&y.length===1&&(y=y[0]),Object.assign(e.pagination,{el:y}),y=Ft(y),y.forEach(A=>{u.type==="bullets"&&u.clickable&&A.classList.add(...(u.clickableClass||"").split(" ")),A.classList.add(u.modifierClass+u.type),A.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(A.classList.add(`${u.modifierClass}${u.type}-dynamic`),d=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&A.classList.add(u.progressbarOppositeClass),u.clickable&&A.addEventListener("click",s),e.enabled||A.classList.add(u.lockClass)}))}function g(){const u=e.params.pagination;if(a())return;let y=e.pagination.el;y&&(y=Ft(y),y.forEach(A=>{A.classList.remove(u.hiddenClass),A.classList.remove(u.modifierClass+u.type),A.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(A.classList.remove(...(u.clickableClass||"").split(" ")),A.removeEventListener("click",s))})),e.pagination.bullets&&e.pagination.bullets.forEach(A=>A.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:y}=e.pagination;y=Ft(y),y.forEach(A=>{A.classList.remove(u.horizontalClass,u.verticalClass),A.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?T():(h(),f(),m())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&m()}),n("snapIndexChange",()=>{m()}),n("snapGridLengthChange",()=>{f(),m()}),n("destroy",()=>{g()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(y=>y.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{m()}),n("click",(u,y)=>{const A=y.target,w=Ft(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&w&&w.length>0&&!A.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&A===e.navigation.nextEl||e.navigation.prevEl&&A===e.navigation.prevEl))return;const D=w[0].classList.contains(e.params.pagination.hiddenClass);l(D===!0?"paginationShow":"paginationHide"),w.forEach(I=>I.classList.toggle(e.params.pagination.hiddenClass))}});const b=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(y=>y.classList.remove(e.params.pagination.paginationDisabledClass))),h(),f(),m()},T=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(y=>y.classList.add(e.params.pagination.paginationDisabledClass))),g()};Object.assign(e.pagination,{enable:b,disable:T,render:f,update:m,init:h,destroy:g})}function nl(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=Nt();let r=!1,d=null,a=null,v,s,m,f;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function h(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C,rtlTranslate:_}=e,{dragEl:x,el:M}=C,N=e.params.scrollbar,F=e.params.loop?e.progressLoop:e.progress;let B=s,R=(m-s)*F;_?(R=-R,R>0?(B=s-R,R=0):-R+s>m&&(B=m+R)):R<0?(B=s+R,R=0):R+s>m&&(B=m-R),e.isHorizontal()?(x.style.transform=`translate3d(${R}px, 0, 0)`,x.style.width=`${B}px`):(x.style.transform=`translate3d(0px, ${R}px, 0)`,x.style.height=`${B}px`),N.hide&&(clearTimeout(d),M.style.opacity=1,d=setTimeout(()=>{M.style.opacity=0,M.style.transitionDuration="400ms"},1e3))}function g(C){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${C}ms`)}function b(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C}=e,{dragEl:_,el:x}=C;_.style.width="",_.style.height="",m=e.isHorizontal()?x.offsetWidth:x.offsetHeight,f=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?s=m*f:s=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?_.style.width=`${s}px`:_.style.height=`${s}px`,f>=1?x.style.display="none":x.style.display="",e.params.scrollbar.hide&&(x.style.opacity=0),e.params.watchOverflow&&e.enabled&&C.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function T(C){return e.isHorizontal()?C.clientX:C.clientY}function u(C){const{scrollbar:_,rtlTranslate:x}=e,{el:M}=_;let N;N=(T(C)-$o(M)[e.isHorizontal()?"left":"top"]-(v!==null?v:s/2))/(m-s),N=Math.max(Math.min(N,1),0),x&&(N=1-N);const F=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*N;e.updateProgress(F),e.setTranslate(F),e.updateActiveIndex(),e.updateSlidesClasses()}function y(C){const _=e.params.scrollbar,{scrollbar:x,wrapperEl:M}=e,{el:N,dragEl:F}=x;r=!0,v=C.target===F?T(C)-C.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,C.preventDefault(),C.stopPropagation(),M.style.transitionDuration="100ms",F.style.transitionDuration="100ms",u(C),clearTimeout(a),N.style.transitionDuration="0ms",_.hide&&(N.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),l("scrollbarDragStart",C)}function A(C){const{scrollbar:_,wrapperEl:x}=e,{el:M,dragEl:N}=_;r&&(C.preventDefault&&C.cancelable?C.preventDefault():C.returnValue=!1,u(C),x.style.transitionDuration="0ms",M.style.transitionDuration="0ms",N.style.transitionDuration="0ms",l("scrollbarDragMove",C))}function w(C){const _=e.params.scrollbar,{scrollbar:x,wrapperEl:M}=e,{el:N}=x;r&&(r=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",M.style.transitionDuration=""),_.hide&&(clearTimeout(a),a=ei(()=>{N.style.opacity=0,N.style.transitionDuration="400ms"},1e3)),l("scrollbarDragEnd",C),_.snapOnRelease&&e.slideToClosest())}function D(C){const{scrollbar:_,params:x}=e,M=_.el;if(!M)return;const N=M,F=x.passiveListeners?{passive:!1,capture:!1}:!1,B=x.passiveListeners?{passive:!0,capture:!1}:!1;if(!N)return;const R=C==="on"?"addEventListener":"removeEventListener";N[R]("pointerdown",y,F),o[R]("pointermove",A,F),o[R]("pointerup",w,B)}function I(){!e.params.scrollbar.el||!e.scrollbar.el||D("on")}function S(){!e.params.scrollbar.el||!e.scrollbar.el||D("off")}function k(){const{scrollbar:C,el:_}=e;e.params.scrollbar=_n(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const x=e.params.scrollbar;if(!x.el)return;let M;if(typeof x.el=="string"&&e.isElement&&(M=e.el.querySelector(x.el)),!M&&typeof x.el=="string"){if(M=o.querySelectorAll(x.el),!M.length)return}else M||(M=x.el);e.params.uniqueNavElements&&typeof x.el=="string"&&M.length>1&&_.querySelectorAll(x.el).length===1&&(M=_.querySelector(x.el)),M.length>0&&(M=M[0]),M.classList.add(e.isHorizontal()?x.horizontalClass:x.verticalClass);let N;M&&(N=M.querySelector(ti(e.params.scrollbar.dragClass)),N||(N=ai("div",e.params.scrollbar.dragClass),M.append(N))),Object.assign(C,{el:M,dragEl:N}),x.draggable&&I(),M&&M.classList[e.enabled?"remove":"add"](...Xt(e.params.scrollbar.lockClass))}function E(){const C=e.params.scrollbar,_=e.scrollbar.el;_&&_.classList.remove(...Xt(e.isHorizontal()?C.horizontalClass:C.verticalClass)),S()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const C=e.params.scrollbar;let{el:_}=e.scrollbar;_=Ft(_),_.forEach(x=>{x.classList.remove(C.horizontalClass,C.verticalClass),x.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?O():(k(),b(),h())}),n("update resize observerUpdate lock unlock changeDirection",()=>{b()}),n("setTranslate",()=>{h()}),n("setTransition",(C,_)=>{g(_)}),n("enable disable",()=>{const{el:C}=e.scrollbar;C&&C.classList[e.enabled?"remove":"add"](...Xt(e.params.scrollbar.lockClass))}),n("destroy",()=>{E()});const c=()=>{e.el.classList.remove(...Xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Xt(e.params.scrollbar.scrollbarDisabledClass)),k(),b(),h()},O=()=>{e.el.classList.add(...Xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Xt(e.params.scrollbar.scrollbarDisabledClass)),E()};Object.assign(e.scrollbar,{enable:c,disable:O,updateSize:b,setTranslate:h,init:k,destroy:E})}function Si(t){let{swiper:e,extendParams:i,on:n,emit:l,params:o}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,d,a=o&&o.autoplay?o.autoplay.delay:3e3,v=o&&o.autoplay?o.autoplay.delay:3e3,s,m=new Date().getTime(),f,h,g,b,T,u,y;function A(B){!e||e.destroyed||!e.wrapperEl||B.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",A),!(y||B.detail&&B.detail.bySwiperTouchMove)&&c())}const w=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?f=!0:f&&(v=s,f=!1);const B=e.autoplay.paused?s:m+v-new Date().getTime();e.autoplay.timeLeft=B,l("autoplayTimeLeft",B,B/a),d=requestAnimationFrame(()=>{w()})},D=()=>{let B;return e.virtual&&e.params.virtual.enabled?B=e.slides.filter(L=>L.classList.contains("swiper-slide-active"))[0]:B=e.slides[e.activeIndex],B?parseInt(B.getAttribute("data-swiper-autoplay"),10):void 0},I=B=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(d),w();let R=typeof B>"u"?e.params.autoplay.delay:B;a=e.params.autoplay.delay,v=e.params.autoplay.delay;const L=D();!Number.isNaN(L)&&L>0&&typeof B>"u"&&(R=L,a=L,v=L),s=R;const V=e.params.speed,G=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(V,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,V,!0,!0),l("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(V,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,V,!0,!0),l("autoplay")),e.params.cssMode&&(m=new Date().getTime(),requestAnimationFrame(()=>{I()})))};return R>0?(clearTimeout(r),r=setTimeout(()=>{G()},R)):requestAnimationFrame(()=>{G()}),R},S=()=>{m=new Date().getTime(),e.autoplay.running=!0,I(),l("autoplayStart")},k=()=>{e.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(d),l("autoplayStop")},E=(B,R)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(r),B||(u=!0);const L=()=>{l("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",A):c()};if(e.autoplay.paused=!0,R){T&&(s=e.params.autoplay.delay),T=!1,L();return}s=(s||e.params.autoplay.delay)-(new Date().getTime()-m),!(e.isEnd&&s<0&&!e.params.loop)&&(s<0&&(s=0),L())},c=()=>{e.isEnd&&s<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(m=new Date().getTime(),u?(u=!1,I(s)):I(),e.autoplay.paused=!1,l("autoplayResume"))},O=()=>{if(e.destroyed||!e.autoplay.running)return;const B=Nt();B.visibilityState==="hidden"&&(u=!0,E(!0)),B.visibilityState==="visible"&&c()},C=B=>{B.pointerType==="mouse"&&(u=!0,y=!0,!(e.animating||e.autoplay.paused)&&E(!0))},_=B=>{B.pointerType==="mouse"&&(y=!1,e.autoplay.paused&&c())},x=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",C),e.el.addEventListener("pointerleave",_))},M=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",C),e.el.removeEventListener("pointerleave",_))},N=()=>{Nt().addEventListener("visibilitychange",O)},F=()=>{Nt().removeEventListener("visibilitychange",O)};n("init",()=>{e.params.autoplay.enabled&&(x(),N(),S())}),n("destroy",()=>{M(),F(),e.autoplay.running&&k()}),n("_freeModeStaticRelease",()=>{(g||u)&&c()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?k():E(!0,!0)}),n("beforeTransitionStart",(B,R,L)=>{e.destroyed||!e.autoplay.running||(L||!e.params.autoplay.disableOnInteraction?E(!0,!0):k())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){k();return}h=!0,g=!1,u=!1,b=setTimeout(()=>{u=!0,g=!0,E(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!h)){if(clearTimeout(b),clearTimeout(r),e.params.autoplay.disableOnInteraction){g=!1,h=!1;return}g&&e.params.cssMode&&c(),g=!1,h=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(T=!0)}),Object.assign(e.autoplay,{start:S,stop:k,pause:E,resume:c})}function ol(t){let{swiper:e,extendParams:i,emit:n,once:l}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function o(){if(e.params.cssMode)return;const a=e.getTranslate();e.setTranslate(a),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function r(){if(e.params.cssMode)return;const{touchEventsData:a,touches:v}=e;a.velocities.length===0&&a.velocities.push({position:v[e.isHorizontal()?"startX":"startY"],time:a.touchStartTime}),a.velocities.push({position:v[e.isHorizontal()?"currentX":"currentY"],time:kt()})}function d(a){let{currentPos:v}=a;if(e.params.cssMode)return;const{params:s,wrapperEl:m,rtlTranslate:f,snapGrid:h,touchEventsData:g}=e,T=kt()-g.touchStartTime;if(v<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(v>-e.maxTranslate()){e.slides.length<h.length?e.slideTo(h.length-1):e.slideTo(e.slides.length-1);return}if(s.freeMode.momentum){if(g.velocities.length>1){const k=g.velocities.pop(),E=g.velocities.pop(),c=k.position-E.position,O=k.time-E.time;e.velocity=c/O,e.velocity/=2,Math.abs(e.velocity)<s.freeMode.minimumVelocity&&(e.velocity=0),(O>150||kt()-k.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=s.freeMode.momentumVelocityRatio,g.velocities.length=0;let u=1e3*s.freeMode.momentumRatio;const y=e.velocity*u;let A=e.translate+y;f&&(A=-A);let w=!1,D;const I=Math.abs(e.velocity)*20*s.freeMode.momentumBounceRatio;let S;if(A<e.maxTranslate())s.freeMode.momentumBounce?(A+e.maxTranslate()<-I&&(A=e.maxTranslate()-I),D=e.maxTranslate(),w=!0,g.allowMomentumBounce=!0):A=e.maxTranslate(),s.loop&&s.centeredSlides&&(S=!0);else if(A>e.minTranslate())s.freeMode.momentumBounce?(A-e.minTranslate()>I&&(A=e.minTranslate()+I),D=e.minTranslate(),w=!0,g.allowMomentumBounce=!0):A=e.minTranslate(),s.loop&&s.centeredSlides&&(S=!0);else if(s.freeMode.sticky){let k;for(let E=0;E<h.length;E+=1)if(h[E]>-A){k=E;break}Math.abs(h[k]-A)<Math.abs(h[k-1]-A)||e.swipeDirection==="next"?A=h[k]:A=h[k-1],A=-A}if(S&&l("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(f?u=Math.abs((-A-e.translate)/e.velocity):u=Math.abs((A-e.translate)/e.velocity),s.freeMode.sticky){const k=Math.abs((f?-A:A)-e.translate),E=e.slidesSizesGrid[e.activeIndex];k<E?u=s.speed:k<2*E?u=s.speed*1.5:u=s.speed*2.5}}else if(s.freeMode.sticky){e.slideToClosest();return}s.freeMode.momentumBounce&&w?(e.updateProgress(D),e.setTransition(u),e.setTranslate(A),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Ri(m,()=>{!e||e.destroyed||!g.allowMomentumBounce||(n("momentumBounce"),e.setTransition(s.speed),setTimeout(()=>{e.setTranslate(D),Ri(m,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(A),e.setTransition(u),e.setTranslate(A),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Ri(m,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(A),e.updateActiveIndex(),e.updateSlidesClasses()}else if(s.freeMode.sticky){e.slideToClosest();return}else s.freeMode&&n("_freeModeNoMomentumRelease");(!s.freeMode.momentum||T>=s.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:o,onTouchMove:r,onTouchEnd:d}})}let ji;function ll(){const t=Tt(),e=Nt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function On(){return ji||(ji=ll()),ji}let Fi;function rl(t){let{userAgent:e}=t===void 0?{}:t;const i=On(),n=Tt(),l=n.navigator.platform,o=e||n.navigator.userAgent,r={ios:!1,android:!1},d=n.screen.width,a=n.screen.height,v=o.match(/(Android);?[\s\/]+([\d.]+)?/);let s=o.match(/(iPad).*OS\s([\d_]+)/);const m=o.match(/(iPod)(.*OS\s([\d_]+))?/),f=!s&&o.match(/(iPhone\sOS|iOS)\s([\d_]+)/),h=l==="Win32";let g=l==="MacIntel";const b=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!s&&g&&i.touch&&b.indexOf(`${d}x${a}`)>=0&&(s=o.match(/(Version)\/([\d.]+)/),s||(s=[0,1,"13_0_0"]),g=!1),v&&!h&&(r.os="android",r.android=!0),(s||f||m)&&(r.os="ios",r.ios=!0),r}function Ln(t){return t===void 0&&(t={}),Fi||(Fi=rl(t)),Fi}let Bi;function dl(){const t=Tt(),e=Ln();let i=!1;function n(){const d=t.navigator.userAgent.toLowerCase();return d.indexOf("safari")>=0&&d.indexOf("chrome")<0&&d.indexOf("android")<0}if(n()){const d=String(t.navigator.userAgent);if(d.includes("Version/")){const[a,v]=d.split("Version/")[1].split(" ")[0].split(".").map(s=>Number(s));i=a<16||a===16&&v<2}}const l=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),o=n(),r=o||l&&e.ios;return{isSafari:i||o,needPerspectiveFix:i,need3dFix:r,isWebView:l}}function al(){return Bi||(Bi=dl()),Bi}function sl(t){let{swiper:e,on:i,emit:n}=t;const l=Tt();let o=null,r=null;const d=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},a=()=>{!e||e.destroyed||!e.initialized||(o=new ResizeObserver(m=>{r=l.requestAnimationFrame(()=>{const{width:f,height:h}=e;let g=f,b=h;m.forEach(T=>{let{contentBoxSize:u,contentRect:y,target:A}=T;A&&A!==e.el||(g=y?y.width:(u[0]||u).inlineSize,b=y?y.height:(u[0]||u).blockSize)}),(g!==f||b!==h)&&d()})}),o.observe(e.el))},v=()=>{r&&l.cancelAnimationFrame(r),o&&o.unobserve&&e.el&&(o.unobserve(e.el),o=null)},s=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof l.ResizeObserver<"u"){a();return}l.addEventListener("resize",d),l.addEventListener("orientationchange",s)}),i("destroy",()=>{v(),l.removeEventListener("resize",d),l.removeEventListener("orientationchange",s)})}function cl(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=[],r=Tt(),d=function(s,m){m===void 0&&(m={});const f=r.MutationObserver||r.WebkitMutationObserver,h=new f(g=>{if(e.__preventObserver__)return;if(g.length===1){l("observerUpdate",g[0]);return}const b=function(){l("observerUpdate",g[0])};r.requestAnimationFrame?r.requestAnimationFrame(b):r.setTimeout(b,0)});h.observe(s,{attributes:typeof m.attributes>"u"?!0:m.attributes,childList:typeof m.childList>"u"?!0:m.childList,characterData:typeof m.characterData>"u"?!0:m.characterData}),o.push(h)},a=()=>{if(e.params.observer){if(e.params.observeParents){const s=Dn(e.hostEl);for(let m=0;m<s.length;m+=1)d(s[m])}d(e.hostEl,{childList:e.params.observeSlideChildren}),d(e.wrapperEl,{attributes:!1})}},v=()=>{o.forEach(s=>{s.disconnect()}),o.splice(0,o.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",a),n("destroy",v)}var ul={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const l=i?"unshift":"push";return t.split(" ").forEach(o=>{n.eventsListeners[o]||(n.eventsListeners[o]=[]),n.eventsListeners[o][l](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function l(){n.off(t,l),l.__emitterProxy&&delete l.__emitterProxy;for(var o=arguments.length,r=new Array(o),d=0;d<o;d++)r[d]=arguments[d];e.apply(n,r)}return l.__emitterProxy=e,n.on(t,l,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((l,o)=>{(l===e||l.__emitterProxy&&l.__emitterProxy===e)&&i.eventsListeners[n].splice(o,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,n;for(var l=arguments.length,o=new Array(l),r=0;r<l;r++)o[r]=arguments[r];return typeof o[0]=="string"||Array.isArray(o[0])?(e=o[0],i=o.slice(1,o.length),n=t):(e=o[0].events,i=o[0].data,n=o[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(a=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(n,[a,...i])}),t.eventsListeners&&t.eventsListeners[a]&&t.eventsListeners[a].forEach(v=>{v.apply(n,i)})}),t}};function 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(Gt(n,"padding-left")||0,10)-parseInt(Gt(n,"padding-right")||0,10),i=i-parseInt(Gt(n,"padding-top")||0,10)-parseInt(Gt(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(c,O){return parseFloat(c.getPropertyValue(t.getDirectionLabel(O))||0)}const i=t.params,{wrapperEl:n,slidesEl:l,size:o,rtlTranslate:r,wrongRTL:d}=t,a=t.virtual&&i.virtual.enabled,v=a?t.virtual.slides.length:t.slides.length,s=jt(l,`.${t.params.slideClass}, swiper-slide`),m=a?t.virtual.slides.length:s.length;let f=[];const h=[],g=[];let b=i.slidesOffsetBefore;typeof b=="function"&&(b=i.slidesOffsetBefore.call(t));let T=i.slidesOffsetAfter;typeof T=="function"&&(T=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,y=t.slidesGrid.length;let A=i.spaceBetween,w=-b,D=0,I=0;if(typeof o>"u")return;typeof A=="string"&&A.indexOf("%")>=0?A=parseFloat(A.replace("%",""))/100*o:typeof A=="string"&&(A=parseFloat(A)),t.virtualSize=-A,s.forEach(c=>{r?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(yi(n,"--swiper-centered-offset-before",""),yi(n,"--swiper-centered-offset-after",""));const S=i.grid&&i.grid.rows>1&&t.grid;S?t.grid.initSlides(s):t.grid&&t.grid.unsetSlides();let k;const E=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(c=>typeof i.breakpoints[c].slidesPerView<"u").length>0;for(let c=0;c<m;c+=1){k=0;let O;if(s[c]&&(O=s[c]),S&&t.grid.updateSlide(c,O,s),!(s[c]&&Gt(O,"display")==="none")){if(i.slidesPerView==="auto"){E&&(s[c].style[t.getDirectionLabel("width")]="");const C=getComputedStyle(O),_=O.style.transform,x=O.style.webkitTransform;if(_&&(O.style.transform="none"),x&&(O.style.webkitTransform="none"),i.roundLengths)k=t.isHorizontal()?Vi(O,"width",!0):Vi(O,"height",!0);else{const M=e(C,"width"),N=e(C,"padding-left"),F=e(C,"padding-right"),B=e(C,"margin-left"),R=e(C,"margin-right"),L=C.getPropertyValue("box-sizing");if(L&&L==="border-box")k=M+B+R;else{const{clientWidth:V,offsetWidth:G}=O;k=M+N+F+B+R+(G-V)}}_&&(O.style.transform=_),x&&(O.style.webkitTransform=x),i.roundLengths&&(k=Math.floor(k))}else k=(o-(i.slidesPerView-1)*A)/i.slidesPerView,i.roundLengths&&(k=Math.floor(k)),s[c]&&(s[c].style[t.getDirectionLabel("width")]=`${k}px`);s[c]&&(s[c].swiperSlideSize=k),g.push(k),i.centeredSlides?(w=w+k/2+D/2+A,D===0&&c!==0&&(w=w-o/2-A),c===0&&(w=w-o/2-A),Math.abs(w)<1/1e3&&(w=0),i.roundLengths&&(w=Math.floor(w)),I%i.slidesPerGroup===0&&f.push(w),h.push(w)):(i.roundLengths&&(w=Math.floor(w)),(I-Math.min(t.params.slidesPerGroupSkip,I))%t.params.slidesPerGroup===0&&f.push(w),h.push(w),w=w+k+A),t.virtualSize+=k+A,D=k,I+=1}}if(t.virtualSize=Math.max(t.virtualSize,o)+T,r&&d&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+A}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+A}px`),S&&t.grid.updateWrapperSize(k,f),!i.centeredSlides){const c=[];for(let O=0;O<f.length;O+=1){let C=f[O];i.roundLengths&&(C=Math.floor(C)),f[O]<=t.virtualSize-o&&c.push(C)}f=c,Math.floor(t.virtualSize-o)-Math.floor(f[f.length-1])>1&&f.push(t.virtualSize-o)}if(a&&i.loop){const c=g[0]+A;if(i.slidesPerGroup>1){const O=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),C=c*i.slidesPerGroup;for(let _=0;_<O;_+=1)f.push(f[f.length-1]+C)}for(let O=0;O<t.virtual.slidesBefore+t.virtual.slidesAfter;O+=1)i.slidesPerGroup===1&&f.push(f[f.length-1]+c),h.push(h[h.length-1]+c),t.virtualSize+=c}if(f.length===0&&(f=[0]),A!==0){const c=t.isHorizontal()&&r?"marginLeft":t.getDirectionLabel("marginRight");s.filter((O,C)=>!i.cssMode||i.loop?!0:C!==s.length-1).forEach(O=>{O.style[c]=`${A}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;g.forEach(C=>{c+=C+(A||0)}),c-=A;const O=c-o;f=f.map(C=>C<=0?-b:C>O?O+T:C)}if(i.centerInsufficientSlides){let c=0;g.forEach(C=>{c+=C+(A||0)}),c-=A;const O=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+O<o){const C=(o-c-O)/2;f.forEach((_,x)=>{f[x]=_-C}),h.forEach((_,x)=>{h[x]=_+C})}}if(Object.assign(t,{slides:s,snapGrid:f,slidesGrid:h,slidesSizesGrid:g}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){yi(n,"--swiper-centered-offset-before",`${-f[0]}px`),yi(n,"--swiper-centered-offset-after",`${t.size/2-g[g.length-1]/2}px`);const c=-t.snapGrid[0],O=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(C=>C+c),t.slidesGrid=t.slidesGrid.map(C=>C+O)}if(m!==v&&t.emit("slidesLengthChange"),f.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),h.length!==y&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!a&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const c=`${i.containerModifierClass}backface-hidden`,O=t.el.classList.contains(c);m<=i.maxBackfaceHiddenSlides?O||t.el.classList.add(c):O&&t.el.classList.remove(c)}}function ml(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let l=0,o;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const r=d=>n?e.slides[e.getSlideIndexByData(d)]:e.slides[d];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(d=>{i.push(d)});else for(o=0;o<Math.ceil(e.params.slidesPerView);o+=1){const d=e.activeIndex+o;if(d>e.slides.length&&!n)break;i.push(r(d))}else i.push(r(e.activeIndex));for(o=0;o<i.length;o+=1)if(typeof i[o]<"u"){const d=i[o].offsetHeight;l=d>l?d:l}(l||l===0)&&(e.wrapperEl.style.height=`${l}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 Mn=(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:l,snapGrid:o}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let r=-t;l&&(r=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let d=i.spaceBetween;typeof d=="string"&&d.indexOf("%")>=0?d=parseFloat(d.replace("%",""))/100*e.size:typeof d=="string"&&(d=parseFloat(d));for(let a=0;a<n.length;a+=1){const v=n[a];let s=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(s-=n[0].swiperSlideOffset);const m=(r+(i.centeredSlides?e.minTranslate():0)-s)/(v.swiperSlideSize+d),f=(r-o[0]+(i.centeredSlides?e.minTranslate():0)-s)/(v.swiperSlideSize+d),h=-(r-s),g=h+e.slidesSizesGrid[a],b=h>=0&&h<=e.size-e.slidesSizesGrid[a],T=h>=0&&h<e.size-1||g>1&&g<=e.size||h<=0&&g>=e.size;T&&(e.visibleSlides.push(v),e.visibleSlidesIndexes.push(a)),Mn(v,T,i.slideVisibleClass),Mn(v,b,i.slideFullyVisibleClass),v.progress=l?-m:m,v.originalProgress=l?-f:f}}function Al(t){const e=this;if(typeof t>"u"){const s=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*s||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:l,isBeginning:o,isEnd:r,progressLoop:d}=e;const a=o,v=r;if(n===0)l=0,o=!0,r=!0;else{l=(t-e.minTranslate())/n;const s=Math.abs(t-e.minTranslate())<1,m=Math.abs(t-e.maxTranslate())<1;o=s||l<=0,r=m||l>=1,s&&(l=0),m&&(l=1)}if(i.loop){const s=e.getSlideIndexByData(0),m=e.getSlideIndexByData(e.slides.length-1),f=e.slidesGrid[s],h=e.slidesGrid[m],g=e.slidesGrid[e.slidesGrid.length-1],b=Math.abs(t);b>=f?d=(b-f)/g:d=(b+g-h)/g,d>1&&(d-=1)}Object.assign(e,{progress:l,progressLoop:d,isBeginning:o,isEnd:r}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),o&&!a&&e.emit("reachBeginning toEdge"),r&&!v&&e.emit("reachEnd toEdge"),(a&&!o||v&&!r)&&e.emit("fromEdge"),e.emit("progress",l)}const zi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function gl(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:l}=t,o=t.virtual&&i.virtual.enabled,r=t.grid&&i.grid&&i.grid.rows>1,d=m=>jt(n,`.${i.slideClass}${m}, swiper-slide${m}`)[0];let a,v,s;if(o)if(i.loop){let m=l-t.virtual.slidesBefore;m<0&&(m=t.virtual.slides.length+m),m>=t.virtual.slides.length&&(m-=t.virtual.slides.length),a=d(`[data-swiper-slide-index="${m}"]`)}else a=d(`[data-swiper-slide-index="${l}"]`);else r?(a=e.filter(m=>m.column===l)[0],s=e.filter(m=>m.column===l+1)[0],v=e.filter(m=>m.column===l-1)[0]):a=e[l];a&&(r||(s=tl(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!s&&(s=e[0]),v=el(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(m=>{zi(m,m===a,i.slideActiveClass),zi(m,m===s,i.slideNextClass),zi(m,m===v,i.slidePrevClass)}),t.emitSlidesClasses()}const Ei=(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 l=n.querySelector(`.${t.params.lazyPreloaderClass}`);!l&&t.isElement&&(n.shadowRoot?l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),l&&l.remove())})),l&&l.remove()}},Wi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Hi=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const n=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),l=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const r=l,d=[r-e];d.push(...Array.from({length:e}).map((a,v)=>r+n+v)),t.slides.forEach((a,v)=>{d.includes(a.column)&&Wi(t,v)});return}const o=l+n-1;if(t.params.rewind||t.params.loop)for(let r=l-e;r<=o+e;r+=1){const d=(r%i+i)%i;(d<l||d>o)&&Wi(t,d)}else for(let r=Math.max(l-e,0);r<=Math.min(o+e,i-1);r+=1)r!==l&&(r>o||r<l)&&Wi(t,r)};function bl(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let l;for(let o=0;o<e.length;o+=1)typeof e[o+1]<"u"?n>=e[o]&&n<e[o+1]-(e[o+1]-e[o])/2?l=o:n>=e[o]&&n<e[o+1]&&(l=o+1):n>=e[o]&&(l=o);return i.normalizeSlideIndex&&(l<0||typeof l>"u")&&(l=0),l}function yl(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:l,activeIndex:o,realIndex:r,snapIndex:d}=e;let a=t,v;const s=h=>{let g=h-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 a>"u"&&(a=bl(e)),n.indexOf(i)>=0)v=n.indexOf(i);else{const h=Math.min(l.slidesPerGroupSkip,a);v=h+Math.floor((a-h)/l.slidesPerGroup)}if(v>=n.length&&(v=n.length-1),a===o&&!e.params.loop){v!==d&&(e.snapIndex=v,e.emit("snapIndexChange"));return}if(a===o&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=s(a);return}const m=e.grid&&l.grid&&l.grid.rows>1;let f;if(e.virtual&&l.virtual.enabled&&l.loop)f=s(a);else if(m){const h=e.slides.filter(b=>b.column===a)[0];let g=parseInt(h.getAttribute("data-swiper-slide-index"),10);Number.isNaN(g)&&(g=Math.max(e.slides.indexOf(h),0)),f=Math.floor(g/l.grid.rows)}else if(e.slides[a]){const h=e.slides[a].getAttribute("data-swiper-slide-index");h?f=parseInt(h,10):f=a}else f=a;Object.assign(e,{previousSnapIndex:d,snapIndex:v,previousRealIndex:r,realIndex:f,previousIndex:o,activeIndex:a}),e.initialized&&Hi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(r!==f&&e.emit("realIndexChange"),e.emit("slideChange"))}function wl(t,e){const i=this,n=i.params;let l=t.closest(`.${n.slideClass}, swiper-slide`);!l&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(d=>{!l&&d.matches&&d.matches(`.${n.slideClass}, swiper-slide`)&&(l=d)});let o=!1,r;if(l){for(let d=0;d<i.slides.length;d+=1)if(i.slides[d]===l){o=!0,r=d;break}}if(l&&o)i.clickedSlide=l,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(l.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=r;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Tl={updateSize:vl,updateSlides:pl,updateAutoHeight:ml,updateSlidesOffset:fl,updateSlidesProgress:hl,updateProgress:Al,updateSlidesClasses:gl,updateActiveIndex:yl,updateClickedSlide:wl};function xl(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:l,wrapperEl:o}=e;if(i.virtualTranslate)return n?-l:l;if(i.cssMode)return l;let r=Jo(o,t);return r+=e.cssOverflowAdjustment(),n&&(r=-r),r||0}function Sl(t,e){const i=this,{rtlTranslate:n,params:l,wrapperEl:o,progress:r}=i;let d=0,a=0;const v=0;i.isHorizontal()?d=n?-t:t:a=t,l.roundLengths&&(d=Math.floor(d),a=Math.floor(a)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?d:a,l.cssMode?o[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-d:-a:l.virtualTranslate||(i.isHorizontal()?d-=i.cssOverflowAdjustment():a-=i.cssOverflowAdjustment(),o.style.transform=`translate3d(${d}px, ${a}px, ${v}px)`);let s;const m=i.maxTranslate()-i.minTranslate();m===0?s=0:s=(t-i.minTranslate())/m,s!==r&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function El(){return-this.snapGrid[0]}function Il(){return-this.snapGrid[this.snapGrid.length-1]}function Cl(t,e,i,n,l){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),n===void 0&&(n=!0);const o=this,{params:r,wrapperEl:d}=o;if(o.animating&&r.preventInteractionOnTransition)return!1;const a=o.minTranslate(),v=o.maxTranslate();let s;if(n&&t>a?s=a:n&&t<v?s=v:s=t,o.updateProgress(s),r.cssMode){const m=o.isHorizontal();if(e===0)d[m?"scrollLeft":"scrollTop"]=-s;else{if(!o.support.smoothScroll)return Pn({swiper:o,targetPosition:-s,side:m?"left":"top"}),!0;d.scrollTo({[m?"left":"top"]:-s,behavior:"smooth"})}return!0}return e===0?(o.setTransition(0),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionEnd"))):(o.setTransition(e),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionStart")),o.animating||(o.animating=!0,o.onTranslateToWrapperTransitionEnd||(o.onTranslateToWrapperTransitionEnd=function(f){!o||o.destroyed||f.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onTranslateToWrapperTransitionEnd),o.onTranslateToWrapperTransitionEnd=null,delete o.onTranslateToWrapperTransitionEnd,o.animating=!1,i&&o.emit("transitionEnd"))}),o.wrapperEl.addEventListener("transitionend",o.onTranslateToWrapperTransitionEnd))),!0}var kl={getTranslate:xl,setTranslate:Sl,minTranslate:El,maxTranslate:Il,translateTo:Cl};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 Nn(t){let{swiper:e,runCallbacks:i,direction:n,step:l}=t;const{activeIndex:o,previousIndex:r}=e;let d=n;if(d||(o>r?d="next":o<r?d="prev":d="reset"),e.emit(`transition${l}`),i&&o!==r){if(d==="reset"){e.emit(`slideResetTransition${l}`);return}e.emit(`slideChangeTransition${l}`),d==="next"?e.emit(`slideNextTransition${l}`):e.emit(`slidePrevTransition${l}`)}}function Dl(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Nn({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function _l(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),Nn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Ol={setTransition:Pl,transitionStart:Dl,transitionEnd:_l};function Ll(t,e,i,n,l){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const o=this;let r=t;r<0&&(r=0);const{params:d,snapGrid:a,slidesGrid:v,previousIndex:s,activeIndex:m,rtlTranslate:f,wrapperEl:h,enabled:g}=o;if(!g&&!n&&!l||o.destroyed||o.animating&&d.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=o.params.speed);const b=Math.min(o.params.slidesPerGroupSkip,r);let T=b+Math.floor((r-b)/o.params.slidesPerGroup);T>=a.length&&(T=a.length-1);const u=-a[T];if(d.normalizeSlideIndex)for(let A=0;A<v.length;A+=1){const w=-Math.floor(u*100),D=Math.floor(v[A]*100),I=Math.floor(v[A+1]*100);typeof v[A+1]<"u"?w>=D&&w<I-(I-D)/2?r=A:w>=D&&w<I&&(r=A+1):w>=D&&(r=A)}if(o.initialized&&r!==m&&(!o.allowSlideNext&&(f?u>o.translate&&u>o.minTranslate():u<o.translate&&u<o.minTranslate())||!o.allowSlidePrev&&u>o.translate&&u>o.maxTranslate()&&(m||0)!==r))return!1;r!==(s||0)&&i&&o.emit("beforeSlideChangeStart"),o.updateProgress(u);let y;if(r>m?y="next":r<m?y="prev":y="reset",f&&-u===o.translate||!f&&u===o.translate)return o.updateActiveIndex(r),d.autoHeight&&o.updateAutoHeight(),o.updateSlidesClasses(),d.effect!=="slide"&&o.setTranslate(u),y!=="reset"&&(o.transitionStart(i,y),o.transitionEnd(i,y)),!1;if(d.cssMode){const A=o.isHorizontal(),w=f?u:-u;if(e===0){const D=o.virtual&&o.params.virtual.enabled;D&&(o.wrapperEl.style.scrollSnapType="none",o._immediateVirtual=!0),D&&!o._cssModeVirtualInitialSet&&o.params.initialSlide>0?(o._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{h[A?"scrollLeft":"scrollTop"]=w})):h[A?"scrollLeft":"scrollTop"]=w,D&&requestAnimationFrame(()=>{o.wrapperEl.style.scrollSnapType="",o._immediateVirtual=!1})}else{if(!o.support.smoothScroll)return Pn({swiper:o,targetPosition:w,side:A?"left":"top"}),!0;h.scrollTo({[A?"left":"top"]:w,behavior:"smooth"})}return!0}return o.setTransition(e),o.setTranslate(u),o.updateActiveIndex(r),o.updateSlidesClasses(),o.emit("beforeTransitionStart",e,n),o.transitionStart(i,y),e===0?o.transitionEnd(i,y):o.animating||(o.animating=!0,o.onSlideToWrapperTransitionEnd||(o.onSlideToWrapperTransitionEnd=function(w){!o||o.destroyed||w.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onSlideToWrapperTransitionEnd),o.onSlideToWrapperTransitionEnd=null,delete o.onSlideToWrapperTransitionEnd,o.transitionEnd(i,y))}),o.wrapperEl.addEventListener("transitionend",o.onSlideToWrapperTransitionEnd)),!0}function Ml(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;if(l.destroyed)return;typeof e>"u"&&(e=l.params.speed);const o=l.grid&&l.params.grid&&l.params.grid.rows>1;let r=t;if(l.params.loop)if(l.virtual&&l.params.virtual.enabled)r=r+l.virtual.slidesBefore;else{let d;if(o){const f=r*l.params.grid.rows;d=l.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===f)[0].column}else d=l.getSlideIndexByData(r);const a=o?Math.ceil(l.slides.length/l.params.grid.rows):l.slides.length,{centeredSlides:v}=l.params;let s=l.params.slidesPerView;s==="auto"?s=l.slidesPerViewDynamic():(s=Math.ceil(parseFloat(l.params.slidesPerView,10)),v&&s%2===0&&(s=s+1));let m=a-d<s;if(v&&(m=m||d<Math.ceil(s/2)),n&&v&&l.params.slidesPerView!=="auto"&&!o&&(m=!1),m){const f=v?d<l.activeIndex?"prev":"next":d-l.activeIndex-1<l.params.slidesPerView?"next":"prev";l.loopFix({direction:f,slideTo:!0,activeSlideIndex:f==="next"?d+1:d-a+1,slideRealIndex:f==="next"?l.realIndex:void 0})}if(o){const f=r*l.params.grid.rows;r=l.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===f)[0].column}else r=l.getSlideIndexByData(r)}return requestAnimationFrame(()=>{l.slideTo(r,e,i,n)}),l}function Nl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:l,params:o,animating:r}=n;if(!l||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let d=o.slidesPerGroup;o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(d=Math.max(n.slidesPerViewDynamic("current",!0),1));const a=n.activeIndex<o.slidesPerGroupSkip?1:d,v=n.virtual&&o.virtual.enabled;if(o.loop){if(r&&!v&&o.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&o.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+a,t,e,i)}),!0}return o.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+a,t,e,i)}function Rl(t,e,i){e===void 0&&(e=!0);const n=this,{params:l,snapGrid:o,slidesGrid:r,rtlTranslate:d,enabled:a,animating:v}=n;if(!a||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const s=n.virtual&&l.virtual.enabled;if(l.loop){if(v&&!s&&l.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const m=d?n.translate:-n.translate;function f(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const h=f(m),g=o.map(u=>f(u));let b=o[g.indexOf(h)-1];if(typeof b>"u"&&l.cssMode){let u;o.forEach((y,A)=>{h>=y&&(u=A)}),typeof u<"u"&&(b=o[u>0?u-1:u])}let T=0;if(typeof b<"u"&&(T=r.indexOf(b),T<0&&(T=n.activeIndex-1),l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(T=T-n.slidesPerViewDynamic("previous",!0)+1,T=Math.max(T,0))),l.rewind&&n.isBeginning){const u=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(u,t,e,i)}else if(l.loop&&n.activeIndex===0&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(T,t,e,i)}),!0;return n.slideTo(T,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 l=this;if(l.destroyed)return;typeof t>"u"&&(t=l.params.speed);let o=l.activeIndex;const r=Math.min(l.params.slidesPerGroupSkip,o),d=r+Math.floor((o-r)/l.params.slidesPerGroup),a=l.rtlTranslate?l.translate:-l.translate;if(a>=l.snapGrid[d]){const v=l.snapGrid[d],s=l.snapGrid[d+1];a-v>(s-v)*n&&(o+=l.params.slidesPerGroup)}else{const v=l.snapGrid[d-1],s=l.snapGrid[d];a-v<=(s-v)*n&&(o-=l.params.slidesPerGroup)}return o=Math.max(o,0),o=Math.min(o,l.slidesGrid.length-1),l.slideTo(o,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 l=t.clickedIndex,o;const r=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;o=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?l<t.loopedSlides-n/2||l>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),l=t.getSlideIndex(jt(i,`${r}[data-swiper-slide-index="${o}"]`)[0]),ei(()=>{t.slideTo(l)})):t.slideTo(l):l>t.slides.length-n?(t.loopFix(),l=t.getSlideIndex(jt(i,`${r}[data-swiper-slide-index="${o}"]`)[0]),ei(()=>{t.slideTo(l)})):t.slideTo(l)}else t.slideTo(l)}var Bl={slideTo:Ll,slideToLoop:Ml,slideNext:Nl,slidePrev:Rl,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 l=()=>{jt(n,`.${i.slideClass}, swiper-slide`).forEach((m,f)=>{m.setAttribute("data-swiper-slide-index",f)})},o=e.grid&&i.grid&&i.grid.rows>1,r=i.slidesPerGroup*(o?i.grid.rows:1),d=e.slides.length%r!==0,a=o&&e.slides.length%i.grid.rows!==0,v=s=>{for(let m=0;m<s;m+=1){const f=e.isElement?ai("swiper-slide",[i.slideBlankClass]):ai("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(f)}};if(d){if(i.loopAddBlankSlides){const s=r-e.slides.length%r;v(s),e.recalcSlides(),e.updateSlides()}else wi("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)");l()}else if(a){if(i.loopAddBlankSlides){const s=i.grid.rows-e.slides.length%i.grid.rows;v(s),e.recalcSlides(),e.updateSlides()}else wi("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)");l()}else l();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Wl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:l,activeSlideIndex:o,byController:r,byMousewheel:d}=t===void 0?{}:t;const a=this;if(!a.params.loop)return;a.emit("beforeLoopFix");const{slides:v,allowSlidePrev:s,allowSlideNext:m,slidesEl:f,params:h}=a,{centeredSlides:g}=h;if(a.allowSlidePrev=!0,a.allowSlideNext=!0,a.virtual&&h.virtual.enabled){i&&(!h.centeredSlides&&a.snapIndex===0?a.slideTo(a.virtual.slides.length,0,!1,!0):h.centeredSlides&&a.snapIndex<h.slidesPerView?a.slideTo(a.virtual.slides.length+a.snapIndex,0,!1,!0):a.snapIndex===a.snapGrid.length-1&&a.slideTo(a.virtual.slidesBefore,0,!1,!0)),a.allowSlidePrev=s,a.allowSlideNext=m,a.emit("loopFix");return}let b=h.slidesPerView;b==="auto"?b=a.slidesPerViewDynamic():(b=Math.ceil(parseFloat(h.slidesPerView,10)),g&&b%2===0&&(b=b+1));const T=h.slidesPerGroupAuto?b:h.slidesPerGroup;let u=T;u%T!==0&&(u+=T-u%T),u+=h.loopAdditionalSlides,a.loopedSlides=u;const y=a.grid&&h.grid&&h.grid.rows>1;v.length<b+u?wi("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&&h.grid.fill==="row"&&wi("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const A=[],w=[];let D=a.activeIndex;typeof o>"u"?o=a.getSlideIndex(v.filter(_=>_.classList.contains(h.slideActiveClass))[0]):D=o;const I=n==="next"||!n,S=n==="prev"||!n;let k=0,E=0;const c=y?Math.ceil(v.length/h.grid.rows):v.length,C=(y?v[o].column:o)+(g&&typeof l>"u"?-b/2+.5:0);if(C<u){k=Math.max(u-C,T);for(let _=0;_<u-C;_+=1){const x=_-Math.floor(_/c)*c;if(y){const M=c-x-1;for(let N=v.length-1;N>=0;N-=1)v[N].column===M&&A.push(N)}else A.push(c-x-1)}}else if(C+b>c-u){E=Math.max(C-(c-u*2),T);for(let _=0;_<E;_+=1){const x=_-Math.floor(_/c)*c;y?v.forEach((M,N)=>{M.column===x&&w.push(N)}):w.push(x)}}if(a.__preventObserver__=!0,requestAnimationFrame(()=>{a.__preventObserver__=!1}),S&&A.forEach(_=>{v[_].swiperLoopMoveDOM=!0,f.prepend(v[_]),v[_].swiperLoopMoveDOM=!1}),I&&w.forEach(_=>{v[_].swiperLoopMoveDOM=!0,f.append(v[_]),v[_].swiperLoopMoveDOM=!1}),a.recalcSlides(),h.slidesPerView==="auto"?a.updateSlides():y&&(A.length>0&&S||w.length>0&&I)&&a.slides.forEach((_,x)=>{a.grid.updateSlide(x,_,a.slides)}),h.watchSlidesProgress&&a.updateSlidesOffset(),i){if(A.length>0&&S){if(typeof e>"u"){const _=a.slidesGrid[D],M=a.slidesGrid[D+k]-_;d?a.setTranslate(a.translate-M):(a.slideTo(D+Math.ceil(k),0,!1,!0),l&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-M,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-M))}else if(l){const _=y?A.length/h.grid.rows:A.length;a.slideTo(a.activeIndex+_,0,!1,!0),a.touchEventsData.currentTranslate=a.translate}}else if(w.length>0&&I)if(typeof e>"u"){const _=a.slidesGrid[D],M=a.slidesGrid[D-E]-_;d?a.setTranslate(a.translate-M):(a.slideTo(D-E,0,!1,!0),l&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-M,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-M))}else{const _=y?w.length/h.grid.rows:w.length;a.slideTo(a.activeIndex-_,0,!1,!0)}}if(a.allowSlidePrev=s,a.allowSlideNext=m,a.controller&&a.controller.control&&!r){const _={slideRealIndex:e,direction:n,setTranslate:l,activeSlideIndex:o,byController:!0};Array.isArray(a.controller.control)?a.controller.control.forEach(x=>{!x.destroyed&&x.params.loop&&x.loopFix({..._,slideTo:x.params.slidesPerView===h.slidesPerView?i:!1})}):a.controller.control instanceof a.constructor&&a.controller.control.params.loop&&a.controller.control.loopFix({..._,slideTo:a.controller.control.params.slidesPerView===h.slidesPerView?i:!1})}a.emit("loopFix")}function Hl(){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(l=>{const o=typeof l.swiperSlideIndex>"u"?l.getAttribute("data-swiper-slide-index")*1:l.swiperSlideIndex;n[o]=l}),t.slides.forEach(l=>{l.removeAttribute("data-swiper-slide-index")}),n.forEach(l=>{i.append(l)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Xl={loopCreate:zl,loopFix:Wl,loopDestroy:Hl};function Gl(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 Ul(){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:Gl,unsetGrabCursor:Ul};function ql(t,e){e===void 0&&(e=this);function i(n){if(!n||n===Nt()||n===Tt())return null;n.assignedSlot&&(n=n.assignedSlot);const l=n.closest(t);return!l&&!n.getRootNode?null:l||i(n.getRootNode().host)}return i(e)}function Rn(t,e,i){const n=Tt(),{params:l}=t,o=l.edgeSwipeDetection,r=l.edgeSwipeThreshold;return o&&(i<=r||i>=n.innerWidth-r)?o==="prevent"?(e.preventDefault(),!0):!1:!0}function Zl(t){const e=this,i=Nt();let n=t;n.originalEvent&&(n=n.originalEvent);const l=e.touchEventsData;if(n.type==="pointerdown"){if(l.pointerId!==null&&l.pointerId!==n.pointerId)return;l.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(l.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Rn(e,n,n.targetTouches[0].pageX);return}const{params:o,touches:r,enabled:d}=e;if(!d||!o.simulateTouch&&n.pointerType==="mouse"||e.animating&&o.preventInteractionOnTransition)return;!e.animating&&o.cssMode&&o.loop&&e.loopFix();let a=n.target;if(o.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(a)||"which"in n&&n.which===3||"button"in n&&n.button>0||l.isTouched&&l.isMoved)return;const v=!!o.noSwipingClass&&o.noSwipingClass!=="",s=n.composedPath?n.composedPath():n.path;v&&n.target&&n.target.shadowRoot&&s&&(a=s[0]);const m=o.noSwipingSelector?o.noSwipingSelector:`.${o.noSwipingClass}`,f=!!(n.target&&n.target.shadowRoot);if(o.noSwiping&&(f?ql(m,a):a.closest(m))){e.allowClick=!0;return}if(o.swipeHandler&&!a.closest(o.swipeHandler))return;r.currentX=n.pageX,r.currentY=n.pageY;const h=r.currentX,g=r.currentY;if(!Rn(e,n,h))return;Object.assign(l,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=h,r.startY=g,l.touchStartTime=kt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,o.threshold>0&&(l.allowThresholdMove=!1);let b=!0;a.matches(l.focusableElements)&&(b=!1,a.nodeName==="SELECT"&&(l.isTouched=!1)),i.activeElement&&i.activeElement.matches(l.focusableElements)&&i.activeElement!==a&&i.activeElement.blur();const T=b&&e.allowTouchMove&&o.touchStartPreventDefault;(o.touchStartForcePreventDefault||T)&&!a.isContentEditable&&n.preventDefault(),o.freeMode&&o.freeMode.enabled&&e.freeMode&&e.animating&&!o.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Kl(t){const e=Nt(),i=this,n=i.touchEventsData,{params:l,touches:o,rtlTranslate:r,enabled:d}=i;if(!d||!l.simulateTouch&&t.pointerType==="mouse")return;let a=t;if(a.originalEvent&&(a=a.originalEvent),a.type==="pointermove"&&(n.touchId!==null||a.pointerId!==n.pointerId))return;let v;if(a.type==="touchmove"){if(v=[...a.changedTouches].filter(I=>I.identifier===n.touchId)[0],!v||v.identifier!==n.touchId)return}else v=a;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",a);return}const s=v.pageX,m=v.pageY;if(a.preventedByNestedSwiper){o.startX=s,o.startY=m;return}if(!i.allowTouchMove){a.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(o,{startX:s,startY:m,currentX:s,currentY:m}),n.touchStartTime=kt());return}if(l.touchReleaseOnEdges&&!l.loop){if(i.isVertical()){if(m<o.startY&&i.translate<=i.maxTranslate()||m>o.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(s<o.startX&&i.translate<=i.maxTranslate()||s>o.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&a.target===e.activeElement&&a.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",a),o.previousX=o.currentX,o.previousY=o.currentY,o.currentX=s,o.currentY=m;const f=o.currentX-o.startX,h=o.currentY-o.startY;if(i.params.threshold&&Math.sqrt(f**2+h**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let I;i.isHorizontal()&&o.currentY===o.startY||i.isVertical()&&o.currentX===o.startX?n.isScrolling=!1:f*f+h*h>=25&&(I=Math.atan2(Math.abs(h),Math.abs(f))*180/Math.PI,n.isScrolling=i.isHorizontal()?I>l.touchAngle:90-I>l.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",a),typeof n.startMoving>"u"&&(o.currentX!==o.startX||o.currentY!==o.startY)&&(n.startMoving=!0),n.isScrolling||a.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!l.cssMode&&a.cancelable&&a.preventDefault(),l.touchMoveStopPropagation&&!l.nested&&a.stopPropagation();let g=i.isHorizontal()?f:h,b=i.isHorizontal()?o.currentX-o.previousX:o.currentY-o.previousY;l.oneWayMovement&&(g=Math.abs(g)*(r?1:-1),b=Math.abs(b)*(r?1:-1)),o.diff=g,g*=l.touchRatio,r&&(g=-g,b=-b);const T=i.touchesDirection;i.swipeDirection=g>0?"prev":"next",i.touchesDirection=b>0?"prev":"next";const u=i.params.loop&&!l.cssMode,y=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&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,l.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",a)}let A;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&T!==i.touchesDirection&&u&&y&&Math.abs(g)>=1){Object.assign(o,{startX:s,startY:m,currentX:s,currentY:m,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",a),n.isMoved=!0,n.currentTranslate=g+n.startTranslate;let w=!0,D=l.resistanceRatio;if(l.touchReleaseOnEdges&&(D=0),g>0?(u&&y&&!A&&n.allowThresholdMove&&n.currentTranslate>(l.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(w=!1,l.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+g)**D))):g<0&&(u&&y&&!A&&n.allowThresholdMove&&n.currentTranslate<(l.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(l.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(l.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(w=!1,l.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-g)**D))),w&&(a.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),l.threshold>0)if(Math.abs(g)>l.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,o.startX=o.currentX,o.startY=o.currentY,n.currentTranslate=n.startTranslate,o.diff=i.isHorizontal()?o.currentX-o.startX:o.currentY-o.startY;return}}else{n.currentTranslate=n.startTranslate;return}!l.followFinger||l.cssMode||((l.freeMode&&l.freeMode.enabled&&i.freeMode||l.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),l.freeMode&&l.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 l;if(n.type==="touchend"||n.type==="touchcancel"){if(l=[...n.changedTouches].filter(D=>D.identifier===i.touchId)[0],!l||l.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;l=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:r,touches:d,rtlTranslate:a,slidesGrid:v,enabled:s}=e;if(!s||!r.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&r.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}r.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const m=kt(),f=m-i.touchStartTime;if(e.allowClick){const D=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(D&&D[0]||n.target,D),e.emit("tap click",n),f<300&&m-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=kt(),ei(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||d.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let h;if(r.followFinger?h=a?e.translate:-e.translate:h=-i.currentTranslate,r.cssMode)return;if(r.freeMode&&r.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:h});return}const g=h>=-e.maxTranslate()&&!e.params.loop;let b=0,T=e.slidesSizesGrid[0];for(let D=0;D<v.length;D+=D<r.slidesPerGroupSkip?1:r.slidesPerGroup){const I=D<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;typeof v[D+I]<"u"?(g||h>=v[D]&&h<v[D+I])&&(b=D,T=v[D+I]-v[D]):(g||h>=v[D])&&(b=D,T=v[v.length-1]-v[v.length-2])}let u=null,y=null;r.rewind&&(e.isBeginning?y=r.virtual&&r.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const A=(h-v[b])/T,w=b<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(f>r.longSwipesMs){if(!r.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(A>=r.longSwipesRatio?e.slideTo(r.rewind&&e.isEnd?u:b+w):e.slideTo(b)),e.swipeDirection==="prev"&&(A>1-r.longSwipesRatio?e.slideTo(b+w):y!==null&&A<0&&Math.abs(A)>r.longSwipesRatio?e.slideTo(y):e.slideTo(b))}else{if(!r.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(n.target===e.navigation.nextEl||n.target===e.navigation.prevEl)?n.target===e.navigation.nextEl?e.slideTo(b+w):e.slideTo(b):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:b+w),e.swipeDirection==="prev"&&e.slideTo(y!==null?y:b))}}function Vn(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:l,snapGrid:o}=t,r=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const d=r&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!d?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!r?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=l,t.allowSlideNext=n,t.params.watchOverflow&&o!==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 l;const o=t.maxTranslate()-t.minTranslate();o===0?l=0:l=(t.translate-t.minTranslate())/o,l!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function er(t){const e=this;Ei(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function tr(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const jn=(t,e)=>{const i=Nt(),{params:n,el:l,wrapperEl:o,device:r}=t,d=!!n.nested,a=e==="on"?"addEventListener":"removeEventListener",v=e;!l||typeof l=="string"||(i[a]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:d}),l[a]("touchstart",t.onTouchStart,{passive:!1}),l[a]("pointerdown",t.onTouchStart,{passive:!1}),i[a]("touchmove",t.onTouchMove,{passive:!1,capture:d}),i[a]("pointermove",t.onTouchMove,{passive:!1,capture:d}),i[a]("touchend",t.onTouchEnd,{passive:!0}),i[a]("pointerup",t.onTouchEnd,{passive:!0}),i[a]("pointercancel",t.onTouchEnd,{passive:!0}),i[a]("touchcancel",t.onTouchEnd,{passive:!0}),i[a]("pointerout",t.onTouchEnd,{passive:!0}),i[a]("pointerleave",t.onTouchEnd,{passive:!0}),i[a]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&l[a]("click",t.onClick,!0),n.cssMode&&o[a]("scroll",t.onScroll),n.updateOnWindowResize?t[v](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",Vn,!0):t[v]("observerUpdate",Vn,!0),l[a]("load",t.onLoad,{capture:!0}))};function ir(){const t=this,{params:e}=t;t.onTouchStart=Zl.bind(t),t.onTouchMove=Kl.bind(t),t.onTouchEnd=Jl.bind(t),t.onDocumentTouchStart=tr.bind(t),e.cssMode&&(t.onScroll=$l.bind(t)),t.onClick=Ql.bind(t),t.onLoad=er.bind(t),jn(t,"on")}function nr(){jn(this,"off")}var or={attachEvents:ir,detachEvents:nr};const Fn=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function lr(){const t=this,{realIndex:e,initialized:i,params:n,el:l}=t,o=n.breakpoints;if(!o||o&&Object.keys(o).length===0)return;const r=t.getBreakpoint(o,t.params.breakpointsBase,t.el);if(!r||t.currentBreakpoint===r)return;const a=(r in o?o[r]:void 0)||t.originalParams,v=Fn(t,n),s=Fn(t,a),m=t.params.grabCursor,f=a.grabCursor,h=n.enabled;v&&!s?(l.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&s&&(l.classList.add(`${n.containerModifierClass}grid`),(a.grid.fill&&a.grid.fill==="column"||!a.grid.fill&&n.grid.fill==="column")&&l.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),m&&!f?t.unsetGrabCursor():!m&&f&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(A=>{if(typeof a[A]>"u")return;const w=n[A]&&n[A].enabled,D=a[A]&&a[A].enabled;w&&!D&&t[A].disable(),!w&&D&&t[A].enable()});const g=a.direction&&a.direction!==n.direction,b=n.loop&&(a.slidesPerView!==n.slidesPerView||g),T=n.loop;g&&i&&t.changeDirection(),Et(t.params,a);const u=t.params.enabled,y=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),h&&!u?t.disable():!h&&u&&t.enable(),t.currentBreakpoint=r,t.emit("_beforeBreakpoint",a),i&&(b?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!T&&y?(t.loopCreate(e),t.updateSlides()):T&&!y&&t.loopDestroy()),t.emit("breakpoint",a)}function rr(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const l=Tt(),o=e==="window"?l.innerHeight:i.clientHeight,r=Object.keys(t).map(d=>{if(typeof d=="string"&&d.indexOf("@")===0){const a=parseFloat(d.substr(1));return{value:o*a,point:d}}return{value:d,point:d}});r.sort((d,a)=>parseInt(d.value,10)-parseInt(a.value,10));for(let d=0;d<r.length;d+=1){const{point:a,value:v}=r[d];e==="window"?l.matchMedia(`(min-width: ${v}px)`).matches&&(n=a):v<=i.clientWidth&&(n=a)}return n||"max"}var dr={setBreakpoint:lr,getBreakpoint:rr};function ar(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(l=>{n[l]&&i.push(e+l)}):typeof n=="string"&&i.push(e+n)}),i}function sr(){const t=this,{classNames:e,params:i,rtl:n,el:l,device:o}=t,r=ar(["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:o.android},{ios:o.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...r),l.classList.add(...e),t.emitContainerClasses()}function cr(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ur={addClasses:sr,removeClasses:cr};function vr(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const l=t.slides.length-1,o=t.slidesGrid[l]+t.slidesSizesGrid[l]+n*2;t.isLocked=t.size>o}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 pr={checkOverflow:vr},Xi={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 mr(t,e){return function(n){n===void 0&&(n={});const l=Object.keys(n)[0],o=n[l];if(typeof o!="object"||o===null){Et(e,n);return}if(t[l]===!0&&(t[l]={enabled:!0}),l==="navigation"&&t[l]&&t[l].enabled&&!t[l].prevEl&&!t[l].nextEl&&(t[l].auto=!0),["pagination","scrollbar"].indexOf(l)>=0&&t[l]&&t[l].enabled&&!t[l].el&&(t[l].auto=!0),!(l in t&&"enabled"in o)){Et(e,n);return}typeof t[l]=="object"&&!("enabled"in t[l])&&(t[l].enabled=!0),t[l]||(t[l]={enabled:!1}),Et(e,n)}}const Gi={eventsEmitter:ul,update:Tl,translate:kl,transition:Ol,slide:Bl,loop:Xl,grabCursor:Yl,events:or,breakpoints:dr,checkOverflow:pr,classes:ur},Ui={};let Yi=class Ht{constructor(){let e,i;for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];l.length===1&&l[0].constructor&&Object.prototype.toString.call(l[0]).slice(8,-1)==="Object"?i=l[0]:[e,i]=l,i||(i={}),i=Et({},i),e&&!i.el&&(i.el=e);const r=Nt();if(i.el&&typeof i.el=="string"&&r.querySelectorAll(i.el).length>1){const s=[];return r.querySelectorAll(i.el).forEach(m=>{const f=Et({},i,{el:m});s.push(new Ht(f))}),s}const d=this;d.__swiper__=!0,d.support=On(),d.device=Ln({userAgent:i.userAgent}),d.browser=al(),d.eventsListeners={},d.eventsAnyListeners=[],d.modules=[...d.__modules__],i.modules&&Array.isArray(i.modules)&&d.modules.push(...i.modules);const a={};d.modules.forEach(s=>{s({params:i,swiper:d,extendParams:mr(i,a),on:d.on.bind(d),once:d.once.bind(d),off:d.off.bind(d),emit:d.emit.bind(d)})});const v=Et({},Xi,a);return d.params=Et({},v,Ui,i),d.originalParams=Et({},d.params),d.passedParams=Et({},i),d.params&&d.params.on&&Object.keys(d.params.on).forEach(s=>{d.on(s,d.params.on[s])}),d.params&&d.params.onAny&&d.onAny(d.params.onAny),Object.assign(d,{enabled:d.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return d.params.direction==="horizontal"},isVertical(){return d.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:d.params.allowSlideNext,allowSlidePrev:d.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:d.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:d.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),d.emit("_swiper"),d.params.init&&d.init(),d}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:n}=this,l=jt(i,`.${n.slideClass}, swiper-slide`),o=Ti(l[0]);return Ti(e)-o}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=jt(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 l=n.minTranslate(),r=(n.maxTranslate()-l)*e+l;n.translateTo(r,typeof i>"u"?0:i),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(n=>{const l=e.getSlideClasses(n);i.push({slideEl:n,classNames:l}),e.emit("_slideClass",n,l)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:l,slides:o,slidesGrid:r,slidesSizesGrid:d,size:a,activeIndex:v}=n;let s=1;if(typeof l.slidesPerView=="number")return l.slidesPerView;if(l.centeredSlides){let m=o[v]?Math.ceil(o[v].swiperSlideSize):0,f;for(let h=v+1;h<o.length;h+=1)o[h]&&!f&&(m+=Math.ceil(o[h].swiperSlideSize),s+=1,m>a&&(f=!0));for(let h=v-1;h>=0;h-=1)o[h]&&!f&&(m+=o[h].swiperSlideSize,s+=1,m>a&&(f=!0))}else if(e==="current")for(let m=v+1;m<o.length;m+=1)(i?r[m]+d[m]-r[v]<a:r[m]-r[v]<a)&&(s+=1);else for(let m=v-1;m>=0;m-=1)r[v]-r[m]<a&&(s+=1);return s}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(r=>{r.complete&&Ei(e,r)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function l(){const r=e.rtlTranslate?e.translate*-1:e.translate,d=Math.min(Math.max(r,e.maxTranslate()),e.minTranslate());e.setTranslate(d),e.updateActiveIndex(),e.updateSlidesClasses()}let o;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)l(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const r=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;o=e.slideTo(r.length-1,0,!1,!0)}else o=e.slideTo(e.activeIndex,0,!1,!0);o||l()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,l=n.params.direction;return e||(e=l==="horizontal"?"vertical":"horizontal"),e===l||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${l}`),n.el.classList.add(`${n.params.containerModifierClass}${e}`),n.emitContainerClasses(),n.params.direction=e,n.slides.forEach(o=>{e==="vertical"?o.style.width="":o.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 l=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(l()):jt(n,l())[0];return!r&&i.params.createElements&&(r=ai("div",i.params.wrapperClass),n.append(r),jt(n,`.${i.params.slideClass}`).forEach(d=>{r.append(d)})),Object.assign(i,{el:n,wrapperEl:r,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:r,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Gt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Gt(n,"direction")==="rtl"),wrongRTL:Gt(r,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const l=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&l.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),l.forEach(o=>{o.complete?Ei(i,o):o.addEventListener("load",r=>{Ei(i,r.target)})}),Hi(i),i.initialized=!0,Hi(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const n=this,{params:l,el:o,wrapperEl:r,slides:d}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),l.loop&&n.loopDestroy(),i&&(n.removeClasses(),o&&typeof o!="string"&&o.removeAttribute("style"),r&&r.removeAttribute("style"),d&&d.length&&d.forEach(a=>{a.classList.remove(l.slideVisibleClass,l.slideFullyVisibleClass,l.slideActiveClass,l.slideNextClass,l.slidePrevClass),a.removeAttribute("style"),a.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(a=>{n.off(a)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),Zo(n)),n.destroyed=!0),null}static extendDefaults(e){Et(Ui,e)}static get extendedDefaults(){return Ui}static get defaults(){return Xi}static installModule(e){Ht.prototype.__modules__||(Ht.prototype.__modules__=[]);const i=Ht.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Ht.installModule(i)),Ht):(Ht.installModule(e),Ht)}};Object.keys(Gi).forEach(t=>{Object.keys(Gi[t]).forEach(e=>{Yi.prototype[e]=Gi[t][e]})}),Yi.use([sl,cl]);const Bn=["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 Zt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function ii(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]:Zt(e[n])&&Zt(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:ii(t[n],e[n]):t[n]=e[n]})}function zn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Wn(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Hn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Xn(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 fr(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function hr(t){let{swiper:e,slides:i,passedParams:n,changedParams:l,nextEl:o,prevEl:r,scrollbarEl:d,paginationEl:a}=t;const v=l.filter(E=>E!=="children"&&E!=="direction"&&E!=="wrapperClass"),{params:s,pagination:m,navigation:f,scrollbar:h,virtual:g,thumbs:b}=e;let T,u,y,A,w,D,I,S;l.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&s.thumbs&&!s.thumbs.swiper&&(T=!0),l.includes("controller")&&n.controller&&n.controller.control&&s.controller&&!s.controller.control&&(u=!0),l.includes("pagination")&&n.pagination&&(n.pagination.el||a)&&(s.pagination||s.pagination===!1)&&m&&!m.el&&(y=!0),l.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||d)&&(s.scrollbar||s.scrollbar===!1)&&h&&!h.el&&(A=!0),l.includes("navigation")&&n.navigation&&(n.navigation.prevEl||r)&&(n.navigation.nextEl||o)&&(s.navigation||s.navigation===!1)&&f&&!f.prevEl&&!f.nextEl&&(w=!0);const k=E=>{e[E]&&(e[E].destroy(),E==="navigation"?(e.isElement&&(e[E].prevEl.remove(),e[E].nextEl.remove()),s[E].prevEl=void 0,s[E].nextEl=void 0,e[E].prevEl=void 0,e[E].nextEl=void 0):(e.isElement&&e[E].el.remove(),s[E].el=void 0,e[E].el=void 0))};l.includes("loop")&&e.isElement&&(s.loop&&!n.loop?D=!0:!s.loop&&n.loop?I=!0:S=!0),v.forEach(E=>{if(Zt(s[E])&&Zt(n[E]))Object.assign(s[E],n[E]),(E==="navigation"||E==="pagination"||E==="scrollbar")&&"enabled"in n[E]&&!n[E].enabled&&k(E);else{const c=n[E];(c===!0||c===!1)&&(E==="navigation"||E==="pagination"||E==="scrollbar")?c===!1&&k(E):s[E]=n[E]}}),v.includes("controller")&&!u&&e.controller&&e.controller.control&&s.controller&&s.controller.control&&(e.controller.control=s.controller.control),l.includes("children")&&i&&g&&s.virtual.enabled?(g.slides=i,g.update(!0)):l.includes("virtual")&&g&&s.virtual.enabled&&(i&&(g.slides=i),g.update(!0)),l.includes("children")&&i&&s.loop&&(S=!0),T&&b.init()&&b.update(!0),u&&(e.controller.control=s.controller.control),y&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-pagination"),a.part.add("pagination"),e.el.appendChild(a)),a&&(s.pagination.el=a),m.init(),m.render(),m.update()),A&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),e.el.appendChild(d)),d&&(s.scrollbar.el=d),h.init(),h.updateSize(),h.setTranslate()),w&&(e.isElement&&((!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-button-next"),o.innerHTML=e.hostEl.constructor.nextButtonSvg,o.part.add("button-next"),e.el.appendChild(o)),(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-button-prev"),r.innerHTML=e.hostEl.constructor.prevButtonSvg,r.part.add("button-prev"),e.el.appendChild(r))),o&&(s.navigation.nextEl=o),r&&(s.navigation.prevEl=r),f.init(),f.update()),l.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),l.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),l.includes("direction")&&e.changeDirection(n.direction,!1),(D||S)&&e.loopDestroy(),(I||S)&&e.loopCreate(),e.update()}function Ar(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},l={};ii(i,Xi),i._emitClasses=!0,i.init=!1;const o={},r=Bn.map(a=>a.replace(/_/,"")),d=Object.assign({},t);return Object.keys(d).forEach(a=>{typeof t[a]>"u"||(r.indexOf(a)>=0?Zt(t[a])?(i[a]={},l[a]={},ii(i[a],t[a]),ii(l[a],t[a])):(i[a]=t[a],l[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?e?n[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:i.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:o[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{i[a]===!0&&(i[a]={}),i[a]===!1&&delete i[a]}),{params:i,passedParams:l,rest:o,events:n}}function gr(t,e){let{el:i,nextEl:n,prevEl:l,paginationEl:o,scrollbarEl:r,swiper:d}=t;zn(e)&&n&&l&&(d.params.navigation.nextEl=n,d.originalParams.navigation.nextEl=n,d.params.navigation.prevEl=l,d.originalParams.navigation.prevEl=l),Wn(e)&&o&&(d.params.pagination.el=o,d.originalParams.pagination.el=o),Hn(e)&&r&&(d.params.scrollbar.el=r,d.originalParams.scrollbar.el=r),d.init(i)}function br(t,e,i,n,l){const o=[];if(!e)return o;const r=a=>{o.indexOf(a)<0&&o.push(a)};if(i&&n){const a=n.map(l),v=i.map(l);a.join("")!==v.join("")&&r("children"),n.length!==i.length&&r("children")}return Bn.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in e)if(Zt(t[a])&&Zt(e[a])){const v=Object.keys(t[a]),s=Object.keys(e[a]);v.length!==s.length?r(a):(v.forEach(m=>{t[a][m]!==e[a][m]&&r(a)}),s.forEach(m=>{t[a][m]!==e[a][m]&&r(a)}))}else t[a]!==e[a]&&r(a)}),o}const yr=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 Ii(){return Ii=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},Ii.apply(this,arguments)}function Gn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Un(t){const e=[];return p.Children.toArray(t).forEach(i=>{Gn(i)?e.push(i):i.props&&i.props.children&&Un(i.props.children).forEach(n=>e.push(n))}),e}function wr(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return p.Children.toArray(t).forEach(n=>{if(Gn(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 l=Un(n.props.children);l.length>0?l.forEach(o=>e.push(o)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Tr(t,e,i){if(!i)return null;const n=s=>{let m=s;return s<0?m=e.length+s:m>=e.length&&(m=m-e.length),m},l=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:o,to:r}=i,d=t.params.loop?-e.length:0,a=t.params.loop?e.length*2:e.length,v=[];for(let s=d;s<a;s+=1)s>=o&&s<=r&&v.push(e[n(s)]);return v.map((s,m)=>p.cloneElement(s,{swiper:t,style:l,key:s.props.virtualIndex||s.key||`slide-${m}`}))}function si(t,e){return typeof window>"u"?pe(t,e):Ao(t,e)}const qi=di(null),Yn=()=>ri(qi),xr=di(null),Kt=mi(function(t,e){let{className:i,tag:n="div",wrapperTag:l="div",children:o,onSwiper:r,...d}=t===void 0?{}:t,a=!1;const[v,s]=q("swiper"),[m,f]=q(null),[h,g]=q(!1),b=ve(!1),T=ve(null),u=ve(null),y=ve(null),A=ve(null),w=ve(null),D=ve(null),I=ve(null),S=ve(null),{params:k,passedParams:E,rest:c,events:O}=Ar(d),{slides:C,slots:_}=wr(o),x=()=>{g(!h)};Object.assign(k.on,{_containerClasses(R,L){s(L)}});const M=()=>{Object.assign(k.on,O),a=!0;const R={...k};if(delete R.wrapperClass,u.current=new Yi(R),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=C;const L={cache:!1,slides:C,renderExternal:f,renderExternalUpdate:!1};ii(u.current.params.virtual,L),ii(u.current.originalParams.virtual,L)}};T.current||M(),u.current&&u.current.on("_beforeBreakpoint",x);const N=()=>{a||!O||!u.current||Object.keys(O).forEach(R=>{u.current.on(R,O[R])})},F=()=>{!O||!u.current||Object.keys(O).forEach(R=>{u.current.off(R,O[R])})};pe(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",x)}),pe(()=>{!b.current&&u.current&&(u.current.emitSlidesClasses(),b.current=!0)}),si(()=>{if(e&&(e.current=T.current),!!T.current)return u.current.destroyed&&M(),gr({el:T.current,nextEl:w.current,prevEl:D.current,paginationEl:I.current,scrollbarEl:S.current,swiper:u.current},k),r&&!u.current.destroyed&&r(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),si(()=>{N();const R=br(E,y.current,C,A.current,L=>L.key);return y.current=E,A.current=C,R.length&&u.current&&!u.current.destroyed&&hr({swiper:u.current,slides:C,passedParams:E,changedParams:R,nextEl:w.current,prevEl:D.current,scrollbarEl:S.current,paginationEl:I.current}),()=>{F()}}),si(()=>{yr(u.current)},[m]);function B(){return k.virtual?Tr(u.current,C,m):C.map((R,L)=>p.cloneElement(R,{swiper:u.current,swiperSlideIndex:L}))}return p.createElement(n,Ii({ref:T,className:Xn(`${v}${i?` ${i}`:""}`)},c),p.createElement(xr.Provider,{value:u.current},_["container-start"],p.createElement(l,{className:fr(k.wrapperClass)},_["wrapper-start"],B(),_["wrapper-end"]),zn(k)&&p.createElement(p.Fragment,null,p.createElement("div",{ref:D,className:"swiper-button-prev"}),p.createElement("div",{ref:w,className:"swiper-button-next"})),Hn(k)&&p.createElement("div",{ref:S,className:"swiper-scrollbar"}),Wn(k)&&p.createElement("div",{ref:I,className:"swiper-pagination"}),_["container-end"]))});Kt.displayName="Swiper";const Rt=mi(function(t,e){let{tag:i="div",children:n,className:l="",swiper:o,zoom:r,lazy:d,virtualIndex:a,swiperSlideIndex:v,...s}=t===void 0?{}:t;const m=ve(null),[f,h]=q("swiper-slide"),[g,b]=q(!1);function T(w,D,I){D===m.current&&h(I)}si(()=>{if(typeof v<"u"&&(m.current.swiperSlideIndex=v),e&&(e.current=m.current),!(!m.current||!o)){if(o.destroyed){f!=="swiper-slide"&&h("swiper-slide");return}return o.on("_slideClass",T),()=>{o&&o.off("_slideClass",T)}}}),si(()=>{o&&m.current&&!o.destroyed&&h(o.getSlideClasses(m.current))},[o]);const u={isActive:f.indexOf("swiper-slide-active")>=0,isVisible:f.indexOf("swiper-slide-visible")>=0,isPrev:f.indexOf("swiper-slide-prev")>=0,isNext:f.indexOf("swiper-slide-next")>=0},y=()=>typeof n=="function"?n(u):n,A=()=>{b(!0)};return p.createElement(i,Ii({ref:m,className:Xn(`${f}${l?` ${l}`:""}`),"data-swiper-slide-index":a,onLoad:A},s),r&&p.createElement(qi.Provider,{value:u},p.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof r=="number"?r:void 0},y(),d&&!g&&p.createElement("div",{className:"swiper-lazy-preloader"}))),!r&&p.createElement(qi.Provider,{value:u},y(),d&&!g&&p.createElement("div",{className:"swiper-lazy-preloader"})))});Rt.displayName="SwiperSlide";const Sr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Er=({visible:t,onClose:e,children:i,modalStyle:n,padding:l,popup:o,schema:r,fullHeight:d=window.innerHeight,isFullScreen:a=!1,openState:v})=>{var s,m,f,h,g,b,T,u,y,A,w,D,I,S,k,E,c,O,C,_,x,M,N,F,B;const R=ve(null),L=ve(null),V=ve(null),G=ve(null),z=d*.2,K=a?d:d*.8,[Q,ne]=q(z),[he,Se]=q(!1),me=ve(null),{globalConfig:Ve,popupDetailData:Xe}=je(),{schema:ae,popup:U}=Mt(),[oe,fe]=q(15);pe(()=>{const Z=document.getElementById("sxp-render"),X=document.getElementById("pb-modal");X?me.current=X:(me.current=document.createElement("div"),me.current.setAttribute("id","pb-modal"),Z?.appendChild(me.current))},[]);const se=ue(()=>o?.id&&o?.id!==""||t,[t,o]),le=ue(()=>{var Z,X,Y;const Ne=r??ae;return(Y=(X=(Z=Ne?.sxpPageConf)===null||Z===void 0?void 0:Z.globalConfig)===null||X===void 0?void 0:X.popupList)===null||Y===void 0?void 0:Y.find(J=>J?.id===o?.id)},[o,r,ae]),Ee=ue(()=>{var Z,X;return((X=(Z=le?.item)===null||Z===void 0?void 0:Z.event)===null||X===void 0?void 0:X.isScrollFullScreen)||!1},[le]);pe(()=>{se?Se(!0):setTimeout(()=>{Se(!1),ne(z)},o?.duration)},[se,o]);const Te=ge(()=>i,[U,v,Ve]);if(!me.current)return null;const Ge=Di(()=>{e?.()},300),qe=Z=>{R.current=Z.touches[0],L.current=Z.touches[0],V.current=!0},Ue=Z=>{requestAnimationFrame(()=>{var X;if(V.current&&((X=G?.current)===null||X===void 0?void 0:X.scrollTop)===0){const Y=Z.touches[0].clientY,Ne=Z.touches[0].clientX,ce=R.current.clientY-Y;R.current=Z.touches[0];const J=Y-L.current.clientY,j=Ne-L.current.clientX;if(Math.abs(j)>Math.abs(J))return;const Le=Q-ce;Le>0&&ne(Le)}})},ie=Z=>{var X;if(V.current&&((X=G?.current)===null||X===void 0?void 0:X.scrollTop)===0){const Y=Z.changedTouches[0].clientY-L.current.clientY,Ne=Z.changedTouches[0].clientX-L.current.clientX;if(Math.abs(Ne)>Math.abs(Y))return;const ce=L.current.clientY-R.current.clientY;ce>0?ne(0):Q<z&&ce<0?ne(z):Q>=z&&ce<0&&e?.()}V.current=!1};return ln.createPortal(p.createElement(p.Fragment,null,he&&p.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:se?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:Ge},p.createElement("div",{style:{position:"relative",left:`${(h=(f=(m=(s=le?.item)===null||s===void 0?void 0:s.props)===null||m===void 0?void 0:m.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(u=(T=(b=(g=le?.item)===null||g===void 0?void 0:g.props)===null||b===void 0?void 0:b.popupBg)===null||T===void 0?void 0:T.horizontalMargin)!==null&&u!==void 0?u:0}px`,bottom:`${(D=(w=(A=(y=le?.item)===null||y===void 0?void 0:y.props)===null||A===void 0?void 0:A.popupBg)===null||w===void 0?void 0:w.bottomMargin)!==null&&D!==void 0?D:0}px`,overflow:"hidden",width:`calc(100% - ${((E=(k=(S=(I=le?.item)===null||I===void 0?void 0:I.props)===null||S===void 0?void 0:S.popupBg)===null||k===void 0?void 0:k.horizontalMargin)!==null&&E!==void 0?E:0)*2}px)`,height:"100%"}},p.createElement("div",Object.assign({className:`modal-container ${se?"modal-popIn":"modal-popOut"}`,role:"dialog","aria-label":(c=le?.item)===null||c===void 0?void 0:c.displayName,"aria-modal":!0,style:Object.assign(Object.assign({padding:l,animationDuration:((O=o?.duration)!==null&&O!==void 0?O:0)/1e3+"s"},Ee&&{transform:`translateY(${Q}px)`}),{overflow:"hidden",borderRadius:`${(M=(x=(_=(C=le?.item)===null||C===void 0?void 0:C.props)===null||_===void 0?void 0:_.popupBg)===null||x===void 0?void 0:x.borderRadius)!==null&&M!==void 0?M:0}px`,zIndex:9}),onClick:Z=>{Z.stopPropagation(),Z.preventDefault()}},Ee&&{onTouchMove:Ue,onTouchStart:qe,onTouchEnd:ie}),p.createElement("button",{className:"modal-icon-wrapper",role:"button","aria-label":"close button",onClick:e,style:{top:oe}},p.createElement("img",{src:(N=Ve?.popupCloseIcon)!==null&&N!==void 0?N:Sr,alt:"close button",className:"modal-icon"})),p.createElement("div",Object.assign({ref:G,style:{height:Ee?d:K,overflow:Ee&&Q<=0||!Ee?"auto":"hidden",zIndex:1}},((B=(F=le?.item)===null||F===void 0?void 0:F.props)===null||B===void 0?void 0:B.enableFixedCloseButton)&&{onScroll:Z=>{var X;fe(15-((X=Z?.target)===null||X===void 0?void 0:X.scrollTop))}}),Te()))))),me.current)};var ni=Pe(Er);const Ir=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),l=[];for(let r=0;r<n.length&&(l.push(n[r]),!(l.join(" ").length>=e));r++);return(l.length>1&&l.length<n.length?l.slice(0,l.length-1):l).join(" ")+" "},Cr=({text:t,maxStr:e=108,style:i,className:n,onClick:l,foldText:o,unfoldText:r,isPost:d,onChange:a})=>{const[v,s]=q(!1),[m,f]=q(!1),h=Number(i?.lineClamp||2),g=ve(null),b=ve(null),T=ge(()=>{s(!v)},[v,a]);return ue(()=>!v&&t.length>e?Ir(t,e)+"...":t,[t,e,v]),pe(()=>{var u,y;b?.current&&(b.current.style.display="block"),((u=b?.current)===null||u===void 0?void 0:u.offsetHeight)>((y=g?.current)===null||y===void 0?void 0:y.offsetHeight)&&d?f(!0):f(!1),b.current.style.display="none"},[d,t]),p.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},p.createElement("div",{ref:g,style:{overflow:"hidden",WebkitLineClamp:!d||v?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),p.createElement("div",{ref:b,dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),t&&d&&m&&p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:l??T,dangerouslySetInnerHTML:{__html:xe(v?r||"show less":o||"show more",i)}}))};var Ci=Pe(Cr);const kr=mi((t,e)=>{const{src:i,onLoad:n,style:l,className:o,loading:r,alt:d="image"}=t,[a,v]=q(i),s=ve(null),[m,f]=q(!1);return on(e,()=>({setSrc:h=>{h&&v(h)}})),pe(()=>{i&&v(i)},[i]),pe(()=>{const h=()=>{i&&!m&&s.current&&(s.current.src="",s.current.src=i)};return wt.on(ft.PAGE_DID_SHOW,h),()=>{wt.off(ft.PAGE_DID_SHOW,h)}},[i,m]),p.createElement(p.Fragment,null,!m&&!a&&p.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),a?.includes(".avif")?p.createElement("picture",null,p.createElement("source",{type:"image/avif",srcSet:a}),p.createElement("source",{type:"image/webp",srcSet:`${a}?imageMogr2/format/webp`}),p.createElement("source",{type:"image/jpeg",srcSet:`${a}?imageMogr2/format/jpg`}),p.createElement("img",{ref:s,className:o,src:a,style:Object.assign({},l),loading:r,onLoad:h=>{f(!0),n?.(h.target)},alt:d})):p.createElement("img",{ref:s,className:o,src:a,style:Object.assign({},l),loading:r,onLoad:h=>{f(!0),n?.(h.target)},alt:d}))});var xt=Pe(kr);const Pr=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const l=ve(),{popupDetailData:o}=je();return pe(()=>{var r,d;n&&((r=l?.current)===null||r===void 0||r.swiper.slideTo((d=o?.multiCheckIndex)!==null&&d!==void 0?d:0))},[o,n]),p.createElement(Kt,{ref:l,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[ol,nl,il],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var ci=Pe(Pr);const Dr=({products:t,data:e,defImg:i,style:n,onCLick:l,popupDetailData:o,check:r})=>{var d;const{productView:a}=ut(),{popupCurTimeRef:v}=je(),s=(m,f)=>{if(r===f)return;const h=t?.[r];a(o,h,h?.bindCta,v.current,o?.index),l?.(f)};return p.createElement(p.Fragment,null,e?.open&&(t&&t?.length>1||!o)&&p.createElement(ci,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(d=o?t:[0,1,2,3])===null||d===void 0?void 0:d.map((m,f)=>{var h,g,b;return p.createElement(p.Fragment,null,m?.bindCta?p.createElement(Rt,{className:Ce({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{s(m,f)},key:f},p.createElement(xt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:r===f?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(b=(h=m?.cover)!==null&&h!==void 0?h:(g=m?.homePage)===null||g===void 0?void 0:g[0])!==null&&b!==void 0?b:i})):null)})))};var qn=Pe(Dr);const _r=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:l,src:o}=t;switch(i){case 2:return n||null;case 3:return o||null;default:return l&&l.length>0?(e=l[0])===null||e===void 0?void 0:e.url:null}},ui=({product:t,enableFormattedPrice:e,globalConfig:i,isHiddenDef:n,style:l})=>{var o,r,d,a,v,s,m,f;if((!t?.currency||!t?.price)&&n)return null;let h=t?.currency&&t?.price?t?.price:7e3,g="",b=i?.priceSymbol,T=t?.currency?(d=(r=(o=t?.currency)===null||o===void 0?void 0:o.split("-")[1])===null||r===void 0?void 0:r.toUpperCase())!==null&&d!==void 0?d:"":"$";const u=e===void 0||e;let y=h.toString();b?.showTwoDecimalPoint&&(y=h?.toFixed(2));let A=(a=y?.indexOf("."))!==null&&a!==void 0?a:-1;if(u){g=(v=h?.toLocaleString("zh",{minimumFractionDigits:b?.showTwoDecimalPoint?2:0}))!==null&&v!==void 0?v:"";let w=0,D=A??g?.length;b?.millesimalSymbol==="."?g=g?.replace(/\,/g,function(I,S){return S>=w&&S<D?".":I}):b?.millesimalSymbol===" "&&(g=g?.replace(","," "))}else g=`${b?.showTwoDecimalPoint?h?.toFixed(2):h}`;return b?.decimalPoint===","&&A>0&&(g=g=g?.replace(/\./g,function(w,D){return D>=A&&D<g?.length?",":w})),T=`<span style="font-family:${(f=(m=(s=i?.priceSymbol)===null||s===void 0?void 0:s.fontFamily)!==null&&m!==void 0?m:l?.["fontFamily-en"])!==null&&f!==void 0?f:"inherit"}">${T}</span>`,g=xe(g,l),b?.currencyPosition&&b?.currencyPosition!=="none"?g=b?.currencyPosition==="left"?T+g:g+T:b?.currencyPosition!=="none"&&(g=T+g),g},Or=t=>{var e,i,n,l,o,r,d,a,v,s,m,f,h,g,b,T,u,y,A,w,D,I,S,k,{content:E,style:c,bgImg:O,onClick:C,schema:_,isDefault:x,bottom_image:M,tipText:N,isPost:F,viewTime:B,rec:R,swiper:L,commodityStyles:V,buttonStyle:G,index:z,commodityGroup:K,popupBg:Q,iframeIcon:ne,commodityImgRatio:he,isTel:Se,iframeBgColor:me,isActive:Ve=!0}=t,Xe=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:ae,popupDetailData:U,isPreview:oe,bffFbReport:fe,popupCurTimeRef:se,checkCommodityIndexRef:le,globalConfig:Ee}=je(),{jumpToWeb:Te,productView:Ge}=ut(),qe=ve(null),[Ue,ie]=q(!1),[Z,X]=q(!1),[Y,Ne]=q((e=U?.multiCheckIndex)!==null&&e!==void 0?e:0),ce=ve(),J=F?R:U;let j=F?J?.product:(n=(i=J?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=J?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Le=F?(r=J?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=J?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(f=(m=(s=J?.video)===null||s===void 0?void 0:s.bindProducts)===null||m===void 0?void 0:m[0])===null||f===void 0?void 0:f.bindCta;const ht=F?z:U?.index;if(!F&&K?.open&&(!((h=J?.video)===null||h===void 0)&&h.bindProducts)&&((b=(g=J?.video)===null||g===void 0?void 0:g.bindProducts)===null||b===void 0?void 0:b.length)>0){le.current=Y;const $=(T=J?.video)===null||T===void 0?void 0:T.bindProducts[Y];j=$,Le=$?.bindCta}const At=()=>{j?.link&&(Te(J,j,Le,ht),F||Ge(J,j,Le,B||qe.current,ht),window.location.href=window.getJointUtmLink(j.link))};pe(()=>{Ve&&(fe?.({eventName:"ProductView",product:j}),fe?.({eventName:"PageView",product:j}))},[Ve,fe]),pe(()=>{const $=()=>{qe.current=new Date};return $(),window.addEventListener("pageshow",$),()=>{window.removeEventListener("pageshow",$)}},[]);const gt=ui({product:j,enableFormattedPrice:(u=V?.price)===null||u===void 0?void 0:u.enableFormattedPrice,globalConfig:Ee,style:V?.price}),st=(oe?375:(y=c?.width)!==null&&y!==void 0?y:window.innerWidth)-((A=Q?.horizontalMargin)!==null&&A!==void 0?A:0)*2,yt=he?st*(he.h/he.w):st,W=({isPost:$})=>{var Re,Ze,tt,dt;return p.createElement("div",null,p.createElement("div",{className:"pb-commondity-content-collection",style:we(V?.collection),hidden:!!j&&(!j?.collection||j?.collection===""),dangerouslySetInnerHTML:{__html:xe((Re=j?.collection)!==null&&Re!==void 0?Re:"Tiffany Lock",V?.collection)}}),p.createElement("div",{className:"pb-commondity-content-title",style:we(V?.title),hidden:!!j&&!j?.title,dangerouslySetInnerHTML:{__html:xe((Ze=j?.title)!==null&&Ze!==void 0?Ze:"Pendant in Yellow Gold with Diamonds, Medium",V?.title)}}),p.createElement("div",{className:"pb-commondity-content-price",style:we(V?.price),hidden:!!j&&!j?.price,dangerouslySetInnerHTML:{__html:gt??""}}),p.createElement("div",{hidden:!!j&&!j?.taxInfo,style:we(V?.taxInfo),dangerouslySetInnerHTML:{__html:xe((tt=j?.taxInfo)!==null&&tt!==void 0?tt:"\u7A0E\u8D39",V?.taxInfo)}}),p.createElement("div",{hidden:!!j&&(!j?.info||j?.info==="")},p.createElement(Ci,{foldText:N?.foldText,unfoldText:N?.unfoldText,onClick:()=>ie(!0),isPost:$,text:(dt=j?.info)!==null&&dt!==void 0?dt:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
1
+ import{isEmpty as Zt,cloneDeep as ei,isEqual as en,debounce as Pi,throttle as tn,get as nn}from"lodash";import{v4 as fo}from"uuid";import ho from"pako";import v,{useContext as ri,useMemo as ce,memo as _e,useEffect as ue,createContext as di,useState as q,useRef as se,useCallback as Ae,forwardRef as pi,useImperativeHandle as on,useLayoutEffect as Ao}from"react";import mi from"qs";import bo from"eventemitter3";import{css as Ne}from"@emotion/css";import*as ln from"react-dom";import go from"react-dom";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 l=0,n=Object.getOwnPropertySymbols(t);l<n.length;l++)e.indexOf(n[l])<0&&Object.prototype.propertyIsEnumerable.call(t,n[l])&&(i[n[l]]=t[n[l]]);return i}function mt(t,e,i,n){function l(o){return o instanceof i?o:new i(function(r){r(o)})}return new(i||(i=Promise))(function(o,r){function a(s){try{p(n.next(s))}catch(f){r(f)}}function d(s){try{p(n.throw(s))}catch(f){r(f)}}function p(s){s.done?o(s.value):l(s.value).then(a,d)}p((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const yo=/:\w+/g;var rn=(t,e)=>mt(void 0,void 0,void 0,function*(){const i={},n={};for(let l=0;l<e?.length;l++){const{id:o,method:r,url:a,urlParams:d,name:p,queryString:s,headers:f,body:m}=e[l];let h=a;d&&Object.entries(d).forEach(([A,w])=>{h=h.replace(yo,T=>T===A?w:T)}),s&&(h+=s),n[o]=p;try{const A=yield fetch(h,{method:r,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(m)}).then(w=>w.json());i[o]=A}catch(A){console.error("DataSource request error: ",A),i[o]={}}}return{$store:i,idMapName:n}});const dn="SXP_TOKEN_INFO",wo=(t,e)=>mt(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),l=t.getAppId(),o=t.getApiUrl(),r=window.localStorage.getItem(dn);let a=JSON.parse(r||"{}");if(Date.now()>((i=a?.expireTime)!==null&&i!==void 0?i:0)){const p=yield fetch(`${o}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":l||""}}).then(s=>s.json());if(p.success){const s=p.data;a=Object.assign(Object.assign({},s),{expireTime:Date.now()+s.expire*1e3}),window.localStorage.setItem(dn,JSON.stringify(a))}}return a});function fi(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let l;if(e=e||i.length,t)for(l=0;l<t;l++)n[l]=i[0|Math.random()*e];else{let o;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",l=0;l<36;l++)n[l]||(o=0|Math.random()*16,n[l]=i[l===19?o&3|8:o])}return n.join("")}const To=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let l=0;for(;l<t;)e+=i.charAt(Math.floor(Math.random()*n)),l+=1;return e},So=()=>{const t=fo();return t?.replaceAll?t.replaceAll("-",""):To(32)},Ee=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],l=e?.["fontFamily-en"];if(!n&&!l)return t;let o=t;const r=/[\u4e00-\u9fa5]/g,a=/[^\u4e00-\u9fa5]/g,d=`font-family:${n??"inherit"}`,p=`font-family:${l??"inherit"}`,s=m=>{let h=m.search(r),A=m.search(a);return h!==-1&&A!==-1&&h<A&&(i+=`<span style="${d}">${m.substring(h,A)}</span>`,o=m.substring(A,m?.length)),h!==-1&&A!==-1&&h>A&&(i+=`<span style="${p}">${m.substring(A,h)}</span>`,o=m.substring(h,m?.length)),h===-1?(i+=`<span style="${p}">${m.substring(A,m?.length)}</span>`,o="",!1):A===-1?(i+=`<span style="${d}">${m.substring(h,m?.length)}</span>`,o="",!1):!0};let f=!0;for(;f;)f=s(o);return i};function an(){var t,e,i,n,l,o,r;let a=self.navigator.userAgent;return a?/edge\/([\d\.]+)/i.exec(a)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(a))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(a)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(a))===null||e===void 0?void 0:e[1]}`:/msie/i.test(a)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(a))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(a)?`Internet Explorer ${(n=/rv:([\d\.]+)/i.exec(a))===null||n===void 0?void 0:n[1]}`:/chrome/i.test(a)?`Chrome ${(l=/chrome\/([\d\.]+)/i.exec(a))===null||l===void 0?void 0:l[1]}`:/firefox/i.test(a)?`Firefox ${(o=/firefox\/([\d\.]+)/i.exec(a))===null||o===void 0?void 0:o[1]}`:/safari/i.test(a)?`Safari ${(r=/version\/([\d\.]+)/i.exec(a))===null||r===void 0?void 0:r[1]}`:null:null}function sn(){var t,e,i;let n=self.navigator.userAgent;return n?/iphone/i.test(n)?`IOS ${(t=n.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(n)?`Android ${(e=n.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(n)?`Windows ${(i=n.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(n)?"Mac OS":null:null}function cn(){let t=self.navigator.userAgent;if(!t)return null;if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var n=t.substring(e+1,i);return`${n}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function un(t){const i=document.cookie.split(";");let n=null;return i.forEach(l=>{const[o,r]=l.trim().split("=");o===t&&(n=r)}),n??""}function vn(t){const i=atob(t).split("").map(function(o){return o.charCodeAt(0)}),n=new Uint8Array(i),l=ho.inflate(n,{to:"string"});return JSON.parse(l)}let _i=null;const xo={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class Eo{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,_i)return _i;_i=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?xo[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let bt=null;const Io={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{bt||(bt=new Eo),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(l=>mt(void 0,void 0,void 0,function*(){var o,r;const a=yield l.json(),d=vn((o=a?.data)===null||o===void 0?void 0:o.data);if(d){const{$store:p}=yield rn(n,(r=d?.dataSource)!==null&&r!==void 0?r:[]);a.data.data=d,Object.assign(a.data.data,{__STORE__:p})}return a}))},getSxpDetailByPageId:t=>mt(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?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>mt(void 0,void 0,void 0,function*(){var o;const r=yield l.json();if(!r.success)return;const a=vn((o=r?.data)===null||o===void 0?void 0:o.data);return r.data.data=a,r.data}))}),getSxpRecommendVideoData:t=>mt(void 0,void 0,void 0,function*(){if(!bt)return;const e=yield wo(bt,t),i=fi(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Zt(n)&&(n=fi(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const l=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(o=>o.json());return l?.data||null})};function Ht(){return ri(En)}function Co(){return ri(xn)}const Di="feRealSessionIdKey",pn=()=>{const t=So();return`${Date.now()}${t}`},ko=()=>{let t=Po();return t||(t=pn(),window.sessionStorage.setItem(Di,t)),t},mn=()=>{const t=pn();window.sessionStorage.setItem(Di,t)},Po=()=>window.sessionStorage.getItem(Di),fn="SXP_FAKE_USER_ID",hn="FAKE_USER_STATE",An="AGREE_POLICY",bn="SLIDE_SKIP_STATE",gn="CCONTSENT_STATE",yn=()=>{let t=window.localStorage.getItem(fn);return Zt(t)&&(t=fi(36,62),window.localStorage.setItem(fn,t)),t},_o=()=>{const t=window.localStorage.getItem(hn);return Zt(t)&&window.localStorage.setItem(hn,"true"),Zt(t)},Do=()=>{const t=window.localStorage.getItem(bn);return Zt(t)},Oo=()=>{window.localStorage.setItem(bn,"true")},Lo=()=>{const t=window.localStorage.getItem(gn);return Zt(t)&&window.localStorage.setItem(gn,"true"),Zt(t)};function Ct(t,e){const{appDomain:i}=je();return ce(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const wt=new bo;var ft;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(ft||(ft={}));const Mo=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:l,privacy_policy_title:o})=>{const{setIsAgreePolicy:r,bffEventReport:a}=je(),d=ce(()=>{const f=location.search.slice(1),m=mi.parse(f.replace(/\+/g,"%2B"));for(const h in m)m[h]=m[h].replace(/%2B/g,"+");return m},[]),p=f=>{var m;return(m=d[f])!==null&&m!==void 0?m:null};ue(()=>{a?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:p("utm_source"),utmMedium:p("utm_medium"),utmCampaign:p("utm_campaign"),utmId:p("utm_id"),utmContent:p("utm_content"),clSource:p("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const s=()=>{a?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),r?.(!0),window.localStorage.setItem(An,"yes")};return v.createElement("div",{className:"consent-bg"},v.createElement("div",{className:"consent"},v.createElement("div",{className:"consent-col"},v.createElement("div",{className:"consent-title"},i??"Privacy Policy"),v.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.")),v.createElement("div",{className:"consent-col"},v.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:s},"Agree"),v.createElement("a",{className:"consent-policy",target:"_blank",href:l?`https://${l}`:void 0},o??"More information"))))};var No=_e(Mo);const wn=di({rtcList:[],tagList:[]});var Oi;(function(t){t[t.BFF=5]="BFF"})(Oi||(Oi={}));const hi="FOR U",Ro=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:l,defaultSize:o,isPreview:r=!1,sxpParameter:a,appDomain:d,hashTagSize:p,loadingImage:s,isOpenHashTag:f=!1,enabledMetaConversionApi:m=!1,consentHeight:h,consentWidth:A,isShowTag:w=!0,isOpenConsent:T=!1,globalConfig:u,isEditor:g=!1,utmParameter:b,channelQueryList:y})=>{var k,E,L;const[D,S]=q([]),[c,_]=q([]),[I,O]=q(!1),[x,M]=q({rtc:"",requestId:""}),R=se(null),B=se(!1),[z,N]=q(()=>!!window.localStorage.getItem(An)),[P,V]=q(),[Y,j]=q(),[K,J]=q(f),[ie,pe]=q([]),[Ce,be]=q(0),[Re,Be]=q(!1),[ve,U]=q(null),ne=se(),fe=se(),[me,Ie]=q(hi),le=se(-1),ye=se(null),[Ge,Ye]=q(!1),Ue=ce(()=>{var H,G,xe,Fe;return((Fe=(xe=(G=(H=u?.consent)===null||H===void 0?void 0:H[0])===null||G===void 0?void 0:G.item)===null||xe===void 0?void 0:xe.props)===null||Fe===void 0?void 0:Fe.privacy_necessity)&&!z&&!g||T},[z,u,T,g]),oe=Ae(H=>{var G;const xe=H?.recList;return(G=xe?.map(he=>{var De,ee,Q,Ve,Ze,tt;if(!((De=he?.video)===null||De===void 0)&&De.bindProducts&&((Q=(ee=he?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||Q===void 0?void 0:Q.length)>0){const at=(tt=(Ze=(Ve=he?.video)===null||Ve===void 0?void 0:Ve.bindProducts)===null||Ze===void 0?void 0:Ze.filter(lt=>!!lt?.bindCta))!==null&&tt!==void 0?tt:[];return Object.assign(Object.assign({},he),{video:Object.assign(Object.assign({},he?.video),{bindProducts:at})})}return he}))!==null&&G!==void 0?G:[]},[]);ue(()=>{const H=G=>{ne.current=G};return wt.on(ft.CHANGE_THEME_TAG,H),()=>{wt.off(ft.CHANGE_THEME_TAG,H)}},[]),ue(()=>{J(f)},[f]);const ae=ce(()=>e?.find(H=>H.type===Oi.BFF),[e]),X=Ae((H,G)=>{if(!ae)return;const xe=ae.url,Fe=yn();if(G?.query){const he=mi.stringify(G.query);H=`${H}?${he}`}if(G.type==="beacon"&&navigator.sendBeacon){const he=mi.stringify(Object.assign(Object.assign({},ae.headers),{"x-user-id":Fe}));return he&&(H=G?.query?`${H}&${he}`:`${H}?${he}`),navigator.sendBeacon(`${xe}/api/v1${H}`,new Blob([JSON.stringify(Object.assign({},G.body))],{type:"application/json;charset=UTF-8"}))}return window.fetch(`${xe}/api/v1${H}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Fe},ae.headers),method:G.method,body:JSON.stringify(G.body)}).then(he=>he.json()).catch(he=>Promise.reject(he))},[ae]),W=Ae(H=>mt(void 0,void 0,void 0,function*(){var G,xe,Fe,he,De,ee,Q,Ve,Ze,tt,at,lt,qe,Je;if(H=Object.assign(Object.assign(Object.assign({maxSize:(G=H?.maxSize)!==null&&G!==void 0?G:l,defaultSize:(xe=H?.defaultSize)!==null&&xe!==void 0?xe:o,hashTag:H?.hashTag,traceInfo:H?.traceInfo,themeTag:H?.themeTag},H?.contentFilter&&{contentFilter:`[${H?.contentFilter}]`}),H?.productFilter&&{productFilter:`[${H?.productFilter}]`}),{pageNum:H?.pageNum}),i){const ut=(De=(he=(Fe=i?.split("&"))===null||Fe===void 0?void 0:Fe.filter(vt=>{var ke,pt;const Qe=vt.split("=")[0];return(pt=(ke=b?.channels)!==null&&ke!==void 0?ke:[])===null||pt===void 0?void 0:pt.includes(Qe)}))===null||he===void 0?void 0:he.join("&"))!==null&&De!==void 0?De:"";H=Object.assign(Object.assign({},H),{channel:decodeURIComponent(ut)})}if(g){let ut=1;if(H=Object.assign(Object.assign(Object.assign({},H),{directPage:!0,level:1}),!i&&y&&y?.length>0&&{channel:y?.[0]}),!H?.channel||B.current)return;B.current=!0;let vt=[],ke=null;const pt=Qe=>mt(void 0,void 0,void 0,function*(){var _t,Rt,Bt,Dt,zt,Ot;if(Qe.pageNum=ut,ke=yield X?.("/recommend/list",{method:"GET",query:Qe}),!ke?.success)return;O(!1),vt=vt.concat((Dt=(Bt=(Rt=(_t=ke?.data)===null||_t===void 0?void 0:_t.recList)===null||Rt===void 0?void 0:Rt.filter)===null||Bt===void 0?void 0:Bt.call(Rt,C=>C?.product||C?.video))!==null&&Dt!==void 0?Dt:[]),S(oe(Object.assign(Object.assign({},ke.data),{recList:vt}))),pe(oe(Object.assign(Object.assign({},ke.data),{recList:vt}))),((Ot=(zt=ke?.data)===null||zt===void 0?void 0:zt.recList)===null||Ot===void 0?void 0:Ot.some(C=>C?.product||C?.video))&&(ut=ut+1,yield pt(Qe))});return yield pt(H),!H?.hashTag&&ke&&M({rtc:(ee=ke?.data)===null||ee===void 0?void 0:ee.rtc,requestId:(Q=ke?.data)===null||Q===void 0?void 0:Q.requestId}),Object.assign(Object.assign({},ke.data),{recList:vt})}u?.enablePreview&&(H=Object.assign(Object.assign({},H),{directPage:!0,level:1,pageNum:(Ve=H?.pageNum)!==null&&Ve!==void 0?Ve:1}));const Ke=yield X?.("/recommend/list",{method:"GET",query:H});if(Ke?.success){if(H?.hashTag||M({rtc:Ke.data.rtc,requestId:Ke.data.requestId}),u?.enablePreview&&!g){let ut=[];return ut=ut.concat((lt=(at=(tt=(Ze=Ke?.data)===null||Ze===void 0?void 0:Ze.recList)===null||tt===void 0?void 0:tt.filter)===null||at===void 0?void 0:at.call(tt,ke=>ke?.product||ke?.video))!==null&&lt!==void 0?lt:[]),((Je=(qe=Ke?.data)===null||qe===void 0?void 0:qe.recList)===null||Je===void 0?void 0:Je.some(ke=>ke?.product||ke?.video))||Ye(!0),Object.assign(Object.assign({},Ke.data),{recList:ut})}return Ke?.data}}),[X,i,l,o,y]),we=Ae(H=>mt(void 0,void 0,void 0,function*(){var G,xe,Fe,he;if(D.length<=0)return;const De=D?.[D?.length-1],ee=yield W(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:Y?.hashTag},((G=De?.product)===null||G===void 0?void 0:G.itemId)&&{productFilter:(xe=De?.product)===null||xe===void 0?void 0:xe.itemId}),((Fe=De?.video)===null||Fe===void 0?void 0:Fe.itemId)&&{contentFilter:(he=De?.video)===null||he===void 0?void 0:he.itemId}),{themeTag:ne.current}),u?.enablePreview&&!g&&{pageNum:H}));return S(D.concat(oe(ee))),pe(ie.concat(oe(ee))),ee}),[W,D,Y,ie]),te=Ae(({userInfo:H,eventInfo:G})=>{if(!n||u?.enablePreview)return;H||(H={});const xe=ko(),Fe=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:xe,rtc:x.rtc,requestId:x.requestId},G),cn()&&{sxpDevice:cn()}),sn()&&{sxpSystem:sn()}),an()&&{sxpBrowser:an()}),he=Object.entries(H).map(([ee,Q])=>({name:ee,value:Q})),De=Object.entries(Fe).map(([ee,Q])=>Q&&{name:ee,value:Q}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",H),console.log("eventInfo:",Fe),console.log("========= \u7ED3\u675F ========="),X?.("/event/report",{method:"POST",body:{userInfo:he,eventInfo:De},type:"beacon"})},[X,x,n,u?.enablePreview]),Z=Ae(({eventName:H,product:G})=>{var xe,Fe,he,De,ee;if(!n||!m||u?.enablePreview||!(!((xe=u?.converApi)===null||xe===void 0)&&xe[H]))return;let Q=ei((Fe=u?.converApi)===null||Fe===void 0?void 0:Fe[H]);const Ve=new URLSearchParams(window.location.search),Ze=Ve?.get("fbclid"),tt={event_source_url:(he=window?.location)===null||he===void 0?void 0:he.href,external_id:yn(),client_user_agent:(ee=(De=window?.navigator)===null||De===void 0?void 0:De.userAgent)!==null&&ee!==void 0?ee:"",fbc:Ze?`fb.2.${new Date().getTime()}.${Ze}`:"",fbp:un("_fbp")?`fb.2.${new Date().getTime()}.${un("_fbp")}`:"",time:Math.floor(Date.now()/1e3)},at=/\{\{(.*?)\}\}/g,lt=qe=>{if(qe){if(qe instanceof Array)qe?.map(Je=>lt(Je));else for(const Je in qe)if(qe.hasOwnProperty(Je)){const Ke=qe?.[Je];if(typeof Ke=="object")lt(Ke);else if(typeof Ke=="string"){const ut=Ke?.match(at);ut&&ut.forEach(vt=>{var ke;const pt=vt.substring(2,vt.length-2);try{let Qe=new Function("fix_par","product",`return ${pt}`)(tt,G);Qe?(pt?.indexOf("currency")!==-1&&Qe?.indexOf("-")!==-1&&typeof Qe=="string"&&(Qe=(ke=Qe?.split("-"))===null||ke===void 0?void 0:ke[0]),qe[Je]=Qe):delete qe[Je]}catch(Qe){delete qe[Je],console.error("An error occurred:",Qe?.message)}})}}}};return lt(Q),X?.("/fb/events",{method:"POST",body:Q,type:"beacon"})},[X,n,m,u?.enablePreview]),F=Ae(H=>mt(void 0,void 0,void 0,function*(){const G=yield X?.("/recommend/like",{method:"POST",body:H});return G?.success}),[X]),Te=Ae(H=>mt(void 0,void 0,void 0,function*(){const G=yield X?.("/recommend/unlike",{method:"POST",body:H});return G?.success}),[X]),ot=Ae(H=>mt(void 0,void 0,void 0,function*(){const G=yield X?.("/customform",{method:"POST",body:H});return G?.success}),[X]),ht=Ae(()=>mt(void 0,void 0,void 0,function*(){var H,G,xe,Fe,he;if(!(!i||!w))try{const De=(xe=(G=(H=i?.split("&"))===null||H===void 0?void 0:H.filter(Q=>{var Ve,Ze;const tt=Q.split("=")[0];return(Ze=(Ve=b?.channels)!==null&&Ve!==void 0?Ve:[])===null||Ze===void 0?void 0:Ze.includes(tt)}))===null||G===void 0?void 0:G.join("&"))!==null&&xe!==void 0?xe:"",ee=yield X?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(De)}});_((he=(Fe=ee?.data)===null||Fe===void 0?void 0:Fe.tags)!==null&&he!==void 0?he:[])}catch(De){console.log("e",De)}}),[X,i,w]),At=Ae((H,G,xe,Fe)=>{var he,De,ee,Q,Ve,Ze,tt,at,lt,qe,Je,Ke,ut,vt,ke,pt,Qe,_t,Rt,Bt,Dt,zt,Ot,Qt,C,de,re,ge,Pe,Oe,$,Me,ze,He,Xe,Se;const We=xe?.bindCta,rt=((he=G?.video)===null||he===void 0?void 0:he.bindProduct)||((De=G?.video)===null||De===void 0?void 0:De.bindProducts)&&((Q=(ee=G?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||Q===void 0?void 0:Q.length)>0;let $e="",et=null;Re?$e="hashTagPage":!((Ve=G?.video)===null||Ve===void 0)&&Ve.url?($e="videoPage",et="video"):!((tt=(Ze=G?.video)===null||Ze===void 0?void 0:Ze.imgUrls)===null||tt===void 0)&&tt.length&&($e="imagePage",et="image");const it=(vt=(Ke=(at=xe?.tags)!==null&&at!==void 0?at:(Je=(qe=(lt=G?.video)===null||lt===void 0?void 0:lt.bindProducts)===null||qe===void 0?void 0:qe[0])===null||Je===void 0?void 0:Je.tags)!==null&&Ke!==void 0?Ke:(ut=G?.video)===null||ut===void 0?void 0:ut.tags)!==null&&vt!==void 0?vt:(ke=G?.product)===null||ke===void 0?void 0:ke.tags;te?.({eventInfo:Object.assign(Object.assign({},H),{ctaId:(pt=We?.itemId)!==null&&pt!==void 0?pt:"",ctaName:(Qe=We?.title)!==null&&Qe!==void 0?Qe:"",contentTags:it?JSON.stringify(it):"",position:Fe+"",contentId:(Rt=(_t=G?.video)===null||_t===void 0?void 0:_t.itemId)!==null&&Rt!==void 0?Rt:"",productId:rt?xe?.itemId:"",traceInfo:(Xe=(Me=(re=(Ot=(Bt=We?.traceInfo)!==null&&Bt!==void 0?Bt:(zt=(Dt=G?.video)===null||Dt===void 0?void 0:Dt.bindCta)===null||zt===void 0?void 0:zt.traceInfo)!==null&&Ot!==void 0?Ot:(de=(C=(Qt=G?.video)===null||Qt===void 0?void 0:Qt.bindProduct)===null||C===void 0?void 0:C.bindCta)===null||de===void 0?void 0:de.traceInfo)!==null&&re!==void 0?re:($=(Oe=(Pe=(ge=G?.video)===null||ge===void 0?void 0:ge.bindProducts)===null||Pe===void 0?void 0:Pe[0])===null||Oe===void 0?void 0:Oe.bindCta)===null||$===void 0?void 0:$.traceInfo)!==null&&Me!==void 0?Me:(He=(ze=G?.product)===null||ze===void 0?void 0:ze.bindCta)===null||He===void 0?void 0:He.traceInfo)!==null&&Xe!==void 0?Xe:"",fromKName:$e,fromKPage:(Se=location?.href)!==null&&Se!==void 0?Se:"",contentFormat:et})})},[te,Re]),ct=Ae(()=>{var H,G;const xe=location.search.slice(1),Fe=mi.parse(xe.replace(/\+/g,"%2B"));for(const ee in Fe)Fe[ee]=Fe[ee].replace(/%2B/g,"+");const he=ee=>{var Q;return(Q=Fe[ee])!==null&&Q!==void 0?Q:""},De=new Date;fe.current=De,te?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:he("utm_source"),utmMedium:he("utm_medium"),utmCampaign:he("utm_campaign"),utmId:he("utm_id"),utmContent:he("utm_content"),enterTime:Math.floor(De/1e3)+"",requestId:null,enterUrl:(G=(H=window?.location)===null||H===void 0?void 0:H.href)!==null&&G!==void 0?G:"",clSource:he("cl_source")}})},[te]);ue(()=>{Ue||ct()},[Ue]),ue(()=>{Ue||(O(!0),ht(),W().then(H=>{H&&(S(oe(H)),pe(oe(H)))}).finally(()=>{te({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),O(!1)}))},[Ue]),ue(()=>{r&&(O(!0),ht(),W().then(H=>{H&&(S(oe(H)),pe(oe(H)))}).finally(()=>{te({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),O(!1)}))},[W,ht]);const yt=Ct("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",d);return v.createElement(wn.Provider,{value:{rtcList:D,setRtcList:S,mutateLike:F,mutateUnlike:Te,submitForm:ot,popupDetailData:P,loadVideos:we,setPopupDetailData:V,getRecommendVideos:W,bffEventReport:te,utmVal:i,isPreview:r,loading:I,sxpParameter:a,waterFallData:Y,setWaterFallData:j,ctaEvent:At,swiperRef:R,openHashtag:K,setOpenHashtag:J,cacheRtcList:ie,setCacheRtcList:pe,cacheActiveIndex:Ce,setCacheActiveIndex:be,isFromHashtag:Re,setIsFromHashtag:Be,appDomain:d,hashTagSize:p,loadingImage:s??yt,isOpenHashTag:f,tagList:c,setLoading:O,videoRef:ve,setVideoRef:U,bffFbReport:Z,isAgreePolicy:z,setIsAgreePolicy:N,curTime:fe,h5EnterLink:ct,themeTag:ne,isShowConsent:Ue,selectTag:me,setSelectTag:Ie,globalConfig:u,popupCurTimeRef:ye,checkCommodityIndexRef:le,isEditor:g,isNoMoreData:Ge}},Ue?v.createElement(No,Object.assign({},(L=(E=(k=u?.consent)===null||k===void 0?void 0:k[0])===null||E===void 0?void 0:E.item)===null||L===void 0?void 0:L.props)):t({rtcList:D,mutateLike:F,mutateUnlike:Te,submitForm:ot,tagList:c}))};var Tn=_e(Ro);function je(){return ri(wn)}var Sn;(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"})(Sn||(Sn={}));const xn=di({$store:{},options:[],configs:[]}),Vo=({children:t,isSsr:e,enable:i})=>{const[n,l]=q([]),{schema:o}=Ht(),[r,a]=q(o.__STORE__||{}),[d,p]=q([]);ue(()=>{var m;e||en(d,o?.dataSource)||p((m=o?.dataSource)!==null&&m!==void 0?m:[])},[o?.dataSource,e]);const s=Ae(()=>mt(void 0,void 0,void 0,function*(){const{$store:m,idMapName:h}=yield rn("",d);a(m),f(m,h)}),[d]),f=(m,h)=>{const A=[];Object.entries(m).forEach(([w,T])=>{Object.keys(T).forEach(u=>{const g={label:`${h[w]} - ${u}`,value:`{{ ${w}.${u} }}`};A.push(g)})}),l(A)};return ue(()=>{e||s()},[s,e,o]),i?v.createElement(xn.Provider,{value:{$store:o.__STORE__||r,options:n,configs:d}},t):t};var Fo=_e(Vo);const Ai={id:fi(6,10),item:{type:"common",h:300,category:"block",displayName:"block",isFirstLayout:!0,w:1e3},point:{i:"x-0",x:-38.34375,y:0,w:1e3,h:300,isBounded:!0,actualX:0,actualY:0},pathArr:[0],positionY:0},Li={id:"",duration:0,name:"none"},En=v.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Ai],redoStack:[],popup:Li,setPopup:()=>{}}),In=pi(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:l=!0,utmVal:o},r)=>{const[a,d]=q(null),[p,s]=q(n||{pointData:[Ai],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,m]=q([Ai]),[h,A]=q([[Ai]]),[w,T]=q([]),[u,g]=q(Li);typeof window<"u"&&(window.sxpPopup=(L,D)=>{g(Object.assign(Object.assign(Object.assign({},Li),{id:L}),D))}),typeof window<"u"&&(window.getJointUtmLink=L=>(Oo(),L?.indexOf("?")!==-1?L+(o?"&"+o:""):L+(o?"?"+o:""))),ue(()=>{A([p.pointData]),T([])},[p.type]);const b=Ae(L=>{const D=ei(p);D&&(D.dataSource=L,s?.(D))},[p]),[y,k]=q();on(r,()=>({loadSchema(L){L&&(A([L.pointData]),s(L))},exportSchema(){return ei(p)},getPageInfoData(){return y},initPageInfoData(L){L&&k(L)}}));const E=ce(()=>{if(p)return p.type==="PC"?p.pcPageConf:p.mobilePageConf},[p]);return v.createElement(En.Provider,{value:{resolver:e,currentNode:a,schema:p,setCurrentNode:d,setSchema:s,saveDataSource:b,prePiontData:f,setPrePiontData:m,pageInfoData:y,setPageInfoData:L=>k(Object.assign(Object.assign({},y),L)),undoStack:h,redoStack:w,setRedoStack:T,setUndoStack:A,getCurPageConf:E,popup:u,setPopup:g}},v.createElement(Fo,{isSsr:i,enable:l},t))});var jo=Object.freeze({__proto__:null,EditorCore:In}),Bo=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],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}]}]},{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 gt(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=je(),l=Ae((a,d,p,s,f)=>{var m,h,A,w,T,u,g,b,y,k,E,L,D,S,c,_,I,O,x,M,R,B,z,N,P,V,Y,j,K,J,ie,pe,Ce,be,Re,Be,ve,U;let ne="";e&&(!((h=(m=a?.video)===null||m===void 0?void 0:m.bindProducts)===null||h===void 0)&&h.length||!((A=a?.video)===null||A===void 0)&&A.bindProduct)?ne="pdpPage":n?ne="hashTagPage":!((w=a?.video)===null||w===void 0)&&w.url?ne="videoPage":!((T=a?.video)===null||T===void 0)&&T.imgUrls&&(!((g=(u=a?.video)===null||u===void 0?void 0:u.imgUrls)===null||g===void 0)&&g.length)?ne="imagePage":a?.product&&(ne="productPage");const fe=(S=(L=(b=d?.tags)!==null&&b!==void 0?b:(E=(k=(y=a?.video)===null||y===void 0?void 0:y.bindProducts)===null||k===void 0?void 0:k[0])===null||E===void 0?void 0:E.tags)!==null&&L!==void 0?L:(D=a?.video)===null||D===void 0?void 0:D.tags)!==null&&S!==void 0?S:(c=a?.product)===null||c===void 0?void 0:c.tags;let me=null;!((_=a?.video)===null||_===void 0)&&_.url?me="video":!((I=a?.video)===null||I===void 0)&&I.imgUrls&&(!((x=(O=a?.video)===null||O===void 0?void 0:O.imgUrls)===null||x===void 0)&&x.length)&&(me="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(M=d?.itemId)!==null&&M!==void 0?M:"",productName:(R=d?.title)!==null&&R!==void 0?R:"",price:d?.price?d?.price+"":"0",productCollection:(B=d?.collection)!==null&&B!==void 0?B:"",fromKName:ne,fromKPage:location?.href,contentTags:fe?JSON.stringify(fe):"",position:s+"",contentId:(N=(z=a?.video)===null||z===void 0?void 0:z.itemId)!==null&&N!==void 0?N:"",ctatId:(P=p?.itemId)!==null&&P!==void 0?P:"",traceInfo:(U=(Re=(Ce=(K=(V=f??d?.traceInfo)!==null&&V!==void 0?V:(j=(Y=a?.video)===null||Y===void 0?void 0:Y.bindProduct)===null||j===void 0?void 0:j.traceInfo)!==null&&K!==void 0?K:(pe=(ie=(J=a?.video)===null||J===void 0?void 0:J.bindProducts)===null||ie===void 0?void 0:ie[0])===null||pe===void 0?void 0:pe.traceInfo)!==null&&Ce!==void 0?Ce:(be=a?.product)===null||be===void 0?void 0:be.traceInfo)!==null&&Re!==void 0?Re:(ve=(Be=a?.video)===null||Be===void 0?void 0:Be.bindCta)===null||ve===void 0?void 0:ve.traceInfo)!==null&&U!==void 0?U:""},me&&{contentFormat:me})})},[t,e,n]),o=Ae((a,d,p,s,f)=>{var m,h,A,w,T,u,g,b,y,k,E,L,D,S;let c="";e&&(!((h=(m=a?.video)===null||m===void 0?void 0:m.bindProducts)===null||h===void 0)&&h.length||!((A=a?.video)===null||A===void 0)&&A.bindProduct)?c="pdpPage":a?.product&&(c="productPage"),t?.({eventInfo:{productId:d?.itemId,productName:d?.title,price:d?.price?d?.price+"":"0",productCollection:d?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(d?.tags),position:f+"",contentId:(w=a?.video)===null||w===void 0?void 0:w.itemId,ctatId:p?.itemId,traceInfo:(S=(L=(b=(T=d?.traceInfo)!==null&&T!==void 0?T:(g=(u=a?.video)===null||u===void 0?void 0:u.bindProduct)===null||g===void 0?void 0:g.traceInfo)!==null&&b!==void 0?b:(E=(k=(y=a?.video)===null||y===void 0?void 0:y.bindProducts)===null||k===void 0?void 0:k[0])===null||E===void 0?void 0:E.traceInfo)!==null&&L!==void 0?L:(D=a?.product)===null||D===void 0?void 0:D.traceInfo)!==null&&S!==void 0?S:"",timeOnSite:Math.floor((new Date-s)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),r=Ae((a,d,p,s)=>{d&&d===hi&&t?.({eventInfo:{lastFeed:a,themeTags:p?`['${p}']`:"",hashTags:s?`['${s}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:o,backMainFeed:r}}const Wo=({layout:t,columns:e,onChange:i})=>v.createElement(v.Fragment,null,e?.map((n,l)=>v.createElement("div",{key:l,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&v.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&v.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 Ho=_e(Wo);const Xo=t=>{var e,i,{columns:n,style:l,title:o,textStyle:r,submitBgColor:a,submitColor:d,submitText:p,layoutType:s="inline",isExternalLink:f,isPopup:m,onClick:h,onClose:A,submitButtonStyle:w}=t,T=nt(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:u,popupDetailData:g}=je(),{jumpToWeb:b}=gt(),[y,k]=q(!1),[E,L]=q({}),[D,S]=q(0),c=ce(()=>[{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"}],[]),_=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),I=ce(()=>ei(n)||c,[n,c]),O=Ae(M=>{const{name:R,value:B}=M.target;L(Object.assign(Object.assign({},E),{[R]:B}))},[E]),x=Pi(()=>mt(void 0,void 0,void 0,function*(){var M,R,B,z,N;const P=E;if(!P)return;const V=(R=(M=Object.keys(P))===null||M===void 0?void 0:M.map(j=>{var K;return{name:j,value:(K=P[j])!==null&&K!==void 0?K:""}}))===null||R===void 0?void 0:R.filter(j=>j?.value);if(!V||!V?.length)return;k(!0);const Y=yield u?.({attributes:V});if(k(!1),Y){if(f){const j=g,K=(B=j?.video)===null||B===void 0?void 0:B.bindProduct,J=(N=(z=j?.video)===null||z===void 0?void 0:z.bindProduct)===null||N===void 0?void 0:N.bindCta,ie=g?.index;b(j,K,J,ie)}m||A?.(),h?.()}}),1e3);return ue(()=>{const M=()=>{var R,B;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((R=document?.documentElement)===null||R===void 0?void 0:R.clientHeight)||((B=document?.body)===null||B===void 0?void 0:B.clientHeight))<_?S(50):S(0)};return window.addEventListener("resize",M),()=>{window.removeEventListener("resize",M)}},[]),v.createElement("div",{className:"pb-appoint-form"},v.createElement("div",{className:`pb-appoint-form-title ${Ne(Object.assign({},r))}`,dangerouslySetInnerHTML:{__html:Ee(o,r)}}),v.createElement("div",Object.assign({className:Ne(Object.assign(Object.assign({},l),{marginTop:D}))},T),v.createElement("div",{className:"pb-appoint-form-container"},v.createElement(Ho,{columns:I,layout:s,onChange:O}))),v.createElement("div",{className:"pb-appoint-form-btn-wrapper"},v.createElement("button",{"aria-label":p,onClick:x,className:"pb-appoint-form-btn",style:Object.assign({color:d,background:a},w),dangerouslySetInnerHTML:{__html:Ee(y?"loading...":p,w)}})))};var Go=_e(Xo);function st(t,e){return t.extend=e,t}const Uo=st(Go,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:zo,bindableProps:[],interactionRender:Bo},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 Yo=[{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 Cn(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function Mi(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Cn(e[i])&&Cn(t[i])&&Object.keys(e[i]).length>0&&Mi(t[i],e[i])})}const kn={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 Mt(){const t=typeof document<"u"?document:{};return Mi(t,kn),t}const qo={document:kn,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 Tt(){const t=typeof window<"u"?window:{};return Mi(t,qo),t}function Xt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Zo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function ti(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function kt(){return Date.now()}function Ko(t){const e=Tt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Jo(t,e){e===void 0&&(e="x");const i=Tt();let n,l,o;const r=Ko(t);return i.WebKitCSSMatrix?(l=r.transform||r.webkitTransform,l.split(",").length>6&&(l=l.split(", ").map(a=>a.replace(",",".")).join(", ")),o=new i.WebKitCSSMatrix(l==="none"?"":l)):(o=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=o.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?l=o.m41:n.length===16?l=parseFloat(n[12]):l=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?l=o.m42:n.length===16?l=parseFloat(n[13]):l=parseFloat(n[5])),l||0}function bi(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Qo(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function Et(){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&&!Qo(n)){const l=Object.keys(Object(n)).filter(o=>e.indexOf(o)<0);for(let o=0,r=l.length;o<r;o+=1){const a=l[o],d=Object.getOwnPropertyDescriptor(n,a);d!==void 0&&d.enumerable&&(bi(t[a])&&bi(n[a])?n[a].__swiper__?t[a]=n[a]:Et(t[a],n[a]):!bi(t[a])&&bi(n[a])?(t[a]={},n[a].__swiper__?t[a]=n[a]:Et(t[a],n[a])):t[a]=n[a])}}}return t}function gi(t,e,i){t.style.setProperty(e,i)}function Pn(t){let{swiper:e,targetPosition:i,side:n}=t;const l=Tt(),o=-e.translate;let r=null,a;const d=e.params.speed;e.wrapperEl.style.scrollSnapType="none",l.cancelAnimationFrame(e.cssModeFrameID);const p=i>o?"next":"prev",s=(m,h)=>p==="next"&&m>=h||p==="prev"&&m<=h,f=()=>{a=new Date().getTime(),r===null&&(r=a);const m=Math.max(Math.min((a-r)/d,1),0),h=.5-Math.cos(m*Math.PI)/2;let A=o+h*(i-o);if(s(A,i)&&(A=i),e.wrapperEl.scrollTo({[n]:A}),s(A,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:A})}),l.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=l.requestAnimationFrame(f)};f()}function Vt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function yi(t){try{console.warn(t);return}catch{}}function ai(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Xt(e)),i}function $o(t){const e=Tt(),i=Mt(),n=t.getBoundingClientRect(),l=i.body,o=t.clientTop||l.clientTop||0,r=t.clientLeft||l.clientLeft||0,a=t===e?e.scrollY:t.scrollTop,d=t===e?e.scrollX:t.scrollLeft;return{top:n.top+a-o,left:n.left+d-r}}function el(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 tl(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 Gt(t,e){return Tt().getComputedStyle(t,null).getPropertyValue(e)}function wi(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function _n(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 Ni(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Ri(t,e,i){const n=Tt();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function Ft(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function il(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=Tt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let r,a=kt(),d;const p=[];function s(b){let L=0,D=0,S=0,c=0;return"detail"in b&&(D=b.detail),"wheelDelta"in b&&(D=-b.wheelDelta/120),"wheelDeltaY"in b&&(D=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(L=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(L=D,D=0),S=L*10,c=D*10,"deltaY"in b&&(c=b.deltaY),"deltaX"in b&&(S=b.deltaX),b.shiftKey&&!S&&(S=c,c=0),(S||c)&&b.deltaMode&&(b.deltaMode===1?(S*=40,c*=40):(S*=800,c*=800)),S&&!L&&(L=S<1?-1:1),c&&!D&&(D=c<1?-1:1),{spinX:L,spinY:D,pixelX:S,pixelY:c}}function f(){e.enabled&&(e.mouseEntered=!0)}function m(){e.enabled&&(e.mouseEntered=!1)}function h(b){return e.params.mousewheel.thresholdDelta&&b.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&kt()-a<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&kt()-a<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),l("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),l("scroll",b.raw)),a=new o.Date().getTime(),!1)}function A(b){const y=e.params.mousewheel;if(b.direction<0){if(e.isEnd&&!e.params.loop&&y.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&y.releaseOnEdges)return!0;return!1}function w(b){let y=b,k=!0;if(!e.enabled||b.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const E=e.params.mousewheel;e.params.cssMode&&y.preventDefault();let L=e.el;e.params.mousewheel.eventsTarget!=="container"&&(L=document.querySelector(e.params.mousewheel.eventsTarget));const D=L&&L.contains(y.target);if(!e.mouseEntered&&!D&&!E.releaseOnEdges)return!0;y.originalEvent&&(y=y.originalEvent);let S=0;const c=e.rtlTranslate?-1:1,_=s(y);if(E.forceToAxis)if(e.isHorizontal())if(Math.abs(_.pixelX)>Math.abs(_.pixelY))S=-_.pixelX*c;else return!0;else if(Math.abs(_.pixelY)>Math.abs(_.pixelX))S=-_.pixelY;else return!0;else S=Math.abs(_.pixelX)>Math.abs(_.pixelY)?-_.pixelX*c:-_.pixelY;if(S===0)return!0;E.invert&&(S=-S);let I=e.getTranslate()+S*E.sensitivity;if(I>=e.minTranslate()&&(I=e.minTranslate()),I<=e.maxTranslate()&&(I=e.maxTranslate()),k=e.params.loop?!0:!(I===e.minTranslate()||I===e.maxTranslate()),k&&e.params.nested&&y.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const O={time:kt(),delta:Math.abs(S),direction:Math.sign(S),raw:b};p.length>=2&&p.shift();const x=p.length?p[p.length-1]:void 0;if(p.push(O),x?(O.direction!==x.direction||O.delta>x.delta||O.time>x.time+150)&&h(O):h(O),A(O))return!0}else{const O={time:kt(),delta:Math.abs(S),direction:Math.sign(S)},x=d&&O.time<d.time+500&&O.delta<=d.delta&&O.direction===d.direction;if(!x){d=void 0;let M=e.getTranslate()+S*E.sensitivity;const R=e.isBeginning,B=e.isEnd;if(M>=e.minTranslate()&&(M=e.minTranslate()),M<=e.maxTranslate()&&(M=e.maxTranslate()),e.setTransition(0),e.setTranslate(M),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!R&&e.isBeginning||!B&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:O.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(r),r=void 0,p.length>=15&&p.shift();const z=p.length?p[p.length-1]:void 0,N=p[0];if(p.push(O),z&&(O.delta>z.delta||O.direction!==z.direction))p.splice(0);else if(p.length>=15&&O.time-N.time<500&&N.delta-O.delta>=1&&O.delta<=6){const P=S>0?.8:.2;d=O,p.splice(0),r=ti(()=>{e.slideToClosest(e.params.speed,!0,void 0,P)},0)}r||(r=ti(()=>{d=O,p.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(x||l("scroll",y),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),E.releaseOnEdges&&(M===e.minTranslate()||M===e.maxTranslate()))return!0}}return y.preventDefault?y.preventDefault():y.returnValue=!1,!1}function T(b){let y=e.el;e.params.mousewheel.eventsTarget!=="container"&&(y=document.querySelector(e.params.mousewheel.eventsTarget)),y[b]("mouseenter",f),y[b]("mouseleave",m),y[b]("wheel",w)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",w),!0):e.mousewheel.enabled?!1:(T("addEventListener"),e.mousewheel.enabled=!0,!0)}function g(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,w),!0):e.mousewheel.enabled?(T("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&g(),e.params.mousewheel.enabled&&u()}),n("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&g()}),Object.assign(e.mousewheel,{enable:u,disable:g})}function Dn(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(l=>{if(!i[l]&&i.auto===!0){let o=Vt(t.el,`.${n[l]}`)[0];o||(o=ai("div",n[l]),o.className=n[l],t.el.append(o)),i[l]=o,e[l]=o}}),i}function ii(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Ti(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:u=>u,formatFractionTotal:u=>u,bulletClass:`${o}-bullet`,bulletActiveClass:`${o}-bullet-active`,modifierClass:`${o}-`,currentClass:`${o}-current`,totalClass:`${o}-total`,hiddenClass:`${o}-hidden`,progressbarFillClass:`${o}-progressbar-fill`,progressbarOppositeClass:`${o}-progressbar-opposite`,clickableClass:`${o}-clickable`,lockClass:`${o}-lock`,horizontalClass:`${o}-horizontal`,verticalClass:`${o}-vertical`,paginationDisabledClass:`${o}-disabled`}}),e.pagination={el:null,bullets:[]};let r,a=0;function d(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function p(u,g){const{bulletActiveClass:b}=e.params.pagination;u&&(u=u[`${g==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${b}-${g}`),u=u[`${g==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${b}-${g}-${g}`)))}function s(u){const g=u.target.closest(ii(e.params.pagination.bulletClass));if(!g)return;u.preventDefault();const b=wi(g)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function f(){const u=e.rtl,g=e.params.pagination;if(d())return;let b=e.pagination.el;b=Ft(b);let y,k;const E=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,L=e.params.loop?Math.ceil(E/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(k=e.previousRealIndex||0,y=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(y=e.snapIndex,k=e.previousSnapIndex):(k=e.previousIndex||0,y=e.activeIndex||0),g.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const D=e.pagination.bullets;let S,c,_;if(g.dynamicBullets&&(r=Ri(D[0],e.isHorizontal()?"width":"height",!0),b.forEach(I=>{I.style[e.isHorizontal()?"width":"height"]=`${r*(g.dynamicMainBullets+4)}px`}),g.dynamicMainBullets>1&&k!==void 0&&(a+=y-(k||0),a>g.dynamicMainBullets-1?a=g.dynamicMainBullets-1:a<0&&(a=0)),S=Math.max(y-a,0),c=S+(Math.min(D.length,g.dynamicMainBullets)-1),_=(c+S)/2),D.forEach(I=>{const O=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(x=>`${g.bulletActiveClass}${x}`)].map(x=>typeof x=="string"&&x.includes(" ")?x.split(" "):x).flat();I.classList.remove(...O)}),b.length>1)D.forEach(I=>{const O=wi(I);O===y?I.classList.add(...g.bulletActiveClass.split(" ")):e.isElement&&I.setAttribute("part","bullet"),g.dynamicBullets&&(O>=S&&O<=c&&I.classList.add(...`${g.bulletActiveClass}-main`.split(" ")),O===S&&p(I,"prev"),O===c&&p(I,"next"))});else{const I=D[y];if(I&&I.classList.add(...g.bulletActiveClass.split(" ")),e.isElement&&D.forEach((O,x)=>{O.setAttribute("part",x===y?"bullet-active":"bullet")}),g.dynamicBullets){const O=D[S],x=D[c];for(let M=S;M<=c;M+=1)D[M]&&D[M].classList.add(...`${g.bulletActiveClass}-main`.split(" "));p(O,"prev"),p(x,"next")}}if(g.dynamicBullets){const I=Math.min(D.length,g.dynamicMainBullets+4),O=(r*I-r)/2-_*r,x=u?"right":"left";D.forEach(M=>{M.style[e.isHorizontal()?x:"top"]=`${O}px`})}}b.forEach((D,S)=>{if(g.type==="fraction"&&(D.querySelectorAll(ii(g.currentClass)).forEach(c=>{c.textContent=g.formatFractionCurrent(y+1)}),D.querySelectorAll(ii(g.totalClass)).forEach(c=>{c.textContent=g.formatFractionTotal(L)})),g.type==="progressbar"){let c;g.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const _=(y+1)/L;let I=1,O=1;c==="horizontal"?I=_:O=_,D.querySelectorAll(ii(g.progressbarFillClass)).forEach(x=>{x.style.transform=`translate3d(0,0,0) scaleX(${I}) scaleY(${O})`,x.style.transitionDuration=`${e.params.speed}ms`})}g.type==="custom"&&g.renderCustom?(D.innerHTML=g.renderCustom(e,y+1,L),S===0&&l("paginationRender",D)):(S===0&&l("paginationRender",D),l("paginationUpdate",D)),e.params.watchOverflow&&e.enabled&&D.classList[e.isLocked?"add":"remove"](g.lockClass)})}function m(){const u=e.params.pagination;if(d())return;const g=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let b=e.pagination.el;b=Ft(b);let y="";if(u.type==="bullets"){let k=e.params.loop?Math.ceil(g/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&k>g&&(k=g);for(let E=0;E<k;E+=1)u.renderBullet?y+=u.renderBullet.call(e,E,u.bulletClass):y+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?y=u.renderFraction.call(e,u.currentClass,u.totalClass):y=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?y=u.renderProgressbar.call(e,u.progressbarFillClass):y=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(k=>{u.type!=="custom"&&(k.innerHTML=y||""),u.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(ii(u.bulletClass)))}),u.type!=="custom"&&l("paginationRender",b[0])}function h(){e.params.pagination=Dn(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let g;typeof u.el=="string"&&e.isElement&&(g=e.el.querySelector(u.el)),!g&&typeof u.el=="string"&&(g=[...document.querySelectorAll(u.el)]),g||(g=u.el),!(!g||g.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(g)&&g.length>1&&(g=[...e.el.querySelectorAll(u.el)],g.length>1&&(g=g.filter(b=>_n(b,".swiper")[0]===e.el)[0])),Array.isArray(g)&&g.length===1&&(g=g[0]),Object.assign(e.pagination,{el:g}),g=Ft(g),g.forEach(b=>{u.type==="bullets"&&u.clickable&&b.classList.add(...(u.clickableClass||"").split(" ")),b.classList.add(u.modifierClass+u.type),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(b.classList.add(`${u.modifierClass}${u.type}-dynamic`),a=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&b.classList.add(u.progressbarOppositeClass),u.clickable&&b.addEventListener("click",s),e.enabled||b.classList.add(u.lockClass)}))}function A(){const u=e.params.pagination;if(d())return;let g=e.pagination.el;g&&(g=Ft(g),g.forEach(b=>{b.classList.remove(u.hiddenClass),b.classList.remove(u.modifierClass+u.type),b.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(b.classList.remove(...(u.clickableClass||"").split(" ")),b.removeEventListener("click",s))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...u.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:g}=e.pagination;g=Ft(g),g.forEach(b=>{b.classList.remove(u.horizontalClass,u.verticalClass),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?T():(h(),m(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{m(),f()}),n("destroy",()=>{A()}),n("enable disable",()=>{let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(g=>g.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(u,g)=>{const b=g.target,y=Ft(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&y&&y.length>0&&!b.classList.contains(e.params.pagination.bulletClass)){if(e.navigation&&(e.navigation.nextEl&&b===e.navigation.nextEl||e.navigation.prevEl&&b===e.navigation.prevEl))return;const k=y[0].classList.contains(e.params.pagination.hiddenClass);l(k===!0?"paginationShow":"paginationHide"),y.forEach(E=>E.classList.toggle(e.params.pagination.hiddenClass))}});const w=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(g=>g.classList.remove(e.params.pagination.paginationDisabledClass))),h(),m(),f()},T=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=Ft(u),u.forEach(g=>g.classList.add(e.params.pagination.paginationDisabledClass))),A()};Object.assign(e.pagination,{enable:w,disable:T,render:m,update:f,init:h,destroy:A})}function nl(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=Mt();let r=!1,a=null,d=null,p,s,f,m;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function h(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:I,rtlTranslate:O}=e,{dragEl:x,el:M}=I,R=e.params.scrollbar,B=e.params.loop?e.progressLoop:e.progress;let z=s,N=(f-s)*B;O?(N=-N,N>0?(z=s-N,N=0):-N+s>f&&(z=f+N)):N<0?(z=s+N,N=0):N+s>f&&(z=f-N),e.isHorizontal()?(x.style.transform=`translate3d(${N}px, 0, 0)`,x.style.width=`${z}px`):(x.style.transform=`translate3d(0px, ${N}px, 0)`,x.style.height=`${z}px`),R.hide&&(clearTimeout(a),M.style.opacity=1,a=setTimeout(()=>{M.style.opacity=0,M.style.transitionDuration="400ms"},1e3))}function A(I){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${I}ms`)}function w(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:I}=e,{dragEl:O,el:x}=I;O.style.width="",O.style.height="",f=e.isHorizontal()?x.offsetWidth:x.offsetHeight,m=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?s=f*m:s=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?O.style.width=`${s}px`:O.style.height=`${s}px`,m>=1?x.style.display="none":x.style.display="",e.params.scrollbar.hide&&(x.style.opacity=0),e.params.watchOverflow&&e.enabled&&I.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function T(I){return e.isHorizontal()?I.clientX:I.clientY}function u(I){const{scrollbar:O,rtlTranslate:x}=e,{el:M}=O;let R;R=(T(I)-$o(M)[e.isHorizontal()?"left":"top"]-(p!==null?p:s/2))/(f-s),R=Math.max(Math.min(R,1),0),x&&(R=1-R);const B=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*R;e.updateProgress(B),e.setTranslate(B),e.updateActiveIndex(),e.updateSlidesClasses()}function g(I){const O=e.params.scrollbar,{scrollbar:x,wrapperEl:M}=e,{el:R,dragEl:B}=x;r=!0,p=I.target===B?T(I)-I.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,I.preventDefault(),I.stopPropagation(),M.style.transitionDuration="100ms",B.style.transitionDuration="100ms",u(I),clearTimeout(d),R.style.transitionDuration="0ms",O.hide&&(R.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),l("scrollbarDragStart",I)}function b(I){const{scrollbar:O,wrapperEl:x}=e,{el:M,dragEl:R}=O;r&&(I.preventDefault&&I.cancelable?I.preventDefault():I.returnValue=!1,u(I),x.style.transitionDuration="0ms",M.style.transitionDuration="0ms",R.style.transitionDuration="0ms",l("scrollbarDragMove",I))}function y(I){const O=e.params.scrollbar,{scrollbar:x,wrapperEl:M}=e,{el:R}=x;r&&(r=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",M.style.transitionDuration=""),O.hide&&(clearTimeout(d),d=ti(()=>{R.style.opacity=0,R.style.transitionDuration="400ms"},1e3)),l("scrollbarDragEnd",I),O.snapOnRelease&&e.slideToClosest())}function k(I){const{scrollbar:O,params:x}=e,M=O.el;if(!M)return;const R=M,B=x.passiveListeners?{passive:!1,capture:!1}:!1,z=x.passiveListeners?{passive:!0,capture:!1}:!1;if(!R)return;const N=I==="on"?"addEventListener":"removeEventListener";R[N]("pointerdown",g,B),o[N]("pointermove",b,B),o[N]("pointerup",y,z)}function E(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function L(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function D(){const{scrollbar:I,el:O}=e;e.params.scrollbar=Dn(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const x=e.params.scrollbar;if(!x.el)return;let M;if(typeof x.el=="string"&&e.isElement&&(M=e.el.querySelector(x.el)),!M&&typeof x.el=="string"){if(M=o.querySelectorAll(x.el),!M.length)return}else M||(M=x.el);e.params.uniqueNavElements&&typeof x.el=="string"&&M.length>1&&O.querySelectorAll(x.el).length===1&&(M=O.querySelector(x.el)),M.length>0&&(M=M[0]),M.classList.add(e.isHorizontal()?x.horizontalClass:x.verticalClass);let R;M&&(R=M.querySelector(ii(e.params.scrollbar.dragClass)),R||(R=ai("div",e.params.scrollbar.dragClass),M.append(R))),Object.assign(I,{el:M,dragEl:R}),x.draggable&&E(),M&&M.classList[e.enabled?"remove":"add"](...Xt(e.params.scrollbar.lockClass))}function S(){const I=e.params.scrollbar,O=e.scrollbar.el;O&&O.classList.remove(...Xt(e.isHorizontal()?I.horizontalClass:I.verticalClass)),L()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const I=e.params.scrollbar;let{el:O}=e.scrollbar;O=Ft(O),O.forEach(x=>{x.classList.remove(I.horizontalClass,I.verticalClass),x.classList.add(e.isHorizontal()?I.horizontalClass:I.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?_():(D(),w(),h())}),n("update resize observerUpdate lock unlock changeDirection",()=>{w()}),n("setTranslate",()=>{h()}),n("setTransition",(I,O)=>{A(O)}),n("enable disable",()=>{const{el:I}=e.scrollbar;I&&I.classList[e.enabled?"remove":"add"](...Xt(e.params.scrollbar.lockClass))}),n("destroy",()=>{S()});const c=()=>{e.el.classList.remove(...Xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Xt(e.params.scrollbar.scrollbarDisabledClass)),D(),w(),h()},_=()=>{e.el.classList.add(...Xt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Xt(e.params.scrollbar.scrollbarDisabledClass)),S()};Object.assign(e.scrollbar,{enable:c,disable:_,updateSize:w,setTranslate:h,init:D,destroy:S})}function Si(t){let{swiper:e,extendParams:i,on:n,emit:l,params:o}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,a,d=o&&o.autoplay?o.autoplay.delay:3e3,p=o&&o.autoplay?o.autoplay.delay:3e3,s,f=new Date().getTime(),m,h,A,w,T,u,g;function b(z){!e||e.destroyed||!e.wrapperEl||z.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(g||z.detail&&z.detail.bySwiperTouchMove)&&c())}const y=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?m=!0:m&&(p=s,m=!1);const z=e.autoplay.paused?s:f+p-new Date().getTime();e.autoplay.timeLeft=z,l("autoplayTimeLeft",z,z/d),a=requestAnimationFrame(()=>{y()})},k=()=>{let z;return e.virtual&&e.params.virtual.enabled?z=e.slides.filter(P=>P.classList.contains("swiper-slide-active"))[0]:z=e.slides[e.activeIndex],z?parseInt(z.getAttribute("data-swiper-autoplay"),10):void 0},E=z=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(a),y();let N=typeof z>"u"?e.params.autoplay.delay:z;d=e.params.autoplay.delay,p=e.params.autoplay.delay;const P=k();!Number.isNaN(P)&&P>0&&typeof z>"u"&&(N=P,d=P,p=P),s=N;const V=e.params.speed,Y=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(V,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,V,!0,!0),l("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(V,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,V,!0,!0),l("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{E()})))};return N>0?(clearTimeout(r),r=setTimeout(()=>{Y()},N)):requestAnimationFrame(()=>{Y()}),N},L=()=>{f=new Date().getTime(),e.autoplay.running=!0,E(),l("autoplayStart")},D=()=>{e.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(a),l("autoplayStop")},S=(z,N)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(r),z||(u=!0);const P=()=>{l("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):c()};if(e.autoplay.paused=!0,N){T&&(s=e.params.autoplay.delay),T=!1,P();return}s=(s||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&s<0&&!e.params.loop)&&(s<0&&(s=0),P())},c=()=>{e.isEnd&&s<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),u?(u=!1,E(s)):E(),e.autoplay.paused=!1,l("autoplayResume"))},_=()=>{if(e.destroyed||!e.autoplay.running)return;const z=Mt();z.visibilityState==="hidden"&&(u=!0,S(!0)),z.visibilityState==="visible"&&c()},I=z=>{z.pointerType==="mouse"&&(u=!0,g=!0,!(e.animating||e.autoplay.paused)&&S(!0))},O=z=>{z.pointerType==="mouse"&&(g=!1,e.autoplay.paused&&c())},x=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",I),e.el.addEventListener("pointerleave",O))},M=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",I),e.el.removeEventListener("pointerleave",O))},R=()=>{Mt().addEventListener("visibilitychange",_)},B=()=>{Mt().removeEventListener("visibilitychange",_)};n("init",()=>{e.params.autoplay.enabled&&(x(),R(),L())}),n("destroy",()=>{M(),B(),e.autoplay.running&&D()}),n("_freeModeStaticRelease",()=>{(A||u)&&c()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?D():S(!0,!0)}),n("beforeTransitionStart",(z,N,P)=>{e.destroyed||!e.autoplay.running||(P||!e.params.autoplay.disableOnInteraction?S(!0,!0):D())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){D();return}h=!0,A=!1,u=!1,w=setTimeout(()=>{u=!0,A=!0,S(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!h)){if(clearTimeout(w),clearTimeout(r),e.params.autoplay.disableOnInteraction){A=!1,h=!1;return}A&&e.params.cssMode&&c(),A=!1,h=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(T=!0)}),Object.assign(e.autoplay,{start:L,stop:D,pause:S,resume:c})}function ol(t){let{swiper:e,extendParams:i,emit:n,once:l}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function o(){if(e.params.cssMode)return;const d=e.getTranslate();e.setTranslate(d),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function r(){if(e.params.cssMode)return;const{touchEventsData:d,touches:p}=e;d.velocities.length===0&&d.velocities.push({position:p[e.isHorizontal()?"startX":"startY"],time:d.touchStartTime}),d.velocities.push({position:p[e.isHorizontal()?"currentX":"currentY"],time:kt()})}function a(d){let{currentPos:p}=d;if(e.params.cssMode)return;const{params:s,wrapperEl:f,rtlTranslate:m,snapGrid:h,touchEventsData:A}=e,T=kt()-A.touchStartTime;if(p<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(p>-e.maxTranslate()){e.slides.length<h.length?e.slideTo(h.length-1):e.slideTo(e.slides.length-1);return}if(s.freeMode.momentum){if(A.velocities.length>1){const D=A.velocities.pop(),S=A.velocities.pop(),c=D.position-S.position,_=D.time-S.time;e.velocity=c/_,e.velocity/=2,Math.abs(e.velocity)<s.freeMode.minimumVelocity&&(e.velocity=0),(_>150||kt()-D.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=s.freeMode.momentumVelocityRatio,A.velocities.length=0;let u=1e3*s.freeMode.momentumRatio;const g=e.velocity*u;let b=e.translate+g;m&&(b=-b);let y=!1,k;const E=Math.abs(e.velocity)*20*s.freeMode.momentumBounceRatio;let L;if(b<e.maxTranslate())s.freeMode.momentumBounce?(b+e.maxTranslate()<-E&&(b=e.maxTranslate()-E),k=e.maxTranslate(),y=!0,A.allowMomentumBounce=!0):b=e.maxTranslate(),s.loop&&s.centeredSlides&&(L=!0);else if(b>e.minTranslate())s.freeMode.momentumBounce?(b-e.minTranslate()>E&&(b=e.minTranslate()+E),k=e.minTranslate(),y=!0,A.allowMomentumBounce=!0):b=e.minTranslate(),s.loop&&s.centeredSlides&&(L=!0);else if(s.freeMode.sticky){let D;for(let S=0;S<h.length;S+=1)if(h[S]>-b){D=S;break}Math.abs(h[D]-b)<Math.abs(h[D-1]-b)||e.swipeDirection==="next"?b=h[D]:b=h[D-1],b=-b}if(L&&l("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(m?u=Math.abs((-b-e.translate)/e.velocity):u=Math.abs((b-e.translate)/e.velocity),s.freeMode.sticky){const D=Math.abs((m?-b:b)-e.translate),S=e.slidesSizesGrid[e.activeIndex];D<S?u=s.speed:D<2*S?u=s.speed*1.5:u=s.speed*2.5}}else if(s.freeMode.sticky){e.slideToClosest();return}s.freeMode.momentumBounce&&y?(e.updateProgress(k),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Ni(f,()=>{!e||e.destroyed||!A.allowMomentumBounce||(n("momentumBounce"),e.setTransition(s.speed),setTimeout(()=>{e.setTranslate(k),Ni(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Ni(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(s.freeMode.sticky){e.slideToClosest();return}else s.freeMode&&n("_freeModeNoMomentumRelease");(!s.freeMode.momentum||T>=s.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:o,onTouchMove:r,onTouchEnd:a}})}let Vi;function ll(){const t=Tt(),e=Mt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function On(){return Vi||(Vi=ll()),Vi}let Fi;function rl(t){let{userAgent:e}=t===void 0?{}:t;const i=On(),n=Tt(),l=n.navigator.platform,o=e||n.navigator.userAgent,r={ios:!1,android:!1},a=n.screen.width,d=n.screen.height,p=o.match(/(Android);?[\s\/]+([\d.]+)?/);let s=o.match(/(iPad).*OS\s([\d_]+)/);const f=o.match(/(iPod)(.*OS\s([\d_]+))?/),m=!s&&o.match(/(iPhone\sOS|iOS)\s([\d_]+)/),h=l==="Win32";let A=l==="MacIntel";const w=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!s&&A&&i.touch&&w.indexOf(`${a}x${d}`)>=0&&(s=o.match(/(Version)\/([\d.]+)/),s||(s=[0,1,"13_0_0"]),A=!1),p&&!h&&(r.os="android",r.android=!0),(s||m||f)&&(r.os="ios",r.ios=!0),r}function Ln(t){return t===void 0&&(t={}),Fi||(Fi=rl(t)),Fi}let ji;function dl(){const t=Tt(),e=Ln();let i=!1;function n(){const a=t.navigator.userAgent.toLowerCase();return a.indexOf("safari")>=0&&a.indexOf("chrome")<0&&a.indexOf("android")<0}if(n()){const a=String(t.navigator.userAgent);if(a.includes("Version/")){const[d,p]=a.split("Version/")[1].split(" ")[0].split(".").map(s=>Number(s));i=d<16||d===16&&p<2}}const l=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),o=n(),r=o||l&&e.ios;return{isSafari:i||o,needPerspectiveFix:i,need3dFix:r,isWebView:l}}function al(){return ji||(ji=dl()),ji}function sl(t){let{swiper:e,on:i,emit:n}=t;const l=Tt();let o=null,r=null;const a=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},d=()=>{!e||e.destroyed||!e.initialized||(o=new ResizeObserver(f=>{r=l.requestAnimationFrame(()=>{const{width:m,height:h}=e;let A=m,w=h;f.forEach(T=>{let{contentBoxSize:u,contentRect:g,target:b}=T;b&&b!==e.el||(A=g?g.width:(u[0]||u).inlineSize,w=g?g.height:(u[0]||u).blockSize)}),(A!==m||w!==h)&&a()})}),o.observe(e.el))},p=()=>{r&&l.cancelAnimationFrame(r),o&&o.unobserve&&e.el&&(o.unobserve(e.el),o=null)},s=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof l.ResizeObserver<"u"){d();return}l.addEventListener("resize",a),l.addEventListener("orientationchange",s)}),i("destroy",()=>{p(),l.removeEventListener("resize",a),l.removeEventListener("orientationchange",s)})}function cl(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=[],r=Tt(),a=function(s,f){f===void 0&&(f={});const m=r.MutationObserver||r.WebkitMutationObserver,h=new m(A=>{if(e.__preventObserver__)return;if(A.length===1){l("observerUpdate",A[0]);return}const w=function(){l("observerUpdate",A[0])};r.requestAnimationFrame?r.requestAnimationFrame(w):r.setTimeout(w,0)});h.observe(s,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),o.push(h)},d=()=>{if(e.params.observer){if(e.params.observeParents){const s=_n(e.hostEl);for(let f=0;f<s.length;f+=1)a(s[f])}a(e.hostEl,{childList:e.params.observeSlideChildren}),a(e.wrapperEl,{attributes:!1})}},p=()=>{o.forEach(s=>{s.disconnect()}),o.splice(0,o.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",d),n("destroy",p)}var ul={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const l=i?"unshift":"push";return t.split(" ").forEach(o=>{n.eventsListeners[o]||(n.eventsListeners[o]=[]),n.eventsListeners[o][l](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function l(){n.off(t,l),l.__emitterProxy&&delete l.__emitterProxy;for(var o=arguments.length,r=new Array(o),a=0;a<o;a++)r[a]=arguments[a];e.apply(n,r)}return l.__emitterProxy=e,n.on(t,l,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((l,o)=>{(l===e||l.__emitterProxy&&l.__emitterProxy===e)&&i.eventsListeners[n].splice(o,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,n;for(var l=arguments.length,o=new Array(l),r=0;r<l;r++)o[r]=arguments[r];return typeof o[0]=="string"||Array.isArray(o[0])?(e=o[0],i=o.slice(1,o.length),n=t):(e=o[0].events,i=o[0].data,n=o[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(d=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(p=>{p.apply(n,[d,...i])}),t.eventsListeners&&t.eventsListeners[d]&&t.eventsListeners[d].forEach(p=>{p.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(Gt(n,"padding-left")||0,10)-parseInt(Gt(n,"padding-right")||0,10),i=i-parseInt(Gt(n,"padding-top")||0,10)-parseInt(Gt(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(c,_){return parseFloat(c.getPropertyValue(t.getDirectionLabel(_))||0)}const i=t.params,{wrapperEl:n,slidesEl:l,size:o,rtlTranslate:r,wrongRTL:a}=t,d=t.virtual&&i.virtual.enabled,p=d?t.virtual.slides.length:t.slides.length,s=Vt(l,`.${t.params.slideClass}, swiper-slide`),f=d?t.virtual.slides.length:s.length;let m=[];const h=[],A=[];let w=i.slidesOffsetBefore;typeof w=="function"&&(w=i.slidesOffsetBefore.call(t));let T=i.slidesOffsetAfter;typeof T=="function"&&(T=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,g=t.slidesGrid.length;let b=i.spaceBetween,y=-w,k=0,E=0;if(typeof o>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*o:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,s.forEach(c=>{r?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(gi(n,"--swiper-centered-offset-before",""),gi(n,"--swiper-centered-offset-after",""));const L=i.grid&&i.grid.rows>1&&t.grid;L?t.grid.initSlides(s):t.grid&&t.grid.unsetSlides();let D;const S=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(c=>typeof i.breakpoints[c].slidesPerView<"u").length>0;for(let c=0;c<f;c+=1){D=0;let _;if(s[c]&&(_=s[c]),L&&t.grid.updateSlide(c,_,s),!(s[c]&&Gt(_,"display")==="none")){if(i.slidesPerView==="auto"){S&&(s[c].style[t.getDirectionLabel("width")]="");const I=getComputedStyle(_),O=_.style.transform,x=_.style.webkitTransform;if(O&&(_.style.transform="none"),x&&(_.style.webkitTransform="none"),i.roundLengths)D=t.isHorizontal()?Ri(_,"width",!0):Ri(_,"height",!0);else{const M=e(I,"width"),R=e(I,"padding-left"),B=e(I,"padding-right"),z=e(I,"margin-left"),N=e(I,"margin-right"),P=I.getPropertyValue("box-sizing");if(P&&P==="border-box")D=M+z+N;else{const{clientWidth:V,offsetWidth:Y}=_;D=M+R+B+z+N+(Y-V)}}O&&(_.style.transform=O),x&&(_.style.webkitTransform=x),i.roundLengths&&(D=Math.floor(D))}else D=(o-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(D=Math.floor(D)),s[c]&&(s[c].style[t.getDirectionLabel("width")]=`${D}px`);s[c]&&(s[c].swiperSlideSize=D),A.push(D),i.centeredSlides?(y=y+D/2+k/2+b,k===0&&c!==0&&(y=y-o/2-b),c===0&&(y=y-o/2-b),Math.abs(y)<1/1e3&&(y=0),i.roundLengths&&(y=Math.floor(y)),E%i.slidesPerGroup===0&&m.push(y),h.push(y)):(i.roundLengths&&(y=Math.floor(y)),(E-Math.min(t.params.slidesPerGroupSkip,E))%t.params.slidesPerGroup===0&&m.push(y),h.push(y),y=y+D+b),t.virtualSize+=D+b,k=D,E+=1}}if(t.virtualSize=Math.max(t.virtualSize,o)+T,r&&a&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),L&&t.grid.updateWrapperSize(D,m),!i.centeredSlides){const c=[];for(let _=0;_<m.length;_+=1){let I=m[_];i.roundLengths&&(I=Math.floor(I)),m[_]<=t.virtualSize-o&&c.push(I)}m=c,Math.floor(t.virtualSize-o)-Math.floor(m[m.length-1])>1&&m.push(t.virtualSize-o)}if(d&&i.loop){const c=A[0]+b;if(i.slidesPerGroup>1){const _=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),I=c*i.slidesPerGroup;for(let O=0;O<_;O+=1)m.push(m[m.length-1]+I)}for(let _=0;_<t.virtual.slidesBefore+t.virtual.slidesAfter;_+=1)i.slidesPerGroup===1&&m.push(m[m.length-1]+c),h.push(h[h.length-1]+c),t.virtualSize+=c}if(m.length===0&&(m=[0]),b!==0){const c=t.isHorizontal()&&r?"marginLeft":t.getDirectionLabel("marginRight");s.filter((_,I)=>!i.cssMode||i.loop?!0:I!==s.length-1).forEach(_=>{_.style[c]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;A.forEach(I=>{c+=I+(b||0)}),c-=b;const _=c-o;m=m.map(I=>I<=0?-w:I>_?_+T:I)}if(i.centerInsufficientSlides){let c=0;A.forEach(I=>{c+=I+(b||0)}),c-=b;const _=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+_<o){const I=(o-c-_)/2;m.forEach((O,x)=>{m[x]=O-I}),h.forEach((O,x)=>{h[x]=O+I})}}if(Object.assign(t,{slides:s,snapGrid:m,slidesGrid:h,slidesSizesGrid:A}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){gi(n,"--swiper-centered-offset-before",`${-m[0]}px`),gi(n,"--swiper-centered-offset-after",`${t.size/2-A[A.length-1]/2}px`);const c=-t.snapGrid[0],_=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(I=>I+c),t.slidesGrid=t.slidesGrid.map(I=>I+_)}if(f!==p&&t.emit("slidesLengthChange"),m.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),h.length!==g&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!d&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const c=`${i.containerModifierClass}backface-hidden`,_=t.el.classList.contains(c);f<=i.maxBackfaceHiddenSlides?_||t.el.classList.add(c):_&&t.el.classList.remove(c)}}function ml(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let l=0,o;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const r=a=>n?e.slides[e.getSlideIndexByData(a)]:e.slides[a];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(a=>{i.push(a)});else for(o=0;o<Math.ceil(e.params.slidesPerView);o+=1){const a=e.activeIndex+o;if(a>e.slides.length&&!n)break;i.push(r(a))}else i.push(r(e.activeIndex));for(o=0;o<i.length;o+=1)if(typeof i[o]<"u"){const a=i[o].offsetHeight;l=a>l?a:l}(l||l===0)&&(e.wrapperEl.style.height=`${l}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 Mn=(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:l,snapGrid:o}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let r=-t;l&&(r=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let a=i.spaceBetween;typeof a=="string"&&a.indexOf("%")>=0?a=parseFloat(a.replace("%",""))/100*e.size:typeof a=="string"&&(a=parseFloat(a));for(let d=0;d<n.length;d+=1){const p=n[d];let s=p.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(s-=n[0].swiperSlideOffset);const f=(r+(i.centeredSlides?e.minTranslate():0)-s)/(p.swiperSlideSize+a),m=(r-o[0]+(i.centeredSlides?e.minTranslate():0)-s)/(p.swiperSlideSize+a),h=-(r-s),A=h+e.slidesSizesGrid[d],w=h>=0&&h<=e.size-e.slidesSizesGrid[d],T=h>=0&&h<e.size-1||A>1&&A<=e.size||h<=0&&A>=e.size;T&&(e.visibleSlides.push(p),e.visibleSlidesIndexes.push(d)),Mn(p,T,i.slideVisibleClass),Mn(p,w,i.slideFullyVisibleClass),p.progress=l?-f:f,p.originalProgress=l?-m:m}}function Al(t){const e=this;if(typeof t>"u"){const s=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*s||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:l,isBeginning:o,isEnd:r,progressLoop:a}=e;const d=o,p=r;if(n===0)l=0,o=!0,r=!0;else{l=(t-e.minTranslate())/n;const s=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;o=s||l<=0,r=f||l>=1,s&&(l=0),f&&(l=1)}if(i.loop){const s=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),m=e.slidesGrid[s],h=e.slidesGrid[f],A=e.slidesGrid[e.slidesGrid.length-1],w=Math.abs(t);w>=m?a=(w-m)/A:a=(w+A-h)/A,a>1&&(a-=1)}Object.assign(e,{progress:l,progressLoop:a,isBeginning:o,isEnd:r}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),o&&!d&&e.emit("reachBeginning toEdge"),r&&!p&&e.emit("reachEnd toEdge"),(d&&!o||p&&!r)&&e.emit("fromEdge"),e.emit("progress",l)}const Bi=(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:l}=t,o=t.virtual&&i.virtual.enabled,r=t.grid&&i.grid&&i.grid.rows>1,a=f=>Vt(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let d,p,s;if(o)if(i.loop){let f=l-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),d=a(`[data-swiper-slide-index="${f}"]`)}else d=a(`[data-swiper-slide-index="${l}"]`);else r?(d=e.filter(f=>f.column===l)[0],s=e.filter(f=>f.column===l+1)[0],p=e.filter(f=>f.column===l-1)[0]):d=e[l];d&&(r||(s=tl(d,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!s&&(s=e[0]),p=el(d,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!p===0&&(p=e[e.length-1]))),e.forEach(f=>{Bi(f,f===d,i.slideActiveClass),Bi(f,f===s,i.slideNextClass),Bi(f,f===p,i.slidePrevClass)}),t.emitSlidesClasses()}const xi=(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 l=n.querySelector(`.${t.params.lazyPreloaderClass}`);!l&&t.isElement&&(n.shadowRoot?l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),l&&l.remove())})),l&&l.remove()}},zi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Wi=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),l=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const r=l,a=[r-e];a.push(...Array.from({length:e}).map((d,p)=>r+n+p)),t.slides.forEach((d,p)=>{a.includes(d.column)&&zi(t,p)});return}const o=l+n-1;if(t.params.rewind||t.params.loop)for(let r=l-e;r<=o+e;r+=1){const a=(r%i+i)%i;(a<l||a>o)&&zi(t,a)}else for(let r=Math.max(l-e,0);r<=Math.min(o+e,i-1);r+=1)r!==l&&(r>o||r<l)&&zi(t,r)};function gl(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let l;for(let o=0;o<e.length;o+=1)typeof e[o+1]<"u"?n>=e[o]&&n<e[o+1]-(e[o+1]-e[o])/2?l=o:n>=e[o]&&n<e[o+1]&&(l=o+1):n>=e[o]&&(l=o);return i.normalizeSlideIndex&&(l<0||typeof l>"u")&&(l=0),l}function yl(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:l,activeIndex:o,realIndex:r,snapIndex:a}=e;let d=t,p;const s=h=>{let A=h-e.virtual.slidesBefore;return A<0&&(A=e.virtual.slides.length+A),A>=e.virtual.slides.length&&(A-=e.virtual.slides.length),A};if(typeof d>"u"&&(d=gl(e)),n.indexOf(i)>=0)p=n.indexOf(i);else{const h=Math.min(l.slidesPerGroupSkip,d);p=h+Math.floor((d-h)/l.slidesPerGroup)}if(p>=n.length&&(p=n.length-1),d===o&&!e.params.loop){p!==a&&(e.snapIndex=p,e.emit("snapIndexChange"));return}if(d===o&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=s(d);return}const f=e.grid&&l.grid&&l.grid.rows>1;let m;if(e.virtual&&l.virtual.enabled&&l.loop)m=s(d);else if(f){const h=e.slides.filter(w=>w.column===d)[0];let A=parseInt(h.getAttribute("data-swiper-slide-index"),10);Number.isNaN(A)&&(A=Math.max(e.slides.indexOf(h),0)),m=Math.floor(A/l.grid.rows)}else if(e.slides[d]){const h=e.slides[d].getAttribute("data-swiper-slide-index");h?m=parseInt(h,10):m=d}else m=d;Object.assign(e,{previousSnapIndex:a,snapIndex:p,previousRealIndex:r,realIndex:m,previousIndex:o,activeIndex:d}),e.initialized&&Wi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(r!==m&&e.emit("realIndexChange"),e.emit("slideChange"))}function wl(t,e){const i=this,n=i.params;let l=t.closest(`.${n.slideClass}, swiper-slide`);!l&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(a=>{!l&&a.matches&&a.matches(`.${n.slideClass}, swiper-slide`)&&(l=a)});let o=!1,r;if(l){for(let a=0;a<i.slides.length;a+=1)if(i.slides[a]===l){o=!0,r=a;break}}if(l&&o)i.clickedSlide=l,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(l.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=r;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Tl={updateSize:vl,updateSlides:pl,updateAutoHeight:ml,updateSlidesOffset:fl,updateSlidesProgress:hl,updateProgress:Al,updateSlidesClasses:bl,updateActiveIndex:yl,updateClickedSlide:wl};function Sl(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:l,wrapperEl:o}=e;if(i.virtualTranslate)return n?-l:l;if(i.cssMode)return l;let r=Jo(o,t);return r+=e.cssOverflowAdjustment(),n&&(r=-r),r||0}function xl(t,e){const i=this,{rtlTranslate:n,params:l,wrapperEl:o,progress:r}=i;let a=0,d=0;const p=0;i.isHorizontal()?a=n?-t:t:d=t,l.roundLengths&&(a=Math.floor(a),d=Math.floor(d)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?a:d,l.cssMode?o[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-a:-d:l.virtualTranslate||(i.isHorizontal()?a-=i.cssOverflowAdjustment():d-=i.cssOverflowAdjustment(),o.style.transform=`translate3d(${a}px, ${d}px, ${p}px)`);let s;const f=i.maxTranslate()-i.minTranslate();f===0?s=0:s=(t-i.minTranslate())/f,s!==r&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function El(){return-this.snapGrid[0]}function Il(){return-this.snapGrid[this.snapGrid.length-1]}function Cl(t,e,i,n,l){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),n===void 0&&(n=!0);const o=this,{params:r,wrapperEl:a}=o;if(o.animating&&r.preventInteractionOnTransition)return!1;const d=o.minTranslate(),p=o.maxTranslate();let s;if(n&&t>d?s=d:n&&t<p?s=p:s=t,o.updateProgress(s),r.cssMode){const f=o.isHorizontal();if(e===0)a[f?"scrollLeft":"scrollTop"]=-s;else{if(!o.support.smoothScroll)return Pn({swiper:o,targetPosition:-s,side:f?"left":"top"}),!0;a.scrollTo({[f?"left":"top"]:-s,behavior:"smooth"})}return!0}return e===0?(o.setTransition(0),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionEnd"))):(o.setTransition(e),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionStart")),o.animating||(o.animating=!0,o.onTranslateToWrapperTransitionEnd||(o.onTranslateToWrapperTransitionEnd=function(m){!o||o.destroyed||m.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onTranslateToWrapperTransitionEnd),o.onTranslateToWrapperTransitionEnd=null,delete o.onTranslateToWrapperTransitionEnd,o.animating=!1,i&&o.emit("transitionEnd"))}),o.wrapperEl.addEventListener("transitionend",o.onTranslateToWrapperTransitionEnd))),!0}var kl={getTranslate:Sl,setTranslate:xl,minTranslate:El,maxTranslate:Il,translateTo:Cl};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 Nn(t){let{swiper:e,runCallbacks:i,direction:n,step:l}=t;const{activeIndex:o,previousIndex:r}=e;let a=n;if(a||(o>r?a="next":o<r?a="prev":a="reset"),e.emit(`transition${l}`),i&&o!==r){if(a==="reset"){e.emit(`slideResetTransition${l}`);return}e.emit(`slideChangeTransition${l}`),a==="next"?e.emit(`slideNextTransition${l}`):e.emit(`slidePrevTransition${l}`)}}function _l(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),Nn({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),Nn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var Ol={setTransition:Pl,transitionStart:_l,transitionEnd:Dl};function Ll(t,e,i,n,l){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const o=this;let r=t;r<0&&(r=0);const{params:a,snapGrid:d,slidesGrid:p,previousIndex:s,activeIndex:f,rtlTranslate:m,wrapperEl:h,enabled:A}=o;if(!A&&!n&&!l||o.destroyed||o.animating&&a.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=o.params.speed);const w=Math.min(o.params.slidesPerGroupSkip,r);let T=w+Math.floor((r-w)/o.params.slidesPerGroup);T>=d.length&&(T=d.length-1);const u=-d[T];if(a.normalizeSlideIndex)for(let b=0;b<p.length;b+=1){const y=-Math.floor(u*100),k=Math.floor(p[b]*100),E=Math.floor(p[b+1]*100);typeof p[b+1]<"u"?y>=k&&y<E-(E-k)/2?r=b:y>=k&&y<E&&(r=b+1):y>=k&&(r=b)}if(o.initialized&&r!==f&&(!o.allowSlideNext&&(m?u>o.translate&&u>o.minTranslate():u<o.translate&&u<o.minTranslate())||!o.allowSlidePrev&&u>o.translate&&u>o.maxTranslate()&&(f||0)!==r))return!1;r!==(s||0)&&i&&o.emit("beforeSlideChangeStart"),o.updateProgress(u);let g;if(r>f?g="next":r<f?g="prev":g="reset",m&&-u===o.translate||!m&&u===o.translate)return o.updateActiveIndex(r),a.autoHeight&&o.updateAutoHeight(),o.updateSlidesClasses(),a.effect!=="slide"&&o.setTranslate(u),g!=="reset"&&(o.transitionStart(i,g),o.transitionEnd(i,g)),!1;if(a.cssMode){const b=o.isHorizontal(),y=m?u:-u;if(e===0){const k=o.virtual&&o.params.virtual.enabled;k&&(o.wrapperEl.style.scrollSnapType="none",o._immediateVirtual=!0),k&&!o._cssModeVirtualInitialSet&&o.params.initialSlide>0?(o._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{h[b?"scrollLeft":"scrollTop"]=y})):h[b?"scrollLeft":"scrollTop"]=y,k&&requestAnimationFrame(()=>{o.wrapperEl.style.scrollSnapType="",o._immediateVirtual=!1})}else{if(!o.support.smoothScroll)return Pn({swiper:o,targetPosition:y,side:b?"left":"top"}),!0;h.scrollTo({[b?"left":"top"]:y,behavior:"smooth"})}return!0}return o.setTransition(e),o.setTranslate(u),o.updateActiveIndex(r),o.updateSlidesClasses(),o.emit("beforeTransitionStart",e,n),o.transitionStart(i,g),e===0?o.transitionEnd(i,g):o.animating||(o.animating=!0,o.onSlideToWrapperTransitionEnd||(o.onSlideToWrapperTransitionEnd=function(y){!o||o.destroyed||y.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onSlideToWrapperTransitionEnd),o.onSlideToWrapperTransitionEnd=null,delete o.onSlideToWrapperTransitionEnd,o.transitionEnd(i,g))}),o.wrapperEl.addEventListener("transitionend",o.onSlideToWrapperTransitionEnd)),!0}function Ml(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;if(l.destroyed)return;typeof e>"u"&&(e=l.params.speed);const o=l.grid&&l.params.grid&&l.params.grid.rows>1;let r=t;if(l.params.loop)if(l.virtual&&l.params.virtual.enabled)r=r+l.virtual.slidesBefore;else{let a;if(o){const m=r*l.params.grid.rows;a=l.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else a=l.getSlideIndexByData(r);const d=o?Math.ceil(l.slides.length/l.params.grid.rows):l.slides.length,{centeredSlides:p}=l.params;let s=l.params.slidesPerView;s==="auto"?s=l.slidesPerViewDynamic():(s=Math.ceil(parseFloat(l.params.slidesPerView,10)),p&&s%2===0&&(s=s+1));let f=d-a<s;if(p&&(f=f||a<Math.ceil(s/2)),n&&p&&l.params.slidesPerView!=="auto"&&!o&&(f=!1),f){const m=p?a<l.activeIndex?"prev":"next":a-l.activeIndex-1<l.params.slidesPerView?"next":"prev";l.loopFix({direction:m,slideTo:!0,activeSlideIndex:m==="next"?a+1:a-d+1,slideRealIndex:m==="next"?l.realIndex:void 0})}if(o){const m=r*l.params.grid.rows;r=l.slides.filter(h=>h.getAttribute("data-swiper-slide-index")*1===m)[0].column}else r=l.getSlideIndexByData(r)}return requestAnimationFrame(()=>{l.slideTo(r,e,i,n)}),l}function Nl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:l,params:o,animating:r}=n;if(!l||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let a=o.slidesPerGroup;o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(a=Math.max(n.slidesPerViewDynamic("current",!0),1));const d=n.activeIndex<o.slidesPerGroupSkip?1:a,p=n.virtual&&o.virtual.enabled;if(o.loop){if(r&&!p&&o.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&o.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+d,t,e,i)}),!0}return o.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+d,t,e,i)}function Rl(t,e,i){e===void 0&&(e=!0);const n=this,{params:l,snapGrid:o,slidesGrid:r,rtlTranslate:a,enabled:d,animating:p}=n;if(!d||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const s=n.virtual&&l.virtual.enabled;if(l.loop){if(p&&!s&&l.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=a?n.translate:-n.translate;function m(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const h=m(f),A=o.map(u=>m(u));let w=o[A.indexOf(h)-1];if(typeof w>"u"&&l.cssMode){let u;o.forEach((g,b)=>{h>=g&&(u=b)}),typeof u<"u"&&(w=o[u>0?u-1:u])}let T=0;if(typeof w<"u"&&(T=r.indexOf(w),T<0&&(T=n.activeIndex-1),l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(T=T-n.slidesPerViewDynamic("previous",!0)+1,T=Math.max(T,0))),l.rewind&&n.isBeginning){const u=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(u,t,e,i)}else if(l.loop&&n.activeIndex===0&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(T,t,e,i)}),!0;return n.slideTo(T,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 Fl(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const l=this;if(l.destroyed)return;typeof t>"u"&&(t=l.params.speed);let o=l.activeIndex;const r=Math.min(l.params.slidesPerGroupSkip,o),a=r+Math.floor((o-r)/l.params.slidesPerGroup),d=l.rtlTranslate?l.translate:-l.translate;if(d>=l.snapGrid[a]){const p=l.snapGrid[a],s=l.snapGrid[a+1];d-p>(s-p)*n&&(o+=l.params.slidesPerGroup)}else{const p=l.snapGrid[a-1],s=l.snapGrid[a];d-p<=(s-p)*n&&(o-=l.params.slidesPerGroup)}return o=Math.max(o,0),o=Math.min(o,l.slidesGrid.length-1),l.slideTo(o,t,e,i)}function jl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let l=t.clickedIndex,o;const r=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;o=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?l<t.loopedSlides-n/2||l>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),l=t.getSlideIndex(Vt(i,`${r}[data-swiper-slide-index="${o}"]`)[0]),ti(()=>{t.slideTo(l)})):t.slideTo(l):l>t.slides.length-n?(t.loopFix(),l=t.getSlideIndex(Vt(i,`${r}[data-swiper-slide-index="${o}"]`)[0]),ti(()=>{t.slideTo(l)})):t.slideTo(l)}else t.slideTo(l)}var Bl={slideTo:Ll,slideToLoop:Ml,slideNext:Nl,slidePrev:Rl,slideReset:Vl,slideToClosest:Fl,slideToClickedSlide:jl};function zl(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const l=()=>{Vt(n,`.${i.slideClass}, swiper-slide`).forEach((f,m)=>{f.setAttribute("data-swiper-slide-index",m)})},o=e.grid&&i.grid&&i.grid.rows>1,r=i.slidesPerGroup*(o?i.grid.rows:1),a=e.slides.length%r!==0,d=o&&e.slides.length%i.grid.rows!==0,p=s=>{for(let f=0;f<s;f+=1){const m=e.isElement?ai("swiper-slide",[i.slideBlankClass]):ai("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(m)}};if(a){if(i.loopAddBlankSlides){const s=r-e.slides.length%r;p(s),e.recalcSlides(),e.updateSlides()}else yi("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)");l()}else if(d){if(i.loopAddBlankSlides){const s=i.grid.rows-e.slides.length%i.grid.rows;p(s),e.recalcSlides(),e.updateSlides()}else yi("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)");l()}else l();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Wl(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:l,activeSlideIndex:o,byController:r,byMousewheel:a}=t===void 0?{}:t;const d=this;if(!d.params.loop)return;d.emit("beforeLoopFix");const{slides:p,allowSlidePrev:s,allowSlideNext:f,slidesEl:m,params:h}=d,{centeredSlides:A}=h;if(d.allowSlidePrev=!0,d.allowSlideNext=!0,d.virtual&&h.virtual.enabled){i&&(!h.centeredSlides&&d.snapIndex===0?d.slideTo(d.virtual.slides.length,0,!1,!0):h.centeredSlides&&d.snapIndex<h.slidesPerView?d.slideTo(d.virtual.slides.length+d.snapIndex,0,!1,!0):d.snapIndex===d.snapGrid.length-1&&d.slideTo(d.virtual.slidesBefore,0,!1,!0)),d.allowSlidePrev=s,d.allowSlideNext=f,d.emit("loopFix");return}let w=h.slidesPerView;w==="auto"?w=d.slidesPerViewDynamic():(w=Math.ceil(parseFloat(h.slidesPerView,10)),A&&w%2===0&&(w=w+1));const T=h.slidesPerGroupAuto?w:h.slidesPerGroup;let u=T;u%T!==0&&(u+=T-u%T),u+=h.loopAdditionalSlides,d.loopedSlides=u;const g=d.grid&&h.grid&&h.grid.rows>1;p.length<w+u?yi("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"):g&&h.grid.fill==="row"&&yi("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],y=[];let k=d.activeIndex;typeof o>"u"?o=d.getSlideIndex(p.filter(O=>O.classList.contains(h.slideActiveClass))[0]):k=o;const E=n==="next"||!n,L=n==="prev"||!n;let D=0,S=0;const c=g?Math.ceil(p.length/h.grid.rows):p.length,I=(g?p[o].column:o)+(A&&typeof l>"u"?-w/2+.5:0);if(I<u){D=Math.max(u-I,T);for(let O=0;O<u-I;O+=1){const x=O-Math.floor(O/c)*c;if(g){const M=c-x-1;for(let R=p.length-1;R>=0;R-=1)p[R].column===M&&b.push(R)}else b.push(c-x-1)}}else if(I+w>c-u){S=Math.max(I-(c-u*2),T);for(let O=0;O<S;O+=1){const x=O-Math.floor(O/c)*c;g?p.forEach((M,R)=>{M.column===x&&y.push(R)}):y.push(x)}}if(d.__preventObserver__=!0,requestAnimationFrame(()=>{d.__preventObserver__=!1}),L&&b.forEach(O=>{p[O].swiperLoopMoveDOM=!0,m.prepend(p[O]),p[O].swiperLoopMoveDOM=!1}),E&&y.forEach(O=>{p[O].swiperLoopMoveDOM=!0,m.append(p[O]),p[O].swiperLoopMoveDOM=!1}),d.recalcSlides(),h.slidesPerView==="auto"?d.updateSlides():g&&(b.length>0&&L||y.length>0&&E)&&d.slides.forEach((O,x)=>{d.grid.updateSlide(x,O,d.slides)}),h.watchSlidesProgress&&d.updateSlidesOffset(),i){if(b.length>0&&L){if(typeof e>"u"){const O=d.slidesGrid[k],M=d.slidesGrid[k+D]-O;a?d.setTranslate(d.translate-M):(d.slideTo(k+Math.ceil(D),0,!1,!0),l&&(d.touchEventsData.startTranslate=d.touchEventsData.startTranslate-M,d.touchEventsData.currentTranslate=d.touchEventsData.currentTranslate-M))}else if(l){const O=g?b.length/h.grid.rows:b.length;d.slideTo(d.activeIndex+O,0,!1,!0),d.touchEventsData.currentTranslate=d.translate}}else if(y.length>0&&E)if(typeof e>"u"){const O=d.slidesGrid[k],M=d.slidesGrid[k-S]-O;a?d.setTranslate(d.translate-M):(d.slideTo(k-S,0,!1,!0),l&&(d.touchEventsData.startTranslate=d.touchEventsData.startTranslate-M,d.touchEventsData.currentTranslate=d.touchEventsData.currentTranslate-M))}else{const O=g?y.length/h.grid.rows:y.length;d.slideTo(d.activeIndex-O,0,!1,!0)}}if(d.allowSlidePrev=s,d.allowSlideNext=f,d.controller&&d.controller.control&&!r){const O={slideRealIndex:e,direction:n,setTranslate:l,activeSlideIndex:o,byController:!0};Array.isArray(d.controller.control)?d.controller.control.forEach(x=>{!x.destroyed&&x.params.loop&&x.loopFix({...O,slideTo:x.params.slidesPerView===h.slidesPerView?i:!1})}):d.controller.control instanceof d.constructor&&d.controller.control.params.loop&&d.controller.control.loopFix({...O,slideTo:d.controller.control.params.slidesPerView===h.slidesPerView?i:!1})}d.emit("loopFix")}function Hl(){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(l=>{const o=typeof l.swiperSlideIndex>"u"?l.getAttribute("data-swiper-slide-index")*1:l.swiperSlideIndex;n[o]=l}),t.slides.forEach(l=>{l.removeAttribute("data-swiper-slide-index")}),n.forEach(l=>{i.append(l)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Xl={loopCreate:zl,loopFix:Wl,loopDestroy:Hl};function Gl(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 Ul(){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:Gl,unsetGrabCursor:Ul};function ql(t,e){e===void 0&&(e=this);function i(n){if(!n||n===Mt()||n===Tt())return null;n.assignedSlot&&(n=n.assignedSlot);const l=n.closest(t);return!l&&!n.getRootNode?null:l||i(n.getRootNode().host)}return i(e)}function Rn(t,e,i){const n=Tt(),{params:l}=t,o=l.edgeSwipeDetection,r=l.edgeSwipeThreshold;return o&&(i<=r||i>=n.innerWidth-r)?o==="prevent"?(e.preventDefault(),!0):!1:!0}function Zl(t){const e=this,i=Mt();let n=t;n.originalEvent&&(n=n.originalEvent);const l=e.touchEventsData;if(n.type==="pointerdown"){if(l.pointerId!==null&&l.pointerId!==n.pointerId)return;l.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(l.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Rn(e,n,n.targetTouches[0].pageX);return}const{params:o,touches:r,enabled:a}=e;if(!a||!o.simulateTouch&&n.pointerType==="mouse"||e.animating&&o.preventInteractionOnTransition)return;!e.animating&&o.cssMode&&o.loop&&e.loopFix();let d=n.target;if(o.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(d)||"which"in n&&n.which===3||"button"in n&&n.button>0||l.isTouched&&l.isMoved)return;const p=!!o.noSwipingClass&&o.noSwipingClass!=="",s=n.composedPath?n.composedPath():n.path;p&&n.target&&n.target.shadowRoot&&s&&(d=s[0]);const f=o.noSwipingSelector?o.noSwipingSelector:`.${o.noSwipingClass}`,m=!!(n.target&&n.target.shadowRoot);if(o.noSwiping&&(m?ql(f,d):d.closest(f))){e.allowClick=!0;return}if(o.swipeHandler&&!d.closest(o.swipeHandler))return;r.currentX=n.pageX,r.currentY=n.pageY;const h=r.currentX,A=r.currentY;if(!Rn(e,n,h))return;Object.assign(l,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=h,r.startY=A,l.touchStartTime=kt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,o.threshold>0&&(l.allowThresholdMove=!1);let w=!0;d.matches(l.focusableElements)&&(w=!1,d.nodeName==="SELECT"&&(l.isTouched=!1)),i.activeElement&&i.activeElement.matches(l.focusableElements)&&i.activeElement!==d&&i.activeElement.blur();const T=w&&e.allowTouchMove&&o.touchStartPreventDefault;(o.touchStartForcePreventDefault||T)&&!d.isContentEditable&&n.preventDefault(),o.freeMode&&o.freeMode.enabled&&e.freeMode&&e.animating&&!o.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Kl(t){const e=Mt(),i=this,n=i.touchEventsData,{params:l,touches:o,rtlTranslate:r,enabled:a}=i;if(!a||!l.simulateTouch&&t.pointerType==="mouse")return;let d=t;if(d.originalEvent&&(d=d.originalEvent),d.type==="pointermove"&&(n.touchId!==null||d.pointerId!==n.pointerId))return;let p;if(d.type==="touchmove"){if(p=[...d.changedTouches].filter(E=>E.identifier===n.touchId)[0],!p||p.identifier!==n.touchId)return}else p=d;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",d);return}const s=p.pageX,f=p.pageY;if(d.preventedByNestedSwiper){o.startX=s,o.startY=f;return}if(!i.allowTouchMove){d.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(o,{startX:s,startY:f,currentX:s,currentY:f}),n.touchStartTime=kt());return}if(l.touchReleaseOnEdges&&!l.loop){if(i.isVertical()){if(f<o.startY&&i.translate<=i.maxTranslate()||f>o.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(s<o.startX&&i.translate<=i.maxTranslate()||s>o.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&d.target===e.activeElement&&d.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",d),o.previousX=o.currentX,o.previousY=o.currentY,o.currentX=s,o.currentY=f;const m=o.currentX-o.startX,h=o.currentY-o.startY;if(i.params.threshold&&Math.sqrt(m**2+h**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let E;i.isHorizontal()&&o.currentY===o.startY||i.isVertical()&&o.currentX===o.startX?n.isScrolling=!1:m*m+h*h>=25&&(E=Math.atan2(Math.abs(h),Math.abs(m))*180/Math.PI,n.isScrolling=i.isHorizontal()?E>l.touchAngle:90-E>l.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",d),typeof n.startMoving>"u"&&(o.currentX!==o.startX||o.currentY!==o.startY)&&(n.startMoving=!0),n.isScrolling||d.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!l.cssMode&&d.cancelable&&d.preventDefault(),l.touchMoveStopPropagation&&!l.nested&&d.stopPropagation();let A=i.isHorizontal()?m:h,w=i.isHorizontal()?o.currentX-o.previousX:o.currentY-o.previousY;l.oneWayMovement&&(A=Math.abs(A)*(r?1:-1),w=Math.abs(w)*(r?1:-1)),o.diff=A,A*=l.touchRatio,r&&(A=-A,w=-w);const T=i.touchesDirection;i.swipeDirection=A>0?"prev":"next",i.touchesDirection=w>0?"prev":"next";const u=i.params.loop&&!l.cssMode,g=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(u&&g&&i.loopFix({direction:i.swipeDirection}),n.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const E=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(E)}n.allowMomentumBounce=!1,l.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",d)}let b;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&T!==i.touchesDirection&&u&&g&&Math.abs(A)>=1){Object.assign(o,{startX:s,startY:f,currentX:s,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",d),n.isMoved=!0,n.currentTranslate=A+n.startTranslate;let y=!0,k=l.resistanceRatio;if(l.touchReleaseOnEdges&&(k=0),A>0?(u&&g&&!b&&n.allowThresholdMove&&n.currentTranslate>(l.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(y=!1,l.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+A)**k))):A<0&&(u&&g&&!b&&n.allowThresholdMove&&n.currentTranslate<(l.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(l.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(l.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(y=!1,l.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-A)**k))),y&&(d.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),l.threshold>0)if(Math.abs(A)>l.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,o.startX=o.currentX,o.startY=o.currentY,n.currentTranslate=n.startTranslate,o.diff=i.isHorizontal()?o.currentX-o.startX:o.currentY-o.startY;return}}else{n.currentTranslate=n.startTranslate;return}!l.followFinger||l.cssMode||((l.freeMode&&l.freeMode.enabled&&i.freeMode||l.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),l.freeMode&&l.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 l;if(n.type==="touchend"||n.type==="touchcancel"){if(l=[...n.changedTouches].filter(k=>k.identifier===i.touchId)[0],!l||l.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;l=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:r,touches:a,rtlTranslate:d,slidesGrid:p,enabled:s}=e;if(!s||!r.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&r.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}r.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=kt(),m=f-i.touchStartTime;if(e.allowClick){const k=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(k&&k[0]||n.target,k),e.emit("tap click",n),m<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=kt(),ti(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||a.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let h;if(r.followFinger?h=d?e.translate:-e.translate:h=-i.currentTranslate,r.cssMode)return;if(r.freeMode&&r.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:h});return}const A=h>=-e.maxTranslate()&&!e.params.loop;let w=0,T=e.slidesSizesGrid[0];for(let k=0;k<p.length;k+=k<r.slidesPerGroupSkip?1:r.slidesPerGroup){const E=k<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;typeof p[k+E]<"u"?(A||h>=p[k]&&h<p[k+E])&&(w=k,T=p[k+E]-p[k]):(A||h>=p[k])&&(w=k,T=p[p.length-1]-p[p.length-2])}let u=null,g=null;r.rewind&&(e.isBeginning?g=r.virtual&&r.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const b=(h-p[w])/T,y=w<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(m>r.longSwipesMs){if(!r.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=r.longSwipesRatio?e.slideTo(r.rewind&&e.isEnd?u:w+y):e.slideTo(w)),e.swipeDirection==="prev"&&(b>1-r.longSwipesRatio?e.slideTo(w+y):g!==null&&b<0&&Math.abs(b)>r.longSwipesRatio?e.slideTo(g):e.slideTo(w))}else{if(!r.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(n.target===e.navigation.nextEl||n.target===e.navigation.prevEl)?n.target===e.navigation.nextEl?e.slideTo(w+y):e.slideTo(w):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:w+y),e.swipeDirection==="prev"&&e.slideTo(g!==null?g:w))}}function Vn(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:l,snapGrid:o}=t,r=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const a=r&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!a?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!r?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=l,t.allowSlideNext=n,t.params.watchOverflow&&o!==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 l;const o=t.maxTranslate()-t.minTranslate();o===0?l=0:l=(t.translate-t.minTranslate())/o,l!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function er(t){const e=this;xi(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function tr(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Fn=(t,e)=>{const i=Mt(),{params:n,el:l,wrapperEl:o,device:r}=t,a=!!n.nested,d=e==="on"?"addEventListener":"removeEventListener",p=e;!l||typeof l=="string"||(i[d]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:a}),l[d]("touchstart",t.onTouchStart,{passive:!1}),l[d]("pointerdown",t.onTouchStart,{passive:!1}),i[d]("touchmove",t.onTouchMove,{passive:!1,capture:a}),i[d]("pointermove",t.onTouchMove,{passive:!1,capture:a}),i[d]("touchend",t.onTouchEnd,{passive:!0}),i[d]("pointerup",t.onTouchEnd,{passive:!0}),i[d]("pointercancel",t.onTouchEnd,{passive:!0}),i[d]("touchcancel",t.onTouchEnd,{passive:!0}),i[d]("pointerout",t.onTouchEnd,{passive:!0}),i[d]("pointerleave",t.onTouchEnd,{passive:!0}),i[d]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&l[d]("click",t.onClick,!0),n.cssMode&&o[d]("scroll",t.onScroll),n.updateOnWindowResize?t[p](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",Vn,!0):t[p]("observerUpdate",Vn,!0),l[d]("load",t.onLoad,{capture:!0}))};function ir(){const t=this,{params:e}=t;t.onTouchStart=Zl.bind(t),t.onTouchMove=Kl.bind(t),t.onTouchEnd=Jl.bind(t),t.onDocumentTouchStart=tr.bind(t),e.cssMode&&(t.onScroll=$l.bind(t)),t.onClick=Ql.bind(t),t.onLoad=er.bind(t),Fn(t,"on")}function nr(){Fn(this,"off")}var or={attachEvents:ir,detachEvents:nr};const jn=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function lr(){const t=this,{realIndex:e,initialized:i,params:n,el:l}=t,o=n.breakpoints;if(!o||o&&Object.keys(o).length===0)return;const r=t.getBreakpoint(o,t.params.breakpointsBase,t.el);if(!r||t.currentBreakpoint===r)return;const d=(r in o?o[r]:void 0)||t.originalParams,p=jn(t,n),s=jn(t,d),f=t.params.grabCursor,m=d.grabCursor,h=n.enabled;p&&!s?(l.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!p&&s&&(l.classList.add(`${n.containerModifierClass}grid`),(d.grid.fill&&d.grid.fill==="column"||!d.grid.fill&&n.grid.fill==="column")&&l.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!m?t.unsetGrabCursor():!f&&m&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof d[b]>"u")return;const y=n[b]&&n[b].enabled,k=d[b]&&d[b].enabled;y&&!k&&t[b].disable(),!y&&k&&t[b].enable()});const A=d.direction&&d.direction!==n.direction,w=n.loop&&(d.slidesPerView!==n.slidesPerView||A),T=n.loop;A&&i&&t.changeDirection(),Et(t.params,d);const u=t.params.enabled,g=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),h&&!u?t.disable():!h&&u&&t.enable(),t.currentBreakpoint=r,t.emit("_beforeBreakpoint",d),i&&(w?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!T&&g?(t.loopCreate(e),t.updateSlides()):T&&!g&&t.loopDestroy()),t.emit("breakpoint",d)}function rr(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const l=Tt(),o=e==="window"?l.innerHeight:i.clientHeight,r=Object.keys(t).map(a=>{if(typeof a=="string"&&a.indexOf("@")===0){const d=parseFloat(a.substr(1));return{value:o*d,point:a}}return{value:a,point:a}});r.sort((a,d)=>parseInt(a.value,10)-parseInt(d.value,10));for(let a=0;a<r.length;a+=1){const{point:d,value:p}=r[a];e==="window"?l.matchMedia(`(min-width: ${p}px)`).matches&&(n=d):p<=i.clientWidth&&(n=d)}return n||"max"}var dr={setBreakpoint:lr,getBreakpoint:rr};function ar(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(l=>{n[l]&&i.push(e+l)}):typeof n=="string"&&i.push(e+n)}),i}function sr(){const t=this,{classNames:e,params:i,rtl:n,el:l,device:o}=t,r=ar(["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:o.android},{ios:o.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...r),l.classList.add(...e),t.emitContainerClasses()}function cr(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ur={addClasses:sr,removeClasses:cr};function vr(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const l=t.slides.length-1,o=t.slidesGrid[l]+t.slidesSizesGrid[l]+n*2;t.isLocked=t.size>o}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 pr={checkOverflow:vr},Hi={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 mr(t,e){return function(n){n===void 0&&(n={});const l=Object.keys(n)[0],o=n[l];if(typeof o!="object"||o===null){Et(e,n);return}if(t[l]===!0&&(t[l]={enabled:!0}),l==="navigation"&&t[l]&&t[l].enabled&&!t[l].prevEl&&!t[l].nextEl&&(t[l].auto=!0),["pagination","scrollbar"].indexOf(l)>=0&&t[l]&&t[l].enabled&&!t[l].el&&(t[l].auto=!0),!(l in t&&"enabled"in o)){Et(e,n);return}typeof t[l]=="object"&&!("enabled"in t[l])&&(t[l].enabled=!0),t[l]||(t[l]={enabled:!1}),Et(e,n)}}const Xi={eventsEmitter:ul,update:Tl,translate:kl,transition:Ol,slide:Bl,loop:Xl,grabCursor:Yl,events:or,breakpoints:dr,checkOverflow:pr,classes:ur},Gi={};let Ui=class Wt{constructor(){let e,i;for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];l.length===1&&l[0].constructor&&Object.prototype.toString.call(l[0]).slice(8,-1)==="Object"?i=l[0]:[e,i]=l,i||(i={}),i=Et({},i),e&&!i.el&&(i.el=e);const r=Mt();if(i.el&&typeof i.el=="string"&&r.querySelectorAll(i.el).length>1){const s=[];return r.querySelectorAll(i.el).forEach(f=>{const m=Et({},i,{el:f});s.push(new Wt(m))}),s}const a=this;a.__swiper__=!0,a.support=On(),a.device=Ln({userAgent:i.userAgent}),a.browser=al(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],i.modules&&Array.isArray(i.modules)&&a.modules.push(...i.modules);const d={};a.modules.forEach(s=>{s({params:i,swiper:a,extendParams:mr(i,d),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const p=Et({},Hi,d);return a.params=Et({},p,Gi,i),a.originalParams=Et({},a.params),a.passedParams=Et({},i),a.params&&a.params.on&&Object.keys(a.params.on).forEach(s=>{a.on(s,a.params.on[s])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),Object.assign(a,{enabled:a.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return a.params.direction==="horizontal"},isVertical(){return a.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:n}=this,l=Vt(i,`.${n.slideClass}, swiper-slide`),o=wi(l[0]);return wi(e)-o}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=Vt(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 l=n.minTranslate(),r=(n.maxTranslate()-l)*e+l;n.translateTo(r,typeof i>"u"?0:i),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(n=>{const l=e.getSlideClasses(n);i.push({slideEl:n,classNames:l}),e.emit("_slideClass",n,l)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:l,slides:o,slidesGrid:r,slidesSizesGrid:a,size:d,activeIndex:p}=n;let s=1;if(typeof l.slidesPerView=="number")return l.slidesPerView;if(l.centeredSlides){let f=o[p]?Math.ceil(o[p].swiperSlideSize):0,m;for(let h=p+1;h<o.length;h+=1)o[h]&&!m&&(f+=Math.ceil(o[h].swiperSlideSize),s+=1,f>d&&(m=!0));for(let h=p-1;h>=0;h-=1)o[h]&&!m&&(f+=o[h].swiperSlideSize,s+=1,f>d&&(m=!0))}else if(e==="current")for(let f=p+1;f<o.length;f+=1)(i?r[f]+a[f]-r[p]<d:r[f]-r[p]<d)&&(s+=1);else for(let f=p-1;f>=0;f-=1)r[p]-r[f]<d&&(s+=1);return s}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(r=>{r.complete&&xi(e,r)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function l(){const r=e.rtlTranslate?e.translate*-1:e.translate,a=Math.min(Math.max(r,e.maxTranslate()),e.minTranslate());e.setTranslate(a),e.updateActiveIndex(),e.updateSlidesClasses()}let o;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)l(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const r=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;o=e.slideTo(r.length-1,0,!1,!0)}else o=e.slideTo(e.activeIndex,0,!1,!0);o||l()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,l=n.params.direction;return e||(e=l==="horizontal"?"vertical":"horizontal"),e===l||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${l}`),n.el.classList.add(`${n.params.containerModifierClass}${e}`),n.emitContainerClasses(),n.params.direction=e,n.slides.forEach(o=>{e==="vertical"?o.style.width="":o.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 l=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(l()):Vt(n,l())[0];return!r&&i.params.createElements&&(r=ai("div",i.params.wrapperClass),n.append(r),Vt(n,`.${i.params.slideClass}`).forEach(a=>{r.append(a)})),Object.assign(i,{el:n,wrapperEl:r,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:r,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Gt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Gt(n,"direction")==="rtl"),wrongRTL:Gt(r,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const l=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&l.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),l.forEach(o=>{o.complete?xi(i,o):o.addEventListener("load",r=>{xi(i,r.target)})}),Wi(i),i.initialized=!0,Wi(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:l,el:o,wrapperEl:r,slides:a}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),l.loop&&n.loopDestroy(),i&&(n.removeClasses(),o&&typeof o!="string"&&o.removeAttribute("style"),r&&r.removeAttribute("style"),a&&a.length&&a.forEach(d=>{d.classList.remove(l.slideVisibleClass,l.slideFullyVisibleClass,l.slideActiveClass,l.slideNextClass,l.slidePrevClass),d.removeAttribute("style"),d.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(d=>{n.off(d)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),Zo(n)),n.destroyed=!0),null}static extendDefaults(e){Et(Gi,e)}static get extendedDefaults(){return Gi}static get defaults(){return Hi}static installModule(e){Wt.prototype.__modules__||(Wt.prototype.__modules__=[]);const i=Wt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Wt.installModule(i)),Wt):(Wt.installModule(e),Wt)}};Object.keys(Xi).forEach(t=>{Object.keys(Xi[t]).forEach(e=>{Ui.prototype[e]=Xi[t][e]})}),Ui.use([sl,cl]);const Bn=["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 Kt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function ni(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]:Kt(e[n])&&Kt(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:ni(t[n],e[n]):t[n]=e[n]})}function zn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function Wn(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Hn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Xn(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 fr(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function hr(t){let{swiper:e,slides:i,passedParams:n,changedParams:l,nextEl:o,prevEl:r,scrollbarEl:a,paginationEl:d}=t;const p=l.filter(S=>S!=="children"&&S!=="direction"&&S!=="wrapperClass"),{params:s,pagination:f,navigation:m,scrollbar:h,virtual:A,thumbs:w}=e;let T,u,g,b,y,k,E,L;l.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&s.thumbs&&!s.thumbs.swiper&&(T=!0),l.includes("controller")&&n.controller&&n.controller.control&&s.controller&&!s.controller.control&&(u=!0),l.includes("pagination")&&n.pagination&&(n.pagination.el||d)&&(s.pagination||s.pagination===!1)&&f&&!f.el&&(g=!0),l.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||a)&&(s.scrollbar||s.scrollbar===!1)&&h&&!h.el&&(b=!0),l.includes("navigation")&&n.navigation&&(n.navigation.prevEl||r)&&(n.navigation.nextEl||o)&&(s.navigation||s.navigation===!1)&&m&&!m.prevEl&&!m.nextEl&&(y=!0);const D=S=>{e[S]&&(e[S].destroy(),S==="navigation"?(e.isElement&&(e[S].prevEl.remove(),e[S].nextEl.remove()),s[S].prevEl=void 0,s[S].nextEl=void 0,e[S].prevEl=void 0,e[S].nextEl=void 0):(e.isElement&&e[S].el.remove(),s[S].el=void 0,e[S].el=void 0))};l.includes("loop")&&e.isElement&&(s.loop&&!n.loop?k=!0:!s.loop&&n.loop?E=!0:L=!0),p.forEach(S=>{if(Kt(s[S])&&Kt(n[S]))Object.assign(s[S],n[S]),(S==="navigation"||S==="pagination"||S==="scrollbar")&&"enabled"in n[S]&&!n[S].enabled&&D(S);else{const c=n[S];(c===!0||c===!1)&&(S==="navigation"||S==="pagination"||S==="scrollbar")?c===!1&&D(S):s[S]=n[S]}}),p.includes("controller")&&!u&&e.controller&&e.controller.control&&s.controller&&s.controller.control&&(e.controller.control=s.controller.control),l.includes("children")&&i&&A&&s.virtual.enabled?(A.slides=i,A.update(!0)):l.includes("virtual")&&A&&s.virtual.enabled&&(i&&(A.slides=i),A.update(!0)),l.includes("children")&&i&&s.loop&&(L=!0),T&&w.init()&&w.update(!0),u&&(e.controller.control=s.controller.control),g&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-pagination"),d.part.add("pagination"),e.el.appendChild(d)),d&&(s.pagination.el=d),f.init(),f.render(),f.update()),b&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-scrollbar"),a.part.add("scrollbar"),e.el.appendChild(a)),a&&(s.scrollbar.el=a),h.init(),h.updateSize(),h.setTranslate()),y&&(e.isElement&&((!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-button-next"),o.innerHTML=e.hostEl.constructor.nextButtonSvg,o.part.add("button-next"),e.el.appendChild(o)),(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-button-prev"),r.innerHTML=e.hostEl.constructor.prevButtonSvg,r.part.add("button-prev"),e.el.appendChild(r))),o&&(s.navigation.nextEl=o),r&&(s.navigation.prevEl=r),m.init(),m.update()),l.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),l.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),l.includes("direction")&&e.changeDirection(n.direction,!1),(k||L)&&e.loopDestroy(),(E||L)&&e.loopCreate(),e.update()}function Ar(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},l={};ni(i,Hi),i._emitClasses=!0,i.init=!1;const o={},r=Bn.map(d=>d.replace(/_/,"")),a=Object.assign({},t);return Object.keys(a).forEach(d=>{typeof t[d]>"u"||(r.indexOf(d)>=0?Kt(t[d])?(i[d]={},l[d]={},ni(i[d],t[d]),ni(l[d],t[d])):(i[d]=t[d],l[d]=t[d]):d.search(/on[A-Z]/)===0&&typeof t[d]=="function"?e?n[`${d[2].toLowerCase()}${d.substr(3)}`]=t[d]:i.on[`${d[2].toLowerCase()}${d.substr(3)}`]=t[d]:o[d]=t[d])}),["navigation","pagination","scrollbar"].forEach(d=>{i[d]===!0&&(i[d]={}),i[d]===!1&&delete i[d]}),{params:i,passedParams:l,rest:o,events:n}}function br(t,e){let{el:i,nextEl:n,prevEl:l,paginationEl:o,scrollbarEl:r,swiper:a}=t;zn(e)&&n&&l&&(a.params.navigation.nextEl=n,a.originalParams.navigation.nextEl=n,a.params.navigation.prevEl=l,a.originalParams.navigation.prevEl=l),Wn(e)&&o&&(a.params.pagination.el=o,a.originalParams.pagination.el=o),Hn(e)&&r&&(a.params.scrollbar.el=r,a.originalParams.scrollbar.el=r),a.init(i)}function gr(t,e,i,n,l){const o=[];if(!e)return o;const r=d=>{o.indexOf(d)<0&&o.push(d)};if(i&&n){const d=n.map(l),p=i.map(l);d.join("")!==p.join("")&&r("children"),n.length!==i.length&&r("children")}return Bn.filter(d=>d[0]==="_").map(d=>d.replace(/_/,"")).forEach(d=>{if(d in t&&d in e)if(Kt(t[d])&&Kt(e[d])){const p=Object.keys(t[d]),s=Object.keys(e[d]);p.length!==s.length?r(d):(p.forEach(f=>{t[d][f]!==e[d][f]&&r(d)}),s.forEach(f=>{t[d][f]!==e[d][f]&&r(d)}))}else t[d]!==e[d]&&r(d)}),o}const yr=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 Ei(){return Ei=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},Ei.apply(this,arguments)}function Gn(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Un(t){const e=[];return v.Children.toArray(t).forEach(i=>{Gn(i)?e.push(i):i.props&&i.props.children&&Un(i.props.children).forEach(n=>e.push(n))}),e}function wr(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return v.Children.toArray(t).forEach(n=>{if(Gn(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 l=Un(n.props.children);l.length>0?l.forEach(o=>e.push(o)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function Tr(t,e,i){if(!i)return null;const n=s=>{let f=s;return s<0?f=e.length+s:f>=e.length&&(f=f-e.length),f},l=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:o,to:r}=i,a=t.params.loop?-e.length:0,d=t.params.loop?e.length*2:e.length,p=[];for(let s=a;s<d;s+=1)s>=o&&s<=r&&p.push(e[n(s)]);return p.map((s,f)=>v.cloneElement(s,{swiper:t,style:l,key:s.props.virtualIndex||s.key||`slide-${f}`}))}function si(t,e){return typeof window>"u"?ue(t,e):Ao(t,e)}const Yi=di(null),Yn=()=>ri(Yi),Sr=di(null),Jt=pi(function(t,e){let{className:i,tag:n="div",wrapperTag:l="div",children:o,onSwiper:r,...a}=t===void 0?{}:t,d=!1;const[p,s]=q("swiper"),[f,m]=q(null),[h,A]=q(!1),w=se(!1),T=se(null),u=se(null),g=se(null),b=se(null),y=se(null),k=se(null),E=se(null),L=se(null),{params:D,passedParams:S,rest:c,events:_}=Ar(a),{slides:I,slots:O}=wr(o),x=()=>{A(!h)};Object.assign(D.on,{_containerClasses(N,P){s(P)}});const M=()=>{Object.assign(D.on,_),d=!0;const N={...D};if(delete N.wrapperClass,u.current=new Ui(N),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=I;const P={cache:!1,slides:I,renderExternal:m,renderExternalUpdate:!1};ni(u.current.params.virtual,P),ni(u.current.originalParams.virtual,P)}};T.current||M(),u.current&&u.current.on("_beforeBreakpoint",x);const R=()=>{d||!_||!u.current||Object.keys(_).forEach(N=>{u.current.on(N,_[N])})},B=()=>{!_||!u.current||Object.keys(_).forEach(N=>{u.current.off(N,_[N])})};ue(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",x)}),ue(()=>{!w.current&&u.current&&(u.current.emitSlidesClasses(),w.current=!0)}),si(()=>{if(e&&(e.current=T.current),!!T.current)return u.current.destroyed&&M(),br({el:T.current,nextEl:y.current,prevEl:k.current,paginationEl:E.current,scrollbarEl:L.current,swiper:u.current},D),r&&!u.current.destroyed&&r(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),si(()=>{R();const N=gr(S,g.current,I,b.current,P=>P.key);return g.current=S,b.current=I,N.length&&u.current&&!u.current.destroyed&&hr({swiper:u.current,slides:I,passedParams:S,changedParams:N,nextEl:y.current,prevEl:k.current,scrollbarEl:L.current,paginationEl:E.current}),()=>{B()}}),si(()=>{yr(u.current)},[f]);function z(){return D.virtual?Tr(u.current,I,f):I.map((N,P)=>v.cloneElement(N,{swiper:u.current,swiperSlideIndex:P}))}return v.createElement(n,Ei({ref:T,className:Xn(`${p}${i?` ${i}`:""}`)},c),v.createElement(Sr.Provider,{value:u.current},O["container-start"],v.createElement(l,{className:fr(D.wrapperClass)},O["wrapper-start"],z(),O["wrapper-end"]),zn(D)&&v.createElement(v.Fragment,null,v.createElement("div",{ref:k,className:"swiper-button-prev"}),v.createElement("div",{ref:y,className:"swiper-button-next"})),Hn(D)&&v.createElement("div",{ref:L,className:"swiper-scrollbar"}),Wn(D)&&v.createElement("div",{ref:E,className:"swiper-pagination"}),O["container-end"]))});Jt.displayName="Swiper";const Nt=pi(function(t,e){let{tag:i="div",children:n,className:l="",swiper:o,zoom:r,lazy:a,virtualIndex:d,swiperSlideIndex:p,...s}=t===void 0?{}:t;const f=se(null),[m,h]=q("swiper-slide"),[A,w]=q(!1);function T(y,k,E){k===f.current&&h(E)}si(()=>{if(typeof p<"u"&&(f.current.swiperSlideIndex=p),e&&(e.current=f.current),!(!f.current||!o)){if(o.destroyed){m!=="swiper-slide"&&h("swiper-slide");return}return o.on("_slideClass",T),()=>{o&&o.off("_slideClass",T)}}}),si(()=>{o&&f.current&&!o.destroyed&&h(o.getSlideClasses(f.current))},[o]);const u={isActive:m.indexOf("swiper-slide-active")>=0,isVisible:m.indexOf("swiper-slide-visible")>=0,isPrev:m.indexOf("swiper-slide-prev")>=0,isNext:m.indexOf("swiper-slide-next")>=0},g=()=>typeof n=="function"?n(u):n,b=()=>{w(!0)};return v.createElement(i,Ei({ref:f,className:Xn(`${m}${l?` ${l}`:""}`),"data-swiper-slide-index":d,onLoad:b},s),r&&v.createElement(Yi.Provider,{value:u},v.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof r=="number"?r:void 0},g(),a&&!A&&v.createElement("div",{className:"swiper-lazy-preloader"}))),!r&&v.createElement(Yi.Provider,{value:u},g(),a&&!A&&v.createElement("div",{className:"swiper-lazy-preloader"})))});Nt.displayName="SwiperSlide";const xr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Er=({visible:t,onClose:e,children:i,modalStyle:n,padding:l,popup:o,schema:r,fullHeight:a=window.innerHeight,isFullScreen:d=!1,openState:p})=>{var s,f,m,h,A,w,T,u,g,b,y,k,E,L,D,S,c,_,I,O,x,M,R,B,z;const N=se(null),P=se(null),V=se(null),Y=se(null),j=se(null),K=a*.2,J=d?a:a*.8,[ie,pe]=q(K),[Ce,be]=q(!1),Re=se(null),{globalConfig:Be,popupDetailData:ve}=je(),{schema:U,popup:ne}=Ht(),[fe,me]=q(15);ue(()=>{const X=document.getElementById("sxp-render"),W=document.getElementById("pb-modal");W?Re.current=W:(Re.current=document.createElement("div"),Re.current.setAttribute("id","pb-modal"),X?.appendChild(Re.current))},[]);const Ie=ce(()=>o?.id&&o?.id!==""||t,[t,o]),le=ce(()=>{var X,W,we;const te=r??U;return(we=(W=(X=te?.sxpPageConf)===null||X===void 0?void 0:X.globalConfig)===null||W===void 0?void 0:W.popupList)===null||we===void 0?void 0:we.find(F=>F?.id===o?.id)},[o,r,U]),ye=ce(()=>{var X,W;return((W=(X=le?.item)===null||X===void 0?void 0:X.event)===null||W===void 0?void 0:W.isScrollFullScreen)||!1},[le]);ue(()=>{Ie?be(!0):setTimeout(()=>{be(!1),pe(K)},o?.duration)},[Ie,o]);const Ge=Ae(()=>i,[ne,p,Be]);if(ue(()=>{const X=W=>{var we=W?.querySelectorAll('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])'),te=we?.[0],Z=we?.[we?.length-1],F=9;W.addEventListener("keydown",function(Te){(Te.key==="Escape"||Te.key==="Esc")&&(Ye(),Te.preventDefault());var ot=Te.key==="Tab"||Te.keyCode===F;ot&&(Te.shiftKey?document?.activeElement===te&&(Z?.focus(),Te.preventDefault()):document?.activeElement===Z&&(te?.focus(),Te.preventDefault()))}),te?.focus()};return j?.current&&X(j?.current),()=>{var W;(W=j?.current)===null||W===void 0||W.removeEventListener("keydown",X)}},[j,Ce,ne]),!Re.current)return null;const Ye=Pi(()=>{e?.()},300),Ue=X=>{N.current=X.touches[0],P.current=X.touches[0],V.current=!0},oe=X=>{requestAnimationFrame(()=>{var W;if(V.current&&((W=Y?.current)===null||W===void 0?void 0:W.scrollTop)===0){const we=X.touches[0].clientY,te=X.touches[0].clientX,Z=N.current.clientY-we;N.current=X.touches[0];const F=we-P.current.clientY,Te=te-P.current.clientX;if(Math.abs(Te)>Math.abs(F))return;const ot=ie-Z;ot>0&&pe(ot)}})},ae=X=>{var W;if(V.current&&((W=Y?.current)===null||W===void 0?void 0:W.scrollTop)===0){const we=X.changedTouches[0].clientY-P.current.clientY,te=X.changedTouches[0].clientX-P.current.clientX;if(Math.abs(te)>Math.abs(we))return;const Z=P.current.clientY-N.current.clientY;Z>0?pe(0):ie<K&&Z<0?pe(K):ie>=K&&Z<0&&e?.()}V.current=!1};return ln.createPortal(v.createElement(v.Fragment,null,Ce&&v.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:Ie?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:Ye},v.createElement("div",{style:{position:"relative",left:`${(h=(m=(f=(s=le?.item)===null||s===void 0?void 0:s.props)===null||f===void 0?void 0:f.popupBg)===null||m===void 0?void 0:m.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(u=(T=(w=(A=le?.item)===null||A===void 0?void 0:A.props)===null||w===void 0?void 0:w.popupBg)===null||T===void 0?void 0:T.horizontalMargin)!==null&&u!==void 0?u:0}px`,bottom:`${(k=(y=(b=(g=le?.item)===null||g===void 0?void 0:g.props)===null||b===void 0?void 0:b.popupBg)===null||y===void 0?void 0:y.bottomMargin)!==null&&k!==void 0?k:0}px`,overflow:"hidden",width:`calc(100% - ${((S=(D=(L=(E=le?.item)===null||E===void 0?void 0:E.props)===null||L===void 0?void 0:L.popupBg)===null||D===void 0?void 0:D.horizontalMargin)!==null&&S!==void 0?S:0)*2}px)`,height:"100%"}},v.createElement("div",Object.assign({ref:j,className:`modal-container ${Ie?"modal-popIn":"modal-popOut"}`,role:"dialog","aria-label":(c=le?.item)===null||c===void 0?void 0:c.displayName,"aria-modal":!0,"aria-labelledby":"modal-content",style:Object.assign(Object.assign({padding:l,animationDuration:((_=o?.duration)!==null&&_!==void 0?_:0)/1e3+"s"},ye&&{transform:`translateY(${ie}px)`}),{overflow:"hidden",borderRadius:`${(M=(x=(O=(I=le?.item)===null||I===void 0?void 0:I.props)===null||O===void 0?void 0:O.popupBg)===null||x===void 0?void 0:x.borderRadius)!==null&&M!==void 0?M:0}px`,zIndex:9}),onClick:X=>{X.stopPropagation(),X.preventDefault()}},ye&&{onTouchMove:oe,onTouchStart:Ue,onTouchEnd:ae}),v.createElement("div",Object.assign({id:"modal-content",ref:Y,style:{height:ye?a:J,overflow:ye&&ie<=0||!ye?"auto":"hidden",zIndex:1}},((B=(R=le?.item)===null||R===void 0?void 0:R.props)===null||B===void 0?void 0:B.enableFixedCloseButton)&&{onScroll:X=>{var W;me(15-((W=X?.target)===null||W===void 0?void 0:W.scrollTop))}}),Ge()),v.createElement("button",{className:"modal-icon-wrapper",role:"button","aria-label":"close button",onClick:e,style:{top:fe}},v.createElement("img",{src:(z=Be?.popupCloseIcon)!==null&&z!==void 0?z:xr,alt:"close button",className:"modal-icon"})))))),Re.current)};var oi=_e(Er);const Ir=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),l=[];for(let r=0;r<n.length&&(l.push(n[r]),!(l.join(" ").length>=e));r++);return(l.length>1&&l.length<n.length?l.slice(0,l.length-1):l).join(" ")+" "},Cr=({text:t,maxStr:e=108,style:i,className:n,onClick:l,foldText:o,unfoldText:r,isPost:a,onChange:d})=>{const[p,s]=q(!1),[f,m]=q(!1),h=Number(i?.lineClamp||2),A=se(null),w=se(null),T=Ae(()=>{s(!p)},[p,d]);return ce(()=>!p&&t.length>e?Ir(t,e)+"...":t,[t,e,p]),ue(()=>{var u,g;w?.current&&(w.current.style.display="block"),((u=w?.current)===null||u===void 0?void 0:u.offsetHeight)>((g=A?.current)===null||g===void 0?void 0:g.offsetHeight)&&a?m(!0):m(!1),w.current.style.display="none"},[a,t]),v.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},v.createElement("div",{ref:A,style:{overflow:"hidden",WebkitLineClamp:!a||p?"":h,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:Ee(t?.replace(/\n/g,"</br>"),i)}}),v.createElement("div",{ref:w,dangerouslySetInnerHTML:{__html:Ee(t?.replace(/\n/g,"</br>"),i)}}),t&&a&&f&&v.createElement("button",{"aria-label":p?r||"show less":o||"show more",style:{textDecoration:"underline",cursor:"pointer"},onClick:l??T,dangerouslySetInnerHTML:{__html:Ee(p?r||"show less":o||"show more",i)}}))};var Ii=_e(Cr);const kr=pi((t,e)=>{const{src:i,onLoad:n,style:l,className:o,loading:r,alt:a="image"}=t,[d,p]=q(i),s=se(null),[f,m]=q(!1);return on(e,()=>({setSrc:h=>{h&&p(h)}})),ue(()=>{i&&p(i)},[i]),ue(()=>{const h=()=>{i&&!f&&s.current&&(s.current.src="",s.current.src=i)};return wt.on(ft.PAGE_DID_SHOW,h),()=>{wt.off(ft.PAGE_DID_SHOW,h)}},[i,f]),v.createElement(v.Fragment,null,!f&&!d&&v.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),d?.includes(".avif")?v.createElement("picture",null,v.createElement("source",{type:"image/avif",srcSet:d}),v.createElement("source",{type:"image/webp",srcSet:`${d}?imageMogr2/format/webp`}),v.createElement("source",{type:"image/jpeg",srcSet:`${d}?imageMogr2/format/jpg`}),v.createElement("img",{ref:s,className:o,src:d,style:Object.assign({},l),loading:r,onLoad:h=>{m(!0),n?.(h.target)},alt:a})):v.createElement("img",{ref:s,className:o,src:d,style:Object.assign({},l),loading:r,onLoad:h=>{m(!0),n?.(h.target)},alt:a}))});var St=_e(kr);const Pr=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const l=se(),{popupDetailData:o}=je();return ue(()=>{var r,a;n&&((r=l?.current)===null||r===void 0||r.swiper.slideTo((a=o?.multiCheckIndex)!==null&&a!==void 0?a:0))},[o,n]),v.createElement(Jt,{role:"list",tag:"ul",ref:l,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[ol,nl,il],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var ci=_e(Pr);const _r=({products:t,data:e,defImg:i,style:n,onCLick:l,popupDetailData:o,check:r})=>{var a;const{productView:d}=gt(),{popupCurTimeRef:p}=je(),s=(f,m)=>{if(r===m)return;const h=t?.[r];d(o,h,h?.bindCta,p.current,o?.index),l?.(m)};return v.createElement(v.Fragment,null,e?.open&&(t&&t?.length>1||!o)&&v.createElement(ci,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(a=o?t:[0,1,2,3])===null||a===void 0?void 0:a.map((f,m)=>{var h,A,w;return v.createElement(v.Fragment,null,f?.bindCta?v.createElement(Nt,{className:Ne({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{s(f,m)},key:m},v.createElement(St,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:r===m?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(w=(h=f?.cover)!==null&&h!==void 0?h:(A=f?.homePage)===null||A===void 0?void 0:A[0])!==null&&w!==void 0?w:i})):null)})))};var qn=_e(_r);const Dr=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:l,src:o}=t;switch(i){case 2:return n||null;case 3:return o||null;default:return l&&l.length>0?(e=l[0])===null||e===void 0?void 0:e.url:null}},ui=({product:t,enableFormattedPrice:e,globalConfig:i,isHiddenDef:n,style:l})=>{var o,r,a,d,p,s,f,m;if((!t?.currency||!t?.price)&&n)return null;let h=t?.currency&&t?.price?t?.price:7e3,A="",w=i?.priceSymbol,T=t?.currency?(a=(r=(o=t?.currency)===null||o===void 0?void 0:o.split("-")[1])===null||r===void 0?void 0:r.toUpperCase())!==null&&a!==void 0?a:"":"$";const u=e===void 0||e;let g=h.toString();w?.showTwoDecimalPoint&&(g=h?.toFixed(2));let b=(d=g?.indexOf("."))!==null&&d!==void 0?d:-1;if(u){A=(p=h?.toLocaleString("zh",{minimumFractionDigits:w?.showTwoDecimalPoint?2:0}))!==null&&p!==void 0?p:"";let y=0,k=b??A?.length;w?.millesimalSymbol==="."?A=A?.replace(/\,/g,function(E,L){return L>=y&&L<k?".":E}):w?.millesimalSymbol===" "&&(A=A?.replace(","," "))}else A=`${w?.showTwoDecimalPoint?h?.toFixed(2):h}`;return w?.decimalPoint===","&&b>0&&(A=A=A?.replace(/\./g,function(y,k){return k>=b&&k<A?.length?",":y})),T=`<span style="font-family:${(m=(f=(s=i?.priceSymbol)===null||s===void 0?void 0:s.fontFamily)!==null&&f!==void 0?f:l?.["fontFamily-en"])!==null&&m!==void 0?m:"inherit"}">${T}</span>`,A=Ee(A,l),w?.currencyPosition&&w?.currencyPosition!=="none"?A=w?.currencyPosition==="left"?T+A:A+T:w?.currencyPosition!=="none"&&(A=T+A),A},Or=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,h,A,w,T,u,g,b,y,k,E,L,D,{content:S,style:c,bgImg:_,onClick:I,schema:O,isDefault:x,bottom_image:M,tipText:R,isPost:B,viewTime:z,rec:N,swiper:P,commodityStyles:V,buttonStyle:Y,index:j,commodityGroup:K,popupBg:J,iframeIcon:ie,commodityImgRatio:pe,isTel:Ce,iframeBgColor:be,isActive:Re=!0}=t,Be=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:ve,popupDetailData:U,isPreview:ne,bffFbReport:fe,popupCurTimeRef:me,checkCommodityIndexRef:Ie,globalConfig:le}=je(),{jumpToWeb:ye,productView:Ge}=gt(),Ye=se(null),[Ue,oe]=q(!1),[ae,X]=q(!1),[W,we]=q((e=U?.multiCheckIndex)!==null&&e!==void 0?e:0),te=se(),Z=B?N:U;let F=B?Z?.product:(n=(i=Z?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=Z?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Te=B?(r=Z?.product)===null||r===void 0?void 0:r.bindCta:(p=(d=(a=Z?.video)===null||a===void 0?void 0:a.bindProduct)===null||d===void 0?void 0:d.bindCta)!==null&&p!==void 0?p:(m=(f=(s=Z?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const ot=B?j:U?.index;if(!B&&K?.open&&(!((h=Z?.video)===null||h===void 0)&&h.bindProducts)&&((w=(A=Z?.video)===null||A===void 0?void 0:A.bindProducts)===null||w===void 0?void 0:w.length)>0){Ie.current=W;const Q=(T=Z?.video)===null||T===void 0?void 0:T.bindProducts[W];F=Q,Te=Q?.bindCta}const ht=()=>{F?.link&&(ye(Z,F,Te,ot),B||Ge(Z,F,Te,z||Ye.current,ot),window.location.href=window.getJointUtmLink(F.link))};ue(()=>{Re&&(fe?.({eventName:"ProductView",product:F}),fe?.({eventName:"PageView",product:F}))},[Re,fe]),ue(()=>{const Q=()=>{Ye.current=new Date};return Q(),window.addEventListener("pageshow",Q),()=>{window.removeEventListener("pageshow",Q)}},[]);const At=ui({product:F,enableFormattedPrice:(u=V?.price)===null||u===void 0?void 0:u.enableFormattedPrice,globalConfig:le,style:V?.price}),ct=(ne?375:(g=c?.width)!==null&&g!==void 0?g:window.innerWidth)-((b=J?.horizontalMargin)!==null&&b!==void 0?b:0)*2,yt=pe?ct*(pe.h/pe.w):ct,H=({isPost:Q})=>{var Ve,Ze,tt,at;return v.createElement("div",null,v.createElement("div",{className:"pb-commondity-content-collection",style:xe(V?.collection),hidden:!!F&&(!F?.collection||F?.collection===""),dangerouslySetInnerHTML:{__html:Ee((Ve=F?.collection)!==null&&Ve!==void 0?Ve:"Tiffany Lock",V?.collection)}}),v.createElement("div",{className:"pb-commondity-content-title",style:xe(V?.title),hidden:!!F&&!F?.title,dangerouslySetInnerHTML:{__html:Ee((Ze=F?.title)!==null&&Ze!==void 0?Ze:"Pendant in Yellow Gold with Diamonds, Medium",V?.title)}}),v.createElement("div",{className:"pb-commondity-content-price",style:xe(V?.price),hidden:!!F&&!F?.price,dangerouslySetInnerHTML:{__html:At??""}}),v.createElement("div",{hidden:!!F&&!F?.taxInfo,style:xe(V?.taxInfo),dangerouslySetInnerHTML:{__html:Ee((tt=F?.taxInfo)!==null&&tt!==void 0?tt:"\u7A0E\u8D39",V?.taxInfo)}}),v.createElement("div",{hidden:!!F&&(!F?.info||F?.info==="")},v.createElement(Ii,{foldText:R?.foldText,unfoldText:R?.unfoldText,onClick:()=>oe(!0),isPost:Q,text:(at=F?.info)!==null&&at!==void 0?at:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
2
2
  bold and avant-garde visual design interprets the emotional bond connecting my heart. The Tiffany Lock
3
3
  collection is unisex and is inspired by the padlock pattern found in the Tiffany Antique Collection. This
4
4
  necklace features a stylish and eye-catching oval clasp chain decorated with a lock pattern. Crafted from
5
- 18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:V?.info})))},H=()=>{var $,Re;return p.createElement(p.Fragment,null,(x||j?.link)&&p.createElement("button",{"aria-label":($=Le?.enTitle)!==null&&$!==void 0?$:"Purchase on Website",onClick:At,className:"pb-commondity-btn",style:G},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((Re=Le?.enTitle)!==null&&Re!==void 0?Re:"Purchase on Website",G)}})))},we=ge($=>$?.lineClamp?Object.assign(Object.assign({},$),{overflow:"hidden",WebkitLineClamp:$?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):$,[]),Fe=ge($=>{se.current=new Date,Ne($),le.current=$,ce?.current&&(ce.current.swiper.slideTo(0),ce.current.swiper.autoplay.start())},[]),Ae=ge(()=>{var $,Re,Ze;if(!F)return p.createElement(qn,{products:($=J?.video)===null||$===void 0?void 0:$.bindProducts,data:K,defImg:(Ze=(Re=ae?.bottom_image)!==null&&Re!==void 0?Re:M)!==null&&Ze!==void 0?Ze:"",style:{padding:"0 19px"},onCLick:Fe,popupDetailData:U,check:Y})},[Y]),De=ue(()=>{const $={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return $?.[L?.dotsAlign]},[L?.dotsAlign]),te=j?.remark;return p.createElement(p.Fragment,null,p.createElement("div",Object.assign({className:Ce(Object.assign({},c))},Xe),p.createElement("div",{style:{position:"relative"}},j&&((w=j?.homePage)===null||w===void 0?void 0:w.length)>0&&p.createElement(Kt,{height:yt,modules:[xi,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:De,bulletElement:"button"},loop:!0,autoplay:{delay:L?.delay*1e3},ref:ce,className:Ce(Object.assign(Object.assign({".swiper-pagination":{bottom:(D=L?.dotsMarginBottom)!==null&&D!==void 0?D:0,fontSize:"14px"}},L?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:L?.dotsBgColor,opacity:1}}),L?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${L?.dotsActiveColor}!important`,opacity:1}}))},p.createElement(p.Fragment,null,(I=j?.homePage)===null||I===void 0?void 0:I.map($=>{var Re;return p.createElement(Rt,{key:$},p.createElement("div",{style:{overflow:"hidden",width:st,height:yt}},p.createElement(xt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${L?.translateY?L?.translateY+50:50}%`},src:(Re=$??ae?.bottom_image)!==null&&Re!==void 0?Re:M})))}))),!(!((S=j?.homePage)===null||S===void 0)&&S.length)&&p.createElement("div",{className:Ce({height:yt,width:st})},p.createElement("img",{className:Ce({objectFit:"cover",width:"100%",height:"100%"}),src:(k=ae?.bottom_image)!==null&&k!==void 0?k:M,alt:"pdp image"})),(te||!j)&&ne&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},p.createElement("img",{src:ne,alt:"3d",width:"72px"}))),Ae(),p.createElement("div",{className:"pb-commondity-content"},W({isPost:F}))),H(),p.createElement(ni,{visible:Ue,onClose:()=>ie(!1)},p.createElement("div",{style:{paddingBottom:"80px"}},W({isPost:!1})),H()),p.createElement(ni,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>X(!1)},p.createElement("div",{style:{backgroundColor:me,height:"100%"}},p.createElement("iframe",{src:te,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Lr=Pe(Or),Mr=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Nr=at(Lr,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Yo,interactionRender:Mr},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 Rr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Vr=[{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"}]}],Zn="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 jr=t=>{var{content:e,btnText:i,style:n,icon:l,isPopup:o,isExternalLink:r,onClose:d,onClick:a,submitButtonStyle:v,contentStyle:s}=t,m=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:f}=je(),{jumpToWeb:h}=ut(),g=typeof l=="string"?l:_r(l),b=()=>{var T,u,y;if(r){const A=f,w=(T=A?.video)===null||T===void 0?void 0:T.bindProduct,D=(y=(u=A?.video)===null||u===void 0?void 0:u.bindProduct)===null||y===void 0?void 0:y.bindCta,I=f?.index;h(A,w,D,I)}o||d?.(),a?.()};return p.createElement("div",Object.assign({className:`pb-prompt ${Ce(Object.assign({},n))}`},m),p.createElement("div",{className:"pb-prompt-icon"},p.createElement("img",{width:"100%",src:g??Zn,alt:"success image"})),p.createElement("div",{className:"pb-prompt-content",style:s,dangerouslySetInnerHTML:{__html:xe(e,s)}}),p.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:v,onClick:b,dangerouslySetInnerHTML:{__html:xe(i,v)}}))};var Fr=Pe(jr);const Br=at(Fr,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Vr,bindableProps:[],interactionRender:Rr},defaulSetting:{props:{icon:Zn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var zr=[{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 Wr=t=>{var e,i,n,l,o,r,d,a,v,s,m,f,h,g,b,T,u,y,A,w,D,I,S,k,E,c,O,C,{style:_,isDefault:x,rec:M,viewTime:N,isPost:F,bottom_image:B,tipText:R,swiper:L,commodityStyles:V,buttonStyle:G,index:z,commodityGroup:K,popupBg:Q,iframeIcon:ne,commodityImgRatio:he,isTel:Se,iframeBgColor:me,isActive:Ve=!0}=t,Xe=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);q(!0);const{sxpParameter:ae,popupCurTimeRef:U,popupDetailData:oe,isPreview:fe,bffFbReport:se,checkCommodityIndexRef:le,globalConfig:Ee}=je(),{jumpToWeb:Te,productView:Ge}=ut();q(!1),q(!1),q(!0);const[qe,Ue]=q(!1),ie=ve(null),[Z,X]=q(!1),[Y,Ne]=q((e=oe?.multiCheckIndex)!==null&&e!==void 0?e:0),ce=ve(),J=F?M:oe;let j=F?J?.product:(n=(i=J?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=J?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Le=F?(r=J?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=J?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(f=(m=(s=J?.video)===null||s===void 0?void 0:s.bindProducts)===null||m===void 0?void 0:m[0])===null||f===void 0?void 0:f.bindCta;const ht=F?z:oe?.index;if(!F&&K?.open&&(!((h=J?.video)===null||h===void 0)&&h.bindProducts)&&((b=(g=J?.video)===null||g===void 0?void 0:g.bindProducts)===null||b===void 0?void 0:b.length)>0){le.current=Y;const te=(T=J?.video)===null||T===void 0?void 0:T.bindProducts[Y];j=te,Le=te?.bindCta}const At=()=>{j?.link&&(Te(J,j,Le,ht),F||Ge(J,j,Le,N||ie.current,ht),window.location.href=window.getJointUtmLink(j.link))};pe(()=>{Ve&&(se?.({eventName:"ProductView",product:j}),se?.({eventName:"PageView",product:j}))},[Ve,se]),pe(()=>{const te=()=>{Ve&&(ie.current=new Date)};return te(),window.addEventListener("pageshow",te),()=>{window.removeEventListener("pageshow",te)}},[Ve]);const gt=ui({product:j,enableFormattedPrice:(u=V?.price)===null||u===void 0?void 0:u.enableFormattedPrice,globalConfig:Ee,style:V?.price}),st=(fe?375:(y=_?.width)!==null&&y!==void 0?y:window.innerWidth)-((A=Q?.horizontalMargin)!==null&&A!==void 0?A:0)*2,yt=he?st*(he.h/he.w):st,W=({isPost:te})=>p.createElement("div",{hidden:!!j&&(!j?.info||j?.info==="")},p.createElement(Ci,{isPost:te,onClick:()=>Ue(!0),className:"pb-commondityDiroNew-info",style:V?.info,foldText:R?.foldText,unfoldText:R?.unfoldText,text:j?.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`})),H=ge(te=>te?.lineClamp?Object.assign(Object.assign({},te),{overflow:"hidden",WebkitLineClamp:te?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):te,[]),we=ge(te=>{U.current=new Date,Ne(te),le.current=te,ce?.current&&(ce.current.swiper.slideTo(0),ce.current.swiper.autoplay.start())},[]),Fe=ge(()=>{var te,$,Re;if(!F)return p.createElement(qn,{products:(te=J?.video)===null||te===void 0?void 0:te.bindProducts,data:K,defImg:(Re=($=ae?.bottom_image)!==null&&$!==void 0?$:B)!==null&&Re!==void 0?Re:"",style:{padding:"0 19px"},onCLick:we,popupDetailData:oe,check:Y})},[Y]),Ae=ue(()=>{const te={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return te?.[L?.dotsAlign]},[L?.dotsAlign]),De=j?.remark;return p.createElement("div",{className:"pb-commondityDiroNew"},p.createElement("div",Object.assign({className:Ce(Object.assign(Object.assign({},_),{transform:"translate3d(0px, 0px, 0px)"}))},Xe),p.createElement("div",{style:{position:"relative"}},j&&((w=j?.homePage)===null||w===void 0?void 0:w.length)>0&&p.createElement(Kt,{height:yt,modules:[xi,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ae,bulletElement:"button"},loop:!0,autoplay:{delay:L?.delay*1e3},ref:ce,className:Ce(Object.assign(Object.assign({".swiper-pagination":{bottom:(D=L?.dotsMarginBottom)!==null&&D!==void 0?D:0,fontSize:"14px"}},L?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:L?.dotsBgColor,opacity:1}}),L?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${L?.dotsActiveColor}!important`,opacity:1}}))},(I=j?.homePage)===null||I===void 0?void 0:I.map(te=>{var $;return p.createElement(Rt,{key:te},p.createElement("div",{style:{overflow:"hidden",width:st,height:yt}},p.createElement(xt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${L?.translateY?L?.translateY+50:50}%`},src:($=te??ae?.bottom_image)!==null&&$!==void 0?$:B})))})),!(!((S=j?.homePage)===null||S===void 0)&&S.length)&&p.createElement("div",{className:Ce({height:yt,width:st})},p.createElement("img",{className:Ce({objectFit:"cover",width:"100%",height:"100%"}),src:(k=ae?.bottom_image)!==null&&k!==void 0?k:B,alt:"pdp image"})),(De||!j)&&ne&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},p.createElement("img",{src:ne,alt:"3d",width:"72px"}))),Fe(),p.createElement("div",{className:"pb-commondityDiroNew-content"},p.createElement("div",{className:"pb-commondityDiroNew-content-top"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:H(V?.title),dangerouslySetInnerHTML:{__html:xe((E=j?.title)!==null&&E!==void 0?E:"Large Dior Toujours BagLarge",V?.title)}}),p.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!j&&(!j?.collection||j?.collection===""),style:H(V?.collection),dangerouslySetInnerHTML:{__html:xe(j?.collection||"Black Macrocannage CalfskinLarge",V?.collection)}})),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!j&&!j?.price,style:H(V?.price),dangerouslySetInnerHTML:{__html:gt??""}}),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!j&&!j?.taxInfo,style:H(V?.taxInfo),dangerouslySetInnerHTML:{__html:xe((c=j?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",V?.taxInfo)}}))),(!j||j?.link)&&p.createElement("button",{"aria-label":(O=Le?.enTitle)!==null&&O!==void 0?O:"Shop now",onClick:At,className:"pb-commondityDiroNew-btn",style:G},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((C=Le?.enTitle)!==null&&C!==void 0?C:"Shop now",G)}})),W({isPost:F}))),p.createElement(ni,{visible:qe,onClose:()=>Ue(!1)},p.createElement("div",{style:{paddingTop:"20px"}},W({isPost:!1}))),p.createElement(ni,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>X(!1)},p.createElement("div",{style:{backgroundColor:me,height:"100%"}},p.createElement("iframe",{src:De,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Hr=Pe(Wr),Xr=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Gr=at(Hr,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:zr,interactionRender:Xr},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 Ur=[{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 Kn(t){const e=ve(null),[i,n]=q(!1);return pe(()=>{e.current=new IntersectionObserver(([l])=>{n(l.isIntersecting)})},[]),pe(()=>{var l;return t?.current&&((l=e?.current)===null||l===void 0||l.observe(t?.current)),()=>{var o;(o=e?.current)===null||o===void 0||o.disconnect()}},[t]),i}const Yr=({src:t,rec:e,item:i,index:n,style:l,translateY:o,imgStyle:r,enableEventReport:d=!0,isActive:a})=>{const v=ve(null),s=Kn(v),{ctaEvent:m}=je(),[f,h]=q(!1);return pe(()=>{s&&t&&v?.current&&d&&!f&&a&&(h(!0),m?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n))},[s,t,v,e,m,i,n,d,f,a]),ue(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),p.createElement("div",{className:Ce(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},r))},p.createElement("div",{ref:v,hidden:!t,className:Ce({width:"100%",height:"100%"})},p.createElement(xt,{className:Ce(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${o?o+50:50}%`},l)),src:t})))};var Bt=Pe(Yr);const qr=t=>{var e,i,n,{style:l,isDefault:o,rec:r,viewTime:d,isPost:a,bottom_image:v,commodityStyles:s,buttonStyle:m,translateY:f=0,commodityPicture:h,isExternalLink:g,onClick:b}=t,T=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:u,popupDetailData:y,setPopupDetailData:A,ctaEvent:w,globalConfig:D,bffFbReport:I}=je(),{jumpToWeb:S}=ut(),{popup:k}=Mt(),E=a?r:y,c=(i=(e=E?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],O=y?.index,C=ge(x=>{var M;return ui({product:x,enableFormattedPrice:(M=s?.price)===null||M===void 0?void 0:M.enableFormattedPrice,globalConfig:D,style:s?.price})},[(n=s?.price)===null||n===void 0?void 0:n.enableFormattedPrice,D]),_=li((x,M)=>{w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},E,x,O),A?.(Object.assign(Object.assign({},E),{video:Object.assign(Object.assign({},E?.video),{bindProduct:x}),index:O,multiCheckIndex:M})),g?x?.link&&(S(E,x,x.bindCta,O),window.location.href=window.getJointUtmLink(x.link)):b?.()},k?.duration);return pe(()=>{I?.({eventName:"PageView"})},[]),p.createElement("div",{className:Ce(Object.assign(Object.assign({},l),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},c?.map((x,M)=>{var N,F,B,R,L,V,G,z,K,Q,ne;return p.createElement(p.Fragment,null,E&&!x?.bindCta?null:p.createElement("div",Object.assign({key:M},T,{className:Ce({display:"flex"}),onClick:()=>_(x,M)}),p.createElement(Bt,{src:(R=(B=(N=x?.cover)!==null&&N!==void 0?N:(F=x?.homePage)===null||F===void 0?void 0:F[0])!==null&&B!==void 0?B:u?.bottom_image)!==null&&R!==void 0?R:v,rec:E,item:x,index:M,translateY:f,imgStyle:h,enableEventReport:!1}),p.createElement("div",{style:{width:`calc(100% - ${(L=h?.width)!==null&&L!==void 0?L:0}px - ${(V=h?.marginRight)!==null&&V!==void 0?V:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},p.createElement("div",null,p.createElement("div",{className:"one-line-ellipsis",style:s?.title,hidden:!!x&&!x?.title,dangerouslySetInnerHTML:{__html:xe((G=x?.title)!==null&&G!==void 0?G:"Pendant in Yellow Gold with Diamonds, Medium",s?.title)}}),p.createElement("div",{className:"two-line-ellipsis",style:s?.collection,hidden:!!x&&(!x?.collection||x?.collection===""),dangerouslySetInnerHTML:{__html:xe((z=x?.collection)!==null&&z!==void 0?z:"Tiffany Lock",s?.collection)}})),p.createElement("div",{className:Ce({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{style:s?.price,hidden:!!x&&!x?.price,dangerouslySetInnerHTML:{__html:(K=C(x))!==null&&K!==void 0?K:""}})),p.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},m),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:xe((ne=(Q=x?.bindCta)===null||Q===void 0?void 0:Q.enTitle)!==null&&ne!==void 0?ne:"Shop Now",m)}})))))}))};var Zr=Pe(qr),Kr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Jr=at(Zr,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Ur,interactionRender:Kr},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 Qr=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const $r=t=>{var e,i,{content:n,btnText:l,style:o,icon:r,isPopup:d,isExternalLink:a,onClose:v,onClick:s,submitButtonStyle:m,contentStyle:f,isTel:h}=t,g=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:b}=je(),T=(i=(e=b?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return p.createElement("div",Object.assign({className:`${Ce(Object.assign({},o))}`},g),p.createElement("iframe",{src:T,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var ed=Pe($r);const td=at(ed,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:Qr,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var id=[{title:"\u5F39\u7A97\u6587\u672C",child:[{type:"RichText",name:["props","content"]}]}];const nd=t=>{var{content:e,isTel:i}=t;return nt(t,["content","isTel"]),p.createElement("article",{className:"consentDetail-article",dangerouslySetInnerHTML:{__html:typeof e=="string"?e:""},onClick:n=>{n.stopPropagation()}})};var od=Pe(nd);const ld=at(od,{displayName:"\u534F\u8BAE\u8BE6\u60C5",icon:"",category:"popup",type:"ConsentDetail",related:{settingRender:id,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:7});var Pt=[{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"]}]}],rd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const dd=t=>{var{rec:e,children:i,className:n,onClick:l,style:o,isExternalLink:r=!1,index:d,jumpLink:a}=t;nt(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=ve(null),{popup:s}=Mt(),{setPopupDetailData:m,ctaEvent:f}=je(),{jumpToWeb:h}=ut(),g=li(()=>{var b,T,u,y,A,w,D,I;const S=(T=(b=e?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&T!==void 0?T:e?.video;if(f?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,S,d),m?.(Object.assign(Object.assign({},e),{index:d})),r){if(a||!((y=(u=e?.video)===null||u===void 0?void 0:u.bindProduct)===null||y===void 0)&&y.link){const k=(A=e?.video)===null||A===void 0?void 0:A.bindCta,E=(w=e?.video)===null||w===void 0?void 0:w.bindProduct;h(e,E,k,d),window.location.href=window.getJointUtmLink(a||((I=(D=e?.video)===null||D===void 0?void 0:D.bindProduct)===null||I===void 0?void 0:I.link)||"")}}else l?.()},s?.duration);return p.createElement("div",{ref:v,className:n,style:o,onClick:g},i)};var vi=Pe(dd),ad={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const sd=t=>{var e,i,n,l,o,r,d,a,v,s,m,{content:f,style:h,bgImg:g,recData:b,bottom_image:T,ctaTempStyles:u,isExternalLink:y,translateY:A=0,index:w,isActive:D}=t,I=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),k=(e=b?.video)===null||e===void 0?void 0:e.bindProduct,E=(o=(l=(i=k?.cover)!==null&&i!==void 0?i:(n=k?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:S?.bottom_image)!==null&&o!==void 0?o:T;return p.createElement(vi,Object.assign({isExternalLink:y,rec:b,className:Ce(Object.assign({},h)),style:{display:"flex"},index:w},I),p.createElement(Bt,{src:E,rec:b,item:(d=(r=b?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:b?.video,index:w,translateY:A,imgStyle:u?.img,isActive:D}),p.createElement("div",{className:Ce({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:ad["tow-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((a=k?.title)!==null&&a!==void 0?a:"Product Name",u?.title)}}),p.createElement("div",{className:Ce(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((v=u?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((m=(s=k?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&m!==void 0?m:"Shop Now",u?.ctaTitle)}})))};var cd=Pe(sd);const ud=at(cd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:rd,bindableProps:[],settingRender:Pt},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 vd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const pd=t=>{var e,i,n,l,o,r,{content:d,style:a,bgImg:v,recData:s,bottom_image:m,ctaTempStyles:f,isExternalLink:h,index:g,isActive:b}=t,T=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index","isActive"]);const{sxpParameter:u}=je(),y=(e=s?.video)===null||e===void 0?void 0:e.bindCta,A=(n=(i=y?.icon)!==null&&i!==void 0?i:u?.bottom_image)!==null&&n!==void 0?n:m;return p.createElement(vi,Object.assign({isExternalLink:h,rec:s,className:Ce(Object.assign({alignItems:"center"},a)),style:{display:"flex"},index:g},T),p.createElement(Bt,{src:A,rec:s,item:(o=(l=s?.video)===null||l===void 0?void 0:l.bindProduct)!==null&&o!==void 0?o:s?.video,index:g,imgStyle:f?.img,isActive:b}),p.createElement("div",{className:Ce(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},f?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((r=y?.enTitle)!==null&&r!==void 0?r:"Product Name",f?.ctaTitle)}}))};var md=Pe(pd);const fd=at(md,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:vd,settingRender:Pt?.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 hd=[{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"}]}],Jn={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Ad=t=>{var e,i,n,l,o,r,d,a,v,{content:s,style:m,bgImg:f,recData:h,bottom_image:g,ctaTempStyles:b,index:T,customTitle:u,isActive:y}=t,A=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle","isActive"]);const{sxpParameter:w,bffEventReport:D}=je();ut();const I=(e=h?.video)===null||e===void 0?void 0:e.bindCta;(i=h?.video)===null||i===void 0||i.bindProduct;const S=(l=(n=I?.icon)!==null&&n!==void 0?n:w?.bottom_image)!==null&&l!==void 0?l:g;return p.createElement(vi,Object.assign({index:T,rec:h,className:Ce(Object.assign({alignItems:"center"},m)),style:{display:"flex"}},A,{jumpLink:(o=I?.link)!==null&&o!==void 0?o:""}),p.createElement(Bt,{src:S,rec:h,item:(d=(r=h?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:h?.video,index:T,imgStyle:b?.img,isActive:y}),p.createElement("div",{className:Ce({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{className:Jn["tow-line-ellipsis"],style:b?.ctaTitle,dangerouslySetInnerHTML:{__html:xe((a=I?.enTitle)!==null&&a!==void 0?a:"Product Name",b?.ctaTitle)}}),u?.display&&p.createElement("div",{style:Object.assign(Object.assign({},u?.style),{lineHeight:((v=u?.style)===null||v===void 0?void 0:v.height)+"px"}),className:Jn["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:xe(u?.text,u?.style)}}))))};var gd=Pe(Ad),bd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Zi;const yd=at(gd,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(Zi=Pt?.filter(t=>t.type!=="commodityTitle"))===null||Zi===void 0?void 0:Zi.concat(hd),bindableProps:[],interactionRender:bd},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 wd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Td={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const xd=t=>{var e,i,n,l,o,r,d,a,v,s,m,{content:f,style:h,bgImg:g,recData:b,bottom_image:T,ctaTempStyles:u,isExternalLink:y,translateY:A=0,index:w,isActive:D}=t,I=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),k=(e=b?.video)===null||e===void 0?void 0:e.bindProduct,E=(o=(l=(i=k?.cover)!==null&&i!==void 0?i:(n=k?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:S?.bottom_image)!==null&&o!==void 0?o:T;return p.createElement(vi,Object.assign({isExternalLink:y,rec:b,className:Ce(Object.assign({},h)),style:{display:"flex"},index:w},I),p.createElement(Bt,{src:E,rec:b,item:(d=(r=b?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:b?.video,index:w,translateY:A,imgStyle:u?.img,isActive:D}),p.createElement("div",{className:Ce({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:Td["tow-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((a=k?.title)!==null&&a!==void 0?a:"Product Name",u?.title)}}),p.createElement("div",{className:Ce(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((v=u?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((m=(s=k?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&m!==void 0?m:"Shop Now",u?.ctaTitle)}})))};var Sd=Pe(xd);const Ed=at(Sd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:wd,settingRender:Pt,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 Id=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Cd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const kd=t=>{var e,i,n,l,o,r,d,a,v,s,{content:m,style:f,bgImg:h,recData:g,bottom_image:b,ctaTempStyles:T,isExternalLink:u,translateY:y=0,index:A,isActive:w}=t,D=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:I}=je(),S=(e=g?.video)===null||e===void 0?void 0:e.bindProduct,k=(o=(l=(i=S?.cover)!==null&&i!==void 0?i:(n=S?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:I?.bottom_image)!==null&&o!==void 0?o:b;return p.createElement(vi,Object.assign({isExternalLink:u,rec:g,className:Ce(Object.assign({},f)),style:{display:"flex"},index:A},D),p.createElement(Bt,{src:k,rec:g,item:(d=(r=g?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:g?.video,index:A,translateY:y,imgStyle:T?.img,isActive:w}),p.createElement("div",{className:Ce({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},p.createElement("div",{className:Cd["tow-line-ellipsis"],style:T?.title,dangerouslySetInnerHTML:{__html:xe((a=S?.title)!==null&&a!==void 0?a:"Product Name",T?.title)}}),p.createElement("div",{className:Ce(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},T?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((s=(v=S?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&s!==void 0?s:"Shop Now",T?.ctaTitle)}})))};var Pd=Pe(kd);const Dd=at(Pd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Id,bindableProps:[],settingRender:Pt},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 _d=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Od={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ld=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:s,index:m,translateY:f=0,isActive:h}=t,g=nt(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY","isActive"]);const{ctaEvent:b,setPopupDetailData:T,sxpParameter:u}=je(),{popup:y}=Mt(),{jumpToWeb:A}=ut(),[w,D]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),I=li((S,k)=>{b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,S,m),T?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:S}),index:m,multiCheckIndex:k})),s?S?.link&&(A(r,S,S.bindCta,m),window.location.href=window.getJointUtmLink(S.link)):d?.()},y?.duration);return p.createElement(ci,{isPadding:!!r},w?.map((S,k)=>{var E,c,O,C,_,x,M,N;return p.createElement(p.Fragment,null,r&&!S?.bindCta?null:p.createElement(Rt,Object.assign({key:k,className:Ce(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},g,{onClick:()=>I(S,k)}),p.createElement(Bt,{src:(C=(O=(E=S?.cover)!==null&&E!==void 0?E:(c=S?.homePage)===null||c===void 0?void 0:c[0])!==null&&O!==void 0?O:u?.bottom_image)!==null&&C!==void 0?C:a,rec:r,item:S,index:k,translateY:f,imgStyle:v?.img,isActive:h}),p.createElement("div",{className:Ce({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:Od["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((_=S?.title)!==null&&_!==void 0?_:"Product Name",v?.title)}}),p.createElement("div",{className:Ce(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((x=v?.ctaTitle)===null||x===void 0?void 0:x.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((N=(M=S?.bindCta)===null||M===void 0?void 0:M.enTitle)!==null&&N!==void 0?N:"Shop Now",v?.ctaTitle)}}))))}))};var Md=Pe(Ld);const Nd=at(Md,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:_d,bindableProps:[],settingRender:Pt},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 Rd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Vd={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const jd=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:s,index:m,translateY:f=0,isActive:h}=t,g=nt(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY","isActive"]);const{sxpParameter:b}=je(),{ctaEvent:T,setPopupDetailData:u}=je(),{popup:y}=Mt(),[A,w]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:D}=ut(),I=li((S,k)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,S,m),u?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:S}),index:m,multiCheckIndex:k})),s?S?.link&&(D(r,S,S.bindCta,m),window.location.href=window.getJointUtmLink(S.link)):d?.()},y?.duration);return p.createElement(ci,{isPadding:!!r},A?.map((S,k)=>{var E,c,O,C,_,x,M,N;return p.createElement(p.Fragment,null,r&&!S?.bindCta?null:p.createElement(Rt,Object.assign({key:k,className:Ce(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},g,{onClick:()=>I(S,k)}),p.createElement(Bt,{src:(C=(O=(E=S?.cover)!==null&&E!==void 0?E:(c=S?.homePage)===null||c===void 0?void 0:c[0])!==null&&O!==void 0?O:b?.bottom_image)!==null&&C!==void 0?C:a,rec:r,item:S,index:k,translateY:f,imgStyle:v?.img,isActive:h}),p.createElement("div",{className:Ce({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:Vd["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((_=S?.title)!==null&&_!==void 0?_:"Product Name",v?.title)}}),p.createElement("div",{className:Ce(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((x=v?.ctaTitle)===null||x===void 0?void 0:x.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((N=(M=S?.bindCta)===null||M===void 0?void 0:M.enTitle)!==null&&N!==void 0?N:"Shop Now",v?.ctaTitle)}}))))}))};var Fd=Pe(jd);const Bd=at(Fd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Rd,settingRender:Pt,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 zd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Wd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Hd=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:s,index:m,translateY:f=0,isActive:h}=t,g=nt(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY","isActive"]);const{ctaEvent:b,setPopupDetailData:T,sxpParameter:u}=je(),{popup:y}=Mt(),{jumpToWeb:A}=ut(),[w,D]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),I=li((S,k)=>{b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,S,m),T?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:S}),index:m,multiCheckIndex:k})),s?S?.link&&(A(r,S,S.bindCta,m),window.location.href=window.getJointUtmLink(S.link)):d?.()},y?.duration);return p.createElement(ci,{isPadding:!!r},w?.map((S,k)=>{var E,c,O,C,_,x,M;return p.createElement(p.Fragment,null,r&&!S?.bindCta?null:p.createElement(Rt,Object.assign({key:k,className:Ce(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},g,{onClick:()=>I(S,k)}),p.createElement(Bt,{src:(C=(O=(E=S?.cover)!==null&&E!==void 0?E:(c=S?.homePage)===null||c===void 0?void 0:c[0])!==null&&O!==void 0?O:u?.bottom_image)!==null&&C!==void 0?C:a,rec:r,item:S,index:k,translateY:f,imgStyle:v?.img,isActive:h}),p.createElement("div",{className:Ce({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},p.createElement("div",{className:Wd["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((_=S?.title)!==null&&_!==void 0?_:"Product Name",v?.title)}}),p.createElement("div",{className:Ce(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((M=(x=S?.bindCta)===null||x===void 0?void 0:x.enTitle)!==null&&M!==void 0?M:"Shop Now",v?.ctaTitle)}}))))}))};var Xd=Pe(Hd);const Gd=at(Xd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:zd,bindableProps:[],settingRender:Pt},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 Ud=[{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 Yd=({icon:t,styles:e,textStyle:i,onClose:n})=>{var l;const{waterFallData:o,setOpenHashtag:r}=je();return p.createElement("div",{className:"clc-sxp-nav",style:e},p.createElement("button",{className:"clc-sxp-nav-left",role:"button","aria-label":"back button",onClick:n},p.createElement("img",{src:t,alt:"back button"})),p.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:xe(`#${(l=o?.hashTag)!==null&&l!==void 0?l:"\u6807\u9898"}`,i)}}))};var Qn=Pe(Yd),qd=null,Zd="3d989325-e7d6-4a74-8a97-98febdf5b567",Kd=null,Jd=null,Qd={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"},$d=[{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}],ea="Handbags",$n={productUserId:qd,requestId:Zd,channel:Kd,rtc:Jd,tag:Qd,recList:$d,hashTag:ea};const ta=t=>{var e;const{rec:i,style:n={},sizeChange:l=()=>{},unitWidth:o,index:r,showBorder:d,list:a,reportTagsView:v,textStyles:s,space:m}=t,{swiperRef:f,setRtcList:h,setOpenHashtag:g,sxpParameter:b,globalConfig:T}=je(),[u,y]=q(!1);q(!1),q({height:1,width:1});const A=ve(null),w=ve(null);ve(null),ve(null);const[D,I]=q(""),S=ue(()=>{var x,M,N,F,B,R,L,V,G,z;return!((x=i?.video)===null||x===void 0)&&x.cover?(M=i?.video)===null||M===void 0?void 0:M.cover:!((F=(N=i?.video)===null||N===void 0?void 0:N.imgUrls)===null||F===void 0)&&F.length?(R=(B=i?.video)===null||B===void 0?void 0:B.imgUrls)===null||R===void 0?void 0:R[0]:!((V=(L=i?.product)===null||L===void 0?void 0:L.homePage)===null||V===void 0)&&V.length?(z=(G=i?.product)===null||G===void 0?void 0:G.homePage)===null||z===void 0?void 0:z[0]:b?.bottom_image||""},[i,b?.bottom_image]),k=ue(()=>{var x,M;return((x=i?.product)===null||x===void 0?void 0:x.title)||((M=i?.video)===null||M===void 0?void 0:M.title)||null},[i]),E=ue(()=>{var x;return n.transform?Number((x=n.transform)===null||x===void 0?void 0:x.substring(n.transform.indexOf(",",0)+1,n.transform.length-3)):void 0},[n]);ue(()=>E===void 0?!1:E<=d,[E,d]);const c=ui({product:i?.product,enableFormattedPrice:(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:T,isHiddenDef:!0,style:s?.price});pe(()=>{if(A.current===null||S==="")return;let x=null;u&&D?x=D:x=S,x&&A.current.setSrc(x)},[S,u,D]);const O=ve(),C=ge(x=>{setTimeout(()=>{var M;const N=(M=O?.current)===null||M===void 0?void 0:M.offsetHeight;l(N+56+m,r)},0)},[m,l,r,o,O]),_=()=>{v(),h?.(a),setTimeout(()=>{var x;(x=f?.current)===null||x===void 0||x.swiper.slideTo(r,0,!1),g?.(!1)},0)};return p.createElement("div",{ref:w,style:Object.assign({},n),className:"waterFallList-content-listItem",key:r,onClick:_},p.createElement("div",{className:"waterFallList-content-listItem-picture",ref:O},p.createElement(xt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:C,ref:A})),p.createElement("div",{className:"waterFallList-content-listItem-info"},p.createElement("div",{className:`waterFallList-content-listItem-info-title ${c?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},s?.title),dangerouslySetInnerHTML:{__html:xe(k,s?.title)}}),p.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!c,style:s.price,dangerouslySetInnerHTML:{__html:c??""}})))};function ia(t){var e,i,n,l,o,r,d,a,v,s,m,f,h,g,b,T,u,y,A,w,D,I,{reportTagsView:S,showBanner:k}=t,E=nt(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:O,hashTagSize:C,loadingImage:_,isOpenHashTag:x,cacheActiveIndex:M}=je(),{jumpToWeb:N}=ut(),F=ve(null),[B,R]=q(0),[L,V]=q(),G=ve(null),[z,K]=q([]),Q=ve(),ne=[170,230,300],[he,Se]=q(!1),[me,Ve]=q([]),Xe=ve(),ae=ge((ie,Z)=>Math.floor(Math.random()*(Z-ie+1))+ie,[]),U=ve([]),[oe,fe]=q({width:0}),se=ue(()=>{const ie=oe.width||0;return ie>=1200?6:ie>=768&&ie<=1199?4:2},[oe]),le=ue(()=>oe.width/se-2,[se,oe]),Ee=ge(()=>{var ie;const Z=(ie=Q.current)!==null&&ie!==void 0?ie:[],X=[];for(let Y=0;Y<me?.length;Y++){const Ne=Math.floor(Y/se),ce=Y%se+1;let J=0,j=9999999999;if(Ne===0)X[Y]=Y;else{for(let Le=0;Le<X.length;Le++)U.current[X[Le]].top+U.current[X[Le]].height<j&&(J=Le,j=U.current[X[Le]].top+U.current[X[Le]].height);X[J]=Y}U.current[Y]===void 0&&(U.current[Y]={}),Ne===0?(ce===1?U.current[Y].left=0:U.current[Y].left=U.current[Y-1].left+le+4,U.current[Y].top=0):(U.current[Y].left=U.current[J].left,U.current[Y].top=j),U.current[Y].height=U.current[Y].height||ne[ae(0,2)],Z[Y]={transform:`translate(${U.current[Y].left}px,${U.current[Y].top}px)`,width:`${le}px`,height:U.current[Y].height}}return K([...Z]),[...Z]},[le,se,ne,ae,me]),Te=ge((ie,Z)=>{U.current[Z]===void 0&&(U.current[Z]={}),U.current[Z].height=ie,Q.current=Ee()},[Ee]);pe(()=>{Q.current=Ee()},[le,se,me]),pe(()=>{var ie,Z;if(Se(!0),c&&O?.({hashTag:c?.hashTag,defaultSize:C,maxSize:C}).then(X=>{var Y,Ne;V(X),Ve((Ne=(Y=X?.recList)===null||Y===void 0?void 0:Y.filter(ce=>ce?.video!==null||ce?.product!==null))!==null&&Ne!==void 0?Ne:[]),Se(!1)}),x){const X=$n;V(X),Ve((Z=(ie=X?.recList)===null||ie===void 0?void 0:ie.filter(Y=>Y?.video!==null||Y?.product!==null))!==null&&Z!==void 0?Z:[]),Se(!1)}},[c,O,C,x]);const Ge=ge(()=>{G.current!==null&&fe({width:G.current.getBoundingClientRect().width})},[]);pe(()=>{if(G.current===null)return;const ie=new ResizeObserver(Z=>{Ge()});return ie.observe(G.current),()=>{ie.disconnect()}},[Ge]),ge(()=>{Se(!0),c&&O?.({hashTag:c?.hashTag}).then(ie=>{var Z,X;Ve(me?.concat((X=(Z=ie?.recList)===null||Z===void 0?void 0:Z.filter(Y=>!Y?.video))!==null&&X!==void 0?X:[])),Se(!1)})},[c,O,me]);const qe=ge(()=>{R(F.current.scrollTop)},[]);pe(()=>{var ie;return(ie=F?.current)===null||ie===void 0||ie.addEventListener("scroll",qe),()=>{var Z;(Z=F?.current)===null||Z===void 0||Z.removeEventListener("scroll",qe)}},[qe,F]);const Ue=()=>{var ie,Z,X,Y,Ne;if(!((ie=L?.tag)===null||ie===void 0)&&ie.link){S();const ce=c?.rec;N(ce,(Z=ce?.video)===null||Z===void 0?void 0:Z.bindProduct,(X=ce?.video)===null||X===void 0?void 0:X.bindCta,M,(Y=ce?.video)===null||Y===void 0?void 0:Y.traceInfo),window.location.href=window.getJointUtmLink((Ne=L?.tag)===null||Ne===void 0?void 0:Ne.link)}};return p.createElement(p.Fragment,null,he?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:_,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"waterFallList",ref:G},p.createElement("div",{className:"waterFallList-scroll",ref:F},k&&((e=L?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:Ue},p.createElement(xt,{className:Ce({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=L?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"waterFallList-info",style:(n=E?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=L?.tag)===null||l===void 0?void 0:l.info,(o=E?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),p.createElement("div",{hidden:!(!((r=L?.tag)===null||r===void 0)&&r.link),className:"waterFallList-collection",style:Object.assign({},(d=E?.textStyles)===null||d===void 0?void 0:d.hashTagLink),onClick:Ue,dangerouslySetInnerHTML:{__html:xe(((a=L?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=E?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),p.createElement("div",{className:"waterFallList-content"},me?.map((ie,Z)=>{var X;return p.createElement(ta,Object.assign({key:Z,index:Z,rec:ie,list:me,showBorder:B+((X=F?.current)===null||X===void 0?void 0:X.clientHeight),style:z[Z],sizeChange:Te,unitWidth:le,reportTagsView:S},E))}),p.createElement("div",{hidden:!(!((s=L?.tag)===null||s===void 0)&&s.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(b=((f=U?.current[((m=U?.current)===null||m===void 0?void 0:m.length)-1])===null||f===void 0?void 0:f.top)+((g=U?.current[((h=U?.current)===null||h===void 0?void 0:h.length)-1])===null||g===void 0?void 0:g.height))!==null&&b!==void 0?b:0}px)`,height:!((T=L?.tag)===null||T===void 0)&&T.link?((u=Xe?.current)===null||u===void 0?void 0:u.offsetHeight)||((y=E?.buttonBgStyle)===null||y===void 0?void 0:y.height)||"100px":0}}))),p.createElement("div",{className:"waterFallList-bottom",hidden:!(!((A=L?.tag)===null||A===void 0)&&A.link),style:E?.buttonBgStyle}),p.createElement("div",{ref:Xe,hidden:!(!((w=L?.tag)===null||w===void 0)&&w.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},E?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},p.createElement("button",{"aria-label":((D=L?.tag)===null||D===void 0?void 0:D.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:E?.buttonStyle,onClick:Ue,dangerouslySetInnerHTML:{__html:xe(((I=L?.tag)===null||I===void 0?void 0:I.linkTitle)||"Shop the collection",E?.buttonStyle)}}))))}var na="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const oa=t=>{var e;const{rec:i,index:n,list:l,reportTagsView:o,textStyles:r,space:d}=t,{swiperRef:a,setRtcList:v,setOpenHashtag:s,sxpParameter:m,globalConfig:f}=je(),[h,g]=q(!1),b=ve(null),T=ve(null),u=ve(null),y=ve(null),[A,w]=q(""),D=ue(()=>{var c,O,C,_,x,M,N,F,B,R;return!((c=i?.video)===null||c===void 0)&&c.cover?(O=i?.video)===null||O===void 0?void 0:O.cover:!((_=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||_===void 0)&&_.length?(M=(x=i?.video)===null||x===void 0?void 0:x.imgUrls)===null||M===void 0?void 0:M[0]:!((F=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||F===void 0)&&F.length?(R=(B=i?.product)===null||B===void 0?void 0:B.homePage)===null||R===void 0?void 0:R[0]:m?.bottom_image||""},[i,m?.bottom_image]),I=ue(()=>{var c,O;return((c=i?.product)===null||c===void 0?void 0:c.title)||((O=i?.video)===null||O===void 0?void 0:O.title)||null},[i]),S=ui({product:i?.product,enableFormattedPrice:(e=r?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:f,isHiddenDef:!0,style:r?.price});pe(()=>{const c=new IntersectionObserver(O=>{O.forEach(C=>{if(C.isIntersecting){if(T.current===null||D==="")return;h&&A?b.current.setSrc(A):b.current.setSrc(D),c.unobserve(T.current)}})});return c.observe(T.current),()=>{c.disconnect()}},[D,h,A]);const k=(c,O,C)=>{const _=c/O;return C/_};pe(()=>{const c=u?.current;c===null||D===""||!h||(c.src=D,c.currentTime=1,c.crossOrigin="anonymous",c.onloadeddata=()=>{const O=y?.current;if(!O)return;const C=O.getContext("2d"),_=window?.innerWidth/2,x=k(c.videoWidth,c.videoHeight,_);O.height=x,O.width=_,C?.drawImage(c,0,0,O.width,O.height),w(O.toDataURL()),c.remove(),O.remove()})},[D,h]);const E=()=>{o(),v?.(l),setTimeout(()=>{var c;(c=a?.current)===null||c===void 0||c.swiper.slideTo(n,0,!1),s?.(!1)},0)};return p.createElement("div",{ref:T,className:"list-content-listItem",key:n,onClick:E,style:{marginBottom:d}},p.createElement("div",{className:"list-content-listItem-picture"},h&&p.createElement("div",{style:{display:"none"}},p.createElement("video",{ref:u,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),p.createElement("canvas",{ref:y})),p.createElement(xt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:b})),p.createElement("div",{className:"list-content-listItem-info"},p.createElement("div",{className:`list-content-listItem-info-title ${S?"list-content-listItem-info-nowrap":""}`,style:r?.title,dangerouslySetInnerHTML:{__html:xe(I,r?.title)}}),p.createElement("div",{className:"list-content-listItem-info-price",style:r?.price,hidden:!S,dangerouslySetInnerHTML:{__html:S??""}})))};function la(t){var e,i,n,l,o,r,d,a,v,s,m,f,h,g,b,T,u,{reportTagsView:y,showBanner:A}=t,w=nt(t,["reportTagsView","showBanner"]);const{waterFallData:D,getRecommendVideos:I,hashTagSize:S,loadingImage:k,isOpenHashTag:E,cacheActiveIndex:c}=je(),{jumpToWeb:O}=ut(),[C,_]=q(),[x,M]=q(),[N,F]=q(!1),B=ve(null),[R,L]=q(!1);ge(()=>{R||(L(!0),D&&I?.({hashTag:D?.hashTag}).then(G=>{var z;_(C?.concat((z=G?.recList)!==null&&z!==void 0?z:[])),L(!1)}))},[D,I,C,R]),pe(()=>{var G,z;if(F(!0),D&&I?.({hashTag:D?.hashTag,defaultSize:S,maxSize:S}).then(K=>{var Q,ne;M(K),_((ne=(Q=K?.recList)===null||Q===void 0?void 0:Q.filter(he=>he?.video!==null||he?.product!==null))!==null&&ne!==void 0?ne:[]),F(!1)}),E){const K=$n;M(K),_((z=(G=K?.recList)===null||G===void 0?void 0:G.filter(Q=>Q?.video!==null||Q?.product!==null))!==null&&z!==void 0?z:[]),F(!1)}},[D,I,S,E]);const V=()=>{var G,z,K,Q,ne;if(!((G=x?.tag)===null||G===void 0)&&G.link){y();const he=D?.rec;O(he,(z=he?.video)===null||z===void 0?void 0:z.bindProduct,(K=he?.video)===null||K===void 0?void 0:K.bindCta,c,(Q=he?.video)===null||Q===void 0?void 0:Q.traceInfo),window.location.href=window.getJointUtmLink((ne=x?.tag)===null||ne===void 0?void 0:ne.link)}};return p.createElement(p.Fragment,null,N?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:k,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"list"},p.createElement("div",{className:"list-scroll",ref:B},A&&((e=x?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:V},p.createElement(xt,{className:Ce({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=x?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"list-info",style:(n=w?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=x?.tag)===null||l===void 0?void 0:l.info,(o=w?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),p.createElement("div",{hidden:!(!((r=x?.tag)===null||r===void 0)&&r.link),className:"list-collection",onClick:V,style:Object.assign(Object.assign({},(d=w?.textStyles)===null||d===void 0?void 0:d.hashTagLink),{marginBottom:w?.space}),dangerouslySetInnerHTML:{__html:xe(((a=x?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=w?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),p.createElement("div",{className:"list-content"},C?.map((G,z)=>p.createElement(oa,Object.assign({key:z,index:z,rec:G,list:C,reportTagsView:y},w)))),p.createElement("div",{hidden:!R,style:{textAlign:"center"}},"loading..."),p.createElement("div",{hidden:!(!((s=x?.tag)===null||s===void 0)&&s.link),style:{height:!((m=x?.tag)===null||m===void 0)&&m.link?((f=w?.buttonBgStyle)===null||f===void 0?void 0:f.height)||((h=w?.buttonStyle)===null||h===void 0?void 0:h.height)||"100px":0}})),p.createElement("div",{className:"list-bottom",hidden:!(!((g=x?.tag)===null||g===void 0)&&g.link),style:w?.buttonBgStyle}),p.createElement("div",{hidden:!(!((b=x?.tag)===null||b===void 0)&&b.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},w?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},p.createElement("button",{"aria-label":((T=x?.tag)===null||T===void 0?void 0:T.linkTitle)||"Shop the collection",className:"list-btn",style:w?.buttonStyle,onClick:V,dangerouslySetInnerHTML:{__html:xe(((u=x?.tag)===null||u===void 0?void 0:u.linkTitle)||"Shop the collection",w?.buttonStyle)}}))))}const ra=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:l,swiperRef:o,setWaterFallData:r,cacheRtcList:d,setRtcList:a,cacheActiveIndex:v,rtcList:s,setCacheRtcList:m,setIsFromHashtag:f,isFromHashtag:h,bffEventReport:g,themeTag:b,selectTag:T,bffFbReport:u}=je(),{backMainFeed:y}=ut();ve(null);const A=ve(null),[w,D]=q();pe(()=>{const c=document.getElementById("sxp-render"),O=document.getElementById("water-fall");O?A.current=O:(A.current=document.createElement("div"),A.current.setAttribute("id","water-fall"),c?.appendChild(A.current))},[]);const I=()=>{var c,O;y("branch",T,void 0,i?.hashTag),E(),r?.(void 0),f?.(!1),(O=(c=o?.current)===null||c===void 0?void 0:c.swiper)===null||O===void 0||O.slideTo(v,0,!1),n?.(!1)},[S,k]=q();pe(()=>{i&&k(i)},[i]);const E=ge(()=>{var c,O,C,_,x,M;const N=S?.rec;if(!N)return;let F="",B=null;h?F="hashTagPage":!((c=N?.video)===null||c===void 0)&&c.url?(F="videoPage",B="video"):!((C=(O=N?.video)===null||O===void 0?void 0:O.imgUrls)===null||C===void 0)&&C.length&&(F="imagePage",B="image"),g?.({eventInfo:{contentId:(_=N?.video)===null||_===void 0?void 0:_.itemId,position:v+"",contentTags:JSON.stringify((x=N?.video)===null||x===void 0?void 0:x.tags),traceInfo:(M=N?.video)===null||M===void 0?void 0:M.traceInfo,hashTags:JSON.stringify([S?.hashTag]),fromKName:F,fromKPage:location?.href,timeOnSite:Math.floor((new Date-w)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents",contentFormat:B}})},[S,g,w,h,v]);return pe(()=>{l&&(D(new Date),u?.({eventName:"PageView"}))},[l,u]),pe(()=>{const c=()=>{D(new Date)};return window.addEventListener("pageshow",c),()=>{window.removeEventListener("pageshow",c)}},[]),A.current?ln.createPortal(p.createElement("div",{className:"waterfall",style:{display:l?"block":"none"}},p.createElement(Qn,{icon:na,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:I}),t?.openFixedSize===!0||t?.openFixedSize===void 0?p.createElement(la,Object.assign({reportTagsView:E},t)):p.createElement(ia,Object.assign({reportTagsView:E},t))),A.current):null};var eo=Pe(ra);const da=t=>p.createElement(eo,Object.assign({},t));var aa=Pe(da);const sa=at(aa,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ud,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 ca=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const to=t=>p.createElement(to,Object.assign({},t));var ua=Pe(to);const va=at(ua,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:ca},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var pa=[{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"]}]}],io={"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 ma=t=>{var e,i,n,l,o,r,d,a,v,s,{style:m,recData:f,ctaTempStyles:h,index:g,event:b,onClick:T,isExternalLink:u=!1,isActive:y}=t,A=nt(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink","isActive"]);const{ctaEvent:w,setPopupDetailData:D}=je(),{jumpToWeb:I}=ut(),[S,k]=q(!1),E=ve(null),c=Kn(E),O=((n=(i=(e=f?.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)||((o=(l=f?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((r=f?.video)===null||r===void 0?void 0:r.bindCta),C=((a=(d=f?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0?void 0:a[0])||((v=f?.video)===null||v===void 0?void 0:v.bindProduct),_=()=>{var F,B,R,L;const V=((B=(F=f?.video)===null||F===void 0?void 0:F.bindProducts)===null||B===void 0?void 0:B[0])||((R=f?.video)===null||R===void 0?void 0:R.bindProduct)||f?.video;if(w?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},f,V,g),D?.(Object.assign(Object.assign({},f),{index:g})),u){const G=C?.link||((L=V?.bindCta)===null||L===void 0?void 0:L.link);G&&(I(f,C,O,g),window.location.href=window.getJointUtmLink(G))}else T?.()},x=O?.enTitle||"\u67E5\u770B\u8BE6\u60C5",M=ue(()=>{var F,B;const R=b?.animation;if(R){const{delay:L,duration:V,backgroundColor:G}=R;return{":after":{animationDelay:`${(F=L/1e3)!==null&&F!==void 0?F:0}s`,animationDuration:`${(B=V/1e3)!==null&&B!==void 0?B:0}s`,backgroundColor:`${G??"transparent"}`}}}},[b?.animation]);pe(()=>{var F,B,R;c&&E?.current&&y&&w?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},f,((B=(F=f?.video)===null||F===void 0?void 0:F.bindProducts)===null||B===void 0?void 0:B[0])||((R=f?.video)===null||R===void 0?void 0:R.bindProduct)||f?.video,g)},[c,y]),pe(()=>{k(!!c)},[c]);const N=ue(()=>S?io["animated-button"]:null,[S]);return p.createElement("div",Object.assign({ref:E,style:Object.assign(Object.assign(Object.assign({},m),h?.ctaTitle),{lineHeight:`${(s=m?.height)!==null&&s!==void 0?s:0}px`})},A,{className:`${N} ${Ce(M)} ${io["one-line-ellipsis"]}`,onClick:_,dangerouslySetInnerHTML:{__html:xe(x,h?.ctaTitle)}}))};var fa=Pe(ma),ha=[{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 Aa=at(fa,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:pa,bindableProps:[],interactionRender:ha},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 ga=[{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"]}]}],oi={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 ba="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",ya=t=>{var e,i,n,l,o,r,d,a,v,s,m,f,h,g,b,T,u,y,A,w,D,I,S,k,{style:E,recData:c,ctaTempStyles:O,index:C,event:_,bottom_image:x,translateY:M,isTel:N,onClick:F,isExternalLink:B=!1,isActive:R}=t,L=nt(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);E==null||delete E.transform;const{sxpParameter:V,globalConfig:G,ctaEvent:z,setPopupDetailData:K}=je(),{jumpToWeb:Q}=ut(),[ne,he]=q(!0),Se=((n=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((o=(l=c?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((r=c?.video)===null||r===void 0?void 0:r.bindCta),me=((a=(d=c?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0?void 0:a[0])||((v=c?.video)===null||v===void 0?void 0:v.bindProduct),Ve=()=>{var se,le,Ee,Te;const Ge=((le=(se=c?.video)===null||se===void 0?void 0:se.bindProducts)===null||le===void 0?void 0:le[0])||((Ee=c?.video)===null||Ee===void 0?void 0:Ee.bindProduct)||c?.video;if(z?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Ge,C),K?.(Object.assign(Object.assign({},c),{index:C})),B){const qe=me?.link||((Te=Ge?.bindCta)===null||Te===void 0?void 0:Te.link);qe&&(Q(c,me,Se,C),window.location.href=window.getJointUtmLink(qe))}else F?.()},Xe=Se?.enTitle||"\u67E5\u770B\u8BE6\u60C5",ae=ue(()=>{const se=_?.animation;if(se){const{delay:le,duration:Ee}=se;return{animationDelay:`${le?le/1e3:0}s`,animationDuration:`${Ee?Ee/1e3:0}s`}}},[_?.animation]),U=(g=(h=(f=(s=me?.cover)!==null&&s!==void 0?s:(m=me?.homePage)===null||m===void 0?void 0:m[0])!==null&&f!==void 0?f:Se?.icon)!==null&&h!==void 0?h:V?.bottom_image)!==null&&g!==void 0?g:x,oe=se=>{se.stopPropagation(),he(!1)};pe(()=>{he(!0)},[R]);const fe=ue(()=>R&&ne?oi["animated-fadeIn"]:null,[R,ne]);return p.createElement(p.Fragment,null,N?p.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):p.createElement("div",Object.assign({},L,{className:`${Ce(Object.assign(Object.assign({},E),{"--transY":`translateY(calc(100% + ${(b=E?.margin)!==null&&b!==void 0?b:0}px))`}))} ${oi.aniLinkPopup} ${fe} ${Ce(ae)}`,onClick:Ve}),p.createElement("div",{onClick:oe,className:oi["modal-icon-wrapper"],style:{padding:(T=E?.padding)!==null&&T!==void 0?T:0}},p.createElement("img",{src:(u=G?.popupCloseIcon)!==null&&u!==void 0?u:ba,alt:"close",className:oi["modal-icon-wrapper-img"]})),p.createElement(Bt,{src:U,rec:c,item:(I=(w=(A=(y=c?.video)===null||y===void 0?void 0:y.bindProducts)===null||A===void 0?void 0:A[0])!==null&&w!==void 0?w:(D=c?.video)===null||D===void 0?void 0:D.bindProduct)!==null&&I!==void 0?I:c?.video,index:C,translateY:M,imgStyle:O?.img,isActive:R}),(!c||me?.title)&&p.createElement("div",{className:oi["one-line-ellipsis"],style:O?.title,dangerouslySetInnerHTML:{__html:xe((S=me?.title)!==null&&S!==void 0?S:"Product Name",O?.title)}}),p.createElement("div",{className:oi["one-line-ellipsis"],style:Object.assign(Object.assign({},O?.ctaTitle),{lineHeight:((k=O?.ctaTitle)===null||k===void 0?void 0:k.height)+"px"}),dangerouslySetInnerHTML:{__html:xe(Xe,O?.ctaTitle)}})))};var wa=Pe(ya),Ta=[{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 xa=at(wa,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:ga,bindableProps:[],interactionRender:Ta},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 Sa=[{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"link",name:"onClick",showAppId:!0}]}],Ea=[{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 no=di({}),Ia=({children:t,data:e})=>{var i,n,l,o,r,d,a,v,s,m,f,h,g;const[b,T]=q(!1),[u,y]=q(!1),[A,w]=q("");return p.createElement(no.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:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.personalized_recommend,placeholderImage:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.placeholder_image,hashTagSize:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.hash_tag_size,loadingImage:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.loading_image,privacyContent:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.privacy_context,privacyNecessity:(v=e?.sxp_parameter)===null||v===void 0?void 0:v.privacy_necessity,privacyPolicyTitle:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.privacy_policy_title,privacyPolicyUrl:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.privacy_policy_url,privacyTitle:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_title,template:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.template,industry:(g=e?.sxp_parameter)===null||g===void 0?void 0:g.industry},appDomain:e?.appDomain,openHashtag:b,setOpenHashtag:T,openConsent:u,setOpenConsent:y,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter,consentPopupCate:A,setConsentPopupCate:w}},t)};function oo(){return ri(no)}var Ca="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",ka="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 Pa=t=>{var e,i,{isTel:n,isShowOnce:l,open:o,content:r,interaction:d,style:a,onClick:v,contsentState:s,isShowClose:m}=t;nt(t,["isTel","isShowOnce","open","content","interaction","style","onClick","contsentState","isShowClose"]);const{consentPopupCate:f}=oo(),[h,g]=q(!1),b=ue(()=>f==="Display"||o&&(l||s)&&a&&!h,[f,o,h]),T=ge(()=>{g(!0)},[]),u=ge(()=>{v?.()},[]);return p.createElement(p.Fragment,null,n?p.createElement("img",{src:ka,width:"100%"}):p.createElement(p.Fragment,null,b&&p.createElement("div",{className:"consentPopupDisplay",style:a},p.createElement("div",{style:{flex:1}},p.createElement("span",{style:r?.style,dangerouslySetInnerHTML:{__html:xe((e=r?.text)===null||e===void 0?void 0:e.replace(/\n/g,"</br>"),r?.style)}}),p.createElement("span",{style:Object.assign(Object.assign({},d?.style),{marginLeft:"5px"}),dangerouslySetInnerHTML:{__html:xe((i=d?.text)===null||i===void 0?void 0:i.replace(/\n/g,"</br>"),d?.style)},onClick:u})),m&&p.createElement("button",{"aria-label":"close",className:"consentPopupDisplay-close",onClick:T},p.createElement("img",{src:Ca,alt:"close"})))))};var Da=Pe(Pa);const _a=at(Da,{displayName:"Display Consent",icon:"",category:"consentPopup",type:"Display",related:{settingRender:Ea,bindableProps:[],interactionRender:Sa},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 Ki=Object.freeze({__proto__:null,AniLink:Aa,AniLinkPopup:xa,Appoint:fd,AppointForm:Uo,Commodity:ud,CommodityDetail:Nr,CommodityDetailDiroNew:Gr,CommodityDiro:Ed,CommodityDiroNew:Dd,CommodityList:Jr,Consent:va,ConsentDetail:ld,Display:_a,HashTag:sa,Iframe:td,Link:yd,MultiCommodity:Bd,MultiCommodityDiro:Nd,MultiCommodityDiroNew:Gd,Prompt:Br});const Oa="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",La="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Ma=t=>{var e,{active:i,activeIcon:n,unActicveIcon:l,recData:o,position:r}=t,d=nt(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:a,mutateUnlike:v,bffEventReport:s,setCacheRtcList:m,cacheRtcList:f}=je(),[h,g]=q((e=f?.[r])===null||e===void 0?void 0:e.isCollected),b=Ct(La),T=Ct(Oa),u=Di(()=>mt(void 0,void 0,void 0,function*(){var y,A,w,D,I,S,k,E,c,O,C,_,x,M,N,F,B,R,L,V,G,z;if(h){g(!1);const K=(w=yield v?.({videoItemId:(A=(y=o?.video)===null||y===void 0?void 0:y.itemId)!==null&&A!==void 0?A:""}))!==null&&w!==void 0?w:!1;if(s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(I=(D=o?.video)===null||D===void 0?void 0:D.itemId)!==null&&I!==void 0?I:"",contentName:(k=(S=o?.video)===null||S===void 0?void 0:S.title)!==null&&k!==void 0?k:"",contentTags:JSON.stringify((c=(E=o?.video)===null||E===void 0?void 0:E.tags)!==null&&c!==void 0?c:[]),position:r+"",contentFormat:!((O=o?.video)===null||O===void 0)&&O.url?"video":"image",traceInfo:(C=o?.video)===null||C===void 0?void 0:C.traceInfo}}),!K)g(!0);else{const Q=(_=f?.map((ne,he)=>(he===r&&(ne.isCollected=!1),ne)))!==null&&_!==void 0?_:[];m?.(Q)}}else{g(!0);const K=(x=yield a?.({content:JSON.stringify(o)}))!==null&&x!==void 0?x:!1;if(s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(N=(M=o?.video)===null||M===void 0?void 0:M.itemId)!==null&&N!==void 0?N:"",contentName:(B=(F=o?.video)===null||F===void 0?void 0:F.title)!==null&&B!==void 0?B:"",contentTags:JSON.stringify((L=(R=o?.video)===null||R===void 0?void 0:R.tags)!==null&&L!==void 0?L:[]),position:r+"",contentFormat:!((V=o?.video)===null||V===void 0)&&V.url?"video":"image",traceInfo:(G=o?.video)===null||G===void 0?void 0:G.traceInfo}}),!K)g(!1);else{const Q=(z=f?.map((ne,he)=>(he===r&&(ne.isCollected=!0),ne)))!==null&&z!==void 0?z:[];m?.(Q)}}}),200);return p.createElement("button",Object.assign({},d,{"aria-label":"like",onClick:u}),p.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:h?n||b:l||T,alt:"icon"}))};var lo=Pe(Ma),Na="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 Ji=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=bo.render(p.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})(),Ra=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:r,videoPlayIcon:d})=>{const[a,v]=q(!1),{bffEventReport:s,sxpParameter:m,waterFallData:f,openHashtag:h,bffFbReport:g}=je(),b=ve(0),[T,u]=q(!1),[y,A]=q(!0),{isActive:w}=Yn(),D=ve(null),[I,S]=q(""),[k,E]=q(!1),c=ve(),O=`pb-cache-video-${e}`,C=ve(null),_=ve(null),x=ve(),M=ve(),N=ue(()=>r?.mode==="2",[r]),F=ue(()=>{var U;return r?.mode==="2"?`translateY(-${50+((U=r?.offsetTop)!==null&&U!==void 0?U:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),B=ue(()=>{var U;return((U=t?.video)===null||U===void 0?void 0:U.cover)||I},[I,t]),R=ue(()=>N?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[N]),L=ue(()=>r?.bgWay==="1",[r]),V=ue(()=>L&&r?.bgColor?{backgroundColor:r?.bgColor}:{},[r,L]);pe(()=>{c?.current&&(c.current.muted=l)},[l,c?.current]);const G=ge(()=>{var U;c?.current&&((U=c?.current)===null||U===void 0||U.play())},[c?.current]),z=Ct("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),K=ge(()=>{c?.current&&(E(!1),u(!0))},[]),Q=ge(()=>mt(void 0,void 0,void 0,function*(){var U,oe,fe,se,le,Ee,Te,Ge,qe,Ue,ie,Z,X;if(!c?.current)return;v(!1);const Y=n[e];if(Y&&(!((U=c?.current)===null||U===void 0)&&U.duration)){b.current=((oe=c?.current)===null||oe===void 0?void 0:oe.currentTime)||0;const Ne=((se=(fe=c?.current)===null||fe===void 0?void 0:fe.duration)!==null&&se!==void 0?se:0).toFixed(2),ce=((Ee=(le=c?.current)===null||le===void 0?void 0:le.currentTime)!==null&&Ee!==void 0?Ee:0).toFixed(2),J=y?"0":"1";s?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Ge=(Te=Y?.video)===null||Te===void 0?void 0:Te.itemId)!==null&&Ge!==void 0?Ge:"",contentName:(Ue=(qe=Y?.video)===null||qe===void 0?void 0:qe.title)!==null&&Ue!==void 0?Ue:"",playType:J,startTime:ce,videoDuration:Ne,contentTags:JSON.stringify((Z=(ie=Y?.video)===null||ie===void 0?void 0:ie.tags)!==null&&Z!==void 0?Z:[]),position:e+"",contentFormat:"video",traceInfo:(X=Y?.video)===null||X===void 0?void 0:X.traceInfo,loadTime:M?.current-x?.current+""}}),A(!1)}}),[s,n,e,y,c?.current]),ne=ge(()=>{var U;if(!c?.current||I||!N||(c.current.style.objectFit="contain",!((U=t?.video)===null||U===void 0)&&U.cover||!D||!D.current||L))return;const oe=()=>{const fe=D?.current,se=fe.getContext("2d"),le=window?.innerWidth,Ee=window?.innerHeight;fe.height=Ee,fe.width=le,se?.drawImage(c.current,0,0,fe.width,fe.height),S(fe.toDataURL())};oe(),setTimeout(()=>{oe()},500)},[c.current,L,t,I,N]),he=ge(()=>{c.current&&(M.current=new Date,Q(),ne())},[c.current,ne,Q]),Se=ge(U=>()=>{var oe,fe,se,le,Ee;if(!c.current||!T)return;const Te=(oe=c?.current)===null||oe===void 0?void 0:oe.paused;switch(U){case"start":if(!Te)return;(fe=c?.current)===null||fe===void 0||fe.play(),v(!1);break;case"pause":if(Te)return;(se=c?.current)===null||se===void 0||se.pause(),v(!0);break;default:Te?(le=c?.current)===null||le===void 0||le.play():(Ee=c?.current)===null||Ee===void 0||Ee.pause(),v(!Te);break}},[T,c?.current]),me=ge(()=>{var U,oe,fe,se,le,Ee,Te,Ge,qe,Ue,ie,Z,X;if(!c?.current||o!==e)return;const Y=n[e],Ne=((oe=(U=c?.current)===null||U===void 0?void 0:U.duration)!==null&&oe!==void 0?oe:0).toFixed(2),ce=((se=(fe=c?.current)===null||fe===void 0?void 0:fe.currentTime)!==null&&se!==void 0?se:0).toFixed(2);if(!((le=c?.current)===null||le===void 0)&&le.duration){const J=(((Ee=c?.current)===null||Ee===void 0?void 0:Ee.currentTime)-b.current).toFixed(2);s?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Ge=(Te=Y?.video)===null||Te===void 0?void 0:Te.itemId)!==null&&Ge!==void 0?Ge:"",contentName:(Ue=(qe=Y?.video)===null||qe===void 0?void 0:qe.title)!==null&&Ue!==void 0?Ue:"",endTime:ce,videoDuration:Ne,playDuration:J,contentTags:JSON.stringify((Z=(ie=Y?.video)===null||ie===void 0?void 0:ie.tags)!==null&&Z!==void 0?Z:[]),position:e+"",contentFormat:"video",traceInfo:(X=Y?.video)===null||X===void 0?void 0:X.traceInfo}})}},[n,e,s,c?.current,o]),Ve=ge(()=>{E(!0)},[]);pe(()=>{var U,oe,fe,se,le,Ee,Te,Ge,qe,Ue;if(!w)return;const ie=t?.video.url;if(!ie)return;const Z=document.querySelector(`#${O}`);if(!Z||(c.current=Ji?.(Z),!c?.current))return;x.current=new Date;const X=window?.Hls;let Y=_?.current;return ie.includes(".m3u8")&&X&&X.isSupported()?(Y=new X,Y?.loadSource(ie),Y?.attachMedia(c?.current),Y?.on(X.Events.MANIFEST_PARSED,function(){var Ne;(Ne=c?.current)===null||Ne===void 0||Ne.play()})):c.current.src=ie,(U=c?.current)===null||U===void 0||U.setAttribute("x5-playsinline","true"),(oe=c?.current)===null||oe===void 0||oe.setAttribute("webkit-playsinline","true"),(fe=c?.current)===null||fe===void 0||fe.addEventListener("loadedmetadata",he),(se=c?.current)===null||se===void 0||se.addEventListener("loadeddata",ne),(le=c?.current)===null||le===void 0||le.addEventListener("play",Q),(Ee=c?.current)===null||Ee===void 0||Ee.addEventListener("playing",K),(Te=c?.current)===null||Te===void 0||Te.addEventListener("pause",me),(Ge=c?.current)===null||Ge===void 0||Ge.addEventListener("ended",G),(qe=c?.current)===null||qe===void 0||qe.addEventListener("canplay",G),(Ue=c?.current)===null||Ue===void 0||Ue.addEventListener("waiting",Ve),()=>{var Ne,ce,J,j,Le,ht,At,gt,st,yt;((Ne=c?.current)===null||Ne===void 0?void 0:Ne.paused)||me(),_?.current&&((ce=_?.current)===null||ce===void 0||ce.destroy()),u(!1),(J=c?.current)===null||J===void 0||J.removeEventListener("loadedmetadata",he),(j=c?.current)===null||j===void 0||j.removeEventListener("loadeddata",ne),(Le=c?.current)===null||Le===void 0||Le.removeEventListener("play",Q),(ht=c?.current)===null||ht===void 0||ht.removeEventListener("playing",K),(At=c?.current)===null||At===void 0||At.removeEventListener("pause",me),(gt=c?.current)===null||gt===void 0||gt.removeEventListener("ended",G),(st=c?.current)===null||st===void 0||st.removeEventListener("canplay",G),(yt=c?.current)===null||yt===void 0||yt.removeEventListener("waiting",Ve)}},[w]),pe(()=>{var U,oe,fe,se,le,Ee;!c?.current||!T||(w?(g?.({eventName:"ViewContent",product:(oe=(U=n?.[e])===null||U===void 0?void 0:U.video)===null||oe===void 0?void 0:oe.bindProduct}),g?.({eventName:"PageView",product:(se=(fe=n?.[e])===null||fe===void 0?void 0:fe.video)===null||se===void 0?void 0:se.bindProduct}),(le=c?.current)===null||le===void 0||le.play()):(Ee=c?.current)===null||Ee===void 0||Ee.pause())},[w,T,c?.current]),pe(()=>{var U,oe,fe;if(!w||!c?.current)return;!((U=c?.current)===null||U===void 0?void 0:U.paused)&&h?(oe=c?.current)===null||oe===void 0||oe.pause():h||(fe=c?.current)===null||fe===void 0||fe.play()},[h,w,c?.current]),pe(()=>{if(!w)return;const U=()=>{Se("start")()},oe=Se("pause");return wt.on(ft.PAGE_DID_SHOW,U),wt.on(ft.PAGE_DID_HIDE,oe),()=>{wt.off(ft.PAGE_DID_SHOW,U),wt.off(ft.PAGE_DID_HIDE,oe)}},[Se,w]);const Xe=ue(()=>!m?.placeholder_image||T?null:p.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image,alt:"placeholder image"}),[T,m?.placeholder_image]),ae=ue(()=>{if(!(!k||!T))return p.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Na,alt:"placeholder image"})},[k,T]);return pe(()=>{if(!c?.current)return;const U=()=>{var oe;o===e&&(!((oe=t?.video)===null||oe===void 0)&&oe.url)&&c?.current&&!a&&Se("pause")()};return window.addEventListener("beforeunload",U),()=>{window.removeEventListener("beforeunload",U)}},[o,e,t,c?.current,Se,a]),t?.video?p.createElement(p.Fragment,null,N?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:Se(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},V)},!L&&T&&B&&p.createElement(xt,{src:B,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},R)}),p.createElement("canvas",{ref:D,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:F,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},p.createElement("div",{className:"n-full-screen",ref:C,id:O,style:{width:"100%",height:"100%"}}),a&&p.createElement(xt,{className:"clc-pb-video-pause",src:d??z,alt:"pause"}))),Xe,ae):p.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:Se()},p.createElement("div",{className:"n-full-screen",ref:C,id:O,style:{width:"100%",height:"100%"}}),Xe,ae,a&&p.createElement(xt,{className:"clc-pb-video-pause",src:d??z,alt:"pause"}))):null};var Va=Pe(Ra);const ja=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:l})=>{const[o,r]=q(t),d=a=>{a.stopPropagation();const v=!o;r(v),n?.(v)};return pe(()=>{r(t)},[t]),p.createElement("button",{style:l,"aria-label":"toggle button",className:"pb-toggle-button",onClick:d},p.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:o?e:i}))};var ro=Pe(ja);const Fa=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,l]=q(!0);Mt(),pe(()=>{setTimeout(()=>{l(!1)},i)},[]);const o=Ct("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),r=ue(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return p.createElement("div",{hidden:!n,className:`pb-finger-wrap ${r}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},p.createElement("img",{src:t||o,alt:"finger swiper"}))},ao=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:l}=t,o=ue(()=>n?.mode==="2",[n]),r=ue(()=>{var s;return n?.mode==="2"?`translateY(-${50+((s=n?.offsetTop)!==null&&s!==void 0?s:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),d=ue(()=>o?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[o]),a=ue(()=>n?.bgWay==="1",[n]),v=ue(()=>a&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,a]);return p.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!o||!a)&&p.createElement(xt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},d),onLoad:l}),o&&p.createElement(xt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:r,left:0,right:0},onLoad:l}))},Ba=({imgUrls:t,width:e,height:i,rec:n,index:l,onViewImageEndEvent:o,onViewImageStartEvent:r,imgUrlsPostConfig:d})=>{var a,v;const s=ve(),{isActive:m}=Yn(),{sxpParameter:f,openHashtag:h}=je(),[g,b]=q(!1),[T,u]=q(),y=new Date;pe(()=>{g&&m?(s?.current&&s.current.swiper.autoplay.start(),h?o(n):r(l,T,!0)):s?.current&&s.current.swiper.autoplay.stop()},[n,m,o,h,l,r,g,T]);const A=ge(w=>mt(void 0,void 0,void 0,function*(){g||(u({loadTime:new Date-y+""}),b(!0))}),[g]);return pe(()=>{const w=()=>r(l,T),D=()=>o(n);return wt.on(ft.PAGE_DID_SHOW,w),wt.on(ft.PAGE_DID_HIDE,D),()=>{wt.off(ft.PAGE_DID_SHOW,w),wt.off(ft.PAGE_DID_HIDE,D)}},[T]),p.createElement(Kt,{ref:s,defaultValue:0,direction:"horizontal",modules:[xi,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},className:Ce(Object.assign(Object.assign({".swiper-pagination":{bottom:(a=d?.marginBottom)!==null&&a!==void 0?a: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}})),height:i,loop:!0,autoplay:{delay:((v=d?.delay)!==null&&v!==void 0?v:3)*1e3}},t?.map((w,D)=>p.createElement(Rt,{key:D},p.createElement(ao,{src:!g&&D>0?"":w,height:i,imgUrlsPostConfig:d,onShowFirstImage:A}))))};var za=Pe(Ba);const Wa=({tags:t,itemId:e,itemType:i,index:n,rec:l,hashTagStyle:o,hashTagRightMargin:r})=>{var d;const[a,v]=q(!1),{setWaterFallData:s,setOpenHashtag:m,setCacheActiveIndex:f,waterFallData:h,setIsFromHashtag:g}=je(),b=T=>{h?g?.(!0):f?.(n),s?.(i?{hashTag:T,itemId:e,itemType:i,rec:l}:{hashTag:T,rec:l}),m?.(!0)};return ue(()=>t.length<=6?null:p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>v(!a)},a?"show less":"show more"),[a,t]),p.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(d=o?.marginTop)!==null&&d!==void 0?d:16}px`,width:r}},p.createElement(ci,null,t?.map((T,u)=>p.createElement(Rt,{key:u,hidden:a?!1:u>=6,className:"clc-sxp-bottom-hashtag-item",style:o,onClick:()=>b(T),tag:"button","aria-label":T},p.createElement("div",{dangerouslySetInnerHTML:{__html:xe(`#${T}`,o)}})))))};var so=Pe(Wa),co="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 pi(t){return Pe(function(e){const{$store:i}=Co(),n=o=>{let r=o;const d=o.match(/{{.*?}}/g);return d?.length&&d.forEach(a=>{a.replace(/{{\s*([\w.]+)\s*}}/g,(v,s)=>{if(s){const m=nn(i,s);return r=r.replace(a,m),m}})}),r},l=ue(()=>{var o,r,d;const{bindDatas:a}=e,v=nt(e,["bindDatas"]);if((o=a?.forEach)===null||o===void 0||o.call(a,s=>{if(s?.propKey&&s?.dataPath){const{propKey:m,dataPath:f}=s;f.replace(/{{\s*([\w.]+)\s*}}/g,(h,g)=>{var b,T;if(g){const u=(T=(b=nn(i,g))!==null&&b!==void 0?b:e[m])!==null&&T!==void 0?T:"";return v[m]=u,u}})}}),v){v.eventMap={};const s=$t(v.event)||{};for(const m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{s[m].value=n(s[m].value),v.eventMap[m]=new Function(s[m].value)}catch{}}return!((d=(r=v?.event)===null||r===void 0?void 0:r.onClick)===null||d===void 0)&&d.linkType&&(v.style.cursor="pointer"),v},[i,e]);return p.createElement(t,Object.assign({},l,l.eventMap))})}const Ha=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:l,isActive:o,value:r})=>{const{schema:d}=Mt();if(!t?.video)return null;const a=ue(()=>{var v,s,m,f,h,g,b,T,u,y,A,w,D,I,S,k,E,c,O,C,_,x,M,N,F,B,R,L;if(!(l&&!l?.includes((v=r?.item)===null||v===void 0?void 0:v.type))&&!(!l&&((s=r?.item)===null||s===void 0?void 0:s.category)==="cta")){if(((m=r?.item)===null||m===void 0?void 0:m.type)==="CommodityDiro"&&!(!((f=t?.video)===null||f===void 0)&&f.bindProduct)||((h=r?.item)===null||h===void 0?void 0:h.type)==="Commodity"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((b=r?.item)===null||b===void 0?void 0:b.type)==="CommodityDiroNew"&&!(!((T=t?.video)===null||T===void 0)&&T.bindProduct)||((u=r?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((A=(y=t?.video)===null||y===void 0?void 0:y.bindProducts)===null||A===void 0)&&A.length)||((w=r?.item)===null||w===void 0?void 0:w.type)==="MultiCommodityDiro"&&!(!((I=(D=t?.video)===null||D===void 0?void 0:D.bindProducts)===null||I===void 0)&&I.length)||((S=r?.item)===null||S===void 0?void 0:S.type)==="MultiCommodityDiroNew"&&!(!((E=(k=t?.video)===null||k===void 0?void 0:k.bindProducts)===null||E===void 0)&&E.length))return null;if(r&&n){const V=n[(c=r?.item)===null||c===void 0?void 0:c.type],G=pi(V),z=(O=V?.extend)===null||O===void 0?void 0:O.defaulSetting,K=((x=(_=(C=r?.item)===null||C===void 0?void 0:C.event)===null||_===void 0?void 0:_.onClick)===null||x===void 0?void 0:x.linkType)==="externalLink";let Q=$t((M=r?.item)===null||M===void 0?void 0:M.style);if(Q.hasOwnProperty("backdropFilter")){let ne=Q.backdropFilter;Q.backdropFilter=`blur(${ne??0}px)`}return p.createElement(G,Object.assign({style:Object.assign(Object.assign(Object.assign({},z?.style),Q),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},z?.textStyle),(N=r?.item)===null||N===void 0?void 0:N.textStyle),bindDatas:(B=(F=r?.item)===null||F===void 0?void 0:F.bindDatas)!==null&&B!==void 0?B:[]},z?.props,(R=r?.item)===null||R===void 0?void 0:R.props,{event:((L=r?.item)===null||L===void 0?void 0:L.event)||{},schema:d,id:r?.id,key:r?.id,recData:t,isExternalLink:K,index:e,isActive:o}))}else return null}},[t,n,i,d,r?.id,o]);return p.createElement(p.Fragment,null,a)};var ki=Pe(Ha);const uo=({nudge:t})=>{var e,i,n,l,o,r;return p.createElement(p.Fragment,null,t?.isOpen&&p.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:(o=(l=t?.size)===null||l===void 0?void 0:l.height)!==null&&o!==void 0?o:38,backgroundColor:t?.backgroundColor,borderRadius:(r=t?.borderRadius)!==null&&r!==void 0?r:4}},t?.icon?p.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,p.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)}})))},Xa=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:l,setCacheRtcList:o,setCacheActiveIndex:r,setLoading:d,swiperRef:a,waterFallData:v,bffEventReport:s,selectTag:m,setSelectTag:f}=je(),{backMainFeed:h}=ut(),g=ue(()=>[Ai,...t],[t]),b=T=>()=>{if(T===m)return;T!=="FOR U"?s?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${T}']`}}):h("theme",T,m);let u;T!==Ai&&(u=T),d?.(!0),n?.({themeTag:u}).then(y=>{var A,w,D,I;wt.emit(ft.CHANGE_THEME_TAG,u),l?.((A=y?.recList)!==null&&A!==void 0?A:[]),o?.((w=y?.recList)!==null&&w!==void 0?w:[]),e?.(0),r?.(0),(I=(D=a?.current)===null||D===void 0?void 0:D.swiper)===null||I===void 0||I.slideTo(0)}).finally(()=>{d?.(!1)}),f?.(T)};return v||t.length<=0?null:p.createElement("div",{className:"clc-sxp-tagbar",style:i},p.createElement("div",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},g.map(T=>p.createElement("button",{className:`clc-sxp-tagbar-list-item ${T===m?"clc-sxp-tagbar-list-item-active":""}`,key:T,"aria-label":T,onClick:b(T)},T))))};var vo=Pe(Xa);const Ga=({resolver:t,globalConfig:e})=>{var i,n;const l=ue(()=>Lo(),[]),o=t?.Display,r=pi(o),d=(n=(i=e?.consentPopup)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.item;return p.createElement(r,Object.assign({},d?.props,{style:d?.style,event:d?.event||{},contsentState:l}))};var Ua=Pe(Ga);const po=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:l,resolver:o,data:r=[],ctaType:d,tipText:a,nudge:v,_schema:s,hashTagStyle:m,hashTagRightMargin:f,tagList:h=[],licenseUrl:g})=>{var b,T,u,y,A,w,D,I,S,k,E,c,O,C,_,x,M,N,F,B,R;const L=Ct("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),V=Ct("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:G}=Mt(),[z,K]=q(0),Q=ve(0),[ne,he]=q(!0),Se=ve(),[me,Ve]=q(!1),[Xe,ae]=q(!1),[U,oe]=q(new Date().getTime()),fe=ve(!1),[se,le]=q(2),{loadVideos:Ee,bffEventReport:Te,loading:Ge,setPopupDetailData:qe,ctaEvent:Ue,swiperRef:ie,waterFallData:Z,setOpenHashtag:X,appDomain:Y,openHashtag:Ne,loadingImage:ce,isFromHashtag:J,popupDetailData:j,bffFbReport:Le,curTime:ht,h5EnterLink:At,isShowConsent:gt,selectTag:st,isPreview:yt,isEditor:W,cacheRtcList:H,setRtcList:we,cacheActiveIndex:Fe,rtcList:Ae,isNoMoreData:De}=je(),{backMainFeed:te,productView:$,jumpToWeb:Re}=ut(),Ze=ue(()=>r.length>0&&!Ge&&(Do()||t?.enableSwiperTip),[r,Ge,t?.enableSwiperTip]);pe(()=>{mn()},[]),pe(()=>{if(r?.length>0){const P=new Date;Se.current=P}},[r?.length]);const tt=ge(()=>{if(mn(),At?.(),r.length>0){const P=new Date;Se.current=P}},[r.length,At]);pe(()=>{var P;if(!d||d?.length<1)return;const de=r?.findIndex(re=>{var be,ke,_e,ee,Me,Be,We,He,ye;const ze=d?.[0];return ze==="\u591A\u5546\u54C1CTA"?((be=re?.video)===null||be===void 0?void 0:be.bindProducts)&&((_e=(ke=re?.video)===null||ke===void 0?void 0:ke.bindProducts)===null||_e===void 0?void 0:_e.length)>0:ze==="\u5546\u54C1CTA"?(ee=re?.video)===null||ee===void 0?void 0:ee.bindProduct:((Be=(Me=re?.video)===null||Me===void 0?void 0:Me.bindCta)===null||Be===void 0?void 0:Be.itemId)===ze&&(((We=re?.video)===null||We===void 0?void 0:We.url)||((ye=(He=re?.video)===null||He===void 0?void 0:He.imgUrls)===null||ye===void 0?void 0:ye.length))})||0;de!==-1&&((P=ie?.current)===null||P===void 0||P.swiper.slideTo(de))},[r,d,ie]),pe(()=>{const P=r?.[z],de=()=>{var re,be,ke,_e,ee,Me,Be,We,He,ye,ze,lt,$e,et,it,St,Oe,It,Ut,Yt;const Qt=!Ne&&!gt;if(document.visibilityState==="hidden"){Qt&&(wt.emit(ft.PAGE_DID_HIDE,P),_t(P));let Lt="";j&&(!((be=(re=P?.video)===null||re===void 0?void 0:re.bindProducts)===null||be===void 0)&&be.length||!((ke=P?.video)===null||ke===void 0)&&ke.bindProduct)?Lt="pdpPage":j&&((Be=l?.[(Me=(ee=(_e=P?.video)===null||_e===void 0?void 0:_e.bindCta)===null||ee===void 0?void 0:ee.itemId)!==null&&Me!==void 0?Me:""].item)===null||Be===void 0?void 0:Be.type)==="Appoint"?Lt="formPage":J?Lt="hashTagPage":!((We=P?.video)===null||We===void 0)&&We.url?Lt="videoPage":!((He=P?.video)===null||He===void 0)&&He.imgUrls&&(!((ze=(ye=P?.video)===null||ye===void 0?void 0:ye.imgUrls)===null||ze===void 0)&&ze.length)?Lt="imagePage":P?.product&&(Lt="productPage"),Te?.({eventInfo:{sessionDuration:Math.floor((new Date-ht.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(lt=P?.video)===null||lt===void 0?void 0:lt.itemId,productId:($e=P?.product)===null||$e===void 0?void 0:$e.itemId,position:z+"",fromKName:Lt,fromKPage:location?.href,ctatId:(St=(it=(et=P?.video)===null||et===void 0?void 0:et.bindCta)===null||it===void 0?void 0:it.itemId)!==null&&St!==void 0?St:"",traceInfo:(Yt=(It=(Oe=P?.video)===null||Oe===void 0?void 0:Oe.traceInfo)!==null&&It!==void 0?It:(Ut=P?.product)===null||Ut===void 0?void 0:Ut.traceInfo)!==null&&Yt!==void 0?Yt:""}})}else document.visibilityState==="visible"&&(fe.current===!0&&(oe(new Date().getTime()),fe.current=!1),tt(),Qt&&(wt.emit(ft.PAGE_DID_SHOW,P),te("external",st)))};return document.addEventListener("visibilitychange",de),()=>{document.removeEventListener("visibilitychange",de)}},[z,Te,r,tt,j,J,l,ht,te,Ne,gt,st]);const dt=ue(()=>{let P=0;return h.length>0&&(P+=45,Z&&(P-=45)),P},[h,Z]),ot=ue(()=>{let P=0;return t?.logoUrl&&t?.isShowLogo&&(P+=56),P},[t]),Ye=ue(()=>i-ot-dt,[ot,i,dt]),Je=ue(()=>{var P;const de=z===0&&!Z&&!W?[(P=r?.[0])!==null&&P!==void 0?P:null]:r?.map((re,be)=>z===be||be-1===z||be+1===z?re:null);return de?.length?!Z&&!De?de.concat([{loading:!0}]):de:[]},[r,z,Z,W,De]),Ke=ue(()=>{var P,de,re,be;if(t?.logoUrl&&t?.isShowLogo){const ke=(de=(P=t?.logoBar)===null||P===void 0?void 0:P.onClick)===null||de===void 0?void 0:de.value,_e=((be=(re=t?.logoBar)===null||re===void 0?void 0:re.onClick)===null||be===void 0?void 0:be.linkType)==="externalLink",ee=Je[z];return p.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},ke&&{onClick:()=>{var Me,Be,We,He;_e&&Re(ee,(Me=ee?.video)===null||Me===void 0?void 0:Me.bindProduct,(Be=ee?.video)===null||Be===void 0?void 0:Be.bindCta,z,((We=ee?.product)===null||We===void 0?void 0:We.traceInfo)||((He=ee?.video)===null||He===void 0?void 0:He.traceInfo)),new Function(ke)()}}),p.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,z,Je]),ct=ge((P,de)=>{var re,be,ke,_e;return!((re=P?.video)===null||re===void 0)&&re.url?p.createElement(Va,{key:U,rec:P,index:de,muted:ne,data:r,height:Ye,activeIndex:z,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((be=P?.video)===null||be===void 0)&&be.imgUrls?p.createElement(za,{key:P?.video.itemId,imgUrls:P?.video.imgUrls,width:n,height:Ye,rec:P,index:de,onViewImageEndEvent:Dt,onViewImageStartEvent:Wt,imgUrlsPostConfig:t?.imgUrlsPost}):P.product&&Array.isArray(t?.productPost)&&((ke=t?.productPost)===null||ke===void 0?void 0:ke.length)>0?(_e=t?.productPost)===null||_e===void 0?void 0:_e.map((ee,Me)=>{var Be,We,He,ye,ze,lt,$e,et;const it=o[(Be=ee?.item)===null||Be===void 0?void 0:Be.type],St=pi(it),Oe=(We=it?.extend)===null||We===void 0?void 0:We.defaulSetting;return p.createElement(St,Object.assign({key:`${de}${Me}`,textStyle:Object.assign(Object.assign({},Oe?.textStyle),(He=ee?.item)===null||He===void 0?void 0:He.textStyle),bindDatas:(ze=(ye=ee?.item)===null||ye===void 0?void 0:ye.bindDatas)!==null&&ze!==void 0?ze:[]},Oe?.props,(lt=ee?.item)===null||lt===void 0?void 0:lt.props,{event:(($e=ee?.item)===null||$e===void 0?void 0:$e.event)||{},schema:G,id:ee?.id,viewTime:Se.current,rec:P,isPost:!0,tipText:a,style:Object.assign(Object.assign(Object.assign({},Oe?.style),(et=ee?.item)===null||et===void 0?void 0:et.style),{height:"100%",overflow:"auto"}),index:de,isActive:z===de}))}):null},[n,r,Ye,ne,z,t?.productPost,t?.videoPlayIcon,Se,a,o,G,U]),vt=ge(P=>{ae(P)},[]),Ie=ue(()=>Xe?{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"},[Xe]),pt=ge((P,de)=>{var re,be,ke,_e,ee,Me,Be,We,He,ye,ze,lt,$e;if(P?.video){let et=null;!((be=(re=P?.video)===null||re===void 0?void 0:re.bindProducts)===null||be===void 0)&&be.length?et="\u591A\u5546\u54C1CTA":!((ke=P?.video)===null||ke===void 0)&&ke.bindProduct?et="\u5546\u54C1CTA":et=(ee=(_e=P?.video)===null||_e===void 0?void 0:_e.bindCta)===null||ee===void 0?void 0:ee.itemId;const it=l?.[et];return p.createElement(p.Fragment,null,((Me=P?.video)===null||Me===void 0?void 0:Me.title)&&!Xe&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom",style:{marginBottom:`${(Be=t?.bottomInfoDist)!==null&&Be!==void 0?Be:40}px`}},p.createElement(uo,{nudge:v}),t?.isShowCTA===void 0||t?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(ki,{rec:P,index:de,tempMap:l,resolver:o,isActive:de===z,value:it})):null,p.createElement("div",null,p.createElement(Ci,{className:"clc-sxp-bottom-text",isPost:!0,foldText:a?.foldText,unfoldText:a?.unfoldText,text:(He=(We=P?.video)===null||We===void 0?void 0:We.title)!==null&&He!==void 0?He:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:vt}),p.createElement(ki,{rec:P,index:de,tempMap:l,resolver:o,includesCtaType:["AniLink"],isActive:de===z,value:it}),p.createElement(so,{index:z,tags:(ze=(ye=P?.video)===null||ye===void 0?void 0:ye.hashTags)!==null&&ze!==void 0?ze:[],itemId:(lt=P?.video)===null||lt===void 0?void 0:lt.itemId,itemType:!(($e=P?.video)===null||$e===void 0)&&$e.itemId?"VIDEO":null,rec:P,hashTagStyle:m,hashTagRightMargin:n-(f??0)}))),p.createElement(ki,{rec:P,index:de,tempMap:l,resolver:o,includesCtaType:["AniLinkPopup"],isActive:de===z,value:it}))}return null},[e,z,l,o,a,v,m,t,vt,Xe,Ie]),Qe=ge((P,de,re)=>{var be,ke,_e,ee;if(!t?.isShowLike||!re)return;let Me=(be=t?.likeIconY)!==null&&be!==void 0?be:400;return Z&&Me<40&&t.likeIconYPosit==="top"&&(Me+=40),P?.video?p.createElement(lo,{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",[(ke=t.likeIconXPosit)!==null&&ke!==void 0?ke:"right"]:(_e=t.likeIconX)!==null&&_e!==void 0?_e:0,[(ee=t.likeIconYPosit)!==null&&ee!==void 0?ee:"bottom"]:Me},position:de}):null},[t,Z]),Dt=P=>{var de,re,be,ke,_e,ee;if(!(!((de=P?.video)===null||de===void 0)&&de.url)&&(!((re=P?.video)===null||re===void 0)&&re.imgUrls)){const Me=Date.now(),Be=Q.current===0?0:(Me-Q.current)/1e3;Te?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(ke=(be=P?.video)===null||be===void 0?void 0:be.itemId)!==null&&ke!==void 0?ke:"",contentName:(_e=P?.video.title)!==null&&_e!==void 0?_e:"",imageEndTime:`${Me}`,playDuration:`${Be}`,contentTags:JSON.stringify((ee=P?.video.tags)!==null&&ee!==void 0?ee:[]),position:z+"",contentFormat:"image",traceInfo:P?.video.traceInfo}})}},Vt=(P,de)=>{var re,be,ke,_e,ee,Me,Be,We,He,ye,ze,lt,$e,et,it,St,Oe,It,Ut,Yt,Qt,Lt;if(yt||Z)return;const mo=new Date-ht.current;if(t?.openSlideSkip&&mo>=((re=t?.slideSkipStartTime)!==null&&re!==void 0?re:0)&&_o()&&P){const en=((_e=(ke=(be=P?.video)===null||be===void 0?void 0:be.bindProducts)===null||ke===void 0?void 0:ke[0])===null||_e===void 0?void 0:_e.link)||((Me=(ee=P?.video)===null||ee===void 0?void 0:ee.bindProduct)===null||Me===void 0?void 0:Me.link)||((Be=P?.product)===null||Be===void 0?void 0:Be.link),rt=P?.product||((We=P?.video)===null||We===void 0?void 0:We.bindProduct)||((ye=(He=P?.video)===null||He===void 0?void 0:He.bindProducts)===null||ye===void 0?void 0:ye[0]);if(en){let Pi=null;!((ze=P?.video)===null||ze===void 0)&&ze.url?Pi="video":!(($e=(lt=P?.video)===null||lt===void 0?void 0:lt.imgUrls)===null||$e===void 0)&&$e.length&&(Pi="image"),Te?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(et=rt?.itemId)!==null&&et!==void 0?et:"",productName:(it=rt?.title)!==null&&it!==void 0?it:"",price:rt?.price?rt?.price+"":"0",productCollection:(St=rt?.collection)!==null&&St!==void 0?St:"",contentTags:rt?.tags?JSON.stringify(rt?.tags):"",position:de+"",contentId:(It=(Oe=P?.video)===null||Oe===void 0?void 0:Oe.itemId)!==null&&It!==void 0?It:"",traceInfo:(Lt=(Yt=(Ut=P?.video)===null||Ut===void 0?void 0:Ut.traceInfo)!==null&&Yt!==void 0?Yt:(Qt=P?.product)===null||Qt===void 0?void 0:Qt.traceInfo)!==null&&Lt!==void 0?Lt:"",contentFormat:Pi}}),fe.current=!0,window.location.href=window.getJointUtmLink(en)}}},zt=P=>{var de,re,be,ke,_e,ee,Me,Be,We,He,ye,ze,lt,$e,et,it,St;const Oe=r[P.previousIndex];if(!Oe)return;let It=null;!((de=Oe?.video)===null||de===void 0)&&de.url?It="video":!((be=(re=Oe?.video)===null||re===void 0?void 0:re.imgUrls)===null||be===void 0)&&be.length&&(It="image"),P.previousIndex-P.activeIndex<0?(Te?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(_e=(ke=Oe?.video)===null||ke===void 0?void 0:ke.itemId)!==null&&_e!==void 0?_e:"",productId:(Me=(ee=Oe?.product)===null||ee===void 0?void 0:ee.itemId)!==null&&Me!==void 0?Me:"",requestId:null,traceInfo:(We=(Be=Oe?.video)===null||Be===void 0?void 0:Be.traceInfo)!==null&&We!==void 0?We:"",contentFormat:It,position:((He=P.previousIndex)!==null&&He!==void 0?He:0)+""}}),Dt(Oe),Vt(Oe,P.previousIndex)):(Te?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(ze=(ye=Oe?.video)===null||ye===void 0?void 0:ye.itemId)!==null&&ze!==void 0?ze:"",productId:($e=(lt=Oe.product)===null||lt===void 0?void 0:lt.itemId)!==null&&$e!==void 0?$e:"",requestId:null,traceInfo:(it=(et=Oe?.video)===null||et===void 0?void 0:et.traceInfo)!==null&&it!==void 0?it:"",contentFormat:It,position:((St=P.previousIndex)!==null&&St!==void 0?St:0)+""}}),Dt(Oe)),_t(Oe),Se.current=new Date},_t=P=>{var de,re,be;!(!((de=P?.video)===null||de===void 0)&&de.url)&&!(!((re=P?.video)===null||re===void 0)&&re.imgUrls)&&P?.product&&$(P,P.product,(be=P?.product)===null||be===void 0?void 0:be.bindCta,Se.current,z)};pe(()=>{const P=r[z];Ne?_t(P):Se.current=new Date},[Ne,r,z]);const Wt=(P,de,re)=>{var be,ke,_e,ee,Me,Be,We,He;const ye=r[P];if(!(!((be=ye?.video)===null||be===void 0)&&be.url)&&(!((ke=ye?.video)===null||ke===void 0)&&ke.imgUrls)){const ze=Date.now();Q.current=ze,Te?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(ee=(_e=ye?.video)===null||_e===void 0?void 0:_e.itemId)!==null&&ee!==void 0?ee:"",contentName:(Me=ye?.video.title)!==null&&Me!==void 0?Me:"",imageStartTime:`${ze}`,contentTags:JSON.stringify((Be=ye?.video.tags)!==null&&Be!==void 0?Be:[]),position:P+"",contentFormat:"image",traceInfo:ye?.video.traceInfo,loadTime:de?.loadTime}}),re&&(Le?.({eventName:"ViewContent",product:(We=ye?.video)===null||We===void 0?void 0:We.bindProduct}),Le?.({eventName:"PageView",product:(He=ye?.video)===null||He===void 0?void 0:He.bindProduct}))}},Ot=ge(P=>{var de,re,be,ke,_e,ee;if(!P)return;let Me=(de=t?.muteIconY)!==null&&de!==void 0?de:23;return Z&&Me<40&&t?.muteIconYPosit==="top"&&(Me+=40),(t?.isShowMute===void 0||t?.isShowMute===!0)&&p.createElement(ro,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((be=(re=Je?.[z])===null||re===void 0?void 0:re.video)===null||be===void 0)&&be.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(ke=t?.muteIconXPosit)!==null&&ke!==void 0?ke:"right"]:(_e=t?.muteIconX)!==null&&_e!==void 0?_e:0,[(ee=t?.muteIconYPosit)!==null&&ee!==void 0?ee:"bottom"]:Me},defaultValue:ne,activeIcon:t?.unMuteIcon?t?.unMuteIcon:L,unactiveIcon:t?.muteIcon?t?.muteIcon:V,onChange:he})},[t,Je,z,ne,Z]),Jt=ue(()=>Ge?p.createElement("div",{style:{height:Ye,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:ce,alt:"loading...",style:{objectFit:"contain"}})):Je?.map((P,de)=>p.createElement(Rt,{key:de,virtualIndex:de,style:{overflow:"hidden"}},P&&p.createElement(p.Fragment,null,P?.loading?p.createElement("div",{style:{height:Ye,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:ce,alt:"loading...",style:{objectFit:"contain"}})):p.createElement(p.Fragment,null,Qe(P,de,!t?.likeIconFixed),Ot(!t?.muteIconFixed),pt(P,de),ct(P,de))))),[n,r,Ye,Ge,pt,ct,Je,ce,U,Ot]);return p.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},Z&&p.createElement(Qn,{icon:co,styles:{background:"rgba(0,0,0,.3)",color:"#fff",top:`${ot}px`},textStyle:Object.assign(Object.assign({},(A=(y=(u=(T=(b=t?.hashTag)===null||b===void 0?void 0:b[0])===null||T===void 0?void 0:T.item)===null||u===void 0?void 0:u.props)===null||y===void 0?void 0:y.textStyles)===null||A===void 0?void 0:A.hashTagTitle),{color:"#fff"}),onClose:()=>{!tn(Ae,H)&&H&&H?.length&&we?.(H),X?.(!0)}}),Ke,p.createElement(vo,{tagList:h,setActiveIndex:K,style:{top:ot}}),((w=t?.backButton)===null||w===void 0?void 0:w.enable)&&p.createElement("button",{style:{position:"absolute",[(I=(D=t?.backButton)===null||D===void 0?void 0:D.xPosit)!==null&&I!==void 0?I:"left"]:(k=(S=t?.backButton)===null||S===void 0?void 0:S.x)!==null&&k!==void 0?k:0,[(c=(E=t?.backButton)===null||E===void 0?void 0:E.yPosit)!==null&&c!==void 0?c:"top"]:(((O=t?.backButton)===null||O===void 0?void 0:O.yPosit)=="top"?ot+dt:0)+((_=(C=t?.backButton)===null||C===void 0?void 0:C.y)!==null&&_!==void 0?_:0),zIndex:8,border:"none",padding:0,background:"transparent"},role:"button","aria-label":"back button",onClick:()=>history?.back()},p.createElement("img",{src:(M=(x=t?.backButton)===null||x===void 0?void 0:x.icon)!==null&&M!==void 0?M:co,alt:"back button",width:100,style:{objectFit:"cover"}})),Ze?p.createElement(Fa,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((N=t?.swipeTipOffset)!==null&&N!==void 0?N:0)}%`},duration:t?.swiperTipAniDur}):null,p.createElement(Kt,{style:{marginTop:dt},ref:ie,onSlideChange:()=>{ie.current.swiper.allowTouchMove=!1,setTimeout(()=>{ie.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:P=>{K(P.activeIndex),!Ne&&(zt(P),!(Z||W)&&P?.activeIndex+1>=r?.length&&(me||(Ve(!0),Ee?.(se).then(de=>{var re;Ve(!1),de&&((re=de?.recList)===null||re===void 0?void 0:re.length)>0&&le(se+1)}))))},direction:"vertical",height:Ye},Qe(Je[z],z,!!t?.likeIconFixed),Ot(!!t?.muteIconFixed),Jt),p.createElement(eo,Object.assign({},(R=(B=(F=t?.hashTag)===null||F===void 0?void 0:F[0])===null||B===void 0?void 0:B.item)===null||R===void 0?void 0:R.props)),p.createElement(Ua,{resolver:o,globalConfig:t}))},Ya=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:l,index:o})=>p.createElement(Kt,{defaultValue:0,direction:"horizontal",modules:[xi,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(r=>p.createElement(Rt,{key:r},p.createElement(ao,{src:r,height:i,imgUrlsPostConfig:n}))));var qa=Pe(Ya);const Za=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:r,width:d})=>{const[a,v]=q(!1),s=ve(null),{bffEventReport:m,sxpParameter:f,waterFallData:h,openHashtag:g}=je(),b=ve(0),[T,u]=q(!1),[y,A]=q(!0),w=ve(null),[D,I]=q("");pe(()=>{s.current&&(s.current.muted=l)},[l]);const S=ge(()=>{var R;(R=s.current)===null||R===void 0||R.play()},[]),k=Ct("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),E=ge(()=>{var R,L,V,G,z,K,Q,ne,he,Se,me,Ve,Xe;v(!1);const ae=n[e];if(ae&&(!((R=s?.current)===null||R===void 0)&&R.duration)){b.current=((L=s?.current)===null||L===void 0?void 0:L.currentTime)||0;const U=((G=(V=s.current)===null||V===void 0?void 0:V.duration)!==null&&G!==void 0?G:0).toFixed(2),oe=((K=(z=s.current)===null||z===void 0?void 0:z.currentTime)!==null&&K!==void 0?K:0).toFixed(2),fe=y?"0":"1";m?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ne=(Q=ae?.video)===null||Q===void 0?void 0:Q.itemId)!==null&&ne!==void 0?ne:"",contentName:(Se=(he=ae?.video)===null||he===void 0?void 0:he.title)!==null&&Se!==void 0?Se:"",playType:fe,startTime:oe,videoDuration:U,contentTags:JSON.stringify((Ve=(me=ae?.video)===null||me===void 0?void 0:me.tags)!==null&&Ve!==void 0?Ve:[]),position:e+"",contentFormat:"video",traceInfo:(Xe=ae?.video)===null||Xe===void 0?void 0:Xe.traceInfo}}),A(!1)}},[m,n,e,y]),c=ge(()=>{u(!0)},[]),O=ge(R=>()=>{var L,V,G,z,K;if(!T)return;const Q=(L=s.current)===null||L===void 0?void 0:L.paused;switch(R){case"start":if(!Q)return;(V=s.current)===null||V===void 0||V.play(),v(!1);break;case"pause":if(Q)return;(G=s.current)===null||G===void 0||G.pause(),v(!0);break;default:Q?(z=s.current)===null||z===void 0||z.play():(K=s.current)===null||K===void 0||K.pause(),v(!Q);break}},[T]),C=ge(()=>{var R,L,V,G,z,K,Q,ne,he,Se,me,Ve,Xe;const ae=n[e],U=((L=(R=s.current)===null||R===void 0?void 0:R.duration)!==null&&L!==void 0?L:0).toFixed(2),oe=((G=(V=s.current)===null||V===void 0?void 0:V.currentTime)!==null&&G!==void 0?G:0).toFixed(2);if(!((z=s?.current)===null||z===void 0)&&z.duration){const fe=(((K=s?.current)===null||K===void 0?void 0:K.currentTime)-b.current).toFixed(2);m?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ne=(Q=ae?.video)===null||Q===void 0?void 0:Q.itemId)!==null&&ne!==void 0?ne:"",contentName:(Se=(he=ae?.video)===null||he===void 0?void 0:he.title)!==null&&Se!==void 0?Se:"",endTime:oe,videoDuration:U,playDuration:fe,contentTags:JSON.stringify((Ve=(me=ae?.video)===null||me===void 0?void 0:me.tags)!==null&&Ve!==void 0?Ve:[]),position:e+"",contentFormat:"video",traceInfo:(Xe=ae?.video)===null||Xe===void 0?void 0:Xe.traceInfo}})}},[n,e,m]),_=ue(()=>r?.mode==="2",[r]),x=ue(()=>{var R;return r?.mode==="2"?`translateY(-${50+((R=r?.offsetTop)!==null&&R!==void 0?R:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),M=ue(()=>{var R;return((R=t?.video)===null||R===void 0?void 0:R.cover)||D},[D,t]),N=ge(()=>{if(!w||!s||!s.current||!w.current)return;const R=s?.current,L=w?.current,V=L.getContext("2d"),G=window?.innerWidth,z=window?.innerHeight;L.height=z,L.width=G,V?.drawImage(R,0,0,L.width,L.height),I(L.toDataURL())},[]);pe(()=>{var R,L,V,G;if(s.current){if(v(!1),!s.current.src){const z=t?.video.url;if(z.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const K=new window.Hls;K.loadSource(z),K.attachMedia(s.current)}else s.current.canPlayType("application/vnd.apple.mpegurl"),s.current.src=z;else s.current.src=z;s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(R=s.current)===null||R===void 0||R.addEventListener("loadedmetadata",c),(L=s.current)===null||L===void 0||L.addEventListener("canplay",c),(V=s.current)===null||V===void 0||V.addEventListener("playing",E),(G=s.current)===null||G===void 0||G.addEventListener("loadeddata",N),()=>{var z,K,Q,ne;(z=s.current)===null||z===void 0||z.removeEventListener("loadedmetadata",c),(K=s.current)===null||K===void 0||K.removeEventListener("canplay",c),(Q=s.current)===null||Q===void 0||Q.removeEventListener("playing",E),(ne=s.current)===null||ne===void 0||ne.removeEventListener("loadeddata",N)}}},[c,E,t?.video,N]);const F=ue(()=>!f?.placeholder_image||T?null:p.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"video poster"}),[T,f?.placeholder_image]);pe(()=>{const R=()=>{var L,V;o===e&&(!((L=t?.video)===null||L===void 0)&&L.url)&&(!((V=s?.current)===null||V===void 0)&&V.src)&&!a&&O("pause")()};return window.addEventListener("beforeunload",R),()=>{window.removeEventListener("beforeunload",R)}},[o,e,t,s,O,a]);const B=ue(()=>_?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[_]);return t?.video?p.createElement(p.Fragment,null,_?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},p.createElement(xt,{src:M,style:Object.assign({height:i,width:d,objectFit:"cover"},B)}),p.createElement("canvas",{ref:w,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:d,height:i,top:"50%",transform:x,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:d,height:"100%"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:S,style:{width:"100%",height:i,objectFit:"contain"}}),p.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:k,alt:"video pause image"}))),F):p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:s,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:S}),F,p.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:k,alt:"video pause image"}))):null};var Ka=Pe(Za);const Qi={};Object.values(Ki).forEach(t=>{Qi[t.extend.type]=t});const Ja="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Qa="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",$a=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:l,descStyle:o,hashTagStyle:r,containerHeight:d=664,containerWidth:a=375,appDomain:v,tagList:s=[]})=>{const m=ue(()=>{let I=0;return e?.logoUrl&&e?.isShowLogo&&(I+=45),s.length>0&&(I+=45),d-I},[e,d,s]),f=(I,S)=>{var k,E,c,O;if(!((k=I?.video)===null||k===void 0)&&k.url)return p.createElement(Ka,{rec:I,index:S,muted:!0,width:a,data:t??[],height:m,activeIndex:S,videoPostConfig:e?.videoPost});if(!((E=I?.video)===null||E===void 0)&&E.imgUrls)return p.createElement(qa,{key:I?.video.itemId,imgUrls:I?.video.imgUrls,width:a,height:m,rec:I,index:S,imgUrlsPostConfig:e?.imgUrlsPost});if(I.product&&I.product&&Array.isArray(e?.productPost)&&((c=e?.productPost)===null||c===void 0?void 0:c.length)>0)return(O=e?.productPost)===null||O===void 0?void 0:O.map((C,_)=>{var x,M,N,F,B,R,L,V;const G=Qi[(x=C?.item)===null||x===void 0?void 0:x.type],z=pi(G),K=(M=G?.extend)===null||M===void 0?void 0:M.defaulSetting;return p.createElement(z,Object.assign({key:`${S}${_}`,textStyle:Object.assign(Object.assign({},K?.textStyle),(N=C?.item)===null||N===void 0?void 0:N.textStyle),bindDatas:(B=(F=C?.item)===null||F===void 0?void 0:F.bindDatas)!==null&&B!==void 0?B:[]},K?.props,(R=C?.item)===null||R===void 0?void 0:R.props,{event:((L=C?.item)===null||L===void 0?void 0:L.event)||{},id:C?.id,rec:I,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},K?.style),(V=C?.item)===null||V===void 0?void 0:V.style),{width:a,height:m,overflow:"auto"}),index:S}))})},h=ue(()=>e?.logoUrl&&e?.isShowLogo?p.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},p.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),g=(I,S)=>e?.isShowCTA===void 0||e?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(ki,{rec:I,index:S,tempMap:l,resolver:Qi})):null,b=(I,S)=>{var k,E,c,O,C,_,x;return I?.video?p.createElement(p.Fragment,null,((k=I?.video)===null||k===void 0?void 0:k.title)&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom"},p.createElement(uo,{nudge:n}),g(I,S),p.createElement("div",null,p.createElement(Ci,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(E=I?.video)===null||E===void 0?void 0:E.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},o),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),p.createElement(so,{index:S,tags:(C=(O=I?.video)===null||O===void 0?void 0:O.hashTags)!==null&&C!==void 0?C:[],itemId:(_=I?.video)===null||_===void 0?void 0:_.itemId,itemType:!((x=I?.video)===null||x===void 0)&&x.itemId?"VIDEO":null,rec:I,hashTagStyle:r}))):null},T=Ct(Qa,v),u=Ct(Ja,v),y=(I,S)=>{var k,E,c,O;if(!e?.isShowLike)return;let C=(k=e?.likeIconY)!==null&&k!==void 0?k:400;return C<40&&(C+=40),I?.video?p.createElement(lo,{key:I.position,activeIcon:(E=e?.likeIcon)!==null&&E!==void 0?E:T,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:u,position:S,active:I.isCollected,recData:I,className:"clc-sxp-like-button",style:{top:C,right:(O=e?.likeIconX)!==null&&O!==void 0?O:0}}):null},A=Ct("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),w=Ct("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),D=(I,S)=>{var k,E,c,O;return p.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},h,p.createElement(vo,{tagList:s}),p.createElement(ro,{style:{position:"absolute",right:(k=e?.muteIconX)!==null&&k!==void 0?k:0,visibility:!((c=(E=t?.[S])===null||E===void 0?void 0:E.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(O=e?.muteIconY)!==null&&O!==void 0?O:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:A,unactiveIcon:e?.muteIcon?e?.muteIcon:w}),f(I,S),b(I,S),y(I,S))};return p.createElement("div",{className:Ce({width:"100%",height:d,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((I,S)=>D(I,S)))};var es=Pe($a);const ts=()=>{const{schema:t,resolver:e,popup:i}=Mt(),{setPopupDetailData:n,popupDetailData:l,popupCurTimeRef:o,checkCommodityIndexRef:r}=je(),{productView:d}=ut(),[a,v]=q();pe(()=>{const h=()=>{o.current=new Date};return h(),window.addEventListener("pageshow",h),()=>{window.removeEventListener("pageshow",h)}},[]),pe(()=>{i&&i?.id&&i?.id!==""&&(o.current=new Date,v(i))},[i]);const s=ue(()=>{var h,g,b,T;const u=(b=(g=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||g===void 0?void 0:g.popupList)===null||b===void 0?void 0:b.find((y,A)=>{if(y?.id===i?.id)return y});return u!==-1&&((T=u?.item)===null||T===void 0?void 0:T.type)==="Iframe"},[i,t]),m=()=>{var h,g,b,T,u,y,A,w,D,I,S,k,E,c,O,C,_,x;if(!i||i?.id===""||!a||new Date-o.current<((h=i?.duration)!==null&&h!==void 0?h:0))return;v(Object.assign(Object.assign({},i),{id:""}));const M=(T=(b=(g=t?.sxpPageConf)===null||g===void 0?void 0:g.globalConfig)===null||b===void 0?void 0:b.popupList)===null||T===void 0?void 0:T.find(N=>N?.id===i?.id);if(((u=M?.item)===null||u===void 0?void 0:u.type)==="CommodityDetail"||((y=M?.item)===null||y===void 0?void 0:y.type)==="CommodityDetailDiroNew"){const N=l;let F=(w=(A=N?.video)===null||A===void 0?void 0:A.bindProduct)!==null&&w!==void 0?w:(I=(D=N?.video)===null||D===void 0?void 0:D.bindProducts)===null||I===void 0?void 0:I[0],B=(E=(k=(S=N?.video)===null||S===void 0?void 0:S.bindProduct)===null||k===void 0?void 0:k.bindCta)!==null&&E!==void 0?E:(C=(O=(c=N?.video)===null||c===void 0?void 0:c.bindProducts)===null||O===void 0?void 0:O[0])===null||C===void 0?void 0:C.bindCta;if(r?.current>=0){const R=(x=(_=N?.video)===null||_===void 0?void 0:_.bindProducts)===null||x===void 0?void 0:x[r?.current];R&&(F=R,B=R?.bindCta)}F&&B&&d(N,F,B,o.current,l?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),r.current=-1},i?.duration)},f=ue(()=>{var h,g,b;return(b=(g=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||g===void 0?void 0:g.popupList)===null||b===void 0?void 0:b.map((T,u)=>{var y,A,w,D,I,S,k,E,c,O,C,_,x,M;if(T?.id===i?.id){const N=e[(y=T?.item)===null||y===void 0?void 0:y.type],F=pi(N),B=((D=(w=(A=T?.item)===null||A===void 0?void 0:A.event)===null||w===void 0?void 0:w.onClick)===null||D===void 0?void 0:D.linkType)==="externalLink",R=((k=(S=(I=T?.item)===null||I===void 0?void 0:I.event)===null||S===void 0?void 0:S.onClick)===null||k===void 0?void 0:k.linkType)==="popup",L=(E=N?.extend)===null||E===void 0?void 0:E.defaulSetting;return p.createElement(F,Object.assign({key:u,style:Object.assign(Object.assign(Object.assign({},L?.style),(c=T?.item)===null||c===void 0?void 0:c.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},L?.textStyle),(O=T?.item)===null||O===void 0?void 0:O.textStyle),bindDatas:(_=(C=T?.item)===null||C===void 0?void 0:C.bindDatas)!==null&&_!==void 0?_:[]},L?.props,(x=T?.item)===null||x===void 0?void 0:x.props,{event:((M=T?.item)===null||M===void 0?void 0:M.event)||{},schema:t,id:T?.id,isExternalLink:B,isPopup:R,onClose:m}))}else return p.createElement(p.Fragment,null)})},[t,i,e,m]);return p.createElement(ni,{popup:a,onClose:m,padding:0,modalStyle:{position:"fixed"},isFullScreen:s},f)},$i={};Object.values(Ki).forEach(t=>{$i[t.extend.type]=t});const is=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:l,appDomain:o,licenseUrl:r,enabledMetaConversionApi:d})=>{var a,v,s,m,f,h,g,b,T,u,y;const A=ue(()=>{var w;return location?.search?(w=location?.search)===null||w===void 0?void 0:w.replace("?",""):""},[]);return p.createElement(In,{resolver:$i,enableDataSource:!1,schema:t?.data,utmVal:A},p.createElement(Tn,{utmVal:A,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(v=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&v!==void 0?v:e,defaultSize:(m=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.default_recommend)!==null&&m!==void 0?m:i,hashTagSize:(h=(f=t?.sxp_parameter)===null||f===void 0?void 0:f.hash_tag_size)!==null&&h!==void 0?h:n,loadingImage:l,appDomain:o,enabledMetaConversionApi:d,isShowTag:(T=(b=(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf)===null||b===void 0?void 0:b.globalConfig)===null||T===void 0?void 0:T.isShowTag,globalConfig:(y=(u=t?.data)===null||u===void 0?void 0:u.sxpPageConf)===null||y===void 0?void 0:y.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:w,tagList:D})=>{var I;return p.createElement(p.Fragment,null,p.createElement(po,Object.assign({},(I=t?.data)===null||I===void 0?void 0:I.sxpPageConf,{tagList:D,data:w,resolver:$i,licenseUrl:r})),p.createElement(ts,null))}}))};var ns=Pe(is);export{es as DiyPortalPreview,Ia as EditorDataProvider,ni as Modal,Tn as SxpDataSourceProvider,ns as SxpPageCore,po as SxpPageRender,Fo as core,Io as default,Ki as materials,oo as useEditorDataProvider};
5
+ 18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:V?.info})))},G=()=>{var Q,Ve;return v.createElement(v.Fragment,null,(x||F?.link)&&v.createElement("a",{"aria-label":(Q=Te?.enTitle)!==null&&Q!==void 0?Q:"Purchase on Website",role:"button",tabIndex:0,onClick:ht,className:"pb-commondity-btn",style:Y},v.createElement("span",{dangerouslySetInnerHTML:{__html:Ee((Ve=Te?.enTitle)!==null&&Ve!==void 0?Ve:"Purchase on Website",Y)}})))},xe=Ae(Q=>Q?.lineClamp?Object.assign(Object.assign({},Q),{overflow:"hidden",WebkitLineClamp:Q?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):Q,[]),Fe=Ae(Q=>{me.current=new Date,we(Q),Ie.current=Q,te?.current&&(te.current.swiper.slideTo(0),te.current.swiper.autoplay.start())},[]),he=Ae(()=>{var Q,Ve,Ze;if(!B)return v.createElement(qn,{products:(Q=Z?.video)===null||Q===void 0?void 0:Q.bindProducts,data:K,defImg:(Ze=(Ve=ve?.bottom_image)!==null&&Ve!==void 0?Ve:M)!==null&&Ze!==void 0?Ze:"",style:{padding:"0 19px"},onCLick:Fe,popupDetailData:U,check:W})},[W]),De=ce(()=>{const Q={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return Q?.[P?.dotsAlign]},[P?.dotsAlign]),ee=F?.remark;return v.createElement(v.Fragment,null,v.createElement("div",Object.assign({className:Ne(Object.assign({},c))},Be),v.createElement("div",{style:{position:"relative"}},F&&((y=F?.homePage)===null||y===void 0?void 0:y.length)>0&&v.createElement(Jt,{a11y:{enabled:!0},height:yt,modules:[Ti,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:De,bulletElement:"button"},loop:!0,autoplay:{delay:P?.delay*1e3},ref:te,className:Ne(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=P?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},P?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:P?.dotsBgColor,opacity:1}}),P?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${P?.dotsActiveColor}!important`,opacity:1}}))},v.createElement(v.Fragment,null,(E=F?.homePage)===null||E===void 0?void 0:E.map(Q=>{var Ve;return v.createElement(Nt,{key:Q},v.createElement("div",{style:{overflow:"hidden",width:ct,height:yt}},v.createElement(St,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${P?.translateY?P?.translateY+50:50}%`},src:(Ve=Q??ve?.bottom_image)!==null&&Ve!==void 0?Ve:M})))}))),!(!((L=F?.homePage)===null||L===void 0)&&L.length)&&v.createElement("div",{className:Ne({height:yt,width:ct})},v.createElement("img",{className:Ne({objectFit:"cover",width:"100%",height:"100%"}),src:(D=ve?.bottom_image)!==null&&D!==void 0?D:M,alt:"pdp image"})),(ee||!F)&&ie&&v.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},v.createElement("img",{src:ie,alt:"3d",width:"72px"}))),he(),v.createElement("div",{className:"pb-commondity-content"},H({isPost:B}))),G(),v.createElement(oi,{visible:Ue,onClose:()=>oe(!1)},v.createElement("div",{style:{paddingBottom:"80px"}},H({isPost:!1})),G()),v.createElement(oi,{visible:ae,padding:0,isFullScreen:!0,onClose:()=>X(!1)},v.createElement("div",{style:{backgroundColor:be,height:"100%"}},v.createElement("iframe",{src:ee,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Lr=_e(Or),Mr=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Nr=st(Lr,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Yo,interactionRender:Mr},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 Rr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Vr=[{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"}]}],Zn="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 Fr=t=>{var{content:e,btnText:i,style:n,icon:l,isPopup:o,isExternalLink:r,onClose:a,onClick:d,submitButtonStyle:p,contentStyle:s}=t,f=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:m}=je(),{jumpToWeb:h}=gt(),A=typeof l=="string"?l:Dr(l),w=()=>{var T,u,g;if(r){const b=m,y=(T=b?.video)===null||T===void 0?void 0:T.bindProduct,k=(g=(u=b?.video)===null||u===void 0?void 0:u.bindProduct)===null||g===void 0?void 0:g.bindCta,E=m?.index;h(b,y,k,E)}o||a?.(),d?.()};return v.createElement("div",Object.assign({className:`pb-prompt ${Ne(Object.assign({},n))}`},f),v.createElement("div",{className:"pb-prompt-icon"},v.createElement("img",{width:"100%",src:A??Zn,alt:"success image"})),v.createElement("div",{className:"pb-prompt-content",style:s,dangerouslySetInnerHTML:{__html:Ee(e,s)}}),v.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:p,onClick:w,dangerouslySetInnerHTML:{__html:Ee(i,p)}}))};var jr=_e(Fr);const Br=st(jr,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Vr,bindableProps:[],interactionRender:Rr},defaulSetting:{props:{icon:Zn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var zr=[{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 Wr=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,h,A,w,T,u,g,b,y,k,E,L,D,S,c,_,I,{style:O,isDefault:x,rec:M,viewTime:R,isPost:B,bottom_image:z,tipText:N,swiper:P,commodityStyles:V,buttonStyle:Y,index:j,commodityGroup:K,popupBg:J,iframeIcon:ie,commodityImgRatio:pe,isTel:Ce,iframeBgColor:be,isActive:Re=!0}=t,Be=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor","isActive"]);q(!0);const{sxpParameter:ve,popupCurTimeRef:U,popupDetailData:ne,isPreview:fe,bffFbReport:me,checkCommodityIndexRef:Ie,globalConfig:le}=je(),{jumpToWeb:ye,productView:Ge}=gt();q(!1),q(!1),q(!0);const[Ye,Ue]=q(!1),oe=se(null),[ae,X]=q(!1),[W,we]=q((e=ne?.multiCheckIndex)!==null&&e!==void 0?e:0),te=se(),Z=B?M:ne;let F=B?Z?.product:(n=(i=Z?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=Z?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Te=B?(r=Z?.product)===null||r===void 0?void 0:r.bindCta:(p=(d=(a=Z?.video)===null||a===void 0?void 0:a.bindProduct)===null||d===void 0?void 0:d.bindCta)!==null&&p!==void 0?p:(m=(f=(s=Z?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||m===void 0?void 0:m.bindCta;const ot=B?j:ne?.index;if(!B&&K?.open&&(!((h=Z?.video)===null||h===void 0)&&h.bindProducts)&&((w=(A=Z?.video)===null||A===void 0?void 0:A.bindProducts)===null||w===void 0?void 0:w.length)>0){Ie.current=W;const ee=(T=Z?.video)===null||T===void 0?void 0:T.bindProducts[W];F=ee,Te=ee?.bindCta}const ht=()=>{F?.link&&(ye(Z,F,Te,ot),B||Ge(Z,F,Te,R||oe.current,ot),window.location.href=window.getJointUtmLink(F.link))};ue(()=>{Re&&(me?.({eventName:"ProductView",product:F}),me?.({eventName:"PageView",product:F}))},[Re,me]),ue(()=>{const ee=()=>{Re&&(oe.current=new Date)};return ee(),window.addEventListener("pageshow",ee),()=>{window.removeEventListener("pageshow",ee)}},[Re]);const At=ui({product:F,enableFormattedPrice:(u=V?.price)===null||u===void 0?void 0:u.enableFormattedPrice,globalConfig:le,style:V?.price}),ct=(fe?375:(g=O?.width)!==null&&g!==void 0?g:window.innerWidth)-((b=J?.horizontalMargin)!==null&&b!==void 0?b:0)*2,yt=pe?ct*(pe.h/pe.w):ct,H=({isPost:ee})=>v.createElement("div",{hidden:!!F&&(!F?.info||F?.info==="")},v.createElement(Ii,{isPost:ee,onClick:()=>Ue(!0),className:"pb-commondityDiroNew-info",style:V?.info,foldText:N?.foldText,unfoldText:N?.unfoldText,text:F?.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`})),G=Ae(ee=>ee?.lineClamp?Object.assign(Object.assign({},ee),{overflow:"hidden",WebkitLineClamp:ee?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ee,[]),xe=Ae(ee=>{U.current=new Date,we(ee),Ie.current=ee,te?.current&&(te.current.swiper.slideTo(0),te.current.swiper.autoplay.start())},[]),Fe=Ae(()=>{var ee,Q,Ve;if(!B)return v.createElement(qn,{products:(ee=Z?.video)===null||ee===void 0?void 0:ee.bindProducts,data:K,defImg:(Ve=(Q=ve?.bottom_image)!==null&&Q!==void 0?Q:z)!==null&&Ve!==void 0?Ve:"",style:{padding:"0 19px"},onCLick:xe,popupDetailData:ne,check:W})},[W]),he=ce(()=>{const ee={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ee?.[P?.dotsAlign]},[P?.dotsAlign]),De=F?.remark;return v.createElement("div",{className:"pb-commondityDiroNew"},v.createElement("div",Object.assign({className:Ne(Object.assign(Object.assign({},O),{transform:"translate3d(0px, 0px, 0px)"}))},Be),v.createElement("div",{style:{position:"relative"}},F&&((y=F?.homePage)===null||y===void 0?void 0:y.length)>0&&v.createElement(Jt,{height:yt,modules:[Ti,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:he,bulletElement:"button"},loop:!0,autoplay:{delay:P?.delay*1e3},ref:te,className:Ne(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=P?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},P?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:P?.dotsBgColor,opacity:1}}),P?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${P?.dotsActiveColor}!important`,opacity:1}}))},(E=F?.homePage)===null||E===void 0?void 0:E.map(ee=>{var Q;return v.createElement(Nt,{key:ee},v.createElement("div",{style:{overflow:"hidden",width:ct,height:yt}},v.createElement(St,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${P?.translateY?P?.translateY+50:50}%`},src:(Q=ee??ve?.bottom_image)!==null&&Q!==void 0?Q:z})))})),!(!((L=F?.homePage)===null||L===void 0)&&L.length)&&v.createElement("div",{className:Ne({height:yt,width:ct})},v.createElement("img",{className:Ne({objectFit:"cover",width:"100%",height:"100%"}),src:(D=ve?.bottom_image)!==null&&D!==void 0?D:z,alt:"pdp image"})),(De||!F)&&ie&&v.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>X(!0)},v.createElement("img",{src:ie,alt:"3d",width:"72px"}))),Fe(),v.createElement("div",{className:"pb-commondityDiroNew-content"},v.createElement("div",{className:"pb-commondityDiroNew-content-top"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:G(V?.title),dangerouslySetInnerHTML:{__html:Ee((S=F?.title)!==null&&S!==void 0?S:"Large Dior Toujours BagLarge",V?.title)}}),v.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!F&&(!F?.collection||F?.collection===""),style:G(V?.collection),dangerouslySetInnerHTML:{__html:Ee(F?.collection||"Black Macrocannage CalfskinLarge",V?.collection)}})),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!F&&!F?.price,style:G(V?.price),dangerouslySetInnerHTML:{__html:At??""}}),v.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!F&&!F?.taxInfo,style:G(V?.taxInfo),dangerouslySetInnerHTML:{__html:Ee((c=F?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",V?.taxInfo)}}))),(!F||F?.link)&&v.createElement("a",{"aria-label":(_=Te?.enTitle)!==null&&_!==void 0?_:"Shop now",role:"button",tabIndex:0,onClick:ht,className:"pb-commondityDiroNew-btn",style:Y},v.createElement("span",{dangerouslySetInnerHTML:{__html:Ee((I=Te?.enTitle)!==null&&I!==void 0?I:"Shop now",Y)}})),H({isPost:B}))),v.createElement(oi,{visible:Ye,onClose:()=>Ue(!1)},v.createElement("div",{style:{paddingTop:"20px"}},H({isPost:!1}))),v.createElement(oi,{visible:ae,padding:0,isFullScreen:!0,onClose:()=>X(!1)},v.createElement("div",{style:{backgroundColor:be,height:"100%"}},v.createElement("iframe",{src:De,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Hr=_e(Wr),Xr=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const Gr=st(Hr,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:zr,interactionRender:Xr},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 Ur=[{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 Kn(t){const e=se(null),[i,n]=q(!1);return ue(()=>{e.current=new IntersectionObserver(([l])=>{n(l.isIntersecting)})},[]),ue(()=>{var l;return t?.current&&((l=e?.current)===null||l===void 0||l.observe(t?.current)),()=>{var o;(o=e?.current)===null||o===void 0||o.disconnect()}},[t]),i}const Yr=({src:t,rec:e,item:i,index:n,style:l,translateY:o,imgStyle:r,enableEventReport:a=!0,isActive:d})=>{const p=se(null),s=Kn(p),{ctaEvent:f}=je(),[m,h]=q(!1);return ue(()=>{s&&t&&p?.current&&a&&!m&&d&&(h(!0),f?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n))},[s,t,p,e,f,i,n,a,m,d]),ce(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),v.createElement("div",{className:Ne(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},r))},v.createElement("div",{ref:p,hidden:!t,className:Ne({width:"100%",height:"100%"})},v.createElement(St,{className:Ne(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${o?o+50:50}%`},l)),src:t})))};var jt=_e(Yr);const qr=t=>{var e,i,n,{style:l,isDefault:o,rec:r,viewTime:a,isPost:d,bottom_image:p,commodityStyles:s,buttonStyle:f,translateY:m=0,commodityPicture:h,isExternalLink:A,onClick:w}=t,T=nt(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:u,popupDetailData:g,setPopupDetailData:b,ctaEvent:y,globalConfig:k,bffFbReport:E}=je(),{jumpToWeb:L}=gt(),{popup:D}=Ht(),S=d?r:g,c=(i=(e=S?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],_=g?.index,I=Ae(x=>{var M;return ui({product:x,enableFormattedPrice:(M=s?.price)===null||M===void 0?void 0:M.enableFormattedPrice,globalConfig:k,style:s?.price})},[(n=s?.price)===null||n===void 0?void 0:n.enableFormattedPrice,k]),O=tn((x,M)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},S,x,_),b?.(Object.assign(Object.assign({},S),{video:Object.assign(Object.assign({},S?.video),{bindProduct:x}),index:_,multiCheckIndex:M})),A?x?.link&&(L(S,x,x.bindCta,_),window.location.href=window.getJointUtmLink(x.link)):w?.()},D?.duration);return ue(()=>{E?.({eventName:"PageView"})},[]),v.createElement("ul",{role:"list",className:Ne(Object.assign(Object.assign({},l),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},c?.map((x,M)=>{var R,B,z,N,P,V,Y,j,K,J,ie;return v.createElement(v.Fragment,null,S&&!x?.bindCta?null:v.createElement("li",{role:"listitem",key:M,onClick:()=>O(x,M)},v.createElement("button",Object.assign({role:"button","aria-label":x?.title,tabIndex:0,className:Ne({display:"flex",alignItems:"normal",width:"100%",textAlign:"left"})},T),v.createElement(jt,{src:(N=(z=(R=x?.cover)!==null&&R!==void 0?R:(B=x?.homePage)===null||B===void 0?void 0:B[0])!==null&&z!==void 0?z:u?.bottom_image)!==null&&N!==void 0?N:p,rec:S,item:x,index:M,translateY:m,imgStyle:h,enableEventReport:!1}),v.createElement("div",{style:{width:`calc(100% - ${(P=h?.width)!==null&&P!==void 0?P:0}px - ${(V=h?.marginRight)!==null&&V!==void 0?V:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},v.createElement("div",null,v.createElement("div",{className:"one-line-ellipsis",style:s?.title,hidden:!!x&&!x?.title,dangerouslySetInnerHTML:{__html:Ee((Y=x?.title)!==null&&Y!==void 0?Y:"Pendant in Yellow Gold with Diamonds, Medium",s?.title)}}),v.createElement("div",{className:"two-line-ellipsis",style:s?.collection,hidden:!!x&&(!x?.collection||x?.collection===""),dangerouslySetInnerHTML:{__html:Ee((j=x?.collection)!==null&&j!==void 0?j:"Tiffany Lock",s?.collection)}})),v.createElement("div",{className:Ne({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",null,v.createElement("div",{style:s?.price,hidden:!!x&&!x?.price,dangerouslySetInnerHTML:{__html:(K=I(x))!==null&&K!==void 0?K:""}})),v.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:Ee((ie=(J=x?.bindCta)===null||J===void 0?void 0:J.enTitle)!==null&&ie!==void 0?ie:"Shop Now",f)}}))))))}))};var Zr=_e(qr),Kr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Jr=st(Zr,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Ur,interactionRender:Kr},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 Qr=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const $r=t=>{var e,i,{content:n,btnText:l,style:o,icon:r,isPopup:a,isExternalLink:d,onClose:p,onClick:s,submitButtonStyle:f,contentStyle:m,isTel:h}=t,A=nt(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:w}=je(),T=(i=(e=w?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return v.createElement("div",Object.assign({className:`${Ne(Object.assign({},o))}`},A),v.createElement("iframe",{src:T,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var ed=_e($r);const td=st(ed,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:Qr,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var id=[{title:"\u5F39\u7A97\u6587\u672C",child:[{type:"RichText",name:["props","content"]}]}];const nd=t=>{var{content:e,isTel:i}=t;return nt(t,["content","isTel"]),v.createElement("article",{className:"consentDetail-article",dangerouslySetInnerHTML:{__html:typeof e=="string"?e:""},onClick:n=>{n.stopPropagation()}})};var od=_e(nd);const ld=st(od,{displayName:"\u534F\u8BAE\u8BE6\u60C5",icon:"",category:"popup",type:"ConsentDetail",related:{settingRender:id,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:7});var Pt=[{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"]}]}],rd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const dd=t=>{var{rec:e,children:i,className:n,onClick:l,style:o,isExternalLink:r=!1,index:a,jumpLink:d,multItem:p,multiCheckIndex:s}=t;nt(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink","multItem","multiCheckIndex"]);const f=se(null),{popup:m}=Ht(),{setPopupDetailData:h,ctaEvent:A}=je(),{jumpToWeb:w}=gt(),[T,u]=q(null),g=tn(b=>{var y,k,E,L,D,S,c;b.preventDefault();const _=(E=(k=(y=e?.video)===null||y===void 0?void 0:y.bindProduct)!==null&&k!==void 0?k:e?.video)!==null&&E!==void 0?E:p;if(A?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,_,a),h?.(p&&s?Object.assign(Object.assign({},e),{video:Object.assign(Object.assign({},e?.video),{bindProduct:p}),index:a,multiCheckIndex:s}):Object.assign(Object.assign({},e),{index:a})),u(f?.current),r){const I=((D=(L=e?.video)===null||L===void 0?void 0:L.bindProduct)===null||D===void 0?void 0:D.link)||p?.link;if(d||I){const O=((S=e?.video)===null||S===void 0?void 0:S.bindCta)||p?.bindCta,x=((c=e?.video)===null||c===void 0?void 0:c.bindProduct)||p;w(e,x,O,a),window.location.href=window.getJointUtmLink(d||I||"")}}else l?.()},m?.duration);return ue(()=>{T&&!m?.id&&(T?.focus(),u(null))},[T,m]),v.createElement("button",{ref:f,className:n,style:Object.assign({display:"flex",alignItems:"normal"},o),onClick:g,role:"button","aria-label":"CTA",tabIndex:0},i)};var Ut=_e(dd),ad={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const sd=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,h,{content:A,style:w,bgImg:T,recData:u,bottom_image:g,ctaTempStyles:b,isExternalLink:y,translateY:k=0,index:E,isActive:L}=t,D=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),c=(e=u?.video)===null||e===void 0?void 0:e.bindProduct,_=(o=(l=(i=c?.cover)!==null&&i!==void 0?i:(n=c?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:S?.bottom_image)!==null&&o!==void 0?o:g;return v.createElement(Ut,Object.assign({isExternalLink:y,rec:u,style:w,index:E},D),v.createElement(jt,{src:_,rec:u,item:(a=(r=u?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&a!==void 0?a:u?.video,index:E,translateY:k,imgStyle:b?.img,isActive:L}),v.createElement("div",{className:Ne({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:ad["tow-line-ellipsis"],style:b?.title,dangerouslySetInnerHTML:{__html:Ee((d=c?.title)!==null&&d!==void 0?d:"Product Name",b?.title)}}),v.createElement("button",{"aria-label":(s=(p=c?.bindCta)===null||p===void 0?void 0:p.enTitle)!==null&&s!==void 0?s:"Shop Now",className:Ne(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((f=b?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},b?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((h=(m=c?.bindCta)===null||m===void 0?void 0:m.enTitle)!==null&&h!==void 0?h:"Shop Now",b?.ctaTitle)}})))};var cd=_e(sd);const ud=st(cd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:rd,bindableProps:[],settingRender:Pt},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 vd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const pd=t=>{var e,i,n,l,o,r,{content:a,style:d,bgImg:p,recData:s,bottom_image:f,ctaTempStyles:m,isExternalLink:h,index:A,isActive:w}=t,T=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index","isActive"]);const{sxpParameter:u}=je(),g=(e=s?.video)===null||e===void 0?void 0:e.bindCta,b=(n=(i=g?.icon)!==null&&i!==void 0?i:u?.bottom_image)!==null&&n!==void 0?n:f;return v.createElement(Ut,Object.assign({isExternalLink:h,rec:s,style:Object.assign({alignItems:"center"},d),index:A},T),v.createElement(jt,{src:b,rec:s,item:(o=(l=s?.video)===null||l===void 0?void 0:l.bindProduct)!==null&&o!==void 0?o:s?.video,index:A,imgStyle:m?.img,isActive:w}),v.createElement("div",{className:Ne(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},m?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((r=g?.enTitle)!==null&&r!==void 0?r:"Product Name",m?.ctaTitle)}}))};var md=_e(pd);const fd=st(md,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:vd,settingRender:Pt?.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 hd=[{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"}]}],Jn={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Ad=t=>{var e,i,n,l,o,r,a,d,p,{content:s,style:f,bgImg:m,recData:h,bottom_image:A,ctaTempStyles:w,index:T,customTitle:u,isActive:g}=t,b=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle","isActive"]);const{sxpParameter:y,bffEventReport:k}=je();gt();const E=(e=h?.video)===null||e===void 0?void 0:e.bindCta;(i=h?.video)===null||i===void 0||i.bindProduct;const L=(l=(n=E?.icon)!==null&&n!==void 0?n:y?.bottom_image)!==null&&l!==void 0?l:A;return v.createElement(Ut,Object.assign({index:T,rec:h,style:Object.assign({alignItems:"center"},f)},b,{jumpLink:(o=E?.link)!==null&&o!==void 0?o:""}),v.createElement(jt,{src:L,rec:h,item:(a=(r=h?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&a!==void 0?a:h?.video,index:T,imgStyle:w?.img,isActive:g}),v.createElement("div",{className:Ne({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},v.createElement("div",null,v.createElement("div",{className:Jn["tow-line-ellipsis"],style:w?.ctaTitle,dangerouslySetInnerHTML:{__html:Ee((d=E?.enTitle)!==null&&d!==void 0?d:"Product Name",w?.ctaTitle)}}),u?.display&&v.createElement("div",{style:Object.assign(Object.assign({},u?.style),{lineHeight:((p=u?.style)===null||p===void 0?void 0:p.height)+"px"}),className:Jn["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:Ee(u?.text,u?.style)}}))))};var bd=_e(Ad),gd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],qi;const yd=st(bd,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(qi=Pt?.filter(t=>t.type!=="commodityTitle"))===null||qi===void 0?void 0:qi.concat(hd),bindableProps:[],interactionRender:gd},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 wd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Td={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Sd=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,h,{content:A,style:w,bgImg:T,recData:u,bottom_image:g,ctaTempStyles:b,isExternalLink:y,translateY:k=0,index:E,isActive:L}=t,D=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:S}=je(),c=(e=u?.video)===null||e===void 0?void 0:e.bindProduct,_=(o=(l=(i=c?.cover)!==null&&i!==void 0?i:(n=c?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:S?.bottom_image)!==null&&o!==void 0?o:g;return v.createElement(Ut,Object.assign({isExternalLink:y,rec:u,style:w,index:E},D),v.createElement(jt,{src:_,rec:u,item:(a=(r=u?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&a!==void 0?a:u?.video,index:E,translateY:k,imgStyle:b?.img,isActive:L}),v.createElement("div",{className:Ne({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Td["tow-line-ellipsis"],style:b?.title,dangerouslySetInnerHTML:{__html:Ee((d=c?.title)!==null&&d!==void 0?d:"Product Name",b?.title)}}),v.createElement("button",{"aria-label":(s=(p=c?.bindCta)===null||p===void 0?void 0:p.enTitle)!==null&&s!==void 0?s:"Shop Now",className:Ne(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((f=b?.ctaTitle)===null||f===void 0?void 0:f.height)+"px"},b?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((h=(m=c?.bindCta)===null||m===void 0?void 0:m.enTitle)!==null&&h!==void 0?h:"Shop Now",b?.ctaTitle)}})))};var xd=_e(Sd);const Ed=st(xd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:wd,settingRender:Pt,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 Id=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Cd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const kd=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,{content:h,style:A,bgImg:w,recData:T,bottom_image:u,ctaTempStyles:g,isExternalLink:b,translateY:y=0,index:k,isActive:E}=t,L=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index","isActive"]);const{sxpParameter:D}=je(),S=(e=T?.video)===null||e===void 0?void 0:e.bindProduct,c=(o=(l=(i=S?.cover)!==null&&i!==void 0?i:(n=S?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:D?.bottom_image)!==null&&o!==void 0?o:u;return v.createElement(Ut,Object.assign({isExternalLink:b,rec:T,style:A,index:k},L),v.createElement(jt,{src:c,rec:T,item:(a=(r=T?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&a!==void 0?a:T?.video,index:k,translateY:y,imgStyle:g?.img,isActive:E}),v.createElement("div",{className:Ne({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Cd["tow-line-ellipsis"],style:g?.title,dangerouslySetInnerHTML:{__html:Ee((d=S?.title)!==null&&d!==void 0?d:"Product Name",g?.title)}}),v.createElement("button",{"aria-label":(s=(p=S?.bindCta)===null||p===void 0?void 0:p.enTitle)!==null&&s!==void 0?s:"Shop Now",className:Ne(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},g?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((m=(f=S?.bindCta)===null||f===void 0?void 0:f.enTitle)!==null&&m!==void 0?m:"Shop Now",g?.ctaTitle)}})))};var Pd=_e(kd);const _d=st(Pd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Id,bindableProps:[],settingRender:Pt},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 Dd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Od={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Ld=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,bottom_image:a,ctaTempStyles:d,translateY:p=0,isActive:s}=t,f=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive"]);const{sxpParameter:m}=je(),[h]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return v.createElement(ci,{isPadding:!!r},h?.map((A,w)=>{var T,u,g,b,y,k,E,L,D,S;return v.createElement(v.Fragment,null,r&&!A?.bindCta?null:v.createElement(Nt,{key:w,className:Ne(Object.assign(Object.assign({},l),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},v.createElement(Ut,Object.assign({rec:r,multiCheckIndex:w},f),v.createElement(jt,{src:(b=(g=(T=A?.cover)!==null&&T!==void 0?T:(u=A?.homePage)===null||u===void 0?void 0:u[0])!==null&&g!==void 0?g:m?.bottom_image)!==null&&b!==void 0?b:a,rec:r,item:A,index:w,translateY:p,imgStyle:d?.img,isActive:s}),v.createElement("div",{className:Ne({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Od["two-line-ellipsis"],style:d?.title,dangerouslySetInnerHTML:{__html:Ee((y=A?.title)!==null&&y!==void 0?y:"Product Name",d?.title)}}),v.createElement("button",{"aria-label":(E=(k=A?.bindCta)===null||k===void 0?void 0:k.enTitle)!==null&&E!==void 0?E:"Shop Now",className:Ne(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((L=d?.ctaTitle)===null||L===void 0?void 0:L.height)+"px"},d?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((S=(D=A?.bindCta)===null||D===void 0?void 0:D.enTitle)!==null&&S!==void 0?S:"Shop Now",d?.ctaTitle)}})))))}))};var Md=_e(Ld);const Nd=st(Md,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Dd,bindableProps:[],settingRender:Pt},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 Rd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Vd={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const Fd=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,bottom_image:a,ctaTempStyles:d,translateY:p=0,isActive:s}=t,f=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive"]);const{sxpParameter:m}=je(),[h]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return v.createElement(ci,{isPadding:!!r},h?.map((A,w)=>{var T,u,g,b,y,k,E,L,D,S;return v.createElement(v.Fragment,null,r&&!A?.bindCta?null:v.createElement(Nt,{key:w,className:Ne(Object.assign(Object.assign({},l),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},v.createElement(Ut,Object.assign({rec:r,multiCheckIndex:w},f),v.createElement(jt,{src:(b=(g=(T=A?.cover)!==null&&T!==void 0?T:(u=A?.homePage)===null||u===void 0?void 0:u[0])!==null&&g!==void 0?g:m?.bottom_image)!==null&&b!==void 0?b:a,rec:r,item:A,index:w,translateY:p,imgStyle:d?.img,isActive:s}),v.createElement("div",{className:Ne({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},v.createElement("div",{className:Vd["two-line-ellipsis"],style:d?.title,dangerouslySetInnerHTML:{__html:Ee((y=A?.title)!==null&&y!==void 0?y:"Product Name",d?.title)}}),v.createElement("button",{"aria-label":(E=(k=A?.bindCta)===null||k===void 0?void 0:k.enTitle)!==null&&E!==void 0?E:"Shop Now",className:Ne(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((L=d?.ctaTitle)===null||L===void 0?void 0:L.height)+"px"},d?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((S=(D=A?.bindCta)===null||D===void 0?void 0:D.enTitle)!==null&&S!==void 0?S:"Shop Now",d?.ctaTitle)}})))))}))};var jd=_e(Fd);const Bd=st(jd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:Rd,settingRender:Pt,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 zd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Wd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Hd=t=>{var e,i,{content:n,style:l,bgImg:o,recData:r,bottom_image:a,ctaTempStyles:d,translateY:p=0,isActive:s}=t,f=nt(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","translateY","isActive"]);const{sxpParameter:m}=je(),[h]=q((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]);return v.createElement(ci,{isPadding:!!r},h?.map((A,w)=>{var T,u,g,b,y,k,E,L,D;return v.createElement(v.Fragment,null,r&&!A?.bindCta?null:v.createElement(Nt,{key:w,className:Ne(Object.assign(Object.assign({},l),{flexShrink:0,marginLeft:0,marginRight:"8px"})),tag:"li",role:"listitem"},v.createElement(Ut,Object.assign({rec:r,multiCheckIndex:w},f),v.createElement(jt,{src:(b=(g=(T=A?.cover)!==null&&T!==void 0?T:(u=A?.homePage)===null||u===void 0?void 0:u[0])!==null&&g!==void 0?g:m?.bottom_image)!==null&&b!==void 0?b:a,rec:r,item:A,index:w,translateY:p,imgStyle:d?.img,isActive:s}),v.createElement("div",{className:Ne({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},v.createElement("div",{className:Wd["tow-line-ellipsis"],style:d?.title,dangerouslySetInnerHTML:{__html:Ee((y=A?.title)!==null&&y!==void 0?y:"Product Name",d?.title)}}),v.createElement("button",{"aria-label":(E=(k=A?.bindCta)===null||k===void 0?void 0:k.enTitle)!==null&&E!==void 0?E:"Shop Now",className:Ne(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},d?.ctaTitle)),dangerouslySetInnerHTML:{__html:Ee((D=(L=A?.bindCta)===null||L===void 0?void 0:L.enTitle)!==null&&D!==void 0?D:"Shop Now",d?.ctaTitle)}})))))}))};var Xd=_e(Hd);const Gd=st(Xd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:zd,bindableProps:[],settingRender:Pt},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 Ud=[{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 Yd=({icon:t,styles:e,textStyle:i,onClose:n})=>{var l;const{waterFallData:o,setOpenHashtag:r}=je();return v.createElement("div",{className:"clc-sxp-nav",style:e},v.createElement("button",{className:"clc-sxp-nav-left",role:"button","aria-label":"back button",onClick:n},v.createElement("img",{src:t,alt:"back button"})),v.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:Ee(`#${(l=o?.hashTag)!==null&&l!==void 0?l:"\u6807\u9898"}`,i)}}))};var Qn=_e(Yd),qd=null,Zd="3d989325-e7d6-4a74-8a97-98febdf5b567",Kd=null,Jd=null,Qd={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"},$d=[{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}],ea="Handbags",$n={productUserId:qd,requestId:Zd,channel:Kd,rtc:Jd,tag:Qd,recList:$d,hashTag:ea};const ta=t=>{var e;const{rec:i,style:n={},sizeChange:l=()=>{},unitWidth:o,index:r,showBorder:a,list:d,reportTagsView:p,textStyles:s,space:f}=t,{swiperRef:m,setRtcList:h,setOpenHashtag:A,sxpParameter:w,globalConfig:T}=je(),[u,g]=q(!1);q(!1),q({height:1,width:1});const b=se(null),y=se(null);se(null),se(null);const[k,E]=q(""),L=ce(()=>{var x,M,R,B,z,N,P,V,Y,j;return!((x=i?.video)===null||x===void 0)&&x.cover?(M=i?.video)===null||M===void 0?void 0:M.cover:!((B=(R=i?.video)===null||R===void 0?void 0:R.imgUrls)===null||B===void 0)&&B.length?(N=(z=i?.video)===null||z===void 0?void 0:z.imgUrls)===null||N===void 0?void 0:N[0]:!((V=(P=i?.product)===null||P===void 0?void 0:P.homePage)===null||V===void 0)&&V.length?(j=(Y=i?.product)===null||Y===void 0?void 0:Y.homePage)===null||j===void 0?void 0:j[0]:w?.bottom_image||""},[i,w?.bottom_image]),D=ce(()=>{var x,M;return((x=i?.product)===null||x===void 0?void 0:x.title)||((M=i?.video)===null||M===void 0?void 0:M.title)||null},[i]),S=ce(()=>{var x;return n.transform?Number((x=n.transform)===null||x===void 0?void 0:x.substring(n.transform.indexOf(",",0)+1,n.transform.length-3)):void 0},[n]);ce(()=>S===void 0?!1:S<=a,[S,a]);const c=ui({product:i?.product,enableFormattedPrice:(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:T,isHiddenDef:!0,style:s?.price});ue(()=>{if(b.current===null||L==="")return;let x=null;u&&k?x=k:x=L,x&&b.current.setSrc(x)},[L,u,k]);const _=se(),I=Ae(x=>{setTimeout(()=>{var M;const R=(M=_?.current)===null||M===void 0?void 0:M.offsetHeight;l(R+56+f,r)},0)},[f,l,r,o,_]),O=()=>{p(),h?.(d),setTimeout(()=>{var x;(x=m?.current)===null||x===void 0||x.swiper.slideTo(r,0,!1),A?.(!1)},0)};return v.createElement("div",{ref:y,style:Object.assign({},n),className:"waterFallList-content-listItem",key:r,onClick:O},v.createElement("div",{className:"waterFallList-content-listItem-picture",ref:_},v.createElement(St,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:I,ref:b})),v.createElement("div",{className:"waterFallList-content-listItem-info"},v.createElement("div",{className:`waterFallList-content-listItem-info-title ${c?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},s?.title),dangerouslySetInnerHTML:{__html:Ee(D,s?.title)}}),v.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!c,style:s.price,dangerouslySetInnerHTML:{__html:c??""}})))};function ia(t){var e,i,n,l,o,r,a,d,p,s,f,m,h,A,w,T,u,g,b,y,k,E,{reportTagsView:L,showBanner:D}=t,S=nt(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:_,hashTagSize:I,loadingImage:O,isOpenHashTag:x,cacheActiveIndex:M}=je(),{jumpToWeb:R}=gt(),B=se(null),[z,N]=q(0),[P,V]=q(),Y=se(null),[j,K]=q([]),J=se(),ie=[170,230,300],[pe,Ce]=q(!1),[be,Re]=q([]),Be=se(),ve=Ae((oe,ae)=>Math.floor(Math.random()*(ae-oe+1))+oe,[]),U=se([]),[ne,fe]=q({width:0}),me=ce(()=>{const oe=ne.width||0;return oe>=1200?6:oe>=768&&oe<=1199?4:2},[ne]),Ie=ce(()=>ne.width/me-2,[me,ne]),le=Ae(()=>{var oe;const ae=(oe=J.current)!==null&&oe!==void 0?oe:[],X=[];for(let W=0;W<be?.length;W++){const we=Math.floor(W/me),te=W%me+1;let Z=0,F=9999999999;if(we===0)X[W]=W;else{for(let Te=0;Te<X.length;Te++)U.current[X[Te]].top+U.current[X[Te]].height<F&&(Z=Te,F=U.current[X[Te]].top+U.current[X[Te]].height);X[Z]=W}U.current[W]===void 0&&(U.current[W]={}),we===0?(te===1?U.current[W].left=0:U.current[W].left=U.current[W-1].left+Ie+4,U.current[W].top=0):(U.current[W].left=U.current[Z].left,U.current[W].top=F),U.current[W].height=U.current[W].height||ie[ve(0,2)],ae[W]={transform:`translate(${U.current[W].left}px,${U.current[W].top}px)`,width:`${Ie}px`,height:U.current[W].height}}return K([...ae]),[...ae]},[Ie,me,ie,ve,be]),ye=Ae((oe,ae)=>{U.current[ae]===void 0&&(U.current[ae]={}),U.current[ae].height=oe,J.current=le()},[le]);ue(()=>{J.current=le()},[Ie,me,be]),ue(()=>{var oe,ae;if(Ce(!0),c&&_?.({hashTag:c?.hashTag,defaultSize:I,maxSize:I}).then(X=>{var W,we;V(X),Re((we=(W=X?.recList)===null||W===void 0?void 0:W.filter(te=>te?.video!==null||te?.product!==null))!==null&&we!==void 0?we:[]),Ce(!1)}),x){const X=$n;V(X),Re((ae=(oe=X?.recList)===null||oe===void 0?void 0:oe.filter(W=>W?.video!==null||W?.product!==null))!==null&&ae!==void 0?ae:[]),Ce(!1)}},[c,_,I,x]);const Ge=Ae(()=>{Y.current!==null&&fe({width:Y.current.getBoundingClientRect().width})},[]);ue(()=>{if(Y.current===null)return;const oe=new ResizeObserver(ae=>{Ge()});return oe.observe(Y.current),()=>{oe.disconnect()}},[Ge]),Ae(()=>{Ce(!0),c&&_?.({hashTag:c?.hashTag}).then(oe=>{var ae,X;Re(be?.concat((X=(ae=oe?.recList)===null||ae===void 0?void 0:ae.filter(W=>!W?.video))!==null&&X!==void 0?X:[])),Ce(!1)})},[c,_,be]);const Ye=Ae(()=>{N(B.current.scrollTop)},[]);ue(()=>{var oe;return(oe=B?.current)===null||oe===void 0||oe.addEventListener("scroll",Ye),()=>{var ae;(ae=B?.current)===null||ae===void 0||ae.removeEventListener("scroll",Ye)}},[Ye,B]);const Ue=()=>{var oe,ae,X,W,we;if(!((oe=P?.tag)===null||oe===void 0)&&oe.link){L();const te=c?.rec;R(te,(ae=te?.video)===null||ae===void 0?void 0:ae.bindProduct,(X=te?.video)===null||X===void 0?void 0:X.bindCta,M,(W=te?.video)===null||W===void 0?void 0:W.traceInfo),window.location.href=window.getJointUtmLink((we=P?.tag)===null||we===void 0?void 0:we.link)}};return v.createElement(v.Fragment,null,pe?v.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:O,alt:"loading...",style:{objectFit:"contain"}})):v.createElement("div",{className:"waterFallList",ref:Y},v.createElement("div",{className:"waterFallList-scroll",ref:B},D&&((e=P?.tag)===null||e===void 0?void 0:e.picture)&&v.createElement("div",{onClick:Ue},v.createElement(St,{className:Ne({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=P?.tag)===null||i===void 0?void 0:i.picture})),v.createElement("div",{className:"waterFallList-info",style:(n=S?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:Ee((l=P?.tag)===null||l===void 0?void 0:l.info,(o=S?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),v.createElement("div",{hidden:!(!((r=P?.tag)===null||r===void 0)&&r.link),className:"waterFallList-collection",style:Object.assign({},(a=S?.textStyles)===null||a===void 0?void 0:a.hashTagLink),onClick:Ue,dangerouslySetInnerHTML:{__html:Ee(((d=P?.tag)===null||d===void 0?void 0:d.linkTitle)||"Shop the collection",(p=S?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),v.createElement("div",{className:"waterFallList-content"},be?.map((oe,ae)=>{var X;return v.createElement(ta,Object.assign({key:ae,index:ae,rec:oe,list:be,showBorder:z+((X=B?.current)===null||X===void 0?void 0:X.clientHeight),style:j[ae],sizeChange:ye,unitWidth:Ie,reportTagsView:L},S))}),v.createElement("div",{hidden:!(!((s=P?.tag)===null||s===void 0)&&s.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(w=((m=U?.current[((f=U?.current)===null||f===void 0?void 0:f.length)-1])===null||m===void 0?void 0:m.top)+((A=U?.current[((h=U?.current)===null||h===void 0?void 0:h.length)-1])===null||A===void 0?void 0:A.height))!==null&&w!==void 0?w:0}px)`,height:!((T=P?.tag)===null||T===void 0)&&T.link?((u=Be?.current)===null||u===void 0?void 0:u.offsetHeight)||((g=S?.buttonBgStyle)===null||g===void 0?void 0:g.height)||"100px":0}}))),v.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=P?.tag)===null||b===void 0)&&b.link),style:S?.buttonBgStyle}),v.createElement("div",{ref:Be,hidden:!(!((y=P?.tag)===null||y===void 0)&&y.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},S?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},v.createElement("button",{"aria-label":((k=P?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:S?.buttonStyle,onClick:Ue,dangerouslySetInnerHTML:{__html:Ee(((E=P?.tag)===null||E===void 0?void 0:E.linkTitle)||"Shop the collection",S?.buttonStyle)}}))))}var na="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const oa=t=>{var e;const{rec:i,index:n,list:l,reportTagsView:o,textStyles:r,space:a}=t,{swiperRef:d,setRtcList:p,setOpenHashtag:s,sxpParameter:f,globalConfig:m}=je(),[h,A]=q(!1),w=se(null),T=se(null),u=se(null),g=se(null),[b,y]=q(""),k=ce(()=>{var c,_,I,O,x,M,R,B,z,N;return!((c=i?.video)===null||c===void 0)&&c.cover?(_=i?.video)===null||_===void 0?void 0:_.cover:!((O=(I=i?.video)===null||I===void 0?void 0:I.imgUrls)===null||O===void 0)&&O.length?(M=(x=i?.video)===null||x===void 0?void 0:x.imgUrls)===null||M===void 0?void 0:M[0]:!((B=(R=i?.product)===null||R===void 0?void 0:R.homePage)===null||B===void 0)&&B.length?(N=(z=i?.product)===null||z===void 0?void 0:z.homePage)===null||N===void 0?void 0:N[0]:f?.bottom_image||""},[i,f?.bottom_image]),E=ce(()=>{var c,_;return((c=i?.product)===null||c===void 0?void 0:c.title)||((_=i?.video)===null||_===void 0?void 0:_.title)||null},[i]),L=ui({product:i?.product,enableFormattedPrice:(e=r?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:m,isHiddenDef:!0,style:r?.price});ue(()=>{const c=new IntersectionObserver(_=>{_.forEach(I=>{if(I.isIntersecting){if(T.current===null||k==="")return;h&&b?w.current.setSrc(b):w.current.setSrc(k),c.unobserve(T.current)}})});return c.observe(T.current),()=>{c.disconnect()}},[k,h,b]);const D=(c,_,I)=>{const O=c/_;return I/O};ue(()=>{const c=u?.current;c===null||k===""||!h||(c.src=k,c.currentTime=1,c.crossOrigin="anonymous",c.onloadeddata=()=>{const _=g?.current;if(!_)return;const I=_.getContext("2d"),O=window?.innerWidth/2,x=D(c.videoWidth,c.videoHeight,O);_.height=x,_.width=O,I?.drawImage(c,0,0,_.width,_.height),y(_.toDataURL()),c.remove(),_.remove()})},[k,h]);const S=()=>{o(),p?.(l),setTimeout(()=>{var c;(c=d?.current)===null||c===void 0||c.swiper.slideTo(n,0,!1),s?.(!1)},0)};return v.createElement("div",{ref:T,className:"list-content-listItem",key:n,onClick:S,style:{marginBottom:a}},v.createElement("div",{className:"list-content-listItem-picture"},h&&v.createElement("div",{style:{display:"none"}},v.createElement("video",{ref:u,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),v.createElement("canvas",{ref:g})),v.createElement(St,{loading:"lazy",className:"list-content-listItem-picture-img",ref:w})),v.createElement("div",{className:"list-content-listItem-info"},v.createElement("div",{className:`list-content-listItem-info-title ${L?"list-content-listItem-info-nowrap":""}`,style:r?.title,dangerouslySetInnerHTML:{__html:Ee(E,r?.title)}}),v.createElement("div",{className:"list-content-listItem-info-price",style:r?.price,hidden:!L,dangerouslySetInnerHTML:{__html:L??""}})))};function la(t){var e,i,n,l,o,r,a,d,p,s,f,m,h,A,w,T,u,{reportTagsView:g,showBanner:b}=t,y=nt(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:E,hashTagSize:L,loadingImage:D,isOpenHashTag:S,cacheActiveIndex:c}=je(),{jumpToWeb:_}=gt(),[I,O]=q(),[x,M]=q(),[R,B]=q(!1),z=se(null),[N,P]=q(!1);Ae(()=>{N||(P(!0),k&&E?.({hashTag:k?.hashTag}).then(Y=>{var j;O(I?.concat((j=Y?.recList)!==null&&j!==void 0?j:[])),P(!1)}))},[k,E,I,N]),ue(()=>{var Y,j;if(B(!0),k&&E?.({hashTag:k?.hashTag,defaultSize:L,maxSize:L}).then(K=>{var J,ie;M(K),O((ie=(J=K?.recList)===null||J===void 0?void 0:J.filter(pe=>pe?.video!==null||pe?.product!==null))!==null&&ie!==void 0?ie:[]),B(!1)}),S){const K=$n;M(K),O((j=(Y=K?.recList)===null||Y===void 0?void 0:Y.filter(J=>J?.video!==null||J?.product!==null))!==null&&j!==void 0?j:[]),B(!1)}},[k,E,L,S]);const V=()=>{var Y,j,K,J,ie;if(!((Y=x?.tag)===null||Y===void 0)&&Y.link){g();const pe=k?.rec;_(pe,(j=pe?.video)===null||j===void 0?void 0:j.bindProduct,(K=pe?.video)===null||K===void 0?void 0:K.bindCta,c,(J=pe?.video)===null||J===void 0?void 0:J.traceInfo),window.location.href=window.getJointUtmLink((ie=x?.tag)===null||ie===void 0?void 0:ie.link)}};return v.createElement(v.Fragment,null,R?v.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:D,alt:"loading...",style:{objectFit:"contain"}})):v.createElement("div",{className:"list"},v.createElement("div",{className:"list-scroll",ref:z},b&&((e=x?.tag)===null||e===void 0?void 0:e.picture)&&v.createElement("div",{onClick:V},v.createElement(St,{className:Ne({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=x?.tag)===null||i===void 0?void 0:i.picture})),v.createElement("div",{className:"list-info",style:(n=y?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:Ee((l=x?.tag)===null||l===void 0?void 0:l.info,(o=y?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),v.createElement("div",{hidden:!(!((r=x?.tag)===null||r===void 0)&&r.link),className:"list-collection",onClick:V,style:Object.assign(Object.assign({},(a=y?.textStyles)===null||a===void 0?void 0:a.hashTagLink),{marginBottom:y?.space}),dangerouslySetInnerHTML:{__html:Ee(((d=x?.tag)===null||d===void 0?void 0:d.linkTitle)||"Shop the collection",(p=y?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),v.createElement("div",{className:"list-content"},I?.map((Y,j)=>v.createElement(oa,Object.assign({key:j,index:j,rec:Y,list:I,reportTagsView:g},y)))),v.createElement("div",{hidden:!N,style:{textAlign:"center"}},"loading..."),v.createElement("div",{hidden:!(!((s=x?.tag)===null||s===void 0)&&s.link),style:{height:!((f=x?.tag)===null||f===void 0)&&f.link?((m=y?.buttonBgStyle)===null||m===void 0?void 0:m.height)||((h=y?.buttonStyle)===null||h===void 0?void 0:h.height)||"100px":0}})),v.createElement("div",{className:"list-bottom",hidden:!(!((A=x?.tag)===null||A===void 0)&&A.link),style:y?.buttonBgStyle}),v.createElement("div",{hidden:!(!((w=x?.tag)===null||w===void 0)&&w.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},y?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},v.createElement("button",{"aria-label":((T=x?.tag)===null||T===void 0?void 0:T.linkTitle)||"Shop the collection",className:"list-btn",style:y?.buttonStyle,onClick:V,dangerouslySetInnerHTML:{__html:Ee(((u=x?.tag)===null||u===void 0?void 0:u.linkTitle)||"Shop the collection",y?.buttonStyle)}}))))}const ra=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:l,swiperRef:o,setWaterFallData:r,cacheRtcList:a,setRtcList:d,cacheActiveIndex:p,rtcList:s,setCacheRtcList:f,setIsFromHashtag:m,isFromHashtag:h,bffEventReport:A,themeTag:w,selectTag:T,bffFbReport:u}=je(),{backMainFeed:g}=gt();se(null);const b=se(null),[y,k]=q();ue(()=>{const c=document.getElementById("sxp-render"),_=document.getElementById("water-fall");_?b.current=_:(b.current=document.createElement("div"),b.current.setAttribute("id","water-fall"),c?.appendChild(b.current))},[]);const E=()=>{var c,_;g("branch",T,void 0,i?.hashTag),S(),r?.(void 0),m?.(!1),(_=(c=o?.current)===null||c===void 0?void 0:c.swiper)===null||_===void 0||_.slideTo(p,0,!1),n?.(!1)},[L,D]=q();ue(()=>{i&&D(i)},[i]);const S=Ae(()=>{var c,_,I,O,x,M;const R=L?.rec;if(!R)return;let B="",z=null;h?B="hashTagPage":!((c=R?.video)===null||c===void 0)&&c.url?(B="videoPage",z="video"):!((I=(_=R?.video)===null||_===void 0?void 0:_.imgUrls)===null||I===void 0)&&I.length&&(B="imagePage",z="image"),A?.({eventInfo:{contentId:(O=R?.video)===null||O===void 0?void 0:O.itemId,position:p+"",contentTags:JSON.stringify((x=R?.video)===null||x===void 0?void 0:x.tags),traceInfo:(M=R?.video)===null||M===void 0?void 0:M.traceInfo,hashTags:JSON.stringify([L?.hashTag]),fromKName:B,fromKPage:location?.href,timeOnSite:Math.floor((new Date-y)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents",contentFormat:z}})},[L,A,y,h,p]);return ue(()=>{l&&(k(new Date),u?.({eventName:"PageView"}))},[l,u]),ue(()=>{const c=()=>{k(new Date)};return window.addEventListener("pageshow",c),()=>{window.removeEventListener("pageshow",c)}},[]),b.current?ln.createPortal(v.createElement("div",{className:"waterfall",style:{display:l?"block":"none"}},v.createElement(Qn,{icon:na,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:E}),t?.openFixedSize===!0||t?.openFixedSize===void 0?v.createElement(la,Object.assign({reportTagsView:S},t)):v.createElement(ia,Object.assign({reportTagsView:S},t))),b.current):null};var eo=_e(ra);const da=t=>v.createElement(eo,Object.assign({},t));var aa=_e(da);const sa=st(aa,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ud,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 ca=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const to=t=>v.createElement(to,Object.assign({},t));var ua=_e(to);const va=st(ua,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:ca},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var pa=[{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"]}]}],io={"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 ma=t=>{var e,i,n,l,o,r,a,d,p,s,{style:f,recData:m,ctaTempStyles:h,index:A,event:w,onClick:T,isExternalLink:u=!1,isActive:g}=t,b=nt(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink","isActive"]);const{ctaEvent:y,setPopupDetailData:k}=je(),{jumpToWeb:E}=gt(),[L,D]=q(!1),S=se(null),c=Kn(S),_=((n=(i=(e=m?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((o=(l=m?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((r=m?.video)===null||r===void 0?void 0:r.bindCta),I=((d=(a=m?.video)===null||a===void 0?void 0:a.bindProducts)===null||d===void 0?void 0:d[0])||((p=m?.video)===null||p===void 0?void 0:p.bindProduct),O=()=>{var B,z,N,P;const V=((z=(B=m?.video)===null||B===void 0?void 0:B.bindProducts)===null||z===void 0?void 0:z[0])||((N=m?.video)===null||N===void 0?void 0:N.bindProduct)||m?.video;if(y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},m,V,A),k?.(Object.assign(Object.assign({},m),{index:A})),u){const Y=I?.link||((P=V?.bindCta)===null||P===void 0?void 0:P.link);Y&&(E(m,I,_,A),window.location.href=window.getJointUtmLink(Y))}else T?.()},x=_?.enTitle||"\u67E5\u770B\u8BE6\u60C5",M=ce(()=>{var B,z;const N=w?.animation;if(N){const{delay:P,duration:V,backgroundColor:Y}=N;return{":after":{animationDelay:`${(B=P/1e3)!==null&&B!==void 0?B:0}s`,animationDuration:`${(z=V/1e3)!==null&&z!==void 0?z:0}s`,backgroundColor:`${Y??"transparent"}`}}}},[w?.animation]);ue(()=>{var B,z,N;c&&S?.current&&g&&y?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},m,((z=(B=m?.video)===null||B===void 0?void 0:B.bindProducts)===null||z===void 0?void 0:z[0])||((N=m?.video)===null||N===void 0?void 0:N.bindProduct)||m?.video,A)},[c,g]),ue(()=>{D(!!c)},[c]);const R=ce(()=>L?io["animated-button"]:null,[L]);return v.createElement("div",Object.assign({ref:S,style:Object.assign(Object.assign(Object.assign({},f),h?.ctaTitle),{lineHeight:`${(s=f?.height)!==null&&s!==void 0?s:0}px`})},b,{className:`${R} ${Ne(M)} ${io["one-line-ellipsis"]}`,onClick:O,dangerouslySetInnerHTML:{__html:Ee(x,h?.ctaTitle)}}))};var fa=_e(ma),ha=[{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 Aa=st(fa,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:pa,bindableProps:[],interactionRender:ha},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 ba=[{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"]}]}],li={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 ga="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",ya=t=>{var e,i,n,l,o,r,a,d,p,s,f,m,h,A,w,T,u,g,b,y,k,E,L,D,{style:S,recData:c,ctaTempStyles:_,index:I,event:O,bottom_image:x,translateY:M,isTel:R,onClick:B,isExternalLink:z=!1,isActive:N}=t,P=nt(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);S==null||delete S.transform;const{sxpParameter:V,globalConfig:Y,ctaEvent:j,setPopupDetailData:K}=je(),{jumpToWeb:J}=gt(),[ie,pe]=q(!0),Ce=((n=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((o=(l=c?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((r=c?.video)===null||r===void 0?void 0:r.bindCta),be=((d=(a=c?.video)===null||a===void 0?void 0:a.bindProducts)===null||d===void 0?void 0:d[0])||((p=c?.video)===null||p===void 0?void 0:p.bindProduct),Re=()=>{var me,Ie,le,ye;const Ge=((Ie=(me=c?.video)===null||me===void 0?void 0:me.bindProducts)===null||Ie===void 0?void 0:Ie[0])||((le=c?.video)===null||le===void 0?void 0:le.bindProduct)||c?.video;if(j?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Ge,I),K?.(Object.assign(Object.assign({},c),{index:I})),z){const Ye=be?.link||((ye=Ge?.bindCta)===null||ye===void 0?void 0:ye.link);Ye&&(J(c,be,Ce,I),window.location.href=window.getJointUtmLink(Ye))}else B?.()},Be=Ce?.enTitle||"\u67E5\u770B\u8BE6\u60C5",ve=ce(()=>{const me=O?.animation;if(me){const{delay:Ie,duration:le}=me;return{animationDelay:`${Ie?Ie/1e3:0}s`,animationDuration:`${le?le/1e3:0}s`}}},[O?.animation]),U=(A=(h=(m=(s=be?.cover)!==null&&s!==void 0?s:(f=be?.homePage)===null||f===void 0?void 0:f[0])!==null&&m!==void 0?m:Ce?.icon)!==null&&h!==void 0?h:V?.bottom_image)!==null&&A!==void 0?A:x,ne=me=>{me.stopPropagation(),pe(!1)};ue(()=>{pe(!0)},[N]);const fe=ce(()=>N&&ie?li["animated-fadeIn"]:null,[N,ie]);return v.createElement(v.Fragment,null,R?v.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):v.createElement("div",Object.assign({},P,{className:`${Ne(Object.assign(Object.assign({},S),{"--transY":`translateY(calc(100% + ${(w=S?.margin)!==null&&w!==void 0?w:0}px))`}))} ${li.aniLinkPopup} ${fe} ${Ne(ve)}`,onClick:Re}),v.createElement("div",{onClick:ne,className:li["modal-icon-wrapper"],style:{padding:(T=S?.padding)!==null&&T!==void 0?T:0}},v.createElement("img",{src:(u=Y?.popupCloseIcon)!==null&&u!==void 0?u:ga,alt:"close",className:li["modal-icon-wrapper-img"]})),v.createElement(jt,{src:U,rec:c,item:(E=(y=(b=(g=c?.video)===null||g===void 0?void 0:g.bindProducts)===null||b===void 0?void 0:b[0])!==null&&y!==void 0?y:(k=c?.video)===null||k===void 0?void 0:k.bindProduct)!==null&&E!==void 0?E:c?.video,index:I,translateY:M,imgStyle:_?.img,isActive:N}),(!c||be?.title)&&v.createElement("div",{className:li["one-line-ellipsis"],style:_?.title,dangerouslySetInnerHTML:{__html:Ee((L=be?.title)!==null&&L!==void 0?L:"Product Name",_?.title)}}),v.createElement("div",{className:li["one-line-ellipsis"],style:Object.assign(Object.assign({},_?.ctaTitle),{lineHeight:((D=_?.ctaTitle)===null||D===void 0?void 0:D.height)+"px"}),dangerouslySetInnerHTML:{__html:Ee(Be,_?.ctaTitle)}})))};var wa=_e(ya),Ta=[{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 Sa=st(wa,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:ba,bindableProps:[],interactionRender:Ta},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 xa=[{title:"\u70B9\u51FB\u8BE6\u60C5\u6309\u94AE",child:[{type:"link",name:"onClick",showAppId:!0}]}],Ea=[{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 no=di({}),Ia=({children:t,data:e})=>{var i,n,l,o,r,a,d,p,s,f,m,h,A;const[w,T]=q(!1),[u,g]=q(!1),[b,y]=q("");return v.createElement(no.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:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.personalized_recommend,placeholderImage:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.placeholder_image,hashTagSize:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.hash_tag_size,loadingImage:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.loading_image,privacyContent:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.privacy_context,privacyNecessity:(p=e?.sxp_parameter)===null||p===void 0?void 0:p.privacy_necessity,privacyPolicyTitle:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.privacy_title,template:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.template,industry:(A=e?.sxp_parameter)===null||A===void 0?void 0:A.industry},appDomain:e?.appDomain,openHashtag:w,setOpenHashtag:T,openConsent:u,setOpenConsent:g,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter,consentPopupCate:b,setConsentPopupCate:y}},t)};function oo(){return ri(no)}var Ca="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",ka="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 Pa=t=>{var e,i,{isTel:n,isShowOnce:l,open:o,content:r,interaction:a,style:d,onClick:p,contsentState:s,isShowClose:f}=t;nt(t,["isTel","isShowOnce","open","content","interaction","style","onClick","contsentState","isShowClose"]);const{consentPopupCate:m}=oo(),[h,A]=q(!1),w=ce(()=>m==="Display"||o&&(l||s)&&d&&!h,[m,o,h]),T=Ae(()=>{A(!0)},[]),u=Ae(()=>{p?.()},[]);return v.createElement(v.Fragment,null,n?v.createElement("img",{src:ka,width:"100%"}):v.createElement(v.Fragment,null,w&&v.createElement("div",{className:"consentPopupDisplay",style:d},v.createElement("div",{style:{flex:1}},v.createElement("span",{style:r?.style,dangerouslySetInnerHTML:{__html:Ee((e=r?.text)===null||e===void 0?void 0:e.replace(/\n/g,"</br>"),r?.style)}}),v.createElement("span",{style:Object.assign(Object.assign({},a?.style),{marginLeft:"5px"}),dangerouslySetInnerHTML:{__html:Ee((i=a?.text)===null||i===void 0?void 0:i.replace(/\n/g,"</br>"),a?.style)},onClick:u})),f&&v.createElement("button",{"aria-label":"close",className:"consentPopupDisplay-close",onClick:T},v.createElement("img",{src:Ca,alt:"close"})))))};var _a=_e(Pa);const Da=st(_a,{displayName:"Display Consent",icon:"",category:"consentPopup",type:"Display",related:{settingRender:Ea,bindableProps:[],interactionRender:xa},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 Zi=Object.freeze({__proto__:null,AniLink:Aa,AniLinkPopup:Sa,Appoint:fd,AppointForm:Uo,Commodity:ud,CommodityDetail:Nr,CommodityDetailDiroNew:Gr,CommodityDiro:Ed,CommodityDiroNew:_d,CommodityList:Jr,Consent:va,ConsentDetail:ld,Display:Da,HashTag:sa,Iframe:td,Link:yd,MultiCommodity:Bd,MultiCommodityDiro:Nd,MultiCommodityDiroNew:Gd,Prompt:Br});const Oa="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",La="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Ma=t=>{var e,{active:i,activeIcon:n,unActicveIcon:l,recData:o,position:r}=t,a=nt(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:d,mutateUnlike:p,bffEventReport:s,setCacheRtcList:f,cacheRtcList:m}=je(),[h,A]=q((e=m?.[r])===null||e===void 0?void 0:e.isCollected),w=Ct(La),T=Ct(Oa),u=Pi(()=>mt(void 0,void 0,void 0,function*(){var g,b,y,k,E,L,D,S,c,_,I,O,x,M,R,B,z,N,P,V,Y,j;if(h){A(!1);const K=(y=yield p?.({videoItemId:(b=(g=o?.video)===null||g===void 0?void 0:g.itemId)!==null&&b!==void 0?b:""}))!==null&&y!==void 0?y:!1;if(s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(E=(k=o?.video)===null||k===void 0?void 0:k.itemId)!==null&&E!==void 0?E:"",contentName:(D=(L=o?.video)===null||L===void 0?void 0:L.title)!==null&&D!==void 0?D:"",contentTags:JSON.stringify((c=(S=o?.video)===null||S===void 0?void 0:S.tags)!==null&&c!==void 0?c:[]),position:r+"",contentFormat:!((_=o?.video)===null||_===void 0)&&_.url?"video":"image",traceInfo:(I=o?.video)===null||I===void 0?void 0:I.traceInfo}}),!K)A(!0);else{const J=(O=m?.map((ie,pe)=>(pe===r&&(ie.isCollected=!1),ie)))!==null&&O!==void 0?O:[];f?.(J)}}else{A(!0);const K=(x=yield d?.({content:JSON.stringify(o)}))!==null&&x!==void 0?x:!1;if(s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(R=(M=o?.video)===null||M===void 0?void 0:M.itemId)!==null&&R!==void 0?R:"",contentName:(z=(B=o?.video)===null||B===void 0?void 0:B.title)!==null&&z!==void 0?z:"",contentTags:JSON.stringify((P=(N=o?.video)===null||N===void 0?void 0:N.tags)!==null&&P!==void 0?P:[]),position:r+"",contentFormat:!((V=o?.video)===null||V===void 0)&&V.url?"video":"image",traceInfo:(Y=o?.video)===null||Y===void 0?void 0:Y.traceInfo}}),!K)A(!1);else{const J=(j=m?.map((ie,pe)=>(pe===r&&(ie.isCollected=!0),ie)))!==null&&j!==void 0?j:[];f?.(J)}}}),200);return v.createElement("button",Object.assign({},a,{"aria-label":"like",onClick:u}),v.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:h?n||w:l||T,alt:"icon"}))};var lo=_e(Ma),Na="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 Ki=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=go.render(v.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})(),Ra=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:r,videoPlayIcon:a})=>{const[d,p]=q(!1),{bffEventReport:s,sxpParameter:f,waterFallData:m,openHashtag:h,bffFbReport:A}=je(),w=se(0),[T,u]=q(!1),[g,b]=q(!0),{isActive:y}=Yn(),k=se(null),[E,L]=q(""),[D,S]=q(!1),c=se(),_=`pb-cache-video-${e}`,I=se(null),O=se(null),x=se(),M=se(),R=ce(()=>r?.mode==="2",[r]),B=ce(()=>{var U;return r?.mode==="2"?`translateY(-${50+((U=r?.offsetTop)!==null&&U!==void 0?U:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),z=ce(()=>{var U;return((U=t?.video)===null||U===void 0?void 0:U.cover)||E},[E,t]),N=ce(()=>R?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[R]),P=ce(()=>r?.bgWay==="1",[r]),V=ce(()=>P&&r?.bgColor?{backgroundColor:r?.bgColor}:{},[r,P]);ue(()=>{c?.current&&(c.current.muted=l)},[l,c?.current]);const Y=Ae(()=>{var U;c?.current&&((U=c?.current)===null||U===void 0||U.play())},[c?.current]),j=Ct("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),K=Ae(()=>{c?.current&&(S(!1),u(!0))},[]),J=Ae(()=>mt(void 0,void 0,void 0,function*(){var U,ne,fe,me,Ie,le,ye,Ge,Ye,Ue,oe,ae,X;if(!c?.current)return;p(!1);const W=n[e];if(W&&(!((U=c?.current)===null||U===void 0)&&U.duration)){w.current=((ne=c?.current)===null||ne===void 0?void 0:ne.currentTime)||0;const we=((me=(fe=c?.current)===null||fe===void 0?void 0:fe.duration)!==null&&me!==void 0?me:0).toFixed(2),te=((le=(Ie=c?.current)===null||Ie===void 0?void 0:Ie.currentTime)!==null&&le!==void 0?le:0).toFixed(2),Z=g?"0":"1";s?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(Ge=(ye=W?.video)===null||ye===void 0?void 0:ye.itemId)!==null&&Ge!==void 0?Ge:"",contentName:(Ue=(Ye=W?.video)===null||Ye===void 0?void 0:Ye.title)!==null&&Ue!==void 0?Ue:"",playType:Z,startTime:te,videoDuration:we,contentTags:JSON.stringify((ae=(oe=W?.video)===null||oe===void 0?void 0:oe.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(X=W?.video)===null||X===void 0?void 0:X.traceInfo,loadTime:M?.current-x?.current+""}}),b(!1)}}),[s,n,e,g,c?.current]),ie=Ae(()=>{var U;if(!c?.current||E||!R||(c.current.style.objectFit="contain",!((U=t?.video)===null||U===void 0)&&U.cover||!k||!k.current||P))return;const ne=()=>{const fe=k?.current,me=fe.getContext("2d"),Ie=window?.innerWidth,le=window?.innerHeight;fe.height=le,fe.width=Ie,me?.drawImage(c.current,0,0,fe.width,fe.height),L(fe.toDataURL())};ne(),setTimeout(()=>{ne()},500)},[c.current,P,t,E,R]),pe=Ae(()=>{c.current&&(M.current=new Date,J(),ie())},[c.current,ie,J]),Ce=Ae(U=>()=>{var ne,fe,me,Ie,le;if(!c.current||!T)return;const ye=(ne=c?.current)===null||ne===void 0?void 0:ne.paused;switch(U){case"start":if(!ye)return;(fe=c?.current)===null||fe===void 0||fe.play(),p(!1);break;case"pause":if(ye)return;(me=c?.current)===null||me===void 0||me.pause(),p(!0);break;default:ye?(Ie=c?.current)===null||Ie===void 0||Ie.play():(le=c?.current)===null||le===void 0||le.pause(),p(!ye);break}},[T,c?.current]),be=Ae(()=>{var U,ne,fe,me,Ie,le,ye,Ge,Ye,Ue,oe,ae,X;if(!c?.current||o!==e)return;const W=n[e],we=((ne=(U=c?.current)===null||U===void 0?void 0:U.duration)!==null&&ne!==void 0?ne:0).toFixed(2),te=((me=(fe=c?.current)===null||fe===void 0?void 0:fe.currentTime)!==null&&me!==void 0?me:0).toFixed(2);if(!((Ie=c?.current)===null||Ie===void 0)&&Ie.duration){const Z=(((le=c?.current)===null||le===void 0?void 0:le.currentTime)-w.current).toFixed(2);s?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(Ge=(ye=W?.video)===null||ye===void 0?void 0:ye.itemId)!==null&&Ge!==void 0?Ge:"",contentName:(Ue=(Ye=W?.video)===null||Ye===void 0?void 0:Ye.title)!==null&&Ue!==void 0?Ue:"",endTime:te,videoDuration:we,playDuration:Z,contentTags:JSON.stringify((ae=(oe=W?.video)===null||oe===void 0?void 0:oe.tags)!==null&&ae!==void 0?ae:[]),position:e+"",contentFormat:"video",traceInfo:(X=W?.video)===null||X===void 0?void 0:X.traceInfo}})}},[n,e,s,c?.current,o]),Re=Ae(()=>{S(!0)},[]);ue(()=>{var U,ne,fe,me,Ie,le,ye,Ge,Ye,Ue;if(!y)return;const oe=t?.video.url;if(!oe)return;const ae=document.querySelector(`#${_}`);if(!ae||(c.current=Ki?.(ae),!c?.current))return;x.current=new Date;const X=window?.Hls;let W=O?.current;return oe.includes(".m3u8")&&X&&X.isSupported()?(W=new X,W?.loadSource(oe),W?.attachMedia(c?.current),W?.on(X.Events.MANIFEST_PARSED,function(){var we;(we=c?.current)===null||we===void 0||we.play()})):c.current.src=oe,(U=c?.current)===null||U===void 0||U.setAttribute("x5-playsinline","true"),(ne=c?.current)===null||ne===void 0||ne.setAttribute("webkit-playsinline","true"),(fe=c?.current)===null||fe===void 0||fe.addEventListener("loadedmetadata",pe),(me=c?.current)===null||me===void 0||me.addEventListener("loadeddata",ie),(Ie=c?.current)===null||Ie===void 0||Ie.addEventListener("play",J),(le=c?.current)===null||le===void 0||le.addEventListener("playing",K),(ye=c?.current)===null||ye===void 0||ye.addEventListener("pause",be),(Ge=c?.current)===null||Ge===void 0||Ge.addEventListener("ended",Y),(Ye=c?.current)===null||Ye===void 0||Ye.addEventListener("canplay",Y),(Ue=c?.current)===null||Ue===void 0||Ue.addEventListener("waiting",Re),()=>{var we,te,Z,F,Te,ot,ht,At,ct,yt;((we=c?.current)===null||we===void 0?void 0:we.paused)||be(),O?.current&&((te=O?.current)===null||te===void 0||te.destroy()),u(!1),(Z=c?.current)===null||Z===void 0||Z.removeEventListener("loadedmetadata",pe),(F=c?.current)===null||F===void 0||F.removeEventListener("loadeddata",ie),(Te=c?.current)===null||Te===void 0||Te.removeEventListener("play",J),(ot=c?.current)===null||ot===void 0||ot.removeEventListener("playing",K),(ht=c?.current)===null||ht===void 0||ht.removeEventListener("pause",be),(At=c?.current)===null||At===void 0||At.removeEventListener("ended",Y),(ct=c?.current)===null||ct===void 0||ct.removeEventListener("canplay",Y),(yt=c?.current)===null||yt===void 0||yt.removeEventListener("waiting",Re)}},[y]),ue(()=>{var U,ne,fe,me,Ie,le;!c?.current||!T||(y?(A?.({eventName:"ViewContent",product:(ne=(U=n?.[e])===null||U===void 0?void 0:U.video)===null||ne===void 0?void 0:ne.bindProduct}),A?.({eventName:"PageView",product:(me=(fe=n?.[e])===null||fe===void 0?void 0:fe.video)===null||me===void 0?void 0:me.bindProduct}),(Ie=c?.current)===null||Ie===void 0||Ie.play()):(le=c?.current)===null||le===void 0||le.pause())},[y,T,c?.current]),ue(()=>{var U,ne,fe;if(!y||!c?.current)return;!((U=c?.current)===null||U===void 0?void 0:U.paused)&&h?(ne=c?.current)===null||ne===void 0||ne.pause():h||(fe=c?.current)===null||fe===void 0||fe.play()},[h,y,c?.current]),ue(()=>{if(!y)return;const U=()=>{Ce("start")()},ne=Ce("pause");return wt.on(ft.PAGE_DID_SHOW,U),wt.on(ft.PAGE_DID_HIDE,ne),()=>{wt.off(ft.PAGE_DID_SHOW,U),wt.off(ft.PAGE_DID_HIDE,ne)}},[Ce,y]);const Be=ce(()=>!f?.placeholder_image||T?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[T,f?.placeholder_image]),ve=ce(()=>{if(!(!D||!T))return v.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Na,alt:"placeholder image"})},[D,T]);return ue(()=>{if(!c?.current)return;const U=()=>{var ne;o===e&&(!((ne=t?.video)===null||ne===void 0)&&ne.url)&&c?.current&&!d&&Ce("pause")()};return window.addEventListener("beforeunload",U),()=>{window.removeEventListener("beforeunload",U)}},[o,e,t,c?.current,Ce,d]),t?.video?v.createElement(v.Fragment,null,R?v.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:Ce(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},V)},!P&&T&&z&&v.createElement(St,{src:z,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},N)}),v.createElement("canvas",{ref:k,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:B,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},v.createElement("div",{className:"n-full-screen",ref:I,id:_,style:{width:"100%",height:"100%"}}),d&&v.createElement(St,{className:"clc-pb-video-pause",src:a??j,alt:"pause"}))),Be,ve):v.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:Ce()},v.createElement("div",{className:"n-full-screen",ref:I,id:_,style:{width:"100%",height:"100%"}}),Be,ve,d&&v.createElement(St,{className:"clc-pb-video-pause",src:a??j,alt:"pause"}))):null};var Va=_e(Ra);const Fa=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:l})=>{const[o,r]=q(t),a=d=>{d.stopPropagation();const p=!o;r(p),n?.(p)};return ue(()=>{r(t)},[t]),v.createElement("button",{style:l,"aria-label":"toggle button",className:"pb-toggle-button",onClick:a},v.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:o?e:i}))};var ro=_e(Fa);const ja=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,l]=q(!0);Ht(),ue(()=>{setTimeout(()=>{l(!1)},i)},[]);const o=Ct("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),r=ce(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return v.createElement("div",{hidden:!n,className:`pb-finger-wrap ${r}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},v.createElement("img",{src:t||o,alt:"finger swiper"}))},ao=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:l}=t,o=ce(()=>n?.mode==="2",[n]),r=ce(()=>{var s;return n?.mode==="2"?`translateY(-${50+((s=n?.offsetTop)!==null&&s!==void 0?s:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),a=ce(()=>o?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[o]),d=ce(()=>n?.bgWay==="1",[n]),p=ce(()=>d&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,d]);return v.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},p)},(!o||!d)&&v.createElement(St,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},a),onLoad:l}),o&&v.createElement(St,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:r,left:0,right:0},onLoad:l}))},Ba=({imgUrls:t,width:e,height:i,rec:n,index:l,onViewImageEndEvent:o,onViewImageStartEvent:r,imgUrlsPostConfig:a})=>{var d,p;const s=se(),{isActive:f}=Yn(),{sxpParameter:m,openHashtag:h}=je(),[A,w]=q(!1),[T,u]=q(),g=new Date;ue(()=>{A&&f?(s?.current&&s.current.swiper.autoplay.start(),h?o(n):r(l,T,!0)):s?.current&&s.current.swiper.autoplay.stop()},[n,f,o,h,l,r,A,T]);const b=Ae(y=>mt(void 0,void 0,void 0,function*(){A||(u({loadTime:new Date-g+""}),w(!0))}),[A]);return ue(()=>{const y=()=>r(l,T),k=()=>o(n);return wt.on(ft.PAGE_DID_SHOW,y),wt.on(ft.PAGE_DID_HIDE,k),()=>{wt.off(ft.PAGE_DID_SHOW,y),wt.off(ft.PAGE_DID_HIDE,k)}},[T]),v.createElement(Jt,{ref:s,defaultValue:0,direction:"horizontal",modules:[Ti,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},className:Ne(Object.assign(Object.assign({".swiper-pagination":{bottom:(d=a?.marginBottom)!==null&&d!==void 0?d:0,fontSize:"14px"}},a?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:a?.dotsBgColor,opacity:1}}),a?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${a?.dotsActiveColor}!important`,opacity:1}})),height:i,loop:!0,autoplay:{delay:((p=a?.delay)!==null&&p!==void 0?p:3)*1e3}},t?.map((y,k)=>v.createElement(Nt,{key:k},v.createElement(ao,{src:!A&&k>0?"":y,height:i,imgUrlsPostConfig:a,onShowFirstImage:b}))))};var za=_e(Ba);const Wa=({tags:t,itemId:e,itemType:i,index:n,rec:l,hashTagStyle:o,hashTagRightMargin:r})=>{var a;const[d,p]=q(!1),{setWaterFallData:s,setOpenHashtag:f,setCacheActiveIndex:m,waterFallData:h,setIsFromHashtag:A}=je(),w=T=>{h?A?.(!0):m?.(n),s?.(i?{hashTag:T,itemId:e,itemType:i,rec:l}:{hashTag:T,rec:l}),f?.(!0)};return ce(()=>t.length<=6?null:v.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>p(!d)},d?"show less":"show more"),[d,t]),v.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(a=o?.marginTop)!==null&&a!==void 0?a:16}px`,width:r}},v.createElement(ci,null,t?.map((T,u)=>v.createElement(Nt,{key:u,hidden:d?!1:u>=6,className:"clc-sxp-bottom-hashtag-item",style:o,onClick:()=>w(T),tag:"li",role:"listitem"},v.createElement("button",{className:"clc-sxp-bottom-hashtag-item-button","aria-label":T,"aria-describedby":T,dangerouslySetInnerHTML:{__html:Ee(`#${T}`,o)}})))))};var so=_e(Wa),co="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 vi(t){return _e(function(e){const{$store:i}=Co(),n=o=>{let r=o;const a=o.match(/{{.*?}}/g);return a?.length&&a.forEach(d=>{d.replace(/{{\s*([\w.]+)\s*}}/g,(p,s)=>{if(s){const f=nn(i,s);return r=r.replace(d,f),f}})}),r},l=ce(()=>{var o,r,a;const{bindDatas:d}=e,p=nt(e,["bindDatas"]);if((o=d?.forEach)===null||o===void 0||o.call(d,s=>{if(s?.propKey&&s?.dataPath){const{propKey:f,dataPath:m}=s;m.replace(/{{\s*([\w.]+)\s*}}/g,(h,A)=>{var w,T;if(A){const u=(T=(w=nn(i,A))!==null&&w!==void 0?w:e[f])!==null&&T!==void 0?T:"";return p[f]=u,u}})}}),p){p.eventMap={};const s=ei(p.event)||{};for(const f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{s[f].value=n(s[f].value),p.eventMap[f]=new Function(s[f].value)}catch{}}return!((a=(r=p?.event)===null||r===void 0?void 0:r.onClick)===null||a===void 0)&&a.linkType&&(p.style.cursor="pointer"),p},[i,e]);return v.createElement(t,Object.assign({},l,l.eventMap))})}const Ha=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:l,isActive:o,value:r})=>{const{schema:a}=Ht();if(!t?.video)return null;const d=ce(()=>{var p,s,f,m,h,A,w,T,u,g,b,y,k,E,L,D,S,c,_,I,O,x,M,R,B,z,N,P;if(!(l&&!l?.includes((p=r?.item)===null||p===void 0?void 0:p.type))&&!(!l&&((s=r?.item)===null||s===void 0?void 0:s.category)==="cta")){if(((f=r?.item)===null||f===void 0?void 0:f.type)==="CommodityDiro"&&!(!((m=t?.video)===null||m===void 0)&&m.bindProduct)||((h=r?.item)===null||h===void 0?void 0:h.type)==="Commodity"&&!(!((A=t?.video)===null||A===void 0)&&A.bindProduct)||((w=r?.item)===null||w===void 0?void 0:w.type)==="CommodityDiroNew"&&!(!((T=t?.video)===null||T===void 0)&&T.bindProduct)||((u=r?.item)===null||u===void 0?void 0:u.type)==="MultiCommodity"&&!(!((b=(g=t?.video)===null||g===void 0?void 0:g.bindProducts)===null||b===void 0)&&b.length)||((y=r?.item)===null||y===void 0?void 0:y.type)==="MultiCommodityDiro"&&!(!((E=(k=t?.video)===null||k===void 0?void 0:k.bindProducts)===null||E===void 0)&&E.length)||((L=r?.item)===null||L===void 0?void 0:L.type)==="MultiCommodityDiroNew"&&!(!((S=(D=t?.video)===null||D===void 0?void 0:D.bindProducts)===null||S===void 0)&&S.length))return null;if(r&&n){const V=n[(c=r?.item)===null||c===void 0?void 0:c.type],Y=vi(V),j=(_=V?.extend)===null||_===void 0?void 0:_.defaulSetting,K=((x=(O=(I=r?.item)===null||I===void 0?void 0:I.event)===null||O===void 0?void 0:O.onClick)===null||x===void 0?void 0:x.linkType)==="externalLink";let J=ei((M=r?.item)===null||M===void 0?void 0:M.style);if(J.hasOwnProperty("backdropFilter")){let ie=J.backdropFilter;J.backdropFilter=`blur(${ie??0}px)`}return v.createElement(Y,Object.assign({style:Object.assign(Object.assign(Object.assign({},j?.style),J),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},j?.textStyle),(R=r?.item)===null||R===void 0?void 0:R.textStyle),bindDatas:(z=(B=r?.item)===null||B===void 0?void 0:B.bindDatas)!==null&&z!==void 0?z:[]},j?.props,(N=r?.item)===null||N===void 0?void 0:N.props,{event:((P=r?.item)===null||P===void 0?void 0:P.event)||{},schema:a,id:r?.id,key:r?.id,recData:t,isExternalLink:K,index:e,isActive:o}))}else return null}},[t,n,i,a,r?.id,o]);return v.createElement(v.Fragment,null,d)};var Ci=_e(Ha);const uo=({nudge:t})=>{var e,i,n,l,o,r;return v.createElement(v.Fragment,null,t?.isOpen&&v.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(o=(l=t?.size)===null||l===void 0?void 0:l.height)!==null&&o!==void 0?o:38,backgroundColor:t?.backgroundColor,borderRadius:(r=t?.borderRadius)!==null&&r!==void 0?r:4}},t?.icon?v.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,v.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)}})))},Xa=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:l,setCacheRtcList:o,setCacheActiveIndex:r,setLoading:a,swiperRef:d,waterFallData:p,bffEventReport:s,selectTag:f,setSelectTag:m}=je(),{backMainFeed:h}=gt(),A=ce(()=>[hi,...t],[t]),w=T=>()=>{if(T===f)return;T!=="FOR U"?s?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${T}']`}}):h("theme",T,f);let u;T!==hi&&(u=T),a?.(!0),n?.({themeTag:u}).then(g=>{var b,y,k,E;wt.emit(ft.CHANGE_THEME_TAG,u),l?.((b=g?.recList)!==null&&b!==void 0?b:[]),o?.((y=g?.recList)!==null&&y!==void 0?y:[]),e?.(0),r?.(0),(E=(k=d?.current)===null||k===void 0?void 0:k.swiper)===null||E===void 0||E.slideTo(0)}).finally(()=>{a?.(!1)}),m?.(T)};return p||t.length<=0?null:v.createElement("div",{className:"clc-sxp-tagbar",style:i},v.createElement("div",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},A.map(T=>v.createElement("button",{className:`clc-sxp-tagbar-list-item ${T===f?"clc-sxp-tagbar-list-item-active":""}`,key:T,"aria-label":T,onClick:w(T)},T))))};var vo=_e(Xa);const Ga=({resolver:t,globalConfig:e})=>{var i,n;const l=ce(()=>Lo(),[]),o=t?.Display,r=vi(o),a=(n=(i=e?.consentPopup)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.item;return v.createElement(r,Object.assign({},a?.props,{style:a?.style,event:a?.event||{},contsentState:l}))};var Ua=_e(Ga);const po=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:l,resolver:o,data:r=[],ctaType:a,tipText:d,nudge:p,_schema:s,hashTagStyle:f,hashTagRightMargin:m,tagList:h=[],licenseUrl:A})=>{var w,T,u,g,b,y,k,E,L,D,S,c,_,I,O,x,M,R,B,z,N;const P=Ct("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),V=Ct("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:Y}=Ht(),[j,K]=q(0),J=se(0),[ie,pe]=q(!0),Ce=se(),[be,Re]=q(!1),[Be,ve]=q(!1),[U,ne]=q(new Date().getTime()),fe=se(!1),[me,Ie]=q(2),{loadVideos:le,bffEventReport:ye,loading:Ge,setPopupDetailData:Ye,ctaEvent:Ue,swiperRef:oe,waterFallData:ae,setOpenHashtag:X,appDomain:W,openHashtag:we,loadingImage:te,isFromHashtag:Z,popupDetailData:F,bffFbReport:Te,curTime:ot,h5EnterLink:ht,isShowConsent:At,selectTag:ct,isPreview:yt,isEditor:H,cacheRtcList:G,setRtcList:xe,cacheActiveIndex:Fe,rtcList:he,isNoMoreData:De}=je(),{backMainFeed:ee,productView:Q,jumpToWeb:Ve}=gt(),Ze=ce(()=>r.length>0&&!Ge&&(_o()||t?.enableSwiperTip),[r,Ge,t?.enableSwiperTip]);ue(()=>{mn()},[]),ue(()=>{if(r?.length>0){const C=new Date;Ce.current=C}},[r?.length]);const tt=Ae(()=>{if(mn(),ht?.(),r.length>0){const C=new Date;Ce.current=C}},[r.length,ht]);ue(()=>{var C;if(!a||a?.length<1)return;const de=r?.findIndex(re=>{var ge,Pe,Oe,$,Me,ze,He,Xe,Se;const We=a?.[0];return We==="\u591A\u5546\u54C1CTA"?((ge=re?.video)===null||ge===void 0?void 0:ge.bindProducts)&&((Oe=(Pe=re?.video)===null||Pe===void 0?void 0:Pe.bindProducts)===null||Oe===void 0?void 0:Oe.length)>0:We==="\u5546\u54C1CTA"?($=re?.video)===null||$===void 0?void 0:$.bindProduct:((ze=(Me=re?.video)===null||Me===void 0?void 0:Me.bindCta)===null||ze===void 0?void 0:ze.itemId)===We&&(((He=re?.video)===null||He===void 0?void 0:He.url)||((Se=(Xe=re?.video)===null||Xe===void 0?void 0:Xe.imgUrls)===null||Se===void 0?void 0:Se.length))})||0;de!==-1&&((C=oe?.current)===null||C===void 0||C.swiper.slideTo(de))},[r,a,oe]),ue(()=>{const C=r?.[j],de=()=>{var re,ge,Pe,Oe,$,Me,ze,He,Xe,Se,We,rt,$e,et,it,xt,Le,It,Yt,qt;const $t=!we&&!At;if(document.visibilityState==="hidden"){$t&&(wt.emit(ft.PAGE_DID_HIDE,C),Dt(C));let Lt="";F&&(!((ge=(re=C?.video)===null||re===void 0?void 0:re.bindProducts)===null||ge===void 0)&&ge.length||!((Pe=C?.video)===null||Pe===void 0)&&Pe.bindProduct)?Lt="pdpPage":F&&((ze=l?.[(Me=($=(Oe=C?.video)===null||Oe===void 0?void 0:Oe.bindCta)===null||$===void 0?void 0:$.itemId)!==null&&Me!==void 0?Me:""].item)===null||ze===void 0?void 0:ze.type)==="Appoint"?Lt="formPage":Z?Lt="hashTagPage":!((He=C?.video)===null||He===void 0)&&He.url?Lt="videoPage":!((Xe=C?.video)===null||Xe===void 0)&&Xe.imgUrls&&(!((We=(Se=C?.video)===null||Se===void 0?void 0:Se.imgUrls)===null||We===void 0)&&We.length)?Lt="imagePage":C?.product&&(Lt="productPage"),ye?.({eventInfo:{sessionDuration:Math.floor((new Date-ot.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(rt=C?.video)===null||rt===void 0?void 0:rt.itemId,productId:($e=C?.product)===null||$e===void 0?void 0:$e.itemId,position:j+"",fromKName:Lt,fromKPage:location?.href,ctatId:(xt=(it=(et=C?.video)===null||et===void 0?void 0:et.bindCta)===null||it===void 0?void 0:it.itemId)!==null&&xt!==void 0?xt:"",traceInfo:(qt=(It=(Le=C?.video)===null||Le===void 0?void 0:Le.traceInfo)!==null&&It!==void 0?It:(Yt=C?.product)===null||Yt===void 0?void 0:Yt.traceInfo)!==null&&qt!==void 0?qt:""}})}else document.visibilityState==="visible"&&(fe.current===!0&&(ne(new Date().getTime()),fe.current=!1),tt(),$t&&(wt.emit(ft.PAGE_DID_SHOW,C),ee("external",ct)))};return document.addEventListener("visibilitychange",de),()=>{document.removeEventListener("visibilitychange",de)}},[j,ye,r,tt,F,Z,l,ot,ee,we,At,ct]);const at=ce(()=>{let C=0;return h.length>0&&(C+=45,ae&&(C-=45)),C},[h,ae]),lt=ce(()=>{let C=0;return t?.logoUrl&&t?.isShowLogo&&(C+=56),C},[t]),qe=ce(()=>i-lt-at,[lt,i,at]),Je=ce(()=>{var C;const de=j===0&&!ae&&!H?[(C=r?.[0])!==null&&C!==void 0?C:null]:r?.map((re,ge)=>j===ge||ge-1===j||ge+1===j?re:null);return de?.length?!ae&&!De?de.concat([{loading:!0}]):de:[]},[r,j,ae,H,De]),Ke=ce(()=>{var C,de,re,ge;if(t?.logoUrl&&t?.isShowLogo){const Pe=(de=(C=t?.logoBar)===null||C===void 0?void 0:C.onClick)===null||de===void 0?void 0:de.value,Oe=((ge=(re=t?.logoBar)===null||re===void 0?void 0:re.onClick)===null||ge===void 0?void 0:ge.linkType)==="externalLink",$=Je[j];return v.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},Pe&&{onClick:()=>{var Me,ze,He,Xe;Oe&&Ve($,(Me=$?.video)===null||Me===void 0?void 0:Me.bindProduct,(ze=$?.video)===null||ze===void 0?void 0:ze.bindCta,j,((He=$?.product)===null||He===void 0?void 0:He.traceInfo)||((Xe=$?.video)===null||Xe===void 0?void 0:Xe.traceInfo)),new Function(Pe)()}}),v.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,j,Je]),ut=Ae((C,de)=>{var re,ge,Pe,Oe;return!((re=C?.video)===null||re===void 0)&&re.url?v.createElement(Va,{key:U,rec:C,index:de,muted:ie,data:r,height:qe,activeIndex:j,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((ge=C?.video)===null||ge===void 0)&&ge.imgUrls?v.createElement(za,{key:C?.video.itemId,imgUrls:C?.video.imgUrls,width:n,height:qe,rec:C,index:de,onViewImageEndEvent:_t,onViewImageStartEvent:zt,imgUrlsPostConfig:t?.imgUrlsPost}):C.product&&Array.isArray(t?.productPost)&&((Pe=t?.productPost)===null||Pe===void 0?void 0:Pe.length)>0?(Oe=t?.productPost)===null||Oe===void 0?void 0:Oe.map(($,Me)=>{var ze,He,Xe,Se,We,rt,$e,et;const it=o[(ze=$?.item)===null||ze===void 0?void 0:ze.type],xt=vi(it),Le=(He=it?.extend)===null||He===void 0?void 0:He.defaulSetting;return v.createElement(xt,Object.assign({key:`${de}${Me}`,textStyle:Object.assign(Object.assign({},Le?.textStyle),(Xe=$?.item)===null||Xe===void 0?void 0:Xe.textStyle),bindDatas:(We=(Se=$?.item)===null||Se===void 0?void 0:Se.bindDatas)!==null&&We!==void 0?We:[]},Le?.props,(rt=$?.item)===null||rt===void 0?void 0:rt.props,{event:(($e=$?.item)===null||$e===void 0?void 0:$e.event)||{},schema:Y,id:$?.id,viewTime:Ce.current,rec:C,isPost:!0,tipText:d,style:Object.assign(Object.assign(Object.assign({},Le?.style),(et=$?.item)===null||et===void 0?void 0:et.style),{height:"100%",overflow:"auto"}),index:de,isActive:j===de}))}):null},[n,r,qe,ie,j,t?.productPost,t?.videoPlayIcon,Ce,d,o,Y,U]),vt=Ae(C=>{ve(C)},[]),ke=ce(()=>Be?{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"},[Be]),pt=Ae((C,de)=>{var re,ge,Pe,Oe,$,Me,ze,He,Xe,Se,We,rt,$e;if(C?.video){let et=null;!((ge=(re=C?.video)===null||re===void 0?void 0:re.bindProducts)===null||ge===void 0)&&ge.length?et="\u591A\u5546\u54C1CTA":!((Pe=C?.video)===null||Pe===void 0)&&Pe.bindProduct?et="\u5546\u54C1CTA":et=($=(Oe=C?.video)===null||Oe===void 0?void 0:Oe.bindCta)===null||$===void 0?void 0:$.itemId;const it=l?.[et];return v.createElement(v.Fragment,null,((Me=C?.video)===null||Me===void 0?void 0:Me.title)&&!Be&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom",style:{marginBottom:`${(ze=t?.bottomInfoDist)!==null&&ze!==void 0?ze:40}px`}},v.createElement(uo,{nudge:p}),t?.isShowCTA===void 0||t?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(Ci,{rec:C,index:de,tempMap:l,resolver:o,isActive:de===j,value:it})):null,v.createElement("div",null,v.createElement(Ii,{className:"clc-sxp-bottom-text",isPost:!0,foldText:d?.foldText,unfoldText:d?.unfoldText,text:(Xe=(He=C?.video)===null||He===void 0?void 0:He.title)!==null&&Xe!==void 0?Xe:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:vt}),v.createElement(Ci,{rec:C,index:de,tempMap:l,resolver:o,includesCtaType:["AniLink"],isActive:de===j,value:it}),v.createElement(so,{index:j,tags:(We=(Se=C?.video)===null||Se===void 0?void 0:Se.hashTags)!==null&&We!==void 0?We:[],itemId:(rt=C?.video)===null||rt===void 0?void 0:rt.itemId,itemType:!(($e=C?.video)===null||$e===void 0)&&$e.itemId?"VIDEO":null,rec:C,hashTagStyle:f,hashTagRightMargin:n-(m??0)}))),v.createElement(Ci,{rec:C,index:de,tempMap:l,resolver:o,includesCtaType:["AniLinkPopup"],isActive:de===j,value:it}))}return null},[e,j,l,o,d,p,f,t,vt,Be,ke]),Qe=Ae((C,de,re)=>{var ge,Pe,Oe,$;if(!t?.isShowLike||!re)return;let Me=(ge=t?.likeIconY)!==null&&ge!==void 0?ge:400;return ae&&Me<40&&t.likeIconYPosit==="top"&&(Me+=40),C?.video?v.createElement(lo,{key:C.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:C.isCollected,recData:C,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(Pe=t.likeIconXPosit)!==null&&Pe!==void 0?Pe:"right"]:(Oe=t.likeIconX)!==null&&Oe!==void 0?Oe:0,[($=t.likeIconYPosit)!==null&&$!==void 0?$:"bottom"]:Me},position:de}):null},[t,ae]),_t=C=>{var de,re,ge,Pe,Oe,$;if(!(!((de=C?.video)===null||de===void 0)&&de.url)&&(!((re=C?.video)===null||re===void 0)&&re.imgUrls)){const Me=Date.now(),ze=J.current===0?0:(Me-J.current)/1e3;ye?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(Pe=(ge=C?.video)===null||ge===void 0?void 0:ge.itemId)!==null&&Pe!==void 0?Pe:"",contentName:(Oe=C?.video.title)!==null&&Oe!==void 0?Oe:"",imageEndTime:`${Me}`,playDuration:`${ze}`,contentTags:JSON.stringify(($=C?.video.tags)!==null&&$!==void 0?$:[]),position:j+"",contentFormat:"image",traceInfo:C?.video.traceInfo}})}},Rt=(C,de)=>{var re,ge,Pe,Oe,$,Me,ze,He,Xe,Se,We,rt,$e,et,it,xt,Le,It,Yt,qt,$t,Lt;if(yt||ae)return;const mo=new Date-ot.current;if(t?.openSlideSkip&&mo>=((re=t?.slideSkipStartTime)!==null&&re!==void 0?re:0)&&Do()&&C){const $i=((Oe=(Pe=(ge=C?.video)===null||ge===void 0?void 0:ge.bindProducts)===null||Pe===void 0?void 0:Pe[0])===null||Oe===void 0?void 0:Oe.link)||((Me=($=C?.video)===null||$===void 0?void 0:$.bindProduct)===null||Me===void 0?void 0:Me.link)||((ze=C?.product)===null||ze===void 0?void 0:ze.link),dt=C?.product||((He=C?.video)===null||He===void 0?void 0:He.bindProduct)||((Se=(Xe=C?.video)===null||Xe===void 0?void 0:Xe.bindProducts)===null||Se===void 0?void 0:Se[0]);if($i){let ki=null;!((We=C?.video)===null||We===void 0)&&We.url?ki="video":!(($e=(rt=C?.video)===null||rt===void 0?void 0:rt.imgUrls)===null||$e===void 0)&&$e.length&&(ki="image"),ye?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(et=dt?.itemId)!==null&&et!==void 0?et:"",productName:(it=dt?.title)!==null&&it!==void 0?it:"",price:dt?.price?dt?.price+"":"0",productCollection:(xt=dt?.collection)!==null&&xt!==void 0?xt:"",contentTags:dt?.tags?JSON.stringify(dt?.tags):"",position:de+"",contentId:(It=(Le=C?.video)===null||Le===void 0?void 0:Le.itemId)!==null&&It!==void 0?It:"",traceInfo:(Lt=(qt=(Yt=C?.video)===null||Yt===void 0?void 0:Yt.traceInfo)!==null&&qt!==void 0?qt:($t=C?.product)===null||$t===void 0?void 0:$t.traceInfo)!==null&&Lt!==void 0?Lt:"",contentFormat:ki}}),fe.current=!0,window.location.href=window.getJointUtmLink($i)}}},Bt=C=>{var de,re,ge,Pe,Oe,$,Me,ze,He,Xe,Se,We,rt,$e,et,it,xt;const Le=r[C.previousIndex];if(!Le)return;let It=null;!((de=Le?.video)===null||de===void 0)&&de.url?It="video":!((ge=(re=Le?.video)===null||re===void 0?void 0:re.imgUrls)===null||ge===void 0)&&ge.length&&(It="image"),C.previousIndex-C.activeIndex<0?(ye?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(Oe=(Pe=Le?.video)===null||Pe===void 0?void 0:Pe.itemId)!==null&&Oe!==void 0?Oe:"",productId:(Me=($=Le?.product)===null||$===void 0?void 0:$.itemId)!==null&&Me!==void 0?Me:"",requestId:null,traceInfo:(He=(ze=Le?.video)===null||ze===void 0?void 0:ze.traceInfo)!==null&&He!==void 0?He:"",contentFormat:It,position:((Xe=C.previousIndex)!==null&&Xe!==void 0?Xe:0)+""}}),_t(Le),Rt(Le,C.previousIndex)):(ye?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(We=(Se=Le?.video)===null||Se===void 0?void 0:Se.itemId)!==null&&We!==void 0?We:"",productId:($e=(rt=Le.product)===null||rt===void 0?void 0:rt.itemId)!==null&&$e!==void 0?$e:"",requestId:null,traceInfo:(it=(et=Le?.video)===null||et===void 0?void 0:et.traceInfo)!==null&&it!==void 0?it:"",contentFormat:It,position:((xt=C.previousIndex)!==null&&xt!==void 0?xt:0)+""}}),_t(Le)),Dt(Le),Ce.current=new Date},Dt=C=>{var de,re,ge;!(!((de=C?.video)===null||de===void 0)&&de.url)&&!(!((re=C?.video)===null||re===void 0)&&re.imgUrls)&&C?.product&&Q(C,C.product,(ge=C?.product)===null||ge===void 0?void 0:ge.bindCta,Ce.current,j)};ue(()=>{const C=r[j];we?Dt(C):Ce.current=new Date},[we,r,j]);const zt=(C,de,re)=>{var ge,Pe,Oe,$,Me,ze,He,Xe;const Se=r[C];if(!(!((ge=Se?.video)===null||ge===void 0)&&ge.url)&&(!((Pe=Se?.video)===null||Pe===void 0)&&Pe.imgUrls)){const We=Date.now();J.current=We,ye?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:($=(Oe=Se?.video)===null||Oe===void 0?void 0:Oe.itemId)!==null&&$!==void 0?$:"",contentName:(Me=Se?.video.title)!==null&&Me!==void 0?Me:"",imageStartTime:`${We}`,contentTags:JSON.stringify((ze=Se?.video.tags)!==null&&ze!==void 0?ze:[]),position:C+"",contentFormat:"image",traceInfo:Se?.video.traceInfo,loadTime:de?.loadTime}}),re&&(Te?.({eventName:"ViewContent",product:(He=Se?.video)===null||He===void 0?void 0:He.bindProduct}),Te?.({eventName:"PageView",product:(Xe=Se?.video)===null||Xe===void 0?void 0:Xe.bindProduct}))}},Ot=Ae(C=>{var de,re,ge,Pe,Oe,$;if(!C)return;let Me=(de=t?.muteIconY)!==null&&de!==void 0?de:23;return ae&&Me<40&&t?.muteIconYPosit==="top"&&(Me+=40),(t?.isShowMute===void 0||t?.isShowMute===!0)&&v.createElement(ro,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((ge=(re=Je?.[j])===null||re===void 0?void 0:re.video)===null||ge===void 0)&&ge.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(Pe=t?.muteIconXPosit)!==null&&Pe!==void 0?Pe:"right"]:(Oe=t?.muteIconX)!==null&&Oe!==void 0?Oe:0,[($=t?.muteIconYPosit)!==null&&$!==void 0?$:"bottom"]:Me},defaultValue:ie,activeIcon:t?.unMuteIcon?t?.unMuteIcon:P,unactiveIcon:t?.muteIcon?t?.muteIcon:V,onChange:pe})},[t,Je,j,ie,ae]),Qt=ce(()=>Ge?v.createElement("div",{style:{height:qe,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:te,alt:"loading...",style:{objectFit:"contain"}})):Je?.map((C,de)=>v.createElement(Nt,{key:de,virtualIndex:de,style:{overflow:"hidden"}},C&&v.createElement(v.Fragment,null,C?.loading?v.createElement("div",{style:{height:qe,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},v.createElement("img",{width:64,height:64,src:te,alt:"loading...",style:{objectFit:"contain"}})):v.createElement(v.Fragment,null,pt(C,de),Qe(C,de,!t?.likeIconFixed),Ot(!t?.muteIconFixed),ut(C,de))))),[n,r,qe,Ge,pt,ut,Je,te,U,Ot]);return v.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},ae&&v.createElement(Qn,{icon:co,styles:{background:"rgba(0,0,0,.3)",color:"#fff",top:`${lt}px`},textStyle:Object.assign(Object.assign({},(b=(g=(u=(T=(w=t?.hashTag)===null||w===void 0?void 0:w[0])===null||T===void 0?void 0:T.item)===null||u===void 0?void 0:u.props)===null||g===void 0?void 0:g.textStyles)===null||b===void 0?void 0:b.hashTagTitle),{color:"#fff"}),onClose:()=>{!en(he,G)&&G&&G?.length&&xe?.(G),X?.(!0)}}),Ke,v.createElement(vo,{tagList:h,setActiveIndex:K,style:{top:lt}}),((y=t?.backButton)===null||y===void 0?void 0:y.enable)&&v.createElement("button",{style:{position:"absolute",[(E=(k=t?.backButton)===null||k===void 0?void 0:k.xPosit)!==null&&E!==void 0?E:"left"]:(D=(L=t?.backButton)===null||L===void 0?void 0:L.x)!==null&&D!==void 0?D:0,[(c=(S=t?.backButton)===null||S===void 0?void 0:S.yPosit)!==null&&c!==void 0?c:"top"]:(((_=t?.backButton)===null||_===void 0?void 0:_.yPosit)=="top"?lt+at:0)+((O=(I=t?.backButton)===null||I===void 0?void 0:I.y)!==null&&O!==void 0?O:0),zIndex:8,border:"none",padding:0,background:"transparent"},role:"button","aria-label":"back button",onClick:()=>history?.back()},v.createElement("img",{src:(M=(x=t?.backButton)===null||x===void 0?void 0:x.icon)!==null&&M!==void 0?M:co,alt:"back button",width:100,style:{objectFit:"cover"}})),Ze?v.createElement(ja,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((R=t?.swipeTipOffset)!==null&&R!==void 0?R:0)}%`},duration:t?.swiperTipAniDur}):null,v.createElement(Jt,{style:{marginTop:at},ref:oe,onSlideChange:()=>{oe.current.swiper.allowTouchMove=!1,setTimeout(()=>{oe.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:C=>{K(C.activeIndex),!we&&(Bt(C),!(ae||H)&&C?.activeIndex+1>=r?.length&&(be||(Re(!0),le?.(me).then(de=>{var re;Re(!1),de&&((re=de?.recList)===null||re===void 0?void 0:re.length)>0&&Ie(me+1)}))))},direction:"vertical",height:qe},Qt,Qe(Je[j],j,!!t?.likeIconFixed),Ot(!!t?.muteIconFixed)),v.createElement(eo,Object.assign({},(N=(z=(B=t?.hashTag)===null||B===void 0?void 0:B[0])===null||z===void 0?void 0:z.item)===null||N===void 0?void 0:N.props)),v.createElement(Ua,{resolver:o,globalConfig:t}))},Ya=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:l,index:o})=>v.createElement(Jt,{defaultValue:0,direction:"horizontal",modules:[Ti,Si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",bulletElement:"button"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(r=>v.createElement(Nt,{key:r},v.createElement(ao,{src:r,height:i,imgUrlsPostConfig:n}))));var qa=_e(Ya);const Za=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:r,width:a})=>{const[d,p]=q(!1),s=se(null),{bffEventReport:f,sxpParameter:m,waterFallData:h,openHashtag:A}=je(),w=se(0),[T,u]=q(!1),[g,b]=q(!0),y=se(null),[k,E]=q("");ue(()=>{s.current&&(s.current.muted=l)},[l]);const L=Ae(()=>{var N;(N=s.current)===null||N===void 0||N.play()},[]),D=Ct("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),S=Ae(()=>{var N,P,V,Y,j,K,J,ie,pe,Ce,be,Re,Be;p(!1);const ve=n[e];if(ve&&(!((N=s?.current)===null||N===void 0)&&N.duration)){w.current=((P=s?.current)===null||P===void 0?void 0:P.currentTime)||0;const U=((Y=(V=s.current)===null||V===void 0?void 0:V.duration)!==null&&Y!==void 0?Y:0).toFixed(2),ne=((K=(j=s.current)===null||j===void 0?void 0:j.currentTime)!==null&&K!==void 0?K:0).toFixed(2),fe=g?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ie=(J=ve?.video)===null||J===void 0?void 0:J.itemId)!==null&&ie!==void 0?ie:"",contentName:(Ce=(pe=ve?.video)===null||pe===void 0?void 0:pe.title)!==null&&Ce!==void 0?Ce:"",playType:fe,startTime:ne,videoDuration:U,contentTags:JSON.stringify((Re=(be=ve?.video)===null||be===void 0?void 0:be.tags)!==null&&Re!==void 0?Re:[]),position:e+"",contentFormat:"video",traceInfo:(Be=ve?.video)===null||Be===void 0?void 0:Be.traceInfo}}),b(!1)}},[f,n,e,g]),c=Ae(()=>{u(!0)},[]),_=Ae(N=>()=>{var P,V,Y,j,K;if(!T)return;const J=(P=s.current)===null||P===void 0?void 0:P.paused;switch(N){case"start":if(!J)return;(V=s.current)===null||V===void 0||V.play(),p(!1);break;case"pause":if(J)return;(Y=s.current)===null||Y===void 0||Y.pause(),p(!0);break;default:J?(j=s.current)===null||j===void 0||j.play():(K=s.current)===null||K===void 0||K.pause(),p(!J);break}},[T]),I=Ae(()=>{var N,P,V,Y,j,K,J,ie,pe,Ce,be,Re,Be;const ve=n[e],U=((P=(N=s.current)===null||N===void 0?void 0:N.duration)!==null&&P!==void 0?P:0).toFixed(2),ne=((Y=(V=s.current)===null||V===void 0?void 0:V.currentTime)!==null&&Y!==void 0?Y:0).toFixed(2);if(!((j=s?.current)===null||j===void 0)&&j.duration){const fe=(((K=s?.current)===null||K===void 0?void 0:K.currentTime)-w.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ie=(J=ve?.video)===null||J===void 0?void 0:J.itemId)!==null&&ie!==void 0?ie:"",contentName:(Ce=(pe=ve?.video)===null||pe===void 0?void 0:pe.title)!==null&&Ce!==void 0?Ce:"",endTime:ne,videoDuration:U,playDuration:fe,contentTags:JSON.stringify((Re=(be=ve?.video)===null||be===void 0?void 0:be.tags)!==null&&Re!==void 0?Re:[]),position:e+"",contentFormat:"video",traceInfo:(Be=ve?.video)===null||Be===void 0?void 0:Be.traceInfo}})}},[n,e,f]),O=ce(()=>r?.mode==="2",[r]),x=ce(()=>{var N;return r?.mode==="2"?`translateY(-${50+((N=r?.offsetTop)!==null&&N!==void 0?N:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),M=ce(()=>{var N;return((N=t?.video)===null||N===void 0?void 0:N.cover)||k},[k,t]),R=Ae(()=>{if(!y||!s||!s.current||!y.current)return;const N=s?.current,P=y?.current,V=P.getContext("2d"),Y=window?.innerWidth,j=window?.innerHeight;P.height=j,P.width=Y,V?.drawImage(N,0,0,P.width,P.height),E(P.toDataURL())},[]);ue(()=>{var N,P,V,Y;if(s.current){if(p(!1),!s.current.src){const j=t?.video.url;if(j.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const K=new window.Hls;K.loadSource(j),K.attachMedia(s.current)}else s.current.canPlayType("application/vnd.apple.mpegurl"),s.current.src=j;else s.current.src=j;s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(N=s.current)===null||N===void 0||N.addEventListener("loadedmetadata",c),(P=s.current)===null||P===void 0||P.addEventListener("canplay",c),(V=s.current)===null||V===void 0||V.addEventListener("playing",S),(Y=s.current)===null||Y===void 0||Y.addEventListener("loadeddata",R),()=>{var j,K,J,ie;(j=s.current)===null||j===void 0||j.removeEventListener("loadedmetadata",c),(K=s.current)===null||K===void 0||K.removeEventListener("canplay",c),(J=s.current)===null||J===void 0||J.removeEventListener("playing",S),(ie=s.current)===null||ie===void 0||ie.removeEventListener("loadeddata",R)}}},[c,S,t?.video,R]);const B=ce(()=>!m?.placeholder_image||T?null:v.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:m?.placeholder_image,alt:"video poster"}),[T,m?.placeholder_image]);ue(()=>{const N=()=>{var P,V;o===e&&(!((P=t?.video)===null||P===void 0)&&P.url)&&(!((V=s?.current)===null||V===void 0)&&V.src)&&!d&&_("pause")()};return window.addEventListener("beforeunload",N),()=>{window.removeEventListener("beforeunload",N)}},[o,e,t,s,_,d]);const z=ce(()=>O?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[O]);return t?.video?v.createElement(v.Fragment,null,O?v.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:_(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},v.createElement(St,{src:M,style:Object.assign({height:i,width:a,objectFit:"cover"},z)}),v.createElement("canvas",{ref:y,style:{display:"none"}}),v.createElement("div",{style:{position:"absolute",width:a,height:i,top:"50%",transform:x,left:0,right:0}},v.createElement("div",{style:{position:"relative",width:a,height:"100%"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:L,style:{width:"100%",height:i,objectFit:"contain"}}),v.createElement("img",{hidden:!d,className:"clc-pb-video-pause",src:D,alt:"video pause image"}))),B):v.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:_(),style:{position:"relative",width:a,height:i,overflow:"hidden"}},v.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:s,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:L}),B,v.createElement("img",{hidden:!d,className:"clc-pb-video-pause",src:D,alt:"video pause image"}))):null};var Ka=_e(Za);const Ji={};Object.values(Zi).forEach(t=>{Ji[t.extend.type]=t});const Ja="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Qa="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",$a=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:l,descStyle:o,hashTagStyle:r,containerHeight:a=664,containerWidth:d=375,appDomain:p,tagList:s=[]})=>{const f=ce(()=>{let E=0;return e?.logoUrl&&e?.isShowLogo&&(E+=45),s.length>0&&(E+=45),a-E},[e,a,s]),m=(E,L)=>{var D,S,c,_;if(!((D=E?.video)===null||D===void 0)&&D.url)return v.createElement(Ka,{rec:E,index:L,muted:!0,width:d,data:t??[],height:f,activeIndex:L,videoPostConfig:e?.videoPost});if(!((S=E?.video)===null||S===void 0)&&S.imgUrls)return v.createElement(qa,{key:E?.video.itemId,imgUrls:E?.video.imgUrls,width:d,height:f,rec:E,index:L,imgUrlsPostConfig:e?.imgUrlsPost});if(E.product&&E.product&&Array.isArray(e?.productPost)&&((c=e?.productPost)===null||c===void 0?void 0:c.length)>0)return(_=e?.productPost)===null||_===void 0?void 0:_.map((I,O)=>{var x,M,R,B,z,N,P,V;const Y=Ji[(x=I?.item)===null||x===void 0?void 0:x.type],j=vi(Y),K=(M=Y?.extend)===null||M===void 0?void 0:M.defaulSetting;return v.createElement(j,Object.assign({key:`${L}${O}`,textStyle:Object.assign(Object.assign({},K?.textStyle),(R=I?.item)===null||R===void 0?void 0:R.textStyle),bindDatas:(z=(B=I?.item)===null||B===void 0?void 0:B.bindDatas)!==null&&z!==void 0?z:[]},K?.props,(N=I?.item)===null||N===void 0?void 0:N.props,{event:((P=I?.item)===null||P===void 0?void 0:P.event)||{},id:I?.id,rec:E,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},K?.style),(V=I?.item)===null||V===void 0?void 0:V.style),{width:d,height:f,overflow:"auto"}),index:L}))})},h=ce(()=>e?.logoUrl&&e?.isShowLogo?v.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},v.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),A=(E,L)=>e?.isShowCTA===void 0||e?.isShowCTA?v.createElement("div",{className:"clc-sxp-bottom-card"},v.createElement(Ci,{rec:E,index:L,tempMap:l,resolver:Ji})):null,w=(E,L)=>{var D,S,c,_,I,O,x;return E?.video?v.createElement(v.Fragment,null,((D=E?.video)===null||D===void 0?void 0:D.title)&&v.createElement("div",{className:"clc-sxp-bottom-shadow"}),v.createElement("div",{className:"clc-sxp-bottom"},v.createElement(uo,{nudge:n}),A(E,L),v.createElement("div",null,v.createElement(Ii,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(S=E?.video)===null||S===void 0?void 0:S.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},o),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),v.createElement(so,{index:L,tags:(I=(_=E?.video)===null||_===void 0?void 0:_.hashTags)!==null&&I!==void 0?I:[],itemId:(O=E?.video)===null||O===void 0?void 0:O.itemId,itemType:!((x=E?.video)===null||x===void 0)&&x.itemId?"VIDEO":null,rec:E,hashTagStyle:r}))):null},T=Ct(Qa,p),u=Ct(Ja,p),g=(E,L)=>{var D,S,c,_;if(!e?.isShowLike)return;let I=(D=e?.likeIconY)!==null&&D!==void 0?D:400;return I<40&&(I+=40),E?.video?v.createElement(lo,{key:E.position,activeIcon:(S=e?.likeIcon)!==null&&S!==void 0?S:T,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:u,position:L,active:E.isCollected,recData:E,className:"clc-sxp-like-button",style:{top:I,right:(_=e?.likeIconX)!==null&&_!==void 0?_:0}}):null},b=Ct("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",p),y=Ct("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",p),k=(E,L)=>{var D,S,c,_;return v.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},h,v.createElement(vo,{tagList:s}),v.createElement(ro,{style:{position:"absolute",right:(D=e?.muteIconX)!==null&&D!==void 0?D:0,visibility:!((c=(S=t?.[L])===null||S===void 0?void 0:S.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(_=e?.muteIconY)!==null&&_!==void 0?_:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:y}),m(E,L),w(E,L),g(E,L))};return v.createElement("div",{className:Ne({width:"100%",height:a,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((E,L)=>k(E,L)))};var es=_e($a);const ts=()=>{const{schema:t,resolver:e,popup:i}=Ht(),{setPopupDetailData:n,popupDetailData:l,popupCurTimeRef:o,checkCommodityIndexRef:r}=je(),{productView:a}=gt(),[d,p]=q();ue(()=>{const h=()=>{o.current=new Date};return h(),window.addEventListener("pageshow",h),()=>{window.removeEventListener("pageshow",h)}},[]),ue(()=>{i&&i?.id&&i?.id!==""&&(o.current=new Date,p(i))},[i]);const s=ce(()=>{var h,A,w,T;const u=(w=(A=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||A===void 0?void 0:A.popupList)===null||w===void 0?void 0:w.find((g,b)=>{if(g?.id===i?.id)return g});return u!==-1&&((T=u?.item)===null||T===void 0?void 0:T.type)==="Iframe"},[i,t]),f=()=>{var h,A,w,T,u,g,b,y,k,E,L,D,S,c,_,I,O,x;if(!i||i?.id===""||!d||new Date-o.current<((h=i?.duration)!==null&&h!==void 0?h:0))return;p(Object.assign(Object.assign({},i),{id:""}));const M=(T=(w=(A=t?.sxpPageConf)===null||A===void 0?void 0:A.globalConfig)===null||w===void 0?void 0:w.popupList)===null||T===void 0?void 0:T.find(R=>R?.id===i?.id);if(((u=M?.item)===null||u===void 0?void 0:u.type)==="CommodityDetail"||((g=M?.item)===null||g===void 0?void 0:g.type)==="CommodityDetailDiroNew"){const R=l;let B=(y=(b=R?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&y!==void 0?y:(E=(k=R?.video)===null||k===void 0?void 0:k.bindProducts)===null||E===void 0?void 0:E[0],z=(S=(D=(L=R?.video)===null||L===void 0?void 0:L.bindProduct)===null||D===void 0?void 0:D.bindCta)!==null&&S!==void 0?S:(I=(_=(c=R?.video)===null||c===void 0?void 0:c.bindProducts)===null||_===void 0?void 0:_[0])===null||I===void 0?void 0:I.bindCta;if(r?.current>=0){const N=(x=(O=R?.video)===null||O===void 0?void 0:O.bindProducts)===null||x===void 0?void 0:x[r?.current];N&&(B=N,z=N?.bindCta)}B&&z&&a(R,B,z,o.current,l?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),r.current=-1},i?.duration)},m=ce(()=>{var h,A,w;return(w=(A=(h=t?.sxpPageConf)===null||h===void 0?void 0:h.globalConfig)===null||A===void 0?void 0:A.popupList)===null||w===void 0?void 0:w.map((T,u)=>{var g,b,y,k,E,L,D,S,c,_,I,O,x,M;if(T?.id===i?.id){const R=e[(g=T?.item)===null||g===void 0?void 0:g.type],B=vi(R),z=((k=(y=(b=T?.item)===null||b===void 0?void 0:b.event)===null||y===void 0?void 0:y.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink",N=((D=(L=(E=T?.item)===null||E===void 0?void 0:E.event)===null||L===void 0?void 0:L.onClick)===null||D===void 0?void 0:D.linkType)==="popup",P=(S=R?.extend)===null||S===void 0?void 0:S.defaulSetting;return v.createElement(B,Object.assign({key:u,style:Object.assign(Object.assign(Object.assign({},P?.style),(c=T?.item)===null||c===void 0?void 0:c.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},P?.textStyle),(_=T?.item)===null||_===void 0?void 0:_.textStyle),bindDatas:(O=(I=T?.item)===null||I===void 0?void 0:I.bindDatas)!==null&&O!==void 0?O:[]},P?.props,(x=T?.item)===null||x===void 0?void 0:x.props,{event:((M=T?.item)===null||M===void 0?void 0:M.event)||{},schema:t,id:T?.id,isExternalLink:z,isPopup:N,onClose:f}))}else return v.createElement(v.Fragment,null)})},[t,i,e,f]);return v.createElement(oi,{popup:d,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:s},m)},Qi={};Object.values(Zi).forEach(t=>{Qi[t.extend.type]=t});const is=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:l,appDomain:o,licenseUrl:r,enabledMetaConversionApi:a})=>{var d,p,s,f,m,h,A,w,T,u,g;const b=ce(()=>{var y;return location?.search?(y=location?.search)===null||y===void 0?void 0:y.replace("?",""):""},[]);return v.createElement(In,{resolver:Qi,enableDataSource:!1,schema:t?.data,utmVal:b},v.createElement(Tn,{utmVal:b,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(p=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.personalized_recommend)!==null&&p!==void 0?p:e,defaultSize:(f=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(h=(m=t?.sxp_parameter)===null||m===void 0?void 0:m.hash_tag_size)!==null&&h!==void 0?h:n,loadingImage:l,appDomain:o,enabledMetaConversionApi:a,isShowTag:(T=(w=(A=t?.data)===null||A===void 0?void 0:A.sxpPageConf)===null||w===void 0?void 0:w.globalConfig)===null||T===void 0?void 0:T.isShowTag,globalConfig:(g=(u=t?.data)===null||u===void 0?void 0:u.sxpPageConf)===null||g===void 0?void 0:g.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:y,tagList:k})=>{var E;return v.createElement(v.Fragment,null,v.createElement(po,Object.assign({},(E=t?.data)===null||E===void 0?void 0:E.sxpPageConf,{tagList:k,data:y,resolver:Qi,licenseUrl:r})),v.createElement(ts,null))}}))};var ns=_e(is);export{es as DiyPortalPreview,Ia as EditorDataProvider,oi as Modal,Tn as SxpDataSourceProvider,ns as SxpPageCore,po as SxpPageRender,jo as core,Io as default,Zi as materials,oo as useEditorDataProvider};
7
7
  //# sourceMappingURL=index.min.js.map