pb-sxp-ui 14.0.3 → 14.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/index.cjs +470 -810
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +0 -89
  4. package/dist/index.js +470 -810
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +6 -6
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +6 -6
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +470 -810
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +6 -6
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/components/Consent/index.js +8 -2
  15. package/es/core/components/SxpPageRender/ConsentPopup.js +8 -8
  16. package/es/core/components/SxpPageRender/Navbar.js +1 -1
  17. package/es/core/components/SxpPageRender/WaterFall/preview.json +272 -207
  18. package/es/core/components/SxpPageRender/index.js +2 -5
  19. package/es/core/context/SxpDataSourceProvider.js +33 -53
  20. package/es/core/utils/materials.js +3 -5
  21. package/es/core/utils/tool.d.ts +2 -1
  22. package/es/core/utils/tool.js +38 -14
  23. package/es/materials/sxp/consentPopup/Display/index.d.ts +2 -2
  24. package/es/materials/sxp/consentPopup/Display/index.js +5 -7
  25. package/es/materials/sxp/consentPopup/index.d.ts +0 -2
  26. package/es/materials/sxp/consentPopup/index.js +0 -2
  27. package/es/materials/sxp/cta/AniLink/index.js +1 -1
  28. package/es/materials/sxp/cta/AniLinkPopup/index.js +1 -1
  29. package/es/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
  30. package/es/materials/sxp/popup/ConsentDetail/index.js +2 -2
  31. package/es/materials/sxp/popup/Iframe/index.d.ts +4 -0
  32. package/es/materials/sxp/popup/Iframe/index.js +5 -4
  33. package/es/materials/sxp/popup/Iframe/settingRender.js +15 -0
  34. package/lib/core/components/Consent/index.js +8 -2
  35. package/lib/core/components/SxpPageRender/ConsentPopup.js +7 -7
  36. package/lib/core/components/SxpPageRender/Navbar.js +1 -1
  37. package/lib/core/components/SxpPageRender/WaterFall/preview.json +272 -207
  38. package/lib/core/components/SxpPageRender/index.js +2 -5
  39. package/lib/core/context/SxpDataSourceProvider.js +32 -52
  40. package/lib/core/utils/materials.js +3 -5
  41. package/lib/core/utils/tool.d.ts +2 -1
  42. package/lib/core/utils/tool.js +39 -14
  43. package/lib/materials/sxp/consentPopup/Display/index.d.ts +2 -2
  44. package/lib/materials/sxp/consentPopup/Display/index.js +5 -7
  45. package/lib/materials/sxp/consentPopup/index.d.ts +0 -2
  46. package/lib/materials/sxp/consentPopup/index.js +0 -2
  47. package/lib/materials/sxp/cta/AniLink/index.js +1 -1
  48. package/lib/materials/sxp/cta/AniLinkPopup/index.js +1 -1
  49. package/lib/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
  50. package/lib/materials/sxp/popup/ConsentDetail/index.js +2 -2
  51. package/lib/materials/sxp/popup/Iframe/index.d.ts +4 -0
  52. package/lib/materials/sxp/popup/Iframe/index.js +5 -4
  53. package/lib/materials/sxp/popup/Iframe/settingRender.js +15 -0
  54. package/package.json +1 -1
  55. package/es/materials/sxp/consentPopup/Click/index.d.ts +0 -19
  56. package/es/materials/sxp/consentPopup/Click/index.js +0 -19
  57. package/es/materials/sxp/consentPopup/Click/material.d.ts +0 -2
  58. package/es/materials/sxp/consentPopup/Click/material.js +0 -48
  59. package/es/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
  60. package/es/materials/sxp/consentPopup/Click/settingRender.js +0 -210
  61. package/es/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
  62. package/es/materials/sxp/consentPopup/Swipe/index.js +0 -44
  63. package/es/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
  64. package/es/materials/sxp/consentPopup/Swipe/material.js +0 -24
  65. package/es/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
  66. package/es/materials/sxp/consentPopup/Swipe/settingRender.js +0 -43
  67. package/lib/materials/sxp/consentPopup/Click/index.d.ts +0 -19
  68. package/lib/materials/sxp/consentPopup/Click/index.js +0 -21
  69. package/lib/materials/sxp/consentPopup/Click/material.d.ts +0 -2
  70. package/lib/materials/sxp/consentPopup/Click/material.js +0 -52
  71. package/lib/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
  72. package/lib/materials/sxp/consentPopup/Click/settingRender.js +0 -212
  73. package/lib/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
  74. package/lib/materials/sxp/consentPopup/Swipe/index.js +0 -46
  75. package/lib/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
  76. package/lib/materials/sxp/consentPopup/Swipe/material.js +0 -28
  77. package/lib/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
  78. package/lib/materials/sxp/consentPopup/Swipe/settingRender.js +0 -45
@@ -4,7 +4,7 @@
4
4
  "channel": null,
5
5
  "rtc": null,
