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/index.min.js CHANGED
@@ -1,7 +1,7 @@
1
- import{isEmpty as Ut,isEqual as Hi,cloneDeep as $t,debounce as hi,throttle as Wt,get as Gi}from"lodash";import{v4 as Qo}from"uuid";import $o from"pako";import p,{useContext as Yt,useMemo as ve,memo as _e,useEffect as ge,createContext as Xt,useState as Y,useRef as fe,useCallback as ye,forwardRef as ei,useImperativeHandle as Ui,useLayoutEffect as en}from"react";import gi from"qs";import tn from"eventemitter3";import{css as Ee}from"@emotion/css";import*as Wi from"react-dom";import on from"react-dom";function Ze(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 l=0,o=Object.getOwnPropertySymbols(t);l<o.length;l++)e.indexOf(o[l])<0&&Object.prototype.propertyIsEnumerable.call(t,o[l])&&(i[o[l]]=t[o[l]]);return i}function at(t,e,i,o){function l(n){return n instanceof i?n:new i(function(a){a(n)})}return new(i||(i=Promise))(function(n,a){function d(s){try{v(o.next(s))}catch(f){a(f)}}function r(s){try{v(o.throw(s))}catch(f){a(f)}}function v(s){s.done?n(s.value):l(s.value).then(d,r)}v((o=o.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const nn=/:\w+/g;var Yi=(t,e)=>at(void 0,void 0,void 0,function*(){const i={},o={};for(let l=0;l<e?.length;l++){const{id:n,method:a,url:d,urlParams:r,name:v,queryString:s,headers:f,body:h}=e[l];let m=d;r&&Object.entries(r).forEach(([S,A])=>{m=m.replace(nn,E=>E===S?A:E)}),s&&(m+=s),o[n]=v;try{const S=yield fetch(m,{method:a,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(A=>A.json());i[n]=S}catch(S){console.error("DataSource request error: ",S),i[n]={}}}return{$store:i,idMapName:o}});const Xi="SXP_TOKEN_INFO",ln=(t,e)=>at(void 0,void 0,void 0,function*(){var i;const o=t.getTenantId(),l=t.getAppId(),n=t.getApiUrl(),a=window.localStorage.getItem(Xi);let d=JSON.parse(a||"{}");if(Date.now()>((i=d?.expireTime)!==null&&i!==void 0?i:0)){const v=yield fetch(`${n}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":o||"","x-app-id":l||""}}).then(s=>s.json());if(v.success){const s=v.data;d=Object.assign(Object.assign({},s),{expireTime:Date.now()+s.expire*1e3}),window.localStorage.setItem(Xi,JSON.stringify(d))}}return d});function ti(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];let l;if(e=e||i.length,t)for(l=0;l<t;l++)o[l]=i[0|Math.random()*e];else{let n;for(o[8]=o[13]=o[18]=o[23]="-",o[14]="4",l=0;l<36;l++)o[l]||(n=0|Math.random()*16,o[l]=i[l===19?n&3|8:n])}return o.join("")}const an=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o=i.length;let l=0;for(;l<t;)e+=i.charAt(Math.floor(Math.random()*o)),l+=1;return e},dn=()=>{const t=Qo();return t?.replaceAll?t.replaceAll("-",""):an(32)},xe=(t,e)=>{if(!t)return"";let i="";const o=e?.["fontFamily-cn"],l=e?.["fontFamily-en"];if(!o&&!l)return t;let n=t;const a=/[\u4e00-\u9fa5]/g,d=/[^\u4e00-\u9fa5]/g,r=`font-family:${o??"inherit"}`,v=`font-family:${l??"inherit"}`,s=h=>{let m=h.search(a),S=h.search(d);return m!==-1&&S!==-1&&m<S&&(i+=`<span style="${r}">${h.substring(m,S)}</span>`,n=h.substring(S,h?.length)),m!==-1&&S!==-1&&m>S&&(i+=`<span style="${v}">${h.substring(S,m)}</span>`,n=h.substring(m,h?.length)),m===-1?(i+=`<span style="${v}">${h.substring(S,h?.length)}</span>`,n="",!1):S===-1?(i+=`<span style="${r}">${h.substring(m,h?.length)}</span>`,n="",!1):!0};let f=!0;for(;f;)f=s(n);return i};function Ji(){var t,e,i,o,l,n,a;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 ${(l=/chrome\/([\d\.]+)/i.exec(d))===null||l===void 0?void 0:l[1]}`:/firefox/i.test(d)?`Firefox ${(n=/firefox\/([\d\.]+)/i.exec(d))===null||n===void 0?void 0:n[1]}`:/safari/i.test(d)?`Safari ${(a=/version\/([\d\.]+)/i.exec(d))===null||a===void 0?void 0:a[1]}`:null:null}function qi(){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 Ki(){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 Zi(t){const i=document.cookie.split(";");let o=null;return i.forEach(l=>{const[n,a]=l.trim().split("=");n===t&&(o=a)}),o??""}function Qi(t){const i=atob(t).split("").map(function(n){return n.charCodeAt(0)}),o=new Uint8Array(i),l=$o.inflate(o,{to:"string"});return JSON.parse(l)}let bi=null;const rn={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class sn{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,bi)return bi;bi=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?rn[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let dt=null;const cn={init:({appId:t,tenantId:e,env:i="live",apiUrl:o})=>{dt||(dt=new sn),o&&dt.setApiUrl(o),dt.setAppId(t),dt.setTenantId(e),dt.setEnv(i)},getDetail:t=>{if(!dt)return;const e=dt.getTenantId(),i=dt.getAppId(),o=dt.getApiUrl();return fetch(`${o}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>at(void 0,void 0,void 0,function*(){var n,a;const d=yield l.json(),r=Qi((n=d?.data)===null||n===void 0?void 0:n.data);if(r){const{$store:v}=yield Yi(o,(a=r?.dataSource)!==null&&a!==void 0?a:[]);d.data.data=r,Object.assign(d.data.data,{__STORE__:v})}return d}))},getSxpDetailByPageId:t=>at(void 0,void 0,void 0,function*(){if(!dt)return;const e=dt.getTenantId(),i=dt.getAppId(),o=dt.getApiUrl();return fetch(`${o}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>at(void 0,void 0,void 0,function*(){var n;const a=yield l.json();if(!a.success)return;const d=Qi((n=a?.data)===null||n===void 0?void 0:n.data);return a.data.data=d,a.data}))}),getSxpRecommendVideoData:t=>at(void 0,void 0,void 0,function*(){if(!dt)return;const e=yield ln(dt,t),i=ti(0,0);let o=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Ut(o)&&(o=ti(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",o));const l=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:o,channel:e.channel,maxRecs:10,requestId:i})}).then(n=>n.json());return l?.data||null})};function Tt(){return Yt(uo)}function un(){return Yt(co)}const yi="feRealSessionIdKey",$i=()=>{const t=dn();return`${Date.now()}${t}`},vn=()=>{let t=pn();return t||(t=$i(),window.sessionStorage.setItem(yi,t)),t},eo=()=>{const t=$i();window.sessionStorage.setItem(yi,t)},pn=()=>window.sessionStorage.getItem(yi),to="SXP_FAKE_USER_ID",io="FAKE_USER_STATE",oo="AGREE_POLICY",no="SLIDE_SKIP_STATE",lo=()=>{let t=window.localStorage.getItem(to);return Ut(t)&&(t=ti(36,62),window.localStorage.setItem(to,t)),t},mn=()=>{const t=window.localStorage.getItem(io);return Ut(t)&&window.localStorage.setItem(io,"true"),Ut(t)},fn=()=>{const t=window.localStorage.getItem(no);return Ut(t)},hn=()=>{window.localStorage.setItem(no,"true")};function gt(t,e){const{appDomain:i}=Me();return ve(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const At=new tn;var ut;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(ut||(ut={}));const gn=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:o,privacy_policy_url:l,privacy_policy_title:n})=>{const{setIsAgreePolicy:a,bffEventReport:d}=Me(),r=ve(()=>{const f=location.search.slice(1),h=gi.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=r[f])!==null&&h!==void 0?h:null};ge(()=>{d?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:v("utm_source"),utmMedium:v("utm_medium"),utmCampaign:v("utm_campaign"),utmId:v("utm_id"),utmContent:v("utm_content"),clSource:v("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const s=()=>{d?.({eventInfo:{eventSubject:"userConsent",eventDescription:"\u7528\u6237\u6388\u6743\u3010\u64CD\u4F5C\u7ED3\u679C\u3011",consentResult:"0",consentTags:'["\u7CFB\u7EDF\u8FD0\u8425"]',rtc:null,requestId:null,sessionID:null}}),a?.(!0),window.localStorage.setItem(oo,"yes")};return p.createElement("div",{className:"consent-bg"},p.createElement("div",{className:"consent"},p.createElement("div",{className:"consent-col"},p.createElement("div",{className:"consent-title"},i??"Privacy Policy"),p.createElement("div",{className:"consent-content"},o??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),p.createElement("div",{className:"consent-col"},p.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:s},"Agree"),p.createElement("a",{className:"consent-policy",target:"_blank",href:l?`https://${l}`:void 0},n??"More information"))))};var bn=_e(gn);const ao=Xt({rtcList:[],tagList:[]});var wi;(function(t){t[t.BFF=5]="BFF"})(wi||(wi={}));const ii="FOR U",yn=({render:t,dataSources:e,utmVal:i,enableReportEvent:o=!0,maxSize:l,defaultSize:n,isPreview:a=!1,sxpParameter:d,appDomain:r,hashTagSize:v,loadingImage:s,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:m,consentWidth:S,isShowTag:A=!0,isOpenConsent:E=!1,globalConfig:u,isEditor:w=!1,utmParameter:b,channelQueryList:T})=>{var D,g,O;const[P,x]=Y([]),[c,M]=Y([]),[y,I]=Y(!1),[C,R]=Y({rtc:"",requestId:""}),F=fe(null),j=fe(!1),[V,B]=Y(()=>!!window.localStorage.getItem(oo)),[k,N]=Y(),[U,G]=Y(),[K,le]=Y(f),[oe,ue]=Y([]),[Le,ce]=Y(0),[W,Z]=Y(!1),[ee,te]=Y(null),we=fe(),Ce=fe(),[ae,be]=Y(ii),Te=fe(-1),Be=fe(null),[Oe,Fe]=Y(!1),He=ve(()=>{var z,H,Ie,Pe;return((Pe=(Ie=(H=(z=u?.consent)===null||z===void 0?void 0:z[0])===null||H===void 0?void 0:H.item)===null||Ie===void 0?void 0:Ie.props)===null||Pe===void 0?void 0:Pe.privacy_necessity)&&!V&&!w||E},[V,u,E,w]),Q=ye(z=>{var H;const Ie=z?.recList;return(H=Ie?.map(X=>{var J,me,ke,je,We,Ye;if(!((J=X?.video)===null||J===void 0)&&J.bindProducts&&((ke=(me=X?.video)===null||me===void 0?void 0:me.bindProducts)===null||ke===void 0?void 0:ke.length)>0){const et=(Ye=(We=(je=X?.video)===null||je===void 0?void 0:je.bindProducts)===null||We===void 0?void 0:We.filter(lt=>!!lt?.bindCta))!==null&&Ye!==void 0?Ye:[];return Object.assign(Object.assign({},X),{video:Object.assign(Object.assign({},X?.video),{bindProducts:et})})}return X}))!==null&&H!==void 0?H:[]},[]);ge(()=>{const z=H=>{we.current=H};return At.on(ut.CHANGE_THEME_TAG,z),()=>{At.off(ut.CHANGE_THEME_TAG,z)}},[]),ge(()=>{le(f)},[f]);const pe=ve(()=>e?.find(z=>z.type===wi.BFF),[e]),ie=ye((z,H)=>{if(!pe)return;const Ie=pe.url,Pe=lo();if(H?.query){const X=gi.stringify(H.query);z=`${z}?${X}`}return H.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Ie}/api/v1${z}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},pe.headers),{"x-user-id":Pe}),H.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Ie}/api/v1${z}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Pe},pe.headers),method:H.method,body:JSON.stringify(H.body)}).then(X=>X.json()).catch(X=>Promise.reject(X))},[pe]),re=ye(z=>at(void 0,void 0,void 0,function*(){var H,Ie,Pe,X,J,me,ke,je,We,Ye,et,lt,wt,Pt;if(z=Object.assign(Object.assign(Object.assign({maxSize:(H=z?.maxSize)!==null&&H!==void 0?H:l,defaultSize:(Ie=z?.defaultSize)!==null&&Ie!==void 0?Ie:n,hashTag:z?.hashTag,traceInfo:z?.traceInfo,themeTag:z?.themeTag},z?.contentFilter&&{contentFilter:`[${z?.contentFilter}]`}),z?.productFilter&&{productFilter:`[${z?.productFilter}]`}),{pageNum:z?.pageNum}),i){const se=(J=(X=(Pe=i?.split("&"))===null||Pe===void 0?void 0:Pe.filter(de=>{var q,Se;const Ae=de.split("=")[0];return(Se=(q=b?.channels)!==null&&q!==void 0?q:[])===null||Se===void 0?void 0:Se.includes(Ae)}))===null||X===void 0?void 0:X.join("&"))!==null&&J!==void 0?J:"";z=Object.assign(Object.assign({},z),{channel:decodeURIComponent(se)})}if(w){let se=1;if(z=Object.assign(Object.assign(Object.assign({},z),{directPage:!0,level:1}),!i&&T&&T?.length>0&&{channel:T?.[0]}),!z?.channel||j.current)return;j.current=!0;let de=[],q=null;const Se=Ae=>at(void 0,void 0,void 0,function*(){var ne,he,De,Ne,Ue,Xe;if(Ae.pageNum=se,q=yield ie?.("/recommend/list",{method:"GET",query:Ae}),!q?.success)return;I(!1),de=de.concat((Ne=(De=(he=(ne=q?.data)===null||ne===void 0?void 0:ne.recList)===null||he===void 0?void 0:he.filter)===null||De===void 0?void 0:De.call(he,Ve=>Ve?.product||Ve?.video))!==null&&Ne!==void 0?Ne:[]),((Xe=(Ue=q?.data)===null||Ue===void 0?void 0:Ue.recList)===null||Xe===void 0?void 0:Xe.some(Ve=>Ve?.product||Ve?.video))&&(se=se+1,yield Se(Ae))});return yield Se(z),!z?.hashTag&&q&&R({rtc:(me=q?.data)===null||me===void 0?void 0:me.rtc,requestId:(ke=q?.data)===null||ke===void 0?void 0:ke.requestId}),Object.assign(Object.assign({},q.data),{recList:de})}u?.enablePreview&&(z=Object.assign(Object.assign({},z),{directPage:!0,level:1,pageNum:(je=z?.pageNum)!==null&&je!==void 0?je:1}));const _=yield ie?.("/recommend/list",{method:"GET",query:z});if(_?.success){if(z?.hashTag||R({rtc:_.data.rtc,requestId:_.data.requestId}),u?.enablePreview&&!w){let se=[];return se=se.concat((lt=(et=(Ye=(We=_?.data)===null||We===void 0?void 0:We.recList)===null||Ye===void 0?void 0:Ye.filter)===null||et===void 0?void 0:et.call(Ye,q=>q?.product||q?.video))!==null&&lt!==void 0?lt:[]),((Pt=(wt=_?.data)===null||wt===void 0?void 0:wt.recList)===null||Pt===void 0?void 0:Pt.some(q=>q?.product||q?.video))||Fe(!0),Object.assign(Object.assign({},_.data),{recList:se})}return _?.data}}),[ie,i,l,n,T]),$=ye(z=>at(void 0,void 0,void 0,function*(){var H,Ie,Pe,X;if(P.length<=0)return;const J=P?.[P?.length-1],me=yield re(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:U?.hashTag},((H=J?.product)===null||H===void 0?void 0:H.itemId)&&{productFilter:(Ie=J?.product)===null||Ie===void 0?void 0:Ie.itemId}),((Pe=J?.video)===null||Pe===void 0?void 0:Pe.itemId)&&{contentFilter:(X=J?.video)===null||X===void 0?void 0:X.itemId}),{themeTag:we.current}),u?.enablePreview&&!w&&{pageNum:z}));return x(P.concat(Q(me))),ue(oe.concat(Q(me))),me}),[re,P,U,oe]),L=ye(({userInfo:z,eventInfo:H})=>{if(!o||u?.enablePreview)return;z||(z={});const Ie=vn(),Pe=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:Ie,rtc:C.rtc,requestId:C.requestId},H),Ki()&&{sxpDevice:Ki()}),qi()&&{sxpSystem:qi()}),Ji()&&{sxpBrowser:Ji()}),X=Object.entries(z).map(([me,ke])=>({name:me,value:ke})),J=Object.entries(Pe).map(([me,ke])=>ke&&{name:me,value:ke}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",z),console.log("eventInfo:",Pe),console.log("========= \u7ED3\u675F ========="),ie?.("/event/report",{method:"POST",body:{userInfo:X,eventInfo:J},type:"beacon"})},[ie,C,o,u?.enablePreview]),Ge=ye(z=>{var H,Ie,Pe,{eventName:X,actionSource:J="website",eventSourceUrl:me=(H=window?.location)===null||H===void 0?void 0:H.href,externalId:ke}=z;if(!o||!h||u?.enablePreview)return;const je=lo(),Ye=new URLSearchParams(window.location.search).get("fbclid");return ie?.("/fb/events",{method:"POST",body:{eventName:X,actionSource:J,eventSourceUrl:me,userData:Object.assign(Object.assign(Object.assign({externalId:je},Ye&&{fbc:`fb.2.${new Date().getTime()}.${Ye}`}),Zi("_fbp")&&{fbp:`fb.2.${new Date().getTime()}.${Zi("_fbp")}`}),{clientUserAgent:(Pe=(Ie=window?.navigator)===null||Ie===void 0?void 0:Ie.userAgent)!==null&&Pe!==void 0?Pe:""})},type:"beacon"})},[ie,o,h,u?.enablePreview]),$e=ye(z=>at(void 0,void 0,void 0,function*(){const H=yield ie?.("/recommend/like",{method:"POST",body:z});return H?.success}),[ie]),Qe=ye(z=>at(void 0,void 0,void 0,function*(){const H=yield ie?.("/recommend/unlike",{method:"POST",body:z});return H?.success}),[ie]),pt=ye(z=>at(void 0,void 0,void 0,function*(){const H=yield ie?.("/customform",{method:"POST",body:z});return H?.success}),[ie]),nt=ye(()=>at(void 0,void 0,void 0,function*(){var z,H,Ie,Pe,X;if(!(!i||!A))try{const J=(Ie=(H=(z=i?.split("&"))===null||z===void 0?void 0:z.filter(ke=>{var je,We;const Ye=ke.split("=")[0];return(We=(je=b?.channels)!==null&&je!==void 0?je:[])===null||We===void 0?void 0:We.includes(Ye)}))===null||H===void 0?void 0:H.join("&"))!==null&&Ie!==void 0?Ie:"",me=yield ie?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(J)}});M((X=(Pe=me?.data)===null||Pe===void 0?void 0:Pe.tags)!==null&&X!==void 0?X:[])}catch(J){console.log("e",J)}}),[ie,i,A]),mt=ye((z,H,Ie,Pe)=>{var X,J,me,ke,je,We,Ye,et,lt,wt,Pt,_,se,de,q,Se,Ae,ne,he,De,Ne,Ue,Xe,qe,Ve,tt,Re,Je,ct,Ke,St,xt,Dt,Ot,ze,fi;const Mt=Ie?.bindCta,Zo=((X=H?.video)===null||X===void 0?void 0:X.bindProduct)||((J=H?.video)===null||J===void 0?void 0:J.bindProducts)&&((ke=(me=H?.video)===null||me===void 0?void 0:me.bindProducts)===null||ke===void 0?void 0:ke.length)>0;let Qt="";W?Qt="hashTagPage":!((je=H?.video)===null||je===void 0)&&je.url?Qt="videoPage":!((Ye=(We=H?.video)===null||We===void 0?void 0:We.imgUrls)===null||Ye===void 0)&&Ye.length&&(Qt="imagePage");const zi=(de=(_=(et=Ie?.tags)!==null&&et!==void 0?et:(Pt=(wt=(lt=H?.video)===null||lt===void 0?void 0:lt.bindProducts)===null||wt===void 0?void 0:wt[0])===null||Pt===void 0?void 0:Pt.tags)!==null&&_!==void 0?_:(se=H?.video)===null||se===void 0?void 0:se.tags)!==null&&de!==void 0?de:(q=H?.product)===null||q===void 0?void 0:q.tags;L?.({eventInfo:Object.assign(Object.assign({},z),{ctaId:(Se=Mt?.itemId)!==null&&Se!==void 0?Se:"",ctaName:(Ae=Mt?.title)!==null&&Ae!==void 0?Ae:"",contentTags:zi?JSON.stringify(zi):"",position:Pe+"",contentId:(he=(ne=H?.video)===null||ne===void 0?void 0:ne.itemId)!==null&&he!==void 0?he:"",productId:Zo?Ie?.itemId:"",traceInfo:(ze=(xt=(Re=(Xe=(De=Mt?.traceInfo)!==null&&De!==void 0?De:(Ue=(Ne=H?.video)===null||Ne===void 0?void 0:Ne.bindCta)===null||Ue===void 0?void 0:Ue.traceInfo)!==null&&Xe!==void 0?Xe:(tt=(Ve=(qe=H?.video)===null||qe===void 0?void 0:qe.bindProduct)===null||Ve===void 0?void 0:Ve.bindCta)===null||tt===void 0?void 0:tt.traceInfo)!==null&&Re!==void 0?Re:(St=(Ke=(ct=(Je=H?.video)===null||Je===void 0?void 0:Je.bindProducts)===null||ct===void 0?void 0:ct[0])===null||Ke===void 0?void 0:Ke.bindCta)===null||St===void 0?void 0:St.traceInfo)!==null&&xt!==void 0?xt:(Ot=(Dt=H?.product)===null||Dt===void 0?void 0:Dt.bindCta)===null||Ot===void 0?void 0:Ot.traceInfo)!==null&&ze!==void 0?ze:"",fromKName:Qt,fromKPage:(fi=location?.href)!==null&&fi!==void 0?fi:""})})},[L,W]),ft=ye(()=>{var z,H;const Ie=location.search.slice(1),Pe=gi.parse(Ie.replace(/\+/g,"%2B"));for(const me in Pe)Pe[me]=Pe[me].replace(/%2B/g,"+");const X=me=>{var ke;return(ke=Pe[me])!==null&&ke!==void 0?ke:""},J=new Date;Ce.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:(H=(z=window?.location)===null||z===void 0?void 0:z.href)!==null&&H!==void 0?H:"",clSource:X("cl_source")}})},[L]);ge(()=>{He||ft()},[He]),ge(()=>{He||(I(!0),nt(),re().then(z=>{z&&(x(Q(z)),ue(Q(z)))}).finally(()=>{L({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),I(!1)}))},[He]),ge(()=>{a&&(I(!0),nt(),re().then(z=>{z&&(x(Q(z)),ue(Q(z)))}).finally(()=>{L({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),I(!1)}))},[re,nt]);const ht=gt("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",r);return p.createElement(ao.Provider,{value:{rtcList:P,setRtcList:x,mutateLike:$e,mutateUnlike:Qe,submitForm:pt,popupDetailData:k,loadVideos:$,setPopupDetailData:N,getRecommendVideos:re,bffEventReport:L,utmVal:i,isPreview:a,loading:y,sxpParameter:d,waterFallData:U,setWaterFallData:G,ctaEvent:mt,swiperRef:F,openHashtag:K,setOpenHashtag:le,cacheRtcList:oe,setCacheRtcList:ue,cacheActiveIndex:Le,setCacheActiveIndex:ce,isFromHashtag:W,setIsFromHashtag:Z,appDomain:r,hashTagSize:v,loadingImage:s??ht,isOpenHashTag:f,tagList:c,setLoading:I,videoRef:ee,setVideoRef:te,bffFbReport:Ge,isAgreePolicy:V,setIsAgreePolicy:B,curTime:Ce,h5EnterLink:ft,themeTag:we,isShowConsent:He,selectTag:ae,setSelectTag:be,globalConfig:u,popupCurTimeRef:Be,checkCommodityIndexRef:Te,isEditor:w,isNoMoreData:Oe}},He?p.createElement(bn,Object.assign({},(O=(g=(D=u?.consent)===null||D===void 0?void 0:D[0])===null||g===void 0?void 0:g.item)===null||O===void 0?void 0:O.props)):t({rtcList:P,mutateLike:$e,mutateUnlike:Qe,submitForm:pt,tagList:c}))};var ro=_e(yn);function Me(){return Yt(ao)}var so;(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"})(so||(so={}));const co=Xt({$store:{},options:[],configs:[]}),wn=({children:t,isSsr:e,enable:i})=>{const[o,l]=Y([]),{schema:n}=Tt(),[a,d]=Y(n.__STORE__||{}),[r,v]=Y([]);ge(()=>{var h;e||Hi(r,n?.dataSource)||v((h=n?.dataSource)!==null&&h!==void 0?h:[])},[n?.dataSource,e]);const s=ye(()=>at(void 0,void 0,void 0,function*(){const{$store:h,idMapName:m}=yield Yi("",r);d(h),f(h,m)}),[r]),f=(h,m)=>{const S=[];Object.entries(h).forEach(([A,E])=>{Object.keys(E).forEach(u=>{const w={label:`${m[A]} - ${u}`,value:`{{ ${A}.${u} }}`};S.push(w)})}),l(S)};return ge(()=>{e||s()},[s,e,n]),i?p.createElement(co.Provider,{value:{$store:n.__STORE__||a,options:o,configs:r}},t):t};var Sn=_e(wn);const oi={id:ti(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},Si={id:"",duration:0,name:"none"},uo=p.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[oi],redoStack:[],popup:Si,setPopup:()=>{}}),vo=ei(({children:t,resolver:e,isSsr:i,schema:o,enableDataSource:l=!0,utmVal:n},a)=>{const[d,r]=Y(null),[v,s]=Y(o||{pointData:[oi],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=Y([oi]),[m,S]=Y([[oi]]),[A,E]=Y([]),[u,w]=Y(Si);typeof window<"u"&&(window.sxpPopup=(O,P)=>{w(Object.assign(Object.assign(Object.assign({},Si),{id:O}),P))}),typeof window<"u"&&(window.getJointUtmLink=O=>(hn(),O?.indexOf("?")!==-1?O+(n?"&"+n:""):O+(n?"?"+n:""))),ge(()=>{S([v.pointData]),E([])},[v.type]);const b=ye(O=>{const P=$t(v);P&&(P.dataSource=O,s?.(P))},[v]),[T,D]=Y();Ui(a,()=>({loadSchema(O){O&&(S([O.pointData]),s(O))},exportSchema(){return $t(v)},getPageInfoData(){return T},initPageInfoData(O){O&&D(O)}}));const g=ve(()=>{if(v)return v.type==="PC"?v.pcPageConf:v.mobilePageConf},[v]);return p.createElement(uo.Provider,{value:{resolver:e,currentNode:d,schema:v,setCurrentNode:r,setSchema:s,saveDataSource:b,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:O=>D(Object.assign(Object.assign({},T),O)),undoStack:m,redoStack:A,setRedoStack:E,setUndoStack:S,getCurPageConf:g,popup:u,setPopup:w}},p.createElement(Sn,{isSsr:i,enable:l},t))});var xn=Object.freeze({__proto__:null,EditorCore:vo}),Tn=[{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 it(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:o}=Me(),l=ye((d,r,v,s,f)=>{var h,m,S,A,E,u,w,b,T,D,g,O,P,x,c,M,y,I,C,R,F,j,V,B,k,N,U,G,K,le,oe,ue,Le,ce,W,Z,ee,te;let we="";e&&(!((m=(h=d?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((S=d?.video)===null||S===void 0)&&S.bindProduct)?we="pdpPage":o?we="hashTagPage":!((A=d?.video)===null||A===void 0)&&A.url?we="videoPage":!((E=d?.video)===null||E===void 0)&&E.imgUrls&&(!((w=(u=d?.video)===null||u===void 0?void 0:u.imgUrls)===null||w===void 0)&&w.length)?we="imagePage":d?.product&&(we="productPage");const Ce=(x=(O=(b=r?.tags)!==null&&b!==void 0?b:(g=(D=(T=d?.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&&O!==void 0?O:(P=d?.video)===null||P===void 0?void 0:P.tags)!==null&&x!==void 0?x:(c=d?.product)===null||c===void 0?void 0:c.tags;let ae=null;!((M=d?.video)===null||M===void 0)&&M.url?ae="video":!((y=d?.video)===null||y===void 0)&&y.imgUrls&&(!((C=(I=d?.video)===null||I===void 0?void 0:I.imgUrls)===null||C===void 0)&&C.length)&&(ae="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(R=r?.itemId)!==null&&R!==void 0?R:"",productName:(F=r?.title)!==null&&F!==void 0?F:"",price:r?.price?r?.price+"":"0",productCollection:(j=r?.collection)!==null&&j!==void 0?j:"",fromKName:we,fromKPage:location?.href,contentTags:Ce?JSON.stringify(Ce):"",position:s+"",contentId:(B=(V=d?.video)===null||V===void 0?void 0:V.itemId)!==null&&B!==void 0?B:"",ctatId:(k=v?.itemId)!==null&&k!==void 0?k:"",traceInfo:(te=(W=(Le=(K=(N=f??r?.traceInfo)!==null&&N!==void 0?N:(G=(U=d?.video)===null||U===void 0?void 0:U.bindProduct)===null||G===void 0?void 0:G.traceInfo)!==null&&K!==void 0?K:(ue=(oe=(le=d?.video)===null||le===void 0?void 0:le.bindProducts)===null||oe===void 0?void 0:oe[0])===null||ue===void 0?void 0:ue.traceInfo)!==null&&Le!==void 0?Le:(ce=d?.product)===null||ce===void 0?void 0:ce.traceInfo)!==null&&W!==void 0?W:(ee=(Z=d?.video)===null||Z===void 0?void 0:Z.bindCta)===null||ee===void 0?void 0:ee.traceInfo)!==null&&te!==void 0?te:""},ae&&{contentFormat:ae})})},[t,e,o]),n=ye((d,r,v,s,f)=>{var h,m,S,A,E,u,w,b,T,D,g,O,P,x;let c="";e&&(!((m=(h=d?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((S=d?.video)===null||S===void 0)&&S.bindProduct)?c="pdpPage":d?.product&&(c="productPage"),t?.({eventInfo:{productId:r?.itemId,productName:r?.title,price:r?.price?r?.price+"":"0",productCollection:r?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(r?.tags),position:f+"",contentId:(A=d?.video)===null||A===void 0?void 0:A.itemId,ctatId:v?.itemId,traceInfo:(x=(O=(b=(E=r?.traceInfo)!==null&&E!==void 0?E:(w=(u=d?.video)===null||u===void 0?void 0:u.bindProduct)===null||w===void 0?void 0:w.traceInfo)!==null&&b!==void 0?b:(g=(D=(T=d?.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&&O!==void 0?O:(P=d?.product)===null||P===void 0?void 0:P.traceInfo)!==null&&x!==void 0?x:"",timeOnSite:Math.floor((new Date-s)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),a=ye((d,r,v,s)=>{r&&r===ii&&t?.({eventInfo:{lastFeed:d,themeTags:v?`['${v}']`:"",hashTags:s?`['${s}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:n,backMainFeed:a}}const En=({layout:t,columns:e,onChange:i})=>p.createElement(p.Fragment,null,e?.map((o,l)=>p.createElement("div",{key:l,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&p.createElement("label",{className:"pb-appoint-form-container-label"},o?.title),o?.valueType==="text"&&p.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 In=_e(En);const Cn=t=>{var e,i,{columns:o,style:l,title:n,textStyle:a,submitBgColor:d,submitColor:r,submitText:v,layoutType:s="inline",isExternalLink:f,isPopup:h,onClick:m,onClose:S,submitButtonStyle:A}=t,E=Ze(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:u,popupDetailData:w}=Me(),{jumpToWeb:b}=it(),[T,D]=Y(!1),[g,O]=Y({}),[P,x]=Y(0),c=ve(()=>[{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),y=ve(()=>$t(o)||c,[o,c]),I=ye(R=>{const{name:F,value:j}=R.target;O(Object.assign(Object.assign({},g),{[F]:j}))},[g]),C=hi(()=>at(void 0,void 0,void 0,function*(){var R,F,j,V,B;const k=g;if(!k)return;const N=(F=(R=Object.keys(k))===null||R===void 0?void 0:R.map(G=>{var K;return{name:G,value:(K=k[G])!==null&&K!==void 0?K:""}}))===null||F===void 0?void 0:F.filter(G=>G?.value);if(!N||!N?.length)return;D(!0);const U=yield u?.({attributes:N});if(D(!1),U){if(f){const G=w,K=(j=G?.video)===null||j===void 0?void 0:j.bindProduct,le=(B=(V=G?.video)===null||V===void 0?void 0:V.bindProduct)===null||B===void 0?void 0:B.bindCta,oe=w?.index;b(G,K,le,oe)}h||S?.(),m?.()}}),1e3);return ge(()=>{const R=()=>{var F,j;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((F=document?.documentElement)===null||F===void 0?void 0:F.clientHeight)||((j=document?.body)===null||j===void 0?void 0:j.clientHeight))<M?x(50):x(0)};return window.addEventListener("resize",R),()=>{window.removeEventListener("resize",R)}},[]),p.createElement("div",{className:"pb-appoint-form"},p.createElement("div",{className:`pb-appoint-form-title ${Ee(Object.assign({},a))}`,dangerouslySetInnerHTML:{__html:xe(n,a)}}),p.createElement("div",Object.assign({className:Ee(Object.assign(Object.assign({},l),{marginTop:P}))},E),p.createElement("div",{className:"pb-appoint-form-container"},p.createElement(In,{columns:y,layout:s,onChange:I}))),p.createElement("div",{className:"pb-appoint-form-btn-wrapper"},p.createElement("button",{"aria-label":v,onClick:C,className:"pb-appoint-form-btn",style:Object.assign({color:r,background:d},A),dangerouslySetInnerHTML:{__html:xe(T?"loading...":v,A)}})))};var kn=_e(Cn);function ot(t,e){return t.extend=e,t}const _n=ot(kn,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:An,bindableProps:[],interactionRender:Tn},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 Pn=[{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 po(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function xi(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:po(e[i])&&po(t[i])&&Object.keys(e[i]).length>0&&xi(t[i],e[i])})}const mo={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 Et(){const t=typeof document<"u"?document:{};return xi(t,mo),t}const Dn={document:mo,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 rt(){const t=typeof window<"u"?window:{};return xi(t,Dn),t}function Rt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function On(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function jt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function bt(){return Date.now()}function Mn(t){const e=rt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Ln(t,e){e===void 0&&(e="x");const i=rt();let o,l,n;const a=Mn(t);return i.WebKitCSSMatrix?(l=a.transform||a.webkitTransform,l.split(",").length>6&&(l=l.split(", ").map(d=>d.replace(",",".")).join(", ")),n=new i.WebKitCSSMatrix(l==="none"?"":l)):(n=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=n.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?l=n.m41:o.length===16?l=parseFloat(o[12]):l=parseFloat(o[4])),e==="y"&&(i.WebKitCSSMatrix?l=n.m42:o.length===16?l=parseFloat(o[13]):l=parseFloat(o[5])),l||0}function ni(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Rn(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function vt(){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&&!Rn(o)){const l=Object.keys(Object(o)).filter(n=>e.indexOf(n)<0);for(let n=0,a=l.length;n<a;n+=1){const d=l[n],r=Object.getOwnPropertyDescriptor(o,d);r!==void 0&&r.enumerable&&(ni(t[d])&&ni(o[d])?o[d].__swiper__?t[d]=o[d]:vt(t[d],o[d]):!ni(t[d])&&ni(o[d])?(t[d]={},o[d].__swiper__?t[d]=o[d]:vt(t[d],o[d])):t[d]=o[d])}}}return t}function li(t,e,i){t.style.setProperty(e,i)}function fo(t){let{swiper:e,targetPosition:i,side:o}=t;const l=rt(),n=-e.translate;let a=null,d;const r=e.params.speed;e.wrapperEl.style.scrollSnapType="none",l.cancelAnimationFrame(e.cssModeFrameID);const v=i>n?"next":"prev",s=(h,m)=>v==="next"&&h>=m||v==="prev"&&h<=m,f=()=>{d=new Date().getTime(),a===null&&(a=d);const h=Math.max(Math.min((d-a)/r,1),0),m=.5-Math.cos(h*Math.PI)/2;let S=n+m*(i-n);if(s(S,i)&&(S=i),e.wrapperEl.scrollTo({[o]:S}),s(S,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[o]:S})}),l.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=l.requestAnimationFrame(f)};f()}function Ct(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function ai(t){try{console.warn(t);return}catch{}}function Jt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Rt(e)),i}function Bn(t){const e=rt(),i=Et(),o=t.getBoundingClientRect(),l=i.body,n=t.clientTop||l.clientTop||0,a=t.clientLeft||l.clientLeft||0,d=t===e?e.scrollY:t.scrollTop,r=t===e?e.scrollX:t.scrollLeft;return{top:o.top+d-n,left:o.left+r-a}}function Nn(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 Fn(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 Bt(t,e){return rt().getComputedStyle(t,null).getPropertyValue(e)}function di(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function ho(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 Ti(t,e){function i(o){o.target===t&&(e.call(t,o),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Ai(t,e,i){const o=rt();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 kt(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function jn(t){let{swiper:e,extendParams:i,on:o,emit:l}=t;const n=rt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let a,d=bt(),r;const v=[];function s(b){let O=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&&(O=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(O=P,P=0),x=O*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&&!O&&(O=x<1?-1:1),c&&!P&&(P=c<1?-1:1),{spinX:O,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&&bt()-d<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&bt()-d<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),l("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),l("scroll",b.raw)),d=new n.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 A(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 O=e.el;e.params.mousewheel.eventsTarget!=="container"&&(O=document.querySelector(e.params.mousewheel.eventsTarget));const P=O&&O.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,M=s(T);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(M.pixelX)>Math.abs(M.pixelY))x=-M.pixelX*c;else return!0;else if(Math.abs(M.pixelY)>Math.abs(M.pixelX))x=-M.pixelY;else return!0;else x=Math.abs(M.pixelX)>Math.abs(M.pixelY)?-M.pixelX*c:-M.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 I={time:bt(),delta:Math.abs(x),direction:Math.sign(x),raw:b};v.length>=2&&v.shift();const C=v.length?v[v.length-1]:void 0;if(v.push(I),C?(I.direction!==C.direction||I.delta>C.delta||I.time>C.time+150)&&m(I):m(I),S(I))return!0}else{const I={time:bt(),delta:Math.abs(x),direction:Math.sign(x)},C=r&&I.time<r.time+500&&I.delta<=r.delta&&I.direction===r.direction;if(!C){r=void 0;let R=e.getTranslate()+x*g.sensitivity;const F=e.isBeginning,j=e.isEnd;if(R>=e.minTranslate()&&(R=e.minTranslate()),R<=e.maxTranslate()&&(R=e.maxTranslate()),e.setTransition(0),e.setTranslate(R),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!F&&e.isBeginning||!j&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:I.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,v.length>=15&&v.shift();const V=v.length?v[v.length-1]:void 0,B=v[0];if(v.push(I),V&&(I.delta>V.delta||I.direction!==V.direction))v.splice(0);else if(v.length>=15&&I.time-B.time<500&&B.delta-I.delta>=1&&I.delta<=6){const k=x>0?.8:.2;r=I,v.splice(0),a=jt(()=>{e.slideToClosest(e.params.speed,!0,void 0,k)},0)}a||(a=jt(()=>{r=I,v.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(C||l("scroll",T),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),g.releaseOnEdges&&(R===e.minTranslate()||R===e.maxTranslate()))return!0}}return T.preventDefault?T.preventDefault():T.returnValue=!1,!1}function E(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",A)}function u(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",A),!0):e.mousewheel.enabled?!1:(E("addEventListener"),e.mousewheel.enabled=!0,!0)}function w(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,A),!0):e.mousewheel.enabled?(E("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}o("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&u()}),o("destroy",()=>{e.params.cssMode&&u(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:u,disable:w})}function go(t,e,i,o){return t.params.createElements&&Object.keys(o).forEach(l=>{if(!i[l]&&i.auto===!0){let n=Ct(t.el,`.${o[l]}`)[0];n||(n=Jt("div",o[l]),n.className=o[l],t.el.append(n)),i[l]=n,e[l]=n}}),i}function Vt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function ri(t){let{swiper:e,extendParams:i,on:o,emit:l}=t;const n="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:u=>u,formatFractionTotal:u=>u,bulletClass:`${n}-bullet`,bulletActiveClass:`${n}-bullet-active`,modifierClass:`${n}-`,currentClass:`${n}-current`,totalClass:`${n}-total`,hiddenClass:`${n}-hidden`,progressbarFillClass:`${n}-progressbar-fill`,progressbarOppositeClass:`${n}-progressbar-opposite`,clickableClass:`${n}-clickable`,lockClass:`${n}-lock`,horizontalClass:`${n}-horizontal`,verticalClass:`${n}-vertical`,paginationDisabledClass:`${n}-disabled`}}),e.pagination={el:null,bullets:[]};let a,d=0;function r(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function v(u,w){const{bulletActiveClass:b}=e.params.pagination;u&&(u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&(u.classList.add(`${b}-${w}`),u=u[`${w==="prev"?"previous":"next"}ElementSibling`],u&&u.classList.add(`${b}-${w}-${w}`)))}function s(u){const w=u.target.closest(Vt(e.params.pagination.bulletClass));if(!w)return;u.preventDefault();const b=di(w)*e.params.slidesPerGroup;if(e.params.loop){if(e.realIndex===b)return;e.slideToLoop(b)}else e.slideTo(b)}function f(){const u=e.rtl,w=e.params.pagination;if(r())return;let b=e.pagination.el;b=kt(b);let T,D;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?(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,M;if(w.dynamicBullets&&(a=Ai(P[0],e.isHorizontal()?"width":"height",!0),b.forEach(y=>{y.style[e.isHorizontal()?"width":"height"]=`${a*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&D!==void 0&&(d+=T-(D||0),d>w.dynamicMainBullets-1?d=w.dynamicMainBullets-1:d<0&&(d=0)),x=Math.max(T-d,0),c=x+(Math.min(P.length,w.dynamicMainBullets)-1),M=(c+x)/2),P.forEach(y=>{const I=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(C=>`${w.bulletActiveClass}${C}`)].map(C=>typeof C=="string"&&C.includes(" ")?C.split(" "):C).flat();y.classList.remove(...I)}),b.length>1)P.forEach(y=>{const I=di(y);I===T?y.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&y.setAttribute("part","bullet"),w.dynamicBullets&&(I>=x&&I<=c&&y.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),I===x&&v(y,"prev"),I===c&&v(y,"next"))});else{const y=P[T];if(y&&y.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&P.forEach((I,C)=>{I.setAttribute("part",C===T?"bullet-active":"bullet")}),w.dynamicBullets){const I=P[x],C=P[c];for(let R=x;R<=c;R+=1)P[R]&&P[R].classList.add(...`${w.bulletActiveClass}-main`.split(" "));v(I,"prev"),v(C,"next")}}if(w.dynamicBullets){const y=Math.min(P.length,w.dynamicMainBullets+4),I=(a*y-a)/2-M*a,C=u?"right":"left";P.forEach(R=>{R.style[e.isHorizontal()?C:"top"]=`${I}px`})}}b.forEach((P,x)=>{if(w.type==="fraction"&&(P.querySelectorAll(Vt(w.currentClass)).forEach(c=>{c.textContent=w.formatFractionCurrent(T+1)}),P.querySelectorAll(Vt(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 y=1,I=1;c==="horizontal"?y=M:I=M,P.querySelectorAll(Vt(w.progressbarFillClass)).forEach(C=>{C.style.transform=`translate3d(0,0,0) scaleX(${y}) scaleY(${I})`,C.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(P.innerHTML=w.renderCustom(e,T+1,O),x===0&&l("paginationRender",P)):(x===0&&l("paginationRender",P),l("paginationUpdate",P)),e.params.watchOverflow&&e.enabled&&P.classList[e.isLocked?"add":"remove"](w.lockClass)})}function h(){const u=e.params.pagination;if(r())return;const w=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:e.grid&&e.params.grid.rows>1?e.slides.length/Math.ceil(e.params.grid.rows):e.slides.length;let b=e.pagination.el;b=kt(b);let T="";if(u.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)u.renderBullet?T+=u.renderBullet.call(e,g,u.bulletClass):T+=`<${u.bulletElement} ${e.isElement?'part="bullet"':""} class="${u.bulletClass}"></${u.bulletElement}>`}u.type==="fraction"&&(u.renderFraction?T=u.renderFraction.call(e,u.currentClass,u.totalClass):T=`<span class="${u.currentClass}"></span> / <span class="${u.totalClass}"></span>`),u.type==="progressbar"&&(u.renderProgressbar?T=u.renderProgressbar.call(e,u.progressbarFillClass):T=`<span class="${u.progressbarFillClass}"></span>`),e.pagination.bullets=[],b.forEach(D=>{u.type!=="custom"&&(D.innerHTML=T||""),u.type==="bullets"&&e.pagination.bullets.push(...D.querySelectorAll(Vt(u.bulletClass)))}),u.type!=="custom"&&l("paginationRender",b[0])}function m(){e.params.pagination=go(e,e.originalParams.pagination,e.params.pagination,{el:"swiper-pagination"});const u=e.params.pagination;if(!u.el)return;let w;typeof u.el=="string"&&e.isElement&&(w=e.el.querySelector(u.el)),!w&&typeof u.el=="string"&&(w=[...document.querySelectorAll(u.el)]),w||(w=u.el),!(!w||w.length===0)&&(e.params.uniqueNavElements&&typeof u.el=="string"&&Array.isArray(w)&&w.length>1&&(w=[...e.el.querySelectorAll(u.el)],w.length>1&&(w=w.filter(b=>ho(b,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=kt(w),w.forEach(b=>{u.type==="bullets"&&u.clickable&&b.classList.add(...(u.clickableClass||"").split(" ")),b.classList.add(u.modifierClass+u.type),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.type==="bullets"&&u.dynamicBullets&&(b.classList.add(`${u.modifierClass}${u.type}-dynamic`),d=0,u.dynamicMainBullets<1&&(u.dynamicMainBullets=1)),u.type==="progressbar"&&u.progressbarOpposite&&b.classList.add(u.progressbarOppositeClass),u.clickable&&b.addEventListener("click",s),e.enabled||b.classList.add(u.lockClass)}))}function S(){const u=e.params.pagination;if(r())return;let w=e.pagination.el;w&&(w=kt(w),w.forEach(b=>{b.classList.remove(u.hiddenClass),b.classList.remove(u.modifierClass+u.type),b.classList.remove(e.isHorizontal()?u.horizontalClass:u.verticalClass),u.clickable&&(b.classList.remove(...(u.clickableClass||"").split(" ")),b.removeEventListener("click",s))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...u.bulletActiveClass.split(" ")))}o("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const u=e.params.pagination;let{el:w}=e.pagination;w=kt(w),w.forEach(b=>{b.classList.remove(u.horizontalClass,u.verticalClass),b.classList.add(e.isHorizontal()?u.horizontalClass:u.verticalClass)})}),o("init",()=>{e.params.pagination.enabled===!1?E():(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:u}=e.pagination;u&&(u=kt(u),u.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),o("lock unlock",()=>{f()}),o("click",(u,w)=>{const b=w.target,T=kt(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);l(D===!0?"paginationShow":"paginationHide"),T.forEach(g=>g.classList.toggle(e.params.pagination.hiddenClass))}});const A=()=>{e.el.classList.remove(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=kt(u),u.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),m(),h(),f()},E=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:u}=e.pagination;u&&(u=kt(u),u.forEach(w=>w.classList.add(e.params.pagination.paginationDisabledClass))),S()};Object.assign(e.pagination,{enable:A,disable:E,render:h,update:f,init:m,destroy:S})}function Vn(t){let{swiper:e,extendParams:i,on:o,emit:l}=t;const n=Et();let a=!1,d=null,r=null,v,s,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:I}=e,{dragEl:C,el:R}=y,F=e.params.scrollbar,j=e.params.loop?e.progressLoop:e.progress;let V=s,B=(f-s)*j;I?(B=-B,B>0?(V=s-B,B=0):-B+s>f&&(V=f+B)):B<0?(V=s+B,B=0):B+s>f&&(V=f-B),e.isHorizontal()?(C.style.transform=`translate3d(${B}px, 0, 0)`,C.style.width=`${V}px`):(C.style.transform=`translate3d(0px, ${B}px, 0)`,C.style.height=`${V}px`),F.hide&&(clearTimeout(d),R.style.opacity=1,d=setTimeout(()=>{R.style.opacity=0,R.style.transitionDuration="400ms"},1e3))}function S(y){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${y}ms`)}function A(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:y}=e,{dragEl:I,el:C}=y;I.style.width="",I.style.height="",f=e.isHorizontal()?C.offsetWidth:C.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?s=f*h:s=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?I.style.width=`${s}px`:I.style.height=`${s}px`,h>=1?C.style.display="none":C.style.display="",e.params.scrollbar.hide&&(C.style.opacity=0),e.params.watchOverflow&&e.enabled&&y.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function E(y){return e.isHorizontal()?y.clientX:y.clientY}function u(y){const{scrollbar:I,rtlTranslate:C}=e,{el:R}=I;let F;F=(E(y)-Bn(R)[e.isHorizontal()?"left":"top"]-(v!==null?v:s/2))/(f-s),F=Math.max(Math.min(F,1),0),C&&(F=1-F);const j=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*F;e.updateProgress(j),e.setTranslate(j),e.updateActiveIndex(),e.updateSlidesClasses()}function w(y){const I=e.params.scrollbar,{scrollbar:C,wrapperEl:R}=e,{el:F,dragEl:j}=C;a=!0,v=y.target===j?E(y)-y.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,y.preventDefault(),y.stopPropagation(),R.style.transitionDuration="100ms",j.style.transitionDuration="100ms",u(y),clearTimeout(r),F.style.transitionDuration="0ms",I.hide&&(F.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),l("scrollbarDragStart",y)}function b(y){const{scrollbar:I,wrapperEl:C}=e,{el:R,dragEl:F}=I;a&&(y.preventDefault&&y.cancelable?y.preventDefault():y.returnValue=!1,u(y),C.style.transitionDuration="0ms",R.style.transitionDuration="0ms",F.style.transitionDuration="0ms",l("scrollbarDragMove",y))}function T(y){const I=e.params.scrollbar,{scrollbar:C,wrapperEl:R}=e,{el:F}=C;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",R.style.transitionDuration=""),I.hide&&(clearTimeout(r),r=jt(()=>{F.style.opacity=0,F.style.transitionDuration="400ms"},1e3)),l("scrollbarDragEnd",y),I.snapOnRelease&&e.slideToClosest())}function D(y){const{scrollbar:I,params:C}=e,R=I.el;if(!R)return;const F=R,j=C.passiveListeners?{passive:!1,capture:!1}:!1,V=C.passiveListeners?{passive:!0,capture:!1}:!1;if(!F)return;const B=y==="on"?"addEventListener":"removeEventListener";F[B]("pointerdown",w,j),n[B]("pointermove",b,j),n[B]("pointerup",T,V)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||D("on")}function O(){!e.params.scrollbar.el||!e.scrollbar.el||D("off")}function P(){const{scrollbar:y,el:I}=e;e.params.scrollbar=go(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const C=e.params.scrollbar;if(!C.el)return;let R;if(typeof C.el=="string"&&e.isElement&&(R=e.el.querySelector(C.el)),!R&&typeof C.el=="string"){if(R=n.querySelectorAll(C.el),!R.length)return}else R||(R=C.el);e.params.uniqueNavElements&&typeof C.el=="string"&&R.length>1&&I.querySelectorAll(C.el).length===1&&(R=I.querySelector(C.el)),R.length>0&&(R=R[0]),R.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass);let F;R&&(F=R.querySelector(Vt(e.params.scrollbar.dragClass)),F||(F=Jt("div",e.params.scrollbar.dragClass),R.append(F))),Object.assign(y,{el:R,dragEl:F}),C.draggable&&g(),R&&R.classList[e.enabled?"remove":"add"](...Rt(e.params.scrollbar.lockClass))}function x(){const y=e.params.scrollbar,I=e.scrollbar.el;I&&I.classList.remove(...Rt(e.isHorizontal()?y.horizontalClass:y.verticalClass)),O()}o("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const y=e.params.scrollbar;let{el:I}=e.scrollbar;I=kt(I),I.forEach(C=>{C.classList.remove(y.horizontalClass,y.verticalClass),C.classList.add(e.isHorizontal()?y.horizontalClass:y.verticalClass)})}),o("init",()=>{e.params.scrollbar.enabled===!1?M():(P(),A(),m())}),o("update resize observerUpdate lock unlock changeDirection",()=>{A()}),o("setTranslate",()=>{m()}),o("setTransition",(y,I)=>{S(I)}),o("enable disable",()=>{const{el:y}=e.scrollbar;y&&y.classList[e.enabled?"remove":"add"](...Rt(e.params.scrollbar.lockClass))}),o("destroy",()=>{x()});const c=()=>{e.el.classList.remove(...Rt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Rt(e.params.scrollbar.scrollbarDisabledClass)),P(),A(),m()},M=()=>{e.el.classList.add(...Rt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Rt(e.params.scrollbar.scrollbarDisabledClass)),x()};Object.assign(e.scrollbar,{enable:c,disable:M,updateSize:A,setTranslate:m,init:P,destroy:x})}function si(t){let{swiper:e,extendParams:i,on:o,emit:l,params:n}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let a,d,r=n&&n.autoplay?n.autoplay.delay:3e3,v=n&&n.autoplay?n.autoplay.delay:3e3,s,f=new Date().getTime(),h,m,S,A,E,u,w;function b(V){!e||e.destroyed||!e.wrapperEl||V.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(w||V.detail&&V.detail.bySwiperTouchMove)&&c())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(v=s,h=!1);const V=e.autoplay.paused?s:f+v-new Date().getTime();e.autoplay.timeLeft=V,l("autoplayTimeLeft",V,V/r),d=requestAnimationFrame(()=>{T()})},D=()=>{let V;return e.virtual&&e.params.virtual.enabled?V=e.slides.filter(k=>k.classList.contains("swiper-slide-active"))[0]:V=e.slides[e.activeIndex],V?parseInt(V.getAttribute("data-swiper-autoplay"),10):void 0},g=V=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(d),T();let B=typeof V>"u"?e.params.autoplay.delay:V;r=e.params.autoplay.delay,v=e.params.autoplay.delay;const k=D();!Number.isNaN(k)&&k>0&&typeof V>"u"&&(B=k,r=k,v=k),s=B;const N=e.params.speed,U=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(N,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,N,!0,!0),l("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(N,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,N,!0,!0),l("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return B>0?(clearTimeout(a),a=setTimeout(()=>{U()},B)):requestAnimationFrame(()=>{U()}),B},O=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),l("autoplayStart")},P=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(d),l("autoplayStop")},x=(V,B)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),V||(u=!0);const k=()=>{l("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):c()};if(e.autoplay.paused=!0,B){E&&(s=e.params.autoplay.delay),E=!1,k();return}s=(s||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&s<0&&!e.params.loop)&&(s<0&&(s=0),k())},c=()=>{e.isEnd&&s<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),u?(u=!1,g(s)):g(),e.autoplay.paused=!1,l("autoplayResume"))},M=()=>{if(e.destroyed||!e.autoplay.running)return;const V=Et();V.visibilityState==="hidden"&&(u=!0,x(!0)),V.visibilityState==="visible"&&c()},y=V=>{V.pointerType==="mouse"&&(u=!0,w=!0,!(e.animating||e.autoplay.paused)&&x(!0))},I=V=>{V.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&c())},C=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",y),e.el.addEventListener("pointerleave",I))},R=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",y),e.el.removeEventListener("pointerleave",I))},F=()=>{Et().addEventListener("visibilitychange",M)},j=()=>{Et().removeEventListener("visibilitychange",M)};o("init",()=>{e.params.autoplay.enabled&&(C(),F(),O())}),o("destroy",()=>{R(),j(),e.autoplay.running&&P()}),o("_freeModeStaticRelease",()=>{(S||u)&&c()}),o("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?P():x(!0,!0)}),o("beforeTransitionStart",(V,B,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,u=!1,A=setTimeout(()=>{u=!0,S=!0,x(!0)},200)}}),o("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!m)){if(clearTimeout(A),clearTimeout(a),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||(E=!0)}),Object.assign(e.autoplay,{start:O,stop:P,pause:x,resume:c})}function zn(t){let{swiper:e,extendParams:i,emit:o,once:l}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function n(){if(e.params.cssMode)return;const r=e.getTranslate();e.setTranslate(r),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function a(){if(e.params.cssMode)return;const{touchEventsData:r,touches:v}=e;r.velocities.length===0&&r.velocities.push({position:v[e.isHorizontal()?"startX":"startY"],time:r.touchStartTime}),r.velocities.push({position:v[e.isHorizontal()?"currentX":"currentY"],time:bt()})}function d(r){let{currentPos:v}=r;if(e.params.cssMode)return;const{params:s,wrapperEl:f,rtlTranslate:h,snapGrid:m,touchEventsData:S}=e,E=bt()-S.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(s.freeMode.momentum){if(S.velocities.length>1){const P=S.velocities.pop(),x=S.velocities.pop(),c=P.position-x.position,M=P.time-x.time;e.velocity=c/M,e.velocity/=2,Math.abs(e.velocity)<s.freeMode.minimumVelocity&&(e.velocity=0),(M>150||bt()-P.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=s.freeMode.momentumVelocityRatio,S.velocities.length=0;let u=1e3*s.freeMode.momentumRatio;const w=e.velocity*u;let b=e.translate+w;h&&(b=-b);let T=!1,D;const g=Math.abs(e.velocity)*20*s.freeMode.momentumBounceRatio;let O;if(b<e.maxTranslate())s.freeMode.momentumBounce?(b+e.maxTranslate()<-g&&(b=e.maxTranslate()-g),D=e.maxTranslate(),T=!0,S.allowMomentumBounce=!0):b=e.maxTranslate(),s.loop&&s.centeredSlides&&(O=!0);else if(b>e.minTranslate())s.freeMode.momentumBounce?(b-e.minTranslate()>g&&(b=e.minTranslate()+g),D=e.minTranslate(),T=!0,S.allowMomentumBounce=!0):b=e.minTranslate(),s.loop&&s.centeredSlides&&(O=!0);else if(s.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(O&&l("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?u=Math.abs((-b-e.translate)/e.velocity):u=Math.abs((b-e.translate)/e.velocity),s.freeMode.sticky){const P=Math.abs((h?-b:b)-e.translate),x=e.slidesSizesGrid[e.activeIndex];P<x?u=s.speed:P<2*x?u=s.speed*1.5:u=s.speed*2.5}}else if(s.freeMode.sticky){e.slideToClosest();return}s.freeMode.momentumBounce&&T?(e.updateProgress(D),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Ti(f,()=>{!e||e.destroyed||!S.allowMomentumBounce||(o("momentumBounce"),e.setTransition(s.speed),setTimeout(()=>{e.setTranslate(D),Ti(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(o("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(u),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Ti(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(s.freeMode.sticky){e.slideToClosest();return}else s.freeMode&&o("_freeModeNoMomentumRelease");(!s.freeMode.momentum||E>=s.longSwipesMs)&&(o("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:n,onTouchMove:a,onTouchEnd:d}})}let Ei;function Hn(){const t=rt(),e=Et();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function bo(){return Ei||(Ei=Hn()),Ei}let Ii;function Gn(t){let{userAgent:e}=t===void 0?{}:t;const i=bo(),o=rt(),l=o.navigator.platform,n=e||o.navigator.userAgent,a={ios:!1,android:!1},d=o.screen.width,r=o.screen.height,v=n.match(/(Android);?[\s\/]+([\d.]+)?/);let s=n.match(/(iPad).*OS\s([\d_]+)/);const f=n.match(/(iPod)(.*OS\s([\d_]+))?/),h=!s&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m=l==="Win32";let S=l==="MacIntel";const A=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!s&&S&&i.touch&&A.indexOf(`${d}x${r}`)>=0&&(s=n.match(/(Version)\/([\d.]+)/),s||(s=[0,1,"13_0_0"]),S=!1),v&&!m&&(a.os="android",a.android=!0),(s||h||f)&&(a.os="ios",a.ios=!0),a}function yo(t){return t===void 0&&(t={}),Ii||(Ii=Gn(t)),Ii}let Ci;function Un(){const t=rt(),e=yo();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[r,v]=d.split("Version/")[1].split(" ")[0].split(".").map(s=>Number(s));i=r<16||r===16&&v<2}}const l=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),n=o(),a=n||l&&e.ios;return{isSafari:i||n,needPerspectiveFix:i,need3dFix:a,isWebView:l}}function Wn(){return Ci||(Ci=Un()),Ci}function Yn(t){let{swiper:e,on:i,emit:o}=t;const l=rt();let n=null,a=null;const d=()=>{!e||e.destroyed||!e.initialized||(o("beforeResize"),o("resize"))},r=()=>{!e||e.destroyed||!e.initialized||(n=new ResizeObserver(f=>{a=l.requestAnimationFrame(()=>{const{width:h,height:m}=e;let S=h,A=m;f.forEach(E=>{let{contentBoxSize:u,contentRect:w,target:b}=E;b&&b!==e.el||(S=w?w.width:(u[0]||u).inlineSize,A=w?w.height:(u[0]||u).blockSize)}),(S!==h||A!==m)&&d()})}),n.observe(e.el))},v=()=>{a&&l.cancelAnimationFrame(a),n&&n.unobserve&&e.el&&(n.unobserve(e.el),n=null)},s=()=>{!e||e.destroyed||!e.initialized||o("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof l.ResizeObserver<"u"){r();return}l.addEventListener("resize",d),l.addEventListener("orientationchange",s)}),i("destroy",()=>{v(),l.removeEventListener("resize",d),l.removeEventListener("orientationchange",s)})}function Xn(t){let{swiper:e,extendParams:i,on:o,emit:l}=t;const n=[],a=rt(),d=function(s,f){f===void 0&&(f={});const h=a.MutationObserver||a.WebkitMutationObserver,m=new h(S=>{if(e.__preventObserver__)return;if(S.length===1){l("observerUpdate",S[0]);return}const A=function(){l("observerUpdate",S[0])};a.requestAnimationFrame?a.requestAnimationFrame(A):a.setTimeout(A,0)});m.observe(s,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),n.push(m)},r=()=>{if(e.params.observer){if(e.params.observeParents){const s=ho(e.hostEl);for(let f=0;f<s.length;f+=1)d(s[f])}d(e.hostEl,{childList:e.params.observeSlideChildren}),d(e.wrapperEl,{attributes:!1})}},v=()=>{n.forEach(s=>{s.disconnect()}),n.splice(0,n.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",r),o("destroy",v)}var Jn={on(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;const l=i?"unshift":"push";return t.split(" ").forEach(n=>{o.eventsListeners[n]||(o.eventsListeners[n]=[]),o.eventsListeners[n][l](e)}),o},once(t,e,i){const o=this;if(!o.eventsListeners||o.destroyed||typeof e!="function")return o;function l(){o.off(t,l),l.__emitterProxy&&delete l.__emitterProxy;for(var n=arguments.length,a=new Array(n),d=0;d<n;d++)a[d]=arguments[d];e.apply(o,a)}return l.__emitterProxy=e,o.on(t,l,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((l,n)=>{(l===e||l.__emitterProxy&&l.__emitterProxy===e)&&i.eventsListeners[o].splice(n,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,o;for(var l=arguments.length,n=new Array(l),a=0;a<l;a++)n[a]=arguments[a];return typeof n[0]=="string"||Array.isArray(n[0])?(e=n[0],i=n.slice(1,n.length),o=t):(e=n[0].events,i=n[0].data,o=n[0].context||t),i.unshift(o),(Array.isArray(e)?e:e.split(" ")).forEach(r=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(v=>{v.apply(o,[r,...i])}),t.eventsListeners&&t.eventsListeners[r]&&t.eventsListeners[r].forEach(v=>{v.apply(o,i)})}),t}};function qn(){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(Bt(o,"padding-left")||0,10)-parseInt(Bt(o,"padding-right")||0,10),i=i-parseInt(Bt(o,"padding-top")||0,10)-parseInt(Bt(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 Kn(){const t=this;function e(c,M){return parseFloat(c.getPropertyValue(t.getDirectionLabel(M))||0)}const i=t.params,{wrapperEl:o,slidesEl:l,size:n,rtlTranslate:a,wrongRTL:d}=t,r=t.virtual&&i.virtual.enabled,v=r?t.virtual.slides.length:t.slides.length,s=Ct(l,`.${t.params.slideClass}, swiper-slide`),f=r?t.virtual.slides.length:s.length;let h=[];const m=[],S=[];let A=i.slidesOffsetBefore;typeof A=="function"&&(A=i.slidesOffsetBefore.call(t));let E=i.slidesOffsetAfter;typeof E=="function"&&(E=i.slidesOffsetAfter.call(t));const u=t.snapGrid.length,w=t.slidesGrid.length;let b=i.spaceBetween,T=-A,D=0,g=0;if(typeof n>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*n:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,s.forEach(c=>{a?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(li(o,"--swiper-centered-offset-before",""),li(o,"--swiper-centered-offset-after",""));const O=i.grid&&i.grid.rows>1&&t.grid;O?t.grid.initSlides(s):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 M;if(s[c]&&(M=s[c]),O&&t.grid.updateSlide(c,M,s),!(s[c]&&Bt(M,"display")==="none")){if(i.slidesPerView==="auto"){x&&(s[c].style[t.getDirectionLabel("width")]="");const y=getComputedStyle(M),I=M.style.transform,C=M.style.webkitTransform;if(I&&(M.style.transform="none"),C&&(M.style.webkitTransform="none"),i.roundLengths)P=t.isHorizontal()?Ai(M,"width",!0):Ai(M,"height",!0);else{const R=e(y,"width"),F=e(y,"padding-left"),j=e(y,"padding-right"),V=e(y,"margin-left"),B=e(y,"margin-right"),k=y.getPropertyValue("box-sizing");if(k&&k==="border-box")P=R+V+B;else{const{clientWidth:N,offsetWidth:U}=M;P=R+F+j+V+B+(U-N)}}I&&(M.style.transform=I),C&&(M.style.webkitTransform=C),i.roundLengths&&(P=Math.floor(P))}else P=(n-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(P=Math.floor(P)),s[c]&&(s[c].style[t.getDirectionLabel("width")]=`${P}px`);s[c]&&(s[c].swiperSlideSize=P),S.push(P),i.centeredSlides?(T=T+P/2+D/2+b,D===0&&c!==0&&(T=T-n/2-b),c===0&&(T=T-n/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,n)+E,a&&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(P,h),!i.centeredSlides){const c=[];for(let M=0;M<h.length;M+=1){let y=h[M];i.roundLengths&&(y=Math.floor(y)),h[M]<=t.virtualSize-n&&c.push(y)}h=c,Math.floor(t.virtualSize-n)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-n)}if(r&&i.loop){const c=S[0]+b;if(i.slidesPerGroup>1){const M=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),y=c*i.slidesPerGroup;for(let I=0;I<M;I+=1)h.push(h[h.length-1]+y)}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()&&a?"marginLeft":t.getDirectionLabel("marginRight");s.filter((M,y)=>!i.cssMode||i.loop?!0:y!==s.length-1).forEach(M=>{M.style[c]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;S.forEach(y=>{c+=y+(b||0)}),c-=b;const M=c-n;h=h.map(y=>y<=0?-A:y>M?M+E:y)}if(i.centerInsufficientSlides){let c=0;S.forEach(y=>{c+=y+(b||0)}),c-=b;const M=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+M<n){const y=(n-c-M)/2;h.forEach((I,C)=>{h[C]=I-y}),m.forEach((I,C)=>{m[C]=I+y})}}if(Object.assign(t,{slides:s,snapGrid:h,slidesGrid:m,slidesSizesGrid:S}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){li(o,"--swiper-centered-offset-before",`${-h[0]}px`),li(o,"--swiper-centered-offset-after",`${t.size/2-S[S.length-1]/2}px`);const c=-t.snapGrid[0],M=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(y=>y+c),t.slidesGrid=t.slidesGrid.map(y=>y+M)}if(f!==v&&t.emit("slidesLengthChange"),h.length!==u&&(t.params.watchOverflow&&t.checkOverflow(),t.emit("snapGridLengthChange")),m.length!==w&&t.emit("slidesGridLengthChange"),i.watchSlidesProgress&&t.updateSlidesOffset(),t.emit("slidesUpdated"),!r&&!i.cssMode&&(i.effect==="slide"||i.effect==="fade")){const 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 Zn(t){const e=this,i=[],o=e.virtual&&e.params.virtual.enabled;let l=0,n;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const a=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(n=0;n<Math.ceil(e.params.slidesPerView);n+=1){const d=e.activeIndex+n;if(d>e.slides.length&&!o)break;i.push(a(d))}else i.push(a(e.activeIndex));for(n=0;n<i.length;n+=1)if(typeof i[n]<"u"){const d=i[n].offsetHeight;l=d>l?d:l}(l||l===0)&&(e.wrapperEl.style.height=`${l}px`)}function Qn(){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 wo=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function $n(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:o,rtlTranslate:l,snapGrid:n}=e;if(o.length===0)return;typeof o[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let a=-t;l&&(a=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 r=0;r<o.length;r+=1){const v=o[r];let s=v.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(s-=o[0].swiperSlideOffset);const f=(a+(i.centeredSlides?e.minTranslate():0)-s)/(v.swiperSlideSize+d),h=(a-n[0]+(i.centeredSlides?e.minTranslate():0)-s)/(v.swiperSlideSize+d),m=-(a-s),S=m+e.slidesSizesGrid[r],A=m>=0&&m<=e.size-e.slidesSizesGrid[r],E=m>=0&&m<e.size-1||S>1&&S<=e.size||m<=0&&S>=e.size;E&&(e.visibleSlides.push(v),e.visibleSlidesIndexes.push(r)),wo(v,E,i.slideVisibleClass),wo(v,A,i.slideFullyVisibleClass),v.progress=l?-f:f,v.originalProgress=l?-h:h}}function el(t){const e=this;if(typeof t>"u"){const s=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*s||0}const i=e.params,o=e.maxTranslate()-e.minTranslate();let{progress:l,isBeginning:n,isEnd:a,progressLoop:d}=e;const r=n,v=a;if(o===0)l=0,n=!0,a=!0;else{l=(t-e.minTranslate())/o;const s=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;n=s||l<=0,a=f||l>=1,s&&(l=0),f&&(l=1)}if(i.loop){const s=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[s],m=e.slidesGrid[f],S=e.slidesGrid[e.slidesGrid.length-1],A=Math.abs(t);A>=h?d=(A-h)/S:d=(A+S-m)/S,d>1&&(d-=1)}Object.assign(e,{progress:l,progressLoop:d,isBeginning:n,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),n&&!r&&e.emit("reachBeginning toEdge"),a&&!v&&e.emit("reachEnd toEdge"),(r&&!n||v&&!a)&&e.emit("fromEdge"),e.emit("progress",l)}const ki=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function tl(){const t=this,{slides:e,params:i,slidesEl:o,activeIndex:l}=t,n=t.virtual&&i.virtual.enabled,a=t.grid&&i.grid&&i.grid.rows>1,d=f=>Ct(o,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let r,v,s;if(n)if(i.loop){let f=l-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),r=d(`[data-swiper-slide-index="${f}"]`)}else r=d(`[data-swiper-slide-index="${l}"]`);else a?(r=e.filter(f=>f.column===l)[0],s=e.filter(f=>f.column===l+1)[0],v=e.filter(f=>f.column===l-1)[0]):r=e[l];r&&(a||(s=Fn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!s&&(s=e[0]),v=Nn(r,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!v===0&&(v=e[e.length-1]))),e.forEach(f=>{ki(f,f===r,i.slideActiveClass),ki(f,f===s,i.slideNextClass),ki(f,f===v,i.slidePrevClass)}),t.emitSlidesClasses()}const ci=(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 l=o.querySelector(`.${t.params.lazyPreloaderClass}`);!l&&t.isElement&&(o.shadowRoot?l=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{o.shadowRoot&&(l=o.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),l&&l.remove())})),l&&l.remove()}},_i=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Pi=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),l=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const a=l,d=[a-e];d.push(...Array.from({length:e}).map((r,v)=>a+o+v)),t.slides.forEach((r,v)=>{d.includes(r.column)&&_i(t,v)});return}const n=l+o-1;if(t.params.rewind||t.params.loop)for(let a=l-e;a<=n+e;a+=1){const d=(a%i+i)%i;(d<l||d>n)&&_i(t,d)}else for(let a=Math.max(l-e,0);a<=Math.min(n+e,i-1);a+=1)a!==l&&(a>n||a<l)&&_i(t,a)};function il(t){const{slidesGrid:e,params:i}=t,o=t.rtlTranslate?t.translate:-t.translate;let l;for(let n=0;n<e.length;n+=1)typeof e[n+1]<"u"?o>=e[n]&&o<e[n+1]-(e[n+1]-e[n])/2?l=n:o>=e[n]&&o<e[n+1]&&(l=n+1):o>=e[n]&&(l=n);return i.normalizeSlideIndex&&(l<0||typeof l>"u")&&(l=0),l}function ol(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:o,params:l,activeIndex:n,realIndex:a,snapIndex:d}=e;let r=t,v;const s=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 r>"u"&&(r=il(e)),o.indexOf(i)>=0)v=o.indexOf(i);else{const m=Math.min(l.slidesPerGroupSkip,r);v=m+Math.floor((r-m)/l.slidesPerGroup)}if(v>=o.length&&(v=o.length-1),r===n&&!e.params.loop){v!==d&&(e.snapIndex=v,e.emit("snapIndexChange"));return}if(r===n&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=s(r);return}const f=e.grid&&l.grid&&l.grid.rows>1;let h;if(e.virtual&&l.virtual.enabled&&l.loop)h=s(r);else if(f){const m=e.slides.filter(A=>A.column===r)[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/l.grid.rows)}else if(e.slides[r]){const m=e.slides[r].getAttribute("data-swiper-slide-index");m?h=parseInt(m,10):h=r}else h=r;Object.assign(e,{previousSnapIndex:d,snapIndex:v,previousRealIndex:a,realIndex:h,previousIndex:n,activeIndex:r}),e.initialized&&Pi(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function nl(t,e){const i=this,o=i.params;let l=t.closest(`.${o.slideClass}, swiper-slide`);!l&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(d=>{!l&&d.matches&&d.matches(`.${o.slideClass}, swiper-slide`)&&(l=d)});let n=!1,a;if(l){for(let d=0;d<i.slides.length;d+=1)if(i.slides[d]===l){n=!0,a=d;break}}if(l&&n)i.clickedSlide=l,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(l.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=a;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}o.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var ll={updateSize:qn,updateSlides:Kn,updateAutoHeight:Zn,updateSlidesOffset:Qn,updateSlidesProgress:$n,updateProgress:el,updateSlidesClasses:tl,updateActiveIndex:ol,updateClickedSlide:nl};function al(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:o,translate:l,wrapperEl:n}=e;if(i.virtualTranslate)return o?-l:l;if(i.cssMode)return l;let a=Ln(n,t);return a+=e.cssOverflowAdjustment(),o&&(a=-a),a||0}function dl(t,e){const i=this,{rtlTranslate:o,params:l,wrapperEl:n,progress:a}=i;let d=0,r=0;const v=0;i.isHorizontal()?d=o?-t:t:r=t,l.roundLengths&&(d=Math.floor(d),r=Math.floor(r)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?d:r,l.cssMode?n[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-d:-r:l.virtualTranslate||(i.isHorizontal()?d-=i.cssOverflowAdjustment():r-=i.cssOverflowAdjustment(),n.style.transform=`translate3d(${d}px, ${r}px, ${v}px)`);let s;const f=i.maxTranslate()-i.minTranslate();f===0?s=0:s=(t-i.minTranslate())/f,s!==a&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function rl(){return-this.snapGrid[0]}function sl(){return-this.snapGrid[this.snapGrid.length-1]}function cl(t,e,i,o,l){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),o===void 0&&(o=!0);const n=this,{params:a,wrapperEl:d}=n;if(n.animating&&a.preventInteractionOnTransition)return!1;const r=n.minTranslate(),v=n.maxTranslate();let s;if(o&&t>r?s=r:o&&t<v?s=v:s=t,n.updateProgress(s),a.cssMode){const f=n.isHorizontal();if(e===0)d[f?"scrollLeft":"scrollTop"]=-s;else{if(!n.support.smoothScroll)return fo({swiper:n,targetPosition:-s,side:f?"left":"top"}),!0;d.scrollTo({[f?"left":"top"]:-s,behavior:"smooth"})}return!0}return e===0?(n.setTransition(0),n.setTranslate(s),i&&(n.emit("beforeTransitionStart",e,l),n.emit("transitionEnd"))):(n.setTransition(e),n.setTranslate(s),i&&(n.emit("beforeTransitionStart",e,l),n.emit("transitionStart")),n.animating||(n.animating=!0,n.onTranslateToWrapperTransitionEnd||(n.onTranslateToWrapperTransitionEnd=function(h){!n||n.destroyed||h.target===this&&(n.wrapperEl.removeEventListener("transitionend",n.onTranslateToWrapperTransitionEnd),n.onTranslateToWrapperTransitionEnd=null,delete n.onTranslateToWrapperTransitionEnd,n.animating=!1,i&&n.emit("transitionEnd"))}),n.wrapperEl.addEventListener("transitionend",n.onTranslateToWrapperTransitionEnd))),!0}var ul={getTranslate:al,setTranslate:dl,minTranslate:rl,maxTranslate:sl,translateTo:cl};function vl(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:l}=t;const{activeIndex:n,previousIndex:a}=e;let d=o;if(d||(n>a?d="next":n<a?d="prev":d="reset"),e.emit(`transition${l}`),i&&n!==a){if(d==="reset"){e.emit(`slideResetTransition${l}`);return}e.emit(`slideChangeTransition${l}`),d==="next"?e.emit(`slideNextTransition${l}`):e.emit(`slidePrevTransition${l}`)}}function pl(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 ml(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 fl={setTransition:vl,transitionStart:pl,transitionEnd:ml};function hl(t,e,i,o,l){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const n=this;let a=t;a<0&&(a=0);const{params:d,snapGrid:r,slidesGrid:v,previousIndex:s,activeIndex:f,rtlTranslate:h,wrapperEl:m,enabled:S}=n;if(!S&&!o&&!l||n.destroyed||n.animating&&d.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=n.params.speed);const A=Math.min(n.params.slidesPerGroupSkip,a);let E=A+Math.floor((a-A)/n.params.slidesPerGroup);E>=r.length&&(E=r.length-1);const u=-r[E];if(d.normalizeSlideIndex)for(let b=0;b<v.length;b+=1){const T=-Math.floor(u*100),D=Math.floor(v[b]*100),g=Math.floor(v[b+1]*100);typeof v[b+1]<"u"?T>=D&&T<g-(g-D)/2?a=b:T>=D&&T<g&&(a=b+1):T>=D&&(a=b)}if(n.initialized&&a!==f&&(!n.allowSlideNext&&(h?u>n.translate&&u>n.minTranslate():u<n.translate&&u<n.minTranslate())||!n.allowSlidePrev&&u>n.translate&&u>n.maxTranslate()&&(f||0)!==a))return!1;a!==(s||0)&&i&&n.emit("beforeSlideChangeStart"),n.updateProgress(u);let w;if(a>f?w="next":a<f?w="prev":w="reset",h&&-u===n.translate||!h&&u===n.translate)return n.updateActiveIndex(a),d.autoHeight&&n.updateAutoHeight(),n.updateSlidesClasses(),d.effect!=="slide"&&n.setTranslate(u),w!=="reset"&&(n.transitionStart(i,w),n.transitionEnd(i,w)),!1;if(d.cssMode){const b=n.isHorizontal(),T=h?u:-u;if(e===0){const D=n.virtual&&n.params.virtual.enabled;D&&(n.wrapperEl.style.scrollSnapType="none",n._immediateVirtual=!0),D&&!n._cssModeVirtualInitialSet&&n.params.initialSlide>0?(n._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{m[b?"scrollLeft":"scrollTop"]=T})):m[b?"scrollLeft":"scrollTop"]=T,D&&requestAnimationFrame(()=>{n.wrapperEl.style.scrollSnapType="",n._immediateVirtual=!1})}else{if(!n.support.smoothScroll)return fo({swiper:n,targetPosition:T,side:b?"left":"top"}),!0;m.scrollTo({[b?"left":"top"]:T,behavior:"smooth"})}return!0}return n.setTransition(e),n.setTranslate(u),n.updateActiveIndex(a),n.updateSlidesClasses(),n.emit("beforeTransitionStart",e,o),n.transitionStart(i,w),e===0?n.transitionEnd(i,w):n.animating||(n.animating=!0,n.onSlideToWrapperTransitionEnd||(n.onSlideToWrapperTransitionEnd=function(T){!n||n.destroyed||T.target===this&&(n.wrapperEl.removeEventListener("transitionend",n.onSlideToWrapperTransitionEnd),n.onSlideToWrapperTransitionEnd=null,delete n.onSlideToWrapperTransitionEnd,n.transitionEnd(i,w))}),n.wrapperEl.addEventListener("transitionend",n.onSlideToWrapperTransitionEnd)),!0}function gl(t,e,i,o){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;if(l.destroyed)return;typeof e>"u"&&(e=l.params.speed);const n=l.grid&&l.params.grid&&l.params.grid.rows>1;let a=t;if(l.params.loop)if(l.virtual&&l.params.virtual.enabled)a=a+l.virtual.slidesBefore;else{let d;if(n){const h=a*l.params.grid.rows;d=l.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else d=l.getSlideIndexByData(a);const r=n?Math.ceil(l.slides.length/l.params.grid.rows):l.slides.length,{centeredSlides:v}=l.params;let s=l.params.slidesPerView;s==="auto"?s=l.slidesPerViewDynamic():(s=Math.ceil(parseFloat(l.params.slidesPerView,10)),v&&s%2===0&&(s=s+1));let f=r-d<s;if(v&&(f=f||d<Math.ceil(s/2)),o&&v&&l.params.slidesPerView!=="auto"&&!n&&(f=!1),f){const h=v?d<l.activeIndex?"prev":"next":d-l.activeIndex-1<l.params.slidesPerView?"next":"prev";l.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?d+1:d-r+1,slideRealIndex:h==="next"?l.realIndex:void 0})}if(n){const h=a*l.params.grid.rows;a=l.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else a=l.getSlideIndexByData(a)}return requestAnimationFrame(()=>{l.slideTo(a,e,i,o)}),l}function bl(t,e,i){e===void 0&&(e=!0);const o=this,{enabled:l,params:n,animating:a}=o;if(!l||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);let d=n.slidesPerGroup;n.slidesPerView==="auto"&&n.slidesPerGroup===1&&n.slidesPerGroupAuto&&(d=Math.max(o.slidesPerViewDynamic("current",!0),1));const r=o.activeIndex<n.slidesPerGroupSkip?1:d,v=o.virtual&&n.virtual.enabled;if(n.loop){if(a&&!v&&n.loopPreventsSliding)return!1;if(o.loopFix({direction:"next"}),o._clientLeft=o.wrapperEl.clientLeft,o.activeIndex===o.slides.length-1&&n.cssMode)return requestAnimationFrame(()=>{o.slideTo(o.activeIndex+r,t,e,i)}),!0}return n.rewind&&o.isEnd?o.slideTo(0,t,e,i):o.slideTo(o.activeIndex+r,t,e,i)}function yl(t,e,i){e===void 0&&(e=!0);const o=this,{params:l,snapGrid:n,slidesGrid:a,rtlTranslate:d,enabled:r,animating:v}=o;if(!r||o.destroyed)return o;typeof t>"u"&&(t=o.params.speed);const s=o.virtual&&l.virtual.enabled;if(l.loop){if(v&&!s&&l.loopPreventsSliding)return!1;o.loopFix({direction:"prev"}),o._clientLeft=o.wrapperEl.clientLeft}const f=d?o.translate:-o.translate;function h(u){return u<0?-Math.floor(Math.abs(u)):Math.floor(u)}const m=h(f),S=n.map(u=>h(u));let A=n[S.indexOf(m)-1];if(typeof A>"u"&&l.cssMode){let u;n.forEach((w,b)=>{m>=w&&(u=b)}),typeof u<"u"&&(A=n[u>0?u-1:u])}let E=0;if(typeof A<"u"&&(E=a.indexOf(A),E<0&&(E=o.activeIndex-1),l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(E=E-o.slidesPerViewDynamic("previous",!0)+1,E=Math.max(E,0))),l.rewind&&o.isBeginning){const u=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(u,t,e,i)}else if(l.loop&&o.activeIndex===0&&l.cssMode)return requestAnimationFrame(()=>{o.slideTo(E,t,e,i)}),!0;return o.slideTo(E,t,e,i)}function wl(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 l=this;if(l.destroyed)return;typeof t>"u"&&(t=l.params.speed);let n=l.activeIndex;const a=Math.min(l.params.slidesPerGroupSkip,n),d=a+Math.floor((n-a)/l.params.slidesPerGroup),r=l.rtlTranslate?l.translate:-l.translate;if(r>=l.snapGrid[d]){const v=l.snapGrid[d],s=l.snapGrid[d+1];r-v>(s-v)*o&&(n+=l.params.slidesPerGroup)}else{const v=l.snapGrid[d-1],s=l.snapGrid[d];r-v<=(s-v)*o&&(n-=l.params.slidesPerGroup)}return n=Math.max(n,0),n=Math.min(n,l.slidesGrid.length-1),l.slideTo(n,t,e,i)}function xl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,o=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let l=t.clickedIndex,n;const a=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;n=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?l<t.loopedSlides-o/2||l>t.slides.length-t.loopedSlides+o/2?(t.loopFix(),l=t.getSlideIndex(Ct(i,`${a}[data-swiper-slide-index="${n}"]`)[0]),jt(()=>{t.slideTo(l)})):t.slideTo(l):l>t.slides.length-o?(t.loopFix(),l=t.getSlideIndex(Ct(i,`${a}[data-swiper-slide-index="${n}"]`)[0]),jt(()=>{t.slideTo(l)})):t.slideTo(l)}else t.slideTo(l)}var Tl={slideTo:hl,slideToLoop:gl,slideNext:bl,slidePrev:yl,slideReset:wl,slideToClosest:Sl,slideToClickedSlide:xl};function Al(t){const e=this,{params:i,slidesEl:o}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const l=()=>{Ct(o,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},n=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(n?i.grid.rows:1),d=e.slides.length%a!==0,r=n&&e.slides.length%i.grid.rows!==0,v=s=>{for(let f=0;f<s;f+=1){const h=e.isElement?Jt("swiper-slide",[i.slideBlankClass]):Jt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(d){if(i.loopAddBlankSlides){const s=a-e.slides.length%a;v(s),e.recalcSlides(),e.updateSlides()}else ai("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");l()}else if(r){if(i.loopAddBlankSlides){const s=i.grid.rows-e.slides.length%i.grid.rows;v(s),e.recalcSlides(),e.updateSlides()}else ai("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");l()}else l();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function El(t){let{slideRealIndex:e,slideTo:i=!0,direction:o,setTranslate:l,activeSlideIndex:n,byController:a,byMousewheel:d}=t===void 0?{}:t;const r=this;if(!r.params.loop)return;r.emit("beforeLoopFix");const{slides:v,allowSlidePrev:s,allowSlideNext:f,slidesEl:h,params:m}=r,{centeredSlides:S}=m;if(r.allowSlidePrev=!0,r.allowSlideNext=!0,r.virtual&&m.virtual.enabled){i&&(!m.centeredSlides&&r.snapIndex===0?r.slideTo(r.virtual.slides.length,0,!1,!0):m.centeredSlides&&r.snapIndex<m.slidesPerView?r.slideTo(r.virtual.slides.length+r.snapIndex,0,!1,!0):r.snapIndex===r.snapGrid.length-1&&r.slideTo(r.virtual.slidesBefore,0,!1,!0)),r.allowSlidePrev=s,r.allowSlideNext=f,r.emit("loopFix");return}let A=m.slidesPerView;A==="auto"?A=r.slidesPerViewDynamic():(A=Math.ceil(parseFloat(m.slidesPerView,10)),S&&A%2===0&&(A=A+1));const E=m.slidesPerGroupAuto?A:m.slidesPerGroup;let u=E;u%E!==0&&(u+=E-u%E),u+=m.loopAdditionalSlides,r.loopedSlides=u;const w=r.grid&&m.grid&&m.grid.rows>1;v.length<A+u?ai("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"&&ai("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],T=[];let D=r.activeIndex;typeof n>"u"?n=r.getSlideIndex(v.filter(I=>I.classList.contains(m.slideActiveClass))[0]):D=n;const g=o==="next"||!o,O=o==="prev"||!o;let P=0,x=0;const c=w?Math.ceil(v.length/m.grid.rows):v.length,y=(w?v[n].column:n)+(S&&typeof l>"u"?-A/2+.5:0);if(y<u){P=Math.max(u-y,E);for(let I=0;I<u-y;I+=1){const C=I-Math.floor(I/c)*c;if(w){const R=c-C-1;for(let F=v.length-1;F>=0;F-=1)v[F].column===R&&b.push(F)}else b.push(c-C-1)}}else if(y+A>c-u){x=Math.max(y-(c-u*2),E);for(let I=0;I<x;I+=1){const C=I-Math.floor(I/c)*c;w?v.forEach((R,F)=>{R.column===C&&T.push(F)}):T.push(C)}}if(r.__preventObserver__=!0,requestAnimationFrame(()=>{r.__preventObserver__=!1}),O&&b.forEach(I=>{v[I].swiperLoopMoveDOM=!0,h.prepend(v[I]),v[I].swiperLoopMoveDOM=!1}),g&&T.forEach(I=>{v[I].swiperLoopMoveDOM=!0,h.append(v[I]),v[I].swiperLoopMoveDOM=!1}),r.recalcSlides(),m.slidesPerView==="auto"?r.updateSlides():w&&(b.length>0&&O||T.length>0&&g)&&r.slides.forEach((I,C)=>{r.grid.updateSlide(C,I,r.slides)}),m.watchSlidesProgress&&r.updateSlidesOffset(),i){if(b.length>0&&O){if(typeof e>"u"){const I=r.slidesGrid[D],R=r.slidesGrid[D+P]-I;d?r.setTranslate(r.translate-R):(r.slideTo(D+Math.ceil(P),0,!1,!0),l&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-R,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-R))}else if(l){const I=w?b.length/m.grid.rows:b.length;r.slideTo(r.activeIndex+I,0,!1,!0),r.touchEventsData.currentTranslate=r.translate}}else if(T.length>0&&g)if(typeof e>"u"){const I=r.slidesGrid[D],R=r.slidesGrid[D-x]-I;d?r.setTranslate(r.translate-R):(r.slideTo(D-x,0,!1,!0),l&&(r.touchEventsData.startTranslate=r.touchEventsData.startTranslate-R,r.touchEventsData.currentTranslate=r.touchEventsData.currentTranslate-R))}else{const I=w?T.length/m.grid.rows:T.length;r.slideTo(r.activeIndex-I,0,!1,!0)}}if(r.allowSlidePrev=s,r.allowSlideNext=f,r.controller&&r.controller.control&&!a){const I={slideRealIndex:e,direction:o,setTranslate:l,activeSlideIndex:n,byController:!0};Array.isArray(r.controller.control)?r.controller.control.forEach(C=>{!C.destroyed&&C.params.loop&&C.loopFix({...I,slideTo:C.params.slidesPerView===m.slidesPerView?i:!1})}):r.controller.control instanceof r.constructor&&r.controller.control.params.loop&&r.controller.control.loopFix({...I,slideTo:r.controller.control.params.slidesPerView===m.slidesPerView?i:!1})}r.emit("loopFix")}function Il(){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(l=>{const n=typeof l.swiperSlideIndex>"u"?l.getAttribute("data-swiper-slide-index")*1:l.swiperSlideIndex;o[n]=l}),t.slides.forEach(l=>{l.removeAttribute("data-swiper-slide-index")}),o.forEach(l=>{i.append(l)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var Cl={loopCreate:Al,loopFix:El,loopDestroy:Il};function kl(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 _l(){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 Pl={setGrabCursor:kl,unsetGrabCursor:_l};function Dl(t,e){e===void 0&&(e=this);function i(o){if(!o||o===Et()||o===rt())return null;o.assignedSlot&&(o=o.assignedSlot);const l=o.closest(t);return!l&&!o.getRootNode?null:l||i(o.getRootNode().host)}return i(e)}function xo(t,e,i){const o=rt(),{params:l}=t,n=l.edgeSwipeDetection,a=l.edgeSwipeThreshold;return n&&(i<=a||i>=o.innerWidth-a)?n==="prevent"?(e.preventDefault(),!0):!1:!0}function Ol(t){const e=this,i=Et();let o=t;o.originalEvent&&(o=o.originalEvent);const l=e.touchEventsData;if(o.type==="pointerdown"){if(l.pointerId!==null&&l.pointerId!==o.pointerId)return;l.pointerId=o.pointerId}else o.type==="touchstart"&&o.targetTouches.length===1&&(l.touchId=o.targetTouches[0].identifier);if(o.type==="touchstart"){xo(e,o,o.targetTouches[0].pageX);return}const{params:n,touches:a,enabled:d}=e;if(!d||!n.simulateTouch&&o.pointerType==="mouse"||e.animating&&n.preventInteractionOnTransition)return;!e.animating&&n.cssMode&&n.loop&&e.loopFix();let r=o.target;if(n.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(r)||"which"in o&&o.which===3||"button"in o&&o.button>0||l.isTouched&&l.isMoved)return;const v=!!n.noSwipingClass&&n.noSwipingClass!=="",s=o.composedPath?o.composedPath():o.path;v&&o.target&&o.target.shadowRoot&&s&&(r=s[0]);const f=n.noSwipingSelector?n.noSwipingSelector:`.${n.noSwipingClass}`,h=!!(o.target&&o.target.shadowRoot);if(n.noSwiping&&(h?Dl(f,r):r.closest(f))){e.allowClick=!0;return}if(n.swipeHandler&&!r.closest(n.swipeHandler))return;a.currentX=o.pageX,a.currentY=o.pageY;const m=a.currentX,S=a.currentY;if(!xo(e,o,m))return;Object.assign(l,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=m,a.startY=S,l.touchStartTime=bt(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,n.threshold>0&&(l.allowThresholdMove=!1);let A=!0;r.matches(l.focusableElements)&&(A=!1,r.nodeName==="SELECT"&&(l.isTouched=!1)),i.activeElement&&i.activeElement.matches(l.focusableElements)&&i.activeElement!==r&&i.activeElement.blur();const E=A&&e.allowTouchMove&&n.touchStartPreventDefault;(n.touchStartForcePreventDefault||E)&&!r.isContentEditable&&o.preventDefault(),n.freeMode&&n.freeMode.enabled&&e.freeMode&&e.animating&&!n.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",o)}function Ml(t){const e=Et(),i=this,o=i.touchEventsData,{params:l,touches:n,rtlTranslate:a,enabled:d}=i;if(!d||!l.simulateTouch&&t.pointerType==="mouse")return;let r=t;if(r.originalEvent&&(r=r.originalEvent),r.type==="pointermove"&&(o.touchId!==null||r.pointerId!==o.pointerId))return;let v;if(r.type==="touchmove"){if(v=[...r.changedTouches].filter(g=>g.identifier===o.touchId)[0],!v||v.identifier!==o.touchId)return}else v=r;if(!o.isTouched){o.startMoving&&o.isScrolling&&i.emit("touchMoveOpposite",r);return}const s=v.pageX,f=v.pageY;if(r.preventedByNestedSwiper){n.startX=s,n.startY=f;return}if(!i.allowTouchMove){r.target.matches(o.focusableElements)||(i.allowClick=!1),o.isTouched&&(Object.assign(n,{startX:s,startY:f,currentX:s,currentY:f}),o.touchStartTime=bt());return}if(l.touchReleaseOnEdges&&!l.loop){if(i.isVertical()){if(f<n.startY&&i.translate<=i.maxTranslate()||f>n.startY&&i.translate>=i.minTranslate()){o.isTouched=!1,o.isMoved=!1;return}}else if(s<n.startX&&i.translate<=i.maxTranslate()||s>n.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&r.target===e.activeElement&&r.target.matches(o.focusableElements)){o.isMoved=!0,i.allowClick=!1;return}o.allowTouchCallbacks&&i.emit("touchMove",r),n.previousX=n.currentX,n.previousY=n.currentY,n.currentX=s,n.currentY=f;const h=n.currentX-n.startX,m=n.currentY-n.startY;if(i.params.threshold&&Math.sqrt(h**2+m**2)<i.params.threshold)return;if(typeof o.isScrolling>"u"){let g;i.isHorizontal()&&n.currentY===n.startY||i.isVertical()&&n.currentX===n.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>l.touchAngle:90-g>l.touchAngle)}if(o.isScrolling&&i.emit("touchMoveOpposite",r),typeof o.startMoving>"u"&&(n.currentX!==n.startX||n.currentY!==n.startY)&&(o.startMoving=!0),o.isScrolling||r.type==="touchmove"&&o.preventTouchMoveFromPointerMove){o.isTouched=!1;return}if(!o.startMoving)return;i.allowClick=!1,!l.cssMode&&r.cancelable&&r.preventDefault(),l.touchMoveStopPropagation&&!l.nested&&r.stopPropagation();let S=i.isHorizontal()?h:m,A=i.isHorizontal()?n.currentX-n.previousX:n.currentY-n.previousY;l.oneWayMovement&&(S=Math.abs(S)*(a?1:-1),A=Math.abs(A)*(a?1:-1)),n.diff=S,S*=l.touchRatio,a&&(S=-S,A=-A);const E=i.touchesDirection;i.swipeDirection=S>0?"prev":"next",i.touchesDirection=A>0?"prev":"next";const u=i.params.loop&&!l.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!o.isMoved){if(u&&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,l.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",r)}let b;if(new Date().getTime(),o.isMoved&&o.allowThresholdMove&&E!==i.touchesDirection&&u&&w&&Math.abs(S)>=1){Object.assign(n,{startX:s,startY:f,currentX:s,currentY:f,startTranslate:o.currentTranslate}),o.loopSwapReset=!0,o.startTranslate=o.currentTranslate;return}i.emit("sliderMove",r),o.isMoved=!0,o.currentTranslate=S+o.startTranslate;let T=!0,D=l.resistanceRatio;if(l.touchReleaseOnEdges&&(D=0),S>0?(u&&w&&!b&&o.allowThresholdMove&&o.currentTranslate>(l.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),o.currentTranslate>i.minTranslate()&&(T=!1,l.resistance&&(o.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+o.startTranslate+S)**D))):S<0&&(u&&w&&!b&&o.allowThresholdMove&&o.currentTranslate<(l.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(l.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(l.slidesPerView,10)))}),o.currentTranslate<i.maxTranslate()&&(T=!1,l.resistance&&(o.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-o.startTranslate-S)**D))),T&&(r.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),l.threshold>0)if(Math.abs(S)>l.threshold||o.allowThresholdMove){if(!o.allowThresholdMove){o.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,o.currentTranslate=o.startTranslate,n.diff=i.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY;return}}else{o.currentTranslate=o.startTranslate;return}!l.followFinger||l.cssMode||((l.freeMode&&l.freeMode.enabled&&i.freeMode||l.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),l.freeMode&&l.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(o.currentTranslate),i.setTranslate(o.currentTranslate))}function Ll(t){const e=this,i=e.touchEventsData;let o=t;o.originalEvent&&(o=o.originalEvent);let l;if(o.type==="touchend"||o.type==="touchcancel"){if(l=[...o.changedTouches].filter(D=>D.identifier===i.touchId)[0],!l||l.identifier!==i.touchId)return}else{if(i.touchId!==null||o.pointerId!==i.pointerId)return;l=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:a,touches:d,rtlTranslate:r,slidesGrid:v,enabled:s}=e;if(!s||!a.simulateTouch&&o.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",o),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&a.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}a.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=bt(),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=bt(),jt(()=>{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(a.followFinger?m=r?e.translate:-e.translate:m=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled){e.freeMode.onTouchEnd({currentPos:m});return}const S=m>=-e.maxTranslate()&&!e.params.loop;let A=0,E=e.slidesSizesGrid[0];for(let D=0;D<v.length;D+=D<a.slidesPerGroupSkip?1:a.slidesPerGroup){const g=D<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof v[D+g]<"u"?(S||m>=v[D]&&m<v[D+g])&&(A=D,E=v[D+g]-v[D]):(S||m>=v[D])&&(A=D,E=v[v.length-1]-v[v.length-2])}let u=null,w=null;a.rewind&&(e.isBeginning?w=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(u=0));const b=(m-v[A])/E,T=A<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(h>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?u:A+T):e.slideTo(A)),e.swipeDirection==="prev"&&(b>1-a.longSwipesRatio?e.slideTo(A+T):w!==null&&b<0&&Math.abs(b)>a.longSwipesRatio?e.slideTo(w):e.slideTo(A))}else{if(!a.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(A+T):e.slideTo(A):(e.swipeDirection==="next"&&e.slideTo(u!==null?u:A+T),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:A))}}function To(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:o,allowSlidePrev:l,snapGrid:n}=t,a=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const d=a&&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&&!a?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=l,t.allowSlideNext=o,t.params.watchOverflow&&n!==t.snapGrid&&t.checkOverflow()}function Rl(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Bl(){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 l;const n=t.maxTranslate()-t.minTranslate();n===0?l=0:l=(t.translate-t.minTranslate())/n,l!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Nl(t){const e=this;ci(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function Fl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const Ao=(t,e)=>{const i=Et(),{params:o,el:l,wrapperEl:n,device:a}=t,d=!!o.nested,r=e==="on"?"addEventListener":"removeEventListener",v=e;!l||typeof l=="string"||(i[r]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:d}),l[r]("touchstart",t.onTouchStart,{passive:!1}),l[r]("pointerdown",t.onTouchStart,{passive:!1}),i[r]("touchmove",t.onTouchMove,{passive:!1,capture:d}),i[r]("pointermove",t.onTouchMove,{passive:!1,capture:d}),i[r]("touchend",t.onTouchEnd,{passive:!0}),i[r]("pointerup",t.onTouchEnd,{passive:!0}),i[r]("pointercancel",t.onTouchEnd,{passive:!0}),i[r]("touchcancel",t.onTouchEnd,{passive:!0}),i[r]("pointerout",t.onTouchEnd,{passive:!0}),i[r]("pointerleave",t.onTouchEnd,{passive:!0}),i[r]("contextmenu",t.onTouchEnd,{passive:!0}),(o.preventClicks||o.preventClicksPropagation)&&l[r]("click",t.onClick,!0),o.cssMode&&n[r]("scroll",t.onScroll),o.updateOnWindowResize?t[v](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",To,!0):t[v]("observerUpdate",To,!0),l[r]("load",t.onLoad,{capture:!0}))};function jl(){const t=this,{params:e}=t;t.onTouchStart=Ol.bind(t),t.onTouchMove=Ml.bind(t),t.onTouchEnd=Ll.bind(t),t.onDocumentTouchStart=Fl.bind(t),e.cssMode&&(t.onScroll=Bl.bind(t)),t.onClick=Rl.bind(t),t.onLoad=Nl.bind(t),Ao(t,"on")}function Vl(){Ao(this,"off")}var zl={attachEvents:jl,detachEvents:Vl};const Eo=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Hl(){const t=this,{realIndex:e,initialized:i,params:o,el:l}=t,n=o.breakpoints;if(!n||n&&Object.keys(n).length===0)return;const a=t.getBreakpoint(n,t.params.breakpointsBase,t.el);if(!a||t.currentBreakpoint===a)return;const r=(a in n?n[a]:void 0)||t.originalParams,v=Eo(t,o),s=Eo(t,r),f=t.params.grabCursor,h=r.grabCursor,m=o.enabled;v&&!s?(l.classList.remove(`${o.containerModifierClass}grid`,`${o.containerModifierClass}grid-column`),t.emitContainerClasses()):!v&&s&&(l.classList.add(`${o.containerModifierClass}grid`),(r.grid.fill&&r.grid.fill==="column"||!r.grid.fill&&o.grid.fill==="column")&&l.classList.add(`${o.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof r[b]>"u")return;const T=o[b]&&o[b].enabled,D=r[b]&&r[b].enabled;T&&!D&&t[b].disable(),!T&&D&&t[b].enable()});const S=r.direction&&r.direction!==o.direction,A=o.loop&&(r.slidesPerView!==o.slidesPerView||S),E=o.loop;S&&i&&t.changeDirection(),vt(t.params,r);const u=t.params.enabled,w=t.params.loop;Object.assign(t,{allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),m&&!u?t.disable():!m&&u&&t.enable(),t.currentBreakpoint=a,t.emit("_beforeBreakpoint",r),i&&(A?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!E&&w?(t.loopCreate(e),t.updateSlides()):E&&!w&&t.loopDestroy()),t.emit("breakpoint",r)}function Gl(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let o=!1;const l=rt(),n=e==="window"?l.innerHeight:i.clientHeight,a=Object.keys(t).map(d=>{if(typeof d=="string"&&d.indexOf("@")===0){const r=parseFloat(d.substr(1));return{value:n*r,point:d}}return{value:d,point:d}});a.sort((d,r)=>parseInt(d.value,10)-parseInt(r.value,10));for(let d=0;d<a.length;d+=1){const{point:r,value:v}=a[d];e==="window"?l.matchMedia(`(min-width: ${v}px)`).matches&&(o=r):v<=i.clientWidth&&(o=r)}return o||"max"}var Ul={setBreakpoint:Hl,getBreakpoint:Gl};function Wl(t,e){const i=[];return t.forEach(o=>{typeof o=="object"?Object.keys(o).forEach(l=>{o[l]&&i.push(e+l)}):typeof o=="string"&&i.push(e+o)}),i}function Yl(){const t=this,{classNames:e,params:i,rtl:o,el:l,device:n}=t,a=Wl(["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:n.android},{ios:n.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...a),l.classList.add(...e),t.emitContainerClasses()}function Xl(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var Jl={addClasses:Yl,removeClasses:Xl};function ql(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:o}=i;if(o){const l=t.slides.length-1,n=t.slidesGrid[l]+t.slidesSizesGrid[l]+o*2;t.isLocked=t.size>n}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 Kl={checkOverflow:ql},Di={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 Zl(t,e){return function(o){o===void 0&&(o={});const l=Object.keys(o)[0],n=o[l];if(typeof n!="object"||n===null){vt(e,o);return}if(t[l]===!0&&(t[l]={enabled:!0}),l==="navigation"&&t[l]&&t[l].enabled&&!t[l].prevEl&&!t[l].nextEl&&(t[l].auto=!0),["pagination","scrollbar"].indexOf(l)>=0&&t[l]&&t[l].enabled&&!t[l].el&&(t[l].auto=!0),!(l in t&&"enabled"in n)){vt(e,o);return}typeof t[l]=="object"&&!("enabled"in t[l])&&(t[l].enabled=!0),t[l]||(t[l]={enabled:!1}),vt(e,o)}}const Oi={eventsEmitter:Jn,update:ll,translate:ul,transition:fl,slide:Tl,loop:Cl,grabCursor:Pl,events:zl,breakpoints:Ul,checkOverflow:Kl,classes:Jl},Mi={};let Li=class Lt{constructor(){let e,i;for(var o=arguments.length,l=new Array(o),n=0;n<o;n++)l[n]=arguments[n];l.length===1&&l[0].constructor&&Object.prototype.toString.call(l[0]).slice(8,-1)==="Object"?i=l[0]:[e,i]=l,i||(i={}),i=vt({},i),e&&!i.el&&(i.el=e);const a=Et();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const s=[];return a.querySelectorAll(i.el).forEach(f=>{const h=vt({},i,{el:f});s.push(new Lt(h))}),s}const d=this;d.__swiper__=!0,d.support=bo(),d.device=yo({userAgent:i.userAgent}),d.browser=Wn(),d.eventsListeners={},d.eventsAnyListeners=[],d.modules=[...d.__modules__],i.modules&&Array.isArray(i.modules)&&d.modules.push(...i.modules);const r={};d.modules.forEach(s=>{s({params:i,swiper:d,extendParams:Zl(i,r),on:d.on.bind(d),once:d.once.bind(d),off:d.off.bind(d),emit:d.emit.bind(d)})});const v=vt({},Di,r);return d.params=vt({},v,Mi,i),d.originalParams=vt({},d.params),d.passedParams=vt({},i),d.params&&d.params.on&&Object.keys(d.params.on).forEach(s=>{d.on(s,d.params.on[s])}),d.params&&d.params.onAny&&d.onAny(d.params.onAny),Object.assign(d,{enabled:d.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return d.params.direction==="horizontal"},isVertical(){return d.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:d.params.allowSlideNext,allowSlidePrev:d.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:d.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:d.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),d.emit("_swiper"),d.params.init&&d.init(),d}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:o}=this,l=Ct(i,`.${o.slideClass}, swiper-slide`),n=di(l[0]);return di(e)-n}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=Ct(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 l=o.minTranslate(),a=(o.maxTranslate()-l)*e+l;o.translateTo(a,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 l=e.getSlideClasses(o);i.push({slideEl:o,classNames:l}),e.emit("_slideClass",o,l)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const o=this,{params:l,slides:n,slidesGrid:a,slidesSizesGrid:d,size:r,activeIndex:v}=o;let s=1;if(typeof l.slidesPerView=="number")return l.slidesPerView;if(l.centeredSlides){let f=n[v]?Math.ceil(n[v].swiperSlideSize):0,h;for(let m=v+1;m<n.length;m+=1)n[m]&&!h&&(f+=Math.ceil(n[m].swiperSlideSize),s+=1,f>r&&(h=!0));for(let m=v-1;m>=0;m-=1)n[m]&&!h&&(f+=n[m].swiperSlideSize,s+=1,f>r&&(h=!0))}else if(e==="current")for(let f=v+1;f<n.length;f+=1)(i?a[f]+d[f]-a[v]<r:a[f]-a[v]<r)&&(s+=1);else for(let f=v-1;f>=0;f-=1)a[v]-a[f]<r&&(s+=1);return s}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(a=>{a.complete&&ci(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function l(){const a=e.rtlTranslate?e.translate*-1:e.translate,d=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(d),e.updateActiveIndex(),e.updateSlidesClasses()}let n;if(o.freeMode&&o.freeMode.enabled&&!o.cssMode)l(),o.autoHeight&&e.updateAutoHeight();else{if((o.slidesPerView==="auto"||o.slidesPerView>1)&&e.isEnd&&!o.centeredSlides){const a=e.virtual&&o.virtual.enabled?e.virtual.slides:e.slides;n=e.slideTo(a.length-1,0,!1,!0)}else n=e.slideTo(e.activeIndex,0,!1,!0);n||l()}o.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const o=this,l=o.params.direction;return e||(e=l==="horizontal"?"vertical":"horizontal"),e===l||e!=="horizontal"&&e!=="vertical"||(o.el.classList.remove(`${o.params.containerModifierClass}${l}`),o.el.classList.add(`${o.params.containerModifierClass}${e}`),o.emitContainerClasses(),o.params.direction=e,o.slides.forEach(n=>{e==="vertical"?n.style.width="":n.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 l=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let a=o&&o.shadowRoot&&o.shadowRoot.querySelector?o.shadowRoot.querySelector(l()):Ct(o,l())[0];return!a&&i.params.createElements&&(a=Jt("div",i.params.wrapperClass),o.append(a),Ct(o,`.${i.params.slideClass}`).forEach(d=>{a.append(d)})),Object.assign(i,{el:o,wrapperEl:a,slidesEl:i.isElement&&!o.parentNode.host.slideSlots?o.parentNode.host:a,hostEl:i.isElement?o.parentNode.host:o,mounted:!0,rtl:o.dir.toLowerCase()==="rtl"||Bt(o,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(o.dir.toLowerCase()==="rtl"||Bt(o,"direction")==="rtl"),wrongRTL:Bt(a,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const l=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&l.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),l.forEach(n=>{n.complete?ci(i,n):n.addEventListener("load",a=>{ci(i,a.target)})}),Pi(i),i.initialized=!0,Pi(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:l,el:n,wrapperEl:a,slides:d}=o;return typeof o.params>"u"||o.destroyed||(o.emit("beforeDestroy"),o.initialized=!1,o.detachEvents(),l.loop&&o.loopDestroy(),i&&(o.removeClasses(),n&&typeof n!="string"&&n.removeAttribute("style"),a&&a.removeAttribute("style"),d&&d.length&&d.forEach(r=>{r.classList.remove(l.slideVisibleClass,l.slideFullyVisibleClass,l.slideActiveClass,l.slideNextClass,l.slidePrevClass),r.removeAttribute("style"),r.removeAttribute("data-swiper-slide-index")})),o.emit("destroy"),Object.keys(o.eventsListeners).forEach(r=>{o.off(r)}),e!==!1&&(o.el&&typeof o.el!="string"&&(o.el.swiper=null),On(o)),o.destroyed=!0),null}static extendDefaults(e){vt(Mi,e)}static get extendedDefaults(){return Mi}static get defaults(){return Di}static installModule(e){Lt.prototype.__modules__||(Lt.prototype.__modules__=[]);const i=Lt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Lt.installModule(i)),Lt):(Lt.installModule(e),Lt)}};Object.keys(Oi).forEach(t=>{Object.keys(Oi[t]).forEach(e=>{Li.prototype[e]=Oi[t][e]})}),Li.use([Yn,Xn]);const Io=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function Nt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function zt(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]:Nt(e[o])&&Nt(t[o])&&Object.keys(e[o]).length>0?e[o].__swiper__?t[o]=e[o]:zt(t[o],e[o]):t[o]=e[o]})}function Co(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function ko(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function _o(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Po(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 Ql(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function $l(t){let{swiper:e,slides:i,passedParams:o,changedParams:l,nextEl:n,prevEl:a,scrollbarEl:d,paginationEl:r}=t;const v=l.filter(x=>x!=="children"&&x!=="direction"&&x!=="wrapperClass"),{params:s,pagination:f,navigation:h,scrollbar:m,virtual:S,thumbs:A}=e;let E,u,w,b,T,D,g,O;l.includes("thumbs")&&o.thumbs&&o.thumbs.swiper&&s.thumbs&&!s.thumbs.swiper&&(E=!0),l.includes("controller")&&o.controller&&o.controller.control&&s.controller&&!s.controller.control&&(u=!0),l.includes("pagination")&&o.pagination&&(o.pagination.el||r)&&(s.pagination||s.pagination===!1)&&f&&!f.el&&(w=!0),l.includes("scrollbar")&&o.scrollbar&&(o.scrollbar.el||d)&&(s.scrollbar||s.scrollbar===!1)&&m&&!m.el&&(b=!0),l.includes("navigation")&&o.navigation&&(o.navigation.prevEl||a)&&(o.navigation.nextEl||n)&&(s.navigation||s.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()),s[x].prevEl=void 0,s[x].nextEl=void 0,e[x].prevEl=void 0,e[x].nextEl=void 0):(e.isElement&&e[x].el.remove(),s[x].el=void 0,e[x].el=void 0))};l.includes("loop")&&e.isElement&&(s.loop&&!o.loop?D=!0:!s.loop&&o.loop?g=!0:O=!0),v.forEach(x=>{if(Nt(s[x])&&Nt(o[x]))Object.assign(s[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):s[x]=o[x]}}),v.includes("controller")&&!u&&e.controller&&e.controller.control&&s.controller&&s.controller.control&&(e.controller.control=s.controller.control),l.includes("children")&&i&&S&&s.virtual.enabled?(S.slides=i,S.update(!0)):l.includes("virtual")&&S&&s.virtual.enabled&&(i&&(S.slides=i),S.update(!0)),l.includes("children")&&i&&s.loop&&(O=!0),E&&A.init()&&A.update(!0),u&&(e.controller.control=s.controller.control),w&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),e.el.appendChild(r)),r&&(s.pagination.el=r),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&&(s.scrollbar.el=d),m.init(),m.updateSize(),m.setTranslate()),T&&(e.isElement&&((!n||typeof n=="string")&&(n=document.createElement("div"),n.classList.add("swiper-button-next"),n.innerHTML=e.hostEl.constructor.nextButtonSvg,n.part.add("button-next"),e.el.appendChild(n)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),a.innerHTML=e.hostEl.constructor.prevButtonSvg,a.part.add("button-prev"),e.el.appendChild(a))),n&&(s.navigation.nextEl=n),a&&(s.navigation.prevEl=a),h.init(),h.update()),l.includes("allowSlideNext")&&(e.allowSlideNext=o.allowSlideNext),l.includes("allowSlidePrev")&&(e.allowSlidePrev=o.allowSlidePrev),l.includes("direction")&&e.changeDirection(o.direction,!1),(D||O)&&e.loopDestroy(),(g||O)&&e.loopCreate(),e.update()}function ea(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},o={},l={};zt(i,Di),i._emitClasses=!0,i.init=!1;const n={},a=Io.map(r=>r.replace(/_/,"")),d=Object.assign({},t);return Object.keys(d).forEach(r=>{typeof t[r]>"u"||(a.indexOf(r)>=0?Nt(t[r])?(i[r]={},l[r]={},zt(i[r],t[r]),zt(l[r],t[r])):(i[r]=t[r],l[r]=t[r]):r.search(/on[A-Z]/)===0&&typeof t[r]=="function"?e?o[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:i.on[`${r[2].toLowerCase()}${r.substr(3)}`]=t[r]:n[r]=t[r])}),["navigation","pagination","scrollbar"].forEach(r=>{i[r]===!0&&(i[r]={}),i[r]===!1&&delete i[r]}),{params:i,passedParams:l,rest:n,events:o}}function ta(t,e){let{el:i,nextEl:o,prevEl:l,paginationEl:n,scrollbarEl:a,swiper:d}=t;Co(e)&&o&&l&&(d.params.navigation.nextEl=o,d.originalParams.navigation.nextEl=o,d.params.navigation.prevEl=l,d.originalParams.navigation.prevEl=l),ko(e)&&n&&(d.params.pagination.el=n,d.originalParams.pagination.el=n),_o(e)&&a&&(d.params.scrollbar.el=a,d.originalParams.scrollbar.el=a),d.init(i)}function ia(t,e,i,o,l){const n=[];if(!e)return n;const a=r=>{n.indexOf(r)<0&&n.push(r)};if(i&&o){const r=o.map(l),v=i.map(l);r.join("")!==v.join("")&&a("children"),o.length!==i.length&&a("children")}return Io.filter(r=>r[0]==="_").map(r=>r.replace(/_/,"")).forEach(r=>{if(r in t&&r in e)if(Nt(t[r])&&Nt(e[r])){const v=Object.keys(t[r]),s=Object.keys(e[r]);v.length!==s.length?a(r):(v.forEach(f=>{t[r][f]!==e[r][f]&&a(r)}),s.forEach(f=>{t[r][f]!==e[r][f]&&a(r)}))}else t[r]!==e[r]&&a(r)}),n}const oa=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 ui(){return ui=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},ui.apply(this,arguments)}function Do(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Oo(t){const e=[];return p.Children.toArray(t).forEach(i=>{Do(i)?e.push(i):i.props&&i.props.children&&Oo(i.props.children).forEach(o=>e.push(o))}),e}function na(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return p.Children.toArray(t).forEach(o=>{if(Do(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 l=Oo(o.props.children);l.length>0?l.forEach(n=>e.push(n)):i["container-end"].push(o)}else i["container-end"].push(o)}),{slides:e,slots:i}}function la(t,e,i){if(!i)return null;const o=s=>{let f=s;return s<0?f=e.length+s:f>=e.length&&(f=f-e.length),f},l=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:n,to:a}=i,d=t.params.loop?-e.length:0,r=t.params.loop?e.length*2:e.length,v=[];for(let s=d;s<r;s+=1)s>=n&&s<=a&&v.push(e[o(s)]);return v.map((s,f)=>p.cloneElement(s,{swiper:t,style:l,key:s.props.virtualIndex||s.key||`slide-${f}`}))}function qt(t,e){return typeof window>"u"?ge(t,e):en(t,e)}const Ri=Xt(null),Mo=()=>Yt(Ri),aa=Xt(null),Ft=ei(function(t,e){let{className:i,tag:o="div",wrapperTag:l="div",children:n,onSwiper:a,...d}=t===void 0?{}:t,r=!1;const[v,s]=Y("swiper"),[f,h]=Y(null),[m,S]=Y(!1),A=fe(!1),E=fe(null),u=fe(null),w=fe(null),b=fe(null),T=fe(null),D=fe(null),g=fe(null),O=fe(null),{params:P,passedParams:x,rest:c,events:M}=ea(d),{slides:y,slots:I}=na(n),C=()=>{S(!m)};Object.assign(P.on,{_containerClasses(B,k){s(k)}});const R=()=>{Object.assign(P.on,M),r=!0;const B={...P};if(delete B.wrapperClass,u.current=new Li(B),u.current.virtual&&u.current.params.virtual.enabled){u.current.virtual.slides=y;const k={cache:!1,slides:y,renderExternal:h,renderExternalUpdate:!1};zt(u.current.params.virtual,k),zt(u.current.originalParams.virtual,k)}};E.current||R(),u.current&&u.current.on("_beforeBreakpoint",C);const F=()=>{r||!M||!u.current||Object.keys(M).forEach(B=>{u.current.on(B,M[B])})},j=()=>{!M||!u.current||Object.keys(M).forEach(B=>{u.current.off(B,M[B])})};ge(()=>()=>{u.current&&u.current.off("_beforeBreakpoint",C)}),ge(()=>{!A.current&&u.current&&(u.current.emitSlidesClasses(),A.current=!0)}),qt(()=>{if(e&&(e.current=E.current),!!E.current)return u.current.destroyed&&R(),ta({el:E.current,nextEl:T.current,prevEl:D.current,paginationEl:g.current,scrollbarEl:O.current,swiper:u.current},P),a&&!u.current.destroyed&&a(u.current),()=>{u.current&&!u.current.destroyed&&u.current.destroy(!0,!1)}},[]),qt(()=>{F();const B=ia(x,w.current,y,b.current,k=>k.key);return w.current=x,b.current=y,B.length&&u.current&&!u.current.destroyed&&$l({swiper:u.current,slides:y,passedParams:x,changedParams:B,nextEl:T.current,prevEl:D.current,scrollbarEl:O.current,paginationEl:g.current}),()=>{j()}}),qt(()=>{oa(u.current)},[f]);function V(){return P.virtual?la(u.current,y,f):y.map((B,k)=>p.cloneElement(B,{swiper:u.current,swiperSlideIndex:k}))}return p.createElement(o,ui({ref:E,className:Po(`${v}${i?` ${i}`:""}`)},c),p.createElement(aa.Provider,{value:u.current},I["container-start"],p.createElement(l,{className:Ql(P.wrapperClass)},I["wrapper-start"],V(),I["wrapper-end"]),Co(P)&&p.createElement(p.Fragment,null,p.createElement("div",{ref:D,className:"swiper-button-prev"}),p.createElement("div",{ref:T,className:"swiper-button-next"})),_o(P)&&p.createElement("div",{ref:O,className:"swiper-scrollbar"}),ko(P)&&p.createElement("div",{ref:g,className:"swiper-pagination"}),I["container-end"]))});Ft.displayName="Swiper";const It=ei(function(t,e){let{tag:i="div",children:o,className:l="",swiper:n,zoom:a,lazy:d,virtualIndex:r,swiperSlideIndex:v,...s}=t===void 0?{}:t;const f=fe(null),[h,m]=Y("swiper-slide"),[S,A]=Y(!1);function E(T,D,g){D===f.current&&m(g)}qt(()=>{if(typeof v<"u"&&(f.current.swiperSlideIndex=v),e&&(e.current=f.current),!(!f.current||!n)){if(n.destroyed){h!=="swiper-slide"&&m("swiper-slide");return}return n.on("_slideClass",E),()=>{n&&n.off("_slideClass",E)}}}),qt(()=>{n&&f.current&&!n.destroyed&&m(n.getSlideClasses(f.current))},[n]);const u={isActive:h.indexOf("swiper-slide-active")>=0,isVisible:h.indexOf("swiper-slide-visible")>=0,isPrev:h.indexOf("swiper-slide-prev")>=0,isNext:h.indexOf("swiper-slide-next")>=0},w=()=>typeof o=="function"?o(u):o,b=()=>{A(!0)};return p.createElement(i,ui({ref:f,className:Po(`${h}${l?` ${l}`:""}`),"data-swiper-slide-index":r,onLoad:b},s),a&&p.createElement(Ri.Provider,{value:u},p.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},w(),d&&!S&&p.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&p.createElement(Ri.Provider,{value:u},w(),d&&!S&&p.createElement("div",{className:"swiper-lazy-preloader"})))});It.displayName="SwiperSlide";const da="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",ra=({visible:t,onClose:e,children:i,modalStyle:o,padding:l,popup:n,schema:a,fullHeight:d=window.innerHeight,isFullScreen:r=!1})=>{var v,s,f,h,m,S,A,E,u,w,b,T,D,g,O,P,x,c,M,y;const I=fe(null),C=fe(null),R=fe(null),F=fe(null),j=d*.2,V=r?d:d*.8,[B,k]=Y(j),[N,U]=Y(!1),G=fe(null),{globalConfig:K,popupDetailData:le}=Me(),{schema:oe}=Tt(),[ue,Le]=Y(15);ge(()=>{const ae=document.getElementById("sxp-render"),be=document.getElementById("pb-modal");be?G.current=be:(G.current=document.createElement("div"),G.current.setAttribute("id","pb-modal"),ae?.appendChild(G.current))},[]);const ce=ve(()=>n?.id&&n?.id!==""||t,[t,n]),W=ve(()=>{var ae,be,Te;const Be=a??oe;return(Te=(be=(ae=Be?.sxpPageConf)===null||ae===void 0?void 0:ae.globalConfig)===null||be===void 0?void 0:be.popupList)===null||Te===void 0?void 0:Te.find(Fe=>Fe?.id===n?.id)},[n,a,oe]),Z=ve(()=>{var ae,be;return((be=(ae=W?.item)===null||ae===void 0?void 0:ae.event)===null||be===void 0?void 0:be.isScrollFullScreen)||!1},[W]);if(ge(()=>{ce?U(!0):setTimeout(()=>{U(!1),k(j)},n?.duration)},[ce,n]),!G.current)return null;const ee=hi(()=>{e?.()},300),te=ae=>{I.current=ae.touches[0],C.current=ae.touches[0],R.current=!0},we=ae=>{requestAnimationFrame(()=>{var be;if(R.current&&((be=F?.current)===null||be===void 0?void 0:be.scrollTop)===0){const Te=ae.touches[0].clientY,Be=ae.touches[0].clientX,Oe=I.current.clientY-Te;I.current=ae.touches[0];const Fe=Te-C.current.clientY,He=Be-C.current.clientX;if(Math.abs(He)>Math.abs(Fe))return;const Q=B-Oe;Q>0&&k(Q)}})},Ce=ae=>{var be;if(R.current&&((be=F?.current)===null||be===void 0?void 0:be.scrollTop)===0){const Te=ae.changedTouches[0].clientY-C.current.clientY,Be=ae.changedTouches[0].clientX-C.current.clientX;if(Math.abs(Be)>Math.abs(Te))return;const Oe=C.current.clientY-I.current.clientY;Oe>0?k(0):B<j&&Oe<0?k(j):B>=j&&Oe<0&&e?.()}R.current=!1};return Wi.createPortal(p.createElement(p.Fragment,null,N&&p.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:ce?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},o),onClick:ee},p.createElement("div",{style:{position:"relative",left:`${(h=(f=(s=(v=W?.item)===null||v===void 0?void 0:v.props)===null||s===void 0?void 0:s.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(E=(A=(S=(m=W?.item)===null||m===void 0?void 0:m.props)===null||S===void 0?void 0:S.popupBg)===null||A===void 0?void 0:A.horizontalMargin)!==null&&E!==void 0?E:0}px`,bottom:`${(T=(b=(w=(u=W?.item)===null||u===void 0?void 0:u.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=(O=(g=(D=W?.item)===null||D===void 0?void 0:D.props)===null||g===void 0?void 0:g.popupBg)===null||O===void 0?void 0:O.horizontalMargin)!==null&&P!==void 0?P:0)*2}px)`,height:"100%"}},p.createElement("div",Object.assign({className:`modal-container ${ce?"modal-popIn":"modal-popOut"}`,style:Object.assign(Object.assign({padding:l,animationDuration:((x=n?.duration)!==null&&x!==void 0?x:0)/1e3+"s"},Z&&{transform:`translateY(${B}px)`}),{overflow:"hidden"}),onClick:ae=>{ae.stopPropagation(),ae.preventDefault()}},Z&&{onTouchMove:we,onTouchStart:te,onTouchEnd:Ce}),p.createElement("div",{className:"modal-icon-wrapper",onClick:e,style:{top:ue}},p.createElement("img",{src:(c=K?.popupCloseIcon)!==null&&c!==void 0?c:da,alt:"close",className:"modal-icon"})),p.createElement("div",Object.assign({ref:F,style:{height:Z?d:V,overflow:Z&&B<=0||!Z?"auto":"hidden"}},((y=(M=W?.item)===null||M===void 0?void 0:M.props)===null||y===void 0?void 0:y.enableFixedCloseButton)&&{onScroll:ae=>{var be;Le(15-((be=ae?.target)===null||be===void 0?void 0:be.scrollTop))}}),i))))),G.current)};var Ht=_e(ra);const sa=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const o=t.split(" "),l=[];for(let a=0;a<o.length&&(l.push(o[a]),!(l.join(" ").length>=e));a++);return(l.length>1&&l.length<o.length?l.slice(0,l.length-1):l).join(" ")+" "},ca=({text:t,maxStr:e=108,style:i,className:o,onClick:l,foldText:n,unfoldText:a,isPost:d,onChange:r})=>{const[v,s]=Y(!1),[f,h]=Y(!1),m=Number(i?.lineClamp||2),S=fe(null),A=fe(null),E=ye(()=>{s(!v)},[v,r]);return ve(()=>!v&&t.length>e?sa(t,e)+"...":t,[t,e,v]),ge(()=>{var u,w;((u=A?.current)===null||u===void 0?void 0:u.offsetHeight)>((w=S?.current)===null||w===void 0?void 0:w.offsetHeight)&&d?h(!0):h(!1),A.current.style.display="none"},[d]),p.createElement("div",{className:o,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},p.createElement("div",{ref:S,style:{overflow:"hidden",WebkitLineClamp:!d||v?"":m,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),p.createElement("div",{ref:A,dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),t&&d&&f&&p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:l??E,dangerouslySetInnerHTML:{__html:xe(v?a||"show less":n||"show more",i)}}))};var vi=_e(ca);const ua=ei((t,e)=>{const{src:i,onLoad:o,style:l,className:n,loading:a,alt:d="image"}=t,[r,v]=Y(i),s=fe(null),[f,h]=Y(!1);return Ui(e,()=>({setSrc:m=>{m&&v(m)}})),ge(()=>{i&&v(i)},[i]),ge(()=>{const m=()=>{i&&!f&&s.current&&(s.current.src="",s.current.src=i)};return At.on(ut.PAGE_DID_SHOW,m),()=>{At.off(ut.PAGE_DID_SHOW,m)}},[i,f]),p.createElement(p.Fragment,null,!f&&!r&&p.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),r?.includes(".avif")?p.createElement("picture",null,p.createElement("source",{type:"image/avif",srcSet:r}),p.createElement("source",{type:"image/webp",srcSet:`${r}?imageMogr2/format/webp`}),p.createElement("source",{type:"image/jpeg",srcSet:`${r}?imageMogr2/format/jpg`}),p.createElement("img",{ref:s,className:n,src:r,style:Object.assign({},l),loading:a,onLoad:m=>{h(!0),o?.(m.target)},alt:d})):p.createElement("img",{ref:s,className:n,src:r,style:Object.assign({},l),loading:a,onLoad:m=>{h(!0),o?.(m.target)},alt:d}))});var st=_e(ua);const va=({children:t,isPadding:e=!0,style:i,enableSlideActive:o=!1})=>{const l=fe(),{popupDetailData:n}=Me();return ge(()=>{var a,d;o&&((a=l?.current)===null||a===void 0||a.swiper.slideTo((d=n?.multiCheckIndex)!==null&&d!==void 0?d:0))},[n,o]),p.createElement(Ft,{ref:l,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[zn,Vn,jn],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Kt=_e(va);const pa=({products:t,data:e,defImg:i,style:o,onCLick:l,popupDetailData:n,check:a})=>{var d;const{productView:r}=it(),{popupCurTimeRef:v}=Me(),s=(f,h)=>{if(a===h)return;const m=t?.[a];r(n,m,m?.bindCta,v.current,n?.index),l?.(h)};return p.createElement(p.Fragment,null,e?.open&&(t&&t?.length>1||!n)&&p.createElement(Kt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},o),e?.style)},(d=n?t:[0,1,2,3])===null||d===void 0?void 0:d.map((f,h)=>{var m,S,A;return p.createElement(p.Fragment,null,f?.bindCta?p.createElement(It,{className:Ee({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{s(f,h)},key:h},p.createElement(st,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:a===h?"1px solid #000":"1px solid #f2f2f2",boxSizing:"border-box"},src:(A=(m=f?.cover)!==null&&m!==void 0?m:(S=f?.homePage)===null||S===void 0?void 0:S[0])!==null&&A!==void 0?A:i})):null)})))};var Lo=_e(pa);const ma=t=>{var e,i,o,l,n,a,d,r,v,s,f,h,m,S,A,E,u,w,b,T,D,g,O,P,{content:x,style:c,bgImg:M,onClick:y,schema:I,isDefault:C,bottom_image:R,tipText:F,isPost:j,viewTime:V,rec:B,swiper:k,commodityStyles:N,buttonStyle:U,index:G,commodityGroup:K,popupBg:le,iframeIcon:oe,commodityImgRatio:ue,isTel:Le,iframeBgColor:ce}=t,W=Ze(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:ee,isPreview:te,bffFbReport:we,popupCurTimeRef:Ce,checkCommodityIndexRef:ae}=Me(),{jumpToWeb:be,productView:Te}=it(),Be=fe(null),[Oe,Fe]=Y(!1),[He,Q]=Y(!1),[pe,ie]=Y((e=ee?.multiCheckIndex)!==null&&e!==void 0?e:0),re=fe(),$=j?B:ee;let L=j?$?.product:(o=(i=$?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(n=(l=$?.video)===null||l===void 0?void 0:l.bindProducts)===null||n===void 0?void 0:n[0],Ge=j?(a=$?.product)===null||a===void 0?void 0:a.bindCta:(v=(r=(d=$?.video)===null||d===void 0?void 0:d.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(h=(f=(s=$?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const $e=j?G:ee?.index;if(!j&&K?.open&&(!((m=$?.video)===null||m===void 0)&&m.bindProducts)&&((A=(S=$?.video)===null||S===void 0?void 0:S.bindProducts)===null||A===void 0?void 0:A.length)>0){ae.current=pe;const J=(E=$?.video)===null||E===void 0?void 0:E.bindProducts[pe];L=J,Ge=J?.bindCta}const Qe=()=>{L?.link&&(be($,L,Ge,$e),j||Te($,L,Ge,V||Be.current,$e),window.location.href=window.getJointUtmLink(L.link))};ge(()=>{j||we?.({eventName:"ProductView"})},[j,we]),ge(()=>{const J=()=>{Be.current=new Date};return J(),window.addEventListener("pageshow",J),()=>{window.removeEventListener("pageshow",J)}},[]);const pt=ve(()=>{var J,me,ke,je,We,Ye,et;const lt=((J=N?.price)===null||J===void 0?void 0:J.enableFormattedPrice)===void 0||((me=N?.price)===null||me===void 0?void 0:me.enableFormattedPrice);return L?.currency&&L?.price?`${(We=(je=(ke=L?.currency)===null||ke===void 0?void 0:ke.split("-")[1])===null||je===void 0?void 0:je.toUpperCase())!==null&&We!==void 0?We:""}${lt?(et=(Ye=L?.price)===null||Ye===void 0?void 0:Ye.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&et!==void 0?et:"":L?.price}`:"$7,000"},[L?.price,L?.currency,(u=N?.price)===null||u===void 0?void 0:u.enableFormattedPrice]),nt=(te?375:(w=c?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=le?.horizontalMargin)!==null&&b!==void 0?b:0)*2,mt=ue?nt*(ue.h/ue.w):nt,ft=({isPost:J})=>{var me,ke,je,We;return p.createElement("div",null,p.createElement("div",{className:"pb-commondity-content-collection",style:z(N?.collection),hidden:!!L&&(!L?.collection||L?.collection===""),dangerouslySetInnerHTML:{__html:xe((me=L?.collection)!==null&&me!==void 0?me:"Tiffany Lock",N?.collection)}}),p.createElement("div",{className:"pb-commondity-content-title",style:z(N?.title),hidden:!!L&&!L?.title,dangerouslySetInnerHTML:{__html:xe((ke=L?.title)!==null&&ke!==void 0?ke:"Pendant in Yellow Gold with Diamonds, Medium",N?.title)}}),p.createElement("div",{className:"pb-commondity-content-price",style:z(N?.price),hidden:!!L&&!L?.price,dangerouslySetInnerHTML:{__html:xe(pt,N?.price)}}),p.createElement("div",{hidden:!!L&&!L?.taxInfo,style:z(N?.taxInfo),dangerouslySetInnerHTML:{__html:xe((je=L?.taxInfo)!==null&&je!==void 0?je:"\u7A0E\u8D39",N?.taxInfo)}}),p.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},p.createElement(vi,{foldText:F?.foldText,unfoldText:F?.unfoldText,onClick:()=>Fe(!0),isPost:J,text:(We=L?.info)!==null&&We!==void 0?We:`The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
1
+ import{isEmpty as Ut,isEqual as Gi,cloneDeep as ei,debounce as gi,throttle as Wt,get as Ui}from"lodash";import{v4 as $n}from"uuid";import eo from"pako";import p,{useContext as Yt,useMemo as ve,memo as _e,useEffect as fe,createContext as Xt,useState as X,useRef as pe,useCallback as be,forwardRef as ti,useImperativeHandle as Wi,useLayoutEffect as to}from"react";import bi from"qs";import io from"eventemitter3";import{css as Ee}from"@emotion/css";import*as Yi from"react-dom";import no from"react-dom";function $e(t,e){var i={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(i[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var l=0,n=Object.getOwnPropertySymbols(t);l<n.length;l++)e.indexOf(n[l])<0&&Object.prototype.propertyIsEnumerable.call(t,n[l])&&(i[n[l]]=t[n[l]]);return i}function nt(t,e,i,n){function l(o){return o instanceof i?o:new i(function(a){a(o)})}return new(i||(i=Promise))(function(o,a){function r(s){try{u(n.next(s))}catch(f){a(f)}}function d(s){try{u(n.throw(s))}catch(f){a(f)}}function u(s){s.done?o(s.value):l(s.value).then(r,d)}u((n=n.apply(t,e||[])).next())})}typeof SuppressedError=="function"&&SuppressedError;const oo=/:\w+/g;var Xi=(t,e)=>nt(void 0,void 0,void 0,function*(){const i={},n={};for(let l=0;l<e?.length;l++){const{id:o,method:a,url:r,urlParams:d,name:u,queryString:s,headers:f,body:h}=e[l];let m=r;d&&Object.entries(d).forEach(([y,S])=>{m=m.replace(oo,x=>x===y?S:x)}),s&&(m+=s),n[o]=u;try{const y=yield fetch(m,{method:a,headers:Object.assign({"Content-Type":"application/json"},f),body:JSON.stringify(h)}).then(S=>S.json());i[o]=y}catch(y){console.error("DataSource request error: ",y),i[o]={}}}return{$store:i,idMapName:n}});const Ji="SXP_TOKEN_INFO",lo=(t,e)=>nt(void 0,void 0,void 0,function*(){var i;const n=t.getTenantId(),l=t.getAppId(),o=t.getApiUrl(),a=window.localStorage.getItem(Ji);let r=JSON.parse(a||"{}");if(Date.now()>((i=r?.expireTime)!==null&&i!==void 0?i:0)){const u=yield fetch(`${o}/storefront/v1/proxy/token/${e}`,{method:"POST",headers:{"x-tenant-id":n||"","x-app-id":l||""}}).then(s=>s.json());if(u.success){const s=u.data;r=Object.assign(Object.assign({},s),{expireTime:Date.now()+s.expire*1e3}),window.localStorage.setItem(Ji,JSON.stringify(r))}}return r});function ii(t,e){const i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];let l;if(e=e||i.length,t)for(l=0;l<t;l++)n[l]=i[0|Math.random()*e];else{let o;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",l=0;l<36;l++)n[l]||(o=0|Math.random()*16,n[l]=i[l===19?o&3|8:o])}return n.join("")}const ao=t=>{let e="";const i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=i.length;let l=0;for(;l<t;)e+=i.charAt(Math.floor(Math.random()*n)),l+=1;return e},ro=()=>{const t=$n();return t?.replaceAll?t.replaceAll("-",""):ao(32)},xe=(t,e)=>{if(!t)return"";let i="";const n=e?.["fontFamily-cn"],l=e?.["fontFamily-en"];if(!n&&!l)return t;let o=t;const a=/[\u4e00-\u9fa5]/g,r=/[^\u4e00-\u9fa5]/g,d=`font-family:${n??"inherit"}`,u=`font-family:${l??"inherit"}`,s=h=>{let m=h.search(a),y=h.search(r);return m!==-1&&y!==-1&&m<y&&(i+=`<span style="${d}">${h.substring(m,y)}</span>`,o=h.substring(y,h?.length)),m!==-1&&y!==-1&&m>y&&(i+=`<span style="${u}">${h.substring(y,m)}</span>`,o=h.substring(m,h?.length)),m===-1?(i+=`<span style="${u}">${h.substring(y,h?.length)}</span>`,o="",!1):y===-1?(i+=`<span style="${d}">${h.substring(m,h?.length)}</span>`,o="",!1):!0};let f=!0;for(;f;)f=s(o);return i};function qi(){var t,e,i,n,l,o,a;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 ${(n=/rv:([\d\.]+)/i.exec(r))===null||n===void 0?void 0:n[1]}`:/chrome/i.test(r)?`Chrome ${(l=/chrome\/([\d\.]+)/i.exec(r))===null||l===void 0?void 0:l[1]}`:/firefox/i.test(r)?`Firefox ${(o=/firefox\/([\d\.]+)/i.exec(r))===null||o===void 0?void 0:o[1]}`:/safari/i.test(r)?`Safari ${(a=/version\/([\d\.]+)/i.exec(r))===null||a===void 0?void 0:a[1]}`:null:null}function Ki(){var t,e,i;let n=self.navigator.userAgent;return n?/iphone/i.test(n)?`IOS ${(t=n.match(/OS\s(.*?)\slike/))===null||t===void 0?void 0:t[1]}`:/android/i.test(n)?`Android ${(e=n.match(/Android\s(.*?)\;/))===null||e===void 0?void 0:e[1]}`:/windows/i.test(n)?`Windows ${(i=n.match(/Windows\s(.*?)\;/))===null||i===void 0?void 0:i[1]}`:/mac/i.test(n)?"Mac OS":null:null}function Zi(){let t=self.navigator.userAgent;if(!t)return null;if(/iphone/i.test(t))return"iPhone";if(/android/i.test(t)){var e=t.indexOf("("),i=t.indexOf(")");if(e!==-1&&i!==-1){var n=t.substring(e+1,i);return`${n}`}}return/windows/i.test(t)?"Windows":/mac/i.test(t)?"Mac":null}function Qi(t){const i=document.cookie.split(";");let n=null;return i.forEach(l=>{const[o,a]=l.trim().split("=");o===t&&(n=a)}),n??""}function $i(t){const i=atob(t).split("").map(function(o){return o.charCodeAt(0)}),n=new Uint8Array(i),l=eo.inflate(n,{to:"string"});return JSON.parse(l)}let yi=null;const so={dev:"https://clc-pagebuilder-be-dev.chatlabs.net",staging:"https://clc-pagebuilder-be-staging.chatlabs.net",live:"https://clc-pagebuilder-be.chatlabs.net"};class co{constructor(){if(this.setAppId=e=>{this.appId=e},this.setTenantId=e=>{this.tenantId=e},this.getAppId=()=>this.appId,this.getTenantId=()=>this.tenantId,yi)return yi;yi=this}setApiUrl(e){this.apiUrl=`https://${e}`}getApiUrl(){return this.apiUrl?this.apiUrl:this.env?so[this.env]:""}getEnv(){return this.env}setEnv(e){this.env=e}}let ot=null;const uo={init:({appId:t,tenantId:e,env:i="live",apiUrl:n})=>{ot||(ot=new co),n&&ot.setApiUrl(n),ot.setAppId(t),ot.setTenantId(e),ot.setEnv(i)},getDetail:t=>{if(!ot)return;const e=ot.getTenantId(),i=ot.getAppId(),n=ot.getApiUrl();return fetch(`${n}/storefront/v1/page?path=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>nt(void 0,void 0,void 0,function*(){var o,a;const r=yield l.json(),d=$i((o=r?.data)===null||o===void 0?void 0:o.data);if(d){const{$store:u}=yield Xi(n,(a=d?.dataSource)!==null&&a!==void 0?a:[]);r.data.data=d,Object.assign(r.data.data,{__STORE__:u})}return r}))},getSxpDetailByPageId:t=>nt(void 0,void 0,void 0,function*(){if(!ot)return;const e=ot.getTenantId(),i=ot.getAppId(),n=ot.getApiUrl();return fetch(`${n}/storefront/v1/page?id=`+t,{method:"get",headers:{"x-tenant-id":e||"","x-app-id":i||""}}).then(l=>nt(void 0,void 0,void 0,function*(){var o;const a=yield l.json();if(!a.success)return;const r=$i((o=a?.data)===null||o===void 0?void 0:o.data);return a.data.data=r,a.data}))}),getSxpRecommendVideoData:t=>nt(void 0,void 0,void 0,function*(){if(!ot)return;const e=yield lo(ot,t),i=ii(0,0);let n=window.localStorage.getItem("SXP_FAKE_SESSION_ID");Ut(n)&&(n=ii(36,62),window.localStorage.setItem("SXP_FAKE_SESSION_ID",n));const l=yield fetch("https://dev-sxp-be.chatlabs.net/platform/open/rec/v1.2",{method:"POST",headers:{"Content-Type":"application/json",token:e.token,channel:e.channel,userId:e.userId},body:JSON.stringify({productUserId:n,channel:e.channel,maxRecs:10,requestId:i})}).then(o=>o.json());return l?.data||null})};function St(){return Yt(vn)}function vo(){return Yt(un)}const wi="feRealSessionIdKey",en=()=>{const t=ro();return`${Date.now()}${t}`},po=()=>{let t=mo();return t||(t=en(),window.sessionStorage.setItem(wi,t)),t},tn=()=>{const t=en();window.sessionStorage.setItem(wi,t)},mo=()=>window.sessionStorage.getItem(wi),nn="SXP_FAKE_USER_ID",on="FAKE_USER_STATE",ln="AGREE_POLICY",an="SLIDE_SKIP_STATE",rn=()=>{let t=window.localStorage.getItem(nn);return Ut(t)&&(t=ii(36,62),window.localStorage.setItem(nn,t)),t},fo=()=>{const t=window.localStorage.getItem(on);return Ut(t)&&window.localStorage.setItem(on,"true"),Ut(t)},ho=()=>{const t=window.localStorage.getItem(an);return Ut(t)},go=()=>{window.localStorage.setItem(an,"true")};function ft(t,e){const{appDomain:i}=Me();return ve(()=>e?`https://${e}${t}`:i?`https://${i}${t}`:`${window.location.origin}${t}`,[i,t,e])}const xt=new io;var vt;(function(t){t.PAGE_DID_SHOW="pageDidShow",t.PAGE_DID_HIDE="pageDidHide",t.CHANGE_THEME_TAG="changeThemeTag"})(vt||(vt={}));const bo=({width:t=window.innerWidth,height:e=window.innerHeight,privacy_title:i,privacy_context:n,privacy_policy_url:l,privacy_policy_title:o})=>{const{setIsAgreePolicy:a,bffEventReport:r}=Me(),d=ve(()=>{const f=location.search.slice(1),h=bi.parse(f.replace(/\+/g,"%2B"));for(const m in h)h[m]=h[m].replace(/%2B/g,"+");return h},[]),u=f=>{var h;return(h=d[f])!==null&&h!==void 0?h:null};fe(()=>{r?.({eventInfo:{eventSubject:"privacyEnter",eventDescription:"User enter privacy page",utmSource:u("utm_source"),utmMedium:u("utm_medium"),utmCampaign:u("utm_campaign"),utmId:u("utm_id"),utmContent:u("utm_content"),clSource:u("cl_source"),enterTime:`${Date.now()}`,enterUrl:window.location.href,rtc:null,requestId:null,sessionID:null}})},[]);const s=()=>{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}}),a?.(!0),window.localStorage.setItem(ln,"yes")};return p.createElement("div",{className:"consent-bg"},p.createElement("div",{className:"consent"},p.createElement("div",{className:"consent-col"},p.createElement("div",{className:"consent-title"},i??"Privacy Policy"),p.createElement("div",{className:"consent-content"},n??"This site uses cookies to improve your online experience. By continuing to use the site please agree the policy first.")),p.createElement("div",{className:"consent-col"},p.createElement("button",{"aria-label":"agree",className:"consent-btn",onClick:s},"Agree"),p.createElement("a",{className:"consent-policy",target:"_blank",href:l?`https://${l}`:void 0},o??"More information"))))};var yo=_e(bo);const dn=Xt({rtcList:[],tagList:[]});var Si;(function(t){t[t.BFF=5]="BFF"})(Si||(Si={}));const ni="FOR U",wo=({render:t,dataSources:e,utmVal:i,enableReportEvent:n=!0,maxSize:l,defaultSize:o,isPreview:a=!1,sxpParameter:r,appDomain:d,hashTagSize:u,loadingImage:s,isOpenHashTag:f=!1,enabledMetaConversionApi:h=!1,consentHeight:m,consentWidth:y,isShowTag:S=!0,isOpenConsent:x=!1,globalConfig:v,isEditor:w=!1,utmParameter:b,channelQueryList:T})=>{var k,g,M;const[_,E]=X([]),[c,O]=X([]),[I,A]=X(!1),[C,L]=X({rtc:"",requestId:""}),B=pe(null),F=pe(!1),[V,R]=X(()=>!!window.localStorage.getItem(ln)),[D,N]=X(),[Y,U]=X(),[q,re]=X(f),[ie,se]=X([]),[Le,ce]=X(0),[W,K]=X(!1),[$,te]=X(null),we=pe(),ke=pe(),[le,ge]=X(ni),Te=pe(-1),Be=pe(null),[Oe,je]=X(!1),Fe=ve(()=>{var z,H,Ie,Pe;return((Pe=(Ie=(H=(z=v?.consent)===null||z===void 0?void 0:z[0])===null||H===void 0?void 0:H.item)===null||Ie===void 0?void 0:Ie.props)===null||Pe===void 0?void 0:Pe.privacy_necessity)&&!V&&!w||x},[V,v,x,w]),Z=be(z=>{var H;const Ie=z?.recList;return(H=Ie?.map(ye=>{var ae,ee,Ce,We,Ze,qe;if(!((ae=ye?.video)===null||ae===void 0)&&ae.bindProducts&&((Ce=(ee=ye?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||Ce===void 0?void 0:Ce.length)>0){const ct=(qe=(Ze=(We=ye?.video)===null||We===void 0?void 0:We.bindProducts)===null||Ze===void 0?void 0:Ze.filter(dt=>!!dt?.bindCta))!==null&&qe!==void 0?qe:[];return Object.assign(Object.assign({},ye),{video:Object.assign(Object.assign({},ye?.video),{bindProducts:ct})})}return ye}))!==null&&H!==void 0?H:[]},[]);fe(()=>{const z=H=>{we.current=H};return xt.on(vt.CHANGE_THEME_TAG,z),()=>{xt.off(vt.CHANGE_THEME_TAG,z)}},[]),fe(()=>{re(f)},[f]);const he=ve(()=>e?.find(z=>z.type===Si.BFF),[e]),Q=be((z,H)=>{if(!he)return;const Ie=he.url,Pe=rn();if(H?.query){const ye=bi.stringify(H.query);z=`${z}?${ye}`}return H.type==="beacon"&&navigator.sendBeacon?navigator.sendBeacon(`${Ie}/api/v1${z}`,new Blob([JSON.stringify(Object.assign(Object.assign(Object.assign({},he.headers),{"x-user-id":Pe}),H.body))],{type:"application/json;charset=UTF-8"})):window.fetch(`${Ie}/api/v1${z}`,{headers:Object.assign({"Content-Type":"application/json","x-user-id":Pe},he.headers),method:H.method,body:JSON.stringify(H.body)}).then(ye=>ye.json()).catch(ye=>Promise.reject(ye))},[he]),ue=be(z=>nt(void 0,void 0,void 0,function*(){var H,Ie,Pe,ye,ae,ee,Ce,We,Ze,qe,ct,dt,bt,Pt;if(z=Object.assign(Object.assign(Object.assign({maxSize:(H=z?.maxSize)!==null&&H!==void 0?H:l,defaultSize:(Ie=z?.defaultSize)!==null&&Ie!==void 0?Ie:o,hashTag:z?.hashTag,traceInfo:z?.traceInfo,themeTag:z?.themeTag},z?.contentFilter&&{contentFilter:`[${z?.contentFilter}]`}),z?.productFilter&&{productFilter:`[${z?.productFilter}]`}),{pageNum:z?.pageNum}),i){const de=(ae=(ye=(Pe=i?.split("&"))===null||Pe===void 0?void 0:Pe.filter(ne=>{var J,Se;const Ae=ne.split("=")[0];return(Se=(J=b?.channels)!==null&&J!==void 0?J:[])===null||Se===void 0?void 0:Se.includes(Ae)}))===null||ye===void 0?void 0:ye.join("&"))!==null&&ae!==void 0?ae:"";z=Object.assign(Object.assign({},z),{channel:decodeURIComponent(de)})}if(w){let de=1;if(z=Object.assign(Object.assign(Object.assign({},z),{directPage:!0,level:1}),!i&&T&&T?.length>0&&{channel:T?.[0]}),!z?.channel||F.current)return;F.current=!0;let ne=[],J=null;const Se=Ae=>nt(void 0,void 0,void 0,function*(){var oe,me,De,Ne,Ue,Ye;if(Ae.pageNum=de,J=yield Q?.("/recommend/list",{method:"GET",query:Ae}),!J?.success)return;A(!1),ne=ne.concat((Ne=(De=(me=(oe=J?.data)===null||oe===void 0?void 0:oe.recList)===null||me===void 0?void 0:me.filter)===null||De===void 0?void 0:De.call(me,ze=>ze?.product||ze?.video))!==null&&Ne!==void 0?Ne:[]),E(Z(Object.assign(Object.assign({},J.data),{recList:ne}))),se(Z(Object.assign(Object.assign({},J.data),{recList:ne}))),((Ye=(Ue=J?.data)===null||Ue===void 0?void 0:Ue.recList)===null||Ye===void 0?void 0:Ye.some(ze=>ze?.product||ze?.video))&&(de=de+1,yield Se(Ae))});return yield Se(z),!z?.hashTag&&J&&L({rtc:(ee=J?.data)===null||ee===void 0?void 0:ee.rtc,requestId:(Ce=J?.data)===null||Ce===void 0?void 0:Ce.requestId}),Object.assign(Object.assign({},J.data),{recList:ne})}v?.enablePreview&&(z=Object.assign(Object.assign({},z),{directPage:!0,level:1,pageNum:(We=z?.pageNum)!==null&&We!==void 0?We:1}));const P=yield Q?.("/recommend/list",{method:"GET",query:z});if(P?.success){if(z?.hashTag||L({rtc:P.data.rtc,requestId:P.data.requestId}),v?.enablePreview&&!w){let de=[];return de=de.concat((dt=(ct=(qe=(Ze=P?.data)===null||Ze===void 0?void 0:Ze.recList)===null||qe===void 0?void 0:qe.filter)===null||ct===void 0?void 0:ct.call(qe,J=>J?.product||J?.video))!==null&&dt!==void 0?dt:[]),((Pt=(bt=P?.data)===null||bt===void 0?void 0:bt.recList)===null||Pt===void 0?void 0:Pt.some(J=>J?.product||J?.video))||je(!0),Object.assign(Object.assign({},P.data),{recList:de})}return P?.data}}),[Q,i,l,o,T]),Ge=be(z=>nt(void 0,void 0,void 0,function*(){var H,Ie,Pe,ye;if(_.length<=0)return;const ae=_?.[_?.length-1],ee=yield ue(Object.assign(Object.assign(Object.assign(Object.assign({hashTag:Y?.hashTag},((H=ae?.product)===null||H===void 0?void 0:H.itemId)&&{productFilter:(Ie=ae?.product)===null||Ie===void 0?void 0:Ie.itemId}),((Pe=ae?.video)===null||Pe===void 0?void 0:Pe.itemId)&&{contentFilter:(ye=ae?.video)===null||ye===void 0?void 0:ye.itemId}),{themeTag:we.current}),v?.enablePreview&&!w&&{pageNum:z}));return E(_.concat(Z(ee))),se(ie.concat(Z(ee))),ee}),[ue,_,Y,ie]),G=be(({userInfo:z,eventInfo:H})=>{if(!n||v?.enablePreview)return;z||(z={});const Ie=po(),Pe=Object.assign(Object.assign(Object.assign(Object.assign({sessionID:Ie,rtc:C.rtc,requestId:C.requestId},H),Zi()&&{sxpDevice:Zi()}),Ki()&&{sxpSystem:Ki()}),qi()&&{sxpBrowser:qi()}),ye=Object.entries(z).map(([ee,Ce])=>({name:ee,value:Ce})),ae=Object.entries(Pe).map(([ee,Ce])=>Ce&&{name:ee,value:Ce}).filter(Boolean);return console.log("======== \u4E8B\u4EF6\u4E0A\u62A5 ========"),console.log("userInfo:",z),console.log("eventInfo:",Pe),console.log("========= \u7ED3\u675F ========="),Q?.("/event/report",{method:"POST",body:{userInfo:ye,eventInfo:ae},type:"beacon"})},[Q,C,n,v?.enablePreview]),j=be(z=>{var H,Ie,Pe,{eventName:ye,actionSource:ae="website",eventSourceUrl:ee=(H=window?.location)===null||H===void 0?void 0:H.href,externalId:Ce}=z;if(!n||!h||v?.enablePreview)return;const We=rn(),qe=new URLSearchParams(window.location.search).get("fbclid");return Q?.("/fb/events",{method:"POST",body:{eventName:ye,actionSource:ae,eventSourceUrl:ee,userData:Object.assign(Object.assign(Object.assign({externalId:We},qe&&{fbc:`fb.2.${new Date().getTime()}.${qe}`}),Qi("_fbp")&&{fbp:`fb.2.${new Date().getTime()}.${Qi("_fbp")}`}),{clientUserAgent:(Pe=(Ie=window?.navigator)===null||Ie===void 0?void 0:Ie.userAgent)!==null&&Pe!==void 0?Pe:""})},type:"beacon"})},[Q,n,h,v?.enablePreview]),Ve=be(z=>nt(void 0,void 0,void 0,function*(){const H=yield Q?.("/recommend/like",{method:"POST",body:z});return H?.success}),[Q]),Ke=be(z=>nt(void 0,void 0,void 0,function*(){const H=yield Q?.("/recommend/unlike",{method:"POST",body:z});return H?.success}),[Q]),mt=be(z=>nt(void 0,void 0,void 0,function*(){const H=yield Q?.("/customform",{method:"POST",body:z});return H?.success}),[Q]),Et=be(()=>nt(void 0,void 0,void 0,function*(){var z,H,Ie,Pe,ye;if(!(!i||!S))try{const ae=(Ie=(H=(z=i?.split("&"))===null||z===void 0?void 0:z.filter(Ce=>{var We,Ze;const qe=Ce.split("=")[0];return(Ze=(We=b?.channels)!==null&&We!==void 0?We:[])===null||Ze===void 0?void 0:Ze.includes(qe)}))===null||H===void 0?void 0:H.join("&"))!==null&&Ie!==void 0?Ie:"",ee=yield Q?.("/tag/list",{method:"GET",query:{channel:decodeURIComponent(ae)}});O((ye=(Pe=ee?.data)===null||Pe===void 0?void 0:Pe.tags)!==null&&ye!==void 0?ye:[])}catch(ae){console.log("e",ae)}}),[Q,i,S]),at=be((z,H,Ie,Pe)=>{var ye,ae,ee,Ce,We,Ze,qe,ct,dt,bt,Pt,P,de,ne,J,Se,Ae,oe,me,De,Ne,Ue,Ye,Je,ze,et,Re,Xe,ut,Qe,yt,wt,Dt,Ot,He,hi;const Mt=Ie?.bindCta,Qn=((ye=H?.video)===null||ye===void 0?void 0:ye.bindProduct)||((ae=H?.video)===null||ae===void 0?void 0:ae.bindProducts)&&((Ce=(ee=H?.video)===null||ee===void 0?void 0:ee.bindProducts)===null||Ce===void 0?void 0:Ce.length)>0;let $t="";W?$t="hashTagPage":!((We=H?.video)===null||We===void 0)&&We.url?$t="videoPage":!((qe=(Ze=H?.video)===null||Ze===void 0?void 0:Ze.imgUrls)===null||qe===void 0)&&qe.length&&($t="imagePage");const Hi=(ne=(P=(ct=Ie?.tags)!==null&&ct!==void 0?ct:(Pt=(bt=(dt=H?.video)===null||dt===void 0?void 0:dt.bindProducts)===null||bt===void 0?void 0:bt[0])===null||Pt===void 0?void 0:Pt.tags)!==null&&P!==void 0?P:(de=H?.video)===null||de===void 0?void 0:de.tags)!==null&&ne!==void 0?ne:(J=H?.product)===null||J===void 0?void 0:J.tags;G?.({eventInfo:Object.assign(Object.assign({},z),{ctaId:(Se=Mt?.itemId)!==null&&Se!==void 0?Se:"",ctaName:(Ae=Mt?.title)!==null&&Ae!==void 0?Ae:"",contentTags:Hi?JSON.stringify(Hi):"",position:Pe+"",contentId:(me=(oe=H?.video)===null||oe===void 0?void 0:oe.itemId)!==null&&me!==void 0?me:"",productId:Qn?Ie?.itemId:"",traceInfo:(He=(wt=(Re=(Ye=(De=Mt?.traceInfo)!==null&&De!==void 0?De:(Ue=(Ne=H?.video)===null||Ne===void 0?void 0:Ne.bindCta)===null||Ue===void 0?void 0:Ue.traceInfo)!==null&&Ye!==void 0?Ye:(et=(ze=(Je=H?.video)===null||Je===void 0?void 0:Je.bindProduct)===null||ze===void 0?void 0:ze.bindCta)===null||et===void 0?void 0:et.traceInfo)!==null&&Re!==void 0?Re:(yt=(Qe=(ut=(Xe=H?.video)===null||Xe===void 0?void 0:Xe.bindProducts)===null||ut===void 0?void 0:ut[0])===null||Qe===void 0?void 0:Qe.bindCta)===null||yt===void 0?void 0:yt.traceInfo)!==null&&wt!==void 0?wt:(Ot=(Dt=H?.product)===null||Dt===void 0?void 0:Dt.bindCta)===null||Ot===void 0?void 0:Ot.traceInfo)!==null&&He!==void 0?He:"",fromKName:$t,fromKPage:(hi=location?.href)!==null&&hi!==void 0?hi:""})})},[G,W]),rt=be(()=>{var z,H;const Ie=location.search.slice(1),Pe=bi.parse(Ie.replace(/\+/g,"%2B"));for(const ee in Pe)Pe[ee]=Pe[ee].replace(/%2B/g,"+");const ye=ee=>{var Ce;return(Ce=Pe[ee])!==null&&Ce!==void 0?Ce:""},ae=new Date;ke.current=ae,G?.({eventInfo:{eventSubject:"h5LinkEnterFeed",eventDescription:"User enter h5 link",utmSource:ye("utm_source"),utmMedium:ye("utm_medium"),utmCampaign:ye("utm_campaign"),utmId:ye("utm_id"),utmContent:ye("utm_content"),enterTime:Math.floor(ae/1e3)+"",requestId:null,enterUrl:(H=(z=window?.location)===null||z===void 0?void 0:z.href)!==null&&H!==void 0?H:"",clSource:ye("cl_source")}})},[G]);fe(()=>{Fe||rt()},[Fe]),fe(()=>{Fe||(A(!0),Et(),ue().then(z=>{z&&(E(Z(z)),se(Z(z)))}).finally(()=>{G({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),A(!1)}))},[Fe]),fe(()=>{a&&(A(!0),Et(),ue().then(z=>{z&&(E(Z(z)),se(Z(z)))}).finally(()=>{G({eventInfo:{eventSubject:"apiRequest",eventDescription:"api request succeed"}}),A(!1)}))},[ue,Et]);const It=ft("/pb_static/a65d23c5893c49d7aaaa81681d3179e2.gif",d);return p.createElement(dn.Provider,{value:{rtcList:_,setRtcList:E,mutateLike:Ve,mutateUnlike:Ke,submitForm:mt,popupDetailData:D,loadVideos:Ge,setPopupDetailData:N,getRecommendVideos:ue,bffEventReport:G,utmVal:i,isPreview:a,loading:I,sxpParameter:r,waterFallData:Y,setWaterFallData:U,ctaEvent:at,swiperRef:B,openHashtag:q,setOpenHashtag:re,cacheRtcList:ie,setCacheRtcList:se,cacheActiveIndex:Le,setCacheActiveIndex:ce,isFromHashtag:W,setIsFromHashtag:K,appDomain:d,hashTagSize:u,loadingImage:s??It,isOpenHashTag:f,tagList:c,setLoading:A,videoRef:$,setVideoRef:te,bffFbReport:j,isAgreePolicy:V,setIsAgreePolicy:R,curTime:ke,h5EnterLink:rt,themeTag:we,isShowConsent:Fe,selectTag:le,setSelectTag:ge,globalConfig:v,popupCurTimeRef:Be,checkCommodityIndexRef:Te,isEditor:w,isNoMoreData:Oe}},Fe?p.createElement(yo,Object.assign({},(M=(g=(k=v?.consent)===null||k===void 0?void 0:k[0])===null||g===void 0?void 0:g.item)===null||M===void 0?void 0:M.props)):t({rtcList:_,mutateLike:Ve,mutateUnlike:Ke,submitForm:mt,tagList:c}))};var sn=_e(wo);function Me(){return Yt(dn)}var cn;(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"})(cn||(cn={}));const un=Xt({$store:{},options:[],configs:[]}),So=({children:t,isSsr:e,enable:i})=>{const[n,l]=X([]),{schema:o}=St(),[a,r]=X(o.__STORE__||{}),[d,u]=X([]);fe(()=>{var h;e||Gi(d,o?.dataSource)||u((h=o?.dataSource)!==null&&h!==void 0?h:[])},[o?.dataSource,e]);const s=be(()=>nt(void 0,void 0,void 0,function*(){const{$store:h,idMapName:m}=yield Xi("",d);r(h),f(h,m)}),[d]),f=(h,m)=>{const y=[];Object.entries(h).forEach(([S,x])=>{Object.keys(x).forEach(v=>{const w={label:`${m[S]} - ${v}`,value:`{{ ${S}.${v} }}`};y.push(w)})}),l(y)};return fe(()=>{e||s()},[s,e,o]),i?p.createElement(un.Provider,{value:{$store:o.__STORE__||a,options:n,configs:d}},t):t};var xo=_e(So);const oi={id:ii(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},xi={id:"",duration:0,name:"none"},vn=p.createContext({resolver:{},currentNode:null,schema:{pointData:[],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},__STORE__:{},sxpPageConf:{}},pageInfoData:{},prePiontData:[],undoStack:[oi],redoStack:[],popup:xi,setPopup:()=>{}}),pn=ti(({children:t,resolver:e,isSsr:i,schema:n,enableDataSource:l=!0,utmVal:o},a)=>{const[r,d]=X(null),[u,s]=X(n||{pointData:[oi],dataSource:[],mobilePiontData:[],type:"PC",pcPiontData:[],pageInfo:{},pcPageConf:{},mobilePageConf:{},sxpPageConf:{}}),[f,h]=X([oi]),[m,y]=X([[oi]]),[S,x]=X([]),[v,w]=X(xi);typeof window<"u"&&(window.sxpPopup=(M,_)=>{w(Object.assign(Object.assign(Object.assign({},xi),{id:M}),_))}),typeof window<"u"&&(window.getJointUtmLink=M=>(go(),M?.indexOf("?")!==-1?M+(o?"&"+o:""):M+(o?"?"+o:""))),fe(()=>{y([u.pointData]),x([])},[u.type]);const b=be(M=>{const _=ei(u);_&&(_.dataSource=M,s?.(_))},[u]),[T,k]=X();Wi(a,()=>({loadSchema(M){M&&(y([M.pointData]),s(M))},exportSchema(){return ei(u)},getPageInfoData(){return T},initPageInfoData(M){M&&k(M)}}));const g=ve(()=>{if(u)return u.type==="PC"?u.pcPageConf:u.mobilePageConf},[u]);return p.createElement(vn.Provider,{value:{resolver:e,currentNode:r,schema:u,setCurrentNode:d,setSchema:s,saveDataSource:b,prePiontData:f,setPrePiontData:h,pageInfoData:T,setPageInfoData:M=>k(Object.assign(Object.assign({},T),M)),undoStack:m,redoStack:S,setRedoStack:x,setUndoStack:y,getCurPageConf:g,popup:v,setPopup:w}},p.createElement(xo,{isSsr:i,enable:l},t))});var To=Object.freeze({__proto__:null,EditorCore:pn}),Ao=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Eo=[{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 tt(){const{bffEventReport:t,popupDetailData:e,waterFallData:i,isFromHashtag:n}=Me(),l=be((r,d,u,s,f)=>{var h,m,y,S,x,v,w,b,T,k,g,M,_,E,c,O,I,A,C,L,B,F,V,R,D,N,Y,U,q,re,ie,se,Le,ce,W,K,$,te;let we="";e&&(!((m=(h=r?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((y=r?.video)===null||y===void 0)&&y.bindProduct)?we="pdpPage":n?we="hashTagPage":!((S=r?.video)===null||S===void 0)&&S.url?we="videoPage":!((x=r?.video)===null||x===void 0)&&x.imgUrls&&(!((w=(v=r?.video)===null||v===void 0?void 0:v.imgUrls)===null||w===void 0)&&w.length)?we="imagePage":r?.product&&(we="productPage");const ke=(E=(M=(b=d?.tags)!==null&&b!==void 0?b:(g=(k=(T=r?.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&&M!==void 0?M:(_=r?.video)===null||_===void 0?void 0:_.tags)!==null&&E!==void 0?E:(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":!((I=r?.video)===null||I===void 0)&&I.imgUrls&&(!((C=(A=r?.video)===null||A===void 0?void 0:A.imgUrls)===null||C===void 0)&&C.length)&&(le="image"),t?.({eventInfo:Object.assign({eventSubject:"jumpToWeb",eventDescription:"User jumped to website",productId:(L=d?.itemId)!==null&&L!==void 0?L:"",productName:(B=d?.title)!==null&&B!==void 0?B:"",price:d?.price?d?.price+"":"0",productCollection:(F=d?.collection)!==null&&F!==void 0?F:"",fromKName:we,fromKPage:location?.href,contentTags:ke?JSON.stringify(ke):"",position:s+"",contentId:(R=(V=r?.video)===null||V===void 0?void 0:V.itemId)!==null&&R!==void 0?R:"",ctatId:(D=u?.itemId)!==null&&D!==void 0?D:"",traceInfo:(te=(W=(Le=(q=(N=f??d?.traceInfo)!==null&&N!==void 0?N:(U=(Y=r?.video)===null||Y===void 0?void 0:Y.bindProduct)===null||U===void 0?void 0:U.traceInfo)!==null&&q!==void 0?q:(se=(ie=(re=r?.video)===null||re===void 0?void 0:re.bindProducts)===null||ie===void 0?void 0:ie[0])===null||se===void 0?void 0:se.traceInfo)!==null&&Le!==void 0?Le:(ce=r?.product)===null||ce===void 0?void 0:ce.traceInfo)!==null&&W!==void 0?W:($=(K=r?.video)===null||K===void 0?void 0:K.bindCta)===null||$===void 0?void 0:$.traceInfo)!==null&&te!==void 0?te:""},le&&{contentFormat:le})})},[t,e,n]),o=be((r,d,u,s,f)=>{var h,m,y,S,x,v,w,b,T,k,g,M,_,E;let c="";e&&(!((m=(h=r?.video)===null||h===void 0?void 0:h.bindProducts)===null||m===void 0)&&m.length||!((y=r?.video)===null||y===void 0)&&y.bindProduct)?c="pdpPage":r?.product&&(c="productPage"),t?.({eventInfo:{productId:d?.itemId,productName:d?.title,price:d?.price?d?.price+"":"0",productCollection:d?.collection,fromKName:c,fromKPage:location?.href,contentTags:JSON.stringify(d?.tags),position:f+"",contentId:(S=r?.video)===null||S===void 0?void 0:S.itemId,ctatId:u?.itemId,traceInfo:(E=(M=(b=(x=d?.traceInfo)!==null&&x!==void 0?x:(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=(k=(T=r?.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&&M!==void 0?M:(_=r?.product)===null||_===void 0?void 0:_.traceInfo)!==null&&E!==void 0?E:"",timeOnSite:Math.floor((new Date-s)/1e3)+"",eventSubject:"productView",eventDescription:"User browsed the product"}})},[t,e]),a=be((r,d,u,s)=>{d&&d===ni&&t?.({eventInfo:{lastFeed:r,themeTags:u?`['${u}']`:"",hashTags:s?`['${s}']`:"",eventSubject:"backMainFeed",eventDescription:"back Main Feed"}})},[t]);return{jumpToWeb:l,productView:o,backMainFeed:a}}const Io=({layout:t,columns:e,onChange:i})=>p.createElement(p.Fragment,null,e?.map((n,l)=>p.createElement("div",{key:l,className:"pb-appoint-form-container-item",style:{flexDirection:t==="horizontal"?"row":"column"}},t!=="inline"&&p.createElement("label",{className:"pb-appoint-form-container-label"},n?.title),n?.valueType==="text"&&p.createElement("input",Object.assign({className:"pb-appoint-form-container-input",type:"text",placeholder:t==="inline"?n?.title:"\u8BF7\u8F93\u5165",name:n?.dataIndex},i&&{onChange:i})))));var Co=_e(Io);const ko=t=>{var e,i,{columns:n,style:l,title:o,textStyle:a,submitBgColor:r,submitColor:d,submitText:u,layoutType:s="inline",isExternalLink:f,isPopup:h,onClick:m,onClose:y,submitButtonStyle:S}=t,x=$e(t,["columns","style","title","textStyle","submitBgColor","submitColor","submitText","layoutType","isExternalLink","isPopup","onClick","onClose","submitButtonStyle"]);const{submitForm:v,popupDetailData:w}=Me(),{jumpToWeb:b}=tt(),[T,k]=X(!1),[g,M]=X({}),[_,E]=X(0),c=ve(()=>[{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),I=ve(()=>ei(n)||c,[n,c]),A=be(L=>{const{name:B,value:F}=L.target;M(Object.assign(Object.assign({},g),{[B]:F}))},[g]),C=gi(()=>nt(void 0,void 0,void 0,function*(){var L,B,F,V,R;const D=g;if(!D)return;const N=(B=(L=Object.keys(D))===null||L===void 0?void 0:L.map(U=>{var q;return{name:U,value:(q=D[U])!==null&&q!==void 0?q:""}}))===null||B===void 0?void 0:B.filter(U=>U?.value);if(!N||!N?.length)return;k(!0);const Y=yield v?.({attributes:N});if(k(!1),Y){if(f){const U=w,q=(F=U?.video)===null||F===void 0?void 0:F.bindProduct,re=(R=(V=U?.video)===null||V===void 0?void 0:V.bindProduct)===null||R===void 0?void 0:R.bindCta,ie=w?.index;b(U,q,re,ie)}h||y?.(),m?.()}}),1e3);return fe(()=>{const L=()=>{var B,F;if(!navigator.userAgent.toLowerCase().includes("android"))return;(((B=document?.documentElement)===null||B===void 0?void 0:B.clientHeight)||((F=document?.body)===null||F===void 0?void 0:F.clientHeight))<O?E(50):E(0)};return window.addEventListener("resize",L),()=>{window.removeEventListener("resize",L)}},[]),p.createElement("div",{className:"pb-appoint-form"},p.createElement("div",{className:`pb-appoint-form-title ${Ee(Object.assign({},a))}`,dangerouslySetInnerHTML:{__html:xe(o,a)}}),p.createElement("div",Object.assign({className:Ee(Object.assign(Object.assign({},l),{marginTop:_}))},x),p.createElement("div",{className:"pb-appoint-form-container"},p.createElement(Co,{columns:I,layout:s,onChange:A}))),p.createElement("div",{className:"pb-appoint-form-btn-wrapper"},p.createElement("button",{"aria-label":u,onClick:C,className:"pb-appoint-form-btn",style:Object.assign({color:d,background:r},S),dangerouslySetInnerHTML:{__html:xe(T?"loading...":u,S)}})))};var _o=_e(ko);function it(t,e){return t.extend=e,t}const Po=it(_o,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"popup",type:"AppointForm",related:{settingRender:Eo,bindableProps:[],interactionRender:Ao},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 Do=[{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 mn(t){return t!==null&&typeof t=="object"&&"constructor"in t&&t.constructor===Object}function Ti(t,e){t===void 0&&(t={}),e===void 0&&(e={}),Object.keys(e).forEach(i=>{typeof t[i]>"u"?t[i]=e[i]:mn(e[i])&&mn(t[i])&&Object.keys(e[i]).length>0&&Ti(t[i],e[i])})}const fn={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 Tt(){const t=typeof document<"u"?document:{};return Ti(t,fn),t}const Oo={document:fn,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 lt(){const t=typeof window<"u"?window:{};return Ti(t,Oo),t}function Rt(t){return t===void 0&&(t=""),t.trim().split(" ").filter(e=>!!e.trim())}function Mo(t){const e=t;Object.keys(e).forEach(i=>{try{e[i]=null}catch{}try{delete e[i]}catch{}})}function jt(t,e){return e===void 0&&(e=0),setTimeout(t,e)}function ht(){return Date.now()}function Lo(t){const e=lt();let i;return e.getComputedStyle&&(i=e.getComputedStyle(t,null)),!i&&t.currentStyle&&(i=t.currentStyle),i||(i=t.style),i}function Ro(t,e){e===void 0&&(e="x");const i=lt();let n,l,o;const a=Lo(t);return i.WebKitCSSMatrix?(l=a.transform||a.webkitTransform,l.split(",").length>6&&(l=l.split(", ").map(r=>r.replace(",",".")).join(", ")),o=new i.WebKitCSSMatrix(l==="none"?"":l)):(o=a.MozTransform||a.OTransform||a.MsTransform||a.msTransform||a.transform||a.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=o.toString().split(",")),e==="x"&&(i.WebKitCSSMatrix?l=o.m41:n.length===16?l=parseFloat(n[12]):l=parseFloat(n[4])),e==="y"&&(i.WebKitCSSMatrix?l=o.m42:n.length===16?l=parseFloat(n[13]):l=parseFloat(n[5])),l||0}function li(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"}function Bo(t){return typeof window<"u"&&typeof window.HTMLElement<"u"?t instanceof HTMLElement:t&&(t.nodeType===1||t.nodeType===11)}function pt(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let i=1;i<arguments.length;i+=1){const n=i<0||arguments.length<=i?void 0:arguments[i];if(n!=null&&!Bo(n)){const l=Object.keys(Object(n)).filter(o=>e.indexOf(o)<0);for(let o=0,a=l.length;o<a;o+=1){const r=l[o],d=Object.getOwnPropertyDescriptor(n,r);d!==void 0&&d.enumerable&&(li(t[r])&&li(n[r])?n[r].__swiper__?t[r]=n[r]:pt(t[r],n[r]):!li(t[r])&&li(n[r])?(t[r]={},n[r].__swiper__?t[r]=n[r]:pt(t[r],n[r])):t[r]=n[r])}}}return t}function ai(t,e,i){t.style.setProperty(e,i)}function hn(t){let{swiper:e,targetPosition:i,side:n}=t;const l=lt(),o=-e.translate;let a=null,r;const d=e.params.speed;e.wrapperEl.style.scrollSnapType="none",l.cancelAnimationFrame(e.cssModeFrameID);const u=i>o?"next":"prev",s=(h,m)=>u==="next"&&h>=m||u==="prev"&&h<=m,f=()=>{r=new Date().getTime(),a===null&&(a=r);const h=Math.max(Math.min((r-a)/d,1),0),m=.5-Math.cos(h*Math.PI)/2;let y=o+m*(i-o);if(s(y,i)&&(y=i),e.wrapperEl.scrollTo({[n]:y}),s(y,i)){e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[n]:y})}),l.cancelAnimationFrame(e.cssModeFrameID);return}e.cssModeFrameID=l.requestAnimationFrame(f)};f()}function Ct(t,e){return e===void 0&&(e=""),[...t.children].filter(i=>i.matches(e))}function ri(t){try{console.warn(t);return}catch{}}function Jt(t,e){e===void 0&&(e=[]);const i=document.createElement(t);return i.classList.add(...Array.isArray(e)?e:Rt(e)),i}function No(t){const e=lt(),i=Tt(),n=t.getBoundingClientRect(),l=i.body,o=t.clientTop||l.clientTop||0,a=t.clientLeft||l.clientLeft||0,r=t===e?e.scrollY:t.scrollTop,d=t===e?e.scrollX:t.scrollLeft;return{top:n.top+r-o,left:n.left+d-a}}function Fo(t,e){const i=[];for(;t.previousElementSibling;){const n=t.previousElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function jo(t,e){const i=[];for(;t.nextElementSibling;){const n=t.nextElementSibling;e?n.matches(e)&&i.push(n):i.push(n),t=n}return i}function Bt(t,e){return lt().getComputedStyle(t,null).getPropertyValue(e)}function di(t){let e=t,i;if(e){for(i=0;(e=e.previousSibling)!==null;)e.nodeType===1&&(i+=1);return i}}function gn(t,e){const i=[];let n=t.parentElement;for(;n;)e?n.matches(e)&&i.push(n):i.push(n),n=n.parentElement;return i}function Ai(t,e){function i(n){n.target===t&&(e.call(t,n),t.removeEventListener("transitionend",i))}e&&t.addEventListener("transitionend",i)}function Ei(t,e,i){const n=lt();return i?t[e==="width"?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(t,null).getPropertyValue(e==="width"?"margin-left":"margin-bottom")):t.offsetWidth}function kt(t){return(Array.isArray(t)?t:[t]).filter(e=>!!e)}function Vo(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=lt();i({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let a,r=ht(),d;const u=[];function s(b){let M=0,_=0,E=0,c=0;return"detail"in b&&(_=b.detail),"wheelDelta"in b&&(_=-b.wheelDelta/120),"wheelDeltaY"in b&&(_=-b.wheelDeltaY/120),"wheelDeltaX"in b&&(M=-b.wheelDeltaX/120),"axis"in b&&b.axis===b.HORIZONTAL_AXIS&&(M=_,_=0),E=M*10,c=_*10,"deltaY"in b&&(c=b.deltaY),"deltaX"in b&&(E=b.deltaX),b.shiftKey&&!E&&(E=c,c=0),(E||c)&&b.deltaMode&&(b.deltaMode===1?(E*=40,c*=40):(E*=800,c*=800)),E&&!M&&(M=E<1?-1:1),c&&!_&&(_=c<1?-1:1),{spinX:M,spinY:_,pixelX:E,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&&ht()-r<e.params.mousewheel.thresholdTime?!1:b.delta>=6&&ht()-r<60?!0:(b.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),l("scroll",b.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),l("scroll",b.raw)),r=new o.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 M=e.el;e.params.mousewheel.eventsTarget!=="container"&&(M=document.querySelector(e.params.mousewheel.eventsTarget));const _=M&&M.contains(T.target);if(!e.mouseEntered&&!_&&!g.releaseOnEdges)return!0;T.originalEvent&&(T=T.originalEvent);let E=0;const c=e.rtlTranslate?-1:1,O=s(T);if(g.forceToAxis)if(e.isHorizontal())if(Math.abs(O.pixelX)>Math.abs(O.pixelY))E=-O.pixelX*c;else return!0;else if(Math.abs(O.pixelY)>Math.abs(O.pixelX))E=-O.pixelY;else return!0;else E=Math.abs(O.pixelX)>Math.abs(O.pixelY)?-O.pixelX*c:-O.pixelY;if(E===0)return!0;g.invert&&(E=-E);let I=e.getTranslate()+E*g.sensitivity;if(I>=e.minTranslate()&&(I=e.minTranslate()),I<=e.maxTranslate()&&(I=e.maxTranslate()),k=e.params.loop?!0:!(I===e.minTranslate()||I===e.maxTranslate()),k&&e.params.nested&&T.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const A={time:ht(),delta:Math.abs(E),direction:Math.sign(E),raw:b};u.length>=2&&u.shift();const C=u.length?u[u.length-1]:void 0;if(u.push(A),C?(A.direction!==C.direction||A.delta>C.delta||A.time>C.time+150)&&m(A):m(A),y(A))return!0}else{const A={time:ht(),delta:Math.abs(E),direction:Math.sign(E)},C=d&&A.time<d.time+500&&A.delta<=d.delta&&A.direction===d.direction;if(!C){d=void 0;let L=e.getTranslate()+E*g.sensitivity;const B=e.isBeginning,F=e.isEnd;if(L>=e.minTranslate()&&(L=e.minTranslate()),L<=e.maxTranslate()&&(L=e.maxTranslate()),e.setTransition(0),e.setTranslate(L),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!B&&e.isBeginning||!F&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:A.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(a),a=void 0,u.length>=15&&u.shift();const V=u.length?u[u.length-1]:void 0,R=u[0];if(u.push(A),V&&(A.delta>V.delta||A.direction!==V.direction))u.splice(0);else if(u.length>=15&&A.time-R.time<500&&R.delta-A.delta>=1&&A.delta<=6){const D=E>0?.8:.2;d=A,u.splice(0),a=jt(()=>{e.slideToClosest(e.params.speed,!0,void 0,D)},0)}a||(a=jt(()=>{d=A,u.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(C||l("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 v(){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}n("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&w(),e.params.mousewheel.enabled&&v()}),n("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&w()}),Object.assign(e.mousewheel,{enable:v,disable:w})}function bn(t,e,i,n){return t.params.createElements&&Object.keys(n).forEach(l=>{if(!i[l]&&i.auto===!0){let o=Ct(t.el,`.${n[l]}`)[0];o||(o=Jt("div",n[l]),o.className=n[l],t.el.append(o)),i[l]=o,e[l]=o}}),i}function Vt(t){return t===void 0&&(t=""),`.${t.trim().replace(/([\.:!+\/])/g,"\\$1").replace(/ /g,".")}`}function si(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o="swiper-pagination";i({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:v=>v,formatFractionTotal:v=>v,bulletClass:`${o}-bullet`,bulletActiveClass:`${o}-bullet-active`,modifierClass:`${o}-`,currentClass:`${o}-current`,totalClass:`${o}-total`,hiddenClass:`${o}-hidden`,progressbarFillClass:`${o}-progressbar-fill`,progressbarOppositeClass:`${o}-progressbar-opposite`,clickableClass:`${o}-clickable`,lockClass:`${o}-lock`,horizontalClass:`${o}-horizontal`,verticalClass:`${o}-vertical`,paginationDisabledClass:`${o}-disabled`}}),e.pagination={el:null,bullets:[]};let a,r=0;function d(){return!e.params.pagination.el||!e.pagination.el||Array.isArray(e.pagination.el)&&e.pagination.el.length===0}function u(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 s(v){const w=v.target.closest(Vt(e.params.pagination.bulletClass));if(!w)return;v.preventDefault();const b=di(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(d())return;let b=e.pagination.el;b=kt(b);let T,k;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?(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 E,c,O;if(w.dynamicBullets&&(a=Ei(_[0],e.isHorizontal()?"width":"height",!0),b.forEach(I=>{I.style[e.isHorizontal()?"width":"height"]=`${a*(w.dynamicMainBullets+4)}px`}),w.dynamicMainBullets>1&&k!==void 0&&(r+=T-(k||0),r>w.dynamicMainBullets-1?r=w.dynamicMainBullets-1:r<0&&(r=0)),E=Math.max(T-r,0),c=E+(Math.min(_.length,w.dynamicMainBullets)-1),O=(c+E)/2),_.forEach(I=>{const A=[...["","-next","-next-next","-prev","-prev-prev","-main"].map(C=>`${w.bulletActiveClass}${C}`)].map(C=>typeof C=="string"&&C.includes(" ")?C.split(" "):C).flat();I.classList.remove(...A)}),b.length>1)_.forEach(I=>{const A=di(I);A===T?I.classList.add(...w.bulletActiveClass.split(" ")):e.isElement&&I.setAttribute("part","bullet"),w.dynamicBullets&&(A>=E&&A<=c&&I.classList.add(...`${w.bulletActiveClass}-main`.split(" ")),A===E&&u(I,"prev"),A===c&&u(I,"next"))});else{const I=_[T];if(I&&I.classList.add(...w.bulletActiveClass.split(" ")),e.isElement&&_.forEach((A,C)=>{A.setAttribute("part",C===T?"bullet-active":"bullet")}),w.dynamicBullets){const A=_[E],C=_[c];for(let L=E;L<=c;L+=1)_[L]&&_[L].classList.add(...`${w.bulletActiveClass}-main`.split(" "));u(A,"prev"),u(C,"next")}}if(w.dynamicBullets){const I=Math.min(_.length,w.dynamicMainBullets+4),A=(a*I-a)/2-O*a,C=v?"right":"left";_.forEach(L=>{L.style[e.isHorizontal()?C:"top"]=`${A}px`})}}b.forEach((_,E)=>{if(w.type==="fraction"&&(_.querySelectorAll(Vt(w.currentClass)).forEach(c=>{c.textContent=w.formatFractionCurrent(T+1)}),_.querySelectorAll(Vt(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 I=1,A=1;c==="horizontal"?I=O:A=O,_.querySelectorAll(Vt(w.progressbarFillClass)).forEach(C=>{C.style.transform=`translate3d(0,0,0) scaleX(${I}) scaleY(${A})`,C.style.transitionDuration=`${e.params.speed}ms`})}w.type==="custom"&&w.renderCustom?(_.innerHTML=w.renderCustom(e,T+1,M),E===0&&l("paginationRender",_)):(E===0&&l("paginationRender",_),l("paginationUpdate",_)),e.params.watchOverflow&&e.enabled&&_.classList[e.isLocked?"add":"remove"](w.lockClass)})}function h(){const v=e.params.pagination;if(d())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=kt(b);let T="";if(v.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)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(k=>{v.type!=="custom"&&(k.innerHTML=T||""),v.type==="bullets"&&e.pagination.bullets.push(...k.querySelectorAll(Vt(v.bulletClass)))}),v.type!=="custom"&&l("paginationRender",b[0])}function m(){e.params.pagination=bn(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=>gn(b,".swiper")[0]===e.el)[0])),Array.isArray(w)&&w.length===1&&(w=w[0]),Object.assign(e.pagination,{el:w}),w=kt(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",s),e.enabled||b.classList.add(v.lockClass)}))}function y(){const v=e.params.pagination;if(d())return;let w=e.pagination.el;w&&(w=kt(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",s))})),e.pagination.bullets&&e.pagination.bullets.forEach(b=>b.classList.remove(...v.bulletActiveClass.split(" ")))}n("changeDirection",()=>{if(!e.pagination||!e.pagination.el)return;const v=e.params.pagination;let{el:w}=e.pagination;w=kt(w),w.forEach(b=>{b.classList.remove(v.horizontalClass,v.verticalClass),b.classList.add(e.isHorizontal()?v.horizontalClass:v.verticalClass)})}),n("init",()=>{e.params.pagination.enabled===!1?x():(m(),h(),f())}),n("activeIndexChange",()=>{typeof e.snapIndex>"u"&&f()}),n("snapIndexChange",()=>{f()}),n("snapGridLengthChange",()=>{h(),f()}),n("destroy",()=>{y()}),n("enable disable",()=>{let{el:v}=e.pagination;v&&(v=kt(v),v.forEach(w=>w.classList[e.enabled?"remove":"add"](e.params.pagination.lockClass)))}),n("lock unlock",()=>{f()}),n("click",(v,w)=>{const b=w.target,T=kt(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);l(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:v}=e.pagination;v&&(v=kt(v),v.forEach(w=>w.classList.remove(e.params.pagination.paginationDisabledClass))),m(),h(),f()},x=()=>{e.el.classList.add(e.params.pagination.paginationDisabledClass);let{el:v}=e.pagination;v&&(v=kt(v),v.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 zo(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=Tt();let a=!1,r=null,d=null,u,s,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:I,rtlTranslate:A}=e,{dragEl:C,el:L}=I,B=e.params.scrollbar,F=e.params.loop?e.progressLoop:e.progress;let V=s,R=(f-s)*F;A?(R=-R,R>0?(V=s-R,R=0):-R+s>f&&(V=f+R)):R<0?(V=s+R,R=0):R+s>f&&(V=f-R),e.isHorizontal()?(C.style.transform=`translate3d(${R}px, 0, 0)`,C.style.width=`${V}px`):(C.style.transform=`translate3d(0px, ${R}px, 0)`,C.style.height=`${V}px`),B.hide&&(clearTimeout(r),L.style.opacity=1,r=setTimeout(()=>{L.style.opacity=0,L.style.transitionDuration="400ms"},1e3))}function y(I){!e.params.scrollbar.el||!e.scrollbar.el||(e.scrollbar.dragEl.style.transitionDuration=`${I}ms`)}function S(){if(!e.params.scrollbar.el||!e.scrollbar.el)return;const{scrollbar:I}=e,{dragEl:A,el:C}=I;A.style.width="",A.style.height="",f=e.isHorizontal()?C.offsetWidth:C.offsetHeight,h=e.size/(e.virtualSize+e.params.slidesOffsetBefore-(e.params.centeredSlides?e.snapGrid[0]:0)),e.params.scrollbar.dragSize==="auto"?s=f*h:s=parseInt(e.params.scrollbar.dragSize,10),e.isHorizontal()?A.style.width=`${s}px`:A.style.height=`${s}px`,h>=1?C.style.display="none":C.style.display="",e.params.scrollbar.hide&&(C.style.opacity=0),e.params.watchOverflow&&e.enabled&&I.el.classList[e.isLocked?"add":"remove"](e.params.scrollbar.lockClass)}function x(I){return e.isHorizontal()?I.clientX:I.clientY}function v(I){const{scrollbar:A,rtlTranslate:C}=e,{el:L}=A;let B;B=(x(I)-No(L)[e.isHorizontal()?"left":"top"]-(u!==null?u:s/2))/(f-s),B=Math.max(Math.min(B,1),0),C&&(B=1-B);const F=e.minTranslate()+(e.maxTranslate()-e.minTranslate())*B;e.updateProgress(F),e.setTranslate(F),e.updateActiveIndex(),e.updateSlidesClasses()}function w(I){const A=e.params.scrollbar,{scrollbar:C,wrapperEl:L}=e,{el:B,dragEl:F}=C;a=!0,u=I.target===F?x(I)-I.target.getBoundingClientRect()[e.isHorizontal()?"left":"top"]:null,I.preventDefault(),I.stopPropagation(),L.style.transitionDuration="100ms",F.style.transitionDuration="100ms",v(I),clearTimeout(d),B.style.transitionDuration="0ms",A.hide&&(B.style.opacity=1),e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="none"),l("scrollbarDragStart",I)}function b(I){const{scrollbar:A,wrapperEl:C}=e,{el:L,dragEl:B}=A;a&&(I.preventDefault&&I.cancelable?I.preventDefault():I.returnValue=!1,v(I),C.style.transitionDuration="0ms",L.style.transitionDuration="0ms",B.style.transitionDuration="0ms",l("scrollbarDragMove",I))}function T(I){const A=e.params.scrollbar,{scrollbar:C,wrapperEl:L}=e,{el:B}=C;a&&(a=!1,e.params.cssMode&&(e.wrapperEl.style["scroll-snap-type"]="",L.style.transitionDuration=""),A.hide&&(clearTimeout(d),d=jt(()=>{B.style.opacity=0,B.style.transitionDuration="400ms"},1e3)),l("scrollbarDragEnd",I),A.snapOnRelease&&e.slideToClosest())}function k(I){const{scrollbar:A,params:C}=e,L=A.el;if(!L)return;const B=L,F=C.passiveListeners?{passive:!1,capture:!1}:!1,V=C.passiveListeners?{passive:!0,capture:!1}:!1;if(!B)return;const R=I==="on"?"addEventListener":"removeEventListener";B[R]("pointerdown",w,F),o[R]("pointermove",b,F),o[R]("pointerup",T,V)}function g(){!e.params.scrollbar.el||!e.scrollbar.el||k("on")}function M(){!e.params.scrollbar.el||!e.scrollbar.el||k("off")}function _(){const{scrollbar:I,el:A}=e;e.params.scrollbar=bn(e,e.originalParams.scrollbar,e.params.scrollbar,{el:"swiper-scrollbar"});const C=e.params.scrollbar;if(!C.el)return;let L;if(typeof C.el=="string"&&e.isElement&&(L=e.el.querySelector(C.el)),!L&&typeof C.el=="string"){if(L=o.querySelectorAll(C.el),!L.length)return}else L||(L=C.el);e.params.uniqueNavElements&&typeof C.el=="string"&&L.length>1&&A.querySelectorAll(C.el).length===1&&(L=A.querySelector(C.el)),L.length>0&&(L=L[0]),L.classList.add(e.isHorizontal()?C.horizontalClass:C.verticalClass);let B;L&&(B=L.querySelector(Vt(e.params.scrollbar.dragClass)),B||(B=Jt("div",e.params.scrollbar.dragClass),L.append(B))),Object.assign(I,{el:L,dragEl:B}),C.draggable&&g(),L&&L.classList[e.enabled?"remove":"add"](...Rt(e.params.scrollbar.lockClass))}function E(){const I=e.params.scrollbar,A=e.scrollbar.el;A&&A.classList.remove(...Rt(e.isHorizontal()?I.horizontalClass:I.verticalClass)),M()}n("changeDirection",()=>{if(!e.scrollbar||!e.scrollbar.el)return;const I=e.params.scrollbar;let{el:A}=e.scrollbar;A=kt(A),A.forEach(C=>{C.classList.remove(I.horizontalClass,I.verticalClass),C.classList.add(e.isHorizontal()?I.horizontalClass:I.verticalClass)})}),n("init",()=>{e.params.scrollbar.enabled===!1?O():(_(),S(),m())}),n("update resize observerUpdate lock unlock changeDirection",()=>{S()}),n("setTranslate",()=>{m()}),n("setTransition",(I,A)=>{y(A)}),n("enable disable",()=>{const{el:I}=e.scrollbar;I&&I.classList[e.enabled?"remove":"add"](...Rt(e.params.scrollbar.lockClass))}),n("destroy",()=>{E()});const c=()=>{e.el.classList.remove(...Rt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.remove(...Rt(e.params.scrollbar.scrollbarDisabledClass)),_(),S(),m()},O=()=>{e.el.classList.add(...Rt(e.params.scrollbar.scrollbarDisabledClass)),e.scrollbar.el&&e.scrollbar.el.classList.add(...Rt(e.params.scrollbar.scrollbarDisabledClass)),E()};Object.assign(e.scrollbar,{enable:c,disable:O,updateSize:S,setTranslate:m,init:_,destroy:E})}function ci(t){let{swiper:e,extendParams:i,on:n,emit:l,params:o}=t;e.autoplay={running:!1,paused:!1,timeLeft:0},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let a,r,d=o&&o.autoplay?o.autoplay.delay:3e3,u=o&&o.autoplay?o.autoplay.delay:3e3,s,f=new Date().getTime(),h,m,y,S,x,v,w;function b(V){!e||e.destroyed||!e.wrapperEl||V.target===e.wrapperEl&&(e.wrapperEl.removeEventListener("transitionend",b),!(w||V.detail&&V.detail.bySwiperTouchMove)&&c())}const T=()=>{if(e.destroyed||!e.autoplay.running)return;e.autoplay.paused?h=!0:h&&(u=s,h=!1);const V=e.autoplay.paused?s:f+u-new Date().getTime();e.autoplay.timeLeft=V,l("autoplayTimeLeft",V,V/d),r=requestAnimationFrame(()=>{T()})},k=()=>{let V;return e.virtual&&e.params.virtual.enabled?V=e.slides.filter(D=>D.classList.contains("swiper-slide-active"))[0]:V=e.slides[e.activeIndex],V?parseInt(V.getAttribute("data-swiper-autoplay"),10):void 0},g=V=>{if(e.destroyed||!e.autoplay.running)return;cancelAnimationFrame(r),T();let R=typeof V>"u"?e.params.autoplay.delay:V;d=e.params.autoplay.delay,u=e.params.autoplay.delay;const D=k();!Number.isNaN(D)&&D>0&&typeof V>"u"&&(R=D,d=D,u=D),s=R;const N=e.params.speed,Y=()=>{!e||e.destroyed||(e.params.autoplay.reverseDirection?!e.isBeginning||e.params.loop||e.params.rewind?(e.slidePrev(N,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(e.slides.length-1,N,!0,!0),l("autoplay")):!e.isEnd||e.params.loop||e.params.rewind?(e.slideNext(N,!0,!0),l("autoplay")):e.params.autoplay.stopOnLastSlide||(e.slideTo(0,N,!0,!0),l("autoplay")),e.params.cssMode&&(f=new Date().getTime(),requestAnimationFrame(()=>{g()})))};return R>0?(clearTimeout(a),a=setTimeout(()=>{Y()},R)):requestAnimationFrame(()=>{Y()}),R},M=()=>{f=new Date().getTime(),e.autoplay.running=!0,g(),l("autoplayStart")},_=()=>{e.autoplay.running=!1,clearTimeout(a),cancelAnimationFrame(r),l("autoplayStop")},E=(V,R)=>{if(e.destroyed||!e.autoplay.running)return;clearTimeout(a),V||(v=!0);const D=()=>{l("autoplayPause"),e.params.autoplay.waitForTransition?e.wrapperEl.addEventListener("transitionend",b):c()};if(e.autoplay.paused=!0,R){x&&(s=e.params.autoplay.delay),x=!1,D();return}s=(s||e.params.autoplay.delay)-(new Date().getTime()-f),!(e.isEnd&&s<0&&!e.params.loop)&&(s<0&&(s=0),D())},c=()=>{e.isEnd&&s<0&&!e.params.loop||e.destroyed||!e.autoplay.running||(f=new Date().getTime(),v?(v=!1,g(s)):g(),e.autoplay.paused=!1,l("autoplayResume"))},O=()=>{if(e.destroyed||!e.autoplay.running)return;const V=Tt();V.visibilityState==="hidden"&&(v=!0,E(!0)),V.visibilityState==="visible"&&c()},I=V=>{V.pointerType==="mouse"&&(v=!0,w=!0,!(e.animating||e.autoplay.paused)&&E(!0))},A=V=>{V.pointerType==="mouse"&&(w=!1,e.autoplay.paused&&c())},C=()=>{e.params.autoplay.pauseOnMouseEnter&&(e.el.addEventListener("pointerenter",I),e.el.addEventListener("pointerleave",A))},L=()=>{e.el&&typeof e.el!="string"&&(e.el.removeEventListener("pointerenter",I),e.el.removeEventListener("pointerleave",A))},B=()=>{Tt().addEventListener("visibilitychange",O)},F=()=>{Tt().removeEventListener("visibilitychange",O)};n("init",()=>{e.params.autoplay.enabled&&(C(),B(),M())}),n("destroy",()=>{L(),F(),e.autoplay.running&&_()}),n("_freeModeStaticRelease",()=>{(y||v)&&c()}),n("_freeModeNoMomentumRelease",()=>{e.params.autoplay.disableOnInteraction?_():E(!0,!0)}),n("beforeTransitionStart",(V,R,D)=>{e.destroyed||!e.autoplay.running||(D||!e.params.autoplay.disableOnInteraction?E(!0,!0):_())}),n("sliderFirstMove",()=>{if(!(e.destroyed||!e.autoplay.running)){if(e.params.autoplay.disableOnInteraction){_();return}m=!0,y=!1,v=!1,S=setTimeout(()=>{v=!0,y=!0,E(!0)},200)}}),n("touchEnd",()=>{if(!(e.destroyed||!e.autoplay.running||!m)){if(clearTimeout(S),clearTimeout(a),e.params.autoplay.disableOnInteraction){y=!1,m=!1;return}y&&e.params.cssMode&&c(),y=!1,m=!1}}),n("slideChange",()=>{e.destroyed||!e.autoplay.running||(x=!0)}),Object.assign(e.autoplay,{start:M,stop:_,pause:E,resume:c})}function Ho(t){let{swiper:e,extendParams:i,emit:n,once:l}=t;i({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function o(){if(e.params.cssMode)return;const d=e.getTranslate();e.setTranslate(d),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function a(){if(e.params.cssMode)return;const{touchEventsData:d,touches:u}=e;d.velocities.length===0&&d.velocities.push({position:u[e.isHorizontal()?"startX":"startY"],time:d.touchStartTime}),d.velocities.push({position:u[e.isHorizontal()?"currentX":"currentY"],time:ht()})}function r(d){let{currentPos:u}=d;if(e.params.cssMode)return;const{params:s,wrapperEl:f,rtlTranslate:h,snapGrid:m,touchEventsData:y}=e,x=ht()-y.touchStartTime;if(u<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(u>-e.maxTranslate()){e.slides.length<m.length?e.slideTo(m.length-1):e.slideTo(e.slides.length-1);return}if(s.freeMode.momentum){if(y.velocities.length>1){const _=y.velocities.pop(),E=y.velocities.pop(),c=_.position-E.position,O=_.time-E.time;e.velocity=c/O,e.velocity/=2,Math.abs(e.velocity)<s.freeMode.minimumVelocity&&(e.velocity=0),(O>150||ht()-_.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=s.freeMode.momentumVelocityRatio,y.velocities.length=0;let v=1e3*s.freeMode.momentumRatio;const w=e.velocity*v;let b=e.translate+w;h&&(b=-b);let T=!1,k;const g=Math.abs(e.velocity)*20*s.freeMode.momentumBounceRatio;let M;if(b<e.maxTranslate())s.freeMode.momentumBounce?(b+e.maxTranslate()<-g&&(b=e.maxTranslate()-g),k=e.maxTranslate(),T=!0,y.allowMomentumBounce=!0):b=e.maxTranslate(),s.loop&&s.centeredSlides&&(M=!0);else if(b>e.minTranslate())s.freeMode.momentumBounce?(b-e.minTranslate()>g&&(b=e.minTranslate()+g),k=e.minTranslate(),T=!0,y.allowMomentumBounce=!0):b=e.minTranslate(),s.loop&&s.centeredSlides&&(M=!0);else if(s.freeMode.sticky){let _;for(let E=0;E<m.length;E+=1)if(m[E]>-b){_=E;break}Math.abs(m[_]-b)<Math.abs(m[_-1]-b)||e.swipeDirection==="next"?b=m[_]:b=m[_-1],b=-b}if(M&&l("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(h?v=Math.abs((-b-e.translate)/e.velocity):v=Math.abs((b-e.translate)/e.velocity),s.freeMode.sticky){const _=Math.abs((h?-b:b)-e.translate),E=e.slidesSizesGrid[e.activeIndex];_<E?v=s.speed:_<2*E?v=s.speed*1.5:v=s.speed*2.5}}else if(s.freeMode.sticky){e.slideToClosest();return}s.freeMode.momentumBounce&&T?(e.updateProgress(k),e.setTransition(v),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating=!0,Ai(f,()=>{!e||e.destroyed||!y.allowMomentumBounce||(n("momentumBounce"),e.setTransition(s.speed),setTimeout(()=>{e.setTranslate(k),Ai(f,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(n("_freeModeNoMomentumRelease"),e.updateProgress(b),e.setTransition(v),e.setTranslate(b),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,Ai(f,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(b),e.updateActiveIndex(),e.updateSlidesClasses()}else if(s.freeMode.sticky){e.slideToClosest();return}else s.freeMode&&n("_freeModeNoMomentumRelease");(!s.freeMode.momentum||x>=s.longSwipesMs)&&(n("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:o,onTouchMove:a,onTouchEnd:r}})}let Ii;function Go(){const t=lt(),e=Tt();return{smoothScroll:e.documentElement&&e.documentElement.style&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch)}}function yn(){return Ii||(Ii=Go()),Ii}let Ci;function Uo(t){let{userAgent:e}=t===void 0?{}:t;const i=yn(),n=lt(),l=n.navigator.platform,o=e||n.navigator.userAgent,a={ios:!1,android:!1},r=n.screen.width,d=n.screen.height,u=o.match(/(Android);?[\s\/]+([\d.]+)?/);let s=o.match(/(iPad).*OS\s([\d_]+)/);const f=o.match(/(iPod)(.*OS\s([\d_]+))?/),h=!s&&o.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m=l==="Win32";let y=l==="MacIntel";const S=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!s&&y&&i.touch&&S.indexOf(`${r}x${d}`)>=0&&(s=o.match(/(Version)\/([\d.]+)/),s||(s=[0,1,"13_0_0"]),y=!1),u&&!m&&(a.os="android",a.android=!0),(s||h||f)&&(a.os="ios",a.ios=!0),a}function wn(t){return t===void 0&&(t={}),Ci||(Ci=Uo(t)),Ci}let ki;function Wo(){const t=lt(),e=wn();let i=!1;function n(){const r=t.navigator.userAgent.toLowerCase();return r.indexOf("safari")>=0&&r.indexOf("chrome")<0&&r.indexOf("android")<0}if(n()){const r=String(t.navigator.userAgent);if(r.includes("Version/")){const[d,u]=r.split("Version/")[1].split(" ")[0].split(".").map(s=>Number(s));i=d<16||d===16&&u<2}}const l=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(t.navigator.userAgent),o=n(),a=o||l&&e.ios;return{isSafari:i||o,needPerspectiveFix:i,need3dFix:a,isWebView:l}}function Yo(){return ki||(ki=Wo()),ki}function Xo(t){let{swiper:e,on:i,emit:n}=t;const l=lt();let o=null,a=null;const r=()=>{!e||e.destroyed||!e.initialized||(n("beforeResize"),n("resize"))},d=()=>{!e||e.destroyed||!e.initialized||(o=new ResizeObserver(f=>{a=l.requestAnimationFrame(()=>{const{width:h,height:m}=e;let y=h,S=m;f.forEach(x=>{let{contentBoxSize:v,contentRect:w,target:b}=x;b&&b!==e.el||(y=w?w.width:(v[0]||v).inlineSize,S=w?w.height:(v[0]||v).blockSize)}),(y!==h||S!==m)&&r()})}),o.observe(e.el))},u=()=>{a&&l.cancelAnimationFrame(a),o&&o.unobserve&&e.el&&(o.unobserve(e.el),o=null)},s=()=>{!e||e.destroyed||!e.initialized||n("orientationchange")};i("init",()=>{if(e.params.resizeObserver&&typeof l.ResizeObserver<"u"){d();return}l.addEventListener("resize",r),l.addEventListener("orientationchange",s)}),i("destroy",()=>{u(),l.removeEventListener("resize",r),l.removeEventListener("orientationchange",s)})}function Jo(t){let{swiper:e,extendParams:i,on:n,emit:l}=t;const o=[],a=lt(),r=function(s,f){f===void 0&&(f={});const h=a.MutationObserver||a.WebkitMutationObserver,m=new h(y=>{if(e.__preventObserver__)return;if(y.length===1){l("observerUpdate",y[0]);return}const S=function(){l("observerUpdate",y[0])};a.requestAnimationFrame?a.requestAnimationFrame(S):a.setTimeout(S,0)});m.observe(s,{attributes:typeof f.attributes>"u"?!0:f.attributes,childList:typeof f.childList>"u"?!0:f.childList,characterData:typeof f.characterData>"u"?!0:f.characterData}),o.push(m)},d=()=>{if(e.params.observer){if(e.params.observeParents){const s=gn(e.hostEl);for(let f=0;f<s.length;f+=1)r(s[f])}r(e.hostEl,{childList:e.params.observeSlideChildren}),r(e.wrapperEl,{attributes:!1})}},u=()=>{o.forEach(s=>{s.disconnect()}),o.splice(0,o.length)};i({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",d),n("destroy",u)}var qo={on(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;const l=i?"unshift":"push";return t.split(" ").forEach(o=>{n.eventsListeners[o]||(n.eventsListeners[o]=[]),n.eventsListeners[o][l](e)}),n},once(t,e,i){const n=this;if(!n.eventsListeners||n.destroyed||typeof e!="function")return n;function l(){n.off(t,l),l.__emitterProxy&&delete l.__emitterProxy;for(var o=arguments.length,a=new Array(o),r=0;r<o;r++)a[r]=arguments[r];e.apply(n,a)}return l.__emitterProxy=e,n.on(t,l,i)},onAny(t,e){const i=this;if(!i.eventsListeners||i.destroyed||typeof t!="function")return i;const n=e?"unshift":"push";return i.eventsAnyListeners.indexOf(t)<0&&i.eventsAnyListeners[n](t),i},offAny(t){const e=this;if(!e.eventsListeners||e.destroyed||!e.eventsAnyListeners)return e;const i=e.eventsAnyListeners.indexOf(t);return i>=0&&e.eventsAnyListeners.splice(i,1),e},off(t,e){const i=this;return!i.eventsListeners||i.destroyed||!i.eventsListeners||t.split(" ").forEach(n=>{typeof e>"u"?i.eventsListeners[n]=[]:i.eventsListeners[n]&&i.eventsListeners[n].forEach((l,o)=>{(l===e||l.__emitterProxy&&l.__emitterProxy===e)&&i.eventsListeners[n].splice(o,1)})}),i},emit(){const t=this;if(!t.eventsListeners||t.destroyed||!t.eventsListeners)return t;let e,i,n;for(var l=arguments.length,o=new Array(l),a=0;a<l;a++)o[a]=arguments[a];return typeof o[0]=="string"||Array.isArray(o[0])?(e=o[0],i=o.slice(1,o.length),n=t):(e=o[0].events,i=o[0].data,n=o[0].context||t),i.unshift(n),(Array.isArray(e)?e:e.split(" ")).forEach(d=>{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(u=>{u.apply(n,[d,...i])}),t.eventsListeners&&t.eventsListeners[d]&&t.eventsListeners[d].forEach(u=>{u.apply(n,i)})}),t}};function Ko(){const t=this;let e,i;const n=t.el;typeof t.params.width<"u"&&t.params.width!==null?e=t.params.width:e=n.clientWidth,typeof t.params.height<"u"&&t.params.height!==null?i=t.params.height:i=n.clientHeight,!(e===0&&t.isHorizontal()||i===0&&t.isVertical())&&(e=e-parseInt(Bt(n,"padding-left")||0,10)-parseInt(Bt(n,"padding-right")||0,10),i=i-parseInt(Bt(n,"padding-top")||0,10)-parseInt(Bt(n,"padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(i)&&(i=0),Object.assign(t,{width:e,height:i,size:t.isHorizontal()?e:i}))}function Zo(){const t=this;function e(c,O){return parseFloat(c.getPropertyValue(t.getDirectionLabel(O))||0)}const i=t.params,{wrapperEl:n,slidesEl:l,size:o,rtlTranslate:a,wrongRTL:r}=t,d=t.virtual&&i.virtual.enabled,u=d?t.virtual.slides.length:t.slides.length,s=Ct(l,`.${t.params.slideClass}, swiper-slide`),f=d?t.virtual.slides.length:s.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 v=t.snapGrid.length,w=t.slidesGrid.length;let b=i.spaceBetween,T=-S,k=0,g=0;if(typeof o>"u")return;typeof b=="string"&&b.indexOf("%")>=0?b=parseFloat(b.replace("%",""))/100*o:typeof b=="string"&&(b=parseFloat(b)),t.virtualSize=-b,s.forEach(c=>{a?c.style.marginLeft="":c.style.marginRight="",c.style.marginBottom="",c.style.marginTop=""}),i.centeredSlides&&i.cssMode&&(ai(n,"--swiper-centered-offset-before",""),ai(n,"--swiper-centered-offset-after",""));const M=i.grid&&i.grid.rows>1&&t.grid;M?t.grid.initSlides(s):t.grid&&t.grid.unsetSlides();let _;const E=i.slidesPerView==="auto"&&i.breakpoints&&Object.keys(i.breakpoints).filter(c=>typeof i.breakpoints[c].slidesPerView<"u").length>0;for(let c=0;c<f;c+=1){_=0;let O;if(s[c]&&(O=s[c]),M&&t.grid.updateSlide(c,O,s),!(s[c]&&Bt(O,"display")==="none")){if(i.slidesPerView==="auto"){E&&(s[c].style[t.getDirectionLabel("width")]="");const I=getComputedStyle(O),A=O.style.transform,C=O.style.webkitTransform;if(A&&(O.style.transform="none"),C&&(O.style.webkitTransform="none"),i.roundLengths)_=t.isHorizontal()?Ei(O,"width",!0):Ei(O,"height",!0);else{const L=e(I,"width"),B=e(I,"padding-left"),F=e(I,"padding-right"),V=e(I,"margin-left"),R=e(I,"margin-right"),D=I.getPropertyValue("box-sizing");if(D&&D==="border-box")_=L+V+R;else{const{clientWidth:N,offsetWidth:Y}=O;_=L+B+F+V+R+(Y-N)}}A&&(O.style.transform=A),C&&(O.style.webkitTransform=C),i.roundLengths&&(_=Math.floor(_))}else _=(o-(i.slidesPerView-1)*b)/i.slidesPerView,i.roundLengths&&(_=Math.floor(_)),s[c]&&(s[c].style[t.getDirectionLabel("width")]=`${_}px`);s[c]&&(s[c].swiperSlideSize=_),y.push(_),i.centeredSlides?(T=T+_/2+k/2+b,k===0&&c!==0&&(T=T-o/2-b),c===0&&(T=T-o/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,o)+x,a&&r&&(i.effect==="slide"||i.effect==="coverflow")&&(n.style.width=`${t.virtualSize+b}px`),i.setWrapperSize&&(n.style[t.getDirectionLabel("width")]=`${t.virtualSize+b}px`),M&&t.grid.updateWrapperSize(_,h),!i.centeredSlides){const c=[];for(let O=0;O<h.length;O+=1){let I=h[O];i.roundLengths&&(I=Math.floor(I)),h[O]<=t.virtualSize-o&&c.push(I)}h=c,Math.floor(t.virtualSize-o)-Math.floor(h[h.length-1])>1&&h.push(t.virtualSize-o)}if(d&&i.loop){const c=y[0]+b;if(i.slidesPerGroup>1){const O=Math.ceil((t.virtual.slidesBefore+t.virtual.slidesAfter)/i.slidesPerGroup),I=c*i.slidesPerGroup;for(let A=0;A<O;A+=1)h.push(h[h.length-1]+I)}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()&&a?"marginLeft":t.getDirectionLabel("marginRight");s.filter((O,I)=>!i.cssMode||i.loop?!0:I!==s.length-1).forEach(O=>{O.style[c]=`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let c=0;y.forEach(I=>{c+=I+(b||0)}),c-=b;const O=c-o;h=h.map(I=>I<=0?-S:I>O?O+x:I)}if(i.centerInsufficientSlides){let c=0;y.forEach(I=>{c+=I+(b||0)}),c-=b;const O=(i.slidesOffsetBefore||0)+(i.slidesOffsetAfter||0);if(c+O<o){const I=(o-c-O)/2;h.forEach((A,C)=>{h[C]=A-I}),m.forEach((A,C)=>{m[C]=A+I})}}if(Object.assign(t,{slides:s,snapGrid:h,slidesGrid:m,slidesSizesGrid:y}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){ai(n,"--swiper-centered-offset-before",`${-h[0]}px`),ai(n,"--swiper-centered-offset-after",`${t.size/2-y[y.length-1]/2}px`);const c=-t.snapGrid[0],O=-t.slidesGrid[0];t.snapGrid=t.snapGrid.map(I=>I+c),t.slidesGrid=t.slidesGrid.map(I=>I+O)}if(f!==u&&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"),!d&&!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 Qo(t){const e=this,i=[],n=e.virtual&&e.params.virtual.enabled;let l=0,o;typeof t=="number"?e.setTransition(t):t===!0&&e.setTransition(e.params.speed);const a=r=>n?e.slides[e.getSlideIndexByData(r)]:e.slides[r];if(e.params.slidesPerView!=="auto"&&e.params.slidesPerView>1)if(e.params.centeredSlides)(e.visibleSlides||[]).forEach(r=>{i.push(r)});else for(o=0;o<Math.ceil(e.params.slidesPerView);o+=1){const r=e.activeIndex+o;if(r>e.slides.length&&!n)break;i.push(a(r))}else i.push(a(e.activeIndex));for(o=0;o<i.length;o+=1)if(typeof i[o]<"u"){const r=i[o].offsetHeight;l=r>l?r:l}(l||l===0)&&(e.wrapperEl.style.height=`${l}px`)}function $o(){const t=this,e=t.slides,i=t.isElement?t.isHorizontal()?t.wrapperEl.offsetLeft:t.wrapperEl.offsetTop:0;for(let n=0;n<e.length;n+=1)e[n].swiperSlideOffset=(t.isHorizontal()?e[n].offsetLeft:e[n].offsetTop)-i-t.cssOverflowAdjustment()}const Sn=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function el(t){t===void 0&&(t=this&&this.translate||0);const e=this,i=e.params,{slides:n,rtlTranslate:l,snapGrid:o}=e;if(n.length===0)return;typeof n[0].swiperSlideOffset>"u"&&e.updateSlidesOffset();let a=-t;l&&(a=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 d=0;d<n.length;d+=1){const u=n[d];let s=u.swiperSlideOffset;i.cssMode&&i.centeredSlides&&(s-=n[0].swiperSlideOffset);const f=(a+(i.centeredSlides?e.minTranslate():0)-s)/(u.swiperSlideSize+r),h=(a-o[0]+(i.centeredSlides?e.minTranslate():0)-s)/(u.swiperSlideSize+r),m=-(a-s),y=m+e.slidesSizesGrid[d],S=m>=0&&m<=e.size-e.slidesSizesGrid[d],x=m>=0&&m<e.size-1||y>1&&y<=e.size||m<=0&&y>=e.size;x&&(e.visibleSlides.push(u),e.visibleSlidesIndexes.push(d)),Sn(u,x,i.slideVisibleClass),Sn(u,S,i.slideFullyVisibleClass),u.progress=l?-f:f,u.originalProgress=l?-h:h}}function tl(t){const e=this;if(typeof t>"u"){const s=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*s||0}const i=e.params,n=e.maxTranslate()-e.minTranslate();let{progress:l,isBeginning:o,isEnd:a,progressLoop:r}=e;const d=o,u=a;if(n===0)l=0,o=!0,a=!0;else{l=(t-e.minTranslate())/n;const s=Math.abs(t-e.minTranslate())<1,f=Math.abs(t-e.maxTranslate())<1;o=s||l<=0,a=f||l>=1,s&&(l=0),f&&(l=1)}if(i.loop){const s=e.getSlideIndexByData(0),f=e.getSlideIndexByData(e.slides.length-1),h=e.slidesGrid[s],m=e.slidesGrid[f],y=e.slidesGrid[e.slidesGrid.length-1],S=Math.abs(t);S>=h?r=(S-h)/y:r=(S+y-m)/y,r>1&&(r-=1)}Object.assign(e,{progress:l,progressLoop:r,isBeginning:o,isEnd:a}),(i.watchSlidesProgress||i.centeredSlides&&i.autoHeight)&&e.updateSlidesProgress(t),o&&!d&&e.emit("reachBeginning toEdge"),a&&!u&&e.emit("reachEnd toEdge"),(d&&!o||u&&!a)&&e.emit("fromEdge"),e.emit("progress",l)}const _i=(t,e,i)=>{e&&!t.classList.contains(i)?t.classList.add(i):!e&&t.classList.contains(i)&&t.classList.remove(i)};function il(){const t=this,{slides:e,params:i,slidesEl:n,activeIndex:l}=t,o=t.virtual&&i.virtual.enabled,a=t.grid&&i.grid&&i.grid.rows>1,r=f=>Ct(n,`.${i.slideClass}${f}, swiper-slide${f}`)[0];let d,u,s;if(o)if(i.loop){let f=l-t.virtual.slidesBefore;f<0&&(f=t.virtual.slides.length+f),f>=t.virtual.slides.length&&(f-=t.virtual.slides.length),d=r(`[data-swiper-slide-index="${f}"]`)}else d=r(`[data-swiper-slide-index="${l}"]`);else a?(d=e.filter(f=>f.column===l)[0],s=e.filter(f=>f.column===l+1)[0],u=e.filter(f=>f.column===l-1)[0]):d=e[l];d&&(a||(s=jo(d,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!s&&(s=e[0]),u=Fo(d,`.${i.slideClass}, swiper-slide`)[0],i.loop&&!u===0&&(u=e[e.length-1]))),e.forEach(f=>{_i(f,f===d,i.slideActiveClass),_i(f,f===s,i.slideNextClass),_i(f,f===u,i.slidePrevClass)}),t.emitSlidesClasses()}const ui=(t,e)=>{if(!t||t.destroyed||!t.params)return;const i=()=>t.isElement?"swiper-slide":`.${t.params.slideClass}`,n=e.closest(i());if(n){let l=n.querySelector(`.${t.params.lazyPreloaderClass}`);!l&&t.isElement&&(n.shadowRoot?l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`):requestAnimationFrame(()=>{n.shadowRoot&&(l=n.shadowRoot.querySelector(`.${t.params.lazyPreloaderClass}`),l&&l.remove())})),l&&l.remove()}},Pi=(t,e)=>{if(!t.slides[e])return;const i=t.slides[e].querySelector('[loading="lazy"]');i&&i.removeAttribute("loading")},Di=t=>{if(!t||t.destroyed||!t.params)return;let e=t.params.lazyPreloadPrevNext;const i=t.slides.length;if(!i||!e||e<0)return;e=Math.min(e,i);const n=t.params.slidesPerView==="auto"?t.slidesPerViewDynamic():Math.ceil(t.params.slidesPerView),l=t.activeIndex;if(t.params.grid&&t.params.grid.rows>1){const a=l,r=[a-e];r.push(...Array.from({length:e}).map((d,u)=>a+n+u)),t.slides.forEach((d,u)=>{r.includes(d.column)&&Pi(t,u)});return}const o=l+n-1;if(t.params.rewind||t.params.loop)for(let a=l-e;a<=o+e;a+=1){const r=(a%i+i)%i;(r<l||r>o)&&Pi(t,r)}else for(let a=Math.max(l-e,0);a<=Math.min(o+e,i-1);a+=1)a!==l&&(a>o||a<l)&&Pi(t,a)};function nl(t){const{slidesGrid:e,params:i}=t,n=t.rtlTranslate?t.translate:-t.translate;let l;for(let o=0;o<e.length;o+=1)typeof e[o+1]<"u"?n>=e[o]&&n<e[o+1]-(e[o+1]-e[o])/2?l=o:n>=e[o]&&n<e[o+1]&&(l=o+1):n>=e[o]&&(l=o);return i.normalizeSlideIndex&&(l<0||typeof l>"u")&&(l=0),l}function ol(t){const e=this,i=e.rtlTranslate?e.translate:-e.translate,{snapGrid:n,params:l,activeIndex:o,realIndex:a,snapIndex:r}=e;let d=t,u;const s=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 d>"u"&&(d=nl(e)),n.indexOf(i)>=0)u=n.indexOf(i);else{const m=Math.min(l.slidesPerGroupSkip,d);u=m+Math.floor((d-m)/l.slidesPerGroup)}if(u>=n.length&&(u=n.length-1),d===o&&!e.params.loop){u!==r&&(e.snapIndex=u,e.emit("snapIndexChange"));return}if(d===o&&e.params.loop&&e.virtual&&e.params.virtual.enabled){e.realIndex=s(d);return}const f=e.grid&&l.grid&&l.grid.rows>1;let h;if(e.virtual&&l.virtual.enabled&&l.loop)h=s(d);else if(f){const m=e.slides.filter(S=>S.column===d)[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/l.grid.rows)}else if(e.slides[d]){const m=e.slides[d].getAttribute("data-swiper-slide-index");m?h=parseInt(m,10):h=d}else h=d;Object.assign(e,{previousSnapIndex:r,snapIndex:u,previousRealIndex:a,realIndex:h,previousIndex:o,activeIndex:d}),e.initialized&&Di(e),e.emit("activeIndexChange"),e.emit("snapIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&(a!==h&&e.emit("realIndexChange"),e.emit("slideChange"))}function ll(t,e){const i=this,n=i.params;let l=t.closest(`.${n.slideClass}, swiper-slide`);!l&&i.isElement&&e&&e.length>1&&e.includes(t)&&[...e.slice(e.indexOf(t)+1,e.length)].forEach(r=>{!l&&r.matches&&r.matches(`.${n.slideClass}, swiper-slide`)&&(l=r)});let o=!1,a;if(l){for(let r=0;r<i.slides.length;r+=1)if(i.slides[r]===l){o=!0,a=r;break}}if(l&&o)i.clickedSlide=l,i.virtual&&i.params.virtual.enabled?i.clickedIndex=parseInt(l.getAttribute("data-swiper-slide-index"),10):i.clickedIndex=a;else{i.clickedSlide=void 0,i.clickedIndex=void 0;return}n.slideToClickedSlide&&i.clickedIndex!==void 0&&i.clickedIndex!==i.activeIndex&&i.slideToClickedSlide()}var al={updateSize:Ko,updateSlides:Zo,updateAutoHeight:Qo,updateSlidesOffset:$o,updateSlidesProgress:el,updateProgress:tl,updateSlidesClasses:il,updateActiveIndex:ol,updateClickedSlide:ll};function rl(t){t===void 0&&(t=this.isHorizontal()?"x":"y");const e=this,{params:i,rtlTranslate:n,translate:l,wrapperEl:o}=e;if(i.virtualTranslate)return n?-l:l;if(i.cssMode)return l;let a=Ro(o,t);return a+=e.cssOverflowAdjustment(),n&&(a=-a),a||0}function dl(t,e){const i=this,{rtlTranslate:n,params:l,wrapperEl:o,progress:a}=i;let r=0,d=0;const u=0;i.isHorizontal()?r=n?-t:t:d=t,l.roundLengths&&(r=Math.floor(r),d=Math.floor(d)),i.previousTranslate=i.translate,i.translate=i.isHorizontal()?r:d,l.cssMode?o[i.isHorizontal()?"scrollLeft":"scrollTop"]=i.isHorizontal()?-r:-d:l.virtualTranslate||(i.isHorizontal()?r-=i.cssOverflowAdjustment():d-=i.cssOverflowAdjustment(),o.style.transform=`translate3d(${r}px, ${d}px, ${u}px)`);let s;const f=i.maxTranslate()-i.minTranslate();f===0?s=0:s=(t-i.minTranslate())/f,s!==a&&i.updateProgress(t),i.emit("setTranslate",i.translate,e)}function sl(){return-this.snapGrid[0]}function cl(){return-this.snapGrid[this.snapGrid.length-1]}function ul(t,e,i,n,l){t===void 0&&(t=0),e===void 0&&(e=this.params.speed),i===void 0&&(i=!0),n===void 0&&(n=!0);const o=this,{params:a,wrapperEl:r}=o;if(o.animating&&a.preventInteractionOnTransition)return!1;const d=o.minTranslate(),u=o.maxTranslate();let s;if(n&&t>d?s=d:n&&t<u?s=u:s=t,o.updateProgress(s),a.cssMode){const f=o.isHorizontal();if(e===0)r[f?"scrollLeft":"scrollTop"]=-s;else{if(!o.support.smoothScroll)return hn({swiper:o,targetPosition:-s,side:f?"left":"top"}),!0;r.scrollTo({[f?"left":"top"]:-s,behavior:"smooth"})}return!0}return e===0?(o.setTransition(0),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionEnd"))):(o.setTransition(e),o.setTranslate(s),i&&(o.emit("beforeTransitionStart",e,l),o.emit("transitionStart")),o.animating||(o.animating=!0,o.onTranslateToWrapperTransitionEnd||(o.onTranslateToWrapperTransitionEnd=function(h){!o||o.destroyed||h.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onTranslateToWrapperTransitionEnd),o.onTranslateToWrapperTransitionEnd=null,delete o.onTranslateToWrapperTransitionEnd,o.animating=!1,i&&o.emit("transitionEnd"))}),o.wrapperEl.addEventListener("transitionend",o.onTranslateToWrapperTransitionEnd))),!0}var vl={getTranslate:rl,setTranslate:dl,minTranslate:sl,maxTranslate:cl,translateTo:ul};function pl(t,e){const i=this;i.params.cssMode||(i.wrapperEl.style.transitionDuration=`${t}ms`,i.wrapperEl.style.transitionDelay=t===0?"0ms":""),i.emit("setTransition",t,e)}function xn(t){let{swiper:e,runCallbacks:i,direction:n,step:l}=t;const{activeIndex:o,previousIndex:a}=e;let r=n;if(r||(o>a?r="next":o<a?r="prev":r="reset"),e.emit(`transition${l}`),i&&o!==a){if(r==="reset"){e.emit(`slideResetTransition${l}`);return}e.emit(`slideChangeTransition${l}`),r==="next"?e.emit(`slideNextTransition${l}`):e.emit(`slidePrevTransition${l}`)}}function ml(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;n.cssMode||(n.autoHeight&&i.updateAutoHeight(),xn({swiper:i,runCallbacks:t,direction:e,step:"Start"}))}function fl(t,e){t===void 0&&(t=!0);const i=this,{params:n}=i;i.animating=!1,!n.cssMode&&(i.setTransition(0),xn({swiper:i,runCallbacks:t,direction:e,step:"End"}))}var hl={setTransition:pl,transitionStart:ml,transitionEnd:fl};function gl(t,e,i,n,l){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const o=this;let a=t;a<0&&(a=0);const{params:r,snapGrid:d,slidesGrid:u,previousIndex:s,activeIndex:f,rtlTranslate:h,wrapperEl:m,enabled:y}=o;if(!y&&!n&&!l||o.destroyed||o.animating&&r.preventInteractionOnTransition)return!1;typeof e>"u"&&(e=o.params.speed);const S=Math.min(o.params.slidesPerGroupSkip,a);let x=S+Math.floor((a-S)/o.params.slidesPerGroup);x>=d.length&&(x=d.length-1);const v=-d[x];if(r.normalizeSlideIndex)for(let b=0;b<u.length;b+=1){const T=-Math.floor(v*100),k=Math.floor(u[b]*100),g=Math.floor(u[b+1]*100);typeof u[b+1]<"u"?T>=k&&T<g-(g-k)/2?a=b:T>=k&&T<g&&(a=b+1):T>=k&&(a=b)}if(o.initialized&&a!==f&&(!o.allowSlideNext&&(h?v>o.translate&&v>o.minTranslate():v<o.translate&&v<o.minTranslate())||!o.allowSlidePrev&&v>o.translate&&v>o.maxTranslate()&&(f||0)!==a))return!1;a!==(s||0)&&i&&o.emit("beforeSlideChangeStart"),o.updateProgress(v);let w;if(a>f?w="next":a<f?w="prev":w="reset",h&&-v===o.translate||!h&&v===o.translate)return o.updateActiveIndex(a),r.autoHeight&&o.updateAutoHeight(),o.updateSlidesClasses(),r.effect!=="slide"&&o.setTranslate(v),w!=="reset"&&(o.transitionStart(i,w),o.transitionEnd(i,w)),!1;if(r.cssMode){const b=o.isHorizontal(),T=h?v:-v;if(e===0){const k=o.virtual&&o.params.virtual.enabled;k&&(o.wrapperEl.style.scrollSnapType="none",o._immediateVirtual=!0),k&&!o._cssModeVirtualInitialSet&&o.params.initialSlide>0?(o._cssModeVirtualInitialSet=!0,requestAnimationFrame(()=>{m[b?"scrollLeft":"scrollTop"]=T})):m[b?"scrollLeft":"scrollTop"]=T,k&&requestAnimationFrame(()=>{o.wrapperEl.style.scrollSnapType="",o._immediateVirtual=!1})}else{if(!o.support.smoothScroll)return hn({swiper:o,targetPosition:T,side:b?"left":"top"}),!0;m.scrollTo({[b?"left":"top"]:T,behavior:"smooth"})}return!0}return o.setTransition(e),o.setTranslate(v),o.updateActiveIndex(a),o.updateSlidesClasses(),o.emit("beforeTransitionStart",e,n),o.transitionStart(i,w),e===0?o.transitionEnd(i,w):o.animating||(o.animating=!0,o.onSlideToWrapperTransitionEnd||(o.onSlideToWrapperTransitionEnd=function(T){!o||o.destroyed||T.target===this&&(o.wrapperEl.removeEventListener("transitionend",o.onSlideToWrapperTransitionEnd),o.onSlideToWrapperTransitionEnd=null,delete o.onSlideToWrapperTransitionEnd,o.transitionEnd(i,w))}),o.wrapperEl.addEventListener("transitionend",o.onSlideToWrapperTransitionEnd)),!0}function bl(t,e,i,n){t===void 0&&(t=0),i===void 0&&(i=!0),typeof t=="string"&&(t=parseInt(t,10));const l=this;if(l.destroyed)return;typeof e>"u"&&(e=l.params.speed);const o=l.grid&&l.params.grid&&l.params.grid.rows>1;let a=t;if(l.params.loop)if(l.virtual&&l.params.virtual.enabled)a=a+l.virtual.slidesBefore;else{let r;if(o){const h=a*l.params.grid.rows;r=l.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else r=l.getSlideIndexByData(a);const d=o?Math.ceil(l.slides.length/l.params.grid.rows):l.slides.length,{centeredSlides:u}=l.params;let s=l.params.slidesPerView;s==="auto"?s=l.slidesPerViewDynamic():(s=Math.ceil(parseFloat(l.params.slidesPerView,10)),u&&s%2===0&&(s=s+1));let f=d-r<s;if(u&&(f=f||r<Math.ceil(s/2)),n&&u&&l.params.slidesPerView!=="auto"&&!o&&(f=!1),f){const h=u?r<l.activeIndex?"prev":"next":r-l.activeIndex-1<l.params.slidesPerView?"next":"prev";l.loopFix({direction:h,slideTo:!0,activeSlideIndex:h==="next"?r+1:r-d+1,slideRealIndex:h==="next"?l.realIndex:void 0})}if(o){const h=a*l.params.grid.rows;a=l.slides.filter(m=>m.getAttribute("data-swiper-slide-index")*1===h)[0].column}else a=l.getSlideIndexByData(a)}return requestAnimationFrame(()=>{l.slideTo(a,e,i,n)}),l}function yl(t,e,i){e===void 0&&(e=!0);const n=this,{enabled:l,params:o,animating:a}=n;if(!l||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);let r=o.slidesPerGroup;o.slidesPerView==="auto"&&o.slidesPerGroup===1&&o.slidesPerGroupAuto&&(r=Math.max(n.slidesPerViewDynamic("current",!0),1));const d=n.activeIndex<o.slidesPerGroupSkip?1:r,u=n.virtual&&o.virtual.enabled;if(o.loop){if(a&&!u&&o.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&o.cssMode)return requestAnimationFrame(()=>{n.slideTo(n.activeIndex+d,t,e,i)}),!0}return o.rewind&&n.isEnd?n.slideTo(0,t,e,i):n.slideTo(n.activeIndex+d,t,e,i)}function wl(t,e,i){e===void 0&&(e=!0);const n=this,{params:l,snapGrid:o,slidesGrid:a,rtlTranslate:r,enabled:d,animating:u}=n;if(!d||n.destroyed)return n;typeof t>"u"&&(t=n.params.speed);const s=n.virtual&&l.virtual.enabled;if(l.loop){if(u&&!s&&l.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}const f=r?n.translate:-n.translate;function h(v){return v<0?-Math.floor(Math.abs(v)):Math.floor(v)}const m=h(f),y=o.map(v=>h(v));let S=o[y.indexOf(m)-1];if(typeof S>"u"&&l.cssMode){let v;o.forEach((w,b)=>{m>=w&&(v=b)}),typeof v<"u"&&(S=o[v>0?v-1:v])}let x=0;if(typeof S<"u"&&(x=a.indexOf(S),x<0&&(x=n.activeIndex-1),l.slidesPerView==="auto"&&l.slidesPerGroup===1&&l.slidesPerGroupAuto&&(x=x-n.slidesPerViewDynamic("previous",!0)+1,x=Math.max(x,0))),l.rewind&&n.isBeginning){const v=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(v,t,e,i)}else if(l.loop&&n.activeIndex===0&&l.cssMode)return requestAnimationFrame(()=>{n.slideTo(x,t,e,i)}),!0;return n.slideTo(x,t,e,i)}function Sl(t,e,i){e===void 0&&(e=!0);const n=this;if(!n.destroyed)return typeof t>"u"&&(t=n.params.speed),n.slideTo(n.activeIndex,t,e,i)}function xl(t,e,i,n){e===void 0&&(e=!0),n===void 0&&(n=.5);const l=this;if(l.destroyed)return;typeof t>"u"&&(t=l.params.speed);let o=l.activeIndex;const a=Math.min(l.params.slidesPerGroupSkip,o),r=a+Math.floor((o-a)/l.params.slidesPerGroup),d=l.rtlTranslate?l.translate:-l.translate;if(d>=l.snapGrid[r]){const u=l.snapGrid[r],s=l.snapGrid[r+1];d-u>(s-u)*n&&(o+=l.params.slidesPerGroup)}else{const u=l.snapGrid[r-1],s=l.snapGrid[r];d-u<=(s-u)*n&&(o-=l.params.slidesPerGroup)}return o=Math.max(o,0),o=Math.min(o,l.slidesGrid.length-1),l.slideTo(o,t,e,i)}function Tl(){const t=this;if(t.destroyed)return;const{params:e,slidesEl:i}=t,n=e.slidesPerView==="auto"?t.slidesPerViewDynamic():e.slidesPerView;let l=t.clickedIndex,o;const a=t.isElement?"swiper-slide":`.${e.slideClass}`;if(e.loop){if(t.animating)return;o=parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"),10),e.centeredSlides?l<t.loopedSlides-n/2||l>t.slides.length-t.loopedSlides+n/2?(t.loopFix(),l=t.getSlideIndex(Ct(i,`${a}[data-swiper-slide-index="${o}"]`)[0]),jt(()=>{t.slideTo(l)})):t.slideTo(l):l>t.slides.length-n?(t.loopFix(),l=t.getSlideIndex(Ct(i,`${a}[data-swiper-slide-index="${o}"]`)[0]),jt(()=>{t.slideTo(l)})):t.slideTo(l)}else t.slideTo(l)}var Al={slideTo:gl,slideToLoop:bl,slideNext:yl,slidePrev:wl,slideReset:Sl,slideToClosest:xl,slideToClickedSlide:Tl};function El(t){const e=this,{params:i,slidesEl:n}=e;if(!i.loop||e.virtual&&e.params.virtual.enabled)return;const l=()=>{Ct(n,`.${i.slideClass}, swiper-slide`).forEach((f,h)=>{f.setAttribute("data-swiper-slide-index",h)})},o=e.grid&&i.grid&&i.grid.rows>1,a=i.slidesPerGroup*(o?i.grid.rows:1),r=e.slides.length%a!==0,d=o&&e.slides.length%i.grid.rows!==0,u=s=>{for(let f=0;f<s;f+=1){const h=e.isElement?Jt("swiper-slide",[i.slideBlankClass]):Jt("div",[i.slideClass,i.slideBlankClass]);e.slidesEl.append(h)}};if(r){if(i.loopAddBlankSlides){const s=a-e.slides.length%a;u(s),e.recalcSlides(),e.updateSlides()}else ri("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");l()}else if(d){if(i.loopAddBlankSlides){const s=i.grid.rows-e.slides.length%i.grid.rows;u(s),e.recalcSlides(),e.updateSlides()}else ri("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");l()}else l();e.loopFix({slideRealIndex:t,direction:i.centeredSlides?void 0:"next"})}function Il(t){let{slideRealIndex:e,slideTo:i=!0,direction:n,setTranslate:l,activeSlideIndex:o,byController:a,byMousewheel:r}=t===void 0?{}:t;const d=this;if(!d.params.loop)return;d.emit("beforeLoopFix");const{slides:u,allowSlidePrev:s,allowSlideNext:f,slidesEl:h,params:m}=d,{centeredSlides:y}=m;if(d.allowSlidePrev=!0,d.allowSlideNext=!0,d.virtual&&m.virtual.enabled){i&&(!m.centeredSlides&&d.snapIndex===0?d.slideTo(d.virtual.slides.length,0,!1,!0):m.centeredSlides&&d.snapIndex<m.slidesPerView?d.slideTo(d.virtual.slides.length+d.snapIndex,0,!1,!0):d.snapIndex===d.snapGrid.length-1&&d.slideTo(d.virtual.slidesBefore,0,!1,!0)),d.allowSlidePrev=s,d.allowSlideNext=f,d.emit("loopFix");return}let S=m.slidesPerView;S==="auto"?S=d.slidesPerViewDynamic():(S=Math.ceil(parseFloat(m.slidesPerView,10)),y&&S%2===0&&(S=S+1));const x=m.slidesPerGroupAuto?S:m.slidesPerGroup;let v=x;v%x!==0&&(v+=x-v%x),v+=m.loopAdditionalSlides,d.loopedSlides=v;const w=d.grid&&m.grid&&m.grid.rows>1;u.length<S+v?ri("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"&&ri("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],T=[];let k=d.activeIndex;typeof o>"u"?o=d.getSlideIndex(u.filter(A=>A.classList.contains(m.slideActiveClass))[0]):k=o;const g=n==="next"||!n,M=n==="prev"||!n;let _=0,E=0;const c=w?Math.ceil(u.length/m.grid.rows):u.length,I=(w?u[o].column:o)+(y&&typeof l>"u"?-S/2+.5:0);if(I<v){_=Math.max(v-I,x);for(let A=0;A<v-I;A+=1){const C=A-Math.floor(A/c)*c;if(w){const L=c-C-1;for(let B=u.length-1;B>=0;B-=1)u[B].column===L&&b.push(B)}else b.push(c-C-1)}}else if(I+S>c-v){E=Math.max(I-(c-v*2),x);for(let A=0;A<E;A+=1){const C=A-Math.floor(A/c)*c;w?u.forEach((L,B)=>{L.column===C&&T.push(B)}):T.push(C)}}if(d.__preventObserver__=!0,requestAnimationFrame(()=>{d.__preventObserver__=!1}),M&&b.forEach(A=>{u[A].swiperLoopMoveDOM=!0,h.prepend(u[A]),u[A].swiperLoopMoveDOM=!1}),g&&T.forEach(A=>{u[A].swiperLoopMoveDOM=!0,h.append(u[A]),u[A].swiperLoopMoveDOM=!1}),d.recalcSlides(),m.slidesPerView==="auto"?d.updateSlides():w&&(b.length>0&&M||T.length>0&&g)&&d.slides.forEach((A,C)=>{d.grid.updateSlide(C,A,d.slides)}),m.watchSlidesProgress&&d.updateSlidesOffset(),i){if(b.length>0&&M){if(typeof e>"u"){const A=d.slidesGrid[k],L=d.slidesGrid[k+_]-A;r?d.setTranslate(d.translate-L):(d.slideTo(k+Math.ceil(_),0,!1,!0),l&&(d.touchEventsData.startTranslate=d.touchEventsData.startTranslate-L,d.touchEventsData.currentTranslate=d.touchEventsData.currentTranslate-L))}else if(l){const A=w?b.length/m.grid.rows:b.length;d.slideTo(d.activeIndex+A,0,!1,!0),d.touchEventsData.currentTranslate=d.translate}}else if(T.length>0&&g)if(typeof e>"u"){const A=d.slidesGrid[k],L=d.slidesGrid[k-E]-A;r?d.setTranslate(d.translate-L):(d.slideTo(k-E,0,!1,!0),l&&(d.touchEventsData.startTranslate=d.touchEventsData.startTranslate-L,d.touchEventsData.currentTranslate=d.touchEventsData.currentTranslate-L))}else{const A=w?T.length/m.grid.rows:T.length;d.slideTo(d.activeIndex-A,0,!1,!0)}}if(d.allowSlidePrev=s,d.allowSlideNext=f,d.controller&&d.controller.control&&!a){const A={slideRealIndex:e,direction:n,setTranslate:l,activeSlideIndex:o,byController:!0};Array.isArray(d.controller.control)?d.controller.control.forEach(C=>{!C.destroyed&&C.params.loop&&C.loopFix({...A,slideTo:C.params.slidesPerView===m.slidesPerView?i:!1})}):d.controller.control instanceof d.constructor&&d.controller.control.params.loop&&d.controller.control.loopFix({...A,slideTo:d.controller.control.params.slidesPerView===m.slidesPerView?i:!1})}d.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 n=[];t.slides.forEach(l=>{const o=typeof l.swiperSlideIndex>"u"?l.getAttribute("data-swiper-slide-index")*1:l.swiperSlideIndex;n[o]=l}),t.slides.forEach(l=>{l.removeAttribute("data-swiper-slide-index")}),n.forEach(l=>{i.append(l)}),t.recalcSlides(),t.slideTo(t.realIndex,0)}var kl={loopCreate:El,loopFix:Il,loopDestroy:Cl};function _l(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 Pl(){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 Dl={setGrabCursor:_l,unsetGrabCursor:Pl};function Ol(t,e){e===void 0&&(e=this);function i(n){if(!n||n===Tt()||n===lt())return null;n.assignedSlot&&(n=n.assignedSlot);const l=n.closest(t);return!l&&!n.getRootNode?null:l||i(n.getRootNode().host)}return i(e)}function Tn(t,e,i){const n=lt(),{params:l}=t,o=l.edgeSwipeDetection,a=l.edgeSwipeThreshold;return o&&(i<=a||i>=n.innerWidth-a)?o==="prevent"?(e.preventDefault(),!0):!1:!0}function Ml(t){const e=this,i=Tt();let n=t;n.originalEvent&&(n=n.originalEvent);const l=e.touchEventsData;if(n.type==="pointerdown"){if(l.pointerId!==null&&l.pointerId!==n.pointerId)return;l.pointerId=n.pointerId}else n.type==="touchstart"&&n.targetTouches.length===1&&(l.touchId=n.targetTouches[0].identifier);if(n.type==="touchstart"){Tn(e,n,n.targetTouches[0].pageX);return}const{params:o,touches:a,enabled:r}=e;if(!r||!o.simulateTouch&&n.pointerType==="mouse"||e.animating&&o.preventInteractionOnTransition)return;!e.animating&&o.cssMode&&o.loop&&e.loopFix();let d=n.target;if(o.touchEventsTarget==="wrapper"&&!e.wrapperEl.contains(d)||"which"in n&&n.which===3||"button"in n&&n.button>0||l.isTouched&&l.isMoved)return;const u=!!o.noSwipingClass&&o.noSwipingClass!=="",s=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&s&&(d=s[0]);const f=o.noSwipingSelector?o.noSwipingSelector:`.${o.noSwipingClass}`,h=!!(n.target&&n.target.shadowRoot);if(o.noSwiping&&(h?Ol(f,d):d.closest(f))){e.allowClick=!0;return}if(o.swipeHandler&&!d.closest(o.swipeHandler))return;a.currentX=n.pageX,a.currentY=n.pageY;const m=a.currentX,y=a.currentY;if(!Tn(e,n,m))return;Object.assign(l,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),a.startX=m,a.startY=y,l.touchStartTime=ht(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,o.threshold>0&&(l.allowThresholdMove=!1);let S=!0;d.matches(l.focusableElements)&&(S=!1,d.nodeName==="SELECT"&&(l.isTouched=!1)),i.activeElement&&i.activeElement.matches(l.focusableElements)&&i.activeElement!==d&&i.activeElement.blur();const x=S&&e.allowTouchMove&&o.touchStartPreventDefault;(o.touchStartForcePreventDefault||x)&&!d.isContentEditable&&n.preventDefault(),o.freeMode&&o.freeMode.enabled&&e.freeMode&&e.animating&&!o.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",n)}function Ll(t){const e=Tt(),i=this,n=i.touchEventsData,{params:l,touches:o,rtlTranslate:a,enabled:r}=i;if(!r||!l.simulateTouch&&t.pointerType==="mouse")return;let d=t;if(d.originalEvent&&(d=d.originalEvent),d.type==="pointermove"&&(n.touchId!==null||d.pointerId!==n.pointerId))return;let u;if(d.type==="touchmove"){if(u=[...d.changedTouches].filter(g=>g.identifier===n.touchId)[0],!u||u.identifier!==n.touchId)return}else u=d;if(!n.isTouched){n.startMoving&&n.isScrolling&&i.emit("touchMoveOpposite",d);return}const s=u.pageX,f=u.pageY;if(d.preventedByNestedSwiper){o.startX=s,o.startY=f;return}if(!i.allowTouchMove){d.target.matches(n.focusableElements)||(i.allowClick=!1),n.isTouched&&(Object.assign(o,{startX:s,startY:f,currentX:s,currentY:f}),n.touchStartTime=ht());return}if(l.touchReleaseOnEdges&&!l.loop){if(i.isVertical()){if(f<o.startY&&i.translate<=i.maxTranslate()||f>o.startY&&i.translate>=i.minTranslate()){n.isTouched=!1,n.isMoved=!1;return}}else if(s<o.startX&&i.translate<=i.maxTranslate()||s>o.startX&&i.translate>=i.minTranslate())return}if(e.activeElement&&d.target===e.activeElement&&d.target.matches(n.focusableElements)){n.isMoved=!0,i.allowClick=!1;return}n.allowTouchCallbacks&&i.emit("touchMove",d),o.previousX=o.currentX,o.previousY=o.currentY,o.currentX=s,o.currentY=f;const h=o.currentX-o.startX,m=o.currentY-o.startY;if(i.params.threshold&&Math.sqrt(h**2+m**2)<i.params.threshold)return;if(typeof n.isScrolling>"u"){let g;i.isHorizontal()&&o.currentY===o.startY||i.isVertical()&&o.currentX===o.startX?n.isScrolling=!1:h*h+m*m>=25&&(g=Math.atan2(Math.abs(m),Math.abs(h))*180/Math.PI,n.isScrolling=i.isHorizontal()?g>l.touchAngle:90-g>l.touchAngle)}if(n.isScrolling&&i.emit("touchMoveOpposite",d),typeof n.startMoving>"u"&&(o.currentX!==o.startX||o.currentY!==o.startY)&&(n.startMoving=!0),n.isScrolling||d.type==="touchmove"&&n.preventTouchMoveFromPointerMove){n.isTouched=!1;return}if(!n.startMoving)return;i.allowClick=!1,!l.cssMode&&d.cancelable&&d.preventDefault(),l.touchMoveStopPropagation&&!l.nested&&d.stopPropagation();let y=i.isHorizontal()?h:m,S=i.isHorizontal()?o.currentX-o.previousX:o.currentY-o.previousY;l.oneWayMovement&&(y=Math.abs(y)*(a?1:-1),S=Math.abs(S)*(a?1:-1)),o.diff=y,y*=l.touchRatio,a&&(y=-y,S=-S);const x=i.touchesDirection;i.swipeDirection=y>0?"prev":"next",i.touchesDirection=S>0?"prev":"next";const v=i.params.loop&&!l.cssMode,w=i.touchesDirection==="next"&&i.allowSlideNext||i.touchesDirection==="prev"&&i.allowSlidePrev;if(!n.isMoved){if(v&&w&&i.loopFix({direction:i.swipeDirection}),n.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)}n.allowMomentumBounce=!1,l.grabCursor&&(i.allowSlideNext===!0||i.allowSlidePrev===!0)&&i.setGrabCursor(!0),i.emit("sliderFirstMove",d)}let b;if(new Date().getTime(),n.isMoved&&n.allowThresholdMove&&x!==i.touchesDirection&&v&&w&&Math.abs(y)>=1){Object.assign(o,{startX:s,startY:f,currentX:s,currentY:f,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,n.startTranslate=n.currentTranslate;return}i.emit("sliderMove",d),n.isMoved=!0,n.currentTranslate=y+n.startTranslate;let T=!0,k=l.resistanceRatio;if(l.touchReleaseOnEdges&&(k=0),y>0?(v&&w&&!b&&n.allowThresholdMove&&n.currentTranslate>(l.centeredSlides?i.minTranslate()-i.slidesSizesGrid[i.activeIndex+1]:i.minTranslate())&&i.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>i.minTranslate()&&(T=!1,l.resistance&&(n.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+n.startTranslate+y)**k))):y<0&&(v&&w&&!b&&n.allowThresholdMove&&n.currentTranslate<(l.centeredSlides?i.maxTranslate()+i.slidesSizesGrid[i.slidesSizesGrid.length-1]:i.maxTranslate())&&i.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:i.slides.length-(l.slidesPerView==="auto"?i.slidesPerViewDynamic():Math.ceil(parseFloat(l.slidesPerView,10)))}),n.currentTranslate<i.maxTranslate()&&(T=!1,l.resistance&&(n.currentTranslate=i.maxTranslate()+1-(i.maxTranslate()-n.startTranslate-y)**k))),T&&(d.preventedByNestedSwiper=!0),!i.allowSlideNext&&i.swipeDirection==="next"&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&i.swipeDirection==="prev"&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),!i.allowSlidePrev&&!i.allowSlideNext&&(n.currentTranslate=n.startTranslate),l.threshold>0)if(Math.abs(y)>l.threshold||n.allowThresholdMove){if(!n.allowThresholdMove){n.allowThresholdMove=!0,o.startX=o.currentX,o.startY=o.currentY,n.currentTranslate=n.startTranslate,o.diff=i.isHorizontal()?o.currentX-o.startX:o.currentY-o.startY;return}}else{n.currentTranslate=n.startTranslate;return}!l.followFinger||l.cssMode||((l.freeMode&&l.freeMode.enabled&&i.freeMode||l.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),l.freeMode&&l.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(n.currentTranslate),i.setTranslate(n.currentTranslate))}function Rl(t){const e=this,i=e.touchEventsData;let n=t;n.originalEvent&&(n=n.originalEvent);let l;if(n.type==="touchend"||n.type==="touchcancel"){if(l=[...n.changedTouches].filter(k=>k.identifier===i.touchId)[0],!l||l.identifier!==i.touchId)return}else{if(i.touchId!==null||n.pointerId!==i.pointerId)return;l=n}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(n.type)&&!(["pointercancel","contextmenu"].includes(n.type)&&(e.browser.isSafari||e.browser.isWebView)))return;i.pointerId=null,i.touchId=null;const{params:a,touches:r,rtlTranslate:d,slidesGrid:u,enabled:s}=e;if(!s||!a.simulateTouch&&n.pointerType==="mouse")return;if(i.allowTouchCallbacks&&e.emit("touchEnd",n),i.allowTouchCallbacks=!1,!i.isTouched){i.isMoved&&a.grabCursor&&e.setGrabCursor(!1),i.isMoved=!1,i.startMoving=!1;return}a.grabCursor&&i.isMoved&&i.isTouched&&(e.allowSlideNext===!0||e.allowSlidePrev===!0)&&e.setGrabCursor(!1);const f=ht(),h=f-i.touchStartTime;if(e.allowClick){const k=n.path||n.composedPath&&n.composedPath();e.updateClickedSlide(k&&k[0]||n.target,k),e.emit("tap click",n),h<300&&f-i.lastClickTime<300&&e.emit("doubleTap doubleClick",n)}if(i.lastClickTime=ht(),jt(()=>{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(a.followFinger?m=d?e.translate:-e.translate:m=-i.currentTranslate,a.cssMode)return;if(a.freeMode&&a.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<u.length;k+=k<a.slidesPerGroupSkip?1:a.slidesPerGroup){const g=k<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;typeof u[k+g]<"u"?(y||m>=u[k]&&m<u[k+g])&&(S=k,x=u[k+g]-u[k]):(y||m>=u[k])&&(S=k,x=u[u.length-1]-u[u.length-2])}let v=null,w=null;a.rewind&&(e.isBeginning?w=a.virtual&&a.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(v=0));const b=(m-u[S])/x,T=S<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(h>a.longSwipesMs){if(!a.longSwipes){e.slideTo(e.activeIndex);return}e.swipeDirection==="next"&&(b>=a.longSwipesRatio?e.slideTo(a.rewind&&e.isEnd?v:S+T):e.slideTo(S)),e.swipeDirection==="prev"&&(b>1-a.longSwipesRatio?e.slideTo(S+T):w!==null&&b<0&&Math.abs(b)>a.longSwipesRatio?e.slideTo(w):e.slideTo(S))}else{if(!a.shortSwipes){e.slideTo(e.activeIndex);return}e.navigation&&(n.target===e.navigation.nextEl||n.target===e.navigation.prevEl)?n.target===e.navigation.nextEl?e.slideTo(S+T):e.slideTo(S):(e.swipeDirection==="next"&&e.slideTo(v!==null?v:S+T),e.swipeDirection==="prev"&&e.slideTo(w!==null?w:S))}}function An(){const t=this,{params:e,el:i}=t;if(i&&i.offsetWidth===0)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:l,snapGrid:o}=t,a=t.virtual&&t.params.virtual.enabled;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses();const r=a&&e.loop;(e.slidesPerView==="auto"||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides&&!r?t.slideTo(t.slides.length-1,0,!1,!0):t.params.loop&&!a?t.slideToLoop(t.realIndex,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&(clearTimeout(t.autoplay.resizeTimeout),t.autoplay.resizeTimeout=setTimeout(()=>{t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.resume()},500)),t.allowSlidePrev=l,t.allowSlideNext=n,t.params.watchOverflow&&o!==t.snapGrid&&t.checkOverflow()}function Bl(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&t.preventDefault(),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Nl(){const t=this,{wrapperEl:e,rtlTranslate:i,enabled:n}=t;if(!n)return;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,t.translate===0&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();let l;const o=t.maxTranslate()-t.minTranslate();o===0?l=0:l=(t.translate-t.minTranslate())/o,l!==t.progress&&t.updateProgress(i?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Fl(t){const e=this;ui(e,t.target),!(e.params.cssMode||e.params.slidesPerView!=="auto"&&!e.params.autoHeight)&&e.update()}function jl(){const t=this;t.documentTouchHandlerProceeded||(t.documentTouchHandlerProceeded=!0,t.params.touchReleaseOnEdges&&(t.el.style.touchAction="auto"))}const En=(t,e)=>{const i=Tt(),{params:n,el:l,wrapperEl:o,device:a}=t,r=!!n.nested,d=e==="on"?"addEventListener":"removeEventListener",u=e;!l||typeof l=="string"||(i[d]("touchstart",t.onDocumentTouchStart,{passive:!1,capture:r}),l[d]("touchstart",t.onTouchStart,{passive:!1}),l[d]("pointerdown",t.onTouchStart,{passive:!1}),i[d]("touchmove",t.onTouchMove,{passive:!1,capture:r}),i[d]("pointermove",t.onTouchMove,{passive:!1,capture:r}),i[d]("touchend",t.onTouchEnd,{passive:!0}),i[d]("pointerup",t.onTouchEnd,{passive:!0}),i[d]("pointercancel",t.onTouchEnd,{passive:!0}),i[d]("touchcancel",t.onTouchEnd,{passive:!0}),i[d]("pointerout",t.onTouchEnd,{passive:!0}),i[d]("pointerleave",t.onTouchEnd,{passive:!0}),i[d]("contextmenu",t.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&l[d]("click",t.onClick,!0),n.cssMode&&o[d]("scroll",t.onScroll),n.updateOnWindowResize?t[u](a.ios||a.android?"resize orientationchange observerUpdate":"resize observerUpdate",An,!0):t[u]("observerUpdate",An,!0),l[d]("load",t.onLoad,{capture:!0}))};function Vl(){const t=this,{params:e}=t;t.onTouchStart=Ml.bind(t),t.onTouchMove=Ll.bind(t),t.onTouchEnd=Rl.bind(t),t.onDocumentTouchStart=jl.bind(t),e.cssMode&&(t.onScroll=Nl.bind(t)),t.onClick=Bl.bind(t),t.onLoad=Fl.bind(t),En(t,"on")}function zl(){En(this,"off")}var Hl={attachEvents:Vl,detachEvents:zl};const In=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;function Gl(){const t=this,{realIndex:e,initialized:i,params:n,el:l}=t,o=n.breakpoints;if(!o||o&&Object.keys(o).length===0)return;const a=t.getBreakpoint(o,t.params.breakpointsBase,t.el);if(!a||t.currentBreakpoint===a)return;const d=(a in o?o[a]:void 0)||t.originalParams,u=In(t,n),s=In(t,d),f=t.params.grabCursor,h=d.grabCursor,m=n.enabled;u&&!s?(l.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),t.emitContainerClasses()):!u&&s&&(l.classList.add(`${n.containerModifierClass}grid`),(d.grid.fill&&d.grid.fill==="column"||!d.grid.fill&&n.grid.fill==="column")&&l.classList.add(`${n.containerModifierClass}grid-column`),t.emitContainerClasses()),f&&!h?t.unsetGrabCursor():!f&&h&&t.setGrabCursor(),["navigation","pagination","scrollbar"].forEach(b=>{if(typeof d[b]>"u")return;const T=n[b]&&n[b].enabled,k=d[b]&&d[b].enabled;T&&!k&&t[b].disable(),!T&&k&&t[b].enable()});const y=d.direction&&d.direction!==n.direction,S=n.loop&&(d.slidesPerView!==n.slidesPerView||y),x=n.loop;y&&i&&t.changeDirection(),pt(t.params,d);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=a,t.emit("_beforeBreakpoint",d),i&&(S?(t.loopDestroy(),t.loopCreate(e),t.updateSlides()):!x&&w?(t.loopCreate(e),t.updateSlides()):x&&!w&&t.loopDestroy()),t.emit("breakpoint",d)}function Ul(t,e,i){if(e===void 0&&(e="window"),!t||e==="container"&&!i)return;let n=!1;const l=lt(),o=e==="window"?l.innerHeight:i.clientHeight,a=Object.keys(t).map(r=>{if(typeof r=="string"&&r.indexOf("@")===0){const d=parseFloat(r.substr(1));return{value:o*d,point:r}}return{value:r,point:r}});a.sort((r,d)=>parseInt(r.value,10)-parseInt(d.value,10));for(let r=0;r<a.length;r+=1){const{point:d,value:u}=a[r];e==="window"?l.matchMedia(`(min-width: ${u}px)`).matches&&(n=d):u<=i.clientWidth&&(n=d)}return n||"max"}var Wl={setBreakpoint:Gl,getBreakpoint:Ul};function Yl(t,e){const i=[];return t.forEach(n=>{typeof n=="object"?Object.keys(n).forEach(l=>{n[l]&&i.push(e+l)}):typeof n=="string"&&i.push(e+n)}),i}function Xl(){const t=this,{classNames:e,params:i,rtl:n,el:l,device:o}=t,a=Yl(["initialized",i.direction,{"free-mode":t.params.freeMode&&i.freeMode.enabled},{autoheight:i.autoHeight},{rtl:n},{grid:i.grid&&i.grid.rows>1},{"grid-column":i.grid&&i.grid.rows>1&&i.grid.fill==="column"},{android:o.android},{ios:o.ios},{"css-mode":i.cssMode},{centered:i.cssMode&&i.centeredSlides},{"watch-progress":i.watchSlidesProgress}],i.containerModifierClass);e.push(...a),l.classList.add(...e),t.emitContainerClasses()}function Jl(){const t=this,{el:e,classNames:i}=t;!e||typeof e=="string"||(e.classList.remove(...i),t.emitContainerClasses())}var ql={addClasses:Xl,removeClasses:Jl};function Kl(){const t=this,{isLocked:e,params:i}=t,{slidesOffsetBefore:n}=i;if(n){const l=t.slides.length-1,o=t.slidesGrid[l]+t.slidesSizesGrid[l]+n*2;t.isLocked=t.size>o}else t.isLocked=t.snapGrid.length===1;i.allowSlideNext===!0&&(t.allowSlideNext=!t.isLocked),i.allowSlidePrev===!0&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}var Zl={checkOverflow:Kl},Oi={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 Ql(t,e){return function(n){n===void 0&&(n={});const l=Object.keys(n)[0],o=n[l];if(typeof o!="object"||o===null){pt(e,n);return}if(t[l]===!0&&(t[l]={enabled:!0}),l==="navigation"&&t[l]&&t[l].enabled&&!t[l].prevEl&&!t[l].nextEl&&(t[l].auto=!0),["pagination","scrollbar"].indexOf(l)>=0&&t[l]&&t[l].enabled&&!t[l].el&&(t[l].auto=!0),!(l in t&&"enabled"in o)){pt(e,n);return}typeof t[l]=="object"&&!("enabled"in t[l])&&(t[l].enabled=!0),t[l]||(t[l]={enabled:!1}),pt(e,n)}}const Mi={eventsEmitter:qo,update:al,translate:vl,transition:hl,slide:Al,loop:kl,grabCursor:Dl,events:Hl,breakpoints:Wl,checkOverflow:Zl,classes:ql},Li={};let Ri=class Lt{constructor(){let e,i;for(var n=arguments.length,l=new Array(n),o=0;o<n;o++)l[o]=arguments[o];l.length===1&&l[0].constructor&&Object.prototype.toString.call(l[0]).slice(8,-1)==="Object"?i=l[0]:[e,i]=l,i||(i={}),i=pt({},i),e&&!i.el&&(i.el=e);const a=Tt();if(i.el&&typeof i.el=="string"&&a.querySelectorAll(i.el).length>1){const s=[];return a.querySelectorAll(i.el).forEach(f=>{const h=pt({},i,{el:f});s.push(new Lt(h))}),s}const r=this;r.__swiper__=!0,r.support=yn(),r.device=wn({userAgent:i.userAgent}),r.browser=Yo(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],i.modules&&Array.isArray(i.modules)&&r.modules.push(...i.modules);const d={};r.modules.forEach(s=>{s({params:i,swiper:r,extendParams:Ql(i,d),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})});const u=pt({},Oi,d);return r.params=pt({},u,Li,i),r.originalParams=pt({},r.params),r.passedParams=pt({},i),r.params&&r.params.on&&Object.keys(r.params.on).forEach(s=>{r.on(s,r.params.on[s])}),r.params&&r.params.onAny&&r.onAny(r.params.onAny),Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal(){return r.params.direction==="horizontal"},isVertical(){return r.params.direction==="vertical"},activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:r.params.allowSlideNext,allowSlidePrev:r.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:r.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:i,params:n}=this,l=Ct(i,`.${n.slideClass}, swiper-slide`),o=di(l[0]);return di(e)-o}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter(i=>i.getAttribute("data-swiper-slide-index")*1===e)[0])}recalcSlides(){const e=this,{slidesEl:i,params:n}=e;e.slides=Ct(i,`.${n.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,i){const n=this;e=Math.min(Math.max(e,0),1);const l=n.minTranslate(),a=(n.maxTranslate()-l)*e+l;n.translateTo(a,typeof i>"u"?0:i),n.updateActiveIndex(),n.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=e.el.className.split(" ").filter(n=>n.indexOf("swiper")===0||n.indexOf(e.params.containerModifierClass)===0);e.emit("_containerClasses",i.join(" "))}getSlideClasses(e){const i=this;return i.destroyed?"":e.className.split(" ").filter(n=>n.indexOf("swiper-slide")===0||n.indexOf(i.params.slideClass)===0).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const i=[];e.slides.forEach(n=>{const l=e.getSlideClasses(n);i.push({slideEl:n,classNames:l}),e.emit("_slideClass",n,l)}),e.emit("_slideClasses",i)}slidesPerViewDynamic(e,i){e===void 0&&(e="current"),i===void 0&&(i=!1);const n=this,{params:l,slides:o,slidesGrid:a,slidesSizesGrid:r,size:d,activeIndex:u}=n;let s=1;if(typeof l.slidesPerView=="number")return l.slidesPerView;if(l.centeredSlides){let f=o[u]?Math.ceil(o[u].swiperSlideSize):0,h;for(let m=u+1;m<o.length;m+=1)o[m]&&!h&&(f+=Math.ceil(o[m].swiperSlideSize),s+=1,f>d&&(h=!0));for(let m=u-1;m>=0;m-=1)o[m]&&!h&&(f+=o[m].swiperSlideSize,s+=1,f>d&&(h=!0))}else if(e==="current")for(let f=u+1;f<o.length;f+=1)(i?a[f]+r[f]-a[u]<d:a[f]-a[u]<d)&&(s+=1);else for(let f=u-1;f>=0;f-=1)a[u]-a[f]<d&&(s+=1);return s}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:i,params:n}=e;n.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach(a=>{a.complete&&ui(e,a)}),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses();function l(){const a=e.rtlTranslate?e.translate*-1:e.translate,r=Math.min(Math.max(a,e.maxTranslate()),e.minTranslate());e.setTranslate(r),e.updateActiveIndex(),e.updateSlidesClasses()}let o;if(n.freeMode&&n.freeMode.enabled&&!n.cssMode)l(),n.autoHeight&&e.updateAutoHeight();else{if((n.slidesPerView==="auto"||n.slidesPerView>1)&&e.isEnd&&!n.centeredSlides){const a=e.virtual&&n.virtual.enabled?e.virtual.slides:e.slides;o=e.slideTo(a.length-1,0,!1,!0)}else o=e.slideTo(e.activeIndex,0,!1,!0);o||l()}n.watchOverflow&&i!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,i){i===void 0&&(i=!0);const n=this,l=n.params.direction;return e||(e=l==="horizontal"?"vertical":"horizontal"),e===l||e!=="horizontal"&&e!=="vertical"||(n.el.classList.remove(`${n.params.containerModifierClass}${l}`),n.el.classList.add(`${n.params.containerModifierClass}${e}`),n.emitContainerClasses(),n.params.direction=e,n.slides.forEach(o=>{e==="vertical"?o.style.width="":o.style.height=""}),n.emit("changeDirection"),i&&n.update()),n}changeLanguageDirection(e){const i=this;i.rtl&&e==="rtl"||!i.rtl&&e==="ltr"||(i.rtl=e==="rtl",i.rtlTranslate=i.params.direction==="horizontal"&&i.rtl,i.rtl?(i.el.classList.add(`${i.params.containerModifierClass}rtl`),i.el.dir="rtl"):(i.el.classList.remove(`${i.params.containerModifierClass}rtl`),i.el.dir="ltr"),i.update())}mount(e){const i=this;if(i.mounted)return!0;let n=e||i.params.el;if(typeof n=="string"&&(n=document.querySelector(n)),!n)return!1;n.swiper=i,n.parentNode&&n.parentNode.host&&n.parentNode.host.nodeName===i.params.swiperElementNodeName.toUpperCase()&&(i.isElement=!0);const l=()=>`.${(i.params.wrapperClass||"").trim().split(" ").join(".")}`;let a=n&&n.shadowRoot&&n.shadowRoot.querySelector?n.shadowRoot.querySelector(l()):Ct(n,l())[0];return!a&&i.params.createElements&&(a=Jt("div",i.params.wrapperClass),n.append(a),Ct(n,`.${i.params.slideClass}`).forEach(r=>{a.append(r)})),Object.assign(i,{el:n,wrapperEl:a,slidesEl:i.isElement&&!n.parentNode.host.slideSlots?n.parentNode.host:a,hostEl:i.isElement?n.parentNode.host:n,mounted:!0,rtl:n.dir.toLowerCase()==="rtl"||Bt(n,"direction")==="rtl",rtlTranslate:i.params.direction==="horizontal"&&(n.dir.toLowerCase()==="rtl"||Bt(n,"direction")==="rtl"),wrongRTL:Bt(a,"display")==="-webkit-box"}),!0}init(e){const i=this;if(i.initialized||i.mount(e)===!1)return i;i.emit("beforeInit"),i.params.breakpoints&&i.setBreakpoint(),i.addClasses(),i.updateSize(),i.updateSlides(),i.params.watchOverflow&&i.checkOverflow(),i.params.grabCursor&&i.enabled&&i.setGrabCursor(),i.params.loop&&i.virtual&&i.params.virtual.enabled?i.slideTo(i.params.initialSlide+i.virtual.slidesBefore,0,i.params.runCallbacksOnInit,!1,!0):i.slideTo(i.params.initialSlide,0,i.params.runCallbacksOnInit,!1,!0),i.params.loop&&i.loopCreate(),i.attachEvents();const l=[...i.el.querySelectorAll('[loading="lazy"]')];return i.isElement&&l.push(...i.hostEl.querySelectorAll('[loading="lazy"]')),l.forEach(o=>{o.complete?ui(i,o):o.addEventListener("load",a=>{ui(i,a.target)})}),Di(i),i.initialized=!0,Di(i),i.emit("init"),i.emit("afterInit"),i}destroy(e,i){e===void 0&&(e=!0),i===void 0&&(i=!0);const n=this,{params:l,el:o,wrapperEl:a,slides:r}=n;return typeof n.params>"u"||n.destroyed||(n.emit("beforeDestroy"),n.initialized=!1,n.detachEvents(),l.loop&&n.loopDestroy(),i&&(n.removeClasses(),o&&typeof o!="string"&&o.removeAttribute("style"),a&&a.removeAttribute("style"),r&&r.length&&r.forEach(d=>{d.classList.remove(l.slideVisibleClass,l.slideFullyVisibleClass,l.slideActiveClass,l.slideNextClass,l.slidePrevClass),d.removeAttribute("style"),d.removeAttribute("data-swiper-slide-index")})),n.emit("destroy"),Object.keys(n.eventsListeners).forEach(d=>{n.off(d)}),e!==!1&&(n.el&&typeof n.el!="string"&&(n.el.swiper=null),Mo(n)),n.destroyed=!0),null}static extendDefaults(e){pt(Li,e)}static get extendedDefaults(){return Li}static get defaults(){return Oi}static installModule(e){Lt.prototype.__modules__||(Lt.prototype.__modules__=[]);const i=Lt.prototype.__modules__;typeof e=="function"&&i.indexOf(e)<0&&i.push(e)}static use(e){return Array.isArray(e)?(e.forEach(i=>Lt.installModule(i)),Lt):(Lt.installModule(e),Lt)}};Object.keys(Mi).forEach(t=>{Object.keys(Mi[t]).forEach(e=>{Ri.prototype[e]=Mi[t][e]})}),Ri.use([Xo,Jo]);const Cn=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function Nt(t){return typeof t=="object"&&t!==null&&t.constructor&&Object.prototype.toString.call(t).slice(8,-1)==="Object"&&!t.__swiper__}function zt(t,e){const i=["__proto__","constructor","prototype"];Object.keys(e).filter(n=>i.indexOf(n)<0).forEach(n=>{typeof t[n]>"u"?t[n]=e[n]:Nt(e[n])&&Nt(t[n])&&Object.keys(e[n]).length>0?e[n].__swiper__?t[n]=e[n]:zt(t[n],e[n]):t[n]=e[n]})}function kn(t){return t===void 0&&(t={}),t.navigation&&typeof t.navigation.nextEl>"u"&&typeof t.navigation.prevEl>"u"}function _n(t){return t===void 0&&(t={}),t.pagination&&typeof t.pagination.el>"u"}function Pn(t){return t===void 0&&(t={}),t.scrollbar&&typeof t.scrollbar.el>"u"}function Dn(t){t===void 0&&(t="");const e=t.split(" ").map(n=>n.trim()).filter(n=>!!n),i=[];return e.forEach(n=>{i.indexOf(n)<0&&i.push(n)}),i.join(" ")}function $l(t){return t===void 0&&(t=""),t?t.includes("swiper-wrapper")?t:`swiper-wrapper ${t}`:"swiper-wrapper"}function ea(t){let{swiper:e,slides:i,passedParams:n,changedParams:l,nextEl:o,prevEl:a,scrollbarEl:r,paginationEl:d}=t;const u=l.filter(E=>E!=="children"&&E!=="direction"&&E!=="wrapperClass"),{params:s,pagination:f,navigation:h,scrollbar:m,virtual:y,thumbs:S}=e;let x,v,w,b,T,k,g,M;l.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&s.thumbs&&!s.thumbs.swiper&&(x=!0),l.includes("controller")&&n.controller&&n.controller.control&&s.controller&&!s.controller.control&&(v=!0),l.includes("pagination")&&n.pagination&&(n.pagination.el||d)&&(s.pagination||s.pagination===!1)&&f&&!f.el&&(w=!0),l.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||r)&&(s.scrollbar||s.scrollbar===!1)&&m&&!m.el&&(b=!0),l.includes("navigation")&&n.navigation&&(n.navigation.prevEl||a)&&(n.navigation.nextEl||o)&&(s.navigation||s.navigation===!1)&&h&&!h.prevEl&&!h.nextEl&&(T=!0);const _=E=>{e[E]&&(e[E].destroy(),E==="navigation"?(e.isElement&&(e[E].prevEl.remove(),e[E].nextEl.remove()),s[E].prevEl=void 0,s[E].nextEl=void 0,e[E].prevEl=void 0,e[E].nextEl=void 0):(e.isElement&&e[E].el.remove(),s[E].el=void 0,e[E].el=void 0))};l.includes("loop")&&e.isElement&&(s.loop&&!n.loop?k=!0:!s.loop&&n.loop?g=!0:M=!0),u.forEach(E=>{if(Nt(s[E])&&Nt(n[E]))Object.assign(s[E],n[E]),(E==="navigation"||E==="pagination"||E==="scrollbar")&&"enabled"in n[E]&&!n[E].enabled&&_(E);else{const c=n[E];(c===!0||c===!1)&&(E==="navigation"||E==="pagination"||E==="scrollbar")?c===!1&&_(E):s[E]=n[E]}}),u.includes("controller")&&!v&&e.controller&&e.controller.control&&s.controller&&s.controller.control&&(e.controller.control=s.controller.control),l.includes("children")&&i&&y&&s.virtual.enabled?(y.slides=i,y.update(!0)):l.includes("virtual")&&y&&s.virtual.enabled&&(i&&(y.slides=i),y.update(!0)),l.includes("children")&&i&&s.loop&&(M=!0),x&&S.init()&&S.update(!0),v&&(e.controller.control=s.controller.control),w&&(e.isElement&&(!d||typeof d=="string")&&(d=document.createElement("div"),d.classList.add("swiper-pagination"),d.part.add("pagination"),e.el.appendChild(d)),d&&(s.pagination.el=d),f.init(),f.render(),f.update()),b&&(e.isElement&&(!r||typeof r=="string")&&(r=document.createElement("div"),r.classList.add("swiper-scrollbar"),r.part.add("scrollbar"),e.el.appendChild(r)),r&&(s.scrollbar.el=r),m.init(),m.updateSize(),m.setTranslate()),T&&(e.isElement&&((!o||typeof o=="string")&&(o=document.createElement("div"),o.classList.add("swiper-button-next"),o.innerHTML=e.hostEl.constructor.nextButtonSvg,o.part.add("button-next"),e.el.appendChild(o)),(!a||typeof a=="string")&&(a=document.createElement("div"),a.classList.add("swiper-button-prev"),a.innerHTML=e.hostEl.constructor.prevButtonSvg,a.part.add("button-prev"),e.el.appendChild(a))),o&&(s.navigation.nextEl=o),a&&(s.navigation.prevEl=a),h.init(),h.update()),l.includes("allowSlideNext")&&(e.allowSlideNext=n.allowSlideNext),l.includes("allowSlidePrev")&&(e.allowSlidePrev=n.allowSlidePrev),l.includes("direction")&&e.changeDirection(n.direction,!1),(k||M)&&e.loopDestroy(),(g||M)&&e.loopCreate(),e.update()}function ta(t,e){t===void 0&&(t={}),e===void 0&&(e=!0);const i={on:{}},n={},l={};zt(i,Oi),i._emitClasses=!0,i.init=!1;const o={},a=Cn.map(d=>d.replace(/_/,"")),r=Object.assign({},t);return Object.keys(r).forEach(d=>{typeof t[d]>"u"||(a.indexOf(d)>=0?Nt(t[d])?(i[d]={},l[d]={},zt(i[d],t[d]),zt(l[d],t[d])):(i[d]=t[d],l[d]=t[d]):d.search(/on[A-Z]/)===0&&typeof t[d]=="function"?e?n[`${d[2].toLowerCase()}${d.substr(3)}`]=t[d]:i.on[`${d[2].toLowerCase()}${d.substr(3)}`]=t[d]:o[d]=t[d])}),["navigation","pagination","scrollbar"].forEach(d=>{i[d]===!0&&(i[d]={}),i[d]===!1&&delete i[d]}),{params:i,passedParams:l,rest:o,events:n}}function ia(t,e){let{el:i,nextEl:n,prevEl:l,paginationEl:o,scrollbarEl:a,swiper:r}=t;kn(e)&&n&&l&&(r.params.navigation.nextEl=n,r.originalParams.navigation.nextEl=n,r.params.navigation.prevEl=l,r.originalParams.navigation.prevEl=l),_n(e)&&o&&(r.params.pagination.el=o,r.originalParams.pagination.el=o),Pn(e)&&a&&(r.params.scrollbar.el=a,r.originalParams.scrollbar.el=a),r.init(i)}function na(t,e,i,n,l){const o=[];if(!e)return o;const a=d=>{o.indexOf(d)<0&&o.push(d)};if(i&&n){const d=n.map(l),u=i.map(l);d.join("")!==u.join("")&&a("children"),n.length!==i.length&&a("children")}return Cn.filter(d=>d[0]==="_").map(d=>d.replace(/_/,"")).forEach(d=>{if(d in t&&d in e)if(Nt(t[d])&&Nt(e[d])){const u=Object.keys(t[d]),s=Object.keys(e[d]);u.length!==s.length?a(d):(u.forEach(f=>{t[d][f]!==e[d][f]&&a(d)}),s.forEach(f=>{t[d][f]!==e[d][f]&&a(d)}))}else t[d]!==e[d]&&a(d)}),o}const oa=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 vi(){return vi=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},vi.apply(this,arguments)}function On(t){return t.type&&t.type.displayName&&t.type.displayName.includes("SwiperSlide")}function Mn(t){const e=[];return p.Children.toArray(t).forEach(i=>{On(i)?e.push(i):i.props&&i.props.children&&Mn(i.props.children).forEach(n=>e.push(n))}),e}function la(t){const e=[],i={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return p.Children.toArray(t).forEach(n=>{if(On(n))e.push(n);else if(n.props&&n.props.slot&&i[n.props.slot])i[n.props.slot].push(n);else if(n.props&&n.props.children){const l=Mn(n.props.children);l.length>0?l.forEach(o=>e.push(o)):i["container-end"].push(n)}else i["container-end"].push(n)}),{slides:e,slots:i}}function aa(t,e,i){if(!i)return null;const n=s=>{let f=s;return s<0?f=e.length+s:f>=e.length&&(f=f-e.length),f},l=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${i.offset}px`}:{top:`${i.offset}px`},{from:o,to:a}=i,r=t.params.loop?-e.length:0,d=t.params.loop?e.length*2:e.length,u=[];for(let s=r;s<d;s+=1)s>=o&&s<=a&&u.push(e[n(s)]);return u.map((s,f)=>p.cloneElement(s,{swiper:t,style:l,key:s.props.virtualIndex||s.key||`slide-${f}`}))}function qt(t,e){return typeof window>"u"?fe(t,e):to(t,e)}const Bi=Xt(null),Ln=()=>Yt(Bi),ra=Xt(null),Ft=ti(function(t,e){let{className:i,tag:n="div",wrapperTag:l="div",children:o,onSwiper:a,...r}=t===void 0?{}:t,d=!1;const[u,s]=X("swiper"),[f,h]=X(null),[m,y]=X(!1),S=pe(!1),x=pe(null),v=pe(null),w=pe(null),b=pe(null),T=pe(null),k=pe(null),g=pe(null),M=pe(null),{params:_,passedParams:E,rest:c,events:O}=ta(r),{slides:I,slots:A}=la(o),C=()=>{y(!m)};Object.assign(_.on,{_containerClasses(R,D){s(D)}});const L=()=>{Object.assign(_.on,O),d=!0;const R={..._};if(delete R.wrapperClass,v.current=new Ri(R),v.current.virtual&&v.current.params.virtual.enabled){v.current.virtual.slides=I;const D={cache:!1,slides:I,renderExternal:h,renderExternalUpdate:!1};zt(v.current.params.virtual,D),zt(v.current.originalParams.virtual,D)}};x.current||L(),v.current&&v.current.on("_beforeBreakpoint",C);const B=()=>{d||!O||!v.current||Object.keys(O).forEach(R=>{v.current.on(R,O[R])})},F=()=>{!O||!v.current||Object.keys(O).forEach(R=>{v.current.off(R,O[R])})};fe(()=>()=>{v.current&&v.current.off("_beforeBreakpoint",C)}),fe(()=>{!S.current&&v.current&&(v.current.emitSlidesClasses(),S.current=!0)}),qt(()=>{if(e&&(e.current=x.current),!!x.current)return v.current.destroyed&&L(),ia({el:x.current,nextEl:T.current,prevEl:k.current,paginationEl:g.current,scrollbarEl:M.current,swiper:v.current},_),a&&!v.current.destroyed&&a(v.current),()=>{v.current&&!v.current.destroyed&&v.current.destroy(!0,!1)}},[]),qt(()=>{B();const R=na(E,w.current,I,b.current,D=>D.key);return w.current=E,b.current=I,R.length&&v.current&&!v.current.destroyed&&ea({swiper:v.current,slides:I,passedParams:E,changedParams:R,nextEl:T.current,prevEl:k.current,scrollbarEl:M.current,paginationEl:g.current}),()=>{F()}}),qt(()=>{oa(v.current)},[f]);function V(){return _.virtual?aa(v.current,I,f):I.map((R,D)=>p.cloneElement(R,{swiper:v.current,swiperSlideIndex:D}))}return p.createElement(n,vi({ref:x,className:Dn(`${u}${i?` ${i}`:""}`)},c),p.createElement(ra.Provider,{value:v.current},A["container-start"],p.createElement(l,{className:$l(_.wrapperClass)},A["wrapper-start"],V(),A["wrapper-end"]),kn(_)&&p.createElement(p.Fragment,null,p.createElement("div",{ref:k,className:"swiper-button-prev"}),p.createElement("div",{ref:T,className:"swiper-button-next"})),Pn(_)&&p.createElement("div",{ref:M,className:"swiper-scrollbar"}),_n(_)&&p.createElement("div",{ref:g,className:"swiper-pagination"}),A["container-end"]))});Ft.displayName="Swiper";const At=ti(function(t,e){let{tag:i="div",children:n,className:l="",swiper:o,zoom:a,lazy:r,virtualIndex:d,swiperSlideIndex:u,...s}=t===void 0?{}:t;const f=pe(null),[h,m]=X("swiper-slide"),[y,S]=X(!1);function x(T,k,g){k===f.current&&m(g)}qt(()=>{if(typeof u<"u"&&(f.current.swiperSlideIndex=u),e&&(e.current=f.current),!(!f.current||!o)){if(o.destroyed){h!=="swiper-slide"&&m("swiper-slide");return}return o.on("_slideClass",x),()=>{o&&o.off("_slideClass",x)}}}),qt(()=>{o&&f.current&&!o.destroyed&&m(o.getSlideClasses(f.current))},[o]);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 n=="function"?n(v):n,b=()=>{S(!0)};return p.createElement(i,vi({ref:f,className:Dn(`${h}${l?` ${l}`:""}`),"data-swiper-slide-index":d,onLoad:b},s),a&&p.createElement(Bi.Provider,{value:v},p.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":typeof a=="number"?a:void 0},w(),r&&!y&&p.createElement("div",{className:"swiper-lazy-preloader"}))),!a&&p.createElement(Bi.Provider,{value:v},w(),r&&!y&&p.createElement("div",{className:"swiper-lazy-preloader"})))});At.displayName="SwiperSlide";const da="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",sa=({visible:t,onClose:e,children:i,modalStyle:n,padding:l,popup:o,schema:a,fullHeight:r=window.innerHeight,isFullScreen:d=!1})=>{var u,s,f,h,m,y,S,x,v,w,b,T,k,g,M,_,E,c,O,I;const A=pe(null),C=pe(null),L=pe(null),B=pe(null),F=r*.2,V=d?r:r*.8,[R,D]=X(F),[N,Y]=X(!1),U=pe(null),{globalConfig:q,popupDetailData:re}=Me(),{schema:ie}=St(),[se,Le]=X(15);fe(()=>{const le=document.getElementById("sxp-render"),ge=document.getElementById("pb-modal");ge?U.current=ge:(U.current=document.createElement("div"),U.current.setAttribute("id","pb-modal"),le?.appendChild(U.current))},[]);const ce=ve(()=>o?.id&&o?.id!==""||t,[t,o]),W=ve(()=>{var le,ge,Te;const Be=a??ie;return(Te=(ge=(le=Be?.sxpPageConf)===null||le===void 0?void 0:le.globalConfig)===null||ge===void 0?void 0:ge.popupList)===null||Te===void 0?void 0:Te.find(je=>je?.id===o?.id)},[o,a,ie]),K=ve(()=>{var le,ge;return((ge=(le=W?.item)===null||le===void 0?void 0:le.event)===null||ge===void 0?void 0:ge.isScrollFullScreen)||!1},[W]);if(fe(()=>{ce?Y(!0):setTimeout(()=>{Y(!1),D(F)},o?.duration)},[ce,o]),!U.current)return null;const $=gi(()=>{e?.()},300),te=le=>{A.current=le.touches[0],C.current=le.touches[0],L.current=!0},we=le=>{requestAnimationFrame(()=>{var ge;if(L.current&&((ge=B?.current)===null||ge===void 0?void 0:ge.scrollTop)===0){const Te=le.touches[0].clientY,Be=le.touches[0].clientX,Oe=A.current.clientY-Te;A.current=le.touches[0];const je=Te-C.current.clientY,Fe=Be-C.current.clientX;if(Math.abs(Fe)>Math.abs(je))return;const Z=R-Oe;Z>0&&D(Z)}})},ke=le=>{var ge;if(L.current&&((ge=B?.current)===null||ge===void 0?void 0:ge.scrollTop)===0){const Te=le.changedTouches[0].clientY-C.current.clientY,Be=le.changedTouches[0].clientX-C.current.clientX;if(Math.abs(Be)>Math.abs(Te))return;const Oe=C.current.clientY-A.current.clientY;Oe>0?D(0):R<F&&Oe<0?D(F):R>=F&&Oe<0&&e?.()}L.current=!1};return Yi.createPortal(p.createElement(p.Fragment,null,N&&p.createElement("div",{className:"modal-bg",style:Object.assign({display:"flex",backgroundColor:ce?"rgba(0, 0, 0, 0.7)":"rgba(0, 0, 0, 0)"},n),onClick:$},p.createElement("div",{style:{position:"relative",left:`${(h=(f=(s=(u=W?.item)===null||u===void 0?void 0:u.props)===null||s===void 0?void 0:s.popupBg)===null||f===void 0?void 0:f.horizontalMargin)!==null&&h!==void 0?h:0}px`,right:`${(x=(S=(y=(m=W?.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=(v=W?.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% - ${((_=(M=(g=(k=W?.item)===null||k===void 0?void 0:k.props)===null||g===void 0?void 0:g.popupBg)===null||M===void 0?void 0:M.horizontalMargin)!==null&&_!==void 0?_:0)*2}px)`,height:"100%"}},p.createElement("div",Object.assign({className:`modal-container ${ce?"modal-popIn":"modal-popOut"}`,style:Object.assign(Object.assign({padding:l,animationDuration:((E=o?.duration)!==null&&E!==void 0?E:0)/1e3+"s"},K&&{transform:`translateY(${R}px)`}),{overflow:"hidden"}),onClick:le=>{le.stopPropagation(),le.preventDefault()}},K&&{onTouchMove:we,onTouchStart:te,onTouchEnd:ke}),p.createElement("div",{className:"modal-icon-wrapper",onClick:e,style:{top:se}},p.createElement("img",{src:(c=q?.popupCloseIcon)!==null&&c!==void 0?c:da,alt:"close",className:"modal-icon"})),p.createElement("div",Object.assign({ref:B,style:{height:K?r:V,overflow:K&&R<=0||!K?"auto":"hidden"}},((I=(O=W?.item)===null||O===void 0?void 0:O.props)===null||I===void 0?void 0:I.enableFixedCloseButton)&&{onScroll:le=>{var ge;Le(15-((ge=le?.target)===null||ge===void 0?void 0:ge.scrollTop))}}),i))))),U.current)};var Ht=_e(sa);const ca=(t="",e)=>{if(/[\u4e00-\u9fa5]+/.test(t))return t.slice(0,54);const n=t.split(" "),l=[];for(let a=0;a<n.length&&(l.push(n[a]),!(l.join(" ").length>=e));a++);return(l.length>1&&l.length<n.length?l.slice(0,l.length-1):l).join(" ")+" "},ua=({text:t,maxStr:e=108,style:i,className:n,onClick:l,foldText:o,unfoldText:a,isPost:r,onChange:d})=>{const[u,s]=X(!1),[f,h]=X(!1),m=Number(i?.lineClamp||2),y=pe(null),S=pe(null),x=be(()=>{s(!u)},[u,d]);return ve(()=>!u&&t.length>e?ca(t,e)+"...":t,[t,e,u]),fe(()=>{var v,w;((v=S?.current)===null||v===void 0?void 0:v.offsetHeight)>((w=y?.current)===null||w===void 0?void 0:w.offsetHeight)&&r?h(!0):h(!1),S.current.style.display="none"},[r]),p.createElement("div",{className:n,style:Object.assign(Object.assign({},i),{transform:"translate3d(0px, 0px, 0px)"}),hidden:!t||t===""},p.createElement("div",{ref:y,style:{overflow:"hidden",WebkitLineClamp:!r||u?"":m,textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",wordBreak:"break-word"},dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),p.createElement("div",{ref:S,dangerouslySetInnerHTML:{__html:xe(t?.replace(/\n/g,"</br>"),i)}}),t&&r&&f&&p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer"},onClick:l??x,dangerouslySetInnerHTML:{__html:xe(u?a||"show less":o||"show more",i)}}))};var pi=_e(ua);const va=ti((t,e)=>{const{src:i,onLoad:n,style:l,className:o,loading:a,alt:r="image"}=t,[d,u]=X(i),s=pe(null),[f,h]=X(!1);return Wi(e,()=>({setSrc:m=>{m&&u(m)}})),fe(()=>{i&&u(i)},[i]),fe(()=>{const m=()=>{i&&!f&&s.current&&(s.current.src="",s.current.src=i)};return xt.on(vt.PAGE_DID_SHOW,m),()=>{xt.off(vt.PAGE_DID_SHOW,m)}},[i,f]),p.createElement(p.Fragment,null,!f&&!d&&p.createElement("div",{style:{width:"100%",height:"100%",zIndex:1,backgroundColor:"#fff"}}),d?.includes(".avif")?p.createElement("picture",null,p.createElement("source",{type:"image/avif",srcSet:d}),p.createElement("source",{type:"image/webp",srcSet:`${d}?imageMogr2/format/webp`}),p.createElement("source",{type:"image/jpeg",srcSet:`${d}?imageMogr2/format/jpg`}),p.createElement("img",{ref:s,className:o,src:d,style:Object.assign({},l),loading:a,onLoad:m=>{h(!0),n?.(m.target)},alt:r})):p.createElement("img",{ref:s,className:o,src:d,style:Object.assign({},l),loading:a,onLoad:m=>{h(!0),n?.(m.target)},alt:r}))});var st=_e(va);const pa=({children:t,isPadding:e=!0,style:i,enableSlideActive:n=!1})=>{const l=pe(),{popupDetailData:o}=Me();return fe(()=>{var a,r;n&&((a=l?.current)===null||a===void 0||a.swiper.slideTo((r=o?.multiCheckIndex)!==null&&r!==void 0?r:0))},[o,n]),p.createElement(Ft,{ref:l,direction:"horizontal",slidesPerView:"auto",freeMode:!0,mousewheel:!0,modules:[Ho,zo,Vo],style:Object.assign({padding:e?"0 12px 0 20px":0},i)},t)};var Kt=_e(pa);const ma=({products:t,data:e,defImg:i,style:n,onCLick:l,popupDetailData:o,check:a})=>{var r;const{productView:d}=tt(),{popupCurTimeRef:u}=Me(),s=(f,h)=>{if(a===h)return;const m=t?.[a];d(o,m,m?.bindCta,u.current,o?.index),l?.(h)};return p.createElement(p.Fragment,null,e?.open&&(t&&t?.length>1||!o)&&p.createElement(Kt,{enableSlideActive:!0,isPadding:!1,style:Object.assign(Object.assign({},n),e?.style)},(r=o?t:[0,1,2,3])===null||r===void 0?void 0:r.map((f,h)=>{var m,y,S;return p.createElement(p.Fragment,null,f?.bindCta?p.createElement(At,{className:Ee({width:"50px",height:"50px",marginRight:"10px"}),onClick:()=>{s(f,h)},key:h},p.createElement(st,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${e?.translateY?e?.translateY+50:50}%`,border:a===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 Rn=_e(ma);const fa=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:n,file:l,src:o}=t;switch(i){case 2:return n||null;case 3:return o||null;default:return l&&l.length>0?(e=l[0])===null||e===void 0?void 0:e.url:null}},Zt=({product:t,enableFormattedPrice:e,globalConfig:i})=>{var n,l,o,a,r;let d=t?.currency&&t?.price?t?.price:7e3,u="",s=i?.priceSymbol,f=t?.currency?(o=(l=(n=t?.currency)===null||n===void 0?void 0:n.split("-")[1])===null||l===void 0?void 0:l.toUpperCase())!==null&&o!==void 0?o:"":"$";const h=e===void 0||e;let m=d.toString();s?.showTwoDecimalPoint&&(m=d?.toFixed(2));let y=(a=m?.indexOf("."))!==null&&a!==void 0?a:-1;if(h){u=(r=d?.toLocaleString("zh",{minimumFractionDigits:s?.showTwoDecimalPoint?2:0}))!==null&&r!==void 0?r:"";let S=0,x=y??u?.length;s?.millesimalSymbol==="."?u=u?.replace(/\,/g,function(v,w){return w>=S&&w<x?".":v}):s?.millesimalSymbol===" "&&(u=u?.replace(","," "))}else u=`${s?.showTwoDecimalPoint?d?.toFixed(2):d}`;return s?.decimalPoint===","&&y>0&&(u=u=u?.replace(/\./g,function(S,x){return x>=y&&x<u?.length?",":S})),s?.currencyPosition&&s?.currencyPosition!=="none"?u=s?.currencyPosition==="left"?f+u:u+f:s?.currencyPosition!=="none"&&(u=f+u),u},ha=t=>{var e,i,n,l,o,a,r,d,u,s,f,h,m,y,S,x,v,w,b,T,k,g,M,_,{content:E,style:c,bgImg:O,onClick:I,schema:A,isDefault:C,bottom_image:L,tipText:B,isPost:F,viewTime:V,rec:R,swiper:D,commodityStyles:N,buttonStyle:Y,index:U,commodityGroup:q,popupBg:re,iframeIcon:ie,commodityImgRatio:se,isTel:Le,iframeBgColor:ce}=t,W=$e(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:$,isPreview:te,bffFbReport:we,popupCurTimeRef:ke,checkCommodityIndexRef:le,globalConfig:ge}=Me(),{jumpToWeb:Te,productView:Be}=tt(),Oe=pe(null),[je,Fe]=X(!1),[Z,he]=X(!1),[Q,ue]=X((e=$?.multiCheckIndex)!==null&&e!==void 0?e:0),Ge=pe(),G=F?R:$;let j=F?G?.product:(n=(i=G?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=G?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Ve=F?(a=G?.product)===null||a===void 0?void 0:a.bindCta:(u=(d=(r=G?.video)===null||r===void 0?void 0:r.bindProduct)===null||d===void 0?void 0:d.bindCta)!==null&&u!==void 0?u:(h=(f=(s=G?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Ke=F?U:$?.index;if(!F&&q?.open&&(!((m=G?.video)===null||m===void 0)&&m.bindProducts)&&((S=(y=G?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0?void 0:S.length)>0){le.current=Q;const ee=(x=G?.video)===null||x===void 0?void 0:x.bindProducts[Q];j=ee,Ve=ee?.bindCta}const mt=()=>{j?.link&&(Te(G,j,Ve,Ke),F||Be(G,j,Ve,V||Oe.current,Ke),window.location.href=window.getJointUtmLink(j.link))};fe(()=>{F||we?.({eventName:"ProductView"})},[F,we]),fe(()=>{const ee=()=>{Oe.current=new Date};return ee(),window.addEventListener("pageshow",ee),()=>{window.removeEventListener("pageshow",ee)}},[]);const Et=Zt({product:j,enableFormattedPrice:(v=N?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:ge}),at=(te?375:(w=c?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=re?.horizontalMargin)!==null&&b!==void 0?b:0)*2,rt=se?at*(se.h/se.w):at,It=({isPost:ee})=>{var Ce,We,Ze,qe;return p.createElement("div",null,p.createElement("div",{className:"pb-commondity-content-collection",style:H(N?.collection),hidden:!!j&&(!j?.collection||j?.collection===""),dangerouslySetInnerHTML:{__html:xe((Ce=j?.collection)!==null&&Ce!==void 0?Ce:"Tiffany Lock",N?.collection)}}),p.createElement("div",{className:"pb-commondity-content-title",style:H(N?.title),hidden:!!j&&!j?.title,dangerouslySetInnerHTML:{__html:xe((We=j?.title)!==null&&We!==void 0?We:"Pendant in Yellow Gold with Diamonds, Medium",N?.title)}}),p.createElement("div",{className:"pb-commondity-content-price",style:H(N?.price),hidden:!!j&&!j?.price,dangerouslySetInnerHTML:{__html:xe(Et,N?.price)}}),p.createElement("div",{hidden:!!j&&!j?.taxInfo,style:H(N?.taxInfo),dangerouslySetInnerHTML:{__html:xe((Ze=j?.taxInfo)!==null&&Ze!==void 0?Ze:"\u7A0E\u8D39",N?.taxInfo)}}),p.createElement("div",{hidden:!!j&&(!j?.info||j?.info==="")},p.createElement(pi,{foldText:B?.foldText,unfoldText:B?.unfoldText,onClick:()=>Fe(!0),isPost:ee,text:(qe=j?.info)!==null&&qe!==void 0?qe:`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:N?.info})))},ht=()=>{var J,me;return p.createElement(p.Fragment,null,(C||L?.link)&&p.createElement("button",{"aria-label":(J=Ge?.enTitle)!==null&&J!==void 0?J:"Purchase on Website",onClick:Qe,className:"pb-commondity-btn",style:U},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((me=Ge?.enTitle)!==null&&me!==void 0?me:"Purchase on Website",U)}})))},z=ye(J=>J?.lineClamp?Object.assign(Object.assign({},J),{overflow:"hidden",WebkitLineClamp:J?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):J,[]),H=ye(J=>{Ce.current=new Date,ie(J),ae.current=J,re?.current&&(re.current.swiper.slideTo(0),re.current.swiper.autoplay.start())},[]),Ie=ye(()=>{var J,me,ke;if(!j)return p.createElement(Lo,{products:(J=$?.video)===null||J===void 0?void 0:J.bindProducts,data:K,defImg:(ke=(me=Z?.bottom_image)!==null&&me!==void 0?me:R)!==null&&ke!==void 0?ke:"",style:{padding:"0 19px"},onCLick:H,popupDetailData:ee,check:pe})},[pe]),Pe=ve(()=>{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 p.createElement(p.Fragment,null,p.createElement("div",Object.assign({className:Ee(Object.assign({},c))},W),p.createElement("div",{style:{position:"relative"}},L&&((T=L?.homePage)===null||T===void 0?void 0:T.length)>0&&p.createElement(Ft,{height:mt,modules:[ri,si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Pe},loop:!0,autoplay:{delay:k?.delay*1e3},ref:re,className:Ee(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}}))},p.createElement(p.Fragment,null,(g=L?.homePage)===null||g===void 0?void 0:g.map(J=>{var me;return p.createElement(It,{key:J},p.createElement("div",{style:{overflow:"hidden",width:nt,height:mt}},p.createElement(st,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${k?.translateY?k?.translateY+50:50}%`},src:(me=J??Z?.bottom_image)!==null&&me!==void 0?me:R})))}))),!(!((O=L?.homePage)===null||O===void 0)&&O.length)&&p.createElement("div",{className:Ee({height:mt,width:nt})},p.createElement("img",{className:Ee({objectFit:"cover",width:"100%",height:"100%"}),src:(P=Z?.bottom_image)!==null&&P!==void 0?P:R,alt:"pdp image"})),(X||!L)&&oe&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Q(!0)},p.createElement("img",{src:oe,alt:"3d",width:"72px"}))),Ie(),p.createElement("div",{className:"pb-commondity-content"},ft({isPost:j}))),ht(),p.createElement(Ht,{visible:Oe,onClose:()=>Fe(!1)},p.createElement("div",{style:{paddingBottom:"80px"}},ft({isPost:!1})),ht()),p.createElement(Ht,{visible:He,padding:0,isFullScreen:!0,onClose:()=>Q(!1)},p.createElement("div",{style:{backgroundColor:ce,height:"100%"}},p.createElement("iframe",{src:X,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var fa=_e(ma),ha=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ga=ot(fa,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Pn,interactionRender:ha},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 ba=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ya=[{title:"\u5F39\u7A97\u80CC\u666F",child:[{type:"Number",label:"\u5DE6\u53F3\u8FB9\u8DDD",name:["props","popupBg","horizontalMargin"]},{type:"Number",label:"\u4E0B\u8FB9\u8DDD",name:["props","popupBg","bottomMargin"]}]},{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"}]}],Ro="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 wa=t=>{var e;if(!t||typeof t!="object")return null;const{mode:i,link:o,file:l,src:n}=t;switch(i){case 2:return o||null;case 3:return n||null;default:return l&&l.length>0?(e=l[0])===null||e===void 0?void 0:e.url:null}},Sa=t=>{var{content:e,btnText:i,style:o,icon:l,isPopup:n,isExternalLink:a,onClose:d,onClick:r,submitButtonStyle:v,contentStyle:s}=t,f=Ze(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=Me(),{jumpToWeb:m}=it(),S=typeof l=="string"?l:wa(l),A=()=>{var E,u,w;if(a){const b=h,T=(E=b?.video)===null||E===void 0?void 0:E.bindProduct,D=(w=(u=b?.video)===null||u===void 0?void 0:u.bindProduct)===null||w===void 0?void 0:w.bindCta,g=h?.index;m(b,T,D,g)}n||d?.(),r?.()};return p.createElement("div",Object.assign({className:`pb-prompt ${Ee(Object.assign({},o))}`},f),p.createElement("div",{className:"pb-prompt-icon"},p.createElement("img",{width:"100%",src:S??Ro,alt:"success image"})),p.createElement("div",{className:"pb-prompt-content",style:s,dangerouslySetInnerHTML:{__html:xe(e,s)}}),p.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:v,onClick:A,dangerouslySetInnerHTML:{__html:xe(i,v)}}))};var xa=_e(Sa);const Ta=ot(xa,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:ya,bindableProps:[],interactionRender:ba},defaulSetting:{props:{icon:Ro,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var Aa=[{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 Ea=t=>{var e,i,o,l,n,a,d,r,v,s,f,h,m,S,A,E,u,w,b,T,D,g,O,P,x,c,M,y,{style:I,isDefault:C,rec:R,viewTime:F,isPost:j,bottom_image:V,tipText:B,swiper:k,commodityStyles:N,buttonStyle:U,index:G,commodityGroup:K,popupBg:le,iframeIcon:oe,commodityImgRatio:ue,isTel:Le,iframeBgColor:ce}=t,W=Ze(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);Y(!0);const{sxpParameter:Z,popupCurTimeRef:ee,popupDetailData:te,isPreview:we,bffFbReport:Ce,checkCommodityIndexRef:ae}=Me(),{jumpToWeb:be,productView:Te}=it();Y(!1),Y(!1),Y(!0);const[Be,Oe]=Y(!1),Fe=fe(null),[He,Q]=Y(!1),[pe,ie]=Y((e=te?.multiCheckIndex)!==null&&e!==void 0?e:0),re=fe(),$=j?R:te;let L=j?$?.product:(o=(i=$?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&o!==void 0?o:(n=(l=$?.video)===null||l===void 0?void 0:l.bindProducts)===null||n===void 0?void 0:n[0],Ge=j?(a=$?.product)===null||a===void 0?void 0:a.bindCta:(v=(r=(d=$?.video)===null||d===void 0?void 0:d.bindProduct)===null||r===void 0?void 0:r.bindCta)!==null&&v!==void 0?v:(h=(f=(s=$?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const $e=j?G:te?.index;if(!j&&K?.open&&(!((m=$?.video)===null||m===void 0)&&m.bindProducts)&&((A=(S=$?.video)===null||S===void 0?void 0:S.bindProducts)===null||A===void 0?void 0:A.length)>0){ae.current=pe;const X=(E=$?.video)===null||E===void 0?void 0:E.bindProducts[pe];L=X,Ge=X?.bindCta}const Qe=()=>{L?.link&&(be($,L,Ge,$e),j||Te($,L,Ge,F||Fe.current,$e),window.location.href=window.getJointUtmLink(L.link))};ge(()=>{j||Ce?.({eventName:"ProductView"})},[j,Ce]),ge(()=>{const X=()=>{Fe.current=new Date};return X(),window.addEventListener("pageshow",X),()=>{window.removeEventListener("pageshow",X)}},[]);const pt=ve(()=>{var X,J,me,ke,je,We,Ye;const et=((X=N?.price)===null||X===void 0?void 0:X.enableFormattedPrice)===void 0||((J=N?.price)===null||J===void 0?void 0:J.enableFormattedPrice);return L?.currency&&L?.price?`${(je=(ke=(me=L?.currency)===null||me===void 0?void 0:me.split("-")[1])===null||ke===void 0?void 0:ke.toUpperCase())!==null&&je!==void 0?je:""}${et?(Ye=(We=L?.price)===null||We===void 0?void 0:We.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&Ye!==void 0?Ye:"":L?.price}`:"\xA3102,300.00"},[L?.price,L?.currency,(u=N?.price)===null||u===void 0?void 0:u.enableFormattedPrice]),nt=(we?375:(w=I?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=le?.horizontalMargin)!==null&&b!==void 0?b:0)*2,mt=ue?nt*(ue.h/ue.w):nt,ft=({isPost:X})=>p.createElement("div",{hidden:!!L&&(!L?.info||L?.info==="")},p.createElement(vi,{isPost:X,onClick:()=>Oe(!0),className:"pb-commondityDiroNew-info",style:N?.info,foldText:B?.foldText,unfoldText:B?.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`})),ht=ye(X=>X?.lineClamp?Object.assign(Object.assign({},X),{overflow:"hidden",WebkitLineClamp:X?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):X,[]),z=ye(X=>{ee.current=new Date,ie(X),ae.current=X,re?.current&&(re.current.swiper.slideTo(0),re.current.swiper.autoplay.start())},[]),H=ye(()=>{var X,J,me;if(!j)return p.createElement(Lo,{products:(X=$?.video)===null||X===void 0?void 0:X.bindProducts,data:K,defImg:(me=(J=Z?.bottom_image)!==null&&J!==void 0?J:V)!==null&&me!==void 0?me:"",style:{padding:"0 19px"},onCLick:z,popupDetailData:te,check:pe})},[pe]),Ie=ve(()=>{const X={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return X?.[k?.dotsAlign]},[k?.dotsAlign]),Pe=L?.remark;return p.createElement("div",{className:"pb-commondityDiroNew"},p.createElement("div",Object.assign({className:Ee(Object.assign(Object.assign({},I),{transform:"translate3d(0px, 0px, 0px)"}))},W),p.createElement("div",{style:{position:"relative"}},L&&((T=L?.homePage)===null||T===void 0?void 0:T.length)>0&&p.createElement(Ft,{height:mt,modules:[ri,si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Ie},loop:!0,autoplay:{delay:k?.delay*1e3},ref:re,className:Ee(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 p.createElement(It,{key:X},p.createElement("div",{style:{overflow:"hidden",width:nt,height:mt}},p.createElement(st,{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:V})))})),!(!((O=L?.homePage)===null||O===void 0)&&O.length)&&p.createElement("div",{className:Ee({height:mt,width:nt})},p.createElement("img",{className:Ee({objectFit:"cover",width:"100%",height:"100%"}),src:(P=Z?.bottom_image)!==null&&P!==void 0?P:V,alt:"pdp image"})),(Pe||!L)&&oe&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>Q(!0)},p.createElement("img",{src:oe,alt:"3d",width:"72px"}))),H(),p.createElement("div",{className:"pb-commondityDiroNew-content"},p.createElement("div",{className:"pb-commondityDiroNew-content-top"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:ht(N?.title),dangerouslySetInnerHTML:{__html:xe((x=L?.title)!==null&&x!==void 0?x:"Large Dior Toujours BagLarge",N?.title)}}),p.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!L&&(!L?.collection||L?.collection===""),style:ht(N?.collection),dangerouslySetInnerHTML:{__html:xe(L?.collection||"Black Macrocannage CalfskinLarge",N?.collection)}})),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.price,style:ht(N?.price),dangerouslySetInnerHTML:{__html:xe(pt,N?.price)}}),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!L&&!L?.taxInfo,style:ht(N?.taxInfo),dangerouslySetInnerHTML:{__html:xe((c=L?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",N?.taxInfo)}}))),(!L||L?.link)&&p.createElement("button",{"aria-label":(M=Ge?.enTitle)!==null&&M!==void 0?M:"Shop now",onClick:Qe,className:"pb-commondityDiroNew-btn",style:U},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((y=Ge?.enTitle)!==null&&y!==void 0?y:"Shop now",U)}})),ft({isPost:j}))),p.createElement(Ht,{visible:Be,onClose:()=>Oe(!1)},p.createElement("div",{style:{paddingTop:"20px"}},ft({isPost:!1}))),p.createElement(Ht,{visible:He,padding:0,isFullScreen:!0,onClose:()=>Q(!1)},p.createElement("div",{style:{backgroundColor:ce,height:"100%"}},p.createElement("iframe",{src:Pe,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Ia=_e(Ea),Ca=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ka=ot(Ia,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:Aa,interactionRender:Ca},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 _a=[{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 Bo(t){const e=fe(null),[i,o]=Y(!1);return ge(()=>{e.current=new IntersectionObserver(([l])=>{o(l.isIntersecting)})},[]),ge(()=>{var l;return t?.current&&((l=e?.current)===null||l===void 0||l.observe(t?.current)),()=>{var n;(n=e?.current)===null||n===void 0||n.disconnect()}},[t]),i}const Pa=({src:t,rec:e,item:i,index:o,style:l,translateY:n,imgStyle:a,enableEventReport:d=!0})=>{const r=fe(null),v=Bo(r),{ctaEvent:s}=Me();return ge(()=>{v&&t&&r?.current&&d&&s?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,o)},[v,t,r,e,s,i,o,d]),ve(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),p.createElement("div",{className:Ee(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},a))},p.createElement("div",{ref:r,hidden:!t,className:Ee({width:"100%",height:"100%"})},p.createElement(st,{className:Ee(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${n?n+50:50}%`},l)),src:t})))};var _t=_e(Pa);const Da=t=>{var e,i,o,{style:l,isDefault:n,rec:a,viewTime:d,isPost:r,bottom_image:v,commodityStyles:s,buttonStyle:f,translateY:h=0,commodityPicture:m,isExternalLink:S,onClick:A}=t,E=Ze(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:u,popupDetailData:w,setPopupDetailData:b,ctaEvent:T}=Me(),{jumpToWeb:D}=it(),{popup:g}=Tt(),O=r?a:w,P=(i=(e=O?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],x=w?.index,c=ye(y=>{var I,C,R,F,j,V,B;const k=((I=s?.price)===null||I===void 0?void 0:I.enableFormattedPrice)===void 0||((C=s?.price)===null||C===void 0?void 0:C.enableFormattedPrice);return y?.currency&&y?.price?`${(j=(F=(R=y?.currency)===null||R===void 0?void 0:R.split("-")[1])===null||F===void 0?void 0:F.toUpperCase())!==null&&j!==void 0?j:""}${k?(B=(V=y?.price)===null||V===void 0?void 0:V.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&B!==void 0?B:"":y?.price}`:`$${k?7e3.toLocaleString():7e3}`},[(o=s?.price)===null||o===void 0?void 0:o.enableFormattedPrice]),M=Wt((y,I)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},O,y,x),b?.(Object.assign(Object.assign({},O),{video:Object.assign(Object.assign({},O?.video),{bindProduct:y}),index:x,multiCheckIndex:I})),S?y?.link&&(D(O,y,y.bindCta,x),window.location.href=window.getJointUtmLink(y.link)):A?.()},g?.duration);return p.createElement("div",{className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},P?.map((y,I)=>{var C,R,F,j,V,B,k,N,U,G;return p.createElement(p.Fragment,null,O&&!y?.bindCta?null:p.createElement("div",Object.assign({key:I},E,{className:Ee({display:"flex"}),onClick:()=>M(y,I)}),p.createElement(_t,{src:(j=(F=(C=y?.cover)!==null&&C!==void 0?C:(R=y?.homePage)===null||R===void 0?void 0:R[0])!==null&&F!==void 0?F:u?.bottom_image)!==null&&j!==void 0?j:v,rec:O,item:y,index:I,translateY:h,imgStyle:m,enableEventReport:!1}),p.createElement("div",{style:{width:`calc(100% - ${(V=m?.width)!==null&&V!==void 0?V:0}px - ${(B=m?.marginRight)!==null&&B!==void 0?B:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},p.createElement("div",null,p.createElement("div",{className:"one-line-ellipsis",style:s?.title,hidden:!!y&&!y?.title,dangerouslySetInnerHTML:{__html:xe((k=y?.title)!==null&&k!==void 0?k:"Pendant in Yellow Gold with Diamonds, Medium",s?.title)}}),p.createElement("div",{className:"two-line-ellipsis",style:s?.collection,hidden:!!y&&(!y?.collection||y?.collection===""),dangerouslySetInnerHTML:{__html:xe((N=y?.collection)!==null&&N!==void 0?N:"Tiffany Lock",s?.collection)}})),p.createElement("div",{className:Ee({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{style:s?.price,hidden:!!y&&!y?.price,dangerouslySetInnerHTML:{__html:xe(c(y),s?.price)}})),p.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:xe((G=(U=y?.bindCta)===null||U===void 0?void 0:U.enTitle)!==null&&G!==void 0?G:"Shop Now",f)}})))))}))};var Oa=_e(Da),Ma=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const La=ot(Oa,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:_a,interactionRender:Ma},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 Ra=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const Ba=t=>{var e,i,{content:o,btnText:l,style:n,icon:a,isPopup:d,isExternalLink:r,onClose:v,onClick:s,submitButtonStyle:f,contentStyle:h,isTel:m}=t,S=Ze(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:A}=Me(),E=(i=(e=A?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return p.createElement("div",Object.assign({className:`${Ee(Object.assign({},n))}`},S),p.createElement("iframe",{src:E,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var Na=_e(Ba);const Fa=ot(Na,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:Ra,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var yt=[{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"]}]}],ja=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Va=t=>{var{rec:e,children:i,className:o,onClick:l,style:n,isExternalLink:a=!1,index:d,jumpLink:r}=t;Ze(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const v=fe(null),{popup:s}=Tt(),{setPopupDetailData:f,ctaEvent:h}=Me(),{jumpToWeb:m}=it(),S=Wt(()=>{var A,E,u,w,b,T,D,g;const O=(E=(A=e?.video)===null||A===void 0?void 0:A.bindProduct)!==null&&E!==void 0?E:e?.video;if(h?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},e,O,d),f?.(Object.assign(Object.assign({},e),{index:d})),a){if(r||!((w=(u=e?.video)===null||u===void 0?void 0:u.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,d),window.location.href=window.getJointUtmLink(r||((g=(D=e?.video)===null||D===void 0?void 0:D.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else l?.()},s?.duration);return p.createElement("div",{ref:v,className:o,style:n,onClick:S},i)};var Zt=_e(Va),za={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const Ha=t=>{var e,i,o,l,n,a,d,r,v,s,f,{content:h,style:m,bgImg:S,recData:A,bottom_image:E,ctaTempStyles:u,isExternalLink:w,translateY:b=0,index:T}=t,D=Ze(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Me(),O=(e=A?.video)===null||e===void 0?void 0:e.bindProduct,P=(n=(l=(i=O?.cover)!==null&&i!==void 0?i:(o=O?.homePage)===null||o===void 0?void 0:o[0])!==null&&l!==void 0?l:g?.bottom_image)!==null&&n!==void 0?n:E;return p.createElement(Zt,Object.assign({isExternalLink:w,rec:A,className:Ee(Object.assign({},m)),style:{display:"flex"},index:T},D),p.createElement(_t,{src:P,rec:A,item:(d=(a=A?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&d!==void 0?d:A?.video,index:T,translateY:b,imgStyle:u?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:za["tow-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((r=O?.title)!==null&&r!==void 0?r:"Product Name",u?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((v=u?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((f=(s=O?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&f!==void 0?f:"Shop Now",u?.ctaTitle)}})))};var Ga=_e(Ha);const Ua=ot(Ga,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:ja,bindableProps:[],settingRender:yt},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 Wa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Ya=t=>{var e,i,o,l,n,a,{content:d,style:r,bgImg:v,recData:s,bottom_image:f,ctaTempStyles:h,isExternalLink:m,index:S}=t,A=Ze(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:E}=Me(),u=(e=s?.video)===null||e===void 0?void 0:e.bindCta,w=(o=(i=u?.icon)!==null&&i!==void 0?i:E?.bottom_image)!==null&&o!==void 0?o:f;return p.createElement(Zt,Object.assign({isExternalLink:m,rec:s,className:Ee(Object.assign({alignItems:"center"},r)),style:{display:"flex"},index:S},A),p.createElement(_t,{src:w,rec:s,item:(n=(l=s?.video)===null||l===void 0?void 0:l.bindProduct)!==null&&n!==void 0?n:s?.video,index:S,imgStyle:h?.img}),p.createElement("div",{className:Ee(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((a=u?.enTitle)!==null&&a!==void 0?a:"Product Name",h?.ctaTitle)}}))};var Xa=_e(Ya);const Ja=ot(Xa,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:Wa,settingRender:yt?.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 qa=[{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"}]}],No={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Ka=t=>{var e,i,o,l,n,a,d,r,v,{content:s,style:f,bgImg:h,recData:m,bottom_image:S,ctaTempStyles:A,index:E,customTitle:u}=t,w=Ze(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:b,bffEventReport:T}=Me();it();const D=(e=m?.video)===null||e===void 0?void 0:e.bindCta;(i=m?.video)===null||i===void 0||i.bindProduct;const g=(l=(o=D?.icon)!==null&&o!==void 0?o:b?.bottom_image)!==null&&l!==void 0?l:S;return p.createElement(Zt,Object.assign({index:E,rec:m,className:Ee(Object.assign({alignItems:"center"},f)),style:{display:"flex"}},w,{jumpLink:(n=D?.link)!==null&&n!==void 0?n:""}),p.createElement(_t,{src:g,rec:m,item:(d=(a=m?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&d!==void 0?d:m?.video,index:E,imgStyle:A?.img}),p.createElement("div",{className:Ee({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{className:No["tow-line-ellipsis"],style:A?.ctaTitle,dangerouslySetInnerHTML:{__html:xe((r=D?.enTitle)!==null&&r!==void 0?r:"Product Name",A?.ctaTitle)}}),u?.display&&p.createElement("div",{style:Object.assign(Object.assign({},u?.style),{lineHeight:((v=u?.style)===null||v===void 0?void 0:v.height)+"px"}),className:No["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:xe(u?.text,u?.style)}}))))};var Za=_e(Ka),Qa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Bi;const $a=ot(Za,{displayName:"\u8DF3\u8F6C\u6307\u5F15",icon:"",category:"template",type:"Link",related:{settingRender:(Bi=yt?.filter(t=>t.type!=="commodityTitle"))===null||Bi===void 0?void 0:Bi.concat(qa),bindableProps:[],interactionRender:Qa},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 ed=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],td={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const id=t=>{var e,i,o,l,n,a,d,r,v,s,f,{content:h,style:m,bgImg:S,recData:A,bottom_image:E,ctaTempStyles:u,isExternalLink:w,translateY:b=0,index:T}=t,D=Ze(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Me(),O=(e=A?.video)===null||e===void 0?void 0:e.bindProduct,P=(n=(l=(i=O?.cover)!==null&&i!==void 0?i:(o=O?.homePage)===null||o===void 0?void 0:o[0])!==null&&l!==void 0?l:g?.bottom_image)!==null&&n!==void 0?n:E;return p.createElement(Zt,Object.assign({isExternalLink:w,rec:A,className:Ee(Object.assign({},m)),style:{display:"flex"},index:T},D),p.createElement(_t,{src:P,rec:A,item:(d=(a=A?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&d!==void 0?d:A?.video,index:T,translateY:b,imgStyle:u?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:td["tow-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((r=O?.title)!==null&&r!==void 0?r:"Product Name",u?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((v=u?.ctaTitle)===null||v===void 0?void 0:v.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((f=(s=O?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&f!==void 0?f:"Shop Now",u?.ctaTitle)}})))};var od=_e(id);const nd=ot(od,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:ed,settingRender:yt,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 ld=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ad={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const dd=t=>{var e,i,o,l,n,a,d,r,v,s,{content:f,style:h,bgImg:m,recData:S,bottom_image:A,ctaTempStyles:E,isExternalLink:u,translateY:w=0,index:b}=t,T=Ze(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:D}=Me(),g=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,O=(n=(l=(i=g?.cover)!==null&&i!==void 0?i:(o=g?.homePage)===null||o===void 0?void 0:o[0])!==null&&l!==void 0?l:D?.bottom_image)!==null&&n!==void 0?n:A;return p.createElement(Zt,Object.assign({isExternalLink:u,rec:S,className:Ee(Object.assign({},h)),style:{display:"flex"},index:b},T),p.createElement(_t,{src:O,rec:S,item:(d=(a=S?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&d!==void 0?d:S?.video,index:b,translateY:w,imgStyle:E?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},p.createElement("div",{className:ad["tow-line-ellipsis"],style:E?.title,dangerouslySetInnerHTML:{__html:xe((r=g?.title)!==null&&r!==void 0?r:"Product Name",E?.title)}}),p.createElement("div",{className:Ee(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},E?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((s=(v=g?.bindCta)===null||v===void 0?void 0:v.enTitle)!==null&&s!==void 0?s:"Shop Now",E?.ctaTitle)}})))};var rd=_e(dd);const sd=ot(rd,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:ld,bindableProps:[],settingRender:yt},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 cd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],ud={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const vd=t=>{var e,i,{content:o,style:l,bgImg:n,recData:a,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:s,index:f,translateY:h=0}=t,m=Ze(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:A,sxpParameter:E}=Me(),{popup:u}=Tt(),{jumpToWeb:w}=it(),[b,T]=Y((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),D=Wt((g,O)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),A?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),s?g?.link&&(w(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},u?.duration);return p.createElement(Kt,{isPadding:!!a},b?.map((g,O)=>{var P,x,c,M,y,I,C,R;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(It,Object.assign({key:O,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,O)}),p.createElement(_t,{src:(M=(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:E?.bottom_image)!==null&&M!==void 0?M:r,rec:a,item:g,index:O,translateY:h,imgStyle:v?.img}),p.createElement("div",{className:Ee({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:ud["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((I=v?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((R=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&R!==void 0?R:"Shop Now",v?.ctaTitle)}}))))}))};var pd=_e(vd);const md=ot(pd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:cd,bindableProps:[],settingRender:yt},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 fd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],hd={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const gd=t=>{var e,i,{content:o,style:l,bgImg:n,recData:a,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:s,index:f,translateY:h=0}=t,m=Ze(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:S}=Me(),{ctaEvent:A,setPopupDetailData:E}=Me(),{popup:u}=Tt(),[w,b]=Y((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:T}=it(),D=Wt((g,O)=>{A?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),E?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),s?g?.link&&(T(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},u?.duration);return p.createElement(Kt,{isPadding:!!a},w?.map((g,O)=>{var P,x,c,M,y,I,C,R;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(It,Object.assign({key:O,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,O)}),p.createElement(_t,{src:(M=(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&&M!==void 0?M:r,rec:a,item:g,index:O,translateY:h,imgStyle:v?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:hd["two-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((I=v?.ctaTitle)===null||I===void 0?void 0:I.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((R=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&R!==void 0?R:"Shop Now",v?.ctaTitle)}}))))}))};var bd=_e(gd);const yd=ot(bd,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:fd,settingRender:yt,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 wd=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Sd={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const xd=t=>{var e,i,{content:o,style:l,bgImg:n,recData:a,onClick:d,bottom_image:r,ctaTempStyles:v,isExternalLink:s,index:f,translateY:h=0}=t,m=Ze(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:S,setPopupDetailData:A,sxpParameter:E}=Me(),{popup:u}=Tt(),{jumpToWeb:w}=it(),[b,T]=Y((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),D=Wt((g,O)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),A?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:O})),s?g?.link&&(w(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):d?.()},u?.duration);return p.createElement(Kt,{isPadding:!!a},b?.map((g,O)=>{var P,x,c,M,y,I,C;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(It,Object.assign({key:O,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>D(g,O)}),p.createElement(_t,{src:(M=(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:E?.bottom_image)!==null&&M!==void 0?M:r,rec:a,item:g,index:O,translateY:h,imgStyle:v?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},p.createElement("div",{className:Sd["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((y=g?.title)!==null&&y!==void 0?y:"Product Name",v?.title)}}),p.createElement("div",{className:Ee(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((C=(I=g?.bindCta)===null||I===void 0?void 0:I.enTitle)!==null&&C!==void 0?C:"Shop Now",v?.ctaTitle)}}))))}))};var Td=_e(xd);const Ad=ot(Td,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:wd,bindableProps:[],settingRender:yt},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 Ed=[{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 Id=({icon:t,styles:e,textStyle:i,onClose:o})=>{var l;const{waterFallData:n,setOpenHashtag:a}=Me();return p.createElement("div",{className:"clc-sxp-nav",style:e},p.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:o}),p.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:xe(`#${(l=n?.hashTag)!==null&&l!==void 0?l:"\u6807\u9898"}`,i)}}))};var Fo=_e(Id),Cd=null,kd="3d989325-e7d6-4a74-8a97-98febdf5b567",_d=null,Pd=null,Dd={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"},Od=[{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}],Md="Handbags",jo={productUserId:Cd,requestId:kd,channel:_d,rtc:Pd,tag:Dd,recList:Od,hashTag:Md};const Ld=t=>{var e;const{rec:i,style:o={},sizeChange:l=()=>{},unitWidth:n,index:a,showBorder:d,list:r,reportTagsView:v,textStyles:s,space:f}=t,{swiperRef:h,setRtcList:m,setOpenHashtag:S,sxpParameter:A}=Me(),[E,u]=Y(!1);Y(!1),Y({height:1,width:1});const w=fe(null),b=fe(null);fe(null),fe(null);const[T,D]=Y(""),g=ve(()=>{var I,C,R,F,j,V,B,k,N,U;return!((I=i?.video)===null||I===void 0)&&I.cover?(C=i?.video)===null||C===void 0?void 0:C.cover:!((F=(R=i?.video)===null||R===void 0?void 0:R.imgUrls)===null||F===void 0)&&F.length?(V=(j=i?.video)===null||j===void 0?void 0:j.imgUrls)===null||V===void 0?void 0:V[0]:!((k=(B=i?.product)===null||B===void 0?void 0:B.homePage)===null||k===void 0)&&k.length?(U=(N=i?.product)===null||N===void 0?void 0:N.homePage)===null||U===void 0?void 0:U[0]:A?.bottom_image||""},[i,A?.bottom_image]),O=ve(()=>{var I,C;return((I=i?.product)===null||I===void 0?void 0:I.title)||((C=i?.video)===null||C===void 0?void 0:C.title)||null},[i]),P=ve(()=>{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]);ve(()=>P===void 0?!1:P<=d,[P,d]);const x=ve(()=>{var I,C,R,F,j,V,B,k,N,U,G,K;const le=((I=s?.price)===null||I===void 0?void 0:I.enableFormattedPrice)===void 0||((C=s?.price)===null||C===void 0?void 0:C.enableFormattedPrice);return!((R=i?.product)===null||R===void 0)&&R.currency&&(!((F=i?.product)===null||F===void 0)&&F.price)?`${(k=(B=(V=(j=i?.product)===null||j===void 0?void 0:j.currency)===null||V===void 0?void 0:V.split("-")[1])===null||B===void 0?void 0:B.toUpperCase())!==null&&k!==void 0?k:""}${le?(G=(U=(N=i?.product)===null||N===void 0?void 0:N.price)===null||U===void 0?void 0:U.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&G!==void 0?G:"":(K=i?.product)===null||K===void 0?void 0:K.price}`:null},[i,(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);ge(()=>{if(w.current===null||g==="")return;let I=null;E&&T?I=T:I=g,I&&w.current.setSrc(I)},[g,E,T]);const c=fe(),M=ye(I=>{setTimeout(()=>{var C;const R=(C=c?.current)===null||C===void 0?void 0:C.offsetHeight;l(R+56+f,a)},0)},[f,l,a,n,c]),y=()=>{v(),m?.(r),setTimeout(()=>{var I;(I=h?.current)===null||I===void 0||I.swiper.slideTo(a,0,!1),S?.(!1)},0)};return p.createElement("div",{ref:b,style:Object.assign({},o),className:"waterFallList-content-listItem",key:a,onClick:y},p.createElement("div",{className:"waterFallList-content-listItem-picture",ref:c},p.createElement(st,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:M,ref:w})),p.createElement("div",{className:"waterFallList-content-listItem-info"},p.createElement("div",{className:`waterFallList-content-listItem-info-title ${x?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},s?.title),dangerouslySetInnerHTML:{__html:xe(O,s?.title)}}),p.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!x,style:s.price,dangerouslySetInnerHTML:{__html:xe(x,s?.price)}})))};function Rd(t){var e,i,o,l,n,a,d,r,v,s,f,h,m,S,A,E,u,w,b,T,D,g,{reportTagsView:O,showBanner:P}=t,x=Ze(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:M,hashTagSize:y,loadingImage:I,isOpenHashTag:C,cacheActiveIndex:R}=Me(),{jumpToWeb:F}=it(),j=fe(null),[V,B]=Y(0),[k,N]=Y(),U=fe(null),[G,K]=Y([]),le=fe(),oe=[170,230,300],[ue,Le]=Y(!1),[ce,W]=Y([]),Z=fe(),ee=ye((Q,pe)=>Math.floor(Math.random()*(pe-Q+1))+Q,[]),te=fe([]),[we,Ce]=Y({width:0}),ae=ve(()=>{const Q=we.width||0;return Q>=1200?6:Q>=768&&Q<=1199?4:2},[we]),be=ve(()=>we.width/ae-2,[ae,we]),Te=ye(()=>{var Q;const pe=(Q=le.current)!==null&&Q!==void 0?Q:[],ie=[];for(let re=0;re<ce?.length;re++){const $=Math.floor(re/ae),L=re%ae+1;let Ge=0,$e=9999999999;if($===0)ie[re]=re;else{for(let Qe=0;Qe<ie.length;Qe++)te.current[ie[Qe]].top+te.current[ie[Qe]].height<$e&&(Ge=Qe,$e=te.current[ie[Qe]].top+te.current[ie[Qe]].height);ie[Ge]=re}te.current[re]===void 0&&(te.current[re]={}),$===0?(L===1?te.current[re].left=0:te.current[re].left=te.current[re-1].left+be+4,te.current[re].top=0):(te.current[re].left=te.current[Ge].left,te.current[re].top=$e),te.current[re].height=te.current[re].height||oe[ee(0,2)],pe[re]={transform:`translate(${te.current[re].left}px,${te.current[re].top}px)`,width:`${be}px`,height:te.current[re].height}}return K([...pe]),[...pe]},[be,ae,oe,ee,ce]),Be=ye((Q,pe)=>{te.current[pe]===void 0&&(te.current[pe]={}),te.current[pe].height=Q,le.current=Te()},[Te]);ge(()=>{le.current=Te()},[be,ae,ce]),ge(()=>{var Q,pe;if(Le(!0),c&&M?.({hashTag:c?.hashTag,defaultSize:y,maxSize:y}).then(ie=>{var re,$;N(ie),W(($=(re=ie?.recList)===null||re===void 0?void 0:re.filter(L=>L?.video!==null||L?.product!==null))!==null&&$!==void 0?$:[]),Le(!1)}),C){const ie=jo;N(ie),W((pe=(Q=ie?.recList)===null||Q===void 0?void 0:Q.filter(re=>re?.video!==null||re?.product!==null))!==null&&pe!==void 0?pe:[]),Le(!1)}},[c,M,y,C]);const Oe=ye(()=>{U.current!==null&&Ce({width:U.current.getBoundingClientRect().width})},[]);ge(()=>{if(U.current===null)return;const Q=new ResizeObserver(pe=>{Oe()});return Q.observe(U.current),()=>{Q.disconnect()}},[Oe]),ye(()=>{Le(!0),c&&M?.({hashTag:c?.hashTag}).then(Q=>{var pe,ie;W(ce?.concat((ie=(pe=Q?.recList)===null||pe===void 0?void 0:pe.filter(re=>!re?.video))!==null&&ie!==void 0?ie:[])),Le(!1)})},[c,M,ce]);const Fe=ye(()=>{B(j.current.scrollTop)},[]);ge(()=>{var Q;return(Q=j?.current)===null||Q===void 0||Q.addEventListener("scroll",Fe),()=>{var pe;(pe=j?.current)===null||pe===void 0||pe.removeEventListener("scroll",Fe)}},[Fe,j]);const He=()=>{var Q,pe,ie,re,$;if(!((Q=k?.tag)===null||Q===void 0)&&Q.link){O();const L=c?.rec;F(L,(pe=L?.video)===null||pe===void 0?void 0:pe.bindProduct,(ie=L?.video)===null||ie===void 0?void 0:ie.bindCta,R,(re=L?.video)===null||re===void 0?void 0:re.traceInfo),window.location.href=window.getJointUtmLink(($=k?.tag)===null||$===void 0?void 0:$.link)}};return p.createElement(p.Fragment,null,ue?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:I,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"waterFallList",ref:U},p.createElement("div",{className:"waterFallList-scroll",ref:j},P&&((e=k?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:He},p.createElement(st,{className:Ee({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=k?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"waterFallList-info",style:(o=x?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=k?.tag)===null||l===void 0?void 0:l.info,(n=x?.textStyles)===null||n===void 0?void 0:n.hashTagDesc)}}),p.createElement("div",{hidden:!(!((a=k?.tag)===null||a===void 0)&&a.link),className:"waterFallList-collection",style:Object.assign({},(d=x?.textStyles)===null||d===void 0?void 0:d.hashTagLink),onClick:He,dangerouslySetInnerHTML:{__html:xe(((r=k?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=x?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),p.createElement("div",{className:"waterFallList-content"},ce?.map((Q,pe)=>{var ie;return p.createElement(Ld,Object.assign({key:pe,index:pe,rec:Q,list:ce,showBorder:V+((ie=j?.current)===null||ie===void 0?void 0:ie.clientHeight),style:G[pe],sizeChange:Be,unitWidth:be,reportTagsView:O},x))}),p.createElement("div",{hidden:!(!((s=k?.tag)===null||s===void 0)&&s.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(A=((h=te?.current[((f=te?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((S=te?.current[((m=te?.current)===null||m===void 0?void 0:m.length)-1])===null||S===void 0?void 0:S.height))!==null&&A!==void 0?A:0}px)`,height:!((E=k?.tag)===null||E===void 0)&&E.link?((u=Z?.current)===null||u===void 0?void 0:u.offsetHeight)||((w=x?.buttonBgStyle)===null||w===void 0?void 0:w.height)||"100px":0}}))),p.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=k?.tag)===null||b===void 0)&&b.link),style:x?.buttonBgStyle}),p.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"})},p.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:He,dangerouslySetInnerHTML:{__html:xe(((g=k?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",x?.buttonStyle)}}))))}var Bd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const Nd=t=>{var e;const{rec:i,index:o,list:l,reportTagsView:n,textStyles:a,space:d}=t,{swiperRef:r,setRtcList:v,setOpenHashtag:s,sxpParameter:f}=Me(),[h,m]=Y(!1),S=fe(null),A=fe(null),E=fe(null),u=fe(null),[w,b]=Y(""),T=ve(()=>{var x,c,M,y,I,C,R,F,j,V;return!((x=i?.video)===null||x===void 0)&&x.cover?(c=i?.video)===null||c===void 0?void 0:c.cover:!((y=(M=i?.video)===null||M===void 0?void 0:M.imgUrls)===null||y===void 0)&&y.length?(C=(I=i?.video)===null||I===void 0?void 0:I.imgUrls)===null||C===void 0?void 0:C[0]:!((F=(R=i?.product)===null||R===void 0?void 0:R.homePage)===null||F===void 0)&&F.length?(V=(j=i?.product)===null||j===void 0?void 0:j.homePage)===null||V===void 0?void 0:V[0]:f?.bottom_image||""},[i,f?.bottom_image]),D=ve(()=>{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=ve(()=>{var x,c,M,y,I,C,R,F,j,V,B,k;const N=((x=a?.price)===null||x===void 0?void 0:x.enableFormattedPrice)===void 0||((c=a?.price)===null||c===void 0?void 0:c.enableFormattedPrice);return!((M=i?.product)===null||M===void 0)&&M.currency&&(!((y=i?.product)===null||y===void 0)&&y.price)?`${(F=(R=(C=(I=i?.product)===null||I===void 0?void 0:I.currency)===null||C===void 0?void 0:C.split("-")[1])===null||R===void 0?void 0:R.toUpperCase())!==null&&F!==void 0?F:""}${N?(B=(V=(j=i?.product)===null||j===void 0?void 0:j.price)===null||V===void 0?void 0:V.toLocaleString("zh",{minimumFractionDigits:0}))!==null&&B!==void 0?B:"":(k=i?.product)===null||k===void 0?void 0:k.price}`:null},[i,(e=a?.price)===null||e===void 0?void 0:e.enableFormattedPrice]);ge(()=>{const x=new IntersectionObserver(c=>{c.forEach(M=>{if(M.isIntersecting){if(A.current===null||T==="")return;h&&w?S.current.setSrc(w):S.current.setSrc(T),x.unobserve(A.current)}})});return x.observe(A.current),()=>{x.disconnect()}},[T,h,w]);const O=(x,c,M)=>{const y=x/c;return M/y};ge(()=>{const x=E?.current;x===null||T===""||!h||(x.src=T,x.currentTime=1,x.crossOrigin="anonymous",x.onloadeddata=()=>{const c=u?.current;if(!c)return;const M=c.getContext("2d"),y=window?.innerWidth/2,I=O(x.videoWidth,x.videoHeight,y);c.height=I,c.width=y,M?.drawImage(x,0,0,c.width,c.height),b(c.toDataURL()),x.remove(),c.remove()})},[T,h]);const P=()=>{n(),v?.(l),setTimeout(()=>{var x;(x=r?.current)===null||x===void 0||x.swiper.slideTo(o,0,!1),s?.(!1)},0)};return p.createElement("div",{ref:A,className:"list-content-listItem",key:o,onClick:P,style:{marginBottom:d}},p.createElement("div",{className:"list-content-listItem-picture"},h&&p.createElement("div",{style:{display:"none"}},p.createElement("video",{ref:E,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),p.createElement("canvas",{ref:u})),p.createElement(st,{loading:"lazy",className:"list-content-listItem-picture-img",ref:S})),p.createElement("div",{className:"list-content-listItem-info"},p.createElement("div",{className:`list-content-listItem-info-title ${g?"list-content-listItem-info-nowrap":""}`,style:a?.title,dangerouslySetInnerHTML:{__html:xe(D,a?.title)}}),p.createElement("div",{className:"list-content-listItem-info-price",style:a?.price,hidden:!g,dangerouslySetInnerHTML:{__html:xe(g,a?.price)}})))};function Fd(t){var e,i,o,l,n,a,d,r,v,s,f,h,m,S,A,E,u,{reportTagsView:w,showBanner:b}=t,T=Ze(t,["reportTagsView","showBanner"]);const{waterFallData:D,getRecommendVideos:g,hashTagSize:O,loadingImage:P,isOpenHashTag:x,cacheActiveIndex:c}=Me(),{jumpToWeb:M}=it(),[y,I]=Y(),[C,R]=Y(),[F,j]=Y(!1),V=fe(null),[B,k]=Y(!1);ye(()=>{B||(k(!0),D&&g?.({hashTag:D?.hashTag}).then(U=>{var G;I(y?.concat((G=U?.recList)!==null&&G!==void 0?G:[])),k(!1)}))},[D,g,y,B]),ge(()=>{var U,G;if(j(!0),D&&g?.({hashTag:D?.hashTag,defaultSize:O,maxSize:O}).then(K=>{var le,oe;R(K),I((oe=(le=K?.recList)===null||le===void 0?void 0:le.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&oe!==void 0?oe:[]),j(!1)}),x){const K=jo;R(K),I((G=(U=K?.recList)===null||U===void 0?void 0:U.filter(le=>le?.video!==null||le?.product!==null))!==null&&G!==void 0?G:[]),j(!1)}},[D,g,O,x]);const N=()=>{var U,G,K,le,oe;if(!((U=C?.tag)===null||U===void 0)&&U.link){w();const ue=D?.rec;M(ue,(G=ue?.video)===null||G===void 0?void 0:G.bindProduct,(K=ue?.video)===null||K===void 0?void 0:K.bindCta,c,(le=ue?.video)===null||le===void 0?void 0:le.traceInfo),window.location.href=window.getJointUtmLink((oe=C?.tag)===null||oe===void 0?void 0:oe.link)}};return p.createElement(p.Fragment,null,F?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:P,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"list"},p.createElement("div",{className:"list-scroll",ref:V},b&&((e=C?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:N},p.createElement(st,{className:Ee({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=C?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"list-info",style:(o=T?.textStyles)===null||o===void 0?void 0:o.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=C?.tag)===null||l===void 0?void 0:l.info,(n=T?.textStyles)===null||n===void 0?void 0:n.hashTagDesc)}}),p.createElement("div",{hidden:!(!((a=C?.tag)===null||a===void 0)&&a.link),className:"list-collection",onClick:N,style:Object.assign(Object.assign({},(d=T?.textStyles)===null||d===void 0?void 0:d.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:xe(((r=C?.tag)===null||r===void 0?void 0:r.linkTitle)||"Shop the collection",(v=T?.textStyles)===null||v===void 0?void 0:v.hashTagLink)}}),p.createElement("div",{className:"list-content"},y?.map((U,G)=>p.createElement(Nd,Object.assign({key:G,index:G,rec:U,list:y,reportTagsView:w},T)))),p.createElement("div",{hidden:!B,style:{textAlign:"center"}},"loading..."),p.createElement("div",{hidden:!(!((s=C?.tag)===null||s===void 0)&&s.link),style:{height:!((f=C?.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}})),p.createElement("div",{className:"list-bottom",hidden:!(!((S=C?.tag)===null||S===void 0)&&S.link),style:T?.buttonBgStyle}),p.createElement("div",{hidden:!(!((A=C?.tag)===null||A===void 0)&&A.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},p.createElement("button",{"aria-label":((E=C?.tag)===null||E===void 0?void 0:E.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:N,dangerouslySetInnerHTML:{__html:xe(((u=C?.tag)===null||u===void 0?void 0:u.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const jd=t=>{var e;const{waterFallData:i,setOpenHashtag:o,openHashtag:l,swiperRef:n,setWaterFallData:a,cacheRtcList:d,setRtcList:r,cacheActiveIndex:v,rtcList:s,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:m,bffEventReport:S,themeTag:A,selectTag:E}=Me(),{backMainFeed:u}=it();fe(null);const w=fe(null),[b,T]=Y();ge(()=>{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;u("branch",E,void 0,i?.hashTag),P(),a?.(void 0),h?.(!1),(c=(x=n?.current)===null||x===void 0?void 0:x.swiper)===null||c===void 0||c.slideTo(v,0,!1),o?.(!1)},[g,O]=Y();ge(()=>{i&&O(i)},[i]);const P=ye(()=>{var x,c,M,y,I,C;const R=g?.rec;if(!R)return;let F="";m?F="hashTagPage":!((x=R?.video)===null||x===void 0)&&x.url?F="videoPage":!((M=(c=R?.video)===null||c===void 0?void 0:c.imgUrls)===null||M===void 0)&&M.length&&(F="imagePage"),S?.({eventInfo:{contentId:(y=R?.video)===null||y===void 0?void 0:y.itemId,position:v+"",contentTags:JSON.stringify((I=R?.video)===null||I===void 0?void 0:I.tags),traceInfo:(C=R?.video)===null||C===void 0?void 0:C.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:F,fromKPage:location?.href,timeOnSite:Math.floor((new Date-b)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,S,b,m,v]);return ge(()=>{l&&T(new Date)},[l]),ge(()=>{const x=()=>{T(new Date)};return window.addEventListener("pageshow",x),()=>{window.removeEventListener("pageshow",x)}},[]),w.current?Wi.createPortal(p.createElement("div",{className:"waterfall",style:{display:l?"block":"none"}},p.createElement(Fo,{icon:Bd,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:D}),t?.openFixedSize===!0||t?.openFixedSize===void 0?p.createElement(Fd,Object.assign({reportTagsView:P},t)):p.createElement(Rd,Object.assign({reportTagsView:P},t))),w.current):null};var Vo=_e(jd);const Vd=t=>p.createElement(Vo,Object.assign({},t));var zd=_e(Vd);const Hd=ot(zd,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ed,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 Gd=[{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 zo=t=>p.createElement(zo,Object.assign({},t));var Ud=_e(zo);const Wd=ot(Ud,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:Gd},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var Yd=[{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"]}]}],Ho={"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 Xd=t=>{var e,i,o,l,n,a,d,r,v,s,{style:f,recData:h,ctaTempStyles:m,index:S,event:A,onClick:E,isExternalLink:u=!1}=t,w=Ze(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:b,setPopupDetailData:T}=Me(),{jumpToWeb:D}=it(),[g,O]=Y(!1),P=fe(null),x=Bo(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)||((n=(l=h?.video)===null||l===void 0?void 0:l.bindProduct)===null||n===void 0?void 0:n.bindCta)||((a=h?.video)===null||a===void 0?void 0:a.bindCta),M=((r=(d=h?.video)===null||d===void 0?void 0:d.bindProducts)===null||r===void 0?void 0:r[0])||((v=h?.video)===null||v===void 0?void 0:v.bindProduct),y=()=>{var F,j,V,B;const k=((j=(F=h?.video)===null||F===void 0?void 0:F.bindProducts)===null||j===void 0?void 0:j[0])||((V=h?.video)===null||V===void 0?void 0:V.bindProduct)||h?.video;if(b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,k,S),T?.(Object.assign(Object.assign({},h),{index:S})),u){const N=M?.link||((B=k?.bindCta)===null||B===void 0?void 0:B.link);N&&(D(h,M,c,S),window.location.href=window.getJointUtmLink(N))}else E?.()},I=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",C=ve(()=>{var F,j;const V=A?.animation;if(V){const{delay:B,duration:k,backgroundColor:N}=V;return{":after":{animationDelay:`${(F=B/1e3)!==null&&F!==void 0?F:0}s`,animationDuration:`${(j=k/1e3)!==null&&j!==void 0?j:0}s`,backgroundColor:`${N??"transparent"}`}}}},[A?.animation]);ge(()=>{var F,j,V;x&&P?.current&&b?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((j=(F=h?.video)===null||F===void 0?void 0:F.bindProducts)===null||j===void 0?void 0:j[0])||((V=h?.video)===null||V===void 0?void 0:V.bindProduct)||h?.video,S)},[x]),ge(()=>{O(!!x)},[x]);const R=ve(()=>g?Ho["animated-button"]:null,[g]);return p.createElement("div",Object.assign({ref:P,style:Object.assign(Object.assign(Object.assign({},f),m?.ctaTitle),{lineHeight:`${(s=f?.height)!==null&&s!==void 0?s:0}px`})},w,{className:`${R} ${Ee(C)} ${Ho["one-line-ellipsis"]}`,onClick:y,dangerouslySetInnerHTML:{__html:xe(I,m?.ctaTitle)}}))};var Jd=_e(Xd),qd=[{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 Kd=ot(Jd,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:Yd,bindableProps:[],interactionRender:qd},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 Zd=[{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"]}]}],Gt={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 Qd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",$d=t=>{var e,i,o,l,n,a,d,r,v,s,f,h,m,S,A,E,u,w,b,T,D,g,O,P,{style:x,recData:c,ctaTempStyles:M,index:y,event:I,bottom_image:C,translateY:R,isTel:F,onClick:j,isExternalLink:V=!1,isActive:B}=t,k=Ze(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);x==null||delete x.transform;const{sxpParameter:N,globalConfig:U,ctaEvent:G,setPopupDetailData:K}=Me(),{jumpToWeb:le}=it(),[oe,ue]=Y(!0),Le=((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)||((n=(l=c?.video)===null||l===void 0?void 0:l.bindProduct)===null||n===void 0?void 0:n.bindCta)||((a=c?.video)===null||a===void 0?void 0:a.bindCta),ce=((r=(d=c?.video)===null||d===void 0?void 0:d.bindProducts)===null||r===void 0?void 0:r[0])||((v=c?.video)===null||v===void 0?void 0:v.bindProduct),W=()=>{var ae,be,Te,Be;const Oe=((be=(ae=c?.video)===null||ae===void 0?void 0:ae.bindProducts)===null||be===void 0?void 0:be[0])||((Te=c?.video)===null||Te===void 0?void 0:Te.bindProduct)||c?.video;if(G?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Oe,y),K?.(Object.assign(Object.assign({},c),{index:y})),V){const Fe=ce?.link||((Be=Oe?.bindCta)===null||Be===void 0?void 0:Be.link);Fe&&(le(c,ce,Le,y),window.location.href=window.getJointUtmLink(Fe))}else j?.()},Z=Le?.enTitle||"\u67E5\u770B\u8BE6\u60C5",ee=ve(()=>{const ae=I?.animation;if(ae){const{delay:be,duration:Te}=ae;return{animationDelay:`${be?be/1e3:0}s`,animationDuration:`${Te?Te/1e3:0}s`}}},[I?.animation]),te=(S=(m=(h=(s=ce?.cover)!==null&&s!==void 0?s:(f=ce?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:Le?.icon)!==null&&m!==void 0?m:N?.bottom_image)!==null&&S!==void 0?S:C,we=ae=>{ae.stopPropagation(),ue(!1)};ge(()=>{ue(!0)},[B]);const Ce=ve(()=>B&&oe?Gt["animated-fadeIn"]:null,[B,oe]);return p.createElement(p.Fragment,null,F?p.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):p.createElement("div",Object.assign({},k,{className:`${Ee(Object.assign(Object.assign({},x),{"--transY":`translateY(calc(100% + ${(A=x?.margin)!==null&&A!==void 0?A:0}px))`}))} ${Gt.aniLinkPopup} ${Ce} ${Ee(ee)}`,onClick:W}),p.createElement("div",{onClick:we,className:Gt["modal-icon-wrapper"],style:{padding:(E=x?.padding)!==null&&E!==void 0?E:0}},p.createElement("img",{src:(u=U?.popupCloseIcon)!==null&&u!==void 0?u:Qd,alt:"close",className:Gt["modal-icon-wrapper-img"]})),p.createElement(_t,{src:te,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:R,imgStyle:M?.img}),(!c||ce?.title)&&p.createElement("div",{className:Gt["one-line-ellipsis"],style:M?.title,dangerouslySetInnerHTML:{__html:xe((O=ce?.title)!==null&&O!==void 0?O:"Product Name",M?.title)}}),p.createElement("div",{className:Gt["one-line-ellipsis"],style:Object.assign(Object.assign({},M?.ctaTitle),{lineHeight:((P=M?.ctaTitle)===null||P===void 0?void 0:P.height)+"px"}),dangerouslySetInnerHTML:{__html:xe(Z,M?.ctaTitle)}})))};var er=_e($d),tr=[{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 ir=ot(er,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Zd,bindableProps:[],interactionRender:tr},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 Ni=Object.freeze({__proto__:null,AniLink:Kd,AniLinkPopup:ir,Appoint:Ja,AppointForm:_n,Commodity:Ua,CommodityDetail:ga,CommodityDetailDiroNew:ka,CommodityDiro:nd,CommodityDiroNew:sd,CommodityList:La,Consent:Wd,HashTag:Hd,Iframe:Fa,Link:$a,MultiCommodity:yd,MultiCommodityDiro:md,MultiCommodityDiroNew:Ad,Prompt:Ta});const or="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",nr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",lr=t=>{var e,{active:i,activeIcon:o,unActicveIcon:l,recData:n,position:a}=t,d=Ze(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:r,mutateUnlike:v,bffEventReport:s,setCacheRtcList:f,cacheRtcList:h}=Me(),[m,S]=Y((e=h?.[a])===null||e===void 0?void 0:e.isCollected),A=gt(nr),E=gt(or),u=hi(()=>at(void 0,void 0,void 0,function*(){var w,b,T,D,g,O,P,x,c,M,y,I,C,R,F,j,V,B,k,N,U,G;if(m){S(!1);const K=(T=yield v?.({videoItemId:(b=(w=n?.video)===null||w===void 0?void 0:w.itemId)!==null&&b!==void 0?b:""}))!==null&&T!==void 0?T:!1;if(s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(D=n?.video)===null||D===void 0?void 0:D.itemId)!==null&&g!==void 0?g:"",contentName:(P=(O=n?.video)===null||O===void 0?void 0:O.title)!==null&&P!==void 0?P:"",contentTags:JSON.stringify((c=(x=n?.video)===null||x===void 0?void 0:x.tags)!==null&&c!==void 0?c:[]),position:a+"",contentFormat:!((M=n?.video)===null||M===void 0)&&M.url?"video":"image",traceInfo:(y=n?.video)===null||y===void 0?void 0:y.traceInfo}}),!K)S(!0);else{const le=(I=h?.map((oe,ue)=>(ue===a&&(oe.isCollected=!1),oe)))!==null&&I!==void 0?I:[];f?.(le)}}else{S(!0);const K=(C=yield r?.({content:JSON.stringify(n)}))!==null&&C!==void 0?C:!1;if(s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(F=(R=n?.video)===null||R===void 0?void 0:R.itemId)!==null&&F!==void 0?F:"",contentName:(V=(j=n?.video)===null||j===void 0?void 0:j.title)!==null&&V!==void 0?V:"",contentTags:JSON.stringify((k=(B=n?.video)===null||B===void 0?void 0:B.tags)!==null&&k!==void 0?k:[]),position:a+"",contentFormat:!((N=n?.video)===null||N===void 0)&&N.url?"video":"image",traceInfo:(U=n?.video)===null||U===void 0?void 0:U.traceInfo}}),!K)S(!1);else{const le=(G=h?.map((oe,ue)=>(ue===a&&(oe.isCollected=!0),oe)))!==null&&G!==void 0?G:[];f?.(le)}}}),200);return p.createElement("button",Object.assign({},d,{"aria-label":"like",onClick:u}),p.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:m?o||A:l||E,alt:"icon"}))};var Go=_e(lr),ar="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 Fi=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=on.render(p.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),dr=({rec:t,index:e,height:i,data:o,muted:l,activeIndex:n,videoPostConfig:a,videoPlayIcon:d})=>{const[r,v]=Y(!1),{bffEventReport:s,sxpParameter:f,waterFallData:h,openHashtag:m,bffFbReport:S}=Me(),A=fe(0),[E,u]=Y(!1),[w,b]=Y(!0),{isActive:T}=Mo(),D=fe(null),[g,O]=Y(""),[P,x]=Y(!1),c=fe(),M=`pb-cache-video-${e}`,y=fe(null),I=ve(()=>a?.mode==="2",[a]),C=ve(()=>{var W;return a?.mode==="2"?`translateY(-${50+((W=a?.offsetTop)!==null&&W!==void 0?W:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),R=ve(()=>{var W;return((W=t?.video)===null||W===void 0?void 0:W.cover)||g},[g,t]),F=ve(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]),j=ve(()=>a?.bgWay==="1",[a]),V=ve(()=>j&&a?.bgColor?{backgroundColor:a?.bgColor}:{},[a,j]);ge(()=>{c?.current&&(c.current.muted=l)},[l,c?.current]);const B=ye(()=>{var W;c?.current&&((W=c?.current)===null||W===void 0||W.play())},[c?.current]),k=gt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),N=ye(()=>{c?.current&&(x(!1),u(!0))},[]),U=ye(()=>{var W,Z,ee,te,we,Ce,ae,be,Te,Be,Oe,Fe,He;if(!c?.current)return;v(!1);const Q=o[e];if(Q&&(!((W=c?.current)===null||W===void 0)&&W.duration)){A.current=((Z=c?.current)===null||Z===void 0?void 0:Z.currentTime)||0;const pe=((te=(ee=c?.current)===null||ee===void 0?void 0:ee.duration)!==null&&te!==void 0?te:0).toFixed(2),ie=((Ce=(we=c?.current)===null||we===void 0?void 0:we.currentTime)!==null&&Ce!==void 0?Ce:0).toFixed(2),re=w?"0":"1";s?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(be=(ae=Q?.video)===null||ae===void 0?void 0:ae.itemId)!==null&&be!==void 0?be:"",contentName:(Be=(Te=Q?.video)===null||Te===void 0?void 0:Te.title)!==null&&Be!==void 0?Be:"",playType:re,startTime:ie,videoDuration:pe,contentTags:JSON.stringify((Fe=(Oe=Q?.video)===null||Oe===void 0?void 0:Oe.tags)!==null&&Fe!==void 0?Fe:[]),position:e+"",contentFormat:"video",traceInfo:(He=Q?.video)===null||He===void 0?void 0:He.traceInfo}}),b(!1)}},[s,o,e,w,c?.current]),G=ye(()=>{var W;if(!c?.current||g||!I||(c.current.style.objectFit="contain",!((W=t?.video)===null||W===void 0)&&W.cover||!D||!D.current||j))return;const Z=()=>{const ee=D?.current,te=ee.getContext("2d"),we=window?.innerWidth,Ce=window?.innerHeight;ee.height=Ce,ee.width=we,te?.drawImage(c.current,0,0,ee.width,ee.height),O(ee.toDataURL())};Z(),setTimeout(()=>{Z()},500)},[c.current,j,t,g,I]),K=ye(()=>{c.current&&(U(),G())},[c.current,G,U]),le=ye(W=>()=>{var Z,ee,te,we,Ce;if(!c.current||!E)return;const ae=(Z=c?.current)===null||Z===void 0?void 0:Z.paused;switch(W){case"start":if(!ae)return;(ee=c?.current)===null||ee===void 0||ee.play(),v(!1);break;case"pause":if(ae)return;(te=c?.current)===null||te===void 0||te.pause(),v(!0);break;default:ae?(we=c?.current)===null||we===void 0||we.play():(Ce=c?.current)===null||Ce===void 0||Ce.pause(),v(!ae);break}},[E,c?.current]),oe=ye(()=>{var W,Z,ee,te,we,Ce,ae,be,Te,Be,Oe,Fe,He;if(!c?.current||n!==e)return;const Q=o[e],pe=((Z=(W=c?.current)===null||W===void 0?void 0:W.duration)!==null&&Z!==void 0?Z:0).toFixed(2),ie=((te=(ee=c?.current)===null||ee===void 0?void 0:ee.currentTime)!==null&&te!==void 0?te:0).toFixed(2);if(!((we=c?.current)===null||we===void 0)&&we.duration){const re=(((Ce=c?.current)===null||Ce===void 0?void 0:Ce.currentTime)-A.current).toFixed(2);s?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(be=(ae=Q?.video)===null||ae===void 0?void 0:ae.itemId)!==null&&be!==void 0?be:"",contentName:(Be=(Te=Q?.video)===null||Te===void 0?void 0:Te.title)!==null&&Be!==void 0?Be:"",endTime:ie,videoDuration:pe,playDuration:re,contentTags:JSON.stringify((Fe=(Oe=Q?.video)===null||Oe===void 0?void 0:Oe.tags)!==null&&Fe!==void 0?Fe:[]),position:e+"",contentFormat:"video",traceInfo:(He=Q?.video)===null||He===void 0?void 0:He.traceInfo}})}},[o,e,s,c?.current,n]),ue=ye(()=>{x(!0)},[]);ge(()=>{var W,Z,ee,te,we,Ce,ae,be,Te,Be;if(!T)return;const Oe=t?.video.url;if(!Oe)return;const Fe=document.querySelector(`#${M}`);if(!Fe||(c.current=Fi?.(Fe),!c?.current))return;const He=window?.Hls;let Q=null;return Oe.includes(".m3u8")&&He&&He.isSupported()?(Q=new He,Q.loadSource(Oe),Q.attachMedia(c?.current),Q.on(He.Events.MANIFEST_PARSED,function(){var pe;(pe=c?.current)===null||pe===void 0||pe.play()})):c.current.src=Oe,(W=c?.current)===null||W===void 0||W.setAttribute("x5-playsinline","true"),(Z=c?.current)===null||Z===void 0||Z.setAttribute("webkit-playsinline","true"),(ee=c?.current)===null||ee===void 0||ee.addEventListener("loadedmetadata",K),(te=c?.current)===null||te===void 0||te.addEventListener("loadeddata",G),(we=c?.current)===null||we===void 0||we.addEventListener("play",U),(Ce=c?.current)===null||Ce===void 0||Ce.addEventListener("playing",N),(ae=c?.current)===null||ae===void 0||ae.addEventListener("pause",oe),(be=c?.current)===null||be===void 0||be.addEventListener("ended",B),(Te=c?.current)===null||Te===void 0||Te.addEventListener("canplay",B),(Be=c?.current)===null||Be===void 0||Be.addEventListener("waiting",ue),()=>{var pe,ie,re,$,L,Ge,$e,Qe,pt;((pe=c?.current)===null||pe===void 0?void 0:pe.paused)||oe(),Q&&Q?.destroy(),u(!1),(ie=c?.current)===null||ie===void 0||ie.removeEventListener("loadedmetadata",K),(re=c?.current)===null||re===void 0||re.removeEventListener("loadeddata",G),($=c?.current)===null||$===void 0||$.removeEventListener("play",U),(L=c?.current)===null||L===void 0||L.removeEventListener("playing",N),(Ge=c?.current)===null||Ge===void 0||Ge.removeEventListener("pause",oe),($e=c?.current)===null||$e===void 0||$e.removeEventListener("ended",B),(Qe=c?.current)===null||Qe===void 0||Qe.removeEventListener("canplay",B),(pt=c?.current)===null||pt===void 0||pt.removeEventListener("waiting",ue)}},[T,M,t,oe]),ge(()=>{var W,Z;!c?.current||!E||(T?(S?.({eventName:"ViewContent"}),(W=c?.current)===null||W===void 0||W.play()):(Z=c?.current)===null||Z===void 0||Z.pause())},[T,E,c?.current]),ge(()=>{var W,Z,ee;if(!T||!c?.current)return;!((W=c?.current)===null||W===void 0?void 0:W.paused)&&m?(Z=c?.current)===null||Z===void 0||Z.pause():m||(ee=c?.current)===null||ee===void 0||ee.play()},[m,T,c?.current]),ge(()=>{if(!T)return;const W=()=>{le("start")(),S?.({eventName:"ViewContent"})},Z=le("pause");return At.on(ut.PAGE_DID_SHOW,W),At.on(ut.PAGE_DID_HIDE,Z),()=>{At.off(ut.PAGE_DID_SHOW,W),At.off(ut.PAGE_DID_HIDE,Z)}},[le,T]);const Le=ve(()=>!f?.placeholder_image||E?null:p.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:f?.placeholder_image,alt:"placeholder image"}),[E,f?.placeholder_image]),ce=ve(()=>{if(!(!P||!E))return p.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:ar,alt:"placeholder image"})},[P,E]);return ge(()=>{if(!c?.current)return;const W=()=>{var Z;n===e&&(!((Z=t?.video)===null||Z===void 0)&&Z.url)&&c?.current&&!r&&le("pause")()};return window.addEventListener("beforeunload",W),()=>{window.removeEventListener("beforeunload",W)}},[n,e,t,c?.current,le,r]),t?.video?p.createElement(p.Fragment,null,I?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:le(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},V)},!j&&E&&R&&p.createElement(st,{src:R,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},F)}),p.createElement("canvas",{ref:D,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:C,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},p.createElement("div",{className:"n-full-screen",ref:y,id:M,style:{width:"100%",height:"100%"}}),r&&p.createElement(st,{className:"clc-pb-video-pause",src:d??k,alt:"pause"}))),Le,ce):p.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:le()},p.createElement("div",{className:"n-full-screen",ref:y,id:M,style:{width:"100%",height:"100%"}}),Le,ce,r&&p.createElement(st,{className:"clc-pb-video-pause",src:d??k,alt:"pause"}))):null};var rr=_e(dr);const sr=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:o,style:l})=>{const[n,a]=Y(t),d=r=>{r.stopPropagation();const v=!n;a(v),o?.(v)};return ge(()=>{a(t)},[t]),p.createElement("button",{style:l,"aria-label":"toggle button",className:"pb-toggle-button",onClick:d},p.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:n?e:i}))};var Uo=_e(sr);const cr=({imageUrl:t,style:e,duration:i=2e3})=>{const[o,l]=Y(!0);Tt(),ge(()=>{setTimeout(()=>{l(!1)},i)},[]);const n=gt("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),a=ve(()=>o?"pb-fadeIn":"pb-fadeOut",[o]);return p.createElement("div",{hidden:!o,className:`pb-finger-wrap ${a}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},p.createElement("img",{src:t||n,alt:"finger swiper"}))},Wo=t=>{const{src:e,height:i,imgUrlsPostConfig:o,onShowFirstImage:l}=t,n=ve(()=>o?.mode==="2",[o]),a=ve(()=>{var s;return o?.mode==="2"?`translateY(-${50+((s=o?.offsetTop)!==null&&s!==void 0?s:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[o]),d=ve(()=>n?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[n]),r=ve(()=>o?.bgWay==="1",[o]),v=ve(()=>r&&o?.bgColor?{backgroundColor:o?.bgColor}:{},[o,r]);return p.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},v)},(!n||!r)&&p.createElement(st,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},d),onLoad:l}),n&&p.createElement(st,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:a,left:0,right:0},onLoad:l}))},ur=({imgUrls:t,width:e,height:i,rec:o,index:l,onReportViewImageEnd:n,onViewImageStartEvent:a,imgUrlsPostConfig:d})=>{var r,v;const s=fe(),{isActive:f}=Mo(),{sxpParameter:h,openHashtag:m}=Me(),[S,A]=Y(!1);ge(()=>{S&&f?(s?.current&&s.current.swiper.autoplay.start(),m?n(o):a(l)):s?.current&&s.current.swiper.autoplay.stop()},[o,f,n,m,l,a,S]);const E=ye(()=>{S||A(!0)},[S]);return p.createElement(Ft,{ref:s,defaultValue:0,direction:"horizontal",modules:[ri,si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:Ee(Object.assign(Object.assign({".swiper-pagination":{bottom:(r=d?.marginBottom)!==null&&r!==void 0?r: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((u,w)=>p.createElement(It,{key:w},p.createElement(Wo,{src:!S&&w>0?"":u,height:i,imgUrlsPostConfig:d,onShowFirstImage:E}))))};var vr=_e(ur);const pr=({tags:t,itemId:e,itemType:i,index:o,rec:l,hashTagStyle:n})=>{var a;const[d,r]=Y(!1),{setWaterFallData:v,setOpenHashtag:s,setCacheActiveIndex:f,waterFallData:h,setIsFromHashtag:m}=Me(),S=A=>{h?m?.(!0):f?.(o),v?.(i?{hashTag:A,itemId:e,itemType:i,rec:l}:{hashTag:A,rec:l}),s?.(!0)};return ve(()=>t.length<=6?null:p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>r(!d)},d?"show less":"show more"),[d,t]),p.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(a=n?.marginTop)!==null&&a!==void 0?a:16}px`}},p.createElement(Kt,null,t?.map((A,E)=>p.createElement(It,{key:E,hidden:d?!1:E>=6,className:"clc-sxp-bottom-hashtag-item",style:n,onClick:()=>S(A)},p.createElement("div",{dangerouslySetInnerHTML:{__html:xe(`#${A}`,n)}})))))};var Yo=_e(pr),mr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAbtJREFUeF7t2DFKxFAQxvHv6xTxCoKNiAuCna2X2NY7eAE9hYdwj2BjZ2ulYLW9pQcYDWyxBIK7ZN7MNyapk/D+v8zC20dM/OLE+zEDzBMwcYH5J1BpAMzsAMAJyU+vdZeZADN7AHAH4BjAC8kbD4QSAJv4+17wFcm3sQjyAGbWhXdff/takzwdG989Lw0wEN+te0ly9a8BIuJlJyAqXhIgMl4OIDpeCiAjXgYgK14CIDM+HSA7PhVgYHvrusnZZaOUshNUiU+ZAKX4cAC1+FAAxfgwANX4EADl+OYA6vFNASrENwOoEt8EoFK8O0C1eFcAMzsE8AXgqLcHdzvA3GVvv+89bv8FzOwcwEdvASuSy30XFXm/G0C3aDN7BXBdCcEb4ALAE4BFFQRXgM0UlEJwB6iG0ASgEkIzgCoITQEqIDQHUEcIAVBGCANQRQgFUEQIB1BDSAFQQkgDUEFIBVBASAfIRpAAyESQAchCkALIQJADiEaQBIhEkAWIQpAG+ANh8Xvk/j72CF0eYABhDeCS5PckALYQbgGcAXgm+Tg2vnu+xAR4hA69YwZoqVvh3fMEVPhKLdc4+Qn4AXwYBFBN2dYpAAAAAElFTkSuQmCC";function pi(t){return _e(function(e){const{$store:i}=un(),o=n=>{let a=n;const d=n.match(/{{.*?}}/g);return d?.length&&d.forEach(r=>{r.replace(/{{\s*([\w.]+)\s*}}/g,(v,s)=>{if(s){const f=Gi(i,s);return a=a.replace(r,f),f}})}),a},l=ve(()=>{var n,a,d;const{bindDatas:r}=e,v=Ze(e,["bindDatas"]);if((n=r?.forEach)===null||n===void 0||n.call(r,s=>{if(s?.propKey&&s?.dataPath){const{propKey:f,dataPath:h}=s;h.replace(/{{\s*([\w.]+)\s*}}/g,(m,S)=>{var A,E;if(S){const u=(E=(A=Gi(i,S))!==null&&A!==void 0?A:e[f])!==null&&E!==void 0?E:"";return v[f]=u,u}})}}),v){v.eventMap={};const s=$t(v.event)||{};for(const f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{s[f].value=o(s[f].value),v.eventMap[f]=new Function(s[f].value)}catch{}}return!((d=(a=v?.event)===null||a===void 0?void 0:a.onClick)===null||d===void 0)&&d.linkType&&(v.style.cursor="pointer"),v},[i,e]);return p.createElement(t,Object.assign({},l,l.eventMap))})}const mi=({rec:t,index:e,tempMap:i,resolver:o,includesCtaType:l,isActive:n})=>{var a,d,r,v,s;const{schema:f}=Tt();if(!t?.video)return null;let h=null;!((d=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||d===void 0)&&d.length?h="\u591A\u5546\u54C1CTA":!((r=t?.video)===null||r===void 0)&&r.bindProduct?h="\u5546\u54C1CTA":h=(s=(v=t?.video)===null||v===void 0?void 0:v.bindCta)===null||s===void 0?void 0:s.itemId;const m=i?.[h],S=ye(()=>{var A,E,u,w,b,T,D,g,O,P,x,c,M,y,I,C,R,F,j,V,B,k,N,U,G,K,le,oe;if(!t?.video)return null;if(!(l&&!l?.includes((A=m?.item)===null||A===void 0?void 0:A.type))&&!(!l&&((E=m?.item)===null||E===void 0?void 0:E.category)==="cta")){if(((u=m?.item)===null||u===void 0?void 0:u.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)||((O=m?.item)===null||O===void 0?void 0:O.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=(M=t?.video)===null||M===void 0?void 0:M.bindProducts)===null||y===void 0)&&y.length)||((I=m?.item)===null||I===void 0?void 0:I.type)==="MultiCommodityDiroNew"&&!(!((R=(C=t?.video)===null||C===void 0?void 0:C.bindProducts)===null||R===void 0)&&R.length))return null;if(m&&o){const ue=o[(F=m?.item)===null||F===void 0?void 0:F.type],Le=pi(ue),ce=(j=ue?.extend)===null||j===void 0?void 0:j.defaulSetting,W=((k=(B=(V=m?.item)===null||V===void 0?void 0:V.event)===null||B===void 0?void 0:B.onClick)===null||k===void 0?void 0:k.linkType)==="externalLink";return p.createElement(Le,Object.assign({style:Object.assign(Object.assign(Object.assign({},ce?.style),(N=m?.item)===null||N===void 0?void 0:N.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},ce?.textStyle),(U=m?.item)===null||U===void 0?void 0:U.textStyle),bindDatas:(K=(G=m?.item)===null||G===void 0?void 0:G.bindDatas)!==null&&K!==void 0?K:[]},ce?.props,(le=m?.item)===null||le===void 0?void 0:le.props,{event:((oe=m?.item)===null||oe===void 0?void 0:oe.event)||{},schema:f,id:m?.id,key:m?.id,recData:t,isExternalLink:W,index:e,isActive:n}))}else return null}},[t,o,i,f,m?.id,n]);return p.createElement(p.Fragment,null,S())},Xo=({nudge:t})=>{var e,i,o,l,n,a;return p.createElement(p.Fragment,null,t?.isOpen&&p.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(o=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&o!==void 0?o:212,height:(n=(l=t?.size)===null||l===void 0?void 0:l.height)!==null&&n!==void 0?n:38,backgroundColor:t?.backgroundColor,borderRadius:(a=t?.borderRadius)!==null&&a!==void 0?a:4}},t?.icon?p.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,p.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:xe(t?.content,t?.textStyle)}})))},fr=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:o,setRtcList:l,setCacheRtcList:n,setCacheActiveIndex:a,setLoading:d,swiperRef:r,waterFallData:v,bffEventReport:s,selectTag:f,setSelectTag:h}=Me(),{backMainFeed:m}=it(),S=ve(()=>[ii,...t],[t]),A=E=>()=>{if(E===f)return;E!=="FOR U"?s?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${E}']`}}):m("theme",E,f);let u;E!==ii&&(u=E),d?.(!0),o?.({themeTag:u}).then(w=>{var b,T,D,g;At.emit(ut.CHANGE_THEME_TAG,u),l?.((b=w?.recList)!==null&&b!==void 0?b:[]),n?.((T=w?.recList)!==null&&T!==void 0?T:[]),e?.(0),a?.(0),(g=(D=r?.current)===null||D===void 0?void 0:D.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{d?.(!1)}),h?.(E)};return v||t.length<=0?null:p.createElement("div",{className:"clc-sxp-tagbar",style:i},p.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},S.map(E=>p.createElement("li",{className:`clc-sxp-tagbar-list-item ${E===f?"clc-sxp-tagbar-list-item-active":""}`,key:E,onClick:A(E)},E))))};var Jo=_e(fr);const qo=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:o=window.innerWidth,tempMap:l,resolver:n,data:a=[],ctaType:d,tipText:r,nudge:v,_schema:s,hashTagStyle:f,tagList:h=[],licenseUrl:m})=>{var S,A,E,u,w,b,T,D,g;const O=gt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),P=gt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:x}=Tt(),[c,M]=Y(0),y=fe(0),[I,C]=Y(!0),R=fe(),[F,j]=Y(!1),[V,B]=Y(!1),[k,N]=Y(new Date().getTime()),U=fe(!1),[G,K]=Y(2),{loadVideos:le,bffEventReport:oe,loading:ue,setPopupDetailData:Le,ctaEvent:ce,swiperRef:W,waterFallData:Z,setOpenHashtag:ee,appDomain:te,openHashtag:we,loadingImage:Ce,isFromHashtag:ae,popupDetailData:be,bffFbReport:Te,curTime:Be,h5EnterLink:Oe,isShowConsent:Fe,selectTag:He,isPreview:Q,isEditor:pe,cacheRtcList:ie,setRtcList:re,cacheActiveIndex:$,rtcList:L,isNoMoreData:Ge}=Me(),{backMainFeed:$e,productView:Qe,jumpToWeb:pt}=it(),nt=ve(()=>a.length>0&&!ue&&(mn()||t?.enableSwiperTip),[a,ue,t?.enableSwiperTip]);ge(()=>{eo()},[]),ge(()=>{if(a?.length>0){const _=new Date;R.current=_,Te?.({eventName:"PageView"})}},[a?.length]);const mt=ye(()=>{if(eo(),Oe?.(),a.length>0){const _=new Date;R.current=_,Te?.({eventName:"PageView"})}},[a.length,Te,Oe]);ge(()=>{var _;if(!d||d?.length<1)return;const se=a?.findIndex(de=>{var q,Se,Ae,ne,he,De,Ne,Ue,Xe;const qe=d?.[0];return qe==="\u591A\u5546\u54C1CTA"?((q=de?.video)===null||q===void 0?void 0:q.bindProducts)&&((Ae=(Se=de?.video)===null||Se===void 0?void 0:Se.bindProducts)===null||Ae===void 0?void 0:Ae.length)>0:qe==="\u5546\u54C1CTA"?(ne=de?.video)===null||ne===void 0?void 0:ne.bindProduct:((De=(he=de?.video)===null||he===void 0?void 0:he.bindCta)===null||De===void 0?void 0:De.itemId)===qe&&(((Ne=de?.video)===null||Ne===void 0?void 0:Ne.url)||((Xe=(Ue=de?.video)===null||Ue===void 0?void 0:Ue.imgUrls)===null||Xe===void 0?void 0:Xe.length))})||0;se!==-1&&((_=W?.current)===null||_===void 0||_.swiper.slideTo(se))},[a,d,W]),ge(()=>{const _=a?.[c],se=()=>{var de,q,Se,Ae,ne,he,De,Ne,Ue,Xe,qe,Ve,tt,Re,Je,ct,Ke,St,xt,Dt;const Ot=!we&&!Fe;if(document.visibilityState==="hidden"){Ot&&(At.emit(ut.PAGE_DID_HIDE,_),je(_),et(_));let ze="";be&&(!((q=(de=_?.video)===null||de===void 0?void 0:de.bindProducts)===null||q===void 0)&&q.length||!((Se=_?.video)===null||Se===void 0)&&Se.bindProduct)?ze="pdpPage":be&&((De=l?.[(he=(ne=(Ae=_?.video)===null||Ae===void 0?void 0:Ae.bindCta)===null||ne===void 0?void 0:ne.itemId)!==null&&he!==void 0?he:""].item)===null||De===void 0?void 0:De.type)==="Appoint"?ze="formPage":ae?ze="hashTagPage":!((Ne=_?.video)===null||Ne===void 0)&&Ne.url?ze="videoPage":!((Ue=_?.video)===null||Ue===void 0)&&Ue.imgUrls&&(!((qe=(Xe=_?.video)===null||Xe===void 0?void 0:Xe.imgUrls)===null||qe===void 0)&&qe.length)?ze="imagePage":_?.product&&(ze="productPage"),oe?.({eventInfo:{sessionDuration:Math.floor((new Date-Be.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(Ve=_?.video)===null||Ve===void 0?void 0:Ve.itemId,productId:(tt=_?.product)===null||tt===void 0?void 0:tt.itemId,position:c+"",fromKName:ze,fromKPage:location?.href,ctatId:(ct=(Je=(Re=_?.video)===null||Re===void 0?void 0:Re.bindCta)===null||Je===void 0?void 0:Je.itemId)!==null&&ct!==void 0?ct:"",traceInfo:(Dt=(St=(Ke=_?.video)===null||Ke===void 0?void 0:Ke.traceInfo)!==null&&St!==void 0?St:(xt=_?.product)===null||xt===void 0?void 0:xt.traceInfo)!==null&&Dt!==void 0?Dt:""}})}else document.visibilityState==="visible"&&(U.current===!0&&(N(new Date().getTime()),U.current=!1),mt(),Ot&&(lt(c),At.emit(ut.PAGE_DID_SHOW,_),$e("external",He)))};return document.addEventListener("visibilitychange",se),()=>{document.removeEventListener("visibilitychange",se)}},[c,oe,a,mt,be,ae,l,Be,$e,we,Fe,He]);const ft=ve(()=>{let _=0;return h.length>0&&(_+=45,Z&&(_-=45)),_},[h,Z]),ht=ve(()=>{let _=0;return t?.logoUrl&&t?.isShowLogo&&(_+=56),_},[]),z=ve(()=>i-ht-ft,[t,i,ft]),H=ve(()=>{var _;const se=c===0&&!Z&&!pe?[(_=a?.[0])!==null&&_!==void 0?_:null]:a?.map((de,q)=>c===q||q-1===c||q+1===c?de:null);return!Z&&!Ge?se.concat([{loading:!0}]):se},[a,c,Z,pe,Ge]),Ie=ve(()=>{var _,se,de,q;if(t?.logoUrl&&t?.isShowLogo){const Se=(se=(_=t?.logoBar)===null||_===void 0?void 0:_.onClick)===null||se===void 0?void 0:se.value,Ae=((q=(de=t?.logoBar)===null||de===void 0?void 0:de.onClick)===null||q===void 0?void 0:q.linkType)==="externalLink",ne=H[c];return p.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},Se&&{onClick:()=>{var he,De,Ne,Ue;Ae&&pt(ne,(he=ne?.video)===null||he===void 0?void 0:he.bindProduct,(De=ne?.video)===null||De===void 0?void 0:De.bindCta,c,((Ne=ne?.product)===null||Ne===void 0?void 0:Ne.traceInfo)||((Ue=ne?.video)===null||Ue===void 0?void 0:Ue.traceInfo)),new Function(Se)()}}),p.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,c,H]),Pe=ye((_,se)=>{var de,q,Se,Ae;return!((de=_?.video)===null||de===void 0)&&de.url?p.createElement(rr,{key:k,rec:_,index:se,muted:I,data:a,height:z,activeIndex:c,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((q=_?.video)===null||q===void 0)&&q.imgUrls?p.createElement(vr,{key:_?.video.itemId,imgUrls:_?.video.imgUrls,width:o,height:z,rec:_,index:se,onReportViewImageEnd:je,onViewImageStartEvent:lt,imgUrlsPostConfig:t?.imgUrlsPost}):_.product&&Array.isArray(t?.productPost)&&((Se=t?.productPost)===null||Se===void 0?void 0:Se.length)>0?(Ae=t?.productPost)===null||Ae===void 0?void 0:Ae.map((ne,he)=>{var De,Ne,Ue,Xe,qe,Ve,tt,Re;const Je=n[(De=ne?.item)===null||De===void 0?void 0:De.type],ct=pi(Je),Ke=(Ne=Je?.extend)===null||Ne===void 0?void 0:Ne.defaulSetting;return p.createElement(ct,Object.assign({key:`${se}${he}`,textStyle:Object.assign(Object.assign({},Ke?.textStyle),(Ue=ne?.item)===null||Ue===void 0?void 0:Ue.textStyle),bindDatas:(qe=(Xe=ne?.item)===null||Xe===void 0?void 0:Xe.bindDatas)!==null&&qe!==void 0?qe:[]},Ke?.props,(Ve=ne?.item)===null||Ve===void 0?void 0:Ve.props,{event:((tt=ne?.item)===null||tt===void 0?void 0:tt.event)||{},schema:x,id:ne?.id,viewTime:R.current,rec:_,isPost:!0,tipText:r,style:Object.assign(Object.assign(Object.assign({},Ke?.style),(Re=ne?.item)===null||Re===void 0?void 0:Re.style),{height:"100%",overflow:"auto"}),index:se}))}):null},[o,a,z,I,c,t?.productPost,t?.videoPlayIcon,R,r,n,x,k]),X=ye(_=>{B(_)},[]),J=ve(()=>V?{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"},[V]),me=ye((_,se)=>{var de,q,Se,Ae,ne,he,De,Ne;return _?.video?p.createElement(p.Fragment,null,((de=_?.video)===null||de===void 0?void 0:de.title)&&!V&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(q=t?.bottomInfoDist)!==null&&q!==void 0?q:40}px`}},p.createElement(Xo,{nudge:v}),t?.isShowCTA===void 0||t?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(mi,{rec:_,index:se,tempMap:l,resolver:n})):null,p.createElement("div",null,p.createElement(vi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:r?.foldText,unfoldText:r?.unfoldText,text:(Ae=(Se=_?.video)===null||Se===void 0?void 0:Se.title)!==null&&Ae!==void 0?Ae:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:X}),p.createElement(mi,{rec:_,index:se,tempMap:l,resolver:n,includesCtaType:["AniLink"]}),p.createElement(Yo,{index:c,tags:(he=(ne=_?.video)===null||ne===void 0?void 0:ne.hashTags)!==null&&he!==void 0?he:[],itemId:(De=_?.video)===null||De===void 0?void 0:De.itemId,itemType:!((Ne=_?.video)===null||Ne===void 0)&&Ne.itemId?"VIDEO":null,rec:_,hashTagStyle:f}))),p.createElement(mi,{rec:_,index:se,tempMap:l,resolver:n,includesCtaType:["AniLinkPopup"],isActive:se===c})):null},[e,c,l,n,r,v,f,t,X,V,J]),ke=ye((_,se,de)=>{var q,Se,Ae,ne;if(!t?.isShowLike||!de)return;let he=(q=t?.likeIconY)!==null&&q!==void 0?q:400;return Z&&he<40&&(he+=40),_?.video?p.createElement(Go,{key:_.position,activeIcon:t?.likeIcon,unActicveIcon:t?.unlikeIcon,active:_.isCollected,recData:_,className:"clc-sxp-like-button",style:{position:t?.likeIconFixed?"fixed":"absolute",[(Se=t.likeIconXPosit)!==null&&Se!==void 0?Se:"right"]:(Ae=t.likeIconX)!==null&&Ae!==void 0?Ae:0,[(ne=t.likeIconYPosit)!==null&&ne!==void 0?ne:"bottom"]:he},position:se}):null},[t,Z]),je=_=>{var se,de,q,Se,Ae,ne;if(!(!((se=_?.video)===null||se===void 0)&&se.url)&&(!((de=_?.video)===null||de===void 0)&&de.imgUrls)){const he=Date.now(),De=(he-y.current)/1e3;oe?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(Se=(q=_?.video)===null||q===void 0?void 0:q.itemId)!==null&&Se!==void 0?Se:"",contentName:(Ae=_?.video.title)!==null&&Ae!==void 0?Ae:"",imageEndTime:`${he}`,playDuration:`${De}`,contentTags:JSON.stringify((ne=_?.video.tags)!==null&&ne!==void 0?ne:[]),position:c+"",contentFormat:"image",traceInfo:_?.video.traceInfo}})}},We=(_,se)=>{var de,q,Se,Ae,ne,he,De,Ne,Ue,Xe,qe,Ve,tt,Re,Je,ct,Ke,St,xt;if(Q||Z)return;const Dt=new Date-Be.current;if(t?.openSlideSkip&&Dt>=((de=t?.slideSkipStartTime)!==null&&de!==void 0?de:0)&&fn()&&_){const Ot=((Ae=(Se=(q=_?.video)===null||q===void 0?void 0:q.bindProducts)===null||Se===void 0?void 0:Se[0])===null||Ae===void 0?void 0:Ae.link)||((he=(ne=_?.video)===null||ne===void 0?void 0:ne.bindProduct)===null||he===void 0?void 0:he.link)||((De=_?.product)===null||De===void 0?void 0:De.link),ze=_?.product||((Ne=_?.video)===null||Ne===void 0?void 0:Ne.bindProduct)||((Xe=(Ue=_?.video)===null||Ue===void 0?void 0:Ue.bindProducts)===null||Xe===void 0?void 0:Xe[0]);Ot&&(oe?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(qe=ze?.itemId)!==null&&qe!==void 0?qe:"",productName:(Ve=ze?.title)!==null&&Ve!==void 0?Ve:"",price:ze?.price?ze?.price+"":"0",productCollection:(tt=ze?.collection)!==null&&tt!==void 0?tt:"",contentTags:ze?.tags?JSON.stringify(ze?.tags):"",position:se+"",contentId:(Je=(Re=_?.video)===null||Re===void 0?void 0:Re.itemId)!==null&&Je!==void 0?Je:"",traceInfo:(xt=(Ke=(ct=_?.video)===null||ct===void 0?void 0:ct.traceInfo)!==null&&Ke!==void 0?Ke:(St=_?.product)===null||St===void 0?void 0:St.traceInfo)!==null&&xt!==void 0?xt:""}}),U.current=!0,window.location.href=window.getJointUtmLink(Ot))}},Ye=_=>{var se,de,q,Se,Ae,ne,he,De,Ne,Ue,Xe,qe,Ve,tt;const Re=a[_.previousIndex];if(!Re)return;_.previousIndex-_.activeIndex<0?(oe?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(de=(se=Re?.video)===null||se===void 0?void 0:se.itemId)!==null&&de!==void 0?de:"",productId:(Se=(q=Re?.product)===null||q===void 0?void 0:q.itemId)!==null&&Se!==void 0?Se:"",requestId:null,traceInfo:(ne=(Ae=Re?.video)===null||Ae===void 0?void 0:Ae.traceInfo)!==null&&ne!==void 0?ne:""}}),je(Re),We(Re,_.previousIndex)):(oe?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(De=(he=Re?.video)===null||he===void 0?void 0:he.itemId)!==null&&De!==void 0?De:"",productId:(Ue=(Ne=Re.product)===null||Ne===void 0?void 0:Ne.itemId)!==null&&Ue!==void 0?Ue:"",requestId:null,traceInfo:(qe=(Xe=Re?.video)===null||Xe===void 0?void 0:Xe.traceInfo)!==null&&qe!==void 0?qe:""}}),je(Re)),et(Re);const Je=a[_.activeIndex];!(!((Ve=Je?.video)===null||Ve===void 0)&&Ve.url)&&!(!((tt=Je?.video)===null||tt===void 0)&&tt.imgUrls)&&Je?.product&&Te?.({eventName:"ProductView"}),R.current=new Date},et=_=>{var se,de,q;!(!((se=_?.video)===null||se===void 0)&&se.url)&&!(!((de=_?.video)===null||de===void 0)&&de.imgUrls)&&_?.product&&Qe(_,_.product,(q=_?.product)===null||q===void 0?void 0:q.bindCta,R.current,c)};ge(()=>{const _=a[c];we?et(_):R.current=new Date},[we,a,c]);const lt=_=>{var se,de,q,Se,Ae,ne;const he=a[_];if(!(!((se=he?.video)===null||se===void 0)&&se.url)&&(!((de=he?.video)===null||de===void 0)&&de.imgUrls)){const De=Date.now();y.current=De,oe?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(Se=(q=he?.video)===null||q===void 0?void 0:q.itemId)!==null&&Se!==void 0?Se:"",contentName:(Ae=he?.video.title)!==null&&Ae!==void 0?Ae:"",imageStartTime:`${De}`,contentTags:JSON.stringify((ne=he?.video.tags)!==null&&ne!==void 0?ne:[]),position:_+"",contentFormat:"image",traceInfo:he?.video.traceInfo}}),Te?.({eventName:"ViewContent"})}},wt=ye(_=>{var se,de,q,Se,Ae,ne;if(_)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&p.createElement(Uo,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((de=(se=H?.[c])===null||se===void 0?void 0:se.video)===null||de===void 0)&&de.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(q=t?.muteIconXPosit)!==null&&q!==void 0?q:"right"]:(Se=t?.muteIconX)!==null&&Se!==void 0?Se:0,[(Ae=t?.muteIconYPosit)!==null&&Ae!==void 0?Ae:"bottom"]:(ne=t?.muteIconY)!==null&&ne!==void 0?ne:23},defaultValue:I,activeIcon:t?.unMuteIcon?t?.unMuteIcon:O,unactiveIcon:t?.muteIcon?t?.muteIcon:P,onChange:C})},[t,H,c,I]),Pt=ve(()=>ue?p.createElement("div",{style:{height:z,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):H?.map((_,se)=>p.createElement(It,{key:se,virtualIndex:se,style:{overflow:"hidden"}},_&&p.createElement(p.Fragment,null,_?.loading?p.createElement("div",{style:{height:z,width:o,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:Ce,alt:"loading...",style:{objectFit:"contain"}})):p.createElement(p.Fragment,null,ke(_,se,!t?.likeIconFixed),wt(!t?.muteIconFixed),me(_,se),Pe(_,se))))),[o,a,z,ue,me,Pe,H,Ce,k,wt]);return p.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},Z&&p.createElement(Fo,{icon:mr,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(w=(u=(E=(A=(S=t?.hashTag)===null||S===void 0?void 0:S[0])===null||A===void 0?void 0:A.item)===null||E===void 0?void 0:E.props)===null||u===void 0?void 0:u.textStyles)===null||w===void 0?void 0:w.hashTagTitle),{color:"#fff"}),onClose:()=>{!Hi(L,ie)&&ie&&ie?.length&&re?.(ie),ee?.(!0)}}),Ie,p.createElement(Jo,{tagList:h,setActiveIndex:M,style:{top:ht}}),nt?p.createElement(cr,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((b=t?.swipeTipOffset)!==null&&b!==void 0?b:0)}%`},duration:t?.swiperTipAniDur}):null,p.createElement(Ft,{style:{marginTop:ft},ref:W,onSlideChange:()=>{W.current.swiper.allowTouchMove=!1,setTimeout(()=>{W.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:_=>{M(_.activeIndex),!we&&(Ye(_),!(Z||pe)&&_?.activeIndex+1>=a?.length&&(F||(j(!0),le?.(G).then(se=>{var de;j(!1),se&&((de=se?.recList)===null||de===void 0?void 0:de.length)>0&&K(G+1)}))))},direction:"vertical",height:z},ke(H[c],c,!!t?.likeIconFixed),wt(!!t?.muteIconFixed),Pt),p.createElement(Vo,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)))},hr=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:o,rec:l,index:n})=>p.createElement(Ft,{defaultValue:0,direction:"horizontal",modules:[ri,si],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(a=>p.createElement(It,{key:a},p.createElement(Wo,{src:a,height:i,imgUrlsPostConfig:o}))));var gr=_e(hr);const br=({rec:t,index:e,height:i,data:o,muted:l,activeIndex:n,videoPostConfig:a,width:d})=>{const[r,v]=Y(!1),s=fe(null),{bffEventReport:f,sxpParameter:h,waterFallData:m,openHashtag:S}=Me(),A=fe(0),[E,u]=Y(!1),[w,b]=Y(!0),T=fe(null),[D,g]=Y("");ge(()=>{s.current&&(s.current.muted=l)},[l]);const O=ye(()=>{var B;(B=s.current)===null||B===void 0||B.play()},[]),P=gt("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),x=ye(()=>{var B,k,N,U,G,K,le,oe,ue,Le,ce,W,Z;v(!1);const ee=o[e];if(ee&&(!((B=s?.current)===null||B===void 0)&&B.duration)){A.current=((k=s?.current)===null||k===void 0?void 0:k.currentTime)||0;const te=((U=(N=s.current)===null||N===void 0?void 0:N.duration)!==null&&U!==void 0?U:0).toFixed(2),we=((K=(G=s.current)===null||G===void 0?void 0:G.currentTime)!==null&&K!==void 0?K:0).toFixed(2),Ce=w?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(oe=(le=ee?.video)===null||le===void 0?void 0:le.itemId)!==null&&oe!==void 0?oe:"",contentName:(Le=(ue=ee?.video)===null||ue===void 0?void 0:ue.title)!==null&&Le!==void 0?Le:"",playType:Ce,startTime:we,videoDuration:te,contentTags:JSON.stringify((W=(ce=ee?.video)===null||ce===void 0?void 0:ce.tags)!==null&&W!==void 0?W:[]),position:e+"",contentFormat:"video",traceInfo:(Z=ee?.video)===null||Z===void 0?void 0:Z.traceInfo}}),b(!1)}},[f,o,e,w]),c=ye(()=>{u(!0)},[]),M=ye(B=>()=>{var k,N,U,G,K;if(!E)return;const le=(k=s.current)===null||k===void 0?void 0:k.paused;switch(B){case"start":if(!le)return;(N=s.current)===null||N===void 0||N.play(),v(!1);break;case"pause":if(le)return;(U=s.current)===null||U===void 0||U.pause(),v(!0);break;default:le?(G=s.current)===null||G===void 0||G.play():(K=s.current)===null||K===void 0||K.pause(),v(!le);break}},[E]),y=ye(()=>{var B,k,N,U,G,K,le,oe,ue,Le,ce,W,Z;const ee=o[e],te=((k=(B=s.current)===null||B===void 0?void 0:B.duration)!==null&&k!==void 0?k:0).toFixed(2),we=((U=(N=s.current)===null||N===void 0?void 0:N.currentTime)!==null&&U!==void 0?U:0).toFixed(2);if(!((G=s?.current)===null||G===void 0)&&G.duration){const Ce=(((K=s?.current)===null||K===void 0?void 0:K.currentTime)-A.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(oe=(le=ee?.video)===null||le===void 0?void 0:le.itemId)!==null&&oe!==void 0?oe:"",contentName:(Le=(ue=ee?.video)===null||ue===void 0?void 0:ue.title)!==null&&Le!==void 0?Le:"",endTime:we,videoDuration:te,playDuration:Ce,contentTags:JSON.stringify((W=(ce=ee?.video)===null||ce===void 0?void 0:ce.tags)!==null&&W!==void 0?W:[]),position:e+"",contentFormat:"video",traceInfo:(Z=ee?.video)===null||Z===void 0?void 0:Z.traceInfo}})}},[o,e,f]),I=ve(()=>a?.mode==="2",[a]),C=ve(()=>{var B;return a?.mode==="2"?`translateY(-${50+((B=a?.offsetTop)!==null&&B!==void 0?B:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),R=ve(()=>{var B;return((B=t?.video)===null||B===void 0?void 0:B.cover)||D},[D,t]),F=ye(()=>{if(!T||!s||!s.current||!T.current)return;const B=s?.current,k=T?.current,N=k.getContext("2d"),U=window?.innerWidth,G=window?.innerHeight;k.height=G,k.width=U,N?.drawImage(B,0,0,k.width,k.height),g(k.toDataURL())},[]);ge(()=>{var B,k,N,U;if(s.current){if(v(!1),!s.current.src){const G=t?.video.url;if(G.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const K=new window.Hls;K.loadSource(G),K.attachMedia(s.current)}else s.current.canPlayType("application/vnd.apple.mpegurl"),s.current.src=G;else s.current.src=G;s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(B=s.current)===null||B===void 0||B.addEventListener("loadedmetadata",c),(k=s.current)===null||k===void 0||k.addEventListener("canplay",c),(N=s.current)===null||N===void 0||N.addEventListener("playing",x),(U=s.current)===null||U===void 0||U.addEventListener("loadeddata",F),()=>{var G,K,le,oe;(G=s.current)===null||G===void 0||G.removeEventListener("loadedmetadata",c),(K=s.current)===null||K===void 0||K.removeEventListener("canplay",c),(le=s.current)===null||le===void 0||le.removeEventListener("playing",x),(oe=s.current)===null||oe===void 0||oe.removeEventListener("loadeddata",F)}}},[c,x,t?.video,F]);const j=ve(()=>!h?.placeholder_image||E?null:p.createElement("img",{style:{position:"absolute",left:0,top:0,width:"100%",height:"100%",objectFit:"cover"},src:h?.placeholder_image,alt:"video poster"}),[E,h?.placeholder_image]);ge(()=>{const B=()=>{var k,N;n===e&&(!((k=t?.video)===null||k===void 0)&&k.url)&&(!((N=s?.current)===null||N===void 0)&&N.src)&&!r&&M("pause")()};return window.addEventListener("beforeunload",B),()=>{window.removeEventListener("beforeunload",B)}},[n,e,t,s,M,r]);const V=ve(()=>I?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[I]);return t?.video?p.createElement(p.Fragment,null,I?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},p.createElement(st,{src:R,style:Object.assign({height:i,width:d,objectFit:"cover"},V)}),p.createElement("canvas",{ref:T,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:d,height:i,top:"50%",transform:C,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:d,height:"100%"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:y,onEnded:O,style:{width:"100%",height:i,objectFit:"contain"}}),p.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))),j):p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:M(),style:{position:"relative",width:d,height:i,overflow:"hidden"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:s,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:y,onEnded:O}),j,p.createElement("img",{hidden:!r,className:"clc-pb-video-pause",src:P,alt:"video pause image"}))):null};var yr=_e(br);const ji={};Object.values(Ni).forEach(t=>{ji[t.extend.type]=t});const wr="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",Sr="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",xr=({data:t=[],globalConfig:e,tipText:i,nudge:o,tempMap:l,descStyle:n,hashTagStyle:a,containerHeight:d=664,containerWidth:r=375,appDomain:v,tagList:s=[]})=>{const f=ve(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),s.length>0&&(g+=45),d-g},[e,d,s]),h=(g,O)=>{var P,x,c,M;if(!((P=g?.video)===null||P===void 0)&&P.url)return p.createElement(yr,{rec:g,index:O,muted:!0,width:r,data:t??[],height:f,activeIndex:O,videoPostConfig:e?.videoPost});if(!((x=g?.video)===null||x===void 0)&&x.imgUrls)return p.createElement(gr,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:r,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((y,I)=>{var C,R,F,j,V,B,k,N;const U=ji[(C=y?.item)===null||C===void 0?void 0:C.type],G=pi(U),K=(R=U?.extend)===null||R===void 0?void 0:R.defaulSetting;return p.createElement(G,Object.assign({key:`${O}${I}`,textStyle:Object.assign(Object.assign({},K?.textStyle),(F=y?.item)===null||F===void 0?void 0:F.textStyle),bindDatas:(V=(j=y?.item)===null||j===void 0?void 0:j.bindDatas)!==null&&V!==void 0?V:[]},K?.props,(B=y?.item)===null||B===void 0?void 0:B.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),(N=y?.item)===null||N===void 0?void 0:N.style),{width:r,height:f,overflow:"auto"}),index:O}))})},m=ve(()=>e?.logoUrl&&e?.isShowLogo?p.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},p.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),S=(g,O)=>e?.isShowCTA===void 0||e?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(mi,{rec:g,index:O,tempMap:l,resolver:ji})):null,A=(g,O)=>{var P,x,c,M,y,I,C;return g?.video?p.createElement(p.Fragment,null,((P=g?.video)===null||P===void 0?void 0:P.title)&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom"},p.createElement(Xo,{nudge:o}),S(g,O),p.createElement("div",null,p.createElement(vi,{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({},n),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),p.createElement(Yo,{index:O,tags:(y=(M=g?.video)===null||M===void 0?void 0:M.hashTags)!==null&&y!==void 0?y:[],itemId:(I=g?.video)===null||I===void 0?void 0:I.itemId,itemType:!((C=g?.video)===null||C===void 0)&&C.itemId?"VIDEO":null,rec:g,hashTagStyle:a}))):null},E=gt(Sr,v),u=gt(wr,v),w=(g,O)=>{var P,x,c,M;if(!e?.isShowLike)return;let y=(P=e?.likeIconY)!==null&&P!==void 0?P:400;return y<40&&(y+=40),g?.video?p.createElement(Go,{key:g.position,activeIcon:(x=e?.likeIcon)!==null&&x!==void 0?x:E,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:u,position:O,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:y,right:(M=e?.likeIconX)!==null&&M!==void 0?M:0}}):null},b=gt("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",v),T=gt("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",v),D=(g,O)=>{var P,x,c,M;return p.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},m,p.createElement(Jo,{tagList:s}),p.createElement(Uo,{style:{position:"absolute",right:(P=e?.muteIconX)!==null&&P!==void 0?P:0,visibility:!((c=(x=t?.[O])===null||x===void 0?void 0:x.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),A(g,O),w(g,O))};return p.createElement("div",{className:Ee({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)=>D(g,O)))};var Tr=_e(xr);const Ar=()=>{const{schema:t,resolver:e,popup:i}=Tt(),{setPopupDetailData:o,popupDetailData:l,popupCurTimeRef:n,checkCommodityIndexRef:a}=Me(),{productView:d}=it(),[r,v]=Y();ge(()=>{const m=()=>{n.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),ge(()=>{i&&i?.id&&i?.id!==""&&(n.current=new Date,v(i))},[i]);const s=ve(()=>{var m,S,A,E;const u=(A=(S=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||S===void 0?void 0:S.popupList)===null||A===void 0?void 0:A.find((w,b)=>{if(w?.id===i?.id)return w});return u!==-1&&((E=u?.item)===null||E===void 0?void 0:E.type)==="Iframe"},[i,t]),f=()=>{var m,S,A,E,u,w,b,T,D,g,O,P,x,c,M,y,I,C;if(!i||i?.id===""||!r||new Date-n.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;v(Object.assign(Object.assign({},i),{id:""}));const R=(E=(A=(S=t?.sxpPageConf)===null||S===void 0?void 0:S.globalConfig)===null||A===void 0?void 0:A.popupList)===null||E===void 0?void 0:E.find(F=>F?.id===i?.id);if(((u=R?.item)===null||u===void 0?void 0:u.type)==="CommodityDetail"||((w=R?.item)===null||w===void 0?void 0:w.type)==="CommodityDetailDiroNew"){const F=l;let j=(T=(b=F?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&T!==void 0?T:(g=(D=F?.video)===null||D===void 0?void 0:D.bindProducts)===null||g===void 0?void 0:g[0],V=(x=(P=(O=F?.video)===null||O===void 0?void 0:O.bindProduct)===null||P===void 0?void 0:P.bindCta)!==null&&x!==void 0?x:(y=(M=(c=F?.video)===null||c===void 0?void 0:c.bindProducts)===null||M===void 0?void 0:M[0])===null||y===void 0?void 0:y.bindCta;if(a?.current>=0){const B=(C=(I=F?.video)===null||I===void 0?void 0:I.bindProducts)===null||C===void 0?void 0:C[a?.current];B&&(j=B,V=B?.bindCta)}j&&V&&d(F,j,V,n.current,l?.index)}setTimeout(()=>{window?.sxpPopup(""),o?.(null),a.current=-1},i?.duration)},h=ve(()=>{var m,S,A;return(A=(S=(m=t?.sxpPageConf)===null||m===void 0?void 0:m.globalConfig)===null||S===void 0?void 0:S.popupList)===null||A===void 0?void 0:A.map((E,u)=>{var w,b,T,D,g,O,P,x,c,M,y,I,C,R;if(E?.id===i?.id){const F=e[(w=E?.item)===null||w===void 0?void 0:w.type],j=pi(F),V=((D=(T=(b=E?.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",B=((P=(O=(g=E?.item)===null||g===void 0?void 0:g.event)===null||O===void 0?void 0:O.onClick)===null||P===void 0?void 0:P.linkType)==="popup",k=(x=F?.extend)===null||x===void 0?void 0:x.defaulSetting;return p.createElement(j,Object.assign({key:u,style:Object.assign(Object.assign(Object.assign({},k?.style),(c=E?.item)===null||c===void 0?void 0:c.style),{height:"100%"}),textStyle:Object.assign(Object.assign({},k?.textStyle),(M=E?.item)===null||M===void 0?void 0:M.textStyle),bindDatas:(I=(y=E?.item)===null||y===void 0?void 0:y.bindDatas)!==null&&I!==void 0?I:[]},k?.props,(C=E?.item)===null||C===void 0?void 0:C.props,{event:((R=E?.item)===null||R===void 0?void 0:R.event)||{},schema:t,id:E?.id,isExternalLink:V,isPopup:B,onClose:f}))}else return p.createElement(p.Fragment,null)})},[t,i,e,f]);return p.createElement(Ht,{popup:r,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:s},h)},Vi={};Object.values(Ni).forEach(t=>{Vi[t.extend.type]=t});const Er=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:o=20,loadingImage:l,appDomain:n,licenseUrl:a,enabledMetaConversionApi:d})=>{var r,v,s,f,h,m,S,A,E,u,w;const b=ve(()=>{var T;return location?.search?(T=location?.search)===null||T===void 0?void 0:T.replace("?",""):""},[]);return p.createElement(vo,{resolver:Vi,enableDataSource:!1,schema:t?.data,utmVal:b},p.createElement(ro,{utmVal:b,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(v=(r=t?.sxp_parameter)===null||r===void 0?void 0:r.personalized_recommend)!==null&&v!==void 0?v:e,defaultSize:(f=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.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:l,appDomain:n,enabledMetaConversionApi:d,isShowTag:(E=(A=(S=t?.data)===null||S===void 0?void 0:S.sxpPageConf)===null||A===void 0?void 0:A.globalConfig)===null||E===void 0?void 0:E.isShowTag,globalConfig:(w=(u=t?.data)===null||u===void 0?void 0:u.sxpPageConf)===null||w===void 0?void 0:w.globalConfig,utmParameter:t?.utm_parameter,render:({rtcList:T,tagList:D})=>{var g;return p.createElement(p.Fragment,null,p.createElement(qo,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:D,data:T,resolver:Vi,licenseUrl:a})),p.createElement(Ar,null))}}))};var Ir=_e(Er);const Ko=Xt({}),Cr=({children:t,data:e})=>{var i,o,l,n,a,d,r,v,s,f,h,m,S;const[A,E]=Y(!1),[u,w]=Y(!1);return p.createElement(Ko.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:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.personalized_recommend,placeholderImage:(n=e?.sxp_parameter)===null||n===void 0?void 0:n.placeholder_image,hashTagSize:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.hash_tag_size,loadingImage:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.loading_image,privacyContent:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.privacy_context,privacyNecessity:(v=e?.sxp_parameter)===null||v===void 0?void 0:v.privacy_necessity,privacyPolicyTitle:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.privacy_policy_title,privacyPolicyUrl:(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:A,setOpenHashtag:E,openConsent:u,setOpenConsent:w,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter}},t)};function kr(){return Yt(Ko)}export{Tr as DiyPortalPreview,Cr as EditorDataProvider,Ht as Modal,ro as SxpDataSourceProvider,Ir as SxpPageCore,qo as SxpPageRender,xn as core,cn as default,Ni as materials,kr as useEditorDataProvider};
5
+ 18-karat gold, this necklace is embellished with hand-set diamonds.`,maxStr:79,className:"pb-commondity-content-info",style:N?.info})))},z=()=>{var ee,Ce;return p.createElement(p.Fragment,null,(C||j?.link)&&p.createElement("button",{"aria-label":(ee=Ve?.enTitle)!==null&&ee!==void 0?ee:"Purchase on Website",onClick:mt,className:"pb-commondity-btn",style:Y},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((Ce=Ve?.enTitle)!==null&&Ce!==void 0?Ce:"Purchase on Website",Y)}})))},H=be(ee=>ee?.lineClamp?Object.assign(Object.assign({},ee),{overflow:"hidden",WebkitLineClamp:ee?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ee,[]),Ie=be(ee=>{ke.current=new Date,ue(ee),le.current=ee,Ge?.current&&(Ge.current.swiper.slideTo(0),Ge.current.swiper.autoplay.start())},[]),Pe=be(()=>{var ee,Ce,We;if(!F)return p.createElement(Rn,{products:(ee=G?.video)===null||ee===void 0?void 0:ee.bindProducts,data:q,defImg:(We=(Ce=K?.bottom_image)!==null&&Ce!==void 0?Ce:L)!==null&&We!==void 0?We:"",style:{padding:"0 19px"},onCLick:Ie,popupDetailData:$,check:Q})},[Q]),ye=ve(()=>{const ee={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ee?.[D?.dotsAlign]},[D?.dotsAlign]),ae=j?.remark;return p.createElement(p.Fragment,null,p.createElement("div",Object.assign({className:Ee(Object.assign({},c))},W),p.createElement("div",{style:{position:"relative"}},j&&((T=j?.homePage)===null||T===void 0?void 0:T.length)>0&&p.createElement(Ft,{height:rt,modules:[si,ci],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:ye},loop:!0,autoplay:{delay:D?.delay*1e3},ref:Ge,className:Ee(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}}))},p.createElement(p.Fragment,null,(g=j?.homePage)===null||g===void 0?void 0:g.map(ee=>{var Ce;return p.createElement(At,{key:ee},p.createElement("div",{style:{overflow:"hidden",width:at,height:rt}},p.createElement(st,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:(Ce=ee??K?.bottom_image)!==null&&Ce!==void 0?Ce:L})))}))),!(!((M=j?.homePage)===null||M===void 0)&&M.length)&&p.createElement("div",{className:Ee({height:rt,width:at})},p.createElement("img",{className:Ee({objectFit:"cover",width:"100%",height:"100%"}),src:(_=K?.bottom_image)!==null&&_!==void 0?_:L,alt:"pdp image"})),(ae||!j)&&ie&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>he(!0)},p.createElement("img",{src:ie,alt:"3d",width:"72px"}))),Pe(),p.createElement("div",{className:"pb-commondity-content"},It({isPost:F}))),z(),p.createElement(Ht,{visible:je,onClose:()=>Fe(!1)},p.createElement("div",{style:{paddingBottom:"80px"}},It({isPost:!1})),z()),p.createElement(Ht,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>he(!1)},p.createElement("div",{style:{backgroundColor:ce,height:"100%"}},p.createElement("iframe",{src:ae,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var ga=_e(ha),ba=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const ya=it(ga,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetail",related:{settingRender:Do,interactionRender:ba},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 wa=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}],Sa=[{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"}]}],Bn="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 xa=t=>{var{content:e,btnText:i,style:n,icon:l,isPopup:o,isExternalLink:a,onClose:r,onClick:d,submitButtonStyle:u,contentStyle:s}=t,f=$e(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle"]);const{popupDetailData:h}=Me(),{jumpToWeb:m}=tt(),y=typeof l=="string"?l:fa(l),S=()=>{var x,v,w;if(a){const b=h,T=(x=b?.video)===null||x===void 0?void 0:x.bindProduct,k=(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,k,g)}o||r?.(),d?.()};return p.createElement("div",Object.assign({className:`pb-prompt ${Ee(Object.assign({},n))}`},f),p.createElement("div",{className:"pb-prompt-icon"},p.createElement("img",{width:"100%",src:y??Bn,alt:"success image"})),p.createElement("div",{className:"pb-prompt-content",style:s,dangerouslySetInnerHTML:{__html:xe(e,s)}}),p.createElement("button",{"aria-label":i,className:"pb-prompt-btn",style:u,onClick:S,dangerouslySetInnerHTML:{__html:xe(i,u)}}))};var Ta=_e(xa);const Aa=it(Ta,{displayName:"\u63D0\u4EA4\u6210\u529F",icon:"",category:"popup",type:"Prompt",related:{settingRender:Sa,bindableProps:[],interactionRender:wa},defaulSetting:{props:{icon:Bn,content:"You have successfully completed the appointment!",btnText:"OK"},style:{}},w:100,h:40,sort:3});var Ea=[{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 Ia=t=>{var e,i,n,l,o,a,r,d,u,s,f,h,m,y,S,x,v,w,b,T,k,g,M,_,E,c,O,I,{style:A,isDefault:C,rec:L,viewTime:B,isPost:F,bottom_image:V,tipText:R,swiper:D,commodityStyles:N,buttonStyle:Y,index:U,commodityGroup:q,popupBg:re,iframeIcon:ie,commodityImgRatio:se,isTel:Le,iframeBgColor:ce}=t,W=$e(t,["style","isDefault","rec","viewTime","isPost","bottom_image","tipText","swiper","commodityStyles","buttonStyle","index","commodityGroup","popupBg","iframeIcon","commodityImgRatio","isTel","iframeBgColor"]);X(!0);const{sxpParameter:K,popupCurTimeRef:$,popupDetailData:te,isPreview:we,bffFbReport:ke,checkCommodityIndexRef:le,globalConfig:ge}=Me(),{jumpToWeb:Te,productView:Be}=tt();X(!1),X(!1),X(!0);const[Oe,je]=X(!1),Fe=pe(null),[Z,he]=X(!1),[Q,ue]=X((e=te?.multiCheckIndex)!==null&&e!==void 0?e:0),Ge=pe(),G=F?L:te;let j=F?G?.product:(n=(i=G?.video)===null||i===void 0?void 0:i.bindProduct)!==null&&n!==void 0?n:(o=(l=G?.video)===null||l===void 0?void 0:l.bindProducts)===null||o===void 0?void 0:o[0],Ve=F?(a=G?.product)===null||a===void 0?void 0:a.bindCta:(u=(d=(r=G?.video)===null||r===void 0?void 0:r.bindProduct)===null||d===void 0?void 0:d.bindCta)!==null&&u!==void 0?u:(h=(f=(s=G?.video)===null||s===void 0?void 0:s.bindProducts)===null||f===void 0?void 0:f[0])===null||h===void 0?void 0:h.bindCta;const Ke=F?U:te?.index;if(!F&&q?.open&&(!((m=G?.video)===null||m===void 0)&&m.bindProducts)&&((S=(y=G?.video)===null||y===void 0?void 0:y.bindProducts)===null||S===void 0?void 0:S.length)>0){le.current=Q;const ae=(x=G?.video)===null||x===void 0?void 0:x.bindProducts[Q];j=ae,Ve=ae?.bindCta}const mt=()=>{j?.link&&(Te(G,j,Ve,Ke),F||Be(G,j,Ve,B||Fe.current,Ke),window.location.href=window.getJointUtmLink(j.link))};fe(()=>{F||ke?.({eventName:"ProductView"})},[F,ke]),fe(()=>{const ae=()=>{Fe.current=new Date};return ae(),window.addEventListener("pageshow",ae),()=>{window.removeEventListener("pageshow",ae)}},[]);const Et=Zt({product:j,enableFormattedPrice:(v=N?.price)===null||v===void 0?void 0:v.enableFormattedPrice,globalConfig:ge}),at=(we?375:(w=A?.width)!==null&&w!==void 0?w:window.innerWidth)-((b=re?.horizontalMargin)!==null&&b!==void 0?b:0)*2,rt=se?at*(se.h/se.w):at,It=({isPost:ae})=>p.createElement("div",{hidden:!!j&&(!j?.info||j?.info==="")},p.createElement(pi,{isPost:ae,onClick:()=>je(!0),className:"pb-commondityDiroNew-info",style:N?.info,foldText:R?.foldText,unfoldText:R?.unfoldText,text:j?.info||`Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
6
+ Made in Italy`})),z=be(ae=>ae?.lineClamp?Object.assign(Object.assign({},ae),{overflow:"hidden",WebkitLineClamp:ae?.lineClamp,textOverflow:"ellipsis",display:"-webkit-box",webkitBoxOrient:"vertical"}):ae,[]),H=be(ae=>{$.current=new Date,ue(ae),le.current=ae,Ge?.current&&(Ge.current.swiper.slideTo(0),Ge.current.swiper.autoplay.start())},[]),Ie=be(()=>{var ae,ee,Ce;if(!F)return p.createElement(Rn,{products:(ae=G?.video)===null||ae===void 0?void 0:ae.bindProducts,data:q,defImg:(Ce=(ee=K?.bottom_image)!==null&&ee!==void 0?ee:V)!==null&&Ce!==void 0?Ce:"",style:{padding:"0 19px"},onCLick:H,popupDetailData:te,check:Q})},[Q]),Pe=ve(()=>{const ae={left:"commondityDetail-swiper-clickable-left",center:"commondityDetail-swiper-clickable-center",right:"commondityDetail-swiper-clickable-right"};return ae?.[D?.dotsAlign]},[D?.dotsAlign]),ye=j?.remark;return p.createElement("div",{className:"pb-commondityDiroNew"},p.createElement("div",Object.assign({className:Ee(Object.assign(Object.assign({},A),{transform:"translate3d(0px, 0px, 0px)"}))},W),p.createElement("div",{style:{position:"relative"}},j&&((T=j?.homePage)===null||T===void 0?void 0:T.length)>0&&p.createElement(Ft,{height:rt,modules:[si,ci],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet",clickableClass:Pe},loop:!0,autoplay:{delay:D?.delay*1e3},ref:Ge,className:Ee(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=j?.homePage)===null||g===void 0?void 0:g.map(ae=>{var ee;return p.createElement(At,{key:ae},p.createElement("div",{style:{overflow:"hidden",width:at,height:rt}},p.createElement(st,{style:{height:"100%",width:"100%",objectFit:"cover",display:"block",objectPosition:`50% ${D?.translateY?D?.translateY+50:50}%`},src:(ee=ae??K?.bottom_image)!==null&&ee!==void 0?ee:V})))})),!(!((M=j?.homePage)===null||M===void 0)&&M.length)&&p.createElement("div",{className:Ee({height:rt,width:at})},p.createElement("img",{className:Ee({objectFit:"cover",width:"100%",height:"100%"}),src:(_=K?.bottom_image)!==null&&_!==void 0?_:V,alt:"pdp image"})),(ye||!j)&&ie&&p.createElement("div",{style:{display:"flex",alignItems:"center",position:"absolute",right:"10px",bottom:"10px",zIndex:1,background:"#fff",borderRadius:"3px"},onClick:()=>he(!0)},p.createElement("img",{src:ie,alt:"3d",width:"72px"}))),Ie(),p.createElement("div",{className:"pb-commondityDiroNew-content"},p.createElement("div",{className:"pb-commondityDiroNew-content-top"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-left-title",style:z(N?.title),dangerouslySetInnerHTML:{__html:xe((E=j?.title)!==null&&E!==void 0?E:"Large Dior Toujours BagLarge",N?.title)}}),p.createElement("div",{className:"pb-commondityDiroNew-content-collection",hidden:!!j&&(!j?.collection||j?.collection===""),style:z(N?.collection),dangerouslySetInnerHTML:{__html:xe(j?.collection||"Black Macrocannage CalfskinLarge",N?.collection)}})),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right"},p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!j&&!j?.price,style:z(N?.price),dangerouslySetInnerHTML:{__html:xe(Et,N?.price)}}),p.createElement("div",{className:"pb-commondityDiroNew-content-top-right-price",hidden:!!j&&!j?.taxInfo,style:z(N?.taxInfo),dangerouslySetInnerHTML:{__html:xe((c=j?.taxInfo)!==null&&c!==void 0?c:"\u7A0E\u8D39",N?.taxInfo)}}))),(!j||j?.link)&&p.createElement("button",{"aria-label":(O=Ve?.enTitle)!==null&&O!==void 0?O:"Shop now",onClick:mt,className:"pb-commondityDiroNew-btn",style:Y},p.createElement("span",{dangerouslySetInnerHTML:{__html:xe((I=Ve?.enTitle)!==null&&I!==void 0?I:"Shop now",Y)}})),It({isPost:F}))),p.createElement(Ht,{visible:Oe,onClose:()=>je(!1)},p.createElement("div",{style:{paddingTop:"20px"}},It({isPost:!1}))),p.createElement(Ht,{visible:Z,padding:0,isFullScreen:!0,onClose:()=>he(!1)},p.createElement("div",{style:{backgroundColor:ce,height:"100%"}},p.createElement("iframe",{src:ye,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))))};var Ca=_e(Ia),ka=[{title:"\u6ED1\u52A8\u4E8B\u4EF6",child:[{type:"Switch",label:"\u6ED1\u52A8\u94FA\u6EE1\u5168\u5C4F",name:["isScrollFullScreen"]}]}];const _a=it(Ca,{displayName:"\u5546\u54C1\u8BE6\u60C5",icon:"",category:"popup",type:"CommodityDetailDiroNew",related:{settingRender:Ea,interactionRender:ka},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 Pa=[{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 Nn(t){const e=pe(null),[i,n]=X(!1);return fe(()=>{e.current=new IntersectionObserver(([l])=>{n(l.isIntersecting)})},[]),fe(()=>{var l;return t?.current&&((l=e?.current)===null||l===void 0||l.observe(t?.current)),()=>{var o;(o=e?.current)===null||o===void 0||o.disconnect()}},[t]),i}const Da=({src:t,rec:e,item:i,index:n,style:l,translateY:o,imgStyle:a,enableEventReport:r=!0})=>{const d=pe(null),u=Nn(d),{ctaEvent:s}=Me();return fe(()=>{u&&t&&d?.current&&r&&s?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},e,i,n)},[u,t,d,e,s,i,n,r]),ve(()=>t?.includes(".avif")?t:`${t}?imrquality/rquality/20`,[t]),p.createElement("div",{className:Ee(Object.assign({overflow:"hidden",flexShrink:0,backgroundColor:"#f2f2f2"},a))},p.createElement("div",{ref:d,hidden:!t,className:Ee({width:"100%",height:"100%"})},p.createElement(st,{className:Ee(Object.assign({width:"100%",objectFit:"cover",height:"100%",display:"block",objectPosition:`50% ${o?o+50:50}%`},l)),src:t})))};var _t=_e(Da);const Oa=t=>{var e,i,n,{style:l,isDefault:o,rec:a,viewTime:r,isPost:d,bottom_image:u,commodityStyles:s,buttonStyle:f,translateY:h=0,commodityPicture:m,isExternalLink:y,onClick:S}=t,x=$e(t,["style","isDefault","rec","viewTime","isPost","bottom_image","commodityStyles","buttonStyle","translateY","commodityPicture","isExternalLink","onClick"]);const{sxpParameter:v,popupDetailData:w,setPopupDetailData:b,ctaEvent:T,globalConfig:k}=Me(),{jumpToWeb:g}=tt(),{popup:M}=St(),_=d?a:w,E=(i=(e=_?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[null,null,null,null],c=w?.index,O=be(A=>{var C;return Zt({product:A,enableFormattedPrice:(C=s?.price)===null||C===void 0?void 0:C.enableFormattedPrice,globalConfig:k})},[(n=s?.price)===null||n===void 0?void 0:n.enableFormattedPrice,k]),I=Wt((A,C)=>{T?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},_,A,c),b?.(Object.assign(Object.assign({},_),{video:Object.assign(Object.assign({},_?.video),{bindProduct:A}),index:c,multiCheckIndex:C})),y?A?.link&&(g(_,A,A.bindCta,c),window.location.href=window.getJointUtmLink(A.link)):S?.()},M?.duration);return p.createElement("div",{className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexDirection:"column",gap:"10px",padding:"0 20px",marginTop:"50px",boxSizing:"border-box"}))},E?.map((A,C)=>{var L,B,F,V,R,D,N,Y,U,q;return p.createElement(p.Fragment,null,_&&!A?.bindCta?null:p.createElement("div",Object.assign({key:C},x,{className:Ee({display:"flex"}),onClick:()=>I(A,C)}),p.createElement(_t,{src:(V=(F=(L=A?.cover)!==null&&L!==void 0?L:(B=A?.homePage)===null||B===void 0?void 0:B[0])!==null&&F!==void 0?F:v?.bottom_image)!==null&&V!==void 0?V:u,rec:_,item:A,index:C,translateY:h,imgStyle:m,enableEventReport:!1}),p.createElement("div",{style:{width:`calc(100% - ${(R=m?.width)!==null&&R!==void 0?R:0}px - ${(D=m?.marginRight)!==null&&D!==void 0?D:0}px)`,display:"flex",flexDirection:"column",justifyContent:"space-between"}},p.createElement("div",null,p.createElement("div",{className:"one-line-ellipsis",style:s?.title,hidden:!!A&&!A?.title,dangerouslySetInnerHTML:{__html:xe((N=A?.title)!==null&&N!==void 0?N:"Pendant in Yellow Gold with Diamonds, Medium",s?.title)}}),p.createElement("div",{className:"two-line-ellipsis",style:s?.collection,hidden:!!A&&(!A?.collection||A?.collection===""),dangerouslySetInnerHTML:{__html:xe((Y=A?.collection)!==null&&Y!==void 0?Y:"Tiffany Lock",s?.collection)}})),p.createElement("div",{className:Ee({display:"flex",alignItems:"flex-end",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{style:s?.price,hidden:!!A&&!A?.price,dangerouslySetInnerHTML:{__html:xe(O(A),s?.price)}})),p.createElement("div",{className:"one-line-ellipsis",style:Object.assign(Object.assign({},f),{padding:"0 15px"}),dangerouslySetInnerHTML:{__html:xe((q=(U=A?.bindCta)===null||U===void 0?void 0:U.enTitle)!==null&&q!==void 0?q:"Shop Now",f)}})))))}))};var Ma=_e(Oa),La=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick"}]}];const Ra=it(Ma,{displayName:"\u5546\u54C1\u5217\u8868",icon:"",category:"popup",type:"CommodityList",related:{settingRender:Pa,interactionRender:La},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 Ba=[{title:"\u80CC\u666F\u6837\u5F0F",child:[{type:"Color",label:"\u80CC\u666F\u8272",name:["style","backgroundColor"]}]}];const Na=t=>{var e,i,{content:n,btnText:l,style:o,icon:a,isPopup:r,isExternalLink:d,onClose:u,onClick:s,submitButtonStyle:f,contentStyle:h,isTel:m}=t,y=$e(t,["content","btnText","style","icon","isPopup","isExternalLink","onClose","onClick","submitButtonStyle","contentStyle","isTel"]);const{popupDetailData:S}=Me(),x=(i=(e=S?.video)===null||e===void 0?void 0:e.bindCta)===null||i===void 0?void 0:i.remark;return p.createElement("div",Object.assign({className:`${Ee(Object.assign({},o))}`},y),p.createElement("iframe",{src:x,style:{width:"100%",height:"calc(100% - 50px)",marginTop:"50px",border:"none"}}))};var Fa=_e(Na);const ja=it(Fa,{displayName:"Iframe\u5F39\u7A97",icon:"",category:"popup",type:"Iframe",related:{settingRender:Ba,bindableProps:[]},defaulSetting:{props:{},style:{}},w:100,h:40,sort:3});var gt=[{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"]}]}],Va=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const za=t=>{var{rec:e,children:i,className:n,onClick:l,style:o,isExternalLink:a=!1,index:r,jumpLink:d}=t;$e(t,["rec","children","className","onClick","style","isExternalLink","index","jumpLink"]);const u=pe(null),{popup:s}=St(),{setPopupDetailData:f,ctaEvent:h}=Me(),{jumpToWeb:m}=tt(),y=Wt(()=>{var S,x,v,w,b,T,k,g;const M=(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,M,r),f?.(Object.assign(Object.assign({},e),{index:r})),a){if(d||!((w=(v=e?.video)===null||v===void 0?void 0:v.bindProduct)===null||w===void 0)&&w.link){const _=(b=e?.video)===null||b===void 0?void 0:b.bindCta,E=(T=e?.video)===null||T===void 0?void 0:T.bindProduct;m(e,E,_,r),window.location.href=window.getJointUtmLink(d||((g=(k=e?.video)===null||k===void 0?void 0:k.bindProduct)===null||g===void 0?void 0:g.link)||"")}}else l?.()},s?.duration);return p.createElement("div",{ref:u,className:n,style:o,onClick:y},i)};var Qt=_e(za),Ha={"tow-line-ellipsis":"index-module_tow-line-ellipsis__3bKKx"};const Ga=t=>{var e,i,n,l,o,a,r,d,u,s,f,{content:h,style:m,bgImg:y,recData:S,bottom_image:x,ctaTempStyles:v,isExternalLink:w,translateY:b=0,index:T}=t,k=$e(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Me(),M=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,_=(o=(l=(i=M?.cover)!==null&&i!==void 0?i:(n=M?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:g?.bottom_image)!==null&&o!==void 0?o:x;return p.createElement(Qt,Object.assign({isExternalLink:w,rec:S,className:Ee(Object.assign({},m)),style:{display:"flex"},index:T},k),p.createElement(_t,{src:_,rec:S,item:(r=(a=S?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&r!==void 0?r:S?.video,index:T,translateY:b,imgStyle:v?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:Ha["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((d=M?.title)!==null&&d!==void 0?d:"Product Name",v?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((u=v?.ctaTitle)===null||u===void 0?void 0:u.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((f=(s=M?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var Ua=_e(Ga);const Wa=it(Ua,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"Commodity",related:{interactionRender:Va,bindableProps:[],settingRender:gt},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 Ya=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}];const Xa=t=>{var e,i,n,l,o,a,{content:r,style:d,bgImg:u,recData:s,bottom_image:f,ctaTempStyles:h,isExternalLink:m,index:y}=t,S=$e(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","index"]);const{sxpParameter:x}=Me(),v=(e=s?.video)===null||e===void 0?void 0:e.bindCta,w=(n=(i=v?.icon)!==null&&i!==void 0?i:x?.bottom_image)!==null&&n!==void 0?n:f;return p.createElement(Qt,Object.assign({isExternalLink:m,rec:s,className:Ee(Object.assign({alignItems:"center"},d)),style:{display:"flex"},index:y},S),p.createElement(_t,{src:w,rec:s,item:(o=(l=s?.video)===null||l===void 0?void 0:l.bindProduct)!==null&&o!==void 0?o:s?.video,index:y,imgStyle:h?.img}),p.createElement("div",{className:Ee(Object.assign({overflow:"hidden",textOverflow:"ellipsis"},h?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((a=v?.enTitle)!==null&&a!==void 0?a:"Product Name",h?.ctaTitle)}}))};var Ja=_e(Xa);const qa=it(Ja,{displayName:"\u9884\u7EA6\u8868\u5355",icon:"",category:"template",type:"Appoint",related:{interactionRender:Ya,settingRender:gt?.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 Ka=[{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"}]}],Fn={"tow-line-ellipsis":"index-module_tow-line-ellipsis__nkBlU","one-line-ellipsis":"index-module_one-line-ellipsis__buFw1"};const Za=t=>{var e,i,n,l,o,a,r,d,u,{content:s,style:f,bgImg:h,recData:m,bottom_image:y,ctaTempStyles:S,index:x,customTitle:v}=t,w=$e(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","index","customTitle"]);const{sxpParameter:b,bffEventReport:T}=Me();tt();const k=(e=m?.video)===null||e===void 0?void 0:e.bindCta;(i=m?.video)===null||i===void 0||i.bindProduct;const g=(l=(n=k?.icon)!==null&&n!==void 0?n:b?.bottom_image)!==null&&l!==void 0?l:y;return p.createElement(Qt,Object.assign({index:x,rec:m,className:Ee(Object.assign({alignItems:"center"},f)),style:{display:"flex"}},w,{jumpLink:(o=k?.link)!==null&&o!==void 0?o:""}),p.createElement(_t,{src:g,rec:m,item:(r=(a=m?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&r!==void 0?r:m?.video,index:x,imgStyle:S?.img}),p.createElement("div",{className:Ee({display:"flex",alignItems:"center",width:"100%",overflow:"hidden"})},p.createElement("div",null,p.createElement("div",{className:Fn["tow-line-ellipsis"],style:S?.ctaTitle,dangerouslySetInnerHTML:{__html:xe((d=k?.enTitle)!==null&&d!==void 0?d:"Product Name",S?.ctaTitle)}}),v?.display&&p.createElement("div",{style:Object.assign(Object.assign({},v?.style),{lineHeight:((u=v?.style)===null||u===void 0?void 0:u.height)+"px"}),className:Fn["one-line-ellipsis"],dangerouslySetInnerHTML:{__html:xe(v?.text,v?.style)}}))))};var Qa=_e(Za),$a=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],Ni;const er=it(Qa,{displayName:"\u666E\u901ACTA",icon:"",category:"template",type:"Link",related:{settingRender:(Ni=gt?.filter(t=>t.type!=="commodityTitle"))===null||Ni===void 0?void 0:Ni.concat(Ka),bindableProps:[],interactionRender:$a},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 tr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],ir={"tow-line-ellipsis":"index-module_tow-line-ellipsis__yyHVb"};const nr=t=>{var e,i,n,l,o,a,r,d,u,s,f,{content:h,style:m,bgImg:y,recData:S,bottom_image:x,ctaTempStyles:v,isExternalLink:w,translateY:b=0,index:T}=t,k=$e(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:g}=Me(),M=(e=S?.video)===null||e===void 0?void 0:e.bindProduct,_=(o=(l=(i=M?.cover)!==null&&i!==void 0?i:(n=M?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:g?.bottom_image)!==null&&o!==void 0?o:x;return p.createElement(Qt,Object.assign({isExternalLink:w,rec:S,className:Ee(Object.assign({},m)),style:{display:"flex"},index:T},k),p.createElement(_t,{src:_,rec:S,item:(r=(a=S?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&r!==void 0?r:S?.video,index:T,translateY:b,imgStyle:v?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:ir["tow-line-ellipsis"],style:v?.title,dangerouslySetInnerHTML:{__html:xe((d=M?.title)!==null&&d!==void 0?d:"Product Name",v?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((u=v?.ctaTitle)===null||u===void 0?void 0:u.height)+"px"},v?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((f=(s=M?.bindCta)===null||s===void 0?void 0:s.enTitle)!==null&&f!==void 0?f:"Shop Now",v?.ctaTitle)}})))};var or=_e(nr);const lr=it(or,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"CommodityDiro",related:{interactionRender:tr,settingRender:gt,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 ar=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],rr={"tow-line-ellipsis":"index-module_tow-line-ellipsis__I-yCC"};const dr=t=>{var e,i,n,l,o,a,r,d,u,s,{content:f,style:h,bgImg:m,recData:y,bottom_image:S,ctaTempStyles:x,isExternalLink:v,translateY:w=0,index:b}=t,T=$e(t,["content","style","bgImg","recData","bottom_image","ctaTempStyles","isExternalLink","translateY","index"]);const{sxpParameter:k}=Me(),g=(e=y?.video)===null||e===void 0?void 0:e.bindProduct,M=(o=(l=(i=g?.cover)!==null&&i!==void 0?i:(n=g?.homePage)===null||n===void 0?void 0:n[0])!==null&&l!==void 0?l:k?.bottom_image)!==null&&o!==void 0?o:S;return p.createElement(Qt,Object.assign({isExternalLink:v,rec:y,className:Ee(Object.assign({},h)),style:{display:"flex"},index:b},T),p.createElement(_t,{src:M,rec:y,item:(r=(a=y?.video)===null||a===void 0?void 0:a.bindProduct)!==null&&r!==void 0?r:y?.video,index:b,translateY:w,imgStyle:x?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden"})},p.createElement("div",{className:rr["tow-line-ellipsis"],style:x?.title,dangerouslySetInnerHTML:{__html:xe((d=g?.title)!==null&&d!==void 0?d:"Product Name",x?.title)}}),p.createElement("div",{className:Ee(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},x?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((s=(u=g?.bindCta)===null||u===void 0?void 0:u.enTitle)!==null&&s!==void 0?s:"Shop Now",x?.ctaTitle)}})))};var sr=_e(dr);const cr=it(sr,{displayName:"\u63A8\u8350\u5355\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"CommodityDiroNew",related:{interactionRender:ar,bindableProps:[],settingRender:gt},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 ur=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],vr={"two-line-ellipsis":"index-module_two-line-ellipsis__SFQwJ"};const pr=t=>{var e,i,{content:n,style:l,bgImg:o,recData:a,onClick:r,bottom_image:d,ctaTempStyles:u,isExternalLink:s,index:f,translateY:h=0}=t,m=$e(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:y,setPopupDetailData:S,sxpParameter:x}=Me(),{popup:v}=St(),{jumpToWeb:w}=tt(),[b,T]=X((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=Wt((g,M)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),S?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),s?g?.link&&(w(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return p.createElement(Kt,{isPadding:!!a},b?.map((g,M)=>{var _,E,c,O,I,A,C,L;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(At,Object.assign({key:M,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,M)}),p.createElement(_t,{src:(O=(c=(_=g?.cover)!==null&&_!==void 0?_:(E=g?.homePage)===null||E===void 0?void 0:E[0])!==null&&c!==void 0?c:x?.bottom_image)!==null&&O!==void 0?O:d,rec:a,item:g,index:M,translateY:h,imgStyle:u?.img}),p.createElement("div",{className:Ee({color:"#000",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:vr["two-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((I=g?.title)!==null&&I!==void 0?I:"Product Name",u?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",borderRadius:"25px",whiteSpace:"nowrap",lineHeight:((A=u?.ctaTitle)===null||A===void 0?void 0:A.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((L=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&L!==void 0?L:"Shop Now",u?.ctaTitle)}}))))}))};var mr=_e(pr);const fr=it(mr,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u5706\u89D2\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiro",related:{interactionRender:ur,bindableProps:[],settingRender:gt},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 hr=[{title:"\u70B9\u51FB\u4E8B\u4EF6",child:[{type:"link",name:"onClick",hiddenUrl:!0}]}],gr={"two-line-ellipsis":"index-module_two-line-ellipsis__mdzn0"};const br=t=>{var e,i,{content:n,style:l,bgImg:o,recData:a,onClick:r,bottom_image:d,ctaTempStyles:u,isExternalLink:s,index:f,translateY:h=0}=t,m=$e(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{sxpParameter:y}=Me(),{ctaEvent:S,setPopupDetailData:x}=Me(),{popup:v}=St(),[w,b]=X((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),{jumpToWeb:T}=tt(),k=Wt((g,M)=>{S?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),x?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),s?g?.link&&(T(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return p.createElement(Kt,{isPadding:!!a},w?.map((g,M)=>{var _,E,c,O,I,A,C,L;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(At,Object.assign({key:M,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,M)}),p.createElement(_t,{src:(O=(c=(_=g?.cover)!==null&&_!==void 0?_:(E=g?.homePage)===null||E===void 0?void 0:E[0])!==null&&c!==void 0?c:y?.bottom_image)!==null&&O!==void 0?O:d,rec:a,item:g,index:M,translateY:h,imgStyle:u?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"space-between",width:"100%",overflow:"hidden"})},p.createElement("div",{className:gr["two-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((I=g?.title)!==null&&I!==void 0?I:"Product Name",u?.title)}}),p.createElement("div",{className:Ee(Object.assign({padding:"0 7px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",lineHeight:((A=u?.ctaTitle)===null||A===void 0?void 0:A.height)+"px"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((L=(C=g?.bindCta)===null||C===void 0?void 0:C.enTitle)!==null&&L!==void 0?L:"Shop Now",u?.ctaTitle)}}))))}))};var yr=_e(br);const wr=it(yr,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u900F\u660E\u5E95",icon:"",category:"template",type:"MultiCommodity",related:{interactionRender:hr,settingRender:gt,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}]}],xr={"tow-line-ellipsis":"index-module_tow-line-ellipsis__fselR"};const Tr=t=>{var e,i,{content:n,style:l,bgImg:o,recData:a,onClick:r,bottom_image:d,ctaTempStyles:u,isExternalLink:s,index:f,translateY:h=0}=t,m=$e(t,["content","style","bgImg","recData","onClick","bottom_image","ctaTempStyles","isExternalLink","index","translateY"]);const{ctaEvent:y,setPopupDetailData:S,sxpParameter:x}=Me(),{popup:v}=St(),{jumpToWeb:w}=tt(),[b,T]=X((i=(e=a?.video)===null||e===void 0?void 0:e.bindProducts)!==null&&i!==void 0?i:[1,2]),k=Wt((g,M)=>{y?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},a,g,f),S?.(Object.assign(Object.assign({},a),{video:Object.assign(Object.assign({},a?.video),{bindProduct:g}),index:f,multiCheckIndex:M})),s?g?.link&&(w(a,g,g.bindCta,f),window.location.href=window.getJointUtmLink(g.link)):r?.()},v?.duration);return p.createElement(Kt,{isPadding:!!a},b?.map((g,M)=>{var _,E,c,O,I,A,C;return p.createElement(p.Fragment,null,a&&!g?.bindCta?null:p.createElement(At,Object.assign({key:M,className:Ee(Object.assign(Object.assign({},l),{display:"flex",flexShrink:0,marginLeft:0,marginRight:"8px"}))},m,{onClick:()=>k(g,M)}),p.createElement(_t,{src:(O=(c=(_=g?.cover)!==null&&_!==void 0?_:(E=g?.homePage)===null||E===void 0?void 0:E[0])!==null&&c!==void 0?c:x?.bottom_image)!==null&&O!==void 0?O:d,rec:a,item:g,index:M,translateY:h,imgStyle:u?.img}),p.createElement("div",{className:Ee({color:"#fff",display:"flex",flexDirection:"column",justifyContent:"center",width:"100%",overflow:"hidden",lineHeight:"20px"})},p.createElement("div",{className:xr["tow-line-ellipsis"],style:u?.title,dangerouslySetInnerHTML:{__html:xe((I=g?.title)!==null&&I!==void 0?I:"Product Name",u?.title)}}),p.createElement("div",{className:Ee(Object.assign({textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},u?.ctaTitle)),dangerouslySetInnerHTML:{__html:xe((C=(A=g?.bindCta)===null||A===void 0?void 0:A.enTitle)!==null&&C!==void 0?C:"Shop Now",u?.ctaTitle)}}))))}))};var Ar=_e(Tr);const Er=it(Ar,{displayName:"\u63A8\u8350\u591A\u5546\u54C1-\u767D\u5E95\u4E0B\u5212\u7EBF\u6309\u94AE",icon:"",category:"template",type:"MultiCommodityDiroNew",related:{interactionRender:Sr,bindableProps:[],settingRender:gt},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 Ir=[{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 Cr=({icon:t,styles:e,textStyle:i,onClose:n})=>{var l;const{waterFallData:o,setOpenHashtag:a}=Me();return p.createElement("div",{className:"clc-sxp-nav",style:e},p.createElement("img",{className:"clc-sxp-nav-left",src:t,alt:"back button",onClick:n}),p.createElement("div",{className:"clc-sxp-nav-title",style:Object.assign(Object.assign({},i),{paddingLeft:i?.textAlign==="left"?"35px":0}),dangerouslySetInnerHTML:{__html:xe(`#${(l=o?.hashTag)!==null&&l!==void 0?l:"\u6807\u9898"}`,i)}}))};var jn=_e(Cr),kr=null,_r="3d989325-e7d6-4a74-8a97-98febdf5b567",Pr=null,Dr=null,Or={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"},Mr=[{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}],Lr="Handbags",Vn={productUserId:kr,requestId:_r,channel:Pr,rtc:Dr,tag:Or,recList:Mr,hashTag:Lr};const Rr=t=>{var e;const{rec:i,style:n={},sizeChange:l=()=>{},unitWidth:o,index:a,showBorder:r,list:d,reportTagsView:u,textStyles:s,space:f}=t,{swiperRef:h,setRtcList:m,setOpenHashtag:y,sxpParameter:S,globalConfig:x}=Me(),[v,w]=X(!1);X(!1),X({height:1,width:1});const b=pe(null),T=pe(null);pe(null),pe(null);const[k,g]=X(""),M=ve(()=>{var C,L,B,F,V,R,D,N,Y,U;return!((C=i?.video)===null||C===void 0)&&C.cover?(L=i?.video)===null||L===void 0?void 0:L.cover:!((F=(B=i?.video)===null||B===void 0?void 0:B.imgUrls)===null||F===void 0)&&F.length?(R=(V=i?.video)===null||V===void 0?void 0:V.imgUrls)===null||R===void 0?void 0:R[0]:!((N=(D=i?.product)===null||D===void 0?void 0:D.homePage)===null||N===void 0)&&N.length?(U=(Y=i?.product)===null||Y===void 0?void 0:Y.homePage)===null||U===void 0?void 0:U[0]:S?.bottom_image||""},[i,S?.bottom_image]),_=ve(()=>{var C,L;return((C=i?.product)===null||C===void 0?void 0:C.title)||((L=i?.video)===null||L===void 0?void 0:L.title)||null},[i]),E=ve(()=>{var C;return n.transform?Number((C=n.transform)===null||C===void 0?void 0:C.substring(n.transform.indexOf(",",0)+1,n.transform.length-3)):void 0},[n]);ve(()=>E===void 0?!1:E<=r,[E,r]);const c=Zt({product:i?.product,enableFormattedPrice:(e=s?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:x});fe(()=>{if(b.current===null||M==="")return;let C=null;v&&k?C=k:C=M,C&&b.current.setSrc(C)},[M,v,k]);const O=pe(),I=be(C=>{setTimeout(()=>{var L;const B=(L=O?.current)===null||L===void 0?void 0:L.offsetHeight;l(B+56+f,a)},0)},[f,l,a,o,O]),A=()=>{u(),m?.(d),setTimeout(()=>{var C;(C=h?.current)===null||C===void 0||C.swiper.slideTo(a,0,!1),y?.(!1)},0)};return p.createElement("div",{ref:T,style:Object.assign({},n),className:"waterFallList-content-listItem",key:a,onClick:A},p.createElement("div",{className:"waterFallList-content-listItem-picture",ref:O},p.createElement(st,{loading:"lazy",className:"waterFallList-content-listItem-picture-img",onLoad:I,ref:b})),p.createElement("div",{className:"waterFallList-content-listItem-info"},p.createElement("div",{className:`waterFallList-content-listItem-info-title ${c?"waterFallList-content-listItem-info-nowrap":""}`,style:Object.assign({},s?.title),dangerouslySetInnerHTML:{__html:xe(_,s?.title)}}),p.createElement("div",{className:"waterFallList-content-listItem-info-price",hidden:!c,style:s.price,dangerouslySetInnerHTML:{__html:xe(c,s?.price)}})))};function Br(t){var e,i,n,l,o,a,r,d,u,s,f,h,m,y,S,x,v,w,b,T,k,g,{reportTagsView:M,showBanner:_}=t,E=$e(t,["reportTagsView","showBanner"]);const{waterFallData:c,getRecommendVideos:O,hashTagSize:I,loadingImage:A,isOpenHashTag:C,cacheActiveIndex:L}=Me(),{jumpToWeb:B}=tt(),F=pe(null),[V,R]=X(0),[D,N]=X(),Y=pe(null),[U,q]=X([]),re=pe(),ie=[170,230,300],[se,Le]=X(!1),[ce,W]=X([]),K=pe(),$=be((Z,he)=>Math.floor(Math.random()*(he-Z+1))+Z,[]),te=pe([]),[we,ke]=X({width:0}),le=ve(()=>{const Z=we.width||0;return Z>=1200?6:Z>=768&&Z<=1199?4:2},[we]),ge=ve(()=>we.width/le-2,[le,we]),Te=be(()=>{var Z;const he=(Z=re.current)!==null&&Z!==void 0?Z:[],Q=[];for(let ue=0;ue<ce?.length;ue++){const Ge=Math.floor(ue/le),G=ue%le+1;let j=0,Ve=9999999999;if(Ge===0)Q[ue]=ue;else{for(let Ke=0;Ke<Q.length;Ke++)te.current[Q[Ke]].top+te.current[Q[Ke]].height<Ve&&(j=Ke,Ve=te.current[Q[Ke]].top+te.current[Q[Ke]].height);Q[j]=ue}te.current[ue]===void 0&&(te.current[ue]={}),Ge===0?(G===1?te.current[ue].left=0:te.current[ue].left=te.current[ue-1].left+ge+4,te.current[ue].top=0):(te.current[ue].left=te.current[j].left,te.current[ue].top=Ve),te.current[ue].height=te.current[ue].height||ie[$(0,2)],he[ue]={transform:`translate(${te.current[ue].left}px,${te.current[ue].top}px)`,width:`${ge}px`,height:te.current[ue].height}}return q([...he]),[...he]},[ge,le,ie,$,ce]),Be=be((Z,he)=>{te.current[he]===void 0&&(te.current[he]={}),te.current[he].height=Z,re.current=Te()},[Te]);fe(()=>{re.current=Te()},[ge,le,ce]),fe(()=>{var Z,he;if(Le(!0),c&&O?.({hashTag:c?.hashTag,defaultSize:I,maxSize:I}).then(Q=>{var ue,Ge;N(Q),W((Ge=(ue=Q?.recList)===null||ue===void 0?void 0:ue.filter(G=>G?.video!==null||G?.product!==null))!==null&&Ge!==void 0?Ge:[]),Le(!1)}),C){const Q=Vn;N(Q),W((he=(Z=Q?.recList)===null||Z===void 0?void 0:Z.filter(ue=>ue?.video!==null||ue?.product!==null))!==null&&he!==void 0?he:[]),Le(!1)}},[c,O,I,C]);const Oe=be(()=>{Y.current!==null&&ke({width:Y.current.getBoundingClientRect().width})},[]);fe(()=>{if(Y.current===null)return;const Z=new ResizeObserver(he=>{Oe()});return Z.observe(Y.current),()=>{Z.disconnect()}},[Oe]),be(()=>{Le(!0),c&&O?.({hashTag:c?.hashTag}).then(Z=>{var he,Q;W(ce?.concat((Q=(he=Z?.recList)===null||he===void 0?void 0:he.filter(ue=>!ue?.video))!==null&&Q!==void 0?Q:[])),Le(!1)})},[c,O,ce]);const je=be(()=>{R(F.current.scrollTop)},[]);fe(()=>{var Z;return(Z=F?.current)===null||Z===void 0||Z.addEventListener("scroll",je),()=>{var he;(he=F?.current)===null||he===void 0||he.removeEventListener("scroll",je)}},[je,F]);const Fe=()=>{var Z,he,Q,ue,Ge;if(!((Z=D?.tag)===null||Z===void 0)&&Z.link){M();const G=c?.rec;B(G,(he=G?.video)===null||he===void 0?void 0:he.bindProduct,(Q=G?.video)===null||Q===void 0?void 0:Q.bindCta,L,(ue=G?.video)===null||ue===void 0?void 0:ue.traceInfo),window.location.href=window.getJointUtmLink((Ge=D?.tag)===null||Ge===void 0?void 0:Ge.link)}};return p.createElement(p.Fragment,null,se?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:A,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"waterFallList",ref:Y},p.createElement("div",{className:"waterFallList-scroll",ref:F},_&&((e=D?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:Fe},p.createElement(st,{className:Ee({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=D?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"waterFallList-info",style:(n=E?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=D?.tag)===null||l===void 0?void 0:l.info,(o=E?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),p.createElement("div",{hidden:!(!((a=D?.tag)===null||a===void 0)&&a.link),className:"waterFallList-collection",style:Object.assign({},(r=E?.textStyles)===null||r===void 0?void 0:r.hashTagLink),onClick:Fe,dangerouslySetInnerHTML:{__html:xe(((d=D?.tag)===null||d===void 0?void 0:d.linkTitle)||"Shop the collection",(u=E?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),p.createElement("div",{className:"waterFallList-content"},ce?.map((Z,he)=>{var Q;return p.createElement(Rr,Object.assign({key:he,index:he,rec:Z,list:ce,showBorder:V+((Q=F?.current)===null||Q===void 0?void 0:Q.clientHeight),style:U[he],sizeChange:Be,unitWidth:ge,reportTagsView:M},E))}),p.createElement("div",{hidden:!(!((s=D?.tag)===null||s===void 0)&&s.link),style:{position:"absolute",width:"100%",transform:`translate(0px,${(S=((h=te?.current[((f=te?.current)===null||f===void 0?void 0:f.length)-1])===null||h===void 0?void 0:h.top)+((y=te?.current[((m=te?.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?((v=K?.current)===null||v===void 0?void 0:v.offsetHeight)||((w=E?.buttonBgStyle)===null||w===void 0?void 0:w.height)||"100px":0}}))),p.createElement("div",{className:"waterFallList-bottom",hidden:!(!((b=D?.tag)===null||b===void 0)&&b.link),style:E?.buttonBgStyle}),p.createElement("div",{ref:K,hidden:!(!((T=D?.tag)===null||T===void 0)&&T.link),className:"waterFallList-btn-wrap",style:Object.assign(Object.assign({},E?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},p.createElement("button",{"aria-label":((k=D?.tag)===null||k===void 0?void 0:k.linkTitle)||"Shop the collection",className:"waterFallList-btn",style:E?.buttonStyle,onClick:Fe,dangerouslySetInnerHTML:{__html:xe(((g=D?.tag)===null||g===void 0?void 0:g.linkTitle)||"Shop the collection",E?.buttonStyle)}}))))}var Nr="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAaZJREFUeF7t2jFKBEEQRuG3mSJeQTARURDMTL2EqXfwAnoKD6FHMDEzNVIw2tzQC2gFggyDrExX1V92T7wz9PumFnqbXdH5teq8nwEwJqBzgfEVKDYAW8Ae8NZq3ZUm4Aa4AnaBR+C8BUIVAIu/ngSfAs9LESoAWLgB/LzWwP7SeLtfHWAu3tZ9Adz/dwD3eOUJCIlXBQiLVwQIjVcDCI9XAkiJVwFIi1cASI3PBpjb3jbd5GyyUcraCUrEZ02ATHwGgFR8NIBcfCSAZHwUgGx8BIB0vDeAfLwnQIl4L4Ay8R4ApeJbA2wD78DOZA/e7ABzk739Xz/T8rfAIfA6WYCd3BqA7NUSwCKfgLNKCK0BjoC7rzP74yoIrQGsuxSCB0ApBC+AMgieACUQvAHkESIApBGiAGQRIgEkEaIB5BAyAKQQsgBkEDIBJBCyAdIRFABSEVQA0hCUAFIQ1ADCERQBQhFUAcIQlAFCENQBfkOwg9eXpeftFQDmEOzv8ifARy8A3wiXwAHwANwujbf7q0xAi9bZZwwAN9oiDx4TUORFuS2z+wn4BAiAaEHnKChjAAAAAElFTkSuQmCC";const Fr=t=>{var e;const{rec:i,index:n,list:l,reportTagsView:o,textStyles:a,space:r}=t,{swiperRef:d,setRtcList:u,setOpenHashtag:s,sxpParameter:f,globalConfig:h}=Me(),[m,y]=X(!1),S=pe(null),x=pe(null),v=pe(null),w=pe(null),[b,T]=X(""),k=ve(()=>{var c,O,I,A,C,L,B,F,V,R;return!((c=i?.video)===null||c===void 0)&&c.cover?(O=i?.video)===null||O===void 0?void 0:O.cover:!((A=(I=i?.video)===null||I===void 0?void 0:I.imgUrls)===null||A===void 0)&&A.length?(L=(C=i?.video)===null||C===void 0?void 0:C.imgUrls)===null||L===void 0?void 0:L[0]:!((F=(B=i?.product)===null||B===void 0?void 0:B.homePage)===null||F===void 0)&&F.length?(R=(V=i?.product)===null||V===void 0?void 0:V.homePage)===null||R===void 0?void 0:R[0]:f?.bottom_image||""},[i,f?.bottom_image]),g=ve(()=>{var c,O;return((c=i?.product)===null||c===void 0?void 0:c.title)||((O=i?.video)===null||O===void 0?void 0:O.title)||null},[i]),M=Zt({product:i?.product,enableFormattedPrice:(e=a?.price)===null||e===void 0?void 0:e.enableFormattedPrice,globalConfig:h});fe(()=>{const c=new IntersectionObserver(O=>{O.forEach(I=>{if(I.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,O,I)=>{const A=c/O;return I/A};fe(()=>{const c=v?.current;c===null||k===""||!m||(c.src=k,c.currentTime=1,c.crossOrigin="anonymous",c.onloadeddata=()=>{const O=w?.current;if(!O)return;const I=O.getContext("2d"),A=window?.innerWidth/2,C=_(c.videoWidth,c.videoHeight,A);O.height=C,O.width=A,I?.drawImage(c,0,0,O.width,O.height),T(O.toDataURL()),c.remove(),O.remove()})},[k,m]);const E=()=>{o(),u?.(l),setTimeout(()=>{var c;(c=d?.current)===null||c===void 0||c.swiper.slideTo(n,0,!1),s?.(!1)},0)};return p.createElement("div",{ref:x,className:"list-content-listItem",key:n,onClick:E,style:{marginBottom:r}},p.createElement("div",{className:"list-content-listItem-picture"},m&&p.createElement("div",{style:{display:"none"}},p.createElement("video",{ref:v,crossOrigin:"anonymous",className:"list-content-listItem-picture-img"}),p.createElement("canvas",{ref:w})),p.createElement(st,{loading:"lazy",className:"list-content-listItem-picture-img",ref:S})),p.createElement("div",{className:"list-content-listItem-info"},p.createElement("div",{className:`list-content-listItem-info-title ${M?"list-content-listItem-info-nowrap":""}`,style:a?.title,dangerouslySetInnerHTML:{__html:xe(g,a?.title)}}),p.createElement("div",{className:"list-content-listItem-info-price",style:a?.price,hidden:!M,dangerouslySetInnerHTML:{__html:xe(M,a?.price)}})))};function jr(t){var e,i,n,l,o,a,r,d,u,s,f,h,m,y,S,x,v,{reportTagsView:w,showBanner:b}=t,T=$e(t,["reportTagsView","showBanner"]);const{waterFallData:k,getRecommendVideos:g,hashTagSize:M,loadingImage:_,isOpenHashTag:E,cacheActiveIndex:c}=Me(),{jumpToWeb:O}=tt(),[I,A]=X(),[C,L]=X(),[B,F]=X(!1),V=pe(null),[R,D]=X(!1);be(()=>{R||(D(!0),k&&g?.({hashTag:k?.hashTag}).then(Y=>{var U;A(I?.concat((U=Y?.recList)!==null&&U!==void 0?U:[])),D(!1)}))},[k,g,I,R]),fe(()=>{var Y,U;if(F(!0),k&&g?.({hashTag:k?.hashTag,defaultSize:M,maxSize:M}).then(q=>{var re,ie;L(q),A((ie=(re=q?.recList)===null||re===void 0?void 0:re.filter(se=>se?.video!==null||se?.product!==null))!==null&&ie!==void 0?ie:[]),F(!1)}),E){const q=Vn;L(q),A((U=(Y=q?.recList)===null||Y===void 0?void 0:Y.filter(re=>re?.video!==null||re?.product!==null))!==null&&U!==void 0?U:[]),F(!1)}},[k,g,M,E]);const N=()=>{var Y,U,q,re,ie;if(!((Y=C?.tag)===null||Y===void 0)&&Y.link){w();const se=k?.rec;O(se,(U=se?.video)===null||U===void 0?void 0:U.bindProduct,(q=se?.video)===null||q===void 0?void 0:q.bindCta,c,(re=se?.video)===null||re===void 0?void 0:re.traceInfo),window.location.href=window.getJointUtmLink((ie=C?.tag)===null||ie===void 0?void 0:ie.link)}};return p.createElement(p.Fragment,null,B?p.createElement("div",{style:{height:"100%",width:"100%",display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:_,alt:"loading...",style:{objectFit:"contain"}})):p.createElement("div",{className:"list"},p.createElement("div",{className:"list-scroll",ref:V},b&&((e=C?.tag)===null||e===void 0?void 0:e.picture)&&p.createElement("div",{onClick:N},p.createElement(st,{className:Ee({width:"100%",objectFit:"cover",marginBottom:"20px"}),src:(i=C?.tag)===null||i===void 0?void 0:i.picture})),p.createElement("div",{className:"list-info",style:(n=T?.textStyles)===null||n===void 0?void 0:n.hashTagDesc,dangerouslySetInnerHTML:{__html:xe((l=C?.tag)===null||l===void 0?void 0:l.info,(o=T?.textStyles)===null||o===void 0?void 0:o.hashTagDesc)}}),p.createElement("div",{hidden:!(!((a=C?.tag)===null||a===void 0)&&a.link),className:"list-collection",onClick:N,style:Object.assign(Object.assign({},(r=T?.textStyles)===null||r===void 0?void 0:r.hashTagLink),{marginBottom:T?.space}),dangerouslySetInnerHTML:{__html:xe(((d=C?.tag)===null||d===void 0?void 0:d.linkTitle)||"Shop the collection",(u=T?.textStyles)===null||u===void 0?void 0:u.hashTagLink)}}),p.createElement("div",{className:"list-content"},I?.map((Y,U)=>p.createElement(Fr,Object.assign({key:U,index:U,rec:Y,list:I,reportTagsView:w},T)))),p.createElement("div",{hidden:!R,style:{textAlign:"center"}},"loading..."),p.createElement("div",{hidden:!(!((s=C?.tag)===null||s===void 0)&&s.link),style:{height:!((f=C?.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}})),p.createElement("div",{className:"list-bottom",hidden:!(!((y=C?.tag)===null||y===void 0)&&y.link),style:T?.buttonBgStyle}),p.createElement("div",{hidden:!(!((S=C?.tag)===null||S===void 0)&&S.link),className:"list-btn-wrap",style:Object.assign(Object.assign({},T?.buttonBgStyle),{height:"auto",backgroundColor:"transparent"})},p.createElement("button",{"aria-label":((x=C?.tag)===null||x===void 0?void 0:x.linkTitle)||"Shop the collection",className:"list-btn",style:T?.buttonStyle,onClick:N,dangerouslySetInnerHTML:{__html:xe(((v=C?.tag)===null||v===void 0?void 0:v.linkTitle)||"Shop the collection",T?.buttonStyle)}}))))}const Vr=t=>{var e;const{waterFallData:i,setOpenHashtag:n,openHashtag:l,swiperRef:o,setWaterFallData:a,cacheRtcList:r,setRtcList:d,cacheActiveIndex:u,rtcList:s,setCacheRtcList:f,setIsFromHashtag:h,isFromHashtag:m,bffEventReport:y,themeTag:S,selectTag:x}=Me(),{backMainFeed:v}=tt();pe(null);const w=pe(null),[b,T]=X();fe(()=>{const E=document.getElementById("sxp-render"),c=document.getElementById("water-fall");c?w.current=c:(w.current=document.createElement("div"),w.current.setAttribute("id","water-fall"),E?.appendChild(w.current))},[]);const k=()=>{var E,c;v("branch",x,void 0,i?.hashTag),_(),a?.(void 0),h?.(!1),(c=(E=o?.current)===null||E===void 0?void 0:E.swiper)===null||c===void 0||c.slideTo(u,0,!1),n?.(!1)},[g,M]=X();fe(()=>{i&&M(i)},[i]);const _=be(()=>{var E,c,O,I,A,C;const L=g?.rec;if(!L)return;let B="";m?B="hashTagPage":!((E=L?.video)===null||E===void 0)&&E.url?B="videoPage":!((O=(c=L?.video)===null||c===void 0?void 0:c.imgUrls)===null||O===void 0)&&O.length&&(B="imagePage"),y?.({eventInfo:{contentId:(I=L?.video)===null||I===void 0?void 0:I.itemId,position:u+"",contentTags:JSON.stringify((A=L?.video)===null||A===void 0?void 0:A.tags),traceInfo:(C=L?.video)===null||C===void 0?void 0:C.traceInfo,hashTags:JSON.stringify([g?.hashTag]),fromKName:B,fromKPage:location?.href,timeOnSite:Math.floor((new Date-b)/1e3)+"",eventSubject:"clickTagsViewContents",eventDescription:"User click tags view contents"}})},[g,y,b,m,u]);return fe(()=>{l&&T(new Date)},[l]),fe(()=>{const E=()=>{T(new Date)};return window.addEventListener("pageshow",E),()=>{window.removeEventListener("pageshow",E)}},[]),w.current?Yi.createPortal(p.createElement("div",{className:"waterfall",style:{display:l?"block":"none"}},p.createElement(jn,{icon:Nr,styles:{top:"32px"},textStyle:(e=t?.textStyles)===null||e===void 0?void 0:e.hashTagTitle,onClose:k}),t?.openFixedSize===!0||t?.openFixedSize===void 0?p.createElement(jr,Object.assign({reportTagsView:_},t)):p.createElement(Br,Object.assign({reportTagsView:_},t))),w.current):null};var zn=_e(Vr);const zr=t=>p.createElement(zn,Object.assign({},t));var Hr=_e(zr);const Gr=it(Hr,{displayName:"",icon:"",category:"base",type:"HashTag",related:{settingRender:Ir,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 Ur=[{title:"\u534F\u8BAE\u8BE6\u60C5",child:[{type:"Switch",label:"\u5FC5\u987B\u540C\u610F\u7528\u6237\u534F\u8BAE",name:["props","privacy_necessity"],extra:"\u5F53\u65B0\u7528\u6237\u8FDB\u5165\u9875\u9762\u65F6\uFF0C\u4F1A\u51FA\u73B0\u7528\u6237\u534F\u8BAE\u5F39\u7A97\uFF0C\u7528\u6237\u9700\u8981\u5148\u540C\u610F\u534F\u8BAE\u540E\u624D\u80FD\u8BBF\u95EE\u5185\u5BB9\u3002"},{type:"Text",label:"\u5F39\u7A97\u6807\u9898",name:["props","privacy_title"]},{type:"TextArea",label:"\u7528\u6237\u534F\u8BAE\u5F39\u7A97\u5185\u5BB9",name:["props","privacy_context"]},{type:"Group",label:"\u9690\u79C1\u653F\u7B56",child:[{type:"Text",name:["props","privacy_policy_title"]},{type:"Text",name:["props","privacy_policy_url"],addonBefore:"https://"}],extra:"\u5F53\u7528\u6237\u70B9\u51FB\u66F4\u591A\u4FE1\u606F\u6309\u94AE\u65F6\uFF0C\u5C06\u4F1A\u8DF3\u8F6C\u81F3\u8BBE\u7F6E\u7684\u94FE\u63A5\u67E5\u770B\u653F\u7B56\u5185\u5BB9"}]}];const Hn=t=>p.createElement(Hn,Object.assign({},t));var Wr=_e(Hn);const Yr=it(Wr,{displayName:"Consent",icon:"",category:"base",type:"Consent",related:{settingRender:Ur},defaulSetting:{props:{},style:{}},w:100,h:40,sort:1});var Xr=[{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"]}]}],Gn={"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 Jr=t=>{var e,i,n,l,o,a,r,d,u,s,{style:f,recData:h,ctaTempStyles:m,index:y,event:S,onClick:x,isExternalLink:v=!1}=t,w=$e(t,["style","recData","ctaTempStyles","index","event","onClick","isExternalLink"]);const{ctaEvent:b,setPopupDetailData:T}=Me(),{jumpToWeb:k}=tt(),[g,M]=X(!1),_=pe(null),E=Nn(_),c=((n=(i=(e=h?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((o=(l=h?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((a=h?.video)===null||a===void 0?void 0:a.bindCta),O=((d=(r=h?.video)===null||r===void 0?void 0:r.bindProducts)===null||d===void 0?void 0:d[0])||((u=h?.video)===null||u===void 0?void 0:u.bindProduct),I=()=>{var B,F,V,R;const D=((F=(B=h?.video)===null||B===void 0?void 0:B.bindProducts)===null||F===void 0?void 0:F[0])||((V=h?.video)===null||V===void 0?void 0:V.bindProduct)||h?.video;if(b?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},h,D,y),T?.(Object.assign(Object.assign({},h),{index:y})),v){const N=O?.link||((R=D?.bindCta)===null||R===void 0?void 0:R.link);N&&(k(h,O,c,y),window.location.href=window.getJointUtmLink(N))}else x?.()},A=c?.enTitle||"\u67E5\u770B\u8BE6\u60C5",C=ve(()=>{var B,F;const V=S?.animation;if(V){const{delay:R,duration:D,backgroundColor:N}=V;return{":after":{animationDelay:`${(B=R/1e3)!==null&&B!==void 0?B:0}s`,animationDuration:`${(F=D/1e3)!==null&&F!==void 0?F:0}s`,backgroundColor:`${N??"transparent"}`}}}},[S?.animation]);fe(()=>{var B,F,V;E&&_?.current&&b?.({eventSubject:"ctaExposure",eventDescription:"The cta was shown to the user"},h,((F=(B=h?.video)===null||B===void 0?void 0:B.bindProducts)===null||F===void 0?void 0:F[0])||((V=h?.video)===null||V===void 0?void 0:V.bindProduct)||h?.video,y)},[E]),fe(()=>{M(!!E)},[E]);const L=ve(()=>g?Gn["animated-button"]:null,[g]);return p.createElement("div",Object.assign({ref:_,style:Object.assign(Object.assign(Object.assign({},f),m?.ctaTitle),{lineHeight:`${(s=f?.height)!==null&&s!==void 0?s:0}px`})},w,{className:`${L} ${Ee(C)} ${Gn["one-line-ellipsis"]}`,onClick:I,dangerouslySetInnerHTML:{__html:xe(A,m?.ctaTitle)}}))};var qr=_e(Jr),Kr=[{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 Zr=it(qr,{displayName:"\u7EAF\u8272\u52A8\u6548CTA",icon:"",category:"cta",type:"AniLink",related:{settingRender:Xr,bindableProps:[],interactionRender:Kr},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 Qr=[{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"]}]}],Gt={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 $r="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=",ed=t=>{var e,i,n,l,o,a,r,d,u,s,f,h,m,y,S,x,v,w,b,T,k,g,M,_,{style:E,recData:c,ctaTempStyles:O,index:I,event:A,bottom_image:C,translateY:L,isTel:B,onClick:F,isExternalLink:V=!1,isActive:R}=t,D=$e(t,["style","recData","ctaTempStyles","index","event","bottom_image","translateY","isTel","onClick","isExternalLink","isActive"]);E==null||delete E.transform;const{sxpParameter:N,globalConfig:Y,ctaEvent:U,setPopupDetailData:q}=Me(),{jumpToWeb:re}=tt(),[ie,se]=X(!0),Le=((n=(i=(e=c?.video)===null||e===void 0?void 0:e.bindProducts)===null||i===void 0?void 0:i[0])===null||n===void 0?void 0:n.bindCta)||((o=(l=c?.video)===null||l===void 0?void 0:l.bindProduct)===null||o===void 0?void 0:o.bindCta)||((a=c?.video)===null||a===void 0?void 0:a.bindCta),ce=((d=(r=c?.video)===null||r===void 0?void 0:r.bindProducts)===null||d===void 0?void 0:d[0])||((u=c?.video)===null||u===void 0?void 0:u.bindProduct),W=()=>{var le,ge,Te,Be;const Oe=((ge=(le=c?.video)===null||le===void 0?void 0:le.bindProducts)===null||ge===void 0?void 0:ge[0])||((Te=c?.video)===null||Te===void 0?void 0:Te.bindProduct)||c?.video;if(U?.({eventSubject:"clickCta",eventDescription:"User clicked the CTA"},c,Oe,I),q?.(Object.assign(Object.assign({},c),{index:I})),V){const je=ce?.link||((Be=Oe?.bindCta)===null||Be===void 0?void 0:Be.link);je&&(re(c,ce,Le,I),window.location.href=window.getJointUtmLink(je))}else F?.()},K=Le?.enTitle||"\u67E5\u770B\u8BE6\u60C5",$=ve(()=>{const le=A?.animation;if(le){const{delay:ge,duration:Te}=le;return{animationDelay:`${ge?ge/1e3:0}s`,animationDuration:`${Te?Te/1e3:0}s`}}},[A?.animation]),te=(y=(m=(h=(s=ce?.cover)!==null&&s!==void 0?s:(f=ce?.homePage)===null||f===void 0?void 0:f[0])!==null&&h!==void 0?h:Le?.icon)!==null&&m!==void 0?m:N?.bottom_image)!==null&&y!==void 0?y:C,we=le=>{le.stopPropagation(),se(!1)};fe(()=>{se(!0)},[R]);const ke=ve(()=>R&&ie?Gt["animated-fadeIn"]:null,[R,ie]);return p.createElement(p.Fragment,null,B?p.createElement("div",{style:{height:"40px",lineHeight:"40px",paddingLeft:"6px"}},"Cta Title"):p.createElement("div",Object.assign({},D,{className:`${Ee(Object.assign(Object.assign({},E),{"--transY":`translateY(calc(100% + ${(S=E?.margin)!==null&&S!==void 0?S:0}px))`}))} ${Gt.aniLinkPopup} ${ke} ${Ee($)}`,onClick:W}),p.createElement("div",{onClick:we,className:Gt["modal-icon-wrapper"],style:{padding:(x=E?.padding)!==null&&x!==void 0?x:0}},p.createElement("img",{src:(v=Y?.popupCloseIcon)!==null&&v!==void 0?v:$r,alt:"close",className:Gt["modal-icon-wrapper-img"]})),p.createElement(_t,{src:te,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:I,translateY:L,imgStyle:O?.img}),(!c||ce?.title)&&p.createElement("div",{className:Gt["one-line-ellipsis"],style:O?.title,dangerouslySetInnerHTML:{__html:xe((M=ce?.title)!==null&&M!==void 0?M:"Product Name",O?.title)}}),p.createElement("div",{className:Gt["one-line-ellipsis"],style:Object.assign(Object.assign({},O?.ctaTitle),{lineHeight:((_=O?.ctaTitle)===null||_===void 0?void 0:_.height)+"px"}),dangerouslySetInnerHTML:{__html:xe(K,O?.ctaTitle)}})))};var td=_e(ed),id=[{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 nd=it(td,{displayName:"\u7AD6\u7248\u5F39\u7A97CTA",icon:"",category:"cta",type:"AniLinkPopup",related:{settingRender:Qr,bindableProps:[],interactionRender:id},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 Fi=Object.freeze({__proto__:null,AniLink:Zr,AniLinkPopup:nd,Appoint:qa,AppointForm:Po,Commodity:Wa,CommodityDetail:ya,CommodityDetailDiroNew:_a,CommodityDiro:lr,CommodityDiroNew:cr,CommodityList:Ra,Consent:Yr,HashTag:Gr,Iframe:ja,Link:er,MultiCommodity:wr,MultiCommodityDiro:fr,MultiCommodityDiroNew:Er,Prompt:Aa});const od="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",ld="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",ad=t=>{var e,{active:i,activeIcon:n,unActicveIcon:l,recData:o,position:a}=t,r=$e(t,["active","activeIcon","unActicveIcon","recData","position"]);const{mutateLike:d,mutateUnlike:u,bffEventReport:s,setCacheRtcList:f,cacheRtcList:h}=Me(),[m,y]=X((e=h?.[a])===null||e===void 0?void 0:e.isCollected),S=ft(ld),x=ft(od),v=gi(()=>nt(void 0,void 0,void 0,function*(){var w,b,T,k,g,M,_,E,c,O,I,A,C,L,B,F,V,R,D,N,Y,U;if(m){y(!1);const q=(T=yield u?.({videoItemId:(b=(w=o?.video)===null||w===void 0?void 0:w.itemId)!==null&&b!==void 0?b:""}))!==null&&T!==void 0?T:!1;if(s?.({eventInfo:{eventSubject:"favoriteContentCanceled",eventDescription:"This content was unfavorite by the user",contentId:(g=(k=o?.video)===null||k===void 0?void 0:k.itemId)!==null&&g!==void 0?g:"",contentName:(_=(M=o?.video)===null||M===void 0?void 0:M.title)!==null&&_!==void 0?_:"",contentTags:JSON.stringify((c=(E=o?.video)===null||E===void 0?void 0:E.tags)!==null&&c!==void 0?c:[]),position:a+"",contentFormat:!((O=o?.video)===null||O===void 0)&&O.url?"video":"image",traceInfo:(I=o?.video)===null||I===void 0?void 0:I.traceInfo}}),!q)y(!0);else{const re=(A=h?.map((ie,se)=>(se===a&&(ie.isCollected=!1),ie)))!==null&&A!==void 0?A:[];f?.(re)}}else{y(!0);const q=(C=yield d?.({content:JSON.stringify(o)}))!==null&&C!==void 0?C:!1;if(s?.({eventInfo:{eventSubject:"favoriteContent",eventDescription:"This content was favorite by the user",contentId:(B=(L=o?.video)===null||L===void 0?void 0:L.itemId)!==null&&B!==void 0?B:"",contentName:(V=(F=o?.video)===null||F===void 0?void 0:F.title)!==null&&V!==void 0?V:"",contentTags:JSON.stringify((D=(R=o?.video)===null||R===void 0?void 0:R.tags)!==null&&D!==void 0?D:[]),position:a+"",contentFormat:!((N=o?.video)===null||N===void 0)&&N.url?"video":"image",traceInfo:(Y=o?.video)===null||Y===void 0?void 0:Y.traceInfo}}),!q)y(!1);else{const re=(U=h?.map((ie,se)=>(se===a&&(ie.isCollected=!0),ie)))!==null&&U!==void 0?U:[];f?.(re)}}}),200);return p.createElement("button",Object.assign({},r,{"aria-label":"like",onClick:v}),p.createElement("img",{style:{width:"100%",height:"100%",objectFit:"contain"},src:m?n||S:l||x,alt:"icon"}))};var Un=_e(ad),rd="data:image/gif;base64,R0lGODlhlgCWAPf/AAAAAICAgMzMzMzMzNXV1dXV1dXV1dfX19jOztjY2NvOztvb29zc3N/Pz9/V1d/f3+Pj4+bm5ubm5ujR0ejg4Ojo6Onp6erj4+rj4+rl5evr6+vr6+3k5O3t7e3t7e7u7u7u7u/v7/Dw8PDw8PHx8fHx8fHx8fLs7PLu7vLu7vLy8vPu7vPz8/Tp6fTx8fTx8fT09PT09PT09PXw8Pbx8fbz8/b29vb29vb29vb29vb29vf09Pf39/f39/f39/f39/f39/f39/f39/f39/f39/j09Pj09Pj19fj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pn29vn39/n5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr09Pr4+Pr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vr6+vv39/v39/v4+Pv5+fv5+fv6+vv7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/z4+Pz5+fz5+fz5+fz6+vz6+vz6+vz6+vz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/P36+v36+v36+v37+/37+/37+/37+/38/P38/P38/P38/P39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f78/P78/P78/P78/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v/V1f/39//4+P/6+v/7+//8/P/8/P/9/f/9/f/9/f/9/f/+/v/+/v/+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/ACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwBLACxFABcADwAMAIYAAACAgIDMzMzV1dXX19fYzs7Y2Njbzs7b29vc3Nzfz8/f1dXf39/j4+Pm5ubo0dHo4ODo6Ojp6enq4+Pq5eXr6+vt5OTt7e3u7u7v7+/w8PDx8fHy7Ozy7u7y8vLz7u7z8/P06en08fH09PT18PD28fH28/P29vb39PT39/f49PT49fX4+Pj59vb59/f5+fn69PT6+Pj6+vr79/f7+Pj7+fn7+vr7+/v8+Pj8+fn8+vr8/Pz9+vr9+/v9/Pz9/f3+/Pz+/v7/1dX/9/f/+Pj/+vr/+/v//Pz//f3//v7///8A/wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8IUgCXCNzxI8gOJQV3CFy4RIkMJTccQnQYZCGShAgNZiS45MfDiB8lglzSQyPGk0FCqpwY8iBKlyZFyly5xKRNmAJrzGQJcWFJmDB1MBQ4MwnDgAAAIfkECQQA/wAsRwAXAA8ADAAACFMA/wkslAhcqWKJsLkRyPAfODfgujyM+LAYQ4QGMR4sWGrhRIkQQVJcyFGjyYJrRqoU2aXYxowlS7L8SBNiIZg4XwqcGfIjw5g5G/6zUROcDYYBAQAh+QQJAwD/ACxIABcAEAAMAAAIWwD/CfzXqVSxRNgSlRrIEAm4LuDcPIz4sBNDcAYTYTy4MVEigRMlQhRJsYvAjB1TGuxio6RLkhJDaURJk+PCkDhHTvxXc6bNgzxh5ow40E3Pjm4Y/lszNKnAgAAAIfkECQMA/wAsSgAXABEADQAACGUA/wn856YLtkSlBioceAScG3BdHEJ0uLBLsUTgSl3MuLFUooESIz4UOfHhvzYYNabs2PFflJIwSUZcU0olx5U4SyEJyXNkyH84bwotFepfzJ4TB7IMqrGLwlIyeUZZuNAjR4UBAQAh+QQJBAD/ACxMABcAEgAOAAAIaAD/CRTYpdTAgwgFgusCzs1CcGvAJfwXBVypYoksYtSYqNjBhw4Zhmy4kJvAUhczpuTIEds/kSBjwiy4caXNmhhH6pRJEiVOlT8t/iM5kyhRk0NvAgX6cWfRKBNLLdXYZiLCiEhCHQwIACH5BAkDAP8ALE4AGAATAA4AAAhkAP8JBOcGXBeCxQQqXCiwWCJwpRxClMhwYMGDFwka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";const ji=(()=>{if(typeof document>"u")return;const t=document.createElement("div"),e=no.render(p.createElement("video",{id:"player-container-id",playsInline:!0,crossOrigin:"anonymous",preload:"auto",controls:!1,muted:!0,style:{backgroundColor:"transparent",width:"100%",height:"100%",objectFit:"cover",pointerEvents:"none"}}),t);return i=>i?(i.innerHTML="",i.appendChild(e),document.querySelector("#player-container-id")):void 0})(),dd=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:a,videoPlayIcon:r})=>{const[d,u]=X(!1),{bffEventReport:s,sxpParameter:f,waterFallData:h,openHashtag:m,bffFbReport:y}=Me(),S=pe(0),[x,v]=X(!1),[w,b]=X(!0),{isActive:T}=Ln(),k=pe(null),[g,M]=X(""),[_,E]=X(!1),c=pe(),O=`pb-cache-video-${e}`,I=pe(null),A=ve(()=>a?.mode==="2",[a]),C=ve(()=>{var W;return a?.mode==="2"?`translateY(-${50+((W=a?.offsetTop)!==null&&W!==void 0?W:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),L=ve(()=>{var W;return((W=t?.video)===null||W===void 0?void 0:W.cover)||g},[g,t]),B=ve(()=>A?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[A]),F=ve(()=>a?.bgWay==="1",[a]),V=ve(()=>F&&a?.bgColor?{backgroundColor:a?.bgColor}:{},[a,F]);fe(()=>{c?.current&&(c.current.muted=l)},[l,c?.current]);const R=be(()=>{var W;c?.current&&((W=c?.current)===null||W===void 0||W.play())},[c?.current]),D=ft("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),N=be(()=>{c?.current&&(E(!1),v(!0))},[]),Y=be(()=>{var W,K,$,te,we,ke,le,ge,Te,Be,Oe,je,Fe;if(!c?.current)return;u(!1);const Z=n[e];if(Z&&(!((W=c?.current)===null||W===void 0)&&W.duration)){S.current=((K=c?.current)===null||K===void 0?void 0:K.currentTime)||0;const he=((te=($=c?.current)===null||$===void 0?void 0:$.duration)!==null&&te!==void 0?te:0).toFixed(2),Q=((ke=(we=c?.current)===null||we===void 0?void 0:we.currentTime)!==null&&ke!==void 0?ke:0).toFixed(2),ue=w?"0":"1";s?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ge=(le=Z?.video)===null||le===void 0?void 0:le.itemId)!==null&&ge!==void 0?ge:"",contentName:(Be=(Te=Z?.video)===null||Te===void 0?void 0:Te.title)!==null&&Be!==void 0?Be:"",playType:ue,startTime:Q,videoDuration:he,contentTags:JSON.stringify((je=(Oe=Z?.video)===null||Oe===void 0?void 0:Oe.tags)!==null&&je!==void 0?je:[]),position:e+"",contentFormat:"video",traceInfo:(Fe=Z?.video)===null||Fe===void 0?void 0:Fe.traceInfo}}),b(!1)}},[s,n,e,w,c?.current]),U=be(()=>{var W;if(!c?.current||g||!A||(c.current.style.objectFit="contain",!((W=t?.video)===null||W===void 0)&&W.cover||!k||!k.current||F))return;const K=()=>{const $=k?.current,te=$.getContext("2d"),we=window?.innerWidth,ke=window?.innerHeight;$.height=ke,$.width=we,te?.drawImage(c.current,0,0,$.width,$.height),M($.toDataURL())};K(),setTimeout(()=>{K()},500)},[c.current,F,t,g,A]),q=be(()=>{c.current&&(Y(),U())},[c.current,U,Y]),re=be(W=>()=>{var K,$,te,we,ke;if(!c.current||!x)return;const le=(K=c?.current)===null||K===void 0?void 0:K.paused;switch(W){case"start":if(!le)return;($=c?.current)===null||$===void 0||$.play(),u(!1);break;case"pause":if(le)return;(te=c?.current)===null||te===void 0||te.pause(),u(!0);break;default:le?(we=c?.current)===null||we===void 0||we.play():(ke=c?.current)===null||ke===void 0||ke.pause(),u(!le);break}},[x,c?.current]),ie=be(()=>{var W,K,$,te,we,ke,le,ge,Te,Be,Oe,je,Fe;if(!c?.current||o!==e)return;const Z=n[e],he=((K=(W=c?.current)===null||W===void 0?void 0:W.duration)!==null&&K!==void 0?K:0).toFixed(2),Q=((te=($=c?.current)===null||$===void 0?void 0:$.currentTime)!==null&&te!==void 0?te:0).toFixed(2);if(!((we=c?.current)===null||we===void 0)&&we.duration){const ue=(((ke=c?.current)===null||ke===void 0?void 0:ke.currentTime)-S.current).toFixed(2);s?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ge=(le=Z?.video)===null||le===void 0?void 0:le.itemId)!==null&&ge!==void 0?ge:"",contentName:(Be=(Te=Z?.video)===null||Te===void 0?void 0:Te.title)!==null&&Be!==void 0?Be:"",endTime:Q,videoDuration:he,playDuration:ue,contentTags:JSON.stringify((je=(Oe=Z?.video)===null||Oe===void 0?void 0:Oe.tags)!==null&&je!==void 0?je:[]),position:e+"",contentFormat:"video",traceInfo:(Fe=Z?.video)===null||Fe===void 0?void 0:Fe.traceInfo}})}},[n,e,s,c?.current,o]),se=be(()=>{E(!0)},[]);fe(()=>{var W,K,$,te,we,ke,le,ge,Te,Be;if(!T)return;const Oe=t?.video.url;if(!Oe)return;const je=document.querySelector(`#${O}`);if(!je||(c.current=ji?.(je),!c?.current))return;const Fe=window?.Hls;let Z=null;return Oe.includes(".m3u8")&&Fe&&Fe.isSupported()?(Z=new Fe,Z.loadSource(Oe),Z.attachMedia(c?.current),Z.on(Fe.Events.MANIFEST_PARSED,function(){var he;(he=c?.current)===null||he===void 0||he.play()})):c.current.src=Oe,(W=c?.current)===null||W===void 0||W.setAttribute("x5-playsinline","true"),(K=c?.current)===null||K===void 0||K.setAttribute("webkit-playsinline","true"),($=c?.current)===null||$===void 0||$.addEventListener("loadedmetadata",q),(te=c?.current)===null||te===void 0||te.addEventListener("loadeddata",U),(we=c?.current)===null||we===void 0||we.addEventListener("play",Y),(ke=c?.current)===null||ke===void 0||ke.addEventListener("playing",N),(le=c?.current)===null||le===void 0||le.addEventListener("pause",ie),(ge=c?.current)===null||ge===void 0||ge.addEventListener("ended",R),(Te=c?.current)===null||Te===void 0||Te.addEventListener("canplay",R),(Be=c?.current)===null||Be===void 0||Be.addEventListener("waiting",se),()=>{var he,Q,ue,Ge,G,j,Ve,Ke,mt;((he=c?.current)===null||he===void 0?void 0:he.paused)||ie(),Z&&Z?.destroy(),v(!1),(Q=c?.current)===null||Q===void 0||Q.removeEventListener("loadedmetadata",q),(ue=c?.current)===null||ue===void 0||ue.removeEventListener("loadeddata",U),(Ge=c?.current)===null||Ge===void 0||Ge.removeEventListener("play",Y),(G=c?.current)===null||G===void 0||G.removeEventListener("playing",N),(j=c?.current)===null||j===void 0||j.removeEventListener("pause",ie),(Ve=c?.current)===null||Ve===void 0||Ve.removeEventListener("ended",R),(Ke=c?.current)===null||Ke===void 0||Ke.removeEventListener("canplay",R),(mt=c?.current)===null||mt===void 0||mt.removeEventListener("waiting",se)}},[T,O,t,ie]),fe(()=>{var W,K;!c?.current||!x||(T?(y?.({eventName:"ViewContent"}),(W=c?.current)===null||W===void 0||W.play()):(K=c?.current)===null||K===void 0||K.pause())},[T,x,c?.current]),fe(()=>{var W,K,$;if(!T||!c?.current)return;!((W=c?.current)===null||W===void 0?void 0:W.paused)&&m?(K=c?.current)===null||K===void 0||K.pause():m||($=c?.current)===null||$===void 0||$.play()},[m,T,c?.current]),fe(()=>{if(!T)return;const W=()=>{re("start")(),y?.({eventName:"ViewContent"})},K=re("pause");return xt.on(vt.PAGE_DID_SHOW,W),xt.on(vt.PAGE_DID_HIDE,K),()=>{xt.off(vt.PAGE_DID_SHOW,W),xt.off(vt.PAGE_DID_HIDE,K)}},[re,T]);const Le=ve(()=>!f?.placeholder_image||x?null:p.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]),ce=ve(()=>{if(!(!_||!x))return p.createElement("img",{style:{position:"absolute",top:"50%",left:0,right:0,transform:"translateY(-100%)",margin:"auto",width:"50px",height:"50px",objectFit:"contain"},src:rd,alt:"placeholder image"})},[_,x]);return fe(()=>{if(!c?.current)return;const W=()=>{var K;o===e&&(!((K=t?.video)===null||K===void 0)&&K.url)&&c?.current&&!d&&re("pause")()};return window.addEventListener("beforeunload",W),()=>{window.removeEventListener("beforeunload",W)}},[o,e,t,c?.current,re,d]),t?.video?p.createElement(p.Fragment,null,A?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:re(),style:Object.assign({position:"relative",width:"100%",height:i,overflow:"hidden"},V)},!F&&x&&L&&p.createElement(st,{src:L,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},B)}),p.createElement("canvas",{ref:k,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:"50%",transform:C,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:"100%",height:"100%"}},p.createElement("div",{className:"n-full-screen",ref:I,id:O,style:{width:"100%",height:"100%"}}),d&&p.createElement(st,{className:"clc-pb-video-pause",src:r??D,alt:"pause"}))),Le,ce):p.createElement("div",{className:"video-container",key:t?.video.itemId,style:{position:"relative",width:"100%",height:i,overflow:"hidden"},onClick:re()},p.createElement("div",{className:"n-full-screen",ref:I,id:O,style:{width:"100%",height:"100%"}}),Le,ce,d&&p.createElement(st,{className:"clc-pb-video-pause",src:r??D,alt:"pause"}))):null};var sd=_e(dd);const cd=({defaultValue:t,activeIcon:e,unactiveIcon:i,onChange:n,style:l})=>{const[o,a]=X(t),r=d=>{d.stopPropagation();const u=!o;a(u),n?.(u)};return fe(()=>{a(t)},[t]),p.createElement("button",{style:l,"aria-label":"toggle button",className:"pb-toggle-button",onClick:r},p.createElement("img",{className:"pb-toggle-button-icon",alt:"toggle image",src:o?e:i}))};var Wn=_e(cd);const ud=({imageUrl:t,style:e,duration:i=2e3})=>{const[n,l]=X(!0);St(),fe(()=>{setTimeout(()=>{l(!1)},i)},[]);const o=ft("/pb_static/finger-swipe-tip.29dc3a48a3c746c906ea..png"),a=ve(()=>n?"pb-fadeIn":"pb-fadeOut",[n]);return p.createElement("div",{hidden:!n,className:`pb-finger-wrap ${a}`,style:Object.assign(Object.assign({},e),{animationDuration:`${i/1e3}s`})},p.createElement("img",{src:t||o,alt:"finger swiper"}))},Yn=t=>{const{src:e,height:i,imgUrlsPostConfig:n,onShowFirstImage:l}=t,o=ve(()=>n?.mode==="2",[n]),a=ve(()=>{var s;return n?.mode==="2"?`translateY(-${50+((s=n?.offsetTop)!==null&&s!==void 0?s:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[n]),r=ve(()=>o?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[o]),d=ve(()=>n?.bgWay==="1",[n]),u=ve(()=>d&&n?.bgColor?{backgroundColor:n?.bgColor}:{},[n,d]);return p.createElement("div",{style:Object.assign({overflow:"hidden",height:i,width:"100%",position:"relative"},u)},(!o||!d)&&p.createElement(st,{src:e,style:Object.assign({height:"100%",width:"100%",objectFit:"cover"},r),onLoad:l}),o&&p.createElement(st,{src:e,style:{width:"100%",height:"100%",objectFit:"contain",position:"absolute",top:"50%",transform:a,left:0,right:0},onLoad:l}))},vd=({imgUrls:t,width:e,height:i,rec:n,index:l,onReportViewImageEnd:o,onViewImageStartEvent:a,imgUrlsPostConfig:r})=>{var d,u;const s=pe(),{isActive:f}=Ln(),{sxpParameter:h,openHashtag:m}=Me(),[y,S]=X(!1);fe(()=>{y&&f?(s?.current&&s.current.swiper.autoplay.start(),m?o(n):a(l)):s?.current&&s.current.swiper.autoplay.stop()},[n,f,o,m,l,a,y]);const x=be(()=>{y||S(!0)},[y]);return p.createElement(Ft,{ref:s,defaultValue:0,direction:"horizontal",modules:[si,ci],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},className:Ee(Object.assign(Object.assign({".swiper-pagination":{bottom:(d=r?.marginBottom)!==null&&d!==void 0?d: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:((u=r?.delay)!==null&&u!==void 0?u:3)*1e3}},t?.map((v,w)=>p.createElement(At,{key:w},p.createElement(Yn,{src:!y&&w>0?"":v,height:i,imgUrlsPostConfig:r,onShowFirstImage:x}))))};var pd=_e(vd);const md=({tags:t,itemId:e,itemType:i,index:n,rec:l,hashTagStyle:o})=>{var a;const[r,d]=X(!1),{setWaterFallData:u,setOpenHashtag:s,setCacheActiveIndex:f,waterFallData:h,setIsFromHashtag:m}=Me(),y=S=>{h?m?.(!0):f?.(n),u?.(i?{hashTag:S,itemId:e,itemType:i,rec:l}:{hashTag:S,rec:l}),s?.(!0)};return ve(()=>t.length<=6?null:p.createElement("span",{style:{textDecoration:"underline",cursor:"pointer",color:"#fff"},onClick:()=>d(!r)},r?"show less":"show more"),[r,t]),p.createElement("div",{className:"clc-sxp-bottom-hashtag",style:{marginTop:`${(a=o?.marginTop)!==null&&a!==void 0?a:16}px`}},p.createElement(Kt,null,t?.map((S,x)=>p.createElement(At,{key:x,hidden:r?!1:x>=6,className:"clc-sxp-bottom-hashtag-item",style:o,onClick:()=>y(S)},p.createElement("div",{dangerouslySetInnerHTML:{__html:xe(`#${S}`,o)}})))))};var Xn=_e(md),fd="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 mi(t){return _e(function(e){const{$store:i}=vo(),n=o=>{let a=o;const r=o.match(/{{.*?}}/g);return r?.length&&r.forEach(d=>{d.replace(/{{\s*([\w.]+)\s*}}/g,(u,s)=>{if(s){const f=Ui(i,s);return a=a.replace(d,f),f}})}),a},l=ve(()=>{var o,a,r;const{bindDatas:d}=e,u=$e(e,["bindDatas"]);if((o=d?.forEach)===null||o===void 0||o.call(d,s=>{if(s?.propKey&&s?.dataPath){const{propKey:f,dataPath:h}=s;h.replace(/{{\s*([\w.]+)\s*}}/g,(m,y)=>{var S,x;if(y){const v=(x=(S=Ui(i,y))!==null&&S!==void 0?S:e[f])!==null&&x!==void 0?x:"";return u[f]=v,v}})}}),u){u.eventMap={};const s=ei(u.event)||{};for(const f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{s[f].value=n(s[f].value),u.eventMap[f]=new Function(s[f].value)}catch{}}return!((r=(a=u?.event)===null||a===void 0?void 0:a.onClick)===null||r===void 0)&&r.linkType&&(u.style.cursor="pointer"),u},[i,e]);return p.createElement(t,Object.assign({},l,l.eventMap))})}const fi=({rec:t,index:e,tempMap:i,resolver:n,includesCtaType:l,isActive:o})=>{var a,r,d,u,s;const{schema:f}=St();if(!t?.video)return null;let h=null;!((r=(a=t?.video)===null||a===void 0?void 0:a.bindProducts)===null||r===void 0)&&r.length?h="\u591A\u5546\u54C1CTA":!((d=t?.video)===null||d===void 0)&&d.bindProduct?h="\u5546\u54C1CTA":h=(s=(u=t?.video)===null||u===void 0?void 0:u.bindCta)===null||s===void 0?void 0:s.itemId;const m=i?.[h],y=be(()=>{var S,x,v,w,b,T,k,g,M,_,E,c,O,I,A,C,L,B,F,V,R,D,N,Y,U,q,re,ie;if(!t?.video)return null;if(!(l&&!l?.includes((S=m?.item)===null||S===void 0?void 0:S.type))&&!(!l&&((x=m?.item)===null||x===void 0?void 0:x.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)||((k=m?.item)===null||k===void 0?void 0:k.type)==="CommodityDiroNew"&&!(!((g=t?.video)===null||g===void 0)&&g.bindProduct)||((M=m?.item)===null||M===void 0?void 0:M.type)==="MultiCommodity"&&!(!((E=(_=t?.video)===null||_===void 0?void 0:_.bindProducts)===null||E===void 0)&&E.length)||((c=m?.item)===null||c===void 0?void 0:c.type)==="MultiCommodityDiro"&&!(!((I=(O=t?.video)===null||O===void 0?void 0:O.bindProducts)===null||I===void 0)&&I.length)||((A=m?.item)===null||A===void 0?void 0:A.type)==="MultiCommodityDiroNew"&&!(!((L=(C=t?.video)===null||C===void 0?void 0:C.bindProducts)===null||L===void 0)&&L.length))return null;if(m&&n){const se=n[(B=m?.item)===null||B===void 0?void 0:B.type],Le=mi(se),ce=(F=se?.extend)===null||F===void 0?void 0:F.defaulSetting,W=((D=(R=(V=m?.item)===null||V===void 0?void 0:V.event)===null||R===void 0?void 0:R.onClick)===null||D===void 0?void 0:D.linkType)==="externalLink";return p.createElement(Le,Object.assign({style:Object.assign(Object.assign(Object.assign({},ce?.style),(N=m?.item)===null||N===void 0?void 0:N.style),{zIndex:50,marginLeft:"20px",boxSizing:"border-box",transform:"translate3d(0px, 0px, 0px)"}),textStyle:Object.assign(Object.assign({},ce?.textStyle),(Y=m?.item)===null||Y===void 0?void 0:Y.textStyle),bindDatas:(q=(U=m?.item)===null||U===void 0?void 0:U.bindDatas)!==null&&q!==void 0?q:[]},ce?.props,(re=m?.item)===null||re===void 0?void 0:re.props,{event:((ie=m?.item)===null||ie===void 0?void 0:ie.event)||{},schema:f,id:m?.id,key:m?.id,recData:t,isExternalLink:W,index:e,isActive:o}))}else return null}},[t,n,i,f,m?.id,o]);return p.createElement(p.Fragment,null,y())},Jn=({nudge:t})=>{var e,i,n,l,o,a;return p.createElement(p.Fragment,null,t?.isOpen&&p.createElement("div",{className:"clc-sxp-bottom-nudge",style:{marginBottom:(e=t?.marginBottom)!==null&&e!==void 0?e:5,width:(n=(i=t?.size)===null||i===void 0?void 0:i.width)!==null&&n!==void 0?n:212,height:(o=(l=t?.size)===null||l===void 0?void 0:l.height)!==null&&o!==void 0?o:38,backgroundColor:t?.backgroundColor,borderRadius:(a=t?.borderRadius)!==null&&a!==void 0?a:4}},t?.icon?p.createElement("img",{src:t.icon,alt:"nudge icon",style:{height:"100%",objectFit:"cover",flexShrink:0}}):null,p.createElement("p",{style:Object.assign(Object.assign({},t?.textStyle),{textWrap:"nowrap",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",flex:1,marginBottom:0,marginTop:0}),dangerouslySetInnerHTML:{__html:xe(t?.content,t?.textStyle)}})))},hd=({tagList:t=[],setActiveIndex:e,style:i})=>{const{getRecommendVideos:n,setRtcList:l,setCacheRtcList:o,setCacheActiveIndex:a,setLoading:r,swiperRef:d,waterFallData:u,bffEventReport:s,selectTag:f,setSelectTag:h}=Me(),{backMainFeed:m}=tt(),y=ve(()=>[ni,...t],[t]),S=x=>()=>{if(x===f)return;x!=="FOR U"?s?.({eventInfo:{eventSubject:"clickThemeTagsViewContents",eventDescription:"click Theme Tags View Contents",themeTags:`['${x}']`}}):m("theme",x,f);let v;x!==ni&&(v=x),r?.(!0),n?.({themeTag:v}).then(w=>{var b,T,k,g;xt.emit(vt.CHANGE_THEME_TAG,v),l?.((b=w?.recList)!==null&&b!==void 0?b:[]),o?.((T=w?.recList)!==null&&T!==void 0?T:[]),e?.(0),a?.(0),(g=(k=d?.current)===null||k===void 0?void 0:k.swiper)===null||g===void 0||g.slideTo(0)}).finally(()=>{r?.(!1)}),h?.(x)};return u||t.length<=0?null:p.createElement("div",{className:"clc-sxp-tagbar",style:i},p.createElement("ul",{className:"clc-sxp-tagbar-list",style:{margin:"auto",gap:24}},y.map(x=>p.createElement("li",{className:`clc-sxp-tagbar-list-item ${x===f?"clc-sxp-tagbar-list-item-active":""}`,key:x,onClick:S(x)},x))))};var qn=_e(hd);const Kn=({globalConfig:t,descStyle:e,containerHeight:i=window.innerHeight,containerWidth:n=window.innerWidth,tempMap:l,resolver:o,data:a=[],ctaType:r,tipText:d,nudge:u,_schema:s,hashTagStyle:f,tagList:h=[],licenseUrl:m})=>{var y,S,x,v,w,b,T,k,g;const M=ft("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png"),_=ft("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png"),{schema:E}=St(),[c,O]=X(0),I=pe(0),[A,C]=X(!0),L=pe(),[B,F]=X(!1),[V,R]=X(!1),[D,N]=X(new Date().getTime()),Y=pe(!1),[U,q]=X(2),{loadVideos:re,bffEventReport:ie,loading:se,setPopupDetailData:Le,ctaEvent:ce,swiperRef:W,waterFallData:K,setOpenHashtag:$,appDomain:te,openHashtag:we,loadingImage:ke,isFromHashtag:le,popupDetailData:ge,bffFbReport:Te,curTime:Be,h5EnterLink:Oe,isShowConsent:je,selectTag:Fe,isPreview:Z,isEditor:he,cacheRtcList:Q,setRtcList:ue,cacheActiveIndex:Ge,rtcList:G,isNoMoreData:j}=Me(),{backMainFeed:Ve,productView:Ke,jumpToWeb:mt}=tt(),Et=ve(()=>a.length>0&&!se&&(fo()||t?.enableSwiperTip),[a,se,t?.enableSwiperTip]);fe(()=>{tn()},[]),fe(()=>{if(a?.length>0){const P=new Date;L.current=P,Te?.({eventName:"PageView"})}},[a?.length]);const at=be(()=>{if(tn(),Oe?.(),a.length>0){const P=new Date;L.current=P,Te?.({eventName:"PageView"})}},[a.length,Te,Oe]);fe(()=>{var P;if(!r||r?.length<1)return;const de=a?.findIndex(ne=>{var J,Se,Ae,oe,me,De,Ne,Ue,Ye;const Je=r?.[0];return Je==="\u591A\u5546\u54C1CTA"?((J=ne?.video)===null||J===void 0?void 0:J.bindProducts)&&((Ae=(Se=ne?.video)===null||Se===void 0?void 0:Se.bindProducts)===null||Ae===void 0?void 0:Ae.length)>0:Je==="\u5546\u54C1CTA"?(oe=ne?.video)===null||oe===void 0?void 0:oe.bindProduct:((De=(me=ne?.video)===null||me===void 0?void 0:me.bindCta)===null||De===void 0?void 0:De.itemId)===Je&&(((Ne=ne?.video)===null||Ne===void 0?void 0:Ne.url)||((Ye=(Ue=ne?.video)===null||Ue===void 0?void 0:Ue.imgUrls)===null||Ye===void 0?void 0:Ye.length))})||0;de!==-1&&((P=W?.current)===null||P===void 0||P.swiper.slideTo(de))},[a,r,W]),fe(()=>{const P=a?.[c],de=()=>{var ne,J,Se,Ae,oe,me,De,Ne,Ue,Ye,Je,ze,et,Re,Xe,ut,Qe,yt,wt,Dt;const Ot=!we&&!je;if(document.visibilityState==="hidden"){Ot&&(xt.emit(vt.PAGE_DID_HIDE,P),We(P),ct(P));let He="";ge&&(!((J=(ne=P?.video)===null||ne===void 0?void 0:ne.bindProducts)===null||J===void 0)&&J.length||!((Se=P?.video)===null||Se===void 0)&&Se.bindProduct)?He="pdpPage":ge&&((De=l?.[(me=(oe=(Ae=P?.video)===null||Ae===void 0?void 0:Ae.bindCta)===null||oe===void 0?void 0:oe.itemId)!==null&&me!==void 0?me:""].item)===null||De===void 0?void 0:De.type)==="Appoint"?He="formPage":le?He="hashTagPage":!((Ne=P?.video)===null||Ne===void 0)&&Ne.url?He="videoPage":!((Ue=P?.video)===null||Ue===void 0)&&Ue.imgUrls&&(!((Je=(Ye=P?.video)===null||Ye===void 0?void 0:Ye.imgUrls)===null||Je===void 0)&&Je.length)?He="imagePage":P?.product&&(He="productPage"),ie?.({eventInfo:{sessionDuration:Math.floor((new Date-Be.current)/1e3)+"",eventSubject:"sessionCompleted",eventDescription:"Session completed",contentId:(ze=P?.video)===null||ze===void 0?void 0:ze.itemId,productId:(et=P?.product)===null||et===void 0?void 0:et.itemId,position:c+"",fromKName:He,fromKPage:location?.href,ctatId:(ut=(Xe=(Re=P?.video)===null||Re===void 0?void 0:Re.bindCta)===null||Xe===void 0?void 0:Xe.itemId)!==null&&ut!==void 0?ut:"",traceInfo:(Dt=(yt=(Qe=P?.video)===null||Qe===void 0?void 0:Qe.traceInfo)!==null&&yt!==void 0?yt:(wt=P?.product)===null||wt===void 0?void 0:wt.traceInfo)!==null&&Dt!==void 0?Dt:""}})}else document.visibilityState==="visible"&&(Y.current===!0&&(N(new Date().getTime()),Y.current=!1),at(),Ot&&(dt(c),xt.emit(vt.PAGE_DID_SHOW,P),Ve("external",Fe)))};return document.addEventListener("visibilitychange",de),()=>{document.removeEventListener("visibilitychange",de)}},[c,ie,a,at,ge,le,l,Be,Ve,we,je,Fe]);const rt=ve(()=>{let P=0;return h.length>0&&(P+=45,K&&(P-=45)),P},[h,K]),It=ve(()=>{let P=0;return t?.logoUrl&&t?.isShowLogo&&(P+=56),P},[]),z=ve(()=>i-It-rt,[t,i,rt]),H=ve(()=>{var P;const de=c===0&&!K&&!he?[(P=a?.[0])!==null&&P!==void 0?P:null]:a?.map((ne,J)=>c===J||J-1===c||J+1===c?ne:null);return de?.length?!K&&!j?de.concat([{loading:!0}]):de:[]},[a,c,K,he,j]),Ie=ve(()=>{var P,de,ne,J;if(t?.logoUrl&&t?.isShowLogo){const Se=(de=(P=t?.logoBar)===null||P===void 0?void 0:P.onClick)===null||de===void 0?void 0:de.value,Ae=((J=(ne=t?.logoBar)===null||ne===void 0?void 0:ne.onClick)===null||J===void 0?void 0:J.linkType)==="externalLink",oe=H[c];return p.createElement("div",Object.assign({className:"clc-sxp-logo-banner",style:{backgroundColor:t?.color}},Se&&{onClick:()=>{var me,De,Ne,Ue;Ae&&mt(oe,(me=oe?.video)===null||me===void 0?void 0:me.bindProduct,(De=oe?.video)===null||De===void 0?void 0:De.bindCta,c,((Ne=oe?.product)===null||Ne===void 0?void 0:Ne.traceInfo)||((Ue=oe?.video)===null||Ue===void 0?void 0:Ue.traceInfo)),new Function(Se)()}}),p.createElement("img",{src:t?.logoUrl,alt:"logo"}))}return null},[t,c,H]),Pe=be((P,de)=>{var ne,J,Se,Ae;return!((ne=P?.video)===null||ne===void 0)&&ne.url?p.createElement(sd,{key:D,rec:P,index:de,muted:A,data:a,height:z,activeIndex:c,videoPostConfig:t?.videoPost,videoPlayIcon:t?.videoPlayIcon}):!((J=P?.video)===null||J===void 0)&&J.imgUrls?p.createElement(pd,{key:P?.video.itemId,imgUrls:P?.video.imgUrls,width:n,height:z,rec:P,index:de,onReportViewImageEnd:We,onViewImageStartEvent:dt,imgUrlsPostConfig:t?.imgUrlsPost}):P.product&&Array.isArray(t?.productPost)&&((Se=t?.productPost)===null||Se===void 0?void 0:Se.length)>0?(Ae=t?.productPost)===null||Ae===void 0?void 0:Ae.map((oe,me)=>{var De,Ne,Ue,Ye,Je,ze,et,Re;const Xe=o[(De=oe?.item)===null||De===void 0?void 0:De.type],ut=mi(Xe),Qe=(Ne=Xe?.extend)===null||Ne===void 0?void 0:Ne.defaulSetting;return p.createElement(ut,Object.assign({key:`${de}${me}`,textStyle:Object.assign(Object.assign({},Qe?.textStyle),(Ue=oe?.item)===null||Ue===void 0?void 0:Ue.textStyle),bindDatas:(Je=(Ye=oe?.item)===null||Ye===void 0?void 0:Ye.bindDatas)!==null&&Je!==void 0?Je:[]},Qe?.props,(ze=oe?.item)===null||ze===void 0?void 0:ze.props,{event:((et=oe?.item)===null||et===void 0?void 0:et.event)||{},schema:E,id:oe?.id,viewTime:L.current,rec:P,isPost:!0,tipText:d,style:Object.assign(Object.assign(Object.assign({},Qe?.style),(Re=oe?.item)===null||Re===void 0?void 0:Re.style),{height:"100%",overflow:"auto"}),index:de}))}):null},[n,a,z,A,c,t?.productPost,t?.videoPlayIcon,L,d,o,E,D]),ye=be(P=>{R(P)},[]),ae=ve(()=>V?{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"},[V]),ee=be((P,de)=>{var ne,J,Se,Ae,oe,me,De,Ne;return P?.video?p.createElement(p.Fragment,null,((ne=P?.video)===null||ne===void 0?void 0:ne.title)&&!V&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom",style:{paddingBottom:`${(J=t?.bottomInfoDist)!==null&&J!==void 0?J:40}px`}},p.createElement(Jn,{nudge:u}),t?.isShowCTA===void 0||t?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(fi,{rec:P,index:de,tempMap:l,resolver:o})):null,p.createElement("div",null,p.createElement(pi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:d?.foldText,unfoldText:d?.unfoldText,text:(Ae=(Se=P?.video)===null||Se===void 0?void 0:Se.title)!==null&&Ae!==void 0?Ae:"",style:Object.assign(Object.assign({},e),{textShadow:t?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"}),onChange:ye}),p.createElement(fi,{rec:P,index:de,tempMap:l,resolver:o,includesCtaType:["AniLink"]}),p.createElement(Xn,{index:c,tags:(me=(oe=P?.video)===null||oe===void 0?void 0:oe.hashTags)!==null&&me!==void 0?me:[],itemId:(De=P?.video)===null||De===void 0?void 0:De.itemId,itemType:!((Ne=P?.video)===null||Ne===void 0)&&Ne.itemId?"VIDEO":null,rec:P,hashTagStyle:f}))),p.createElement(fi,{rec:P,index:de,tempMap:l,resolver:o,includesCtaType:["AniLinkPopup"],isActive:de===c})):null},[e,c,l,o,d,u,f,t,ye,V,ae]),Ce=be((P,de,ne)=>{var J,Se,Ae,oe;if(!t?.isShowLike||!ne)return;let me=(J=t?.likeIconY)!==null&&J!==void 0?J:400;return K&&me<40&&(me+=40),P?.video?p.createElement(Un,{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",[(Se=t.likeIconXPosit)!==null&&Se!==void 0?Se:"right"]:(Ae=t.likeIconX)!==null&&Ae!==void 0?Ae:0,[(oe=t.likeIconYPosit)!==null&&oe!==void 0?oe:"bottom"]:me},position:de}):null},[t,K]),We=P=>{var de,ne,J,Se,Ae,oe;if(!(!((de=P?.video)===null||de===void 0)&&de.url)&&(!((ne=P?.video)===null||ne===void 0)&&ne.imgUrls)){const me=Date.now(),De=(me-I.current)/1e3;ie?.({eventInfo:{eventSubject:"viewImageCarouselEnd",eventDescription:"User end view the image carousel",contentId:(Se=(J=P?.video)===null||J===void 0?void 0:J.itemId)!==null&&Se!==void 0?Se:"",contentName:(Ae=P?.video.title)!==null&&Ae!==void 0?Ae:"",imageEndTime:`${me}`,playDuration:`${De}`,contentTags:JSON.stringify((oe=P?.video.tags)!==null&&oe!==void 0?oe:[]),position:c+"",contentFormat:"image",traceInfo:P?.video.traceInfo}})}},Ze=(P,de)=>{var ne,J,Se,Ae,oe,me,De,Ne,Ue,Ye,Je,ze,et,Re,Xe,ut,Qe,yt,wt;if(Z||K)return;const Dt=new Date-Be.current;if(t?.openSlideSkip&&Dt>=((ne=t?.slideSkipStartTime)!==null&&ne!==void 0?ne:0)&&ho()&&P){const Ot=((Ae=(Se=(J=P?.video)===null||J===void 0?void 0:J.bindProducts)===null||Se===void 0?void 0:Se[0])===null||Ae===void 0?void 0:Ae.link)||((me=(oe=P?.video)===null||oe===void 0?void 0:oe.bindProduct)===null||me===void 0?void 0:me.link)||((De=P?.product)===null||De===void 0?void 0:De.link),He=P?.product||((Ne=P?.video)===null||Ne===void 0?void 0:Ne.bindProduct)||((Ye=(Ue=P?.video)===null||Ue===void 0?void 0:Ue.bindProducts)===null||Ye===void 0?void 0:Ye[0]);Ot&&(ie?.({eventInfo:{eventSubject:"swipeToWeb",eventDescription:"User swiped to web",productId:(Je=He?.itemId)!==null&&Je!==void 0?Je:"",productName:(ze=He?.title)!==null&&ze!==void 0?ze:"",price:He?.price?He?.price+"":"0",productCollection:(et=He?.collection)!==null&&et!==void 0?et:"",contentTags:He?.tags?JSON.stringify(He?.tags):"",position:de+"",contentId:(Xe=(Re=P?.video)===null||Re===void 0?void 0:Re.itemId)!==null&&Xe!==void 0?Xe:"",traceInfo:(wt=(Qe=(ut=P?.video)===null||ut===void 0?void 0:ut.traceInfo)!==null&&Qe!==void 0?Qe:(yt=P?.product)===null||yt===void 0?void 0:yt.traceInfo)!==null&&wt!==void 0?wt:""}}),Y.current=!0,window.location.href=window.getJointUtmLink(Ot))}},qe=P=>{var de,ne,J,Se,Ae,oe,me,De,Ne,Ue,Ye,Je,ze,et;const Re=a[P.previousIndex];if(!Re)return;P.previousIndex-P.activeIndex<0?(ie?.({eventInfo:{eventSubject:"scrollDown",eventDescription:"User scroll down",contentId:(ne=(de=Re?.video)===null||de===void 0?void 0:de.itemId)!==null&&ne!==void 0?ne:"",productId:(Se=(J=Re?.product)===null||J===void 0?void 0:J.itemId)!==null&&Se!==void 0?Se:"",requestId:null,traceInfo:(oe=(Ae=Re?.video)===null||Ae===void 0?void 0:Ae.traceInfo)!==null&&oe!==void 0?oe:""}}),We(Re),Ze(Re,P.previousIndex)):(ie?.({eventInfo:{eventSubject:"scrollUp",eventDescription:"User scroll up",contentId:(De=(me=Re?.video)===null||me===void 0?void 0:me.itemId)!==null&&De!==void 0?De:"",productId:(Ue=(Ne=Re.product)===null||Ne===void 0?void 0:Ne.itemId)!==null&&Ue!==void 0?Ue:"",requestId:null,traceInfo:(Je=(Ye=Re?.video)===null||Ye===void 0?void 0:Ye.traceInfo)!==null&&Je!==void 0?Je:""}}),We(Re)),ct(Re);const Xe=a[P.activeIndex];!(!((ze=Xe?.video)===null||ze===void 0)&&ze.url)&&!(!((et=Xe?.video)===null||et===void 0)&&et.imgUrls)&&Xe?.product&&Te?.({eventName:"ProductView"}),L.current=new Date},ct=P=>{var de,ne,J;!(!((de=P?.video)===null||de===void 0)&&de.url)&&!(!((ne=P?.video)===null||ne===void 0)&&ne.imgUrls)&&P?.product&&Ke(P,P.product,(J=P?.product)===null||J===void 0?void 0:J.bindCta,L.current,c)};fe(()=>{const P=a[c];we?ct(P):L.current=new Date},[we,a,c]);const dt=P=>{var de,ne,J,Se,Ae,oe;const me=a[P];if(!(!((de=me?.video)===null||de===void 0)&&de.url)&&(!((ne=me?.video)===null||ne===void 0)&&ne.imgUrls)){const De=Date.now();I.current=De,ie?.({eventInfo:{eventSubject:"viewImageCarouselStart",eventDescription:"User start view the image carousel",contentId:(Se=(J=me?.video)===null||J===void 0?void 0:J.itemId)!==null&&Se!==void 0?Se:"",contentName:(Ae=me?.video.title)!==null&&Ae!==void 0?Ae:"",imageStartTime:`${De}`,contentTags:JSON.stringify((oe=me?.video.tags)!==null&&oe!==void 0?oe:[]),position:P+"",contentFormat:"image",traceInfo:me?.video.traceInfo}}),Te?.({eventName:"ViewContent"})}},bt=be(P=>{var de,ne,J,Se,Ae,oe;if(P)return(t?.isShowMute===void 0||t?.isShowMute===!0)&&p.createElement(Wn,{style:{position:t?.muteIconFixed?"fixed":"absolute",visibility:!((ne=(de=H?.[c])===null||de===void 0?void 0:de.video)===null||ne===void 0)&&ne.url?"visible":"hidden",zIndex:999,transform:"translate3d(0px,0px,0px)",[(J=t?.muteIconXPosit)!==null&&J!==void 0?J:"right"]:(Se=t?.muteIconX)!==null&&Se!==void 0?Se:0,[(Ae=t?.muteIconYPosit)!==null&&Ae!==void 0?Ae:"bottom"]:(oe=t?.muteIconY)!==null&&oe!==void 0?oe:23},defaultValue:A,activeIcon:t?.unMuteIcon?t?.unMuteIcon:M,unactiveIcon:t?.muteIcon?t?.muteIcon:_,onChange:C})},[t,H,c,A]),Pt=ve(()=>se?p.createElement("div",{style:{height:z,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:ke,alt:"loading...",style:{objectFit:"contain"}})):H?.map((P,de)=>p.createElement(At,{key:de,virtualIndex:de,style:{overflow:"hidden"}},P&&p.createElement(p.Fragment,null,P?.loading?p.createElement("div",{style:{height:z,width:n,display:"flex",justifyContent:"center",alignItems:"center"}},p.createElement("img",{width:64,height:64,src:ke,alt:"loading...",style:{objectFit:"contain"}})):p.createElement(p.Fragment,null,Ce(P,de,!t?.likeIconFixed),bt(!t?.muteIconFixed),ee(P,de),Pe(P,de))))),[n,a,z,se,ee,Pe,H,ke,D,bt]);return p.createElement("div",{id:"sxp-render",className:"clc-sxp-container",style:Object.assign({},t?.textUnderlineOffset&&{textUnderlineOffset:`${t?.textUnderlineOffset}px`})},K&&p.createElement(jn,{icon:fd,styles:{background:"rgba(0,0,0,.3)",color:"#fff"},textStyle:Object.assign(Object.assign({},(w=(v=(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||v===void 0?void 0:v.textStyles)===null||w===void 0?void 0:w.hashTagTitle),{color:"#fff"}),onClose:()=>{!Gi(G,Q)&&Q&&Q?.length&&ue?.(Q),$?.(!0)}}),Ie,p.createElement(qn,{tagList:h,setActiveIndex:O,style:{top:It}}),Et?p.createElement(ud,{imageUrl:t?.swipeTipIcon,style:{top:`${50-((b=t?.swipeTipOffset)!==null&&b!==void 0?b:0)}%`},duration:t?.swiperTipAniDur}):null,p.createElement(Ft,{style:{marginTop:rt},ref:W,onSlideChange:()=>{W.current.swiper.allowTouchMove=!1,setTimeout(()=>{W.current.swiper.allowTouchMove=!0},500)},onActiveIndexChange:P=>{O(P.activeIndex),!we&&(qe(P),!(K||he)&&P?.activeIndex+1>=a?.length&&(B||(F(!0),re?.(U).then(de=>{var ne;F(!1),de&&((ne=de?.recList)===null||ne===void 0?void 0:ne.length)>0&&q(U+1)}))))},direction:"vertical",height:z},Ce(H[c],c,!!t?.likeIconFixed),bt(!!t?.muteIconFixed),Pt),p.createElement(zn,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)))},gd=({imgUrls:t,width:e,height:i,imgUrlsPostConfig:n,rec:l,index:o})=>p.createElement(Ft,{defaultValue:0,direction:"horizontal",modules:[si,ci],pagination:{clickable:!0,bulletActiveClass:"swipe-item-active-bullet"},height:i,style:{width:e},loop:!0,autoplay:!1},t?.map(a=>p.createElement(At,{key:a},p.createElement(Yn,{src:a,height:i,imgUrlsPostConfig:n}))));var bd=_e(gd);const yd=({rec:t,index:e,height:i,data:n,muted:l,activeIndex:o,videoPostConfig:a,width:r})=>{const[d,u]=X(!1),s=pe(null),{bffEventReport:f,sxpParameter:h,waterFallData:m,openHashtag:y}=Me(),S=pe(0),[x,v]=X(!1),[w,b]=X(!0),T=pe(null),[k,g]=X("");fe(()=>{s.current&&(s.current.muted=l)},[l]);const M=be(()=>{var R;(R=s.current)===null||R===void 0||R.play()},[]),_=ft("/pb_static/06f28a2025c74c1cb49be6767316d827.png"),E=be(()=>{var R,D,N,Y,U,q,re,ie,se,Le,ce,W,K;u(!1);const $=n[e];if($&&(!((R=s?.current)===null||R===void 0)&&R.duration)){S.current=((D=s?.current)===null||D===void 0?void 0:D.currentTime)||0;const te=((Y=(N=s.current)===null||N===void 0?void 0:N.duration)!==null&&Y!==void 0?Y:0).toFixed(2),we=((q=(U=s.current)===null||U===void 0?void 0:U.currentTime)!==null&&q!==void 0?q:0).toFixed(2),ke=w?"0":"1";f?.({eventInfo:{eventSubject:"playVideo",eventDescription:"User played the video",contentId:(ie=(re=$?.video)===null||re===void 0?void 0:re.itemId)!==null&&ie!==void 0?ie:"",contentName:(Le=(se=$?.video)===null||se===void 0?void 0:se.title)!==null&&Le!==void 0?Le:"",playType:ke,startTime:we,videoDuration:te,contentTags:JSON.stringify((W=(ce=$?.video)===null||ce===void 0?void 0:ce.tags)!==null&&W!==void 0?W:[]),position:e+"",contentFormat:"video",traceInfo:(K=$?.video)===null||K===void 0?void 0:K.traceInfo}}),b(!1)}},[f,n,e,w]),c=be(()=>{v(!0)},[]),O=be(R=>()=>{var D,N,Y,U,q;if(!x)return;const re=(D=s.current)===null||D===void 0?void 0:D.paused;switch(R){case"start":if(!re)return;(N=s.current)===null||N===void 0||N.play(),u(!1);break;case"pause":if(re)return;(Y=s.current)===null||Y===void 0||Y.pause(),u(!0);break;default:re?(U=s.current)===null||U===void 0||U.play():(q=s.current)===null||q===void 0||q.pause(),u(!re);break}},[x]),I=be(()=>{var R,D,N,Y,U,q,re,ie,se,Le,ce,W,K;const $=n[e],te=((D=(R=s.current)===null||R===void 0?void 0:R.duration)!==null&&D!==void 0?D:0).toFixed(2),we=((Y=(N=s.current)===null||N===void 0?void 0:N.currentTime)!==null&&Y!==void 0?Y:0).toFixed(2);if(!((U=s?.current)===null||U===void 0)&&U.duration){const ke=(((q=s?.current)===null||q===void 0?void 0:q.currentTime)-S.current).toFixed(2);f?.({eventInfo:{eventSubject:"playOverVideo",eventDescription:"User finished playing the video",contentId:(ie=(re=$?.video)===null||re===void 0?void 0:re.itemId)!==null&&ie!==void 0?ie:"",contentName:(Le=(se=$?.video)===null||se===void 0?void 0:se.title)!==null&&Le!==void 0?Le:"",endTime:we,videoDuration:te,playDuration:ke,contentTags:JSON.stringify((W=(ce=$?.video)===null||ce===void 0?void 0:ce.tags)!==null&&W!==void 0?W:[]),position:e+"",contentFormat:"video",traceInfo:(K=$?.video)===null||K===void 0?void 0:K.traceInfo}})}},[n,e,f]),A=ve(()=>a?.mode==="2",[a]),C=ve(()=>{var R;return a?.mode==="2"?`translateY(-${50+((R=a?.offsetTop)!==null&&R!==void 0?R:0)}%) translate3d(0px, 0px, 0px)`:"translateY(-50%)"},[a]),L=ve(()=>{var R;return((R=t?.video)===null||R===void 0?void 0:R.cover)||k},[k,t]),B=be(()=>{if(!T||!s||!s.current||!T.current)return;const R=s?.current,D=T?.current,N=D.getContext("2d"),Y=window?.innerWidth,U=window?.innerHeight;D.height=U,D.width=Y,N?.drawImage(R,0,0,D.width,D.height),g(D.toDataURL())},[]);fe(()=>{var R,D,N,Y;if(s.current){if(u(!1),!s.current.src){const U=t?.video.url;if(U.includes(".m3u8"))if(typeof window<"u"&&window?.Hls.isSupported()){const q=new window.Hls;q.loadSource(U),q.attachMedia(s.current)}else s.current.canPlayType("application/vnd.apple.mpegurl"),s.current.src=U;else s.current.src=U;s.current.setAttribute("x5-playsinline","true"),s.current.setAttribute("webkit-playsinline","true")}return(R=s.current)===null||R===void 0||R.addEventListener("loadedmetadata",c),(D=s.current)===null||D===void 0||D.addEventListener("canplay",c),(N=s.current)===null||N===void 0||N.addEventListener("playing",E),(Y=s.current)===null||Y===void 0||Y.addEventListener("loadeddata",B),()=>{var U,q,re,ie;(U=s.current)===null||U===void 0||U.removeEventListener("loadedmetadata",c),(q=s.current)===null||q===void 0||q.removeEventListener("canplay",c),(re=s.current)===null||re===void 0||re.removeEventListener("playing",E),(ie=s.current)===null||ie===void 0||ie.removeEventListener("loadeddata",B)}}},[c,E,t?.video,B]);const F=ve(()=>!h?.placeholder_image||x?null:p.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]);fe(()=>{const R=()=>{var D,N;o===e&&(!((D=t?.video)===null||D===void 0)&&D.url)&&(!((N=s?.current)===null||N===void 0)&&N.src)&&!d&&O("pause")()};return window.addEventListener("beforeunload",R),()=>{window.removeEventListener("beforeunload",R)}},[o,e,t,s,O,d]);const V=ve(()=>A?{filter:"blur(10px)",transform:"translate3d(0px, 0px, 0px) scale(1.2)"}:{},[A]);return t?.video?p.createElement(p.Fragment,null,A?p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:r,height:i,overflow:"hidden"}},p.createElement(st,{src:L,style:Object.assign({height:i,width:r,objectFit:"cover"},V)}),p.createElement("canvas",{ref:T,style:{display:"none"}}),p.createElement("div",{style:{position:"absolute",width:r,height:i,top:"50%",transform:C,left:0,right:0}},p.createElement("div",{style:{position:"relative",width:r,height:"100%"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",ref:s,autoPlay:!0,crossOrigin:"anonymous",muted:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:M,style:{width:"100%",height:i,objectFit:"contain"}}),p.createElement("img",{hidden:!d,className:"clc-pb-video-pause",src:_,alt:"video pause image"}))),F):p.createElement("div",{className:"video-container",key:t?.video.itemId,onClick:O(),style:{position:"relative",width:r,height:i,overflow:"hidden"}},p.createElement("video",{id:`pb-video-${e}`,className:"clc-pb-video",style:{width:"100%"},ref:s,crossOrigin:"anonymous",muted:!0,autoPlay:!0,controls:!1,playsInline:!0,preload:"auto",onPause:I,onEnded:M}),F,p.createElement("img",{hidden:!d,className:"clc-pb-video-pause",src:_,alt:"video pause image"}))):null};var wd=_e(yd);const Vi={};Object.values(Fi).forEach(t=>{Vi[t.extend.type]=t});const Sd="/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png",xd="/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png",Td=({data:t=[],globalConfig:e,tipText:i,nudge:n,tempMap:l,descStyle:o,hashTagStyle:a,containerHeight:r=664,containerWidth:d=375,appDomain:u,tagList:s=[]})=>{const f=ve(()=>{let g=0;return e?.logoUrl&&e?.isShowLogo&&(g+=45),s.length>0&&(g+=45),r-g},[e,r,s]),h=(g,M)=>{var _,E,c,O;if(!((_=g?.video)===null||_===void 0)&&_.url)return p.createElement(wd,{rec:g,index:M,muted:!0,width:d,data:t??[],height:f,activeIndex:M,videoPostConfig:e?.videoPost});if(!((E=g?.video)===null||E===void 0)&&E.imgUrls)return p.createElement(bd,{key:g?.video.itemId,imgUrls:g?.video.imgUrls,width:d,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((I,A)=>{var C,L,B,F,V,R,D,N;const Y=Vi[(C=I?.item)===null||C===void 0?void 0:C.type],U=mi(Y),q=(L=Y?.extend)===null||L===void 0?void 0:L.defaulSetting;return p.createElement(U,Object.assign({key:`${M}${A}`,textStyle:Object.assign(Object.assign({},q?.textStyle),(B=I?.item)===null||B===void 0?void 0:B.textStyle),bindDatas:(V=(F=I?.item)===null||F===void 0?void 0:F.bindDatas)!==null&&V!==void 0?V:[]},q?.props,(R=I?.item)===null||R===void 0?void 0:R.props,{event:((D=I?.item)===null||D===void 0?void 0:D.event)||{},id:I?.id,rec:g,isPost:!0,tipText:i,style:Object.assign(Object.assign(Object.assign({},q?.style),(N=I?.item)===null||N===void 0?void 0:N.style),{width:d,height:f,overflow:"auto"}),index:M}))})},m=ve(()=>e?.logoUrl&&e?.isShowLogo?p.createElement("div",{className:"clc-sxp-logo-banner",style:{backgroundColor:e?.color}},p.createElement("img",{src:e?.logoUrl,alt:"logo"})):null,[e]),y=(g,M)=>e?.isShowCTA===void 0||e?.isShowCTA?p.createElement("div",{className:"clc-sxp-bottom-card"},p.createElement(fi,{rec:g,index:M,tempMap:l,resolver:Vi})):null,S=(g,M)=>{var _,E,c,O,I,A,C;return g?.video?p.createElement(p.Fragment,null,((_=g?.video)===null||_===void 0?void 0:_.title)&&p.createElement("div",{className:"clc-sxp-bottom-shadow"}),p.createElement("div",{className:"clc-sxp-bottom"},p.createElement(Jn,{nudge:n}),y(g,M),p.createElement("div",null,p.createElement(pi,{className:"clc-sxp-bottom-text",isPost:!0,foldText:i?.foldText,unfoldText:i?.unfoldText,text:(c=(E=g?.video)===null||E===void 0?void 0:E.title)!==null&&c!==void 0?c:"",style:Object.assign(Object.assign({},o),{textShadow:e?.isOpenTextShadow?"2px 2px 4px rgba(0, 0, 0, 0.5)":"none"})})),p.createElement(Xn,{index:M,tags:(I=(O=g?.video)===null||O===void 0?void 0:O.hashTags)!==null&&I!==void 0?I:[],itemId:(A=g?.video)===null||A===void 0?void 0:A.itemId,itemType:!((C=g?.video)===null||C===void 0)&&C.itemId?"VIDEO":null,rec:g,hashTagStyle:a}))):null},x=ft(xd,u),v=ft(Sd,u),w=(g,M)=>{var _,E,c,O;if(!e?.isShowLike)return;let I=(_=e?.likeIconY)!==null&&_!==void 0?_:400;return I<40&&(I+=40),g?.video?p.createElement(Un,{key:g.position,activeIcon:(E=e?.likeIcon)!==null&&E!==void 0?E:x,unActicveIcon:(c=e?.unlikeIcon)!==null&&c!==void 0?c:v,position:M,active:g.isCollected,recData:g,className:"clc-sxp-like-button",style:{top:I,right:(O=e?.likeIconX)!==null&&O!==void 0?O:0}}):null},b=ft("/pb_static/5beaaa5ce7f3477b99db3838619cc471.png",u),T=ft("/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png",u),k=(g,M)=>{var _,E,c,O;return p.createElement("div",{style:{position:"relative",border:"1px solid #e1e1e1"}},m,p.createElement(qn,{tagList:s}),p.createElement(Wn,{style:{position:"absolute",right:(_=e?.muteIconX)!==null&&_!==void 0?_:0,visibility:!((c=(E=t?.[M])===null||E===void 0?void 0:E.video)===null||c===void 0)&&c.url?"visible":"hidden",bottom:(O=e?.muteIconY)!==null&&O!==void 0?O:23,zIndex:999},defaultValue:!0,activeIcon:e?.unMuteIcon?e?.unMuteIcon:b,unactiveIcon:e?.muteIcon?e?.muteIcon:T}),h(g,M),S(g,M),w(g,M))};return p.createElement("div",{className:Ee({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)=>k(g,M)))};var Ad=_e(Td);const Ed=()=>{const{schema:t,resolver:e,popup:i}=St(),{setPopupDetailData:n,popupDetailData:l,popupCurTimeRef:o,checkCommodityIndexRef:a}=Me(),{productView:r}=tt(),[d,u]=X();fe(()=>{const m=()=>{o.current=new Date};return m(),window.addEventListener("pageshow",m),()=>{window.removeEventListener("pageshow",m)}},[]),fe(()=>{i&&i?.id&&i?.id!==""&&(o.current=new Date,u(i))},[i]);const s=ve(()=>{var m,y,S,x;const v=(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 v!==-1&&((x=v?.item)===null||x===void 0?void 0:x.type)==="Iframe"},[i,t]),f=()=>{var m,y,S,x,v,w,b,T,k,g,M,_,E,c,O,I,A,C;if(!i||i?.id===""||!d||new Date-o.current<((m=i?.duration)!==null&&m!==void 0?m:0))return;u(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(B=>B?.id===i?.id);if(((v=L?.item)===null||v===void 0?void 0:v.type)==="CommodityDetail"||((w=L?.item)===null||w===void 0?void 0:w.type)==="CommodityDetailDiroNew"){const B=l;let F=(T=(b=B?.video)===null||b===void 0?void 0:b.bindProduct)!==null&&T!==void 0?T:(g=(k=B?.video)===null||k===void 0?void 0:k.bindProducts)===null||g===void 0?void 0:g[0],V=(E=(_=(M=B?.video)===null||M===void 0?void 0:M.bindProduct)===null||_===void 0?void 0:_.bindCta)!==null&&E!==void 0?E:(I=(O=(c=B?.video)===null||c===void 0?void 0:c.bindProducts)===null||O===void 0?void 0:O[0])===null||I===void 0?void 0:I.bindCta;if(a?.current>=0){const R=(C=(A=B?.video)===null||A===void 0?void 0:A.bindProducts)===null||C===void 0?void 0:C[a?.current];R&&(F=R,V=R?.bindCta)}F&&V&&r(B,F,V,o.current,l?.index)}setTimeout(()=>{window?.sxpPopup(""),n?.(null),a.current=-1},i?.duration)},h=ve(()=>{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,v)=>{var w,b,T,k,g,M,_,E,c,O,I,A,C,L;if(x?.id===i?.id){const B=e[(w=x?.item)===null||w===void 0?void 0:w.type],F=mi(B),V=((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",R=((_=(M=(g=x?.item)===null||g===void 0?void 0:g.event)===null||M===void 0?void 0:M.onClick)===null||_===void 0?void 0:_.linkType)==="popup",D=(E=B?.extend)===null||E===void 0?void 0:E.defaulSetting;return p.createElement(F,Object.assign({key:v,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),(O=x?.item)===null||O===void 0?void 0:O.textStyle),bindDatas:(A=(I=x?.item)===null||I===void 0?void 0:I.bindDatas)!==null&&A!==void 0?A:[]},D?.props,(C=x?.item)===null||C===void 0?void 0:C.props,{event:((L=x?.item)===null||L===void 0?void 0:L.event)||{},schema:t,id:x?.id,isExternalLink:V,isPopup:R,onClose:f}))}else return p.createElement(p.Fragment,null)})},[t,i,e,f]);return p.createElement(Ht,{popup:d,onClose:f,padding:0,modalStyle:{position:"fixed"},isFullScreen:s},h)},zi={};Object.values(Fi).forEach(t=>{zi[t.extend.type]=t});const Id=({data:t,maxSize:e=10,defaultSize:i=10,hashTagSize:n=20,loadingImage:l,appDomain:o,licenseUrl:a,enabledMetaConversionApi:r})=>{var d,u,s,f,h,m,y,S,x,v,w;const b=ve(()=>{var T;return location?.search?(T=location?.search)===null||T===void 0?void 0:T.replace("?",""):""},[]);return p.createElement(pn,{resolver:zi,enableDataSource:!1,schema:t?.data,utmVal:b},p.createElement(sn,{utmVal:b,dataSources:t?.data_sources,sxpParameter:t?.sxp_parameter,maxSize:(u=(d=t?.sxp_parameter)===null||d===void 0?void 0:d.personalized_recommend)!==null&&u!==void 0?u:e,defaultSize:(f=(s=t?.sxp_parameter)===null||s===void 0?void 0:s.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:n,loadingImage:l,appDomain:o,enabledMetaConversionApi:r,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=(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:k})=>{var g;return p.createElement(p.Fragment,null,p.createElement(Kn,Object.assign({},(g=t?.data)===null||g===void 0?void 0:g.sxpPageConf,{tagList:k,data:T,resolver:zi,licenseUrl:a})),p.createElement(Ed,null))}}))};var Cd=_e(Id);const Zn=Xt({}),kd=({children:t,data:e})=>{var i,n,l,o,a,r,d,u,s,f,h,m,y;const[S,x]=X(!1),[v,w]=X(!1);return p.createElement(Zn.Provider,{value:{sxpPrameter:{bottomImage:(i=e?.sxp_parameter)===null||i===void 0?void 0:i.bottom_image,defaultRecommend:(n=e?.sxp_parameter)===null||n===void 0?void 0:n.default_recommend,personalizedRecommend:(l=e?.sxp_parameter)===null||l===void 0?void 0:l.personalized_recommend,placeholderImage:(o=e?.sxp_parameter)===null||o===void 0?void 0:o.placeholder_image,hashTagSize:(a=e?.sxp_parameter)===null||a===void 0?void 0:a.hash_tag_size,loadingImage:(r=e?.sxp_parameter)===null||r===void 0?void 0:r.loading_image,privacyContent:(d=e?.sxp_parameter)===null||d===void 0?void 0:d.privacy_context,privacyNecessity:(u=e?.sxp_parameter)===null||u===void 0?void 0:u.privacy_necessity,privacyPolicyTitle:(s=e?.sxp_parameter)===null||s===void 0?void 0:s.privacy_policy_title,privacyPolicyUrl:(f=e?.sxp_parameter)===null||f===void 0?void 0:f.privacy_policy_url,privacyTitle:(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:v,setOpenConsent:w,sxpFontLinks:e?.sxpFontLinks,utmParameter:e?.utm_parameter}},t)};function _d(){return Yt(Zn)}export{Ad as DiyPortalPreview,kd as EditorDataProvider,Ht as Modal,sn as SxpDataSourceProvider,Cd as SxpPageCore,Kn as SxpPageRender,To as core,uo as default,Fi as materials,_d as useEditorDataProvider};
7
7
  //# sourceMappingURL=index.min.js.map