@sonic-equipment/ui 259.0.2 → 260.0.0

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 (321) hide show
  1. package/dist/algolia/algolia-active-categories.js +2 -2
  2. package/dist/algolia/algolia-categories-filters.js +2 -2
  3. package/dist/badges/badge/badge.d.ts +5 -3
  4. package/dist/badges/badge/badge.js +4 -4
  5. package/dist/badges/badge/badge.module.css.js +1 -1
  6. package/dist/badges/badge/icon-with-badge/icon-with-badge.d.ts +11 -6
  7. package/dist/badges/badge/icon-with-badge/icon-with-badge.js +5 -2
  8. package/dist/badges/badge/icon-with-badge/icon-with-badge.module.css.js +1 -1
  9. package/dist/base.css +2 -2
  10. package/dist/breadcrumbs/breadcrumb.js +3 -4
  11. package/dist/buttons/add-to-cart-button/add-to-cart-button.js +2 -2
  12. package/dist/buttons/button/button.js +2 -2
  13. package/dist/buttons/close-button/close-button.d.ts +12 -0
  14. package/dist/buttons/close-button/close-button.js +11 -0
  15. package/dist/buttons/close-button/close-button.module.css.js +3 -0
  16. package/dist/buttons/favorite/favorite-button.js +3 -3
  17. package/dist/buttons/icon-button/icon-button.d.ts +13 -5
  18. package/dist/buttons/icon-button/icon-button.js +6 -5
  19. package/dist/buttons/icon-button/icon-button.module.css.js +1 -1
  20. package/dist/buttons/link/link.d.ts +2 -0
  21. package/dist/buttons/link/link.js +4 -7
  22. package/dist/cards/orderline-card/connected-remove-button.js +1 -2
  23. package/dist/carousel/carousel-navigation-button.js +2 -3
  24. package/dist/collapsables/accordion/accordion-item.js +2 -3
  25. package/dist/collapsables/show-all/show-all.js +2 -2
  26. package/dist/collapsables/unmounter/utils.js +4 -1
  27. package/dist/country-language-selection-list/connected-country-language-selection-list.d.ts +1 -0
  28. package/dist/country-language-selection-list/connected-country-language-selection-list.js +268 -0
  29. package/dist/country-language-selection-list/country-language-selection-list.d.ts +18 -0
  30. package/dist/country-language-selection-list/country-language-selection-list.js +54 -0
  31. package/dist/country-language-selection-list/country-language-selection-list.module.css.js +3 -0
  32. package/dist/country-language-selector/connected-country-language-selector.d.ts +10 -0
  33. package/dist/country-language-selector/connected-country-language-selector.js +129 -0
  34. package/dist/country-language-selector/country-language-selector.d.ts +18 -0
  35. package/dist/country-language-selector/country-language-selector.js +52 -0
  36. package/dist/country-language-selector/country-language-selector.module.css.js +3 -0
  37. package/dist/country-language-selector-button/connected-country-language-selector-button.d.ts +1 -0
  38. package/dist/country-language-selector-button/connected-country-language-selector-button.js +22 -0
  39. package/dist/country-language-selector-button/country-language-selector-button.d.ts +7 -0
  40. package/dist/country-language-selector-button/country-language-selector-button.js +18 -0
  41. package/dist/country-language-selector-button/country-language-selector-button.module.css.js +3 -0
  42. package/dist/country-selector/country-selector-trigger/country-selector-trigger.js +2 -2
  43. package/dist/country-selector/country-selector-trigger/country-selector-trigger.module.css.js +1 -1
  44. package/dist/country-selector/use-countries-languages.d.ts +2 -2
  45. package/dist/country-selector/use-countries-languages.js +1 -1
  46. package/dist/delivery-time/delivery-time.js +1 -1
  47. package/dist/display/details/details.js +2 -2
  48. package/dist/exports.d.ts +71 -3
  49. package/dist/filters/active-filters/active-filters.js +1 -2
  50. package/dist/filters/active-filters/active-filters.module.css.js +1 -1
  51. package/dist/filters/pagination/pagination.js +1 -3
  52. package/dist/filters/pagination/pagination.module.css.js +1 -1
  53. package/dist/flag/flag.d.ts +8 -0
  54. package/dist/flag/flag.js +11 -0
  55. package/dist/flag/flag.module.css.js +3 -0
  56. package/dist/flags/flag-ad.d.ts +1 -0
  57. package/dist/flags/flag-ad.js +7 -0
  58. package/dist/flags/flag-ae.d.ts +1 -0
  59. package/dist/flags/flag-ae.js +7 -0
  60. package/dist/flags/flag-al.d.ts +1 -0
  61. package/dist/flags/flag-al.js +7 -0
  62. package/dist/flags/flag-at.d.ts +1 -0
  63. package/dist/flags/flag-at.js +7 -0
  64. package/dist/flags/flag-ba.d.ts +1 -0
  65. package/dist/flags/flag-ba.js +7 -0
  66. package/dist/flags/flag-be.d.ts +1 -0
  67. package/dist/flags/flag-be.js +7 -0
  68. package/dist/flags/flag-bg.d.ts +1 -0
  69. package/dist/flags/flag-bg.js +7 -0
  70. package/dist/flags/flag-br.d.ts +1 -0
  71. package/dist/flags/flag-br.js +7 -0
  72. package/dist/flags/flag-ca.d.ts +1 -0
  73. package/dist/flags/flag-ca.js +7 -0
  74. package/dist/flags/flag-ch.d.ts +1 -0
  75. package/dist/flags/flag-ch.js +7 -0
  76. package/dist/flags/flag-cy.d.ts +1 -0
  77. package/dist/flags/flag-cy.js +7 -0
  78. package/dist/flags/flag-cz.d.ts +1 -0
  79. package/dist/flags/flag-cz.js +7 -0
  80. package/dist/flags/flag-de.d.ts +1 -0
  81. package/dist/flags/flag-de.js +7 -0
  82. package/dist/flags/flag-dj.d.ts +1 -0
  83. package/dist/flags/flag-dj.js +7 -0
  84. package/dist/flags/flag-dk.d.ts +1 -0
  85. package/dist/flags/flag-dk.js +7 -0
  86. package/dist/flags/flag-ec.d.ts +1 -0
  87. package/dist/flags/flag-ec.js +7 -0
  88. package/dist/flags/flag-ee.d.ts +1 -0
  89. package/dist/flags/flag-ee.js +7 -0
  90. package/dist/flags/flag-es.d.ts +1 -0
  91. package/dist/flags/flag-es.js +7 -0
  92. package/dist/flags/flag-eu.d.ts +1 -0
  93. package/dist/flags/flag-eu.js +7 -0
  94. package/dist/flags/flag-fi.d.ts +1 -0
  95. package/dist/flags/flag-fi.js +7 -0
  96. package/dist/flags/flag-fr.d.ts +1 -0
  97. package/dist/flags/flag-fr.js +7 -0
  98. package/dist/flags/flag-gb.d.ts +1 -0
  99. package/dist/flags/flag-gb.js +7 -0
  100. package/dist/flags/flag-gr.d.ts +1 -0
  101. package/dist/flags/flag-gr.js +7 -0
  102. package/dist/flags/flag-hr.d.ts +1 -0
  103. package/dist/flags/flag-hr.js +7 -0
  104. package/dist/flags/flag-hu.d.ts +1 -0
  105. package/dist/flags/flag-hu.js +7 -0
  106. package/dist/flags/flag-ie.d.ts +1 -0
  107. package/dist/flags/flag-ie.js +7 -0
  108. package/dist/flags/flag-iq.d.ts +1 -0
  109. package/dist/flags/flag-iq.js +7 -0
  110. package/dist/flags/flag-is.d.ts +1 -0
  111. package/dist/flags/flag-is.js +7 -0
  112. package/dist/flags/flag-it.d.ts +1 -0
  113. package/dist/flags/flag-it.js +7 -0
  114. package/dist/flags/flag-kw.d.ts +1 -0
  115. package/dist/flags/flag-kw.js +7 -0
  116. package/dist/flags/flag-kz.d.ts +1 -0
  117. package/dist/flags/flag-kz.js +7 -0
  118. package/dist/flags/flag-lb.d.ts +1 -0
  119. package/dist/flags/flag-lb.js +7 -0
  120. package/dist/flags/flag-lt.d.ts +1 -0
  121. package/dist/flags/flag-lt.js +7 -0
  122. package/dist/flags/flag-lu.d.ts +1 -0
  123. package/dist/flags/flag-lu.js +7 -0
  124. package/dist/flags/flag-lv.d.ts +1 -0
  125. package/dist/flags/flag-lv.js +7 -0
  126. package/dist/flags/flag-ma.d.ts +1 -0
  127. package/dist/flags/flag-ma.js +7 -0
  128. package/dist/flags/flag-mc.d.ts +1 -0
  129. package/dist/flags/flag-mc.js +7 -0
  130. package/dist/flags/flag-md.d.ts +1 -0
  131. package/dist/flags/flag-md.js +7 -0
  132. package/dist/flags/flag-me.d.ts +1 -0
  133. package/dist/flags/flag-me.js +7 -0
  134. package/dist/flags/flag-mk.d.ts +1 -0
  135. package/dist/flags/flag-mk.js +7 -0
  136. package/dist/flags/flag-mt.d.ts +1 -0
  137. package/dist/flags/flag-mt.js +7 -0
  138. package/dist/flags/flag-mx.d.ts +1 -0
  139. package/dist/flags/flag-mx.js +7 -0
  140. package/dist/flags/flag-my.d.ts +1 -0
  141. package/dist/flags/flag-my.js +7 -0
  142. package/dist/flags/flag-nl.d.ts +1 -0
  143. package/dist/flags/flag-nl.js +7 -0
  144. package/dist/flags/flag-no.d.ts +1 -0
  145. package/dist/flags/flag-no.js +7 -0
  146. package/dist/flags/flag-pl.d.ts +1 -0
  147. package/dist/flags/flag-pl.js +7 -0
  148. package/dist/flags/flag-pt.d.ts +1 -0
  149. package/dist/flags/flag-pt.js +7 -0
  150. package/dist/flags/flag-ro.d.ts +1 -0
  151. package/dist/flags/flag-ro.js +7 -0
  152. package/dist/flags/flag-rs.d.ts +1 -0
  153. package/dist/flags/flag-rs.js +7 -0
  154. package/dist/flags/flag-sa.d.ts +1 -0
  155. package/dist/flags/flag-sa.js +7 -0
  156. package/dist/flags/flag-se.d.ts +1 -0
  157. package/dist/flags/flag-se.js +7 -0
  158. package/dist/flags/flag-sg.d.ts +1 -0
  159. package/dist/flags/flag-sg.js +7 -0
  160. package/dist/flags/flag-si.d.ts +1 -0
  161. package/dist/flags/flag-si.js +7 -0
  162. package/dist/flags/flag-sk.d.ts +1 -0
  163. package/dist/flags/flag-sk.js +7 -0
  164. package/dist/flags/flag-tr.d.ts +1 -0
  165. package/dist/flags/flag-tr.js +7 -0
  166. package/dist/flags/flag-tw.d.ts +1 -0
  167. package/dist/flags/flag-tw.js +7 -0
  168. package/dist/flags/flag-ua.d.ts +1 -0
  169. package/dist/flags/flag-ua.js +7 -0
  170. package/dist/flags/flag-us.d.ts +1 -0
  171. package/dist/flags/flag-us.js +7 -0
  172. package/dist/flags/flag-vn.d.ts +1 -0
  173. package/dist/flags/flag-vn.js +7 -0
  174. package/dist/flags/flag-xk.d.ts +1 -0
  175. package/dist/flags/flag-xk.js +7 -0
  176. package/dist/flags/flag-za.d.ts +1 -0
  177. package/dist/flags/flag-za.js +7 -0
  178. package/dist/flags/index.d.ts +1 -0
  179. package/dist/flags/index.js +88 -0
  180. package/dist/footer/connected-footer.d.ts +1 -3
  181. package/dist/footer/connected-footer.js +3 -5
  182. package/dist/forms/elements/checkbox/checkbox.module.css.js +1 -1
  183. package/dist/forms/elements/select/select.js +3 -4
  184. package/dist/forms/fields/number-field/number-field.js +2 -4
  185. package/dist/forms/fields/search-field/search-field.js +2 -2
  186. package/dist/forms/fields/select-field/select-field.d.ts +8 -1
  187. package/dist/forms/fields/select-field/select-field.js +30 -9
  188. package/dist/forms/fields/select-field/select-field.module.css.js +1 -1
  189. package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.js +2 -3
  190. package/dist/forms/layout/form/form.js +1 -1
  191. package/dist/global-search/search-input/search-input.js +5 -4
  192. package/dist/global-search/search-result-panel/sections/no-search.js +3 -4
  193. package/dist/global-search/search-result-panel/sections/with-results.js +4 -4
  194. package/dist/global-search/search-section/search-list-item.js +1 -2
  195. package/dist/header/buttons/account/connected-account-button.js +1 -2
  196. package/dist/header/buttons/cart/connected-cart-button.js +1 -2
  197. package/dist/header/buttons/favorites/connected-favorites-button.js +1 -3
  198. package/dist/header/buttons/hamburger/hamburger-button.js +1 -1
  199. package/dist/header/buttons/hamburger/hamburger-button.module.css.js +1 -1
  200. package/dist/header/buttons/search/search-button.js +1 -2
  201. package/dist/header/header.js +1 -1
  202. package/dist/header/link-list/navigation-link-list.js +2 -2
  203. package/dist/header/link-list/navigation-link-list.module.css.js +1 -1
  204. package/dist/header/sonic-logo/sonic-logo.js +7 -2
  205. package/dist/header/sonic-logo/sonic-logo.module.css.js +1 -1
  206. package/dist/icon/icon.d.ts +10 -0
  207. package/dist/icon/icon.js +11 -0
  208. package/dist/icon/icon.module.css.js +3 -0
  209. package/dist/icons/glyph/glyphs-arrow-boldcaps-left-icon.js +0 -1
  210. package/dist/icons/glyph/glyphs-arrow-boldcaps-right-icon.js +0 -1
  211. package/dist/icons/glyph/glyphs-chevrons-bold-down-icon.js +0 -1
  212. package/dist/icons/glyph/glyphs-chevrons-bold-left-icon.js +7 -0
  213. package/dist/icons/glyph/glyphs-chevrons-bold-right-icon.js +0 -1
  214. package/dist/icons/glyph/glyphs-chevrons-bold-up-icon.js +0 -1
  215. package/dist/icons/glyph/glyphs-chevrons-slim-down-icon.js +0 -1
  216. package/dist/icons/glyph/glyphs-chevrons-slim-left-icon.js +0 -1
  217. package/dist/icons/glyph/glyphs-chevrons-slim-right-icon.js +0 -1
  218. package/dist/icons/glyph/glyphs-chevrons-slim-up-icon.js +7 -0
  219. package/dist/icons/index.d.ts +87 -0
  220. package/dist/icons/index.js +90 -0
  221. package/dist/icons/solid/solid-attention-icon.js +0 -1
  222. package/dist/icons/solid/solid-cart-icon.js +0 -1
  223. package/dist/icons/solid/solid-close-icon.js +0 -1
  224. package/dist/icons/solid/solid-edit-icon.js +0 -1
  225. package/dist/icons/solid/solid-favorite-icon.js +0 -1
  226. package/dist/icons/solid/solid-home-icon.js +0 -1
  227. package/dist/icons/solid/solid-information-icon.js +0 -1
  228. package/dist/icons/solid/solid-login-icon.js +0 -1
  229. package/dist/icons/solid/solid-logout-icon.js +0 -1
  230. package/dist/icons/solid/solid-news-icon.js +0 -1
  231. package/dist/icons/solid/solid-notice-icon.js +0 -1
  232. package/dist/icons/solid/solid-okay-icon.js +0 -1
  233. package/dist/icons/solid/solid-rating-icon.js +0 -1
  234. package/dist/icons/solid/solid-salecategory-icon.js +0 -1
  235. package/dist/icons/solid/solid-tag-icon.js +0 -1
  236. package/dist/icons/stroke/stroke-arrowdown-icon.d.ts +1 -0
  237. package/dist/icons/stroke/stroke-arrowleft-icon.d.ts +1 -0
  238. package/dist/icons/stroke/stroke-arrowleft-icon.js +7 -0
  239. package/dist/icons/stroke/stroke-arrowright-icon.d.ts +1 -0
  240. package/dist/icons/stroke/stroke-arrowright-icon.js +7 -0
  241. package/dist/icons/stroke/stroke-arrowup-icon.d.ts +1 -0
  242. package/dist/icons/stroke/stroke-categories-icon.js +0 -1
  243. package/dist/icons/stroke/stroke-checkmark-icon.js +0 -1
  244. package/dist/icons/stroke/stroke-closebox-icon.js +0 -1
  245. package/dist/icons/stroke/stroke-dehashed-icon.js +0 -1
  246. package/dist/icons/stroke/stroke-download-icon.js +0 -1
  247. package/dist/icons/stroke/stroke-event-icon.js +0 -1
  248. package/dist/icons/stroke/stroke-favorite-icon.js +0 -1
  249. package/dist/icons/stroke/stroke-filter-icon.js +0 -1
  250. package/dist/icons/stroke/stroke-hashed-icon.js +0 -1
  251. package/dist/icons/stroke/stroke-information-icon.js +0 -1
  252. package/dist/icons/stroke/stroke-minus-icon.js +0 -1
  253. package/dist/icons/stroke/stroke-notice-icon.js +7 -0
  254. package/dist/icons/stroke/stroke-plus-icon.js +0 -1
  255. package/dist/icons/stroke/stroke-recent-icon.js +0 -1
  256. package/dist/icons/stroke/stroke-search-icon.js +0 -1
  257. package/dist/icons/stroke/stroke-trash-icon.js +0 -1
  258. package/dist/index.js +72 -4
  259. package/dist/info-icon-tooltip/info-icon-tooltip.d.ts +3 -1
  260. package/dist/info-icon-tooltip/info-icon-tooltip.js +6 -8
  261. package/dist/intl/intl-context.d.ts +2 -0
  262. package/dist/intl/intl-provider.js +5 -0
  263. package/dist/intl/translation-id.d.ts +1 -1
  264. package/dist/intl/types.d.ts +3 -0
  265. package/dist/intl/types.js +6 -1
  266. package/dist/lists/download-document-list/download-document-list.js +4 -8
  267. package/dist/lists/download-document-list/download-document-list.module.css.js +1 -1
  268. package/dist/lists/feature-list/feature-list.js +5 -4
  269. package/dist/lists/feature-list/feature-list.module.css.js +1 -1
  270. package/dist/lists/icon-list/icon-list.d.ts +2 -1
  271. package/dist/lists/icon-list/icon-list.js +3 -2
  272. package/dist/lists/icon-list/icon-list.module.css.js +1 -1
  273. package/dist/lists/menu-list/menu-list-back-button.js +2 -2
  274. package/dist/lists/menu-list/menu-list-header.js +2 -2
  275. package/dist/lists/menu-list/menu-list-item.js +2 -2
  276. package/dist/lists/orderline-list/orderline-list.js +2 -2
  277. package/dist/lists/orderline-list/orderline-list.module.css.js +1 -1
  278. package/dist/media/image/image.js +1 -1
  279. package/dist/message/message.js +5 -8
  280. package/dist/modals/dialog/dialog.js +1 -4
  281. package/dist/modals/favorite/add-to-favorite-dialog.js +1 -1
  282. package/dist/modals/modal/modal.js +3 -2
  283. package/dist/modals/recover-password/recover-password-dialog.js +1 -1
  284. package/dist/modals/signin/sign-in-dialog.js +2 -2
  285. package/dist/navigation/mobile-navigation/mobile-navigation.js +2 -4
  286. package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +1 -1
  287. package/dist/notifications/announcements/announcement-list.js +7 -3
  288. package/dist/notifications/announcements/announcement-list.module.css.js +1 -1
  289. package/dist/notifications/announcements/announcement.js +12 -18
  290. package/dist/pages/checkout/payment-page/components/payment.js +1 -1
  291. package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.js +1 -1
  292. package/dist/pages/countries-page/countries-page.d.ts +1 -0
  293. package/dist/pages/countries-page/countries-page.js +18 -0
  294. package/dist/pages/error-page/error-page.js +1 -1
  295. package/dist/pages/my-sonic/actions/change-customer/change-customer.js +2 -2
  296. package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.js +2 -1
  297. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.d.ts +2 -2
  298. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.js +4 -8
  299. package/dist/pages/my-sonic/pages/order-details/order-details-content.js +1 -1
  300. package/dist/pages/my-sonic/pages/order-history/order-history-page.js +2 -2
  301. package/dist/pages/my-sonic/widgets/connected-address-book-widget.js +2 -2
  302. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +4 -1
  303. package/dist/shared/api/storefront/model/storefront.model.d.ts +4 -1
  304. package/dist/shared/error/default-error-view.js +2 -2
  305. package/dist/shared/hooks/use-resize-observer.js +1 -0
  306. package/dist/sidebar/sidebar.js +3 -2
  307. package/dist/sidebar/toggle-sidebar-button.js +2 -2
  308. package/dist/styles.css +1032 -686
  309. package/dist/table/elements/table-sort-button.js +2 -2
  310. package/dist/toast/toast.js +8 -10
  311. package/dist/tooltip/tooltip.js +3 -2
  312. package/dist/tooltip/tooltip.module.css.js +1 -1
  313. package/package.json +2 -1
  314. package/dist/icons/glyph/glyphs-arrow-blackcaps-right-icon.js +0 -8
  315. package/dist/icons/glyph/glyphs-arrow-semibold-right-icon.js +0 -8
  316. package/dist/navigation/account-icon/account-icon.d.ts +0 -5
  317. package/dist/navigation/account-icon/account-icon.js +0 -13
  318. package/dist/navigation/cart-icon/cart-icon.d.ts +0 -5
  319. package/dist/navigation/cart-icon/cart-icon.js +0 -13
  320. package/dist/navigation/favorite-icon/favorite-icon.d.ts +0 -5
  321. package/dist/navigation/favorite-icon/favorite-icon.js +0 -13