6
6
  "tag": {
7
- "info": "The chatlabs 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.",
7
+ "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.",
8
8
  "link": "www.baidu.com",
9
9
  "linkTitle": null,
10
10
  "linkType": "WEB"
@@ -15,9 +15,9 @@
15
15
  "isCollected": null,
16
16
  "video": {
17
17
  "itemId": "VIDEOY2BMu1710323630175",
18
- "title": "A symbol of excellence, the chatlabs Toujours bag is reinterpreted in an unprecedented version. For the chatlabs 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 chatlabs Ateliers.",
18
+ "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.",
19
19
  "tags": [
20
- "chatlabs Toujours Bag",
20
+ "Dior Toujours Bag",
21
21
  "Casual",
22
22
  "Leather Strap",
23
23
  "Handbags"
@@ -27,7 +27,7 @@
27
27
  "bindCta": null,
28
28
  "bindProduct": {
29
29
  "itemId": "M2821SNIOM900",
30
- "title": "Medium chatlabs Toujours Bag Black Macrocannage Crinkled Leather",
30
+ "title": "Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",
31
31
  "tags": [
32
32
  "Medium",
33
33
  "Black",
@@ -44,35 +44,35 @@
44
44
  "weight": null,
45
45
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:0",
46
46
  "enTitle": "Shop now",
47
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
47
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
48
48
  "link": null,
49
49
  "linkTitle": null,
50
50
  "linkType": null,
51
51
  "menuCategoryId": "65966478d19caa37afe3603f"
52
52
  },
53
53
  "homePage": [
54
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg",
55
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg",
56
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg",
57
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg",
58
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg",
59
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg",
60
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"
54
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg",
55
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg",
56
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg",
57
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg",
58
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg",
59
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg",
60
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"
61
61
  ],
62
62
  "collection": "Eté 2024",
63
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
63
+ "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",
64
64
  "linkTitle": null,
65
65
  "linkType": "WEB",
66
- "info": "The chatlabs 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.",
66
+ "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.",
67
67
  "price": 4400.0,
68
68
  "currency": "USD-$"
69
69
  },
70
70
  "bindProducts": [],
71
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
72
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs3Ifqv7fk2Tn9nPtwOTO2YjxAuRO1710323470472.mp4",
71
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fswbY3wT0hCmrYkrqDzFKnHb3NMux1710323481052.png",
72
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs3Ifqv7fk2Tn9nPtwOTO2YjxAuRO1710323470472.mp4",
73
73
  "imgUrls": null,
74
74
  "hashTags": [
75
- "chatlabs Toujours Bag",
75
+ "Dior Toujours Bag",
76
76
  "Casual",
77
77
  "Leather Strap",
78
78
  "Handbags"
@@ -86,18 +86,18 @@
86
86
  "isCollected": null,
87
87
  "video": {
88
88
  "itemId": "VIDEO6JCOb1710323364018",
89
- "title": "Maria grazia chiuri's hallmark chatlabs book tote offers an original take on elegance. Unveiled at the cruise 2024 fashion show, the refined style showcases the iconic blue chatlabs oblique embroidery and calfskin. Designed to keep all the daily essentials organized, the interior is equipped with a zipped pocket and patch pockets.",
89
+ "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.",
90
90
  "tags": [
91
91
  "Handbags",
92
92
  "Manufacturing Craftsmanship",
93
- "chatlabs Book Tote"
93
+ "Dior Book Tote"
94
94
  ],
95
95
  "weight": null,
96
96
  "traceInfo": "VECTOReVssi1704360966770:VIDEO:VIDEO6JCOb1710323364018:default:3::branch:Handbags:1",
97
97
  "bindCta": null,
98
98
  "bindProduct": {
99
99
  "itemId": "M1296ZRIWM828",
100
- "title": "Medium chatlabs Book Tote",
100
+ "title": "Medium Dior Book Tote",
101
101
  "tags": [
102
102
  "Maria Grazia Chiuri",
103
103
  "Hand",
@@ -115,33 +115,33 @@
115
115
  "weight": null,
116
116
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:1",
117
117
  "enTitle": "Shop now",
118
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
118
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
119
119
  "link": null,
120
120
  "linkTitle": null,
121
121
  "linkType": null,
122
122
  "menuCategoryId": "65966478d19caa37afe3603f"
123
123
  },
124
124
  "homePage": [
125
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg",
126
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg",
127
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg",
128
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"
125
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg",
126
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg",
127
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg",
128
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"
129
129
  ],
130
130
  "collection": "Eté 2024",
131
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
131
+ "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",
132
132
  "linkTitle": null,
133
133
  "linkType": "WEB",
134
- "info": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
134
+ "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.",
135
135
  "price": 3350.0,
136
136
  "currency": "USD-$"
137
137
  },
138
138
  "bindProducts": [],
139
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
140
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs7KIGk2IB0MsoDL1ANWB1Mb2hqu41710323314146.mp4",
139
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsAHlkdbqYj5F84o2faRzU1E3AvG11710323339209.png",
140
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs7KIGk2IB0MsoDL1ANWB1Mb2hqu41710323314146.mp4",
141
141
  "imgUrls": null,
142
142
  "hashTags": [
143
143
  "Handbags",
144
- "chatlabs Book Tote"
144
+ "Dior Book Tote"
145
145
  ]
146
146
  },
147
147
  "product": null,
@@ -153,13 +153,13 @@
153
153
  "video": null,
154
154
  "product": {
155
155
  "itemId": "M2820OTKVM911",
156
- "title": "Large chatlabs Toujours Bag Black Cannage Tweed",
156
+ "title": "Large Dior Toujours Bag Black Cannage Tweed",
157
157
  "tags": [
158
158
  "Black",
159
159
  "Women",
160
160
  "Handbags",
161
161
  "Bucket Bag",
162
- "chatlabs Toujours Bag"
162
+ "Dior Toujours Bag"
163
163
  ],
164
164
  "weight": null,
165
165
  "traceInfo": "VECTOReVssi1704360966770:PRODUCT:M2820OTKVM911:default:3::branch:Handbags:2",
@@ -170,18 +170,26 @@
170
170
  "weight": null,
171
171
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:2",
172
172
  "enTitle": "Shop now",
173
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
173
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
174
174
  "link": null,
175
175
  "linkTitle": null,
176
176
  "linkType": null,
177
177
  "menuCategoryId": "65966478d19caa37afe3603f"
178
178
  },
179
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
179
+ "homePage": [
180
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsJTjyFchOFEJSTRYxXvL2XPU1dP61710238469418.jpg",
181
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fstdFA1dFT55QjtQPU2qHNENo5peF1710836061716.jpg",
182
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fs9xf8AlIApbHezVL3BsxjUGIrN231710836061181.jpg",
183
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs9iZ20MjLAPkXmFKvD8HzhLaBJ671710238470272.jpg",
184
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsSSodev3wicDfE1DYNWPQVeRjErt1710238464035.jpg",
185
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fs3YAOuN6Pd9NFvH1Rdooj6eLI18S1710238465296.jpg",
186
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240312/fsBwIEp6OzI49isvHgiKD0cPSFtrD1710238459007.jpg"
187
+ ],
180
188
  "collection": "Eté 2024",
181
- "link": "https://www.chatlabs.com/en_us/fashion/products/M2820OTKV_M911-large-chatlabs-toujours-bag",
189
+ "link": "https://www.dior.com/en_us/fashion/products/M2820OTKV_M911-large-dior-toujours-bag",
182
190
  "linkTitle": null,
183
191
  "linkType": "WEB",
184
- "info": "The chatlabs 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.",
192
+ "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.",
185
193
  "price": 4200.0,
186
194
  "currency": "USD-$"
187
195
  },
@@ -222,15 +230,22 @@
222
230
  "weight": null,
223
231
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:3",
224
232
  "enTitle": "Shop now",
225
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
233
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
226
234
  "link": null,
227
235
  "linkTitle": null,
228
236
  "linkType": null,
229
237
  "menuCategoryId": "65966478d19caa37afe3603f"
230
238
  },
231
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
239
+ "homePage": [
240
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png",
241
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png",
242
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png",
243
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png",
244
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png",
245
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"
246
+ ],
232
247
  "collection": "Eté 2024",
233
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",
248
+ "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",
234
249
  "linkTitle": null,
235
250
  "linkType": "WEB",
236
251
  "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.",
@@ -238,10 +253,10 @@
238
253
  "currency": "USD-$"
239
254
  },
240
255
  "bindProducts": [],
241
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
256
+ "cover": null,
242
257
  "url": null,
243
258
  "imgUrls": [
244
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsvbBN3IRfwctVIhdqgq3doWmhbb21710399187965.jpg"
259
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsvbBN3IRfwctVIhdqgq3doWmhbb21710399187965.jpg"
245
260
  ],
246
261
  "hashTags": [
247
262
  "Maria Grazia Chiuri",
@@ -258,7 +273,7 @@
258
273
  "video": null,
259
274
  "product": {
260
275
  "itemId": "S5909CTZQM928",
261
- "title": "Saddle Shoulder Pouch Blue chatlabs Oblique Jacquard ",
276
+ "title": "Saddle Shoulder Pouch Blue Dior Oblique Jacquard ",
262
277
  "tags": [
263
278
  "Saddle Bags",
264
279
  "Handbags",
@@ -275,15 +290,20 @@
275
290
  "weight": null,
276
291
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:4",
277
292
  "enTitle": "Shop now",
278
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
293
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
279
294
  "link": null,
280
295
  "linkTitle": null,
281
296
  "linkType": null,
282
297
  "menuCategoryId": "65966478d19caa37afe3603f"
283
298
  },
284
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
299
+ "homePage": [
300
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fs34CpwKJOyjEDgoHypoLYakF8oR31710316280669.png",
301
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsLOSOEf9pmz7wKnFaifWNw3TZ7Gy1710316287874.png",
302
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsWHmVcrzHKKj6EfhfnQkxYIOt20a1710316295683.png",
303
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fslyBNMyQwjpjY4EKzyrqzTMlOGRQ1710316313161.png"
304
+ ],
285
305
  "collection": "Eté 2024",
286
- "link": "https://www.chatlabs.com/en_us/fashion/products/S5909CTZQ",
306
+ "link": "https://www.dior.com/en_us/fashion/products/S5909CTZQ",
287
307
  "linkTitle": null,
288
308
  "linkType": "WEB",
289
309
  "info": null,
@@ -297,17 +317,17 @@
297
317
  "isCollected": null,
298
318
  "video": {
299
319
  "itemId": "VIDEOrZguC1710324513737",
300
- "title": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
320
+ "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.",
301
321
  "tags": [
302
322
  "Handbags",
303
- "chatlabs Book Tote"
323
+ "Dior Book Tote"
304
324
  ],
305
325
  "weight": null,
306
326
  "traceInfo": "VECTOReVssi1704360966770:VIDEO:VIDEOrZguC1710324513737:default:3::branch:Handbags:5",
307
327
  "bindCta": null,
308
328
  "bindProduct": {
309
329
  "itemId": "M1296ZRIWM828",
310
- "title": "Medium chatlabs Book Tote",
330
+ "title": "Medium Dior Book Tote",
311
331
  "tags": [
312
332
  "Maria Grazia Chiuri",
313
333
  "Hand",
@@ -325,28 +345,33 @@
325
345
  "weight": null,
326
346
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:5",
327
347
  "enTitle": "Shop now",
328
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
348
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
329
349
  "link": null,
330
350
  "linkTitle": null,
331
351
  "linkType": null,
332
352
  "menuCategoryId": "65966478d19caa37afe3603f"
333
353
  },
334
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
354
+ "homePage": [
355
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg",
356
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg",
357
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg",
358
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"
359
+ ],
335
360
  "collection": "Eté 2024",
336
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
361
+ "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",
337
362
  "linkTitle": null,
338
363
  "linkType": "WEB",
339
- "info": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
364
+ "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.",
340
365
  "price": 3350.0,
341
366
  "currency": "USD-$"
342
367
  },
343
368
  "bindProducts": [],
344
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
345
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOqu34FxaJTdascLcj6DHoYIIAs01710324439851.mp4",
369
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fstXNWStczbY8HbIKEqMwfCkv5CI51710324494939.png",
370
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOqu34FxaJTdascLcj6DHoYIIAs01710324439851.mp4",
346
371
  "imgUrls": null,
347
372
  "hashTags": [
348
373
  "Handbags",
349
- "chatlabs Book Tote"
374
+ "Dior Book Tote"
350
375
  ]
351
376
  },
352
377
  "product": null,
@@ -358,7 +383,7 @@
358
383
  "video": null,
359
384
  "product": {
360
385
  "itemId": "M1296ZRIWM828",
361
- "title": "Medium chatlabs Book Tote",
386
+ "title": "Medium Dior Book Tote",
362
387
  "tags": [
363
388
  "Maria Grazia Chiuri",
364
389
  "Hand",
@@ -376,18 +401,23 @@
376
401
  "weight": null,
377
402
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:6",
378
403
  "enTitle": "Shop now",
379
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
404
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
380
405
  "link": null,
381
406
  "linkTitle": null,
382
407
  "linkType": null,
383
408
  "menuCategoryId": "65966478d19caa37afe3603f"
384
409
  },
385
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
410
+ "homePage": [
411
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg",
412
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg",
413
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg",
414
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"
415
+ ],
386
416
  "collection": "Eté 2024",
387
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
417
+ "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",
388
418
  "linkTitle": null,
389
419
  "linkType": "WEB",
390
- "info": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
420
+ "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.",
391
421
  "price": 3350.0,
392
422
  "currency": "USD-$"
393
423
  },
@@ -398,29 +428,29 @@
398
428
  "isCollected": null,
399
429
  "video": {
400
430
  "itemId": "VIDEOEtr621710300614047",
401
- "title": "Unveiled at the spring-summer 2023 fashion show, the chatlabs 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",
431
+ "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",
402
432
  "tags": [
403
433
  "Handbags",
404
434
  "Leather Strap",
405
435
  "Spring-Summer 2024 Fashion Show",
406
436
  "Backstage",
407
- "chatlabs Toujours Bag"
437
+ "Dior Toujours Bag"
408
438
  ],
409
439
  "weight": null,
410
440
  "traceInfo": "VECTOReVssi1704360966770:VIDEO:VIDEOEtr621710300614047:default:3::branch:Handbags:7",
411
441
  "bindCta": null,
412
442
  "bindProduct": null,
413
443
  "bindProducts": [],
414
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
444
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fshkOldZwfsSqTgvxHJzNBwS66ySc1710300910103.jpg",
415
445
  "url": null,
416
446
  "imgUrls": [
417
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsryDXTtPWXjYFWoSUEBUi48RHZCh1710398617300.jpg"
447
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsryDXTtPWXjYFWoSUEBUi48RHZCh1710398617300.jpg"
418
448
  ],
419
449
  "hashTags": [
420
450
  "Backstage",
421
451
  "Handbags",
422
452
  "Spring-Summer 2024 Fashion Show",
423
- "chatlabs Toujours Bag"
453
+ "Dior Toujours Bag"
424
454
  ]
425
455
  },
426
456
  "product": null,
@@ -431,21 +461,21 @@
431
461
  "isCollected": null,
432
462
  "video": {
433
463
  "itemId": "VIDEOO8Zjt1709616802987",
434
- "title": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
464
+ "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.",
435
465
  "tags": [
436
466
  "Blue",
437
467
  "Medium",
438
468
  "Shoulder",
439
469
  "Hand",
440
470
  "Handbags",
441
- "chatlabs Book Tote"
471
+ "Dior Book Tote"
442
472
  ],
443
473
  "weight": null,
444
474
  "traceInfo": "VECTOReVssi1704360966770:VIDEO:VIDEOO8Zjt1709616802987:default:3::branch:Handbags:8",
445
475
  "bindCta": null,
446
476
  "bindProduct": {
447
477
  "itemId": "M1296ZRIWM828",
448
- "title": "Medium chatlabs Book Tote",
478
+ "title": "Medium Dior Book Tote",
449
479
  "tags": [
450
480
  "Maria Grazia Chiuri",
451
481
  "Hand",
@@ -463,29 +493,34 @@
463
493
  "weight": null,
464
494
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:8",
465
495
  "enTitle": "Shop now",
466
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
496
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
467
497
  "link": null,
468
498
  "linkTitle": null,
469
499
  "linkType": null,
470
500
  "menuCategoryId": "65966478d19caa37afe3603f"
471
501
  },
472
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
502
+ "homePage": [
503
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fs69g46K9wPCwi5VRAP2QAgRHM0Pc1709696901624.jpg",
504
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsAIliGV0ZJP8MNa8DECYtwsK4ker1709696900761.jpg",
505
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsMJ4JfZ0Vhzq6H71NdIPg6YozbIz1709696897845.jpg",
506
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240306/fsWXI06zGOmACXn9wD3EegRLkB7dg1709696911033.jpg"
507
+ ],
473
508
  "collection": "Eté 2024",
474
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
509
+ "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",
475
510
  "linkTitle": null,
476
511
  "linkType": "WEB",
477
- "info": "Introduced by Maria Grazia Chiuri, Creative Director of Christian chatlabs, the chatlabs Book Tote has become a staple of the chatlabs aesthetic. Designed to hold all the daily essentials, the style is fully embroidered with the ecru and blue chatlabs Oblique motif. Adorned with the Christian chatlabs 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.",
512
+ "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.",
478
513
  "price": 3350.0,
479
514
  "currency": "USD-$"
480
515
  },
481
516
  "bindProducts": [],
482
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
517
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsmS72zfInwmblYTnuYzRuZKAOlhr1709616742898.jpg",
483
518
  "url": null,
484
519
  "imgUrls": [
485
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsU2gDw28XFd1nOAqlUjb1r1h6mpT1710400349981.jpg"
520
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsU2gDw28XFd1nOAqlUjb1r1h6mpT1710400349981.jpg"
486
521
  ],
487
522
  "hashTags": [
488
- "chatlabs Book Tote",
523
+ "Dior Book Tote",
489
524
  "Handbags"
490
525
  ]
491
526
  },
@@ -498,7 +533,7 @@
498
533
  "video": null,
499
534
  "product": {
500
535
  "itemId": "M2821SNIOM900",
501
- "title": "Medium chatlabs Toujours Bag Black Macrocannage Crinkled Leather",
536
+ "title": "Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",
502
537
  "tags": [
503
538
  "Medium",
504
539
  "Black",
@@ -515,18 +550,26 @@
515
550
  "weight": null,
516
551
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:9",
517
552
  "enTitle": "Shop now",
518
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
553
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
519
554
  "link": null,
520
555
  "linkTitle": null,
521
556
  "linkType": null,
522
557
  "menuCategoryId": "65966478d19caa37afe3603f"
523
558
  },
524
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
559
+ "homePage": [
560
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg",
561
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg",
562
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg",
563
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg",
564
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg",
565
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg",
566
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"
567
+ ],
525
568
  "collection": "Eté 2024",
526
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
569
+ "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",
527
570
  "linkTitle": null,
528
571
  "linkType": "WEB",
529
- "info": "The chatlabs 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.",
572
+ "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.",
530
573
  "price": 4400.0,
531
574
  "currency": "USD-$"
532
575
  },
@@ -537,9 +580,9 @@
537
580
  "isCollected": null,
538
581
  "video": {
539
582
  "itemId": "VIDEOesZlV1710323980494",
540
- "title": "The lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
583
+ "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.",
541
584
  "tags": [
542
- "Lady chatlabs",
585
+ "Lady Dior",
543
586
  "Removable Shoulder Strap",
544
587
  "Medium",
545
588
  "Handbags",
@@ -550,13 +593,13 @@
550
593
  "bindCta": null,
551
594
  "bindProduct": {
552
595
  "itemId": "M0565SDBRM900",
553
- "title": "Medium Lady chatlabs Bag",
596
+ "title": "Medium Lady Dior Bag",
554
597
  "tags": [
555
598
  "Women",
556
599
  "Black",
557
600
  "Handbags",
558
601
  "Hand",
559
- "Lady chatlabs",
602
+ "Lady Dior",
560
603
  "Crossbody"
561
604
  ],
562
605
  "weight": null,
@@ -568,27 +611,34 @@
568
611
  "weight": null,
569
612
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:10",
570
613
  "enTitle": "Shop now",
571
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
614
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
572
615
  "link": null,
573
616
  "linkTitle": null,
574
617
  "linkType": null,
575
618
  "menuCategoryId": "65966478d19caa37afe3603f"
576
619
  },
577
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
620
+ "homePage": [
621
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg",
622
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg",
623
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg",
624
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg",
625
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg",
626
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"
627
+ ],
578
628
  "collection": null,
579
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-chatlabs-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",
629
+ "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",
580
630
  "linkTitle": null,
581
631
  "linkType": "WEB",
582
- "info": "The Lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
632
+ "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.",
583
633
  "price": 7100.0,
584
634
  "currency": "USD-$"
585
635
  },
586
636
  "bindProducts": [],
587
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
588
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsxyS8nr7nn0LMe7EqOt3ETXqLu7d1710323753073.mp4",
637
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsiwMQ88zO5Xdnl939krMyBMbz7Js1710323763013.png",
638
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsxyS8nr7nn0LMe7EqOt3ETXqLu7d1710323753073.mp4",
589
639
  "imgUrls": null,
590
640
  "hashTags": [
591
- "Lady chatlabs",
641
+ "Lady Dior",
592
642
  "Handbags"
593
643
  ]
594
644
  },
@@ -600,10 +650,10 @@
600
650
  "isCollected": null,
601
651
  "video": {
602
652
  "itemId": "VIDEOdvsXq1710324342942",
603
- "title": "New for summer 2024, the lady d-sire my abcchatlabs bag draws inspiration from the signature elegance of the lady chatlabs 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.",
653
+ "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.",
604
654
  "tags": [
605
655
  "Summer 2024",
606
- "Lady chatlabs",
656
+ "Lady Dior",
607
657
  "Casual",
608
658
  "Lightweight",
609
659
  "Medium",
@@ -614,11 +664,11 @@
614
664
  "bindCta": null,
615
665
  "bindProduct": {
616
666
  "itemId": "M1151OTRLM900",
617
- "title": "Medium Lady D-Sire My ABCchatlabs Bag",
667
+ "title": "Medium Lady D-Sire My ABCDior Bag",
618
668
  "tags": [
619
669
  "Handbags",
620
670
  "Summer 2024",
621
- "Lady chatlabs",
671
+ "Lady Dior",
622
672
  "Black",
623
673
  "Medium",
624
674
  "Women",
@@ -633,35 +683,35 @@
633
683
  "weight": null,
634
684
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:11",
635
685
  "enTitle": "Shop now",
636
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
686
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
637
687
  "link": null,
638
688
  "linkTitle": null,
639
689
  "linkType": null,
640
690
  "menuCategoryId": "65966478d19caa37afe3603f"
641
691
  },
642
692
  "homePage": [
643
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBvqPYhaE9Ct1JzBd4gm8g9YOiAZ1710499102900.jpg",
644
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6sf9nB7WpJuLNIZT3c8O8Fmf3Gu1710499102936.jpg",
645
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsSxYBxyVx2yRrUgEaYmarWhlUbk41710499102531.jpg",
646
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsyhykK1B7W9613MAfipfIuE1foim1710499102345.jpg",
647
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6FXJdaXib8lP0NPloe1XQGpoiKc1710499103268.jpg",
648
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsCRx7T4ejNvgKNensH6LT4dPt6251710499103615.jpg"
693
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBvqPYhaE9Ct1JzBd4gm8g9YOiAZ1710499102900.jpg",
694
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6sf9nB7WpJuLNIZT3c8O8Fmf3Gu1710499102936.jpg",
695
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsSxYBxyVx2yRrUgEaYmarWhlUbk41710499102531.jpg",
696
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsyhykK1B7W9613MAfipfIuE1foim1710499102345.jpg",
697
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs6FXJdaXib8lP0NPloe1XQGpoiKc1710499103268.jpg",
698
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsCRx7T4ejNvgKNensH6LT4dPt6251710499103615.jpg"
649
699
  ],
650
700
  "collection": null,
651
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1151OTRL_M900-medium-lady-d-sire-my-abcchatlabs-bag-black-bull-leather?objectID=M1151OTRL_M900&query=M1151OTRLM900&queryID=e82938220687c425c75277a7c526b932",
701
+ "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",
652
702
  "linkTitle": null,
653
703
  "linkType": "WEB",
654
- "info": "New for Summer 2024, the Lady D-Sire My ABCchatlabs bag draws inspiration from the signature elegance of the Lady chatlabs 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",
704
+ "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",
655
705
  "price": 6100.0,
656
706
  "currency": "USD-$"
657
707
  },
658
708
  "bindProducts": [],
659
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
660
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsZyr3slVtlsParX6D0DqsM0QEx8d1710324283147.mp4",
709
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsOsdUSXr57U5Twhhkv17th3yHqBJ1710324292456.png",
710
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsZyr3slVtlsParX6D0DqsM0QEx8d1710324283147.mp4",
661
711
  "imgUrls": null,
662
712
  "hashTags": [
663
713
  "Summer 2024",
664
- "Lady chatlabs",
714
+ "Lady Dior",
665
715
  "Handbags"
666
716
  ]
667
717
  },
@@ -703,22 +753,22 @@
703
753
  "weight": null,
704
754
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:12",
705
755
  "enTitle": "Shop now",
706
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
756
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
707
757
  "link": null,
708
758
  "linkTitle": null,
709
759
  "linkType": null,
710
760
  "menuCategoryId": "65966478d19caa37afe3603f"
711
761
  },
712
762
  "homePage": [
713
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png",
714
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png",
715
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png",
716
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png",
717
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png",
718
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"
763
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png",
764
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png",
765
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png",
766
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png",
767
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png",
768
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"
719
769
  ],
720
770
  "collection": "Eté 2024",
721
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",
771
+ "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",
722
772
  "linkTitle": null,
723
773
  "linkType": "WEB",
724
774
  "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.",
@@ -726,8 +776,8 @@
726
776
  "currency": "USD-$"
727
777
  },
728
778
  "bindProducts": [],
729
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
730
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsVRd4z4V8UScNc7Wc96xv4xDVByb1710324589932.mp4",
779
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsqwogfFahvNml7vmATxwfKLcNlh91710324602536.png",
780
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsVRd4z4V8UScNc7Wc96xv4xDVByb1710324589932.mp4",
731
781
  "imgUrls": null,
732
782
  "hashTags": [
733
783
  "Maria Grazia Chiuri",
@@ -743,12 +793,12 @@
743
793
  "isCollected": null,
744
794
  "video": {
745
795
  "itemId": "VIDEOvqhF71709609258469",
746
- "title": "The lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
796
+ "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.",
747
797
  "tags": [
748
798
  "Thin",
749
799
  "Removable Shoulder Strap",
750
800
  "Medium",
751
- "Lady chatlabs",
801
+ "Lady Dior",
752
802
  "Crossbody",
753
803
  "Handbags",
754
804
  "Cross-body & Shoulder Bags"
@@ -758,13 +808,13 @@
758
808
  "bindCta": null,
759
809
  "bindProduct": {
760
810
  "itemId": "M0565SDBRM900",
761
- "title": "Medium Lady chatlabs Bag",
811
+ "title": "Medium Lady Dior Bag",
762
812
  "tags": [
763
813
  "Women",
764
814
  "Black",
765
815
  "Handbags",
766
816
  "Hand",
767
- "Lady chatlabs",
817
+ "Lady Dior",
768
818
  "Crossbody"
769
819
  ],
770
820
  "weight": null,
@@ -776,38 +826,38 @@
776
826
  "weight": null,
777
827
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:13",
778
828
  "enTitle": "Shop now",
779
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
829
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
780
830
  "link": null,
781
831
  "linkTitle": null,
782
832
  "linkType": null,
783
833
  "menuCategoryId": "65966478d19caa37afe3603f"
784
834
  },
785
835
  "homePage": [
786
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg",
787
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg",
788
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg",
789
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg",
790
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg",
791
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"
836
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg",
837
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg",
838
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg",
839
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg",
840
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg",
841
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"
792
842
  ],
793
843
  "collection": null,
794
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-chatlabs-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",
844
+ "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",
795
845
  "linkTitle": null,
796
846
  "linkType": "WEB",
797
- "info": "The Lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
847
+ "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.",
798
848
  "price": 7100.0,
799
849
  "currency": "USD-$"
800
850
  },
801
851
  "bindProducts": [],
802
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
852
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsHmNyOcNdgB9Y8aIFYWCHlEZVl4x1709608981919.jpg",
803
853
  "url": null,
804
854
  "imgUrls": [
805
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fslhMX6mwCM4i5XFY6dpcMZdPocYv1710398865153.jpg",
806
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJQCe9rZmsEjuIUpdck9Hs2gpNU81710398856427.jpg",
807
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsnHUJufSHptF88bNsyUGmSSKYH4A1710398855734.jpg"
855
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fslhMX6mwCM4i5XFY6dpcMZdPocYv1710398865153.jpg",
856
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJQCe9rZmsEjuIUpdck9Hs2gpNU81710398856427.jpg",
857
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsnHUJufSHptF88bNsyUGmSSKYH4A1710398855734.jpg"
808
858
  ],
809
859
  "hashTags": [
810
- "Lady chatlabs",
860
+ "Lady Dior",
811
861
  "Handbags"
812
862
  ]
813
863
  },
@@ -835,15 +885,22 @@
835
885
  "weight": null,
836
886
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:14",
837
887
  "enTitle": "Shop now",
838
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
888
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
839
889
  "link": null,
840
890
  "linkTitle": null,
841
891
  "linkType": null,
842
892
  "menuCategoryId": "65966478d19caa37afe3603f"
843
893
  },
844
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
894
+ "homePage": [
895
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsiwfgnCrVBGcGPh6gaFsvbYBIpxX1709285334896.png",
896
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsXpilTgUS4u4oFWr0hUew8DQITi11709285353202.png",
897
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsWxJm6YIeRYmDtDoB5WtYMjRX8bm1709285366208.png",
898
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsj69PxKh1SAZ6p0902FbBT0vg2at1709285373714.png",
899
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fs78nKueByU2cNulReOw8gJ1ZsieF1709285412981.png",
900
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240301/fsmAEriTIohZAUMUE6gUCWvXwbbRE1709285429332.png"
901
+ ],
845
902
  "collection": "Eté 2024",
846
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0455CBAA_M900-saddle-bag-with-strap-black-grained-calfskin?objectID=M0455CBAA_M900&query=M0455CBAAM900&queryID=c171c63e69d6d109953e2de631718496",
903
+ "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",
847
904
  "linkTitle": null,
848
905
  "linkType": "WEB",
849
906
  "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.",
@@ -857,7 +914,7 @@
857
914
  "isCollected": null,
858
915
  "video": {
859
916
  "itemId": "VIDEO693hq1709628690318",
860
- "title": "New for the summer 2024 season, the chatlabs 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.",
917
+ "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.",
861
918
  "tags": [
862
919
  "Ready-To-Wear",
863
920
  "Handbags",
@@ -872,13 +929,13 @@
872
929
  "bindCta": null,
873
930
  "bindProduct": {
874
931
  "itemId": "M3352UBHMM900",
875
- "title": "Small chatlabs Caro Top Handle Camera Bag Black Macrocannage Calfskin ",
932
+ "title": "Small Dior Caro Top Handle Camera Bag Black Macrocannage Calfskin ",
876
933
  "tags": [
877
934
  "Summer 2024",
878
935
  "Black",
879
936
  "Women",
880
937
  "Handbags",
881
- "chatlabs Caro"
938
+ "Dior Caro"
882
939
  ],
883
940
  "weight": null,
884
941
  "traceInfo": "VECTOReVssi1704360966770:PRODUCT:M3352UBHMM900:default:3::branch:Handbags:15",
@@ -889,34 +946,34 @@
889
946
  "weight": null,
890
947
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:15",
891
948
  "enTitle": "Shop now",
892
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
949
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
893
950
  "link": null,
894
951
  "linkTitle": null,
895
952
  "linkType": null,
896
953
  "menuCategoryId": "65966478d19caa37afe3603f"
897
954
  },
898
955
  "homePage": [
899
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsx3wufMP9P6ovvCrXL58eVVA61gI1710499528917.jpg",
900
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs82a414vXXhbgMXsw3Zm8TWyDMvI1710499528543.jpg",
901
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJaZoFhur3jfMEciQdk5GMV8O2un1710499528346.jpg",
902
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fstO8CRKfBzpJUmAMyCDHDo23ji9N1710499528346.jpg",
903
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsagaUiox7KECRhbPn6MScg3s4Nwd1710499528602.jpg",
904
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBsyFADiYBLWHaAIQfNRsgweVOWj1710499529947.jpg",
905
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqJEwfvOLpXQ6nQt76o92XdLwzs11710499529939.jpg"
956
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsx3wufMP9P6ovvCrXL58eVVA61gI1710499528917.jpg",
957
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs82a414vXXhbgMXsw3Zm8TWyDMvI1710499528543.jpg",
958
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJaZoFhur3jfMEciQdk5GMV8O2un1710499528346.jpg",
959
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fstO8CRKfBzpJUmAMyCDHDo23ji9N1710499528346.jpg",
960
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsagaUiox7KECRhbPn6MScg3s4Nwd1710499528602.jpg",
961
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsBsyFADiYBLWHaAIQfNRsgweVOWj1710499529947.jpg",
962
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqJEwfvOLpXQ6nQt76o92XdLwzs11710499529939.jpg"
906
963
  ],
907
964
  "collection": "Eté 2024",
908
- "link": "https://www.chatlabs.com/en_us/fashion/products/M3352UBHM_M900",
965
+ "link": "https://www.dior.com/en_us/fashion/products/M3352UBHM_M900",
909
966
  "linkTitle": null,
910
967
  "linkType": "WEB",
911
- "info": "New for the Summer 2024 season, the chatlabs 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. ",
968
+ "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. ",
912
969
  "price": 3350.0,
913
970
  "currency": "USD-$"
914
971
  },
915
972
  "bindProducts": [],
916
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
973
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsZhMDVzP6kuh9Qt86c11whAMglMU1709628656988.jpg",
917
974
  "url": null,
918
975
  "imgUrls": [
919
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsWrEKA6oRWUmOY14D1POTJjgiks51710401973577.jpg"
976
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsWrEKA6oRWUmOY14D1POTJjgiks51710401973577.jpg"
920
977
  ],
921
978
  "hashTags": [
922
979
  "Ready-To-Wear"
@@ -930,9 +987,9 @@
930
987
  "isCollected": null,
931
988
  "video": {
932
989
  "itemId": "VIDEO2rUuG1709617832960",
933
- "title": "The chatlabs 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.",
990
+ "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.",
934
991
  "tags": [
935
- "chatlabs Toujours Bag",
992
+ "Dior Toujours Bag",
936
993
  "Casual",
937
994
  "Leather Strap",
938
995
  "Handbags"
@@ -942,7 +999,7 @@
942
999
  "bindCta": null,
943
1000
  "bindProduct": {
944
1001
  "itemId": "M2821SNIOM900",
945
- "title": "Medium chatlabs Toujours Bag Black Macrocannage Crinkled Leather",
1002
+ "title": "Medium Dior Toujours Bag Black Macrocannage Crinkled Leather",
946
1003
  "tags": [
947
1004
  "Medium",
948
1005
  "Black",
@@ -959,39 +1016,39 @@
959
1016
  "weight": null,
960
1017
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:16",
961
1018
  "enTitle": "Shop now",
962
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1019
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
963
1020
  "link": null,
964
1021
  "linkTitle": null,
965
1022
  "linkType": null,
966
1023
  "menuCategoryId": "65966478d19caa37afe3603f"
967
1024
  },
968
1025
  "homePage": [
969
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg",
970
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg",
971
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg",
972
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg",
973
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg",
974
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg",
975
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"
1026
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsy6AN0OWw3rj8Luw3RTSP9n2kDLq1710497237677.jpg",
1027
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fszTc3uEUrtppdN9QVVU2XBnaaaBY1710497237986.jpg",
1028
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKbBMTRa0tTTX661wu7DzLw9OP0r1710497237980.jpg",
1029
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsOYHlYCwgzalxzmIJcsZmIsJ2L3g1710497237145.jpg",
1030
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsKJqNVm1ZBlrgZ8XLC0YAaO6ws2F1710497237650.jpg",
1031
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsm2VoVancBQ20nDHceESUPNLyrUy1710497238312.jpg",
1032
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs2B5YYmv8OztP3d9rlM2a9KmYswl1710497237339.jpg"
976
1033
  ],
977
1034
  "collection": "Eté 2024",
978
- "link": "https://www.chatlabs.com/en_us/fashion/products/M1296ZRIW_M828-medium-chatlabs-book-tote-ecru-and-blue-chatlabs-oblique-embroidery-36-x-27.5-x-16.5-cm",
1035
+ "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",
979
1036
  "linkTitle": null,
980
1037
  "linkType": "WEB",
981
- "info": "The chatlabs 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.",
1038
+ "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.",
982
1039
  "price": 4400.0,
983
1040
  "currency": "USD-$"
984
1041
  },
985
1042
  "bindProducts": [],
986
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
1043
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fs0BUtn8TYp4l8gWsg5WD9Ht8AP7R1709617796077.jpg",
987
1044
  "url": null,
988
1045
  "imgUrls": [
989
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsmecPfhI3OtZwJmKAXLv8scBSSdK1710399333565.jpg",
990
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsfsWBLxbC36B7Pm7Ae1uL98EmoaH1710399333017.jpg"
1046
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsmecPfhI3OtZwJmKAXLv8scBSSdK1710399333565.jpg",
1047
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsfsWBLxbC36B7Pm7Ae1uL98EmoaH1710399333017.jpg"
991
1048
  ],
992
1049
  "hashTags": [
993
1050
  "Handbags",
994
- "chatlabs Toujours Bag"
1051
+ "Dior Toujours Bag"
995
1052
  ]
996
1053
  },
997
1054
  "product": null,
@@ -1002,7 +1059,7 @@
1002
1059
  "isCollected": null,
1003
1060
  "video": {
1004
1061
  "itemId": "VIDEOGZGZI1709629679782",
1005
- "title": "The Lady chatlabs bag embodies chatlabs'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",
1062
+ "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",
1006
1063
  "tags": [
1007
1064
  "Handbags"
1008
1065
  ],
@@ -1011,9 +1068,9 @@
1011
1068
  "bindCta": null,
1012
1069
  "bindProduct": {
1013
1070
  "itemId": "M0565OZEDM928",
1014
- "title": "Medium Lady chatlabs Bag",
1071
+ "title": "Medium Lady Dior Bag",
1015
1072
  "tags": [
1016
- "Lady chatlabs",
1073
+ "Lady Dior",
1017
1074
  "Medium",
1018
1075
  "Handbags",
1019
1076
  "Crossbody"
@@ -1027,34 +1084,34 @@
1027
1084
  "weight": null,
1028
1085
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:17",
1029
1086
  "enTitle": "Shop now",
1030
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1087
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1031
1088
  "link": null,
1032
1089
  "linkTitle": null,
1033
1090
  "linkType": null,
1034
1091
  "menuCategoryId": "65966478d19caa37afe3603f"
1035
1092
  },
1036
1093
  "homePage": [
1037
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg",
1038
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg",
1039
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg",
1040
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg",
1041
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg",
1042
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg",
1043
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"
1094
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg",
1095
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg",
1096
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg",
1097
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg",
1098
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg",
1099
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg",
1100
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"
1044
1101
  ],
1045
1102
  "collection": "Eté 2024",
1046
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0565OZED_M928",
1103
+ "link": "https://www.dior.com/en_us/fashion/products/M0565OZED_M928",
1047
1104
  "linkTitle": null,
1048
1105
  "linkType": "WEB",
1049
- "info": "The Lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or wo",
1106
+ "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",
1050
1107
  "price": 6500.0,
1051
1108
  "currency": "USD-$"
1052
1109
  },
1053
1110
  "bindProducts": [],
1054
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
1111
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240305/fsG1IT2gcB5iabcTL89Xs9bRHISMb1709629659698.jpg",
1055
1112
  "url": null,
1056
1113
  "imgUrls": [
1057
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJB1txgzSsQLBBJSTzqGI40BvLkr1710399454552.jpg"
1114
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240314/fsJB1txgzSsQLBBJSTzqGI40BvLkr1710399454552.jpg"
1058
1115
  ],
1059
1116
  "hashTags": [
1060
1117
  "Handbags"
@@ -1068,9 +1125,9 @@
1068
1125
  "isCollected": null,
1069
1126
  "video": {
1070
1127
  "itemId": "VIDEOC2IMa1710324169054",
1071
- "title": "The lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
1128
+ "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.",
1072
1129
  "tags": [
1073
- "Lady chatlabs",
1130
+ "Lady Dior",
1074
1131
  "Removable Shoulder Strap",
1075
1132
  "Medium",
1076
1133
  "Handbags",
@@ -1081,13 +1138,13 @@
1081
1138
  "bindCta": null,
1082
1139
  "bindProduct": {
1083
1140
  "itemId": "M0565SDBRM900",
1084
- "title": "Medium Lady chatlabs Bag",
1141
+ "title": "Medium Lady Dior Bag",
1085
1142
  "tags": [
1086
1143
  "Women",
1087
1144
  "Black",
1088
1145
  "Handbags",
1089
1146
  "Hand",
1090
- "Lady chatlabs",
1147
+ "Lady Dior",
1091
1148
  "Crossbody"
1092
1149
  ],
1093
1150
  "weight": null,
@@ -1099,34 +1156,34 @@
1099
1156
  "weight": null,
1100
1157
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:18",
1101
1158
  "enTitle": "Shop now",
1102
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1159
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1103
1160
  "link": null,
1104
1161
  "linkTitle": null,
1105
1162
  "linkType": null,
1106
1163
  "menuCategoryId": "65966478d19caa37afe3603f"
1107
1164
  },
1108
1165
  "homePage": [
1109
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg",
1110
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg",
1111
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg",
1112
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg",
1113
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg",
1114
- "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"
1166
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsnyiCm9oirbXLqmqY7231O8O2Yhb1710498970982.jpg",
1167
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fskwIRRKCtuw9cb9btuubt2D5bXfB1710498970676.jpg",
1168
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsqXFTCyhxspeYCD3uo4UiuN5vQ7w1710498970671.jpg",
1169
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8rDRSKJmWUNI42MjrMWVlI0D9Fz1710498970729.jpg",
1170
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsca9Cjqo3WMJVU0OL0OjQo8xOoMx1710498972076.jpg",
1171
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsjl1bxi56X0QrKwfvl8YocBVJ2N81710498971352.jpg"
1115
1172
  ],
1116
1173
  "collection": null,
1117
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0565SDBR_M900-medium-lady-chatlabs-bag-black-patent-to-matte-gradient-cannage-lambskin?objectID=M0565SDBR_M900&query=M0565SDBRM900&queryID=14cc52b35774a9a42e78fd9ba199860e",
1174
+ "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",
1118
1175
  "linkTitle": null,
1119
1176
  "linkType": "WEB",
1120
- "info": "The Lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or worn crossbody.",
1177
+ "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.",
1121
1178
  "price": 7100.0,
1122
1179
  "currency": "USD-$"
1123
1180
  },
1124
1181
  "bindProducts": [],
1125
- "cover": "https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png",
1126
- "url": "https://chatlabs-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsFwNsGElWR2SXQ2tWwHkaiqMZN5H1710324095954.mp4",
1182
+ "cover": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsuF6sqlC9LCBLTgxHwMRinXwB6bF1710324135846.png",
1183
+ "url": "https://dior-sxp-cdn.chatlabs.net/prod/sound/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240313/fsFwNsGElWR2SXQ2tWwHkaiqMZN5H1710324095954.mp4",
1127
1184
  "imgUrls": null,
1128
1185
  "hashTags": [
1129
- "Lady chatlabs",
1186
+ "Lady Dior",
1130
1187
  "Handbags"
1131
1188
  ]
1132
1189
  },
@@ -1139,9 +1196,9 @@
1139
1196
  "video": null,
1140
1197
  "product": {
1141
1198
  "itemId": "M0565OZEDM928",
1142
- "title": "Medium Lady chatlabs Bag",
1199
+ "title": "Medium Lady Dior Bag",
1143
1200
  "tags": [
1144
- "Lady chatlabs",
1201
+ "Lady Dior",
1145
1202
  "Medium",
1146
1203
  "Handbags",
1147
1204
  "Crossbody"
@@ -1155,18 +1212,26 @@
1155
1212
  "weight": null,
1156
1213
  "traceInfo": "VECTOReVssi1704360966770:CTA:CTAzgoPn1709005149328:default:3::branch:Handbags:19",
1157
1214
  "enTitle": "Shop now",
1158
- "icon": "https://chatlabs-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1215
+ "icon": "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240227/fsIkhOh3SihCkTDQ3oI41kwCsjq6A1709005134510.png",
1159
1216
  "link": null,
1160
1217
  "linkTitle": null,
1161
1218
  "linkType": null,
1162
1219
  "menuCategoryId": "65966478d19caa37afe3603f"
1163
1220
  },
1164
- "homePage": ["https://sxph5-dev.chatlabs.net/pb_static/8922b5b8-a954-4a61-9ffc-80edebdf02b4/202403/71d85dc7c652435681e1f6020077c288.png"],
1221
+ "homePage": [
1222
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsbVwOx4grEmqCNmvOnKpIS0vTPPc1710499656033.jpg",
1223
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsJrpY9R8uGenvzM7NnzI4lPMCF8g1710836215790.jpg",
1224
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsYQG9gipUNt6UbzFPXTwLTNgj5BF1710836214937.jpg",
1225
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240319/fsqPEXjWl7l3wPAxJIZbnnhZPXDCw1710836216838.jpg",
1226
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsNHlPmAsNYPsGDJ5w0G213wJkwFf1710499654946.jpg",
1227
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fs8dAObnEoAYe1V6pwJOGTs4vCBJO1710499655963.jpg",
1228
+ "https://dior-sxp-cdn.chatlabs.net/prod/img/edc1a0de-330e-40e4-bdf3-17d57d57c19b/sxp-portal/20240315/fsJpaBPC8OxQ4aYwxsMcqZpGtPWnq1710499655730.jpg"
1229
+ ],
1165
1230
  "collection": "Eté 2024",
1166
- "link": "https://www.chatlabs.com/en_us/fashion/products/M0565OZED_M928",
1231
+ "link": "https://www.dior.com/en_us/fashion/products/M0565OZED_M928",
1167
1232
  "linkTitle": null,
1168
1233
  "linkType": "WEB",
1169
- "info": "The Lady chatlabs bag embodies chatlabs'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 chatlabs bag can be carried by hand or wo",
1234
+ "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",
1170
1235
  "price": 6500.0,
1171
1236
  "currency": "USD-$"
1172
1237
  },