pb-sxp-ui 1.4.4 → 1.5.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 (91) hide show
  1. package/dist/index.cjs +171 -125
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.js +171 -125
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.cjs +3 -3
  6. package/dist/index.min.cjs.map +1 -1
  7. package/dist/index.min.js +3 -3
  8. package/dist/index.min.js.map +1 -1
  9. package/dist/pb-ui.js +171 -125
  10. package/dist/pb-ui.js.map +1 -1
  11. package/dist/pb-ui.min.js +3 -3
  12. package/dist/pb-ui.min.js.map +1 -1
  13. package/es/core/components/SxpPageRender/WaterFall/List.js +7 -15
  14. package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +7 -15
  15. package/es/core/components/SxpPageRender/index.d.ts +6 -0
  16. package/es/core/components/SxpPageRender/index.js +2 -0
  17. package/es/core/context/SxpDataSourceProvider.js +2 -0
  18. package/es/core/utils/materials.d.ts +7 -0
  19. package/es/core/utils/materials.js +54 -0
  20. package/es/materials/sxp/HashTag/settingRender.d.ts +5 -0
  21. package/es/materials/sxp/HashTag/settingRender.js +2 -1
  22. package/es/materials/sxp/cta/AniLink/interactionRender.d.ts +1 -0
  23. package/es/materials/sxp/cta/AniLink/interactionRender.js +2 -1
  24. package/es/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +1 -0
  25. package/es/materials/sxp/cta/AniLinkPopup/interactionRender.js +2 -1
  26. package/es/materials/sxp/popup/CommodityDetail/index.js +7 -15
  27. package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +7 -0
  28. package/es/materials/sxp/popup/CommodityDetail/settingRender.js +2 -1
  29. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +7 -15
  30. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +6 -0
  31. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +2 -1
  32. package/es/materials/sxp/popup/CommodityList/index.js +9 -15
  33. package/es/materials/sxp/popup/CommodityList/settingRender.d.ts +5 -0
  34. package/es/materials/sxp/popup/CommodityList/settingRender.js +2 -1
  35. package/es/materials/sxp/template/Appoint/interactionRender.d.ts +1 -0
  36. package/es/materials/sxp/template/Appoint/interactionRender.js +2 -1
  37. package/es/materials/sxp/template/Commodity/interactionRender.d.ts +1 -0
  38. package/es/materials/sxp/template/Commodity/interactionRender.js +2 -1
  39. package/es/materials/sxp/template/CommodityDiro/interactionRender.d.ts +1 -0
  40. package/es/materials/sxp/template/CommodityDiro/interactionRender.js +2 -1
  41. package/es/materials/sxp/template/CommodityDiroNew/interactionRender.d.ts +1 -0
  42. package/es/materials/sxp/template/CommodityDiroNew/interactionRender.js +2 -1
  43. package/es/materials/sxp/template/Link/interactionRender.d.ts +1 -0
  44. package/es/materials/sxp/template/Link/interactionRender.js +2 -1
  45. package/es/materials/sxp/template/Link/material.js +1 -1
  46. package/es/materials/sxp/template/MultiCommodity/interactionRender.d.ts +1 -0
  47. package/es/materials/sxp/template/MultiCommodity/interactionRender.js +2 -1
  48. package/es/materials/sxp/template/MultiCommodityDiro/interactionRender.d.ts +1 -0
  49. package/es/materials/sxp/template/MultiCommodityDiro/interactionRender.js +2 -1
  50. package/es/materials/sxp/template/MultiCommodityDiroNew/interactionRender.d.ts +1 -0
  51. package/es/materials/sxp/template/MultiCommodityDiroNew/interactionRender.js +2 -1
  52. package/lib/core/components/SxpPageRender/WaterFall/List.js +7 -15
  53. package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +7 -15
  54. package/lib/core/components/SxpPageRender/index.d.ts +6 -0
  55. package/lib/core/components/SxpPageRender/index.js +2 -0
  56. package/lib/core/context/SxpDataSourceProvider.js +2 -0
  57. package/lib/core/utils/materials.d.ts +7 -0
  58. package/lib/core/utils/materials.js +56 -1
  59. package/lib/materials/sxp/HashTag/settingRender.d.ts +5 -0
  60. package/lib/materials/sxp/HashTag/settingRender.js +2 -1
  61. package/lib/materials/sxp/cta/AniLink/interactionRender.d.ts +1 -0
  62. package/lib/materials/sxp/cta/AniLink/interactionRender.js +2 -1
  63. package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.d.ts +1 -0
  64. package/lib/materials/sxp/cta/AniLinkPopup/interactionRender.js +2 -1
  65. package/lib/materials/sxp/popup/CommodityDetail/index.js +7 -15
  66. package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +7 -0
  67. package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +2 -1
  68. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +7 -15
  69. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +6 -0
  70. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +2 -1
  71. package/lib/materials/sxp/popup/CommodityList/index.js +9 -15
  72. package/lib/materials/sxp/popup/CommodityList/settingRender.d.ts +5 -0
  73. package/lib/materials/sxp/popup/CommodityList/settingRender.js +2 -1
  74. package/lib/materials/sxp/template/Appoint/interactionRender.d.ts +1 -0
  75. package/lib/materials/sxp/template/Appoint/interactionRender.js +2 -1
  76. package/lib/materials/sxp/template/Commodity/interactionRender.d.ts +1 -0
  77. package/lib/materials/sxp/template/Commodity/interactionRender.js +2 -1
  78. package/lib/materials/sxp/template/CommodityDiro/interactionRender.d.ts +1 -0
  79. package/lib/materials/sxp/template/CommodityDiro/interactionRender.js +2 -1
  80. package/lib/materials/sxp/template/CommodityDiroNew/interactionRender.d.ts +1 -0
  81. package/lib/materials/sxp/template/CommodityDiroNew/interactionRender.js +2 -1
  82. package/lib/materials/sxp/template/Link/interactionRender.d.ts +1 -0
  83. package/lib/materials/sxp/template/Link/interactionRender.js +2 -1
  84. package/lib/materials/sxp/template/Link/material.js +1 -1
  85. package/lib/materials/sxp/template/MultiCommodity/interactionRender.d.ts +1 -0
  86. package/lib/materials/sxp/template/MultiCommodity/interactionRender.js +2 -1
  87. package/lib/materials/sxp/template/MultiCommodityDiro/interactionRender.d.ts +1 -0
  88. package/lib/materials/sxp/template/MultiCommodityDiro/interactionRender.js +2 -1
  89. package/lib/materials/sxp/template/MultiCommodityDiroNew/interactionRender.d.ts +1 -0
  90. package/lib/materials/sxp/template/MultiCommodityDiroNew/interactionRender.js +2 -1
  91. package/package.json +1 -1
package/dist/pb-ui.min.js CHANGED
@@ -1,7 +1,7 @@
1
- (function(Ye,Ue){typeof exports=="object"&&typeof module<"u"?Ue(exports,require("lodash"),require("uuid"),require("pako"),require("react"),require("qs"),require("eventemitter3"),require("@emotion/css"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","lodash","uuid","pako","react","qs","eventemitter3","@emotion/css","react-dom"],Ue):(Ye=typeof globalThis<"u"?globalThis:Ye||self,Ue(Ye.PUI={},Ye.lodash,Ye.uuid$1,Ye.pako,Ye.React,Ye.qs,Ye.EventEmitter,Ye.css,Ye.ReactDOM))})(this,function(Ye,Ue,jo,Vo,n,li,zo,we,Pi){"use strict";function Ho(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var o=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,o.get?o:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var Di=Ho(Pi);function Xe(t,e){var i={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(i[o]=t[o]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,o=Object.getOwnPropertySymbols(t);s<o.length;s++)e.indexOf(o[s])<0&&Object.prototype.propertyIsEnumerable.call(t,o[s])&&(i[o[s]]=t[o[s]]);return i}function et(t,e,i,o){function s(l){return l instanceof i?l:new i(function(d){d(l)})}return new(i||(i=Promise))(function(l,d){function r(u){try{p(o.next(u))}catch(f){d(f)}}function a(u){try{p(o.throw(u))}catch(f){d(f)}}function p(u){u.done?l(u.value):s(u.value).then(r,a)}p((o=o.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Go=/:\w+/g;var Mi=(t,e)=>et(void 0,void 0,void 0,function*(){const i={},o={};for(let s=0;s<e?.length;s++){const{id:l,method:d,url:r,urlParams:a,name:p,queryString:u,headers:f,body:h}=e[s];let m=r;a&&Object.entries(a).forEach(([S,E])=>{m=m.replace(Go,A=>A===S?E:A)}),u&&(m+=u),o[l]=p;try{const S=yield fetch(m,{method:d,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(E=>E.json());i[l]=S}catch(S){console.error("DataSource request error: ",S),i[l]={}}}return{$store:i,idMapName:o}});const Oi="SXP_TOKEN_INFO",Uo=(t,e)=>et(void 0,void 0,void 0,function*(){var i;const o=t.getTenantId(),s=t.getAppId(),l=t.getApiUrl(),d=window.localStorage.getItem(Oi);let r=JSON.parse(d||"{}");if(Date.now()>((i=r?.expireTime)!==null&&i!==void 0?i:0)){const p=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":o||"","x-app-id":s||""}}).then(u=>u.json());if(p.success){const u=p.data;r=Object.assign(Object.assign({},u),{expireTime:Date.now()+u.expire*1e3}),window.localStorage.setItem(Oi,JSON.stringify(r))}}return r});function Wt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];let s;if(e=e||i.length,t)for(s=0;s<t;s++)o[s]=i[0|Math.random()*e];else{let l;for(o[8]=o[13]=o[18]=o[23]="-",o[14]="4",s=0;s<36;s++)o[s]||(l=0|Math.random()*16,o[s]=i[s===19?l&3|8:l])}return o.join("")}const Wo=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o=i.length;let s=0;for(;s<t;)e+=i.charAt(Math.floor(Math.random()*o)),s+=1;return e},Yo=()=>{const t=jo.v4();return t?.replaceAll?t.replaceAll("-",""):Wo(32)},ge=(t,e)=>{if(!t)return"";let i="";const o=e?.["fontFamily-cn"],s=e?.["fontFamily-en"];if(!o&&!s)return t;let l=t;const d=/[\u4e00-\u9fa5]/g,r=/[^\u4e00-\u9fa5]/g,a=`font-family:${o??"inherit"}`,p=`font-family:${s??"inherit"}`,u=h=>{let m=h.search(d),S=h.search(r);return m!==-1&&S!==-1&&m<S&&(i+=`<span style="${a}">${h.substring(m,S)}</span>`,l=h.substring(S,h?.length)),m!==-1&&S!==-1&&m>S&&(i+=`<span style="${p}">${h.substring(S,m)}</span>`,l=h.substring(m,h?.length)),m===-1?(i+=`<span style="${p}">${h.substring(S,h?.length)}</span>`,l="",!1):S===-1?(i+=`<span style="${a}">${h.substring(m,h?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=u(l);return i};function Li(){var t,e,i,o,s,l,d;let r=self.navigator.userAgent;return r?/edge\/([\d\.]+)/i.exec(r)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(r))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(r)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(r))===null||e===void 0?void 0:e[1]}`:/msie/i.test(r)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(r))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(r)?`Internet Explorer ${(o=/rv:([\d\.]+)/i.exec(r))===null||o===void 0?void 0:o[1]}`:/chrome/i.test(r)?`Chrome ${(s=/chrome\/([\d\.]+)/i.exec(r))===null||s===void 0?void 0:s[1]}`:/firefox/i.test(r)?`Firefox ${(l=/firefox\/([\d\.]+)/i.exec(r))===null||l===void 0?void 0:l[1]}`:/safari/i.test(r)?`Safari ${(d=/version\/([\d\.]+)/i.exec(r))===null||d===void 0?void 0:d[1]}`:null:null}function Bi(){var t,e,i;let o=self.navigator.userAgent;return o?/iphone/i.test(o)?`IOS ${(t=o.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(o)?`Android ${(e=o.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(o)?`Windows ${(i=o.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(o)?"Mac OS":null:null}function Ni(){let t=self.navigator.userAgent;if(!t)return null;if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var o=t.substring(e+1,i);return`${o}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function Fi(t){const i=document.cookie.split(";");let o=null;return i.forEach(s=>{const[l,d]=s.trim().split("=");l===t&&(o=d)}),o??""}function ji(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),o=new Uint8Array(i),s=Vo.inflate(o,{to:"string"});return JSON.parse(s)}let si=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 Jo{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,si)return si;si=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 tt=null;const qo={init:({appId:t,tenantId:e,env:i="live",apiUrl:o})=>{tt||(tt=new Jo),o&&tt.setApiUrl(o),tt.setAppId(t),tt.setTenantId(e),tt.setEnv(i)},getDetail:t=>{if(!tt)return;const e=tt.getTenantId(),i=tt.getAppId(),o=tt.getApiUrl();return fetch(`${o}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>et(void 0,void 0,void 0,function*(){var l,d;const r=yield s.json(),a=ji((l=r?.data)===null||l===void 0?void 0:l.data);if(a){const{$store:p}=yield Mi(o,(d=a?.dataSource)!==null&&d!==void 0?d:[]);r.data.data=a,Object.assign(r.data.data,{__STORE__:p})}return r}))},getSxpDetailByPageId:t=>et(void 0,void 0,void 0,function*(){if(!tt)return;const e=tt.getTenantId(),i=tt.getAppId(),o=tt.getApiUrl();return fetch(`${o}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>et(void 0,void 0,void 0,function*(){var l;const d=yield s.json();if(!d.success)return;const r=ji((l=d?.data)===null||l===void 0?void 0:l.data);return d.data.data=r,d.data}))}),getSxpRecommendVideoData:t=>et(void 0,void 0,void 0,function*(){if(!tt)return;const e=yield Uo(tt,t),i=Wt(0,0);let o=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Ue.isEmpty(o)&&(o=Wt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",o));const s=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:o,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return s?.data||null})};function ht(){return n.useContext(Zi)}function Ko(){return n.useContext(Ki)}const di="feRealSessionIdKey",Vi=()=>{const t=Yo();return`${Date.now()}${t}`},Zo=()=>{let t=Qo();return t||(t=Vi(),window.sessionStorage.setItem(di,t)),t},zi=()=>{const t=Vi();window.sessionStorage.setItem(di,t)},Qo=()=>window.sessionStorage.getItem(di),Hi="SXP_FAKE_USER_ID",Gi="FAKE_USER_STATE",Ui="AGREE_POLICY",Wi="SLIDE_SKIP_STATE",Yi=()=>{let t=window.localStorage.getItem(Hi);return Ue.isEmpty(t)&&(t=Wt(36,62),window.localStorage.setItem(Hi,t)),t},Ro=()=>{const t=window.localStorage.getItem(Gi);return Ue.isEmpty(t)&&window.localStorage.setItem(Gi,"true"),Ue.isEmpty(t)},$o=()=>{const t=window.localStorage.getItem(Wi);return Ue.isEmpty(t)},en=()=>{window.localStorage.setItem(Wi,"true")};function at(t,e){const{appDomain:i}=Ce();return n.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const gt=new zo;var st;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(st||(st={}));const tn=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:o,privacy_policy_url:s,privacy_policy_title:l})=>{const{setIsAgreePolicy:d,bffEventReport:r}=Ce(),a=n.useMemo(()=>{const f=location.search.slice(1),h=li.parse(f.replace(/\+/g,"%2B"));for(const m in h)h[m]=h[m].replace(/%2B/g,"+");return h},[]),p=f=>{var h;return(h=a[f])!==null&&h!==void 0?h:null};n.useEffect(()=>{r?.({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 u=()=>{r?.({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}}),d?.(!0),window.localStorage.setItem(Ui,"yes")};return n.createElement("div",{className:"consent-bg"},n.createElement("div",{className:"consent"},n.createElement("div",{className:"consent-col"},n.createElement("div",{className:"consent-title"},i??"Privacy Policy"),n.createElement("div",{className:"consent-content"},o??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),n.createElement("div",{className:"consent-col"},n.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:u},"Agree"),n.createElement("a",{className:"consent-policy",target:"_blank",href:s?`https://${s}`:void 0},l??"More information"))))};var on=n.memo(tn);const Xi=n.createContext({rtcList:[],tagList:[]});var ri;(function(t){t[t.BFF=5]="BFF"})(ri||(ri={}));const Yt="FOR U",nn=({render:t,dataSources:e,utmVal:i,enableReportEvent:o=!0,maxSize:s,defaultSize:l,isPreview:d=!1,sxpParameter:r,appDomain:a,hashTagSize:p,loadingImage:u,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:m,consentWidth:S,isShowTag:E=!0,isOpenConsent:A=!1,globalConfig:v,isEditor:w=!1,utmParameter:b,channelQueryList:T})=>{var D,g,M;const[P,x]=n.useState([]),[c,O]=n.useState([]),[y,C]=n.useState(!1),[I,B]=n.useState({rtc:"",requestId:""}),j=n.useRef(null),V=n.useRef(!1),[z,N]=n.useState(()=>!!window.localStorage.getItem(Ui)),[k,F]=n.useState(),[W,U]=n.useState(),[K,ne]=n.useState(f),[ie,ue]=n.useState([]),[ke,ae]=n.useState(0),[Y,Z]=n.useState(!1),[$,ee]=n.useState(null),fe=n.useRef(),xe=n.useRef(),[le,me]=n.useState(Yt),be=n.useRef(-1),Pe=n.useRef(null),[Ie,Me]=n.useState(!1),Ne=n.useMemo(()=>{var H,G,Se,Ee;return((Ee=(Se=(G=(H=v?.consent)===null||H===void 0?void 0:H[0])===null||G===void 0?void 0:G.item)===null||Se===void 0?void 0:Se.props)===null||Ee===void 0?void 0:Ee.privacy_necessity)&&!z&&!w||A},[z,v,A,w]),Q=n.useCallback(H=>{var G;const Se=H?.recList;return(G=Se?.map(X=>{var J,ve,Te,Oe,Ve,ze;if(!((J=X?.video)===null||J===void 0)&&J.bindProducts&&((Te=(ve=X?.video)===null||ve===void 0?void 0:ve.bindProducts)===null||Te===void 0?void 0:Te.length)>0){const Qe=(ze=(Ve=(Oe=X?.video)===null||Oe===void 0?void 0:Oe.bindProducts)===null||Ve===void 0?void 0:Ve.filter(ot=>!!ot?.bindCta))!==null&&ze!==void 0?ze:[];return Object.assign(Object.assign({},X),{video:Object.assign(Object.assign({},X?.video),{bindProducts:Qe})})}return X}))!==null&&G!==void 0?G:[]},[]);n.useEffect(()=>{const H=G=>{fe.current=G};return gt.on(st.CHANGE_THEME_TAG,H),()=>{gt.off(st.CHANGE_THEME_TAG,H)}},[]),n.useEffect(()=>{ne(f)},[f]);const ce=n.useMemo(()=>e?.find(H=>H.type===ri.BFF),[e]),te=n.useCallback((H,G)=>{if(!ce)return;const Se=ce.url,Ee=Yi();if(G?.query){const X=li.stringify(G.query);H=`${H}?${X}`}return G.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Se}/api/v1${H}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},ce.headers),{"x-user-id":Ee}),G.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Se}/api/v1${H}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Ee},ce.headers),method:G.method,body:JSON.stringify(G.body)}).then(X=>X.json()).catch(X=>Promise.reject(X))},[ce]),de=n.useCallback(H=>et(void 0,void 0,void 0,function*(){var G,Se,Ee,X,J,ve,Te,Oe,Ve,ze,Qe,ot,wt,Ct;if(H=Object.assign(Object.assign(Object.assign({maxSize:(G=H?.maxSize)!==null&&G!==void 0?G:s,defaultSize:(Se=H?.defaultSize)!==null&&Se!==void 0?Se:l,hashTag:H?.hashTag,traceInfo:H?.traceInfo,themeTag:H?.themeTag},H?.contentFilter&&{contentFilter:`[${H?.contentFilter}]`}),H?.productFilter&&{productFilter:`[${H?.productFilter}]`}),{pageNum:H?.pageNum}),i){const re=(J=(X=(Ee=i?.split("&"))===null||Ee===void 0?void 0:Ee.filter(se=>{var q,he;const ye=se.split("=")[0];return(he=(q=b?.channels)!==null&&q!==void 0?q:[])===null||he===void 0?void 0:he.includes(ye)}))===null||X===void 0?void 0:X.join("&"))!==null&&J!==void 0?J:"";H=Object.assign(Object.assign({},H),{channel:decodeURIComponent(re)})}if(w){let re=1;if(H=Object.assign(Object.assign(Object.assign({},H),{directPage:!0,level:1}),!i&&T&&T?.length>0&&{channel:T?.[0]}),!H?.channel||V.current)return;V.current=!0;let se=[],q=null;const he=ye=>et(void 0,void 0,void 0,function*(){var oe,pe,Ae,De,je,He;if(ye.pageNum=re,q=yield te?.("/recommend/list",{method:"GET",query:ye}),!q?.success)return;C(!1),se=se.concat((De=(Ae=(pe=(oe=q?.data)===null||oe===void 0?void 0:oe.recList)===null||pe===void 0?void 0:pe.filter)===null||Ae===void 0?void 0:Ae.call(pe,Le=>Le?.product||Le?.video))!==null&&De!==void 0?De:[]),((He=(je=q?.data)===null||je===void 0?void 0:je.recList)===null||He===void 0?void 0:He.some(Le=>Le?.product||Le?.video))&&(re=re+1,yield he(ye))});return yield he(H),!H?.hashTag&&q&&B({rtc:(ve=q?.data)===null||ve===void 0?void 0:ve.rtc,requestId:(Te=q?.data)===null||Te===void 0?void 0:Te.requestId}),Object.assign(Object.assign({},q.data),{recList:se})}v?.enablePreview&&(H=Object.assign(Object.assign({},H),{directPage:!0,level:1,pageNum:(Oe=H?.pageNum)!==null&&Oe!==void 0?Oe:1}));const _=yield te?.("/recommend/list",{method:"GET",query:H});if(_?.success){if(H?.hashTag||B({rtc:_.data.rtc,requestId:_.data.requestId}),v?.enablePreview&&!w){let re=[];return re=re.concat((ot=(Qe=(ze=(Ve=_?.data)===null||Ve===void 0?void 0:Ve.recList)===null||ze===void 0?void 0:ze.filter)===null||Qe===void 0?void 0:Qe.call(ze,q=>q?.product||q?.video))!==null&&ot!==void 0?ot:[]),((Ct=(wt=_?.data)===null||wt===void 0?void 0:wt.recList)===null||Ct===void 0?void 0:Ct.some(q=>q?.product||q?.video))||Me(!0),Object.assign(Object.assign({},_.data),{recList:re})}return _?.data}}),[te,i,s,l,T]),R=n.useCallback(H=>et(void 0,void 0,void 0,function*(){var G,Se,Ee,X;if(P.length<=0)return;const J=P?.[P?.length-1],ve=yield de(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:W?.hashTag},((G=J?.product)===null||G===void 0?void 0:G.itemId)&&{productFilter:(Se=J?.product)===null||Se===void 0?void 0:Se.itemId}),((Ee=J?.video)===null||Ee===void 0?void 0:Ee.itemId)&&{contentFilter:(X=J?.video)===null||X===void 0?void 0:X.itemId}),{themeTag:fe.current}),v?.enablePreview&&!w&&{pageNum:H}));return x(P.concat(Q(ve))),ue(ie.concat(Q(ve))),ve}),[de,P,W,ie]),L=n.useCallback(({userInfo:H,eventInfo:G})=>{if(!o||v?.enablePreview)return;H||(H={});const Se=Zo(),Ee=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:Se,rtc:I.rtc,requestId:I.requestId},G),Ni()&&{sxpDevice:Ni()}),Bi()&&{sxpSystem:Bi()}),Li()&&{sxpBrowser:Li()}),X=Object.entries(H).map(([ve,Te])=>({name:ve,value:Te})),J=Object.entries(Ee).map(([ve,Te])=>Te&&{name:ve,value:Te}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",H),console.log("eventInfo:",Ee),console.log("========= \u7ED3\u675F ========="),te?.("/event/report",{method:"POST",body:{userInfo:X,eventInfo:J},type:"beacon"})},[te,I,o,v?.enablePreview]),Fe=n.useCallback(H=>{var G,Se,Ee,{eventName:X,actionSource:J="website",eventSourceUrl:ve=(G=window?.location)===null||G===void 0?void 0:G.href,externalId:Te}=H;if(!o||!h||v?.enablePreview)return;const Oe=Yi(),ze=new URLSearchParams(window.location.search).get("fbclid");return te?.("/fb/events",{method:"POST",body:{eventName:X,actionSource:J,eventSourceUrl:ve,userData:Object.assign(Object.assign(Object.assign({externalId:Oe},ze&&{fbc:`fb.2.${new Date().getTime()}.${ze}`}),Fi("_fbp")&&{fbp:`fb.2.${new Date().getTime()}.${Fi("_fbp")}`}),{clientUserAgent:(Ee=(Se=window?.navigator)===null||Se===void 0?void 0:Se.userAgent)!==null&&Ee!==void 0?Ee:""})},type:"beacon"})},[te,o,h,v?.enablePreview]),Ze=n.useCallback(H=>et(void 0,void 0,void 0,function*(){const G=yield te?.("/recommend/like",{method:"POST",body:H});return G?.success}),[te]),qe=n.useCallback(H=>et(void 0,void 0,void 0,function*(){const G=yield te?.("/recommend/unlike",{method:"POST",body:H});return G?.success}),[te]),vt=n.useCallback(H=>et(void 0,void 0,void 0,function*(){const G=yield te?.("/customform",{method:"POST",body:H});return G?.success}),[te]),it=n.useCallback(()=>et(void 0,void 0,void 0,function*(){var H,G,Se,Ee,X;if(!(!i||!E))try{const J=(Se=(G=(H=i?.split("&"))===null||H===void 0?void 0:H.filter(Te=>{var Oe,Ve;const ze=Te.split("=")[0];return(Ve=(Oe=b?.channels)!==null&&Oe!==void 0?Oe:[])===null||Ve===void 0?void 0:Ve.includes(ze)}))===null||G===void 0?void 0:G.join("&"))!==null&&Se!==void 0?Se:"",ve=yield te?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(J)}});O((X=(Ee=ve?.data)===null||Ee===void 0?void 0:Ee.tags)!==null&&X!==void 0?X:[])}catch(J){console.log("e",J)}}),[te,i,E]),pt=n.useCallback((H,G,Se,Ee)=>{var X,J,ve,Te,Oe,Ve,ze,Qe,ot,wt,Ct,_,re,se,q,he,ye,oe,pe,Ae,De,je,He,We,Le,Re,_e,Ge,rt,Je,St,xt,It,kt,Be,_i;const _t=Se?.bindCta,mr=((X=G?.video)===null||X===void 0?void 0:X.bindProduct)||((J=G?.video)===null||J===void 0?void 0:J.bindProducts)&&((Te=(ve=G?.video)===null||ve===void 0?void 0:ve.bindProducts)===null||Te===void 0?void 0:Te.length)>0;let ni="";Y?ni="hashTagPage":!((Oe=G?.video)===null||Oe===void 0)&&Oe.url?ni="videoPage":!((ze=(Ve=G?.video)===null||Ve===void 0?void 0:Ve.imgUrls)===null||ze===void 0)&&ze.length&&(ni="imagePage");const Fo=(se=(_=(Qe=Se?.tags)!==null&&Qe!==void 0?Qe:(Ct=(wt=(ot=G?.video)===null||ot===void 0?void 0:ot.bindProducts)===null||wt===void 0?void 0:wt[0])===null||Ct===void 0?void 0:Ct.tags)!==null&&_!==void 0?_:(re=G?.video)===null||re===void 0?void 0:re.tags)!==null&&se!==void 0?se:(q=G?.product)===null||q===void 0?void 0:q.tags;L?.({eventInfo:Object.assign(Object.assign({},H),{ctaId:(he=_t?.itemId)!==null&&he!==void 0?he:"",ctaName:(ye=_t?.title)!==null&&ye!==void 0?ye:"",contentTags:Fo?JSON.stringify(Fo):"",position:Ee+"",contentId:(pe=(oe=G?.video)===null||oe===void 0?void 0:oe.itemId)!==null&&pe!==void 0?pe:"",productId:mr?Se?.itemId:"",traceInfo:(Be=(xt=(_e=(He=(Ae=_t?.traceInfo)!==null&&Ae!==void 0?Ae:(je=(De=G?.video)===null||De===void 0?void 0:De.bindCta)===null||je===void 0?void 0:je.traceInfo)!==null&&He!==void 0?He:(Re=(Le=(We=G?.video)===null||We===void 0?void 0:We.bindProduct)===null||Le===void 0?void 0:Le.bindCta)===null||Re===void 0?void 0:Re.traceInfo)!==null&&_e!==void 0?_e:(St=(Je=(rt=(Ge=G?.video)===null||Ge===void 0?void 0:Ge.bindProducts)===null||rt===void 0?void 0:rt[0])===null||Je===void 0?void 0:Je.bindCta)===null||St===void 0?void 0:St.traceInfo)!==null&&xt!==void 0?xt:(kt=(It=G?.product)===null||It===void 0?void 0:It.bindCta)===null||kt===void 0?void 0:kt.traceInfo)!==null&&Be!==void 0?Be:"",fromKName:ni,fromKPage:(_i=location?.href)!==null&&_i!==void 0?_i:""})})},[L,Y]),mt=n.useCallback(()=>{var H,G;const Se=location.search.slice(1),Ee=li.parse(Se.replace(/\+/g,"%2B"));for(const ve in Ee)Ee[ve]=Ee[ve].replace(/%2B/g,"+");const X=ve=>{var Te;return(Te=Ee[ve])!==null&&Te!==void 0?Te:""},J=new Date;xe.current=J,L?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:X("utm_source"),utmMedium:X("utm_medium"),utmCampaign:X("utm_campaign"),utmId:X("utm_id"),utmContent:X("utm_content"),enterTime:Math.floor(J/1e3)+"",requestId:null,enterUrl:(G=(H=window?.location)===null||H===void 0?void 0:H.href)!==null&&G!==void 0?G:"",clSource:X("cl_source")}})},[L]);n.useEffect(()=>{Ne||mt()},[Ne]),n.useEffect(()=>{Ne||(C(!0),it(),de().then(H=>{H&&(x(Q(H)),ue(Q(H)))}).finally(()=>{L({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),C(!1)}))},[Ne]),n.useEffect(()=>{d&&(C(!0),it(),de().then(H=>{H&&(x(Q(H)),ue(Q(H)))}).finally(()=>{L({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),C(!1)}))},[de,it]);const ft=at("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",a);return n.createElement(Xi.Provider,{value:{rtcList:P,setRtcList:x,mutateLike:Ze,mutateUnlike:qe,submitForm:vt,popupDetailData:k,loadVideos:R,setPopupDetailData:F,getRecommendVideos:de,bffEventReport:L,utmVal:i,isPreview:d,loading:y,sxpParameter:r,waterFallData:W,setWaterFallData:U,ctaEvent:pt,swiperRef:j,openHashtag:K,setOpenHashtag:ne,cacheRtcList:ie,setCacheRtcList:ue,cacheActiveIndex:ke,setCacheActiveIndex:ae,isFromHashtag:Y,setIsFromHashtag:Z,appDomain:a,hashTagSize:p,loadingImage:u??ft,isOpenHashTag:f,tagList:c,setLoading:C,videoRef:$,setVideoRef:ee,bffFbReport:Fe,isAgreePolicy:z,setIsAgreePolicy:N,curTime:xe,h5EnterLink:mt,themeTag:fe,isShowConsent:Ne,selectTag:le,setSelectTag:me,globalConfig:v,popupCurTimeRef:Pe,checkCommodityIndexRef:be,isEditor:w,isNoMoreData:Ie}},Ne?n.createElement(on,Object.assign({},(M=(g=(D=v?.consent)===null||D===void 0?void 0:D[0])===null||g===void 0?void 0:g.item)===null||M===void 0?void 0:M.props)):t({rtcList:P,mutateLike:Ze,mutateUnlike:qe,submitForm:vt,tagList:c}))};var Ji=n.memo(nn);function Ce(){return n.useContext(Xi)}var qi;(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"})(qi||(qi={}));const Ki=n.createContext({$store:{},options:[],configs:[]}),ln=({children:t,isSsr:e,enable:i})=>{const[o,s]=n.useState([]),{schema:l}=ht(),[d,r]=n.useState(l.__STORE__||{}),[a,p]=n.useState([]);n.useEffect(()=>{var h;e||Ue.isEqual(a,l?.dataSource)||p((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const u=n.useCallback(()=>et(void 0,void 0,void 0,function*(){const{$store:h,idMapName:m}=yield Mi("",a);r(h),f(h,m)}),[a]),f=(h,m)=>{const S=[];Object.entries(h).forEach(([E,A])=>{Object.keys(A).forEach(v=>{const w={label:`${m[E]} - ${v}`,value:`{{ ${E}.${v} }}`};S.push(w)})}),s(S)};return n.useEffect(()=>{e||u()},[u,e,l]),i?n.createElement(Ki.Provider,{value:{$store:l.__STORE__||d,options:o,configs:a}},t):t};var sn=n.memo(ln);const Xt={id:Wt(6,10),item:{type:"common",h:300,category:"block",displayName:"block",isFirstLayout:!0,w:1e3},point:{i:"x-0",x:-38.34375,y:0,w:1e3,h:300,isBounded:!0,actualX:0,actualY:0},pathArr:[0],positionY:0},ai={id:"",duration:0,name:"none"},Zi=n.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Xt],redoStack:[],popup:ai,setPopup:()=>{}}),Qi=n.forwardRef(({children:t,resolver:e,isSsr:i,schema:o,enableDataSource:s=!0,utmVal:l},d)=>{const[r,a]=n.useState(null),[p,u]=n.useState(o||{pointData:[Xt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=n.useState([Xt]),[m,S]=n.useState([[Xt]]),[E,A]=n.useState([]),[v,w]=n.useState(ai);typeof window<"u"&&(window.sxpPopup=(M,P)=>{w(Object.assign(Object.assign(Object.assign({},ai),{id:M}),P))}),typeof window<"u"&&(window.getJointUtmLink=M=>(en(),M?.indexOf("?")!==-1?M+(l?"&"+l:""):M+(l?"?"+l:""))),n.useEffect(()=>{S([p.pointData]),A([])},[p.type]);const b=n.useCallback(M=>{const P=Ue.cloneDeep(p);P&&(P.dataSource=M,u?.(P))},[p]),[T,D]=n.useState();n.useImperativeHandle(d,()=>({loadSchema(M){M&&(S([M.pointData]),u(M))},exportSchema(){return Ue.cloneDeep(p)},getPageInfoData(){return T},initPageInfoData(M){M&&D(M)}}));const g=n.useMemo(()=>{if(p)return p.type==="PC"?p.pcPageConf:p.mobilePageConf},[p]);return n.createElement(Zi.Provider,{value:{resolver:e,currentNode:r,schema:p,setCurrentNode:a,setSchema:u,saveDataSource:b,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:M=>D(Object.assign(Object.assign({},T),M)),undoStack:m,redoStack:E,setRedoStack:A,setUndoStack:S,getCurPageConf:g,popup:v,setPopup:w}},n.createElement(sn,{isSsr:i,enable:s},t))});var dn=Object.freeze({__proto__:null,EditorCore:Qi}),rn=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],an=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u6807\u9898\u95F4\u8DDD",type:"TextSpace",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C\u6837\u5F0F",type:"TextStyle",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u5BF9\u9F50",type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function Ke(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:o}=Ce(),s=n.useCallback((r,a,p,u,f)=>{var h,m,S,E,A,v,w,b,T,D,g,M,P,x,c,O,y,C,I,B,j,V,z,N,k,F,W,U,K,ne,ie,ue,ke,ae,Y,Z,$,ee;let fe="";e&&(!((m=(h=r?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((S=r?.video)===null||S===void 0)&&S.bindProduct)?fe="pdpPage":o?fe="hashTagPage":!((E=r?.video)===null||E===void 0)&&E.url?fe="videoPage":!((A=r?.video)===null||A===void 0)&&A.imgUrls&&(!((w=(v=r?.video)===null||v===void 0?void 0:v.imgUrls)===null||w===void 0)&&w.length)?fe="imagePage":r?.product&&(fe="productPage");const xe=(x=(M=(b=a?.tags)!==null&&b!==void 0?b:(g=(D=(T=r?.video)===null||T===void 0?void 0:T.bindProducts)===null||D===void 0?void 0:D[0])===null||g===void 0?void 0:g.tags)!==null&&M!==void 0?M:(P=r?.video)===null||P===void 0?void 0:P.tags)!==null&&x!==void 0?x:(c=r?.product)===null||c===void 0?void 0:c.tags;let le=null;!((O=r?.video)===null||O===void 0)&&O.url?le="video":!((y=r?.video)===null||y===void 0)&&y.imgUrls&&(!((I=(C=r?.video)===null||C===void 0?void 0:C.imgUrls)===null||I===void 0)&&I.length)&&(le="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(B=a?.itemId)!==null&&B!==void 0?B:"",productName:(j=a?.title)!==null&&j!==void 0?j:"",price:a?.price?a?.price+"":"0",productCollection:(V=a?.collection)!==null&&V!==void 0?V:"",fromKName:fe,fromKPage:location?.href,contentTags:xe?JSON.stringify(xe):"",position:u+"",contentId:(N=(z=r?.video)===null||z===void 0?void 0:z.itemId)!==null&&N!==void 0?N:"",ctatId:(k=p?.itemId)!==null&&k!==void 0?k:"",traceInfo:(ee=(Y=(ke=(K=(F=f??a?.traceInfo)!==null&&F!==void 0?F:(U=(W=r?.video)===null||W===void 0?void 0:W.bindProduct)===null||U===void 0?void 0:U.traceInfo)!==null&&K!==void 0?K:(ue=(ie=(ne=r?.video)===null||ne===void 0?void 0:ne.bindProducts)===null||ie===void 0?void 0:ie[0])===null||ue===void 0?void 0:ue.traceInfo)!==null&&ke!==void 0?ke:(ae=r?.product)===null||ae===void 0?void 0:ae.traceInfo)!==null&&Y!==void 0?Y:($=(Z=r?.video)===null||Z===void 0?void 0:Z.bindCta)===null||$===void 0?void 0:$.traceInfo)!==null&&ee!==void 0?ee:""},le&&{contentFormat:le})})},[t,e,o]),l=n.useCallback((r,a,p,u,f)=>{var h,m,S,E,A,v,w,b,T,D,g,M,P,x;let c="";e&&(!((m=(h=r?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((S=r?.video)===null||S===void 0)&&S.bindProduct)?c="pdpPage":r?.product&&(c="productPage"),t?.({eventInfo:{productId:a?.itemId,productName:a?.title,price:a?.price?a?.price+"":"0",productCollection:a?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(a?.tags),position:f+"",contentId:(E=r?.video)===null||E===void 0?void 0:E.itemId,ctatId:p?.itemId,traceInfo:(x=(M=(b=(A=a?.traceInfo)!==null&&A!==void 0?A:(w=(v=r?.video)===null||v===void 0?void 0:v.bindProduct)===null||w===void 0?void 0:w.traceInfo)!==null&&b!==void 0?b:(g=(D=(T=r?.video)===null||T===void 0?void 0:T.bindProducts)===null||D===void 0?void 0:D[0])===null||g===void 0?void 0:g.traceInfo)!==null&&M!==void 0?M:(P=r?.product)===null||P===void 0?void 0:P.traceInfo)!==null&&x!==void 0?x:"",timeOnSite:Math.floor((new Date-u)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),d=n.useCallback((r,a,p,u)=>{a&&a===Yt&&t?.({eventInfo:{lastFeed:r,themeTags:p?`['${p}']`:"",hashTags:u?`['${u}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:s,productView:l,backMainFeed:d}}const un=({layout:t,columns:e,onChange:i})=>n.createElement(n.Fragment,null,e?.map((o,s)=>n.createElement("div",{key:s,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&n.createElement("label",{className:"pb-appoint-form-container-label"},o?.title),o?.valueType==="text"&&n.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?o?.title:"\u8BF7\u8F93\u5165",name:o?.dataIndex},i&&{onChange:i})))));var cn=n.memo(un);const vn=t=>{var e,i,{columns:o,style:s,title:l,textStyle:d,submitBgColor:r,submitColor:a,submitText:p,layoutType:u="inline",isExternalLink:f,isPopup:h,onClick:m,onClose:S,submitButtonStyle:E}=t,A=Xe(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:v,popupDetailData:w}=Ce(),{jumpToWeb:b}=Ke(),[T,D]=n.useState(!1),[g,M]=n.useState({}),[P,x]=n.useState(0),c=n.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),O=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),y=n.useMemo(()=>Ue.cloneDeep(o)||c,[o,c]),C=n.useCallback(B=>{const{name:j,value:V}=B.target;M(Object.assign(Object.assign({},g),{[j]:V}))},[g]),I=Ue.debounce(()=>et(void 0,void 0,void 0,function*(){var B,j,V,z,N;const k=g;if(!k)return;const F=(j=(B=Object.keys(k))===null||B===void 0?void 0:B.map(U=>{var K;return{name:U,value:(K=k[U])!==null&&K!==void 0?K:""}}))===null||j===void 0?void 0:j.filter(U=>U?.value);if(!F||!F?.length)return;D(!0);const W=yield v?.({attributes:F});if(D(!1),W){if(f){const U=w,K=(V=U?.video)===null||V===void 0?void 0:V.bindProduct,ne=(N=(z=U?.video)===null||z===void 0?void 0:z.bindProduct)===null||N===void 0?void 0:N.bindCta,ie=w?.index;b(U,K,ne,ie)}h||S?.(),m?.()}}),1e3);return n.useEffect(()=>{const B=()=>{var j,V;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((j=document?.documentElement)===null||j===void 0?void 0:j.clientHeight)||((V=document?.body)===null||V===void 0?void 0:V.clientHeight))<O?x(50):x(0)};return window.addEventListener("resize",B),()=>{window.removeEventListener("resize",B)}},[]),n.createElement("div",{className:"pb-appoint-form"},n.createElement("div",{className:`pb-appoint-form-title ${we.css(Object.assign({},d))}`,dangerouslySetInnerHTML:{__html:ge(l,d)}}),n.createElement("div",Object.assign({className:we.css(Object.assign(Object.assign({},s),{marginTop:P}))},A),n.createElement("div",{className:"pb-appoint-form-container"},n.createElement(cn,{columns:y,layout:u,onChange:C}))),n.createElement("div",{className:"pb-appoint-form-btn-wrapper"},n.createElement("button",{"aria-label":p,onClick:I,className:"pb-appoint-form-btn",style:Object.assign({color:a,background:r},E),dangerouslySetInnerHTML:{__html:ge(T?"loading...":p,E)}})))};var pn=n.memo(vn);function $e(t,e){return t.extend=e,t}const mn=$e(pn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:an,bindableProps:[],interactionRender:rn},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var fn=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\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 Ri(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ui(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:Ri(e[i])&&Ri(t[i])&&Object.keys(e[i]).length>0&&ui(t[i],e[i])})}const $i={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 bt(){const t=typeof document<"u"?document:{};return ui(t,$i),t}const hn={document:$i,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 nt(){const t=typeof window<"u"?window:{};return ui(t,hn),t}function Dt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function gn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function Bt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function ut(){return Date.now()}function bn(t){const e=nt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function yn(t,e){e===void 0&&(e="x");const i=nt();let o,s,l;const d=bn(t);return i.WebKitCSSMatrix?(s=d.transform||d.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(r=>r.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(s==="none"?"":s)):(l=d.MozTransform||d.OTransform||d.MsTransform||d.msTransform||d.transform||d.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?s=l.m41:o.length===16?s=parseFloat(o[12]):s=parseFloat(o[4])),e==="y"&&(i.WebKitCSSMatrix?s=l.m42:o.length===16?s=parseFloat(o[13]):s=parseFloat(o[5])),s||0}function Jt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function wn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function dt(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const o=i<0||arguments.length<=i?void 0:arguments[i];if(o!=null&&!wn(o)){const s=Object.keys(Object(o)).filter(l=>e.indexOf(l)<0);for(let l=0,d=s.length;l<d;l+=1){const r=s[l],a=Object.getOwnPropertyDescriptor(o,r);a!==void 0&&a.enumerable&&(Jt(t[r])&&Jt(o[r])?o[r].__swiper__?t[r]=o[r]:dt(t[r],o[r]):!Jt(t[r])&&Jt(o[r])?(t[r]={},o[r].__swiper__?t[r]=o[r]:dt(t[r],o[r])):t[r]=o[r])}}}return t}function qt(t,e,i){t.style.setProperty(e,i)}function eo(t){let{swiper:e,targetPosition:i,side:o}=t;const s=nt(),l=-e.translate;let d=null,r;const a=e.params.speed;e.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(e.cssModeFrameID);const p=i>l?"next":"prev",u=(h,m)=>p==="next"&&h>=m||p==="prev"&&h<=m,f=()=>{r=new Date().getTime(),d===null&&(d=r);const h=Math.max(Math.min((r-d)/a,1),0),m=.5-Math.cos(h*Math.PI)/2;let S=l+m*(i-l);if(u(S,i)&&(S=i),e.wrapperEl.scrollTo({[o]:S}),u(S,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[o]:S})}),s.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=s.requestAnimationFrame(f)};f()}function Tt(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function Kt(t){try{console.warn(t);return}catch{}}function zt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Dt(e)),i}function Sn(t){const e=nt(),i=bt(),o=t.getBoundingClientRect(),s=i.body,l=t.clientTop||s.clientTop||0,d=t.clientLeft||s.clientLeft||0,r=t===e?e.scrollY:t.scrollTop,a=t===e?e.scrollX:t.scrollLeft;return{top:o.top+r-l,left:o.left+a-d}}function xn(t,e){const i=[];for(;t.previousElementSibling;){const o=t.previousElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function Tn(t,e){const i=[];for(;t.nextElementSibling;){const o=t.nextElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function Mt(t,e){return nt().getComputedStyle(t,null).getPropertyValue(e)}function Zt(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function to(t,e){const i=[];let o=t.parentElement;for(;o;)e?o.matches(e)&&i.push(o):i.push(o),o=o.parentElement;return i}function ci(t,e){function i(o){o.target===t&&(e.call(t,o),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function vi(t,e,i){const o=nt();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(o.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(o.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function Et(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function En(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=nt();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 d,r=ut(),a;const p=[];function u(b){let M=0,P=0,x=0,c=0;return"detail"in b&&(P=b.detail),"wheelDelta"in b&&(P=-b.wheelDelta/120),"wheelDeltaY"in b&&(P=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(M=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(M=P,P=0),x=M*10,c=P*10,"deltaY"in b&&(c=b.deltaY),"deltaX"in b&&(x=b.deltaX),b.shiftKey&&!x&&(x=c,c=0),(x||c)&&b.deltaMode&&(b.deltaMode===1?(x*=40,c*=40):(x*=800,c*=800)),x&&!M&&(M=x<1?-1:1),c&&!P&&(P=c<1?-1:1),{spinX:M,spinY:P,pixelX:x,pixelY:c}}function f(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function m(b){return e.params.mousewheel.thresholdDelta&&b.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&ut()-r<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&ut()-r<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),s("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),s("scroll",b.raw)),r=new l.Date().getTime(),!1)}function S(b){const T=e.params.mousewheel;if(b.direction<0){if(e.isEnd&&!e.params.loop&&T.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&T.releaseOnEdges)return!0;return!1}function E(b){let T=b,D=!0;if(!e.enabled||b.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const g=e.params.mousewheel;e.params.cssMode&&T.preventDefault();let M=e.el;e.params.mousewheel.eventsTarget!=="container"&&(M=document.querySelector(e.params.mousewheel.eventsTarget));const P=M&&M.contains(T.target);if(!e.mouseEntered&&!P&&!g.releaseOnEdges)return!0;T.originalEvent&&(T=T.originalEvent);let x=0;const c=e.rtlTranslate?-1:1,O=u(T);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(O.pixelX)>Math.abs(O.pixelY))x=-O.pixelX*c;else return!0;else if(Math.abs(O.pixelY)>Math.abs(O.pixelX))x=-O.pixelY;else return!0;else x=Math.abs(O.pixelX)>Math.abs(O.pixelY)?-O.pixelX*c:-O.pixelY;if(x===0)return!0;g.invert&&(x=-x);let y=e.getTranslate()+x*g.sensitivity;if(y>=e.minTranslate()&&(y=e.minTranslate()),y<=e.maxTranslate()&&(y=e.maxTranslate()),D=e.params.loop?!0:!(y===e.minTranslate()||y===e.maxTranslate()),D&&e.params.nested&&T.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const C={time:ut(),delta:Math.abs(x),direction:Math.sign(x),raw:b};p.length>=2&&p.shift();const I=p.length?p[p.length-1]:void 0;if(p.push(C),I?(C.direction!==I.direction||C.delta>I.delta||C.time>I.time+150)&&m(C):m(C),S(C))return!0}else{const C={time:ut(),delta:Math.abs(x),direction:Math.sign(x)},I=a&&C.time<a.time+500&&C.delta<=a.delta&&C.direction===a.direction;if(!I){a=void 0;let B=e.getTranslate()+x*g.sensitivity;const j=e.isBeginning,V=e.isEnd;if(B>=e.minTranslate()&&(B=e.minTranslate()),B<=e.maxTranslate()&&(B=e.maxTranslate()),e.setTransition(0),e.setTranslate(B),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!j&&e.isBeginning||!V&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:C.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(d),d=void 0,p.length>=15&&p.shift();const z=p.length?p[p.length-1]:void 0,N=p[0];if(p.push(C),z&&(C.delta>z.delta||C.direction!==z.direction))p.splice(0);else if(p.length>=15&&C.time-N.time<500&&N.delta-C.delta>=1&&C.delta<=6){const k=x>0?.8:.2;a=C,p.splice(0),d=Bt(()=>{e.slideToClosest(e.params.speed,!0,void 0,k)},0)}d||(d=Bt(()=>{a=C,p.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(I||s("scroll",T),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(B===e.minTranslate()||B===e.maxTranslate()))return!0}}return T.preventDefault?T.preventDefault():T.returnValue=!1,!1}function A(b){let T=e.el;e.params.mousewheel.eventsTarget!=="container"&&(T=document.querySelector(e.params.mousewheel.eventsTarget)),T[b]("mouseenter",f),T[b]("mouseleave",h),T[b]("wheel",E)}function v(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",E),!0):e.mousewheel.enabled?!1:(A("addEventListener"),e.mousewheel.enabled=!0,!0)}function w(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,E),!0):e.mousewheel.enabled?(A("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}o("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&v()}),o("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:v,disable:w})}function io(t,e,i,o){return t.params.createElements&&Object.keys(o).forEach(s=>{if(!i[s]&&i.auto===!0){let l=Tt(t.el,`.${o[s]}`)[0];l||(l=zt("div",o[s]),l.className=o[s],t.el.append(l)),i[s]=l,e[s]=l}}),i}function Nt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Qt(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:v=>v,formatFractionTotal:v=>v,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let d,r=0;function a(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function p(v,w){const{bulletActiveClass:b}=e.params.pagination;v&&(v=v[`${w==="prev"?"previous":"next"}ElementSibling`],v&&(v.classList.add(`${b}-${w}`),v=v[`${w==="prev"?"previous":"next"}ElementSibling`],v&&v.classList.add(`${b}-${w}-${w}`)))}function u(v){const w=v.target.closest(Nt(e.params.pagination.bulletClass));if(!w)return;v.preventDefault();const b=Zt(w)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function f(){const v=e.rtl,w=e.params.pagination;if(a())return;let b=e.pagination.el;b=Et(b);let T,D;const g=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,M=e.params.loop?Math.ceil(g/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(D=e.previousRealIndex||0,T=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(T=e.snapIndex,D=e.previousSnapIndex):(D=e.previousIndex||0,T=e.activeIndex||0),w.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const P=e.pagination.bullets;let x,c,O;if(w.dynamicBullets&&(d=vi(P[0],e.isHorizontal()?"width":"height",!0),b.forEach(y=>{y.style[e.isHorizontal()?"width":"height"]=`${d*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&D!==void 0&&(r+=T-(D||0),r>w.dynamicMainBullets-1?r=w.dynamicMainBullets-1:r<0&&(r=0)),x=Math.max(T-r,0),c=x+(Math.min(P.length,w.dynamicMainBullets)-1),O=(c+x)/2),P.forEach(y=>{const C=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(I=>`${w.bulletActiveClass}${I}`)].map(I=>typeof I=="string"&&I.includes(" ")?I.split(" "):I).flat();y.classList.remove(...C)}),b.length>1)P.forEach(y=>{const C=Zt(y);C===T?y.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&y.setAttribute("part","bullet"),w.dynamicBullets&&(C>=x&&C<=c&&y.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),C===x&&p(y,"prev"),C===c&&p(y,"next"))});else{const y=P[T];if(y&&y.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&P.forEach((C,I)=>{C.setAttribute("part",I===T?"bullet-active":"bullet")}),w.dynamicBullets){const C=P[x],I=P[c];for(let B=x;B<=c;B+=1)P[B]&&P[B].classList.add(...`${w.bulletActiveClass}-main`.split(" "));p(C,"prev"),p(I,"next")}}if(w.dynamicBullets){const y=Math.min(P.length,w.dynamicMainBullets+4),C=(d*y-d)/2-O*d,I=v?"right":"left";P.forEach(B=>{B.style[e.isHorizontal()?I:"top"]=`${C}px`})}}b.forEach((P,x)=>{if(w.type==="fraction"&&(P.querySelectorAll(Nt(w.currentClass)).forEach(c=>{c.textContent=w.formatFractionCurrent(T+1)}),P.querySelectorAll(Nt(w.totalClass)).forEach(c=>{c.textContent=w.formatFractionTotal(M)})),w.type==="progressbar"){let c;w.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const O=(T+1)/M;let y=1,C=1;c==="horizontal"?y=O:C=O,P.querySelectorAll(Nt(w.progressbarFillClass)).forEach(I=>{I.style.transform=`translate3d(0,0,0) scaleX(${y}) scaleY(${C})`,I.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(P.innerHTML=w.renderCustom(e,T+1,M),x===0&&s("paginationRender",P)):(x===0&&s("paginationRender",P),s("paginationUpdate",P)),e.params.watchOverflow&&e.enabled&&P.classList[e.isLocked?"add":"remove"](w.lockClass)})}function h(){const v=e.params.pagination;if(a())return;const w=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let b=e.pagination.el;b=Et(b);let T="";if(v.type==="bullets"){let D=e.params.loop?Math.ceil(w/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&D>w&&(D=w);for(let g=0;g<D;g+=1)v.renderBullet?T+=v.renderBullet.call(e,g,v.bulletClass):T+=`<${v.bulletElement} ${e.isElement?'part="bullet"':""} class="${v.bulletClass}"></${v.bulletElement}>`}v.type==="fraction"&&(v.renderFraction?T=v.renderFraction.call(e,v.currentClass,v.totalClass):T=`<span class="${v.currentClass}"></span> / <span class="${v.totalClass}"></span>`),v.type==="progressbar"&&(v.renderProgressbar?T=v.renderProgressbar.call(e,v.progressbarFillClass):T=`<span class="${v.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(D=>{v.type!=="custom"&&(D.innerHTML=T||""),v.type==="bullets"&&e.pagination.bullets.push(...D.querySelectorAll(Nt(v.bulletClass)))}),v.type!=="custom"&&s("paginationRender",b[0])}function m(){e.params.pagination=io(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const v=e.params.pagination;if(!v.el)return;let w;typeof v.el=="string"&&e.isElement&&(w=e.el.querySelector(v.el)),!w&&typeof v.el=="string"&&(w=[...document.querySelectorAll(v.el)]),w||(w=v.el),!(!w||w.length===0)&&(e.params.uniqueNavElements&&typeof v.el=="string"&&Array.isArray(w)&&w.length>1&&(w=[...e.el.querySelectorAll(v.el)],w.length>1&&(w=w.filter(b=>to(b,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=Et(w),w.forEach(b=>{v.type==="bullets"&&v.clickable&&b.classList.add(...(v.clickableClass||"").split(" ")),b.classList.add(v.modifierClass+v.type),b.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.type==="bullets"&&v.dynamicBullets&&(b.classList.add(`${v.modifierClass}${v.type}-dynamic`),r=0,v.dynamicMainBullets<1&&(v.dynamicMainBullets=1)),v.type==="progressbar"&&v.progressbarOpposite&&b.classList.add(v.progressbarOppositeClass),v.clickable&&b.addEventListener("click",u),e.enabled||b.classList.add(v.lockClass)}))}function S(){const v=e.params.pagination;if(a())return;let w=e.pagination.el;w&&(w=Et(w),w.forEach(b=>{b.classList.remove(v.hiddenClass),b.classList.remove(v.modifierClass+v.type),b.classList.remove(e.isHorizontal()?v.horizontalClass:v.verticalClass),v.clickable&&(b.classList.remove(...(v.clickableClass||"").split(" ")),b.removeEventListener("click",u))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...v.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const v=e.params.pagination;let{el:w}=e.pagination;w=Et(w),w.forEach(b=>{b.classList.remove(v.horizontalClass,v.verticalClass),b.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass)})}),o("init",()=>{e.params.pagination.enabled===!1?A():(m(),h(),f())}),o("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),o("snapIndexChange",()=>{f()}),o("snapGridLengthChange",()=>{h(),f()}),o("destroy",()=>{S()}),o("enable disable",()=>{let{el:v}=e.pagination;v&&(v=Et(v),v.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),o("lock unlock",()=>{f()}),o("click",(v,w)=>{const b=w.target,T=Et(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&T&&T.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 D=T[0].classList.contains(e.params.pagination.hiddenClass);s(D===!0?"paginationShow":"paginationHide"),T.forEach(g=>g.classList.toggle(e.params.pagination.hiddenClass))}});const E=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=Et(v),v.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),m(),h(),f()},A=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=Et(v),v.forEach(w=>w.classList.add(e.params.pagination.paginationDisabledClass))),S()};Object.assign(e.pagination,{enable:E,disable:A,render:h,update:f,init:m,destroy:S})}function An(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=bt();let d=!1,r=null,a=null,p,u,f,h;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function m(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:y,rtlTranslate:C}=e,{dragEl:I,el:B}=y,j=e.params.scrollbar,V=e.params.loop?e.progressLoop:e.progress;let z=u,N=(f-u)*V;C?(N=-N,N>0?(z=u-N,N=0):-N+u>f&&(z=f+N)):N<0?(z=u+N,N=0):N+u>f&&(z=f-N),e.isHorizontal()?(I.style.transform=`translate3d(${N}px, 0, 0)`,I.style.width=`${z}px`):(I.style.transform=`translate3d(0px, ${N}px, 0)`,I.style.height=`${z}px`),j.hide&&(clearTimeout(r),B.style.opacity=1,r=setTimeout(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3))}function S(y){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${y}ms`)}function E(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:y}=e,{dragEl:C,el:I}=y;C.style.width="",C.style.height="",f=e.isHorizontal()?I.offsetWidth:I.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?u=f*h:u=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?C.style.width=`${u}px`:C.style.height=`${u}px`,h>=1?I.style.display="none":I.style.display="",e.params.scrollbar.hide&&(I.style.opacity=0),e.params.watchOverflow&&e.enabled&&y.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function A(y){return e.isHorizontal()?y.clientX:y.clientY}function v(y){const{scrollbar:C,rtlTranslate:I}=e,{el:B}=C;let j;j=(A(y)-Sn(B)[e.isHorizontal()?"left":"top"]-(p!==null?p:u/2))/(f-u),j=Math.max(Math.min(j,1),0),I&&(j=1-j);const V=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*j;e.updateProgress(V),e.setTranslate(V),e.updateActiveIndex(),e.updateSlidesClasses()}function w(y){const C=e.params.scrollbar,{scrollbar:I,wrapperEl:B}=e,{el:j,dragEl:V}=I;d=!0,p=y.target===V?A(y)-y.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,y.preventDefault(),y.stopPropagation(),B.style.transitionDuration="100ms",V.style.transitionDuration="100ms",v(y),clearTimeout(a),j.style.transitionDuration="0ms",C.hide&&(j.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),s("scrollbarDragStart",y)}function b(y){const{scrollbar:C,wrapperEl:I}=e,{el:B,dragEl:j}=C;d&&(y.preventDefault&&y.cancelable?y.preventDefault():y.returnValue=!1,v(y),I.style.transitionDuration="0ms",B.style.transitionDuration="0ms",j.style.transitionDuration="0ms",s("scrollbarDragMove",y))}function T(y){const C=e.params.scrollbar,{scrollbar:I,wrapperEl:B}=e,{el:j}=I;d&&(d=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",B.style.transitionDuration=""),C.hide&&(clearTimeout(a),a=Bt(()=>{j.style.opacity=0,j.style.transitionDuration="400ms"},1e3)),s("scrollbarDragEnd",y),C.snapOnRelease&&e.slideToClosest())}function D(y){const{scrollbar:C,params:I}=e,B=C.el;if(!B)return;const j=B,V=I.passiveListeners?{passive:!1,capture:!1}:!1,z=I.passiveListeners?{passive:!0,capture:!1}:!1;if(!j)return;const N=y==="on"?"addEventListener":"removeEventListener";j[N]("pointerdown",w,V),l[N]("pointermove",b,V),l[N]("pointerup",T,z)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||D("on")}function M(){!e.params.scrollbar.el||!e.scrollbar.el||D("off")}function P(){const{scrollbar:y,el:C}=e;e.params.scrollbar=io(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const I=e.params.scrollbar;if(!I.el)return;let B;if(typeof I.el=="string"&&e.isElement&&(B=e.el.querySelector(I.el)),!B&&typeof I.el=="string"){if(B=l.querySelectorAll(I.el),!B.length)return}else B||(B=I.el);e.params.uniqueNavElements&&typeof I.el=="string"&&B.length>1&&C.querySelectorAll(I.el).length===1&&(B=C.querySelector(I.el)),B.length>0&&(B=B[0]),B.classList.add(e.isHorizontal()?I.horizontalClass:I.verticalClass);let j;B&&(j=B.querySelector(Nt(e.params.scrollbar.dragClass)),j||(j=zt("div",e.params.scrollbar.dragClass),B.append(j))),Object.assign(y,{el:B,dragEl:j}),I.draggable&&g(),B&&B.classList[e.enabled?"remove":"add"](...Dt(e.params.scrollbar.lockClass))}function x(){const y=e.params.scrollbar,C=e.scrollbar.el;C&&C.classList.remove(...Dt(e.isHorizontal()?y.horizontalClass:y.verticalClass)),M()}o("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const y=e.params.scrollbar;let{el:C}=e.scrollbar;C=Et(C),C.forEach(I=>{I.classList.remove(y.horizontalClass,y.verticalClass),I.classList.add(e.isHorizontal()?y.horizontalClass:y.verticalClass)})}),o("init",()=>{e.params.scrollbar.enabled===!1?O():(P(),E(),m())}),o("update resize observerUpdate lock unlock changeDirection",()=>{E()}),o("setTranslate",()=>{m()}),o("setTransition",(y,C)=>{S(C)}),o("enable disable",()=>{const{el:y}=e.scrollbar;y&&y.classList[e.enabled?"remove":"add"](...Dt(e.params.scrollbar.lockClass))}),o("destroy",()=>{x()});const c=()=>{e.el.classList.remove(...Dt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Dt(e.params.scrollbar.scrollbarDisabledClass)),P(),E(),m()},O=()=>{e.el.classList.add(...Dt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Dt(e.params.scrollbar.scrollbarDisabledClass)),x()};Object.assign(e.scrollbar,{enable:c,disable:O,updateSize:E,setTranslate:m,init:P,destroy:x})}function Rt(t){let{swiper:e,extendParams:i,on:o,emit:s,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let d,r,a=l&&l.autoplay?l.autoplay.delay:3e3,p=l&&l.autoplay?l.autoplay.delay:3e3,u,f=new Date().getTime(),h,m,S,E,A,v,w;function b(z){!e||e.destroyed||!e.wrapperEl||z.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(w||z.detail&&z.detail.bySwiperTouchMove)&&c())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(p=u,h=!1);const z=e.autoplay.paused?u:f+p-new Date().getTime();e.autoplay.timeLeft=z,s("autoplayTimeLeft",z,z/a),r=requestAnimationFrame(()=>{T()})},D=()=>{let z;return e.virtual&&e.params.virtual.enabled?z=e.slides.filter(k=>k.classList.contains("swiper-slide-active"))[0]:z=e.slides[e.activeIndex],z?parseInt(z.getAttribute("data-swiper-autoplay"),10):void 0},g=z=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(r),T();let N=typeof z>"u"?e.params.autoplay.delay:z;a=e.params.autoplay.delay,p=e.params.autoplay.delay;const k=D();!Number.isNaN(k)&&k>0&&typeof z>"u"&&(N=k,a=k,p=k),u=N;const F=e.params.speed,W=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(F,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,F,!0,!0),s("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(F,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,F,!0,!0),s("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return N>0?(clearTimeout(d),d=setTimeout(()=>{W()},N)):requestAnimationFrame(()=>{W()}),N},M=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),s("autoplayStart")},P=()=>{e.autoplay.running=!1,clearTimeout(d),cancelAnimationFrame(r),s("autoplayStop")},x=(z,N)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(d),z||(v=!0);const k=()=>{s("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):c()};if(e.autoplay.paused=!0,N){A&&(u=e.params.autoplay.delay),A=!1,k();return}u=(u||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&u<0&&!e.params.loop)&&(u<0&&(u=0),k())},c=()=>{e.isEnd&&u<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),v?(v=!1,g(u)):g(),e.autoplay.paused=!1,s("autoplayResume"))},O=()=>{if(e.destroyed||!e.autoplay.running)return;const z=bt();z.visibilityState==="hidden"&&(v=!0,x(!0)),z.visibilityState==="visible"&&c()},y=z=>{z.pointerType==="mouse"&&(v=!0,w=!0,!(e.animating||e.autoplay.paused)&&x(!0))},C=z=>{z.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&c())},I=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",y),e.el.addEventListener("pointerleave",C))},B=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",y),e.el.removeEventListener("pointerleave",C))},j=()=>{bt().addEventListener("visibilitychange",O)},V=()=>{bt().removeEventListener("visibilitychange",O)};o("init",()=>{e.params.autoplay.enabled&&(I(),j(),M())}),o("destroy",()=>{B(),V(),e.autoplay.running&&P()}),o("_freeModeStaticRelease",()=>{(S||v)&&c()}),o("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?P():x(!0,!0)}),o("beforeTransitionStart",(z,N,k)=>{e.destroyed||!e.autoplay.running||(k||!e.params.autoplay.disableOnInteraction?x(!0,!0):P())}),o("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){P();return}m=!0,S=!1,v=!1,E=setTimeout(()=>{v=!0,S=!0,x(!0)},200)}}),o("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!m)){if(clearTimeout(E),clearTimeout(d),e.params.autoplay.disableOnInteraction){S=!1,m=!1;return}S&&e.params.cssMode&&c(),S=!1,m=!1}}),o("slideChange",()=>{e.destroyed||!e.autoplay.running||(A=!0)}),Object.assign(e.autoplay,{start:M,stop:P,pause:x,resume:c})}function Cn(t){let{swiper:e,extendParams:i,emit:o,once:s}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const a=e.getTranslate();e.setTranslate(a),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function d(){if(e.params.cssMode)return;const{touchEventsData:a,touches:p}=e;a.velocities.length===0&&a.velocities.push({position:p[e.isHorizontal()?"startX":"startY"],time:a.touchStartTime}),a.velocities.push({position:p[e.isHorizontal()?"currentX":"currentY"],time:ut()})}function r(a){let{currentPos:p}=a;if(e.params.cssMode)return;const{params:u,wrapperEl:f,rtlTranslate:h,snapGrid:m,touchEventsData:S}=e,A=ut()-S.touchStartTime;if(p<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(p>-e.maxTranslate()){e.slides.length<m.length?e.slideTo(m.length-1):e.slideTo(e.slides.length-1);return}if(u.freeMode.momentum){if(S.velocities.length>1){const P=S.velocities.pop(),x=S.velocities.pop(),c=P.position-x.position,O=P.time-x.time;e.velocity=c/O,e.velocity/=2,Math.abs(e.velocity)<u.freeMode.minimumVelocity&&(e.velocity=0),(O>150||ut()-P.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=u.freeMode.momentumVelocityRatio,S.velocities.length=0;let v=1e3*u.freeMode.momentumRatio;const w=e.velocity*v;let b=e.translate+w;h&&(b=-b);let T=!1,D;const g=Math.abs(e.velocity)*20*u.freeMode.momentumBounceRatio;let M;if(b<e.maxTranslate())u.freeMode.momentumBounce?(b+e.maxTranslate()<-g&&(b=e.maxTranslate()-g),D=e.maxTranslate(),T=!0,S.allowMomentumBounce=!0):b=e.maxTranslate(),u.loop&&u.centeredSlides&&(M=!0);else if(b>e.minTranslate())u.freeMode.momentumBounce?(b-e.minTranslate()>g&&(b=e.minTranslate()+g),D=e.minTranslate(),T=!0,S.allowMomentumBounce=!0):b=e.minTranslate(),u.loop&&u.centeredSlides&&(M=!0);else if(u.freeMode.sticky){let P;for(let x=0;x<m.length;x+=1)if(m[x]>-b){P=x;break}Math.abs(m[P]-b)<Math.abs(m[P-1]-b)||e.swipeDirection==="next"?b=m[P]:b=m[P-1],b=-b}if(M&&s("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?v=Math.abs((-b-e.translate)/e.velocity):v=Math.abs((b-e.translate)/e.velocity),u.freeMode.sticky){const P=Math.abs((h?-b:b)-e.translate),x=e.slidesSizesGrid[e.activeIndex];P<x?v=u.speed:P<2*x?v=u.speed*1.5:v=u.speed*2.5}}else if(u.freeMode.sticky){e.slideToClosest();return}u.freeMode.momentumBounce&&T?(e.updateProgress(D),e.setTransition(v),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,ci(f,()=>{!e||e.destroyed||!S.allowMomentumBounce||(o("momentumBounce"),e.setTransition(u.speed),setTimeout(()=>{e.setTranslate(D),ci(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(o("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(v),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,ci(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(u.freeMode.sticky){e.slideToClosest();return}else u.freeMode&&o("_freeModeNoMomentumRelease");(!u.freeMode.momentum||A>=u.longSwipesMs)&&(o("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:d,onTouchEnd:r}})}let pi;function In(){const t=nt(),e=bt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function oo(){return pi||(pi=In()),pi}let mi;function kn(t){let{userAgent:e}=t===void 0?{}:t;const i=oo(),o=nt(),s=o.navigator.platform,l=e||o.navigator.userAgent,d={ios:!1,android:!1},r=o.screen.width,a=o.screen.height,p=l.match(/(Android);?[\s\/]+([\d.]+)?/);let u=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),h=!u&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m=s==="Win32";let S=s==="MacIntel";const E=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!u&&S&&i.touch&&E.indexOf(`${r}x${a}`)>=0&&(u=l.match(/(Version)\/([\d.]+)/),u||(u=[0,1,"13_0_0"]),S=!1),p&&!m&&(d.os="android",d.android=!0),(u||h||f)&&(d.os="ios",d.ios=!0),d}function no(t){return t===void 0&&(t={}),mi||(mi=kn(t)),mi}let fi;function _n(){const t=nt(),e=no();let i=!1;function o(){const r=t.navigator.userAgent.toLowerCase();return r.indexOf("safari")>=0&&r.indexOf("chrome")<0&&r.indexOf("android")<0}if(o()){const r=String(t.navigator.userAgent);if(r.includes("Version/")){const[a,p]=r.split("Version/")[1].split(" ")[0].split(".").map(u=>Number(u));i=a<16||a===16&&p<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=o(),d=l||s&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:d,isWebView:s}}function Pn(){return fi||(fi=_n()),fi}function Dn(t){let{swiper:e,on:i,emit:o}=t;const s=nt();let l=null,d=null;const r=()=>{!e||e.destroyed||!e.initialized||(o("beforeResize"),o("resize"))},a=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{d=s.requestAnimationFrame(()=>{const{width:h,height:m}=e;let S=h,E=m;f.forEach(A=>{let{contentBoxSize:v,contentRect:w,target:b}=A;b&&b!==e.el||(S=w?w.width:(v[0]||v).inlineSize,E=w?w.height:(v[0]||v).blockSize)}),(S!==h||E!==m)&&r()})}),l.observe(e.el))},p=()=>{d&&s.cancelAnimationFrame(d),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},u=()=>{!e||e.destroyed||!e.initialized||o("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof s.ResizeObserver<"u"){a();return}s.addEventListener("resize",r),s.addEventListener("orientationchange",u)}),i("destroy",()=>{p(),s.removeEventListener("resize",r),s.removeEventListener("orientationchange",u)})}function Mn(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=[],d=nt(),r=function(u,f){f===void 0&&(f={});const h=d.MutationObserver||d.WebkitMutationObserver,m=new h(S=>{if(e.__preventObserver__)return;if(S.length===1){s("observerUpdate",S[0]);return}const E=function(){s("observerUpdate",S[0])};d.requestAnimationFrame?d.requestAnimationFrame(E):d.setTimeout(E,0)});m.observe(u,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(m)},a=()=>{if(e.params.observer){if(e.params.observeParents){const u=to(e.hostEl);for(let f=0;f<u.length;f+=1)r(u[f])}r(e.hostEl,{childList:e.params.observeSlideChildren}),r(e.wrapperEl,{attributes:!1})}},p=()=>{l.forEach(u=>{u.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",a),o("destroy",p)}var On={on(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;const s=i?"unshift":"push";return t.split(" ").forEach(l=>{o.eventsListeners[l]||(o.eventsListeners[l]=[]),o.eventsListeners[l][s](e)}),o},once(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;function s(){o.off(t,s),s.__emitterProxy&&delete s.__emitterProxy;for(var l=arguments.length,d=new Array(l),r=0;r<l;r++)d[r]=arguments[r];e.apply(o,d)}return s.__emitterProxy=e,o.on(t,s,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const o=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[o](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(o=>{typeof e>"u"?i.eventsListeners[o]=[]:i.eventsListeners[o]&&i.eventsListeners[o].forEach((s,l)=>{(s===e||s.__emitterProxy&&s.__emitterProxy===e)&&i.eventsListeners[o].splice(l,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,o;for(var s=arguments.length,l=new Array(s),d=0;d<s;d++)l[d]=arguments[d];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),o=t):(e=l[0].events,i=l[0].data,o=l[0].context||t),i.unshift(o),(Array.isArray(e)?e:e.split(" ")).forEach(a=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(p=>{p.apply(o,[a,...i])}),t.eventsListeners&&t.eventsListeners[a]&&t.eventsListeners[a].forEach(p=>{p.apply(o,i)})}),t}};function Ln(){const t=this;let e,i;const o=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=o.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=o.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Mt(o,"padding-left")||0,10)-parseInt(Mt(o,"padding-right")||0,10),i=i-parseInt(Mt(o,"padding-top")||0,10)-parseInt(Mt(o,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function Bn(){const t=this;function e(c,O){return parseFloat(c.getPropertyValue(t.getDirectionLabel(O))||0)}const i=t.params,{wrapperEl:o,slidesEl:s,size:l,rtlTranslate:d,wrongRTL:r}=t,a=t.virtual&&i.virtual.enabled,p=a?t.virtual.slides.length:t.slides.length,u=Tt(s,`.${t.params.slideClass}, swiper-slide`),f=a?t.virtual.slides.length:u.length;let h=[];const m=[],S=[];let E=i.slidesOffsetBefore;typeof E=="function"&&(E=i.slidesOffsetBefore.call(t));let A=i.slidesOffsetAfter;typeof A=="function"&&(A=i.slidesOffsetAfter.call(t));const v=t.snapGrid.length,w=t.slidesGrid.length;let b=i.spaceBetween,T=-E,D=0,g=0;if(typeof l>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*l:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,u.forEach(c=>{d?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(qt(o,"--swiper-centered-offset-before",""),qt(o,"--swiper-centered-offset-after",""));const M=i.grid&&i.grid.rows>1&&t.grid;M?t.grid.initSlides(u):t.grid&&t.grid.unsetSlides();let P;const x=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(c=>typeof i.breakpoints[c].slidesPerView<"u").length>0;for(let c=0;c<f;c+=1){P=0;let O;if(u[c]&&(O=u[c]),M&&t.grid.updateSlide(c,O,u),!(u[c]&&Mt(O,"display")==="none")){if(i.slidesPerView==="auto"){x&&(u[c].style[t.getDirectionLabel("width")]="");const y=getComputedStyle(O),C=O.style.transform,I=O.style.webkitTransform;if(C&&(O.style.transform="none"),I&&(O.style.webkitTransform="none"),i.roundLengths)P=t.isHorizontal()?vi(O,"width",!0):vi(O,"height",!0);else{const B=e(y,"width"),j=e(y,"padding-left"),V=e(y,"padding-right"),z=e(y,"margin-left"),N=e(y,"margin-right"),k=y.getPropertyValue("box-sizing");if(k&&k==="border-box")P=B+z+N;else{const{clientWidth:F,offsetWidth:W}=O;P=B+j+V+z+N+(W-F)}}C&&(O.style.transform=C),I&&(O.style.webkitTransform=I),i.roundLengths&&(P=Math.floor(P))}else P=(l-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(P=Math.floor(P)),u[c]&&(u[c].style[t.getDirectionLabel("width")]=`${P}px`);u[c]&&(u[c].swiperSlideSize=P),S.push(P),i.centeredSlides?(T=T+P/2+D/2+b,D===0&&c!==0&&(T=T-l/2-b),c===0&&(T=T-l/2-b),Math.abs(T)<1/1e3&&(T=0),i.roundLengths&&(T=Math.floor(T)),g%i.slidesPerGroup===0&&h.push(T),m.push(T)):(i.roundLengths&&(T=Math.floor(T)),(g-Math.min(t.params.slidesPerGroupSkip,g))%t.params.slidesPerGroup===0&&h.push(T),m.push(T),T=T+P+b),t.virtualSize+=P+b,D=P,g+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+A,d&&r&&(i.effect==="slide"||i.effect==="coverflow")&&(o.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(o.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),M&&t.grid.updateWrapperSize(P,h),!i.centeredSlides){const c=[];for(let O=0;O<h.length;O+=1){let y=h[O];i.roundLengths&&(y=Math.floor(y)),h[O]<=t.virtualSize-l&&c.push(y)}h=c,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(a&&i.loop){const c=S[0]+b;if(i.slidesPerGroup>1){const O=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),y=c*i.slidesPerGroup;for(let C=0;C<O;C+=1)h.push(h[h.length-1]+y)}for(let O=0;O<t.virtual.slidesBefore+t.virtual.slidesAfter;O+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+c),m.push(m[m.length-1]+c),t.virtualSize+=c}if(h.length===0&&(h=[0]),b!==0){const c=t.isHorizontal()&&d?"marginLeft":t.getDirectionLabel("marginRight");u.filter((O,y)=>!i.cssMode||i.loop?!0:y!==u.length-1).forEach(O=>{O.style[c]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;S.forEach(y=>{c+=y+(b||0)}),c-=b;const O=c-l;h=h.map(y=>y<=0?-E:y>O?O+A:y)}if(i.centerInsufficientSlides){let c=0;S.forEach(y=>{c+=y+(b||0)}),c-=b;const O=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+O<l){const y=(l-c-O)/2;h.forEach((C,I)=>{h[I]=C-y}),m.forEach((C,I)=>{m[I]=C+y})}}if(Object.assign(t,{slides:u,snapGrid:h,slidesGrid:m,slidesSizesGrid:S}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){qt(o,"--swiper-centered-offset-before",`${-h[0]}px`),qt(o,"--swiper-centered-offset-after",`${t.size/2-S[S.length-1]/2}px`);const c=-t.snapGrid[0],O=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(y=>y+c),t.slidesGrid=t.slidesGrid.map(y=>y+O)}if(f!==p&&t.emit("slidesLengthChange"),h.length!==v&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),m.length!==w&&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);f<=i.maxBackfaceHiddenSlides?O||t.el.classList.add(c):O&&t.el.classList.remove(c)}}function Nn(t){const e=this,i=[],o=e.virtual&&e.params.virtual.enabled;let s=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const d=r=>o?e.slides[e.getSlideIndexByData(r)]:e.slides[r];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(r=>{i.push(r)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const r=e.activeIndex+l;if(r>e.slides.length&&!o)break;i.push(d(r))}else i.push(d(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const r=i[l].offsetHeight;s=r>s?r:s}(s||s===0)&&(e.wrapperEl.style.height=`${s}px`)}function Fn(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let o=0;o<e.length;o+=1)e[o].swiperSlideOffset=(t.isHorizontal()?e[o].offsetLeft:e[o].offsetTop)-i-t.cssOverflowAdjustment()}const lo=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function jn(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:o,rtlTranslate:s,snapGrid:l}=e;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let d=-t;s&&(d=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let r=i.spaceBetween;typeof r=="string"&&r.indexOf("%")>=0?r=parseFloat(r.replace("%",""))/100*e.size:typeof r=="string"&&(r=parseFloat(r));for(let a=0;a<o.length;a+=1){const p=o[a];let u=p.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(u-=o[0].swiperSlideOffset);const f=(d+(i.centeredSlides?e.minTranslate():0)-u)/(p.swiperSlideSize+r),h=(d-l[0]+(i.centeredSlides?e.minTranslate():0)-u)/(p.swiperSlideSize+r),m=-(d-u),S=m+e.slidesSizesGrid[a],E=m>=0&&m<=e.size-e.slidesSizesGrid[a],A=m>=0&&m<e.size-1||S>1&&S<=e.size||m<=0&&S>=e.size;A&&(e.visibleSlides.push(p),e.visibleSlidesIndexes.push(a)),lo(p,A,i.slideVisibleClass),lo(p,E,i.slideFullyVisibleClass),p.progress=s?-f:f,p.originalProgress=s?-h:h}}function Vn(t){const e=this;if(typeof t>"u"){const u=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*u||0}const i=e.params,o=e.maxTranslate()-e.minTranslate();let{progress:s,isBeginning:l,isEnd:d,progressLoop:r}=e;const a=l,p=d;if(o===0)s=0,l=!0,d=!0;else{s=(t-e.minTranslate())/o;const u=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=u||s<=0,d=f||s>=1,u&&(s=0),f&&(s=1)}if(i.loop){const u=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[u],m=e.slidesGrid[f],S=e.slidesGrid[e.slidesGrid.length-1],E=Math.abs(t);E>=h?r=(E-h)/S:r=(E+S-m)/S,r>1&&(r-=1)}Object.assign(e,{progress:s,progressLoop:r,isBeginning:l,isEnd:d}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!a&&e.emit("reachBeginning toEdge"),d&&!p&&e.emit("reachEnd toEdge"),(a&&!l||p&&!d)&&e.emit("fromEdge"),e.emit("progress",s)}const hi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function zn(){const t=this,{slides:e,params:i,slidesEl:o,activeIndex:s}=t,l=t.virtual&&i.virtual.enabled,d=t.grid&&i.grid&&i.grid.rows>1,r=f=>Tt(o,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let a,p,u;if(l)if(i.loop){let f=s-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),a=r(`[data-swiper-slide-index="${f}"]`)}else a=r(`[data-swiper-slide-index="${s}"]`);else d?(a=e.filter(f=>f.column===s)[0],u=e.filter(f=>f.column===s+1)[0],p=e.filter(f=>f.column===s-1)[0]):a=e[s];a&&(d||(u=Tn(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u&&(u=e[0]),p=xn(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!p===0&&(p=e[e.length-1]))),e.forEach(f=>{hi(f,f===a,i.slideActiveClass),hi(f,f===u,i.slideNextClass),hi(f,f===p,i.slidePrevClass)}),t.emitSlidesClasses()}const $t=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,o=e.closest(i());if(o){let s=o.querySelector(`.${t.params.lazyPreloaderClass}`);!s&&t.isElement&&(o.shadowRoot?s=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(s=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},gi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},bi=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const o=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),s=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const d=s,r=[d-e];r.push(...Array.from({length:e}).map((a,p)=>d+o+p)),t.slides.forEach((a,p)=>{r.includes(a.column)&&gi(t,p)});return}const l=s+o-1;if(t.params.rewind||t.params.loop)for(let d=s-e;d<=l+e;d+=1){const r=(d%i+i)%i;(r<s||r>l)&&gi(t,r)}else for(let d=Math.max(s-e,0);d<=Math.min(l+e,i-1);d+=1)d!==s&&(d>l||d<s)&&gi(t,d)};function Hn(t){const{slidesGrid:e,params:i}=t,o=t.rtlTranslate?t.translate:-t.translate;let s;for(let l=0;l<e.length;l+=1)typeof e[l+1]<"u"?o>=e[l]&&o<e[l+1]-(e[l+1]-e[l])/2?s=l:o>=e[l]&&o<e[l+1]&&(s=l+1):o>=e[l]&&(s=l);return i.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function Gn(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:o,params:s,activeIndex:l,realIndex:d,snapIndex:r}=e;let a=t,p;const u=m=>{let S=m-e.virtual.slidesBefore;return S<0&&(S=e.virtual.slides.length+S),S>=e.virtual.slides.length&&(S-=e.virtual.slides.length),S};if(typeof a>"u"&&(a=Hn(e)),o.indexOf(i)>=0)p=o.indexOf(i);else{const m=Math.min(s.slidesPerGroupSkip,a);p=m+Math.floor((a-m)/s.slidesPerGroup)}if(p>=o.length&&(p=o.length-1),a===l&&!e.params.loop){p!==r&&(e.snapIndex=p,e.emit("snapIndexChange"));return}if(a===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=u(a);return}const f=e.grid&&s.grid&&s.grid.rows>1;let h;if(e.virtual&&s.virtual.enabled&&s.loop)h=u(a);else if(f){const m=e.slides.filter(E=>E.column===a)[0];let S=parseInt(m.getAttribute("data-swiper-slide-index"),10);Number.isNaN(S)&&(S=Math.max(e.slides.indexOf(m),0)),h=Math.floor(S/s.grid.rows)}else if(e.slides[a]){const m=e.slides[a].getAttribute("data-swiper-slide-index");m?h=parseInt(m,10):h=a}else h=a;Object.assign(e,{previousSnapIndex:r,snapIndex:p,previousRealIndex:d,realIndex:h,previousIndex:l,activeIndex:a}),e.initialized&&bi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(d!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function Un(t,e){const i=this,o=i.params;let s=t.closest(`.${o.slideClass}, swiper-slide`);!s&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(r=>{!s&&r.matches&&r.matches(`.${o.slideClass}, swiper-slide`)&&(s=r)});let l=!1,d;if(s){for(let r=0;r<i.slides.length;r+=1)if(i.slides[r]===s){l=!0,d=r;break}}if(s&&l)i.clickedSlide=s,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=d;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}o.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Wn={updateSize:Ln,updateSlides:Bn,updateAutoHeight:Nn,updateSlidesOffset:Fn,updateSlidesProgress:jn,updateProgress:Vn,updateSlidesClasses:zn,updateActiveIndex:Gn,updateClickedSlide:Un};function Yn(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:o,translate:s,wrapperEl:l}=e;if(i.virtualTranslate)return o?-s:s;if(i.cssMode)return s;let d=yn(l,t);return d+=e.cssOverflowAdjustment(),o&&(d=-d),d||0}function Xn(t,e){const i=this,{rtlTranslate:o,params:s,wrapperEl:l,progress:d}=i;let r=0,a=0;const p=0;i.isHorizontal()?r=o?-t:t:a=t,s.roundLengths&&(r=Math.floor(r),a=Math.floor(a)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?r:a,s.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-r:-a:s.virtualTranslate||(i.isHorizontal()?r-=i.cssOverflowAdjustment():a-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${r}px, ${a}px, ${p}px)`);let u;const f=i.maxTranslate()-i.minTranslate();f===0?u=0:u=(t-i.minTranslate())/f,u!==d&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function Jn(){return-this.snapGrid[0]}function qn(){return-this.snapGrid[this.snapGrid.length-1]}function Kn(t,e,i,o,s){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),o===void 0&&(o=!0);const l=this,{params:d,wrapperEl:r}=l;if(l.animating&&d.preventInteractionOnTransition)return!1;const a=l.minTranslate(),p=l.maxTranslate();let u;if(o&&t>a?u=a:o&&t<p?u=p:u=t,l.updateProgress(u),d.cssMode){const f=l.isHorizontal();if(e===0)r[f?"scrollLeft":"scrollTop"]=-u;else{if(!l.support.smoothScroll)return eo({swiper:l,targetPosition:-u,side:f?"left":"top"}),!0;r.scrollTo({[f?"left":"top"]:-u,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionStart")),l.animating||(l.animating=!0,l.onTranslateToWrapperTransitionEnd||(l.onTranslateToWrapperTransitionEnd=function(h){!l||l.destroyed||h.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onTranslateToWrapperTransitionEnd),l.onTranslateToWrapperTransitionEnd=null,delete l.onTranslateToWrapperTransitionEnd,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var Zn={getTranslate:Yn,setTranslate:Xn,minTranslate:Jn,maxTranslate:qn,translateTo:Kn};function Qn(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function so(t){let{swiper:e,runCallbacks:i,direction:o,step:s}=t;const{activeIndex:l,previousIndex:d}=e;let r=o;if(r||(l>d?r="next":l<d?r="prev":r="reset"),e.emit(`transition${s}`),i&&l!==d){if(r==="reset"){e.emit(`slideResetTransition${s}`);return}e.emit(`slideChangeTransition${s}`),r==="next"?e.emit(`slideNextTransition${s}`):e.emit(`slidePrevTransition${s}`)}}function Rn(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;o.cssMode||(o.autoHeight&&i.updateAutoHeight(),so({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function $n(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;i.animating=!1,!o.cssMode&&(i.setTransition(0),so({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var el={setTransition:Qn,transitionStart:Rn,transitionEnd:$n};function tl(t,e,i,o,s){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let d=t;d<0&&(d=0);const{params:r,snapGrid:a,slidesGrid:p,previousIndex:u,activeIndex:f,rtlTranslate:h,wrapperEl:m,enabled:S}=l;if(!S&&!o&&!s||l.destroyed||l.animating&&r.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const E=Math.min(l.params.slidesPerGroupSkip,d);let A=E+Math.floor((d-E)/l.params.slidesPerGroup);A>=a.length&&(A=a.length-1);const v=-a[A];if(r.normalizeSlideIndex)for(let b=0;b<p.length;b+=1){const T=-Math.floor(v*100),D=Math.floor(p[b]*100),g=Math.floor(p[b+1]*100);typeof p[b+1]<"u"?T>=D&&T<g-(g-D)/2?d=b:T>=D&&T<g&&(d=b+1):T>=D&&(d=b)}if(l.initialized&&d!==f&&(!l.allowSlideNext&&(h?v>l.translate&&v>l.minTranslate():v<l.translate&&v<l.minTranslate())||!l.allowSlidePrev&&v>l.translate&&v>l.maxTranslate()&&(f||0)!==d))return!1;d!==(u||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(v);let w;if(d>f?w="next":d<f?w="prev":w="reset",h&&-v===l.translate||!h&&v===l.translate)return l.updateActiveIndex(d),r.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),r.effect!=="slide"&&l.setTranslate(v),w!=="reset"&&(l.transitionStart(i,w),l.transitionEnd(i,w)),!1;if(r.cssMode){const b=l.isHorizontal(),T=h?v:-v;if(e===0){const D=l.virtual&&l.params.virtual.enabled;D&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),D&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{m[b?"scrollLeft":"scrollTop"]=T})):m[b?"scrollLeft":"scrollTop"]=T,D&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return eo({swiper:l,targetPosition:T,side:b?"left":"top"}),!0;m.scrollTo({[b?"left":"top"]:T,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(v),l.updateActiveIndex(d),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,o),l.transitionStart(i,w),e===0?l.transitionEnd(i,w):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(T){!l||l.destroyed||T.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,w))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function il(t,e,i,o){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);const l=s.grid&&s.params.grid&&s.params.grid.rows>1;let d=t;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)d=d+s.virtual.slidesBefore;else{let r;if(l){const h=d*s.params.grid.rows;r=s.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else r=s.getSlideIndexByData(d);const a=l?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:p}=s.params;let u=s.params.slidesPerView;u==="auto"?u=s.slidesPerViewDynamic():(u=Math.ceil(parseFloat(s.params.slidesPerView,10)),p&&u%2===0&&(u=u+1));let f=a-r<u;if(p&&(f=f||r<Math.ceil(u/2)),o&&p&&s.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const h=p?r<s.activeIndex?"prev":"next":r-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?r+1:r-a+1,slideRealIndex:h==="next"?s.realIndex:void 0})}if(l){const h=d*s.params.grid.rows;d=s.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else d=s.getSlideIndexByData(d)}return requestAnimationFrame(()=>{s.slideTo(d,e,i,o)}),s}function ol(t,e,i){e===void 0&&(e=!0);const o=this,{enabled:s,params:l,animating:d}=o;if(!s||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);let r=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(r=Math.max(o.slidesPerViewDynamic("current",!0),1));const a=o.activeIndex<l.slidesPerGroupSkip?1:r,p=o.virtual&&l.virtual.enabled;if(l.loop){if(d&&!p&&l.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+a,t,e,i)}),!0}return l.rewind&&o.isEnd?o.slideTo(0,t,e,i):o.slideTo(o.activeIndex+a,t,e,i)}function nl(t,e,i){e===void 0&&(e=!0);const o=this,{params:s,snapGrid:l,slidesGrid:d,rtlTranslate:r,enabled:a,animating:p}=o;if(!a||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);const u=o.virtual&&s.virtual.enabled;if(s.loop){if(p&&!u&&s.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const f=r?o.translate:-o.translate;function h(v){return v<0?-Math.floor(Math.abs(v)):Math.floor(v)}const m=h(f),S=l.map(v=>h(v));let E=l[S.indexOf(m)-1];if(typeof E>"u"&&s.cssMode){let v;l.forEach((w,b)=>{m>=w&&(v=b)}),typeof v<"u"&&(E=l[v>0?v-1:v])}let A=0;if(typeof E<"u"&&(A=d.indexOf(E),A<0&&(A=o.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(A=A-o.slidesPerViewDynamic("previous",!0)+1,A=Math.max(A,0))),s.rewind&&o.isBeginning){const v=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(v,t,e,i)}else if(s.loop&&o.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{o.slideTo(A,t,e,i)}),!0;return o.slideTo(A,t,e,i)}function ll(t,e,i){e===void 0&&(e=!0);const o=this;if(!o.destroyed)return typeof t>"u"&&(t=o.params.speed),o.slideTo(o.activeIndex,t,e,i)}function sl(t,e,i,o){e===void 0&&(e=!0),o===void 0&&(o=.5);const s=this;if(s.destroyed)return;typeof t>"u"&&(t=s.params.speed);let l=s.activeIndex;const d=Math.min(s.params.slidesPerGroupSkip,l),r=d+Math.floor((l-d)/s.params.slidesPerGroup),a=s.rtlTranslate?s.translate:-s.translate;if(a>=s.snapGrid[r]){const p=s.snapGrid[r],u=s.snapGrid[r+1];a-p>(u-p)*o&&(l+=s.params.slidesPerGroup)}else{const p=s.snapGrid[r-1],u=s.snapGrid[r];a-p<=(u-p)*o&&(l-=s.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,s.slidesGrid.length-1),s.slideTo(l,t,e,i)}function dl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,o=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let s=t.clickedIndex,l;const d=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?s<t.loopedSlides-o/2||s>t.slides.length-t.loopedSlides+o/2?(t.loopFix(),s=t.getSlideIndex(Tt(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),Bt(()=>{t.slideTo(s)})):t.slideTo(s):s>t.slides.length-o?(t.loopFix(),s=t.getSlideIndex(Tt(i,`${d}[data-swiper-slide-index="${l}"]`)[0]),Bt(()=>{t.slideTo(s)})):t.slideTo(s)}else t.slideTo(s)}var rl={slideTo:tl,slideToLoop:il,slideNext:ol,slidePrev:nl,slideReset:ll,slideToClosest:sl,slideToClickedSlide:dl};function al(t){const e=this,{params:i,slidesEl:o}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const s=()=>{Tt(o,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,d=i.slidesPerGroup*(l?i.grid.rows:1),r=e.slides.length%d!==0,a=l&&e.slides.length%i.grid.rows!==0,p=u=>{for(let f=0;f<u;f+=1){const h=e.isElement?zt("swiper-slide",[i.slideBlankClass]):zt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(r){if(i.loopAddBlankSlides){const u=d-e.slides.length%d;p(u),e.recalcSlides(),e.updateSlides()}else Kt("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(a){if(i.loopAddBlankSlides){const u=i.grid.rows-e.slides.length%i.grid.rows;p(u),e.recalcSlides(),e.updateSlides()}else Kt("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function ul(t){let{slideRealIndex:e,slideTo:i=!0,direction:o,setTranslate:s,activeSlideIndex:l,byController:d,byMousewheel:r}=t===void 0?{}:t;const a=this;if(!a.params.loop)return;a.emit("beforeLoopFix");const{slides:p,allowSlidePrev:u,allowSlideNext:f,slidesEl:h,params:m}=a,{centeredSlides:S}=m;if(a.allowSlidePrev=!0,a.allowSlideNext=!0,a.virtual&&m.virtual.enabled){i&&(!m.centeredSlides&&a.snapIndex===0?a.slideTo(a.virtual.slides.length,0,!1,!0):m.centeredSlides&&a.snapIndex<m.slidesPerView?a.slideTo(a.virtual.slides.length+a.snapIndex,0,!1,!0):a.snapIndex===a.snapGrid.length-1&&a.slideTo(a.virtual.slidesBefore,0,!1,!0)),a.allowSlidePrev=u,a.allowSlideNext=f,a.emit("loopFix");return}let E=m.slidesPerView;E==="auto"?E=a.slidesPerViewDynamic():(E=Math.ceil(parseFloat(m.slidesPerView,10)),S&&E%2===0&&(E=E+1));const A=m.slidesPerGroupAuto?E:m.slidesPerGroup;let v=A;v%A!==0&&(v+=A-v%A),v+=m.loopAdditionalSlides,a.loopedSlides=v;const w=a.grid&&m.grid&&m.grid.rows>1;p.length<E+v?Kt("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):w&&m.grid.fill==="row"&&Kt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],T=[];let D=a.activeIndex;typeof l>"u"?l=a.getSlideIndex(p.filter(C=>C.classList.contains(m.slideActiveClass))[0]):D=l;const g=o==="next"||!o,M=o==="prev"||!o;let P=0,x=0;const c=w?Math.ceil(p.length/m.grid.rows):p.length,y=(w?p[l].column:l)+(S&&typeof s>"u"?-E/2+.5:0);if(y<v){P=Math.max(v-y,A);for(let C=0;C<v-y;C+=1){const I=C-Math.floor(C/c)*c;if(w){const B=c-I-1;for(let j=p.length-1;j>=0;j-=1)p[j].column===B&&b.push(j)}else b.push(c-I-1)}}else if(y+E>c-v){x=Math.max(y-(c-v*2),A);for(let C=0;C<x;C+=1){const I=C-Math.floor(C/c)*c;w?p.forEach((B,j)=>{B.column===I&&T.push(j)}):T.push(I)}}if(a.__preventObserver__=!0,requestAnimationFrame(()=>{a.__preventObserver__=!1}),M&&b.forEach(C=>{p[C].swiperLoopMoveDOM=!0,h.prepend(p[C]),p[C].swiperLoopMoveDOM=!1}),g&&T.forEach(C=>{p[C].swiperLoopMoveDOM=!0,h.append(p[C]),p[C].swiperLoopMoveDOM=!1}),a.recalcSlides(),m.slidesPerView==="auto"?a.updateSlides():w&&(b.length>0&&M||T.length>0&&g)&&a.slides.forEach((C,I)=>{a.grid.updateSlide(I,C,a.slides)}),m.watchSlidesProgress&&a.updateSlidesOffset(),i){if(b.length>0&&M){if(typeof e>"u"){const C=a.slidesGrid[D],B=a.slidesGrid[D+P]-C;r?a.setTranslate(a.translate-B):(a.slideTo(D+Math.ceil(P),0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-B,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-B))}else if(s){const C=w?b.length/m.grid.rows:b.length;a.slideTo(a.activeIndex+C,0,!1,!0),a.touchEventsData.currentTranslate=a.translate}}else if(T.length>0&&g)if(typeof e>"u"){const C=a.slidesGrid[D],B=a.slidesGrid[D-x]-C;r?a.setTranslate(a.translate-B):(a.slideTo(D-x,0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-B,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-B))}else{const C=w?T.length/m.grid.rows:T.length;a.slideTo(a.activeIndex-C,0,!1,!0)}}if(a.allowSlidePrev=u,a.allowSlideNext=f,a.controller&&a.controller.control&&!d){const C={slideRealIndex:e,direction:o,setTranslate:s,activeSlideIndex:l,byController:!0};Array.isArray(a.controller.control)?a.controller.control.forEach(I=>{!I.destroyed&&I.params.loop&&I.loopFix({...C,slideTo:I.params.slidesPerView===m.slidesPerView?i:!1})}):a.controller.control instanceof a.constructor&&a.controller.control.params.loop&&a.controller.control.loopFix({...C,slideTo:a.controller.control.params.slidesPerView===m.slidesPerView?i:!1})}a.emit("loopFix")}function cl(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const o=[];t.slides.forEach(s=>{const l=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;o[l]=s}),t.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),o.forEach(s=>{i.append(s)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var vl={loopCreate:al,loopFix:ul,loopDestroy:cl};function pl(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 ml(){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 fl={setGrabCursor:pl,unsetGrabCursor:ml};function hl(t,e){e===void 0&&(e=this);function i(o){if(!o||o===bt()||o===nt())return null;o.assignedSlot&&(o=o.assignedSlot);const s=o.closest(t);return!s&&!o.getRootNode?null:s||i(o.getRootNode().host)}return i(e)}function ro(t,e,i){const o=nt(),{params:s}=t,l=s.edgeSwipeDetection,d=s.edgeSwipeThreshold;return l&&(i<=d||i>=o.innerWidth-d)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function gl(t){const e=this,i=bt();let o=t;o.originalEvent&&(o=o.originalEvent);const s=e.touchEventsData;if(o.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==o.pointerId)return;s.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(s.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){ro(e,o,o.targetTouches[0].pageX);return}const{params:l,touches:d,enabled:r}=e;if(!r||!l.simulateTouch&&o.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let a=o.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(a)||"which"in o&&o.which===3||"button"in o&&o.button>0||s.isTouched&&s.isMoved)return;const p=!!l.noSwipingClass&&l.noSwipingClass!=="",u=o.composedPath?o.composedPath():o.path;p&&o.target&&o.target.shadowRoot&&u&&(a=u[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(o.target&&o.target.shadowRoot);if(l.noSwiping&&(h?hl(f,a):a.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!a.closest(l.swipeHandler))return;d.currentX=o.pageX,d.currentY=o.pageY;const m=d.currentX,S=d.currentY;if(!ro(e,o,m))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),d.startX=m,d.startY=S,s.touchStartTime=ut(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(s.allowThresholdMove=!1);let E=!0;a.matches(s.focusableElements)&&(E=!1,a.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==a&&i.activeElement.blur();const A=E&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||A)&&!a.isContentEditable&&o.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",o)}function bl(t){const e=bt(),i=this,o=i.touchEventsData,{params:s,touches:l,rtlTranslate:d,enabled:r}=i;if(!r||!s.simulateTouch&&t.pointerType==="mouse")return;let a=t;if(a.originalEvent&&(a=a.originalEvent),a.type==="pointermove"&&(o.touchId!==null||a.pointerId!==o.pointerId))return;let p;if(a.type==="touchmove"){if(p=[...a.changedTouches].filter(g=>g.identifier===o.touchId)[0],!p||p.identifier!==o.touchId)return}else p=a;if(!o.isTouched){o.startMoving&&o.isScrolling&&i.emit("touchMoveOpposite",a);return}const u=p.pageX,f=p.pageY;if(a.preventedByNestedSwiper){l.startX=u,l.startY=f;return}if(!i.allowTouchMove){a.target.matches(o.focusableElements)||(i.allowClick=!1),o.isTouched&&(Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f}),o.touchStartTime=ut());return}if(s.touchReleaseOnEdges&&!s.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){o.isTouched=!1,o.isMoved=!1;return}}else if(u<l.startX&&i.translate<=i.maxTranslate()||u>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&a.target===e.activeElement&&a.target.matches(o.focusableElements)){o.isMoved=!0,i.allowClick=!1;return}o.allowTouchCallbacks&&i.emit("touchMove",a),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=u,l.currentY=f;const h=l.currentX-l.startX,m=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+m**2)<i.params.threshold)return;if(typeof o.isScrolling>"u"){let g;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?o.isScrolling=!1:h*h+m*m>=25&&(g=Math.atan2(Math.abs(m),Math.abs(h))*180/Math.PI,o.isScrolling=i.isHorizontal()?g>s.touchAngle:90-g>s.touchAngle)}if(o.isScrolling&&i.emit("touchMoveOpposite",a),typeof o.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(o.startMoving=!0),o.isScrolling||a.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;i.allowClick=!1,!s.cssMode&&a.cancelable&&a.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&a.stopPropagation();let S=i.isHorizontal()?h:m,E=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;s.oneWayMovement&&(S=Math.abs(S)*(d?1:-1),E=Math.abs(E)*(d?1:-1)),l.diff=S,S*=s.touchRatio,d&&(S=-S,E=-E);const A=i.touchesDirection;i.swipeDirection=S>0?"prev":"next",i.touchesDirection=E>0?"prev":"next";const v=i.params.loop&&!s.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!o.isMoved){if(v&&w&&i.loopFix({direction:i.swipeDirection}),o.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const g=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(g)}o.allowMomentumBounce=!1,s.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",a)}let b;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&A!==i.touchesDirection&&v&&w&&Math.abs(S)>=1){Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}i.emit("sliderMove",a),o.isMoved=!0,o.currentTranslate=S+o.startTranslate;let T=!0,D=s.resistanceRatio;if(s.touchReleaseOnEdges&&(D=0),S>0?(v&&w&&!b&&o.allowThresholdMove&&o.currentTranslate>(s.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>i.minTranslate()&&(T=!1,s.resistance&&(o.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+o.startTranslate+S)**D))):S<0&&(v&&w&&!b&&o.allowThresholdMove&&o.currentTranslate<(s.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(s.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),o.currentTranslate<i.maxTranslate()&&(T=!1,s.resistance&&(o.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-o.startTranslate-S)**D))),T&&(a.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&o.currentTranslate<o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&o.currentTranslate>o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(o.currentTranslate=o.startTranslate),s.threshold>0)if(Math.abs(S)>s.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,l.startX=l.currentX,l.startY=l.currentY,o.currentTranslate=o.startTranslate,l.diff=i.isHorizontal()?l.currentX-l.startX:l.currentY-l.startY;return}}else{o.currentTranslate=o.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&i.freeMode||s.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(o.currentTranslate),i.setTranslate(o.currentTranslate))}function yl(t){const e=this,i=e.touchEventsData;let o=t;o.originalEvent&&(o=o.originalEvent);let s;if(o.type==="touchend"||o.type==="touchcancel"){if(s=[...o.changedTouches].filter(D=>D.identifier===i.touchId)[0],!s||s.identifier!==i.touchId)return}else{if(i.touchId!==null||o.pointerId!==i.pointerId)return;s=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&!(["pointercancel","contextmenu"].includes(o.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:d,touches:r,rtlTranslate:a,slidesGrid:p,enabled:u}=e;if(!u||!d.simulateTouch&&o.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",o),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&d.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}d.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=ut(),h=f-i.touchStartTime;if(e.allowClick){const D=o.path||o.composedPath&&o.composedPath();e.updateClickedSlide(D&&D[0]||o.target,D),e.emit("tap click",o),h<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",o)}if(i.lastClickTime=ut(),Bt(()=>{e.destroyed||(e.allowClick=!0)}),!i.isTouched||!i.isMoved||!e.swipeDirection||r.diff===0&&!i.loopSwapReset||i.currentTranslate===i.startTranslate&&!i.loopSwapReset){i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;return}i.isTouched=!1,i.isMoved=!1,i.startMoving=!1;let m;if(d.followFinger?m=a?e.translate:-e.translate:m=-i.currentTranslate,d.cssMode)return;if(d.freeMode&&d.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:m});return}const S=m>=-e.maxTranslate()&&!e.params.loop;let E=0,A=e.slidesSizesGrid[0];for(let D=0;D<p.length;D+=D<d.slidesPerGroupSkip?1:d.slidesPerGroup){const g=D<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;typeof p[D+g]<"u"?(S||m>=p[D]&&m<p[D+g])&&(E=D,A=p[D+g]-p[D]):(S||m>=p[D])&&(E=D,A=p[p.length-1]-p[p.length-2])}let v=null,w=null;d.rewind&&(e.isBeginning?w=d.virtual&&d.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(v=0));const b=(m-p[E])/A,T=E<d.slidesPerGroupSkip-1?1:d.slidesPerGroup;if(h>d.longSwipesMs){if(!d.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=d.longSwipesRatio?e.slideTo(d.rewind&&e.isEnd?v:E+T):e.slideTo(E)),e.swipeDirection==="prev"&&(b>1-d.longSwipesRatio?e.slideTo(E+T):w!==null&&b<0&&Math.abs(b)>d.longSwipesRatio?e.slideTo(w):e.slideTo(E))}else{if(!d.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(o.target===e.navigation.nextEl||o.target===e.navigation.prevEl)?o.target===e.navigation.nextEl?e.slideTo(E+T):e.slideTo(E):(e.swipeDirection==="next"&&e.slideTo(v!==null?v:E+T),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:E))}}function ao(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:s,snapGrid:l}=t,d=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const r=d&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!r?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!d?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=s,t.allowSlideNext=o,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function wl(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Sl(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:o}=t;if(!o)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let s;const l=t.maxTranslate()-t.minTranslate();l===0?s=0:s=(t.translate-t.minTranslate())/l,s!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function xl(t){const e=this;$t(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function Tl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const uo=(t,e)=>{const i=bt(),{params:o,el:s,wrapperEl:l,device:d}=t,r=!!o.nested,a=e==="on"?"addEventListener":"removeEventListener",p=e;!s||typeof s=="string"||(i[a]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:r}),s[a]("touchstart",t.onTouchStart,{passive:!1}),s[a]("pointerdown",t.onTouchStart,{passive:!1}),i[a]("touchmove",t.onTouchMove,{passive:!1,capture:r}),i[a]("pointermove",t.onTouchMove,{passive:!1,capture:r}),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}),(o.preventClicks||o.preventClicksPropagation)&&s[a]("click",t.onClick,!0),o.cssMode&&l[a]("scroll",t.onScroll),o.updateOnWindowResize?t[p](d.ios||d.android?"resize orientationchange observerUpdate":"resize observerUpdate",ao,!0):t[p]("observerUpdate",ao,!0),s[a]("load",t.onLoad,{capture:!0}))};function El(){const t=this,{params:e}=t;t.onTouchStart=gl.bind(t),t.onTouchMove=bl.bind(t),t.onTouchEnd=yl.bind(t),t.onDocumentTouchStart=Tl.bind(t),e.cssMode&&(t.onScroll=Sl.bind(t)),t.onClick=wl.bind(t),t.onLoad=xl.bind(t),uo(t,"on")}function Al(){uo(this,"off")}var Cl={attachEvents:El,detachEvents:Al};const co=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Il(){const t=this,{realIndex:e,initialized:i,params:o,el:s}=t,l=o.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const d=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!d||t.currentBreakpoint===d)return;const a=(d in l?l[d]:void 0)||t.originalParams,p=co(t,o),u=co(t,a),f=t.params.grabCursor,h=a.grabCursor,m=o.enabled;p&&!u?(s.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),t.emitContainerClasses()):!p&&u&&(s.classList.add(`${o.containerModifierClass}grid`),(a.grid.fill&&a.grid.fill==="column"||!a.grid.fill&&o.grid.fill==="column")&&s.classList.add(`${o.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof a[b]>"u")return;const T=o[b]&&o[b].enabled,D=a[b]&&a[b].enabled;T&&!D&&t[b].disable(),!T&&D&&t[b].enable()});const S=a.direction&&a.direction!==o.direction,E=o.loop&&(a.slidesPerView!==o.slidesPerView||S),A=o.loop;S&&i&&t.changeDirection(),dt(t.params,a);const v=t.params.enabled,w=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),m&&!v?t.disable():!m&&v&&t.enable(),t.currentBreakpoint=d,t.emit("_beforeBreakpoint",a),i&&(E?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!A&&w?(t.loopCreate(e),t.updateSlides()):A&&!w&&t.loopDestroy()),t.emit("breakpoint",a)}function kl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let o=!1;const s=nt(),l=e==="window"?s.innerHeight:i.clientHeight,d=Object.keys(t).map(r=>{if(typeof r=="string"&&r.indexOf("@")===0){const a=parseFloat(r.substr(1));return{value:l*a,point:r}}return{value:r,point:r}});d.sort((r,a)=>parseInt(r.value,10)-parseInt(a.value,10));for(let r=0;r<d.length;r+=1){const{point:a,value:p}=d[r];e==="window"?s.matchMedia(`(min-width: ${p}px)`).matches&&(o=a):p<=i.clientWidth&&(o=a)}return o||"max"}var _l={setBreakpoint:Il,getBreakpoint:kl};function Pl(t,e){const i=[];return t.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(s=>{o[s]&&i.push(e+s)}):typeof o=="string"&&i.push(e+o)}),i}function Dl(){const t=this,{classNames:e,params:i,rtl:o,el:s,device:l}=t,d=Pl(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:o},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:l.android},{ios:l.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...d),s.classList.add(...e),t.emitContainerClasses()}function Ml(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var Ol={addClasses:Dl,removeClasses:Ml};function Ll(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:o}=i;if(o){const s=t.slides.length-1,l=t.slidesGrid[s]+t.slidesSizesGrid[s]+o*2;t.isLocked=t.size>l}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var Bl={checkOverflow:Ll},yi={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 Nl(t,e){return function(o){o===void 0&&(o={});const s=Object.keys(o)[0],l=o[s];if(typeof l!="object"||l===null){dt(e,o);return}if(t[s]===!0&&(t[s]={enabled:!0}),s==="navigation"&&t[s]&&t[s].enabled&&!t[s].prevEl&&!t[s].nextEl&&(t[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&t[s]&&t[s].enabled&&!t[s].el&&(t[s].auto=!0),!(s in t&&"enabled"in l)){dt(e,o);return}typeof t[s]=="object"&&!("enabled"in t[s])&&(t[s].enabled=!0),t[s]||(t[s]={enabled:!1}),dt(e,o)}}const wi={eventsEmitter:On,update:Wn,translate:Zn,transition:el,slide:rl,loop:vl,grabCursor:fl,events:Cl,breakpoints:_l,checkOverflow:Bl,classes:Ol},Si={};let xi=class Pt{constructor(){let e,i;for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?i=s[0]:[e,i]=s,i||(i={}),i=dt({},i),e&&!i.el&&(i.el=e);const d=bt();if(i.el&&typeof i.el=="string"&&d.querySelectorAll(i.el).length>1){const u=[];return d.querySelectorAll(i.el).forEach(f=>{const h=dt({},i,{el:f});u.push(new Pt(h))}),u}const r=this;r.__swiper__=!0,r.support=oo(),r.device=no({userAgent:i.userAgent}),r.browser=Pn(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],i.modules&&Array.isArray(i.modules)&&r.modules.push(...i.modules);const a={};r.modules.forEach(u=>{u({params:i,swiper:r,extendParams:Nl(i,a),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})});const p=dt({},yi,a);return r.params=dt({},p,Si,i),r.originalParams=dt({},r.params),r.passedParams=dt({},i),r.params&&r.params.on&&Object.keys(r.params.on).forEach(u=>{r.on(u,r.params.on[u])}),r.params&&r.params.onAny&&r.onAny(r.params.onAny),Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return r.params.direction==="horizontal"},isVertical(){return r.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:r.params.allowSlideNext,allowSlidePrev:r.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:r.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:o}=this,s=Tt(i,`.${o.slideClass}, swiper-slide`),l=Zt(s[0]);return Zt(e)-l}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:o}=e;e.slides=Tt(i,`.${o.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const o=this;e=Math.min(Math.max(e,0),1);const s=o.minTranslate(),d=(o.maxTranslate()-s)*e+s;o.translateTo(d,typeof i>"u"?0:i),o.updateActiveIndex(),o.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(o=>o.indexOf("swiper")===0||o.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(o=>o.indexOf("swiper-slide")===0||o.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(o=>{const s=e.getSlideClasses(o);i.push({slideEl:o,classNames:s}),e.emit("_slideClass",o,s)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const o=this,{params:s,slides:l,slidesGrid:d,slidesSizesGrid:r,size:a,activeIndex:p}=o;let u=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let f=l[p]?Math.ceil(l[p].swiperSlideSize):0,h;for(let m=p+1;m<l.length;m+=1)l[m]&&!h&&(f+=Math.ceil(l[m].swiperSlideSize),u+=1,f>a&&(h=!0));for(let m=p-1;m>=0;m-=1)l[m]&&!h&&(f+=l[m].swiperSlideSize,u+=1,f>a&&(h=!0))}else if(e==="current")for(let f=p+1;f<l.length;f+=1)(i?d[f]+r[f]-d[p]<a:d[f]-d[p]<a)&&(u+=1);else for(let f=p-1;f>=0;f-=1)d[p]-d[f]<a&&(u+=1);return u}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:o}=e;o.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(d=>{d.complete&&$t(e,d)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function s(){const d=e.rtlTranslate?e.translate*-1:e.translate,r=Math.min(Math.max(d,e.maxTranslate()),e.minTranslate());e.setTranslate(r),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)s(),o.autoHeight&&e.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&e.isEnd&&!o.centeredSlides){const d=e.virtual&&o.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(d.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||s()}o.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const o=this,s=o.params.direction;return e||(e=s==="horizontal"?"vertical":"horizontal"),e===s||e!=="horizontal"&&e!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${s}`),o.el.classList.add(`${o.params.containerModifierClass}${e}`),o.emitContainerClasses(),o.params.direction=e,o.slides.forEach(l=>{e==="vertical"?l.style.width="":l.style.height=""}),o.emit("changeDirection"),i&&o.update()),o}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let o=e||i.params.el;if(typeof o=="string"&&(o=document.querySelector(o)),!o)return!1;o.swiper=i,o.parentNode&&o.parentNode.host&&o.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const s=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let d=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(s()):Tt(o,s())[0];return!d&&i.params.createElements&&(d=zt("div",i.params.wrapperClass),o.append(d),Tt(o,`.${i.params.slideClass}`).forEach(r=>{d.append(r)})),Object.assign(i,{el:o,wrapperEl:d,slidesEl:i.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:d,hostEl:i.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Mt(o,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Mt(o,"direction")==="rtl"),wrongRTL:Mt(d,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const s=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&s.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(l=>{l.complete?$t(i,l):l.addEventListener("load",d=>{$t(i,d.target)})}),bi(i),i.initialized=!0,bi(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const o=this,{params:s,el:l,wrapperEl:d,slides:r}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),s.loop&&o.loopDestroy(),i&&(o.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),d&&d.removeAttribute("style"),r&&r.length&&r.forEach(a=>{a.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),a.removeAttribute("style"),a.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(a=>{o.off(a)}),e!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),gn(o)),o.destroyed=!0),null}static extendDefaults(e){dt(Si,e)}static get extendedDefaults(){return Si}static get defaults(){return yi}static installModule(e){Pt.prototype.__modules__||(Pt.prototype.__modules__=[]);const i=Pt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Pt.installModule(i)),Pt):(Pt.installModule(e),Pt)}};Object.keys(wi).forEach(t=>{Object.keys(wi[t]).forEach(e=>{xi.prototype[e]=wi[t][e]})}),xi.use([Dn,Mn]);const vo=["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 Ot(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function Ft(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(o=>i.indexOf(o)<0).forEach(o=>{typeof t[o]>"u"?t[o]=e[o]:Ot(e[o])&&Ot(t[o])&&Object.keys(e[o]).length>0?e[o].__swiper__?t[o]=e[o]:Ft(t[o],e[o]):t[o]=e[o]})}function po(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function mo(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function fo(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function ho(t){t===void 0&&(t="");const e=t.split(" ").map(o=>o.trim()).filter(o=>!!o),i=[];return e.forEach(o=>{i.indexOf(o)<0&&i.push(o)}),i.join(" ")}function Fl(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function jl(t){let{swiper:e,slides:i,passedParams:o,changedParams:s,nextEl:l,prevEl:d,scrollbarEl:r,paginationEl:a}=t;const p=s.filter(x=>x!=="children"&&x!=="direction"&&x!=="wrapperClass"),{params:u,pagination:f,navigation:h,scrollbar:m,virtual:S,thumbs:E}=e;let A,v,w,b,T,D,g,M;s.includes("thumbs")&&o.thumbs&&o.thumbs.swiper&&u.thumbs&&!u.thumbs.swiper&&(A=!0),s.includes("controller")&&o.controller&&o.controller.control&&u.controller&&!u.controller.control&&(v=!0),s.includes("pagination")&&o.pagination&&(o.pagination.el||a)&&(u.pagination||u.pagination===!1)&&f&&!f.el&&(w=!0),s.includes("scrollbar")&&o.scrollbar&&(o.scrollbar.el||r)&&(u.scrollbar||u.scrollbar===!1)&&m&&!m.el&&(b=!0),s.includes("navigation")&&o.navigation&&(o.navigation.prevEl||d)&&(o.navigation.nextEl||l)&&(u.navigation||u.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(T=!0);const P=x=>{e[x]&&(e[x].destroy(),x==="navigation"?(e.isElement&&(e[x].prevEl.remove(),e[x].nextEl.remove()),u[x].prevEl=void 0,u[x].nextEl=void 0,e[x].prevEl=void 0,e[x].nextEl=void 0):(e.isElement&&e[x].el.remove(),u[x].el=void 0,e[x].el=void 0))};s.includes("loop")&&e.isElement&&(u.loop&&!o.loop?D=!0:!u.loop&&o.loop?g=!0:M=!0),p.forEach(x=>{if(Ot(u[x])&&Ot(o[x]))Object.assign(u[x],o[x]),(x==="navigation"||x==="pagination"||x==="scrollbar")&&"enabled"in o[x]&&!o[x].enabled&&P(x);else{const c=o[x];(c===!0||c===!1)&&(x==="navigation"||x==="pagination"||x==="scrollbar")?c===!1&&P(x):u[x]=o[x]}}),p.includes("controller")&&!v&&e.controller&&e.controller.control&&u.controller&&u.controller.control&&(e.controller.control=u.controller.control),s.includes("children")&&i&&S&&u.virtual.enabled?(S.slides=i,S.update(!0)):s.includes("virtual")&&S&&u.virtual.enabled&&(i&&(S.slides=i),S.update(!0)),s.includes("children")&&i&&u.loop&&(M=!0),A&&E.init()&&E.update(!0),v&&(e.controller.control=u.controller.control),w&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-pagination"),a.part.add("pagination"),e.el.appendChild(a)),a&&(u.pagination.el=a),f.init(),f.render(),f.update()),b&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-scrollbar"),r.part.add("scrollbar"),e.el.appendChild(r)),r&&(u.scrollbar.el=r),m.init(),m.updateSize(),m.setTranslate()),T&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-button-prev"),d.innerHTML=e.hostEl.constructor.prevButtonSvg,d.part.add("button-prev"),e.el.appendChild(d))),l&&(u.navigation.nextEl=l),d&&(u.navigation.prevEl=d),h.init(),h.update()),s.includes("allowSlideNext")&&(e.allowSlideNext=o.allowSlideNext),s.includes("allowSlidePrev")&&(e.allowSlidePrev=o.allowSlidePrev),s.includes("direction")&&e.changeDirection(o.direction,!1),(D||M)&&e.loopDestroy(),(g||M)&&e.loopCreate(),e.update()}function Vl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},o={},s={};Ft(i,yi),i._emitClasses=!0,i.init=!1;const l={},d=vo.map(a=>a.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(a=>{typeof t[a]>"u"||(d.indexOf(a)>=0?Ot(t[a])?(i[a]={},s[a]={},Ft(i[a],t[a]),Ft(s[a],t[a])):(i[a]=t[a],s[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?e?o[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:i.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:l[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{i[a]===!0&&(i[a]={}),i[a]===!1&&delete i[a]}),{params:i,passedParams:s,rest:l,events:o}}function zl(t,e){let{el:i,nextEl:o,prevEl:s,paginationEl:l,scrollbarEl:d,swiper:r}=t;po(e)&&o&&s&&(r.params.navigation.nextEl=o,r.originalParams.navigation.nextEl=o,r.params.navigation.prevEl=s,r.originalParams.navigation.prevEl=s),mo(e)&&l&&(r.params.pagination.el=l,r.originalParams.pagination.el=l),fo(e)&&d&&(r.params.scrollbar.el=d,r.originalParams.scrollbar.el=d),r.init(i)}function Hl(t,e,i,o,s){const l=[];if(!e)return l;const d=a=>{l.indexOf(a)<0&&l.push(a)};if(i&&o){const a=o.map(s),p=i.map(s);a.join("")!==p.join("")&&d("children"),o.length!==i.length&&d("children")}return vo.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in e)if(Ot(t[a])&&Ot(e[a])){const p=Object.keys(t[a]),u=Object.keys(e[a]);p.length!==u.length?d(a):(p.forEach(f=>{t[a][f]!==e[a][f]&&d(a)}),u.forEach(f=>{t[a][f]!==e[a][f]&&d(a)}))}else t[a]!==e[a]&&d(a)}),l}const Gl=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 o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t},ei.apply(this,arguments)}function go(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function bo(t){const e=[];return n.Children.toArray(t).forEach(i=>{go(i)?e.push(i):i.props&&i.props.children&&bo(i.props.children).forEach(o=>e.push(o))}),e}function Ul(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return n.Children.toArray(t).forEach(o=>{if(go(o))e.push(o);else if(o.props&&o.props.slot&&i[o.props.slot])i[o.props.slot].push(o);else if(o.props&&o.props.children){const s=bo(o.props.children);s.length>0?s.forEach(l=>e.push(l)):i["container-end"].push(o)}else i["container-end"].push(o)}),{slides:e,slots:i}}function Wl(t,e,i){if(!i)return null;const o=u=>{let f=u;return u<0?f=e.length+u:f>=e.length&&(f=f-e.length),f},s=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:d}=i,r=t.params.loop?-e.length:0,a=t.params.loop?e.length*2:e.length,p=[];for(let u=r;u<a;u+=1)u>=l&&u<=d&&p.push(e[o(u)]);return p.map((u,f)=>n.cloneElement(u,{swiper:t,style:s,key:u.props.virtualIndex||u.key||`slide-${f}`}))}function Ht(t,e){return typeof window>"u"?n.useEffect(t,e):n.useLayoutEffect(t,e)}const Ti=n.createContext(null),yo=()=>n.useContext(Ti),Yl=n.createContext(null),Lt=n.forwardRef(function(t,e){let{className:i,tag:o="div",wrapperTag:s="div",children:l,onSwiper:d,...r}=t===void 0?{}:t,a=!1;const[p,u]=n.useState("swiper"),[f,h]=n.useState(null),[m,S]=n.useState(!1),E=n.useRef(!1),A=n.useRef(null),v=n.useRef(null),w=n.useRef(null),b=n.useRef(null),T=n.useRef(null),D=n.useRef(null),g=n.useRef(null),M=n.useRef(null),{params:P,passedParams:x,rest:c,events:O}=Vl(r),{slides:y,slots:C}=Ul(l),I=()=>{S(!m)};Object.assign(P.on,{_containerClasses(N,k){u(k)}});const B=()=>{Object.assign(P.on,O),a=!0;const N={...P};if(delete N.wrapperClass,v.current=new xi(N),v.current.virtual&&v.current.params.virtual.enabled){v.current.virtual.slides=y;const k={cache:!1,slides:y,renderExternal:h,renderExternalUpdate:!1};Ft(v.current.params.virtual,k),Ft(v.current.originalParams.virtual,k)}};A.current||B(),v.current&&v.current.on("_beforeBreakpoint",I);const j=()=>{a||!O||!v.current||Object.keys(O).forEach(N=>{v.current.on(N,O[N])})},V=()=>{!O||!v.current||Object.keys(O).forEach(N=>{v.current.off(N,O[N])})};n.useEffect(()=>()=>{v.current&&v.current.off("_beforeBreakpoint",I)}),n.useEffect(()=>{!E.current&&v.current&&(v.current.emitSlidesClasses(),E.current=!0)}),Ht(()=>{if(e&&(e.current=A.current),!!A.current)return v.current.destroyed&&B(),zl({el:A.current,nextEl:T.current,prevEl:D.current,paginationEl:g.current,scrollbarEl:M.current,swiper:v.current},P),d&&!v.current.destroyed&&d(v.current),()=>{v.current&&!v.current.destroyed&&v.current.destroy(!0,!1)}},[]),Ht(()=>{j();const N=Hl(x,w.current,y,b.current,k=>k.key);return w.current=x,b.current=y,N.length&&v.current&&!v.current.destroyed&&jl({swiper:v.current,slides:y,passedParams:x,changedParams:N,nextEl:T.current,prevEl:D.current,scrollbarEl:M.current,paginationEl:g.current}),()=>{V()}}),Ht(()=>{Gl(v.current)},[f]);function z(){return P.virtual?Wl(v.current,y,f):y.map((N,k)=>n.cloneElement(N,{swiper:v.current,swiperSlideIndex:k}))}return n.createElement(o,ei({ref:A,className:ho(`${p}${i?` ${i}`:""}`)},c),n.createElement(Yl.Provider,{value:v.current},C["container-start"],n.createElement(s,{className:Fl(P.wrapperClass)},C["wrapper-start"],z(),C["wrapper-end"]),po(P)&&n.createElement(n.Fragment,null,n.createElement("div",{ref:D,className:"swiper-button-prev"}),n.createElement("div",{ref:T,className:"swiper-button-next"})),fo(P)&&n.createElement("div",{ref:M,className:"swiper-scrollbar"}),mo(P)&&n.createElement("div",{ref:g,className:"swiper-pagination"}),C["container-end"]))});Lt.displayName="Swiper";const yt=n.forwardRef(function(t,e){let{tag:i="div",children:o,className:s="",swiper:l,zoom:d,lazy:r,virtualIndex:a,swiperSlideIndex:p,...u}=t===void 0?{}:t;const f=n.useRef(null),[h,m]=n.useState("swiper-slide"),[S,E]=n.useState(!1);function A(T,D,g){D===f.current&&m(g)}Ht(()=>{if(typeof p<"u"&&(f.current.swiperSlideIndex=p),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){h!=="swiper-slide"&&m("swiper-slide");return}return l.on("_slideClass",A),()=>{l&&l.off("_slideClass",A)}}}),Ht(()=>{l&&f.current&&!l.destroyed&&m(l.getSlideClasses(f.current))},[l]);const v={isActive:h.indexOf("swiper-slide-active")>=0,isVisible:h.indexOf("swiper-slide-visible")>=0,isPrev:h.indexOf("swiper-slide-prev")>=0,isNext:h.indexOf("swiper-slide-next")>=0},w=()=>typeof o=="function"?o(v):o,b=()=>{E(!0)};return n.createElement(i,ei({ref:f,className:ho(`${h}${s?` ${s}`:""}`),"data-swiper-slide-index":a,onLoad:b},u),d&&n.createElement(Ti.Provider,{value:v},n.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof d=="number"?d:void 0},w(),r&&!S&&n.createElement("div",{className:"swiper-lazy-preloader"}))),!d&&n.createElement(Ti.Provider,{value:v},w(),r&&!S&&n.createElement("div",{className:"swiper-lazy-preloader"})))});yt.displayName="SwiperSlide";const Xl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Jl=({visible:t,onClose:e,children:i,modalStyle:o,padding:s,popup:l,schema:d,fullHeight:r=window.innerHeight,isFullScreen:a=!1})=>{var p,u,f,h,m,S,E,A,v,w,b,T,D,g,M,P,x,c,O,y;const C=n.useRef(null),I=n.useRef(null),B=n.useRef(null),j=n.useRef(null),V=r*.2,z=a?r:r*.8,[N,k]=n.useState(V),[F,W]=n.useState(!1),U=n.useRef(null),{globalConfig:K,popupDetailData:ne}=Ce(),{schema:ie}=ht(),[ue,ke]=n.useState(15);n.useEffect(()=>{const le=document.getElementById("sxp-render"),me=document.getElementById("pb-modal");me?U.current=me:(U.current=document.createElement("div"),U.current.setAttribute("id","pb-modal"),le?.appendChild(U.current))},[]);const ae=n.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),Y=n.useMemo(()=>{var le,me,be;const Pe=d??ie;return(be=(me=(le=Pe?.sxpPageConf)===null||le===void 0?void 0:le.globalConfig)===null||me===void 0?void 0:me.popupList)===null||be===void 0?void 0:be.find(Me=>Me?.id===l?.id)},[l,d,ie]),Z=n.useMemo(()=>{var le,me;return((me=(le=Y?.item)===null||le===void 0?void 0:le.event)===null||me===void 0?void 0:me.isScrollFullScreen)||!1},[Y]);if(n.useEffect(()=>{ae?W(!0):setTimeout(()=>{W(!1),k(V)},l?.duration)},[ae,l]),!U.current)return null;const $=Ue.debounce(()=>{e?.()},300),ee=le=>{C.current=le.touches[0],I.current=le.touches[0],B.current=!0},fe=le=>{requestAnimationFrame(()=>{var me;if(B.current&&((me=j?.current)===null||me===void 0?void 0:me.scrollTop)===0){const be=le.touches[0].clientY,Pe=le.touches[0].clientX,Ie=C.current.clientY-be;C.current=le.touches[0];const Me=be-I.current.clientY,Ne=Pe-I.current.clientX;if(Math.abs(Ne)>Math.abs(Me))return;const Q=N-Ie;Q>0&&k(Q)}})},xe=le=>{var me;if(B.current&&((me=j?.current)===null||me===void 0?void 0:me.scrollTop)===0){const be=le.changedTouches[0].clientY-I.current.clientY,Pe=le.changedTouches[0].clientX-I.current.clientX;if(Math.abs(Pe)>Math.abs(be))return;const Ie=I.current.clientY-C.current.clientY;Ie>0?k(0):N<V&&Ie<0?k(V):N>=V&&Ie<0&&e?.()}B.current=!1};return Di.createPortal(n.createElement(n.Fragment,null,F&&n.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:ae?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},o),onClick:$},n.createElement("div",{style:{position:"relative",left:`${(h=(f=(u=(p=Y?.item)===null||p===void 0?void 0:p.props)===null||u===void 0?void 0:u.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(A=(E=(S=(m=Y?.item)===null||m===void 0?void 0:m.props)===null||S===void 0?void 0:S.popupBg)===null||E===void 0?void 0:E.horizontalMargin)!==null&&A!==void 0?A:0}px`,bottom:`${(T=(b=(w=(v=Y?.item)===null||v===void 0?void 0:v.props)===null||w===void 0?void 0:w.popupBg)===null||b===void 0?void 0:b.bottomMargin)!==null&&T!==void 0?T:0}px`,overflow:"hidden",width:`calc(100% - ${((P=(M=(g=(D=Y?.item)===null||D===void 0?void 0:D.props)===null||g===void 0?void 0:g.popupBg)===null||M===void 0?void 0:M.horizontalMargin)!==null&&P!==void 0?P:0)*2}px)`,height:"100%"}},n.createElement("div",Object.assign({className:`modal-container ${ae?"modal-popIn":"modal-popOut"}`,style:Object.assign(Object.assign({padding:s,animationDuration:((x=l?.duration)!==null&&x!==void 0?x:0)/1e3+"s"},Z&&{transform:`translateY(${N}px)`}),{overflow:"hidden"}),onClick:le=>{le.stopPropagation(),le.preventDefault()}},Z&&{onTouchMove:fe,onTouchStart:ee,onTouchEnd:xe}),n.createElement("div",{className:"modal-icon-wrapper",onClick:e,style:{top:ue}},n.createElement("img",{src:(c=K?.popupCloseIcon)!==null&&c!==void 0?c:Xl,alt:"close",className:"modal-icon"})),n.createElement("div",Object.assign({ref:j,style:{height:Z?r:z,overflow:Z&&N<=0||!Z?"auto":"hidden"}},((y=(O=Y?.item)===null||O===void 0?void 0:O.props)===null||y===void 0?void 0:y.enableFixedCloseButton)&&{onScroll:le=>{var me;ke(15-((me=le?.target)===null||me===void 0?void 0:me.scrollTop))}}),i))))),U.current)};var jt=n.memo(Jl);const ql=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const o=t.split(" "),s=[];for(let d=0;d<o.length&&(s.push(o[d]),!(s.join(" ").length>=e));d++);return(s.length>1&&s.length<o.length?s.slice(0,s.length-1):s).join(" ")+" "},Kl=({text:t,maxStr:e=108,style:i,className:o,onClick:s,foldText:l,unfoldText:d,isPost:r,onChange:a})=>{const[p,u]=n.useState(!1),[f,h]=n.useState(!1),m=Number(i?.lineClamp||2),S=n.useRef(null),E=n.useRef(null),A=n.useCallback(()=>{u(!p)},[p,a]);return n.useMemo(()=>!p&&t.length>e?ql(t,e)+"...":t,[t,e,p]),n.useEffect(()=>{var v,w;((v=E?.current)===null||v===void 0?void 0:v.offsetHeight)>((w=S?.current)===null||w===void 0?void 0:w.offsetHeight)&&r?h(!0):h(!1),E.current.style.display="none"},[r]),n.createElement("div",{className:o,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},n.createElement("div",{ref:S,style:{overflow:"hidden",WebkitLineClamp:!r||p?"":m,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:ge(t?.replace(/\n/g,"</br>"),i)}}),n.createElement("div",{ref:E,dangerouslySetInnerHTML:{__html:ge(t?.replace(/\n/g,"</br>"),i)}}),t&&r&&f&&n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:s??A,dangerouslySetInnerHTML:{__html:ge(p?d||"show less":l||"show more",i)}}))};var ti=n.memo(Kl);const Zl=n.forwardRef((t,e)=>{const{src:i,onLoad:o,style:s,className:l,loading:d,alt:r="image"}=t,[a,p]=n.useState(i),u=n.useRef(null),[f,h]=n.useState(!1);return n.useImperativeHandle(e,()=>({setSrc:m=>{m&&p(m)}})),n.useEffect(()=>{i&&p(i)},[i]),n.useEffect(()=>{const m=()=>{i&&!f&&u.current&&(u.current.src="",u.current.src=i)};return gt.on(st.PAGE_DID_SHOW,m),()=>{gt.off(st.PAGE_DID_SHOW,m)}},[i,f]),n.createElement(n.Fragment,null,!f&&!a&&n.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),a?.includes(".avif")?n.createElement("picture",null,n.createElement("source",{type:"image/avif",srcSet:a}),n.createElement("source",{type:"image/webp",srcSet:`${a}?imageMogr2/format/webp`}),n.createElement("source",{type:"image/jpeg",srcSet:`${a}?imageMogr2/format/jpg`}),n.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:d,onLoad:m=>{h(!0),o?.(m.target)},alt:r})):n.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:d,onLoad:m=>{h(!0),o?.(m.target)},alt:r}))});var lt=n.memo(Zl);const Ql=({children:t,isPadding:e=!0,style:i,enableSlideActive:o=!1})=>{const s=n.useRef(),{popupDetailData:l}=Ce();return n.useEffect(()=>{var d,r;o&&((d=s?.current)===null||d===void 0||d.swiper.slideTo((r=l?.multiCheckIndex)!==null&&r!==void 0?r:0))},[l,o]),n.createElement(Lt,{ref:s,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[Cn,An,En],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Gt=n.memo(Ql);const Rl=({products:t,data:e,defImg:i,style:o,onCLick:s,popupDetailData:l,check:d})=>{var r;const{productView:a}=Ke(),{popupCurTimeRef:p}=Ce(),u=(f,h)=>{if(d===h)return;const m=t?.[d];a(l,m,m?.bindCta,p.current,l?.index),s?.(h)};return n.createElement(n.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&n.createElement(Gt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},o),e?.style)},(r=l?t:[0,1,2,3])===null||r===void 0?void 0:r.map((f,h)=>{var m,S,E;return n.createElement(n.Fragment,null,f?.bindCta?n.createElement(yt,{className:we.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{u(f,h)},key:h},n.createElement(lt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:d===h?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(E=(m=f?.cover)!==null&&m!==void 0?m:(S=f?.homePage)===null||S===void 0?void 0:S[0])!==null&&E!==void 0?E:i})):null)})))};var wo=n.memo(Rl);const $l=t=>{var e,i,o,s,l,d,r,a,p,u,f,h,m,S,E,A,v,w,b,T,D,g,M,P,{content:x,style:c,bgImg:O,onClick:y,schema:C,isDefault:I,bottom_image:B,tipText:j,isPost:V,viewTime:z,rec:N,swiper:k,commodityStyles:F,buttonStyle:W,index:U,commodityGroup:K,popupBg:ne,iframeIcon:ie,commodityImgRatio:ue,isTel:ke,iframeBgColor:ae}=t,Y=Xe(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);const{sxpParameter:Z,popupDetailData:$,isPreview:ee,bffFbReport:fe,popupCurTimeRef:xe,checkCommodityIndexRef:le}=Ce(),{jumpToWeb:me,productView:be}=Ke(),Pe=n.useRef(null),[Ie,Me]=n.useState(!1),[Ne,Q]=n.useState(!1),[ce,te]=n.useState((e=$?.multiCheckIndex)!==null&&e!==void 0?e:0),de=n.useRef(),R=V?N:$;let L=V?R?.product:(o=(i=R?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(s=R?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],Fe=V?(d=R?.product)===null||d===void 0?void 0:d.bindCta:(p=(a=(r=R?.video)===null||r===void 0?void 0:r.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&p!==void 0?p:(h=(f=(u=R?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Ze=V?U:$?.index;if(!V&&K?.open&&(!((m=R?.video)===null||m===void 0)&&m.bindProducts)&&((E=(S=R?.video)===null||S===void 0?void 0:S.bindProducts)===null||E===void 0?void 0:E.length)>0){le.current=ce;const J=(A=R?.video)===null||A===void 0?void 0:A.bindProducts[ce];L=J,Fe=J?.bindCta}const qe=()=>{L?.link&&(me(R,L,Fe,Ze),V||be(R,L,Fe,z||Pe.current,Ze),window.location.href=window.getJointUtmLink(L.link))};n.useEffect(()=>{V||fe?.({eventName:"ProductView"})},[V,fe]),n.useEffect(()=>{const J=()=>{Pe.current=new Date};return J(),window.addEventListener("pageshow",J),()=>{window.removeEventListener("pageshow",J)}},[]);const vt=n.useMemo(()=>{var J,ve,Te,Oe,Ve,ze,Qe;const ot=((J=F?.price)===null||J===void 0?void 0:J.enableFormattedPrice)===void 0||((ve=F?.price)===null||ve===void 0?void 0:ve.enableFormattedPrice);return L?.currency&&L?.price?`${(Ve=(Oe=(Te=L?.currency)===null||Te===void 0?void 0:Te.split("-")[1])===null||Oe===void 0?void 0:Oe.toUpperCase())!==null&&Ve!==void 0?Ve:""}${ot?(Qe=(ze=L?.price)===null||ze===void 0?void 0:ze.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&Qe!==void 0?Qe:"":L?.price}`:"$7,000"},[L?.price,L?.currency,(v=F?.price)===null||v===void 0?void 0:v.enableFormattedPrice]),it=(ee?375:(w=c?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=ne?.horizontalMargin)!==null&&b!==void 0?b:0)*2,pt=ue?it*(ue.h/ue.w):it,mt=({isPost:J})=>{var ve,Te,Oe,Ve;return n.createElement("div",null,n.createElement("div",{className:"pb-commondity-content-collection",style:H(F?.collection),hidden:!!L&&(!L?.collection||L?.collection===""),dangerouslySetInnerHTML:{__html:ge((ve=L?.collection)!==null&&ve!==void 0?ve:"Tiffany Lock",F?.collection)}}),n.createElement("div",{className:"pb-commondity-content-title",style:H(F?.title),hidden:!!L&&!L?.title,dangerouslySetInnerHTML:{__html:ge((Te=L?.title)!==null&&Te!==void 0?Te:"Pendant in Yellow Gold with Diamonds, Medium",F?.title)}}),n.createElement("div",{className:"pb-commondity-content-price",style:H(F?.price),hidden:!!L&&!L?.price,dangerouslySetInnerHTML:{__html:ge(vt,F?.price)}}),n.createElement("div",{hidden:!!L&&!L?.taxInfo,style:H(F?.taxInfo),dangerouslySetInnerHTML:{__html:ge((Oe=L?.taxInfo)!==null&&Oe!==void 0?Oe:"\u7A0E\u8D39",F?.taxInfo)}}),n.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},n.createElement(ti,{foldText:j?.foldText,unfoldText:j?.unfoldText,onClick:()=>Me(!0),isPost:J,text:(Ve=L?.info)!==null&&Ve!==void 0?Ve:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
1
+ (function(We,Ge){typeof exports=="object"&&typeof module<"u"?Ge(exports,require("lodash"),require("uuid"),require("pako"),require("react"),require("qs"),require("eventemitter3"),require("@emotion/css"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","lodash","uuid","pako","react","qs","eventemitter3","@emotion/css","react-dom"],Ge):(We=typeof globalThis<"u"?globalThis:We||self,Ge(We.PUI={},We.lodash,We.uuid$1,We.pako,We.React,We.qs,We.EventEmitter,We.css,We.ReactDOM))})(this,function(We,Ge,Vo,zo,n,si,Ho,we,Di){"use strict";function Go(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(i){if(i!=="default"){var o=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,o.get?o:{enumerable:!0,get:function(){return t[i]}})}}),e.default=t,Object.freeze(e)}var Mi=Go(Di);function qe(t,e){var i={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(i[o]=t[o]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,o=Object.getOwnPropertySymbols(t);s<o.length;s++)e.indexOf(o[s])<0&&Object.prototype.propertyIsEnumerable.call(t,o[s])&&(i[o[s]]=t[o[s]]);return i}function $e(t,e,i,o){function s(l){return l instanceof i?l:new i(function(r){r(l)})}return new(i||(i=Promise))(function(l,r){function d(u){try{v(o.next(u))}catch(f){r(f)}}function a(u){try{v(o.throw(u))}catch(f){r(f)}}function v(u){u.done?l(u.value):s(u.value).then(d,a)}v((o=o.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const Uo=/:\w+/g;var Oi=(t,e)=>$e(void 0,void 0,void 0,function*(){const i={},o={};for(let s=0;s<e?.length;s++){const{id:l,method:r,url:d,urlParams:a,name:v,queryString:u,headers:f,body:h}=e[s];let m=d;a&&Object.entries(a).forEach(([y,S])=>{m=m.replace(Uo,x=>x===y?S:x)}),u&&(m+=u),o[l]=v;try{const y=yield fetch(m,{method:r,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(S=>S.json());i[l]=y}catch(y){console.error("DataSource request error: ",y),i[l]={}}}return{$store:i,idMapName:o}});const Li="SXP_TOKEN_INFO",Wo=(t,e)=>$e(void 0,void 0,void 0,function*(){var i;const o=t.getTenantId(),s=t.getAppId(),l=t.getApiUrl(),r=window.localStorage.getItem(Li);let d=JSON.parse(r||"{}");if(Date.now()>((i=d?.expireTime)!==null&&i!==void 0?i:0)){const v=yield fetch(`${l}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":o||"","x-app-id":s||""}}).then(u=>u.json());if(v.success){const u=v.data;d=Object.assign(Object.assign({},u),{expireTime:Date.now()+u.expire*1e3}),window.localStorage.setItem(Li,JSON.stringify(d))}}return d});function Yt(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];let s;if(e=e||i.length,t)for(s=0;s<t;s++)o[s]=i[0|Math.random()*e];else{let l;for(o[8]=o[13]=o[18]=o[23]="-",o[14]="4",s=0;s<36;s++)o[s]||(l=0|Math.random()*16,o[s]=i[s===19?l&3|8:l])}return o.join("")}const Yo=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o=i.length;let s=0;for(;s<t;)e+=i.charAt(Math.floor(Math.random()*o)),s+=1;return e},Xo=()=>{const t=Vo.v4();return t?.replaceAll?t.replaceAll("-",""):Yo(32)},ge=(t,e)=>{if(!t)return"";let i="";const o=e?.["fontFamily-cn"],s=e?.["fontFamily-en"];if(!o&&!s)return t;let l=t;const r=/[\u4e00-\u9fa5]/g,d=/[^\u4e00-\u9fa5]/g,a=`font-family:${o??"inherit"}`,v=`font-family:${s??"inherit"}`,u=h=>{let m=h.search(r),y=h.search(d);return m!==-1&&y!==-1&&m<y&&(i+=`<span style="${a}">${h.substring(m,y)}</span>`,l=h.substring(y,h?.length)),m!==-1&&y!==-1&&m>y&&(i+=`<span style="${v}">${h.substring(y,m)}</span>`,l=h.substring(m,h?.length)),m===-1?(i+=`<span style="${v}">${h.substring(y,h?.length)}</span>`,l="",!1):y===-1?(i+=`<span style="${a}">${h.substring(m,h?.length)}</span>`,l="",!1):!0};let f=!0;for(;f;)f=u(l);return i};function Bi(){var t,e,i,o,s,l,r;let d=self.navigator.userAgent;return d?/edge\/([\d\.]+)/i.exec(d)?`Edge ${(t=/edge\/([\d\.]+)/i.exec(d))===null||t===void 0?void 0:t[1]}`:/edg\/([\d\.]+)/i.exec(d)?`Edge(Chromium) ${(e=/edge\/([\d\.]+)/i.exec(d))===null||e===void 0?void 0:e[1]}`:/msie/i.test(d)?`Internet Explorer ${(i=/msie ([\d\.]+)/i.exec(d))===null||i===void 0?void 0:i[1]}`:/Trident/i.test(d)?`Internet Explorer ${(o=/rv:([\d\.]+)/i.exec(d))===null||o===void 0?void 0:o[1]}`:/chrome/i.test(d)?`Chrome ${(s=/chrome\/([\d\.]+)/i.exec(d))===null||s===void 0?void 0:s[1]}`:/firefox/i.test(d)?`Firefox ${(l=/firefox\/([\d\.]+)/i.exec(d))===null||l===void 0?void 0:l[1]}`:/safari/i.test(d)?`Safari ${(r=/version\/([\d\.]+)/i.exec(d))===null||r===void 0?void 0:r[1]}`:null:null}function Ni(){var t,e,i;let o=self.navigator.userAgent;return o?/iphone/i.test(o)?`IOS ${(t=o.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(o)?`Android ${(e=o.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(o)?`Windows ${(i=o.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(o)?"Mac OS":null:null}function Fi(){let t=self.navigator.userAgent;if(!t)return null;if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var o=t.substring(e+1,i);return`${o}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function ji(t){const i=document.cookie.split(";");let o=null;return i.forEach(s=>{const[l,r]=s.trim().split("=");l===t&&(o=r)}),o??""}function Vi(t){const i=atob(t).split("").map(function(l){return l.charCodeAt(0)}),o=new Uint8Array(i),s=zo.inflate(o,{to:"string"});return JSON.parse(s)}let ri=null;const Jo={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class qo{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,ri)return ri;ri=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?Jo[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let et=null;const Ko={init:({appId:t,tenantId:e,env:i="live",apiUrl:o})=>{et||(et=new qo),o&&et.setApiUrl(o),et.setAppId(t),et.setTenantId(e),et.setEnv(i)},getDetail:t=>{if(!et)return;const e=et.getTenantId(),i=et.getAppId(),o=et.getApiUrl();return fetch(`${o}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>$e(void 0,void 0,void 0,function*(){var l,r;const d=yield s.json(),a=Vi((l=d?.data)===null||l===void 0?void 0:l.data);if(a){const{$store:v}=yield Oi(o,(r=a?.dataSource)!==null&&r!==void 0?r:[]);d.data.data=a,Object.assign(d.data.data,{__STORE__:v})}return d}))},getSxpDetailByPageId:t=>$e(void 0,void 0,void 0,function*(){if(!et)return;const e=et.getTenantId(),i=et.getAppId(),o=et.getApiUrl();return fetch(`${o}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(s=>$e(void 0,void 0,void 0,function*(){var l;const r=yield s.json();if(!r.success)return;const d=Vi((l=r?.data)===null||l===void 0?void 0:l.data);return r.data.data=d,r.data}))}),getSxpRecommendVideoData:t=>$e(void 0,void 0,void 0,function*(){if(!et)return;const e=yield Wo(et,t),i=Yt(0,0);let o=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Ge.isEmpty(o)&&(o=Yt(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",o));const s=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:o,channel:e.channel,maxRecs:10,requestId:i})}).then(l=>l.json());return s?.data||null})};function mt(){return n.useContext(Qi)}function Zo(){return n.useContext(Zi)}const di="feRealSessionIdKey",zi=()=>{const t=Xo();return`${Date.now()}${t}`},Qo=()=>{let t=Ro();return t||(t=zi(),window.sessionStorage.setItem(di,t)),t},Hi=()=>{const t=zi();window.sessionStorage.setItem(di,t)},Ro=()=>window.sessionStorage.getItem(di),Gi="SXP_FAKE_USER_ID",Ui="FAKE_USER_STATE",Wi="AGREE_POLICY",Yi="SLIDE_SKIP_STATE",Xi=()=>{let t=window.localStorage.getItem(Gi);return Ge.isEmpty(t)&&(t=Yt(36,62),window.localStorage.setItem(Gi,t)),t},$o=()=>{const t=window.localStorage.getItem(Ui);return Ge.isEmpty(t)&&window.localStorage.setItem(Ui,"true"),Ge.isEmpty(t)},en=()=>{const t=window.localStorage.getItem(Yi);return Ge.isEmpty(t)},tn=()=>{window.localStorage.setItem(Yi,"true")};function ut(t,e){const{appDomain:i}=Ce();return n.useMemo(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const ft=new Ho;var st;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(st||(st={}));const on=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:o,privacy_policy_url:s,privacy_policy_title:l})=>{const{setIsAgreePolicy:r,bffEventReport:d}=Ce(),a=n.useMemo(()=>{const f=location.search.slice(1),h=si.parse(f.replace(/\+/g,"%2B"));for(const m in h)h[m]=h[m].replace(/%2B/g,"+");return h},[]),v=f=>{var h;return(h=a[f])!==null&&h!==void 0?h:null};n.useEffect(()=>{d?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:v("utm_source"),utmMedium:v("utm_medium"),utmCampaign:v("utm_campaign"),utmId:v("utm_id"),utmContent:v("utm_content"),clSource:v("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const u=()=>{d?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),r?.(!0),window.localStorage.setItem(Wi,"yes")};return n.createElement("div",{className:"consent-bg"},n.createElement("div",{className:"consent"},n.createElement("div",{className:"consent-col"},n.createElement("div",{className:"consent-title"},i??"Privacy Policy"),n.createElement("div",{className:"consent-content"},o??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),n.createElement("div",{className:"consent-col"},n.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:u},"Agree"),n.createElement("a",{className:"consent-policy",target:"_blank",href:s?`https://${s}`:void 0},l??"More information"))))};var nn=n.memo(on);const Ji=n.createContext({rtcList:[],tagList:[]});var ai;(function(t){t[t.BFF=5]="BFF"})(ai||(ai={}));const Xt="FOR U",ln=({render:t,dataSources:e,utmVal:i,enableReportEvent:o=!0,maxSize:s,defaultSize:l,isPreview:r=!1,sxpParameter:d,appDomain:a,hashTagSize:v,loadingImage:u,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:m,consentWidth:y,isShowTag:S=!0,isOpenConsent:x=!1,globalConfig:p,isEditor:w=!1,utmParameter:b,channelQueryList:T})=>{var k,g,O;const[_,A]=n.useState([]),[c,M]=n.useState([]),[C,E]=n.useState(!1),[I,L]=n.useState({rtc:"",requestId:""}),N=n.useRef(null),j=n.useRef(!1),[z,B]=n.useState(()=>!!window.localStorage.getItem(Wi)),[D,F]=n.useState(),[X,W]=n.useState(),[q,se]=n.useState(f),[te,de]=n.useState([]),[ke,ae]=n.useState(0),[Y,K]=n.useState(!1),[R,ee]=n.useState(null),fe=n.useRef(),Te=n.useRef(),[ne,pe]=n.useState(Xt),be=n.useRef(-1),Pe=n.useRef(null),[Ie,Oe]=n.useState(!1),Me=n.useMemo(()=>{var H,G,Se,Ee;return((Ee=(Se=(G=(H=p?.consent)===null||H===void 0?void 0:H[0])===null||G===void 0?void 0:G.item)===null||Se===void 0?void 0:Se.props)===null||Ee===void 0?void 0:Ee.privacy_necessity)&&!z&&!w||x},[z,p,x,w]),Z=n.useCallback(H=>{var G;const Se=H?.recList;return(G=Se?.map(me=>{var le,$,xe,Ve,Je,Ye;if(!((le=me?.video)===null||le===void 0)&&le.bindProducts&&((xe=($=me?.video)===null||$===void 0?void 0:$.bindProducts)===null||xe===void 0?void 0:xe.length)>0){const dt=(Ye=(Je=(Ve=me?.video)===null||Ve===void 0?void 0:Ve.bindProducts)===null||Je===void 0?void 0:Je.filter(lt=>!!lt?.bindCta))!==null&&Ye!==void 0?Ye:[];return Object.assign(Object.assign({},me),{video:Object.assign(Object.assign({},me?.video),{bindProducts:dt})})}return me}))!==null&&G!==void 0?G:[]},[]);n.useEffect(()=>{const H=G=>{fe.current=G};return ft.on(st.CHANGE_THEME_TAG,H),()=>{ft.off(st.CHANGE_THEME_TAG,H)}},[]),n.useEffect(()=>{se(f)},[f]);const ve=n.useMemo(()=>e?.find(H=>H.type===ai.BFF),[e]),Q=n.useCallback((H,G)=>{if(!ve)return;const Se=ve.url,Ee=Xi();if(G?.query){const me=si.stringify(G.query);H=`${H}?${me}`}return G.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Se}/api/v1${H}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},ve.headers),{"x-user-id":Ee}),G.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Se}/api/v1${H}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Ee},ve.headers),method:G.method,body:JSON.stringify(G.body)}).then(me=>me.json()).catch(me=>Promise.reject(me))},[ve]),ue=n.useCallback(H=>$e(void 0,void 0,void 0,function*(){var G,Se,Ee,me,le,$,xe,Ve,Je,Ye,dt,lt,bt,Ct;if(H=Object.assign(Object.assign(Object.assign({maxSize:(G=H?.maxSize)!==null&&G!==void 0?G:s,defaultSize:(Se=H?.defaultSize)!==null&&Se!==void 0?Se:l,hashTag:H?.hashTag,traceInfo:H?.traceInfo,themeTag:H?.themeTag},H?.contentFilter&&{contentFilter:`[${H?.contentFilter}]`}),H?.productFilter&&{productFilter:`[${H?.productFilter}]`}),{pageNum:H?.pageNum}),i){const re=(le=(me=(Ee=i?.split("&"))===null||Ee===void 0?void 0:Ee.filter(ie=>{var J,he;const ye=ie.split("=")[0];return(he=(J=b?.channels)!==null&&J!==void 0?J:[])===null||he===void 0?void 0:he.includes(ye)}))===null||me===void 0?void 0:me.join("&"))!==null&&le!==void 0?le:"";H=Object.assign(Object.assign({},H),{channel:decodeURIComponent(re)})}if(w){let re=1;if(H=Object.assign(Object.assign(Object.assign({},H),{directPage:!0,level:1}),!i&&T&&T?.length>0&&{channel:T?.[0]}),!H?.channel||j.current)return;j.current=!0;let ie=[],J=null;const he=ye=>$e(void 0,void 0,void 0,function*(){var oe,ce,Ae,De,je,ze;if(ye.pageNum=re,J=yield Q?.("/recommend/list",{method:"GET",query:ye}),!J?.success)return;E(!1),ie=ie.concat((De=(Ae=(ce=(oe=J?.data)===null||oe===void 0?void 0:oe.recList)===null||ce===void 0?void 0:ce.filter)===null||Ae===void 0?void 0:Ae.call(ce,Be=>Be?.product||Be?.video))!==null&&De!==void 0?De:[]),A(Z(Object.assign(Object.assign({},J.data),{recList:ie}))),de(Z(Object.assign(Object.assign({},J.data),{recList:ie}))),((ze=(je=J?.data)===null||je===void 0?void 0:je.recList)===null||ze===void 0?void 0:ze.some(Be=>Be?.product||Be?.video))&&(re=re+1,yield he(ye))});return yield he(H),!H?.hashTag&&J&&L({rtc:($=J?.data)===null||$===void 0?void 0:$.rtc,requestId:(xe=J?.data)===null||xe===void 0?void 0:xe.requestId}),Object.assign(Object.assign({},J.data),{recList:ie})}p?.enablePreview&&(H=Object.assign(Object.assign({},H),{directPage:!0,level:1,pageNum:(Ve=H?.pageNum)!==null&&Ve!==void 0?Ve:1}));const P=yield Q?.("/recommend/list",{method:"GET",query:H});if(P?.success){if(H?.hashTag||L({rtc:P.data.rtc,requestId:P.data.requestId}),p?.enablePreview&&!w){let re=[];return re=re.concat((lt=(dt=(Ye=(Je=P?.data)===null||Je===void 0?void 0:Je.recList)===null||Ye===void 0?void 0:Ye.filter)===null||dt===void 0?void 0:dt.call(Ye,J=>J?.product||J?.video))!==null&&lt!==void 0?lt:[]),((Ct=(bt=P?.data)===null||bt===void 0?void 0:bt.recList)===null||Ct===void 0?void 0:Ct.some(J=>J?.product||J?.video))||Oe(!0),Object.assign(Object.assign({},P.data),{recList:re})}return P?.data}}),[Q,i,s,l,T]),Fe=n.useCallback(H=>$e(void 0,void 0,void 0,function*(){var G,Se,Ee,me;if(_.length<=0)return;const le=_?.[_?.length-1],$=yield ue(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:X?.hashTag},((G=le?.product)===null||G===void 0?void 0:G.itemId)&&{productFilter:(Se=le?.product)===null||Se===void 0?void 0:Se.itemId}),((Ee=le?.video)===null||Ee===void 0?void 0:Ee.itemId)&&{contentFilter:(me=le?.video)===null||me===void 0?void 0:me.itemId}),{themeTag:fe.current}),p?.enablePreview&&!w&&{pageNum:H}));return A(_.concat(Z($))),de(te.concat(Z($))),$}),[ue,_,X,te]),U=n.useCallback(({userInfo:H,eventInfo:G})=>{if(!o||p?.enablePreview)return;H||(H={});const Se=Qo(),Ee=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:Se,rtc:I.rtc,requestId:I.requestId},G),Fi()&&{sxpDevice:Fi()}),Ni()&&{sxpSystem:Ni()}),Bi()&&{sxpBrowser:Bi()}),me=Object.entries(H).map(([$,xe])=>({name:$,value:xe})),le=Object.entries(Ee).map(([$,xe])=>xe&&{name:$,value:xe}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",H),console.log("eventInfo:",Ee),console.log("========= \u7ED3\u675F ========="),Q?.("/event/report",{method:"POST",body:{userInfo:me,eventInfo:le},type:"beacon"})},[Q,I,o,p?.enablePreview]),V=n.useCallback(H=>{var G,Se,Ee,{eventName:me,actionSource:le="website",eventSourceUrl:$=(G=window?.location)===null||G===void 0?void 0:G.href,externalId:xe}=H;if(!o||!h||p?.enablePreview)return;const Ve=Xi(),Ye=new URLSearchParams(window.location.search).get("fbclid");return Q?.("/fb/events",{method:"POST",body:{eventName:me,actionSource:le,eventSourceUrl:$,userData:Object.assign(Object.assign(Object.assign({externalId:Ve},Ye&&{fbc:`fb.2.${new Date().getTime()}.${Ye}`}),ji("_fbp")&&{fbp:`fb.2.${new Date().getTime()}.${ji("_fbp")}`}),{clientUserAgent:(Ee=(Se=window?.navigator)===null||Se===void 0?void 0:Se.userAgent)!==null&&Ee!==void 0?Ee:""})},type:"beacon"})},[Q,o,h,p?.enablePreview]),Le=n.useCallback(H=>$e(void 0,void 0,void 0,function*(){const G=yield Q?.("/recommend/like",{method:"POST",body:H});return G?.success}),[Q]),Xe=n.useCallback(H=>$e(void 0,void 0,void 0,function*(){const G=yield Q?.("/recommend/unlike",{method:"POST",body:H});return G?.success}),[Q]),pt=n.useCallback(H=>$e(void 0,void 0,void 0,function*(){const G=yield Q?.("/customform",{method:"POST",body:H});return G?.success}),[Q]),Et=n.useCallback(()=>$e(void 0,void 0,void 0,function*(){var H,G,Se,Ee,me;if(!(!i||!S))try{const le=(Se=(G=(H=i?.split("&"))===null||H===void 0?void 0:H.filter(xe=>{var Ve,Je;const Ye=xe.split("=")[0];return(Je=(Ve=b?.channels)!==null&&Ve!==void 0?Ve:[])===null||Je===void 0?void 0:Je.includes(Ye)}))===null||G===void 0?void 0:G.join("&"))!==null&&Se!==void 0?Se:"",$=yield Q?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(le)}});M((me=(Ee=$?.data)===null||Ee===void 0?void 0:Ee.tags)!==null&&me!==void 0?me:[])}catch(le){console.log("e",le)}}),[Q,i,S]),ot=n.useCallback((H,G,Se,Ee)=>{var me,le,$,xe,Ve,Je,Ye,dt,lt,bt,Ct,P,re,ie,J,he,ye,oe,ce,Ae,De,je,ze,Ue,Be,Qe,_e,He,at,Ke,yt,wt,It,kt,Ne,Pi;const _t=Se?.bindCta,fd=((me=G?.video)===null||me===void 0?void 0:me.bindProduct)||((le=G?.video)===null||le===void 0?void 0:le.bindProducts)&&((xe=($=G?.video)===null||$===void 0?void 0:$.bindProducts)===null||xe===void 0?void 0:xe.length)>0;let li="";Y?li="hashTagPage":!((Ve=G?.video)===null||Ve===void 0)&&Ve.url?li="videoPage":!((Ye=(Je=G?.video)===null||Je===void 0?void 0:Je.imgUrls)===null||Ye===void 0)&&Ye.length&&(li="imagePage");const jo=(ie=(P=(dt=Se?.tags)!==null&&dt!==void 0?dt:(Ct=(bt=(lt=G?.video)===null||lt===void 0?void 0:lt.bindProducts)===null||bt===void 0?void 0:bt[0])===null||Ct===void 0?void 0:Ct.tags)!==null&&P!==void 0?P:(re=G?.video)===null||re===void 0?void 0:re.tags)!==null&&ie!==void 0?ie:(J=G?.product)===null||J===void 0?void 0:J.tags;U?.({eventInfo:Object.assign(Object.assign({},H),{ctaId:(he=_t?.itemId)!==null&&he!==void 0?he:"",ctaName:(ye=_t?.title)!==null&&ye!==void 0?ye:"",contentTags:jo?JSON.stringify(jo):"",position:Ee+"",contentId:(ce=(oe=G?.video)===null||oe===void 0?void 0:oe.itemId)!==null&&ce!==void 0?ce:"",productId:fd?Se?.itemId:"",traceInfo:(Ne=(wt=(_e=(ze=(Ae=_t?.traceInfo)!==null&&Ae!==void 0?Ae:(je=(De=G?.video)===null||De===void 0?void 0:De.bindCta)===null||je===void 0?void 0:je.traceInfo)!==null&&ze!==void 0?ze:(Qe=(Be=(Ue=G?.video)===null||Ue===void 0?void 0:Ue.bindProduct)===null||Be===void 0?void 0:Be.bindCta)===null||Qe===void 0?void 0:Qe.traceInfo)!==null&&_e!==void 0?_e:(yt=(Ke=(at=(He=G?.video)===null||He===void 0?void 0:He.bindProducts)===null||at===void 0?void 0:at[0])===null||Ke===void 0?void 0:Ke.bindCta)===null||yt===void 0?void 0:yt.traceInfo)!==null&&wt!==void 0?wt:(kt=(It=G?.product)===null||It===void 0?void 0:It.bindCta)===null||kt===void 0?void 0:kt.traceInfo)!==null&&Ne!==void 0?Ne:"",fromKName:li,fromKPage:(Pi=location?.href)!==null&&Pi!==void 0?Pi:""})})},[U,Y]),nt=n.useCallback(()=>{var H,G;const Se=location.search.slice(1),Ee=si.parse(Se.replace(/\+/g,"%2B"));for(const $ in Ee)Ee[$]=Ee[$].replace(/%2B/g,"+");const me=$=>{var xe;return(xe=Ee[$])!==null&&xe!==void 0?xe:""},le=new Date;Te.current=le,U?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:me("utm_source"),utmMedium:me("utm_medium"),utmCampaign:me("utm_campaign"),utmId:me("utm_id"),utmContent:me("utm_content"),enterTime:Math.floor(le/1e3)+"",requestId:null,enterUrl:(G=(H=window?.location)===null||H===void 0?void 0:H.href)!==null&&G!==void 0?G:"",clSource:me("cl_source")}})},[U]);n.useEffect(()=>{Me||nt()},[Me]),n.useEffect(()=>{Me||(E(!0),Et(),ue().then(H=>{H&&(A(Z(H)),de(Z(H)))}).finally(()=>{U({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),E(!1)}))},[Me]),n.useEffect(()=>{r&&(E(!0),Et(),ue().then(H=>{H&&(A(Z(H)),de(Z(H)))}).finally(()=>{U({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),E(!1)}))},[ue,Et]);const At=ut("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",a);return n.createElement(Ji.Provider,{value:{rtcList:_,setRtcList:A,mutateLike:Le,mutateUnlike:Xe,submitForm:pt,popupDetailData:D,loadVideos:Fe,setPopupDetailData:F,getRecommendVideos:ue,bffEventReport:U,utmVal:i,isPreview:r,loading:C,sxpParameter:d,waterFallData:X,setWaterFallData:W,ctaEvent:ot,swiperRef:N,openHashtag:q,setOpenHashtag:se,cacheRtcList:te,setCacheRtcList:de,cacheActiveIndex:ke,setCacheActiveIndex:ae,isFromHashtag:Y,setIsFromHashtag:K,appDomain:a,hashTagSize:v,loadingImage:u??At,isOpenHashTag:f,tagList:c,setLoading:E,videoRef:R,setVideoRef:ee,bffFbReport:V,isAgreePolicy:z,setIsAgreePolicy:B,curTime:Te,h5EnterLink:nt,themeTag:fe,isShowConsent:Me,selectTag:ne,setSelectTag:pe,globalConfig:p,popupCurTimeRef:Pe,checkCommodityIndexRef:be,isEditor:w,isNoMoreData:Ie}},Me?n.createElement(nn,Object.assign({},(O=(g=(k=p?.consent)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.item)===null||O===void 0?void 0:O.props)):t({rtcList:_,mutateLike:Le,mutateUnlike:Xe,submitForm:pt,tagList:c}))};var qi=n.memo(ln);function Ce(){return n.useContext(Ji)}var Ki;(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"})(Ki||(Ki={}));const Zi=n.createContext({$store:{},options:[],configs:[]}),sn=({children:t,isSsr:e,enable:i})=>{const[o,s]=n.useState([]),{schema:l}=mt(),[r,d]=n.useState(l.__STORE__||{}),[a,v]=n.useState([]);n.useEffect(()=>{var h;e||Ge.isEqual(a,l?.dataSource)||v((h=l?.dataSource)!==null&&h!==void 0?h:[])},[l?.dataSource,e]);const u=n.useCallback(()=>$e(void 0,void 0,void 0,function*(){const{$store:h,idMapName:m}=yield Oi("",a);d(h),f(h,m)}),[a]),f=(h,m)=>{const y=[];Object.entries(h).forEach(([S,x])=>{Object.keys(x).forEach(p=>{const w={label:`${m[S]} - ${p}`,value:`{{ ${S}.${p} }}`};y.push(w)})}),s(y)};return n.useEffect(()=>{e||u()},[u,e,l]),i?n.createElement(Zi.Provider,{value:{$store:l.__STORE__||r,options:o,configs:a}},t):t};var rn=n.memo(sn);const Jt={id:Yt(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},ui={id:"",duration:0,name:"none"},Qi=n.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[Jt],redoStack:[],popup:ui,setPopup:()=>{}}),Ri=n.forwardRef(({children:t,resolver:e,isSsr:i,schema:o,enableDataSource:s=!0,utmVal:l},r)=>{const[d,a]=n.useState(null),[v,u]=n.useState(o||{pointData:[Jt],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=n.useState([Jt]),[m,y]=n.useState([[Jt]]),[S,x]=n.useState([]),[p,w]=n.useState(ui);typeof window<"u"&&(window.sxpPopup=(O,_)=>{w(Object.assign(Object.assign(Object.assign({},ui),{id:O}),_))}),typeof window<"u"&&(window.getJointUtmLink=O=>(tn(),O?.indexOf("?")!==-1?O+(l?"&"+l:""):O+(l?"?"+l:""))),n.useEffect(()=>{y([v.pointData]),x([])},[v.type]);const b=n.useCallback(O=>{const _=Ge.cloneDeep(v);_&&(_.dataSource=O,u?.(_))},[v]),[T,k]=n.useState();n.useImperativeHandle(r,()=>({loadSchema(O){O&&(y([O.pointData]),u(O))},exportSchema(){return Ge.cloneDeep(v)},getPageInfoData(){return T},initPageInfoData(O){O&&k(O)}}));const g=n.useMemo(()=>{if(v)return v.type==="PC"?v.pcPageConf:v.mobilePageConf},[v]);return n.createElement(Qi.Provider,{value:{resolver:e,currentNode:d,schema:v,setCurrentNode:a,setSchema:u,saveDataSource:b,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:O=>k(Object.assign(Object.assign({},T),O)),undoStack:m,redoStack:S,setRedoStack:x,setUndoStack:y,getCurPageConf:g,popup:p,setPopup:w}},n.createElement(rn,{isSsr:i,enable:s},t))});var dn=Object.freeze({__proto__:null,EditorCore:Ri}),an=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],un=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{type:"Text",label:"\u7EC4\u4EF6\u540D\u79F0",name:"name"},{title:"\u8868\u5355\u4FE1\u606F",child:[{type:"Text",label:"\u6807\u9898",name:["props","title"]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["textStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["textStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["textStyle","color"]},{type:"Number",name:["textStyle","fontSize"],addonAfter:"px"}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle",name:["textStyle"]},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign",name:["textStyle"]},{label:"\u6807\u9898\u95F4\u8DDD",type:"TextSpace",name:["textStyle"]},{label:"\u8868\u5355\u5E03\u5C40",type:"Radius",options:[{label:"\u5DE6\u53F3",value:"horizontal"},{label:"\u4E0A\u4E0B",value:"vertical"},{label:"\u63D0\u793A",value:void 0}],name:["props","layoutType"]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C",type:"Text",name:["props","submitText"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u6587\u672C\u6837\u5F0F",type:"TextStyle",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u5BF9\u9F50",type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitBgColor"]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]}]},{title:"\u8868\u5355\u9879",child:[{type:"AddFormItems",name:["props","columns"]}]}];function Ze(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:o}=Ce(),s=n.useCallback((d,a,v,u,f)=>{var h,m,y,S,x,p,w,b,T,k,g,O,_,A,c,M,C,E,I,L,N,j,z,B,D,F,X,W,q,se,te,de,ke,ae,Y,K,R,ee;let fe="";e&&(!((m=(h=d?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((y=d?.video)===null||y===void 0)&&y.bindProduct)?fe="pdpPage":o?fe="hashTagPage":!((S=d?.video)===null||S===void 0)&&S.url?fe="videoPage":!((x=d?.video)===null||x===void 0)&&x.imgUrls&&(!((w=(p=d?.video)===null||p===void 0?void 0:p.imgUrls)===null||w===void 0)&&w.length)?fe="imagePage":d?.product&&(fe="productPage");const Te=(A=(O=(b=a?.tags)!==null&&b!==void 0?b:(g=(k=(T=d?.video)===null||T===void 0?void 0:T.bindProducts)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.tags)!==null&&O!==void 0?O:(_=d?.video)===null||_===void 0?void 0:_.tags)!==null&&A!==void 0?A:(c=d?.product)===null||c===void 0?void 0:c.tags;let ne=null;!((M=d?.video)===null||M===void 0)&&M.url?ne="video":!((C=d?.video)===null||C===void 0)&&C.imgUrls&&(!((I=(E=d?.video)===null||E===void 0?void 0:E.imgUrls)===null||I===void 0)&&I.length)&&(ne="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(L=a?.itemId)!==null&&L!==void 0?L:"",productName:(N=a?.title)!==null&&N!==void 0?N:"",price:a?.price?a?.price+"":"0",productCollection:(j=a?.collection)!==null&&j!==void 0?j:"",fromKName:fe,fromKPage:location?.href,contentTags:Te?JSON.stringify(Te):"",position:u+"",contentId:(B=(z=d?.video)===null||z===void 0?void 0:z.itemId)!==null&&B!==void 0?B:"",ctatId:(D=v?.itemId)!==null&&D!==void 0?D:"",traceInfo:(ee=(Y=(ke=(q=(F=f??a?.traceInfo)!==null&&F!==void 0?F:(W=(X=d?.video)===null||X===void 0?void 0:X.bindProduct)===null||W===void 0?void 0:W.traceInfo)!==null&&q!==void 0?q:(de=(te=(se=d?.video)===null||se===void 0?void 0:se.bindProducts)===null||te===void 0?void 0:te[0])===null||de===void 0?void 0:de.traceInfo)!==null&&ke!==void 0?ke:(ae=d?.product)===null||ae===void 0?void 0:ae.traceInfo)!==null&&Y!==void 0?Y:(R=(K=d?.video)===null||K===void 0?void 0:K.bindCta)===null||R===void 0?void 0:R.traceInfo)!==null&&ee!==void 0?ee:""},ne&&{contentFormat:ne})})},[t,e,o]),l=n.useCallback((d,a,v,u,f)=>{var h,m,y,S,x,p,w,b,T,k,g,O,_,A;let c="";e&&(!((m=(h=d?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((y=d?.video)===null||y===void 0)&&y.bindProduct)?c="pdpPage":d?.product&&(c="productPage"),t?.({eventInfo:{productId:a?.itemId,productName:a?.title,price:a?.price?a?.price+"":"0",productCollection:a?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(a?.tags),position:f+"",contentId:(S=d?.video)===null||S===void 0?void 0:S.itemId,ctatId:v?.itemId,traceInfo:(A=(O=(b=(x=a?.traceInfo)!==null&&x!==void 0?x:(w=(p=d?.video)===null||p===void 0?void 0:p.bindProduct)===null||w===void 0?void 0:w.traceInfo)!==null&&b!==void 0?b:(g=(k=(T=d?.video)===null||T===void 0?void 0:T.bindProducts)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.traceInfo)!==null&&O!==void 0?O:(_=d?.product)===null||_===void 0?void 0:_.traceInfo)!==null&&A!==void 0?A:"",timeOnSite:Math.floor((new Date-u)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),r=n.useCallback((d,a,v,u)=>{a&&a===Xt&&t?.({eventInfo:{lastFeed:d,themeTags:v?`['${v}']`:"",hashTags:u?`['${u}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:s,productView:l,backMainFeed:r}}const cn=({layout:t,columns:e,onChange:i})=>n.createElement(n.Fragment,null,e?.map((o,s)=>n.createElement("div",{key:s,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&n.createElement("label",{className:"pb-appoint-form-container-label"},o?.title),o?.valueType==="text"&&n.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?o?.title:"\u8BF7\u8F93\u5165",name:o?.dataIndex},i&&{onChange:i})))));var vn=n.memo(cn);const pn=t=>{var e,i,{columns:o,style:s,title:l,textStyle:r,submitBgColor:d,submitColor:a,submitText:v,layoutType:u="inline",isExternalLink:f,isPopup:h,onClick:m,onClose:y,submitButtonStyle:S}=t,x=qe(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:p,popupDetailData:w}=Ce(),{jumpToWeb:b}=Ze(),[T,k]=n.useState(!1),[g,O]=n.useState({}),[_,A]=n.useState(0),c=n.useMemo(()=>[{title:"",dataIndex:"field",valueType:"text",key:"1"},{title:"",dataIndex:"field",valueType:"text",key:"2"},{title:"",dataIndex:"field",valueType:"text",key:"3"},{title:"",dataIndex:"field",valueType:"text",key:"4"}],[]),M=((e=document?.documentElement)===null||e===void 0?void 0:e.clientHeight)||((i=document?.body)===null||i===void 0?void 0:i.clientHeight),C=n.useMemo(()=>Ge.cloneDeep(o)||c,[o,c]),E=n.useCallback(L=>{const{name:N,value:j}=L.target;O(Object.assign(Object.assign({},g),{[N]:j}))},[g]),I=Ge.debounce(()=>$e(void 0,void 0,void 0,function*(){var L,N,j,z,B;const D=g;if(!D)return;const F=(N=(L=Object.keys(D))===null||L===void 0?void 0:L.map(W=>{var q;return{name:W,value:(q=D[W])!==null&&q!==void 0?q:""}}))===null||N===void 0?void 0:N.filter(W=>W?.value);if(!F||!F?.length)return;k(!0);const X=yield p?.({attributes:F});if(k(!1),X){if(f){const W=w,q=(j=W?.video)===null||j===void 0?void 0:j.bindProduct,se=(B=(z=W?.video)===null||z===void 0?void 0:z.bindProduct)===null||B===void 0?void 0:B.bindCta,te=w?.index;b(W,q,se,te)}h||y?.(),m?.()}}),1e3);return n.useEffect(()=>{const L=()=>{var N,j;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((N=document?.documentElement)===null||N===void 0?void 0:N.clientHeight)||((j=document?.body)===null||j===void 0?void 0:j.clientHeight))<M?A(50):A(0)};return window.addEventListener("resize",L),()=>{window.removeEventListener("resize",L)}},[]),n.createElement("div",{className:"pb-appoint-form"},n.createElement("div",{className:`pb-appoint-form-title ${we.css(Object.assign({},r))}`,dangerouslySetInnerHTML:{__html:ge(l,r)}}),n.createElement("div",Object.assign({className:we.css(Object.assign(Object.assign({},s),{marginTop:_}))},x),n.createElement("div",{className:"pb-appoint-form-container"},n.createElement(vn,{columns:C,layout:u,onChange:E}))),n.createElement("div",{className:"pb-appoint-form-btn-wrapper"},n.createElement("button",{"aria-label":v,onClick:I,className:"pb-appoint-form-btn",style:Object.assign({color:a,background:d},S),dangerouslySetInnerHTML:{__html:ge(T?"loading...":v,S)}})))};var mn=n.memo(pn);function Re(t,e){return t.extend=e,t}const fn=Re(mn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:un,bindableProps:[],interactionRender:an},defaulSetting:{name:"\u8868\u5355",props:{title:"Appointment Booking",submitColor:"#fff",submitBgColor:"#000",submitText:"Submit",layoutType:void 0},style:{},textStyle:{fontSize:14,color:"#000",textAlign:"center"}},w:100,h:40,sort:2});var hn=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginTop"]},{label:"\u4E0B\u8FB9\u8DDD",type:"Number",addonAfter:"px",name:["marginBottom"]}]},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,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 $i(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function ci(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:$i(e[i])&&$i(t[i])&&Object.keys(e[i]).length>0&&ci(t[i],e[i])})}const eo={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 ht(){const t=typeof document<"u"?document:{};return ci(t,eo),t}const gn={document:eo,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 ci(t,gn),t}function Dt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function bn(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function Bt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function ct(){return Date.now()}function yn(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 wn(t,e){e===void 0&&(e="x");const i=tt();let o,s,l;const r=yn(t);return i.WebKitCSSMatrix?(s=r.transform||r.webkitTransform,s.split(",").length>6&&(s=s.split(", ").map(d=>d.replace(",",".")).join(", ")),l=new i.WebKitCSSMatrix(s==="none"?"":s)):(l=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=l.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?s=l.m41:o.length===16?s=parseFloat(o[12]):s=parseFloat(o[4])),e==="y"&&(i.WebKitCSSMatrix?s=l.m42:o.length===16?s=parseFloat(o[13]):s=parseFloat(o[5])),s||0}function qt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Sn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function rt(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const o=i<0||arguments.length<=i?void 0:arguments[i];if(o!=null&&!Sn(o)){const s=Object.keys(Object(o)).filter(l=>e.indexOf(l)<0);for(let l=0,r=s.length;l<r;l+=1){const d=s[l],a=Object.getOwnPropertyDescriptor(o,d);a!==void 0&&a.enumerable&&(qt(t[d])&&qt(o[d])?o[d].__swiper__?t[d]=o[d]:rt(t[d],o[d]):!qt(t[d])&&qt(o[d])?(t[d]={},o[d].__swiper__?t[d]=o[d]:rt(t[d],o[d])):t[d]=o[d])}}}return t}function Kt(t,e,i){t.style.setProperty(e,i)}function to(t){let{swiper:e,targetPosition:i,side:o}=t;const s=tt(),l=-e.translate;let r=null,d;const a=e.params.speed;e.wrapperEl.style.scrollSnapType="none",s.cancelAnimationFrame(e.cssModeFrameID);const v=i>l?"next":"prev",u=(h,m)=>v==="next"&&h>=m||v==="prev"&&h<=m,f=()=>{d=new Date().getTime(),r===null&&(r=d);const h=Math.max(Math.min((d-r)/a,1),0),m=.5-Math.cos(h*Math.PI)/2;let y=l+m*(i-l);if(u(y,i)&&(y=i),e.wrapperEl.scrollTo({[o]:y}),u(y,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[o]:y})}),s.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=s.requestAnimationFrame(f)};f()}function St(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function Zt(t){try{console.warn(t);return}catch{}}function zt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Dt(e)),i}function xn(t){const e=tt(),i=ht(),o=t.getBoundingClientRect(),s=i.body,l=t.clientTop||s.clientTop||0,r=t.clientLeft||s.clientLeft||0,d=t===e?e.scrollY:t.scrollTop,a=t===e?e.scrollX:t.scrollLeft;return{top:o.top+d-l,left:o.left+a-r}}function Tn(t,e){const i=[];for(;t.previousElementSibling;){const o=t.previousElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function En(t,e){const i=[];for(;t.nextElementSibling;){const o=t.nextElementSibling;e?o.matches(e)&&i.push(o):i.push(o),t=o}return i}function Mt(t,e){return tt().getComputedStyle(t,null).getPropertyValue(e)}function Qt(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function io(t,e){const i=[];let o=t.parentElement;for(;o;)e?o.matches(e)&&i.push(o):i.push(o),o=o.parentElement;return i}function vi(t,e){function i(o){o.target===t&&(e.call(t,o),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function pi(t,e,i){const o=tt();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(o.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(o.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function xt(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function An(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=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=ct(),a;const v=[];function u(b){let O=0,_=0,A=0,c=0;return"detail"in b&&(_=b.detail),"wheelDelta"in b&&(_=-b.wheelDelta/120),"wheelDeltaY"in b&&(_=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(O=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(O=_,_=0),A=O*10,c=_*10,"deltaY"in b&&(c=b.deltaY),"deltaX"in b&&(A=b.deltaX),b.shiftKey&&!A&&(A=c,c=0),(A||c)&&b.deltaMode&&(b.deltaMode===1?(A*=40,c*=40):(A*=800,c*=800)),A&&!O&&(O=A<1?-1:1),c&&!_&&(_=c<1?-1:1),{spinX:O,spinY:_,pixelX:A,pixelY:c}}function f(){e.enabled&&(e.mouseEntered=!0)}function h(){e.enabled&&(e.mouseEntered=!1)}function m(b){return e.params.mousewheel.thresholdDelta&&b.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&ct()-d<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&ct()-d<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),s("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),s("scroll",b.raw)),d=new l.Date().getTime(),!1)}function y(b){const T=e.params.mousewheel;if(b.direction<0){if(e.isEnd&&!e.params.loop&&T.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&T.releaseOnEdges)return!0;return!1}function S(b){let T=b,k=!0;if(!e.enabled||b.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const g=e.params.mousewheel;e.params.cssMode&&T.preventDefault();let O=e.el;e.params.mousewheel.eventsTarget!=="container"&&(O=document.querySelector(e.params.mousewheel.eventsTarget));const _=O&&O.contains(T.target);if(!e.mouseEntered&&!_&&!g.releaseOnEdges)return!0;T.originalEvent&&(T=T.originalEvent);let A=0;const c=e.rtlTranslate?-1:1,M=u(T);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(M.pixelX)>Math.abs(M.pixelY))A=-M.pixelX*c;else return!0;else if(Math.abs(M.pixelY)>Math.abs(M.pixelX))A=-M.pixelY;else return!0;else A=Math.abs(M.pixelX)>Math.abs(M.pixelY)?-M.pixelX*c:-M.pixelY;if(A===0)return!0;g.invert&&(A=-A);let C=e.getTranslate()+A*g.sensitivity;if(C>=e.minTranslate()&&(C=e.minTranslate()),C<=e.maxTranslate()&&(C=e.maxTranslate()),k=e.params.loop?!0:!(C===e.minTranslate()||C===e.maxTranslate()),k&&e.params.nested&&T.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const E={time:ct(),delta:Math.abs(A),direction:Math.sign(A),raw:b};v.length>=2&&v.shift();const I=v.length?v[v.length-1]:void 0;if(v.push(E),I?(E.direction!==I.direction||E.delta>I.delta||E.time>I.time+150)&&m(E):m(E),y(E))return!0}else{const E={time:ct(),delta:Math.abs(A),direction:Math.sign(A)},I=a&&E.time<a.time+500&&E.delta<=a.delta&&E.direction===a.direction;if(!I){a=void 0;let L=e.getTranslate()+A*g.sensitivity;const N=e.isBeginning,j=e.isEnd;if(L>=e.minTranslate()&&(L=e.minTranslate()),L<=e.maxTranslate()&&(L=e.maxTranslate()),e.setTransition(0),e.setTranslate(L),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!N&&e.isBeginning||!j&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:E.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(r),r=void 0,v.length>=15&&v.shift();const z=v.length?v[v.length-1]:void 0,B=v[0];if(v.push(E),z&&(E.delta>z.delta||E.direction!==z.direction))v.splice(0);else if(v.length>=15&&E.time-B.time<500&&B.delta-E.delta>=1&&E.delta<=6){const D=A>0?.8:.2;a=E,v.splice(0),r=Bt(()=>{e.slideToClosest(e.params.speed,!0,void 0,D)},0)}r||(r=Bt(()=>{a=E,v.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(I||s("scroll",T),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(L===e.minTranslate()||L===e.maxTranslate()))return!0}}return T.preventDefault?T.preventDefault():T.returnValue=!1,!1}function x(b){let T=e.el;e.params.mousewheel.eventsTarget!=="container"&&(T=document.querySelector(e.params.mousewheel.eventsTarget)),T[b]("mouseenter",f),T[b]("mouseleave",h),T[b]("wheel",S)}function p(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",S),!0):e.mousewheel.enabled?!1:(x("addEventListener"),e.mousewheel.enabled=!0,!0)}function w(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,S),!0):e.mousewheel.enabled?(x("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}o("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&p()}),o("destroy",()=>{e.params.cssMode&&p(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:p,disable:w})}function oo(t,e,i,o){return t.params.createElements&&Object.keys(o).forEach(s=>{if(!i[s]&&i.auto===!0){let l=St(t.el,`.${o[s]}`)[0];l||(l=zt("div",o[s]),l.className=o[s],t.el.append(l)),i[s]=l,e[s]=l}}),i}function Nt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function Rt(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:p=>p,formatFractionTotal:p=>p,bulletClass:`${l}-bullet`,bulletActiveClass:`${l}-bullet-active`,modifierClass:`${l}-`,currentClass:`${l}-current`,totalClass:`${l}-total`,hiddenClass:`${l}-hidden`,progressbarFillClass:`${l}-progressbar-fill`,progressbarOppositeClass:`${l}-progressbar-opposite`,clickableClass:`${l}-clickable`,lockClass:`${l}-lock`,horizontalClass:`${l}-horizontal`,verticalClass:`${l}-vertical`,paginationDisabledClass:`${l}-disabled`}}),e.pagination={el:null,bullets:[]};let r,d=0;function a(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function v(p,w){const{bulletActiveClass:b}=e.params.pagination;p&&(p=p[`${w==="prev"?"previous":"next"}ElementSibling`],p&&(p.classList.add(`${b}-${w}`),p=p[`${w==="prev"?"previous":"next"}ElementSibling`],p&&p.classList.add(`${b}-${w}-${w}`)))}function u(p){const w=p.target.closest(Nt(e.params.pagination.bulletClass));if(!w)return;p.preventDefault();const b=Qt(w)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function f(){const p=e.rtl,w=e.params.pagination;if(a())return;let b=e.pagination.el;b=xt(b);let T,k;const g=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.slides.length,O=e.params.loop?Math.ceil(g/e.params.slidesPerGroup):e.snapGrid.length;if(e.params.loop?(k=e.previousRealIndex||0,T=e.params.slidesPerGroup>1?Math.floor(e.realIndex/e.params.slidesPerGroup):e.realIndex):typeof e.snapIndex<"u"?(T=e.snapIndex,k=e.previousSnapIndex):(k=e.previousIndex||0,T=e.activeIndex||0),w.type==="bullets"&&e.pagination.bullets&&e.pagination.bullets.length>0){const _=e.pagination.bullets;let A,c,M;if(w.dynamicBullets&&(r=pi(_[0],e.isHorizontal()?"width":"height",!0),b.forEach(C=>{C.style[e.isHorizontal()?"width":"height"]=`${r*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&k!==void 0&&(d+=T-(k||0),d>w.dynamicMainBullets-1?d=w.dynamicMainBullets-1:d<0&&(d=0)),A=Math.max(T-d,0),c=A+(Math.min(_.length,w.dynamicMainBullets)-1),M=(c+A)/2),_.forEach(C=>{const E=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(I=>`${w.bulletActiveClass}${I}`)].map(I=>typeof I=="string"&&I.includes(" ")?I.split(" "):I).flat();C.classList.remove(...E)}),b.length>1)_.forEach(C=>{const E=Qt(C);E===T?C.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&C.setAttribute("part","bullet"),w.dynamicBullets&&(E>=A&&E<=c&&C.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),E===A&&v(C,"prev"),E===c&&v(C,"next"))});else{const C=_[T];if(C&&C.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&_.forEach((E,I)=>{E.setAttribute("part",I===T?"bullet-active":"bullet")}),w.dynamicBullets){const E=_[A],I=_[c];for(let L=A;L<=c;L+=1)_[L]&&_[L].classList.add(...`${w.bulletActiveClass}-main`.split(" "));v(E,"prev"),v(I,"next")}}if(w.dynamicBullets){const C=Math.min(_.length,w.dynamicMainBullets+4),E=(r*C-r)/2-M*r,I=p?"right":"left";_.forEach(L=>{L.style[e.isHorizontal()?I:"top"]=`${E}px`})}}b.forEach((_,A)=>{if(w.type==="fraction"&&(_.querySelectorAll(Nt(w.currentClass)).forEach(c=>{c.textContent=w.formatFractionCurrent(T+1)}),_.querySelectorAll(Nt(w.totalClass)).forEach(c=>{c.textContent=w.formatFractionTotal(O)})),w.type==="progressbar"){let c;w.progressbarOpposite?c=e.isHorizontal()?"vertical":"horizontal":c=e.isHorizontal()?"horizontal":"vertical";const M=(T+1)/O;let C=1,E=1;c==="horizontal"?C=M:E=M,_.querySelectorAll(Nt(w.progressbarFillClass)).forEach(I=>{I.style.transform=`translate3d(0,0,0) scaleX(${C}) scaleY(${E})`,I.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(_.innerHTML=w.renderCustom(e,T+1,O),A===0&&s("paginationRender",_)):(A===0&&s("paginationRender",_),s("paginationUpdate",_)),e.params.watchOverflow&&e.enabled&&_.classList[e.isLocked?"add":"remove"](w.lockClass)})}function h(){const p=e.params.pagination;if(a())return;const w=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let b=e.pagination.el;b=xt(b);let T="";if(p.type==="bullets"){let k=e.params.loop?Math.ceil(w/e.params.slidesPerGroup):e.snapGrid.length;e.params.freeMode&&e.params.freeMode.enabled&&k>w&&(k=w);for(let g=0;g<k;g+=1)p.renderBullet?T+=p.renderBullet.call(e,g,p.bulletClass):T+=`<${p.bulletElement} ${e.isElement?'part="bullet"':""} class="${p.bulletClass}"></${p.bulletElement}>`}p.type==="fraction"&&(p.renderFraction?T=p.renderFraction.call(e,p.currentClass,p.totalClass):T=`<span class="${p.currentClass}"></span> / <span class="${p.totalClass}"></span>`),p.type==="progressbar"&&(p.renderProgressbar?T=p.renderProgressbar.call(e,p.progressbarFillClass):T=`<span class="${p.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(k=>{p.type!=="custom"&&(k.innerHTML=T||""),p.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(Nt(p.bulletClass)))}),p.type!=="custom"&&s("paginationRender",b[0])}function m(){e.params.pagination=oo(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const p=e.params.pagination;if(!p.el)return;let w;typeof p.el=="string"&&e.isElement&&(w=e.el.querySelector(p.el)),!w&&typeof p.el=="string"&&(w=[...document.querySelectorAll(p.el)]),w||(w=p.el),!(!w||w.length===0)&&(e.params.uniqueNavElements&&typeof p.el=="string"&&Array.isArray(w)&&w.length>1&&(w=[...e.el.querySelectorAll(p.el)],w.length>1&&(w=w.filter(b=>io(b,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=xt(w),w.forEach(b=>{p.type==="bullets"&&p.clickable&&b.classList.add(...(p.clickableClass||"").split(" ")),b.classList.add(p.modifierClass+p.type),b.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.type==="bullets"&&p.dynamicBullets&&(b.classList.add(`${p.modifierClass}${p.type}-dynamic`),d=0,p.dynamicMainBullets<1&&(p.dynamicMainBullets=1)),p.type==="progressbar"&&p.progressbarOpposite&&b.classList.add(p.progressbarOppositeClass),p.clickable&&b.addEventListener("click",u),e.enabled||b.classList.add(p.lockClass)}))}function y(){const p=e.params.pagination;if(a())return;let w=e.pagination.el;w&&(w=xt(w),w.forEach(b=>{b.classList.remove(p.hiddenClass),b.classList.remove(p.modifierClass+p.type),b.classList.remove(e.isHorizontal()?p.horizontalClass:p.verticalClass),p.clickable&&(b.classList.remove(...(p.clickableClass||"").split(" ")),b.removeEventListener("click",u))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...p.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const p=e.params.pagination;let{el:w}=e.pagination;w=xt(w),w.forEach(b=>{b.classList.remove(p.horizontalClass,p.verticalClass),b.classList.add(e.isHorizontal()?p.horizontalClass:p.verticalClass)})}),o("init",()=>{e.params.pagination.enabled===!1?x():(m(),h(),f())}),o("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),o("snapIndexChange",()=>{f()}),o("snapGridLengthChange",()=>{h(),f()}),o("destroy",()=>{y()}),o("enable disable",()=>{let{el:p}=e.pagination;p&&(p=xt(p),p.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),o("lock unlock",()=>{f()}),o("click",(p,w)=>{const b=w.target,T=xt(e.pagination.el);if(e.params.pagination.el&&e.params.pagination.hideOnClick&&T&&T.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=T[0].classList.contains(e.params.pagination.hiddenClass);s(k===!0?"paginationShow":"paginationHide"),T.forEach(g=>g.classList.toggle(e.params.pagination.hiddenClass))}});const S=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:p}=e.pagination;p&&(p=xt(p),p.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),m(),h(),f()},x=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:p}=e.pagination;p&&(p=xt(p),p.forEach(w=>w.classList.add(e.params.pagination.paginationDisabledClass))),y()};Object.assign(e.pagination,{enable:S,disable:x,render:h,update:f,init:m,destroy:y})}function Cn(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=ht();let r=!1,d=null,a=null,v,u,f,h;i({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),e.scrollbar={el:null,dragEl:null};function m(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C,rtlTranslate:E}=e,{dragEl:I,el:L}=C,N=e.params.scrollbar,j=e.params.loop?e.progressLoop:e.progress;let z=u,B=(f-u)*j;E?(B=-B,B>0?(z=u-B,B=0):-B+u>f&&(z=f+B)):B<0?(z=u+B,B=0):B+u>f&&(z=f-B),e.isHorizontal()?(I.style.transform=`translate3d(${B}px, 0, 0)`,I.style.width=`${z}px`):(I.style.transform=`translate3d(0px, ${B}px, 0)`,I.style.height=`${z}px`),N.hide&&(clearTimeout(d),L.style.opacity=1,d=setTimeout(()=>{L.style.opacity=0,L.style.transitionDuration="400ms"},1e3))}function y(C){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${C}ms`)}function S(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:C}=e,{dragEl:E,el:I}=C;E.style.width="",E.style.height="",f=e.isHorizontal()?I.offsetWidth:I.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?u=f*h:u=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?E.style.width=`${u}px`:E.style.height=`${u}px`,h>=1?I.style.display="none":I.style.display="",e.params.scrollbar.hide&&(I.style.opacity=0),e.params.watchOverflow&&e.enabled&&C.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function x(C){return e.isHorizontal()?C.clientX:C.clientY}function p(C){const{scrollbar:E,rtlTranslate:I}=e,{el:L}=E;let N;N=(x(C)-xn(L)[e.isHorizontal()?"left":"top"]-(v!==null?v:u/2))/(f-u),N=Math.max(Math.min(N,1),0),I&&(N=1-N);const j=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*N;e.updateProgress(j),e.setTranslate(j),e.updateActiveIndex(),e.updateSlidesClasses()}function w(C){const E=e.params.scrollbar,{scrollbar:I,wrapperEl:L}=e,{el:N,dragEl:j}=I;r=!0,v=C.target===j?x(C)-C.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,C.preventDefault(),C.stopPropagation(),L.style.transitionDuration="100ms",j.style.transitionDuration="100ms",p(C),clearTimeout(a),N.style.transitionDuration="0ms",E.hide&&(N.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),s("scrollbarDragStart",C)}function b(C){const{scrollbar:E,wrapperEl:I}=e,{el:L,dragEl:N}=E;r&&(C.preventDefault&&C.cancelable?C.preventDefault():C.returnValue=!1,p(C),I.style.transitionDuration="0ms",L.style.transitionDuration="0ms",N.style.transitionDuration="0ms",s("scrollbarDragMove",C))}function T(C){const E=e.params.scrollbar,{scrollbar:I,wrapperEl:L}=e,{el:N}=I;r&&(r=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",L.style.transitionDuration=""),E.hide&&(clearTimeout(a),a=Bt(()=>{N.style.opacity=0,N.style.transitionDuration="400ms"},1e3)),s("scrollbarDragEnd",C),E.snapOnRelease&&e.slideToClosest())}function k(C){const{scrollbar:E,params:I}=e,L=E.el;if(!L)return;const N=L,j=I.passiveListeners?{passive:!1,capture:!1}:!1,z=I.passiveListeners?{passive:!0,capture:!1}:!1;if(!N)return;const B=C==="on"?"addEventListener":"removeEventListener";N[B]("pointerdown",w,j),l[B]("pointermove",b,j),l[B]("pointerup",T,z)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function O(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function _(){const{scrollbar:C,el:E}=e;e.params.scrollbar=oo(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const I=e.params.scrollbar;if(!I.el)return;let L;if(typeof I.el=="string"&&e.isElement&&(L=e.el.querySelector(I.el)),!L&&typeof I.el=="string"){if(L=l.querySelectorAll(I.el),!L.length)return}else L||(L=I.el);e.params.uniqueNavElements&&typeof I.el=="string"&&L.length>1&&E.querySelectorAll(I.el).length===1&&(L=E.querySelector(I.el)),L.length>0&&(L=L[0]),L.classList.add(e.isHorizontal()?I.horizontalClass:I.verticalClass);let N;L&&(N=L.querySelector(Nt(e.params.scrollbar.dragClass)),N||(N=zt("div",e.params.scrollbar.dragClass),L.append(N))),Object.assign(C,{el:L,dragEl:N}),I.draggable&&g(),L&&L.classList[e.enabled?"remove":"add"](...Dt(e.params.scrollbar.lockClass))}function A(){const C=e.params.scrollbar,E=e.scrollbar.el;E&&E.classList.remove(...Dt(e.isHorizontal()?C.horizontalClass:C.verticalClass)),O()}o("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const C=e.params.scrollbar;let{el:E}=e.scrollbar;E=xt(E),E.forEach(I=>{I.classList.remove(C.horizontalClass,C.verticalClass),I.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass)})}),o("init",()=>{e.params.scrollbar.enabled===!1?M():(_(),S(),m())}),o("update resize observerUpdate lock unlock changeDirection",()=>{S()}),o("setTranslate",()=>{m()}),o("setTransition",(C,E)=>{y(E)}),o("enable disable",()=>{const{el:C}=e.scrollbar;C&&C.classList[e.enabled?"remove":"add"](...Dt(e.params.scrollbar.lockClass))}),o("destroy",()=>{A()});const c=()=>{e.el.classList.remove(...Dt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Dt(e.params.scrollbar.scrollbarDisabledClass)),_(),S(),m()},M=()=>{e.el.classList.add(...Dt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Dt(e.params.scrollbar.scrollbarDisabledClass)),A()};Object.assign(e.scrollbar,{enable:c,disable:M,updateSize:S,setTranslate:m,init:_,destroy:A})}function $t(t){let{swiper:e,extendParams:i,on:o,emit:s,params:l}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,d,a=l&&l.autoplay?l.autoplay.delay:3e3,v=l&&l.autoplay?l.autoplay.delay:3e3,u,f=new Date().getTime(),h,m,y,S,x,p,w;function b(z){!e||e.destroyed||!e.wrapperEl||z.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(w||z.detail&&z.detail.bySwiperTouchMove)&&c())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(v=u,h=!1);const z=e.autoplay.paused?u:f+v-new Date().getTime();e.autoplay.timeLeft=z,s("autoplayTimeLeft",z,z/a),d=requestAnimationFrame(()=>{T()})},k=()=>{let z;return e.virtual&&e.params.virtual.enabled?z=e.slides.filter(D=>D.classList.contains("swiper-slide-active"))[0]:z=e.slides[e.activeIndex],z?parseInt(z.getAttribute("data-swiper-autoplay"),10):void 0},g=z=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(d),T();let B=typeof z>"u"?e.params.autoplay.delay:z;a=e.params.autoplay.delay,v=e.params.autoplay.delay;const D=k();!Number.isNaN(D)&&D>0&&typeof z>"u"&&(B=D,a=D,v=D),u=B;const F=e.params.speed,X=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(F,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,F,!0,!0),s("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(F,!0,!0),s("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,F,!0,!0),s("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return B>0?(clearTimeout(r),r=setTimeout(()=>{X()},B)):requestAnimationFrame(()=>{X()}),B},O=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),s("autoplayStart")},_=()=>{e.autoplay.running=!1,clearTimeout(r),cancelAnimationFrame(d),s("autoplayStop")},A=(z,B)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(r),z||(p=!0);const D=()=>{s("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):c()};if(e.autoplay.paused=!0,B){x&&(u=e.params.autoplay.delay),x=!1,D();return}u=(u||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&u<0&&!e.params.loop)&&(u<0&&(u=0),D())},c=()=>{e.isEnd&&u<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),p?(p=!1,g(u)):g(),e.autoplay.paused=!1,s("autoplayResume"))},M=()=>{if(e.destroyed||!e.autoplay.running)return;const z=ht();z.visibilityState==="hidden"&&(p=!0,A(!0)),z.visibilityState==="visible"&&c()},C=z=>{z.pointerType==="mouse"&&(p=!0,w=!0,!(e.animating||e.autoplay.paused)&&A(!0))},E=z=>{z.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&c())},I=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",C),e.el.addEventListener("pointerleave",E))},L=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",C),e.el.removeEventListener("pointerleave",E))},N=()=>{ht().addEventListener("visibilitychange",M)},j=()=>{ht().removeEventListener("visibilitychange",M)};o("init",()=>{e.params.autoplay.enabled&&(I(),N(),O())}),o("destroy",()=>{L(),j(),e.autoplay.running&&_()}),o("_freeModeStaticRelease",()=>{(y||p)&&c()}),o("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?_():A(!0,!0)}),o("beforeTransitionStart",(z,B,D)=>{e.destroyed||!e.autoplay.running||(D||!e.params.autoplay.disableOnInteraction?A(!0,!0):_())}),o("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){_();return}m=!0,y=!1,p=!1,S=setTimeout(()=>{p=!0,y=!0,A(!0)},200)}}),o("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!m)){if(clearTimeout(S),clearTimeout(r),e.params.autoplay.disableOnInteraction){y=!1,m=!1;return}y&&e.params.cssMode&&c(),y=!1,m=!1}}),o("slideChange",()=>{e.destroyed||!e.autoplay.running||(x=!0)}),Object.assign(e.autoplay,{start:O,stop:_,pause:A,resume:c})}function In(t){let{swiper:e,extendParams:i,emit:o,once:s}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function l(){if(e.params.cssMode)return;const a=e.getTranslate();e.setTranslate(a),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function r(){if(e.params.cssMode)return;const{touchEventsData:a,touches:v}=e;a.velocities.length===0&&a.velocities.push({position:v[e.isHorizontal()?"startX":"startY"],time:a.touchStartTime}),a.velocities.push({position:v[e.isHorizontal()?"currentX":"currentY"],time:ct()})}function d(a){let{currentPos:v}=a;if(e.params.cssMode)return;const{params:u,wrapperEl:f,rtlTranslate:h,snapGrid:m,touchEventsData:y}=e,x=ct()-y.touchStartTime;if(v<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(v>-e.maxTranslate()){e.slides.length<m.length?e.slideTo(m.length-1):e.slideTo(e.slides.length-1);return}if(u.freeMode.momentum){if(y.velocities.length>1){const _=y.velocities.pop(),A=y.velocities.pop(),c=_.position-A.position,M=_.time-A.time;e.velocity=c/M,e.velocity/=2,Math.abs(e.velocity)<u.freeMode.minimumVelocity&&(e.velocity=0),(M>150||ct()-_.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=u.freeMode.momentumVelocityRatio,y.velocities.length=0;let p=1e3*u.freeMode.momentumRatio;const w=e.velocity*p;let b=e.translate+w;h&&(b=-b);let T=!1,k;const g=Math.abs(e.velocity)*20*u.freeMode.momentumBounceRatio;let O;if(b<e.maxTranslate())u.freeMode.momentumBounce?(b+e.maxTranslate()<-g&&(b=e.maxTranslate()-g),k=e.maxTranslate(),T=!0,y.allowMomentumBounce=!0):b=e.maxTranslate(),u.loop&&u.centeredSlides&&(O=!0);else if(b>e.minTranslate())u.freeMode.momentumBounce?(b-e.minTranslate()>g&&(b=e.minTranslate()+g),k=e.minTranslate(),T=!0,y.allowMomentumBounce=!0):b=e.minTranslate(),u.loop&&u.centeredSlides&&(O=!0);else if(u.freeMode.sticky){let _;for(let A=0;A<m.length;A+=1)if(m[A]>-b){_=A;break}Math.abs(m[_]-b)<Math.abs(m[_-1]-b)||e.swipeDirection==="next"?b=m[_]:b=m[_-1],b=-b}if(O&&s("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?p=Math.abs((-b-e.translate)/e.velocity):p=Math.abs((b-e.translate)/e.velocity),u.freeMode.sticky){const _=Math.abs((h?-b:b)-e.translate),A=e.slidesSizesGrid[e.activeIndex];_<A?p=u.speed:_<2*A?p=u.speed*1.5:p=u.speed*2.5}}else if(u.freeMode.sticky){e.slideToClosest();return}u.freeMode.momentumBounce&&T?(e.updateProgress(k),e.setTransition(p),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,vi(f,()=>{!e||e.destroyed||!y.allowMomentumBounce||(o("momentumBounce"),e.setTransition(u.speed),setTimeout(()=>{e.setTranslate(k),vi(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(o("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(p),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,vi(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(u.freeMode.sticky){e.slideToClosest();return}else u.freeMode&&o("_freeModeNoMomentumRelease");(!u.freeMode.momentum||x>=u.longSwipesMs)&&(o("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:l,onTouchMove:r,onTouchEnd:d}})}let mi;function kn(){const t=tt(),e=ht();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function no(){return mi||(mi=kn()),mi}let fi;function _n(t){let{userAgent:e}=t===void 0?{}:t;const i=no(),o=tt(),s=o.navigator.platform,l=e||o.navigator.userAgent,r={ios:!1,android:!1},d=o.screen.width,a=o.screen.height,v=l.match(/(Android);?[\s\/]+([\d.]+)?/);let u=l.match(/(iPad).*OS\s([\d_]+)/);const f=l.match(/(iPod)(.*OS\s([\d_]+))?/),h=!u&&l.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m=s==="Win32";let y=s==="MacIntel";const S=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!u&&y&&i.touch&&S.indexOf(`${d}x${a}`)>=0&&(u=l.match(/(Version)\/([\d.]+)/),u||(u=[0,1,"13_0_0"]),y=!1),v&&!m&&(r.os="android",r.android=!0),(u||h||f)&&(r.os="ios",r.ios=!0),r}function lo(t){return t===void 0&&(t={}),fi||(fi=_n(t)),fi}let hi;function Pn(){const t=tt(),e=lo();let i=!1;function o(){const d=t.navigator.userAgent.toLowerCase();return d.indexOf("safari")>=0&&d.indexOf("chrome")<0&&d.indexOf("android")<0}if(o()){const d=String(t.navigator.userAgent);if(d.includes("Version/")){const[a,v]=d.split("Version/")[1].split(" ")[0].split(".").map(u=>Number(u));i=a<16||a===16&&v<2}}const s=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),l=o(),r=l||s&&e.ios;return{isSafari:i||l,needPerspectiveFix:i,need3dFix:r,isWebView:s}}function Dn(){return hi||(hi=Pn()),hi}function Mn(t){let{swiper:e,on:i,emit:o}=t;const s=tt();let l=null,r=null;const d=()=>{!e||e.destroyed||!e.initialized||(o("beforeResize"),o("resize"))},a=()=>{!e||e.destroyed||!e.initialized||(l=new ResizeObserver(f=>{r=s.requestAnimationFrame(()=>{const{width:h,height:m}=e;let y=h,S=m;f.forEach(x=>{let{contentBoxSize:p,contentRect:w,target:b}=x;b&&b!==e.el||(y=w?w.width:(p[0]||p).inlineSize,S=w?w.height:(p[0]||p).blockSize)}),(y!==h||S!==m)&&d()})}),l.observe(e.el))},v=()=>{r&&s.cancelAnimationFrame(r),l&&l.unobserve&&e.el&&(l.unobserve(e.el),l=null)},u=()=>{!e||e.destroyed||!e.initialized||o("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof s.ResizeObserver<"u"){a();return}s.addEventListener("resize",d),s.addEventListener("orientationchange",u)}),i("destroy",()=>{v(),s.removeEventListener("resize",d),s.removeEventListener("orientationchange",u)})}function On(t){let{swiper:e,extendParams:i,on:o,emit:s}=t;const l=[],r=tt(),d=function(u,f){f===void 0&&(f={});const h=r.MutationObserver||r.WebkitMutationObserver,m=new h(y=>{if(e.__preventObserver__)return;if(y.length===1){s("observerUpdate",y[0]);return}const S=function(){s("observerUpdate",y[0])};r.requestAnimationFrame?r.requestAnimationFrame(S):r.setTimeout(S,0)});m.observe(u,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),l.push(m)},a=()=>{if(e.params.observer){if(e.params.observeParents){const u=io(e.hostEl);for(let f=0;f<u.length;f+=1)d(u[f])}d(e.hostEl,{childList:e.params.observeSlideChildren}),d(e.wrapperEl,{attributes:!1})}},v=()=>{l.forEach(u=>{u.disconnect()}),l.splice(0,l.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",a),o("destroy",v)}var Ln={on(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;const s=i?"unshift":"push";return t.split(" ").forEach(l=>{o.eventsListeners[l]||(o.eventsListeners[l]=[]),o.eventsListeners[l][s](e)}),o},once(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;function s(){o.off(t,s),s.__emitterProxy&&delete s.__emitterProxy;for(var l=arguments.length,r=new Array(l),d=0;d<l;d++)r[d]=arguments[d];e.apply(o,r)}return s.__emitterProxy=e,o.on(t,s,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const o=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[o](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(o=>{typeof e>"u"?i.eventsListeners[o]=[]:i.eventsListeners[o]&&i.eventsListeners[o].forEach((s,l)=>{(s===e||s.__emitterProxy&&s.__emitterProxy===e)&&i.eventsListeners[o].splice(l,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,o;for(var s=arguments.length,l=new Array(s),r=0;r<s;r++)l[r]=arguments[r];return typeof l[0]=="string"||Array.isArray(l[0])?(e=l[0],i=l.slice(1,l.length),o=t):(e=l[0].events,i=l[0].data,o=l[0].context||t),i.unshift(o),(Array.isArray(e)?e:e.split(" ")).forEach(a=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(o,[a,...i])}),t.eventsListeners&&t.eventsListeners[a]&&t.eventsListeners[a].forEach(v=>{v.apply(o,i)})}),t}};function Bn(){const t=this;let e,i;const o=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=o.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=o.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Mt(o,"padding-left")||0,10)-parseInt(Mt(o,"padding-right")||0,10),i=i-parseInt(Mt(o,"padding-top")||0,10)-parseInt(Mt(o,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function Nn(){const t=this;function e(c,M){return parseFloat(c.getPropertyValue(t.getDirectionLabel(M))||0)}const i=t.params,{wrapperEl:o,slidesEl:s,size:l,rtlTranslate:r,wrongRTL:d}=t,a=t.virtual&&i.virtual.enabled,v=a?t.virtual.slides.length:t.slides.length,u=St(s,`.${t.params.slideClass}, swiper-slide`),f=a?t.virtual.slides.length:u.length;let h=[];const m=[],y=[];let S=i.slidesOffsetBefore;typeof S=="function"&&(S=i.slidesOffsetBefore.call(t));let x=i.slidesOffsetAfter;typeof x=="function"&&(x=i.slidesOffsetAfter.call(t));const p=t.snapGrid.length,w=t.slidesGrid.length;let b=i.spaceBetween,T=-S,k=0,g=0;if(typeof l>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*l:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,u.forEach(c=>{r?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(Kt(o,"--swiper-centered-offset-before",""),Kt(o,"--swiper-centered-offset-after",""));const O=i.grid&&i.grid.rows>1&&t.grid;O?t.grid.initSlides(u):t.grid&&t.grid.unsetSlides();let _;const A=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){_=0;let M;if(u[c]&&(M=u[c]),O&&t.grid.updateSlide(c,M,u),!(u[c]&&Mt(M,"display")==="none")){if(i.slidesPerView==="auto"){A&&(u[c].style[t.getDirectionLabel("width")]="");const C=getComputedStyle(M),E=M.style.transform,I=M.style.webkitTransform;if(E&&(M.style.transform="none"),I&&(M.style.webkitTransform="none"),i.roundLengths)_=t.isHorizontal()?pi(M,"width",!0):pi(M,"height",!0);else{const L=e(C,"width"),N=e(C,"padding-left"),j=e(C,"padding-right"),z=e(C,"margin-left"),B=e(C,"margin-right"),D=C.getPropertyValue("box-sizing");if(D&&D==="border-box")_=L+z+B;else{const{clientWidth:F,offsetWidth:X}=M;_=L+N+j+z+B+(X-F)}}E&&(M.style.transform=E),I&&(M.style.webkitTransform=I),i.roundLengths&&(_=Math.floor(_))}else _=(l-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(_=Math.floor(_)),u[c]&&(u[c].style[t.getDirectionLabel("width")]=`${_}px`);u[c]&&(u[c].swiperSlideSize=_),y.push(_),i.centeredSlides?(T=T+_/2+k/2+b,k===0&&c!==0&&(T=T-l/2-b),c===0&&(T=T-l/2-b),Math.abs(T)<1/1e3&&(T=0),i.roundLengths&&(T=Math.floor(T)),g%i.slidesPerGroup===0&&h.push(T),m.push(T)):(i.roundLengths&&(T=Math.floor(T)),(g-Math.min(t.params.slidesPerGroupSkip,g))%t.params.slidesPerGroup===0&&h.push(T),m.push(T),T=T+_+b),t.virtualSize+=_+b,k=_,g+=1}}if(t.virtualSize=Math.max(t.virtualSize,l)+x,r&&d&&(i.effect==="slide"||i.effect==="coverflow")&&(o.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(o.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),O&&t.grid.updateWrapperSize(_,h),!i.centeredSlides){const c=[];for(let M=0;M<h.length;M+=1){let C=h[M];i.roundLengths&&(C=Math.floor(C)),h[M]<=t.virtualSize-l&&c.push(C)}h=c,Math.floor(t.virtualSize-l)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-l)}if(a&&i.loop){const c=y[0]+b;if(i.slidesPerGroup>1){const M=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),C=c*i.slidesPerGroup;for(let E=0;E<M;E+=1)h.push(h[h.length-1]+C)}for(let M=0;M<t.virtual.slidesBefore+t.virtual.slidesAfter;M+=1)i.slidesPerGroup===1&&h.push(h[h.length-1]+c),m.push(m[m.length-1]+c),t.virtualSize+=c}if(h.length===0&&(h=[0]),b!==0){const c=t.isHorizontal()&&r?"marginLeft":t.getDirectionLabel("marginRight");u.filter((M,C)=>!i.cssMode||i.loop?!0:C!==u.length-1).forEach(M=>{M.style[c]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;y.forEach(C=>{c+=C+(b||0)}),c-=b;const M=c-l;h=h.map(C=>C<=0?-S:C>M?M+x:C)}if(i.centerInsufficientSlides){let c=0;y.forEach(C=>{c+=C+(b||0)}),c-=b;const M=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+M<l){const C=(l-c-M)/2;h.forEach((E,I)=>{h[I]=E-C}),m.forEach((E,I)=>{m[I]=E+C})}}if(Object.assign(t,{slides:u,snapGrid:h,slidesGrid:m,slidesSizesGrid:y}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){Kt(o,"--swiper-centered-offset-before",`${-h[0]}px`),Kt(o,"--swiper-centered-offset-after",`${t.size/2-y[y.length-1]/2}px`);const c=-t.snapGrid[0],M=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(C=>C+c),t.slidesGrid=t.slidesGrid.map(C=>C+M)}if(f!==v&&t.emit("slidesLengthChange"),h.length!==p&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),m.length!==w&&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`,M=t.el.classList.contains(c);f<=i.maxBackfaceHiddenSlides?M||t.el.classList.add(c):M&&t.el.classList.remove(c)}}function Fn(t){const e=this,i=[],o=e.virtual&&e.params.virtual.enabled;let s=0,l;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const r=d=>o?e.slides[e.getSlideIndexByData(d)]:e.slides[d];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(d=>{i.push(d)});else for(l=0;l<Math.ceil(e.params.slidesPerView);l+=1){const d=e.activeIndex+l;if(d>e.slides.length&&!o)break;i.push(r(d))}else i.push(r(e.activeIndex));for(l=0;l<i.length;l+=1)if(typeof i[l]<"u"){const d=i[l].offsetHeight;s=d>s?d:s}(s||s===0)&&(e.wrapperEl.style.height=`${s}px`)}function jn(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let o=0;o<e.length;o+=1)e[o].swiperSlideOffset=(t.isHorizontal()?e[o].offsetLeft:e[o].offsetTop)-i-t.cssOverflowAdjustment()}const so=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Vn(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:o,rtlTranslate:s,snapGrid:l}=e;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let r=-t;s&&(r=t),e.visibleSlidesIndexes=[],e.visibleSlides=[];let d=i.spaceBetween;typeof d=="string"&&d.indexOf("%")>=0?d=parseFloat(d.replace("%",""))/100*e.size:typeof d=="string"&&(d=parseFloat(d));for(let a=0;a<o.length;a+=1){const v=o[a];let u=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(u-=o[0].swiperSlideOffset);const f=(r+(i.centeredSlides?e.minTranslate():0)-u)/(v.swiperSlideSize+d),h=(r-l[0]+(i.centeredSlides?e.minTranslate():0)-u)/(v.swiperSlideSize+d),m=-(r-u),y=m+e.slidesSizesGrid[a],S=m>=0&&m<=e.size-e.slidesSizesGrid[a],x=m>=0&&m<e.size-1||y>1&&y<=e.size||m<=0&&y>=e.size;x&&(e.visibleSlides.push(v),e.visibleSlidesIndexes.push(a)),so(v,x,i.slideVisibleClass),so(v,S,i.slideFullyVisibleClass),v.progress=s?-f:f,v.originalProgress=s?-h:h}}function zn(t){const e=this;if(typeof t>"u"){const u=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*u||0}const i=e.params,o=e.maxTranslate()-e.minTranslate();let{progress:s,isBeginning:l,isEnd:r,progressLoop:d}=e;const a=l,v=r;if(o===0)s=0,l=!0,r=!0;else{s=(t-e.minTranslate())/o;const u=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;l=u||s<=0,r=f||s>=1,u&&(s=0),f&&(s=1)}if(i.loop){const u=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[u],m=e.slidesGrid[f],y=e.slidesGrid[e.slidesGrid.length-1],S=Math.abs(t);S>=h?d=(S-h)/y:d=(S+y-m)/y,d>1&&(d-=1)}Object.assign(e,{progress:s,progressLoop:d,isBeginning:l,isEnd:r}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),l&&!a&&e.emit("reachBeginning toEdge"),r&&!v&&e.emit("reachEnd toEdge"),(a&&!l||v&&!r)&&e.emit("fromEdge"),e.emit("progress",s)}const gi=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function Hn(){const t=this,{slides:e,params:i,slidesEl:o,activeIndex:s}=t,l=t.virtual&&i.virtual.enabled,r=t.grid&&i.grid&&i.grid.rows>1,d=f=>St(o,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let a,v,u;if(l)if(i.loop){let f=s-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),a=d(`[data-swiper-slide-index="${f}"]`)}else a=d(`[data-swiper-slide-index="${s}"]`);else r?(a=e.filter(f=>f.column===s)[0],u=e.filter(f=>f.column===s+1)[0],v=e.filter(f=>f.column===s-1)[0]):a=e[s];a&&(r||(u=En(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u&&(u=e[0]),v=Tn(a,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(f=>{gi(f,f===a,i.slideActiveClass),gi(f,f===u,i.slideNextClass),gi(f,f===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}`,o=e.closest(i());if(o){let s=o.querySelector(`.${t.params.lazyPreloaderClass}`);!s&&t.isElement&&(o.shadowRoot?s=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(s=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),s&&s.remove())})),s&&s.remove()}},bi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},yi=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const o=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),s=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const r=s,d=[r-e];d.push(...Array.from({length:e}).map((a,v)=>r+o+v)),t.slides.forEach((a,v)=>{d.includes(a.column)&&bi(t,v)});return}const l=s+o-1;if(t.params.rewind||t.params.loop)for(let r=s-e;r<=l+e;r+=1){const d=(r%i+i)%i;(d<s||d>l)&&bi(t,d)}else for(let r=Math.max(s-e,0);r<=Math.min(l+e,i-1);r+=1)r!==s&&(r>l||r<s)&&bi(t,r)};function Gn(t){const{slidesGrid:e,params:i}=t,o=t.rtlTranslate?t.translate:-t.translate;let s;for(let l=0;l<e.length;l+=1)typeof e[l+1]<"u"?o>=e[l]&&o<e[l+1]-(e[l+1]-e[l])/2?s=l:o>=e[l]&&o<e[l+1]&&(s=l+1):o>=e[l]&&(s=l);return i.normalizeSlideIndex&&(s<0||typeof s>"u")&&(s=0),s}function Un(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:o,params:s,activeIndex:l,realIndex:r,snapIndex:d}=e;let a=t,v;const u=m=>{let y=m-e.virtual.slidesBefore;return y<0&&(y=e.virtual.slides.length+y),y>=e.virtual.slides.length&&(y-=e.virtual.slides.length),y};if(typeof a>"u"&&(a=Gn(e)),o.indexOf(i)>=0)v=o.indexOf(i);else{const m=Math.min(s.slidesPerGroupSkip,a);v=m+Math.floor((a-m)/s.slidesPerGroup)}if(v>=o.length&&(v=o.length-1),a===l&&!e.params.loop){v!==d&&(e.snapIndex=v,e.emit("snapIndexChange"));return}if(a===l&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=u(a);return}const f=e.grid&&s.grid&&s.grid.rows>1;let h;if(e.virtual&&s.virtual.enabled&&s.loop)h=u(a);else if(f){const m=e.slides.filter(S=>S.column===a)[0];let y=parseInt(m.getAttribute("data-swiper-slide-index"),10);Number.isNaN(y)&&(y=Math.max(e.slides.indexOf(m),0)),h=Math.floor(y/s.grid.rows)}else if(e.slides[a]){const m=e.slides[a].getAttribute("data-swiper-slide-index");m?h=parseInt(m,10):h=a}else h=a;Object.assign(e,{previousSnapIndex:d,snapIndex:v,previousRealIndex:r,realIndex:h,previousIndex:l,activeIndex:a}),e.initialized&&yi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(r!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function Wn(t,e){const i=this,o=i.params;let s=t.closest(`.${o.slideClass}, swiper-slide`);!s&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(d=>{!s&&d.matches&&d.matches(`.${o.slideClass}, swiper-slide`)&&(s=d)});let l=!1,r;if(s){for(let d=0;d<i.slides.length;d+=1)if(i.slides[d]===s){l=!0,r=d;break}}if(s&&l)i.clickedSlide=s,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(s.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=r;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}o.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var Yn={updateSize:Bn,updateSlides:Nn,updateAutoHeight:Fn,updateSlidesOffset:jn,updateSlidesProgress:Vn,updateProgress:zn,updateSlidesClasses:Hn,updateActiveIndex:Un,updateClickedSlide:Wn};function Xn(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:o,translate:s,wrapperEl:l}=e;if(i.virtualTranslate)return o?-s:s;if(i.cssMode)return s;let r=wn(l,t);return r+=e.cssOverflowAdjustment(),o&&(r=-r),r||0}function Jn(t,e){const i=this,{rtlTranslate:o,params:s,wrapperEl:l,progress:r}=i;let d=0,a=0;const v=0;i.isHorizontal()?d=o?-t:t:a=t,s.roundLengths&&(d=Math.floor(d),a=Math.floor(a)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?d:a,s.cssMode?l[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-d:-a:s.virtualTranslate||(i.isHorizontal()?d-=i.cssOverflowAdjustment():a-=i.cssOverflowAdjustment(),l.style.transform=`translate3d(${d}px, ${a}px, ${v}px)`);let u;const f=i.maxTranslate()-i.minTranslate();f===0?u=0:u=(t-i.minTranslate())/f,u!==r&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function qn(){return-this.snapGrid[0]}function Kn(){return-this.snapGrid[this.snapGrid.length-1]}function Zn(t,e,i,o,s){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),o===void 0&&(o=!0);const l=this,{params:r,wrapperEl:d}=l;if(l.animating&&r.preventInteractionOnTransition)return!1;const a=l.minTranslate(),v=l.maxTranslate();let u;if(o&&t>a?u=a:o&&t<v?u=v:u=t,l.updateProgress(u),r.cssMode){const f=l.isHorizontal();if(e===0)d[f?"scrollLeft":"scrollTop"]=-u;else{if(!l.support.smoothScroll)return to({swiper:l,targetPosition:-u,side:f?"left":"top"}),!0;d.scrollTo({[f?"left":"top"]:-u,behavior:"smooth"})}return!0}return e===0?(l.setTransition(0),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionEnd"))):(l.setTransition(e),l.setTranslate(u),i&&(l.emit("beforeTransitionStart",e,s),l.emit("transitionStart")),l.animating||(l.animating=!0,l.onTranslateToWrapperTransitionEnd||(l.onTranslateToWrapperTransitionEnd=function(h){!l||l.destroyed||h.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onTranslateToWrapperTransitionEnd),l.onTranslateToWrapperTransitionEnd=null,delete l.onTranslateToWrapperTransitionEnd,l.animating=!1,i&&l.emit("transitionEnd"))}),l.wrapperEl.addEventListener("transitionend",l.onTranslateToWrapperTransitionEnd))),!0}var Qn={getTranslate:Xn,setTranslate:Jn,minTranslate:qn,maxTranslate:Kn,translateTo:Zn};function Rn(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 ro(t){let{swiper:e,runCallbacks:i,direction:o,step:s}=t;const{activeIndex:l,previousIndex:r}=e;let d=o;if(d||(l>r?d="next":l<r?d="prev":d="reset"),e.emit(`transition${s}`),i&&l!==r){if(d==="reset"){e.emit(`slideResetTransition${s}`);return}e.emit(`slideChangeTransition${s}`),d==="next"?e.emit(`slideNextTransition${s}`):e.emit(`slidePrevTransition${s}`)}}function $n(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;o.cssMode||(o.autoHeight&&i.updateAutoHeight(),ro({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function el(t,e){t===void 0&&(t=!0);const i=this,{params:o}=i;i.animating=!1,!o.cssMode&&(i.setTransition(0),ro({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var tl={setTransition:Rn,transitionStart:$n,transitionEnd:el};function il(t,e,i,o,s){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;let r=t;r<0&&(r=0);const{params:d,snapGrid:a,slidesGrid:v,previousIndex:u,activeIndex:f,rtlTranslate:h,wrapperEl:m,enabled:y}=l;if(!y&&!o&&!s||l.destroyed||l.animating&&d.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=l.params.speed);const S=Math.min(l.params.slidesPerGroupSkip,r);let x=S+Math.floor((r-S)/l.params.slidesPerGroup);x>=a.length&&(x=a.length-1);const p=-a[x];if(d.normalizeSlideIndex)for(let b=0;b<v.length;b+=1){const T=-Math.floor(p*100),k=Math.floor(v[b]*100),g=Math.floor(v[b+1]*100);typeof v[b+1]<"u"?T>=k&&T<g-(g-k)/2?r=b:T>=k&&T<g&&(r=b+1):T>=k&&(r=b)}if(l.initialized&&r!==f&&(!l.allowSlideNext&&(h?p>l.translate&&p>l.minTranslate():p<l.translate&&p<l.minTranslate())||!l.allowSlidePrev&&p>l.translate&&p>l.maxTranslate()&&(f||0)!==r))return!1;r!==(u||0)&&i&&l.emit("beforeSlideChangeStart"),l.updateProgress(p);let w;if(r>f?w="next":r<f?w="prev":w="reset",h&&-p===l.translate||!h&&p===l.translate)return l.updateActiveIndex(r),d.autoHeight&&l.updateAutoHeight(),l.updateSlidesClasses(),d.effect!=="slide"&&l.setTranslate(p),w!=="reset"&&(l.transitionStart(i,w),l.transitionEnd(i,w)),!1;if(d.cssMode){const b=l.isHorizontal(),T=h?p:-p;if(e===0){const k=l.virtual&&l.params.virtual.enabled;k&&(l.wrapperEl.style.scrollSnapType="none",l._immediateVirtual=!0),k&&!l._cssModeVirtualInitialSet&&l.params.initialSlide>0?(l._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{m[b?"scrollLeft":"scrollTop"]=T})):m[b?"scrollLeft":"scrollTop"]=T,k&&requestAnimationFrame(()=>{l.wrapperEl.style.scrollSnapType="",l._immediateVirtual=!1})}else{if(!l.support.smoothScroll)return to({swiper:l,targetPosition:T,side:b?"left":"top"}),!0;m.scrollTo({[b?"left":"top"]:T,behavior:"smooth"})}return!0}return l.setTransition(e),l.setTranslate(p),l.updateActiveIndex(r),l.updateSlidesClasses(),l.emit("beforeTransitionStart",e,o),l.transitionStart(i,w),e===0?l.transitionEnd(i,w):l.animating||(l.animating=!0,l.onSlideToWrapperTransitionEnd||(l.onSlideToWrapperTransitionEnd=function(T){!l||l.destroyed||T.target===this&&(l.wrapperEl.removeEventListener("transitionend",l.onSlideToWrapperTransitionEnd),l.onSlideToWrapperTransitionEnd=null,delete l.onSlideToWrapperTransitionEnd,l.transitionEnd(i,w))}),l.wrapperEl.addEventListener("transitionend",l.onSlideToWrapperTransitionEnd)),!0}function ol(t,e,i,o){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const s=this;if(s.destroyed)return;typeof e>"u"&&(e=s.params.speed);const l=s.grid&&s.params.grid&&s.params.grid.rows>1;let r=t;if(s.params.loop)if(s.virtual&&s.params.virtual.enabled)r=r+s.virtual.slidesBefore;else{let d;if(l){const h=r*s.params.grid.rows;d=s.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else d=s.getSlideIndexByData(r);const a=l?Math.ceil(s.slides.length/s.params.grid.rows):s.slides.length,{centeredSlides:v}=s.params;let u=s.params.slidesPerView;u==="auto"?u=s.slidesPerViewDynamic():(u=Math.ceil(parseFloat(s.params.slidesPerView,10)),v&&u%2===0&&(u=u+1));let f=a-d<u;if(v&&(f=f||d<Math.ceil(u/2)),o&&v&&s.params.slidesPerView!=="auto"&&!l&&(f=!1),f){const h=v?d<s.activeIndex?"prev":"next":d-s.activeIndex-1<s.params.slidesPerView?"next":"prev";s.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?d+1:d-a+1,slideRealIndex:h==="next"?s.realIndex:void 0})}if(l){const h=r*s.params.grid.rows;r=s.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else r=s.getSlideIndexByData(r)}return requestAnimationFrame(()=>{s.slideTo(r,e,i,o)}),s}function nl(t,e,i){e===void 0&&(e=!0);const o=this,{enabled:s,params:l,animating:r}=o;if(!s||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);let d=l.slidesPerGroup;l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(d=Math.max(o.slidesPerViewDynamic("current",!0),1));const a=o.activeIndex<l.slidesPerGroupSkip?1:d,v=o.virtual&&l.virtual.enabled;if(l.loop){if(r&&!v&&l.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&l.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+a,t,e,i)}),!0}return l.rewind&&o.isEnd?o.slideTo(0,t,e,i):o.slideTo(o.activeIndex+a,t,e,i)}function ll(t,e,i){e===void 0&&(e=!0);const o=this,{params:s,snapGrid:l,slidesGrid:r,rtlTranslate:d,enabled:a,animating:v}=o;if(!a||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);const u=o.virtual&&s.virtual.enabled;if(s.loop){if(v&&!u&&s.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const f=d?o.translate:-o.translate;function h(p){return p<0?-Math.floor(Math.abs(p)):Math.floor(p)}const m=h(f),y=l.map(p=>h(p));let S=l[y.indexOf(m)-1];if(typeof S>"u"&&s.cssMode){let p;l.forEach((w,b)=>{m>=w&&(p=b)}),typeof p<"u"&&(S=l[p>0?p-1:p])}let x=0;if(typeof S<"u"&&(x=r.indexOf(S),x<0&&(x=o.activeIndex-1),s.slidesPerView==="auto"&&s.slidesPerGroup===1&&s.slidesPerGroupAuto&&(x=x-o.slidesPerViewDynamic("previous",!0)+1,x=Math.max(x,0))),s.rewind&&o.isBeginning){const p=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(p,t,e,i)}else if(s.loop&&o.activeIndex===0&&s.cssMode)return requestAnimationFrame(()=>{o.slideTo(x,t,e,i)}),!0;return o.slideTo(x,t,e,i)}function sl(t,e,i){e===void 0&&(e=!0);const o=this;if(!o.destroyed)return typeof t>"u"&&(t=o.params.speed),o.slideTo(o.activeIndex,t,e,i)}function rl(t,e,i,o){e===void 0&&(e=!0),o===void 0&&(o=.5);const s=this;if(s.destroyed)return;typeof t>"u"&&(t=s.params.speed);let l=s.activeIndex;const r=Math.min(s.params.slidesPerGroupSkip,l),d=r+Math.floor((l-r)/s.params.slidesPerGroup),a=s.rtlTranslate?s.translate:-s.translate;if(a>=s.snapGrid[d]){const v=s.snapGrid[d],u=s.snapGrid[d+1];a-v>(u-v)*o&&(l+=s.params.slidesPerGroup)}else{const v=s.snapGrid[d-1],u=s.snapGrid[d];a-v<=(u-v)*o&&(l-=s.params.slidesPerGroup)}return l=Math.max(l,0),l=Math.min(l,s.slidesGrid.length-1),s.slideTo(l,t,e,i)}function dl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,o=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let s=t.clickedIndex,l;const r=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;l=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?s<t.loopedSlides-o/2||s>t.slides.length-t.loopedSlides+o/2?(t.loopFix(),s=t.getSlideIndex(St(i,`${r}[data-swiper-slide-index="${l}"]`)[0]),Bt(()=>{t.slideTo(s)})):t.slideTo(s):s>t.slides.length-o?(t.loopFix(),s=t.getSlideIndex(St(i,`${r}[data-swiper-slide-index="${l}"]`)[0]),Bt(()=>{t.slideTo(s)})):t.slideTo(s)}else t.slideTo(s)}var al={slideTo:il,slideToLoop:ol,slideNext:nl,slidePrev:ll,slideReset:sl,slideToClosest:rl,slideToClickedSlide:dl};function ul(t){const e=this,{params:i,slidesEl:o}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const s=()=>{St(o,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},l=e.grid&&i.grid&&i.grid.rows>1,r=i.slidesPerGroup*(l?i.grid.rows:1),d=e.slides.length%r!==0,a=l&&e.slides.length%i.grid.rows!==0,v=u=>{for(let f=0;f<u;f+=1){const h=e.isElement?zt("swiper-slide",[i.slideBlankClass]):zt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(d){if(i.loopAddBlankSlides){const u=r-e.slides.length%r;v(u),e.recalcSlides(),e.updateSlides()}else Zt("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else if(a){if(i.loopAddBlankSlides){const u=i.grid.rows-e.slides.length%i.grid.rows;v(u),e.recalcSlides(),e.updateSlides()}else Zt("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");s()}else s();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function cl(t){let{slideRealIndex:e,slideTo:i=!0,direction:o,setTranslate:s,activeSlideIndex:l,byController:r,byMousewheel:d}=t===void 0?{}:t;const a=this;if(!a.params.loop)return;a.emit("beforeLoopFix");const{slides:v,allowSlidePrev:u,allowSlideNext:f,slidesEl:h,params:m}=a,{centeredSlides:y}=m;if(a.allowSlidePrev=!0,a.allowSlideNext=!0,a.virtual&&m.virtual.enabled){i&&(!m.centeredSlides&&a.snapIndex===0?a.slideTo(a.virtual.slides.length,0,!1,!0):m.centeredSlides&&a.snapIndex<m.slidesPerView?a.slideTo(a.virtual.slides.length+a.snapIndex,0,!1,!0):a.snapIndex===a.snapGrid.length-1&&a.slideTo(a.virtual.slidesBefore,0,!1,!0)),a.allowSlidePrev=u,a.allowSlideNext=f,a.emit("loopFix");return}let S=m.slidesPerView;S==="auto"?S=a.slidesPerViewDynamic():(S=Math.ceil(parseFloat(m.slidesPerView,10)),y&&S%2===0&&(S=S+1));const x=m.slidesPerGroupAuto?S:m.slidesPerGroup;let p=x;p%x!==0&&(p+=x-p%x),p+=m.loopAdditionalSlides,a.loopedSlides=p;const w=a.grid&&m.grid&&m.grid.rows>1;v.length<S+p?Zt("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):w&&m.grid.fill==="row"&&Zt("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],T=[];let k=a.activeIndex;typeof l>"u"?l=a.getSlideIndex(v.filter(E=>E.classList.contains(m.slideActiveClass))[0]):k=l;const g=o==="next"||!o,O=o==="prev"||!o;let _=0,A=0;const c=w?Math.ceil(v.length/m.grid.rows):v.length,C=(w?v[l].column:l)+(y&&typeof s>"u"?-S/2+.5:0);if(C<p){_=Math.max(p-C,x);for(let E=0;E<p-C;E+=1){const I=E-Math.floor(E/c)*c;if(w){const L=c-I-1;for(let N=v.length-1;N>=0;N-=1)v[N].column===L&&b.push(N)}else b.push(c-I-1)}}else if(C+S>c-p){A=Math.max(C-(c-p*2),x);for(let E=0;E<A;E+=1){const I=E-Math.floor(E/c)*c;w?v.forEach((L,N)=>{L.column===I&&T.push(N)}):T.push(I)}}if(a.__preventObserver__=!0,requestAnimationFrame(()=>{a.__preventObserver__=!1}),O&&b.forEach(E=>{v[E].swiperLoopMoveDOM=!0,h.prepend(v[E]),v[E].swiperLoopMoveDOM=!1}),g&&T.forEach(E=>{v[E].swiperLoopMoveDOM=!0,h.append(v[E]),v[E].swiperLoopMoveDOM=!1}),a.recalcSlides(),m.slidesPerView==="auto"?a.updateSlides():w&&(b.length>0&&O||T.length>0&&g)&&a.slides.forEach((E,I)=>{a.grid.updateSlide(I,E,a.slides)}),m.watchSlidesProgress&&a.updateSlidesOffset(),i){if(b.length>0&&O){if(typeof e>"u"){const E=a.slidesGrid[k],L=a.slidesGrid[k+_]-E;d?a.setTranslate(a.translate-L):(a.slideTo(k+Math.ceil(_),0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-L,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-L))}else if(s){const E=w?b.length/m.grid.rows:b.length;a.slideTo(a.activeIndex+E,0,!1,!0),a.touchEventsData.currentTranslate=a.translate}}else if(T.length>0&&g)if(typeof e>"u"){const E=a.slidesGrid[k],L=a.slidesGrid[k-A]-E;d?a.setTranslate(a.translate-L):(a.slideTo(k-A,0,!1,!0),s&&(a.touchEventsData.startTranslate=a.touchEventsData.startTranslate-L,a.touchEventsData.currentTranslate=a.touchEventsData.currentTranslate-L))}else{const E=w?T.length/m.grid.rows:T.length;a.slideTo(a.activeIndex-E,0,!1,!0)}}if(a.allowSlidePrev=u,a.allowSlideNext=f,a.controller&&a.controller.control&&!r){const E={slideRealIndex:e,direction:o,setTranslate:s,activeSlideIndex:l,byController:!0};Array.isArray(a.controller.control)?a.controller.control.forEach(I=>{!I.destroyed&&I.params.loop&&I.loopFix({...E,slideTo:I.params.slidesPerView===m.slidesPerView?i:!1})}):a.controller.control instanceof a.constructor&&a.controller.control.params.loop&&a.controller.control.loopFix({...E,slideTo:a.controller.control.params.slidesPerView===m.slidesPerView?i:!1})}a.emit("loopFix")}function vl(){const t=this,{params:e,slidesEl:i}=t;if(!e.loop||t.virtual&&t.params.virtual.enabled)return;t.recalcSlides();const o=[];t.slides.forEach(s=>{const l=typeof s.swiperSlideIndex>"u"?s.getAttribute("data-swiper-slide-index")*1:s.swiperSlideIndex;o[l]=s}),t.slides.forEach(s=>{s.removeAttribute("data-swiper-slide-index")}),o.forEach(s=>{i.append(s)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var pl={loopCreate:ul,loopFix:cl,loopDestroy:vl};function ml(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 fl(){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 hl={setGrabCursor:ml,unsetGrabCursor:fl};function gl(t,e){e===void 0&&(e=this);function i(o){if(!o||o===ht()||o===tt())return null;o.assignedSlot&&(o=o.assignedSlot);const s=o.closest(t);return!s&&!o.getRootNode?null:s||i(o.getRootNode().host)}return i(e)}function ao(t,e,i){const o=tt(),{params:s}=t,l=s.edgeSwipeDetection,r=s.edgeSwipeThreshold;return l&&(i<=r||i>=o.innerWidth-r)?l==="prevent"?(e.preventDefault(),!0):!1:!0}function bl(t){const e=this,i=ht();let o=t;o.originalEvent&&(o=o.originalEvent);const s=e.touchEventsData;if(o.type==="pointerdown"){if(s.pointerId!==null&&s.pointerId!==o.pointerId)return;s.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(s.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){ao(e,o,o.targetTouches[0].pageX);return}const{params:l,touches:r,enabled:d}=e;if(!d||!l.simulateTouch&&o.pointerType==="mouse"||e.animating&&l.preventInteractionOnTransition)return;!e.animating&&l.cssMode&&l.loop&&e.loopFix();let a=o.target;if(l.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(a)||"which"in o&&o.which===3||"button"in o&&o.button>0||s.isTouched&&s.isMoved)return;const v=!!l.noSwipingClass&&l.noSwipingClass!=="",u=o.composedPath?o.composedPath():o.path;v&&o.target&&o.target.shadowRoot&&u&&(a=u[0]);const f=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,h=!!(o.target&&o.target.shadowRoot);if(l.noSwiping&&(h?gl(f,a):a.closest(f))){e.allowClick=!0;return}if(l.swipeHandler&&!a.closest(l.swipeHandler))return;r.currentX=o.pageX,r.currentY=o.pageY;const m=r.currentX,y=r.currentY;if(!ao(e,o,m))return;Object.assign(s,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),r.startX=m,r.startY=y,s.touchStartTime=ct(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,l.threshold>0&&(s.allowThresholdMove=!1);let S=!0;a.matches(s.focusableElements)&&(S=!1,a.nodeName==="SELECT"&&(s.isTouched=!1)),i.activeElement&&i.activeElement.matches(s.focusableElements)&&i.activeElement!==a&&i.activeElement.blur();const x=S&&e.allowTouchMove&&l.touchStartPreventDefault;(l.touchStartForcePreventDefault||x)&&!a.isContentEditable&&o.preventDefault(),l.freeMode&&l.freeMode.enabled&&e.freeMode&&e.animating&&!l.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",o)}function yl(t){const e=ht(),i=this,o=i.touchEventsData,{params:s,touches:l,rtlTranslate:r,enabled:d}=i;if(!d||!s.simulateTouch&&t.pointerType==="mouse")return;let a=t;if(a.originalEvent&&(a=a.originalEvent),a.type==="pointermove"&&(o.touchId!==null||a.pointerId!==o.pointerId))return;let v;if(a.type==="touchmove"){if(v=[...a.changedTouches].filter(g=>g.identifier===o.touchId)[0],!v||v.identifier!==o.touchId)return}else v=a;if(!o.isTouched){o.startMoving&&o.isScrolling&&i.emit("touchMoveOpposite",a);return}const u=v.pageX,f=v.pageY;if(a.preventedByNestedSwiper){l.startX=u,l.startY=f;return}if(!i.allowTouchMove){a.target.matches(o.focusableElements)||(i.allowClick=!1),o.isTouched&&(Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f}),o.touchStartTime=ct());return}if(s.touchReleaseOnEdges&&!s.loop){if(i.isVertical()){if(f<l.startY&&i.translate<=i.maxTranslate()||f>l.startY&&i.translate>=i.minTranslate()){o.isTouched=!1,o.isMoved=!1;return}}else if(u<l.startX&&i.translate<=i.maxTranslate()||u>l.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&a.target===e.activeElement&&a.target.matches(o.focusableElements)){o.isMoved=!0,i.allowClick=!1;return}o.allowTouchCallbacks&&i.emit("touchMove",a),l.previousX=l.currentX,l.previousY=l.currentY,l.currentX=u,l.currentY=f;const h=l.currentX-l.startX,m=l.currentY-l.startY;if(i.params.threshold&&Math.sqrt(h**2+m**2)<i.params.threshold)return;if(typeof o.isScrolling>"u"){let g;i.isHorizontal()&&l.currentY===l.startY||i.isVertical()&&l.currentX===l.startX?o.isScrolling=!1:h*h+m*m>=25&&(g=Math.atan2(Math.abs(m),Math.abs(h))*180/Math.PI,o.isScrolling=i.isHorizontal()?g>s.touchAngle:90-g>s.touchAngle)}if(o.isScrolling&&i.emit("touchMoveOpposite",a),typeof o.startMoving>"u"&&(l.currentX!==l.startX||l.currentY!==l.startY)&&(o.startMoving=!0),o.isScrolling||a.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;i.allowClick=!1,!s.cssMode&&a.cancelable&&a.preventDefault(),s.touchMoveStopPropagation&&!s.nested&&a.stopPropagation();let y=i.isHorizontal()?h:m,S=i.isHorizontal()?l.currentX-l.previousX:l.currentY-l.previousY;s.oneWayMovement&&(y=Math.abs(y)*(r?1:-1),S=Math.abs(S)*(r?1:-1)),l.diff=y,y*=s.touchRatio,r&&(y=-y,S=-S);const x=i.touchesDirection;i.swipeDirection=y>0?"prev":"next",i.touchesDirection=S>0?"prev":"next";const p=i.params.loop&&!s.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!o.isMoved){if(p&&w&&i.loopFix({direction:i.swipeDirection}),o.startTranslate=i.getTranslate(),i.setTransition(0),i.animating){const g=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});i.wrapperEl.dispatchEvent(g)}o.allowMomentumBounce=!1,s.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",a)}let b;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&x!==i.touchesDirection&&p&&w&&Math.abs(y)>=1){Object.assign(l,{startX:u,startY:f,currentX:u,currentY:f,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}i.emit("sliderMove",a),o.isMoved=!0,o.currentTranslate=y+o.startTranslate;let T=!0,k=s.resistanceRatio;if(s.touchReleaseOnEdges&&(k=0),y>0?(p&&w&&!b&&o.allowThresholdMove&&o.currentTranslate>(s.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>i.minTranslate()&&(T=!1,s.resistance&&(o.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+o.startTranslate+y)**k))):y<0&&(p&&w&&!b&&o.allowThresholdMove&&o.currentTranslate<(s.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(s.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(s.slidesPerView,10)))}),o.currentTranslate<i.maxTranslate()&&(T=!1,s.resistance&&(o.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-o.startTranslate-y)**k))),T&&(a.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&o.currentTranslate<o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&o.currentTranslate>o.startTranslate&&(o.currentTranslate=o.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(o.currentTranslate=o.startTranslate),s.threshold>0)if(Math.abs(y)>s.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,l.startX=l.currentX,l.startY=l.currentY,o.currentTranslate=o.startTranslate,l.diff=i.isHorizontal()?l.currentX-l.startX:l.currentY-l.startY;return}}else{o.currentTranslate=o.startTranslate;return}!s.followFinger||s.cssMode||((s.freeMode&&s.freeMode.enabled&&i.freeMode||s.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),s.freeMode&&s.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(o.currentTranslate),i.setTranslate(o.currentTranslate))}function wl(t){const e=this,i=e.touchEventsData;let o=t;o.originalEvent&&(o=o.originalEvent);let s;if(o.type==="touchend"||o.type==="touchcancel"){if(s=[...o.changedTouches].filter(k=>k.identifier===i.touchId)[0],!s||s.identifier!==i.touchId)return}else{if(i.touchId!==null||o.pointerId!==i.pointerId)return;s=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&!(["pointercancel","contextmenu"].includes(o.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:r,touches:d,rtlTranslate:a,slidesGrid:v,enabled:u}=e;if(!u||!r.simulateTouch&&o.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",o),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=ct(),h=f-i.touchStartTime;if(e.allowClick){const k=o.path||o.composedPath&&o.composedPath();e.updateClickedSlide(k&&k[0]||o.target,k),e.emit("tap click",o),h<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",o)}if(i.lastClickTime=ct(),Bt(()=>{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 m;if(r.followFinger?m=a?e.translate:-e.translate:m=-i.currentTranslate,r.cssMode)return;if(r.freeMode&&r.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:m});return}const y=m>=-e.maxTranslate()&&!e.params.loop;let S=0,x=e.slidesSizesGrid[0];for(let k=0;k<v.length;k+=k<r.slidesPerGroupSkip?1:r.slidesPerGroup){const g=k<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;typeof v[k+g]<"u"?(y||m>=v[k]&&m<v[k+g])&&(S=k,x=v[k+g]-v[k]):(y||m>=v[k])&&(S=k,x=v[v.length-1]-v[v.length-2])}let p=null,w=null;r.rewind&&(e.isBeginning?w=r.virtual&&r.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(p=0));const b=(m-v[S])/x,T=S<r.slidesPerGroupSkip-1?1:r.slidesPerGroup;if(h>r.longSwipesMs){if(!r.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=r.longSwipesRatio?e.slideTo(r.rewind&&e.isEnd?p:S+T):e.slideTo(S)),e.swipeDirection==="prev"&&(b>1-r.longSwipesRatio?e.slideTo(S+T):w!==null&&b<0&&Math.abs(b)>r.longSwipesRatio?e.slideTo(w):e.slideTo(S))}else{if(!r.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(o.target===e.navigation.nextEl||o.target===e.navigation.prevEl)?o.target===e.navigation.nextEl?e.slideTo(S+T):e.slideTo(S):(e.swipeDirection==="next"&&e.slideTo(p!==null?p:S+T),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:S))}}function uo(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:s,snapGrid:l}=t,r=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const d=r&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!d?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!r?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=s,t.allowSlideNext=o,t.params.watchOverflow&&l!==t.snapGrid&&t.checkOverflow()}function Sl(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function xl(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:o}=t;if(!o)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let s;const l=t.maxTranslate()-t.minTranslate();l===0?s=0:s=(t.translate-t.minTranslate())/l,s!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Tl(t){const e=this;ei(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function El(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const co=(t,e)=>{const i=ht(),{params:o,el:s,wrapperEl:l,device:r}=t,d=!!o.nested,a=e==="on"?"addEventListener":"removeEventListener",v=e;!s||typeof s=="string"||(i[a]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:d}),s[a]("touchstart",t.onTouchStart,{passive:!1}),s[a]("pointerdown",t.onTouchStart,{passive:!1}),i[a]("touchmove",t.onTouchMove,{passive:!1,capture:d}),i[a]("pointermove",t.onTouchMove,{passive:!1,capture:d}),i[a]("touchend",t.onTouchEnd,{passive:!0}),i[a]("pointerup",t.onTouchEnd,{passive:!0}),i[a]("pointercancel",t.onTouchEnd,{passive:!0}),i[a]("touchcancel",t.onTouchEnd,{passive:!0}),i[a]("pointerout",t.onTouchEnd,{passive:!0}),i[a]("pointerleave",t.onTouchEnd,{passive:!0}),i[a]("contextmenu",t.onTouchEnd,{passive:!0}),(o.preventClicks||o.preventClicksPropagation)&&s[a]("click",t.onClick,!0),o.cssMode&&l[a]("scroll",t.onScroll),o.updateOnWindowResize?t[v](r.ios||r.android?"resize orientationchange observerUpdate":"resize observerUpdate",uo,!0):t[v]("observerUpdate",uo,!0),s[a]("load",t.onLoad,{capture:!0}))};function Al(){const t=this,{params:e}=t;t.onTouchStart=bl.bind(t),t.onTouchMove=yl.bind(t),t.onTouchEnd=wl.bind(t),t.onDocumentTouchStart=El.bind(t),e.cssMode&&(t.onScroll=xl.bind(t)),t.onClick=Sl.bind(t),t.onLoad=Tl.bind(t),co(t,"on")}function Cl(){co(this,"off")}var Il={attachEvents:Al,detachEvents:Cl};const vo=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function kl(){const t=this,{realIndex:e,initialized:i,params:o,el:s}=t,l=o.breakpoints;if(!l||l&&Object.keys(l).length===0)return;const r=t.getBreakpoint(l,t.params.breakpointsBase,t.el);if(!r||t.currentBreakpoint===r)return;const a=(r in l?l[r]:void 0)||t.originalParams,v=vo(t,o),u=vo(t,a),f=t.params.grabCursor,h=a.grabCursor,m=o.enabled;v&&!u?(s.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&u&&(s.classList.add(`${o.containerModifierClass}grid`),(a.grid.fill&&a.grid.fill==="column"||!a.grid.fill&&o.grid.fill==="column")&&s.classList.add(`${o.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof a[b]>"u")return;const T=o[b]&&o[b].enabled,k=a[b]&&a[b].enabled;T&&!k&&t[b].disable(),!T&&k&&t[b].enable()});const y=a.direction&&a.direction!==o.direction,S=o.loop&&(a.slidesPerView!==o.slidesPerView||y),x=o.loop;y&&i&&t.changeDirection(),rt(t.params,a);const p=t.params.enabled,w=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),m&&!p?t.disable():!m&&p&&t.enable(),t.currentBreakpoint=r,t.emit("_beforeBreakpoint",a),i&&(S?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!x&&w?(t.loopCreate(e),t.updateSlides()):x&&!w&&t.loopDestroy()),t.emit("breakpoint",a)}function _l(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let o=!1;const s=tt(),l=e==="window"?s.innerHeight:i.clientHeight,r=Object.keys(t).map(d=>{if(typeof d=="string"&&d.indexOf("@")===0){const a=parseFloat(d.substr(1));return{value:l*a,point:d}}return{value:d,point:d}});r.sort((d,a)=>parseInt(d.value,10)-parseInt(a.value,10));for(let d=0;d<r.length;d+=1){const{point:a,value:v}=r[d];e==="window"?s.matchMedia(`(min-width: ${v}px)`).matches&&(o=a):v<=i.clientWidth&&(o=a)}return o||"max"}var Pl={setBreakpoint:kl,getBreakpoint:_l};function Dl(t,e){const i=[];return t.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(s=>{o[s]&&i.push(e+s)}):typeof o=="string"&&i.push(e+o)}),i}function Ml(){const t=this,{classNames:e,params:i,rtl:o,el:s,device:l}=t,r=Dl(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:o},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:l.android},{ios:l.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...r),s.classList.add(...e),t.emitContainerClasses()}function Ol(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var Ll={addClasses:Ml,removeClasses:Ol};function Bl(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:o}=i;if(o){const s=t.slides.length-1,l=t.slidesGrid[s]+t.slidesSizesGrid[s]+o*2;t.isLocked=t.size>l}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var Nl={checkOverflow:Bl},wi={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function Fl(t,e){return function(o){o===void 0&&(o={});const s=Object.keys(o)[0],l=o[s];if(typeof l!="object"||l===null){rt(e,o);return}if(t[s]===!0&&(t[s]={enabled:!0}),s==="navigation"&&t[s]&&t[s].enabled&&!t[s].prevEl&&!t[s].nextEl&&(t[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&t[s]&&t[s].enabled&&!t[s].el&&(t[s].auto=!0),!(s in t&&"enabled"in l)){rt(e,o);return}typeof t[s]=="object"&&!("enabled"in t[s])&&(t[s].enabled=!0),t[s]||(t[s]={enabled:!1}),rt(e,o)}}const Si={eventsEmitter:Ln,update:Yn,translate:Qn,transition:tl,slide:al,loop:pl,grabCursor:hl,events:Il,breakpoints:Pl,checkOverflow:Nl,classes:Ll},xi={};let Ti=class Pt{constructor(){let e,i;for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];s.length===1&&s[0].constructor&&Object.prototype.toString.call(s[0]).slice(8,-1)==="Object"?i=s[0]:[e,i]=s,i||(i={}),i=rt({},i),e&&!i.el&&(i.el=e);const r=ht();if(i.el&&typeof i.el=="string"&&r.querySelectorAll(i.el).length>1){const u=[];return r.querySelectorAll(i.el).forEach(f=>{const h=rt({},i,{el:f});u.push(new Pt(h))}),u}const d=this;d.__swiper__=!0,d.support=no(),d.device=lo({userAgent:i.userAgent}),d.browser=Dn(),d.eventsListeners={},d.eventsAnyListeners=[],d.modules=[...d.__modules__],i.modules&&Array.isArray(i.modules)&&d.modules.push(...i.modules);const a={};d.modules.forEach(u=>{u({params:i,swiper:d,extendParams:Fl(i,a),on:d.on.bind(d),once:d.once.bind(d),off:d.off.bind(d),emit:d.emit.bind(d)})});const v=rt({},wi,a);return d.params=rt({},v,xi,i),d.originalParams=rt({},d.params),d.passedParams=rt({},i),d.params&&d.params.on&&Object.keys(d.params.on).forEach(u=>{d.on(u,d.params.on[u])}),d.params&&d.params.onAny&&d.onAny(d.params.onAny),Object.assign(d,{enabled:d.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return d.params.direction==="horizontal"},isVertical(){return d.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:d.params.allowSlideNext,allowSlidePrev:d.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:d.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:d.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),d.emit("_swiper"),d.params.init&&d.init(),d}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:o}=this,s=St(i,`.${o.slideClass}, swiper-slide`),l=Qt(s[0]);return Qt(e)-l}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:o}=e;e.slides=St(i,`.${o.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const o=this;e=Math.min(Math.max(e,0),1);const s=o.minTranslate(),r=(o.maxTranslate()-s)*e+s;o.translateTo(r,typeof i>"u"?0:i),o.updateActiveIndex(),o.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(o=>o.indexOf("swiper")===0||o.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(o=>o.indexOf("swiper-slide")===0||o.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(o=>{const s=e.getSlideClasses(o);i.push({slideEl:o,classNames:s}),e.emit("_slideClass",o,s)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const o=this,{params:s,slides:l,slidesGrid:r,slidesSizesGrid:d,size:a,activeIndex:v}=o;let u=1;if(typeof s.slidesPerView=="number")return s.slidesPerView;if(s.centeredSlides){let f=l[v]?Math.ceil(l[v].swiperSlideSize):0,h;for(let m=v+1;m<l.length;m+=1)l[m]&&!h&&(f+=Math.ceil(l[m].swiperSlideSize),u+=1,f>a&&(h=!0));for(let m=v-1;m>=0;m-=1)l[m]&&!h&&(f+=l[m].swiperSlideSize,u+=1,f>a&&(h=!0))}else if(e==="current")for(let f=v+1;f<l.length;f+=1)(i?r[f]+d[f]-r[v]<a:r[f]-r[v]<a)&&(u+=1);else for(let f=v-1;f>=0;f-=1)r[v]-r[f]<a&&(u+=1);return u}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:o}=e;o.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(r=>{r.complete&&ei(e,r)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function s(){const r=e.rtlTranslate?e.translate*-1:e.translate,d=Math.min(Math.max(r,e.maxTranslate()),e.minTranslate());e.setTranslate(d),e.updateActiveIndex(),e.updateSlidesClasses()}let l;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)s(),o.autoHeight&&e.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&e.isEnd&&!o.centeredSlides){const r=e.virtual&&o.virtual.enabled?e.virtual.slides:e.slides;l=e.slideTo(r.length-1,0,!1,!0)}else l=e.slideTo(e.activeIndex,0,!1,!0);l||s()}o.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const o=this,s=o.params.direction;return e||(e=s==="horizontal"?"vertical":"horizontal"),e===s||e!=="horizontal"&&e!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${s}`),o.el.classList.add(`${o.params.containerModifierClass}${e}`),o.emitContainerClasses(),o.params.direction=e,o.slides.forEach(l=>{e==="vertical"?l.style.width="":l.style.height=""}),o.emit("changeDirection"),i&&o.update()),o}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let o=e||i.params.el;if(typeof o=="string"&&(o=document.querySelector(o)),!o)return!1;o.swiper=i,o.parentNode&&o.parentNode.host&&o.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const s=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(s()):St(o,s())[0];return!r&&i.params.createElements&&(r=zt("div",i.params.wrapperClass),o.append(r),St(o,`.${i.params.slideClass}`).forEach(d=>{r.append(d)})),Object.assign(i,{el:o,wrapperEl:r,slidesEl:i.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:r,hostEl:i.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Mt(o,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Mt(o,"direction")==="rtl"),wrongRTL:Mt(r,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const s=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&s.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),s.forEach(l=>{l.complete?ei(i,l):l.addEventListener("load",r=>{ei(i,r.target)})}),yi(i),i.initialized=!0,yi(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const o=this,{params:s,el:l,wrapperEl:r,slides:d}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),s.loop&&o.loopDestroy(),i&&(o.removeClasses(),l&&typeof l!="string"&&l.removeAttribute("style"),r&&r.removeAttribute("style"),d&&d.length&&d.forEach(a=>{a.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),a.removeAttribute("style"),a.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(a=>{o.off(a)}),e!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),bn(o)),o.destroyed=!0),null}static extendDefaults(e){rt(xi,e)}static get extendedDefaults(){return xi}static get defaults(){return wi}static installModule(e){Pt.prototype.__modules__||(Pt.prototype.__modules__=[]);const i=Pt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Pt.installModule(i)),Pt):(Pt.installModule(e),Pt)}};Object.keys(Si).forEach(t=>{Object.keys(Si[t]).forEach(e=>{Ti.prototype[e]=Si[t][e]})}),Ti.use([Mn,On]);const po=["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 Ot(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function Ft(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(o=>i.indexOf(o)<0).forEach(o=>{typeof t[o]>"u"?t[o]=e[o]:Ot(e[o])&&Ot(t[o])&&Object.keys(e[o]).length>0?e[o].__swiper__?t[o]=e[o]:Ft(t[o],e[o]):t[o]=e[o]})}function mo(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function fo(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function ho(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function go(t){t===void 0&&(t="");const e=t.split(" ").map(o=>o.trim()).filter(o=>!!o),i=[];return e.forEach(o=>{i.indexOf(o)<0&&i.push(o)}),i.join(" ")}function jl(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function Vl(t){let{swiper:e,slides:i,passedParams:o,changedParams:s,nextEl:l,prevEl:r,scrollbarEl:d,paginationEl:a}=t;const v=s.filter(A=>A!=="children"&&A!=="direction"&&A!=="wrapperClass"),{params:u,pagination:f,navigation:h,scrollbar:m,virtual:y,thumbs:S}=e;let x,p,w,b,T,k,g,O;s.includes("thumbs")&&o.thumbs&&o.thumbs.swiper&&u.thumbs&&!u.thumbs.swiper&&(x=!0),s.includes("controller")&&o.controller&&o.controller.control&&u.controller&&!u.controller.control&&(p=!0),s.includes("pagination")&&o.pagination&&(o.pagination.el||a)&&(u.pagination||u.pagination===!1)&&f&&!f.el&&(w=!0),s.includes("scrollbar")&&o.scrollbar&&(o.scrollbar.el||d)&&(u.scrollbar||u.scrollbar===!1)&&m&&!m.el&&(b=!0),s.includes("navigation")&&o.navigation&&(o.navigation.prevEl||r)&&(o.navigation.nextEl||l)&&(u.navigation||u.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(T=!0);const _=A=>{e[A]&&(e[A].destroy(),A==="navigation"?(e.isElement&&(e[A].prevEl.remove(),e[A].nextEl.remove()),u[A].prevEl=void 0,u[A].nextEl=void 0,e[A].prevEl=void 0,e[A].nextEl=void 0):(e.isElement&&e[A].el.remove(),u[A].el=void 0,e[A].el=void 0))};s.includes("loop")&&e.isElement&&(u.loop&&!o.loop?k=!0:!u.loop&&o.loop?g=!0:O=!0),v.forEach(A=>{if(Ot(u[A])&&Ot(o[A]))Object.assign(u[A],o[A]),(A==="navigation"||A==="pagination"||A==="scrollbar")&&"enabled"in o[A]&&!o[A].enabled&&_(A);else{const c=o[A];(c===!0||c===!1)&&(A==="navigation"||A==="pagination"||A==="scrollbar")?c===!1&&_(A):u[A]=o[A]}}),v.includes("controller")&&!p&&e.controller&&e.controller.control&&u.controller&&u.controller.control&&(e.controller.control=u.controller.control),s.includes("children")&&i&&y&&u.virtual.enabled?(y.slides=i,y.update(!0)):s.includes("virtual")&&y&&u.virtual.enabled&&(i&&(y.slides=i),y.update(!0)),s.includes("children")&&i&&u.loop&&(O=!0),x&&S.init()&&S.update(!0),p&&(e.controller.control=u.controller.control),w&&(e.isElement&&(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-pagination"),a.part.add("pagination"),e.el.appendChild(a)),a&&(u.pagination.el=a),f.init(),f.render(),f.update()),b&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-scrollbar"),d.part.add("scrollbar"),e.el.appendChild(d)),d&&(u.scrollbar.el=d),m.init(),m.updateSize(),m.setTranslate()),T&&(e.isElement&&((!l||typeof l=="string")&&(l=document.createElement("div"),l.classList.add("swiper-button-next"),l.innerHTML=e.hostEl.constructor.nextButtonSvg,l.part.add("button-next"),e.el.appendChild(l)),(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-button-prev"),r.innerHTML=e.hostEl.constructor.prevButtonSvg,r.part.add("button-prev"),e.el.appendChild(r))),l&&(u.navigation.nextEl=l),r&&(u.navigation.prevEl=r),h.init(),h.update()),s.includes("allowSlideNext")&&(e.allowSlideNext=o.allowSlideNext),s.includes("allowSlidePrev")&&(e.allowSlidePrev=o.allowSlidePrev),s.includes("direction")&&e.changeDirection(o.direction,!1),(k||O)&&e.loopDestroy(),(g||O)&&e.loopCreate(),e.update()}function zl(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},o={},s={};Ft(i,wi),i._emitClasses=!0,i.init=!1;const l={},r=po.map(a=>a.replace(/_/,"")),d=Object.assign({},t);return Object.keys(d).forEach(a=>{typeof t[a]>"u"||(r.indexOf(a)>=0?Ot(t[a])?(i[a]={},s[a]={},Ft(i[a],t[a]),Ft(s[a],t[a])):(i[a]=t[a],s[a]=t[a]):a.search(/on[A-Z]/)===0&&typeof t[a]=="function"?e?o[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:i.on[`${a[2].toLowerCase()}${a.substr(3)}`]=t[a]:l[a]=t[a])}),["navigation","pagination","scrollbar"].forEach(a=>{i[a]===!0&&(i[a]={}),i[a]===!1&&delete i[a]}),{params:i,passedParams:s,rest:l,events:o}}function Hl(t,e){let{el:i,nextEl:o,prevEl:s,paginationEl:l,scrollbarEl:r,swiper:d}=t;mo(e)&&o&&s&&(d.params.navigation.nextEl=o,d.originalParams.navigation.nextEl=o,d.params.navigation.prevEl=s,d.originalParams.navigation.prevEl=s),fo(e)&&l&&(d.params.pagination.el=l,d.originalParams.pagination.el=l),ho(e)&&r&&(d.params.scrollbar.el=r,d.originalParams.scrollbar.el=r),d.init(i)}function Gl(t,e,i,o,s){const l=[];if(!e)return l;const r=a=>{l.indexOf(a)<0&&l.push(a)};if(i&&o){const a=o.map(s),v=i.map(s);a.join("")!==v.join("")&&r("children"),o.length!==i.length&&r("children")}return po.filter(a=>a[0]==="_").map(a=>a.replace(/_/,"")).forEach(a=>{if(a in t&&a in e)if(Ot(t[a])&&Ot(e[a])){const v=Object.keys(t[a]),u=Object.keys(e[a]);v.length!==u.length?r(a):(v.forEach(f=>{t[a][f]!==e[a][f]&&r(a)}),u.forEach(f=>{t[a][f]!==e[a][f]&&r(a)}))}else t[a]!==e[a]&&r(a)}),l}const Ul=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 ti(){return ti=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t},ti.apply(this,arguments)}function bo(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function yo(t){const e=[];return n.Children.toArray(t).forEach(i=>{bo(i)?e.push(i):i.props&&i.props.children&&yo(i.props.children).forEach(o=>e.push(o))}),e}function Wl(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return n.Children.toArray(t).forEach(o=>{if(bo(o))e.push(o);else if(o.props&&o.props.slot&&i[o.props.slot])i[o.props.slot].push(o);else if(o.props&&o.props.children){const s=yo(o.props.children);s.length>0?s.forEach(l=>e.push(l)):i["container-end"].push(o)}else i["container-end"].push(o)}),{slides:e,slots:i}}function Yl(t,e,i){if(!i)return null;const o=u=>{let f=u;return u<0?f=e.length+u:f>=e.length&&(f=f-e.length),f},s=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:l,to:r}=i,d=t.params.loop?-e.length:0,a=t.params.loop?e.length*2:e.length,v=[];for(let u=d;u<a;u+=1)u>=l&&u<=r&&v.push(e[o(u)]);return v.map((u,f)=>n.cloneElement(u,{swiper:t,style:s,key:u.props.virtualIndex||u.key||`slide-${f}`}))}function Ht(t,e){return typeof window>"u"?n.useEffect(t,e):n.useLayoutEffect(t,e)}const Ei=n.createContext(null),wo=()=>n.useContext(Ei),Xl=n.createContext(null),Lt=n.forwardRef(function(t,e){let{className:i,tag:o="div",wrapperTag:s="div",children:l,onSwiper:r,...d}=t===void 0?{}:t,a=!1;const[v,u]=n.useState("swiper"),[f,h]=n.useState(null),[m,y]=n.useState(!1),S=n.useRef(!1),x=n.useRef(null),p=n.useRef(null),w=n.useRef(null),b=n.useRef(null),T=n.useRef(null),k=n.useRef(null),g=n.useRef(null),O=n.useRef(null),{params:_,passedParams:A,rest:c,events:M}=zl(d),{slides:C,slots:E}=Wl(l),I=()=>{y(!m)};Object.assign(_.on,{_containerClasses(B,D){u(D)}});const L=()=>{Object.assign(_.on,M),a=!0;const B={..._};if(delete B.wrapperClass,p.current=new Ti(B),p.current.virtual&&p.current.params.virtual.enabled){p.current.virtual.slides=C;const D={cache:!1,slides:C,renderExternal:h,renderExternalUpdate:!1};Ft(p.current.params.virtual,D),Ft(p.current.originalParams.virtual,D)}};x.current||L(),p.current&&p.current.on("_beforeBreakpoint",I);const N=()=>{a||!M||!p.current||Object.keys(M).forEach(B=>{p.current.on(B,M[B])})},j=()=>{!M||!p.current||Object.keys(M).forEach(B=>{p.current.off(B,M[B])})};n.useEffect(()=>()=>{p.current&&p.current.off("_beforeBreakpoint",I)}),n.useEffect(()=>{!S.current&&p.current&&(p.current.emitSlidesClasses(),S.current=!0)}),Ht(()=>{if(e&&(e.current=x.current),!!x.current)return p.current.destroyed&&L(),Hl({el:x.current,nextEl:T.current,prevEl:k.current,paginationEl:g.current,scrollbarEl:O.current,swiper:p.current},_),r&&!p.current.destroyed&&r(p.current),()=>{p.current&&!p.current.destroyed&&p.current.destroy(!0,!1)}},[]),Ht(()=>{N();const B=Gl(A,w.current,C,b.current,D=>D.key);return w.current=A,b.current=C,B.length&&p.current&&!p.current.destroyed&&Vl({swiper:p.current,slides:C,passedParams:A,changedParams:B,nextEl:T.current,prevEl:k.current,scrollbarEl:O.current,paginationEl:g.current}),()=>{j()}}),Ht(()=>{Ul(p.current)},[f]);function z(){return _.virtual?Yl(p.current,C,f):C.map((B,D)=>n.cloneElement(B,{swiper:p.current,swiperSlideIndex:D}))}return n.createElement(o,ti({ref:x,className:go(`${v}${i?` ${i}`:""}`)},c),n.createElement(Xl.Provider,{value:p.current},E["container-start"],n.createElement(s,{className:jl(_.wrapperClass)},E["wrapper-start"],z(),E["wrapper-end"]),mo(_)&&n.createElement(n.Fragment,null,n.createElement("div",{ref:k,className:"swiper-button-prev"}),n.createElement("div",{ref:T,className:"swiper-button-next"})),ho(_)&&n.createElement("div",{ref:O,className:"swiper-scrollbar"}),fo(_)&&n.createElement("div",{ref:g,className:"swiper-pagination"}),E["container-end"]))});Lt.displayName="Swiper";const gt=n.forwardRef(function(t,e){let{tag:i="div",children:o,className:s="",swiper:l,zoom:r,lazy:d,virtualIndex:a,swiperSlideIndex:v,...u}=t===void 0?{}:t;const f=n.useRef(null),[h,m]=n.useState("swiper-slide"),[y,S]=n.useState(!1);function x(T,k,g){k===f.current&&m(g)}Ht(()=>{if(typeof v<"u"&&(f.current.swiperSlideIndex=v),e&&(e.current=f.current),!(!f.current||!l)){if(l.destroyed){h!=="swiper-slide"&&m("swiper-slide");return}return l.on("_slideClass",x),()=>{l&&l.off("_slideClass",x)}}}),Ht(()=>{l&&f.current&&!l.destroyed&&m(l.getSlideClasses(f.current))},[l]);const p={isActive:h.indexOf("swiper-slide-active")>=0,isVisible:h.indexOf("swiper-slide-visible")>=0,isPrev:h.indexOf("swiper-slide-prev")>=0,isNext:h.indexOf("swiper-slide-next")>=0},w=()=>typeof o=="function"?o(p):o,b=()=>{S(!0)};return n.createElement(i,ti({ref:f,className:go(`${h}${s?` ${s}`:""}`),"data-swiper-slide-index":a,onLoad:b},u),r&&n.createElement(Ei.Provider,{value:p},n.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof r=="number"?r:void 0},w(),d&&!y&&n.createElement("div",{className:"swiper-lazy-preloader"}))),!r&&n.createElement(Ei.Provider,{value:p},w(),d&&!y&&n.createElement("div",{className:"swiper-lazy-preloader"})))});gt.displayName="SwiperSlide";const Jl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",ql=({visible:t,onClose:e,children:i,modalStyle:o,padding:s,popup:l,schema:r,fullHeight:d=window.innerHeight,isFullScreen:a=!1})=>{var v,u,f,h,m,y,S,x,p,w,b,T,k,g,O,_,A,c,M,C;const E=n.useRef(null),I=n.useRef(null),L=n.useRef(null),N=n.useRef(null),j=d*.2,z=a?d:d*.8,[B,D]=n.useState(j),[F,X]=n.useState(!1),W=n.useRef(null),{globalConfig:q,popupDetailData:se}=Ce(),{schema:te}=mt(),[de,ke]=n.useState(15);n.useEffect(()=>{const ne=document.getElementById("sxp-render"),pe=document.getElementById("pb-modal");pe?W.current=pe:(W.current=document.createElement("div"),W.current.setAttribute("id","pb-modal"),ne?.appendChild(W.current))},[]);const ae=n.useMemo(()=>l?.id&&l?.id!==""||t,[t,l]),Y=n.useMemo(()=>{var ne,pe,be;const Pe=r??te;return(be=(pe=(ne=Pe?.sxpPageConf)===null||ne===void 0?void 0:ne.globalConfig)===null||pe===void 0?void 0:pe.popupList)===null||be===void 0?void 0:be.find(Oe=>Oe?.id===l?.id)},[l,r,te]),K=n.useMemo(()=>{var ne,pe;return((pe=(ne=Y?.item)===null||ne===void 0?void 0:ne.event)===null||pe===void 0?void 0:pe.isScrollFullScreen)||!1},[Y]);if(n.useEffect(()=>{ae?X(!0):setTimeout(()=>{X(!1),D(j)},l?.duration)},[ae,l]),!W.current)return null;const R=Ge.debounce(()=>{e?.()},300),ee=ne=>{E.current=ne.touches[0],I.current=ne.touches[0],L.current=!0},fe=ne=>{requestAnimationFrame(()=>{var pe;if(L.current&&((pe=N?.current)===null||pe===void 0?void 0:pe.scrollTop)===0){const be=ne.touches[0].clientY,Pe=ne.touches[0].clientX,Ie=E.current.clientY-be;E.current=ne.touches[0];const Oe=be-I.current.clientY,Me=Pe-I.current.clientX;if(Math.abs(Me)>Math.abs(Oe))return;const Z=B-Ie;Z>0&&D(Z)}})},Te=ne=>{var pe;if(L.current&&((pe=N?.current)===null||pe===void 0?void 0:pe.scrollTop)===0){const be=ne.changedTouches[0].clientY-I.current.clientY,Pe=ne.changedTouches[0].clientX-I.current.clientX;if(Math.abs(Pe)>Math.abs(be))return;const Ie=I.current.clientY-E.current.clientY;Ie>0?D(0):B<j&&Ie<0?D(j):B>=j&&Ie<0&&e?.()}L.current=!1};return Mi.createPortal(n.createElement(n.Fragment,null,F&&n.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:ae?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},o),onClick:R},n.createElement("div",{style:{position:"relative",left:`${(h=(f=(u=(v=Y?.item)===null||v===void 0?void 0:v.props)===null||u===void 0?void 0:u.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(x=(S=(y=(m=Y?.item)===null||m===void 0?void 0:m.props)===null||y===void 0?void 0:y.popupBg)===null||S===void 0?void 0:S.horizontalMargin)!==null&&x!==void 0?x:0}px`,bottom:`${(T=(b=(w=(p=Y?.item)===null||p===void 0?void 0:p.props)===null||w===void 0?void 0:w.popupBg)===null||b===void 0?void 0:b.bottomMargin)!==null&&T!==void 0?T:0}px`,overflow:"hidden",width:`calc(100% - ${((_=(O=(g=(k=Y?.item)===null||k===void 0?void 0:k.props)===null||g===void 0?void 0:g.popupBg)===null||O===void 0?void 0:O.horizontalMargin)!==null&&_!==void 0?_:0)*2}px)`,height:"100%"}},n.createElement("div",Object.assign({className:`modal-container ${ae?"modal-popIn":"modal-popOut"}`,style:Object.assign(Object.assign({padding:s,animationDuration:((A=l?.duration)!==null&&A!==void 0?A:0)/1e3+"s"},K&&{transform:`translateY(${B}px)`}),{overflow:"hidden"}),onClick:ne=>{ne.stopPropagation(),ne.preventDefault()}},K&&{onTouchMove:fe,onTouchStart:ee,onTouchEnd:Te}),n.createElement("div",{className:"modal-icon-wrapper",onClick:e,style:{top:de}},n.createElement("img",{src:(c=q?.popupCloseIcon)!==null&&c!==void 0?c:Jl,alt:"close",className:"modal-icon"})),n.createElement("div",Object.assign({ref:N,style:{height:K?d:z,overflow:K&&B<=0||!K?"auto":"hidden"}},((C=(M=Y?.item)===null||M===void 0?void 0:M.props)===null||C===void 0?void 0:C.enableFixedCloseButton)&&{onScroll:ne=>{var pe;ke(15-((pe=ne?.target)===null||pe===void 0?void 0:pe.scrollTop))}}),i))))),W.current)};var jt=n.memo(ql);const Kl=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const o=t.split(" "),s=[];for(let r=0;r<o.length&&(s.push(o[r]),!(s.join(" ").length>=e));r++);return(s.length>1&&s.length<o.length?s.slice(0,s.length-1):s).join(" ")+" "},Zl=({text:t,maxStr:e=108,style:i,className:o,onClick:s,foldText:l,unfoldText:r,isPost:d,onChange:a})=>{const[v,u]=n.useState(!1),[f,h]=n.useState(!1),m=Number(i?.lineClamp||2),y=n.useRef(null),S=n.useRef(null),x=n.useCallback(()=>{u(!v)},[v,a]);return n.useMemo(()=>!v&&t.length>e?Kl(t,e)+"...":t,[t,e,v]),n.useEffect(()=>{var p,w;((p=S?.current)===null||p===void 0?void 0:p.offsetHeight)>((w=y?.current)===null||w===void 0?void 0:w.offsetHeight)&&d?h(!0):h(!1),S.current.style.display="none"},[d]),n.createElement("div",{className:o,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},n.createElement("div",{ref:y,style:{overflow:"hidden",WebkitLineClamp:!d||v?"":m,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:ge(t?.replace(/\n/g,"</br>"),i)}}),n.createElement("div",{ref:S,dangerouslySetInnerHTML:{__html:ge(t?.replace(/\n/g,"</br>"),i)}}),t&&d&&f&&n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:s??x,dangerouslySetInnerHTML:{__html:ge(v?r||"show less":l||"show more",i)}}))};var ii=n.memo(Zl);const Ql=n.forwardRef((t,e)=>{const{src:i,onLoad:o,style:s,className:l,loading:r,alt:d="image"}=t,[a,v]=n.useState(i),u=n.useRef(null),[f,h]=n.useState(!1);return n.useImperativeHandle(e,()=>({setSrc:m=>{m&&v(m)}})),n.useEffect(()=>{i&&v(i)},[i]),n.useEffect(()=>{const m=()=>{i&&!f&&u.current&&(u.current.src="",u.current.src=i)};return ft.on(st.PAGE_DID_SHOW,m),()=>{ft.off(st.PAGE_DID_SHOW,m)}},[i,f]),n.createElement(n.Fragment,null,!f&&!a&&n.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),a?.includes(".avif")?n.createElement("picture",null,n.createElement("source",{type:"image/avif",srcSet:a}),n.createElement("source",{type:"image/webp",srcSet:`${a}?imageMogr2/format/webp`}),n.createElement("source",{type:"image/jpeg",srcSet:`${a}?imageMogr2/format/jpg`}),n.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:r,onLoad:m=>{h(!0),o?.(m.target)},alt:d})):n.createElement("img",{ref:u,className:l,src:a,style:Object.assign({},s),loading:r,onLoad:m=>{h(!0),o?.(m.target)},alt:d}))});var it=n.memo(Ql);const Rl=({children:t,isPadding:e=!0,style:i,enableSlideActive:o=!1})=>{const s=n.useRef(),{popupDetailData:l}=Ce();return n.useEffect(()=>{var r,d;o&&((r=s?.current)===null||r===void 0||r.swiper.slideTo((d=l?.multiCheckIndex)!==null&&d!==void 0?d:0))},[l,o]),n.createElement(Lt,{ref:s,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[In,Cn,An],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Gt=n.memo(Rl);const $l=({products:t,data:e,defImg:i,style:o,onCLick:s,popupDetailData:l,check:r})=>{var d;const{productView:a}=Ze(),{popupCurTimeRef:v}=Ce(),u=(f,h)=>{if(r===h)return;const m=t?.[r];a(l,m,m?.bindCta,v.current,l?.index),s?.(h)};return n.createElement(n.Fragment,null,e?.open&&(t&&t?.length>1||!l)&&n.createElement(Gt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},o),e?.style)},(d=l?t:[0,1,2,3])===null||d===void 0?void 0:d.map((f,h)=>{var m,y,S;return n.createElement(n.Fragment,null,f?.bindCta?n.createElement(gt,{className:we.css({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{u(f,h)},key:h},n.createElement(it,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:r===h?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(S=(m=f?.cover)!==null&&m!==void 0?m:(y=f?.homePage)===null||y===void 0?void 0:y[0])!==null&&S!==void 0?S:i})):null)})))};var So=n.memo($l);const es=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:o,file:s,src:l}=t;switch(i){case 2:return o||null;case 3:return l||null;default:return s&&s.length>0?(e=s[0])===null||e===void 0?void 0:e.url:null}},Ut=({product:t,enableFormattedPrice:e,globalConfig:i})=>{var o,s,l,r,d;let a=t?.currency&&t?.price?t?.price:7e3,v="",u=i?.priceSymbol,f=t?.currency?(l=(s=(o=t?.currency)===null||o===void 0?void 0:o.split("-")[1])===null||s===void 0?void 0:s.toUpperCase())!==null&&l!==void 0?l:"":"$";const h=e===void 0||e;let m=a.toString();u?.showTwoDecimalPoint&&(m=a?.toFixed(2));let y=(r=m?.indexOf("."))!==null&&r!==void 0?r:-1;if(h){v=(d=a?.toLocaleString("zh",{minimumFractionDigits:u?.showTwoDecimalPoint?2:0}))!==null&&d!==void 0?d:"";let S=0,x=y??v?.length;u?.millesimalSymbol==="."?v=v?.replace(/\,/g,function(p,w){return w>=S&&w<x?".":p}):u?.millesimalSymbol===" "&&(v=v?.replace(","," "))}else v=`${u?.showTwoDecimalPoint?a?.toFixed(2):a}`;return u?.decimalPoint===","&&y>0&&(v=v=v?.replace(/\./g,function(S,x){return x>=y&&x<v?.length?",":S})),u?.currencyPosition&&u?.currencyPosition!=="none"?v=u?.currencyPosition==="left"?f+v:v+f:u?.currencyPosition!=="none"&&(v=f+v),v},ts=t=>{var e,i,o,s,l,r,d,a,v,u,f,h,m,y,S,x,p,w,b,T,k,g,O,_,{content:A,style:c,bgImg:M,onClick:C,schema:E,isDefault:I,bottom_image:L,tipText:N,isPost:j,viewTime:z,rec:B,swiper:D,commodityStyles:F,buttonStyle:X,index:W,commodityGroup:q,popupBg:se,iframeIcon:te,commodityImgRatio:de,isTel:ke,iframeBgColor:ae}=t,Y=qe(t,["content","style","bgImg","onClick","schema","isDefault","bottom_image","tipText","isPost","viewTime","rec","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);const{sxpParameter:K,popupDetailData:R,isPreview:ee,bffFbReport:fe,popupCurTimeRef:Te,checkCommodityIndexRef:ne,globalConfig:pe}=Ce(),{jumpToWeb:be,productView:Pe}=Ze(),Ie=n.useRef(null),[Oe,Me]=n.useState(!1),[Z,ve]=n.useState(!1),[Q,ue]=n.useState((e=R?.multiCheckIndex)!==null&&e!==void 0?e:0),Fe=n.useRef(),U=j?B:R;let V=j?U?.product:(o=(i=U?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(s=U?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],Le=j?(r=U?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=U?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(h=(f=(u=U?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Xe=j?W:R?.index;if(!j&&q?.open&&(!((m=U?.video)===null||m===void 0)&&m.bindProducts)&&((S=(y=U?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0?void 0:S.length)>0){ne.current=Q;const $=(x=U?.video)===null||x===void 0?void 0:x.bindProducts[Q];V=$,Le=$?.bindCta}const pt=()=>{V?.link&&(be(U,V,Le,Xe),j||Pe(U,V,Le,z||Ie.current,Xe),window.location.href=window.getJointUtmLink(V.link))};n.useEffect(()=>{j||fe?.({eventName:"ProductView"})},[j,fe]),n.useEffect(()=>{const $=()=>{Ie.current=new Date};return $(),window.addEventListener("pageshow",$),()=>{window.removeEventListener("pageshow",$)}},[]);const Et=Ut({product:V,enableFormattedPrice:(p=F?.price)===null||p===void 0?void 0:p.enableFormattedPrice,globalConfig:pe}),ot=(ee?375:(w=c?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=se?.horizontalMargin)!==null&&b!==void 0?b:0)*2,nt=de?ot*(de.h/de.w):ot,At=({isPost:$})=>{var xe,Ve,Je,Ye;return n.createElement("div",null,n.createElement("div",{className:"pb-commondity-content-collection",style:G(F?.collection),hidden:!!V&&(!V?.collection||V?.collection===""),dangerouslySetInnerHTML:{__html:ge((xe=V?.collection)!==null&&xe!==void 0?xe:"Tiffany Lock",F?.collection)}}),n.createElement("div",{className:"pb-commondity-content-title",style:G(F?.title),hidden:!!V&&!V?.title,dangerouslySetInnerHTML:{__html:ge((Ve=V?.title)!==null&&Ve!==void 0?Ve:"Pendant in Yellow Gold with Diamonds, Medium",F?.title)}}),n.createElement("div",{className:"pb-commondity-content-price",style:G(F?.price),hidden:!!V&&!V?.price,dangerouslySetInnerHTML:{__html:ge(Et,F?.price)}}),n.createElement("div",{hidden:!!V&&!V?.taxInfo,style:G(F?.taxInfo),dangerouslySetInnerHTML:{__html:ge((Je=V?.taxInfo)!==null&&Je!==void 0?Je:"\u7A0E\u8D39",F?.taxInfo)}}),n.createElement("div",{hidden:!!V&&(!V?.info||V?.info==="")},n.createElement(ii,{foldText:N?.foldText,unfoldText:N?.unfoldText,onClick:()=>Me(!0),isPost:$,text:(Ye=V?.info)!==null&&Ye!==void 0?Ye:`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:F?.info})))},ft=()=>{var J,ve;return n.createElement(n.Fragment,null,(I||L?.link)&&n.createElement("button",{"aria-label":(J=Fe?.enTitle)!==null&&J!==void 0?J:"Purchase on Website",onClick:qe,className:"pb-commondity-btn",style:W},n.createElement("span",{dangerouslySetInnerHTML:{__html:ge((ve=Fe?.enTitle)!==null&&ve!==void 0?ve:"Purchase on Website",W)}})))},H=n.useCallback(J=>J?.lineClamp?Object.assign(Object.assign({},J),{overflow:"hidden",WebkitLineClamp:J?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):J,[]),G=n.useCallback(J=>{xe.current=new Date,te(J),le.current=J,de?.current&&(de.current.swiper.slideTo(0),de.current.swiper.autoplay.start())},[]),Se=n.useCallback(()=>{var J,ve,Te;if(!V)return n.createElement(wo,{products:(J=R?.video)===null||J===void 0?void 0:J.bindProducts,data:K,defImg:(Te=(ve=Z?.bottom_image)!==null&&ve!==void 0?ve:B)!==null&&Te!==void 0?Te:"",style:{padding:"0 19px"},onCLick:G,popupDetailData:$,check:ce})},[ce]),Ee=n.useMemo(()=>{const J={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return J?.[k?.dotsAlign]},[k?.dotsAlign]),X=L?.remark;return n.createElement(n.Fragment,null,n.createElement("div",Object.assign({className:we.css(Object.assign({},c))},Y),n.createElement("div",{style:{position:"relative"}},L&&((T=L?.homePage)===null||T===void 0?void 0:T.length)>0&&n.createElement(Lt,{height:pt,modules:[Qt,Rt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ee},loop:!0,autoplay:{delay:k?.delay*1e3},ref:de,className:we.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(D=k?.dotsMarginBottom)!==null&&D!==void 0?D:0,fontSize:"14px"}},k?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:k?.dotsBgColor,opacity:1}}),k?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${k?.dotsActiveColor}!important`,opacity:1}}))},n.createElement(n.Fragment,null,(g=L?.homePage)===null||g===void 0?void 0:g.map(J=>{var ve;return n.createElement(yt,{key:J},n.createElement("div",{style:{overflow:"hidden",width:it,height:pt}},n.createElement(lt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${k?.translateY?k?.translateY+50:50}%`},src:(ve=J??Z?.bottom_image)!==null&&ve!==void 0?ve:B})))}))),!(!((M=L?.homePage)===null||M===void 0)&&M.length)&&n.createElement("div",{className:we.css({height:pt,width:it})},n.createElement("img",{className:we.css({objectFit:"cover",width:"100%",height:"100%"}),src:(P=Z?.bottom_image)!==null&&P!==void 0?P:B,alt:"pdp image"})),(X||!L)&&ie&&n.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Q(!0)},n.createElement("img",{src:ie,alt:"3d",width:"72px"}))),Se(),n.createElement("div",{className:"pb-commondity-content"},mt({isPost:V}))),ft(),n.createElement(jt,{visible:Ie,onClose:()=>Me(!1)},n.createElement("div",{style:{paddingBottom:"80px"}},mt({isPost:!1})),ft()),n.createElement(jt,{visible:Ne,padding:0,isFullScreen:!0,onClose:()=>Q(!1)},n.createElement("div",{style:{backgroundColor:ae,height:"100%"}},n.createElement("iframe",{src:X,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var es=n.memo($l),ts=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const is=$e(es,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:fn,interactionRender:ts},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 os=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ns=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5185\u5BB9",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{label:"\u5185\u5BB9\u5B57\u4F53\u95F4\u8DDD",type:"TextSpace",name:["props","contentStyle"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],So="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 ls=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:o,file:s,src:l}=t;switch(i){case 2:return o||null;case 3:return l||null;default:return s&&s.length>0?(e=s[0])===null||e===void 0?void 0:e.url:null}},ss=t=>{var{content:e,btnText:i,style:o,icon:s,isPopup:l,isExternalLink:d,onClose:r,onClick:a,submitButtonStyle:p,contentStyle:u}=t,f=Xe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=Ce(),{jumpToWeb:m}=Ke(),S=typeof s=="string"?s:ls(s),E=()=>{var A,v,w;if(d){const b=h,T=(A=b?.video)===null||A===void 0?void 0:A.bindProduct,D=(w=(v=b?.video)===null||v===void 0?void 0:v.bindProduct)===null||w===void 0?void 0:w.bindCta,g=h?.index;m(b,T,D,g)}l||r?.(),a?.()};return n.createElement("div",Object.assign({className:`pb-prompt ${we.css(Object.assign({},o))}`},f),n.createElement("div",{className:"pb-prompt-icon"},n.createElement("img",{width:"100%",src:S??So,alt:"success image"})),n.createElement("div",{className:"pb-prompt-content",style:u,dangerouslySetInnerHTML:{__html:ge(e,u)}}),n.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:p,onClick:E,dangerouslySetInnerHTML:{__html:ge(i,p)}}))};var ds=n.memo(ss);const rs=$e(ds,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ns,bindableProps:[],interactionRender:os},defaulSetting:{props:{icon:So,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var as=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{title:"\u8D2D\u4E70\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"],initialValue:"#000"},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextMargin",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","buttonStyle","fontSize"],addonAfter:"px"}]},{type:"TextStyle",name:["props","buttonStyle"]},{type:"TextAlign",name:["props","buttonStyle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","buttonStyle"]}]},{title:"Iframe\u5546\u54C1\u5F39\u7A97",child:[{label:"\u5F39\u7A97\u6309\u94AE",type:"Upload",name:["props","iframeIcon"],text:"\u5EFA\u8BAE\u5C3A\u5BF8\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 us=t=>{var e,i,o,s,l,d,r,a,p,u,f,h,m,S,E,A,v,w,b,T,D,g,M,P,x,c,O,y,{style:C,isDefault:I,rec:B,viewTime:j,isPost:V,bottom_image:z,tipText:N,swiper:k,commodityStyles:F,buttonStyle:W,index:U,commodityGroup:K,popupBg:ne,iframeIcon:ie,commodityImgRatio:ue,isTel:ke,iframeBgColor:ae}=t,Y=Xe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);n.useState(!0);const{sxpParameter:Z,popupCurTimeRef:$,popupDetailData:ee,isPreview:fe,bffFbReport:xe,checkCommodityIndexRef:le}=Ce(),{jumpToWeb:me,productView:be}=Ke();n.useState(!1),n.useState(!1),n.useState(!0);const[Pe,Ie]=n.useState(!1),Me=n.useRef(null),[Ne,Q]=n.useState(!1),[ce,te]=n.useState((e=ee?.multiCheckIndex)!==null&&e!==void 0?e:0),de=n.useRef(),R=V?B:ee;let L=V?R?.product:(o=(i=R?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(s=R?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],Fe=V?(d=R?.product)===null||d===void 0?void 0:d.bindCta:(p=(a=(r=R?.video)===null||r===void 0?void 0:r.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&p!==void 0?p:(h=(f=(u=R?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Ze=V?U:ee?.index;if(!V&&K?.open&&(!((m=R?.video)===null||m===void 0)&&m.bindProducts)&&((E=(S=R?.video)===null||S===void 0?void 0:S.bindProducts)===null||E===void 0?void 0:E.length)>0){le.current=ce;const X=(A=R?.video)===null||A===void 0?void 0:A.bindProducts[ce];L=X,Fe=X?.bindCta}const qe=()=>{L?.link&&(me(R,L,Fe,Ze),V||be(R,L,Fe,j||Me.current,Ze),window.location.href=window.getJointUtmLink(L.link))};n.useEffect(()=>{V||xe?.({eventName:"ProductView"})},[V,xe]),n.useEffect(()=>{const X=()=>{Me.current=new Date};return X(),window.addEventListener("pageshow",X),()=>{window.removeEventListener("pageshow",X)}},[]);const vt=n.useMemo(()=>{var X,J,ve,Te,Oe,Ve,ze;const Qe=((X=F?.price)===null||X===void 0?void 0:X.enableFormattedPrice)===void 0||((J=F?.price)===null||J===void 0?void 0:J.enableFormattedPrice);return L?.currency&&L?.price?`${(Oe=(Te=(ve=L?.currency)===null||ve===void 0?void 0:ve.split("-")[1])===null||Te===void 0?void 0:Te.toUpperCase())!==null&&Oe!==void 0?Oe:""}${Qe?(ze=(Ve=L?.price)===null||Ve===void 0?void 0:Ve.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&ze!==void 0?ze:"":L?.price}`:"\xA3102,300.00"},[L?.price,L?.currency,(v=F?.price)===null||v===void 0?void 0:v.enableFormattedPrice]),it=(fe?375:(w=C?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=ne?.horizontalMargin)!==null&&b!==void 0?b:0)*2,pt=ue?it*(ue.h/ue.w):it,mt=({isPost:X})=>n.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},n.createElement(ti,{isPost:X,onClick:()=>Ie(!0),className:"pb-commondityDiroNew-info",style:F?.info,foldText:N?.foldText,unfoldText:N?.unfoldText,text:L?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
6
- Made in Italy`})),ft=n.useCallback(X=>X?.lineClamp?Object.assign(Object.assign({},X),{overflow:"hidden",WebkitLineClamp:X?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):X,[]),H=n.useCallback(X=>{$.current=new Date,te(X),le.current=X,de?.current&&(de.current.swiper.slideTo(0),de.current.swiper.autoplay.start())},[]),G=n.useCallback(()=>{var X,J,ve;if(!V)return n.createElement(wo,{products:(X=R?.video)===null||X===void 0?void 0:X.bindProducts,data:K,defImg:(ve=(J=Z?.bottom_image)!==null&&J!==void 0?J:z)!==null&&ve!==void 0?ve:"",style:{padding:"0 19px"},onCLick:H,popupDetailData:ee,check:ce})},[ce]),Se=n.useMemo(()=>{const X={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return X?.[k?.dotsAlign]},[k?.dotsAlign]),Ee=L?.remark;return n.createElement("div",{className:"pb-commondityDiroNew"},n.createElement("div",Object.assign({className:we.css(Object.assign(Object.assign({},C),{transform:"translate3d(0px, 0px, 0px)"}))},Y),n.createElement("div",{style:{position:"relative"}},L&&((T=L?.homePage)===null||T===void 0?void 0:T.length)>0&&n.createElement(Lt,{height:pt,modules:[Qt,Rt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Se},loop:!0,autoplay:{delay:k?.delay*1e3},ref:de,className:we.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(D=k?.dotsMarginBottom)!==null&&D!==void 0?D:0,fontSize:"14px"}},k?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:k?.dotsBgColor,opacity:1}}),k?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${k?.dotsActiveColor}!important`,opacity:1}}))},(g=L?.homePage)===null||g===void 0?void 0:g.map(X=>{var J;return n.createElement(yt,{key:X},n.createElement("div",{style:{overflow:"hidden",width:it,height:pt}},n.createElement(lt,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${k?.translateY?k?.translateY+50:50}%`},src:(J=X??Z?.bottom_image)!==null&&J!==void 0?J:z})))})),!(!((M=L?.homePage)===null||M===void 0)&&M.length)&&n.createElement("div",{className:we.css({height:pt,width:it})},n.createElement("img",{className:we.css({objectFit:"cover",width:"100%",height:"100%"}),src:(P=Z?.bottom_image)!==null&&P!==void 0?P:z,alt:"pdp image"})),(Ee||!L)&&ie&&n.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Q(!0)},n.createElement("img",{src:ie,alt:"3d",width:"72px"}))),G(),n.createElement("div",{className:"pb-commondityDiroNew-content"},n.createElement("div",{className:"pb-commondityDiroNew-content-top"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:ft(F?.title),dangerouslySetInnerHTML:{__html:ge((x=L?.title)!==null&&x!==void 0?x:"Large Dior Toujours BagLarge",F?.title)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!L&&(!L?.collection||L?.collection===""),style:ft(F?.collection),dangerouslySetInnerHTML:{__html:ge(L?.collection||"Black Macrocannage CalfskinLarge",F?.collection)}})),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.price,style:ft(F?.price),dangerouslySetInnerHTML:{__html:ge(vt,F?.price)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.taxInfo,style:ft(F?.taxInfo),dangerouslySetInnerHTML:{__html:ge((c=L?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",F?.taxInfo)}}))),(!L||L?.link)&&n.createElement("button",{"aria-label":(O=Fe?.enTitle)!==null&&O!==void 0?O:"Shop now",onClick:qe,className:"pb-commondityDiroNew-btn",style:W},n.createElement("span",{dangerouslySetInnerHTML:{__html:ge((y=Fe?.enTitle)!==null&&y!==void 0?y:"Shop now",W)}})),mt({isPost:V}))),n.createElement(jt,{visible:Pe,onClose:()=>Ie(!1)},n.createElement("div",{style:{paddingTop:"20px"}},mt({isPost:!1}))),n.createElement(jt,{visible:Ne,padding:0,isFullScreen:!0,onClose:()=>Q(!1)},n.createElement("div",{style:{backgroundColor:ae,height:"100%"}},n.createElement("iframe",{src:Ee,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var cs=n.memo(us),vs=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ps=$e(cs,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:as,interactionRender:vs},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var ms=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0}]}]},{title:"\u6309\u94AE\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["props","buttonStyle","backgroundColor"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","buttonStyle","width"],addonAfter:"W"},{type:"Number",name:["props","buttonStyle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","buttonStyle","borderRadius"],max:100},{type:"Number",name:["props","buttonStyle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","buttonStyle"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","buttonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","buttonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","buttonStyle","color"]},{type:"Number",addonAfter:"px",name:["props","buttonStyle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","buttonStyle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","buttonStyle"]}]}];function xo(t){const e=n.useRef(null),[i,o]=n.useState(!1);return n.useEffect(()=>{e.current=new IntersectionObserver(([s])=>{o(s.isIntersecting)})},[]),n.useEffect(()=>{var s;return t?.current&&((s=e?.current)===null||s===void 0||s.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const fs=({src:t,rec:e,item:i,index:o,style:s,translateY:l,imgStyle:d,enableEventReport:r=!0})=>{const a=n.useRef(null),p=xo(a),{ctaEvent:u}=Ce();return n.useEffect(()=>{p&&t&&a?.current&&r&&u?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,o)},[p,t,a,e,u,i,o,r]),n.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),n.createElement("div",{className:we.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},d))},n.createElement("div",{ref:a,hidden:!t,className:we.css({width:"100%",height:"100%"})},n.createElement(lt,{className:we.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},s)),src:t})))};var At=n.memo(fs);const hs=t=>{var e,i,o,{style:s,isDefault:l,rec:d,viewTime:r,isPost:a,bottom_image:p,commodityStyles:u,buttonStyle:f,translateY:h=0,commodityPicture:m,isExternalLink:S,onClick:E}=t,A=Xe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:v,popupDetailData:w,setPopupDetailData:b,ctaEvent:T}=Ce(),{jumpToWeb:D}=Ke(),{popup:g}=ht(),M=a?d:w,P=(i=(e=M?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],x=w?.index,c=n.useCallback(y=>{var C,I,B,j,V,z,N;const k=((C=u?.price)===null||C===void 0?void 0:C.enableFormattedPrice)===void 0||((I=u?.price)===null||I===void 0?void 0:I.enableFormattedPrice);return y?.currency&&y?.price?`${(V=(j=(B=y?.currency)===null||B===void 0?void 0:B.split("-")[1])===null||j===void 0?void 0:j.toUpperCase())!==null&&V!==void 0?V:""}${k?(N=(z=y?.price)===null||z===void 0?void 0:z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&N!==void 0?N:"":y?.price}`:`$${k?7e3.toLocaleString():7e3}`},[(o=u?.price)===null||o===void 0?void 0:o.enableFormattedPrice]),O=Ue.throttle((y,C)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},M,y,x),b?.(Object.assign(Object.assign({},M),{video:Object.assign(Object.assign({},M?.video),{bindProduct:y}),index:x,multiCheckIndex:C})),S?y?.link&&(D(M,y,y.bindCta,x),window.location.href=window.getJointUtmLink(y.link)):E?.()},g?.duration);return n.createElement("div",{className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},P?.map((y,C)=>{var I,B,j,V,z,N,k,F,W,U;return n.createElement(n.Fragment,null,M&&!y?.bindCta?null:n.createElement("div",Object.assign({key:C},A,{className:we.css({display:"flex"}),onClick:()=>O(y,C)}),n.createElement(At,{src:(V=(j=(I=y?.cover)!==null&&I!==void 0?I:(B=y?.homePage)===null||B===void 0?void 0:B[0])!==null&&j!==void 0?j:v?.bottom_image)!==null&&V!==void 0?V:p,rec:M,item:y,index:C,translateY:h,imgStyle:m,enableEventReport:!1}),n.createElement("div",{style:{width:`calc(100% - ${(z=m?.width)!==null&&z!==void 0?z:0}px - ${(N=m?.marginRight)!==null&&N!==void 0?N:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},n.createElement("div",null,n.createElement("div",{className:"one-line-ellipsis",style:u?.title,hidden:!!y&&!y?.title,dangerouslySetInnerHTML:{__html:ge((k=y?.title)!==null&&k!==void 0?k:"Pendant in Yellow Gold with Diamonds, Medium",u?.title)}}),n.createElement("div",{className:"two-line-ellipsis",style:u?.collection,hidden:!!y&&(!y?.collection||y?.collection===""),dangerouslySetInnerHTML:{__html:ge((F=y?.collection)!==null&&F!==void 0?F:"Tiffany Lock",u?.collection)}})),n.createElement("div",{className:we.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{style:u?.price,hidden:!!y&&!y?.price,dangerouslySetInnerHTML:{__html:ge(c(y),u?.price)}})),n.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:ge((U=(W=y?.bindCta)===null||W===void 0?void 0:W.enTitle)!==null&&U!==void 0?U:"Shop Now",f)}})))))}))};var gs=n.memo(hs),bs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ys=$e(gs,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:ms,interactionRender:bs},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var ws=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const Ss=t=>{var e,i,{content:o,btnText:s,style:l,icon:d,isPopup:r,isExternalLink:a,onClose:p,onClick:u,submitButtonStyle:f,contentStyle:h,isTel:m}=t,S=Xe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:E}=Ce(),A=(i=(e=E?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return n.createElement("div",Object.assign({className:`${we.css(Object.assign({},l))}`},S),n.createElement("iframe",{src:A,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var xs=n.memo(Ss);const Ts=$e(xs,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:ws,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var ct=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],Es=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const As=t=>{var{rec:e,children:i,className:o,onClick:s,style:l,isExternalLink:d=!1,index:r,jumpLink:a}=t;Xe(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const p=n.useRef(null),{popup:u}=ht(),{setPopupDetailData:f,ctaEvent:h}=Ce(),{jumpToWeb:m}=Ke(),S=Ue.throttle(()=>{var E,A,v,w,b,T,D,g;const M=(A=(E=e?.video)===null||E===void 0?void 0:E.bindProduct)!==null&&A!==void 0?A:e?.video;if(h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,M,r),f?.(Object.assign(Object.assign({},e),{index:r})),d){if(a||!((w=(v=e?.video)===null||v===void 0?void 0:v.bindProduct)===null||w===void 0)&&w.link){const P=(b=e?.video)===null||b===void 0?void 0:b.bindCta,x=(T=e?.video)===null||T===void 0?void 0:T.bindProduct;m(e,x,P,r),window.location.href=window.getJointUtmLink(a||((g=(D=e?.video)===null||D===void 0?void 0:D.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else s?.()},u?.duration);return n.createElement("div",{ref:p,className:o,style:l,onClick:S},i)};var Ut=n.memo(As),Cs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const Is=t=>{var e,i,o,s,l,d,r,a,p,u,f,{content:h,style:m,bgImg:S,recData:E,bottom_image:A,ctaTempStyles:v,isExternalLink:w,translateY:b=0,index:T}=t,D=Xe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),M=(e=E?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(s=(i=M?.cover)!==null&&i!==void 0?i:(o=M?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:A;return n.createElement(Ut,Object.assign({isExternalLink:w,rec:E,className:we.css(Object.assign({},m)),style:{display:"flex"},index:T},D),n.createElement(At,{src:P,rec:E,item:(r=(d=E?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&r!==void 0?r:E?.video,index:T,translateY:b,imgStyle:v?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Cs["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ge((a=M?.title)!==null&&a!==void 0?a:"Product Name",v?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((p=v?.ctaTitle)===null||p===void 0?void 0:p.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((f=(u=M?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var ks=n.memo(Is);const _s=$e(ks,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:Es,bindableProps:[],settingRender:ct},defaulSetting:{props:{ctaTempStyles:{img:{borderRadius:3,width:60,height:60,marginRight:8},title:{fontSize:12,color:"#fff",textAlign:"left"},ctaTitle:{fontSize:10,color:"#fff",textAlign:"center",width:130,height:20,backgroundColor:"rgba(0,0,0,.5)"}}},style:{padding:7,width:236,height:74,borderRadius:3,backgroundColor:"rgba(0,0,0,.3)",marginBottom:8}},w:100,h:40,sort:1});var Ps=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Ds=t=>{var e,i,o,s,l,d,{content:r,style:a,bgImg:p,recData:u,bottom_image:f,ctaTempStyles:h,isExternalLink:m,index:S}=t,E=Xe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:A}=Ce(),v=(e=u?.video)===null||e===void 0?void 0:e.bindCta,w=(o=(i=v?.icon)!==null&&i!==void 0?i:A?.bottom_image)!==null&&o!==void 0?o:f;return n.createElement(Ut,Object.assign({isExternalLink:m,rec:u,className:we.css(Object.assign({alignItems:"center"},a)),style:{display:"flex"},index:S},E),n.createElement(At,{src:w,rec:u,item:(l=(s=u?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&l!==void 0?l:u?.video,index:S,imgStyle:h?.img}),n.createElement("div",{className:we.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((d=v?.enTitle)!==null&&d!==void 0?d:"Product Name",h?.ctaTitle)}}))};var Ms=n.memo(Ds);const Os=$e(Ms,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:Ps,settingRender:ct?.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 Ls=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],To={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Bs=t=>{var e,i,o,s,l,d,r,a,p,{content:u,style:f,bgImg:h,recData:m,bottom_image:S,ctaTempStyles:E,index:A,customTitle:v}=t,w=Xe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:b,bffEventReport:T}=Ce();Ke();const D=(e=m?.video)===null||e===void 0?void 0:e.bindCta;(i=m?.video)===null||i===void 0||i.bindProduct;const g=(s=(o=D?.icon)!==null&&o!==void 0?o:b?.bottom_image)!==null&&s!==void 0?s:S;return n.createElement(Ut,Object.assign({index:A,rec:m,className:we.css(Object.assign({alignItems:"center"},f)),style:{display:"flex"}},w,{jumpLink:(l=D?.link)!==null&&l!==void 0?l:""}),n.createElement(At,{src:g,rec:m,item:(r=(d=m?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&r!==void 0?r:m?.video,index:A,imgStyle:E?.img}),n.createElement("div",{className:we.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{className:To["tow-line-ellipsis"],style:E?.ctaTitle,dangerouslySetInnerHTML:{__html:ge((a=D?.enTitle)!==null&&a!==void 0?a:"Product Name",E?.ctaTitle)}}),v?.display&&n.createElement("div",{style:Object.assign(Object.assign({},v?.style),{lineHeight:((p=v?.style)===null||p===void 0?void 0:p.height)+"px"}),className:To["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:ge(v?.text,v?.style)}}))))};var Ns=n.memo(Bs),Fs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ei;const js=$e(Ns,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(Ei=ct?.filter(t=>t.type!=="commodityTitle"))===null||Ei===void 0?void 0:Ei.concat(Ls),bindableProps:[],interactionRender:Fs},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 Vs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],zs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Hs=t=>{var e,i,o,s,l,d,r,a,p,u,f,{content:h,style:m,bgImg:S,recData:E,bottom_image:A,ctaTempStyles:v,isExternalLink:w,translateY:b=0,index:T}=t,D=Xe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),M=(e=E?.video)===null||e===void 0?void 0:e.bindProduct,P=(l=(s=(i=M?.cover)!==null&&i!==void 0?i:(o=M?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:A;return n.createElement(Ut,Object.assign({isExternalLink:w,rec:E,className:we.css(Object.assign({},m)),style:{display:"flex"},index:T},D),n.createElement(At,{src:P,rec:E,item:(r=(d=E?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&r!==void 0?r:E?.video,index:T,translateY:b,imgStyle:v?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:zs["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ge((a=M?.title)!==null&&a!==void 0?a:"Product Name",v?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((p=v?.ctaTitle)===null||p===void 0?void 0:p.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((f=(u=M?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var Gs=n.memo(Hs);const Us=$e(Gs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:Vs,settingRender:ct,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 Ws=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Ys={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Xs=t=>{var e,i,o,s,l,d,r,a,p,u,{content:f,style:h,bgImg:m,recData:S,bottom_image:E,ctaTempStyles:A,isExternalLink:v,translateY:w=0,index:b}=t,T=Xe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:D}=Ce(),g=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,M=(l=(s=(i=g?.cover)!==null&&i!==void 0?i:(o=g?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:D?.bottom_image)!==null&&l!==void 0?l:E;return n.createElement(Ut,Object.assign({isExternalLink:v,rec:S,className:we.css(Object.assign({},h)),style:{display:"flex"},index:b},T),n.createElement(At,{src:M,rec:S,item:(r=(d=S?.video)===null||d===void 0?void 0:d.bindProduct)!==null&&r!==void 0?r:S?.video,index:b,translateY:w,imgStyle:A?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Ys["tow-line-ellipsis"],style:A?.title,dangerouslySetInnerHTML:{__html:ge((a=g?.title)!==null&&a!==void 0?a:"Product Name",A?.title)}}),n.createElement("div",{className:we.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},A?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((u=(p=g?.bindCta)===null||p===void 0?void 0:p.enTitle)!==null&&u!==void 0?u:"Shop Now",A?.ctaTitle)}})))};var Js=n.memo(Xs);const qs=$e(Js,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Ws,bindableProps:[],settingRender:ct},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 Ks=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Zs={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Qs=t=>{var e,i,{content:o,style:s,bgImg:l,recData:d,onClick:r,bottom_image:a,ctaTempStyles:p,isExternalLink:u,index:f,translateY:h=0}=t,m=Xe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:E,sxpParameter:A}=Ce(),{popup:v}=ht(),{jumpToWeb:w}=Ke(),[b,T]=n.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),D=Ue.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),E?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(w(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return n.createElement(Gt,{isPadding:!!d},b?.map((g,M)=>{var P,x,c,O,y,C,I,B;return n.createElement(n.Fragment,null,d&&!g?.bindCta?null:n.createElement(yt,Object.assign({key:M,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,M)}),n.createElement(At,{src:(O=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:A?.bottom_image)!==null&&O!==void 0?O:a,rec:d,item:g,index:M,translateY:h,imgStyle:p?.img}),n.createElement("div",{className:we.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Zs["two-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ge((y=g?.title)!==null&&y!==void 0?y:"Product Name",p?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((C=p?.ctaTitle)===null||C===void 0?void 0:C.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((B=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&B!==void 0?B:"Shop Now",p?.ctaTitle)}}))))}))};var Rs=n.memo(Qs);const $s=$e(Rs,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Ks,bindableProps:[],settingRender:ct},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 ed=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],td={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const id=t=>{var e,i,{content:o,style:s,bgImg:l,recData:d,onClick:r,bottom_image:a,ctaTempStyles:p,isExternalLink:u,index:f,translateY:h=0}=t,m=Xe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:S}=Ce(),{ctaEvent:E,setPopupDetailData:A}=Ce(),{popup:v}=ht(),[w,b]=n.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:T}=Ke(),D=Ue.throttle((g,M)=>{E?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),A?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(T(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return n.createElement(Gt,{isPadding:!!d},w?.map((g,M)=>{var P,x,c,O,y,C,I,B;return n.createElement(n.Fragment,null,d&&!g?.bindCta?null:n.createElement(yt,Object.assign({key:M,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,M)}),n.createElement(At,{src:(O=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:S?.bottom_image)!==null&&O!==void 0?O:a,rec:d,item:g,index:M,translateY:h,imgStyle:p?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:td["two-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ge((y=g?.title)!==null&&y!==void 0?y:"Product Name",p?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((C=p?.ctaTitle)===null||C===void 0?void 0:C.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((B=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&B!==void 0?B:"Shop Now",p?.ctaTitle)}}))))}))};var od=n.memo(id);const nd=$e(od,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:ed,settingRender:ct,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 ld=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],sd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const dd=t=>{var e,i,{content:o,style:s,bgImg:l,recData:d,onClick:r,bottom_image:a,ctaTempStyles:p,isExternalLink:u,index:f,translateY:h=0}=t,m=Xe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:E,sxpParameter:A}=Ce(),{popup:v}=ht(),{jumpToWeb:w}=Ke(),[b,T]=n.useState((i=(e=d?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),D=Ue.throttle((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},d,g,f),E?.(Object.assign(Object.assign({},d),{video:Object.assign(Object.assign({},d?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),u?g?.link&&(w(d,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return n.createElement(Gt,{isPadding:!!d},b?.map((g,M)=>{var P,x,c,O,y,C,I;return n.createElement(n.Fragment,null,d&&!g?.bindCta?null:n.createElement(yt,Object.assign({key:M,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,M)}),n.createElement(At,{src:(O=(c=(P=g?.cover)!==null&&P!==void 0?P:(x=g?.homePage)===null||x===void 0?void 0:x[0])!==null&&c!==void 0?c:A?.bottom_image)!==null&&O!==void 0?O:a,rec:d,item:g,index:M,translateY:h,imgStyle:p?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},n.createElement("div",{className:sd["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ge((y=g?.title)!==null&&y!==void 0?y:"Product Name",p?.title)}}),n.createElement("div",{className:we.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((I=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&I!==void 0?I:"Shop Now",p?.ctaTitle)}}))))}))};var rd=n.memo(dd);const ad=$e(rd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:ld,bindableProps:[],settingRender:ct},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}]}]},{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 cd=({icon:t,styles:e,textStyle:i,onClose:o})=>{var s;const{waterFallData:l,setOpenHashtag:d}=Ce();return n.createElement("div",{className:"clc-sxp-nav",style:e},n.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:o}),n.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:ge(`#${(s=l?.hashTag)!==null&&s!==void 0?s:"\u6807\u9898"}`,i)}}))};var Eo=n.memo(cd),vd=null,pd="3d989325-e7d6-4a74-8a97-98febdf5b567",md=null,fd=null,hd={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"},gd=[{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}],bd="Handbags",Ao={productUserId:vd,requestId:pd,channel:md,rtc:fd,tag:hd,recList:gd,hashTag:bd};const yd=t=>{var e;const{rec:i,style:o={},sizeChange:s=()=>{},unitWidth:l,index:d,showBorder:r,list:a,reportTagsView:p,textStyles:u,space:f}=t,{swiperRef:h,setRtcList:m,setOpenHashtag:S,sxpParameter:E}=Ce(),[A,v]=n.useState(!1);n.useState(!1),n.useState({height:1,width:1});const w=n.useRef(null),b=n.useRef(null);n.useRef(null),n.useRef(null);const[T,D]=n.useState(""),g=n.useMemo(()=>{var C,I,B,j,V,z,N,k,F,W;return!((C=i?.video)===null||C===void 0)&&C.cover?(I=i?.video)===null||I===void 0?void 0:I.cover:!((j=(B=i?.video)===null||B===void 0?void 0:B.imgUrls)===null||j===void 0)&&j.length?(z=(V=i?.video)===null||V===void 0?void 0:V.imgUrls)===null||z===void 0?void 0:z[0]:!((k=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||k===void 0)&&k.length?(W=(F=i?.product)===null||F===void 0?void 0:F.homePage)===null||W===void 0?void 0:W[0]:E?.bottom_image||""},[i,E?.bottom_image]),M=n.useMemo(()=>{var C,I;return((C=i?.product)===null||C===void 0?void 0:C.title)||((I=i?.video)===null||I===void 0?void 0:I.title)||null},[i]),P=n.useMemo(()=>{var C;return o.transform?Number((C=o.transform)===null||C===void 0?void 0:C.substring(o.transform.indexOf(",",0)+1,o.transform.length-3)):void 0},[o]);n.useMemo(()=>P===void 0?!1:P<=r,[P,r]);const x=n.useMemo(()=>{var C,I,B,j,V,z,N,k,F,W,U,K;const ne=((C=u?.price)===null||C===void 0?void 0:C.enableFormattedPrice)===void 0||((I=u?.price)===null||I===void 0?void 0:I.enableFormattedPrice);return!((B=i?.product)===null||B===void 0)&&B.currency&&(!((j=i?.product)===null||j===void 0)&&j.price)?`${(k=(N=(z=(V=i?.product)===null||V===void 0?void 0:V.currency)===null||z===void 0?void 0:z.split("-")[1])===null||N===void 0?void 0:N.toUpperCase())!==null&&k!==void 0?k:""}${ne?(U=(W=(F=i?.product)===null||F===void 0?void 0:F.price)===null||W===void 0?void 0:W.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&U!==void 0?U:"":(K=i?.product)===null||K===void 0?void 0:K.price}`:null},[i,(e=u?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);n.useEffect(()=>{if(w.current===null||g==="")return;let C=null;A&&T?C=T:C=g,C&&w.current.setSrc(C)},[g,A,T]);const c=n.useRef(),O=n.useCallback(C=>{setTimeout(()=>{var I;const B=(I=c?.current)===null||I===void 0?void 0:I.offsetHeight;s(B+56+f,d)},0)},[f,s,d,l,c]),y=()=>{p(),m?.(a),setTimeout(()=>{var C;(C=h?.current)===null||C===void 0||C.swiper.slideTo(d,0,!1),S?.(!1)},0)};return n.createElement("div",{ref:b,style:Object.assign({},o),className:"waterFallList-content-listItem",key:d,onClick:y},n.createElement("div",{className:"waterFallList-content-listItem-picture",ref:c},n.createElement(lt,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:O,ref:w})),n.createElement("div",{className:"waterFallList-content-listItem-info"},n.createElement("div",{className:`waterFallList-content-listItem-info-title ${x?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},u?.title),dangerouslySetInnerHTML:{__html:ge(M,u?.title)}}),n.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!x,style:u.price,dangerouslySetInnerHTML:{__html:ge(x,u?.price)}})))};function wd(t){var e,i,o,s,l,d,r,a,p,u,f,h,m,S,E,A,v,w,b,T,D,g,{reportTagsView:M,showBanner:P}=t,x=Xe(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:O,hashTagSize:y,loadingImage:C,isOpenHashTag:I,cacheActiveIndex:B}=Ce(),{jumpToWeb:j}=Ke(),V=n.useRef(null),[z,N]=n.useState(0),[k,F]=n.useState(),W=n.useRef(null),[U,K]=n.useState([]),ne=n.useRef(),ie=[170,230,300],[ue,ke]=n.useState(!1),[ae,Y]=n.useState([]),Z=n.useRef(),$=n.useCallback((Q,ce)=>Math.floor(Math.random()*(ce-Q+1))+Q,[]),ee=n.useRef([]),[fe,xe]=n.useState({width:0}),le=n.useMemo(()=>{const Q=fe.width||0;return Q>=1200?6:Q>=768&&Q<=1199?4:2},[fe]),me=n.useMemo(()=>fe.width/le-2,[le,fe]),be=n.useCallback(()=>{var Q;const ce=(Q=ne.current)!==null&&Q!==void 0?Q:[],te=[];for(let de=0;de<ae?.length;de++){const R=Math.floor(de/le),L=de%le+1;let Fe=0,Ze=9999999999;if(R===0)te[de]=de;else{for(let qe=0;qe<te.length;qe++)ee.current[te[qe]].top+ee.current[te[qe]].height<Ze&&(Fe=qe,Ze=ee.current[te[qe]].top+ee.current[te[qe]].height);te[Fe]=de}ee.current[de]===void 0&&(ee.current[de]={}),R===0?(L===1?ee.current[de].left=0:ee.current[de].left=ee.current[de-1].left+me+4,ee.current[de].top=0):(ee.current[de].left=ee.current[Fe].left,ee.current[de].top=Ze),ee.current[de].height=ee.current[de].height||ie[$(0,2)],ce[de]={transform:`translate(${ee.current[de].left}px,${ee.current[de].top}px)`,width:`${me}px`,height:ee.current[de].height}}return K([...ce]),[...ce]},[me,le,ie,$,ae]),Pe=n.useCallback((Q,ce)=>{ee.current[ce]===void 0&&(ee.current[ce]={}),ee.current[ce].height=Q,ne.current=be()},[be]);n.useEffect(()=>{ne.current=be()},[me,le,ae]),n.useEffect(()=>{var Q,ce;if(ke(!0),c&&O?.({hashTag:c?.hashTag,defaultSize:y,maxSize:y}).then(te=>{var de,R;F(te),Y((R=(de=te?.recList)===null||de===void 0?void 0:de.filter(L=>L?.video!==null||L?.product!==null))!==null&&R!==void 0?R:[]),ke(!1)}),I){const te=Ao;F(te),Y((ce=(Q=te?.recList)===null||Q===void 0?void 0:Q.filter(de=>de?.video!==null||de?.product!==null))!==null&&ce!==void 0?ce:[]),ke(!1)}},[c,O,y,I]);const Ie=n.useCallback(()=>{W.current!==null&&xe({width:W.current.getBoundingClientRect().width})},[]);n.useEffect(()=>{if(W.current===null)return;const Q=new ResizeObserver(ce=>{Ie()});return Q.observe(W.current),()=>{Q.disconnect()}},[Ie]),n.useCallback(()=>{ke(!0),c&&O?.({hashTag:c?.hashTag}).then(Q=>{var ce,te;Y(ae?.concat((te=(ce=Q?.recList)===null||ce===void 0?void 0:ce.filter(de=>!de?.video))!==null&&te!==void 0?te:[])),ke(!1)})},[c,O,ae]);const Me=n.useCallback(()=>{N(V.current.scrollTop)},[]);n.useEffect(()=>{var Q;return(Q=V?.current)===null||Q===void 0||Q.addEventListener("scroll",Me),()=>{var ce;(ce=V?.current)===null||ce===void 0||ce.removeEventListener("scroll",Me)}},[Me,V]);const Ne=()=>{var Q,ce,te,de,R;if(!((Q=k?.tag)===null||Q===void 0)&&Q.link){M();const L=c?.rec;j(L,(ce=L?.video)===null||ce===void 0?void 0:ce.bindProduct,(te=L?.video)===null||te===void 0?void 0:te.bindCta,B,(de=L?.video)===null||de===void 0?void 0:de.traceInfo),window.location.href=window.getJointUtmLink((R=k?.tag)===null||R===void 0?void 0:R.link)}};return n.createElement(n.Fragment,null,ue?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:C,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"waterFallList",ref:W},n.createElement("div",{className:"waterFallList-scroll",ref:V},P&&((e=k?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:Ne},n.createElement(lt,{className:we.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=k?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"waterFallList-info",style:(o=x?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:ge((s=k?.tag)===null||s===void 0?void 0:s.info,(l=x?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((d=k?.tag)===null||d===void 0)&&d.link),className:"waterFallList-collection",style:Object.assign({},(r=x?.textStyles)===null||r===void 0?void 0:r.hashTagLink),onClick:Ne,dangerouslySetInnerHTML:{__html:ge(((a=k?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(p=x?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),n.createElement("div",{className:"waterFallList-content"},ae?.map((Q,ce)=>{var te;return n.createElement(yd,Object.assign({key:ce,index:ce,rec:Q,list:ae,showBorder:z+((te=V?.current)===null||te===void 0?void 0:te.clientHeight),style:U[ce],sizeChange:Pe,unitWidth:me,reportTagsView:M},x))}),n.createElement("div",{hidden:!(!((u=k?.tag)===null||u===void 0)&&u.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(E=((h=ee?.current[((f=ee?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((S=ee?.current[((m=ee?.current)===null||m===void 0?void 0:m.length)-1])===null||S===void 0?void 0:S.height))!==null&&E!==void 0?E:0}px)`,height:!((A=k?.tag)===null||A===void 0)&&A.link?((v=Z?.current)===null||v===void 0?void 0:v.offsetHeight)||((w=x?.buttonBgStyle)===null||w===void 0?void 0:w.height)||"100px":0}}))),n.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=k?.tag)===null||b===void 0)&&b.link),style:x?.buttonBgStyle}),n.createElement("div",{ref:Z,hidden:!(!((T=k?.tag)===null||T===void 0)&&T.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},x?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((D=k?.tag)===null||D===void 0?void 0:D.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:x?.buttonStyle,onClick:Ne,dangerouslySetInnerHTML:{__html:ge(((g=k?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",x?.buttonStyle)}}))))}var Sd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const xd=t=>{var e;const{rec:i,index:o,list:s,reportTagsView:l,textStyles:d,space:r}=t,{swiperRef:a,setRtcList:p,setOpenHashtag:u,sxpParameter:f}=Ce(),[h,m]=n.useState(!1),S=n.useRef(null),E=n.useRef(null),A=n.useRef(null),v=n.useRef(null),[w,b]=n.useState(""),T=n.useMemo(()=>{var x,c,O,y,C,I,B,j,V,z;return!((x=i?.video)===null||x===void 0)&&x.cover?(c=i?.video)===null||c===void 0?void 0:c.cover:!((y=(O=i?.video)===null||O===void 0?void 0:O.imgUrls)===null||y===void 0)&&y.length?(I=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||I===void 0?void 0:I[0]:!((j=(B=i?.product)===null||B===void 0?void 0:B.homePage)===null||j===void 0)&&j.length?(z=(V=i?.product)===null||V===void 0?void 0:V.homePage)===null||z===void 0?void 0:z[0]:f?.bottom_image||""},[i,f?.bottom_image]),D=n.useMemo(()=>{var x,c;return((x=i?.product)===null||x===void 0?void 0:x.title)||((c=i?.video)===null||c===void 0?void 0:c.title)||null},[i]),g=n.useMemo(()=>{var x,c,O,y,C,I,B,j,V,z,N,k;const F=((x=d?.price)===null||x===void 0?void 0:x.enableFormattedPrice)===void 0||((c=d?.price)===null||c===void 0?void 0:c.enableFormattedPrice);return!((O=i?.product)===null||O===void 0)&&O.currency&&(!((y=i?.product)===null||y===void 0)&&y.price)?`${(j=(B=(I=(C=i?.product)===null||C===void 0?void 0:C.currency)===null||I===void 0?void 0:I.split("-")[1])===null||B===void 0?void 0:B.toUpperCase())!==null&&j!==void 0?j:""}${F?(N=(z=(V=i?.product)===null||V===void 0?void 0:V.price)===null||z===void 0?void 0:z.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&N!==void 0?N:"":(k=i?.product)===null||k===void 0?void 0:k.price}`:null},[i,(e=d?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);n.useEffect(()=>{const x=new IntersectionObserver(c=>{c.forEach(O=>{if(O.isIntersecting){if(E.current===null||T==="")return;h&&w?S.current.setSrc(w):S.current.setSrc(T),x.unobserve(E.current)}})});return x.observe(E.current),()=>{x.disconnect()}},[T,h,w]);const M=(x,c,O)=>{const y=x/c;return O/y};n.useEffect(()=>{const x=A?.current;x===null||T===""||!h||(x.src=T,x.currentTime=1,x.crossOrigin="anonymous",x.onloadeddata=()=>{const c=v?.current;if(!c)return;const O=c.getContext("2d"),y=window?.innerWidth/2,C=M(x.videoWidth,x.videoHeight,y);c.height=C,c.width=y,O?.drawImage(x,0,0,c.width,c.height),b(c.toDataURL()),x.remove(),c.remove()})},[T,h]);const P=()=>{l(),p?.(s),setTimeout(()=>{var x;(x=a?.current)===null||x===void 0||x.swiper.slideTo(o,0,!1),u?.(!1)},0)};return n.createElement("div",{ref:E,className:"list-content-listItem",key:o,onClick:P,style:{marginBottom:r}},n.createElement("div",{className:"list-content-listItem-picture"},h&&n.createElement("div",{style:{display:"none"}},n.createElement("video",{ref:A,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),n.createElement("canvas",{ref:v})),n.createElement(lt,{loading:"lazy",className:"list-content-listItem-picture-img",ref:S})),n.createElement("div",{className:"list-content-listItem-info"},n.createElement("div",{className:`list-content-listItem-info-title ${g?"list-content-listItem-info-nowrap":""}`,style:d?.title,dangerouslySetInnerHTML:{__html:ge(D,d?.title)}}),n.createElement("div",{className:"list-content-listItem-info-price",style:d?.price,hidden:!g,dangerouslySetInnerHTML:{__html:ge(g,d?.price)}})))};function Td(t){var e,i,o,s,l,d,r,a,p,u,f,h,m,S,E,A,v,{reportTagsView:w,showBanner:b}=t,T=Xe(t,["reportTagsView","showBanner"]);const{waterFallData:D,getRecommendVideos:g,hashTagSize:M,loadingImage:P,isOpenHashTag:x,cacheActiveIndex:c}=Ce(),{jumpToWeb:O}=Ke(),[y,C]=n.useState(),[I,B]=n.useState(),[j,V]=n.useState(!1),z=n.useRef(null),[N,k]=n.useState(!1);n.useCallback(()=>{N||(k(!0),D&&g?.({hashTag:D?.hashTag}).then(W=>{var U;C(y?.concat((U=W?.recList)!==null&&U!==void 0?U:[])),k(!1)}))},[D,g,y,N]),n.useEffect(()=>{var W,U;if(V(!0),D&&g?.({hashTag:D?.hashTag,defaultSize:M,maxSize:M}).then(K=>{var ne,ie;B(K),C((ie=(ne=K?.recList)===null||ne===void 0?void 0:ne.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&ie!==void 0?ie:[]),V(!1)}),x){const K=Ao;B(K),C((U=(W=K?.recList)===null||W===void 0?void 0:W.filter(ne=>ne?.video!==null||ne?.product!==null))!==null&&U!==void 0?U:[]),V(!1)}},[D,g,M,x]);const F=()=>{var W,U,K,ne,ie;if(!((W=I?.tag)===null||W===void 0)&&W.link){w();const ue=D?.rec;O(ue,(U=ue?.video)===null||U===void 0?void 0:U.bindProduct,(K=ue?.video)===null||K===void 0?void 0:K.bindCta,c,(ne=ue?.video)===null||ne===void 0?void 0:ne.traceInfo),window.location.href=window.getJointUtmLink((ie=I?.tag)===null||ie===void 0?void 0:ie.link)}};return n.createElement(n.Fragment,null,j?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:P,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"list"},n.createElement("div",{className:"list-scroll",ref:z},b&&((e=I?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:F},n.createElement(lt,{className:we.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=I?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"list-info",style:(o=T?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:ge((s=I?.tag)===null||s===void 0?void 0:s.info,(l=T?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((d=I?.tag)===null||d===void 0)&&d.link),className:"list-collection",onClick:F,style:Object.assign(Object.assign({},(r=T?.textStyles)===null||r===void 0?void 0:r.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:ge(((a=I?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(p=T?.textStyles)===null||p===void 0?void 0:p.hashTagLink)}}),n.createElement("div",{className:"list-content"},y?.map((W,U)=>n.createElement(xd,Object.assign({key:U,index:U,rec:W,list:y,reportTagsView:w},T)))),n.createElement("div",{hidden:!N,style:{textAlign:"center"}},"loading..."),n.createElement("div",{hidden:!(!((u=I?.tag)===null||u===void 0)&&u.link),style:{height:!((f=I?.tag)===null||f===void 0)&&f.link?((h=T?.buttonBgStyle)===null||h===void 0?void 0:h.height)||((m=T?.buttonStyle)===null||m===void 0?void 0:m.height)||"100px":0}})),n.createElement("div",{className:"list-bottom",hidden:!(!((S=I?.tag)===null||S===void 0)&&S.link),style:T?.buttonBgStyle}),n.createElement("div",{hidden:!(!((E=I?.tag)===null||E===void 0)&&E.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((A=I?.tag)===null||A===void 0?void 0:A.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:F,dangerouslySetInnerHTML:{__html:ge(((v=I?.tag)===null||v===void 0?void 0:v.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const Ed=t=>{var e;const{waterFallData:i,setOpenHashtag:o,openHashtag:s,swiperRef:l,setWaterFallData:d,cacheRtcList:r,setRtcList:a,cacheActiveIndex:p,rtcList:u,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:m,bffEventReport:S,themeTag:E,selectTag:A}=Ce(),{backMainFeed:v}=Ke();n.useRef(null);const w=n.useRef(null),[b,T]=n.useState();n.useEffect(()=>{const x=document.getElementById("sxp-render"),c=document.getElementById("water-fall");c?w.current=c:(w.current=document.createElement("div"),w.current.setAttribute("id","water-fall"),x?.appendChild(w.current))},[]);const D=()=>{var x,c;v("branch",A,void 0,i?.hashTag),P(),d?.(void 0),h?.(!1),(c=(x=l?.current)===null||x===void 0?void 0:x.swiper)===null||c===void 0||c.slideTo(p,0,!1),o?.(!1)},[g,M]=n.useState();n.useEffect(()=>{i&&M(i)},[i]);const P=n.useCallback(()=>{var x,c,O,y,C,I;const B=g?.rec;if(!B)return;let j="";m?j="hashTagPage":!((x=B?.video)===null||x===void 0)&&x.url?j="videoPage":!((O=(c=B?.video)===null||c===void 0?void 0:c.imgUrls)===null||O===void 0)&&O.length&&(j="imagePage"),S?.({eventInfo:{contentId:(y=B?.video)===null||y===void 0?void 0:y.itemId,position:p+"",contentTags:JSON.stringify((C=B?.video)===null||C===void 0?void 0:C.tags),traceInfo:(I=B?.video)===null||I===void 0?void 0:I.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:j,fromKPage:location?.href,timeOnSite:Math.floor((new Date-b)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,S,b,m,p]);return n.useEffect(()=>{s&&T(new Date)},[s]),n.useEffect(()=>{const x=()=>{T(new Date)};return window.addEventListener("pageshow",x),()=>{window.removeEventListener("pageshow",x)}},[]),w.current?Di.createPortal(n.createElement("div",{className:"waterfall",style:{display:s?"block":"none"}},n.createElement(Eo,{icon:Sd,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:D}),t?.openFixedSize===!0||t?.openFixedSize===void 0?n.createElement(Td,Object.assign({reportTagsView:P},t)):n.createElement(wd,Object.assign({reportTagsView:P},t))),w.current):null};var Co=n.memo(Ed);const Ad=t=>n.createElement(Co,Object.assign({},t));var Cd=n.memo(Ad);const Id=$e(Cd,{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,fontWeight:"bold",color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var kd=[{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 Io=t=>n.createElement(Io,Object.assign({},t));var _d=n.memo(Io);const Pd=$e(_d,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:kd},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var Dd=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"TextMargin",name:["style"],label:"\u4E0A\u4E0B\u8FB9\u8DDD",direction:"vertical"},{type:"TextPadding",name:["style"],label:"\u5185\u8FB9\u8DDD",direction:"horizontal"}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],ko={"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 Md=t=>{var e,i,o,s,l,d,r,a,p,u,{style:f,recData:h,ctaTempStyles:m,index:S,event:E,onClick:A,isExternalLink:v=!1}=t,w=Xe(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:b,setPopupDetailData:T}=Ce(),{jumpToWeb:D}=Ke(),[g,M]=n.useState(!1),P=n.useRef(null),x=xo(P),c=((o=(i=(e=h?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(s=h?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=h?.video)===null||d===void 0?void 0:d.bindCta),O=((a=(r=h?.video)===null||r===void 0?void 0:r.bindProducts)===null||a===void 0?void 0:a[0])||((p=h?.video)===null||p===void 0?void 0:p.bindProduct),y=()=>{var j,V,z,N;const k=((V=(j=h?.video)===null||j===void 0?void 0:j.bindProducts)===null||V===void 0?void 0:V[0])||((z=h?.video)===null||z===void 0?void 0:z.bindProduct)||h?.video;if(b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,k,S),T?.(Object.assign(Object.assign({},h),{index:S})),v){const F=O?.link||((N=k?.bindCta)===null||N===void 0?void 0:N.link);F&&(D(h,O,c,S),window.location.href=window.getJointUtmLink(F))}else A?.()},C=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",I=n.useMemo(()=>{var j,V;const z=E?.animation;if(z){const{delay:N,duration:k,backgroundColor:F}=z;return{":after":{animationDelay:`${(j=N/1e3)!==null&&j!==void 0?j:0}s`,animationDuration:`${(V=k/1e3)!==null&&V!==void 0?V:0}s`,backgroundColor:`${F??"transparent"}`}}}},[E?.animation]);n.useEffect(()=>{var j,V,z;x&&P?.current&&b?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((V=(j=h?.video)===null||j===void 0?void 0:j.bindProducts)===null||V===void 0?void 0:V[0])||((z=h?.video)===null||z===void 0?void 0:z.bindProduct)||h?.video,S)},[x]),n.useEffect(()=>{M(!!x)},[x]);const B=n.useMemo(()=>g?ko["animated-button"]:null,[g]);return n.createElement("div",Object.assign({ref:P,style:Object.assign(Object.assign(Object.assign({},f),m?.ctaTitle),{lineHeight:`${(u=f?.height)!==null&&u!==void 0?u:0}px`})},w,{className:`${B} ${we.css(I)} ${ko["one-line-ellipsis"]}`,onClick:y,dangerouslySetInnerHTML:{__html:ge(C,m?.ctaTitle)}}))};var Od=n.memo(Md),Ld=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Color",name:["animation","backgroundColor"],label:"\u52A8\u753B\u989C\u8272"},{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Bd=$e(Od,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:Dd,bindableProps:[],interactionRender:Ld},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 Nd=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],Vt={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 Fd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",jd=t=>{var e,i,o,s,l,d,r,a,p,u,f,h,m,S,E,A,v,w,b,T,D,g,M,P,{style:x,recData:c,ctaTempStyles:O,index:y,event:C,bottom_image:I,translateY:B,isTel:j,onClick:V,isExternalLink:z=!1,isActive:N}=t,k=Xe(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);x==null||delete x.transform;const{sxpParameter:F,globalConfig:W,ctaEvent:U,setPopupDetailData:K}=Ce(),{jumpToWeb:ne}=Ke(),[ie,ue]=n.useState(!0),ke=((o=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(s=c?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((d=c?.video)===null||d===void 0?void 0:d.bindCta),ae=((a=(r=c?.video)===null||r===void 0?void 0:r.bindProducts)===null||a===void 0?void 0:a[0])||((p=c?.video)===null||p===void 0?void 0:p.bindProduct),Y=()=>{var le,me,be,Pe;const Ie=((me=(le=c?.video)===null||le===void 0?void 0:le.bindProducts)===null||me===void 0?void 0:me[0])||((be=c?.video)===null||be===void 0?void 0:be.bindProduct)||c?.video;if(U?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Ie,y),K?.(Object.assign(Object.assign({},c),{index:y})),z){const Me=ae?.link||((Pe=Ie?.bindCta)===null||Pe===void 0?void 0:Pe.link);Me&&(ne(c,ae,ke,y),window.location.href=window.getJointUtmLink(Me))}else V?.()},Z=ke?.enTitle||"\u67E5\u770B\u8BE6\u60C5",$=n.useMemo(()=>{const le=C?.animation;if(le){const{delay:me,duration:be}=le;return{animationDelay:`${me?me/1e3:0}s`,animationDuration:`${be?be/1e3:0}s`}}},[C?.animation]),ee=(S=(m=(h=(u=ae?.cover)!==null&&u!==void 0?u:(f=ae?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:ke?.icon)!==null&&m!==void 0?m:F?.bottom_image)!==null&&S!==void 0?S:I,fe=le=>{le.stopPropagation(),ue(!1)};n.useEffect(()=>{ue(!0)},[N]);const xe=n.useMemo(()=>N&&ie?Vt["animated-fadeIn"]:null,[N,ie]);return n.createElement(n.Fragment,null,j?n.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):n.createElement("div",Object.assign({},k,{className:`${we.css(Object.assign(Object.assign({},x),{"--transY":`translateY(calc(100% + ${(E=x?.margin)!==null&&E!==void 0?E:0}px))`}))} ${Vt.aniLinkPopup} ${xe} ${we.css($)}`,onClick:Y}),n.createElement("div",{onClick:fe,className:Vt["modal-icon-wrapper"],style:{padding:(A=x?.padding)!==null&&A!==void 0?A:0}},n.createElement("img",{src:(v=W?.popupCloseIcon)!==null&&v!==void 0?v:Fd,alt:"close",className:Vt["modal-icon-wrapper-img"]})),n.createElement(At,{src:ee,rec:c,item:(g=(T=(b=(w=c?.video)===null||w===void 0?void 0:w.bindProducts)===null||b===void 0?void 0:b[0])!==null&&T!==void 0?T:(D=c?.video)===null||D===void 0?void 0:D.bindProduct)!==null&&g!==void 0?g:c?.video,index:y,translateY:B,imgStyle:O?.img}),(!c||ae?.title)&&n.createElement("div",{className:Vt["one-line-ellipsis"],style:O?.title,dangerouslySetInnerHTML:{__html:ge((M=ae?.title)!==null&&M!==void 0?M:"Product Name",O?.title)}}),n.createElement("div",{className:Vt["one-line-ellipsis"],style:Object.assign(Object.assign({},O?.ctaTitle),{lineHeight:((P=O?.ctaTitle)===null||P===void 0?void 0:P.height)+"px"}),dangerouslySetInnerHTML:{__html:ge(Z,O?.ctaTitle)}})))};var Vd=n.memo(jd),zd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]},{title:"\u52A8\u753B\u6548\u679C",child:[{type:"Select",name:["animation","name"],label:"\u52A8\u753B",options:[{label:"\u9ED8\u8BA4",value:1}],fieldProps:{style:{width:"100%"}}},{type:"Number",label:"\u52A8\u753B\u542F\u52A8\u65F6\u95F4",name:["animation","delay"],addonAfter:"ms"},{type:"Number",label:"\u52A8\u753B\u6301\u7EED\u65F6\u95F4",name:["animation","duration"],addonAfter:"ms"}]}];const Hd=$e(Vd,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Nd,bindableProps:[],interactionRender:zd},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 Ai=Object.freeze({__proto__:null,AniLink:Bd,AniLinkPopup:Hd,Appoint:Os,AppointForm:mn,Commodity:_s,CommodityDetail:is,CommodityDetailDiroNew:ps,CommodityDiro:Us,CommodityDiroNew:qs,CommodityList:ys,Consent:Pd,HashTag:Id,Iframe:Ts,Link:js,MultiCommodity:nd,MultiCommodityDiro:$s,MultiCommodityDiroNew:ad,Prompt:rs});const Gd="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Ud="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Wd=t=>{var e,{active:i,activeIcon:o,unActicveIcon:s,recData:l,position:d}=t,r=Xe(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:a,mutateUnlike:p,bffEventReport:u,setCacheRtcList:f,cacheRtcList:h}=Ce(),[m,S]=n.useState((e=h?.[d])===null||e===void 0?void 0:e.isCollected),E=at(Ud),A=at(Gd),v=Ue.debounce(()=>et(void 0,void 0,void 0,function*(){var w,b,T,D,g,M,P,x,c,O,y,C,I,B,j,V,z,N,k,F,W,U;if(m){S(!1);const K=(T=yield p?.({videoItemId:(b=(w=l?.video)===null||w===void 0?void 0:w.itemId)!==null&&b!==void 0?b:""}))!==null&&T!==void 0?T:!1;if(u?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(D=l?.video)===null||D===void 0?void 0:D.itemId)!==null&&g!==void 0?g:"",contentName:(P=(M=l?.video)===null||M===void 0?void 0:M.title)!==null&&P!==void 0?P:"",contentTags:JSON.stringify((c=(x=l?.video)===null||x===void 0?void 0:x.tags)!==null&&c!==void 0?c:[]),position:d+"",contentFormat:!((O=l?.video)===null||O===void 0)&&O.url?"video":"image",traceInfo:(y=l?.video)===null||y===void 0?void 0:y.traceInfo}}),!K)S(!0);else{const ne=(C=h?.map((ie,ue)=>(ue===d&&(ie.isCollected=!1),ie)))!==null&&C!==void 0?C:[];f?.(ne)}}else{S(!0);const K=(I=yield a?.({content:JSON.stringify(l)}))!==null&&I!==void 0?I:!1;if(u?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(j=(B=l?.video)===null||B===void 0?void 0:B.itemId)!==null&&j!==void 0?j:"",contentName:(z=(V=l?.video)===null||V===void 0?void 0:V.title)!==null&&z!==void 0?z:"",contentTags:JSON.stringify((k=(N=l?.video)===null||N===void 0?void 0:N.tags)!==null&&k!==void 0?k:[]),position:d+"",contentFormat:!((F=l?.video)===null||F===void 0)&&F.url?"video":"image",traceInfo:(W=l?.video)===null||W===void 0?void 0:W.traceInfo}}),!K)S(!1);else{const ne=(U=h?.map((ie,ue)=>(ue===d&&(ie.isCollected=!0),ie)))!==null&&U!==void 0?U:[];f?.(ne)}}}),200);return n.createElement("button",Object.assign({},r,{"aria-label":"like",onClick:v}),n.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:m?o||E:s||A,alt:"icon"}))};var _o=n.memo(Wd),Yd="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/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka1Kgw1MOIHyWCnBjlX8aTG1H+mxiyJUuIwTCmnCkTo8ibLkeurKmR58V/I4PinCgQpc+UC0vlxFlR4RqaBJtWLBixjcKAAAAh+QQJAwD/ACxQABgAFQAQAAAIcwD/CfyHBJwbcAMTKhwIrlSxRA0fIlyYEFwXgxYxXjxI0Y1DiB8jgnyocGPGgyZTTvwnMaTLlhLd/EOpsSZNmlBE6nw5EiIXmyeDpvzXcyfMkSxV3hRqcGBRnjoXrmG6lAtFgU9bXk2IbWmXrRQTdSmVMCAAIfkECQQA/wAsUgAZABgAEQAACIIA/wksBK5UsUTgBCpcyFBgKTfguoCDKBFiw4sIDWY8WLBYoYsK10ScOJIiyS7cQHbcyHIluE4NK5acKVPmQo4aXebcWcyNQJNAaZ4kieRfKZ4tkXYUODRozaYJ/2FTSpUjzJBCnQ7FqBOn10QgpWoFGlZhoq8uyy7MGlXtQpY+BQYEACH5BAkDAP8ALFQAGQAaABUAAAiVAP8J/FeoTbGBCBMqHNgFnBtwDR8unCiwU7FE4EpdzFisEMWESBxCFBlxJJKP/zZqxLiSI8uPD0vKJClyosubLXMWc6NwZkyaP2MmVEmUZVGXCEP6HBmU6ciBOo1KxbkRodOlWMElnBqVaqKFQK+GpdjlaNdSKMU2bYhSYCmvSNv+4xK2pNyBcO8i5NZUr8I1iU4ODAgAIfkECQMA/wAsVgAaAB0AGAAACKMA/wnE1gWcG3ACEypcyDAhuFLFEj0sVqihxYXgCh7UmJEbkosNsUGUOHIiSZALOao0mJElSoERTcosCdENyo0sV+LcCHJmTJo/I17U2XJn0ZYWSQZVylRmw2JEo+ZE2PAg0KZXqYY0KnUjN5BdlvpsivJoV6QoS40dW+wlkqlcc74UuBboXLpxd96lm7XkXrxmWXL5y1dsKcIOuSJW6IZmwoAAACH5BAkEAP8ALFgAGwAgAB0AAAi8AP8JLASuVLFCAhMqXMhwYTA34LqAg9iFW8OLDd0kKlhso8GNnTCK/EdxYkSTEiGObMjRY8eWHN2sVJjyZMmbEWcKfPkRZs+POnHWHIoS3EpsP3kqdblxZVGhT086TcrU58ujULNGtLgy0VKrVXXaHEu0pM5/pcCqPYskalmpZ9VSPSvQrVu6/+Qq7YLXLs4ofalaxZtXa8pihPVulJnYMGLCBAUbbENY4NuUlRNW/Vgqc8K3nhW24YgwYUAAIfkECQMA/wAsWgAcACIAIwAACNMA//07ws0NuC7gBCpcyLChQzfFEoErFRFcJ4cYM9oAZxBhR44JM4oUWJGiRJMTi40U+bHlQZBIVjpMebKkzUQqZSr0+NIlT4Q6SdYcSrNo0DU9k/4ECVQnyqc3jer0ybTqx6A4iUIlGvSfUqtfu/4rVXQrzVJikYBdelVs2agmxQpcu1auV7Nb7dL1aRcbXpt2vVJ1Gfit1sCCv7YMXMiwVLtswwbWehOxYqWI4QIOjDCyx5x2/0p0Y3nwwVCI72pO/S8K3TWs/1FOFFug2o+wBQYEACH5BAkDAP8ALFwAHQAiACsAAAjpAP8J7FQsEbhOAhMqXMiwIbgu4Nw8jAiuocWLiUoVBKfRoEY3F0MmhCiR5MSSIkNu7MhxZcFiKRuWpGiyZsWYClt6dLnTIM6RNIPOnPnzH0+dSFkWPcnUJtGfR1lK3ZjoZ1OhV4v+K5U06katSLA6naj1X9eeSMuKXVsW21S0Hcv+4zb0Ksq2b7vKNVt37N6zSUv97St0r9m8LKvK5bL2qVy4PGHuHVvTsNedhs1SpmgY8crMhB3LBdxR8N4ojR9mhozZsF2mhhNd5gj6NcTMpAtm3iwxcynWtHFvzrzVK3GBoY8PdBlFYEAAIfkECQQA/wAsXQAeACIANQAACP8A/wn8B64LODfgBipcyLChwCjgShVLFLGYG4cYGyIpeJAjQiQZQwqsSFFiyYkiMxpEuNIjx5QNJ5KcaTIhzIGlWHZsydPmTYI1g8qs+fNfT51IC3IrerIpTZlFj7rsWbTUU6cmSxXdmFSqwaJAh4ptCpZg1507y169qvZsUihqhWItVtbsVLQI664NWteuV3Br6rbZKzNR3b8sl9adS1Yv4oJ9xz7ta/BxX7k0++K92zcsY7qHN/PszLhi57tJL0uu2amz25eaMZvsbPlyaa2UUXPs0lk2VM2vefe9Ddqx6IO9V//WG5w04dOIk5c+/ZpLZ8+Zr3PlfP3f4KCGuw8HDAXRhsKAAAAh+QQJAwD/ACxfAB8AIAA/AAAI/wD/CRRYyk2ogQgTKlwocA24LuDcPGRIcWEicKWKXcyYqKLHfw4hShT5sNRHhhg1ptyo8mTCYiRjRnwIzuVANyo5rtxpU+DImTJ/9typs2hLl0iAKv0p1CXLp0SPnkzKlGZViEONQuVYbOjVpROz5hz7tOc/sEHBQTEbdWtXtl+rmj2rlejcs3Gtzm3TlufctDG53XVbdq7VwzHvko16FyLgmXfrFr2LVulduou5Nq488jLhlJcRL70sWaWby3mxUi7dcXPey5lzXj77uAvp2IlMUs7LxXPfjKEfn46Mu+Zu0Z0H/35rWPjtz6FT+y4dvPKawayZ9xQOjofiz7rnph82bpg1Ze53cUJXLP1uUuqXa89uQ3g2waD2EfIFnjAgACH5BAkDAP8ALGEAIQAeAEgAAAj/AP8JdJMIXKlihQQqXMiwoUJubsB1ARdxosOLDEMVPLixWEGMICtSlDjSIsiGUQx6VNnx48mFJEXKJPlSoZuVHFnqrDkwps+JInnqzEl0pdCZQH+CE1q0JctiR5Ui5flvKM6riaiW3DqVKVarVKsi5bpUa9OhncKSTQo0bCGrTrNSZbu2LFWnTYOppduV6teiYf9N5Osz8FmigesGTXzYaNiUYysG/of36mSphcM23pg4Mk3Gfz1OJpx0cmjOgQfX7TJ5c6nLnpFMrrxRb2LSFFuftqvVM+vAtFVexu1Gd3DYmH+HDV7K9t66UYzDhfpYMTgegXe/Duybt1fat60bRd4tt3dyw8ypU+2uvGbEzeE9hy222WBY4hKXa3de07rJu3CplBBVaySX23KbYYMcYZNRFuB2o63VoEJ4TbgQDyNhh1FAAAAh+QQJBAD/ACxjACIAHABQAAAI/wD/CfzXaQ24JwMTKlyosFgicKUclmJIUSE4N+C6XMwIrmJFhxBBRnzokSFGjSc3aiyZUOPIkA9fshTIMaVNjjPdiNwZE2TOmkBR4iyJ7aVRnsVYqlx6s8tMmFCPJnralGnGp1KjJqUa1OrMf1p7xuz01apQlF/bhIU6deZZsx2/ig0brOzbpl//8dSaF+xdoHmzGs2LrWrKvmtHTvz692zfuUcRN96YN9Hel2TzGh5aVrDDvpMx9r0s0k1ejZOdBiadaHHZzarlJt5qF67p1ZB95rV9tfJsybb7eia5G/bj37tDVx4e1y3vKHlZQ+wLuzlW1sl5405cvOvJ6Ll7amP2XvMrxuG0S5IX+rUYc9clQ/dmaTl8yNfr53uUPpKrfJal2CcTS9VhBAVLhcwWE4H5fVeSgCKFUlIUDXJGERIK3qeefCsByF8xbfgX3EwQtvWUcnmtgV1f/xjG4kA6icViQAAAIfkECQMA/wAsWwAkACQAVgAACP8A/wkcSJAgODfguJQqyLChw4FuiiUCV0oiuIcYHSI5CK4LR48ZQw60WHFiyYsiMXJD6JHlR5QpGxaiSLLmxJgNO7506RJnwYgmbdJMVMwnQZ46kXYxOhDbyac2mQrcmbTqUqlDs0KVOlUpVa7/tAottVAqFKotk4JtIzboxERg08p9Cfaf27ZFuVpFW3dszboe5yKtC/VuWbBeXXKp2zYrYLQf69ptXFHy3sFgC2uVnFinZc0lJQuuKrmUYZKHpQaGfDWz35uMO7fmejqo5dEtS7+GqVe25No0b0N2oxu4Zd91gVdmjPtgctAS83KNMhxclL7KOV/2zBg6XLDb0xKT3v29d3jCyqVLle2c6xrKEoOBb44QbDHv4NQbpc+dKdH04LG3mFS7hYYVe/UxZRp8sDGFIDhQSJWeSeuFF5l/DFIkn1EPgmTUhMFxaKFiPi2IX0WF+FSdYDidGFVM/LGYElkFvihSKTHu1GKNQaWI04ovrfFhhhW1wdSIOg1olItgrXTeZ0J1ItlAX035UyKzTRkQACH5BAkDAP8ALE8AJgAwAFgAAAj/AP8JHEiwoEGDPMC5Adcl2MGHECMe7FQsEbhSFcFJ3MhxIBeFDEF20dix5ME1GTFaVFnKpMuB3BaOlCmS5MuSK1PqTFTsZsmQNIMy9NmRYs6jFysS5Sh0JlBwUZZKTIpUZVKpU5vWXIg1ItWvVkt16voQytanM8k+LAR2J7hEag86nVsz7sGqO3vaJYj2bJe9Bd2G1QtY4Ei6QgsPHFxVsUC/Nbk4/tcW6eQokGVO/oc35+a+iR0zBrtZK83Po1VuRvx0s+CULSeDDvl3cuqK2D6bHjq581XZrNPafm1R9+zajn1j/Bxc4ebbxWXvRq5YOWHFx507Lgb9OuDmC6Nus1deOjtq4sAz2ywM/a3045OJ/1Y8XTt26A6xg1+/l7v82IXtR91e7S2HXX0DxvWfUoWp51R1lX1FX3YLQVGYdSsVVp9mgGF4UX52bRgSYGwV6B1ZIo4kWVyleIhRIXY5uFVcPLnIYFfFCDhjVwuZeFRXMpomVYQ+EhVkdmv45CORxbThExJHNrfUgtZNmaJf3EhlY2NYUTibWm5QSdWJUqWYJWBMWgSXY5AlKBpua272T0AAACH5BAkEAP8ALEQAKAA7AFcAAAj/AP8JHEiwoMGDCAkiAecGHJeEECNKjFiqWCJwFS9O3MgRYReG4D42/NixJMeMGC2mTGSyZUSQIkPCdEnT4EWUOC3W3PlP5kiYIKPwpJnzpsqKQ10W+8nUJ7ikLVdKxQk1atOYIquWLDT1qEqWWjliBfozbEejaFcGM7vR6diRbDd6TYs07kS3ZJ/apTh36t6XV4E+/Juwa1rCCd+6RZyQrlfGCPE2hWywS1+qlAsGLpuZoOGVnQkqjhl64OWjpUr/+ziaoep/RaW+zov1tWOjs1u7eR0b5ezNIW1/rltask/epzWqpj1T9e2UuZnvLl2st8ViqnXrpf48tWrgJJdbuQcb2jjp0uPBke8sPTj34dhLg3cduuH45dpVp/femUv7LqUlkhx05c03WGYDZlSgeSCF1p1K9THYkFCZcbVfZ/PBldmDN3GTWYYybQgfbpSByBpkCXoVCmT/kcWYgByCRlgx2r1FmH0povVXi5vZNeKIZkXBo4Q0cYHNfjl21QZNJg45Vk0xIknXWkxKaOVoPP0opV881ehkg0klKaVWTYLnYVhHinmZj2XKtAZiWkKYGTdXFSNkaQEBACH5BAkDAP8ALDkAKgBGAFUAAAj/AP8JHEiwoMGDCBMifALODbgnCiNKnEhxYKJSxRKBw5ioosePE4t1aQhupMMuIFOqHMhxY0aXHVfKrEjSZEmSUWbqVJhIY8ufxXYKNRjl5smaJIcqFQjU58tSnZYORXq0qlSha2BqbRnz6kybYJF63em0LMxgY2caXQs27cyncJ26lTkybFVwc1c23Zp35d2wKPuC3BoXr+CPdtkeBmkW6OKPbKkafjxx70/KFf+KxTyRcFnOExPbBC2xVOOnpUgrrCvZpGqFll++Tti65myEp+XeNhjZ6u6CsTX+Llj75HCCuV0eH9jb6HKmhVs+/1e85PTkGKc3d738YvSMQZeL3ibJ4/l3n9M1H33uMPjz7UmXBwfXdXj1wMdNe1a+XP3NNf3tx9F74zm0XDHzpXZcgdYdl8h5/Nnn30hcHAfhgBLCZ+Bw2Mk23IQkQTFcIQI+9aGGDe7WoU9o7QbieiqWqNts9yGFn2r6JVhMKLfV6BuOF8Y1G4N2qdZekJ+B5mNvKxXylo65qZQVYBPxUMyLGqbkxooydhlbGyphSeSSYa3UhpdIojljSiiOKWZN2MwEpZpe7kTmnf4NdeacfAq5lJtt1ubVlnTOWZ9XgI4J4GEIprnXoZiVwppmWXEWEAAh+QQJAwD/ACwwACwATwBTAAAI/wD/CRxIsKDBgwgTKlTIbc3ChxAjSkxYqFSxROAs8pjIsaNHbF3AuQEXcuRGjyhTIrSIkWXGYipjxkQikmTNkuBk6ux48WXLnqV2Co04EqdRcA6HKkXos6nLREujEoxys2rRnFKz/tzqM1hWqTavigXH5atUoGh/mo0a8ujYtUtdygUKV6nVsDbL1hXqNC3WvTqpjjUKWCjXuYV34nX7N3HKuYcdyxxcVXLMvlstq2SMM4pmlKUOAw362eNiq6U9Qm6auuNdwq0nilYbW+JpsbUlrnaZO+Lrm70hzn4Z/OHtsMUX7u6ZXOHvos0TDrcYnSlnkdUNFlueCGZ2gtdNfvUn6FfueIKUr54XOJL7+n/Hcb7nDg7q+uck35dH+z69zaTjrYGZT+/FV9N6pdBH2njh5Xeegt6Nh19Ien2XyHQXPeiffONhiNF5G9YERYcDmvddiNBZWCJQXmWHok0qQpjdhFV1Ud1+ooVSHY24NdedhwTqJmAX3MBlYHoTBXPYgkq1hyNmE3Gz4VA83jZRG0Ay2VGCT7o30ZBVtgVRg2Rix9GKWXappmiFeFTmi28eCSNKa6JpJ4S0oQSFnHH2+VqRMeF5Z527CQVnmIiOtNSPg6bpoVlcJMrnb3ttR+ilGLkh2aSHappaMZ1gylp0bf1GlWUBAQAh+QQJBAD/ACwpAC8AVgBQAAAI/wD/CRxIsKDBgwgTKlxosFOxROBKMZxIsaLFhOC6gHOTcWOxiyBDihTYqdTDiCcljlzJMqFGji87umlJs2bKmxAT1dwpshjMjTIzcuNJ1GIblBBNJn1YtOnEmFCBcnFKFSFOpCiraiWoMepPjlvDKsU6VmXYqkC9djy7lexVtlXVQoVbdandrHSdBlWbt6mbq2X7+t2bFpzgom7tHiYqF+hinoBTmn3MEgnhr5Rrln2buWXhrxk7t7y7WTTLyzJNr9x8V/XIz3tdiyR9U3ZI1C9tg2SNVfdF2HN9V6S9VHhF3BuNTyzGW+lH5Qsbc4wCfWHkpNUXgo6aXWFipN0RIv8HG95g85M6yxcEnlZ9wet43QvcXniN/Pnfld4XON7w/vPY3SddaPcBGJ977P20H3z6yZdgUPcR15t8a/QHhXyF5JeSfPRtJ5+EZQ2lXoeETdRGKW7YJ1qGBprEEDegdUZiVF1YR9xiDOK00IM19sXjZwyB+NBzZ7WoI0P9aYTEVsUM6BVFRiY1GU8cRQkeRT96uFOWl1kkJIgrafjlRdw4+WOP3pk5Y3IgBfOlmHBaeV4hK6mZJJd2ajQVS2/KmWOfRNKE56BrzigiT3H+mSiYVBV6p6N8haWon2PSlSehex3aFzaULhqRaI/eqaJsxTgEqF3YpJddV+xVyINgAQEAIfkECQMA/wAsIwAxAFwATgAACP8A/wkcSLCgwYMIEypcyHBgISgNI0qcSJEhuC7g3FzkVrGjx48GS5UqlgjcyJIgU6psWAqjRpcbV8qcOfCkSZI3E9HcqTLjRZ8wufAc2rGkzaPFiCqV+PMlUJ9LoypEahRnKalYDWJzyvVn1q8Dc4o9eRVsVo1dYXYx+7Wq25tsszadCzOuVKpj7UpN+1Rv1LFWSfpdqvapxsFKS709WhbxToyFuToeitfmZJ6G6V7euTjwZpp0DX+eWRnnaJmZ1Z5e2bnq6p6Rm75OWRrl7I+pgd7+2Bru7o6hJf+uWBvccIqxYUY5PjHwYuYT+TqFHlFjbeoNg8/FzrC4Tu4Kc7//BK/QOWDyCaX/XIP+YCjAbtsf1F5XPsFi3u0TTK5bv8BE5iHln0DieTVggM4NWGB9+vVmGUJrrJfUb+oxaNBiwexWCHx5HaTebBX2Z1AbHI60moNWhYIQfVB9FuJ0CBVn4mUoupbQgi0i9uJPayVUY05+KVZiYCqWx19aduEo3EIItjZhVjImGBGLfCEhFZXBUdRkiY3tZN2WVAF3JH2g7RjZR2CC2SVFQ9aYEpZjQtZQFEpSuVIwP0aZZ5qdFUJTnHUCauZTPdK056FtJjojUYE2OmhaHP2lp6J8lgjWo3A6alxclU6qJ2JcaCooXZFOho2nneL03WmZDsrecai+CrUqeJAVuFxcAQEAIfkECQMA/wAsHwA0AGAASwAACP8A/wkcSLCgwYMIEypcyPAgEnBrsDWcSLGiRYqlShVLBE5jl4sgQ4pMCK4LODclT4JDMrKly4puNHKU2bHYy5s4D3JRaRJlT3A5g+LcWHMm0VJCk7b0ybOp0qcgi0qlCbXqxJ9YeVrdutCo15pcwx5MybQsULFo/9FcS7RTWrRNzZp8C5etV7pis5rFG7bU17VI+W4lS7in4K12pR62Grfw4qp/j9p8/LRwXMpPE1PFnLQxVs5JIxsFLdRyWdJBNRNFndOzVtY3RYOF/dI0Wdoui6nmiLtlFNcoo/QemUh24OEh5TpFHnKq5ETMo+olHP3ibnDQq1cEXlJ7xefOvVP/VH5aPEOUu803tP1T/ULd4GlmLxgsovvpnwuyLST+usaCO8nlHXdzEZRedPE9VxCBzJVC3m0FGVeMG8hJyNuC+Kk03IPtGeTfZLBZ2NFYHGrIWok+IdSGc5GhJmIpoSSU4V6coZhSVyyGR1khObLV0IzULWajSR8x1MmLE/KVYGQxTsSeZ3QReNl3SF7IVSJLsiidlEyxVNWT5ImUpWbHBYXemAqOBCZ7rQ05ZUtoGifSmVUWhdOaQBLJEDi/uRlmTsHU+aGgcXaWJ5d4IppVkUoR6miPCXKl6KR+FsaNWNgMCumja9FV6aGVHhbnpqTaBeJhoCZaoouatkrUfLCpEZqol9W5MWpi7hGUUoa/4RUQACH5BAkEAP8ALBsANwBkAEgAAAj/AP8JHEiwoMGDCBMqXMhwYaJOxRJha0ixosWLGP+B6wLOzcaOGUOKHJkQW6mI4E4mSkmypcuLpTh6lPnxpc2bCFWmRKmyFM6fODt+nCm0C9CjLlfqXFoMqVORQ6PSfErVYiKeWFd2qsq1IdGvNbuKRbhTadaxaAvSXCs0rdt/Wcum9Pl2LEe2X+uiZWp2pd6xRQPP/Cu2r9yThLtKFZyYK1+5jasKlhqZqmGmlZ8uzpsZ6WOdnZFOXhv66GWspYFuHpoaZ7HPKFvfxBs1imybcZfSvd0SLFveLw+fBU5y9VTiI2GvTIR85OiiBt2gdNNcYW7UA4vhbVo9unGQAhN9/+5e0KNygrRlkh/43SPB68vXv4bPcqDvwOvTQx8YRbjh7srtpNZzg1VHYFjvndZXc/SpdFB74NgG3IHHFQSRggIChyFoCN0HFm8eRmVdgIi1Voh/hy1EYVulhUgaQyguxVxnG/IUSkP6fViZi/hRVKNZkZ1IIncUcZNjbYTxSBQXF4XyY1l1NYjVjRhB+CJaK3KWkZT/dXXVkw46dyRbRj2lXZastcTlYbvhFEqM8Nlk5XNyKrmZa2Dm1uZFcP6o2pgrlqnQnEoi1UmeiPapKFNUOgWonY8S+pGgTyU6pKXXjYUEmpF2Oho3bs2H6agx/rWGpJ7aCUVjwZB6qX9ERiCWKqo9plbKq7iiNOOEs+q3xnpw5drXnsAStGJ/EqIVEAAh+QQJAwD/ACwZADoAZgBFAAAI/wD/CRxIsKDBgwgTKlzIsOE/bF3AuQHnsKLFixgtgitVLNHGYl0yihxJciG4iBNRgkNSsqXLjB89cpRZ7KXNmwpV6pRIEadPnx1jCi31s6jNlDx3Gl1acmjQmUyjZtyJdKLUqxWfapVJFKvXhBGpnjz5tezBmU4TYTPLdmDStynbtqVJ96NctmOr5r1rFq3foHzLws1LNrDXun8NeyVMVTHWv3UdXx2sU7JUxFotR2UMVzNTyEI9G41CmWcU0UW3Du0qkBtS1CT1KhXoRnVI2BjTxhSIpDTui5z1ClQ9c+1vh6D9/islO+lxh6Xj/ouYvOPzhcQz/wtO+LrC5lUHZv/n6v3gxOqJCILfW74gd5UEi6Ev3P6f/PEb3a+PWF+g2MoFYUZXTe0lgh9HBnHzn3PtRTcWQgda512E6R0UloO3HYehRArNh+BxpQgYWkLMvcfTcfudaJKHweBWiG7KMbShVaKRtqB0DLUBo3aWiehXKBXd2J1kKb5mkY9PtagYkjTlJiR8gRU5FhcZccPkbnJdyVEhI5molxt4SYlSSRSOeJWHW7nkJWcsMQXSjOy5VKZfrOHkBjZo0oXTmv/ZRJqYnQGlJXEk7cikUXxu2FCiRTIVzKCQGirpX0BK9SSclwIaHlaR5jlphGb1pimjpOrEjVyfdjrnU4aNmimpUEgltqqqAhKoGReY5toclbjhOWuq+ZVX6oZr9Befp6BVaGxCcLYVEAAh+QQJAwD/ACwYAD0AZwBCAAAI/wD/CRxIsKDBgwgTKlzIsOFAcKWKJSrlsKLFixgtrgHXBZwbjuCeZBxJsuTCKBAlpkwEzqTLlyRBfuw4kxvMmzgVTlQZkWXPnECD/kM506PMlkKTvizlkydPN0qjljxKE2QXqVgx9lzJNatXh0ariv1KVifXrRHLqjVINazHtXAFonXKMi5ct0Vn2l3btG/KvWrb5gVcdq5fwmTxUiVYKuJVxEH9zhWIUixSyDcFy/zX0TA2zDB3Slb5T3NH0C6Jao7SmO5K1CZdo+WsuCrsknnb/pPNk+LtjGfp/ttoefDvi6aN7jbc9bhF5rNL5x7rvGLtsANH963ekHfTh8WPcv9nOB0vQe8QO41PuBG6xGAEyxtfzza8bYLY3LNMRL9gMf0QsSUfSP0RZB92Bmm3UjEF/gNgWgZxc6BeBV5XFBcIofcTfRpKlFBHE4ITxXoWipfQgwxyx1RwhylUyoD3OQejcgyxGJxzCkZX44wf/cYjRxUVYuNkqOXIUygWhRgjYpWVeNpFRn6HmJAoAqekUSPu9eOTGXET5WtwddhUG1NdSWFZTpoX25dbfZWImGC6lFx5WSo1p2A4wYmWb0B9hOJ2Od1pH05pyieUnq7xN5KfiAIqlKBpNgQpj1IFw2ajQ2K6IVZmTurplY95demomV66FhKFfpqqfTbFlZ+msOYviNiWq9b6ERSgxVpqqSnC1umv12FY3X+6PtigqjOu0aBBxXSiq6LLLmTVdRvBFRAAIfkECQQA/wAsFwBAAGgAPwAACP8A/wkcSLCgwYMIEypcyLAhQSTguoBz47CixYsYMRYCV6pYIo6JMoocSbKhm4gTUZ4sybLlyDYcPcb8WMqlzZsMVeqU2AWnz58CO9KUKRQb0KM2U0o8uTQi0qclh0qNCbVqxp1KJ1rdWlHozK9cwy7MylQpwY1CxYad6rWjwGJlmdZUWxVr3H+h2HqkW7UtUZn/4urkwvcp2Z0Q/Q4tjFTvULsqGR+FvDTR36khJeMspvhrKcFNJWrGGfpwlH+eL4++edmzwNKCV9sEnfWtY46yXaaWKpD23dwki8HW+bazV+AkjcvMjNq3U+QiD4cmeDst9Iut/RKknPL6RedLC2b/JzrXO8OTyhMFKwheq/mcw5sa3P2153uF6cEVOyi99n2E8Zl1UHUelfffQPm5xV+ATB1YUH9lEYbQeLw5+A+FMynEE4TP/cehfPhhqOB/BH7E0GfcrXRfeyrmlOB65pWIm0Mfdncdix02hJaI+yEnYymhXMQgcbnhKBpGP/Y42o4ERjckiJIZCQ5JwSTJnFo8DlVISSnqRJFaNf5WUpZgbWWZlUk9mRUSVXERZmSsWcmRgTehR6Z1OHU53GlJSSmmT3e2diVGpSRIoWFqtteQnmFWVSV9hsoZaWpbbpUoo34yah9XTEIaqKTjFfbmpaRKx41k2Eyq6qczjpZpqTjyKZkbq6s6piR0br46alYS3ucpqGxZuB2sKZ4q7EHFdELrcsdahNKQfAUEACH5BAkDAP8ALBcAQwBoADwAAAj/AP8JHEiwoMGDCBMqXMiwYcE24EolckixosWLF4u5AdcF3EYkGEOKHNkwUaKIxU6WSkmypcuRGzvG9AiOB0GVxV7q3Dmw40qcKoMJ5DYzJs+jJDnSlKnUzb9gQFFORErV4k+pWP8VbQquqleHS8PGLIT16sqvaBNGNVuMK1OZaeMWdCuWbVS5eP/ZxSrWbV65fd+uTYnyb9zBOOluNYxWcdNEhPdOZVx178+2W992pUw1SmCaUf6VjcySM1LSawVqXmz6aOawAlGXbX10NFCBr4vS1umYaWzLhHe/BH5y8mejwlse53jTttTkIyU6PzuwN03oInM3JVhItlnsGDcS/xdKUHvHNeAtWt9ocDrhLukdFiMOLmd785vjL1zt9yDirPol5IZ3pCG0HnMBGogfFwkReFuCBTn4XEId8cdUaBAKtJxvCtG3klMQSkcfQ6Xgxx6EJoIDRUPu4ZTgf9+BlaJ+KcJHEUQe2ocdjJGFYpGFfWFXY34V8eiicEYWhhE3QG6FIWcbhsVgSFC1OCFjIkq4UiFJNdnfX1Hq1pKWqOmYVo4PunSgZjZ6VYyXq/FE5lqlVIUNmlfutGZfT6o5pJinJWnZSFYS99We+LWJUIVhrpdWlXhGOmehxXAZF5ONwpnpplPiJeikkvJIGRKb/omoW9y0RumnrM4mnKmami66InSQtRqqbWZihymspSqlaICrBhtjhgRxcWqsqRKr0HygyjaZshX5ulyfeAUEACH5BAkDAP8ALBcARABoADsAAAj/AP8JdAOuCziCAhMqXMiwocOHECNKnNgwEbhSxSxipMixo8ePHAkaFHkQHMiTKFMmLLUG3BOFbS5mlKmxjcqbOCGumYkxUSmBBUuODLomp9GjT4QKLfavJ82nR6Pe5Ek10T+lJEVK3QqyWNagIjVWlcm1LEexaGWCXTvSrNuIbLE6nTvzrd2GdNNiZXu3b8K9Q7ukpevX72CqcbMW7psYbKKxThfbLZaXZjHASiW7jYKZYJSrlXtqNguZp8DAe0eX/YpaYGmNqrk+zTuwcdvYR22XdB26Lm6jvS1aBcpa6G+jnQsqPCzWzfGpzMn+Rf31ucriihMWen3xp/WTs6sy/1WIHex3kLoRLgyfdvh5iqWCX2yY3OB7jtT5VmRv+b5E+Rs1xE1+gfkHV3kGdfEQd6IZ2BCDGUGUYH0OLlQKgrtBBKBXFQpUSnSRSYShehWOCM5nEvFHmIMgmkZRfRneZ6KCHMW04X0tahSKRwSm9t2MJn2Uo3THDRngRwPC6BluSgbFBUrBGMnhaBCKVYhK6em3WJO3qVQlVH09JqV7N2WJGopmmYlVVF/OtZqKr22lJmu5AZndVm1ClhKcObo1p272QXQil53ZFSWfiG44ZnhX3pWknX/2COSThS2qaKIQjoYEoZBKahs3TF4qap6wHYdNp5xmCcV5YmJq6Wvj3SQXaaqoUdqhq7g6RVmHDHEx64ig8hoRZaQ+RaawHQXlKZqFBQQAIfkECQQA/wAsFwBBAGgAPgAACP8A/wnEVqpYInClBCpcyLChw4cQI0qcSNEhuC7g3FzMWKyix48gQ1ZEaJDkwYQiU6pcGXGjRowvM7KcSTNlwZMlb4KrybOnxIwug3bxSbSoQJxISRpdylMoUJhMo7LUSbWk1KsSuYTiwvCp15dYwzLEBnOjwqRVxaotVfXgUKcx3agVW7buzrYmd8692imn30Slvgrde1VwWS5o/RKWmhgnXJeLoz6GiVdnoshGi1U2WMywV8xF7cYFx+Nf3ragif49LVB00NQ+R9sVuJoq7J6n/wqU7XXNbZqTgdLefPD3TOLgLgv0DNb4SuYXFzY26TxlbcUKg2usLpJ33IWFrp//RMm9okbiwRh6h1x+pOuyDXMnbV8ROfmF0DHSz5r/4XSd+/knnlIOcfPeUwFatB5GXD00YEH3JfigQRFhdGBzCeYnXET2dZTgP/9ZNdGCG+63hnbgREGRfLntVwiLto1E4nblzRidR23AiJ1zIZ7EDUgXvmacjfqF1COBsB1ZkEpBwpcakTeKFIqSFC42IU6hsIRiWXLtpeF3M11pkodYJSLmTU01+dSPUhWjJpg8nZlThDydJ6dyPm1pGG5QwqkalUnhKRJbd1LHlJ4kDjUREl9qd1UwgOoYaYc4tRGWgY2+iaiee01aKKWnpUcYF5mW2udgoEmqKqj23WbqpppCLcHjp7QiRR+mp2o624er1orQh/HpqqFvwEZUTF+eJoKNoMV6ZKFh3ERBGmEBAQAh+QQJAwD/ACwXAD0AZwBCAAAI/wD/CRzYptDAgwgTKlzIsKHDhxAbIgHnBlwXihEzatzIMWOnYonAlQIJrlPHkyhTOpxY8WJLjCpjyuxIcmRIm+Bm6tzp8KVPi9h4Ch36T2TNo26IKpVpkWJTn0ujpnRz9CZJqVg5OnX51GLWrxGtijUKtmzDrlxdml2bEKfbq2zjFv2ZVm7csW/tskW7Fabesm/H/l2a6GMigwL70h08dGJabgLxHmUs1KhgvlAp68TcNLBlcIk0z/SMk25f0THTKs75OTBqlVVb/1P98/VUzhf/xXZr+2RF0iD/mc7cWyNup0WBhyy+UTnoxMO9Ms+4um7k1lWnQywl2erA4xW1P/+MrlZgod01TYpfuAa7WITk/a5HCD7nQfefQ88/WMp5qYTVnbbfQLShpVB3nw34TyLoeZcQNwVat1+AL3GxUING/TcfhjYxdFGEW61HYVcN+VdMUtohiNN49WkXX0VQPIRfXsUVMmNNEY3IVW9R1NdFRm3c6KBoKtYUjEYg1qbZi01xVORNRzL2JFkdJdlVFHrp2NePHYUyZYdxcXhUKCn5GOJaWhKHkphi6ZeVie8xZaVqXC5VzJyK7cRmaxoK9dueYO5k5k9YbsYkbUQBulufHBVjmJDuLTXocXU21OOhFEoVzJeKcsppG1lNiiemmJrlKaRwoloMW1ykKaqrEWY0meqsnZY0GDakvsokkbXS2t2qr0EI67CmiafqqTi5OZ+u4EGm4EHF+JrfsxF9GGB7PZoVEAAh+QQJAwD/ACwXADoAZgBFAAAI/wD/CRyIDcnAgwgTKlzIsKHDhxAbFgJXqlgicGsiatzIsWNEN+C6gAMpMorHkyhTNrxYkaVFcCpjyvQoUiTJkSG5zdzJkyHFly1/JupJtKjNkDiPFl26E6hTlkyjqrxJFanUqx2jCN3aEqvXiEirKv1KlmGnp1uHll2LMKlbkmzjDnRJ96dcuWHz2rwbN6jfl3zZvtUbeG3dv4XL6n2bmOzfuo2/Dj7aJbLXw04tY11MVfPVx1s97+Tyk8vAyW5Fq+wkttM/kKC7qkaJWS3lwbNPisVpGq3f3B65Zt7dGbhGzmH/FYsN2HhE5hcFoobrHOL0kAJr/3RT3aHvzP+Qj//tvpA40owCv7MsRV4hbPUHze9t3/Z21YPC66qlLxA6xbbywcTfP/YRhpB2LRXDn38VKVQgZfxdJ5JpCan3E3vkWSibQuIl1R02AYLEEIPFcOccgs0xFKKAwK0IhUP5CQfcRAxat+JsK1YGURsxIuYZiiwFo9GDuFmWI4sRAWlXYzRqqGBHRN4XmISMdRSMkhWZJJeTLoWCUodixUVlcShxGdpXiZi5YUpgLqZlVG3a1xSWQGFI1Ht07jdTnKjtNCZnRanpm50dLScoXUzxGaCODml1JHFScZNnj4dSilkhm0Wp6Kaa3kbhZZaGSuKkDa5F2qOc/kmZTniNKmqlvwUuBmKqqGpqWZqkwvqUatx0qiqVzmHj6rBA0UcrmAMeVMxZuV6kZ7IL1XTdm18FBAAh+QQJBAD/ACwXADcAZQBIAAAI/wD/CRz4r1AUgggTKlzIsKHDhxAdBusCzg04ihEzatzIEWKiUsUSgQMpskvHkyhTMqRokeVFcCpjyuRIcmRImx9n6ty5sOLLlj5N8hzKU2TNo8WIKpVJ0aXTikujosRJlWQpqVg3PgVqMavXiDeRGv1KtiHXny/LqkVoUSzOtXD/od0KM65atzXtrg3Kt6VetUbDCv5bdm5fwmTx3kT8te9cxl4DS7YJOathrpWxKhaZWapjp52jTkYaeunln6WVbgaXKPXQz3xdv94smyddl7V3Ch6dm6ObNqXWsD1NUXhviDwcDyy2+vjDNbtHthYI26/zhtUHjt59fWGp7SI7Uf+/7bO7wrNPl4Mfyc08wbbRSQ5Ef9j9+Op1/2FbLdQ88/hhEYQfRu6RZ512VUVnXiIABpaQgReZN2B+BDVo01XOWSifQsQFddyEXSm0GkjHrZcXQ/SdlVuKaDmU4GjByFbIi1U9BCKFmbEI2kNt0EhaZyaGFSNEEOJWmY6xZRSkUUMitiRlWt2IGJJA9ZdRME+C5IZd3/koWCgndYgeXDeylJKGuyX11YjcqSTmXNwggdWbW82E5mjtEQVfliHtROdnflJ52VB3+piSl0sq9SeSVjIURZnZLcUNn5QiailShcxZJKSCblrlV5WyGSqAanHB6aKoOpXnXqJeWihef2Ev0+mpnuKoF4Oj5vpWaLX2+tmqqZXS6rA3Tfehr0gaZ98/brwanbHLJvQShAeRFRAAIfkECQMA/wAsFwA1AGMASgAACP8A/wkcWAhcqWKJsA1cyLChw4cQI0qcSHFgKTfguoDDqLGix48gQ0ZMZBBhSZIiU6pc2ZDjxowvu3BjSbOmx5M4DyayybNnQ40ug4LzSZSnzpwmSxVdyjKmU5dMo4okebRqMalYPWoECjNo1q8SkVI1CbasQ65oX0Yxy3Zg0rdU28oVmlYuW4xWx+60W7arX6B8zebFGbgv3ZiFwepFmvjr36eNsw4+Ghnr07+VpS62mjnqY6+dl04mG7roZbSli25+m5ro566tfY4muTd2zdNObfMUe1K3zbRCfdeEm1M4zcOgjacsNnuocpW4oT6fylvndJGvuV53iJkh8apKtw//xJa39j/ksMX/y76Q+XeT5p+7X20+OkzxwP0upE94evPwA+WH2nT2ddQef9Yp955eDWWnlnEFvtTQf1cJhyBpLTmIkW/oafdQdazFVlBz8TEU4YapdYhYRG2ASFWJjV0Y10QCXtaZitJNJKNBwVQ24oIlecRNjUKtVRiOMHXxUTA7JigXkFYVEpKG3bF1IkxrLNckQhV+lQiUcK1EZVpKSjUmZCyBuRmAPuGlZm+3EcnebkgC19Obk7H5kZtbMujTmSpWFMWVRC7FTZ8uJkrham14JuejhEaao2aK4mnphWUhISmgnKI1k5WLVopoVYHVuSmkKBb25aiXIiVlZ1ycH3rqp6mR12qoMKZWDKpnIqFeqIOpB5FGsdLFzaBlBQQAIfkECQMA/wAsFwAyAGAATQAACP8A/wkc+O8JODfguhQjyLChw4cQI0qcSJFgp2KJwJXCCK6ix48gQzrkcjBhyS4dRapcyXIgx40ZYZZqSbPmRG4IUeY8abOnz4ExXwr9SZQmSp0md7opylSlRqFBMzad+hGp1ZJQqGqVCPNpVI1bwz48SXan2LMEv3bd2Akt2qNlk7pF67Vu17lnrypNiTcsVLt9xe69GngrwrVClxammrQx0sVUEX+FzHgwT8pN1Q7FzNRxWc5MJdcFXTSuVdJENQdF/dOzUtY+Rd+FbdP0Zdo0VT/FXdO1XN4tE/2dDXylbbPFjcvGmHyl3sbNVQ5/OTM6yDW+dVoHWWy51O0fjyf/BP9RN0zyFbOXRF9xekxu7Cdafh0/Ynf34BLVjygeZXwk4BzxUCF2QbUQeH859Nxp25kGH0P4nRede9UNBNd84yXXX0Pe7VZcKeYdyBCGjwFH4kEOFahWMLyF+F1D/a0HWxTq5fRQGyoWyJqLGoUC0YJxkXYichDxuBFnRooIUY3QQTakSRVxk6RieIGYI2JreMQkg27FuFOWH0WYoFgdSibSlmR1oVUxQM63kphqVfjTYXB61RKag/nkpWs11SkbS1fC2ROe6lFEKJBg9hRMkowG2uhGhZTW5qF7TnoVF1M96uemmm0F4JOWVtofNmc5amqZdbY1F6iisorQYpyeIAqnkoWF6mp2D5J2n6Y8qskbpSf6OiGqqskZ355RaBUQACH5BAkEAP8ALBcALwBdAFAAAAj/AP8JHDgwUaliXRIRXMiwocOHECNKnCgQXBdwbixyo8ixo8ePC8EdTCSyGEmQKFOq/GcRY8uMXTaunEnz4ciSJEfW3MmTi8uLMF3yHDrTJM6jpYgqBcktqNOWS6NyzGn0pk6pWB8+BfqyWNavDJFWNQq27ECuaH+aLetmLNWca8v+nBs0Lti3Yu1+vZjWqd6sYt8m/Su170twhLG6RZpY6ta5jZdmtOo2stLDhi0TpYxXM1G6mD0PxUtZNE/MdE3v5HxUdU3QaF3TJD1W9kzUfm2rZH1Tt0rYan2jpE1VOErcL42DTLT4pkLlHUs9rgu9Y2Cc1Tsa5pqdY/Oq3Smu/0EONPxE3mTNRwROXb1D4tjdOyQvVL7D7zll2l84Pfn+haWgR1IX/4XU30UFEgRfbwkKtF1wDeJX0mAJ8sUeOFE0+I+AJVVXSifFcBHRgfX5tlUwD11nFYq6FRLYcw1dyJ1sBz7kIocHubZgMW089OBTppGYEUQ75sSiZTdKSGGMPx5mmZAWeQWRkpX9VUqRHUpE31Nu6CVjahNR2RlbYsZH0ZaoIZEVQl/m1lGZVi3J02RwmnRck9udBmVfKtVJWkp0YsnZbXh+ORGahXZJUzCC+qmiowcVMlSiiLZZaXujPdropppmuRQSllIqKmzYfNUpjpA2t9aeobaaERR6pSLK6aCN+cTqrZjpZxk2qM4KnmyXVpqhcsX0ep19X44nVUAAACH5BAkDAP8ALBcALQBYAFIAAAj/AP8JHEiwELhSxRKBI8iwocOHECNKnPiwlBtwXcBdzEixo8ePIAkqRDgy4cKQKFOijIJRY8uNoVTKnBnxoEmSNhPR3Mnzpc+MF3kKVVkMp9GbQ5OCBPrTZZdiSqNSvEm1pNSrELltdMq1C9avDEuKzQm27D+WTNO6NAs2p1ucbMGq3XoxSlysbqq+vYuVK92WfK+OPRpYasa5LwtHfVsVm2KliJk+VqrX6OShfpteFnrxaEk3m3tG1hiap2e3pXdmTpua5mCqrWc2pRtb5mm4tVOudpo75WurvUPOThwc5G2TxUHu3pj842+bzT0Olxx9YqLKJnVWl2hx+sntNY9r/wcPcXRQ8hCxjyyF/uEa76DbNyyq/rt8gssB3xfJWOx+/ObZ9199pXTy30B/zXWgQNiIB854/+XH0YLP4fYfNwF6tSCBCS14WH48LOggQiImmNmC/TGGool/HWjQiFD9l+FarSHxkmPWpUhYaS/CJhF8Ptl1GYsCOsRNhVU9RmAbEwHJVHx8SUjaRByKFaNZ1yGpUEdOdtXWjMx1VOVb7EXV2ZgkSgfmT5gRORoSIKGpF4TCwfgbSl26iVGTa5qnUjBa6ihnoMcxOVOfUuqpqGY8ETqooI4mZeOiiFK6GjdSQaqpnZuC9V6leQIZ16OcilcYqKgWyVcppT4KZWihzg8oZG/0OToWndG1FGBSAQEAIfkECQMA/wAsFwAqAFIAVQAACP8A/wkcSHDgGnBICipcyLChw4cQGwZLBK5UsUTYImrcyJEjODfgunwMCa6jyZMmL1ZUaZEiypcwF44UCZJmyJg4Y1JsuXJnsZxATUYhWXPmx6BINfZcyjOp04ZEo9rs8rQqwWI8s7LsZLXrVKNFu1otxLKsT7FWwUo9ivapz7c92z4d+rUoSLlOmZotiRcpt7pRofRFqhVuqcFI1X5FHNRwWcZA7a51Azmn3rcZK8cEbFMzzr1ZPceUvFg0SpCFV1I2fXJyVNYnUzeFbVLxTNomHZ/F7ZEzW94aZasEvtF2TeIada9EHtE1TeYQhbuE7tD4TeoNlVvEDtX3au4KE4H/VkkVvELSRs0rvBxXPUHvfN0LHL/zsPx/6O3e/4eVfnz51pV3n3bFfOeecyPtx5929smXH1H7scdTIhE+KNJ+BIp3318B7udfS/eJBJ+A6kmnmnylWJgggCaWEsx9Aa6oXiESPubeiDKal+Fy6iEoWRTqTVTjWz3ieBxjbhzEQ0cf7tWXeG9xVZyRJCUklnPccNSkYQ0mhRp9HfnoXGIqgmTlRltKCNOQetVGpW8kMiSmdyeFsmOLaeIJ10tvxljmnCOdedKdeRaqnWV/9pmoYkH1R+ijbIbmJaCLVvpfUlBGauiQcnHhJ6UIIuaoppAayBioOK7Bm57sUYidiLYNBQXkSwEBACH5BAkEAP8ALBcAKABKAFcAAAj/AP8JHEiQYDE34Lp0KsiwocOHECNGLFUsETiKibBJ3MixY8Qu4BCCFMnNo8mTGyteVImxFMqXMAWGTDhzZMKYOD2y3GmRYs6fEWsKFRkSqNGGPXmutHi0qUCiUGkiROK06dKrGC9WPSq1q80uW40Wy0qWZbCwQL8OpYn2ZyGlZdv+XKvWjdycSfMuvYszitehfHFiVRoYJre6XaMUfllWr8vFKOkKhYzS8U7KJ0EiHonZ5OC8Zzt33DxTtE7LPU13jKpW9UaEjfe6Dkoa4eyJcFXeDsq65m6IqFf+fvgX6nCHsbMebyhZ5HKGwX0+J1hc6nSCyXVfl9nb+fZ/0Yt96P9XnfP3RLktJhrfne33z7K31wY3Pr3W72vKg1vzfaz98c3ddB58GL03X33RPXZde+ZdR6B22wXYRUnbhYfedodJ2J+F8unn3XTZJRUhg6U5GOJFoU0nYYnPFfKgiNPNZ9N1Fgr3XIYk2vZcMDUWuJyHXj1nX2PiHQekWmANNyRcCt52JF1ciZSiSUtGBxNsSiXpmYwrakkcly/x+OKYJ5ZZkUYvcZnjkwzG1GOVZOaGExQrrqlmcXOZ+eae9AFlZ51sCigWn3oSuNWdiNIVClqlFOooS4EFyiVVnT2q13ClaEZXMYp1FBAAIfkECQMA/wAsFwAmAEEAWQAACP8A/wkcSLAgD25uwHUpyLChw4cQIw4sVSwROIoWJWrcyFFgF3AJP4YE17GkyYFuKl5UifGky40iFYKUGfKlTYeJWOq0SPGmT4IzYwoF+fPnzpU8VRa9GbTpyIRLbyadivRi1JdPaWpdePVklKoYwXZ1udWpzLEmS4Vdy5IbWpNDs358W7LQUbZ0S5odyjXvRqpsE/nl+DUuzWKDN4I9mlgjN8MxozSWGFjs5Ih7m16OCFjnZogfIRP97HDxVGykHYqGmrrhXZatG8rVHJtgwsotaw8s+1Q3QdxKfQvMXFP4v85Jjf/jTVM58IzGiStUjnylcuYinb+GLlx6X9/Ve0bbX01SeM7qgrvPHnn9uXLyyrdbNb6+ufBiz8urx07dNNLx0sUXnnL1fbRGdPl9V5t3+ukWXnC6PeadcfLlplto0knmW37i6VZKgTN1xyFivjHIWm1t+IfXhSY22NqDydUmIYgJadhaMDD+Fxt2e9VW4U7ppcbjbEi09iNgpQhJnmE2Xnakf0E2NuSUSCSpURRu3BRKjiPmmKVNS7YY5oE2cflkfl++BIWYbM72k4pnHrkUjVPCF1WcZvI0Vph0DvWWWnjC2YZfdTJIZmMp5bmSgpeV8hEX0vFQUEAAACH5BAkDAP8ALBcAJAA3AFsAAAj/AP8JHEiwoEAe4NyAQ2KwocOHEB+WKpYI3MREpSJq3AixS0JwHhV2CcaxZMmLFimmTGSyZcePIUF+tOGyJkGUOFWWYmmzZsyfMBP2dJlIp9GKFzMONRlUZFNwS00eXUm1U1SOT4GKvMoR6VScXDc6HStza9iICnN6RXpWY9m3P7G1hVhMLdVSJOc+1AoXql6Hhb4a/fswa9AuhB2uvUsxccMofck6Nsh48eSC3PjGhHL5pmC2nQcadhp64OKcpQV61Cw0NTa7KFP/Y61Q9r/PFm2TBSobMuxibmRHfiu7E27bo0HaPj1YOG3bvysi3w1zeeWUyJ/Lju43dXLEspl7zc0+ejlunqVLUSctPLpt2t1L41aaen1Z2XWPC7cPPrX4lMF5B59sgf1XilX1DRdSe+ftp2B8nRlIUTGpZfYdfhKi19lqF6Y3H3Dp8feRd9xN5J2ItYVWyHWohQZfTKVliJ2L330URWfByDhRgJM9uFtnH1rW44tB3ehYkHcNWeOPhCEJ218+RrnaWTmy6KRKnfBok4UoSjniUjpeGRUSS3qp5VBWhlnRmT1h0yWRZxWlZmVzcWkmcVCWONVld/Z3WTHGGWjbQKVwmKJAAQEAIfkECQQA/wAsFwAiACsAWwAACP8A/wkcSLBgwWBrwBlcyLAhQzfFEoErVayQw4sYBXYB5wbcxo5dMoo0SFFiyYkRR6r86JFjy44qRZ6cGXFiopgXWep0uTEKzoY0TdYsWernwp0gebo0ajDR0KdCJXZiWlBp0qseqRKEijLqRK0Drb4cGxKsQK9Bv5r9hxVp1rVRusqduVYgWbFl1xZLOzNU3X9ud/4txJXm3394rR5GC/VwW8WH53I9DDhxRyiOCw+lbLklZcZCKW8MzJEz34jYRHem/E+zSdaPk7KWHJUzaZiZQYO7GTn228W0Uc6+zfq0xNm+8/7VTXG45eKuFXJOzpp5Meexq0dXvrbzxtnGWd+sln44elHKycGtMR0d+V2Q1YOXtL36MGHm5/+md8NeN3ez3pFXl3VOHcbNeP+BZd5eh43m3WHGocRfXaXsJyCAEZYSTG/vjfVXG/I99ReCSw0Yokkb1kUibmaFQmBX3a34m1YLRnUdWB2ShoSCL86Un1E5PshUjcExFWR6Pv3k4onBrWeUjIIx1WNjVCERIFYYEvmjVhZ+99eCFlHGxXOsCVRKUGUaBA4SNwoUEAAh+QQJAwD/ACwXACEAIABWAAAI/wD/CRxIsKDBYInAlSrGxaDDhwO7gHMDTiLFhhAzCnRTLOFCj8W6aIRoseJEkxRHOvyosGNLj21UEixJ86TEKDIFstzp8mOpnDUpBgWXkyfIowplDl0qM1HPp0h/yrRJVajNnFBfapWqsirKryJzRs3KVaXVs2Bz/qNodKvaf2C9hsXadmewt0upvnU6FuRbuGhrzhW7FerfKHHPFvtbGOnff3kp4nzLsW9SxoH1/rW88LHEyI+x1e2IzbPck4//ke2ZOrPV1I1fPk789XHl2LBdV0zNefFs0I9HJ8xNe7Da3rCB/xVOdLZu44RHJz/thvfqhImcF2/OWHjqyNzfXoe//Pc5uDWPizEnzvRx7+yMwT8uNL5U2Zzmq3cfD72refexsfQXN+D1N1J96v31GXW7vcVcZ+Vtl9JbAT6FmYThqdRGhX6pVSBqx3HYEl4MljSZSgiJ+FFOGNKUU4oPFlMIix9SZANW741IY4kTiZdjfCU+1glnd313WmoDjYUkQVDY5Ns/AQEAIfkECQMA/wAsFwAfACAATwAACP8A/wkcSLCgwYFtsLlZc7ChQ4Hg3IDrEhHcw4sDiyUCV0ojx2IYHVKUOHJixZAGO25U+XElSoIlY1akGOXlP5Y4Paos9VImyZkVbaDMuVKnTpQ+Tf4kCRIj0ZZQO4ZsA3Sp0oncQiYyWrQrx04oq16N+ZJr1KNhrSbtYtPrU54v1Ypl+zLKWbc2/42dm7fYW53B8q4FmreQ2Zx59cr9Sbft3ZaJ7Q6WmPgxy8T/JoOrmfevy8qLTWJ2axQzxcmYS3m2mFgz576kPycOTRGzXs+Y91rF7OawR9tzZ9qO/RE46tS+NwKnPdxy08rHE69ernti87/Gg7uxvTpRbtqsK/9hbSxYe3jYlm2D357Yb/LzNs2Td4wbunnMhomXAju7+sjc3X3nH3wo6fdbXtxoNh9K76nU2oASvfbSalL1p5l4DT73knwRJUbVdA8yN5pztmWmXYnBxOZdidWVOFAnXYUUEAAh+QQJBAD/ACwXAB4AIgBFAAAI/wD/CRxIsKBBglHAdQHn5qDDhwPdJAJXqtjEUokgahzIUGHHhW6wbYQY7KJFiidLjTzI46NLNx6RrCRY0aRNlIlUzvwH0iPMnj1lzqyJsyhRnSu5vPTJdOHQlFBvVoyyEuhSq11WHo1qFNxMqz+vcpuZiOvWi512Xr26818iqWbb/gtLt6lcuFLl1gWrUO4/o3HlNmXr96zRUH6V7nXp959ZqI2LLabbGC/OxkgG0y3WGJthoo15roVJtfDji6FHewxtuWLov3xBhi712aLIxoo1ew19muLryasbJ6ydsbHunqHd9H6tOitrwCaZx2b4mvhu48CdV4aOUvro6stTZ0h/3Zpz6ukNWfcu3jj7db/ca75G/15ub6R+3af3W8w68/HPEccbfa/d99tx4EAxm4D/6faaW/E9KNpeEgqUV4UC8SAZODy8FhAAIfkECQMA/wAsFwAdACQAOQAACP8A/wkcSLCgQYPYShVLBG7NwYcQCUYB1wWcG4oNI2osyFBhx4UWN2osdrFiSYsYRUIE6RFcS49uVBY0ifGkTXBIZA58ybJnx0Q6/9EcipJoUJ4fk7pcqJPoTac6kS5V6rFp0atPQ8qUyhVc0IlZn3IL+s/n1LOlyP7DWrNtF7VmuarFFtat2n9U496t6NTuXbR6//YdelcgV5ahCnNha7Rw3J6F19Y1GTlv0shI3LKNDFhpZKGMUUaJfLjj59AnP1te+nntYK2FS5XG9vn1xdaPTX+e7PV06dO2W7vJ3Tsyt8mtVytsrdlm69LFC6OmmLwza+ConxNnjly19eXYwyYS3y68OXXmclsLDK1+INqY6gMCACH5BAkDAP8ALBcAHAAmAC8AAAj/AP8JHEiwoMGD/7qAcwOuCzeEECMOxFaqWCJwFRNhk8iRYJSGC0EyVNhRYqmLGTFaVJmoJMSQCkfCDInEpcGVKXPibGlT4EeZQEWCjNLzn06UOJPytBlTaNOnIXseZUk1ZU8uM4NCZShVaVWlS0tudTqzS9GpaMEV/feTrNaHa72iXSswq9uGdP/JlZsXm1a7ZvMiHVw1L9u7Tw3/+0q4lGLEMBUb3YsylGKsf2VKpqxSMrfMIiU3VioZdMxikhlTlZwQcEiiit1wdpzatFrRqiuyVjg2JutSaC1ulNw7KuvZrP/ZZv0xeNi8kLkS55xcOeLqFOU+f/y3+sSc273fBPb+LyAAIfkECQQA/wAsGgAbACUAJQAACN0A/wkcSLCgwYPBEoErVazNwYcQC3IB5wZcF4rguETcWHBhMYUMQX7kuLHiRZMYT4Ij+bCUyJceQYZi2RGlTYspwUWhKTDRx5hAQ8YsxVOl0Zw3edAUyvRnU5A0j96UanGp06swmUZFinMqxp0snwbFWqwoV6onef4Ty3al2jZnz3JT+89nVqwL6QqMO1XvP7xs/fLtmtFv3bFZDXvtaxhxUMP/CKOFXIyt02CQJy7GCfnvXZGdB1/s0vlzzM5RJHMNbVlh539ov74G7PT13ti219LOLdAr74Frrv4OCAAh+QQJAwD/ACweABoAIwAeAAAIzAD/CRxIsKDBgm7AdQG35qDDhwSLJQJXSiLFRBAzDuQCLuFCjx3BaXyIreJEkxQtlhppEKRLhSEXNmQp8KTKmzYTrWRZ7OVHmC+R8MyZkijKUm00/lwasylIjUdxFp1aUShEpj6dwpz5MKpRqRU1csxKFlyUkV6p4sQ4EivQtwu70ExLVyRNHlrdduFGUyBYsH0F5s0b+F+ir0YLD/ZZ2LDaxI3hEm5ciq7KxgJtLFaIDXPNxxSDeRas1+7of39PE5SsumCbQhTdtP4XEAAh+QQJAwD/ACwkABkAHwAYAAAIrQD/CRxIsKBBgYmKJUp0sKHDKOC6gHMTERwShxj/BUsErpTCjh+7ZDQokWLJiibBjRyIzSNHlyBfKnQzEuLJmxNRWsRYSqbPmEB7OsyJM6XRimsafoTJdKlThiSJSj1aVGXBpj+xAo1KdarOktwMah3rtCEXr1VPQnFINqtCqA2RoJ0rMuPToEutjuxKNezKf3iz/h2YlujggXeZHh5oE+1igmMfF2xM8aJkgQEBACH5BAkEAP8ALCkAGQAcABQAAAiWAP8JHEiw4MBSxRKBQ5jIoMOCbsB1ARdxYsWHDoMpZLgwYcdCGAUWsyiRYsmKJkNi48jSI8uGBqOcnEmyJrgoBUttdMlzp89SBE3aREl0JsGeHX0mXQr031CaQqNeFKm0ZVWXA7kVffq04NWvC8F1cgh1q0mcGK0yTVgspECpZd0ORLJ2Izi5Bblyw2twIku+aWUCNhgQACH5BAkDAP8ALC4AGAAZABEAAAiDAP8JHEiw4D8k4LqAg2KwIUE3xRKBKxVxohuHDxOCc6ORo0KIGCtSlDhyosiGXDZ2XPlRIxKC2ErKFEkzUSmBUViqbMlT5ctCJknWDEq0VBsoOj3uXKr0X9GhM4V2+ddTqdWkAqFqFZqxalJwDZ8K5YrR6dWWUcoSFFtMrcGlU90ODAgAIfkECQMA/wAsMwAYABYADwAACHEA/wkcSFAguC7g3BwMVrChm2KJwJWCKBEitob/ohxMuFEhQo/FCAaLOJEkxZIVEwlEwvFjx5cubXQ5SdOkTYkRPbbcqVPnmpsog9b8B5NnUYX/hAKtCc5gz6MvBy5d6qahy6scMRJcqhUjj2JIuxYMCAAh+QQJBAD/ACw3ABcAEwAOAAAIYgD/CRxIUKCbYl0KKkQCrgs4Nw0fglNYqlgicBUvZsQYbGBEiA5BSgw5EdvGkxYxpiz1sSXJlyo1rpwp86LImy4l1ozJ82ROnC+LdaLZc6bBny6LDXSDUqabRAoFrmkZdWBAACH5BAkDAP8ALDoAFwASAA0AAAhiAP8JHDjQTbFOxRIVIjgQCbgu4Nw8jPiQG8NE4EolzLhRI8aCEyVCFEkR4r9CHDF6TJnyX8iXI1+WWkmzY0eHJHPCBPdPpU2fQF3GHFoyokCDQFl6dAOSKMk1DAXaZBr1X0AAIfkECQMA/wAsPgAXABAADQAACFkA/wkU6KZYp2KJwHVyM1AgEnBuwHWBKJHiwIIJSyEEpzFjsX9PKE6MOLJixI0dOaJESVKky5YqPcqMWbLmS3ArZ6Z0A8Wkz5oCD+pE2TDKT4o2GjZkqLRhQAAh+QQJBAD/ACxAABcAEAAMAAAIWQD/CfyXqFSxROAMFko0UOATcF3AuYEoESK3hgkPZkRoMBE2gRQnRhRZsUuofx03qlSIpKRLkhMTcdSYsmbLkSFzdrlYk6ZPgcVg6gS3ZuBKnwwb/hO6s2FAACH5BAkEAP8ALEMAFwAPAAwAAAhTAP8JLJQIXKliBUsJXPgPnBtwXRxClLgQoUGLBxMmavgwYkeJHv8lxEiy4JqJH1NCLJbx4siRHlHK9FiqkMubLQXG3CnRxsKXN90w/IcEJMWFAQEAOw==";const Ci=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=Pi.render(n.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),Xd=({rec:t,index:e,height:i,data:o,muted:s,activeIndex:l,videoPostConfig:d,videoPlayIcon:r})=>{const[a,p]=n.useState(!1),{bffEventReport:u,sxpParameter:f,waterFallData:h,openHashtag:m,bffFbReport:S}=Ce(),E=n.useRef(0),[A,v]=n.useState(!1),[w,b]=n.useState(!0),{isActive:T}=yo(),D=n.useRef(null),[g,M]=n.useState(""),[P,x]=n.useState(!1),c=n.useRef(),O=`pb-cache-video-${e}`,y=n.useRef(null),C=n.useMemo(()=>d?.mode==="2",[d]),I=n.useMemo(()=>{var Y;return d?.mode==="2"?`translateY(-${50+((Y=d?.offsetTop)!==null&&Y!==void 0?Y:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),B=n.useMemo(()=>{var Y;return((Y=t?.video)===null||Y===void 0?void 0:Y.cover)||g},[g,t]),j=n.useMemo(()=>C?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[C]),V=n.useMemo(()=>d?.bgWay==="1",[d]),z=n.useMemo(()=>V&&d?.bgColor?{backgroundColor:d?.bgColor}:{},[d,V]);n.useEffect(()=>{c?.current&&(c.current.muted=s)},[s,c?.current]);const N=n.useCallback(()=>{var Y;c?.current&&((Y=c?.current)===null||Y===void 0||Y.play())},[c?.current]),k=at("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),F=n.useCallback(()=>{c?.current&&(x(!1),v(!0))},[]),W=n.useCallback(()=>{var Y,Z,$,ee,fe,xe,le,me,be,Pe,Ie,Me,Ne;if(!c?.current)return;p(!1);const Q=o[e];if(Q&&(!((Y=c?.current)===null||Y===void 0)&&Y.duration)){E.current=((Z=c?.current)===null||Z===void 0?void 0:Z.currentTime)||0;const ce=((ee=($=c?.current)===null||$===void 0?void 0:$.duration)!==null&&ee!==void 0?ee:0).toFixed(2),te=((xe=(fe=c?.current)===null||fe===void 0?void 0:fe.currentTime)!==null&&xe!==void 0?xe:0).toFixed(2),de=w?"0":"1";u?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(me=(le=Q?.video)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",contentName:(Pe=(be=Q?.video)===null||be===void 0?void 0:be.title)!==null&&Pe!==void 0?Pe:"",playType:de,startTime:te,videoDuration:ce,contentTags:JSON.stringify((Me=(Ie=Q?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&Me!==void 0?Me:[]),position:e+"",contentFormat:"video",traceInfo:(Ne=Q?.video)===null||Ne===void 0?void 0:Ne.traceInfo}}),b(!1)}},[u,o,e,w,c?.current]),U=n.useCallback(()=>{var Y;if(!c?.current||g||!C||(c.current.style.objectFit="contain",!((Y=t?.video)===null||Y===void 0)&&Y.cover||!D||!D.current||V))return;const Z=()=>{const $=D?.current,ee=$.getContext("2d"),fe=window?.innerWidth,xe=window?.innerHeight;$.height=xe,$.width=fe,ee?.drawImage(c.current,0,0,$.width,$.height),M($.toDataURL())};Z(),setTimeout(()=>{Z()},500)},[c.current,V,t,g,C]),K=n.useCallback(()=>{c.current&&(W(),U())},[c.current,U,W]),ne=n.useCallback(Y=>()=>{var Z,$,ee,fe,xe;if(!c.current||!A)return;const le=(Z=c?.current)===null||Z===void 0?void 0:Z.paused;switch(Y){case"start":if(!le)return;($=c?.current)===null||$===void 0||$.play(),p(!1);break;case"pause":if(le)return;(ee=c?.current)===null||ee===void 0||ee.pause(),p(!0);break;default:le?(fe=c?.current)===null||fe===void 0||fe.play():(xe=c?.current)===null||xe===void 0||xe.pause(),p(!le);break}},[A,c?.current]),ie=n.useCallback(()=>{var Y,Z,$,ee,fe,xe,le,me,be,Pe,Ie,Me,Ne;if(!c?.current||l!==e)return;const Q=o[e],ce=((Z=(Y=c?.current)===null||Y===void 0?void 0:Y.duration)!==null&&Z!==void 0?Z:0).toFixed(2),te=((ee=($=c?.current)===null||$===void 0?void 0:$.currentTime)!==null&&ee!==void 0?ee:0).toFixed(2);if(!((fe=c?.current)===null||fe===void 0)&&fe.duration){const de=(((xe=c?.current)===null||xe===void 0?void 0:xe.currentTime)-E.current).toFixed(2);u?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(me=(le=Q?.video)===null||le===void 0?void 0:le.itemId)!==null&&me!==void 0?me:"",contentName:(Pe=(be=Q?.video)===null||be===void 0?void 0:be.title)!==null&&Pe!==void 0?Pe:"",endTime:te,videoDuration:ce,playDuration:de,contentTags:JSON.stringify((Me=(Ie=Q?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&Me!==void 0?Me:[]),position:e+"",contentFormat:"video",traceInfo:(Ne=Q?.video)===null||Ne===void 0?void 0:Ne.traceInfo}})}},[o,e,u,c?.current,l]),ue=n.useCallback(()=>{x(!0)},[]);n.useEffect(()=>{var Y,Z,$,ee,fe,xe,le,me,be,Pe;if(!T)return;const Ie=t?.video.url;if(!Ie)return;const Me=document.querySelector(`#${O}`);if(!Me||(c.current=Ci?.(Me),!c?.current))return;const Ne=window?.Hls;let Q=null;return Ie.includes(".m3u8")&&Ne&&Ne.isSupported()?(Q=new Ne,Q.loadSource(Ie),Q.attachMedia(c?.current),Q.on(Ne.Events.MANIFEST_PARSED,function(){var ce;(ce=c?.current)===null||ce===void 0||ce.play()})):c.current.src=Ie,(Y=c?.current)===null||Y===void 0||Y.setAttribute("x5-playsinline","true"),(Z=c?.current)===null||Z===void 0||Z.setAttribute("webkit-playsinline","true"),($=c?.current)===null||$===void 0||$.addEventListener("loadedmetadata",K),(ee=c?.current)===null||ee===void 0||ee.addEventListener("loadeddata",U),(fe=c?.current)===null||fe===void 0||fe.addEventListener("play",W),(xe=c?.current)===null||xe===void 0||xe.addEventListener("playing",F),(le=c?.current)===null||le===void 0||le.addEventListener("pause",ie),(me=c?.current)===null||me===void 0||me.addEventListener("ended",N),(be=c?.current)===null||be===void 0||be.addEventListener("canplay",N),(Pe=c?.current)===null||Pe===void 0||Pe.addEventListener("waiting",ue),()=>{var ce,te,de,R,L,Fe,Ze,qe,vt;((ce=c?.current)===null||ce===void 0?void 0:ce.paused)||ie(),Q&&Q?.destroy(),v(!1),(te=c?.current)===null||te===void 0||te.removeEventListener("loadedmetadata",K),(de=c?.current)===null||de===void 0||de.removeEventListener("loadeddata",U),(R=c?.current)===null||R===void 0||R.removeEventListener("play",W),(L=c?.current)===null||L===void 0||L.removeEventListener("playing",F),(Fe=c?.current)===null||Fe===void 0||Fe.removeEventListener("pause",ie),(Ze=c?.current)===null||Ze===void 0||Ze.removeEventListener("ended",N),(qe=c?.current)===null||qe===void 0||qe.removeEventListener("canplay",N),(vt=c?.current)===null||vt===void 0||vt.removeEventListener("waiting",ue)}},[T,O,t,ie]),n.useEffect(()=>{var Y,Z;!c?.current||!A||(T?(S?.({eventName:"ViewContent"}),(Y=c?.current)===null||Y===void 0||Y.play()):(Z=c?.current)===null||Z===void 0||Z.pause())},[T,A,c?.current]),n.useEffect(()=>{var Y,Z,$;if(!T||!c?.current)return;!((Y=c?.current)===null||Y===void 0?void 0:Y.paused)&&m?(Z=c?.current)===null||Z===void 0||Z.pause():m||($=c?.current)===null||$===void 0||$.play()},[m,T,c?.current]),n.useEffect(()=>{if(!T)return;const Y=()=>{ne("start")(),S?.({eventName:"ViewContent"})},Z=ne("pause");return gt.on(st.PAGE_DID_SHOW,Y),gt.on(st.PAGE_DID_HIDE,Z),()=>{gt.off(st.PAGE_DID_SHOW,Y),gt.off(st.PAGE_DID_HIDE,Z)}},[ne,T]);const ke=n.useMemo(()=>!f?.placeholder_image||A?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[A,f?.placeholder_image]),ae=n.useMemo(()=>{if(!(!P||!A))return n.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Yd,alt:"placeholder image"})},[P,A]);return n.useEffect(()=>{if(!c?.current)return;const Y=()=>{var Z;l===e&&(!((Z=t?.video)===null||Z===void 0)&&Z.url)&&c?.current&&!a&&ne("pause")()};return window.addEventListener("beforeunload",Y),()=>{window.removeEventListener("beforeunload",Y)}},[l,e,t,c?.current,ne,a]),t?.video?n.createElement(n.Fragment,null,C?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:ne(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},z)},!V&&A&&B&&n.createElement(lt,{src:B,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},j)}),n.createElement("canvas",{ref:D,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:I,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},n.createElement("div",{className:"n-full-screen",ref:y,id:O,style:{width:"100%",height:"100%"}}),a&&n.createElement(lt,{className:"clc-pb-video-pause",src:r??k,alt:"pause"}))),ke,ae):n.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:ne()},n.createElement("div",{className:"n-full-screen",ref:y,id:O,style:{width:"100%",height:"100%"}}),ke,ae,a&&n.createElement(lt,{className:"clc-pb-video-pause",src:r??k,alt:"pause"}))):null};var Jd=n.memo(Xd);const qd=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:o,style:s})=>{const[l,d]=n.useState(t),r=a=>{a.stopPropagation();const p=!l;d(p),o?.(p)};return n.useEffect(()=>{d(t)},[t]),n.createElement("button",{style:s,"aria-label":"toggle button",className:"pb-toggle-button",onClick:r},n.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var Po=n.memo(qd);const Kd=({imageUrl:t,style:e,duration:i=2e3})=>{const[o,s]=n.useState(!0);ht(),n.useEffect(()=>{setTimeout(()=>{s(!1)},i)},[]);const l=at("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),d=n.useMemo(()=>o?"pb-fadeIn":"pb-fadeOut",[o]);return n.createElement("div",{hidden:!o,className:`pb-finger-wrap ${d}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},n.createElement("img",{src:t||l,alt:"finger swiper"}))},Do=t=>{const{src:e,height:i,imgUrlsPostConfig:o,onShowFirstImage:s}=t,l=n.useMemo(()=>o?.mode==="2",[o]),d=n.useMemo(()=>{var u;return o?.mode==="2"?`translateY(-${50+((u=o?.offsetTop)!==null&&u!==void 0?u:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[o]),r=n.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),a=n.useMemo(()=>o?.bgWay==="1",[o]),p=n.useMemo(()=>a&&o?.bgColor?{backgroundColor:o?.bgColor}:{},[o,a]);return n.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},p)},(!l||!a)&&n.createElement(lt,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},r),onLoad:s}),l&&n.createElement(lt,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:d,left:0,right:0},onLoad:s}))},Zd=({imgUrls:t,width:e,height:i,rec:o,index:s,onReportViewImageEnd:l,onViewImageStartEvent:d,imgUrlsPostConfig:r})=>{var a,p;const u=n.useRef(),{isActive:f}=yo(),{sxpParameter:h,openHashtag:m}=Ce(),[S,E]=n.useState(!1);n.useEffect(()=>{S&&f?(u?.current&&u.current.swiper.autoplay.start(),m?l(o):d(s)):u?.current&&u.current.swiper.autoplay.stop()},[o,f,l,m,s,d,S]);const A=n.useCallback(()=>{S||E(!0)},[S]);return n.createElement(Lt,{ref:u,defaultValue:0,direction:"horizontal",modules:[Qt,Rt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:we.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(a=r?.marginBottom)!==null&&a!==void 0?a:0,fontSize:"14px"}},r?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:r?.dotsBgColor,opacity:1}}),r?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${r?.dotsActiveColor}!important`,opacity:1}})),height:i,loop:!0,autoplay:{delay:((p=r?.delay)!==null&&p!==void 0?p:3)*1e3}},t?.map((v,w)=>n.createElement(yt,{key:w},n.createElement(Do,{src:!S&&w>0?"":v,height:i,imgUrlsPostConfig:r,onShowFirstImage:A}))))};var Qd=n.memo(Zd);const Rd=({tags:t,itemId:e,itemType:i,index:o,rec:s,hashTagStyle:l})=>{var d;const[r,a]=n.useState(!1),{setWaterFallData:p,setOpenHashtag:u,setCacheActiveIndex:f,waterFallData:h,setIsFromHashtag:m}=Ce(),S=E=>{h?m?.(!0):f?.(o),p?.(i?{hashTag:E,itemId:e,itemType:i,rec:s}:{hashTag:E,rec:s}),u?.(!0)};return n.useMemo(()=>t.length<=6?null:n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>a(!r)},r?"show less":"show more"),[r,t]),n.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(d=l?.marginTop)!==null&&d!==void 0?d:16}px`}},n.createElement(Gt,null,t?.map((E,A)=>n.createElement(yt,{key:A,hidden:r?!1:A>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>S(E)},n.createElement("div",{dangerouslySetInnerHTML:{__html:ge(`#${E}`,l)}})))))};var Mo=n.memo(Rd),$d="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 ii(t){return n.memo(function(e){const{$store:i}=Ko(),o=l=>{let d=l;const r=l.match(/{{.*?}}/g);return r?.length&&r.forEach(a=>{a.replace(/{{\s*([\w.]+)\s*}}/g,(p,u)=>{if(u){const f=Ue.get(i,u);return d=d.replace(a,f),f}})}),d},s=n.useMemo(()=>{var l,d,r;const{bindDatas:a}=e,p=Xe(e,["bindDatas"]);if((l=a?.forEach)===null||l===void 0||l.call(a,u=>{if(u?.propKey&&u?.dataPath){const{propKey:f,dataPath:h}=u;h.replace(/{{\s*([\w.]+)\s*}}/g,(m,S)=>{var E,A;if(S){const v=(A=(E=Ue.get(i,S))!==null&&E!==void 0?E:e[f])!==null&&A!==void 0?A:"";return p[f]=v,v}})}}),p){p.eventMap={};const u=Ue.cloneDeep(p.event)||{};for(const f in u)if(Object.prototype.hasOwnProperty.call(u,f))try{u[f].value=o(u[f].value),p.eventMap[f]=new Function(u[f].value)}catch{}}return!((r=(d=p?.event)===null||d===void 0?void 0:d.onClick)===null||r===void 0)&&r.linkType&&(p.style.cursor="pointer"),p},[i,e]);return n.createElement(t,Object.assign({},s,s.eventMap))})}const oi=({rec:t,index:e,tempMap:i,resolver:o,includesCtaType:s,isActive:l})=>{var d,r,a,p,u;const{schema:f}=ht();if(!t?.video)return null;let h=null;!((r=(d=t?.video)===null||d===void 0?void 0:d.bindProducts)===null||r===void 0)&&r.length?h="\u591A\u5546\u54C1CTA":!((a=t?.video)===null||a===void 0)&&a.bindProduct?h="\u5546\u54C1CTA":h=(u=(p=t?.video)===null||p===void 0?void 0:p.bindCta)===null||u===void 0?void 0:u.itemId;const m=i?.[h],S=n.useCallback(()=>{var E,A,v,w,b,T,D,g,M,P,x,c,O,y,C,I,B,j,V,z,N,k,F,W,U,K,ne,ie;if(!t?.video)return null;if(!(s&&!s?.includes((E=m?.item)===null||E===void 0?void 0:E.type))&&!(!s&&((A=m?.item)===null||A===void 0?void 0:A.category)==="cta")){if(((v=m?.item)===null||v===void 0?void 0:v.type)==="CommodityDiro"&&!(!((w=t?.video)===null||w===void 0)&&w.bindProduct)||((b=m?.item)===null||b===void 0?void 0:b.type)==="Commodity"&&!(!((T=t?.video)===null||T===void 0)&&T.bindProduct)||((D=m?.item)===null||D===void 0?void 0:D.type)==="CommodityDiroNew"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((M=m?.item)===null||M===void 0?void 0:M.type)==="MultiCommodity"&&!(!((x=(P=t?.video)===null||P===void 0?void 0:P.bindProducts)===null||x===void 0)&&x.length)||((c=m?.item)===null||c===void 0?void 0:c.type)==="MultiCommodityDiro"&&!(!((y=(O=t?.video)===null||O===void 0?void 0:O.bindProducts)===null||y===void 0)&&y.length)||((C=m?.item)===null||C===void 0?void 0:C.type)==="MultiCommodityDiroNew"&&!(!((B=(I=t?.video)===null||I===void 0?void 0:I.bindProducts)===null||B===void 0)&&B.length))return null;if(m&&o){const ue=o[(j=m?.item)===null||j===void 0?void 0:j.type],ke=ii(ue),ae=(V=ue?.extend)===null||V===void 0?void 0:V.defaulSetting,Y=((k=(N=(z=m?.item)===null||z===void 0?void 0:z.event)===null||N===void 0?void 0:N.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink";return n.createElement(ke,Object.assign({style:Object.assign(Object.assign(Object.assign({},ae?.style),(F=m?.item)===null||F===void 0?void 0:F.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},ae?.textStyle),(W=m?.item)===null||W===void 0?void 0:W.textStyle),bindDatas:(K=(U=m?.item)===null||U===void 0?void 0:U.bindDatas)!==null&&K!==void 0?K:[]},ae?.props,(ne=m?.item)===null||ne===void 0?void 0:ne.props,{event:((ie=m?.item)===null||ie===void 0?void 0:ie.event)||{},schema:f,id:m?.id,key:m?.id,recData:t,isExternalLink:Y,index:e,isActive:l}))}else return null}},[t,o,i,f,m?.id,l]);return n.createElement(n.Fragment,null,S())},Oo=({nudge:t})=>{var e,i,o,s,l,d;return n.createElement(n.Fragment,null,t?.isOpen&&n.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(o=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&o!==void 0?o:212,height:(l=(s=t?.size)===null||s===void 0?void 0:s.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(d=t?.borderRadius)!==null&&d!==void 0?d:4}},t?.icon?n.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,n.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:ge(t?.content,t?.textStyle)}})))},er=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:o,setRtcList:s,setCacheRtcList:l,setCacheActiveIndex:d,setLoading:r,swiperRef:a,waterFallData:p,bffEventReport:u,selectTag:f,setSelectTag:h}=Ce(),{backMainFeed:m}=Ke(),S=n.useMemo(()=>[Yt,...t],[t]),E=A=>()=>{if(A===f)return;A!=="FOR U"?u?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${A}']`}}):m("theme",A,f);let v;A!==Yt&&(v=A),r?.(!0),o?.({themeTag:v}).then(w=>{var b,T,D,g;gt.emit(st.CHANGE_THEME_TAG,v),s?.((b=w?.recList)!==null&&b!==void 0?b:[]),l?.((T=w?.recList)!==null&&T!==void 0?T:[]),e?.(0),d?.(0),(g=(D=a?.current)===null||D===void 0?void 0:D.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{r?.(!1)}),h?.(A)};return p||t.length<=0?null:n.createElement("div",{className:"clc-sxp-tagbar",style:i},n.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},S.map(A=>n.createElement("li",{className:`clc-sxp-tagbar-list-item ${A===f?"clc-sxp-tagbar-list-item-active":""}`,key:A,onClick:E(A)},A))))};var Lo=n.memo(er);const Bo=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:o=window.innerWidth,tempMap:s,resolver:l,data:d=[],ctaType:r,tipText:a,nudge:p,_schema:u,hashTagStyle:f,tagList:h=[],licenseUrl:m})=>{var S,E,A,v,w,b,T,D,g;const M=at("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),P=at("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:x}=ht(),[c,O]=n.useState(0),y=n.useRef(0),[C,I]=n.useState(!0),B=n.useRef(),[j,V]=n.useState(!1),[z,N]=n.useState(!1),[k,F]=n.useState(new Date().getTime()),W=n.useRef(!1),[U,K]=n.useState(2),{loadVideos:ne,bffEventReport:ie,loading:ue,setPopupDetailData:ke,ctaEvent:ae,swiperRef:Y,waterFallData:Z,setOpenHashtag:$,appDomain:ee,openHashtag:fe,loadingImage:xe,isFromHashtag:le,popupDetailData:me,bffFbReport:be,curTime:Pe,h5EnterLink:Ie,isShowConsent:Me,selectTag:Ne,isPreview:Q,isEditor:ce,cacheRtcList:te,setRtcList:de,cacheActiveIndex:R,rtcList:L,isNoMoreData:Fe}=Ce(),{backMainFeed:Ze,productView:qe,jumpToWeb:vt}=Ke(),it=n.useMemo(()=>d.length>0&&!ue&&(Ro()||t?.enableSwiperTip),[d,ue,t?.enableSwiperTip]);n.useEffect(()=>{zi()},[]),n.useEffect(()=>{if(d?.length>0){const _=new Date;B.current=_,be?.({eventName:"PageView"})}},[d?.length]);const pt=n.useCallback(()=>{if(zi(),Ie?.(),d.length>0){const _=new Date;B.current=_,be?.({eventName:"PageView"})}},[d.length,be,Ie]);n.useEffect(()=>{var _;if(!r||r?.length<1)return;const re=d?.findIndex(se=>{var q,he,ye,oe,pe,Ae,De,je,He;const We=r?.[0];return We==="\u591A\u5546\u54C1CTA"?((q=se?.video)===null||q===void 0?void 0:q.bindProducts)&&((ye=(he=se?.video)===null||he===void 0?void 0:he.bindProducts)===null||ye===void 0?void 0:ye.length)>0:We==="\u5546\u54C1CTA"?(oe=se?.video)===null||oe===void 0?void 0:oe.bindProduct:((Ae=(pe=se?.video)===null||pe===void 0?void 0:pe.bindCta)===null||Ae===void 0?void 0:Ae.itemId)===We&&(((De=se?.video)===null||De===void 0?void 0:De.url)||((He=(je=se?.video)===null||je===void 0?void 0:je.imgUrls)===null||He===void 0?void 0:He.length))})||0;re!==-1&&((_=Y?.current)===null||_===void 0||_.swiper.slideTo(re))},[d,r,Y]),n.useEffect(()=>{const _=d?.[c],re=()=>{var se,q,he,ye,oe,pe,Ae,De,je,He,We,Le,Re,_e,Ge,rt,Je,St,xt,It;const kt=!fe&&!Me;if(document.visibilityState==="hidden"){kt&&(gt.emit(st.PAGE_DID_HIDE,_),Oe(_),Qe(_));let Be="";me&&(!((q=(se=_?.video)===null||se===void 0?void 0:se.bindProducts)===null||q===void 0)&&q.length||!((he=_?.video)===null||he===void 0)&&he.bindProduct)?Be="pdpPage":me&&((Ae=s?.[(pe=(oe=(ye=_?.video)===null||ye===void 0?void 0:ye.bindCta)===null||oe===void 0?void 0:oe.itemId)!==null&&pe!==void 0?pe:""].item)===null||Ae===void 0?void 0:Ae.type)==="Appoint"?Be="formPage":le?Be="hashTagPage":!((De=_?.video)===null||De===void 0)&&De.url?Be="videoPage":!((je=_?.video)===null||je===void 0)&&je.imgUrls&&(!((We=(He=_?.video)===null||He===void 0?void 0:He.imgUrls)===null||We===void 0)&&We.length)?Be="imagePage":_?.product&&(Be="productPage"),ie?.({eventInfo:{sessionDuration:Math.floor((new Date-Pe.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Le=_?.video)===null||Le===void 0?void 0:Le.itemId,productId:(Re=_?.product)===null||Re===void 0?void 0:Re.itemId,position:c+"",fromKName:Be,fromKPage:location?.href,ctatId:(rt=(Ge=(_e=_?.video)===null||_e===void 0?void 0:_e.bindCta)===null||Ge===void 0?void 0:Ge.itemId)!==null&&rt!==void 0?rt:"",traceInfo:(It=(St=(Je=_?.video)===null||Je===void 0?void 0:Je.traceInfo)!==null&&St!==void 0?St:(xt=_?.product)===null||xt===void 0?void 0:xt.traceInfo)!==null&&It!==void 0?It:""}})}else document.visibilityState==="visible"&&(W.current===!0&&(F(new Date().getTime()),W.current=!1),pt(),kt&&(ot(c),gt.emit(st.PAGE_DID_SHOW,_),Ze("external",Ne)))};return document.addEventListener("visibilitychange",re),()=>{document.removeEventListener("visibilitychange",re)}},[c,ie,d,pt,me,le,s,Pe,Ze,fe,Me,Ne]);const mt=n.useMemo(()=>{let _=0;return h.length>0&&(_+=45,Z&&(_-=45)),_},[h,Z]),ft=n.useMemo(()=>{let _=0;return t?.logoUrl&&t?.isShowLogo&&(_+=56),_},[]),H=n.useMemo(()=>i-ft-mt,[t,i,mt]),G=n.useMemo(()=>{var _;const re=c===0&&!Z&&!ce?[(_=d?.[0])!==null&&_!==void 0?_:null]:d?.map((se,q)=>c===q||q-1===c||q+1===c?se:null);return!Z&&!Fe?re.concat([{loading:!0}]):re},[d,c,Z,ce,Fe]),Se=n.useMemo(()=>{var _,re,se,q;if(t?.logoUrl&&t?.isShowLogo){const he=(re=(_=t?.logoBar)===null||_===void 0?void 0:_.onClick)===null||re===void 0?void 0:re.value,ye=((q=(se=t?.logoBar)===null||se===void 0?void 0:se.onClick)===null||q===void 0?void 0:q.linkType)==="externalLink",oe=G[c];return n.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},he&&{onClick:()=>{var pe,Ae,De,je;ye&&vt(oe,(pe=oe?.video)===null||pe===void 0?void 0:pe.bindProduct,(Ae=oe?.video)===null||Ae===void 0?void 0:Ae.bindCta,c,((De=oe?.product)===null||De===void 0?void 0:De.traceInfo)||((je=oe?.video)===null||je===void 0?void 0:je.traceInfo)),new Function(he)()}}),n.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,c,G]),Ee=n.useCallback((_,re)=>{var se,q,he,ye;return!((se=_?.video)===null||se===void 0)&&se.url?n.createElement(Jd,{key:k,rec:_,index:re,muted:C,data:d,height:H,activeIndex:c,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((q=_?.video)===null||q===void 0)&&q.imgUrls?n.createElement(Qd,{key:_?.video.itemId,imgUrls:_?.video.imgUrls,width:o,height:H,rec:_,index:re,onReportViewImageEnd:Oe,onViewImageStartEvent:ot,imgUrlsPostConfig:t?.imgUrlsPost}):_.product&&Array.isArray(t?.productPost)&&((he=t?.productPost)===null||he===void 0?void 0:he.length)>0?(ye=t?.productPost)===null||ye===void 0?void 0:ye.map((oe,pe)=>{var Ae,De,je,He,We,Le,Re,_e;const Ge=l[(Ae=oe?.item)===null||Ae===void 0?void 0:Ae.type],rt=ii(Ge),Je=(De=Ge?.extend)===null||De===void 0?void 0:De.defaulSetting;return n.createElement(rt,Object.assign({key:`${re}${pe}`,textStyle:Object.assign(Object.assign({},Je?.textStyle),(je=oe?.item)===null||je===void 0?void 0:je.textStyle),bindDatas:(We=(He=oe?.item)===null||He===void 0?void 0:He.bindDatas)!==null&&We!==void 0?We:[]},Je?.props,(Le=oe?.item)===null||Le===void 0?void 0:Le.props,{event:((Re=oe?.item)===null||Re===void 0?void 0:Re.event)||{},schema:x,id:oe?.id,viewTime:B.current,rec:_,isPost:!0,tipText:a,style:Object.assign(Object.assign(Object.assign({},Je?.style),(_e=oe?.item)===null||_e===void 0?void 0:_e.style),{height:"100%",overflow:"auto"}),index:re}))}):null},[o,d,H,C,c,t?.productPost,t?.videoPlayIcon,B,a,l,x,k]),X=n.useCallback(_=>{N(_)},[]),J=n.useMemo(()=>z?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[z]),ve=n.useCallback((_,re)=>{var se,q,he,ye,oe,pe,Ae,De;return _?.video?n.createElement(n.Fragment,null,((se=_?.video)===null||se===void 0?void 0:se.title)&&!z&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(q=t?.bottomInfoDist)!==null&&q!==void 0?q:40}px`}},n.createElement(Oo,{nudge:p}),t?.isShowCTA===void 0||t?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(oi,{rec:_,index:re,tempMap:s,resolver:l})):null,n.createElement("div",null,n.createElement(ti,{className:"clc-sxp-bottom-text",isPost:!0,foldText:a?.foldText,unfoldText:a?.unfoldText,text:(ye=(he=_?.video)===null||he===void 0?void 0:he.title)!==null&&ye!==void 0?ye:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:X}),n.createElement(oi,{rec:_,index:re,tempMap:s,resolver:l,includesCtaType:["AniLink"]}),n.createElement(Mo,{index:c,tags:(pe=(oe=_?.video)===null||oe===void 0?void 0:oe.hashTags)!==null&&pe!==void 0?pe:[],itemId:(Ae=_?.video)===null||Ae===void 0?void 0:Ae.itemId,itemType:!((De=_?.video)===null||De===void 0)&&De.itemId?"VIDEO":null,rec:_,hashTagStyle:f}))),n.createElement(oi,{rec:_,index:re,tempMap:s,resolver:l,includesCtaType:["AniLinkPopup"],isActive:re===c})):null},[e,c,s,l,a,p,f,t,X,z,J]),Te=n.useCallback((_,re,se)=>{var q,he,ye,oe;if(!t?.isShowLike||!se)return;let pe=(q=t?.likeIconY)!==null&&q!==void 0?q:400;return Z&&pe<40&&(pe+=40),_?.video?n.createElement(_o,{key:_.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:_.isCollected,recData:_,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(he=t.likeIconXPosit)!==null&&he!==void 0?he:"right"]:(ye=t.likeIconX)!==null&&ye!==void 0?ye:0,[(oe=t.likeIconYPosit)!==null&&oe!==void 0?oe:"bottom"]:pe},position:re}):null},[t,Z]),Oe=_=>{var re,se,q,he,ye,oe;if(!(!((re=_?.video)===null||re===void 0)&&re.url)&&(!((se=_?.video)===null||se===void 0)&&se.imgUrls)){const pe=Date.now(),Ae=(pe-y.current)/1e3;ie?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(he=(q=_?.video)===null||q===void 0?void 0:q.itemId)!==null&&he!==void 0?he:"",contentName:(ye=_?.video.title)!==null&&ye!==void 0?ye:"",imageEndTime:`${pe}`,playDuration:`${Ae}`,contentTags:JSON.stringify((oe=_?.video.tags)!==null&&oe!==void 0?oe:[]),position:c+"",contentFormat:"image",traceInfo:_?.video.traceInfo}})}},Ve=(_,re)=>{var se,q,he,ye,oe,pe,Ae,De,je,He,We,Le,Re,_e,Ge,rt,Je,St,xt;if(Q||Z)return;const It=new Date-Pe.current;if(t?.openSlideSkip&&It>=((se=t?.slideSkipStartTime)!==null&&se!==void 0?se:0)&&$o()&&_){const kt=((ye=(he=(q=_?.video)===null||q===void 0?void 0:q.bindProducts)===null||he===void 0?void 0:he[0])===null||ye===void 0?void 0:ye.link)||((pe=(oe=_?.video)===null||oe===void 0?void 0:oe.bindProduct)===null||pe===void 0?void 0:pe.link)||((Ae=_?.product)===null||Ae===void 0?void 0:Ae.link),Be=_?.product||((De=_?.video)===null||De===void 0?void 0:De.bindProduct)||((He=(je=_?.video)===null||je===void 0?void 0:je.bindProducts)===null||He===void 0?void 0:He[0]);kt&&(ie?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(We=Be?.itemId)!==null&&We!==void 0?We:"",productName:(Le=Be?.title)!==null&&Le!==void 0?Le:"",price:Be?.price?Be?.price+"":"0",productCollection:(Re=Be?.collection)!==null&&Re!==void 0?Re:"",contentTags:Be?.tags?JSON.stringify(Be?.tags):"",position:re+"",contentId:(Ge=(_e=_?.video)===null||_e===void 0?void 0:_e.itemId)!==null&&Ge!==void 0?Ge:"",traceInfo:(xt=(Je=(rt=_?.video)===null||rt===void 0?void 0:rt.traceInfo)!==null&&Je!==void 0?Je:(St=_?.product)===null||St===void 0?void 0:St.traceInfo)!==null&&xt!==void 0?xt:""}}),W.current=!0,window.location.href=window.getJointUtmLink(kt))}},ze=_=>{var re,se,q,he,ye,oe,pe,Ae,De,je,He,We,Le,Re;const _e=d[_.previousIndex];if(!_e)return;_.previousIndex-_.activeIndex<0?(ie?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(se=(re=_e?.video)===null||re===void 0?void 0:re.itemId)!==null&&se!==void 0?se:"",productId:(he=(q=_e?.product)===null||q===void 0?void 0:q.itemId)!==null&&he!==void 0?he:"",requestId:null,traceInfo:(oe=(ye=_e?.video)===null||ye===void 0?void 0:ye.traceInfo)!==null&&oe!==void 0?oe:""}}),Oe(_e),Ve(_e,_.previousIndex)):(ie?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Ae=(pe=_e?.video)===null||pe===void 0?void 0:pe.itemId)!==null&&Ae!==void 0?Ae:"",productId:(je=(De=_e.product)===null||De===void 0?void 0:De.itemId)!==null&&je!==void 0?je:"",requestId:null,traceInfo:(We=(He=_e?.video)===null||He===void 0?void 0:He.traceInfo)!==null&&We!==void 0?We:""}}),Oe(_e)),Qe(_e);const Ge=d[_.activeIndex];!(!((Le=Ge?.video)===null||Le===void 0)&&Le.url)&&!(!((Re=Ge?.video)===null||Re===void 0)&&Re.imgUrls)&&Ge?.product&&be?.({eventName:"ProductView"}),B.current=new Date},Qe=_=>{var re,se,q;!(!((re=_?.video)===null||re===void 0)&&re.url)&&!(!((se=_?.video)===null||se===void 0)&&se.imgUrls)&&_?.product&&qe(_,_.product,(q=_?.product)===null||q===void 0?void 0:q.bindCta,B.current,c)};n.useEffect(()=>{const _=d[c];fe?Qe(_):B.current=new Date},[fe,d,c]);const ot=_=>{var re,se,q,he,ye,oe;const pe=d[_];if(!(!((re=pe?.video)===null||re===void 0)&&re.url)&&(!((se=pe?.video)===null||se===void 0)&&se.imgUrls)){const Ae=Date.now();y.current=Ae,ie?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(he=(q=pe?.video)===null||q===void 0?void 0:q.itemId)!==null&&he!==void 0?he:"",contentName:(ye=pe?.video.title)!==null&&ye!==void 0?ye:"",imageStartTime:`${Ae}`,contentTags:JSON.stringify((oe=pe?.video.tags)!==null&&oe!==void 0?oe:[]),position:_+"",contentFormat:"image",traceInfo:pe?.video.traceInfo}}),be?.({eventName:"ViewContent"})}},wt=n.useCallback(_=>{var re,se,q,he,ye,oe;if(_)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&n.createElement(Po,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((se=(re=G?.[c])===null||re===void 0?void 0:re.video)===null||se===void 0)&&se.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(q=t?.muteIconXPosit)!==null&&q!==void 0?q:"right"]:(he=t?.muteIconX)!==null&&he!==void 0?he:0,[(ye=t?.muteIconYPosit)!==null&&ye!==void 0?ye:"bottom"]:(oe=t?.muteIconY)!==null&&oe!==void 0?oe:23},defaultValue:C,activeIcon:t?.unMuteIcon?t?.unMuteIcon:M,unactiveIcon:t?.muteIcon?t?.muteIcon:P,onChange:I})},[t,G,c,C]),Ct=n.useMemo(()=>ue?n.createElement("div",{style:{height:H,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:xe,alt:"loading...",style:{objectFit:"contain"}})):G?.map((_,re)=>n.createElement(yt,{key:re,virtualIndex:re,style:{overflow:"hidden"}},_&&n.createElement(n.Fragment,null,_?.loading?n.createElement("div",{style:{height:H,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:xe,alt:"loading...",style:{objectFit:"contain"}})):n.createElement(n.Fragment,null,Te(_,re,!t?.likeIconFixed),wt(!t?.muteIconFixed),ve(_,re),Ee(_,re))))),[o,d,H,ue,ve,Ee,G,xe,k,wt]);return n.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},Z&&n.createElement(Eo,{icon:$d,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(w=(v=(A=(E=(S=t?.hashTag)===null||S===void 0?void 0:S[0])===null||E===void 0?void 0:E.item)===null||A===void 0?void 0:A.props)===null||v===void 0?void 0:v.textStyles)===null||w===void 0?void 0:w.hashTagTitle),{color:"#fff"}),onClose:()=>{!Ue.isEqual(L,te)&&te&&te?.length&&de?.(te),$?.(!0)}}),Se,n.createElement(Lo,{tagList:h,setActiveIndex:O,style:{top:ft}}),it?n.createElement(Kd,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((b=t?.swipeTipOffset)!==null&&b!==void 0?b:0)}%`},duration:t?.swiperTipAniDur}):null,n.createElement(Lt,{style:{marginTop:mt},ref:Y,onSlideChange:()=>{Y.current.swiper.allowTouchMove=!1,setTimeout(()=>{Y.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:_=>{O(_.activeIndex),!fe&&(ze(_),!(Z||ce)&&_?.activeIndex+1>=d?.length&&(j||(V(!0),ne?.(U).then(re=>{var se;V(!1),re&&((se=re?.recList)===null||se===void 0?void 0:se.length)>0&&K(U+1)}))))},direction:"vertical",height:H},Te(G[c],c,!!t?.likeIconFixed),wt(!!t?.muteIconFixed),Ct),n.createElement(Co,Object.assign({},(g=(D=(T=t?.hashTag)===null||T===void 0?void 0:T[0])===null||D===void 0?void 0:D.item)===null||g===void 0?void 0:g.props)))},tr=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:o,rec:s,index:l})=>n.createElement(Lt,{defaultValue:0,direction:"horizontal",modules:[Qt,Rt],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(d=>n.createElement(yt,{key:d},n.createElement(Do,{src:d,height:i,imgUrlsPostConfig:o}))));var ir=n.memo(tr);const or=({rec:t,index:e,height:i,data:o,muted:s,activeIndex:l,videoPostConfig:d,width:r})=>{const[a,p]=n.useState(!1),u=n.useRef(null),{bffEventReport:f,sxpParameter:h,waterFallData:m,openHashtag:S}=Ce(),E=n.useRef(0),[A,v]=n.useState(!1),[w,b]=n.useState(!0),T=n.useRef(null),[D,g]=n.useState("");n.useEffect(()=>{u.current&&(u.current.muted=s)},[s]);const M=n.useCallback(()=>{var N;(N=u.current)===null||N===void 0||N.play()},[]),P=at("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),x=n.useCallback(()=>{var N,k,F,W,U,K,ne,ie,ue,ke,ae,Y,Z;p(!1);const $=o[e];if($&&(!((N=u?.current)===null||N===void 0)&&N.duration)){E.current=((k=u?.current)===null||k===void 0?void 0:k.currentTime)||0;const ee=((W=(F=u.current)===null||F===void 0?void 0:F.duration)!==null&&W!==void 0?W:0).toFixed(2),fe=((K=(U=u.current)===null||U===void 0?void 0:U.currentTime)!==null&&K!==void 0?K:0).toFixed(2),xe=w?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ie=(ne=$?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&ie!==void 0?ie:"",contentName:(ke=(ue=$?.video)===null||ue===void 0?void 0:ue.title)!==null&&ke!==void 0?ke:"",playType:xe,startTime:fe,videoDuration:ee,contentTags:JSON.stringify((Y=(ae=$?.video)===null||ae===void 0?void 0:ae.tags)!==null&&Y!==void 0?Y:[]),position:e+"",contentFormat:"video",traceInfo:(Z=$?.video)===null||Z===void 0?void 0:Z.traceInfo}}),b(!1)}},[f,o,e,w]),c=n.useCallback(()=>{v(!0)},[]),O=n.useCallback(N=>()=>{var k,F,W,U,K;if(!A)return;const ne=(k=u.current)===null||k===void 0?void 0:k.paused;switch(N){case"start":if(!ne)return;(F=u.current)===null||F===void 0||F.play(),p(!1);break;case"pause":if(ne)return;(W=u.current)===null||W===void 0||W.pause(),p(!0);break;default:ne?(U=u.current)===null||U===void 0||U.play():(K=u.current)===null||K===void 0||K.pause(),p(!ne);break}},[A]),y=n.useCallback(()=>{var N,k,F,W,U,K,ne,ie,ue,ke,ae,Y,Z;const $=o[e],ee=((k=(N=u.current)===null||N===void 0?void 0:N.duration)!==null&&k!==void 0?k:0).toFixed(2),fe=((W=(F=u.current)===null||F===void 0?void 0:F.currentTime)!==null&&W!==void 0?W:0).toFixed(2);if(!((U=u?.current)===null||U===void 0)&&U.duration){const xe=(((K=u?.current)===null||K===void 0?void 0:K.currentTime)-E.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ie=(ne=$?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&ie!==void 0?ie:"",contentName:(ke=(ue=$?.video)===null||ue===void 0?void 0:ue.title)!==null&&ke!==void 0?ke:"",endTime:fe,videoDuration:ee,playDuration:xe,contentTags:JSON.stringify((Y=(ae=$?.video)===null||ae===void 0?void 0:ae.tags)!==null&&Y!==void 0?Y:[]),position:e+"",contentFormat:"video",traceInfo:(Z=$?.video)===null||Z===void 0?void 0:Z.traceInfo}})}},[o,e,f]),C=n.useMemo(()=>d?.mode==="2",[d]),I=n.useMemo(()=>{var N;return d?.mode==="2"?`translateY(-${50+((N=d?.offsetTop)!==null&&N!==void 0?N:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[d]),B=n.useMemo(()=>{var N;return((N=t?.video)===null||N===void 0?void 0:N.cover)||D},[D,t]),j=n.useCallback(()=>{if(!T||!u||!u.current||!T.current)return;const N=u?.current,k=T?.current,F=k.getContext("2d"),W=window?.innerWidth,U=window?.innerHeight;k.height=U,k.width=W,F?.drawImage(N,0,0,k.width,k.height),g(k.toDataURL())},[]);n.useEffect(()=>{var N,k,F,W;if(u.current){if(p(!1),!u.current.src){const U=t?.video.url;if(U.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const K=new window.Hls;K.loadSource(U),K.attachMedia(u.current)}else u.current.canPlayType("application/vnd.apple.mpegurl"),u.current.src=U;else u.current.src=U;u.current.setAttribute("x5-playsinline","true"),u.current.setAttribute("webkit-playsinline","true")}return(N=u.current)===null||N===void 0||N.addEventListener("loadedmetadata",c),(k=u.current)===null||k===void 0||k.addEventListener("canplay",c),(F=u.current)===null||F===void 0||F.addEventListener("playing",x),(W=u.current)===null||W===void 0||W.addEventListener("loadeddata",j),()=>{var U,K,ne,ie;(U=u.current)===null||U===void 0||U.removeEventListener("loadedmetadata",c),(K=u.current)===null||K===void 0||K.removeEventListener("canplay",c),(ne=u.current)===null||ne===void 0||ne.removeEventListener("playing",x),(ie=u.current)===null||ie===void 0||ie.removeEventListener("loadeddata",j)}}},[c,x,t?.video,j]);const V=n.useMemo(()=>!h?.placeholder_image||A?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"video poster"}),[A,h?.placeholder_image]);n.useEffect(()=>{const N=()=>{var k,F;l===e&&(!((k=t?.video)===null||k===void 0)&&k.url)&&(!((F=u?.current)===null||F===void 0)&&F.src)&&!a&&O("pause")()};return window.addEventListener("beforeunload",N),()=>{window.removeEventListener("beforeunload",N)}},[l,e,t,u,O,a]);const z=n.useMemo(()=>C?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[C]);return t?.video?n.createElement(n.Fragment,null,C?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:r,height:i,overflow:"hidden"}},n.createElement(lt,{src:B,style:Object.assign({height:i,width:r,objectFit:"cover"},z)}),n.createElement("canvas",{ref:T,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:r,height:i,top:"50%",transform:I,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:r,height:"100%"}},n.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:u,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:y,onEnded:M,style:{width:"100%",height:i,objectFit:"contain"}}),n.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))),V):n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:r,height:i,overflow:"hidden"}},n.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:u,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:y,onEnded:M}),V,n.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))):null};var nr=n.memo(or);const Ii={};Object.values(Ai).forEach(t=>{Ii[t.extend.type]=t});const lr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",sr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",dr=({data:t=[],globalConfig:e,tipText:i,nudge:o,tempMap:s,descStyle:l,hashTagStyle:d,containerHeight:r=664,containerWidth:a=375,appDomain:p,tagList:u=[]})=>{const f=n.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),u.length>0&&(g+=45),r-g},[e,r,u]),h=(g,M)=>{var P,x,c,O;if(!((P=g?.video)===null||P===void 0)&&P.url)return n.createElement(nr,{rec:g,index:M,muted:!0,width:a,data:t??[],height:f,activeIndex:M,videoPostConfig:e?.videoPost});if(!((x=g?.video)===null||x===void 0)&&x.imgUrls)return n.createElement(ir,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:a,height:f,rec:g,index:M,imgUrlsPostConfig:e?.imgUrlsPost});if(g.product&&g.product&&Array.isArray(e?.productPost)&&((c=e?.productPost)===null||c===void 0?void 0:c.length)>0)return(O=e?.productPost)===null||O===void 0?void 0:O.map((y,C)=>{var I,B,j,V,z,N,k,F;const W=Ii[(I=y?.item)===null||I===void 0?void 0:I.type],U=ii(W),K=(B=W?.extend)===null||B===void 0?void 0:B.defaulSetting;return n.createElement(U,Object.assign({key:`${M}${C}`,textStyle:Object.assign(Object.assign({},K?.textStyle),(j=y?.item)===null||j===void 0?void 0:j.textStyle),bindDatas:(z=(V=y?.item)===null||V===void 0?void 0:V.bindDatas)!==null&&z!==void 0?z:[]},K?.props,(N=y?.item)===null||N===void 0?void 0:N.props,{event:((k=y?.item)===null||k===void 0?void 0:k.event)||{},id:y?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},K?.style),(F=y?.item)===null||F===void 0?void 0:F.style),{width:a,height:f,overflow:"auto"}),index:M}))})},m=n.useMemo(()=>e?.logoUrl&&e?.isShowLogo?n.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},n.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),S=(g,M)=>e?.isShowCTA===void 0||e?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(oi,{rec:g,index:M,tempMap:s,resolver:Ii})):null,E=(g,M)=>{var P,x,c,O,y,C,I;return g?.video?n.createElement(n.Fragment,null,((P=g?.video)===null||P===void 0?void 0:P.title)&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom"},n.createElement(Oo,{nudge:o}),S(g,M),n.createElement("div",null,n.createElement(ti,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(x=g?.video)===null||x===void 0?void 0:x.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),n.createElement(Mo,{index:M,tags:(y=(O=g?.video)===null||O===void 0?void 0:O.hashTags)!==null&&y!==void 0?y:[],itemId:(C=g?.video)===null||C===void 0?void 0:C.itemId,itemType:!((I=g?.video)===null||I===void 0)&&I.itemId?"VIDEO":null,rec:g,hashTagStyle:d}))):null},A=at(sr,p),v=at(lr,p),w=(g,M)=>{var P,x,c,O;if(!e?.isShowLike)return;let y=(P=e?.likeIconY)!==null&&P!==void 0?P:400;return y<40&&(y+=40),g?.video?n.createElement(_o,{key:g.position,activeIcon:(x=e?.likeIcon)!==null&&x!==void 0?x:A,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:v,position:M,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:y,right:(O=e?.likeIconX)!==null&&O!==void 0?O:0}}):null},b=at("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",p),T=at("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",p),D=(g,M)=>{var P,x,c,O;return n.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},m,n.createElement(Lo,{tagList:u}),n.createElement(Po,{style:{position:"absolute",right:(P=e?.muteIconX)!==null&&P!==void 0?P:0,visibility:!((c=(x=t?.[M])===null||x===void 0?void 0:x.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(O=e?.muteIconY)!==null&&O!==void 0?O:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:T}),h(g,M),E(g,M),w(g,M))};return n.createElement("div",{className:we.css({width:"100%",height:r,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((g,M)=>D(g,M)))};var rr=n.memo(dr);const ar=()=>{const{schema:t,resolver:e,popup:i}=ht(),{setPopupDetailData:o,popupDetailData:s,popupCurTimeRef:l,checkCommodityIndexRef:d}=Ce(),{productView:r}=Ke(),[a,p]=n.useState();n.useEffect(()=>{const m=()=>{l.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),n.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,p(i))},[i]);const u=n.useMemo(()=>{var m,S,E,A;const v=(E=(S=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||S===void 0?void 0:S.popupList)===null||E===void 0?void 0:E.find((w,b)=>{if(w?.id===i?.id)return w});return v!==-1&&((A=v?.item)===null||A===void 0?void 0:A.type)==="Iframe"},[i,t]),f=()=>{var m,S,E,A,v,w,b,T,D,g,M,P,x,c,O,y,C,I;if(!i||i?.id===""||!a||new Date-l.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;p(Object.assign(Object.assign({},i),{id:""}));const B=(A=(E=(S=t?.sxpPageConf)===null||S===void 0?void 0:S.globalConfig)===null||E===void 0?void 0:E.popupList)===null||A===void 0?void 0:A.find(j=>j?.id===i?.id);if(((v=B?.item)===null||v===void 0?void 0:v.type)==="CommodityDetail"||((w=B?.item)===null||w===void 0?void 0:w.type)==="CommodityDetailDiroNew"){const j=s;let V=(T=(b=j?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&T!==void 0?T:(g=(D=j?.video)===null||D===void 0?void 0:D.bindProducts)===null||g===void 0?void 0:g[0],z=(x=(P=(M=j?.video)===null||M===void 0?void 0:M.bindProduct)===null||P===void 0?void 0:P.bindCta)!==null&&x!==void 0?x:(y=(O=(c=j?.video)===null||c===void 0?void 0:c.bindProducts)===null||O===void 0?void 0:O[0])===null||y===void 0?void 0:y.bindCta;if(d?.current>=0){const N=(I=(C=j?.video)===null||C===void 0?void 0:C.bindProducts)===null||I===void 0?void 0:I[d?.current];N&&(V=N,z=N?.bindCta)}V&&z&&r(j,V,z,l.current,s?.index)}setTimeout(()=>{window?.sxpPopup(""),o?.(null),d.current=-1},i?.duration)},h=n.useMemo(()=>{var m,S,E;return(E=(S=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||S===void 0?void 0:S.popupList)===null||E===void 0?void 0:E.map((A,v)=>{var w,b,T,D,g,M,P,x,c,O,y,C,I,B;if(A?.id===i?.id){const j=e[(w=A?.item)===null||w===void 0?void 0:w.type],V=ii(j),z=((D=(T=(b=A?.item)===null||b===void 0?void 0:b.event)===null||T===void 0?void 0:T.onClick)===null||D===void 0?void 0:D.linkType)==="externalLink",N=((P=(M=(g=A?.item)===null||g===void 0?void 0:g.event)===null||M===void 0?void 0:M.onClick)===null||P===void 0?void 0:P.linkType)==="popup",k=(x=j?.extend)===null||x===void 0?void 0:x.defaulSetting;return n.createElement(V,Object.assign({key:v,style:Object.assign(Object.assign(Object.assign({},k?.style),(c=A?.item)===null||c===void 0?void 0:c.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},k?.textStyle),(O=A?.item)===null||O===void 0?void 0:O.textStyle),bindDatas:(C=(y=A?.item)===null||y===void 0?void 0:y.bindDatas)!==null&&C!==void 0?C:[]},k?.props,(I=A?.item)===null||I===void 0?void 0:I.props,{event:((B=A?.item)===null||B===void 0?void 0:B.event)||{},schema:t,id:A?.id,isExternalLink:z,isPopup:N,onClose:f}))}else return n.createElement(n.Fragment,null)})},[t,i,e,f]);return n.createElement(jt,{popup:a,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:u},h)},ki={};Object.values(Ai).forEach(t=>{ki[t.extend.type]=t});const ur=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:o=20,loadingImage:s,appDomain:l,licenseUrl:d,enabledMetaConversionApi:r})=>{var a,p,u,f,h,m,S,E,A,v,w;const b=n.useMemo(()=>{var T;return location?.search?(T=location?.search)===null||T===void 0?void 0:T.replace("?",""):""},[]);return n.createElement(Qi,{resolver:ki,enableDataSource:!1,schema:t?.data,utmVal:b},n.createElement(Ji,{utmVal:b,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(p=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&p!==void 0?p:e,defaultSize:(f=(u=t?.sxp_parameter)===null||u===void 0?void 0:u.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(m=(h=t?.sxp_parameter)===null||h===void 0?void 0:h.hash_tag_size)!==null&&m!==void 0?m:o,loadingImage:s,appDomain:l,enabledMetaConversionApi:r,isShowTag:(A=(E=(S=t?.data)===null||S===void 0?void 0:S.sxpPageConf)===null||E===void 0?void 0:E.globalConfig)===null||A===void 0?void 0:A.isShowTag,globalConfig:(w=(v=t?.data)===null||v===void 0?void 0:v.sxpPageConf)===null||w===void 0?void 0:w.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:T,tagList:D})=>{var g;return n.createElement(n.Fragment,null,n.createElement(Bo,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:D,data:T,resolver:ki,licenseUrl:d})),n.createElement(ar,null))}}))};var cr=n.memo(ur);const No=n.createContext({}),vr=({children:t,data:e})=>{var i,o,s,l,d,r,a,p,u,f,h,m,S;const[E,A]=n.useState(!1),[v,w]=n.useState(!1);return n.createElement(No.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.default_recommend,personalizedRecommend:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.hash_tag_size,loadingImage:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.loading_image,privacyContent:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.privacy_context,privacyNecessity:(p=e?.sxp_parameter)===null||p===void 0?void 0:p.privacy_necessity,privacyPolicyTitle:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.privacy_title,template:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.template,industry:(S=e?.sxp_parameter)===null||S===void 0?void 0:S.industry},appDomain:e?.appDomain,openHashtag:E,setOpenHashtag:A,openConsent:v,setOpenConsent:w,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter}},t)};function pr(){return n.useContext(No)}Ye.DiyPortalPreview=rr,Ye.EditorDataProvider=vr,Ye.Modal=jt,Ye.SxpDataSourceProvider=Ji,Ye.SxpPageCore=cr,Ye.SxpPageRender=Bo,Ye.core=dn,Ye.default=qo,Ye.materials=Ai,Ye.useEditorDataProvider=pr,Object.defineProperty(Ye,"__esModule",{value:!0})});
5
+ 18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:F?.info})))},H=()=>{var $,xe;return n.createElement(n.Fragment,null,(I||V?.link)&&n.createElement("button",{"aria-label":($=Le?.enTitle)!==null&&$!==void 0?$:"Purchase on Website",onClick:pt,className:"pb-commondity-btn",style:X},n.createElement("span",{dangerouslySetInnerHTML:{__html:ge((xe=Le?.enTitle)!==null&&xe!==void 0?xe:"Purchase on Website",X)}})))},G=n.useCallback($=>$?.lineClamp?Object.assign(Object.assign({},$),{overflow:"hidden",WebkitLineClamp:$?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):$,[]),Se=n.useCallback($=>{Te.current=new Date,ue($),ne.current=$,Fe?.current&&(Fe.current.swiper.slideTo(0),Fe.current.swiper.autoplay.start())},[]),Ee=n.useCallback(()=>{var $,xe,Ve;if(!j)return n.createElement(So,{products:($=U?.video)===null||$===void 0?void 0:$.bindProducts,data:q,defImg:(Ve=(xe=K?.bottom_image)!==null&&xe!==void 0?xe:L)!==null&&Ve!==void 0?Ve:"",style:{padding:"0 19px"},onCLick:Se,popupDetailData:R,check:Q})},[Q]),me=n.useMemo(()=>{const $={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return $?.[D?.dotsAlign]},[D?.dotsAlign]),le=V?.remark;return n.createElement(n.Fragment,null,n.createElement("div",Object.assign({className:we.css(Object.assign({},c))},Y),n.createElement("div",{style:{position:"relative"}},V&&((T=V?.homePage)===null||T===void 0?void 0:T.length)>0&&n.createElement(Lt,{height:nt,modules:[Rt,$t],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:me},loop:!0,autoplay:{delay:D?.delay*1e3},ref:Fe,className:we.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=D?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},D?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:D?.dotsBgColor,opacity:1}}),D?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${D?.dotsActiveColor}!important`,opacity:1}}))},n.createElement(n.Fragment,null,(g=V?.homePage)===null||g===void 0?void 0:g.map($=>{var xe;return n.createElement(gt,{key:$},n.createElement("div",{style:{overflow:"hidden",width:ot,height:nt}},n.createElement(it,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:(xe=$??K?.bottom_image)!==null&&xe!==void 0?xe:L})))}))),!(!((O=V?.homePage)===null||O===void 0)&&O.length)&&n.createElement("div",{className:we.css({height:nt,width:ot})},n.createElement("img",{className:we.css({objectFit:"cover",width:"100%",height:"100%"}),src:(_=K?.bottom_image)!==null&&_!==void 0?_:L,alt:"pdp image"})),(le||!V)&&te&&n.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>ve(!0)},n.createElement("img",{src:te,alt:"3d",width:"72px"}))),Ee(),n.createElement("div",{className:"pb-commondity-content"},At({isPost:j}))),H(),n.createElement(jt,{visible:Oe,onClose:()=>Me(!1)},n.createElement("div",{style:{paddingBottom:"80px"}},At({isPost:!1})),H()),n.createElement(jt,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>ve(!1)},n.createElement("div",{style:{backgroundColor:ae,height:"100%"}},n.createElement("iframe",{src:le,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var is=n.memo(ts),os=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ns=Re(is,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:hn,interactionRender:os},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 ls=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ss=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5185\u5BB9",child:[{type:"Media",label:"\u56FE\u6807",name:["props","icon"],mediaType:"Image"},{type:"TextArea",label:"\u5185\u5BB9",name:["props","content"]},{type:"Group",label:"\u5185\u5BB9\u5B57\u4F53",child:[{type:"Select",name:["props","contentStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","contentStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","contentStyle","color"],initialValue:"#000"},{type:"Number",name:["props","contentStyle","fontSize"],addonAfter:"px",initialValue:14}]},{label:"\u5185\u5BB9\u5B57\u4F53\u95F4\u8DDD",type:"TextSpace",name:["props","contentStyle"]},{type:"Group",label:"\u63D0\u4EA4\u6309\u94AE\u5B57\u4F53",child:[{type:"Select",name:["props","submitButtonStyle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","submitButtonStyle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","submitButtonStyle","color"],initialValue:"#fff"},{type:"Number",name:["props","submitButtonStyle","fontSize"],addonAfter:"px",initialValue:12}]},{label:"\u63D0\u4EA4\u6309\u94AE\u95F4\u8DDD",type:"TextSpace",name:["props","submitButtonStyle"]},{type:"TextStyle",name:["props","submitButtonStyle"]},{type:"TextAlign",name:["props","submitButtonStyle"]},{label:"\u63D0\u4EA4\u6309\u94AE\u989C\u8272",type:"Color",name:["props","submitButtonStyle","backgroundColor"],initialValue:"#000"}]}],xo="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 rs=t=>{var{content:e,btnText:i,style:o,icon:s,isPopup:l,isExternalLink:r,onClose:d,onClick:a,submitButtonStyle:v,contentStyle:u}=t,f=qe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=Ce(),{jumpToWeb:m}=Ze(),y=typeof s=="string"?s:es(s),S=()=>{var x,p,w;if(r){const b=h,T=(x=b?.video)===null||x===void 0?void 0:x.bindProduct,k=(w=(p=b?.video)===null||p===void 0?void 0:p.bindProduct)===null||w===void 0?void 0:w.bindCta,g=h?.index;m(b,T,k,g)}l||d?.(),a?.()};return n.createElement("div",Object.assign({className:`pb-prompt ${we.css(Object.assign({},o))}`},f),n.createElement("div",{className:"pb-prompt-icon"},n.createElement("img",{width:"100%",src:y??xo,alt:"success image"})),n.createElement("div",{className:"pb-prompt-content",style:u,dangerouslySetInnerHTML:{__html:ge(e,u)}}),n.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:v,onClick:S,dangerouslySetInnerHTML:{__html:ge(i,v)}}))};var ds=n.memo(rs);const as=Re(ds,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ss,bindableProps:[],interactionRender:ls},defaulSetting:{props:{icon:xo,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var us=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5BBD\u9AD8\u6BD4",child:[{type:"Number",name:["props","commodityImgRatio","w"],addonAfter:"w"},{type:"Number",name:["props","commodityImgRatio","h"],addonAfter:"h"}]},{type:"Radius",label:"\u8F6E\u64AD\u6307\u793A\u5668",options:[{label:"\u5C45\u5DE6",value:"left"},{label:"\u5C45\u4E2D",value:"center"},{label:"\u5C45\u53F3",value:"right"}],name:["props","swiper","dotsAlign"]},{type:"Number",name:["props","swiper","delay"],addonAfter:"s"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","swiper","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]}]},{title:"\u591A\u5546\u54C1\u5207\u6362\u5668",child:[{type:"Switch",name:["props","commodityGroup","open"],label:"\u5FEB\u901F\u5207\u6362\u5F00\u5173"},{type:"Group",child:[{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","commodityGroup","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{type:"Group",child:[{label:"\u4E0A\u8FB9\u8DDD",name:["props","commodityGroup","style","marginTop"],type:"Number",addonAfter:"px",initialValue:20},{label:"\u4E0B\u8FB9\u8DDD",name:["props","commodityGroup","style","marginBottom"],type:"Number",addonAfter:"px"}]}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"},{label:"\u7A0E\u8D39\u8BF4\u660E",value:"taxInfo"},{label:"\u5546\u54C1\u63CF\u8FF0",value:"info"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u9ED8\u8BA4\u884C\u6570",type:"Number",name:["lineClamp"]},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,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 cs=t=>{var e,i,o,s,l,r,d,a,v,u,f,h,m,y,S,x,p,w,b,T,k,g,O,_,A,c,M,C,{style:E,isDefault:I,rec:L,viewTime:N,isPost:j,bottom_image:z,tipText:B,swiper:D,commodityStyles:F,buttonStyle:X,index:W,commodityGroup:q,popupBg:se,iframeIcon:te,commodityImgRatio:de,isTel:ke,iframeBgColor:ae}=t,Y=qe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);n.useState(!0);const{sxpParameter:K,popupCurTimeRef:R,popupDetailData:ee,isPreview:fe,bffFbReport:Te,checkCommodityIndexRef:ne,globalConfig:pe}=Ce(),{jumpToWeb:be,productView:Pe}=Ze();n.useState(!1),n.useState(!1),n.useState(!0);const[Ie,Oe]=n.useState(!1),Me=n.useRef(null),[Z,ve]=n.useState(!1),[Q,ue]=n.useState((e=ee?.multiCheckIndex)!==null&&e!==void 0?e:0),Fe=n.useRef(),U=j?L:ee;let V=j?U?.product:(o=(i=U?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(l=(s=U?.video)===null||s===void 0?void 0:s.bindProducts)===null||l===void 0?void 0:l[0],Le=j?(r=U?.product)===null||r===void 0?void 0:r.bindCta:(v=(a=(d=U?.video)===null||d===void 0?void 0:d.bindProduct)===null||a===void 0?void 0:a.bindCta)!==null&&v!==void 0?v:(h=(f=(u=U?.video)===null||u===void 0?void 0:u.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Xe=j?W:ee?.index;if(!j&&q?.open&&(!((m=U?.video)===null||m===void 0)&&m.bindProducts)&&((S=(y=U?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0?void 0:S.length)>0){ne.current=Q;const le=(x=U?.video)===null||x===void 0?void 0:x.bindProducts[Q];V=le,Le=le?.bindCta}const pt=()=>{V?.link&&(be(U,V,Le,Xe),j||Pe(U,V,Le,N||Me.current,Xe),window.location.href=window.getJointUtmLink(V.link))};n.useEffect(()=>{j||Te?.({eventName:"ProductView"})},[j,Te]),n.useEffect(()=>{const le=()=>{Me.current=new Date};return le(),window.addEventListener("pageshow",le),()=>{window.removeEventListener("pageshow",le)}},[]);const Et=Ut({product:V,enableFormattedPrice:(p=F?.price)===null||p===void 0?void 0:p.enableFormattedPrice,globalConfig:pe}),ot=(fe?375:(w=E?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=se?.horizontalMargin)!==null&&b!==void 0?b:0)*2,nt=de?ot*(de.h/de.w):ot,At=({isPost:le})=>n.createElement("div",{hidden:!!V&&(!V?.info||V?.info==="")},n.createElement(ii,{isPost:le,onClick:()=>Oe(!0),className:"pb-commondityDiroNew-info",style:F?.info,foldText:B?.foldText,unfoldText:B?.unfoldText,text:V?.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=n.useCallback(le=>le?.lineClamp?Object.assign(Object.assign({},le),{overflow:"hidden",WebkitLineClamp:le?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):le,[]),G=n.useCallback(le=>{R.current=new Date,ue(le),ne.current=le,Fe?.current&&(Fe.current.swiper.slideTo(0),Fe.current.swiper.autoplay.start())},[]),Se=n.useCallback(()=>{var le,$,xe;if(!j)return n.createElement(So,{products:(le=U?.video)===null||le===void 0?void 0:le.bindProducts,data:q,defImg:(xe=($=K?.bottom_image)!==null&&$!==void 0?$:z)!==null&&xe!==void 0?xe:"",style:{padding:"0 19px"},onCLick:G,popupDetailData:ee,check:Q})},[Q]),Ee=n.useMemo(()=>{const le={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return le?.[D?.dotsAlign]},[D?.dotsAlign]),me=V?.remark;return n.createElement("div",{className:"pb-commondityDiroNew"},n.createElement("div",Object.assign({className:we.css(Object.assign(Object.assign({},E),{transform:"translate3d(0px, 0px, 0px)"}))},Y),n.createElement("div",{style:{position:"relative"}},V&&((T=V?.homePage)===null||T===void 0?void 0:T.length)>0&&n.createElement(Lt,{height:nt,modules:[Rt,$t],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ee},loop:!0,autoplay:{delay:D?.delay*1e3},ref:Fe,className:we.css(Object.assign(Object.assign({".swiper-pagination":{bottom:(k=D?.dotsMarginBottom)!==null&&k!==void 0?k:0,fontSize:"14px"}},D?.dotsBgColor&&{".swiper-pagination-bullet":{backgroundColor:D?.dotsBgColor,opacity:1}}),D?.dotsActiveColor&&{".swipe-item-active-bullet":{backgroundColor:`${D?.dotsActiveColor}!important`,opacity:1}}))},(g=V?.homePage)===null||g===void 0?void 0:g.map(le=>{var $;return n.createElement(gt,{key:le},n.createElement("div",{style:{overflow:"hidden",width:ot,height:nt}},n.createElement(it,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:($=le??K?.bottom_image)!==null&&$!==void 0?$:z})))})),!(!((O=V?.homePage)===null||O===void 0)&&O.length)&&n.createElement("div",{className:we.css({height:nt,width:ot})},n.createElement("img",{className:we.css({objectFit:"cover",width:"100%",height:"100%"}),src:(_=K?.bottom_image)!==null&&_!==void 0?_:z,alt:"pdp image"})),(me||!V)&&te&&n.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>ve(!0)},n.createElement("img",{src:te,alt:"3d",width:"72px"}))),Se(),n.createElement("div",{className:"pb-commondityDiroNew-content"},n.createElement("div",{className:"pb-commondityDiroNew-content-top"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:H(F?.title),dangerouslySetInnerHTML:{__html:ge((A=V?.title)!==null&&A!==void 0?A:"Large Dior Toujours BagLarge",F?.title)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!V&&(!V?.collection||V?.collection===""),style:H(F?.collection),dangerouslySetInnerHTML:{__html:ge(V?.collection||"Black Macrocannage CalfskinLarge",F?.collection)}})),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!V&&!V?.price,style:H(F?.price),dangerouslySetInnerHTML:{__html:ge(Et,F?.price)}}),n.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!V&&!V?.taxInfo,style:H(F?.taxInfo),dangerouslySetInnerHTML:{__html:ge((c=V?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",F?.taxInfo)}}))),(!V||V?.link)&&n.createElement("button",{"aria-label":(M=Le?.enTitle)!==null&&M!==void 0?M:"Shop now",onClick:pt,className:"pb-commondityDiroNew-btn",style:X},n.createElement("span",{dangerouslySetInnerHTML:{__html:ge((C=Le?.enTitle)!==null&&C!==void 0?C:"Shop now",X)}})),At({isPost:j}))),n.createElement(jt,{visible:Ie,onClose:()=>Oe(!1)},n.createElement("div",{style:{paddingTop:"20px"}},At({isPost:!1}))),n.createElement(jt,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>ve(!1)},n.createElement("div",{style:{backgroundColor:ae,height:"100%"}},n.createElement("iframe",{src:me,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var vs=n.memo(cs),ps=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ms=Re(vs,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:us,interactionRender:ps},defaulSetting:{props:{swiper:{dotsAlign:"left",delay:3},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:13},title:{color:"#000",fontSize:13},collection:{color:"#757575",fontSize:13},info:{color:"#757575",fontSize:13},taxInfo:{color:"#000",fontWeight:"bold",fontSize:13,textAlign:"right"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25,marginTop:16,marginBottom:16},commodityImgRatio:{w:1,h:1}},style:{}},w:100,h:40,sort:1});var fs=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","commodityPicture","width"],addonAfter:"W"},{type:"Number",name:["props","commodityPicture","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","commodityPicture","borderRadius"],max:100},{type:"Number",name:["props","commodityPicture","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","commodityPicture","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6587\u672C",child:[{name:["props","commodityStyles"],type:"SelectLinkage",child:[{label:"\u5B57\u6BB5",type:"Select",options:[{label:"\u5546\u54C1\u540D\u79F0",value:"title"},{label:"\u7CFB\u5217\u540D\u79F0",value:"collection"},{label:"\u4EF7\u683C",value:"price"}],name:["props","commodityStyles","field"],initialValue:"title"},{type:"Group",label:"\u6807\u9898\u5B57\u4F53",child:[{type:"Select",name:["fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["color"]},{type:"Number",addonAfter:"px",name:["fontSize"]}]},{label:"\u6807\u9898\u6837\u5F0F",type:"TextStyle"},{label:"\u6807\u9898\u5BF9\u9F50",type:"TextAlign"},{label:"\u95F4\u8DDD",type:"TextSpace"},{label:"\u4EF7\u683C\u5343\u5206\u7B26\u5C55\u793A",type:"Switch",name:["enableFormattedPrice"],initialValue:!0,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 To(t){const e=n.useRef(null),[i,o]=n.useState(!1);return n.useEffect(()=>{e.current=new IntersectionObserver(([s])=>{o(s.isIntersecting)})},[]),n.useEffect(()=>{var s;return t?.current&&((s=e?.current)===null||s===void 0||s.observe(t?.current)),()=>{var l;(l=e?.current)===null||l===void 0||l.disconnect()}},[t]),i}const hs=({src:t,rec:e,item:i,index:o,style:s,translateY:l,imgStyle:r,enableEventReport:d=!0})=>{const a=n.useRef(null),v=To(a),{ctaEvent:u}=Ce();return n.useEffect(()=>{v&&t&&a?.current&&d&&u?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,o)},[v,t,a,e,u,i,o,d]),n.useMemo(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),n.createElement("div",{className:we.css(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},r))},n.createElement("div",{ref:a,hidden:!t,className:we.css({width:"100%",height:"100%"})},n.createElement(it,{className:we.css(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${l?l+50:50}%`},s)),src:t})))};var Tt=n.memo(hs);const gs=t=>{var e,i,o,{style:s,isDefault:l,rec:r,viewTime:d,isPost:a,bottom_image:v,commodityStyles:u,buttonStyle:f,translateY:h=0,commodityPicture:m,isExternalLink:y,onClick:S}=t,x=qe(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:p,popupDetailData:w,setPopupDetailData:b,ctaEvent:T,globalConfig:k}=Ce(),{jumpToWeb:g}=Ze(),{popup:O}=mt(),_=a?r:w,A=(i=(e=_?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],c=w?.index,M=n.useCallback(E=>{var I;return Ut({product:E,enableFormattedPrice:(I=u?.price)===null||I===void 0?void 0:I.enableFormattedPrice,globalConfig:k})},[(o=u?.price)===null||o===void 0?void 0:o.enableFormattedPrice,k]),C=Ge.throttle((E,I)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},_,E,c),b?.(Object.assign(Object.assign({},_),{video:Object.assign(Object.assign({},_?.video),{bindProduct:E}),index:c,multiCheckIndex:I})),y?E?.link&&(g(_,E,E.bindCta,c),window.location.href=window.getJointUtmLink(E.link)):S?.()},O?.duration);return n.createElement("div",{className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},A?.map((E,I)=>{var L,N,j,z,B,D,F,X,W,q;return n.createElement(n.Fragment,null,_&&!E?.bindCta?null:n.createElement("div",Object.assign({key:I},x,{className:we.css({display:"flex"}),onClick:()=>C(E,I)}),n.createElement(Tt,{src:(z=(j=(L=E?.cover)!==null&&L!==void 0?L:(N=E?.homePage)===null||N===void 0?void 0:N[0])!==null&&j!==void 0?j:p?.bottom_image)!==null&&z!==void 0?z:v,rec:_,item:E,index:I,translateY:h,imgStyle:m,enableEventReport:!1}),n.createElement("div",{style:{width:`calc(100% - ${(B=m?.width)!==null&&B!==void 0?B:0}px - ${(D=m?.marginRight)!==null&&D!==void 0?D:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},n.createElement("div",null,n.createElement("div",{className:"one-line-ellipsis",style:u?.title,hidden:!!E&&!E?.title,dangerouslySetInnerHTML:{__html:ge((F=E?.title)!==null&&F!==void 0?F:"Pendant in Yellow Gold with Diamonds, Medium",u?.title)}}),n.createElement("div",{className:"two-line-ellipsis",style:u?.collection,hidden:!!E&&(!E?.collection||E?.collection===""),dangerouslySetInnerHTML:{__html:ge((X=E?.collection)!==null&&X!==void 0?X:"Tiffany Lock",u?.collection)}})),n.createElement("div",{className:we.css({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{style:u?.price,hidden:!!E&&!E?.price,dangerouslySetInnerHTML:{__html:ge(M(E),u?.price)}})),n.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:ge((q=(W=E?.bindCta)===null||W===void 0?void 0:W.enTitle)!==null&&q!==void 0?q:"Shop Now",f)}})))))}))};var bs=n.memo(gs),ys=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const ws=Re(bs,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:fs,interactionRender:ys},defaulSetting:{props:{commodityPicture:{width:100,height:100,marginRight:10},commodityStyles:{price:{color:"#000",fontWeight:"bold",fontSize:14},title:{color:"#000",fontSize:14},collection:{color:"#757575",fontSize:12}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:30,width:100,textAlign:"center",color:"#fff",lineHeight:2.5}},style:{}},w:100,h:40,sort:1});var Ss=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const xs=t=>{var e,i,{content:o,btnText:s,style:l,icon:r,isPopup:d,isExternalLink:a,onClose:v,onClick:u,submitButtonStyle:f,contentStyle:h,isTel:m}=t,y=qe(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:S}=Ce(),x=(i=(e=S?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return n.createElement("div",Object.assign({className:`${we.css(Object.assign({},l))}`},y),n.createElement("iframe",{src:x,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var Ts=n.memo(xs);const Es=Re(Ts,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:Ss,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var vt=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"},{label:"\u4E0EPost\u63CF\u8FF0\u8FB9\u8DDD",type:"Number",name:["style","marginBottom"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u53F3\u4FA7\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginRight"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]}]}],As=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Cs=t=>{var{rec:e,children:i,className:o,onClick:s,style:l,isExternalLink:r=!1,index:d,jumpLink:a}=t;qe(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=n.useRef(null),{popup:u}=mt(),{setPopupDetailData:f,ctaEvent:h}=Ce(),{jumpToWeb:m}=Ze(),y=Ge.throttle(()=>{var S,x,p,w,b,T,k,g;const O=(x=(S=e?.video)===null||S===void 0?void 0:S.bindProduct)!==null&&x!==void 0?x:e?.video;if(h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,O,d),f?.(Object.assign(Object.assign({},e),{index:d})),r){if(a||!((w=(p=e?.video)===null||p===void 0?void 0:p.bindProduct)===null||w===void 0)&&w.link){const _=(b=e?.video)===null||b===void 0?void 0:b.bindCta,A=(T=e?.video)===null||T===void 0?void 0:T.bindProduct;m(e,A,_,d),window.location.href=window.getJointUtmLink(a||((g=(k=e?.video)===null||k===void 0?void 0:k.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else s?.()},u?.duration);return n.createElement("div",{ref:v,className:o,style:l,onClick:y},i)};var Wt=n.memo(Cs),Is={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const ks=t=>{var e,i,o,s,l,r,d,a,v,u,f,{content:h,style:m,bgImg:y,recData:S,bottom_image:x,ctaTempStyles:p,isExternalLink:w,translateY:b=0,index:T}=t,k=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),O=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,_=(l=(s=(i=O?.cover)!==null&&i!==void 0?i:(o=O?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:x;return n.createElement(Wt,Object.assign({isExternalLink:w,rec:S,className:we.css(Object.assign({},m)),style:{display:"flex"},index:T},k),n.createElement(Tt,{src:_,rec:S,item:(d=(r=S?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:S?.video,index:T,translateY:b,imgStyle:p?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Is["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ge((a=O?.title)!==null&&a!==void 0?a:"Product Name",p?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((v=p?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((f=(u=O?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var _s=n.memo(ks);const Ps=Re(_s,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:As,bindableProps:[],settingRender:vt},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 Ds=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Ms=t=>{var e,i,o,s,l,r,{content:d,style:a,bgImg:v,recData:u,bottom_image:f,ctaTempStyles:h,isExternalLink:m,index:y}=t,S=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:x}=Ce(),p=(e=u?.video)===null||e===void 0?void 0:e.bindCta,w=(o=(i=p?.icon)!==null&&i!==void 0?i:x?.bottom_image)!==null&&o!==void 0?o:f;return n.createElement(Wt,Object.assign({isExternalLink:m,rec:u,className:we.css(Object.assign({alignItems:"center"},a)),style:{display:"flex"},index:y},S),n.createElement(Tt,{src:w,rec:u,item:(l=(s=u?.video)===null||s===void 0?void 0:s.bindProduct)!==null&&l!==void 0?l:u?.video,index:y,imgStyle:h?.img}),n.createElement("div",{className:we.css(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((r=p?.enTitle)!==null&&r!==void 0?r:"Product Name",h?.ctaTitle)}}))};var Os=n.memo(Ms);const Ls=Re(Os,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:Ds,settingRender:vt?.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 Bs=[{title:"\u81EA\u5B9A\u4E49\u6807\u9898",child:[{type:"Switch",label:"\u81EA\u5B9A\u4E49\u6807\u9898\u5F00\u5173",name:["props","customTitle","display"]},{type:"Text",label:"\u6807\u9898\u6587\u6848",name:["props","customTitle","text"]},{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","customTitle","style","width"],addonAfter:"W"},{type:"Number",name:["props","customTitle","style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","customTitle","style","borderRadius"],max:100},{type:"Number",name:["props","customTitle","style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","customTitle","style","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","customTitle","style","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","customTitle","style","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","customTitle","style","color"]},{type:"Number",addonAfter:"px",name:["props","customTitle","style","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","customTitle","style"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","customTitle","style"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","customTitle","style"]},{label:"\u4E0A\u8FB9\u8DDD",type:"Number",name:["props","customTitle","style","marginTop"],addonAfter:"px"}]}],Eo={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Ns=t=>{var e,i,o,s,l,r,d,a,v,{content:u,style:f,bgImg:h,recData:m,bottom_image:y,ctaTempStyles:S,index:x,customTitle:p}=t,w=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:b,bffEventReport:T}=Ce();Ze();const k=(e=m?.video)===null||e===void 0?void 0:e.bindCta;(i=m?.video)===null||i===void 0||i.bindProduct;const g=(s=(o=k?.icon)!==null&&o!==void 0?o:b?.bottom_image)!==null&&s!==void 0?s:y;return n.createElement(Wt,Object.assign({index:x,rec:m,className:we.css(Object.assign({alignItems:"center"},f)),style:{display:"flex"}},w,{jumpLink:(l=k?.link)!==null&&l!==void 0?l:""}),n.createElement(Tt,{src:g,rec:m,item:(d=(r=m?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:m?.video,index:x,imgStyle:S?.img}),n.createElement("div",{className:we.css({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},n.createElement("div",null,n.createElement("div",{className:Eo["tow-line-ellipsis"],style:S?.ctaTitle,dangerouslySetInnerHTML:{__html:ge((a=k?.enTitle)!==null&&a!==void 0?a:"Product Name",S?.ctaTitle)}}),p?.display&&n.createElement("div",{style:Object.assign(Object.assign({},p?.style),{lineHeight:((v=p?.style)===null||v===void 0?void 0:v.height)+"px"}),className:Eo["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:ge(p?.text,p?.style)}}))))};var Fs=n.memo(Ns),js=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Ai;const Vs=Re(Fs,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(Ai=vt?.filter(t=>t.type!=="commodityTitle"))===null||Ai===void 0?void 0:Ai.concat(Bs),bindableProps:[],interactionRender:js},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 zs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Hs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const Gs=t=>{var e,i,o,s,l,r,d,a,v,u,f,{content:h,style:m,bgImg:y,recData:S,bottom_image:x,ctaTempStyles:p,isExternalLink:w,translateY:b=0,index:T}=t,k=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Ce(),O=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,_=(l=(s=(i=O?.cover)!==null&&i!==void 0?i:(o=O?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:g?.bottom_image)!==null&&l!==void 0?l:x;return n.createElement(Wt,Object.assign({isExternalLink:w,rec:S,className:we.css(Object.assign({},m)),style:{display:"flex"},index:T},k),n.createElement(Tt,{src:_,rec:S,item:(d=(r=S?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:S?.video,index:T,translateY:b,imgStyle:p?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Hs["tow-line-ellipsis"],style:p?.title,dangerouslySetInnerHTML:{__html:ge((a=O?.title)!==null&&a!==void 0?a:"Product Name",p?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((v=p?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},p?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((f=(u=O?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&f!==void 0?f:"Shop Now",p?.ctaTitle)}})))};var Us=n.memo(Gs);const Ws=Re(Us,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:zs,settingRender:vt,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 Ys=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Xs={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const Js=t=>{var e,i,o,s,l,r,d,a,v,u,{content:f,style:h,bgImg:m,recData:y,bottom_image:S,ctaTempStyles:x,isExternalLink:p,translateY:w=0,index:b}=t,T=qe(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:k}=Ce(),g=(e=y?.video)===null||e===void 0?void 0:e.bindProduct,O=(l=(s=(i=g?.cover)!==null&&i!==void 0?i:(o=g?.homePage)===null||o===void 0?void 0:o[0])!==null&&s!==void 0?s:k?.bottom_image)!==null&&l!==void 0?l:S;return n.createElement(Wt,Object.assign({isExternalLink:p,rec:y,className:we.css(Object.assign({},h)),style:{display:"flex"},index:b},T),n.createElement(Tt,{src:O,rec:y,item:(d=(r=y?.video)===null||r===void 0?void 0:r.bindProduct)!==null&&d!==void 0?d:y?.video,index:b,translateY:w,imgStyle:x?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Xs["tow-line-ellipsis"],style:x?.title,dangerouslySetInnerHTML:{__html:ge((a=g?.title)!==null&&a!==void 0?a:"Product Name",x?.title)}}),n.createElement("div",{className:we.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},x?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((u=(v=g?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&u!==void 0?u:"Shop Now",x?.ctaTitle)}})))};var qs=n.memo(Js);const Ks=Re(qs,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:Ys,bindableProps:[],settingRender:vt},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 Zs=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Qs={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const Rs=t=>{var e,i,{content:o,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:h=0}=t,m=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:y,setPopupDetailData:S,sxpParameter:x}=Ce(),{popup:p}=mt(),{jumpToWeb:w}=Ze(),[b,T]=n.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=Ge.throttle((g,O)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),S?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),u?g?.link&&(w(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Gt,{isPadding:!!r},b?.map((g,O)=>{var _,A,c,M,C,E,I,L;return n.createElement(n.Fragment,null,r&&!g?.bindCta?null:n.createElement(gt,Object.assign({key:O,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,O)}),n.createElement(Tt,{src:(M=(c=(_=g?.cover)!==null&&_!==void 0?_:(A=g?.homePage)===null||A===void 0?void 0:A[0])!==null&&c!==void 0?c:x?.bottom_image)!==null&&M!==void 0?M:a,rec:r,item:g,index:O,translateY:h,imgStyle:v?.img}),n.createElement("div",{className:we.css({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:Qs["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ge((C=g?.title)!==null&&C!==void 0?C:"Product Name",v?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((E=v?.ctaTitle)===null||E===void 0?void 0:E.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((L=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",v?.ctaTitle)}}))))}))};var $s=n.memo(Rs);const er=Re($s,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:Zs,bindableProps:[],settingRender:vt},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 tr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],ir={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const or=t=>{var e,i,{content:o,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:h=0}=t,m=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:y}=Ce(),{ctaEvent:S,setPopupDetailData:x}=Ce(),{popup:p}=mt(),[w,b]=n.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:T}=Ze(),k=Ge.throttle((g,O)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),x?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),u?g?.link&&(T(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Gt,{isPadding:!!r},w?.map((g,O)=>{var _,A,c,M,C,E,I,L;return n.createElement(n.Fragment,null,r&&!g?.bindCta?null:n.createElement(gt,Object.assign({key:O,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,O)}),n.createElement(Tt,{src:(M=(c=(_=g?.cover)!==null&&_!==void 0?_:(A=g?.homePage)===null||A===void 0?void 0:A[0])!==null&&c!==void 0?c:y?.bottom_image)!==null&&M!==void 0?M:a,rec:r,item:g,index:O,translateY:h,imgStyle:v?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},n.createElement("div",{className:ir["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ge((C=g?.title)!==null&&C!==void 0?C:"Product Name",v?.title)}}),n.createElement("div",{className:we.css(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((E=v?.ctaTitle)===null||E===void 0?void 0:E.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((L=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&L!==void 0?L:"Shop Now",v?.ctaTitle)}}))))}))};var nr=n.memo(or);const lr=Re(nr,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:tr,settingRender:vt,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 sr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],rr={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const dr=t=>{var e,i,{content:o,style:s,bgImg:l,recData:r,onClick:d,bottom_image:a,ctaTempStyles:v,isExternalLink:u,index:f,translateY:h=0}=t,m=qe(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:y,setPopupDetailData:S,sxpParameter:x}=Ce(),{popup:p}=mt(),{jumpToWeb:w}=Ze(),[b,T]=n.useState((i=(e=r?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=Ge.throttle((g,O)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},r,g,f),S?.(Object.assign(Object.assign({},r),{video:Object.assign(Object.assign({},r?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),u?g?.link&&(w(r,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},p?.duration);return n.createElement(Gt,{isPadding:!!r},b?.map((g,O)=>{var _,A,c,M,C,E,I;return n.createElement(n.Fragment,null,r&&!g?.bindCta?null:n.createElement(gt,Object.assign({key:O,className:we.css(Object.assign(Object.assign({},s),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,O)}),n.createElement(Tt,{src:(M=(c=(_=g?.cover)!==null&&_!==void 0?_:(A=g?.homePage)===null||A===void 0?void 0:A[0])!==null&&c!==void 0?c:x?.bottom_image)!==null&&M!==void 0?M:a,rec:r,item:g,index:O,translateY:h,imgStyle:v?.img}),n.createElement("div",{className:we.css({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},n.createElement("div",{className:rr["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:ge((C=g?.title)!==null&&C!==void 0?C:"Product Name",v?.title)}}),n.createElement("div",{className:we.css(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:ge((I=(E=g?.bindCta)===null||E===void 0?void 0:E.enTitle)!==null&&I!==void 0?I:"Shop Now",v?.ctaTitle)}}))))}))};var ar=n.memo(dr);const ur=Re(ar,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:sr,bindableProps:[],settingRender:vt},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 cr=[{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 vr=({icon:t,styles:e,textStyle:i,onClose:o})=>{var s;const{waterFallData:l,setOpenHashtag:r}=Ce();return n.createElement("div",{className:"clc-sxp-nav",style:e},n.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:o}),n.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:ge(`#${(s=l?.hashTag)!==null&&s!==void 0?s:"\u6807\u9898"}`,i)}}))};var Ao=n.memo(vr),pr=null,mr="3d989325-e7d6-4a74-8a97-98febdf5b567",fr=null,hr=null,gr={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"},br=[{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}],yr="Handbags",Co={productUserId:pr,requestId:mr,channel:fr,rtc:hr,tag:gr,recList:br,hashTag:yr};const wr=t=>{var e;const{rec:i,style:o={},sizeChange:s=()=>{},unitWidth:l,index:r,showBorder:d,list:a,reportTagsView:v,textStyles:u,space:f}=t,{swiperRef:h,setRtcList:m,setOpenHashtag:y,sxpParameter:S,globalConfig:x}=Ce(),[p,w]=n.useState(!1);n.useState(!1),n.useState({height:1,width:1});const b=n.useRef(null),T=n.useRef(null);n.useRef(null),n.useRef(null);const[k,g]=n.useState(""),O=n.useMemo(()=>{var I,L,N,j,z,B,D,F,X,W;return!((I=i?.video)===null||I===void 0)&&I.cover?(L=i?.video)===null||L===void 0?void 0:L.cover:!((j=(N=i?.video)===null||N===void 0?void 0:N.imgUrls)===null||j===void 0)&&j.length?(B=(z=i?.video)===null||z===void 0?void 0:z.imgUrls)===null||B===void 0?void 0:B[0]:!((F=(D=i?.product)===null||D===void 0?void 0:D.homePage)===null||F===void 0)&&F.length?(W=(X=i?.product)===null||X===void 0?void 0:X.homePage)===null||W===void 0?void 0:W[0]:S?.bottom_image||""},[i,S?.bottom_image]),_=n.useMemo(()=>{var I,L;return((I=i?.product)===null||I===void 0?void 0:I.title)||((L=i?.video)===null||L===void 0?void 0:L.title)||null},[i]),A=n.useMemo(()=>{var I;return o.transform?Number((I=o.transform)===null||I===void 0?void 0:I.substring(o.transform.indexOf(",",0)+1,o.transform.length-3)):void 0},[o]);n.useMemo(()=>A===void 0?!1:A<=d,[A,d]);const c=Ut({product:i?.product,enableFormattedPrice:(e=u?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:x});n.useEffect(()=>{if(b.current===null||O==="")return;let I=null;p&&k?I=k:I=O,I&&b.current.setSrc(I)},[O,p,k]);const M=n.useRef(),C=n.useCallback(I=>{setTimeout(()=>{var L;const N=(L=M?.current)===null||L===void 0?void 0:L.offsetHeight;s(N+56+f,r)},0)},[f,s,r,l,M]),E=()=>{v(),m?.(a),setTimeout(()=>{var I;(I=h?.current)===null||I===void 0||I.swiper.slideTo(r,0,!1),y?.(!1)},0)};return n.createElement("div",{ref:T,style:Object.assign({},o),className:"waterFallList-content-listItem",key:r,onClick:E},n.createElement("div",{className:"waterFallList-content-listItem-picture",ref:M},n.createElement(it,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:C,ref:b})),n.createElement("div",{className:"waterFallList-content-listItem-info"},n.createElement("div",{className:`waterFallList-content-listItem-info-title ${c?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},u?.title),dangerouslySetInnerHTML:{__html:ge(_,u?.title)}}),n.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!c,style:u.price,dangerouslySetInnerHTML:{__html:ge(c,u?.price)}})))};function Sr(t){var e,i,o,s,l,r,d,a,v,u,f,h,m,y,S,x,p,w,b,T,k,g,{reportTagsView:O,showBanner:_}=t,A=qe(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:M,hashTagSize:C,loadingImage:E,isOpenHashTag:I,cacheActiveIndex:L}=Ce(),{jumpToWeb:N}=Ze(),j=n.useRef(null),[z,B]=n.useState(0),[D,F]=n.useState(),X=n.useRef(null),[W,q]=n.useState([]),se=n.useRef(),te=[170,230,300],[de,ke]=n.useState(!1),[ae,Y]=n.useState([]),K=n.useRef(),R=n.useCallback((Z,ve)=>Math.floor(Math.random()*(ve-Z+1))+Z,[]),ee=n.useRef([]),[fe,Te]=n.useState({width:0}),ne=n.useMemo(()=>{const Z=fe.width||0;return Z>=1200?6:Z>=768&&Z<=1199?4:2},[fe]),pe=n.useMemo(()=>fe.width/ne-2,[ne,fe]),be=n.useCallback(()=>{var Z;const ve=(Z=se.current)!==null&&Z!==void 0?Z:[],Q=[];for(let ue=0;ue<ae?.length;ue++){const Fe=Math.floor(ue/ne),U=ue%ne+1;let V=0,Le=9999999999;if(Fe===0)Q[ue]=ue;else{for(let Xe=0;Xe<Q.length;Xe++)ee.current[Q[Xe]].top+ee.current[Q[Xe]].height<Le&&(V=Xe,Le=ee.current[Q[Xe]].top+ee.current[Q[Xe]].height);Q[V]=ue}ee.current[ue]===void 0&&(ee.current[ue]={}),Fe===0?(U===1?ee.current[ue].left=0:ee.current[ue].left=ee.current[ue-1].left+pe+4,ee.current[ue].top=0):(ee.current[ue].left=ee.current[V].left,ee.current[ue].top=Le),ee.current[ue].height=ee.current[ue].height||te[R(0,2)],ve[ue]={transform:`translate(${ee.current[ue].left}px,${ee.current[ue].top}px)`,width:`${pe}px`,height:ee.current[ue].height}}return q([...ve]),[...ve]},[pe,ne,te,R,ae]),Pe=n.useCallback((Z,ve)=>{ee.current[ve]===void 0&&(ee.current[ve]={}),ee.current[ve].height=Z,se.current=be()},[be]);n.useEffect(()=>{se.current=be()},[pe,ne,ae]),n.useEffect(()=>{var Z,ve;if(ke(!0),c&&M?.({hashTag:c?.hashTag,defaultSize:C,maxSize:C}).then(Q=>{var ue,Fe;F(Q),Y((Fe=(ue=Q?.recList)===null||ue===void 0?void 0:ue.filter(U=>U?.video!==null||U?.product!==null))!==null&&Fe!==void 0?Fe:[]),ke(!1)}),I){const Q=Co;F(Q),Y((ve=(Z=Q?.recList)===null||Z===void 0?void 0:Z.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&ve!==void 0?ve:[]),ke(!1)}},[c,M,C,I]);const Ie=n.useCallback(()=>{X.current!==null&&Te({width:X.current.getBoundingClientRect().width})},[]);n.useEffect(()=>{if(X.current===null)return;const Z=new ResizeObserver(ve=>{Ie()});return Z.observe(X.current),()=>{Z.disconnect()}},[Ie]),n.useCallback(()=>{ke(!0),c&&M?.({hashTag:c?.hashTag}).then(Z=>{var ve,Q;Y(ae?.concat((Q=(ve=Z?.recList)===null||ve===void 0?void 0:ve.filter(ue=>!ue?.video))!==null&&Q!==void 0?Q:[])),ke(!1)})},[c,M,ae]);const Oe=n.useCallback(()=>{B(j.current.scrollTop)},[]);n.useEffect(()=>{var Z;return(Z=j?.current)===null||Z===void 0||Z.addEventListener("scroll",Oe),()=>{var ve;(ve=j?.current)===null||ve===void 0||ve.removeEventListener("scroll",Oe)}},[Oe,j]);const Me=()=>{var Z,ve,Q,ue,Fe;if(!((Z=D?.tag)===null||Z===void 0)&&Z.link){O();const U=c?.rec;N(U,(ve=U?.video)===null||ve===void 0?void 0:ve.bindProduct,(Q=U?.video)===null||Q===void 0?void 0:Q.bindCta,L,(ue=U?.video)===null||ue===void 0?void 0:ue.traceInfo),window.location.href=window.getJointUtmLink((Fe=D?.tag)===null||Fe===void 0?void 0:Fe.link)}};return n.createElement(n.Fragment,null,de?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:E,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"waterFallList",ref:X},n.createElement("div",{className:"waterFallList-scroll",ref:j},_&&((e=D?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:Me},n.createElement(it,{className:we.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=D?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"waterFallList-info",style:(o=A?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:ge((s=D?.tag)===null||s===void 0?void 0:s.info,(l=A?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((r=D?.tag)===null||r===void 0)&&r.link),className:"waterFallList-collection",style:Object.assign({},(d=A?.textStyles)===null||d===void 0?void 0:d.hashTagLink),onClick:Me,dangerouslySetInnerHTML:{__html:ge(((a=D?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=A?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),n.createElement("div",{className:"waterFallList-content"},ae?.map((Z,ve)=>{var Q;return n.createElement(wr,Object.assign({key:ve,index:ve,rec:Z,list:ae,showBorder:z+((Q=j?.current)===null||Q===void 0?void 0:Q.clientHeight),style:W[ve],sizeChange:Pe,unitWidth:pe,reportTagsView:O},A))}),n.createElement("div",{hidden:!(!((u=D?.tag)===null||u===void 0)&&u.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(S=((h=ee?.current[((f=ee?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((y=ee?.current[((m=ee?.current)===null||m===void 0?void 0:m.length)-1])===null||y===void 0?void 0:y.height))!==null&&S!==void 0?S:0}px)`,height:!((x=D?.tag)===null||x===void 0)&&x.link?((p=K?.current)===null||p===void 0?void 0:p.offsetHeight)||((w=A?.buttonBgStyle)===null||w===void 0?void 0:w.height)||"100px":0}}))),n.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=D?.tag)===null||b===void 0)&&b.link),style:A?.buttonBgStyle}),n.createElement("div",{ref:K,hidden:!(!((T=D?.tag)===null||T===void 0)&&T.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},A?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((k=D?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:A?.buttonStyle,onClick:Me,dangerouslySetInnerHTML:{__html:ge(((g=D?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",A?.buttonStyle)}}))))}var xr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const Tr=t=>{var e;const{rec:i,index:o,list:s,reportTagsView:l,textStyles:r,space:d}=t,{swiperRef:a,setRtcList:v,setOpenHashtag:u,sxpParameter:f,globalConfig:h}=Ce(),[m,y]=n.useState(!1),S=n.useRef(null),x=n.useRef(null),p=n.useRef(null),w=n.useRef(null),[b,T]=n.useState(""),k=n.useMemo(()=>{var c,M,C,E,I,L,N,j,z,B;return!((c=i?.video)===null||c===void 0)&&c.cover?(M=i?.video)===null||M===void 0?void 0:M.cover:!((E=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||E===void 0)&&E.length?(L=(I=i?.video)===null||I===void 0?void 0:I.imgUrls)===null||L===void 0?void 0:L[0]:!((j=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||j===void 0)&&j.length?(B=(z=i?.product)===null||z===void 0?void 0:z.homePage)===null||B===void 0?void 0:B[0]:f?.bottom_image||""},[i,f?.bottom_image]),g=n.useMemo(()=>{var c,M;return((c=i?.product)===null||c===void 0?void 0:c.title)||((M=i?.video)===null||M===void 0?void 0:M.title)||null},[i]),O=Ut({product:i?.product,enableFormattedPrice:(e=r?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:h});n.useEffect(()=>{const c=new IntersectionObserver(M=>{M.forEach(C=>{if(C.isIntersecting){if(x.current===null||k==="")return;m&&b?S.current.setSrc(b):S.current.setSrc(k),c.unobserve(x.current)}})});return c.observe(x.current),()=>{c.disconnect()}},[k,m,b]);const _=(c,M,C)=>{const E=c/M;return C/E};n.useEffect(()=>{const c=p?.current;c===null||k===""||!m||(c.src=k,c.currentTime=1,c.crossOrigin="anonymous",c.onloadeddata=()=>{const M=w?.current;if(!M)return;const C=M.getContext("2d"),E=window?.innerWidth/2,I=_(c.videoWidth,c.videoHeight,E);M.height=I,M.width=E,C?.drawImage(c,0,0,M.width,M.height),T(M.toDataURL()),c.remove(),M.remove()})},[k,m]);const A=()=>{l(),v?.(s),setTimeout(()=>{var c;(c=a?.current)===null||c===void 0||c.swiper.slideTo(o,0,!1),u?.(!1)},0)};return n.createElement("div",{ref:x,className:"list-content-listItem",key:o,onClick:A,style:{marginBottom:d}},n.createElement("div",{className:"list-content-listItem-picture"},m&&n.createElement("div",{style:{display:"none"}},n.createElement("video",{ref:p,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),n.createElement("canvas",{ref:w})),n.createElement(it,{loading:"lazy",className:"list-content-listItem-picture-img",ref:S})),n.createElement("div",{className:"list-content-listItem-info"},n.createElement("div",{className:`list-content-listItem-info-title ${O?"list-content-listItem-info-nowrap":""}`,style:r?.title,dangerouslySetInnerHTML:{__html:ge(g,r?.title)}}),n.createElement("div",{className:"list-content-listItem-info-price",style:r?.price,hidden:!O,dangerouslySetInnerHTML:{__html:ge(O,r?.price)}})))};function Er(t){var e,i,o,s,l,r,d,a,v,u,f,h,m,y,S,x,p,{reportTagsView:w,showBanner:b}=t,T=qe(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:g,hashTagSize:O,loadingImage:_,isOpenHashTag:A,cacheActiveIndex:c}=Ce(),{jumpToWeb:M}=Ze(),[C,E]=n.useState(),[I,L]=n.useState(),[N,j]=n.useState(!1),z=n.useRef(null),[B,D]=n.useState(!1);n.useCallback(()=>{B||(D(!0),k&&g?.({hashTag:k?.hashTag}).then(X=>{var W;E(C?.concat((W=X?.recList)!==null&&W!==void 0?W:[])),D(!1)}))},[k,g,C,B]),n.useEffect(()=>{var X,W;if(j(!0),k&&g?.({hashTag:k?.hashTag,defaultSize:O,maxSize:O}).then(q=>{var se,te;L(q),E((te=(se=q?.recList)===null||se===void 0?void 0:se.filter(de=>de?.video!==null||de?.product!==null))!==null&&te!==void 0?te:[]),j(!1)}),A){const q=Co;L(q),E((W=(X=q?.recList)===null||X===void 0?void 0:X.filter(se=>se?.video!==null||se?.product!==null))!==null&&W!==void 0?W:[]),j(!1)}},[k,g,O,A]);const F=()=>{var X,W,q,se,te;if(!((X=I?.tag)===null||X===void 0)&&X.link){w();const de=k?.rec;M(de,(W=de?.video)===null||W===void 0?void 0:W.bindProduct,(q=de?.video)===null||q===void 0?void 0:q.bindCta,c,(se=de?.video)===null||se===void 0?void 0:se.traceInfo),window.location.href=window.getJointUtmLink((te=I?.tag)===null||te===void 0?void 0:te.link)}};return n.createElement(n.Fragment,null,N?n.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:_,alt:"loading...",style:{objectFit:"contain"}})):n.createElement("div",{className:"list"},n.createElement("div",{className:"list-scroll",ref:z},b&&((e=I?.tag)===null||e===void 0?void 0:e.picture)&&n.createElement("div",{onClick:F},n.createElement(it,{className:we.css({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=I?.tag)===null||i===void 0?void 0:i.picture})),n.createElement("div",{className:"list-info",style:(o=T?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:ge((s=I?.tag)===null||s===void 0?void 0:s.info,(l=T?.textStyles)===null||l===void 0?void 0:l.hashTagDesc)}}),n.createElement("div",{hidden:!(!((r=I?.tag)===null||r===void 0)&&r.link),className:"list-collection",onClick:F,style:Object.assign(Object.assign({},(d=T?.textStyles)===null||d===void 0?void 0:d.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:ge(((a=I?.tag)===null||a===void 0?void 0:a.linkTitle)||"Shop the collection",(v=T?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),n.createElement("div",{className:"list-content"},C?.map((X,W)=>n.createElement(Tr,Object.assign({key:W,index:W,rec:X,list:C,reportTagsView:w},T)))),n.createElement("div",{hidden:!B,style:{textAlign:"center"}},"loading..."),n.createElement("div",{hidden:!(!((u=I?.tag)===null||u===void 0)&&u.link),style:{height:!((f=I?.tag)===null||f===void 0)&&f.link?((h=T?.buttonBgStyle)===null||h===void 0?void 0:h.height)||((m=T?.buttonStyle)===null||m===void 0?void 0:m.height)||"100px":0}})),n.createElement("div",{className:"list-bottom",hidden:!(!((y=I?.tag)===null||y===void 0)&&y.link),style:T?.buttonBgStyle}),n.createElement("div",{hidden:!(!((S=I?.tag)===null||S===void 0)&&S.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},n.createElement("button",{"aria-label":((x=I?.tag)===null||x===void 0?void 0:x.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:F,dangerouslySetInnerHTML:{__html:ge(((p=I?.tag)===null||p===void 0?void 0:p.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const Ar=t=>{var e;const{waterFallData:i,setOpenHashtag:o,openHashtag:s,swiperRef:l,setWaterFallData:r,cacheRtcList:d,setRtcList:a,cacheActiveIndex:v,rtcList:u,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:m,bffEventReport:y,themeTag:S,selectTag:x}=Ce(),{backMainFeed:p}=Ze();n.useRef(null);const w=n.useRef(null),[b,T]=n.useState();n.useEffect(()=>{const A=document.getElementById("sxp-render"),c=document.getElementById("water-fall");c?w.current=c:(w.current=document.createElement("div"),w.current.setAttribute("id","water-fall"),A?.appendChild(w.current))},[]);const k=()=>{var A,c;p("branch",x,void 0,i?.hashTag),_(),r?.(void 0),h?.(!1),(c=(A=l?.current)===null||A===void 0?void 0:A.swiper)===null||c===void 0||c.slideTo(v,0,!1),o?.(!1)},[g,O]=n.useState();n.useEffect(()=>{i&&O(i)},[i]);const _=n.useCallback(()=>{var A,c,M,C,E,I;const L=g?.rec;if(!L)return;let N="";m?N="hashTagPage":!((A=L?.video)===null||A===void 0)&&A.url?N="videoPage":!((M=(c=L?.video)===null||c===void 0?void 0:c.imgUrls)===null||M===void 0)&&M.length&&(N="imagePage"),y?.({eventInfo:{contentId:(C=L?.video)===null||C===void 0?void 0:C.itemId,position:v+"",contentTags:JSON.stringify((E=L?.video)===null||E===void 0?void 0:E.tags),traceInfo:(I=L?.video)===null||I===void 0?void 0:I.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:N,fromKPage:location?.href,timeOnSite:Math.floor((new Date-b)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,y,b,m,v]);return n.useEffect(()=>{s&&T(new Date)},[s]),n.useEffect(()=>{const A=()=>{T(new Date)};return window.addEventListener("pageshow",A),()=>{window.removeEventListener("pageshow",A)}},[]),w.current?Mi.createPortal(n.createElement("div",{className:"waterfall",style:{display:s?"block":"none"}},n.createElement(Ao,{icon:xr,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:k}),t?.openFixedSize===!0||t?.openFixedSize===void 0?n.createElement(Er,Object.assign({reportTagsView:_},t)):n.createElement(Sr,Object.assign({reportTagsView:_},t))),w.current):null};var Io=n.memo(Ar);const Cr=t=>n.createElement(Io,Object.assign({},t));var Ir=n.memo(Cr);const kr=Re(Ir,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:cr,bindableProps:[]},defaulSetting:{props:{lineClamp:1,space:40,textStyles:{hashTagTitle:{fontSize:16,color:"#000",textAlign:"center"},hashTagDesc:{fontSize:12,textAlign:"center",color:"#000"},hashTagLink:{textAlign:"center",color:"#757575",fontSize:12,textDecoration:"underline"},title:{fontSize:12,color:"#000"},price:{fontSize:12,fontWeight:"bold",color:"#000"}},buttonStyle:{backgroundColor:"#000",fontSize:12,height:52,fontWeight:"bold",textAlign:"center",color:"#fff",borderRadius:25},buttonBgStyle:{backgroundColor:"#fff",height:52,paddingTop:20,paddingLeft:20,paddingRight:20,paddingBottom:20}}},w:100,h:40,sort:2});var _r=[{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 ko=t=>n.createElement(ko,Object.assign({},t));var Pr=n.memo(ko);const Dr=Re(Pr,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:_r},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var Mr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{type:"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"]}]}],_o={"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 Or=t=>{var e,i,o,s,l,r,d,a,v,u,{style:f,recData:h,ctaTempStyles:m,index:y,event:S,onClick:x,isExternalLink:p=!1}=t,w=qe(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:b,setPopupDetailData:T}=Ce(),{jumpToWeb:k}=Ze(),[g,O]=n.useState(!1),_=n.useRef(null),A=To(_),c=((o=(i=(e=h?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(s=h?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((r=h?.video)===null||r===void 0?void 0:r.bindCta),M=((a=(d=h?.video)===null||d===void 0?void 0:d.bindProducts)===null||a===void 0?void 0:a[0])||((v=h?.video)===null||v===void 0?void 0:v.bindProduct),C=()=>{var N,j,z,B;const D=((j=(N=h?.video)===null||N===void 0?void 0:N.bindProducts)===null||j===void 0?void 0:j[0])||((z=h?.video)===null||z===void 0?void 0:z.bindProduct)||h?.video;if(b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,D,y),T?.(Object.assign(Object.assign({},h),{index:y})),p){const F=M?.link||((B=D?.bindCta)===null||B===void 0?void 0:B.link);F&&(k(h,M,c,y),window.location.href=window.getJointUtmLink(F))}else x?.()},E=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",I=n.useMemo(()=>{var N,j;const z=S?.animation;if(z){const{delay:B,duration:D,backgroundColor:F}=z;return{":after":{animationDelay:`${(N=B/1e3)!==null&&N!==void 0?N:0}s`,animationDuration:`${(j=D/1e3)!==null&&j!==void 0?j:0}s`,backgroundColor:`${F??"transparent"}`}}}},[S?.animation]);n.useEffect(()=>{var N,j,z;A&&_?.current&&b?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((j=(N=h?.video)===null||N===void 0?void 0:N.bindProducts)===null||j===void 0?void 0:j[0])||((z=h?.video)===null||z===void 0?void 0:z.bindProduct)||h?.video,y)},[A]),n.useEffect(()=>{O(!!A)},[A]);const L=n.useMemo(()=>g?_o["animated-button"]:null,[g]);return n.createElement("div",Object.assign({ref:_,style:Object.assign(Object.assign(Object.assign({},f),m?.ctaTitle),{lineHeight:`${(u=f?.height)!==null&&u!==void 0?u:0}px`})},w,{className:`${L} ${we.css(I)} ${_o["one-line-ellipsis"]}`,onClick:C,dangerouslySetInnerHTML:{__html:ge(E,m?.ctaTitle)}}))};var Lr=n.memo(Or),Br=[{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 Nr=Re(Lr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:Mr,bindableProps:[],interactionRender:Br},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 Fr=[{title:"\u4E3B\u9898\u6837\u5F0F",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["style","width"],addonAfter:"W"},{type:"Number",name:["style","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["style","borderRadius"],max:100},{type:"Number",name:["style","borderRadius"],addonAfter:"px",max:100}]},{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]},{label:"\u5916\u8FB9\u8DDD",type:"Number",name:["style","margin"],addonAfter:"px"},{label:"\u5185\u8FB9\u8DDD",type:"Number",name:["style","padding"],addonAfter:"px"}]},{title:"\u5546\u54C1\u56FE\u7247",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","img","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","img","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","img","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","img","borderRadius"],addonAfter:"px",max:100}]},{type:"Number",label:"\u4E0E\u4E0B\u8FB9\u8FB9\u8DDD",addonAfter:"px",name:["props","ctaTempStyles","img","marginBottom"]},{label:"\u5C45\u4E2D\u5782\u76F4\u504F\u79FB",type:"Number",name:["props","translateY"],min:-1e3,addonAfter:"%",initialValue:0}]},{title:"\u5546\u54C1\u6807\u9898\u6587\u672C",type:"commodityTitle",child:[{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","title","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","title","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","title","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","title","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","title"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","title"]},{label:"\u95F4\u8DDD",type:"TextSpace",name:["props","ctaTempStyles","title"]}]},{title:"CTA\u6807\u9898",child:[{type:"Group",label:"\u5C3A\u5BF8",child:[{type:"Number",name:["props","ctaTempStyles","ctaTitle","width"],addonAfter:"W"},{type:"Number",name:["props","ctaTempStyles","ctaTitle","height"],addonAfter:"H"}]},{type:"Group",label:"\u5706\u89D2",child:[{type:"Slider",name:["props","ctaTempStyles","ctaTitle","borderRadius"],max:100},{type:"Number",name:["props","ctaTempStyles","ctaTitle","borderRadius"],addonAfter:"px",max:100}]},{type:"TextSpace",name:["props","ctaTempStyles","ctaTitle"]},{type:"Color",label:"\u80CC\u666F\u8272",name:["props","ctaTempStyles","ctaTitle","backgroundColor"]},{type:"Group",label:"\u5B57\u4F53",child:[{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-cn"],bottomText:"\u4E2D\u6587\u5B57\u4F53"},{type:"Select",name:["props","ctaTempStyles","ctaTitle","fontFamily-en"],bottomText:"\u82F1\u6587/\u5176\u4ED6\u5B57\u4F53"}]},{type:"Group",label:"",child:[{type:"Color",name:["props","ctaTempStyles","ctaTitle","color"]},{type:"Number",addonAfter:"px",name:["props","ctaTempStyles","ctaTitle","fontSize"]}]},{label:"\u6837\u5F0F",type:"TextStyle",name:["props","ctaTempStyles","ctaTitle"]},{label:"\u5BF9\u9F50",type:"TextAlign",name:["props","ctaTempStyles","ctaTitle"]}]}],Vt={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 jr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",Vr=t=>{var e,i,o,s,l,r,d,a,v,u,f,h,m,y,S,x,p,w,b,T,k,g,O,_,{style:A,recData:c,ctaTempStyles:M,index:C,event:E,bottom_image:I,translateY:L,isTel:N,onClick:j,isExternalLink:z=!1,isActive:B}=t,D=qe(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);A==null||delete A.transform;const{sxpParameter:F,globalConfig:X,ctaEvent:W,setPopupDetailData:q}=Ce(),{jumpToWeb:se}=Ze(),[te,de]=n.useState(!0),ke=((o=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||o===void 0?void 0:o.bindCta)||((l=(s=c?.video)===null||s===void 0?void 0:s.bindProduct)===null||l===void 0?void 0:l.bindCta)||((r=c?.video)===null||r===void 0?void 0:r.bindCta),ae=((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),Y=()=>{var ne,pe,be,Pe;const Ie=((pe=(ne=c?.video)===null||ne===void 0?void 0:ne.bindProducts)===null||pe===void 0?void 0:pe[0])||((be=c?.video)===null||be===void 0?void 0:be.bindProduct)||c?.video;if(W?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Ie,C),q?.(Object.assign(Object.assign({},c),{index:C})),z){const Oe=ae?.link||((Pe=Ie?.bindCta)===null||Pe===void 0?void 0:Pe.link);Oe&&(se(c,ae,ke,C),window.location.href=window.getJointUtmLink(Oe))}else j?.()},K=ke?.enTitle||"\u67E5\u770B\u8BE6\u60C5",R=n.useMemo(()=>{const ne=E?.animation;if(ne){const{delay:pe,duration:be}=ne;return{animationDelay:`${pe?pe/1e3:0}s`,animationDuration:`${be?be/1e3:0}s`}}},[E?.animation]),ee=(y=(m=(h=(u=ae?.cover)!==null&&u!==void 0?u:(f=ae?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:ke?.icon)!==null&&m!==void 0?m:F?.bottom_image)!==null&&y!==void 0?y:I,fe=ne=>{ne.stopPropagation(),de(!1)};n.useEffect(()=>{de(!0)},[B]);const Te=n.useMemo(()=>B&&te?Vt["animated-fadeIn"]:null,[B,te]);return n.createElement(n.Fragment,null,N?n.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):n.createElement("div",Object.assign({},D,{className:`${we.css(Object.assign(Object.assign({},A),{"--transY":`translateY(calc(100% + ${(S=A?.margin)!==null&&S!==void 0?S:0}px))`}))} ${Vt.aniLinkPopup} ${Te} ${we.css(R)}`,onClick:Y}),n.createElement("div",{onClick:fe,className:Vt["modal-icon-wrapper"],style:{padding:(x=A?.padding)!==null&&x!==void 0?x:0}},n.createElement("img",{src:(p=X?.popupCloseIcon)!==null&&p!==void 0?p:jr,alt:"close",className:Vt["modal-icon-wrapper-img"]})),n.createElement(Tt,{src:ee,rec:c,item:(g=(T=(b=(w=c?.video)===null||w===void 0?void 0:w.bindProducts)===null||b===void 0?void 0:b[0])!==null&&T!==void 0?T:(k=c?.video)===null||k===void 0?void 0:k.bindProduct)!==null&&g!==void 0?g:c?.video,index:C,translateY:L,imgStyle:M?.img}),(!c||ae?.title)&&n.createElement("div",{className:Vt["one-line-ellipsis"],style:M?.title,dangerouslySetInnerHTML:{__html:ge((O=ae?.title)!==null&&O!==void 0?O:"Product Name",M?.title)}}),n.createElement("div",{className:Vt["one-line-ellipsis"],style:Object.assign(Object.assign({},M?.ctaTitle),{lineHeight:((_=M?.ctaTitle)===null||_===void 0?void 0:_.height)+"px"}),dangerouslySetInnerHTML:{__html:ge(K,M?.ctaTitle)}})))};var zr=n.memo(Vr),Hr=[{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 Gr=Re(zr,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Fr,bindableProps:[],interactionRender:Hr},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 Ci=Object.freeze({__proto__:null,AniLink:Nr,AniLinkPopup:Gr,Appoint:Ls,AppointForm:fn,Commodity:Ps,CommodityDetail:ns,CommodityDetailDiroNew:ms,CommodityDiro:Ws,CommodityDiroNew:Ks,CommodityList:ws,Consent:Dr,HashTag:kr,Iframe:Es,Link:Vs,MultiCommodity:lr,MultiCommodityDiro:er,MultiCommodityDiroNew:ur,Prompt:as});const Ur="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Wr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Yr=t=>{var e,{active:i,activeIcon:o,unActicveIcon:s,recData:l,position:r}=t,d=qe(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:a,mutateUnlike:v,bffEventReport:u,setCacheRtcList:f,cacheRtcList:h}=Ce(),[m,y]=n.useState((e=h?.[r])===null||e===void 0?void 0:e.isCollected),S=ut(Wr),x=ut(Ur),p=Ge.debounce(()=>$e(void 0,void 0,void 0,function*(){var w,b,T,k,g,O,_,A,c,M,C,E,I,L,N,j,z,B,D,F,X,W;if(m){y(!1);const q=(T=yield v?.({videoItemId:(b=(w=l?.video)===null||w===void 0?void 0:w.itemId)!==null&&b!==void 0?b:""}))!==null&&T!==void 0?T:!1;if(u?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(k=l?.video)===null||k===void 0?void 0:k.itemId)!==null&&g!==void 0?g:"",contentName:(_=(O=l?.video)===null||O===void 0?void 0:O.title)!==null&&_!==void 0?_:"",contentTags:JSON.stringify((c=(A=l?.video)===null||A===void 0?void 0:A.tags)!==null&&c!==void 0?c:[]),position:r+"",contentFormat:!((M=l?.video)===null||M===void 0)&&M.url?"video":"image",traceInfo:(C=l?.video)===null||C===void 0?void 0:C.traceInfo}}),!q)y(!0);else{const se=(E=h?.map((te,de)=>(de===r&&(te.isCollected=!1),te)))!==null&&E!==void 0?E:[];f?.(se)}}else{y(!0);const q=(I=yield a?.({content:JSON.stringify(l)}))!==null&&I!==void 0?I:!1;if(u?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(N=(L=l?.video)===null||L===void 0?void 0:L.itemId)!==null&&N!==void 0?N:"",contentName:(z=(j=l?.video)===null||j===void 0?void 0:j.title)!==null&&z!==void 0?z:"",contentTags:JSON.stringify((D=(B=l?.video)===null||B===void 0?void 0:B.tags)!==null&&D!==void 0?D:[]),position:r+"",contentFormat:!((F=l?.video)===null||F===void 0)&&F.url?"video":"image",traceInfo:(X=l?.video)===null||X===void 0?void 0:X.traceInfo}}),!q)y(!1);else{const se=(W=h?.map((te,de)=>(de===r&&(te.isCollected=!0),te)))!==null&&W!==void 0?W:[];f?.(se)}}}),200);return n.createElement("button",Object.assign({},d,{"aria-label":"like",onClick:p}),n.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:m?o||S:s||x,alt:"icon"}))};var Po=n.memo(Yr),Xr="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 Ii=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=Di.render(n.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),Jr=({rec:t,index:e,height:i,data:o,muted:s,activeIndex:l,videoPostConfig:r,videoPlayIcon:d})=>{const[a,v]=n.useState(!1),{bffEventReport:u,sxpParameter:f,waterFallData:h,openHashtag:m,bffFbReport:y}=Ce(),S=n.useRef(0),[x,p]=n.useState(!1),[w,b]=n.useState(!0),{isActive:T}=wo(),k=n.useRef(null),[g,O]=n.useState(""),[_,A]=n.useState(!1),c=n.useRef(),M=`pb-cache-video-${e}`,C=n.useRef(null),E=n.useMemo(()=>r?.mode==="2",[r]),I=n.useMemo(()=>{var Y;return r?.mode==="2"?`translateY(-${50+((Y=r?.offsetTop)!==null&&Y!==void 0?Y:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),L=n.useMemo(()=>{var Y;return((Y=t?.video)===null||Y===void 0?void 0:Y.cover)||g},[g,t]),N=n.useMemo(()=>E?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[E]),j=n.useMemo(()=>r?.bgWay==="1",[r]),z=n.useMemo(()=>j&&r?.bgColor?{backgroundColor:r?.bgColor}:{},[r,j]);n.useEffect(()=>{c?.current&&(c.current.muted=s)},[s,c?.current]);const B=n.useCallback(()=>{var Y;c?.current&&((Y=c?.current)===null||Y===void 0||Y.play())},[c?.current]),D=ut("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),F=n.useCallback(()=>{c?.current&&(A(!1),p(!0))},[]),X=n.useCallback(()=>{var Y,K,R,ee,fe,Te,ne,pe,be,Pe,Ie,Oe,Me;if(!c?.current)return;v(!1);const Z=o[e];if(Z&&(!((Y=c?.current)===null||Y===void 0)&&Y.duration)){S.current=((K=c?.current)===null||K===void 0?void 0:K.currentTime)||0;const ve=((ee=(R=c?.current)===null||R===void 0?void 0:R.duration)!==null&&ee!==void 0?ee:0).toFixed(2),Q=((Te=(fe=c?.current)===null||fe===void 0?void 0:fe.currentTime)!==null&&Te!==void 0?Te:0).toFixed(2),ue=w?"0":"1";u?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(pe=(ne=Z?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&pe!==void 0?pe:"",contentName:(Pe=(be=Z?.video)===null||be===void 0?void 0:be.title)!==null&&Pe!==void 0?Pe:"",playType:ue,startTime:Q,videoDuration:ve,contentTags:JSON.stringify((Oe=(Ie=Z?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&Oe!==void 0?Oe:[]),position:e+"",contentFormat:"video",traceInfo:(Me=Z?.video)===null||Me===void 0?void 0:Me.traceInfo}}),b(!1)}},[u,o,e,w,c?.current]),W=n.useCallback(()=>{var Y;if(!c?.current||g||!E||(c.current.style.objectFit="contain",!((Y=t?.video)===null||Y===void 0)&&Y.cover||!k||!k.current||j))return;const K=()=>{const R=k?.current,ee=R.getContext("2d"),fe=window?.innerWidth,Te=window?.innerHeight;R.height=Te,R.width=fe,ee?.drawImage(c.current,0,0,R.width,R.height),O(R.toDataURL())};K(),setTimeout(()=>{K()},500)},[c.current,j,t,g,E]),q=n.useCallback(()=>{c.current&&(X(),W())},[c.current,W,X]),se=n.useCallback(Y=>()=>{var K,R,ee,fe,Te;if(!c.current||!x)return;const ne=(K=c?.current)===null||K===void 0?void 0:K.paused;switch(Y){case"start":if(!ne)return;(R=c?.current)===null||R===void 0||R.play(),v(!1);break;case"pause":if(ne)return;(ee=c?.current)===null||ee===void 0||ee.pause(),v(!0);break;default:ne?(fe=c?.current)===null||fe===void 0||fe.play():(Te=c?.current)===null||Te===void 0||Te.pause(),v(!ne);break}},[x,c?.current]),te=n.useCallback(()=>{var Y,K,R,ee,fe,Te,ne,pe,be,Pe,Ie,Oe,Me;if(!c?.current||l!==e)return;const Z=o[e],ve=((K=(Y=c?.current)===null||Y===void 0?void 0:Y.duration)!==null&&K!==void 0?K:0).toFixed(2),Q=((ee=(R=c?.current)===null||R===void 0?void 0:R.currentTime)!==null&&ee!==void 0?ee:0).toFixed(2);if(!((fe=c?.current)===null||fe===void 0)&&fe.duration){const ue=(((Te=c?.current)===null||Te===void 0?void 0:Te.currentTime)-S.current).toFixed(2);u?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(pe=(ne=Z?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&pe!==void 0?pe:"",contentName:(Pe=(be=Z?.video)===null||be===void 0?void 0:be.title)!==null&&Pe!==void 0?Pe:"",endTime:Q,videoDuration:ve,playDuration:ue,contentTags:JSON.stringify((Oe=(Ie=Z?.video)===null||Ie===void 0?void 0:Ie.tags)!==null&&Oe!==void 0?Oe:[]),position:e+"",contentFormat:"video",traceInfo:(Me=Z?.video)===null||Me===void 0?void 0:Me.traceInfo}})}},[o,e,u,c?.current,l]),de=n.useCallback(()=>{A(!0)},[]);n.useEffect(()=>{var Y,K,R,ee,fe,Te,ne,pe,be,Pe;if(!T)return;const Ie=t?.video.url;if(!Ie)return;const Oe=document.querySelector(`#${M}`);if(!Oe||(c.current=Ii?.(Oe),!c?.current))return;const Me=window?.Hls;let Z=null;return Ie.includes(".m3u8")&&Me&&Me.isSupported()?(Z=new Me,Z.loadSource(Ie),Z.attachMedia(c?.current),Z.on(Me.Events.MANIFEST_PARSED,function(){var ve;(ve=c?.current)===null||ve===void 0||ve.play()})):c.current.src=Ie,(Y=c?.current)===null||Y===void 0||Y.setAttribute("x5-playsinline","true"),(K=c?.current)===null||K===void 0||K.setAttribute("webkit-playsinline","true"),(R=c?.current)===null||R===void 0||R.addEventListener("loadedmetadata",q),(ee=c?.current)===null||ee===void 0||ee.addEventListener("loadeddata",W),(fe=c?.current)===null||fe===void 0||fe.addEventListener("play",X),(Te=c?.current)===null||Te===void 0||Te.addEventListener("playing",F),(ne=c?.current)===null||ne===void 0||ne.addEventListener("pause",te),(pe=c?.current)===null||pe===void 0||pe.addEventListener("ended",B),(be=c?.current)===null||be===void 0||be.addEventListener("canplay",B),(Pe=c?.current)===null||Pe===void 0||Pe.addEventListener("waiting",de),()=>{var ve,Q,ue,Fe,U,V,Le,Xe,pt;((ve=c?.current)===null||ve===void 0?void 0:ve.paused)||te(),Z&&Z?.destroy(),p(!1),(Q=c?.current)===null||Q===void 0||Q.removeEventListener("loadedmetadata",q),(ue=c?.current)===null||ue===void 0||ue.removeEventListener("loadeddata",W),(Fe=c?.current)===null||Fe===void 0||Fe.removeEventListener("play",X),(U=c?.current)===null||U===void 0||U.removeEventListener("playing",F),(V=c?.current)===null||V===void 0||V.removeEventListener("pause",te),(Le=c?.current)===null||Le===void 0||Le.removeEventListener("ended",B),(Xe=c?.current)===null||Xe===void 0||Xe.removeEventListener("canplay",B),(pt=c?.current)===null||pt===void 0||pt.removeEventListener("waiting",de)}},[T,M,t,te]),n.useEffect(()=>{var Y,K;!c?.current||!x||(T?(y?.({eventName:"ViewContent"}),(Y=c?.current)===null||Y===void 0||Y.play()):(K=c?.current)===null||K===void 0||K.pause())},[T,x,c?.current]),n.useEffect(()=>{var Y,K,R;if(!T||!c?.current)return;!((Y=c?.current)===null||Y===void 0?void 0:Y.paused)&&m?(K=c?.current)===null||K===void 0||K.pause():m||(R=c?.current)===null||R===void 0||R.play()},[m,T,c?.current]),n.useEffect(()=>{if(!T)return;const Y=()=>{se("start")(),y?.({eventName:"ViewContent"})},K=se("pause");return ft.on(st.PAGE_DID_SHOW,Y),ft.on(st.PAGE_DID_HIDE,K),()=>{ft.off(st.PAGE_DID_SHOW,Y),ft.off(st.PAGE_DID_HIDE,K)}},[se,T]);const ke=n.useMemo(()=>!f?.placeholder_image||x?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[x,f?.placeholder_image]),ae=n.useMemo(()=>{if(!(!_||!x))return n.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:Xr,alt:"placeholder image"})},[_,x]);return n.useEffect(()=>{if(!c?.current)return;const Y=()=>{var K;l===e&&(!((K=t?.video)===null||K===void 0)&&K.url)&&c?.current&&!a&&se("pause")()};return window.addEventListener("beforeunload",Y),()=>{window.removeEventListener("beforeunload",Y)}},[l,e,t,c?.current,se,a]),t?.video?n.createElement(n.Fragment,null,E?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:se(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},z)},!j&&x&&L&&n.createElement(it,{src:L,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},N)}),n.createElement("canvas",{ref:k,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:I,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},n.createElement("div",{className:"n-full-screen",ref:C,id:M,style:{width:"100%",height:"100%"}}),a&&n.createElement(it,{className:"clc-pb-video-pause",src:d??D,alt:"pause"}))),ke,ae):n.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:se()},n.createElement("div",{className:"n-full-screen",ref:C,id:M,style:{width:"100%",height:"100%"}}),ke,ae,a&&n.createElement(it,{className:"clc-pb-video-pause",src:d??D,alt:"pause"}))):null};var qr=n.memo(Jr);const Kr=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:o,style:s})=>{const[l,r]=n.useState(t),d=a=>{a.stopPropagation();const v=!l;r(v),o?.(v)};return n.useEffect(()=>{r(t)},[t]),n.createElement("button",{style:s,"aria-label":"toggle button",className:"pb-toggle-button",onClick:d},n.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:l?e:i}))};var Do=n.memo(Kr);const Zr=({imageUrl:t,style:e,duration:i=2e3})=>{const[o,s]=n.useState(!0);mt(),n.useEffect(()=>{setTimeout(()=>{s(!1)},i)},[]);const l=ut("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),r=n.useMemo(()=>o?"pb-fadeIn":"pb-fadeOut",[o]);return n.createElement("div",{hidden:!o,className:`pb-finger-wrap ${r}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},n.createElement("img",{src:t||l,alt:"finger swiper"}))},Mo=t=>{const{src:e,height:i,imgUrlsPostConfig:o,onShowFirstImage:s}=t,l=n.useMemo(()=>o?.mode==="2",[o]),r=n.useMemo(()=>{var u;return o?.mode==="2"?`translateY(-${50+((u=o?.offsetTop)!==null&&u!==void 0?u:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[o]),d=n.useMemo(()=>l?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[l]),a=n.useMemo(()=>o?.bgWay==="1",[o]),v=n.useMemo(()=>a&&o?.bgColor?{backgroundColor:o?.bgColor}:{},[o,a]);return n.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!l||!a)&&n.createElement(it,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},d),onLoad:s}),l&&n.createElement(it,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:r,left:0,right:0},onLoad:s}))},Qr=({imgUrls:t,width:e,height:i,rec:o,index:s,onReportViewImageEnd:l,onViewImageStartEvent:r,imgUrlsPostConfig:d})=>{var a,v;const u=n.useRef(),{isActive:f}=wo(),{sxpParameter:h,openHashtag:m}=Ce(),[y,S]=n.useState(!1);n.useEffect(()=>{y&&f?(u?.current&&u.current.swiper.autoplay.start(),m?l(o):r(s)):u?.current&&u.current.swiper.autoplay.stop()},[o,f,l,m,s,r,y]);const x=n.useCallback(()=>{y||S(!0)},[y]);return n.createElement(Lt,{ref:u,defaultValue:0,direction:"horizontal",modules:[Rt,$t],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:we.css(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((p,w)=>n.createElement(gt,{key:w},n.createElement(Mo,{src:!y&&w>0?"":p,height:i,imgUrlsPostConfig:d,onShowFirstImage:x}))))};var Rr=n.memo(Qr);const $r=({tags:t,itemId:e,itemType:i,index:o,rec:s,hashTagStyle:l})=>{var r;const[d,a]=n.useState(!1),{setWaterFallData:v,setOpenHashtag:u,setCacheActiveIndex:f,waterFallData:h,setIsFromHashtag:m}=Ce(),y=S=>{h?m?.(!0):f?.(o),v?.(i?{hashTag:S,itemId:e,itemType:i,rec:s}:{hashTag:S,rec:s}),u?.(!0)};return n.useMemo(()=>t.length<=6?null:n.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>a(!d)},d?"show less":"show more"),[d,t]),n.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(r=l?.marginTop)!==null&&r!==void 0?r:16}px`}},n.createElement(Gt,null,t?.map((S,x)=>n.createElement(gt,{key:x,hidden:d?!1:x>=6,className:"clc-sxp-bottom-hashtag-item",style:l,onClick:()=>y(S)},n.createElement("div",{dangerouslySetInnerHTML:{__html:ge(`#${S}`,l)}})))))};var Oo=n.memo($r),ed="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 oi(t){return n.memo(function(e){const{$store:i}=Zo(),o=l=>{let r=l;const d=l.match(/{{.*?}}/g);return d?.length&&d.forEach(a=>{a.replace(/{{\s*([\w.]+)\s*}}/g,(v,u)=>{if(u){const f=Ge.get(i,u);return r=r.replace(a,f),f}})}),r},s=n.useMemo(()=>{var l,r,d;const{bindDatas:a}=e,v=qe(e,["bindDatas"]);if((l=a?.forEach)===null||l===void 0||l.call(a,u=>{if(u?.propKey&&u?.dataPath){const{propKey:f,dataPath:h}=u;h.replace(/{{\s*([\w.]+)\s*}}/g,(m,y)=>{var S,x;if(y){const p=(x=(S=Ge.get(i,y))!==null&&S!==void 0?S:e[f])!==null&&x!==void 0?x:"";return v[f]=p,p}})}}),v){v.eventMap={};const u=Ge.cloneDeep(v.event)||{};for(const f in u)if(Object.prototype.hasOwnProperty.call(u,f))try{u[f].value=o(u[f].value),v.eventMap[f]=new Function(u[f].value)}catch{}}return!((d=(r=v?.event)===null||r===void 0?void 0:r.onClick)===null||d===void 0)&&d.linkType&&(v.style.cursor="pointer"),v},[i,e]);return n.createElement(t,Object.assign({},s,s.eventMap))})}const ni=({rec:t,index:e,tempMap:i,resolver:o,includesCtaType:s,isActive:l})=>{var r,d,a,v,u;const{schema:f}=mt();if(!t?.video)return null;let h=null;!((d=(r=t?.video)===null||r===void 0?void 0:r.bindProducts)===null||d===void 0)&&d.length?h="\u591A\u5546\u54C1CTA":!((a=t?.video)===null||a===void 0)&&a.bindProduct?h="\u5546\u54C1CTA":h=(u=(v=t?.video)===null||v===void 0?void 0:v.bindCta)===null||u===void 0?void 0:u.itemId;const m=i?.[h],y=n.useCallback(()=>{var S,x,p,w,b,T,k,g,O,_,A,c,M,C,E,I,L,N,j,z,B,D,F,X,W,q,se,te;if(!t?.video)return null;if(!(s&&!s?.includes((S=m?.item)===null||S===void 0?void 0:S.type))&&!(!s&&((x=m?.item)===null||x===void 0?void 0:x.category)==="cta")){if(((p=m?.item)===null||p===void 0?void 0:p.type)==="CommodityDiro"&&!(!((w=t?.video)===null||w===void 0)&&w.bindProduct)||((b=m?.item)===null||b===void 0?void 0:b.type)==="Commodity"&&!(!((T=t?.video)===null||T===void 0)&&T.bindProduct)||((k=m?.item)===null||k===void 0?void 0:k.type)==="CommodityDiroNew"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((O=m?.item)===null||O===void 0?void 0:O.type)==="MultiCommodity"&&!(!((A=(_=t?.video)===null||_===void 0?void 0:_.bindProducts)===null||A===void 0)&&A.length)||((c=m?.item)===null||c===void 0?void 0:c.type)==="MultiCommodityDiro"&&!(!((C=(M=t?.video)===null||M===void 0?void 0:M.bindProducts)===null||C===void 0)&&C.length)||((E=m?.item)===null||E===void 0?void 0:E.type)==="MultiCommodityDiroNew"&&!(!((L=(I=t?.video)===null||I===void 0?void 0:I.bindProducts)===null||L===void 0)&&L.length))return null;if(m&&o){const de=o[(N=m?.item)===null||N===void 0?void 0:N.type],ke=oi(de),ae=(j=de?.extend)===null||j===void 0?void 0:j.defaulSetting,Y=((D=(B=(z=m?.item)===null||z===void 0?void 0:z.event)===null||B===void 0?void 0:B.onClick)===null||D===void 0?void 0:D.linkType)==="externalLink";return n.createElement(ke,Object.assign({style:Object.assign(Object.assign(Object.assign({},ae?.style),(F=m?.item)===null||F===void 0?void 0:F.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},ae?.textStyle),(X=m?.item)===null||X===void 0?void 0:X.textStyle),bindDatas:(q=(W=m?.item)===null||W===void 0?void 0:W.bindDatas)!==null&&q!==void 0?q:[]},ae?.props,(se=m?.item)===null||se===void 0?void 0:se.props,{event:((te=m?.item)===null||te===void 0?void 0:te.event)||{},schema:f,id:m?.id,key:m?.id,recData:t,isExternalLink:Y,index:e,isActive:l}))}else return null}},[t,o,i,f,m?.id,l]);return n.createElement(n.Fragment,null,y())},Lo=({nudge:t})=>{var e,i,o,s,l,r;return n.createElement(n.Fragment,null,t?.isOpen&&n.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(o=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&o!==void 0?o:212,height:(l=(s=t?.size)===null||s===void 0?void 0:s.height)!==null&&l!==void 0?l:38,backgroundColor:t?.backgroundColor,borderRadius:(r=t?.borderRadius)!==null&&r!==void 0?r:4}},t?.icon?n.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,n.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:ge(t?.content,t?.textStyle)}})))},td=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:o,setRtcList:s,setCacheRtcList:l,setCacheActiveIndex:r,setLoading:d,swiperRef:a,waterFallData:v,bffEventReport:u,selectTag:f,setSelectTag:h}=Ce(),{backMainFeed:m}=Ze(),y=n.useMemo(()=>[Xt,...t],[t]),S=x=>()=>{if(x===f)return;x!=="FOR U"?u?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${x}']`}}):m("theme",x,f);let p;x!==Xt&&(p=x),d?.(!0),o?.({themeTag:p}).then(w=>{var b,T,k,g;ft.emit(st.CHANGE_THEME_TAG,p),s?.((b=w?.recList)!==null&&b!==void 0?b:[]),l?.((T=w?.recList)!==null&&T!==void 0?T:[]),e?.(0),r?.(0),(g=(k=a?.current)===null||k===void 0?void 0:k.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{d?.(!1)}),h?.(x)};return v||t.length<=0?null:n.createElement("div",{className:"clc-sxp-tagbar",style:i},n.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},y.map(x=>n.createElement("li",{className:`clc-sxp-tagbar-list-item ${x===f?"clc-sxp-tagbar-list-item-active":""}`,key:x,onClick:S(x)},x))))};var Bo=n.memo(td);const No=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:o=window.innerWidth,tempMap:s,resolver:l,data:r=[],ctaType:d,tipText:a,nudge:v,_schema:u,hashTagStyle:f,tagList:h=[],licenseUrl:m})=>{var y,S,x,p,w,b,T,k,g;const O=ut("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),_=ut("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:A}=mt(),[c,M]=n.useState(0),C=n.useRef(0),[E,I]=n.useState(!0),L=n.useRef(),[N,j]=n.useState(!1),[z,B]=n.useState(!1),[D,F]=n.useState(new Date().getTime()),X=n.useRef(!1),[W,q]=n.useState(2),{loadVideos:se,bffEventReport:te,loading:de,setPopupDetailData:ke,ctaEvent:ae,swiperRef:Y,waterFallData:K,setOpenHashtag:R,appDomain:ee,openHashtag:fe,loadingImage:Te,isFromHashtag:ne,popupDetailData:pe,bffFbReport:be,curTime:Pe,h5EnterLink:Ie,isShowConsent:Oe,selectTag:Me,isPreview:Z,isEditor:ve,cacheRtcList:Q,setRtcList:ue,cacheActiveIndex:Fe,rtcList:U,isNoMoreData:V}=Ce(),{backMainFeed:Le,productView:Xe,jumpToWeb:pt}=Ze(),Et=n.useMemo(()=>r.length>0&&!de&&($o()||t?.enableSwiperTip),[r,de,t?.enableSwiperTip]);n.useEffect(()=>{Hi()},[]),n.useEffect(()=>{if(r?.length>0){const P=new Date;L.current=P,be?.({eventName:"PageView"})}},[r?.length]);const ot=n.useCallback(()=>{if(Hi(),Ie?.(),r.length>0){const P=new Date;L.current=P,be?.({eventName:"PageView"})}},[r.length,be,Ie]);n.useEffect(()=>{var P;if(!d||d?.length<1)return;const re=r?.findIndex(ie=>{var J,he,ye,oe,ce,Ae,De,je,ze;const Ue=d?.[0];return Ue==="\u591A\u5546\u54C1CTA"?((J=ie?.video)===null||J===void 0?void 0:J.bindProducts)&&((ye=(he=ie?.video)===null||he===void 0?void 0:he.bindProducts)===null||ye===void 0?void 0:ye.length)>0:Ue==="\u5546\u54C1CTA"?(oe=ie?.video)===null||oe===void 0?void 0:oe.bindProduct:((Ae=(ce=ie?.video)===null||ce===void 0?void 0:ce.bindCta)===null||Ae===void 0?void 0:Ae.itemId)===Ue&&(((De=ie?.video)===null||De===void 0?void 0:De.url)||((ze=(je=ie?.video)===null||je===void 0?void 0:je.imgUrls)===null||ze===void 0?void 0:ze.length))})||0;re!==-1&&((P=Y?.current)===null||P===void 0||P.swiper.slideTo(re))},[r,d,Y]),n.useEffect(()=>{const P=r?.[c],re=()=>{var ie,J,he,ye,oe,ce,Ae,De,je,ze,Ue,Be,Qe,_e,He,at,Ke,yt,wt,It;const kt=!fe&&!Oe;if(document.visibilityState==="hidden"){kt&&(ft.emit(st.PAGE_DID_HIDE,P),Ve(P),dt(P));let Ne="";pe&&(!((J=(ie=P?.video)===null||ie===void 0?void 0:ie.bindProducts)===null||J===void 0)&&J.length||!((he=P?.video)===null||he===void 0)&&he.bindProduct)?Ne="pdpPage":pe&&((Ae=s?.[(ce=(oe=(ye=P?.video)===null||ye===void 0?void 0:ye.bindCta)===null||oe===void 0?void 0:oe.itemId)!==null&&ce!==void 0?ce:""].item)===null||Ae===void 0?void 0:Ae.type)==="Appoint"?Ne="formPage":ne?Ne="hashTagPage":!((De=P?.video)===null||De===void 0)&&De.url?Ne="videoPage":!((je=P?.video)===null||je===void 0)&&je.imgUrls&&(!((Ue=(ze=P?.video)===null||ze===void 0?void 0:ze.imgUrls)===null||Ue===void 0)&&Ue.length)?Ne="imagePage":P?.product&&(Ne="productPage"),te?.({eventInfo:{sessionDuration:Math.floor((new Date-Pe.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Be=P?.video)===null||Be===void 0?void 0:Be.itemId,productId:(Qe=P?.product)===null||Qe===void 0?void 0:Qe.itemId,position:c+"",fromKName:Ne,fromKPage:location?.href,ctatId:(at=(He=(_e=P?.video)===null||_e===void 0?void 0:_e.bindCta)===null||He===void 0?void 0:He.itemId)!==null&&at!==void 0?at:"",traceInfo:(It=(yt=(Ke=P?.video)===null||Ke===void 0?void 0:Ke.traceInfo)!==null&&yt!==void 0?yt:(wt=P?.product)===null||wt===void 0?void 0:wt.traceInfo)!==null&&It!==void 0?It:""}})}else document.visibilityState==="visible"&&(X.current===!0&&(F(new Date().getTime()),X.current=!1),ot(),kt&&(lt(c),ft.emit(st.PAGE_DID_SHOW,P),Le("external",Me)))};return document.addEventListener("visibilitychange",re),()=>{document.removeEventListener("visibilitychange",re)}},[c,te,r,ot,pe,ne,s,Pe,Le,fe,Oe,Me]);const nt=n.useMemo(()=>{let P=0;return h.length>0&&(P+=45,K&&(P-=45)),P},[h,K]),At=n.useMemo(()=>{let P=0;return t?.logoUrl&&t?.isShowLogo&&(P+=56),P},[]),H=n.useMemo(()=>i-At-nt,[t,i,nt]),G=n.useMemo(()=>{var P;const re=c===0&&!K&&!ve?[(P=r?.[0])!==null&&P!==void 0?P:null]:r?.map((ie,J)=>c===J||J-1===c||J+1===c?ie:null);return re?.length?!K&&!V?re.concat([{loading:!0}]):re:[]},[r,c,K,ve,V]),Se=n.useMemo(()=>{var P,re,ie,J;if(t?.logoUrl&&t?.isShowLogo){const he=(re=(P=t?.logoBar)===null||P===void 0?void 0:P.onClick)===null||re===void 0?void 0:re.value,ye=((J=(ie=t?.logoBar)===null||ie===void 0?void 0:ie.onClick)===null||J===void 0?void 0:J.linkType)==="externalLink",oe=G[c];return n.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},he&&{onClick:()=>{var ce,Ae,De,je;ye&&pt(oe,(ce=oe?.video)===null||ce===void 0?void 0:ce.bindProduct,(Ae=oe?.video)===null||Ae===void 0?void 0:Ae.bindCta,c,((De=oe?.product)===null||De===void 0?void 0:De.traceInfo)||((je=oe?.video)===null||je===void 0?void 0:je.traceInfo)),new Function(he)()}}),n.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,c,G]),Ee=n.useCallback((P,re)=>{var ie,J,he,ye;return!((ie=P?.video)===null||ie===void 0)&&ie.url?n.createElement(qr,{key:D,rec:P,index:re,muted:E,data:r,height:H,activeIndex:c,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((J=P?.video)===null||J===void 0)&&J.imgUrls?n.createElement(Rr,{key:P?.video.itemId,imgUrls:P?.video.imgUrls,width:o,height:H,rec:P,index:re,onReportViewImageEnd:Ve,onViewImageStartEvent:lt,imgUrlsPostConfig:t?.imgUrlsPost}):P.product&&Array.isArray(t?.productPost)&&((he=t?.productPost)===null||he===void 0?void 0:he.length)>0?(ye=t?.productPost)===null||ye===void 0?void 0:ye.map((oe,ce)=>{var Ae,De,je,ze,Ue,Be,Qe,_e;const He=l[(Ae=oe?.item)===null||Ae===void 0?void 0:Ae.type],at=oi(He),Ke=(De=He?.extend)===null||De===void 0?void 0:De.defaulSetting;return n.createElement(at,Object.assign({key:`${re}${ce}`,textStyle:Object.assign(Object.assign({},Ke?.textStyle),(je=oe?.item)===null||je===void 0?void 0:je.textStyle),bindDatas:(Ue=(ze=oe?.item)===null||ze===void 0?void 0:ze.bindDatas)!==null&&Ue!==void 0?Ue:[]},Ke?.props,(Be=oe?.item)===null||Be===void 0?void 0:Be.props,{event:((Qe=oe?.item)===null||Qe===void 0?void 0:Qe.event)||{},schema:A,id:oe?.id,viewTime:L.current,rec:P,isPost:!0,tipText:a,style:Object.assign(Object.assign(Object.assign({},Ke?.style),(_e=oe?.item)===null||_e===void 0?void 0:_e.style),{height:"100%",overflow:"auto"}),index:re}))}):null},[o,r,H,E,c,t?.productPost,t?.videoPlayIcon,L,a,l,A,D]),me=n.useCallback(P=>{B(P)},[]),le=n.useMemo(()=>z?{background:"linear-gradient( 180deg, rgba(129,129,129,0) 0%, rgba(121,121,121,0.5) 5%, #616161 100%)",paddingTop:20,paddingBottom:20}:{padding:"20px 0"},[z]),$=n.useCallback((P,re)=>{var ie,J,he,ye,oe,ce,Ae,De;return P?.video?n.createElement(n.Fragment,null,((ie=P?.video)===null||ie===void 0?void 0:ie.title)&&!z&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(J=t?.bottomInfoDist)!==null&&J!==void 0?J:40}px`}},n.createElement(Lo,{nudge:v}),t?.isShowCTA===void 0||t?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(ni,{rec:P,index:re,tempMap:s,resolver:l})):null,n.createElement("div",null,n.createElement(ii,{className:"clc-sxp-bottom-text",isPost:!0,foldText:a?.foldText,unfoldText:a?.unfoldText,text:(ye=(he=P?.video)===null||he===void 0?void 0:he.title)!==null&&ye!==void 0?ye:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:me}),n.createElement(ni,{rec:P,index:re,tempMap:s,resolver:l,includesCtaType:["AniLink"]}),n.createElement(Oo,{index:c,tags:(ce=(oe=P?.video)===null||oe===void 0?void 0:oe.hashTags)!==null&&ce!==void 0?ce:[],itemId:(Ae=P?.video)===null||Ae===void 0?void 0:Ae.itemId,itemType:!((De=P?.video)===null||De===void 0)&&De.itemId?"VIDEO":null,rec:P,hashTagStyle:f}))),n.createElement(ni,{rec:P,index:re,tempMap:s,resolver:l,includesCtaType:["AniLinkPopup"],isActive:re===c})):null},[e,c,s,l,a,v,f,t,me,z,le]),xe=n.useCallback((P,re,ie)=>{var J,he,ye,oe;if(!t?.isShowLike||!ie)return;let ce=(J=t?.likeIconY)!==null&&J!==void 0?J:400;return K&&ce<40&&(ce+=40),P?.video?n.createElement(Po,{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",[(he=t.likeIconXPosit)!==null&&he!==void 0?he:"right"]:(ye=t.likeIconX)!==null&&ye!==void 0?ye:0,[(oe=t.likeIconYPosit)!==null&&oe!==void 0?oe:"bottom"]:ce},position:re}):null},[t,K]),Ve=P=>{var re,ie,J,he,ye,oe;if(!(!((re=P?.video)===null||re===void 0)&&re.url)&&(!((ie=P?.video)===null||ie===void 0)&&ie.imgUrls)){const ce=Date.now(),Ae=(ce-C.current)/1e3;te?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(he=(J=P?.video)===null||J===void 0?void 0:J.itemId)!==null&&he!==void 0?he:"",contentName:(ye=P?.video.title)!==null&&ye!==void 0?ye:"",imageEndTime:`${ce}`,playDuration:`${Ae}`,contentTags:JSON.stringify((oe=P?.video.tags)!==null&&oe!==void 0?oe:[]),position:c+"",contentFormat:"image",traceInfo:P?.video.traceInfo}})}},Je=(P,re)=>{var ie,J,he,ye,oe,ce,Ae,De,je,ze,Ue,Be,Qe,_e,He,at,Ke,yt,wt;if(Z||K)return;const It=new Date-Pe.current;if(t?.openSlideSkip&&It>=((ie=t?.slideSkipStartTime)!==null&&ie!==void 0?ie:0)&&en()&&P){const kt=((ye=(he=(J=P?.video)===null||J===void 0?void 0:J.bindProducts)===null||he===void 0?void 0:he[0])===null||ye===void 0?void 0:ye.link)||((ce=(oe=P?.video)===null||oe===void 0?void 0:oe.bindProduct)===null||ce===void 0?void 0:ce.link)||((Ae=P?.product)===null||Ae===void 0?void 0:Ae.link),Ne=P?.product||((De=P?.video)===null||De===void 0?void 0:De.bindProduct)||((ze=(je=P?.video)===null||je===void 0?void 0:je.bindProducts)===null||ze===void 0?void 0:ze[0]);kt&&(te?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Ue=Ne?.itemId)!==null&&Ue!==void 0?Ue:"",productName:(Be=Ne?.title)!==null&&Be!==void 0?Be:"",price:Ne?.price?Ne?.price+"":"0",productCollection:(Qe=Ne?.collection)!==null&&Qe!==void 0?Qe:"",contentTags:Ne?.tags?JSON.stringify(Ne?.tags):"",position:re+"",contentId:(He=(_e=P?.video)===null||_e===void 0?void 0:_e.itemId)!==null&&He!==void 0?He:"",traceInfo:(wt=(Ke=(at=P?.video)===null||at===void 0?void 0:at.traceInfo)!==null&&Ke!==void 0?Ke:(yt=P?.product)===null||yt===void 0?void 0:yt.traceInfo)!==null&&wt!==void 0?wt:""}}),X.current=!0,window.location.href=window.getJointUtmLink(kt))}},Ye=P=>{var re,ie,J,he,ye,oe,ce,Ae,De,je,ze,Ue,Be,Qe;const _e=r[P.previousIndex];if(!_e)return;P.previousIndex-P.activeIndex<0?(te?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(ie=(re=_e?.video)===null||re===void 0?void 0:re.itemId)!==null&&ie!==void 0?ie:"",productId:(he=(J=_e?.product)===null||J===void 0?void 0:J.itemId)!==null&&he!==void 0?he:"",requestId:null,traceInfo:(oe=(ye=_e?.video)===null||ye===void 0?void 0:ye.traceInfo)!==null&&oe!==void 0?oe:""}}),Ve(_e),Je(_e,P.previousIndex)):(te?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(Ae=(ce=_e?.video)===null||ce===void 0?void 0:ce.itemId)!==null&&Ae!==void 0?Ae:"",productId:(je=(De=_e.product)===null||De===void 0?void 0:De.itemId)!==null&&je!==void 0?je:"",requestId:null,traceInfo:(Ue=(ze=_e?.video)===null||ze===void 0?void 0:ze.traceInfo)!==null&&Ue!==void 0?Ue:""}}),Ve(_e)),dt(_e);const He=r[P.activeIndex];!(!((Be=He?.video)===null||Be===void 0)&&Be.url)&&!(!((Qe=He?.video)===null||Qe===void 0)&&Qe.imgUrls)&&He?.product&&be?.({eventName:"ProductView"}),L.current=new Date},dt=P=>{var re,ie,J;!(!((re=P?.video)===null||re===void 0)&&re.url)&&!(!((ie=P?.video)===null||ie===void 0)&&ie.imgUrls)&&P?.product&&Xe(P,P.product,(J=P?.product)===null||J===void 0?void 0:J.bindCta,L.current,c)};n.useEffect(()=>{const P=r[c];fe?dt(P):L.current=new Date},[fe,r,c]);const lt=P=>{var re,ie,J,he,ye,oe;const ce=r[P];if(!(!((re=ce?.video)===null||re===void 0)&&re.url)&&(!((ie=ce?.video)===null||ie===void 0)&&ie.imgUrls)){const Ae=Date.now();C.current=Ae,te?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(he=(J=ce?.video)===null||J===void 0?void 0:J.itemId)!==null&&he!==void 0?he:"",contentName:(ye=ce?.video.title)!==null&&ye!==void 0?ye:"",imageStartTime:`${Ae}`,contentTags:JSON.stringify((oe=ce?.video.tags)!==null&&oe!==void 0?oe:[]),position:P+"",contentFormat:"image",traceInfo:ce?.video.traceInfo}}),be?.({eventName:"ViewContent"})}},bt=n.useCallback(P=>{var re,ie,J,he,ye,oe;if(P)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&n.createElement(Do,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((ie=(re=G?.[c])===null||re===void 0?void 0:re.video)===null||ie===void 0)&&ie.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(J=t?.muteIconXPosit)!==null&&J!==void 0?J:"right"]:(he=t?.muteIconX)!==null&&he!==void 0?he:0,[(ye=t?.muteIconYPosit)!==null&&ye!==void 0?ye:"bottom"]:(oe=t?.muteIconY)!==null&&oe!==void 0?oe:23},defaultValue:E,activeIcon:t?.unMuteIcon?t?.unMuteIcon:O,unactiveIcon:t?.muteIcon?t?.muteIcon:_,onChange:I})},[t,G,c,E]),Ct=n.useMemo(()=>de?n.createElement("div",{style:{height:H,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:Te,alt:"loading...",style:{objectFit:"contain"}})):G?.map((P,re)=>n.createElement(gt,{key:re,virtualIndex:re,style:{overflow:"hidden"}},P&&n.createElement(n.Fragment,null,P?.loading?n.createElement("div",{style:{height:H,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},n.createElement("img",{width:64,height:64,src:Te,alt:"loading...",style:{objectFit:"contain"}})):n.createElement(n.Fragment,null,xe(P,re,!t?.likeIconFixed),bt(!t?.muteIconFixed),$(P,re),Ee(P,re))))),[o,r,H,de,$,Ee,G,Te,D,bt]);return n.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},K&&n.createElement(Ao,{icon:ed,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(w=(p=(x=(S=(y=t?.hashTag)===null||y===void 0?void 0:y[0])===null||S===void 0?void 0:S.item)===null||x===void 0?void 0:x.props)===null||p===void 0?void 0:p.textStyles)===null||w===void 0?void 0:w.hashTagTitle),{color:"#fff"}),onClose:()=>{!Ge.isEqual(U,Q)&&Q&&Q?.length&&ue?.(Q),R?.(!0)}}),Se,n.createElement(Bo,{tagList:h,setActiveIndex:M,style:{top:At}}),Et?n.createElement(Zr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((b=t?.swipeTipOffset)!==null&&b!==void 0?b:0)}%`},duration:t?.swiperTipAniDur}):null,n.createElement(Lt,{style:{marginTop:nt},ref:Y,onSlideChange:()=>{Y.current.swiper.allowTouchMove=!1,setTimeout(()=>{Y.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:P=>{M(P.activeIndex),!fe&&(Ye(P),!(K||ve)&&P?.activeIndex+1>=r?.length&&(N||(j(!0),se?.(W).then(re=>{var ie;j(!1),re&&((ie=re?.recList)===null||ie===void 0?void 0:ie.length)>0&&q(W+1)}))))},direction:"vertical",height:H},xe(G[c],c,!!t?.likeIconFixed),bt(!!t?.muteIconFixed),Ct),n.createElement(Io,Object.assign({},(g=(k=(T=t?.hashTag)===null||T===void 0?void 0:T[0])===null||k===void 0?void 0:k.item)===null||g===void 0?void 0:g.props)))},id=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:o,rec:s,index:l})=>n.createElement(Lt,{defaultValue:0,direction:"horizontal",modules:[Rt,$t],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(r=>n.createElement(gt,{key:r},n.createElement(Mo,{src:r,height:i,imgUrlsPostConfig:o}))));var od=n.memo(id);const nd=({rec:t,index:e,height:i,data:o,muted:s,activeIndex:l,videoPostConfig:r,width:d})=>{const[a,v]=n.useState(!1),u=n.useRef(null),{bffEventReport:f,sxpParameter:h,waterFallData:m,openHashtag:y}=Ce(),S=n.useRef(0),[x,p]=n.useState(!1),[w,b]=n.useState(!0),T=n.useRef(null),[k,g]=n.useState("");n.useEffect(()=>{u.current&&(u.current.muted=s)},[s]);const O=n.useCallback(()=>{var B;(B=u.current)===null||B===void 0||B.play()},[]),_=ut("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),A=n.useCallback(()=>{var B,D,F,X,W,q,se,te,de,ke,ae,Y,K;v(!1);const R=o[e];if(R&&(!((B=u?.current)===null||B===void 0)&&B.duration)){S.current=((D=u?.current)===null||D===void 0?void 0:D.currentTime)||0;const ee=((X=(F=u.current)===null||F===void 0?void 0:F.duration)!==null&&X!==void 0?X:0).toFixed(2),fe=((q=(W=u.current)===null||W===void 0?void 0:W.currentTime)!==null&&q!==void 0?q:0).toFixed(2),Te=w?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(te=(se=R?.video)===null||se===void 0?void 0:se.itemId)!==null&&te!==void 0?te:"",contentName:(ke=(de=R?.video)===null||de===void 0?void 0:de.title)!==null&&ke!==void 0?ke:"",playType:Te,startTime:fe,videoDuration:ee,contentTags:JSON.stringify((Y=(ae=R?.video)===null||ae===void 0?void 0:ae.tags)!==null&&Y!==void 0?Y:[]),position:e+"",contentFormat:"video",traceInfo:(K=R?.video)===null||K===void 0?void 0:K.traceInfo}}),b(!1)}},[f,o,e,w]),c=n.useCallback(()=>{p(!0)},[]),M=n.useCallback(B=>()=>{var D,F,X,W,q;if(!x)return;const se=(D=u.current)===null||D===void 0?void 0:D.paused;switch(B){case"start":if(!se)return;(F=u.current)===null||F===void 0||F.play(),v(!1);break;case"pause":if(se)return;(X=u.current)===null||X===void 0||X.pause(),v(!0);break;default:se?(W=u.current)===null||W===void 0||W.play():(q=u.current)===null||q===void 0||q.pause(),v(!se);break}},[x]),C=n.useCallback(()=>{var B,D,F,X,W,q,se,te,de,ke,ae,Y,K;const R=o[e],ee=((D=(B=u.current)===null||B===void 0?void 0:B.duration)!==null&&D!==void 0?D:0).toFixed(2),fe=((X=(F=u.current)===null||F===void 0?void 0:F.currentTime)!==null&&X!==void 0?X:0).toFixed(2);if(!((W=u?.current)===null||W===void 0)&&W.duration){const Te=(((q=u?.current)===null||q===void 0?void 0:q.currentTime)-S.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(te=(se=R?.video)===null||se===void 0?void 0:se.itemId)!==null&&te!==void 0?te:"",contentName:(ke=(de=R?.video)===null||de===void 0?void 0:de.title)!==null&&ke!==void 0?ke:"",endTime:fe,videoDuration:ee,playDuration:Te,contentTags:JSON.stringify((Y=(ae=R?.video)===null||ae===void 0?void 0:ae.tags)!==null&&Y!==void 0?Y:[]),position:e+"",contentFormat:"video",traceInfo:(K=R?.video)===null||K===void 0?void 0:K.traceInfo}})}},[o,e,f]),E=n.useMemo(()=>r?.mode==="2",[r]),I=n.useMemo(()=>{var B;return r?.mode==="2"?`translateY(-${50+((B=r?.offsetTop)!==null&&B!==void 0?B:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[r]),L=n.useMemo(()=>{var B;return((B=t?.video)===null||B===void 0?void 0:B.cover)||k},[k,t]),N=n.useCallback(()=>{if(!T||!u||!u.current||!T.current)return;const B=u?.current,D=T?.current,F=D.getContext("2d"),X=window?.innerWidth,W=window?.innerHeight;D.height=W,D.width=X,F?.drawImage(B,0,0,D.width,D.height),g(D.toDataURL())},[]);n.useEffect(()=>{var B,D,F,X;if(u.current){if(v(!1),!u.current.src){const W=t?.video.url;if(W.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const q=new window.Hls;q.loadSource(W),q.attachMedia(u.current)}else u.current.canPlayType("application/vnd.apple.mpegurl"),u.current.src=W;else u.current.src=W;u.current.setAttribute("x5-playsinline","true"),u.current.setAttribute("webkit-playsinline","true")}return(B=u.current)===null||B===void 0||B.addEventListener("loadedmetadata",c),(D=u.current)===null||D===void 0||D.addEventListener("canplay",c),(F=u.current)===null||F===void 0||F.addEventListener("playing",A),(X=u.current)===null||X===void 0||X.addEventListener("loadeddata",N),()=>{var W,q,se,te;(W=u.current)===null||W===void 0||W.removeEventListener("loadedmetadata",c),(q=u.current)===null||q===void 0||q.removeEventListener("canplay",c),(se=u.current)===null||se===void 0||se.removeEventListener("playing",A),(te=u.current)===null||te===void 0||te.removeEventListener("loadeddata",N)}}},[c,A,t?.video,N]);const j=n.useMemo(()=>!h?.placeholder_image||x?null:n.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"video poster"}),[x,h?.placeholder_image]);n.useEffect(()=>{const B=()=>{var D,F;l===e&&(!((D=t?.video)===null||D===void 0)&&D.url)&&(!((F=u?.current)===null||F===void 0)&&F.src)&&!a&&M("pause")()};return window.addEventListener("beforeunload",B),()=>{window.removeEventListener("beforeunload",B)}},[l,e,t,u,M,a]);const z=n.useMemo(()=>E?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[E]);return t?.video?n.createElement(n.Fragment,null,E?n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},n.createElement(it,{src:L,style:Object.assign({height:i,width:d,objectFit:"cover"},z)}),n.createElement("canvas",{ref:T,style:{display:"none"}}),n.createElement("div",{style:{position:"absolute",width:d,height:i,top:"50%",transform:I,left:0,right:0}},n.createElement("div",{style:{position:"relative",width:d,height:"100%"}},n.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:u,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:O,style:{width:"100%",height:i,objectFit:"contain"}}),n.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:_,alt:"video pause image"}))),j):n.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},n.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:u,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:C,onEnded:O}),j,n.createElement("img",{hidden:!a,className:"clc-pb-video-pause",src:_,alt:"video pause image"}))):null};var ld=n.memo(nd);const ki={};Object.values(Ci).forEach(t=>{ki[t.extend.type]=t});const sd="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",rd="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",dd=({data:t=[],globalConfig:e,tipText:i,nudge:o,tempMap:s,descStyle:l,hashTagStyle:r,containerHeight:d=664,containerWidth:a=375,appDomain:v,tagList:u=[]})=>{const f=n.useMemo(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),u.length>0&&(g+=45),d-g},[e,d,u]),h=(g,O)=>{var _,A,c,M;if(!((_=g?.video)===null||_===void 0)&&_.url)return n.createElement(ld,{rec:g,index:O,muted:!0,width:a,data:t??[],height:f,activeIndex:O,videoPostConfig:e?.videoPost});if(!((A=g?.video)===null||A===void 0)&&A.imgUrls)return n.createElement(od,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:a,height:f,rec:g,index:O,imgUrlsPostConfig:e?.imgUrlsPost});if(g.product&&g.product&&Array.isArray(e?.productPost)&&((c=e?.productPost)===null||c===void 0?void 0:c.length)>0)return(M=e?.productPost)===null||M===void 0?void 0:M.map((C,E)=>{var I,L,N,j,z,B,D,F;const X=ki[(I=C?.item)===null||I===void 0?void 0:I.type],W=oi(X),q=(L=X?.extend)===null||L===void 0?void 0:L.defaulSetting;return n.createElement(W,Object.assign({key:`${O}${E}`,textStyle:Object.assign(Object.assign({},q?.textStyle),(N=C?.item)===null||N===void 0?void 0:N.textStyle),bindDatas:(z=(j=C?.item)===null||j===void 0?void 0:j.bindDatas)!==null&&z!==void 0?z:[]},q?.props,(B=C?.item)===null||B===void 0?void 0:B.props,{event:((D=C?.item)===null||D===void 0?void 0:D.event)||{},id:C?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},q?.style),(F=C?.item)===null||F===void 0?void 0:F.style),{width:a,height:f,overflow:"auto"}),index:O}))})},m=n.useMemo(()=>e?.logoUrl&&e?.isShowLogo?n.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},n.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),y=(g,O)=>e?.isShowCTA===void 0||e?.isShowCTA?n.createElement("div",{className:"clc-sxp-bottom-card"},n.createElement(ni,{rec:g,index:O,tempMap:s,resolver:ki})):null,S=(g,O)=>{var _,A,c,M,C,E,I;return g?.video?n.createElement(n.Fragment,null,((_=g?.video)===null||_===void 0?void 0:_.title)&&n.createElement("div",{className:"clc-sxp-bottom-shadow"}),n.createElement("div",{className:"clc-sxp-bottom"},n.createElement(Lo,{nudge:o}),y(g,O),n.createElement("div",null,n.createElement(ii,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(A=g?.video)===null||A===void 0?void 0:A.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},l),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),n.createElement(Oo,{index:O,tags:(C=(M=g?.video)===null||M===void 0?void 0:M.hashTags)!==null&&C!==void 0?C:[],itemId:(E=g?.video)===null||E===void 0?void 0:E.itemId,itemType:!((I=g?.video)===null||I===void 0)&&I.itemId?"VIDEO":null,rec:g,hashTagStyle:r}))):null},x=ut(rd,v),p=ut(sd,v),w=(g,O)=>{var _,A,c,M;if(!e?.isShowLike)return;let C=(_=e?.likeIconY)!==null&&_!==void 0?_:400;return C<40&&(C+=40),g?.video?n.createElement(Po,{key:g.position,activeIcon:(A=e?.likeIcon)!==null&&A!==void 0?A:x,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:p,position:O,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:C,right:(M=e?.likeIconX)!==null&&M!==void 0?M:0}}):null},b=ut("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),T=ut("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),k=(g,O)=>{var _,A,c,M;return n.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},m,n.createElement(Bo,{tagList:u}),n.createElement(Do,{style:{position:"absolute",right:(_=e?.muteIconX)!==null&&_!==void 0?_:0,visibility:!((c=(A=t?.[O])===null||A===void 0?void 0:A.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(M=e?.muteIconY)!==null&&M!==void 0?M:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:T}),h(g,O),S(g,O),w(g,O))};return n.createElement("div",{className:we.css({width:"100%",height:d,display:"flex",boxSizing:"border-box",gap:16,pointerEvents:"none",userSelect:"none",transform:"scale(0.7) translateX(-22%) translateY(-140px)"})},t?.map((g,O)=>k(g,O)))};var ad=n.memo(dd);const ud=()=>{const{schema:t,resolver:e,popup:i}=mt(),{setPopupDetailData:o,popupDetailData:s,popupCurTimeRef:l,checkCommodityIndexRef:r}=Ce(),{productView:d}=Ze(),[a,v]=n.useState();n.useEffect(()=>{const m=()=>{l.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),n.useEffect(()=>{i&&i?.id&&i?.id!==""&&(l.current=new Date,v(i))},[i]);const u=n.useMemo(()=>{var m,y,S,x;const p=(S=(y=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||y===void 0?void 0:y.popupList)===null||S===void 0?void 0:S.find((w,b)=>{if(w?.id===i?.id)return w});return p!==-1&&((x=p?.item)===null||x===void 0?void 0:x.type)==="Iframe"},[i,t]),f=()=>{var m,y,S,x,p,w,b,T,k,g,O,_,A,c,M,C,E,I;if(!i||i?.id===""||!a||new Date-l.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;v(Object.assign(Object.assign({},i),{id:""}));const L=(x=(S=(y=t?.sxpPageConf)===null||y===void 0?void 0:y.globalConfig)===null||S===void 0?void 0:S.popupList)===null||x===void 0?void 0:x.find(N=>N?.id===i?.id);if(((p=L?.item)===null||p===void 0?void 0:p.type)==="CommodityDetail"||((w=L?.item)===null||w===void 0?void 0:w.type)==="CommodityDetailDiroNew"){const N=s;let j=(T=(b=N?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&T!==void 0?T:(g=(k=N?.video)===null||k===void 0?void 0:k.bindProducts)===null||g===void 0?void 0:g[0],z=(A=(_=(O=N?.video)===null||O===void 0?void 0:O.bindProduct)===null||_===void 0?void 0:_.bindCta)!==null&&A!==void 0?A:(C=(M=(c=N?.video)===null||c===void 0?void 0:c.bindProducts)===null||M===void 0?void 0:M[0])===null||C===void 0?void 0:C.bindCta;if(r?.current>=0){const B=(I=(E=N?.video)===null||E===void 0?void 0:E.bindProducts)===null||I===void 0?void 0:I[r?.current];B&&(j=B,z=B?.bindCta)}j&&z&&d(N,j,z,l.current,s?.index)}setTimeout(()=>{window?.sxpPopup(""),o?.(null),r.current=-1},i?.duration)},h=n.useMemo(()=>{var m,y,S;return(S=(y=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||y===void 0?void 0:y.popupList)===null||S===void 0?void 0:S.map((x,p)=>{var w,b,T,k,g,O,_,A,c,M,C,E,I,L;if(x?.id===i?.id){const N=e[(w=x?.item)===null||w===void 0?void 0:w.type],j=oi(N),z=((k=(T=(b=x?.item)===null||b===void 0?void 0:b.event)===null||T===void 0?void 0:T.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink",B=((_=(O=(g=x?.item)===null||g===void 0?void 0:g.event)===null||O===void 0?void 0:O.onClick)===null||_===void 0?void 0:_.linkType)==="popup",D=(A=N?.extend)===null||A===void 0?void 0:A.defaulSetting;return n.createElement(j,Object.assign({key:p,style:Object.assign(Object.assign(Object.assign({},D?.style),(c=x?.item)===null||c===void 0?void 0:c.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},D?.textStyle),(M=x?.item)===null||M===void 0?void 0:M.textStyle),bindDatas:(E=(C=x?.item)===null||C===void 0?void 0:C.bindDatas)!==null&&E!==void 0?E:[]},D?.props,(I=x?.item)===null||I===void 0?void 0:I.props,{event:((L=x?.item)===null||L===void 0?void 0:L.event)||{},schema:t,id:x?.id,isExternalLink:z,isPopup:B,onClose:f}))}else return n.createElement(n.Fragment,null)})},[t,i,e,f]);return n.createElement(jt,{popup:a,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:u},h)},_i={};Object.values(Ci).forEach(t=>{_i[t.extend.type]=t});const cd=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:o=20,loadingImage:s,appDomain:l,licenseUrl:r,enabledMetaConversionApi:d})=>{var a,v,u,f,h,m,y,S,x,p,w;const b=n.useMemo(()=>{var T;return location?.search?(T=location?.search)===null||T===void 0?void 0:T.replace("?",""):""},[]);return n.createElement(Ri,{resolver:_i,enableDataSource:!1,schema:t?.data,utmVal:b},n.createElement(qi,{utmVal:b,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(v=(a=t?.sxp_parameter)===null||a===void 0?void 0:a.personalized_recommend)!==null&&v!==void 0?v:e,defaultSize:(f=(u=t?.sxp_parameter)===null||u===void 0?void 0:u.default_recommend)!==null&&f!==void 0?f:i,hashTagSize:(m=(h=t?.sxp_parameter)===null||h===void 0?void 0:h.hash_tag_size)!==null&&m!==void 0?m:o,loadingImage:s,appDomain:l,enabledMetaConversionApi:d,isShowTag:(x=(S=(y=t?.data)===null||y===void 0?void 0:y.sxpPageConf)===null||S===void 0?void 0:S.globalConfig)===null||x===void 0?void 0:x.isShowTag,globalConfig:(w=(p=t?.data)===null||p===void 0?void 0:p.sxpPageConf)===null||w===void 0?void 0:w.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:T,tagList:k})=>{var g;return n.createElement(n.Fragment,null,n.createElement(No,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:k,data:T,resolver:_i,licenseUrl:r})),n.createElement(ud,null))}}))};var vd=n.memo(cd);const Fo=n.createContext({}),pd=({children:t,data:e})=>{var i,o,s,l,r,d,a,v,u,f,h,m,y;const[S,x]=n.useState(!1),[p,w]=n.useState(!1);return n.createElement(Fo.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.default_recommend,personalizedRecommend:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.personalized_recommend,placeholderImage:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.placeholder_image,hashTagSize:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.hash_tag_size,loadingImage:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.loading_image,privacyContent:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.privacy_context,privacyNecessity:(v=e?.sxp_parameter)===null||v===void 0?void 0:v.privacy_necessity,privacyPolicyTitle:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(h=e?.sxp_parameter)===null||h===void 0?void 0:h.privacy_title,template:(m=e?.sxp_parameter)===null||m===void 0?void 0:m.template,industry:(y=e?.sxp_parameter)===null||y===void 0?void 0:y.industry},appDomain:e?.appDomain,openHashtag:S,setOpenHashtag:x,openConsent:p,setOpenConsent:w,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter}},t)};function md(){return n.useContext(Fo)}We.DiyPortalPreview=ad,We.EditorDataProvider=pd,We.Modal=jt,We.SxpDataSourceProvider=qi,We.SxpPageCore=vd,We.SxpPageRender=No,We.core=dn,We.default=Ko,We.materials=Ci,We.useEditorDataProvider=md,Object.defineProperty(We,"__esModule",{value:!0})});
7
7
  //# sourceMappingURL=pb-ui.min.js.map