package/dist/styles.css CHANGED
@@ -234,6 +234,7 @@
234
234
  --background-overlay-behind-header: 13;
235
235
  --header-layer: 15;
236
236
  --background-overlay-behind-announcement: 16;
237
+ --clselector-layer: 18;
237
238
  --announcements-layer: 18;
238
239
  --background-overlay-in-front: 90;
239
240
  --sidebar-layer: 100;
@@ -302,10 +303,6 @@ html {
302
303
  gap: var(--space-4);
303
304
  -webkit-tap-highlight-color: transparent;
304
305
  }
305
- .link-module-xLqBn > svg {
306
- width: var(--space-12);
307
- height: var(--space-12);
308
- }
309
306
  .link-module-xLqBn[data-disabled] {
310
307
  cursor: default;
311
308
  opacity: 0.4;
@@ -328,6 +325,29 @@ html {
328
325
  --color: var(--color-brand-red);
329
326
  }
330
327
 
328
+ .icon-module-H50Sa {
329
+ --size: 1.5rem; /* 24px */
330
+
331
+ display: block;
332
+ block-size: var(--size);
333
+ color: currentcolor;
334
+ inline-size: var(--size);
335
+ }
336
+
337
+ /* size variants */
338
+ .icon-module-H50Sa.icon-module-VRfRB {
339
+ --size: 0.75rem; /* 12px */
340
+ }
341
+ .icon-module-H50Sa.icon-module-qOoul {
342
+ --size: 1rem; /* 16px */
343
+ }
344
+ .icon-module-H50Sa.icon-module-s7OuZ {
345
+ --size: 1.25rem; /* 20px */
346
+ }
347
+ .icon-module-H50Sa.icon-module-Z76Ae {
348
+ --size: 2rem; /* 32px */
349
+ }
350
+
331
351
  .accordion-module-9WvAH {
332
352
  --color: var(--color-black);
333
353
  --button-font-size: var(--font-size-16);
@@ -374,13 +394,13 @@ html {
374
394
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb {
375
395
  position: relative;
376
396
  display: flex;
377
- width: 100%;
378
397
  border: none;
379
398
  background: none;
380
399
  color: var(--color);
381
400
  font: inherit;
382
401
  font-size: var(--button-font-size);
383
402
  font-weight: var(--font-weight-bold);
403
+ inline-size: 100%;
384
404
  line-height: 1;
385
405
  padding-block: var(--accordion-padding-block);
386
406
  padding-inline: var(--accordion-padding-inline);
@@ -389,17 +409,12 @@ html {
389
409
 
390
410
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq {
391
411
  display: none;
392
- margin-left: auto;
412
+ align-self: center;
413
+ margin-inline-start: auto;
414
+ transform: rotate(0deg);
415
+ transition: transform var(--transition-duration-short);
393
416
  }
394
417
 
395
- .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq svg {
396
- display: block;
397
- width: 16px;
398
- height: 16px;
399
- transform: rotate(0deg);
400
- transition: transform var(--transition-duration-short);
401
- }
402
-
403
418
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb:focus-visible,
404
419
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb.accordion-module-M4BZs {
405
420
  outline: var(--focus-outline);
@@ -410,17 +425,14 @@ html {
410
425
  --color: var(--color-brand-light-gray);
411
426
  }
412
427
 
413
- .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb {
414
- cursor: pointer;
415
- }
416
-
417
428
  .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb .accordion-module-Y50uq {
418
429
  display: block;
419
430
  }
420
431
 
421
432
  @media (hover: hover) {
422
- .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb:hover {
433
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb:not([disabled]):hover {
423
434
  background-color: var(--accordion-item-hover-color);
435
+ cursor: pointer;
424
436
  }
425
437
  }
426
438
 
@@ -436,19 +448,19 @@ html {
436
448
  }
437
449
 
438
450
  .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-oTdZK {
439
- border-bottom: var(--accordion-item-border);
451
+ border-block-end: var(--accordion-item-border);
440
452
  }
441
453
 
442
454
  .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-0mrLq {
443
- border-top: var(--accordion-item-border);
455
+ border-block-start: var(--accordion-item-border);
444
456
  }
445
457
 
446
458
  .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-aAr-R .accordion-module--Rwpb {
447
- border-bottom: var(--accordion-item-border);
459
+ border-block-end: var(--accordion-item-border);
448
460
  }
449
461
 
450
462
  .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z.accordion-module-OB98a .accordion-module--Rwpb {
451
- border-bottom: solid 2px var(--accordion-item-border-accentuated-color);
463
+ border-block-end: solid 2px var(--accordion-item-border-accentuated-color);
452
464
  }
453
465
 
454
466
  /* closed state */
@@ -460,7 +472,9 @@ html {
460
472
 
461
473
  /* open state */
462
474
 
463
- .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq svg {
475
+ /* stylelint-disable-next-line no-descending-specificity */
476
+
477
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq {
464
478
  transform: rotate(-180deg);
465
479
  }
466
480
 
@@ -490,10 +504,8 @@ html {
490
504
  transition: border-radius 0s var(--transition-duration-short);
491
505
  }
492
506
 
493
- .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module--Rwpb svg {
494
- display: inline-block;
495
- width: 12px;
496
- height: 12px;
507
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq {
508
+ align-self: center;
497
509
  }
498
510
 
499
511
  .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module--Rwpb[disabled] {
@@ -870,8 +882,8 @@ html {
870
882
 
871
883
  .filter-section-module-n-AWg {
872
884
  display: flex;
873
- min-height: 32px;
874
885
  align-items: center;
886
+ min-block-size: 32px;
875
887
  }
876
888
 
877
889
  .algolia-filter-panel-module-GfhOO {
@@ -911,8 +923,8 @@ html {
911
923
  }
912
924
 
913
925
  .algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3 > svg {
914
- width: 24px;
915
- height: 24px;
926
+ block-size: 24px;
927
+ inline-size: 24px;
916
928
  }
917
929
 
918
930
  .algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3.algolia-filter-panel-module-yf8kI {
@@ -938,20 +950,146 @@ html {
938
950
  }
939
951
  }
940
952
 
953
+ .badge-module-X5Au9 {
954
+ --badge-size: 1rem;
955
+ --badge-color: var(--color-white);
956
+ --badge-bgcolor: var(--color-brand-red);
957
+ --badge-border-color: var(--color-white);
958
+ --badge-font-size: var(--font-size-8);
959
+ --badge-anim-duration: 325ms;
960
+ --badge-anim-count: 1;
961
+ --badge-scale: 1;
962
+ --badge-glow: 0;
963
+ --badge-glow-color: color-mix(
964
+ in srgb,
965
+ var(--color-brand-red) 50%,
966
+ transparent
967
+ );
968
+
969
+ display: grid;
970
+ box-sizing: border-box;
971
+ block-size: var(--badge-size);
972
+ color: var(--badge-color);
973
+ font-size: var(--badge-font-size);
974
+ font-weight: 700;
975
+ line-height: 1;
976
+ min-inline-size: var(--badge-size);
977
+ padding-block: 0.25em 0;
978
+ padding-inline: 0.5em;
979
+ place-content: center;
980
+ translate: -50% -50%;
981
+ }
982
+
983
+ .badge-module-X5Au9::after {
984
+ position: absolute;
985
+ z-index: -1;
986
+ border: 1px solid var(--badge-border-color);
987
+ border-radius: calc(var(--badge-size));
988
+ background-color: var(--badge-bgcolor);
989
+ box-shadow: 0 0 var(--badge-glow) 0 var(--badge-glow-color);
990
+ content: '';
991
+ inset: 0;
992
+ scale: var(--badge-scale);
993
+ }
994
+
995
+ /* badge status variants */
996
+
997
+ .badge-module-X5Au9.badge-module-LoUsz {
998
+ --badge-bgcolor: var(--color-gray-300);
999
+ }
1000
+
1001
+ .badge-module-X5Au9.badge-module-qE3YB {
1002
+ --badge-bgcolor: var(--color-semantic-stop);
1003
+ }
1004
+
1005
+ .badge-module-X5Au9.badge-module-YnGju {
1006
+ --badge-bgcolor: var(--color-semantic-notify);
1007
+ }
1008
+
1009
+ .badge-module-X5Au9.badge-module-N4lDJ {
1010
+ --badge-bgcolor: var(--color-semantic-okay);
1011
+ }
1012
+
1013
+ /* badge update animation */
1014
+
1015
+ .badge-module-X5Au9.badge-module-Q03Go {
1016
+ animation: badge-module-uFNdF var(--badge-anim-duration) ease-out;
1017
+ animation-iteration-count: var(--badge-anim-count);
1018
+ }
1019
+
1020
+ @property --badge-scale {
1021
+ inherits: true;
1022
+ initial-value: 1;
1023
+ syntax: '<number>';
1024
+ }
1025
+
1026
+ @property --badge-glow {
1027
+ inherits: true;
1028
+ initial-value: 0;
1029
+ syntax: '<length>';
1030
+ }
1031
+
1032
+ @keyframes badge-module-uFNdF {
1033
+ 0% {
1034
+ --badge-glow: 0;
1035
+ --badge-scale: 1;
1036
+ }
1037
+
1038
+ 50% {
1039
+ --badge-glow: 0.25rem;
1040
+ --badge-scale: 1.5;
1041
+ }
1042
+
1043
+ 100% {
1044
+ --badge-glow: 0;
1045
+ --badge-scale: 1;
1046
+ }
1047
+ }
1048
+
1049
+ .icon-with-badge-module-eCTIN {
1050
+ position: relative;
1051
+ color: currentcolor;
1052
+ }
1053
+
1054
+ .icon-with-badge-module-eCTIN .icon-with-badge-module-z8YPt {
1055
+ display: block;
1056
+ }
1057
+
1058
+ .icon-with-badge-module-eCTIN .icon-with-badge-module-X4Tjx {
1059
+ position: absolute;
1060
+ margin: 0.25em 0 0 -0.25em;
1061
+ inset: 0 auto auto 100%;
1062
+ }
1063
+
941
1064
  .icon-button-module-4PDK- {
942
- all: unset;
943
- display: flex;
944
- align-items: center;
945
- justify-content: center;
1065
+ --color: var(--color-brand-black);
1066
+ --color-hover: var(--color-brand-red);
1067
+ --touch-area-size: max(32px, 100%);
1068
+
1069
+ position: relative;
1070
+ display: grid;
1071
+ padding: 0;
946
1072
  border: none;
1073
+ -webkit-appearance: none;
1074
+ -moz-appearance: none;
1075
+ appearance: none;
947
1076
  background-color: transparent;
1077
+ color: var(--color);
948
1078
  cursor: pointer;
949
- min-block-size: 48px;
950
- min-inline-size: 48px;
1079
+ font-size: var(--font-size-base);
1080
+ grid-template-areas: 'icon';
1081
+ place-items: center;
951
1082
  -webkit-tap-highlight-color: transparent;
1083
+ text-decoration: none;
952
1084
  }
953
1085
 
954
- .icon-button-module-4PDK-[data-disabled] {
1086
+ @media (hover: hover) {
1087
+ .icon-button-module-4PDK-:hover {
1088
+ color: var(--color-hover);
1089
+ }
1090
+ }
1091
+
1092
+ .icon-button-module-4PDK-:disabled {
955
1093
  cursor: default;
956
1094
  opacity: 0.4;
957
1095
  pointer-events: none;
@@ -959,46 +1097,78 @@ html {
959
1097
 
960
1098
  .icon-button-module-4PDK-:focus-visible {
961
1099
  outline: var(--focus-outline);
962
- outline-offset: var(--focus-outline-inset);
963
1100
  }
964
1101
 
965
- /* sizes */
1102
+ /* round */
966
1103
 
967
- .icon-button-module-k3s9J svg {
968
- block-size: 24px;
969
- inline-size: 24px;
1104
+ .icon-button-module-4PDK-.icon-button-module-k3t1M {
1105
+ border-radius: 50%;
970
1106
  }
971
1107
 
972
- .icon-button-module-agk6Y svg {
973
- block-size: 32px;
974
- inline-size: 32px;
1108
+ /* interactive area for touch devices */
1109
+
1110
+ @media (pointer: coarse) {
1111
+
1112
+ .icon-button-module-4PDK-::after {
1113
+ position: absolute;
1114
+ block-size: var(--touch-area-size);
1115
+ content: '';
1116
+ inline-size: var(--touch-area-size);
1117
+ inset: 50%;
1118
+ translate: -50% -50%
975
1119
  }
1120
+ }
976
1121
 
977
- /* variants */
1122
+ /* icon */
978
1123
 
979
- .icon-button-module-fTeP4 {
980
- color: var(--color-brand-black);
981
- }
1124
+ .icon-button-module-4PDK- .icon-button-module-VP7H- {
1125
+ grid-area: icon;
1126
+ }
982
1127
 
983
- .icon-button-module-dM0eo {
984
- color: var(--color-brand-dark-gray);
985
- }
1128
+ /* size variants for custom icon content */
986
1129
 
987
- .icon-button-module-71HRy {
988
- color: currentcolor;
989
- }
1130
+ .icon-button-module-4PDK- .icon-button-module-VP7H-.icon-button-module-QuuTN {
1131
+ block-size: 0.75rem;
1132
+ inline-size: 0.75rem;
1133
+ }
990
1134
 
991
- @media (hover: hover) {
992
- .icon-button-module-fTeP4:hover, .icon-button-module-dM0eo:hover {
993
- color: var(--color-brand-red);
1135
+ .icon-button-module-4PDK- .icon-button-module-VP7H-.icon-button-module-2lAhj {
1136
+ block-size: 1rem;
1137
+ inline-size: 1rem;
1138
+ }
1139
+
1140
+ .icon-button-module-4PDK- .icon-button-module-VP7H-.icon-button-module-m0IqA {
1141
+ block-size: 1.25rem;
1142
+ inline-size: 1.25rem;
994
1143
  }
1144
+
1145
+ .icon-button-module-4PDK- .icon-button-module-VP7H-.icon-button-module-mMrDe {
1146
+ block-size: 1.5rem;
1147
+ inline-size: 1.5rem;
1148
+ }
1149
+
1150
+ .icon-button-module-4PDK- .icon-button-module-VP7H-.icon-button-module-b8FFz {
1151
+ block-size: 2rem;
1152
+ inline-size: 2rem;
1153
+ }
1154
+
1155
+ /* theme variants */
1156
+
1157
+ .icon-button-module-4PDK-.icon-button-module-DEmZc {
1158
+ --color: var(--color-brand-medium-gray);
1159
+ --color-hover: var(--color-brand-red);
1160
+ }
1161
+
1162
+ .icon-button-module-4PDK-.icon-button-module-lEhMh {
1163
+ --color: var(--color-brand-white);
1164
+ --color-hover: var(--color-brand-white);
995
1165
  }
996
1166
 
997
1167
  .active-filters-module-Rrmhy {
998
1168
  display: flex;
999
- height: 32px;
1000
1169
  align-items: center;
1001
1170
  justify-content: space-between;
1171
+ block-size: 32px;
1002
1172
  line-height: 32px;
1003
1173
  }
1004
1174
 
@@ -1006,21 +1176,17 @@ html {
1006
1176
  font-weight: var(--font-weight-bold);
1007
1177
  }
1008
1178
 
1009
- .active-filters-module-Ud9kZ {
1010
- margin-right: -16px;
1011
- }
1012
-
1013
1179
  .progress-circle-module-4nweP {
1014
1180
  --width: var(--space-24);
1015
1181
 
1016
1182
  position: relative;
1017
1183
  display: block;
1018
- width: var(--width);
1019
- height: var(--width);
1020
1184
  box-sizing: border-box;
1021
1185
  border: 4px solid transparent;
1022
1186
  border-radius: var(--width);
1023
1187
  animation: progress-circle-module-kCf7K 0.6s infinite linear;
1188
+ block-size: var(--width);
1189
+ inline-size: var(--width);
1024
1190
  -webkit-mask:
1025
1191
  /* stylelint-disable-next-line declaration-property-value-no-unknown */
1026
1192
  linear-gradient(#000 0 0) padding-box,
@@ -1105,13 +1271,12 @@ html {
1105
1271
  outline-offset: var(--focus-outline-offset);
1106
1272
  }
1107
1273
 
1108
- .button-module-V4meK .button-module-XaNWz svg {
1109
- display: block;
1110
- width: 24px;
1111
- height: 24px;
1112
- }
1274
+ .button-module-V4meK .button-module-XaNWz {
1275
+ flex-shrink: 0;
1276
+ }
1113
1277
 
1114
1278
  .button-module-V4meK .button-module-ydQAo {
1279
+ flex-shrink: 0;
1115
1280
  block-size: 0.7em;
1116
1281
  inline-size: 0.7em;
1117
1282
  }
@@ -1164,11 +1329,11 @@ html {
1164
1329
  /* sizes */
1165
1330
 
1166
1331
  .button-module-Pbwz7 {
1167
- min-height: 36px;
1168
1332
  padding: 0 var(--space-16);
1169
1333
  border-radius: var(--border-radius-20);
1170
1334
  font-size: var(--font-size-12);
1171
1335
  font-style: italic;
1336
+ min-block-size: 36px;
1172
1337
  text-transform: uppercase;
1173
1338
  }
1174
1339
 
@@ -1178,27 +1343,22 @@ html {
1178
1343
  text-transform: none;
1179
1344
  }
1180
1345
 
1181
- .button-module-Pbwz7 .button-module-XaNWz svg {
1182
- width: 18px;
1183
- height: 18px;
1184
- }
1185
-
1186
1346
  .button-module-GVTEW {
1187
- min-width: 52px;
1188
- min-height: 40px;
1189
1347
  padding: 0 var(--space-20);
1190
1348
  border-radius: var(--border-radius-20);
1191
1349
  font-size: var(--font-size-14);
1350
+ min-block-size: 40px;
1351
+ min-inline-size: 52px;
1192
1352
  }
1193
1353
 
1194
1354
  .button-module-GVTEW.button-module-GKHQc {
1195
- min-width: var(--space-56);
1196
1355
  padding: 0 var(--space-16);
1356
+ min-inline-size: var(--space-56);
1197
1357
  }
1198
1358
 
1199
1359
  .button-module-nyNY8 {
1200
- min-height: 44px;
1201
1360
  border-radius: var(--border-radius-22);
1361
+ min-block-size: 44px;
1202
1362
  padding-inline: var(--space-24);
1203
1363
  }
1204
1364
 
@@ -1325,8 +1485,6 @@ html {
1325
1485
 
1326
1486
  .show-all-module-BDp21 .show-all-module-58e7Q .show-all-module-fqncI {
1327
1487
  display: block;
1328
- block-size: 12px;
1329
- inline-size: 12px;
1330
1488
  transition: transform var(--transition-duration-short) ease;
1331
1489
  }
1332
1490
 
@@ -1397,15 +1555,15 @@ html {
1397
1555
 
1398
1556
  .checkbox-module-QzsaZ .checkbox-module-spG9E {
1399
1557
  display: flex;
1400
- width: 16px;
1401
- height: 16px;
1402
1558
  box-sizing: border-box;
1403
1559
  flex-shrink: 0;
1404
1560
  align-items: center;
1405
1561
  justify-content: center;
1406
1562
  border: 2px solid var(--color-brand-medium-gray);
1407
1563
  border-radius: var(--border-radius-2);
1564
+ block-size: 16px;
1408
1565
  color: var(--checkmark-color);
1566
+ inline-size: 16px;
1409
1567
  transition:
1410
1568
  border var(--transition-duration-short),
1411
1569
  background var(--transition-duration-short);
@@ -1432,6 +1590,10 @@ html {
1432
1590
  opacity: 0.4;
1433
1591
  }
1434
1592
 
1593
+ .checkbox-module-QzsaZ[data-disabled] .checkbox-module-bO3ou {
1594
+ cursor: default;
1595
+ }
1596
+
1435
1597
  .checkbox-module-QzsaZ[data-pressed] .checkbox-module-spG9E {
1436
1598
  border-color: var(--color-brand-dark-gray);
1437
1599
  }
@@ -1566,16 +1728,6 @@ html {
1566
1728
  display: inline-flex;
1567
1729
  }
1568
1730
 
1569
- .tooltip-module-DRHoc .tooltip-module-3q6nr {
1570
- color: currentcolor;
1571
- min-block-size: unset;
1572
- min-inline-size: unset;
1573
- }
1574
-
1575
- .tooltip-module-DRHoc .tooltip-module-3q6nr:hover {
1576
- color: var(--color-primary);
1577
- }
1578
-
1579
1731
  /* stylelint-disable-next-line selector-class-pattern */
1580
1732
 
1581
1733
  .react-aria-Dialog {
@@ -1607,21 +1759,13 @@ html {
1607
1759
  }
1608
1760
 
1609
1761
  .info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K {
1610
- border-radius: 50%;
1611
1762
  color: var(--color-trigger);
1612
- min-block-size: unset;
1613
- min-inline-size: unset;
1614
1763
  }
1615
1764
 
1616
1765
  .info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K:hover {
1617
1766
  color: var(--color-trigger-hover);
1618
1767
  }
1619
1768
 
1620
- .info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K:focus-visible {
1621
- outline: var(--focus-outline);
1622
- outline-offset: 0;
1623
- }
1624
-
1625
1769
  .info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K[aria-expanded='true'] {
1626
1770
  color: var(--color-trigger-active);
1627
1771
  }
@@ -1657,14 +1801,14 @@ html {
1657
1801
  .input-module-uAOUY .input-module-2u4Pp,
1658
1802
  .input-module-uAOUY input {
1659
1803
  all: unset;
1660
- width: 100%;
1661
- min-width: 180px;
1662
1804
  box-sizing: border-box;
1663
1805
  -webkit-appearance: none;
1664
1806
  -moz-appearance: none;
1665
1807
  appearance: none;
1666
1808
  font: inherit;
1667
1809
  font-size: inherit;
1810
+ inline-size: 100%;
1811
+ min-inline-size: 180px;
1668
1812
  }
1669
1813
  .input-module-uAOUY input[type='search']::-webkit-search-cancel-button {
1670
1814
  display: none;
@@ -1676,20 +1820,20 @@ html {
1676
1820
  pointer-events: none;
1677
1821
  }
1678
1822
  .input-module-uAOUY:where(.input-module-HFhUu) {
1679
- height: var(--space-44);
1823
+ block-size: var(--space-44);
1680
1824
  }
1681
1825
  .input-module-uAOUY:where(.input-module-HFhUu) .input-module-2u4Pp,
1682
1826
  .input-module-uAOUY:where(.input-module-HFhUu) input {
1683
- height: var(--space-44);
1684
1827
  padding: 0 var(--space-16);
1828
+ block-size: var(--space-44);
1685
1829
  }
1686
1830
  .input-module-uAOUY:where(.input-module-DRosR) {
1687
- height: var(--space-40);
1831
+ block-size: var(--space-40);
1688
1832
  }
1689
1833
  .input-module-uAOUY:where(.input-module-DRosR) .input-module-2u4Pp,
1690
1834
  .input-module-uAOUY:where(.input-module-DRosR) input {
1691
- height: var(--space-40);
1692
1835
  padding: 0 var(--space-8);
1836
+ block-size: var(--space-40);
1693
1837
  }
1694
1838
  .input-module-uAOUY:has([data-disabled]) {
1695
1839
  /* TODO: Properly standarize disabled state of "fields" */
@@ -1709,8 +1853,8 @@ html {
1709
1853
  bottom: 0;
1710
1854
  left: 0;
1711
1855
  display: block;
1712
- height: 1px;
1713
1856
  background-color: var(--color-brand-red);
1857
+ block-size: 1px;
1714
1858
  content: '';
1715
1859
  }
1716
1860
  /* growing input field */
@@ -1722,8 +1866,8 @@ html {
1722
1866
  }
1723
1867
  .input-module-uAOUY .input-module-peOqs .input-module-2u4Pp,
1724
1868
  .input-module-uAOUY .input-module-peOqs input {
1725
- min-width: 2.35em;
1726
1869
  grid-area: 1 / 1;
1870
+ min-inline-size: 2.35em;
1727
1871
  }
1728
1872
  .input-module-uAOUY .input-module-peOqs input {
1729
1873
  text-align: center;
@@ -1739,9 +1883,9 @@ html {
1739
1883
  }
1740
1884
  .input-module-uAOUY .input-module-JdwaH {
1741
1885
  display: inline-grid;
1742
- width: 100%;
1743
1886
  align-items: center;
1744
1887
  grid-template-columns: 1fr 0;
1888
+ inline-size: 100%;
1745
1889
  }
1746
1890
  .input-module-uAOUY .input-module-JdwaH input:has(~ .input-module-Ai2f7) {
1747
1891
  padding-right: var(--space-36);
@@ -1860,9 +2004,9 @@ html {
1860
2004
  inline-size: 75%;
1861
2005
  }
1862
2006
  .number-field-module-eFnKr .number-field-module-v1sB2 svg {
1863
- width: 16px;
1864
- height: 16px;
2007
+ block-size: 16px;
1865
2008
  grid-area: button;
2009
+ inline-size: 16px;
1866
2010
  }
1867
2011
 
1868
2012
  @keyframes number-field-module-QbNfS {
@@ -1888,11 +2032,6 @@ html {
1888
2032
  gap: var(--space-8);
1889
2033
  }
1890
2034
 
1891
- .pagination-module-k4OgY .pagination-module-cYO35 svg, .pagination-module-k4OgY .pagination-module-rljds svg, .pagination-module-oq89A .pagination-module-cYO35 svg, .pagination-module-oq89A .pagination-module-rljds svg {
1892
- width: 12px;
1893
- height: 12px;
1894
- }
1895
-
1896
2035
  .select-module-IPU-m {
1897
2036
  --trigger-width: initial;
1898
2037
  --height: var(--space-44);
@@ -1919,23 +2058,21 @@ html {
1919
2058
  position: relative;
1920
2059
  display: flex;
1921
2060
  overflow: hidden;
1922
- width: 100%;
1923
- height: var(--height);
1924
2061
  box-sizing: border-box;
1925
2062
  align-items: center;
1926
2063
  padding: 10px 32px 10px 16px;
1927
2064
  border: 1px solid var(--color-brand-medium-gray);
1928
2065
  border-radius: var(--border-radius-8);
2066
+ block-size: var(--height);
1929
2067
  font: inherit;
1930
2068
  gap: var(--space-16);
2069
+ inline-size: 100%;
1931
2070
  outline: none;
1932
2071
  }
1933
2072
 
1934
2073
  .select-module-IPU-m .select-module-0kwVJ .select-module-ptK6Z > :first-child {
1935
2074
  position: absolute;
1936
2075
  display: block;
1937
- width: var(--space-12);
1938
- height: var(--space-12);
1939
2076
  color: var(--color-brand-dark-gray);
1940
2077
  inset-block: 0;
1941
2078
  inset-inline-end: 14px;
@@ -1966,8 +2103,8 @@ html {
1966
2103
  bottom: 0;
1967
2104
  left: 0;
1968
2105
  display: block;
1969
- height: 1px;
1970
2106
  background-color: var(--color-brand-red);
2107
+ block-size: 1px;
1971
2108
  content: '';
1972
2109
  }
1973
2110
 
@@ -1985,11 +2122,11 @@ html {
1985
2122
 
1986
2123
  .select-module-XFHrL {
1987
2124
  overflow: auto;
1988
- width: var(--trigger-width);
1989
- min-width: -moz-fit-content;
1990
- min-width: fit-content;
1991
2125
  background-color: var(--color-white);
1992
2126
  box-shadow: var(--box-shadow-light);
2127
+ inline-size: var(--trigger-width);
2128
+ min-inline-size: -moz-fit-content;
2129
+ min-inline-size: fit-content;
1993
2130
  padding-block: var(--space-8);
1994
2131
  }
1995
2132
 
@@ -2017,8 +2154,6 @@ html {
2017
2154
 
2018
2155
  .select-module-MkKKi .select-module-N7nUk {
2019
2156
  position: absolute;
2020
- width: var(--space-24);
2021
- height: var(--space-24);
2022
2157
  inset: 0;
2023
2158
  margin-block: auto;
2024
2159
  }
@@ -2054,84 +2189,6 @@ html {
2054
2189
  }
2055
2190
  }
2056
2191
 
2057
- .badge-module-X5Au9 {
2058
- --shadow-color: 48 209 88;
2059
- --animation-duration: 1000ms;
2060
- --size: 16px;
2061
-
2062
- display: flex;
2063
- box-sizing: border-box;
2064
- align-items: center;
2065
- justify-content: center;
2066
- padding: var(--space-4);
2067
- border: 1px solid var(--color-white);
2068
- border-radius: calc(var(--size) / 2);
2069
- block-size: var(--size);
2070
- min-inline-size: var(--size);
2071
- }
2072
-
2073
- .badge-module-X5Au9 .badge-module-ododp {
2074
- display: flex;
2075
- align-items: center;
2076
- justify-content: center;
2077
- color: var(--color-white);
2078
- font-size: var(--font-size-8);
2079
- font-weight: var(--font-weight-bold);
2080
- line-height: 1;
2081
- }
2082
-
2083
- .badge-module-X5Au9:where(.badge-module-Q03Go) {
2084
- animation: badge-module-YSs-l var(--animation-duration) ease-in-out;
2085
- animation-iteration-count: 3;
2086
- }
2087
-
2088
- .badge-module-X5Au9:where(.badge-module-kqfth) {
2089
- --shadow-color: 227 6 19;
2090
-
2091
- background-color: var(--color-semantic-stop);
2092
- }
2093
-
2094
- .badge-module-X5Au9:where(.badge-module-Y5LU3) {
2095
- --shadow-color: 255 159 10;
2096
-
2097
- background-color: var(--color-semantic-notify);
2098
- }
2099
-
2100
- .badge-module-X5Au9:where(.badge-module-S-L8C) {
2101
- --shadow-color: 48 209 88;
2102
-
2103
- background-color: var(--color-semantic-okay);
2104
- }
2105
-
2106
- @keyframes badge-module-YSs-l {
2107
- 0% {
2108
- box-shadow: 0 0 0 0 rgb(var(--shadow-color) / 70%);
2109
- scale: 1;
2110
- }
2111
-
2112
- 50% {
2113
- box-shadow: 0 0 4px 2px rgb(var(--shadow-color) / 40%);
2114
- scale: 1.28;
2115
- }
2116
-
2117
- 100% {
2118
- box-shadow: 0 0 0 0 rgb(var(--shadow-color) / 0%);
2119
- scale: 1;
2120
- }
2121
- }
2122
-
2123
- .icon-with-badge-module-eCTIN {
2124
- position: relative;
2125
- display: inline-flex;
2126
- }
2127
-
2128
- .icon-with-badge-module-eCTIN .icon-with-badge-module-NUjwN {
2129
- position: absolute;
2130
- top: 2px;
2131
- right: 2px;
2132
- transform: translate(50%, -50%);
2133
- }
2134
-
2135
2192
  :root {
2136
2193
  --tag-height: var(--space-16);
2137
2194
  }
@@ -2142,7 +2199,7 @@ html {
2142
2199
 
2143
2200
  z-index: 0;
2144
2201
  display: inline-flex;
2145
- height: var(--tag-height);
2202
+ block-size: var(--tag-height);
2146
2203
  }
2147
2204
 
2148
2205
  .tag-module-B7r15 .tag-module-4cfCf {
@@ -2158,9 +2215,9 @@ html {
2158
2215
  .tag-module-B7r15 .tag-module-c7CRb {
2159
2216
  position: relative;
2160
2217
  left: -1px;
2161
- min-width: 8px;
2162
- height: 16px;
2218
+ block-size: 16px;
2163
2219
  color: var(--tag-bg-color);
2220
+ min-inline-size: 8px;
2164
2221
  }
2165
2222
 
2166
2223
  /* stylelint-disable max-nesting-depth */
@@ -2180,10 +2237,6 @@ html {
2180
2237
  .breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 {
2181
2238
  color: var(--color-brand-dark-gray);
2182
2239
  }
2183
- .breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w {
2184
- block-size: 14px;
2185
- inline-size: 14px;
2186
- }
2187
2240
  .breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w.breadcrumb-module-K-wMJ {
2188
2241
  display: none;
2189
2242
  }
@@ -2266,19 +2319,23 @@ html {
2266
2319
 
2267
2320
  .toast-module-VzLw4 {
2268
2321
  --inline-padding: var(--space-16);
2322
+ --close-button-size: 24px;
2269
2323
 
2324
+ position: relative;
2270
2325
  display: flex;
2271
- width: -moz-fit-content;
2272
- width: fit-content;
2273
- max-width: 366px;
2274
- min-height: 72px;
2275
2326
  box-sizing: border-box;
2276
2327
  align-items: center;
2277
- padding: var(--space-12) var(--inline-padding);
2278
2328
  border-radius: var(--border-radius-12);
2279
2329
  background-color: var(--color-white);
2280
2330
  box-shadow: var(--box-shadow-heavy);
2281
2331
  color: var(--color-black);
2332
+ inline-size: -moz-fit-content;
2333
+ inline-size: fit-content;
2334
+ max-inline-size: 366px;
2335
+ min-block-size: 72px;
2336
+ padding-block: var(--space-12);
2337
+ padding-inline: var(--inline-padding)
2338
+ calc(var(--close-button-size) + var(--inline-padding));
2282
2339
  pointer-events: all;
2283
2340
  -webkit-user-select: none;
2284
2341
  -moz-user-select: none;
@@ -2286,20 +2343,15 @@ html {
2286
2343
  }
2287
2344
 
2288
2345
  .toast-module-VzLw4 .toast-module-mAwpu {
2289
- margin-right: calc(-1 * var(--inline-padding));
2290
- margin-left: auto;
2346
+ position: absolute;
2347
+ inset: 0 calc(var(--inline-padding) * 0.5) 0 auto;
2348
+ margin-block: auto;
2291
2349
  }
2292
2350
 
2293
2351
  .toast-module-VzLw4 .toast-module-JqNiT {
2294
- margin-right: 6px;
2352
+ margin-inline-end: 6px;
2295
2353
  }
2296
2354
 
2297
- .toast-module-VzLw4 .toast-module-JqNiT svg {
2298
- display: block;
2299
- width: 24px;
2300
- height: 24px;
2301
- }
2302
-
2303
2355
  .toast-module-VzLw4:where(.toast-module-cuSIT) .toast-module-JqNiT {
2304
2356
  color: var(--color-semantic-okay);
2305
2357
  }
@@ -2317,8 +2369,30 @@ html {
2317
2369
  }
2318
2370
 
2319
2371
  @media (width >= 1024px) {.toast-module-VzLw4 {
2320
- max-width: 312px
2372
+ max-inline-size: 312px
2373
+ }
2374
+ }
2375
+
2376
+ .close-button-module-RqdJg {
2377
+ --color: var(--color-brand-black);
2378
+ --color-hover: var(--color-brand-black);
2379
+ --bgcolor-hover: rgb(0 0 0 / 8%);
2380
+ --touch-area-size: max(32px, 100%);
2381
+
2382
+ color: var(--color);
2321
2383
  }
2384
+
2385
+ .close-button-module-RqdJg:hover {
2386
+ background-color: var(--bgcolor-hover);
2387
+ color: var(--color-hover);
2388
+ }
2389
+
2390
+ .close-button-module-RqdJg:focus-visible {
2391
+ outline-offset: var(--focus-outline-offset);
2392
+ }
2393
+
2394
+ .close-button-module-RqdJg.close-button-module-GsmnG {
2395
+ --bgcolor-hover: rgb(0 0 0 / 15%);
2322
2396
  }
2323
2397
 
2324
2398
  .icon-list-module-tWkJY {
@@ -2330,13 +2404,8 @@ html {
2330
2404
  list-style: none;
2331
2405
  }
2332
2406
 
2333
- .icon-list-module-3BzE4 .icon-list-module-9-620 {
2334
- display: block;
2335
- width: 24px;
2336
- height: 24px;
2337
- }
2338
-
2339
2407
  .icon-list-module-3BzE4 {
2408
+ --icon-color: currentcolor;
2340
2409
 
2341
2410
  display: flex;
2342
2411
  align-items: center;
@@ -2346,6 +2415,21 @@ html {
2346
2415
  line-height: 1;
2347
2416
  }
2348
2417
 
2418
+ /* theme variants */
2419
+
2420
+ .icon-list-module-3BzE4.icon-list-module-OHLcC {
2421
+ --icon-color: var(--color-status-available);
2422
+ }
2423
+
2424
+ .icon-list-module-3BzE4.icon-list-module-dLR8O {
2425
+ --icon-color: var(--color-status-unavailable);
2426
+ }
2427
+
2428
+ .icon-list-module-3BzE4 .icon-list-module-9-620 {
2429
+ flex-shrink: 0;
2430
+ color: var(--icon-color);
2431
+ }
2432
+
2349
2433
  .message-module-N1e1t {
2350
2434
  --color: var(--color-brand-black);
2351
2435
 
@@ -2362,7 +2446,6 @@ html {
2362
2446
  .message-module-w2hsL {
2363
2447
  color: var(--color);
2364
2448
  grid-area: icon;
2365
- margin-block: -3px;
2366
2449
  margin-inline-end: var(--space-8);
2367
2450
  }
2368
2451
 
@@ -2429,12 +2512,12 @@ html {
2429
2512
  top: 0;
2430
2513
  left: 0;
2431
2514
  display: flex;
2432
- width: 100vw;
2433
- height: var(--visual-viewport-height);
2434
2515
  align-items: center;
2435
2516
  justify-content: center;
2436
2517
  backdrop-filter: blur(4px);
2437
2518
  background-color: rgb(0 0 0 / 52%);
2519
+ block-size: var(--visual-viewport-height);
2520
+ inline-size: 100svi;
2438
2521
  }
2439
2522
 
2440
2523
  .modal-module-rVFJc[data-entering] {
@@ -2453,13 +2536,13 @@ html {
2453
2536
  position: absolute;
2454
2537
  z-index: calc(var(--modal-layer) - 1);
2455
2538
  bottom: var(--space-36);
2456
- min-width: 300px;
2457
- max-width: 90%;
2458
2539
  border: 1px solid var(--gray-400);
2459
2540
  border-radius: 12px;
2460
2541
  background: var(--color-white);
2461
2542
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
2462
2543
  color: var(--text-color);
2544
+ max-inline-size: 90%;
2545
+ min-inline-size: 300px;
2463
2546
  outline: none;
2464
2547
  }
2465
2548
 
@@ -2469,8 +2552,8 @@ html {
2469
2552
  }
2470
2553
 
2471
2554
  .modal-module-6vlFt .modal-module-FJxzx {
2472
- width: 100%;
2473
- height: 100%;
2555
+ block-size: 100%;
2556
+ inline-size: 100%;
2474
2557
  }
2475
2558
 
2476
2559
  .modal-module-6vlFt[data-entering] {
@@ -2483,9 +2566,9 @@ html {
2483
2566
 
2484
2567
  .modal-module-6vlFt:where(.modal-module-uwets) {
2485
2568
  position: fixed;
2486
- max-width: 100%;
2487
2569
  border-radius: 0;
2488
2570
  inset: 0;
2571
+ max-inline-size: 100%;
2489
2572
  }
2490
2573
 
2491
2574
  .modal-module-6vlFt:where(.modal-module-uwets)[data-entering] {
@@ -2498,8 +2581,7 @@ html {
2498
2581
 
2499
2582
  .modal-module-6vlFt .modal-module-7zIZE {
2500
2583
  position: absolute;
2501
- top: 0;
2502
- right: 0;
2584
+ inset: var(--space-4) var(--space-4) auto auto;
2503
2585
  }
2504
2586
 
2505
2587
  @media (width >= 768px) {
@@ -2569,14 +2651,14 @@ html {
2569
2651
  }
2570
2652
 
2571
2653
  .dialog-module-uKVDu {
2572
- max-width: min(403px, 90%);
2654
+ max-inline-size: min(403px, 90%);
2573
2655
  }
2574
2656
 
2575
2657
  .dialog-module-qKzgy {
2576
2658
  position: relative;
2577
- min-width: 300px;
2578
2659
  padding: var(--space-24);
2579
2660
  padding-right: var(--space-32);
2661
+ min-inline-size: 300px;
2580
2662
  }
2581
2663
 
2582
2664
  .dialog-module-qKzgy .dialog-module-5sZYV {
@@ -2590,8 +2672,7 @@ html {
2590
2672
 
2591
2673
  .dialog-module-qKzgy .dialog-module-Y7Tqg {
2592
2674
  position: absolute;
2593
- top: -8px;
2594
- right: -8px;
2675
+ inset: var(--space-4) var(--space-4) auto auto;
2595
2676
  }
2596
2677
 
2597
2678
  .dialog-module-qKzgy .dialog-module-y7Axm:not(:empty) {
@@ -2600,13 +2681,16 @@ html {
2600
2681
  gap: 8px;
2601
2682
  }
2602
2683
 
2603
- .favorite-button-module-tXSS3:where(.favorite-button-module-l557q) {
2684
+ .favorite-button-module-tXSS3.favorite-button-module-l557q {
2604
2685
  animation: favorite-button-module-6Tsmy 0.4s ease-in-out 0s 1 normal both;
2605
2686
  color: var(--color-brand-red);
2606
2687
  }
2607
2688
  .favorite-button-module-tXSS3:not(.favorite-button-module-l557q) {
2608
2689
  animation: favorite-button-module-LQauU 0.4s ease-in-out 0s 1 both;
2609
2690
  }
2691
+ .favorite-button-module-tXSS3:disabled {
2692
+ opacity: 1;
2693
+ }
2610
2694
 
2611
2695
  @keyframes favorite-button-module-6Tsmy {
2612
2696
  0% {
@@ -2638,8 +2722,8 @@ html {
2638
2722
 
2639
2723
  .image-module-lg7Kj {
2640
2724
  display: block;
2641
- width: 100%;
2642
- height: 100%;
2725
+ block-size: 100%;
2726
+ inline-size: 100%;
2643
2727
  }
2644
2728
 
2645
2729
  .image-module-lg7Kj:where(.image-module-KFEgG) {
@@ -2649,21 +2733,21 @@ html {
2649
2733
  }
2650
2734
 
2651
2735
  .image-module-lg7Kj:where(.image-module-tVKFe) {
2652
- width: 100%;
2653
- height: 100%;
2736
+ block-size: 100%;
2737
+ inline-size: 100%;
2654
2738
  -o-object-fit: cover;
2655
2739
  object-fit: cover;
2656
2740
  }
2657
2741
 
2658
2742
  .image-module-lg7Kj.image-module-LM93B {
2659
- width: var(--space-40);
2660
- height: var(--space-40);
2743
+ block-size: var(--space-40);
2744
+ inline-size: var(--space-40);
2661
2745
  }
2662
2746
 
2663
2747
  .image-module-pNYjR {
2664
2748
  display: block;
2665
- width: 100%;
2666
- height: 100%;
2749
+ block-size: 100%;
2750
+ inline-size: 100%;
2667
2751
  }
2668
2752
 
2669
2753
  .category-card-module-4NUjH {
@@ -2684,14 +2768,14 @@ html {
2684
2768
  -webkit-tap-highlight-color: transparent;
2685
2769
  }
2686
2770
 
2687
- @container (min-width: 90px) {.category-card-module-4NUjH {
2771
+ @container (min-inline-size: 90px) {.category-card-module-4NUjH {
2688
2772
  --image-margin: var(--space-8);
2689
2773
  --image-size: 74px;
2690
2774
  --gap: var(--space-12)
2691
2775
  }
2692
2776
  }
2693
2777
 
2694
- @container (min-width: 96px) {.category-card-module-4NUjH {
2778
+ @container (min-inline-size: 96px) {.category-card-module-4NUjH {
2695
2779
  --image-margin: 0;
2696
2780
  --image-size: 96px;
2697
2781
  --gap: var(--space-16)
@@ -2825,7 +2909,7 @@ html {
2825
2909
  line-height: 1;
2826
2910
  }
2827
2911
 
2828
- @container (max-width: 314px) {
2912
+ @container (max-inline-size: 314px) {
2829
2913
 
2830
2914
  .data-card-module-24uin .data-card-module-EDbE- {
2831
2915
  padding: var(--space-8) 0 var(--space-16);
@@ -2850,7 +2934,7 @@ html {
2850
2934
  text-align: right;
2851
2935
  }
2852
2936
 
2853
- @container (max-width: 314px) {
2937
+ @container (max-inline-size: 314px) {
2854
2938
 
2855
2939
  .data-card-module-24uin .data-card-module-EDbE- .data-card-module-FAgmN {
2856
2940
  text-align: left
@@ -2862,7 +2946,7 @@ html {
2862
2946
  font-weight: var(--font-weight-normal);
2863
2947
  }
2864
2948
 
2865
- @container (max-width: 314px) {
2949
+ @container (max-inline-size: 314px) {
2866
2950
  .data-card-module-24uin .data-card-module-EDbE- .data-card-module-fcSbu:not(:last-child) {
2867
2951
  margin-block-end: var(--space-8);
2868
2952
  }
@@ -2874,7 +2958,7 @@ html {
2874
2958
  gap: var(--space-8);
2875
2959
  }
2876
2960
 
2877
- @container (max-width: 314px) {
2961
+ @container (max-inline-size: 314px) {
2878
2962
 
2879
2963
  .data-card-module-24uin .data-card-module-Qv5iI {
2880
2964
  flex-direction: column
@@ -2882,7 +2966,7 @@ html {
2882
2966
  }
2883
2967
 
2884
2968
  .confirmation-dialog-module-Up-BC {
2885
- max-width: 425px;
2969
+ max-inline-size: 425px;
2886
2970
  }
2887
2971
 
2888
2972
  .delivery-time-module-fEWEl {
@@ -3136,8 +3220,8 @@ html {
3136
3220
  .orderline-card-module-AMTMm .orderline-card-module-0CunP {
3137
3221
  position: absolute;
3138
3222
  z-index: var(--z-top);
3139
- inset-block-start: 0;
3140
- inset-inline-end: 0;
3223
+ inset-block-start: var(--space-12);
3224
+ inset-inline-end: var(--space-12);
3141
3225
  }
3142
3226
 
3143
3227
  .orderline-card-module-AMTMm .orderline-card-module-C8xE6 {
@@ -3328,8 +3412,8 @@ html {
3328
3412
  .product-card-module-pLaiB .product-card-module-tvEdz {
3329
3413
  position: absolute;
3330
3414
  z-index: var(--z-top);
3331
- inset-block-start: 0;
3332
- inset-inline-end: 0;
3415
+ inset-block-start: var(--space-12);
3416
+ inset-inline-end: var(--space-12);
3333
3417
  }
3334
3418
 
3335
3419
  .product-card-module-pLaiB .product-card-module-CStNi {
@@ -3411,7 +3495,7 @@ html {
3411
3495
  place-self: flex-end;
3412
3496
  }
3413
3497
 
3414
- @container (min-width: 273px) {
3498
+ @container (min-inline-size: 273px) {
3415
3499
 
3416
3500
  .product-card-module-pLaiB {
3417
3501
  --box-shadow: var(--box-shadow-heavy);
@@ -3439,7 +3523,7 @@ html {
3439
3523
  }
3440
3524
  }
3441
3525
 
3442
- @container (min-width: 360px) {
3526
+ @container (min-inline-size: 360px) {
3443
3527
 
3444
3528
  .product-card-module-pLaiB {
3445
3529
  --title-font-size: var(--font-size-20);
@@ -3454,8 +3538,8 @@ html {
3454
3538
  }
3455
3539
 
3456
3540
  .product-card-module-pLaiB .product-card-module-tvEdz {
3457
- inset-block-start: var(--space-4);
3458
- inset-inline-end: var(--space-4);
3541
+ inset-block-start: var(--space-12);
3542
+ inset-inline-end: var(--space-12);
3459
3543
  }
3460
3544
 
3461
3545
  .product-card-module-pLaiB .product-card-module-irW0D {
@@ -3490,7 +3574,7 @@ html {
3490
3574
  [card-end];
3491
3575
  }
3492
3576
 
3493
- @container (min-width: 636px) {.table-card-module-8spto {
3577
+ @container (min-inline-size: 636px) {.table-card-module-8spto {
3494
3578
  --sticky-actions-top: calc(var(--sticky-top, 0px) + var(--gap-row));
3495
3579
 
3496
3580
  grid-template-areas:
@@ -4024,16 +4108,16 @@ html {
4024
4108
  --bg-color: var(--color-brand-light-gray);
4025
4109
 
4026
4110
  display: grid;
4027
- width: 44px;
4028
- height: 44px;
4029
4111
  border: 1px solid currentcolor;
4030
4112
  border-radius: 100%;
4031
4113
  background-color: var(--color-brand-white);
4114
+ block-size: 2.75rem;
4032
4115
  color: var(--color);
4033
4116
  cursor: pointer;
4117
+ inline-size: 2.75rem;
4034
4118
  place-items: center;
4035
4119
  -webkit-tap-highlight-color: transparent;
4036
- transition: background-color 0.2s ease;
4120
+ transition: background-color var(--transition-duration) ease;
4037
4121
  }
4038
4122
 
4039
4123
  .carousel-navigation-button-module-a1-I4:focus-visible {
@@ -4093,7 +4177,7 @@ html {
4093
4177
  background: var(--color-brand-white);
4094
4178
  block-size: 140%;
4095
4179
  content: '';
4096
- inline-size: calc((100vw - 100%) / 2);
4180
+ inline-size: calc((100svi - 100%) / 2);
4097
4181
  inset-block-start: -20%;
4098
4182
  opacity: 1;
4099
4183
  transition: opacity 0.2s ease;
@@ -4106,7 +4190,7 @@ html {
4106
4190
  rgb(255 255 255 / 95%) 80px,
4107
4191
  rgb(255 255 255 / 100%) 100px
4108
4192
  );
4109
- inset-inline-start: calc(-1 * ((100vw - 100%) / 2));
4193
+ inset-inline-start: calc(-1 * ((100svi - 100%) / 2));
4110
4194
  }
4111
4195
 
4112
4196
  .carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::after {
@@ -4116,7 +4200,7 @@ html {
4116
4200
  rgb(255 255 255 / 95%) 80px,
4117
4201
  rgb(255 255 255 / 100%) 100px
4118
4202
  );
4119
- inset-inline-end: calc(-1 * ((100vw - 100%) / 2));
4203
+ inset-inline-end: calc(-1 * ((100svi - 100%) / 2));
4120
4204
  }
4121
4205
 
4122
4206
  .carousel-module-ealh- .carousel-module-bUMlb {
@@ -4187,9 +4271,9 @@ html {
4187
4271
 
4188
4272
  .card-carousel-module-JXQmk {
4189
4273
  display: flex;
4190
- width: 100%;
4191
4274
  flex-direction: column;
4192
4275
  gap: var(--space-24);
4276
+ inline-size: 100%;
4193
4277
  }
4194
4278
 
4195
4279
  @media (width >= 768px) {
@@ -4201,11 +4285,11 @@ html {
4201
4285
  .card-carousel-module-JXQmk .swiper {
4202
4286
  --padding: var(--space-16);
4203
4287
 
4204
- width: calc(100% + (2 * var(--padding)));
4205
4288
  padding: var(--padding);
4206
4289
  margin-top: calc(var(--padding) * -1);
4207
4290
  margin-bottom: calc(var(--padding) * -1);
4208
4291
  margin-left: calc(var(--padding) * -1);
4292
+ inline-size: calc(100% + (2 * var(--padding)));
4209
4293
  }
4210
4294
 
4211
4295
  .card-carousel-module-DxKOG {
@@ -4215,7 +4299,7 @@ html {
4215
4299
  --slide-width: var(--slide-width-narrow);
4216
4300
 
4217
4301
  position: relative;
4218
- height: 100%;
4302
+ block-size: 100%;
4219
4303
  }
4220
4304
 
4221
4305
  .card-carousel-module-DxKOG.card-carousel-module-RQ8gl {
@@ -4231,15 +4315,13 @@ html {
4231
4315
  }
4232
4316
 
4233
4317
  .card-carousel-module-DxKOG > * {
4234
- width: var(--slide-width);
4318
+ inline-size: var(--slide-width);
4235
4319
  }
4236
4320
 
4237
4321
  .card-carousel-module-DxKOG:not(:first-child)::after {
4238
4322
  position: absolute;
4239
4323
  top: 0;
4240
4324
  left: calc((var(--column-gap) / 2) * -1);
4241
- width: 1px;
4242
- height: 100%;
4243
4325
  background-image: linear-gradient(
4244
4326
  to bottom,
4245
4327
  var(--color-white),
@@ -4248,7 +4330,9 @@ html {
4248
4330
  #e0dfdf 90%,
4249
4331
  var(--color-white)
4250
4332
  );
4333
+ block-size: 100%;
4251
4334
  content: '';
4335
+ inline-size: 1px;
4252
4336
  }
4253
4337
 
4254
4338
  /* Hide the separator line between the cards when hovering */
@@ -4328,15 +4412,15 @@ html {
4328
4412
 
4329
4413
  .pagination-module-E-D6l {
4330
4414
  display: flex;
4331
- width: var(--space-16);
4332
- height: var(--space-16);
4333
4415
  align-items: center;
4334
4416
  justify-content: center;
4335
4417
  padding: 0;
4336
4418
  border: 0;
4337
4419
  border-radius: 50%;
4338
4420
  background: transparent;
4421
+ block-size: var(--space-16);
4339
4422
  cursor: pointer;
4423
+ inline-size: var(--space-16);
4340
4424
  }
4341
4425
 
4342
4426
  .pagination-module-E-D6l:focus-visible {
@@ -4346,14 +4430,14 @@ html {
4346
4430
 
4347
4431
  .pagination-module-E-D6l::before {
4348
4432
  display: block;
4349
- width: 6px;
4350
- height: 6px;
4351
4433
  box-sizing: border-box;
4352
4434
  padding: 0;
4353
4435
  border-radius: 50%;
4354
4436
  margin: 0;
4355
4437
  background-color: var(--color-brand-black);
4438
+ block-size: 6px;
4356
4439
  content: '';
4440
+ inline-size: 6px;
4357
4441
  opacity: 1;
4358
4442
 
4359
4443
  /* text-indent: -9999px; */
@@ -4375,8 +4459,8 @@ html {
4375
4459
  .pagination-module-rNIvD {
4376
4460
  position: absolute;
4377
4461
  left: 0;
4378
- width: var(--space-16);
4379
- height: var(--space-16);
4462
+ block-size: var(--space-16);
4463
+ inline-size: var(--space-16);
4380
4464
  pointer-events: none;
4381
4465
  transition: transform var(--transition-duration-short);
4382
4466
  -webkit-user-select: none;
@@ -4423,8 +4507,8 @@ html {
4423
4507
  bottom: 24px;
4424
4508
  left: 50%;
4425
4509
  display: inline-flex;
4426
- width: -moz-fit-content;
4427
- width: fit-content;
4510
+ inline-size: -moz-fit-content;
4511
+ inline-size: fit-content;
4428
4512
  transform: translateX(-50%);
4429
4513
  }
4430
4514
 
@@ -4452,8 +4536,8 @@ html {
4452
4536
  }
4453
4537
 
4454
4538
  .usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module--Vdc3 {
4455
- width: var(--image-max-width);
4456
- height: calc(var(--image-max-width) * 509 / 555);
4539
+ block-size: calc(var(--image-max-width) * 509 / 555);
4540
+ inline-size: var(--image-max-width);
4457
4541
  }
4458
4542
 
4459
4543
  .usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module--Vdc3 .usp-carousel-module-F-WAS {
@@ -4479,9 +4563,9 @@ html {
4479
4563
 
4480
4564
  .usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module-Diy2d {
4481
4565
  display: block;
4482
- width: var(--icon-size);
4483
- height: var(--icon-size);
4484
4566
  margin-bottom: 10px;
4567
+ block-size: var(--icon-size);
4568
+ inline-size: var(--icon-size);
4485
4569
  }
4486
4570
 
4487
4571
  .usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module--xcF2 {
@@ -4751,11 +4835,11 @@ button.swiper-pagination-bullet {
4751
4835
  .cart-totals-module-Bk9zi .cart-totals-module-2RLLQ {
4752
4836
  --breakout: var(--space-16);
4753
4837
 
4754
- width: calc(100% + (2 * var(--breakout)));
4755
4838
  padding: 10px var(--space-16);
4756
4839
  margin-bottom: var(--space-32);
4757
4840
  margin-left: calc(-1 * var(--breakout));
4758
4841
  background-color: var(--color-brand-light-gray);
4842
+ inline-size: calc(100% + (2 * var(--breakout)));
4759
4843
  }
4760
4844
  .cart-totals-module-Bk9zi .cart-totals-module-2RLLQ .cart-totals-module-ciNsz,
4761
4845
  .cart-totals-module-Bk9zi .cart-totals-module-2RLLQ .cart-totals-module-KaxpH {
@@ -4774,6 +4858,95 @@ button.swiper-pagination-bullet {
4774
4858
  margin: 0;
4775
4859
  }
4776
4860
 
4861
+ .country-language-selection-list-module-TIz6H {
4862
+ --column-min-size: 34ch;
4863
+
4864
+ container-type: inline-size;
4865
+ }
4866
+
4867
+ .country-language-selection-list-module-TIz6H .country-language-selection-list-module-MYQLz {
4868
+ padding: 0;
4869
+ margin: 0;
4870
+ -moz-column-gap: 1.5rem;
4871
+ column-gap: 1.5rem;
4872
+ -moz-columns: round(100cqi / var(--column-min-size));
4873
+ columns: round(100cqi / var(--column-min-size));
4874
+ list-style: none;
4875
+ }
4876
+
4877
+ .country-language-selection-list-module-TIz6H .country-language-selection-list-module-xqJhq {
4878
+ margin-block-end: var(--space-32);
4879
+ }
4880
+
4881
+ .country-language-selection-list-module-TIz6H .country-language-selection-list-module-jXkw- {
4882
+ margin-block-end: var(--space-16);
4883
+ }
4884
+
4885
+ .flag-module-AChfw {
4886
+ --flag-size: 1.5rem;
4887
+
4888
+ display: inline-block;
4889
+ overflow: hidden;
4890
+ block-size: var(--flag-size);
4891
+ inline-size: var(--flag-size);
4892
+ outline: 1px solid rgb(255 255 255 / 50%);
4893
+ outline-offset: -1px;
4894
+ }
4895
+
4896
+ .flag-module-AChfw.flag-module-CvcV4 {
4897
+ border-radius: 50%;
4898
+ }
4899
+
4900
+ .flag-module-AChfw svg {
4901
+ display: block;
4902
+ block-size: 100%;
4903
+ inline-size: 100%;
4904
+ }
4905
+
4906
+ .country-language-selector-button-module-SN6I2 {
4907
+ --flag-size: 1.5rem;
4908
+
4909
+ display: grid;
4910
+ overflow: hidden;
4911
+ gap: var(--space-8);
4912
+ min-block-size: var(--flag-size);
4913
+ }
4914
+
4915
+ .country-language-selector-button-module-SN6I2:not(:empty) {
4916
+ grid-template-columns: minmax(0, var(--flag-size)) 1fr;
4917
+ }
4918
+
4919
+ .country-language-selector-button-module-SN6I2 .country-language-selector-button-module-gV7Cp {
4920
+ display: grid;
4921
+ overflow: hidden;
4922
+ align-items: baseline;
4923
+ gap: var(--space-4);
4924
+ grid-template-areas: 'country sep language';
4925
+ grid-template-columns:
4926
+ 1fr
4927
+ minmax(0, 0.25em)
4928
+ auto;
4929
+ }
4930
+
4931
+ .country-language-selector-button-module-SN6I2 .country-language-selector-button-module-gV7Cp data {
4932
+ overflow: hidden;
4933
+ text-overflow: ellipsis;
4934
+ white-space: nowrap;
4935
+ }
4936
+
4937
+ .country-language-selector-button-module-SN6I2 .country-language-selector-button-module-gV7Cp data.country-language-selector-button-module-1Cz2x {
4938
+ grid-area: country;
4939
+ }
4940
+
4941
+ .country-language-selector-button-module-SN6I2 .country-language-selector-button-module-gV7Cp data.country-language-selector-button-module-Ix4GQ {
4942
+ grid-area: language;
4943
+ }
4944
+
4945
+ .country-language-selector-button-module-SN6I2 .country-language-selector-button-module-gV7Cp::after {
4946
+ content: '-';
4947
+ grid-area: sep;
4948
+ }
4949
+
4777
4950
  .select-field-module-T07fb {
4778
4951
  --button-height: var(--space-44);
4779
4952
  --button-gap: var(--space-8);
@@ -4839,9 +5012,7 @@ button.swiper-pagination-bullet {
4839
5012
  }
4840
5013
 
4841
5014
  .select-field-module-T07fb .select-field-module-uGX30 .select-field-module-Njvvb {
4842
- block-size: 12px;
4843
5015
  grid-area: icon;
4844
- inline-size: 12px;
4845
5016
  justify-self: center;
4846
5017
  }
4847
5018
 
@@ -4865,6 +5036,8 @@ button.swiper-pagination-bullet {
4865
5036
  }
4866
5037
 
4867
5038
  .select-field-module-tbhPg {
5039
+ --separator-color: var(--color-brand-light-gray);
5040
+
4868
5041
  overflow: auto;
4869
5042
  background-color: var(--color-white);
4870
5043
  box-shadow: var(--box-shadow-light);
@@ -4872,7 +5045,7 @@ button.swiper-pagination-bullet {
4872
5045
  min-inline-size: -moz-fit-content;
4873
5046
  min-inline-size: fit-content;
4874
5047
  padding-block: var(--space-8);
4875
- transition: opacity 0.2s;
5048
+ transition: opacity var(--transition-duration-short) ease-in-out;
4876
5049
  }
4877
5050
 
4878
5051
  .select-field-module-tbhPg[data-entering],
@@ -4885,18 +5058,32 @@ button.swiper-pagination-bullet {
4885
5058
  }
4886
5059
 
4887
5060
  .select-field-module-tbhPg .select-field-module-KDZmc {
4888
- display: grid;
4889
- align-items: center;
4890
5061
  color: var(--color-brand-dark-gray);
4891
- cursor: default;
4892
- grid-template-rows: minmax(24px, min-content);
4893
- line-height: 1;
4894
- outline: none;
4895
- overflow-wrap: break-word;
4896
5062
  padding-block: var(--space-4);
4897
5063
  padding-inline: calc(var(--space-24) + var(--space-2) + var(--space-4));
4898
5064
  }
4899
5065
 
5066
+ .select-field-module-tbhPg .select-field-module-7A3aF {
5067
+ border-block: 1px solid var(--separator-color);
5068
+ margin-block-end: -1px;
5069
+ padding-block: var(--space-8);
5070
+ }
5071
+
5072
+ .select-field-module-tbhPg .select-field-module-7A3aF:first-child {
5073
+ border-block-start: 0;
5074
+ padding-block-start: 0;
5075
+ }
5076
+
5077
+ .select-field-module-tbhPg .select-field-module-7A3aF:last-child {
5078
+ border-block-end: 0;
5079
+ margin-block-end: 0;
5080
+ padding-block-end: 0;
5081
+ }
5082
+
5083
+ .select-field-module-tbhPg .select-field-module-KDZmc + .select-field-module-7A3aF {
5084
+ margin-block-start: var(--space-8);
5085
+ }
5086
+
4900
5087
  .select-field-module-tbhPg .select-field-module-u3hoe {
4901
5088
  display: grid;
4902
5089
  align-items: center;
@@ -4911,25 +5098,162 @@ button.swiper-pagination-bullet {
4911
5098
  overflow-wrap: break-word;
4912
5099
  }
4913
5100
 
4914
- .select-field-module-tbhPg .select-field-module-u3hoe [slot='description'] {
5101
+ .select-field-module-tbhPg .select-field-module-u3hoe .select-field-module-Njvvb {
4915
5102
  display: grid;
4916
5103
  grid-area: icon;
4917
5104
  justify-self: center;
4918
5105
  }
4919
5106
 
4920
- .select-field-module-tbhPg .select-field-module-u3hoe [slot='label'] {
5107
+ .select-field-module-tbhPg .select-field-module-u3hoe .select-field-module-g1IlV {
4921
5108
  grid-area: label;
4922
5109
  }
4923
5110
 
4924
- .select-field-module-tbhPg .select-field-module-u3hoe[data-hovered],
4925
- .select-field-module-tbhPg .select-field-module-u3hoe[data-focused] {
5111
+ .select-field-module-tbhPg .select-field-module-u3hoe:hover,
5112
+ .select-field-module-tbhPg .select-field-module-u3hoe:focus-visible {
4926
5113
  background-color: var(--color-brand-red);
4927
5114
  color: var(--color-white);
4928
5115
  }
4929
5116
 
5117
+ :root {
5118
+ --clselector-top: 0px;
5119
+
5120
+ /* in case we make the CLSelector non-sticky; we'll need JS to set --page-scroll-y on :root
5121
+ --clselector-top: max(0px, calc(0px - var(--page-scroll-y, 0px))); */
5122
+ --clselector-bottom: calc(
5123
+ var(--clselector-top, 0px) + var(--clselector-height, 0px)
5124
+ );
5125
+ }
5126
+
5127
+ .country-language-selector-module-lW6eg {
5128
+ --color: var(--color-brand-dark-gray);
5129
+ --bg-color: var(--color-gray-50);
5130
+ --close-size: 24px;
5131
+ --padding: var(--space-16);
5132
+ --max-width: 1024px;
5133
+ --border-color: var(--color-brand-light-gray);
5134
+
5135
+ position: relative;
5136
+ z-index: var(--clselector-layer);
5137
+ display: grid;
5138
+ overflow: hidden;
5139
+ align-items: end;
5140
+ background: var(--bg-color);
5141
+ block-size: 0;
5142
+ container-type: inline-size;
5143
+ grid-template-rows: 100%;
5144
+ outline: 0;
5145
+ transition: all var(--transition-duration-short) ease;
5146
+ transition-behavior: allow-discrete;
5147
+ visibility: hidden;
5148
+ }
5149
+
5150
+ .country-language-selector-module-lW6eg.country-language-selector-module-fsfbv {
5151
+ position: sticky;
5152
+ top: var(--clselector-top);
5153
+ }
5154
+
5155
+ .country-language-selector-module-lW6eg.country-language-selector-module-XttBY.country-language-selector-module-lfI2j {
5156
+ block-size: auto;
5157
+ visibility: visible;
5158
+ }
5159
+
5160
+ .country-language-selector-module-lW6eg::after {
5161
+ position: absolute;
5162
+ border-block-end: 1px solid var(--border-color);
5163
+ content: '';
5164
+ inset: auto 0 0;
5165
+ }
5166
+
5167
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H {
5168
+ position: relative;
5169
+ display: grid;
5170
+ align-items: center;
5171
+ gap: var(--space-8) var(--space-16);
5172
+ grid-template-columns: [expl-start form-start] 1fr [expl-end form-end];
5173
+ grid-template-rows: [expl-start] auto [expl-end form-start] auto [form-end];
5174
+ margin-inline: max(var(--padding), calc(100% - var(--max-width)) / 2);
5175
+ max-inline-size: var(--max-width);
5176
+ padding-block: var(--close-size) var(--padding);
5177
+ }
5178
+
5179
+ @container (min-inline-size: 480px) {
5180
+
5181
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H {
5182
+ grid-template-columns: [expl-start form-start] 1fr auto [expl-end form-end];
5183
+ padding-block-start: var(--padding)
5184
+ }
5185
+ }
5186
+
5187
+ @container (min-inline-size: 800px) {
5188
+
5189
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H {
5190
+ grid-template-columns: [expl-start] 1.1fr [expl-end form-start] 1fr auto [form-end];
5191
+ grid-template-rows: [expl-start form-start] auto [expl-end form-end];
5192
+ margin-inline-end: max(
5193
+ calc(var(--close-size) + var(--padding)),
5194
+ calc(100% - var(--max-width)) / 2
5195
+ )
5196
+ }
5197
+ }
5198
+
5199
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H .country-language-selector-module-UvT-P {
5200
+ margin: 0;
5201
+ color: var(--color);
5202
+ grid-column: expl;
5203
+ grid-row: expl;
5204
+ line-height: 1.1;
5205
+ text-wrap: pretty;
5206
+ }
5207
+
5208
+ @container (min-inline-size: 480px) {
5209
+
5210
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H .country-language-selector-module-UvT-P {
5211
+ margin-inline-end: calc(var(--close-size))
5212
+ }
5213
+ }
5214
+
5215
+ .country-language-selector-module-lW6eg .country-language-selector-module-4qE7H .country-language-selector-module-pZ3tL {
5216
+ display: grid;
5217
+ align-items: center;
5218
+ container-type: unset;
5219
+ gap: inherit;
5220
+ grid-column: form;
5221
+ grid-row: form;
5222
+ grid-template-columns: subgrid;
5223
+ }
5224
+
5225
+ .country-language-selector-module-lW6eg .country-language-selector-module-sJF5B {
5226
+ position: absolute;
5227
+ margin: auto;
5228
+ inset: 0 calc(var(--padding) * -1) auto auto;
5229
+ place-self: center;
5230
+ }
5231
+
5232
+ @container (min-inline-size: 480px) {
5233
+
5234
+ .country-language-selector-module-lW6eg .country-language-selector-module-sJF5B {
5235
+ inset-block-start: calc(var(--padding) / 2);
5236
+ inset-inline-end: calc(var(--padding) * -0.5)
5237
+ }
5238
+ }
5239
+
5240
+ @container (min-inline-size: 800px) {
5241
+
5242
+ .country-language-selector-module-lW6eg .country-language-selector-module-sJF5B {
5243
+ inset: 0 0 0 calc(100% + var(--padding))
5244
+ }
5245
+ }
5246
+
5247
+ @container (min-inline-size: 1100px) {
5248
+
5249
+ .country-language-selector-module-lW6eg .country-language-selector-module-sJF5B {
5250
+ inset-inline: auto calc((100cqw - 1024px) / -2 + var(--padding) / 2)
5251
+ }
5252
+ }
5253
+
4930
5254
  .country-selector-dialog-module-mMJS0 {
4931
- max-width: 342px;
4932
5255
  padding: var(--space-36) var(--space-24);
5256
+ max-inline-size: 342px;
4933
5257
  }
4934
5258
 
4935
5259
  .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY {
@@ -4957,7 +5281,10 @@ button.swiper-pagination-bullet {
4957
5281
  display: flex;
4958
5282
  align-items: center;
4959
5283
  color: var(--color-white);
5284
+ font: inherit;
4960
5285
  gap: var(--space-8);
5286
+ line-height: 1;
5287
+ white-space: nowrap;
4961
5288
  }
4962
5289
 
4963
5290
  .country-selector-trigger-module-aioDu:hover {
@@ -4970,22 +5297,17 @@ button.swiper-pagination-bullet {
4970
5297
  }
4971
5298
 
4972
5299
  .country-selector-trigger-module-aioDu .country-selector-trigger-module-zOSJK {
4973
- width: 24px;
4974
- height: 24px;
4975
- border: 1px solid var(--color-white);
5300
+ flex-shrink: 0;
4976
5301
  border-radius: 50%;
4977
- }
4978
-
4979
- .country-selector-trigger-module-aioDu .country-selector-trigger-module-TE8tl {
4980
- display: flex;
4981
- font: inherit;
4982
- line-height: 1;
5302
+ block-size: 1.5rem;
5303
+ inline-size: 1.5rem;
5304
+ outline: 1px solid rgb(255 255 255 / 50%);
5305
+ outline-offset: -1px;
4983
5306
  }
4984
5307
 
4985
5308
  .details-module-yz0rE {
4986
5309
  --duration: var(--transition-duration-short);
4987
- --arrow-size: 12px;
4988
- --arrow-space: 12px;
5310
+ --arrow-space: 0.75rem;
4989
5311
 
4990
5312
  display: grid;
4991
5313
  gap: 0 var(--space-4);
@@ -5011,9 +5333,7 @@ button.swiper-pagination-bullet {
5011
5333
  }
5012
5334
 
5013
5335
  .details-module-yz0rE .details-module-mSgNu .details-module-2O7TR {
5014
- block-size: var(--arrow-size);
5015
5336
  grid-area: marker;
5016
- inline-size: var(--arrow-size);
5017
5337
  place-self: center;
5018
5338
  transition: all var(--duration) ease-in-out;
5019
5339
  }
@@ -5078,9 +5398,7 @@ button.swiper-pagination-bullet {
5078
5398
  }
5079
5399
 
5080
5400
  .drawer-module-5ARuA.drawer-module-yjFdX {
5081
- top: 0;
5082
- bottom: 0;
5083
- left: 0;
5401
+ inset: 0 auto 0 0;
5084
5402
  }
5085
5403
 
5086
5404
  .drawer-module-5ARuA.drawer-module-bZLBV {
@@ -5089,9 +5407,7 @@ button.swiper-pagination-bullet {
5089
5407
  --translate-y-from: 0;
5090
5408
  --translate-y-to: 0;
5091
5409
 
5092
- top: 0;
5093
- right: 0;
5094
- bottom: 0;
5410
+ inset: 0 0 0 auto;
5095
5411
  }
5096
5412
 
5097
5413
  .drawer-module-5ARuA.drawer-module-KiviE {
@@ -5100,20 +5416,16 @@ button.swiper-pagination-bullet {
5100
5416
  --translate-y-from: -100%;
5101
5417
  --translate-y-to: 0;
5102
5418
 
5103
- top: 0;
5104
- right: 0;
5105
- left: 0;
5419
+ inset: 0 0 auto;
5106
5420
  }
5107
5421
 
5108
5422
  .drawer-module-5ARuA.drawer-module-p-PYu {
5109
5423
  --translate-x-from: 0;
5110
5424
  --translate-x-to: 0;
5111
5425
  --translate-y-from: 100%;
5112
- --translate-y-to: 0;
5113
-
5114
- right: 0;
5115
- bottom: 0;
5116
- left: 0;
5426
+ --translate-y-to: 0;
5427
+
5428
+ inset: auto 0 0;
5117
5429
  }
5118
5430
 
5119
5431
  .drawer-module-5ARuA.drawer-module-0ZHVw {
@@ -5123,7 +5435,7 @@ button.swiper-pagination-bullet {
5123
5435
  .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-yjFdX,
5124
5436
  .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-bZLBV,
5125
5437
  .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-KiviE {
5126
- top: var(--announcements-bottom);
5438
+ inset-block-start: var(--announcements-bottom);
5127
5439
  }
5128
5440
 
5129
5441
  .drawer-module-5ARuA.drawer-module-0jRBQ {
@@ -5133,7 +5445,7 @@ button.swiper-pagination-bullet {
5133
5445
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-yjFdX,
5134
5446
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-bZLBV,
5135
5447
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-KiviE {
5136
- top: var(--header-bottom);
5448
+ inset-block-start: var(--header-bottom);
5137
5449
  }
5138
5450
 
5139
5451
  .drawer-module-5ARuA.enter {
@@ -5250,7 +5562,6 @@ button.swiper-pagination-bullet {
5250
5562
 
5251
5563
  .footer-module-YzJ68 .footer-module-TZq-4 {
5252
5564
  display: grid;
5253
- align-items: baseline;
5254
5565
  gap: var(--space-16);
5255
5566
  grid-template-columns: 1fr max-content 1fr;
5256
5567
  padding-block: var(--space-16)
@@ -5307,7 +5618,9 @@ button.swiper-pagination-bullet {
5307
5618
  @media (width >= 1024px) {
5308
5619
 
5309
5620
  .footer-module-YzJ68 .footer-module-TZq-4 .footer-module-rc0bC {
5310
- place-self: center end
5621
+ display: grid;
5622
+ align-items: center;
5623
+ justify-self: end
5311
5624
  }
5312
5625
  }
5313
5626
 
@@ -5329,12 +5642,12 @@ button.swiper-pagination-bullet {
5329
5642
  }
5330
5643
 
5331
5644
  .switch-module-C7eqt .switch-module-UZop9 {
5332
- width: 44px;
5333
- height: 24px;
5334
5645
  box-sizing: border-box;
5335
5646
  flex-shrink: 0;
5336
5647
  border-radius: 12px;
5337
5648
  background: var(--box-color);
5649
+ block-size: 24px;
5650
+ inline-size: 44px;
5338
5651
  margin-block: -0.5em 0.5em;
5339
5652
  transition-duration: 200ms;
5340
5653
  transition-property: background;
@@ -5343,17 +5656,17 @@ button.swiper-pagination-bullet {
5343
5656
 
5344
5657
  .switch-module-C7eqt .switch-module-UZop9::before {
5345
5658
  display: block;
5346
- width: 20px;
5347
- height: 20px;
5348
5659
  box-sizing: border-box;
5349
5660
  border: solid 0.5px rgb(0 0 0 / 4%);
5350
5661
  border-radius: 50%;
5351
5662
  margin: var(--space-2);
5352
5663
  background: var(--pin-color);
5664
+ block-size: 20px;
5353
5665
  box-shadow:
5354
5666
  0 3px 1px 0 rgb(0 0 0 / 6%),
5355
5667
  0 3px 8px 0 rgb(0 0 0 / 15%);
5356
5668
  content: '';
5669
+ inline-size: 20px;
5357
5670
  transition: all 200ms;
5358
5671
  }
5359
5672
 
@@ -5433,23 +5746,23 @@ button.swiper-pagination-bullet {
5433
5746
  bottom: 0;
5434
5747
  left: 0;
5435
5748
  display: block;
5436
- height: 2px;
5437
5749
  background-color: var(--color-brand-red);
5750
+ block-size: 2px;
5438
5751
  content: '';
5439
5752
  }
5440
5753
 
5441
5754
  .textarea-module-FEAEz textarea {
5442
5755
  all: unset;
5443
- width: 100%;
5444
5756
  box-sizing: border-box;
5445
5757
  padding: 13px var(--space-16);
5446
5758
  font: inherit;
5759
+ inline-size: 100%;
5447
5760
  overflow-y: hidden;
5448
5761
  }
5449
5762
 
5450
5763
  .textarea-module-FEAEz.textarea-module-PKIWL textarea,
5451
5764
  .textarea-module-FEAEz.textarea-module-PKIWL .textarea-module-FEAEz {
5452
- min-height: var(--space-44);
5765
+ min-block-size: var(--space-44);
5453
5766
  }
5454
5767
 
5455
5768
  .textarea-module-FEAEz.textarea-module-PKIWL textarea {
@@ -5458,7 +5771,7 @@ button.swiper-pagination-bullet {
5458
5771
 
5459
5772
  .textarea-module-FEAEz.textarea-module-27RUM textarea,
5460
5773
  .textarea-module-FEAEz.textarea-module-27RUM .textarea-module-FEAEz {
5461
- min-height: var(--space-40);
5774
+ min-block-size: var(--space-40);
5462
5775
  }
5463
5776
 
5464
5777
  .textarea-module-FEAEz.textarea-module-27RUM textarea {
@@ -5726,8 +6039,8 @@ button.swiper-pagination-bullet {
5726
6039
 
5727
6040
  .search-input-module-xCCzd .search-input-module-okP8k .search-input-module-GZbhK {
5728
6041
  display: block;
5729
- width: 24px;
5730
- height: 24px;
6042
+ block-size: 24px;
6043
+ inline-size: 24px;
5731
6044
  }
5732
6045
 
5733
6046
  .search-input-module-xCCzd .search-input-module-okP8k .search-input-module-vKCm4 {
@@ -5748,7 +6061,6 @@ button.swiper-pagination-bullet {
5748
6061
 
5749
6062
  .search-input-module-xCCzd .search-input-module-okP8k .search-input-module-bELFK {
5750
6063
  display: inline-block;
5751
- width: 100%;
5752
6064
  padding: var(--space-24) var(--space-48);
5753
6065
  border: none;
5754
6066
  border-radius: 0;
@@ -5758,6 +6070,7 @@ button.swiper-pagination-bullet {
5758
6070
  font: inherit;
5759
6071
  font-size: var(--font-size-24);
5760
6072
  font-weight: 500;
6073
+ inline-size: 100%;
5761
6074
  line-height: 1;
5762
6075
  outline: none;
5763
6076
  }
@@ -5794,7 +6107,7 @@ button.swiper-pagination-bullet {
5794
6107
  }
5795
6108
 
5796
6109
  .promo-card-module-idY1g {
5797
- height: 100%;
6110
+ block-size: 100%;
5798
6111
  container-type: inline-size;
5799
6112
  }
5800
6113
 
@@ -5804,10 +6117,10 @@ button.swiper-pagination-bullet {
5804
6117
  position: relative;
5805
6118
  z-index: 0;
5806
6119
  overflow: hidden;
5807
- width: 100%;
5808
- height: 100%;
5809
6120
  box-sizing: border-box;
6121
+ block-size: 100%;
5810
6122
  cursor: pointer;
6123
+ inline-size: 100%;
5811
6124
  outline: none;
5812
6125
  text-decoration: none;
5813
6126
  transition:
@@ -5829,7 +6142,7 @@ button.swiper-pagination-bullet {
5829
6142
  object-position: bottom left;
5830
6143
  }
5831
6144
 
5832
- @container (min-width: 273px) {
6145
+ @container (min-inline-size: 273px) {
5833
6146
  .promo-card-module-e2oii {
5834
6147
  --box-shadow: var(--box-shadow-heavy);
5835
6148
  }
@@ -5854,7 +6167,6 @@ button.swiper-pagination-bullet {
5854
6167
 
5855
6168
  .search-list-item-module-WXp77 {
5856
6169
  --gap: var(--space-4);
5857
- --icon-size: 20px;
5858
6170
  --clear-button-size: 32px;
5859
6171
 
5860
6172
  display: grid;
@@ -5862,7 +6174,7 @@ button.swiper-pagination-bullet {
5862
6174
  gap: var(--gap);
5863
6175
  grid-template-areas: '. . . clear';
5864
6176
  grid-template-columns:
5865
- var(--icon-size)
6177
+ min-content
5866
6178
  minmax(0, min-content) auto var(--clear-button-size);
5867
6179
  grid-template-rows: var(--clear-button-size);
5868
6180
  }
@@ -5880,11 +6192,8 @@ button.swiper-pagination-bullet {
5880
6192
  color: var(--color-brand-red);
5881
6193
  }
5882
6194
 
5883
- .search-list-item-module-WXp77 .search-list-item-module-CPrhz svg {
5884
- block-size: var(--icon-size);
5885
- color: currentcolor;
6195
+ .search-list-item-module-WXp77 .search-list-item-module-CPrhz .search-list-item-module-R3M5I {
5886
6196
  grid-area: icon;
5887
- inline-size: var(--icon-size);
5888
6197
  }
5889
6198
 
5890
6199
  .search-list-item-module-WXp77 .search-list-item-module-CPrhz .search-list-item-module--5uqN {
@@ -5976,7 +6285,7 @@ button.swiper-pagination-bullet {
5976
6285
 
5977
6286
  @media (width < 768px) {
5978
6287
  .search-content-module-w-ORq .search-content-module-bO1Q0 {
5979
- width: 100%;
6288
+ inline-size: 100%;
5980
6289
  }
5981
6290
  }
5982
6291
 
@@ -6032,12 +6341,12 @@ button.swiper-pagination-bullet {
6032
6341
 
6033
6342
  .search-content-module-qQMqH {
6034
6343
  display: flex;
6035
- width: 100%;
6036
- height: 100%;
6037
- min-height: 200px;
6038
6344
  box-sizing: border-box;
6039
6345
  align-items: center;
6040
6346
  justify-content: center;
6347
+ block-size: 100%;
6348
+ inline-size: 100%;
6349
+ min-block-size: 200px;
6041
6350
  }
6042
6351
 
6043
6352
  @media (width >= 768px) {
@@ -6054,7 +6363,7 @@ button.swiper-pagination-bullet {
6054
6363
  --card-width: 192px;
6055
6364
 
6056
6365
  left: 0;
6057
- width: auto;
6366
+ inline-size: auto;
6058
6367
  padding-inline: 22px;
6059
6368
  }
6060
6369
  }
@@ -6067,17 +6376,17 @@ button.swiper-pagination-bullet {
6067
6376
 
6068
6377
  .search-result-panel-module-KBrc9 {
6069
6378
  overflow: auto;
6070
- width: 100%;
6071
- height: calc(100dvh - var(--header-bottom) - var(--search-input-height));
6072
6379
  box-sizing: border-box;
6073
6380
  background-color: var(--color-white);
6381
+ block-size: calc(100svb - var(--header-bottom) - var(--search-input-height));
6074
6382
  box-shadow: var(--box-shadow-heavy);
6383
+ inline-size: 100%;
6075
6384
  transition: transform 0.3s ease-in-out;
6076
6385
  }
6077
6386
 
6078
6387
  @media (width >= 768px) {.search-result-panel-module-KBrc9 {
6079
6388
  overflow: hidden;
6080
- height: auto
6389
+ block-size: auto
6081
6390
  }
6082
6391
  }
6083
6392
 
@@ -6130,7 +6439,7 @@ button.swiper-pagination-bullet {
6130
6439
  }
6131
6440
 
6132
6441
  .quick-access-menu-module-Hr2Dq {
6133
- --size-vp: calc(100svh - var(--space-16) * 2);
6442
+ --size-vp: calc(100svb - var(--space-16) * 2);
6134
6443
  --size: min-content;
6135
6444
  --size-min: 224px;
6136
6445
  --size-max: min(var(--size-vp), 350px);
@@ -6205,7 +6514,7 @@ button.swiper-pagination-bullet {
6205
6514
 
6206
6515
  .connected-account-button-module-d7qyN {
6207
6516
  z-index: var(--popover-layer) !important;
6208
- max-height: none !important;
6517
+ max-block-size: none !important;
6209
6518
  outline: 0;
6210
6519
  transition: opacity var(--transition-duration-short);
6211
6520
  }
@@ -6226,73 +6535,69 @@ button.swiper-pagination-bullet {
6226
6535
  }
6227
6536
  }
6228
6537
 
6229
- .hamburger-button-module-W6FPI {
6230
- --size: 24px;
6231
- --duration: var(--transition-duration-short);
6232
- --timing-function: ease-in-out;
6233
- }
6538
+ .hamburger-button-module-W6FPI .hamburger-button-module-yrZxr {
6539
+ --icon-duration: var(--transition-duration-short);
6540
+ --icon-duration-half: calc(var(--icon-duration) / 2);
6541
+ --icon-delay: var(--icon-duration-half);
6542
+ --icon-timing-function: ease-in-out;
6234
6543
 
6235
- .hamburger-button-module-W6FPI .hamburger-button-module-2h4ML {
6236
6544
  position: relative;
6237
6545
  display: grid;
6238
6546
  box-sizing: border-box;
6239
- aspect-ratio: 1;
6547
+ block-size: 100%;
6548
+ container-type: size;
6240
6549
  cursor: pointer;
6241
6550
  grid-template-columns: 1fr;
6242
6551
  grid-template-rows: repeat(3, 1fr);
6243
- inline-size: var(--size);
6552
+ inline-size: 100%;
6244
6553
  padding-inline: 1px;
6245
6554
  place-items: center stretch;
6246
6555
  }
6247
6556
 
6248
- .hamburger-button-module-W6FPI span {
6249
- background-color: currentcolor;
6250
- block-size: 2px;
6251
- transition:
6252
- translate var(--duration) var(--duration) var(--timing-function),
6253
- rotate var(--duration) var(--timing-function),
6254
- visibility var(--duration) var(--duration) var(--timing-function);
6255
- }
6256
-
6257
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(1) {
6557
+ .hamburger-button-module-W6FPI .hamburger-button-module-yrZxr span {
6558
+ background-color: currentcolor;
6559
+ block-size: 2px;
6560
+ transition:
6561
+ translate var(--icon-duration-half) var(--icon-delay)
6562
+ var(--icon-timing-function),
6563
+ rotate var(--icon-duration-half) var(--icon-timing-function),
6564
+ visibility var(--icon-duration-half) var(--icon-delay)
6565
+ var(--icon-timing-function);
6566
+ }
6567
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(1) {
6258
6568
  rotate: 45deg;
6259
6569
  transition:
6260
- translate var(--duration) var(--timing-function),
6261
- rotate var(--duration) var(--duration) var(--timing-function);
6262
- translate: 0 calc(var(--size) / 3);
6570
+ translate var(--icon-duration-half) var(--icon-timing-function),
6571
+ rotate var(--icon-duration-half) var(--icon-delay)
6572
+ var(--icon-timing-function);
6573
+ translate: 0 calc(100cqh / 3);
6263
6574
  }
6264
-
6265
6575
  @starting-style {
6266
-
6267
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(1) {
6576
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(1) {
6268
6577
  rotate: 0deg;
6269
6578
  translate: 0 0
6270
6579
  }
6271
6580
  }
6272
-
6273
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(2) {
6274
- transition: visibility var(--duration) var(--timing-function);
6581
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(2) {
6582
+ transition: visibility var(--icon-duration-half)
6583
+ var(--icon-timing-function);
6275
6584
  visibility: hidden;
6276
6585
  }
6277
-
6278
6586
  @starting-style {
6279
-
6280
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(2) {
6587
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(2) {
6281
6588
  visibility: visible
6282
6589
  }
6283
6590
  }
6284
-
6285
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(3) {
6591
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(3) {
6286
6592
  rotate: -45deg;
6287
6593
  transition:
6288
- translate var(--duration) var(--timing-function),
6289
- rotate var(--duration) var(--duration) var(--timing-function);
6290
- translate: 0 calc(var(--size) / -3);
6594
+ translate var(--icon-duration-half) var(--icon-timing-function),
6595
+ rotate var(--icon-duration-half) var(--icon-delay)
6596
+ var(--icon-timing-function);
6597
+ translate: 0 calc(100cqh / -3);
6291
6598
  }
6292
-
6293
6599
  @starting-style {
6294
-
6295
- .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(3) {
6600
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) .hamburger-button-module-yrZxr span:nth-child(3) {
6296
6601
  rotate: 0deg;
6297
6602
  translate: 0 0
6298
6603
  }
@@ -6304,7 +6609,6 @@ button.swiper-pagination-bullet {
6304
6609
  --ml-item-minimal-height: 48px;
6305
6610
  --ml-item-inner-spacing: var(--space-12);
6306
6611
  --ml-item-outer-spacing: var(--space-16);
6307
- --ml-icon-size: 16px;
6308
6612
  --ml-min-size: 56px;
6309
6613
 
6310
6614
  position: relative;
@@ -6408,11 +6712,6 @@ button.swiper-pagination-bullet {
6408
6712
  outline: var(--focus-outline);
6409
6713
  }
6410
6714
 
6411
- .menu-list-module-eKDL9 .menu-list-module-syyw9 {
6412
- block-size: var(--ml-icon-size);
6413
- inline-size: var(--ml-icon-size);
6414
- }
6415
-
6416
6715
  /* menu list title */
6417
6716
 
6418
6717
  .menu-list-module-S08LI {
@@ -6485,7 +6784,7 @@ button.swiper-pagination-bullet {
6485
6784
  --mli-outer-spacing: var(--ml-item-outer-spacing, var(--space-16));
6486
6785
  --mli-image-size: 48px;
6487
6786
  --mli-badge-size: 24px;
6488
- --mli-icon-size: var(--ml-icon-size, 16px);
6787
+ --mli-icon-size: 12px;
6489
6788
 
6490
6789
  position: relative;
6491
6790
  z-index: 0;
@@ -6558,7 +6857,6 @@ button.swiper-pagination-bullet {
6558
6857
 
6559
6858
  .menu-list-module-4QhF4 .menu-list-module-ELekn {
6560
6859
  position: relative;
6561
- z-index: 0;
6562
6860
  aspect-ratio: 1;
6563
6861
  grid-area: imagebadge;
6564
6862
  inline-size: var(--mli-image-size);
@@ -6590,10 +6888,7 @@ button.swiper-pagination-bullet {
6590
6888
  /* stylelint-disable-next-line no-descending-specificity */
6591
6889
 
6592
6890
  .menu-list-module-4QhF4 .menu-list-module-syyw9 {
6593
- aspect-ratio: 1;
6594
- block-size: var(--mli-icon-size);
6595
6891
  grid-area: icon;
6596
- inline-size: var(--mli-icon-size);
6597
6892
  justify-self: center;
6598
6893
  }
6599
6894
 
@@ -6746,30 +7041,30 @@ button.swiper-pagination-bullet {
6746
7041
  /* TODO: wish I could get this to height auto with a max height */
6747
7042
  block-size: min(
6748
7043
  100%,
6749
- calc(100svh - var(--header-bottom) - var(--drawer-bottom-margin))
7044
+ calc(100svb - var(--header-bottom) - var(--drawer-bottom-margin))
6750
7045
  );
6751
7046
  }
6752
7047
 
6753
- .sonic-logo-module-5zzhF {
7048
+ .sonic-logo-module-9Mpdq {
6754
7049
  display: block;
6755
7050
  }
6756
7051
 
6757
- .sonic-logo-module-5zzhF,
6758
- .sonic-logo-module-5zzhF * {
7052
+ .sonic-logo-module-9Mpdq,
7053
+ .sonic-logo-module-9Mpdq * {
6759
7054
  box-sizing: border-box;
6760
7055
  }
6761
7056
 
6762
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq {
7057
+ .sonic-logo-module-9Mpdq .sonic-logo-module-PfC3z {
6763
7058
  display: block;
6764
- width: auto;
6765
- height: auto;
7059
+ block-size: auto;
7060
+ inline-size: 100%;
6766
7061
  }
6767
7062
 
6768
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-Pa7pF {
7063
+ .sonic-logo-module-9Mpdq .sonic-logo-module-PfC3z .sonic-logo-module-Pa7pF {
6769
7064
  fill: var(--color-black);
6770
7065
  }
6771
7066
 
6772
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-vTCO3 {
7067
+ .sonic-logo-module-9Mpdq .sonic-logo-module-PfC3z .sonic-logo-module-vTCO3 {
6773
7068
  fill: var(--color-brand-red);
6774
7069
  }
6775
7070
 
@@ -6777,176 +7072,202 @@ button.swiper-pagination-bullet {
6777
7072
  --height: 56px;
6778
7073
  --gutter: var(--space-12);
6779
7074
  --logo-size: 100px;
6780
- --button-size: var(--space-32);
7075
+ --button-size: var(--space-24);
6781
7076
  --duration: var(--transition-duration-short);
6782
7077
  --timing-function: ease-in-out;
6783
7078
 
6784
7079
  display: grid;
6785
7080
  overflow: hidden;
6786
7081
  block-size: 100%;
6787
- grid-template-areas:
6788
- '. hamburger logo . .'
6789
- 'p p p p p';
6790
7082
  grid-template-columns:
6791
- var(--gutter) var(--button-size) 1fr var(--button-size)
6792
- var(--gutter);
6793
- grid-template-rows: var(--height) 1fr;
6794
- }
6795
-
6796
- @media (width >= 576px) {.mobile-navigation-module-rMdS- {
6797
- --gutter: var(--space-4);
6798
- --button-size: var(--space-48)
7083
+ [header-start panel-start]
7084
+ var(--gutter)
7085
+ [hamburger-start]
7086
+ var(--button-size)
7087
+ [hamburger-end logo-start]
7088
+ 1fr
7089
+ [logo-end]
7090
+ var(--button-size)
7091
+ var(--gutter)
7092
+ [header-end panel-end];
7093
+ grid-template-rows:
7094
+ [header-start]
7095
+ var(--height)
7096
+ [header-end panel-start]
7097
+ 1fr
7098
+ [panel-end];
6799
7099
  }
6800
- }
6801
7100
 
6802
7101
  .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- {
6803
7102
  z-index: 2;
6804
7103
  display: grid;
6805
7104
  align-items: center;
6806
7105
  border-block-end: 1px solid var(--color-brand-light-gray);
6807
- grid-column: 1 / -1;
7106
+ grid-column: header;
7107
+ grid-row: header;
6808
7108
  grid-template-columns: subgrid;
7109
+ grid-template-rows: 1fr;
6809
7110
  margin-block-end: -1px;
6810
7111
  transition: translate var(--duration) var(--timing-function);
6811
7112
  translate: 100% 0;
6812
7113
  }
6813
7114
 
6814
- .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
6815
- translate: 0 0;
6816
- }
7115
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- .mobile-navigation-module-keQoj {
7116
+ grid-column: logo;
7117
+ grid-row: 1 / -1;
7118
+ inline-size: var(--logo-size);
7119
+ justify-self: center;
7120
+ }
6817
7121
 
6818
- @starting-style {
7122
+ @media (width > 428px) {
6819
7123
 
6820
- .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
6821
- translate: 100% 0
6822
- }
7124
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- .mobile-navigation-module-keQoj {
7125
+ display: none
6823
7126
  }
7127
+ }
6824
7128
 
6825
- .mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
6826
- grid-area: logo;
6827
- inline-size: var(--logo-size);
6828
- justify-self: center;
6829
- }
7129
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- .mobile-navigation-module-3Z-Sl {
7130
+ display: grid;
7131
+ grid-column: hamburger;
7132
+ grid-row: 1 / -1;
7133
+ }
6830
7134
 
6831
- @media (width > 414px) {
7135
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- .mobile-navigation-module-3Z-Sl > * {
7136
+ min-inline-size: 0;
7137
+ }
6832
7138
 
6833
- .mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
6834
- display: none
7139
+ .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
7140
+ translate: 0 0;
6835
7141
  }
6836
- }
6837
7142
 
6838
- .mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl {
6839
- display: grid;
6840
- grid-area: hamburger;
6841
- }
7143
+ @starting-style {
6842
7144
 
6843
- .mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl > * {
6844
- min-inline-size: 0;
7145
+ .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
7146
+ translate: 100% 0
7147
+ }
6845
7148
  }
6846
7149
 
6847
7150
  .mobile-navigation-module-rMdS- .mobile-navigation-module-zDR9Q {
6848
7151
  z-index: 1;
6849
7152
  grid-area: p;
7153
+ grid-column: panel;
7154
+ grid-row: panel;
6850
7155
  }
6851
7156
 
6852
7157
  .mobile-navigation-drawer-module-XR23R {
6853
- inline-size: 100svw;
7158
+ inline-size: 100%;
6854
7159
  max-inline-size: 414px;
6855
7160
  }
6856
7161
 
6857
- :root {
6858
- --header-bottom: calc(
6859
- var(--announcements-height, 0px) + var(--header-height, 0px)
6860
- );
6861
- }
6862
-
6863
7162
  .header-layout-module-uGT3X {
6864
7163
  --height: 56px;
6865
7164
  --gutter: var(--space-12);
6866
7165
  --logo-size: 100px;
6867
- --button-size: var(--space-32);
7166
+ --button-size: var(--space-24);
7167
+ --button-gap: var(--space-8);
6868
7168
  --transition-duration: var(--transition-duration-short);
6869
7169
 
6870
7170
  position: relative;
6871
7171
  z-index: var(--header-layer);
6872
7172
  display: grid;
6873
- align-items: center;
6874
7173
  background-color: var(--color-white);
6875
7174
  border-block-end: 1px solid transparent;
6876
- grid-template-areas: '. hamburger search . logo actions .';
6877
7175
  grid-template-columns:
6878
- var(--gutter) var(--button-size) var(--button-size) var(--button-size)
6879
- 1fr auto var(--gutter);
7176
+ var(--gutter)
7177
+ [hamburger-start]
7178
+ var(--button-size)
7179
+ [hamburger-end]
7180
+ var(--button-gap)
7181
+ [search-start]
7182
+ var(--button-size)
7183
+ [search-end]
7184
+ var(--button-gap)
7185
+ var(--button-size)
7186
+ [logo-start]
7187
+ 1fr
7188
+ [logo-end actions-start]
7189
+ calc(var(--button-size) * 3 + var(--button-gap) * 2)
7190
+ [actions-end]
7191
+ var(--gutter);
6880
7192
  grid-template-rows: var(--height);
7193
+ place-items: center;
6881
7194
  transition: border-block-end-color 0s var(--transition-duration);
6882
7195
  }
6883
7196
 
6884
- .header-layout-module-uGT3X,
7197
+ .header-layout-module-uGT3X,
6885
7198
  .header-layout-module-uGT3X * {
6886
7199
  box-sizing: border-box;
6887
7200
  }
6888
7201
 
6889
- .header-layout-module-uGT3X .header-layout-module-oKPyL {
6890
- grid-area: logo;
7202
+ .header-layout-module-uGT3X .header-layout-module-oKPyL {
7203
+ grid-column: logo;
7204
+ grid-row: 1 / -1;
6891
7205
  inline-size: var(--logo-size);
6892
- justify-self: center;
6893
7206
  }
6894
7207
 
6895
- .header-layout-module-uGT3X .header-layout-module-biHA2 {
7208
+ .header-layout-module-uGT3X .header-layout-module-biHA2 {
6896
7209
  display: grid;
6897
- grid-area: hamburger;
7210
+ grid-column: hamburger;
7211
+ grid-row: 1 / -1;
6898
7212
  }
6899
7213
 
6900
- .header-layout-module-uGT3X .header-layout-module-biHA2 > * {
7214
+ .header-layout-module-uGT3X .header-layout-module-biHA2 > * {
6901
7215
  min-inline-size: 0;
6902
7216
  }
6903
7217
 
6904
- .header-layout-module-uGT3X .header-layout-module-fP3a6 {
7218
+ .header-layout-module-uGT3X .header-layout-module-fP3a6 {
6905
7219
  display: grid;
6906
- grid-area: search;
7220
+ grid-column: search;
7221
+ grid-row: 1 / -1;
6907
7222
  transition: opacity var(--transition-duration);
6908
7223
  }
6909
7224
 
6910
- .header-layout-module-uGT3X .header-layout-module-fP3a6 > * {
7225
+ .header-layout-module-uGT3X .header-layout-module-fP3a6 > * {
6911
7226
  min-inline-size: 0;
6912
7227
  }
6913
7228
 
6914
- .header-layout-module-uGT3X .header-layout-module-vVRTn {
7229
+ .header-layout-module-uGT3X .header-layout-module-vVRTn {
6915
7230
  display: none;
6916
- grid-area: navigation;
6917
- justify-self: center;
7231
+ grid-column: navigation;
7232
+ grid-row: 1 / -1;
6918
7233
  }
6919
7234
 
6920
- .header-layout-module-uGT3X .header-layout-module-Ux7Uj {
7235
+ .header-layout-module-uGT3X .header-layout-module-Ux7Uj {
6921
7236
  display: grid;
6922
- grid-area: actions;
7237
+ -moz-column-gap: var(--button-gap);
7238
+ column-gap: var(--button-gap);
7239
+ grid-column: actions;
7240
+ grid-row: 1 / -1;
6923
7241
  grid-template-columns: repeat(3, var(--button-size));
6924
7242
  grid-template-rows: 1fr;
6925
7243
  transition: opacity var(--transition-duration);
6926
7244
  }
6927
7245
 
6928
- .header-layout-module-uGT3X .header-layout-module-Ux7Uj > * {
6929
- min-inline-size: 0;
6930
- }
6931
-
6932
- @media (width >= 576px) {
6933
-
6934
- .header-layout-module-uGT3X {
6935
- --gutter: var(--space-4);
6936
- --button-size: var(--space-48)
7246
+ @media (width >= 576px) {.header-layout-module-uGT3X {
7247
+ --button-gap: var(--space-16)
6937
7248
  }
6938
7249
  }
6939
7250
 
6940
- @media (width >= 1024px) {
6941
-
6942
- .header-layout-module-uGT3X {
7251
+ @media (width >= 1024px) {.header-layout-module-uGT3X {
6943
7252
  --height: 96px;
6944
7253
  --gutter: var(--space-32);
7254
+ --button-gap: var(--space-24);
7255
+ --logo-size: min(100%, 135px);
6945
7256
 
6946
- grid-template-areas: '. logo navigation search actions .';
6947
- grid-template-columns: var(--gutter) auto 1fr var(--button-size) auto var(
6948
- --gutter
6949
- )
7257
+ grid-template-columns:
7258
+ var(--gutter)
7259
+ [logo-start]
7260
+ calc(var(--button-size) * 4 + var(--button-gap) * 3)
7261
+ [logo-end navigation-start]
7262
+ 1fr
7263
+ [navigation-end search-start]
7264
+ var(--button-size)
7265
+ [search-end]
7266
+ var(--button-gap)
7267
+ [actions-start]
7268
+ calc(var(--button-size) * 3 + var(--button-gap) * 2)
7269
+ [actions-end]
7270
+ var(--gutter)
6950
7271
  }
6951
7272
 
6952
7273
  .header-layout-module-uGT3X.header-layout-module-1qdd6 {
@@ -6954,6 +7275,10 @@ button.swiper-pagination-bullet {
6954
7275
  transition: border-block-end-color 0s;
6955
7276
  }
6956
7277
 
7278
+ .header-layout-module-uGT3X .header-layout-module-oKPyL {
7279
+ justify-self: start;
7280
+ }
7281
+
6957
7282
  .header-layout-module-uGT3X .header-layout-module-biHA2 {
6958
7283
  display: none;
6959
7284
  }
@@ -6996,7 +7321,7 @@ button.swiper-pagination-bullet {
6996
7321
  color: var(--color-brand-red);
6997
7322
  }
6998
7323
 
6999
- .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj .navigation-link-list-module-QiKiA {
7324
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj .navigation-link-list-module-jcogX {
7000
7325
  flex-shrink: 0;
7001
7326
  margin-inline-start: var(--space-4);
7002
7327
  transition: rotate var(--transition-duration-short);
@@ -7006,101 +7331,128 @@ button.swiper-pagination-bullet {
7006
7331
  color: var(--color-brand-red);
7007
7332
  }
7008
7333
 
7009
- .navigation-link-list-module-Ku9Sa .navigation-link-list-module-jDgf0 .navigation-link-list-module-kj0Rj .navigation-link-list-module-QiKiA {
7334
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-jDgf0 .navigation-link-list-module-kj0Rj .navigation-link-list-module-jcogX {
7010
7335
  rotate: 180deg;
7011
7336
  }
7012
7337
 
7338
+ :root {
7339
+ --header-top: var(--announcements-bottom, 0px);
7340
+ --header-bottom: calc(var(--header-top) + var(--header-height, 0px));
7341
+ }
7342
+
7013
7343
  .header-module--VpOI {
7014
7344
  position: relative;
7015
7345
  z-index: var(--header-layer);
7016
7346
  }
7017
7347
 
7018
- .header-module--VpOI.header-module-Zh4pu {
7348
+ .header-module--VpOI.header-module-Zh4pu {
7019
7349
  position: sticky;
7020
- top: var(--announcements-bottom);
7350
+ top: var(--header-top);
7021
7351
  }
7022
7352
 
7023
7353
  .center-module-Cr7hx {
7024
7354
  display: grid;
7025
- width: 100%;
7026
- height: 100%;
7027
- min-height: inherit;
7028
7355
  align-items: center;
7356
+ block-size: 100%;
7357
+ inline-size: 100%;
7358
+ min-block-size: inherit;
7029
7359
  place-content: center center;
7030
7360
  }
7031
7361
 
7362
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9 {
7363
+ display: block;
7364
+ padding: var(--space-12);
7365
+ }
7366
+
7367
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9:nth-child(odd) {
7368
+ background-color: var(--color-brand-light-gray);
7369
+ }
7370
+
7371
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9 a {
7372
+ display: flex;
7373
+ flex-direction: row;
7374
+ align-items: center;
7375
+ color: var(--color-brand-black);
7376
+ gap: 5px;
7377
+ overflow-wrap: anywhere;
7378
+ text-decoration: none;
7379
+ }
7380
+
7381
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9 a:hover {
7382
+ color: var(--color-brand-red);
7383
+ }
7384
+
7385
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9 a:focus-visible {
7386
+ outline: var(--focus-outline);
7387
+ }
7388
+
7389
+ .download-document-list-module-W8OzR .download-document-list-module-RcGX9 .download-document-list-module-sxHwt {
7390
+ flex-shrink: 0;
7391
+ }
7392
+
7032
7393
  .feature-list-module-cxc8U {
7033
7394
  display: grid;
7395
+ margin: 0;
7034
7396
  grid-template-columns: auto minmax(50%, 1fr);
7397
+ text-wrap: pretty;
7035
7398
  }
7036
7399
 
7037
7400
  .feature-list-module-cxc8U .feature-list-module-tTJ2r {
7038
- display: contents;
7401
+ display: grid;
7402
+ grid-column: 1 / -1;
7403
+ grid-template-columns: subgrid;
7039
7404
  }
7040
7405
 
7041
- .feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) * {
7406
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) {
7042
7407
  background-color: var(--color-brand-light-gray);
7043
7408
  }
7044
7409
 
7045
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD {
7046
- color: var(--color-brand-dark-gray);
7047
- line-height: 24px;
7048
- padding-block: 12px;
7049
- padding-inline: 14px;
7050
- }
7051
-
7052
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
7053
- padding: 0;
7054
- }
7055
-
7056
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj {
7410
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-oTxSc {
7057
7411
  font-weight: bold;
7058
7412
  }
7059
7413
 
7060
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj.feature-list-module-deI1- {
7414
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-oTxSc.feature-list-module-deI1- {
7061
7415
  text-align: right;
7062
7416
  }
7063
7417
 
7064
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 {
7418
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ {
7065
7419
  display: flex;
7066
7420
  flex-direction: column;
7421
+ margin: 0;
7067
7422
  }
7068
7423
 
7069
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1.feature-list-module-deI1- {
7424
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ.feature-list-module-deI1- {
7070
7425
  align-items: flex-end;
7071
7426
  text-align: right;
7072
7427
  }
7073
7428
 
7074
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-ojZvf {
7075
- color: var(--color-status-available);
7076
- }
7429
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ .feature-list-module-ojZvf {
7430
+ flex-shrink: 0;
7431
+ color: var(--color-status-available);
7432
+ }
7077
7433
 
7078
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-4IjrA {
7079
- color: var(--color-status-unavailable);
7080
- }
7434
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ .feature-list-module-4IjrA {
7435
+ flex-shrink: 0;
7436
+ color: var(--color-status-unavailable);
7437
+ }
7081
7438
 
7082
- .download-document-list-module-Z023h {
7083
- display: flex;
7084
- flex-direction: row;
7085
- align-items: center;
7086
- color: var(--color-brand-black);
7087
- gap: 5px;
7088
- }
7439
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-oTxSc,
7440
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ {
7441
+ padding: var(--space-12);
7442
+ color: var(--color-brand-dark-gray);
7443
+ line-height: 1.5;
7444
+ }
7089
7445
 
7090
- .download-document-list-module-Z023h a {
7091
- color: var(--color-brand-dark-gray);
7092
- text-decoration: none;
7093
- }
7446
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-oTxSc:empty, .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-G4eVJ:empty {
7447
+ padding: 0;
7448
+ }
7094
7449
 
7095
- .download-document-list-module-Z023h a:hover {
7096
- color: var(--color-brand-red);
7450
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-gP5DL {
7451
+ -webkit-user-select: all;
7452
+ -moz-user-select: all;
7453
+ user-select: all;
7097
7454
  }
7098
7455
 
7099
- .download-document-list-module-Z023h svg {
7100
- width: 20px;
7101
- height: 20px;
7102
- }
7103
-
7104
7456
  .orderline-list-module-v-FqO {
7105
7457
  container-type: inline-size;
7106
7458
  }
@@ -7117,11 +7469,6 @@ button.swiper-pagination-bullet {
7117
7469
  margin: 0;
7118
7470
  }
7119
7471
 
7120
- .orderline-list-module-v-FqO .orderline-list-module-JTZK3 .orderline-list-module-2WpLl svg {
7121
- width: 16px;
7122
- height: 16px;
7123
- }
7124
-
7125
7472
  .orderline-list-module-v-FqO .orderline-list-module-5COK6 {
7126
7473
  display: grid;
7127
7474
  padding: 0;
@@ -7157,9 +7504,9 @@ button.swiper-pagination-bullet {
7157
7504
 
7158
7505
  .blank-page-spacer-module-lXxle {
7159
7506
  display: grid;
7160
- width: 100%;
7161
- height: calc(100dvh - var(--header-bottom));
7162
7507
  background-color: var(--color-white);
7508
+ block-size: calc(100svb - var(--header-bottom));
7509
+ inline-size: 100%;
7163
7510
  place-items: center;
7164
7511
  }
7165
7512
 
@@ -7190,7 +7537,7 @@ button.swiper-pagination-bullet {
7190
7537
  grid-column: 1;
7191
7538
  grid-row: 1;
7192
7539
  inset: 0;
7193
- max-block-size: 100svh;
7540
+ max-block-size: 100svb;
7194
7541
  min-block-size: var(--indicator-min-size);
7195
7542
  opacity: 0;
7196
7543
  pointer-events: none;
@@ -7233,9 +7580,9 @@ button.swiper-pagination-bullet {
7233
7580
 
7234
7581
  .images-grid-module-i5868 .images-grid-module-nY9-n {
7235
7582
  display: flex;
7236
- width: 100%;
7237
7583
  aspect-ratio: 1 / 1;
7238
7584
  background-color: var(--color-brand-light-gray);
7585
+ inline-size: 100%;
7239
7586
  }
7240
7587
 
7241
7588
  .images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
@@ -7284,8 +7631,8 @@ button.swiper-pagination-bullet {
7284
7631
  .image-lightbox-module-9k3oJ {
7285
7632
  --thumb-size: 80px;
7286
7633
 
7287
- width: 100%;
7288
7634
  gap: var(--space-16);
7635
+ inline-size: 100%;
7289
7636
  }
7290
7637
 
7291
7638
  .image-lightbox-module-9k3oJ,
@@ -7298,14 +7645,14 @@ button.swiper-pagination-bullet {
7298
7645
  }
7299
7646
 
7300
7647
  .image-lightbox-module-9k3oJ .image-lightbox-module-K5Gd0 {
7301
- width: auto;
7648
+ inline-size: auto;
7302
7649
  }
7303
7650
 
7304
7651
  .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi {
7305
7652
  all: unset;
7306
- width: 100%;
7307
7653
  aspect-ratio: 1;
7308
7654
  cursor: zoom-in;
7655
+ inline-size: 100%;
7309
7656
  }
7310
7657
 
7311
7658
  .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi,
@@ -7319,11 +7666,11 @@ button.swiper-pagination-bullet {
7319
7666
  }
7320
7667
 
7321
7668
  .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT {
7322
- width: var(--thumb-size);
7323
- height: var(--thumb-size);
7324
7669
  border: 2px solid transparent;
7325
7670
  margin: auto;
7671
+ block-size: var(--thumb-size);
7326
7672
  cursor: pointer;
7673
+ inline-size: var(--thumb-size);
7327
7674
  transition: border-color 0.2s ease;
7328
7675
  }
7329
7676
 
@@ -7341,8 +7688,8 @@ button.swiper-pagination-bullet {
7341
7688
  z-index: 1;
7342
7689
  bottom: 20px;
7343
7690
  left: 50%;
7344
- width: -moz-fit-content;
7345
- width: fit-content;
7691
+ inline-size: -moz-fit-content;
7692
+ inline-size: fit-content;
7346
7693
  transform: translateX(-50%);
7347
7694
  }
7348
7695
 
@@ -7361,8 +7708,8 @@ button.swiper-pagination-bullet {
7361
7708
  }
7362
7709
 
7363
7710
  .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-hAy3O {
7364
- max-width: 640px;
7365
7711
  justify-self: center;
7712
+ max-inline-size: 640px;
7366
7713
  }
7367
7714
 
7368
7715
  .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-Xbxcn {
@@ -7370,7 +7717,7 @@ button.swiper-pagination-bullet {
7370
7717
  }
7371
7718
 
7372
7719
  .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-K5Gd0 {
7373
- height: auto;
7720
+ block-size: auto;
7374
7721
  }
7375
7722
 
7376
7723
  .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-RP7KS {
@@ -7390,7 +7737,7 @@ button.swiper-pagination-bullet {
7390
7737
 
7391
7738
  @media (width >= 1440px) {
7392
7739
  .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-hAy3O {
7393
- max-width: 768px;
7740
+ max-inline-size: 768px;
7394
7741
  }
7395
7742
  }
7396
7743
 
@@ -7406,14 +7753,14 @@ button.swiper-pagination-bullet {
7406
7753
  .zoom-image-module-taKeI .zoom-image-module-ZASH- {
7407
7754
  display: grid;
7408
7755
  overflow: auto;
7409
- width: 100%;
7410
- height: 100%;
7756
+ block-size: 100%;
7757
+ inline-size: 100%;
7411
7758
  place-items: center;
7412
7759
  }
7413
7760
 
7414
7761
  .zoom-image-module-taKeI .zoom-image-module-ZASH- .zoom-image-module-D3Aa- {
7415
- width: 100%;
7416
- height: auto;
7762
+ block-size: auto;
7763
+ inline-size: 100%;
7417
7764
  -o-object-fit: contain;
7418
7765
  object-fit: contain;
7419
7766
  }
@@ -7433,20 +7780,21 @@ button.swiper-pagination-bullet {
7433
7780
 
7434
7781
  .add-to-favorite-dialog-module-ZAuzE {
7435
7782
  display: flex;
7436
- min-height: 66px;
7437
7783
  align-items: center;
7438
7784
  justify-content: center;
7439
7785
  font-weight: bold;
7440
7786
  gap: 1rem;
7787
+ min-block-size: 66px;
7441
7788
  }
7442
7789
 
7443
7790
  .announcement-module-Xi0L5 {
7444
7791
  --z: 1;
7445
7792
  --icon-color: currentcolor;
7446
- --close-button-size: var(--space-48);
7793
+ --close-button-size: var(--space-20);
7447
7794
  --background-color: var(--color-white);
7448
7795
  --text-color: var(--color-brand-dark-gray);
7449
7796
  --border-color: var(--color-brand-light-gray);
7797
+ --font-size: var(--font-size-12);
7450
7798
  }
7451
7799
 
7452
7800
  .announcement-module-Xi0L5,
@@ -7466,18 +7814,26 @@ button.swiper-pagination-bullet {
7466
7814
  border-block: 1px solid var(--border-color);
7467
7815
  color: var(--text-color);
7468
7816
  font-family: var(--font-family-sonic);
7469
- font-size: var(--font-size-base);
7817
+ font-size: var(--font-size);
7470
7818
  font-style: italic;
7471
- line-height: 1;
7819
+ line-height: 1.1;
7820
+ }
7821
+
7822
+ @media (width >= 576px) {.announcement-module-Xi0L5 {
7823
+ --font-size: var(--font-size-16)
7472
7824
  }
7825
+ }
7473
7826
 
7474
7827
  .announcement-module-Xi0L5 .announcement-module-4XVjD {
7475
7828
  display: grid;
7476
7829
  align-items: center;
7477
- grid-template-areas: 'icon content close';
7478
- grid-template-columns: var(--close-button-size) 1fr var(--close-button-size);
7479
- grid-template-rows: minmax(var(--close-button-size), min-content);
7830
+ grid-template-areas: 'icon . content close';
7831
+ grid-template-columns: var(--close-button-size) var(--space-8) 1fr var(
7832
+ --close-button-size
7833
+ );
7834
+ grid-template-rows: minmax(3em, min-content);
7480
7835
  inline-size: 100%;
7836
+ padding-inline: var(--space-8) 0;
7481
7837
  }
7482
7838
 
7483
7839
  @media (width >= 576px) {
@@ -7486,7 +7842,8 @@ button.swiper-pagination-bullet {
7486
7842
  grid-template-areas: '. . icon . content . close';
7487
7843
  grid-template-columns:
7488
7844
  var(--close-button-size) 1fr var(--space-24) var(--space-8)
7489
- minmax(0, max-content) 1fr var(--close-button-size)
7845
+ minmax(0, max-content) 1fr var(--close-button-size);
7846
+ padding-inline: var(--space-8)
7490
7847
  }
7491
7848
  }
7492
7849
 
@@ -7505,39 +7862,28 @@ button.swiper-pagination-bullet {
7505
7862
  grid-area: content;
7506
7863
  }
7507
7864
 
7508
- @media (width >= 576px) {
7509
-
7510
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
7511
- display: flex;
7512
- flex-flow: row wrap
7513
- }
7514
- }
7515
-
7516
7865
  .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK {
7517
- flex-shrink: 1;
7518
- margin: 0;
7519
- font-size: var(--font-size-base);
7866
+ display: inline;
7867
+ font: inherit;
7520
7868
  font-weight: var(--font-weight-black);
7869
+ margin-block: 0;
7521
7870
  text-transform: uppercase;
7522
7871
  }
7523
7872
 
7524
- @media (width >= 576px) {
7525
-
7526
7873
  .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK:has(+ .announcement-module--Bhqj, + .announcement-module-yXGsN)::after {
7527
- content: '-';
7528
- font-weight: var(--font-weight-normal);
7529
- margin-inline: var(--space-4)
7874
+ content: '-';
7875
+ font-weight: var(--font-weight-normal);
7876
+ margin-inline: var(--space-4);
7530
7877
  }
7531
- }
7532
7878
 
7533
7879
  .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-yXGsN {
7534
- flex-shrink: 1;
7880
+ display: inline-block;
7535
7881
  margin: 0;
7536
7882
  }
7537
7883
 
7538
7884
  .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj {
7539
7885
  position: static;
7540
- flex-shrink: 1;
7886
+ display: inline-flex;
7541
7887
  color: currentcolor;
7542
7888
  gap: 0;
7543
7889
  }
@@ -7553,6 +7899,12 @@ button.swiper-pagination-bullet {
7553
7899
  inset: 0;
7554
7900
  }
7555
7901
 
7902
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj svg {
7903
+ block-size: 0.75em;
7904
+ inline-size: 0.75em;
7905
+ margin-inline-start: 0.125em;
7906
+ }
7907
+
7556
7908
  .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-gZ9ae {
7557
7909
  z-index: 1;
7558
7910
  grid-area: close;
@@ -7579,22 +7931,28 @@ button.swiper-pagination-bullet {
7579
7931
  --border-color: var(--color-white);
7580
7932
  }
7581
7933
 
7582
- .announcement-module-Xi0L5:where(.announcement-module-E6DqW):has([href]):hover {
7583
- --background-color: var(--color-brand-dark-red);
7584
- }
7585
-
7586
7934
  :root {
7587
- --announcements-bottom: var(--announcements-height);
7935
+ --announcements-top: var(--clselector-bottom, 0px);
7936
+ --announcements-bottom: calc(
7937
+ var(--announcements-top) + var(--announcements-height, 0px)
7938
+ );
7588
7939
  }
7589
7940
 
7590
7941
  .announcement-list-module-Nn6HC {
7591
7942
  position: relative;
7592
7943
  z-index: var(--announcements-layer);
7944
+ block-size: 0;
7945
+ visibility: hidden;
7593
7946
  }
7594
7947
 
7948
+ .announcement-list-module-Nn6HC.announcement-list-module-1N1Xa {
7949
+ block-size: auto;
7950
+ visibility: visible;
7951
+ }
7952
+
7595
7953
  .announcement-list-module-Nn6HC.announcement-list-module-icXq8 {
7596
7954
  position: sticky;
7597
- top: 0;
7955
+ inset-block-start: var(--announcements-top);
7598
7956
  }
7599
7957
 
7600
7958
  .announcement-list-module-Nn6HC .announcement-list-module-cgFNU {
@@ -7608,18 +7966,18 @@ button.swiper-pagination-bullet {
7608
7966
 
7609
7967
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
7610
7968
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
7611
- transition: all var(--transition-duration-short) linear;
7969
+ transition: all var(--transition-duration-short) ease;
7612
7970
  }
7613
7971
 
7614
7972
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
7615
7973
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0.announcement-list-module-dUOEB {
7616
7974
  z-index: -1;
7617
- height: 0;
7975
+ block-size: 0;
7618
7976
  }
7619
7977
 
7620
7978
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi.announcement-list-module-1Rfn0,
7621
7979
  .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
7622
- height: auto;
7980
+ block-size: auto;
7623
7981
  }
7624
7982
 
7625
7983
  .change-password-module-hSjXo {
@@ -7635,7 +7993,7 @@ button.swiper-pagination-bullet {
7635
7993
  }
7636
7994
 
7637
7995
  .sign-in-page-layout-module-Z1oE2 {
7638
- --layout-width: var(--page-container-max-layout-width, 100vw);
7996
+ --layout-width: var(--page-container-max-layout-width, 100svi);
7639
7997
  --padding-inline: var(--page-container-padding-inline, 10px);
7640
7998
  --content-width-min: 270px;
7641
7999
  --gutter-width: minmax(22px, 1fr);
@@ -7646,7 +8004,7 @@ button.swiper-pagination-bullet {
7646
8004
  --side-height-max: calc(100svb);
7647
8005
  --side-breakout: min(
7648
8006
  var(--breakout-minimum),
7649
- calc((100vw - var(--layout-width)) * -0.5)
8007
+ calc((100svi - var(--layout-width)) * -0.5)
7650
8008
  );
7651
8009
  --breakout-minimum: calc(var(--padding-inline) * -1);
7652
8010
 
@@ -7755,7 +8113,7 @@ button.swiper-pagination-bullet {
7755
8113
  }
7756
8114
 
7757
8115
  .checkout-page-layout-module-lULV3 {
7758
- --layout-width: var(--page-container-max-width, 100svw);
8116
+ --layout-width: var(--page-container-max-width, 100svi);
7759
8117
  --padding-inline: var(--page-container-padding-inline, 10px);
7760
8118
  --padding-block-end: var(--space-10);
7761
8119
 
@@ -7783,9 +8141,9 @@ button.swiper-pagination-bullet {
7783
8141
  }
7784
8142
 
7785
8143
  .checkout-page-layout-module-lULV3 .checkout-page-layout-module-430Iq {
7786
- max-width: var(--page-container-max-width);
7787
8144
  margin-top: var(--space-16);
7788
8145
  margin-bottom: var(--space-24);
8146
+ max-inline-size: var(--page-container-max-width);
7789
8147
  }
7790
8148
 
7791
8149
  .checkout-page-layout-module-lULV3 .checkout-page-layout-module-wGAXb {
@@ -7794,18 +8152,18 @@ button.swiper-pagination-bullet {
7794
8152
  top: var(--header-bottom);
7795
8153
  right: 0;
7796
8154
  left: 0;
7797
- width: 100%;
7798
8155
  box-sizing: border-box;
7799
8156
  padding: 16px calc(2 * var(--padding-inline));
7800
8157
  margin: auto;
7801
8158
  background-color: var(--color-white);
8159
+ inline-size: 100%;
7802
8160
  }
7803
8161
 
7804
8162
  @media (width >= 768px) {
7805
8163
 
7806
8164
  .checkout-page-layout-module-lULV3 .checkout-page-layout-module-wGAXb {
7807
- max-width: calc(var(--layout-width) - (2 * var(--padding-inline)));
7808
- padding: 16px 0
8165
+ padding: 16px 0;
8166
+ max-inline-size: calc(var(--layout-width) - (2 * var(--padding-inline)))
7809
8167
  }
7810
8168
  }
7811
8169
 
@@ -7893,17 +8251,17 @@ button.swiper-pagination-bullet {
7893
8251
 
7894
8252
  .page-container-module-eFYSe .page-container-module-WfQXa {
7895
8253
  grid-area: breadcrumbs;
7896
- padding-block: var(--space-24);
8254
+ padding-block-start: var(--space-24);
7897
8255
  }
7898
8256
 
7899
8257
  .page-container-module-eFYSe .page-container-module-GKN5s {
7900
8258
  grid-area: title;
7901
- padding-block-end: var(--space-44);
8259
+ padding-block: var(--space-24);
7902
8260
  }
7903
8261
 
7904
8262
  .page-container-module-eFYSe .page-container-module-r0SOZ {
7905
8263
  grid-area: content;
7906
- padding-block-end: var(--space-64);
8264
+ padding-block: var(--space-24) var(--space-64);
7907
8265
  }
7908
8266
 
7909
8267
  @media (width >= 1440px) {
@@ -8000,10 +8358,10 @@ button.swiper-pagination-bullet {
8000
8358
  top: 0;
8001
8359
  right: calc(-1 * (0.5 * var(--gap)));
8002
8360
  display: block;
8003
- width: 1px;
8004
- height: 100%;
8005
8361
  background-color: var(--color-brand-light-gray);
8362
+ block-size: 100%;
8006
8363
  content: '';
8364
+ inline-size: 1px;
8007
8365
  }
8008
8366
 
8009
8367
  .checkout-page-section-module-zyovs {
@@ -8037,12 +8395,12 @@ button.swiper-pagination-bullet {
8037
8395
  }
8038
8396
 
8039
8397
  .checkout-page-section-module-zyovs .checkout-page-section-module-ZkhMj .checkout-page-section-module-24DRv {
8040
- max-width: unset;
8398
+ max-inline-size: unset;
8041
8399
  }
8042
8400
 
8043
8401
  @media (width >= 1440px) {
8044
8402
  .checkout-page-section-module-zyovs .checkout-page-section-module-ZkhMj:not(.checkout-page-section-module-24DRv) {
8045
- max-width: 520px;
8403
+ max-inline-size: 520px;
8046
8404
  }
8047
8405
  }
8048
8406
 
@@ -8097,7 +8455,7 @@ button.swiper-pagination-bullet {
8097
8455
  .payment-module-gtAqD .payment-module-fP31W {
8098
8456
  display: flex;
8099
8457
  margin-top: var(--space-8);
8100
- gap: var(--space-8);
8458
+ gap: var(--space-4);
8101
8459
  }
8102
8460
 
8103
8461
  .highlight-text-module-e6Irk {
@@ -8218,7 +8576,7 @@ button.swiper-pagination-bullet {
8218
8576
  flex-wrap: wrap;
8219
8577
  align-items: center;
8220
8578
  margin-bottom: var(--space-12);
8221
- gap: var(--space-8);
8579
+ gap: var(--space-4);
8222
8580
  }
8223
8581
 
8224
8582
  .readonly-address-module-1hAQK {
@@ -8307,14 +8665,14 @@ button.swiper-pagination-bullet {
8307
8665
  }
8308
8666
 
8309
8667
  .change-customer-module-P7ouY .change-customer-module-lxmBJ {
8310
- width: 16px;
8311
- height: 16px;
8668
+ block-size: 1rem;
8669
+ inline-size: 1rem;
8312
8670
  }
8313
8671
 
8314
8672
  .change-customer-module-P7ouY [slot='label'] {
8315
8673
  display: flex;
8316
- width: 100%;
8317
8674
  flex-direction: column;
8675
+ inline-size: 100%;
8318
8676
  }
8319
8677
 
8320
8678
  .change-customer-module-P7ouY [slot='label'] .change-customer-module-DSVPN {
@@ -8360,8 +8718,8 @@ button.swiper-pagination-bullet {
8360
8718
  }
8361
8719
 
8362
8720
  .change-customer-dialog-module-O6oOS .change-customer-dialog-module-OP23q {
8363
- width: 300px;
8364
- height: 400px;
8721
+ block-size: 400px;
8722
+ inline-size: 300px;
8365
8723
  }
8366
8724
 
8367
8725
  .create-ship-to-address-module--IJ52 {
@@ -8454,7 +8812,7 @@ button.swiper-pagination-bullet {
8454
8812
  grid-template-rows: minmax(0, min-content) 1fr;
8455
8813
  }
8456
8814
 
8457
- @container (min-width: 740px) {.upload-order-module-m3QNF {
8815
+ @container (min-inline-size: 740px) {.upload-order-module-m3QNF {
8458
8816
  gap: var(--space-20);
8459
8817
  grid-template-areas:
8460
8818
  'introduction instructions'
@@ -8463,7 +8821,7 @@ button.swiper-pagination-bullet {
8463
8821
  }
8464
8822
  }
8465
8823
 
8466
- @container (min-width: 1040px) {.upload-order-module-m3QNF {
8824
+ @container (min-inline-size: 1040px) {.upload-order-module-m3QNF {
8467
8825
  gap: var(--space-20) var(--space-40)
8468
8826
  }
8469
8827
  }
@@ -9062,7 +9420,7 @@ button.swiper-pagination-bullet {
9062
9420
  scroll-margin-block-start: var(--scroll-margin-block-start, 0);
9063
9421
  }
9064
9422
 
9065
- @container (min-width: 636px) {
9423
+ @container (min-inline-size: 636px) {
9066
9424
 
9067
9425
  .connected-address-book-widget-module-Xd9WN .connected-address-book-widget-module-9mOgI {
9068
9426
  --scroll-margin-block-start: calc(
@@ -9295,16 +9653,16 @@ button.swiper-pagination-bullet {
9295
9653
  }
9296
9654
 
9297
9655
  .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-0uf92 {
9298
- height: 100%;
9299
9656
  align-self: flex-start;
9300
9657
  margin-bottom: var(--space-16);
9658
+ block-size: 100%;
9301
9659
  }
9302
9660
 
9303
9661
  .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-3-19O {
9304
9662
  position: sticky;
9305
9663
  top: calc(var(--header-bottom) + var(--space-8));
9306
- height: -moz-fit-content;
9307
- height: fit-content;
9664
+ block-size: -moz-fit-content;
9665
+ block-size: fit-content;
9308
9666
  }
9309
9667
 
9310
9668
  .product-details-page-layout-module-pPtZX .product-details-page-layout-module-lfAgH {
@@ -9317,14 +9675,14 @@ button.swiper-pagination-bullet {
9317
9675
  .product-details-page-layout-module-pPtZX .product-details-page-layout-module-e8ZNQ {
9318
9676
  position: relative;
9319
9677
  left: -10px;
9320
- width: 100dvw;
9678
+ inline-size: 100svi;
9321
9679
  }
9322
9680
 
9323
9681
  @media (width >= 768px) {
9324
9682
  .product-details-page-layout-module-pPtZX .product-details-page-layout-module-e8ZNQ {
9325
9683
  position: relative;
9326
9684
  left: auto;
9327
- width: auto;
9685
+ inline-size: auto;
9328
9686
  }
9329
9687
  }
9330
9688
 
@@ -9349,12 +9707,12 @@ button.swiper-pagination-bullet {
9349
9707
 
9350
9708
  .product-detail-images-module-ERzjA {
9351
9709
  display: flex;
9352
- width: 100%;
9353
- height: 100%;
9354
9710
  box-sizing: border-box;
9355
9711
  align-items: center;
9356
9712
  justify-content: center;
9357
9713
  padding: 64px 48px;
9714
+ block-size: 100%;
9715
+ inline-size: 100%;
9358
9716
  }
9359
9717
 
9360
9718
  .product-detail-images-module-cdIHn {
@@ -9389,9 +9747,9 @@ button.swiper-pagination-bullet {
9389
9747
 
9390
9748
  .product-details-panel-module-MXfPm .product-details-panel-module-wHZCr {
9391
9749
  display: flex;
9392
- width: 100%;
9393
9750
  align-items: flex-end;
9394
9751
  justify-content: space-between;
9752
+ inline-size: 100%;
9395
9753
  }
9396
9754
 
9397
9755
  .product-details-panel-module-MXfPm .product-details-panel-module-wHZCr .product-details-panel-module-dI2JL {
@@ -9401,23 +9759,14 @@ button.swiper-pagination-bullet {
9401
9759
  .product-details-panel-module-MXfPm .product-details-panel-module-wHZCr .product-details-panel-module-QLafW {
9402
9760
  display: flex;
9403
9761
  align-items: center;
9762
+ gap: var(--space-8);
9404
9763
  }
9405
9764
 
9406
9765
  .product-details-panel-module-MXfPm .product-details-panel-module-9L-Nm {
9407
9766
  margin-top: var(--space-12);
9408
9767
  color: var(--color-brand-dark-gray);
9409
- font-size: 16px;
9410
- font-stretch: normal;
9411
- font-style: normal;
9412
- font-weight: normal;
9413
- letter-spacing: normal;
9414
- line-height: 1.5;
9415
9768
  }
9416
9769
 
9417
- .product-details-panel-module-MXfPm .product-details-panel-module-9L-Nm p {
9418
- margin: 0;
9419
- }
9420
-
9421
9770
  .product-details-panel-module-MXfPm .product-details-panel-module-NC2nx {
9422
9771
  margin-top: var(--space-16);
9423
9772
  margin-bottom: var(--space-24);
@@ -9433,32 +9782,32 @@ button.swiper-pagination-bullet {
9433
9782
  .promo-banner-module-yuVEO {
9434
9783
  position: relative;
9435
9784
  display: block;
9436
- height: 122px;
9785
+ block-size: 122px;
9437
9786
  }
9438
9787
 
9439
9788
  .promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
9440
- width: 250px;
9789
+ inline-size: 250px;
9441
9790
  }
9442
9791
 
9443
9792
  .promo-banner-module-yuVEO.promo-banner-module-CSkIw {
9444
- width: 310px;
9793
+ inline-size: 310px;
9445
9794
  }
9446
9795
 
9447
9796
  .promo-banner-module-yuVEO picture {
9448
- width: 100%;
9797
+ inline-size: 100%;
9449
9798
  }
9450
9799
 
9451
9800
  .promo-banner-module-yuVEO picture img {
9452
- width: 100%;
9801
+ inline-size: 100%;
9453
9802
  }
9454
9803
 
9455
9804
  @media (width >= 768px) {.promo-banner-module-yuVEO {
9456
- height: 230px
9805
+ block-size: 230px
9457
9806
  }
9458
9807
 
9459
9808
  .promo-banner-module-yuVEO.promo-banner-module-CSkIw,
9460
9809
  .promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
9461
- width: auto;
9810
+ inline-size: auto;
9462
9811
  }
9463
9812
  }
9464
9813
 
@@ -9515,13 +9864,10 @@ button.swiper-pagination-bullet {
9515
9864
  translate: -100% 0;
9516
9865
  }
9517
9866
  .sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC {
9867
+ margin: var(--space-8);
9518
9868
  grid-area: header;
9519
9869
  justify-self: end;
9520
9870
  }
9521
- .sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC svg {
9522
- block-size: var(--space-32);
9523
- inline-size: var(--space-32);
9524
- }
9525
9871
  .sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-83z7V {
9526
9872
  overflow: hidden auto;
9527
9873
  grid-area: content;
@@ -9555,12 +9901,12 @@ button.swiper-pagination-bullet {
9555
9901
  }
9556
9902
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J,
9557
9903
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
9558
- width: 100%;
9904
+ inline-size: 100%;
9559
9905
  }
9560
9906
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J > *, .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg > * {
9561
9907
  display: flex;
9562
- width: 100%;
9563
9908
  justify-content: center;
9909
+ inline-size: 100%;
9564
9910
  }
9565
9911
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3Jtw- {
9566
9912
  order: 2;
@@ -9596,11 +9942,11 @@ button.swiper-pagination-bullet {
9596
9942
 
9597
9943
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J,
9598
9944
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
9599
- width: initial;
9945
+ inline-size: initial;
9600
9946
  }
9601
9947
 
9602
9948
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J > *, .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg > * {
9603
- width: initial;
9949
+ inline-size: initial;
9604
9950
  }
9605
9951
 
9606
9952
  .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J {
@@ -9644,12 +9990,12 @@ button.swiper-pagination-bullet {
9644
9990
  }
9645
9991
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo,
9646
9992
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN {
9647
- width: 100%;
9993
+ inline-size: 100%;
9648
9994
  }
9649
9995
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo > *, .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN > * {
9650
9996
  display: flex;
9651
- width: 100%;
9652
9997
  justify-content: center;
9998
+ inline-size: 100%;
9653
9999
  }
9654
10000
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-rhDU1 {
9655
10001
  order: 2;
@@ -9685,11 +10031,11 @@ button.swiper-pagination-bullet {
9685
10031
 
9686
10032
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo,
9687
10033
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN {
9688
- width: initial;
10034
+ inline-size: initial;
9689
10035
  }
9690
10036
 
9691
10037
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo > *, .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN > * {
9692
- width: initial;
10038
+ inline-size: initial;
9693
10039
  }
9694
10040
 
9695
10041
  .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo {
@@ -9762,7 +10108,7 @@ button.swiper-pagination-bullet {
9762
10108
  }
9763
10109
 
9764
10110
  .sidebar-provider-module-rjeCL.sidebar-provider-module-C0cKR {
9765
- --transition-duration: 0.3s;
10111
+ --transition-duration: var(--transition-duration-short);
9766
10112
  }
9767
10113
 
9768
10114
  :root {
@@ -10538,18 +10884,18 @@ button.swiper-pagination-bullet {
10538
10884
  right: auto;
10539
10885
  left: auto;
10540
10886
  display: flex;
10541
- width: 100vw;
10542
10887
  flex-direction: column;
10543
10888
  align-items: center;
10544
10889
  gap: var(--space-8);
10890
+ inline-size: 100svi;
10545
10891
  }
10546
10892
 
10547
10893
  @media (width >= 1024px) {.toast-provider-module-EoPKW {
10548
10894
  top: calc(var(--header-bottom) + var(--space-12));
10549
10895
  right: var(--toastify-toast-right);
10550
- width: -moz-fit-content;
10551
- width: fit-content;
10552
- align-items: flex-end
10896
+ align-items: flex-end;
10897
+ inline-size: -moz-fit-content;
10898
+ inline-size: fit-content
10553
10899
  }
10554
10900
  }
10555
10901