@sonic-equipment/ui 126.0.0 → 128.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 (175) hide show
  1. package/dist/address/address.d.ts +6 -1
  2. package/dist/address/address.js +2 -2
  3. package/dist/algolia/filter-section.js +1 -1
  4. package/dist/cards/orderline-card/connected-orderline-card.js +1 -1
  5. package/dist/cards/orderline-card/orderline-card.d.ts +3 -3
  6. package/dist/cards/orderline-card/orderline-card.js +3 -2
  7. package/dist/cards/orderline-card/orderline-card.module.css.js +1 -1
  8. package/dist/cards/product-card/product-card.js +1 -1
  9. package/dist/cart-totals/cart-totals.d.ts +1 -1
  10. package/dist/cart-totals/cart-totals.js +1 -1
  11. package/dist/checkout/adyen-payment.d.ts +3 -5
  12. package/dist/checkout/adyen-payment.js +22 -10
  13. package/dist/checkout/adyen-payment.module.css.js +3 -0
  14. package/dist/checkout/payment-details.d.ts +5 -2
  15. package/dist/checkout/payment-details.js +54 -4
  16. package/dist/checkout/payment.d.ts +8 -3
  17. package/dist/checkout/payment.js +168 -34
  18. package/dist/checkout/payment.module.css.js +3 -0
  19. package/dist/checkout/use-get-adyen-redirect-result.d.ts +1 -0
  20. package/dist/checkout/use-get-adyen-redirect-result.js +13 -0
  21. package/dist/checkout/use-has-returned-from-adyen.d.ts +1 -0
  22. package/dist/checkout/use-has-returned-from-adyen.js +8 -0
  23. package/dist/collapsables/accordion/accordion.d.ts +10 -2
  24. package/dist/collapsables/accordion/accordion.js +20 -1
  25. package/dist/collapsables/accordion/accordion.module.css.js +1 -1
  26. package/dist/exports.d.ts +38 -24
  27. package/dist/forms/checkbox/checkbox.d.ts +2 -1
  28. package/dist/forms/checkbox/checkbox.js +2 -2
  29. package/dist/forms/input/input.js +1 -3
  30. package/dist/forms/label/label.d.ts +1 -1
  31. package/dist/forms/select/select.d.ts +4 -2
  32. package/dist/forms/select/select.js +6 -3
  33. package/dist/forms/select/select.module.css.js +1 -1
  34. package/dist/global-search/search-input/connected-search-input.js +1 -1
  35. package/dist/index.js +41 -27
  36. package/dist/intl/missing-translation-provider.js +9 -2
  37. package/dist/intl/translation-id.d.ts +1 -1
  38. package/dist/loading/loading-overlay.js +1 -1
  39. package/dist/pages/{cart-page → checkout/cart-page}/cart-page.js +20 -20
  40. package/dist/pages/{layouts → checkout/layouts}/checkout-page-layout/checkout-page-layout.js +3 -3
  41. package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.module.css.js +3 -0
  42. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-content.d.ts +7 -0
  43. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-content.js +9 -0
  44. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-header.d.ts +8 -0
  45. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-header.js +9 -0
  46. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-link.d.ts +4 -0
  47. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-link.js +8 -0
  48. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.d.ts +7 -0
  49. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.js +10 -0
  50. package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.module.css.js +3 -0
  51. package/dist/pages/checkout/payment-page/payment-page.d.ts +1 -0
  52. package/dist/pages/checkout/payment-page/payment-page.js +89 -0
  53. package/dist/pages/{shipping-page → checkout/shipping-page}/components/edit-address.d.ts +1 -1
  54. package/dist/pages/{shipping-page → checkout/shipping-page}/components/edit-address.js +13 -13
  55. package/dist/pages/checkout/shipping-page/components/edit-address.module.css.js +3 -0
  56. package/dist/pages/{shipping-page → checkout/shipping-page}/components/readonly-address.d.ts +1 -1
  57. package/dist/pages/checkout/shipping-page/components/readonly-address.js +27 -0
  58. package/dist/pages/checkout/shipping-page/components/readonly-address.module.css.js +3 -0
  59. package/dist/pages/checkout/shipping-page/shipping-page.js +114 -0
  60. package/dist/pages/{page → components/page}/page.d.ts +1 -1
  61. package/dist/pages/{page → components/page}/page.js +3 -5
  62. package/dist/pages/components/page/page.module.css.js +3 -0
  63. package/dist/pages/components/page-container/page-container.module.css.js +3 -0
  64. package/dist/pages/components/page-meta-data/page-meta-data.d.ts +16 -0
  65. package/dist/pages/components/page-meta-data/page-meta-data.js +95 -0
  66. package/dist/pages/error-page/error-page.js +1 -1
  67. package/dist/pages/product/layouts/product-details-page-layout/product-details-page-layout.module.css.js +3 -0
  68. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-images/product-detail-images.d.ts +1 -1
  69. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-images/product-detail-images.js +6 -6
  70. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-images/product-detail-images.module.css.js +1 -1
  71. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-panel/product-details-panel.js +11 -11
  72. package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.module.css.js +3 -0
  73. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-recently-viewed/product-details-recently-viewed.d.ts +1 -1
  74. package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-recently-viewed/product-details-recently-viewed.js +4 -4
  75. package/dist/pages/product/product-details-page/product-details-page.js +30 -0
  76. package/dist/pages/{product-details-page → product/product-details-page}/product-details.d.ts +1 -1
  77. package/dist/pages/{product-details-page → product/product-details-page}/product-details.js +7 -7
  78. package/dist/pages/{product-listing-page → product/product-listing-page}/no-results/no-results.js +4 -4
  79. package/dist/pages/product/product-listing-page/no-results/no-results.module.css.js +3 -0
  80. package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-category-carousel/product-listing-page-category-carousel.js +3 -3
  81. package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-data-types.d.ts +3 -1
  82. package/dist/pages/product/product-listing-page/product-listing-page.js +37 -0
  83. package/dist/pages/product/product-listing-page/product-listing-page.module.css.js +3 -0
  84. package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-product-overview/product-listing-product-overview.js +6 -6
  85. package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing.js +16 -16
  86. package/dist/pages/{search-result-page → product/search-result-page}/search-result-product-overview/search-result-product-overview.js +6 -6
  87. package/dist/pages/{search-result-page → product/search-result-page}/search-results-page-category-carousel/search-results-page-category-carousel.js +3 -3
  88. package/dist/pages/{search-result-page → product/search-result-page}/search-results-page.js +22 -17
  89. package/dist/pages/product/search-result-page/search-results-page.module.css.js +3 -0
  90. package/dist/shared/api/bff/model/bff.model.d.ts +14 -0
  91. package/dist/shared/api/bff/services/bff-service.d.ts +1 -1
  92. package/dist/shared/api/bff/services/bff-service.js +1 -0
  93. package/dist/shared/api/shared/hooks/use-awaitable-mutation.d.ts +20 -4
  94. package/dist/shared/api/shared/hooks/use-awaitable-mutation.js +29 -21
  95. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +7 -4
  96. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.js +4 -3
  97. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-with-atp.d.ts +2 -1
  98. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-with-atp.js +4 -2
  99. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.d.ts +3 -1
  100. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.js +3 -2
  101. package/dist/shared/api/storefront/hooks/cart/use-patch-cart.d.ts +9 -8
  102. package/dist/shared/api/storefront/hooks/cart/use-patch-cart.js +6 -4
  103. package/dist/shared/api/storefront/hooks/cart/use-place-order.d.ts +10 -4
  104. package/dist/shared/api/storefront/hooks/cart/use-place-order.js +11 -6
  105. package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-by-customer-id.d.ts +4 -0
  106. package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-by-customer-id.js +12 -0
  107. package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-for-current-cart.d.ts +3 -0
  108. package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-for-current-cart.js +12 -0
  109. package/dist/shared/api/storefront/hooks/customer/use-patch-bill-to-address.d.ts +5 -2
  110. package/dist/shared/api/storefront/hooks/customer/use-patch-bill-to-address.js +1 -1
  111. package/dist/shared/api/storefront/hooks/payment/use-invalidate-adyen.d.ts +1 -1
  112. package/dist/shared/api/storefront/hooks/payment/use-invalidate-adyen.js +1 -1
  113. package/dist/shared/api/storefront/model/storefront.model.d.ts +3 -1
  114. package/dist/shared/api/storefront/services/cart-service.d.ts +7 -3
  115. package/dist/shared/api/storefront/services/cart-service.js +11 -8
  116. package/dist/shared/api/storefront/services/customer-service.d.ts +3 -0
  117. package/dist/shared/api/storefront/services/customer-service.js +9 -1
  118. package/dist/shared/api/storefront/services/finance-service.d.ts +13 -0
  119. package/dist/shared/api/storefront/services/finance-service.js +17 -0
  120. package/dist/shared/api/storefront/services/translation-service.js +1 -1
  121. package/dist/shared/hooks/use-css-link.d.ts +3 -0
  122. package/dist/shared/hooks/use-css-link.js +20 -0
  123. package/dist/shared/hooks/use-script.d.ts +15 -0
  124. package/dist/shared/hooks/use-script.js +33 -0
  125. package/dist/shared/providers/react-query-container.js +4 -2
  126. package/dist/shared/routing/route-provider.d.ts +12 -4
  127. package/dist/shared/routing/route-provider.js +14 -10
  128. package/dist/shared/routing/with-routing.js +6 -6
  129. package/dist/shared/utils/string.d.ts +1 -0
  130. package/dist/shared/utils/string.js +6 -1
  131. package/dist/shared/utils/string.test.d.ts +1 -0
  132. package/dist/shared/utils/types.d.ts +3 -0
  133. package/dist/shared/utils/types.js +8 -0
  134. package/dist/styles.css +690 -331
  135. package/dist/tooltip/tooltip.d.ts +2 -2
  136. package/dist/typography/heading/heading.d.ts +4 -2
  137. package/dist/typography/heading/heading.js +3 -2
  138. package/dist/typography/heading/heading.module.css.js +1 -1
  139. package/package.json +1 -1
  140. package/dist/pages/layouts/checkout-page-layout/checkout-page-layout.module.css.js +0 -3
  141. package/dist/pages/layouts/product-details-page-layout/product-details-page-layout.module.css.js +0 -3
  142. package/dist/pages/page/page.module.css.js +0 -3
  143. package/dist/pages/page-container/page-container.module.css.js +0 -3
  144. package/dist/pages/product-details-page/components/product-details-panel/product-details-panel.module.css.js +0 -3
  145. package/dist/pages/product-details-page/product-details-page.js +0 -22
  146. package/dist/pages/product-listing-page/no-results/no-results.module.css.js +0 -3
  147. package/dist/pages/product-listing-page/product-listing-page.js +0 -29
  148. package/dist/pages/product-listing-page/product-listing-page.module.css.js +0 -3
  149. package/dist/pages/search-result-page/search-results-page.module.css.js +0 -3
  150. package/dist/pages/shipping-page/components/edit-address.module.css.js +0 -3
  151. package/dist/pages/shipping-page/components/readonly-address.js +0 -25
  152. package/dist/pages/shipping-page/components/readonly-address.module.css.js +0 -3
  153. package/dist/pages/shipping-page/shipping-page.js +0 -75
  154. package/dist/pages/shipping-page/shipping-page.module.css.js +0 -3
  155. /package/dist/pages/{cart-page → checkout/cart-page}/cart-page.d.ts +0 -0
  156. /package/dist/pages/{layouts → checkout/layouts}/checkout-page-layout/checkout-page-layout.d.ts +0 -0
  157. /package/dist/pages/{shipping-page → checkout/shipping-page}/shipping-page.d.ts +0 -0
  158. /package/dist/pages/{page-container → components/page-container}/page-container.d.ts +0 -0
  159. /package/dist/pages/{page-container → components/page-container}/page-container.js +0 -0
  160. /package/dist/pages/{layouts → product/layouts}/product-details-page-layout/product-details-page-layout.d.ts +0 -0
  161. /package/dist/pages/{layouts → product/layouts}/product-details-page-layout/product-details-page-layout.js +0 -0
  162. /package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-panel/product-details-panel.d.ts +0 -0
  163. /package/dist/pages/{product-details-page → product/product-details-page}/product-details-page.d.ts +0 -0
  164. /package/dist/pages/{product-listing-page → product/product-listing-page}/no-results/no-results.d.ts +0 -0
  165. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-category-carousel/product-listing-page-category-carousel.d.ts +0 -0
  166. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-context.d.ts +0 -0
  167. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-context.js +0 -0
  168. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-provider.d.ts +0 -0
  169. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-provider.js +0 -0
  170. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page.d.ts +0 -0
  171. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-product-overview/product-listing-product-overview.d.ts +0 -0
  172. /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing.d.ts +0 -0
  173. /package/dist/pages/{search-result-page → product/search-result-page}/search-result-product-overview/search-result-product-overview.d.ts +0 -0
  174. /package/dist/pages/{search-result-page → product/search-result-page}/search-results-page-category-carousel/search-results-page-category-carousel.d.ts +0 -0
  175. /package/dist/pages/{search-result-page → product/search-result-page}/search-results-page.d.ts +0 -0
package/dist/styles.css CHANGED
@@ -442,6 +442,44 @@
442
442
  }
443
443
  }
444
444
 
445
+ /*********************************************************
446
+ *
447
+ * Dropdown variant
448
+ *
449
+ *********************************************************/
450
+
451
+ /* stylelint-disable-next-line no-descending-specificity */
452
+
453
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module--Rwpb {
454
+ padding: 14px 16px;
455
+ border-radius: var(--border-radius-8);
456
+ background-color: var(--color-brand-light-gray);
457
+ font-size: var(--font-size-16);
458
+ font-weight: var(--font-weight-normal);
459
+ }
460
+
461
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module--Rwpb svg {
462
+ display: inline-block;
463
+ width: 12px;
464
+ height: 12px;
465
+ }
466
+
467
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d- .accordion-module-KZjMo {
468
+ padding-inline: 1rem;
469
+ }
470
+
471
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module--Rwpb {
472
+ border-bottom-left-radius: 0;
473
+ border-bottom-right-radius: 0;
474
+ }
475
+
476
+ .accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-KZjMo {
477
+ border: 1px solid var(--color-brand-medium-gray);
478
+ border-bottom-left-radius: var(--border-radius-8);
479
+ border-bottom-right-radius: var(--border-radius-8);
480
+ padding-block: 1rem;
481
+ }
482
+
445
483
  .filter-section-module-q1Ob8 {
446
484
  --border-bottom: 1px solid var(--color-brand-medium-gray);
447
485
 
@@ -1095,6 +1133,7 @@
1095
1133
  .input-module-2woJR .input-module-pNKEt,
1096
1134
  .input-module-2woJR input {
1097
1135
  all: unset;
1136
+ width: 100%;
1098
1137
  min-width: 180px;
1099
1138
  box-sizing: border-box;
1100
1139
  font: inherit;
@@ -1120,8 +1159,12 @@
1120
1159
  padding: 0 var(--space-8);
1121
1160
  }
1122
1161
  .input-module-2woJR:has([data-disabled]) {
1123
- background-color: var(--color-brand-light-gray);
1124
- color: var(--color-brand-medium-gray);
1162
+ /* TODO: Properly standarize disabled state of "fields" */
1163
+ opacity: 0.4;
1164
+
1165
+ /* background-color: var(--color-brand-light-gray); */
1166
+
1167
+ /* color: var(--color-brand-medium-gray); */
1125
1168
  }
1126
1169
  .input-module-2woJR.input-module-hEEuy,
1127
1170
  .input-module-2woJR:has([data-focused]) {
@@ -1307,16 +1350,16 @@
1307
1350
  outline: none;
1308
1351
  }
1309
1352
 
1310
- .select-module-ui-Wc .select-module-aMQIQ .select-module-00uRU {
1311
- position: absolute;
1312
- display: block;
1313
- width: var(--space-12);
1314
- height: var(--space-12);
1315
- color: var(--color-brand-dark-gray);
1316
- inset-block: 0;
1317
- inset-inline-end: 14px;
1318
- margin-block: auto;
1319
- }
1353
+ .select-module-ui-Wc .select-module-aMQIQ .select-module-3scUm > :first-child {
1354
+ position: absolute;
1355
+ display: block;
1356
+ width: var(--space-12);
1357
+ height: var(--space-12);
1358
+ color: var(--color-brand-dark-gray);
1359
+ inset-block: 0;
1360
+ inset-inline-end: 14px;
1361
+ margin-block: auto;
1362
+ }
1320
1363
 
1321
1364
  .select-module-ui-Wc .select-module-aMQIQ [slot='description'] {
1322
1365
  display: none;
@@ -1356,6 +1399,11 @@
1356
1399
  background-color: var(--color-brand-light-gray);
1357
1400
  }
1358
1401
 
1402
+ .select-module-ui-Wc:where(.select-module-nKUxG) {
1403
+ cursor: default;
1404
+ pointer-events: none;
1405
+ }
1406
+
1359
1407
  .select-module-z8cWq {
1360
1408
  overflow: auto;
1361
1409
  width: var(--trigger-width);
@@ -1777,6 +1825,216 @@
1777
1825
  line-height: var(--text-heading-xxxs-line-height);
1778
1826
  }
1779
1827
 
1828
+ @media (width >= 576px) {
1829
+ .heading-module-pMC65.heading-module-Q3y61 {
1830
+ font-size: var(--text-heading-xxl-size);
1831
+ line-height: var(--text-heading-xxl-line-height);
1832
+ }
1833
+
1834
+ .heading-module-pMC65.heading-module-k5ODo {
1835
+ font-size: var(--text-heading-xl-size);
1836
+ line-height: var(--text-heading-xl-line-height);
1837
+ }
1838
+
1839
+ .heading-module-pMC65.heading-module-45IqH {
1840
+ font-size: var(--text-heading-l-size);
1841
+ line-height: var(--text-heading-l-line-height);
1842
+ }
1843
+
1844
+ .heading-module-pMC65.heading-module-X7un- {
1845
+ font-size: var(--text-heading-m-size);
1846
+ line-height: var(--text-heading-m-line-height);
1847
+ }
1848
+
1849
+ .heading-module-pMC65.heading-module-EimRV {
1850
+ font-size: var(--text-heading-s-size);
1851
+ line-height: var(--text-heading-s-line-height);
1852
+ }
1853
+
1854
+ .heading-module-pMC65.heading-module-OCU2- {
1855
+ font-size: var(--text-heading-xs-size);
1856
+ line-height: var(--text-heading-xs-line-height);
1857
+ }
1858
+
1859
+ .heading-module-pMC65.heading-module-Iey3i {
1860
+ font-size: var(--text-heading-xxs-size);
1861
+ line-height: var(--text-heading-xxs-line-height);
1862
+ }
1863
+
1864
+ .heading-module-pMC65.heading-module-HIlpl {
1865
+ font-size: var(--text-heading-xxxs-size);
1866
+ line-height: var(--text-heading-xxxs-line-height);
1867
+ }
1868
+ }
1869
+
1870
+ @media (width >= 576px) {
1871
+ .heading-module-pMC65.heading-module-5QOn5 {
1872
+ font-size: var(--text-heading-xxl-size);
1873
+ line-height: var(--text-heading-xxl-line-height);
1874
+ }
1875
+
1876
+ .heading-module-pMC65.heading-module-Yi-gr {
1877
+ font-size: var(--text-heading-xl-size);
1878
+ line-height: var(--text-heading-xl-line-height);
1879
+ }
1880
+
1881
+ .heading-module-pMC65.heading-module-Yv3Nk {
1882
+ font-size: var(--text-heading-l-size);
1883
+ line-height: var(--text-heading-l-line-height);
1884
+ }
1885
+
1886
+ .heading-module-pMC65.heading-module-rw6SX {
1887
+ font-size: var(--text-heading-m-size);
1888
+ line-height: var(--text-heading-m-line-height);
1889
+ }
1890
+
1891
+ .heading-module-pMC65.heading-module-w5E3X {
1892
+ font-size: var(--text-heading-s-size);
1893
+ line-height: var(--text-heading-s-line-height);
1894
+ }
1895
+
1896
+ .heading-module-pMC65.heading-module-gS4KN {
1897
+ font-size: var(--text-heading-xs-size);
1898
+ line-height: var(--text-heading-xs-line-height);
1899
+ }
1900
+
1901
+ .heading-module-pMC65.heading-module-WP-gl {
1902
+ font-size: var(--text-heading-xxs-size);
1903
+ line-height: var(--text-heading-xxs-line-height);
1904
+ }
1905
+
1906
+ .heading-module-pMC65.heading-module-mpKxt {
1907
+ font-size: var(--text-heading-xxxs-size);
1908
+ line-height: var(--text-heading-xxxs-line-height);
1909
+ }
1910
+ }
1911
+
1912
+ @media (width >= 768px) {
1913
+ .heading-module-pMC65.heading-module-Jl0gk {
1914
+ font-size: var(--text-heading-xxl-size);
1915
+ line-height: var(--text-heading-xxl-line-height);
1916
+ }
1917
+
1918
+ .heading-module-pMC65.heading-module-JeBTR {
1919
+ font-size: var(--text-heading-xl-size);
1920
+ line-height: var(--text-heading-xl-line-height);
1921
+ }
1922
+
1923
+ .heading-module-pMC65.heading-module-3dHjk {
1924
+ font-size: var(--text-heading-l-size);
1925
+ line-height: var(--text-heading-l-line-height);
1926
+ }
1927
+
1928
+ .heading-module-pMC65.heading-module-TWKes {
1929
+ font-size: var(--text-heading-m-size);
1930
+ line-height: var(--text-heading-m-line-height);
1931
+ }
1932
+
1933
+ .heading-module-pMC65.heading-module-Y4TBU {
1934
+ font-size: var(--text-heading-s-size);
1935
+ line-height: var(--text-heading-s-line-height);
1936
+ }
1937
+
1938
+ .heading-module-pMC65.heading-module-c7cii {
1939
+ font-size: var(--text-heading-xs-size);
1940
+ line-height: var(--text-heading-xs-line-height);
1941
+ }
1942
+
1943
+ .heading-module-pMC65.heading-module-pzJ8y {
1944
+ font-size: var(--text-heading-xxs-size);
1945
+ line-height: var(--text-heading-xxs-line-height);
1946
+ }
1947
+
1948
+ .heading-module-pMC65.heading-module--tJ-O {
1949
+ font-size: var(--text-heading-xxxs-size);
1950
+ line-height: var(--text-heading-xxxs-line-height);
1951
+ }
1952
+ }
1953
+
1954
+ @media (width >= 1024px) {
1955
+ .heading-module-pMC65.heading-module-nWxkD {
1956
+ font-size: var(--text-heading-xxl-size);
1957
+ line-height: var(--text-heading-xxl-line-height);
1958
+ }
1959
+
1960
+ .heading-module-pMC65.heading-module-VXYJS {
1961
+ font-size: var(--text-heading-xl-size);
1962
+ line-height: var(--text-heading-xl-line-height);
1963
+ }
1964
+
1965
+ .heading-module-pMC65.heading-module-ozpn6 {
1966
+ font-size: var(--text-heading-l-size);
1967
+ line-height: var(--text-heading-l-line-height);
1968
+ }
1969
+
1970
+ .heading-module-pMC65.heading-module-mYwNt {
1971
+ font-size: var(--text-heading-m-size);
1972
+ line-height: var(--text-heading-m-line-height);
1973
+ }
1974
+
1975
+ .heading-module-pMC65.heading-module-Bthct {
1976
+ font-size: var(--text-heading-s-size);
1977
+ line-height: var(--text-heading-s-line-height);
1978
+ }
1979
+
1980
+ .heading-module-pMC65.heading-module-81BCe {
1981
+ font-size: var(--text-heading-xs-size);
1982
+ line-height: var(--text-heading-xs-line-height);
1983
+ }
1984
+
1985
+ .heading-module-pMC65.heading-module-RjUW0 {
1986
+ font-size: var(--text-heading-xxs-size);
1987
+ line-height: var(--text-heading-xxs-line-height);
1988
+ }
1989
+
1990
+ .heading-module-pMC65.heading-module-PlHnT {
1991
+ font-size: var(--text-heading-xxxs-size);
1992
+ line-height: var(--text-heading-xxxs-line-height);
1993
+ }
1994
+ }
1995
+
1996
+ @media (width >= 1440px) {
1997
+ .heading-module-pMC65.heading-module-zl8KP {
1998
+ font-size: var(--text-heading-xxl-size);
1999
+ line-height: var(--text-heading-xxl-line-height);
2000
+ }
2001
+
2002
+ .heading-module-pMC65.heading-module-zw3KX {
2003
+ font-size: var(--text-heading-xl-size);
2004
+ line-height: var(--text-heading-xl-line-height);
2005
+ }
2006
+
2007
+ .heading-module-pMC65.heading-module-76y37 {
2008
+ font-size: var(--text-heading-l-size);
2009
+ line-height: var(--text-heading-lg-line-height);
2010
+ }
2011
+
2012
+ .heading-module-pMC65.heading-module-Ucgfg {
2013
+ font-size: var(--text-heading-m-size);
2014
+ line-height: var(--text-heading-md-line-height);
2015
+ }
2016
+
2017
+ .heading-module-pMC65.heading-module-dOPjv {
2018
+ font-size: var(--text-heading-s-size);
2019
+ line-height: var(--text-heading-sm-line-height);
2020
+ }
2021
+
2022
+ .heading-module-pMC65.heading-module-Le9JC {
2023
+ font-size: var(--text-heading-xs-size);
2024
+ line-height: var(--text-heading-xs-line-height);
2025
+ }
2026
+
2027
+ .heading-module-pMC65.heading-module-9j-SM {
2028
+ font-size: var(--text-heading-xxs-size);
2029
+ line-height: var(--text-heading-xxs-line-height);
2030
+ }
2031
+
2032
+ .heading-module-pMC65.heading-module-wOR6v {
2033
+ font-size: var(--text-heading-xxxs-size);
2034
+ line-height: var(--text-heading-xxxs-line-height);
2035
+ }
2036
+ }
2037
+
1780
2038
  .modal-module-rVFJc {
1781
2039
  position: fixed;
1782
2040
  z-index: calc(var(--modal-layer) - 1);
@@ -2258,6 +2516,11 @@
2258
2516
  box-sizing: border-box;
2259
2517
  }
2260
2518
 
2519
+ .orderline-card-module-AMTMm.orderline-card-module-NU77X {
2520
+ cursor: default;
2521
+ pointer-events: none;
2522
+ }
2523
+
2261
2524
  .orderline-card-module-AMTMm .orderline-card-module-TlhUg {
2262
2525
  width: 143px;
2263
2526
  height: 143px;
@@ -3625,6 +3888,22 @@ button.swiper-pagination-bullet {
3625
3888
  }
3626
3889
 
3627
3890
  .adyen-checkout__spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center}.adyen-checkout__spinner__wrapper--inline{display:inline-block;height:auto;margin-right:8px}[dir=rtl] .adyen-checkout__spinner__wrapper--inline{margin-left:8px;margin-right:0}.adyen-checkout__spinner{animation:rotate-spinner 1.5s linear infinite;border:3px solid #0075ff;border-radius:50%;border-top-color:transparent;height:43px;width:43px}.adyen-checkout__spinner--large{height:43px;width:43px}.adyen-checkout__spinner--small{border-width:2px;height:16px;width:16px}.adyen-checkout__spinner--medium{height:28px;width:28px}@keyframes rotate-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adyen-checkout__button{background:#00112c;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:500;height:48px;margin:0;padding:15px;text-decoration:none;transition:background .3s ease-out,box-shadow .3s ease-out;width:100%}.adyen-checkout__button:focus{box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__button:hover{background:#1c3045;box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14)}.adyen-checkout__button:active{background:#3a4a5c}.adyen-checkout__button:hover:focus{box-shadow:0 0 0 2px #99c2ff,0 3px 4px rgba(0,15,45,.2)}.adyen-checkout__button:disabled,.adyen-checkout__button:disabled:hover{box-shadow:none;cursor:not-allowed;opacity:.4;-webkit-user-select:all;-moz-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--loading{background:#687282;box-shadow:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__button.adyen-checkout__button--pay{display:flex;justify-content:center;margin-top:24px}.adyen-checkout__button.adyen-checkout__button--pay:disabled{opacity:.4}.adyen-checkout__button.adyen-checkout__button--standalone{margin-top:0}.adyen-checkout__button.adyen-checkout__button--inline{display:block;font-size:.81em;height:auto;padding:10px 8px;width:auto}.adyen-checkout__button.adyen-checkout__button--ghost{background:none;border:0;color:#00112c}.adyen-checkout__button.adyen-checkout__button--ghost:hover{background:#f7f8f9;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--ghost:active{background:#e6e9eb;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary{background:#fff;border:1px solid #00112c;color:#00112c;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--secondary:hover{background:#f7f8f9;box-shadow:0 2px 4px rgba(27,42,60,.2),0 4px 5px rgba(27,42,60,.14)}.adyen-checkout__button.adyen-checkout__button--secondary:active,.adyen-checkout__button.adyen-checkout__button--secondary:active:hover{background:#f7f8f9;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary:disabled,.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover{background-color:#f7f8f9;border-color:#99a3ad;box-shadow:none;cursor:not-allowed;opacity:.5;-webkit-user-select:all;-moz-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner{border-color:transparent #00112c #00112c}.adyen-checkout__button.adyen-checkout__button--action{background:rgba(0,102,255,.1);border:1px solid transparent;color:#0075ff;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--action:hover{background:rgba(0,102,255,.2);box-shadow:none}.adyen-checkout__button.adyen-checkout__button--action:active,.adyen-checkout__button.adyen-checkout__button--action:active:hover{background:rgba(0,102,255,.3);box-shadow:none}.adyen-checkout__button.adyen-checkout__button--link{background:transparent;border:1px solid transparent;border-radius:3px;color:#0075ff;font-weight:400;padding:2px}.adyen-checkout__button.adyen-checkout__button--link:hover{background:transparent;box-shadow:none;text-decoration:underline}.adyen-checkout__button.adyen-checkout__button--completed,.adyen-checkout__button.adyen-checkout__button--completed:active,.adyen-checkout__button.adyen-checkout__button--completed:active:hover,.adyen-checkout__button.adyen-checkout__button--completed:hover{background:#089a43;color:#fff}.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon{filter:brightness(0) invert(1)}.adyen-checkout__button__content{align-items:center;display:flex;height:100%;justify-content:center}.adyen-checkout__button__icon{margin-right:12px}[dir=rtl] .adyen-checkout__button__icon{margin-left:12px;margin-right:0}.adyen-checkout__button__text{display:block;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__button .adyen-checkout__spinner{border-color:transparent #fff #fff}.checkout-secondary-button__text{font-size:.85em;margin-left:5px;margin-top:1px}.adyen-checkout__fieldset{display:block;padding-bottom:8px;width:100%}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:16px}.adyen-checkout__fieldset__title{color:#687282;display:block;font-size:.68em;font-weight:700;letter-spacing:1px;margin:0;padding:0 0 12px;text-transform:uppercase}.adyen-checkout__field-group,.adyen-checkout__fieldset__fields{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:#00112c;font-size:.81em;line-height:19px;margin:0}.adyen-checkout__field{display:block;margin-bottom:16px;width:100%}.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__label{display:block;position:relative}.adyen-checkout__helper-text,.adyen-checkout__label__text{color:#00112c;display:block;font-size:.81em;font-weight:400;line-height:13px;padding-bottom:5px}.adyen-checkout__label-adornment--end{position:absolute;right:0;top:0}.adyen-checkout__helper-text{color:#687282}.adyen-checkout__label__text{display:block;overflow:hidden;text-overflow:ellipsis;transition:color .1s ease-out;white-space:nowrap}.adyen-checkout__label__text--error{color:#c12424}.adyen-checkout__label--focused .adyen-checkout__label__text{color:#0075ff}.adyen-checkout__error-text{align-items:center;color:#c12424;display:flex;font-size:.75em;font-weight:400;margin-top:4px}.adyen-checkout__radio_group+.adyen-checkout-input__inline-validation{display:none}.adyen-checkout__radio_group__input{opacity:0;position:absolute}.adyen-checkout__radio_group__label{color:inherit;display:block;font-size:.81em;font-weight:400;line-height:16px;overflow:visible;padding-bottom:0;padding-left:24px;position:relative}.adyen-checkout__label--focused .adyen-checkout__radio_group__label{color:inherit}.adyen-checkout__radio_group__label:before{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;content:"";height:16px;left:0;position:absolute;top:0;transition:border-color .2s ease-out,box-shadow .2s ease-out;width:16px}.adyen-checkout__radio_group__label:hover:before{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__radio_group__label:after{background-color:#fff;border-radius:50%;box-shadow:0 1px 1px rgba(0,15,45,.25);content:"";display:block;height:6px;left:5px;margin:0 auto;position:absolute;top:5px;transform:scale(0);transition:transform .2s ease-out;width:6px}.adyen-checkout__radio_group__label:hover{border-color:#0075ff;cursor:pointer}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__label--selected{background-color:#0075ff;border:0;transition:all .2s ease-out}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after{transform:scale(1)}.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{border-color:#0075ff;box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before{box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before{border:1px solid #c12424}.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;display:inline-block;font-size:.81em;font-weight:400;line-height:19px;padding-left:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:24px}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:#0075ff;border:1px solid #0075ff}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:#0075ff;box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-color:transparent #fff #fff transparent;border-radius:0 2px 1px;border-style:solid;border-width:1px 2px 2px 1px;content:"";height:11px;left:1px;opacity:0;position:absolute;top:2px;transform:rotate(37deg);transform-origin:100% 100%;transition:opacity .2s ease-out;width:6px;z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:8px}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:#fff;border:1px solid #b9c4c9;border-radius:3px;content:"";height:16px;left:0;position:absolute;top:0;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;width:16px;z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{background:#e6e9eb;border:1px solid #e6e9eb;border-radius:6px;padding:14px 14px 13px}[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:14px 14px 13px}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:#c12424}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{right:-5px;top:10px}.Select-module_adyen-checkout__dropdown__0Mj-n{position:relative}.Select-module_adyen-checkout__dropdown__button__yTyqq{align-items:center;cursor:pointer;display:flex}.Select-module_adyen-checkout__dropdown__button__yTyqq:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23687282'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:6px;position:absolute;right:16px;width:8px}[dir=rtl] .Select-module_adyen-checkout__dropdown__button__yTyqq:after{left:16px;right:auto}.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after{transform:rotate(180deg)}.Select-module_adyen-checkout__filter-input__CwPBS{background:#fff;border:0;caret-color:#0075ff;color:#00112c;font-family:inherit;font-size:1em;height:100%;padding:0;width:100%}.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS::placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS:active,.Select-module_adyen-checkout__filter-input__CwPBS:focus{outline:0}.Select-module_adyen-checkout__dropdown__list__YtEzj{background:#fff;display:none;list-style:none;margin:0 0 50px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:1}.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2{display:block}.Select-module_adyen-checkout__dropdown__element__ORU4-{align-items:center;display:flex}.adyen-checkout__image{opacity:0;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}.adyen-checkout__dropdown__button-icon--left{flex-direction:row-reverse;justify-content:flex-end}.adyen-checkout__dropdown__button-icon--left>img{margin-left:0;margin-right:12px}.adyen-checkout__dropdown{font-size:1em;max-width:100%;width:100%}.adyen-checkout__dropdown__button{background:#fff;border:1px solid #b9c4c9;border-radius:6px;color:#00112c;font-size:1em;height:40px;line-height:20px;outline:0;padding:7px 24px 7px 12px;text-decoration:none;transition:border .2s ease-out,box-shadow .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px 12px 7px 24px}.adyen-checkout__dropdown__button:hover{border-color:#99a3ad}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-right:12px;max-width:40px}.adyen-checkout__dropdown__button--disabled{opacity:.4}.adyen-checkout__dropdown__button--active,.adyen-checkout__dropdown__button--active:hover,.adyen-checkout__dropdown__button:active,.adyen-checkout__dropdown__button:focus{border-color:#0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23B9C4C9'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:#c12424}.adyen-checkout__dropdown__button--valid{border-bottom-color:#089a43}.adyen-checkout__dropdown__button__text{flex-grow:1;overflow:hidden;pointer-events:none;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__button__secondary-text{margin-right:16px}.adyen-checkout__dropdown__list{border-radius:6px;box-shadow:0 2px 7px rgba(0,15,45,.3);max-height:375px;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{margin-top:2px}.adyen-checkout__dropdown__element{border:1px solid transparent;cursor:pointer;font-size:.81em;-webkit-hyphens:auto;hyphens:auto;line-height:20px;outline:0;padding:8px;transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element:active,.adyen-checkout__dropdown__element:focus,.adyen-checkout__dropdown__element:hover{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:3px;margin-right:12px;max-height:26px;max-width:40px}.adyen-checkout__dropdown__element__text{flex-grow:1}.adyen-checkout__dropdown__element__secondary-text:not(:last-child){margin-right:8px}.adyen-checkout__dropdown__element__flag{margin-left:8px;margin-right:10px;max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:32px}.adyen-checkout__field-wrapper{display:flex;width:100%}.adyen-checkout__field--20{width:20%}.adyen-checkout__field--30{width:30%}.adyen-checkout__field--40{width:40%}.adyen-checkout__field--50{width:50%}.adyen-checkout__field--60{width:60%}.adyen-checkout__field--70{width:70%}.adyen-checkout__field--80{width:80%}.adyen-checkout__field--col-70{width:calc(70% - 8px)}.adyen-checkout__field--col-30{width:calc(30% - 8px)}.adyen-checkout__field--col-50{width:calc(50% - 8px)}.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-right:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-left:8px;margin-right:0}.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:0;margin-right:8px}.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field{margin-bottom:0}.adyen-checkout__input{background:#fff;border:1px solid #b9c4c9;border-radius:6px;caret-color:#0075ff;color:#00112c;display:block;font-family:inherit;font-size:1em;height:40px;outline:none;padding:5px 8px;position:relative;transition:border .2s ease-out,box-shadow .2s ease-out;width:100%}.adyen-checkout__input:hover{border-color:#99a3ad}.adyen-checkout__input:required{box-shadow:none}.adyen-checkout__input--disabled,.adyen-checkout__input[readonly]{background:#e6e9eb;border-color:#e6e9eb}.adyen-checkout__input--disabled:hover{border-color:#e6e9eb}.adyen-checkout__input-wrapper{display:block;position:relative}.adyen-checkout__input-wrapper--block{display:block}.adyen-checkout-input__inline-validation{height:16px;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:16px}[dir=rtl] .adyen-checkout-input__inline-validation{left:14px;right:auto}[dir=ltr] .adyen-checkout-input__inline-validation{left:auto;right:14px}.adyen-checkout-input__inline-validation--valid{color:#089a43}.adyen-checkout-input__inline-validation--invalid{color:#c12424}.adyen-checkout__input--valid{border-bottom-color:#089a43}.adyen-checkout__input--error,.adyen-checkout__input--error:hover,.adyen-checkout__input--invalid,.adyen-checkout__input--invalid:hover{border-color:#c12424}.adyen-checkout__input::-moz-placeholder{color:#707070;font-weight:200}.adyen-checkout__input::placeholder{color:#707070;font-weight:200}.adyen-checkout__input--date{padding-right:30px}.adyen-checkout__input--focus,.adyen-checkout__input--focus:hover,.adyen-checkout__input:active,.adyen-checkout__input:active:hover,.adyen-checkout__input:focus,.adyen-checkout__input:focus:hover{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__input[readonly],.adyen-checkout__input[readonly]:hover{background-color:#e6e9eb;border-color:transparent;color:#687282;cursor:default}.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group{display:flex}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group{display:flex;margin:8px 0}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper{margin-right:20px}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child{margin:0}.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress{margin-top:24px;padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress{margin-bottom:0}.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox{margin-top:22px}.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label{margin-top:16px}.adyen-checkout__amazonpay__button{margin:auto}.adyen-checkout__amazonpay .adyen-checkout__button--ghost{display:block;margin:8px auto 0;width:auto}@supports (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d,.ApplePayButton-module_apple-pay__gYjuP{-webkit-appearance:-apple-pay-button}.ApplePayButton-module_apple-pay-button__l5g-d{cursor:pointer;display:inline-block}.ApplePayButton-module_apple-pay-button-black__istwW{-apple-pay-button-style:black}.ApplePayButton-module_apple-pay-button-white__-wLaE{-apple-pay-button-style:white}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{-apple-pay-button-style:white-outline}.ApplePayButton-module_apple-pay-button--type-plain__ycfNl{-apple-pay-button-type:plain}.ApplePayButton-module_apple-pay-button--type-buy__9m8AB{-apple-pay-button-type:buy}.ApplePayButton-module_apple-pay-button--type-donate__HmRdK{-apple-pay-button-type:donate}.ApplePayButton-module_apple-pay-button--type-check-out__XdGWd{-apple-pay-button-type:check-out}.ApplePayButton-module_apple-pay-button--type-book__-v-VY{-apple-pay-button-type:book}.ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF{-apple-pay-button-type:subscribe}.ApplePayButton-module_apple-pay-button--type-add-money__zeBA8{-apple-pay-button-type:add-money}.ApplePayButton-module_apple-pay-button--type-contribute__G3E8e{-apple-pay-button-type:contribute}.ApplePayButton-module_apple-pay-button--type-order__ggI6j{-apple-pay-button-type:order}.ApplePayButton-module_apple-pay-button--type-reload__QbgLd{-apple-pay-button-type:reload}.ApplePayButton-module_apple-pay-button--type-rent__VzC-E{-apple-pay-button-type:rent}.ApplePayButton-module_apple-pay-button--type-support__6EjmY{-apple-pay-button-type:support}.ApplePayButton-module_apple-pay-button--type-tip__bdzGK{-apple-pay-button-type:tip}.ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR{-apple-pay-button-type:top-up}}@supports not (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;box-sizing:border-box;display:inline-block;max-height:64px;min-height:32px;min-width:200px;padding:0}.ApplePayButton-module_apple-pay-button-black__istwW{background-color:black;background-image:-webkit-named-image(apple-pay-logo-white)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,.ApplePayButton-module_apple-pay-button-white__-wLaE{background-color:white;background-image:-webkit-named-image(apple-pay-logo-black)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{border:.5px solid black}}.adyen-checkout__applepay__button{height:48px;width:240px}.adyen-checkout__dropin .adyen-checkout__applepay__button{width:100%}.adyen-checkout__issuer-button{align-items:center;background-color:#fff;border:none;border-radius:6px;box-shadow:inset 0 0 0 1px #b9c4c9;cursor:pointer;display:flex;flex-basis:47%;flex-grow:2;font-size:.81em;height:40px;padding:0 12px;transition:background .3s ease-out,box-shadow .3s ease-out}.adyen-checkout__issuer-button:active{color:black}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button--selected{background:#fff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;transition:none}.adyen-checkout__issuer-button-img{margin-right:8px;max-height:26px}.adyen-checkout__issuer-button-group{display:flex;flex-wrap:wrap;gap:16px 16px}.adyen-checkout__content-separator{align-items:center;color:#687282;display:flex;font-size:13px;justify-content:center;line-height:19px;margin-bottom:16px;margin-top:16px;white-space:nowrap}.adyen-checkout__content-separator:after,.adyen-checkout__content-separator:before{background:#e6e9eb;content:"";display:block;height:1px;width:100%}.adyen-checkout__content-separator:after{margin-left:20px}.adyen-checkout__content-separator:before{margin-right:20px}.adyen-checkout__field--issuer-list{margin-bottom:0}.adyen-checkout__issuer-list__termsAndConditions{text-align:center}.adyen-checkout__card-input__form{transition:opacity .25s ease-out}.adyen-checkout__card__cardNumber{max-width:400px}.adyen-checkout__card__cardNumber__input{padding:5px 8px}.adyen-checkout__card__exp-date__input--oneclick{font-weight:400;line-height:30px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__card__holderName,.adyen-checkout__field--expiryDate,.adyen-checkout__field--storedCard{margin-bottom:0}.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,.adyen-checkout__card__holderName,.adyen-checkout__card__kcp-authentication,.adyen-checkout__card__socialSecurityNumber,.adyen-checkout__installments,.adyen-checkout__store-details{margin-top:16px}.adyen-checkout__card-input.adyen-checkout__card-input--loading{pointer-events:none}.adyen-checkout-error-panel+.adyen-checkout__card__holderName,.adyen-checkout-error-panel--sr-only+.adyen-checkout__card__holderName,.adyen-checkout__card__holderName:first-child{margin:0 0 16px}.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)+.adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint{opacity:0}@keyframes cvc-indicate-location{0%{opacity:1}to{opacity:.3}}.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location{animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:cvc-indicate-location}.adyen-checkout__card__cvc__hint__wrapper{align-items:center;backface-visibility:visible;display:flex;height:100%;margin:0 10px;position:absolute;right:0;top:0;transform:translateZ(0);transform-origin:center;transform-style:preserve-3d;transition:transform .3s cubic-bezier(.455,.03,.515,.955);width:27px;will-change:transform}.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper{transform:rotateY(180deg)}.adyen-checkout__card__cvc__hint{backface-visibility:hidden;position:absolute;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper{align-items:center;bottom:0;display:flex;position:absolute;right:0;top:0;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden{opacity:0}.adyen-checkout__field__exp-date_hint{height:18px;margin:0 10px 0 0;width:27px}.adyen-checkout__card__cvc__hint--front{transform:rotateY(180deg)}@media (prefers-reduced-motion:reduce){.adyen-checkout__card__cvc__hint__wrapper{transition:none}}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields{justify-content:left}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group{display:flex;flex-direction:column}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper{margin-top:20px}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments{margin-left:15px;position:relative;top:42px;width:30%}.LoadingWrapper-module_loading-input__form__ffCKa{opacity:1}.LoadingWrapper-module_loading-input__form--loading__7GmVo{opacity:0}.LoadingWrapper-module_loading-input__spinner__GxA51{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.LoadingWrapper-module_loading-input__spinner--active__ENNBS{display:block}.CardInput-module_card-input__wrapper__wXSCw{position:relative}.CardInput-module_card-input__wrapper__wXSCw *,.CardInput-module_card-input__wrapper__wXSCw :after,.CardInput-module_card-input__wrapper__wXSCw :before{box-sizing:border-box}.CardInput-module_card-input__icon__3Cz5M{border-radius:3px;height:18px;margin-left:7px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:27px}.CardInput-module_card-input__form__fRo1r{opacity:1}.CardInput-module_card-input__spinner__-j2Qi{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CardInput-module_card-input__spinner--active__slD7w{display:block}.CardInput-module_card-input__form--loading__rrmdj{opacity:0}.CardInput-module_adyen-checkout__input__11tlB{display:block;max-height:100px}.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6-{display:none}.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT{justify-content:flex-end}.CardInput-module_revolving-plan-installments__disabled__VhNj2{opacity:.4;pointer-events:none}.adyen-checkout-error-panel{margin-bottom:20px}.adyen-checkout-error-panel .adyen-checkout-error-panel__wrapper{font-size:.75em}.adyen-checkout-error-panel--sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.adyen-checkout__card__dual-branding__buttons{display:flex;opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons--active{opacity:1;pointer-events:auto}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon{cursor:pointer;opacity:1}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:40px}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected{opacity:.5}.adyen-checkout__card__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;gap:4px;height:16px;margin-bottom:16px;margin-top:-8px;overflow:hidden;transition:all .2s ease-out}.adyen-checkout__card__brands--hidden{height:0;margin:-8px 0 8px;opacity:0}.adyen-checkout__card__brands img{border-radius:3px;height:16px;width:24px}.adyen-checkout__card__brands__brand-wrapper{display:inline-block;height:16px;position:relative;width:24px}.adyen-checkout__card__brands__brand-wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout-ctp__otp-resend-code{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;margin-left:auto}.adyen-checkout-ctp__otp-resend-code--confirmation,.adyen-checkout-ctp__otp-resend-code--disabled{color:#687282;cursor:default;font-size:13px;font-weight:400;margin-left:auto;pointer-events:none}.adyen-checkout-ctp__otp-resend-code--confirmation{align-items:center;display:flex}.adyen-checkout-ctp__otp-resend-code--confirmation>img{margin-left:4px}.adyen-checkout-ctp__otp-resend-code-counter{color:black;cursor:default;display:inline-block;font-size:13px;font-weight:400;margin-left:auto;text-align:right}.adyen-checkout__field.adyen-checkout__field--otp{margin-bottom:24px}.adyen-checkout__modal-wrapper{align-items:center;display:flex;height:100%;left:0;overflow-y:auto;overscroll-behavior-y:contain;padding:24px;position:fixed;top:0;visibility:hidden;width:100%;z-index:10}.adyen-checkout__modal-wrapper:before{background:rgba(0,17,44,.5);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s linear;width:100%;z-index:10}.adyen-checkout__modal-wrapper--open{visibility:visible}.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,.adyen-checkout__modal-wrapper--open:before{opacity:1}.adyen-checkout__modal{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,17,44,.15);margin:auto;opacity:0;padding:16px;position:relative;transition:opacity .2s ease,visibility .2s ease;z-index:11}@media (max-width:480px){.adyen-checkout__modal-wrapper{padding:0}.adyen-checkout__modal{border-radius:0;height:100%}}.adyen-checkout__ctp-modal-header-image{display:block;margin:auto}.adyen-checkout__ctp-modal-title{font-size:20px;font-weight:700;line-height:24px;margin:0 0 12px;padding:0}.adyen-checkout__ctp-modal-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:16px}.adyen-checkout__ctp-modal-benefits{margin-left:0;padding-left:20px}.adyen-checkout__ctp-modal-benefits li{list-style:disc;margin-bottom:16px}.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal{max-width:464px}.adyen_checkout-ctp__brand-wrapper--popup{justify-content:center;margin-bottom:24px}.adyen_checkout-ctp__brand-wrapper{align-items:center;display:flex;height:18px}.adyen_checkout-ctp__brand-logo{margin-right:6px;width:24px}.adyen_checkout-ctp__brand-pipe{height:15px;margin-right:6px}.adyen_checkout-ctp__brand-scheme{margin-right:6px;-o-object-fit:none;object-fit:none}.adyen_checkout-ctp__brand-scheme-mc{width:27px}.adyen_checkout-ctp__brand-scheme-visa{width:35px}.adyen-web__ctp-info-button{background-color:white;border:0;cursor:pointer;padding:0}.adyen-checkout-ctp__otp-subtitle--highlighted{color:#00112c;font-weight:500}.adyen-checkout-ctp__section-logout-button{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;line-height:19px;margin-left:auto}.adyen-checkout-ctp__section-logout-button--disabled{color:#687282;pointer-events:none}.adyen-checkout-ctp__section{background-color:white;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:16px;position:relative}.adyen-checkout-ctp__section-brand{align-items:center;display:flex;height:18px;margin-bottom:14px}.adyen-checkout-ctp__section .adyen-checkout__fieldset{margin-bottom:24px}.adyen-checkout-ctp__section-header{align-items:center;display:flex}.adyen-checkout-ctp__section-header-title{font-size:17px;font-weight:600;line-height:22px;margin:0 0 4px;padding:0;width:auto}@media screen and (max-width:400px){.adyen-checkout-ctp__section-header-title{font-size:15px}}.adyen-checkout-ctp__section-header-adornment{margin-left:5px}.adyen-checkout-ctp__section-text{color:#687282;font-size:13px;font-weight:400;line-height:19px;margin:0 0 16px}.adyen-checkout-ctp__separator{color:#00112c;font-size:13px;font-weight:400}.adyen-checkout-ctp__card-list-single-card{align-items:center;background-color:#f7f8f9;border-radius:6px;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;padding:12px}.adyen-checkout-ctp__card-list-single-card-expired{color:#687282;text-decoration:line-through}.adyen-checkout-ctp__expired-label{color:#687282;font-weight:500;line-height:17px;margin-left:auto}.adyen-checkout-ctp__card-image{border-radius:3px;margin-right:8px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text{margin:0;opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text{color:#687282;font-weight:500;line-height:17px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text{opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text{color:#687282;font-weight:500;opacity:1}.adyen-checkout-ctp__card{background-color:white;border:none;border-radius:4px;box-shadow:0 0 0 2px #999595;cursor:pointer;height:40px;margin:0 0 20px;width:100%}.adyen-checkout-ctp__empty-cards{align-items:center;background-color:#f7f8f9;border-radius:6px;color:#687282;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;margin-bottom:24px;padding:12px 16px}.adyen-checkout__iframe--ctpIframe{pointer-events:auto}.adyen-checkout__iframe--ctpIframe-hidden{display:none}.adyen-checkout-ctp__loading-image{display:block;margin:30px auto auto}.adyen-checkout-ctp__loading-subtitle{font-size:16px;line-height:19px;margin:0 auto 58px;max-width:280px;text-align:center}.adyen-checkout__field.adyen-checkout__field--shopperLogin{margin-bottom:24px}.adyen-checkout__button-group{background:transparent;display:flex;justify-content:space-between}.adyen-checkout__button-group .adyen-checkout__button{background:transparent;border:0;box-shadow:inset 0 0 0 1px #99a3ad;color:#00112c;font-size:.81em;font-weight:400;height:40px;line-height:40px;margin-right:8px;padding:0;text-align:center}.adyen-checkout__button-group .adyen-checkout__button:last-child{margin-right:0}.adyen-checkout__button-group .adyen-checkout__button:hover{background:transparent;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button:active{background:#f7f8f9;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button--disabled,.adyen-checkout__button-group .adyen-checkout__button--disabled:hover{cursor:not-allowed;opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__button-group .adyen-checkout__button--selected,.adyen-checkout__button-group .adyen-checkout__button--selected:active,.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,.adyen-checkout__button-group .adyen-checkout__button--selected:hover{background:#e5efff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;transition:none}.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__adyen-giving .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__adyen-giving .adyen-checkout__status__text{color:#00112c;margin-bottom:56px;text-align:center}.adyen-checkout__campaign{background:#00112c;border-radius:6px;height:227px;overflow:hidden;position:relative}.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description{text-decoration:underline}.adyen-checkout__campaign-container{height:100%}.adyen-checkout__campaign-logo{border:2px solid rgba(255,255,255,.4);border-radius:3px;display:block;height:48px;margin-bottom:16px;overflow:hidden;width:48px}.adyen-checkout__campaign-background-image{background-color:#00112c;background-position:50%;background-size:cover;height:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before{background:inherit;content:"";height:100%;position:absolute;transition:transform .6s ease-out;width:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before{transform:scale(1.1)}.adyen-checkout__campaign-link .adyen-checkout__campaign-content{pointer-events:none}.adyen-checkout__campaign-content{bottom:0;padding:16px;position:absolute;z-index:2}.adyen-checkout__campaign-description,.adyen-checkout__campaign-title{color:#fff;font-weight:400;margin:0}.adyen-checkout__campaign-title{font-size:1em;margin-bottom:8px}.adyen-checkout__campaign-description{font-size:.81em;line-height:19px}.adyen-checkout__adyen-giving-actions{margin-top:16px}.adyen-checkout__button.adyen-checkout__button--donate{margin:16px auto 8px}.adyen-checkout__button.adyen-checkout__button--decline{display:block;margin:auto;width:auto}.adyen-checkout__paywithgoogle{height:48px}.adyen-checkout__paywithgoogle>div>button,.adyen-checkout__paywithgoogle>div>button.long,.adyen-checkout__paywithgoogle>div>button.short{height:48px;transition:background-color .3s ease-out,box-shadow .3s ease-out}.adyen-checkout__paywithgoogle>div>button.long:focus,.adyen-checkout__paywithgoogle>div>button.short:focus,.adyen-checkout__paywithgoogle>div>button:focus{box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__paywithgoogle>div>button.gpay-button{padding:15px 24px 13px}.adyen-checkout__econtext-input__field>.adyen-checkout__button--pay:only-child{margin-top:0}.adyen-checkout__voucher-result{border-radius:12px;box-sizing:border-box;position:relative;text-align:center}.adyen-checkout__voucher-result__bottom,.adyen-checkout__voucher-result__top{background:#fff;border:1px solid #d4d9db}.adyen-checkout__voucher-result__top{border-bottom:0;border-radius:12px 12px 0 0;padding:40px 0 24px}.adyen-checkout__voucher-result__bottom{border-radius:0 0 12px 12px;border-top:0}.adyen-checkout__voucher-result__separator{align-items:center;background:#fff;display:flex;height:13px;margin:0 auto;position:relative;width:calc(100% - 14px)}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCAwIDUgMiAxLjUgNEg3VjBIMFptMCAxMyA1LTIgMS41LTRIN3Y2SDBaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTYuNDIzIDYuNUM2LjQyMyAzLjMxMiAzLjc4My43NTYuNS41MThjMy4zODYuMjM2IDYgMi44NTUgNiA1Ljk4MiAwIDMuMTI3LTIuNjE0IDUuNzQ2LTYgNS45ODN2LS4wMDFjMy4yODQtLjIzNyA1LjkyMy0yLjc5NCA1LjkyMy01Ljk4MloiIHN0cm9rZT0iI0Q0RDlEQiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")}.adyen-checkout__voucher-result__separator:before{left:-7px}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-position:100%;background-repeat:no-repeat;content:"";height:13px;position:absolute;top:0;width:7px}.adyen-checkout__voucher-result__separator:after{right:-7px;transform:rotate(-180deg)}.adyen-checkout__voucher-result__separator__inner{border-top:1px solid #e6e9eb;width:100%}.adyen-checkout__voucher-result__image{align-items:center;display:flex;justify-content:center;margin-bottom:40px;width:100%}.adyen-checkout__link--voucher-result-instructions{display:inline-block}.adyen-checkout__voucher-result__image__wrapper{display:block;height:48px;margin:0 24px;position:relative}.adyen-checkout__voucher-result__image__wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before{border-left:1px solid #d4d9db;content:"";height:64px;left:-24.5px;position:absolute;top:-8px;width:1px}.adyen-checkout__voucher-result__image__brand,.adyen-checkout__voucher-result__image__issuer{border-radius:3px;height:48px}.adyen-checkout__voucher-result__introduction{color:#00112c;font-size:.81em;line-height:19px;margin:0 auto;max-width:400px;text-align:center}.adyen-checkout__voucher-result__amount{color:#00112c;font-size:1em;font-weight:700;margin:24px auto 0;text-align:center}.adyen-checkout__voucher-result__surcharge{color:#687282;display:block;font-size:.81em;font-weight:400;line-height:19px;text-align:center}.adyen-checkout__voucher-result__code__label{display:block;font-weight:400;left:0;line-height:19px;margin:0 auto;position:absolute;right:0;top:-2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.adyen-checkout__voucher-result__code__label:before{content:"";position:absolute}.adyen-checkout__voucher-result__code__label__text{background:#fff;color:#00112c;font-size:13px;letter-spacing:normal;line-height:1;padding:0 8px}.adyen-checkout__voucher-result__code__barcode{display:block;height:56px;margin:0 auto 8px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__voucher-result__code{border-width:1px 0;color:#00112c;display:inline-block;font-size:1.5em;font-weight:700;letter-spacing:1px;line-height:1.2;margin:0 auto;padding:16px 48px;position:relative;text-align:center;-webkit-user-select:all;-moz-user-select:all;user-select:all;width:100%;word-break:break-word}.adyen-checkout__voucher-result__details{list-style:none;margin:-1px auto 0;padding:0}.adyen-checkout__voucher-result__details__item{border-top:1px solid #e6e9eb;color:#00112c;display:flex;font-size:.81em;justify-content:space-between;padding:16px 24px;word-break:break-word}.adyen-checkout__voucher-result__details__item:last-child{margin-bottom:0}.adyen-checkout__voucher-result__details__label{max-width:50%;text-align:left}.adyen-checkout__voucher-result__details__value{font-weight:700;max-width:50%;text-align:right}.adyen-checkout__voucher-result__actions{align-items:center;display:flex;justify-content:center;list-style:none;margin:0 auto 32px;max-width:100%;min-width:200px;padding:0;width:300px}.adyen-checkout__voucher-result__actions__item{margin:0 4px}.adyen-checkout__paypal__buttons{position:relative;z-index:0}.adyen-checkout__paypal__button{display:flex;margin-bottom:16px}.adyen-checkout__paypal__button:empty{display:none}.adyen-checkout__paypal__status--pending{margin:16px 0}.adyen-checkout__paypal__status--processing{align-items:center;display:flex;font-size:13px;justify-content:center;padding:24px 0}.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending{margin:-16px 0 38px}.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing{padding:20px 0 65px}.adyen-checkout__phone-input{direction:ltr}.adyen-checkout__phone-input .adyen-checkout__input-wrapper{width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{box-sizing:revert;height:10px;left:40px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber{border:1px solid transparent;height:35px;margin-left:8px;padding-left:15px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput{align-items:center;display:flex}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber{align-items:center;display:flex;margin-left:65px;width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag{position:absolute}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{box-shadow:none}.adyen-checkout__threeds2__challenge,.adyen-checkout__threeds2__challenge-container{background-color:transparent;box-sizing:border-box;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}.adyen-checkout__threeds2__challenge--01,.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe{height:400px;width:250px}.adyen-checkout__threeds2__challenge--02,.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe{height:400px;width:390px}.adyen-checkout__threeds2__challenge--03,.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe{height:600px;width:500px}.adyen-checkout__threeds2__challenge--04,.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe{height:400px;width:600px}.adyen-checkout__threeds2__challenge--05,.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe{height:100%;width:100%}.adyen-checkout__iframe--threeDSIframe{border:0;left:0;position:absolute;top:0}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text{color:#c12424;margin-bottom:56px;text-align:center}.adyen-checkout__qr-loader{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__qr-loader--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__qr-loader__brand-logo{border-radius:3px;width:74px}.adyen-checkout__qr-loader__subtitle{margin:32px auto 0;max-width:400px}.adyen-checkout__qr-loader__subtitle--result{margin-bottom:32px}.adyen-checkout__qr-loader__payment_amount,.adyen-checkout__qr-loader__subtitle{color:#00112c;font-size:1em;line-height:19px}.adyen-checkout__qr-loader__icon{height:88px;width:88px}.adyen-checkout__qr-loader__payment_amount{font-weight:700}.adyen-checkout__qr-loader__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;padding-right:3%;width:152px}[dir=rtl] .adyen-checkout__qr-loader__progress{padding-left:3%;padding-right:0}.adyen-checkout__qr-loader__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__qr-loader__countdown{color:#687282;font-size:.81em}.adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__qr-loader__app-link{display:none;margin-top:16px}.adyen-checkout__button.adyen-checkout__button--qr-loader{margin-top:24px;text-decoration:none}.adyen-checkout__qr-loader__instructions{color:#687282;font-size:1em;line-height:1.5;margin-top:32px}.adyen-checkout__qr-loader__actions{align-items:center;display:flex;justify-content:center;margin-top:32px}@media only screen and (max-device-width:1200px){.adyen-checkout__qr-loader__app-link{display:block}}.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__alert-message{border-radius:6px;display:flex;font-size:.81em;margin:0 0 16px;padding:12px;text-align:left}.adyen-checkout__alert-message--error{background:#fbe6ed}.adyen-checkout__alert-message--warning{background:#ffeacc}.adyen-checkout__alert-message--info{background:#e5efff}.adyen-checkout__alert-message__icon{height:14px;margin-right:8px;width:14px}.adyen-checkout__giftcard-result__header{align-items:center;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:400;justify-content:space-between;position:relative;width:100%}.adyen-checkout__giftcard-result__header__title{align-items:center;display:flex}.adyen-checkout__giftcard-result__name{margin-left:8px}.adyen-checkout__giftcard-result__balance{list-style:none;margin:16px 0 0;padding:0}.adyen-checkout__giftcard-result__balance__item{display:flex;justify-content:space-between;margin-bottom:8px}.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit{color:#687282}.adyen-checkout__giftcard-result__balance__item:last-child{margin-bottom:0}.adyen-checkout__giftcard-result__balance__value--amount{font-weight:700}.adyen-checkout__giftcard-result__remaining-balance{color:#687282;font-size:13px;line-height:19px;margin:8px auto 0;text-align:center}.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm{list-style:none;margin:0;padding:0}.DropinComponent-module_adyen-checkout__payment-method__nWdwg{display:block;max-height:60px}.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:none}.DropinComponent-module_adyen-checkout__payment-method__image__nB80V{height:26px;width:40px}.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-right:8px}[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-left:8px;margin-right:0}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF{max-height:100%}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:block}.adyen-checkout__payment-method__disable-confirmation{background:#c12424;border-left:1px solid #b82222;border-right:1px solid #b82222;color:#fff;font-size:.81em;margin:0 -17px;max-height:0;opacity:0;overflow:hidden;transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear}.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open{margin-bottom:16px;max-height:62px;opacity:1}.adyen-checkout__payment-method__disable-confirmation__content{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.adyen-checkout__payment-method__disable-confirmation__buttons{display:flex}.adyen-checkout__payment-method__disable-confirmation__button{background:#c12424;border:1px solid transparent;border-radius:6px;color:#fff;cursor:pointer;display:block;height:auto;line-height:14px;margin:0 0 0 8px;padding:8px;width:auto}.adyen-checkout__payment-method__disable-confirmation__button:hover,.adyen-checkout__payment-method__disable-confirmation__button:hover:focus{background:#ac2020;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button:active,.adyen-checkout__payment-method__disable-confirmation__button:hover:active{background:#961c1c;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button--remove,.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled{border-color:#fff}.adyen-checkout__payment-method__disable-confirmation__button--cancel,.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled{border-color:transparent}.adyen-checkout__payment-method{background:#fff;border:1px solid #e6e9eb;cursor:pointer;margin-top:-1px;position:relative;transition:opacity .3s ease-out;width:100%}.adyen-checkout__payment-method:focus{outline:0}.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method,.adyen-checkout__payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px;margin-top:0}.adyen-checkout__payment-method--next-selected,.adyen-checkout__payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin-bottom:0}.adyen-checkout__payment-method--loading{opacity:.2}.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading{opacity:.9}.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,.adyen-checkout__payment-method--disabling{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__payment-method--disabling{opacity:.3}.adyen-checkout__payment-method__header{align-items:center;color:#00112c;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:400;justify-content:space-between;padding:12px 16px 12px 44px;position:relative;transition:background .1s ease-out;width:100%}[dir=rtl] .adyen-checkout__payment-method__header{padding:12px 44px 12px 12px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header{padding:16px}.adyen-checkout__payment-method__header__title{align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:flex;flex-shrink:0;font-size:1em;font-weight:400;margin-right:16px;max-width:100%;padding:4px}[dir=rtl] .adyen-checkout__payment-method__header__title{margin-left:16px;margin-right:0}.adyen-checkout__payment-method__surcharge{color:#687282;margin-left:5px}.adyen-checkout__payment-method--selected{background:#f7f8f9;border:1px solid #e6e9eb;border-radius:12px;cursor:default;margin:8px 0;transition:margin .15s cubic-bezier(.4,0,.2,1) 0ms,opacity .3s ease-out}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header{flex-wrap:wrap}.adyen-checkout__payment-method__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__payment-method__name--selected{font-weight:500}.adyen-checkout__payment-method__details{padding:0 16px;position:relative}.adyen-checkout__payment-method__details__content{margin:0 0 16px}.adyen-checkout__payment-method__image__wrapper{height:26px;position:relative;width:40px}.adyen-checkout__payment-method__image__wrapper--outline:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__payment-method__image{border-radius:3px;display:block}.adyen-checkout__payment-method__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;height:16px;margin:4px 0;overflow:hidden;text-align:right}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number{color:#99a3ad;font-size:13px}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands{height:auto;overflow:visible;text-align:left}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{display:inline-block;height:16px;margin-right:4px;transition:opacity .2s ease-out;width:24px}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child{margin:0}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{margin-bottom:4px}.adyen-checkout__payment-method__brands img{height:16px;width:24px}.adyen-checkout__payment-method__image__wrapper--disabled{opacity:.25}.adyen-checkout__payment-method__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;left:16px;position:absolute;transition:border-color .2s ease-out,box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout__payment-method__radio{left:auto;right:16px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio{display:none}.adyen-checkout__payment-method__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease-out;width:6px}.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__payment-method__radio--selected{background-color:#0075ff;border:0;transition:all .3s ease-out}.adyen-checkout__payment-method__radio--selected:hover{box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__payment-method__radio--selected:after{transform:translateY(-50%) scale(1)}.adyen-checkout__order-payment-methods-list{list-style:none;margin:0 auto 16px;padding:0}.adyen-checkout__order-payment-method{background:#fff;border:1px solid #e6e9eb;margin-top:-1px;position:relative;width:100%}.adyen-checkout__order-payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.adyen-checkout__order-payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.adyen-checkout__order-payment-method__header{align-items:center;color:#00112c;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:500;justify-content:space-between;padding:16px;position:relative;transition:background .1s ease-out;width:100%}.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title{padding:0}.adyen-checkout__order-payment-method__details{padding:0 16px 16px}.adyen-checkout__order-payment-method__deducted-amount{display:flex;font-size:1em;justify-content:space-between;line-height:1em}.adyen-checkout__order-payment-method__deducted-amount__label{font-size:.81em}.adyen-checkout__order-payment-method__deducted-amount__value{font-weight:500}.adyen-checkout__order-remaining-amount{background:#ffeacc;border-radius:6px;color:#7f4a00;display:block;font-size:.81em;margin-bottom:16px;padding:8px 16px;width:100%}.adyen-checkout__order-remaining-amount strong{font-weight:700}.adyen-checkout__status{align-items:center;background-color:#fff;border:1px solid #d4d9db;border-radius:6px;color:#00112c;display:flex;flex-direction:column;font-size:1em;height:350px;justify-content:center;margin:0;padding:32px;text-align:center}.adyen-checkout__status__icon{margin-bottom:24px}.adyen-checkout__status .adyen-checkout__spinner__wrapper{max-height:88px}.adyen-checkout__dropin,.adyen-checkout__dropin *,.adyen-checkout__dropin :after,.adyen-checkout__dropin :before{box-sizing:border-box}.adyen-checkout__payment-methods-list--loading{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__instant-payment-methods-list{list-style:none;margin:0;padding:0}.adyen-checkout__instant-payment-methods-list li:not(:last-child){margin-bottom:8px}.adyen-checkout__link{color:#0075ff;text-decoration:none}.adyen-checkout__link:hover{text-decoration:underline}.AchInput-module_sf-input__wrapper__lfdiv{position:relative}.AchInput-module_sf-input__wrapper__lfdiv *,.AchInput-module_sf-input__wrapper__lfdiv :after,.AchInput-module_sf-input__wrapper__lfdiv :before{box-sizing:border-box}.AchInput-module_adyen-checkout__input__8WwCR{display:block;max-height:100px}.adyen-checkout__loading-input__form{transition:opacity .25s ease-out}.adyen-checkout__pm__holderName{margin-bottom:0}.adyen-checkout__fieldset__title+.adyen-checkout__ach-sf__form{margin-top:0}.adyen-checkout__ach-input .adyen-checkout__fieldset--address,.adyen-checkout__ach-sf__form{margin-top:16px}.adyen-checkout__loading-input__form{transition:opacity .25s ease-out}.adyen-checkout-phone-input--new{direction:ltr}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper{width:100%}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within{border:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{box-sizing:revert;height:10px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{box-shadow:none}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number{border:1px solid transparent;height:35px;line-height:35px;min-height:35px;padding-bottom:0;padding-left:15px;padding-top:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #dce0e5;min-width:134px;width:134px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input{align-items:center;display:flex}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number{align-items:center;display:flex;flex:3}.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder{margin-top:-10px}.adyen-checkout__await{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__await--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__await__brand-logo{border-radius:3px;width:74px}.adyen-checkout__await__indicator-text,.adyen-checkout__await__subtitle{color:#00112c;font-size:1em;line-height:19px;margin-top:32px}.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text{margin-left:10px;margin-top:6px}.adyen-checkout__await__indicator-holder{display:flex;justify-content:center;margin-bottom:20px;margin-top:32px}.adyen-checkout__await__subtitle--result{margin-bottom:32px}.adyen-checkout__await__icon{height:88px;width:88px}.adyen-checkout__await__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;width:152px}.adyen-checkout__await__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__await__countdown{color:#687282;font-size:.81em}.adyen-checkout__await>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__await__app-link{display:none;margin-top:16px}@media only screen and (max-device-width:1200px){.adyen-checkout__await__app-link{display:block}}.adyen-checkout__blik__helper{color:#00112c;font-size:1em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__introduction{color:#00112c;font-size:.81em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__emailField{margin:0 0 16px}.adyen-checkout__bacs--confirm{position:relative}.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__bacs .adyen-checkout__field--inactive{pointer-events:none}.adyen-checkout__bacs .adyen-checkout__bacs--edit{cursor:pointer;position:absolute;right:0;top:-25px;width:20%}.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin{top:-50px}.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{background:none;border:none;color:#0075ff;cursor:pointer;text-align:end;text-decoration:underline}.adyen-checkout__voucher-result__introduction{font-size:1em;max-width:420px}.adyen-checkout__klarna-widget{pointer-events:all}.adyen-checkout__field--vpa{margin-bottom:0}.adyen-checkout__segmented-control{background:#fff;border:1px solid #b9c4c9;border-radius:6px;display:flex;gap:4px;justify-content:space-between;padding:4px 5px}.adyen-checkout__segmented-control--disabled{pointer-events:none}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment{color:#8390a3}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment--selected{background:#f3f6f9;border:1.5px solid #8390a3}.adyen-checkout__segmented-control-segment{background:#fff;border:0;border-radius:6px;color:#0075ff;cursor:pointer;flex-grow:1;font-weight:500;height:40px;text-align:center;transition:background .3s ease-out;width:100%}.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover{background-color:#f7f8f9}.adyen-checkout__segmented-control-segment:active{background-color:#f7f8f9;border:1.5px solid #687282}.adyen-checkout__segmented-control-segment--selected{background:#e5f1ff;border:1.5px solid #0075ff;color:#0075ff;font-weight:700}.adyen-checkout_upi-mode-selection-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:7px;margin-top:0}.adyen-checkout__segmented-control--upi-margin-bottom{margin-bottom:16px}
3891
+ .adyen-payment-module-liZWP {
3892
+ position: relative;
3893
+ pointer-events: none;
3894
+ -webkit-user-select: none;
3895
+ -moz-user-select: none;
3896
+ user-select: none;
3897
+ }
3898
+
3899
+ .adyen-payment-module-liZWP::before {
3900
+ position: absolute;
3901
+ z-index: 1;
3902
+ background: rgb(255 255 255 / 50%);
3903
+ content: '';
3904
+ inset: 0;
3905
+ }
3906
+
3628
3907
  .textarea-module-C6Xr1 {
3629
3908
  position: relative;
3630
3909
  display: inline-block;
@@ -3694,89 +3973,238 @@ button.swiper-pagination-bullet {
3694
3973
  display: none;
3695
3974
  }
3696
3975
 
3697
- .country-selector-dialog-module-mMJS0 {
3698
- max-width: 342px;
3699
- padding: var(--space-36) var(--space-24);
3976
+ .tooltip-module-T-DtX {
3977
+ --tooltip-bg-color: var(--color-gray-800);
3978
+
3979
+ display: inline-block;
3980
+ max-width: 250px;
3981
+ padding: 10px;
3982
+ border: 1px solid var(--tooltip-bg-color);
3983
+ border-radius: 6px;
3984
+ background: var(--tooltip-bg-color);
3985
+ color: var(--color-white);
3986
+ outline: none;
3987
+ word-break: break-word;
3700
3988
  }
3701
3989
 
3702
- .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY {
3703
- display: grid;
3990
+ .tooltip-module-T-DtX .tooltip-module-CBW5f svg {
3991
+ display: block;
3992
+ fill: var(--tooltip-bg-color);
3993
+ stroke: var(--tooltip-bg-color);
3994
+ stroke-width: 1px;
3704
3995
  }
3705
3996
 
3706
- .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-7VjsF {
3707
- display: block;
3708
- margin-bottom: var(--space-16);
3709
- margin-inline: auto;
3997
+ .tooltip-module-T-DtX[data-placement='top']:has(.tooltip-module-CBW5f) {
3998
+ margin-bottom: 6px;
3710
3999
  }
3711
4000
 
3712
- .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-IdVDt {
3713
- margin-top: 0;
3714
- margin-bottom: var(--space-12);
4001
+ .tooltip-module-T-DtX[data-placement='bottom']:has(.tooltip-module-CBW5f) {
4002
+ margin-top: 6px;
3715
4003
  }
3716
4004
 
3717
- .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-Nvikf {
3718
- display: grid;
3719
- gap: var(--space-24);
4005
+ .tooltip-module-T-DtX[data-placement='bottom'] .tooltip-module-CBW5f svg {
4006
+ transform: rotate(180deg);
3720
4007
  }
3721
4008
 
3722
- .country-selector-trigger-module-aioDu {
3723
- all: unset;
3724
- display: inline-flex;
3725
- align-items: center;
3726
- gap: var(--space-8);
3727
- }
4009
+ .tooltip-module-T-DtX[data-placement='right']:has(.tooltip-module-CBW5f) {
4010
+ margin-left: 6px;
4011
+ }
3728
4012
 
3729
- .country-selector-trigger-module-aioDu:hover {
3730
- cursor: pointer;
3731
- }
4013
+ .tooltip-module-T-DtX[data-placement='right'] .tooltip-module-CBW5f svg {
4014
+ transform: rotate(90deg);
4015
+ }
3732
4016
 
3733
- .country-selector-trigger-module-aioDu:focus-visible {
3734
- box-shadow: var(--shadow-focus-outline);
4017
+ .tooltip-module-T-DtX[data-placement='left']:has(.tooltip-module-CBW5f) {
4018
+ margin-right: 6px;
4019
+ }
4020
+
4021
+ .tooltip-module-T-DtX[data-placement='left'] .tooltip-module-CBW5f svg {
4022
+ transform: rotate(-90deg);
4023
+ }
4024
+
4025
+ .tooltip-module-T-DtX[data-entering] {
4026
+ animation: tooltip-module-zl1q9 200ms;
3735
4027
  }
3736
4028
 
3737
- .country-selector-trigger-module-aioDu .country-selector-trigger-module-zOSJK {
3738
- width: 24px;
3739
- height: 24px;
3740
- border: 1px solid var(--color-white);
3741
- border-radius: 50%;
4029
+ .tooltip-module-T-DtX[data-exiting] {
4030
+ animation: tooltip-module-zl1q9 200ms reverse ease-in;
3742
4031
  }
3743
4032
 
3744
- .country-selector-trigger-module-aioDu .country-selector-trigger-module-TE8tl {
3745
- display: flex;
3746
- color: var(--color-white);
3747
- font: inherit;
3748
- line-height: 1;
4033
+ .tooltip-module-DRHoc {
4034
+ display: inline-flex;
4035
+ }
4036
+
4037
+ .tooltip-module-DRHoc .tooltip-module-3q6nr {
4038
+ min-width: unset;
4039
+ min-height: unset;
4040
+ color: currentcolor;
3749
4041
  }
3750
4042
 
3751
- .country-selector-trigger-module-aioDu .country-selector-trigger-module-TE8tl .country-selector-trigger-module-GNRDD {
3752
- margin-inline: var(--space-4);
4043
+ .tooltip-module-DRHoc .tooltip-module-3q6nr:hover {
4044
+ color: var(--color-primary);
3753
4045
  }
3754
4046
 
3755
- .categories-grid-module-C751R {
3756
- --amount-of-columns: 2;
3757
- --border: 1px solid var(--color-brand-light-gray);
4047
+ /* stylelint-disable-next-line selector-class-pattern */
3758
4048
 
3759
- display: grid;
3760
- grid-template-columns: repeat(var(--amount-of-columns), 1fr);
4049
+ .react-aria-Dialog {
4050
+ outline: 0;
3761
4051
  }
3762
4052
 
3763
- .categories-grid-module-C751R .categories-grid-module-7OZS1 {
3764
- position: relative;
3765
- display: grid;
3766
- padding: var(--space-16) var(--space-4);
3767
- place-items: center;
4053
+ @keyframes tooltip-module-zl1q9 {
4054
+ from {
4055
+ opacity: 0;
3768
4056
  }
3769
4057
 
3770
- .categories-grid-module-C751R .categories-grid-module-Q7i00 {
3771
- width: 100%;
4058
+ to {
4059
+ opacity: 1;
3772
4060
  }
4061
+ }
3773
4062
 
3774
- @media (0 <= width < 576px) {
3775
- .categories-grid-module-C751R {
3776
- position: relative;
3777
- left: calc(var(--padding-inline) * -1);
3778
- width: calc(100% + (var(--padding-inline) * 2));
3779
- border-top: var(--border);
4063
+ .payment-module-cF0-P {
4064
+ color: var(--color-brand-red);
4065
+ }
4066
+
4067
+ .payment-module-XsBSV {
4068
+ display: grid;
4069
+ gap: var(--space-24);
4070
+ }
4071
+
4072
+ .payment-module-yoZKM {
4073
+ display: grid;
4074
+ }
4075
+
4076
+ .payment-module-yoZKM .payment-module-iKZK1 {
4077
+ display: flex;
4078
+ margin-top: var(--space-8);
4079
+ gap: var(--space-8);
4080
+ }
4081
+
4082
+ .payment-module-RHQBy {
4083
+ display: grid;
4084
+ gap: var(--space-4);
4085
+ }
4086
+
4087
+ .payment-module-RHQBy .payment-module-3hHuC {
4088
+ --gap: var(--space-32);
4089
+
4090
+ display: grid;
4091
+ gap: var(--gap);
4092
+ grid-template-columns: 1fr 1fr;
4093
+ }
4094
+
4095
+ .payment-module-RHQBy .payment-module-3hHuC .payment-module-Vdgdo {
4096
+ display: grid;
4097
+ gap: var(--gap);
4098
+ }
4099
+
4100
+ .payment-module-RHQBy .payment-module-3hHuC .payment-module-Vdgdo:first-child {
4101
+ position: relative;
4102
+ }
4103
+
4104
+ .payment-module-RHQBy .payment-module-3hHuC .payment-module-Vdgdo:first-child::after {
4105
+ position: absolute;
4106
+ top: 0;
4107
+ right: calc(-1 * (0.5 * var(--gap)));
4108
+ display: block;
4109
+ width: 1px;
4110
+ height: 100%;
4111
+ background-color: var(--color-brand-light-gray);
4112
+ content: '';
4113
+ }
4114
+
4115
+ .payment-module-RHQBy .payment-module-3hHuC .payment-module-Hpq8j {
4116
+ margin-top: 0;
4117
+ margin-bottom: var(--space-4);
4118
+ font-weight: var(--font-weight-bold);
4119
+ }
4120
+
4121
+ .payment-module-RHQBy .payment-module-3hHuC p {
4122
+ margin: 0;
4123
+ }
4124
+
4125
+ .country-selector-dialog-module-mMJS0 {
4126
+ max-width: 342px;
4127
+ padding: var(--space-36) var(--space-24);
4128
+ }
4129
+
4130
+ .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY {
4131
+ display: grid;
4132
+ }
4133
+
4134
+ .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-7VjsF {
4135
+ display: block;
4136
+ margin-bottom: var(--space-16);
4137
+ margin-inline: auto;
4138
+ }
4139
+
4140
+ .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-IdVDt {
4141
+ margin-top: 0;
4142
+ margin-bottom: var(--space-12);
4143
+ }
4144
+
4145
+ .country-selector-dialog-module-mMJS0 .country-selector-dialog-module-z-ZqY .country-selector-dialog-module-Nvikf {
4146
+ display: grid;
4147
+ gap: var(--space-24);
4148
+ }
4149
+
4150
+ .country-selector-trigger-module-aioDu {
4151
+ all: unset;
4152
+ display: inline-flex;
4153
+ align-items: center;
4154
+ gap: var(--space-8);
4155
+ }
4156
+
4157
+ .country-selector-trigger-module-aioDu:hover {
4158
+ cursor: pointer;
4159
+ }
4160
+
4161
+ .country-selector-trigger-module-aioDu:focus-visible {
4162
+ box-shadow: var(--shadow-focus-outline);
4163
+ }
4164
+
4165
+ .country-selector-trigger-module-aioDu .country-selector-trigger-module-zOSJK {
4166
+ width: 24px;
4167
+ height: 24px;
4168
+ border: 1px solid var(--color-white);
4169
+ border-radius: 50%;
4170
+ }
4171
+
4172
+ .country-selector-trigger-module-aioDu .country-selector-trigger-module-TE8tl {
4173
+ display: flex;
4174
+ color: var(--color-white);
4175
+ font: inherit;
4176
+ line-height: 1;
4177
+ }
4178
+
4179
+ .country-selector-trigger-module-aioDu .country-selector-trigger-module-TE8tl .country-selector-trigger-module-GNRDD {
4180
+ margin-inline: var(--space-4);
4181
+ }
4182
+
4183
+ .categories-grid-module-C751R {
4184
+ --amount-of-columns: 2;
4185
+ --border: 1px solid var(--color-brand-light-gray);
4186
+
4187
+ display: grid;
4188
+ grid-template-columns: repeat(var(--amount-of-columns), 1fr);
4189
+ }
4190
+
4191
+ .categories-grid-module-C751R .categories-grid-module-7OZS1 {
4192
+ position: relative;
4193
+ display: grid;
4194
+ padding: var(--space-16) var(--space-4);
4195
+ place-items: center;
4196
+ }
4197
+
4198
+ .categories-grid-module-C751R .categories-grid-module-Q7i00 {
4199
+ width: 100%;
4200
+ }
4201
+
4202
+ @media (0 <= width < 576px) {
4203
+ .categories-grid-module-C751R {
4204
+ position: relative;
4205
+ left: calc(var(--padding-inline) * -1);
4206
+ width: calc(100% + (var(--padding-inline) * 2));
4207
+ border-top: var(--border);
3780
4208
  }
3781
4209
 
3782
4210
  .categories-grid-module-C751R .categories-grid-module-7OZS1 {
@@ -4684,11 +5112,48 @@ button.swiper-pagination-bullet {
4684
5112
  transition: margin-top 300ms linear;
4685
5113
  }
4686
5114
 
4687
- .page-container-module-PYmbC {
5115
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-cUEmU {
5116
+ display: grid;
5117
+ gap: var(--space-24);
5118
+ grid-template-columns: 1fr;
5119
+ }
5120
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-B3M80 {
5121
+ position: sticky;
5122
+ top: calc(var(--header-height) + var(--space-8));
5123
+ padding: var(--space-24) var(--space-32) var(--space-32);
5124
+ border: 1px solid #00000019;
5125
+ border-radius: var(--border-radius-12);
5126
+ background-color: var(--color-white);
5127
+ }
5128
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-8UNBq {
5129
+ display: grid;
5130
+ gap: var(--space-8);
5131
+ }
5132
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-430Iq {
5133
+ margin-top: var(--space-16);
5134
+ margin-bottom: var(--space-24);
5135
+ }
5136
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-wGAXb {
5137
+ position: fixed;
5138
+ z-index: 5;
5139
+ top: var(--header-height);
5140
+ left: 0;
5141
+ width: 100%;
5142
+ box-sizing: border-box;
5143
+ padding: 16px 10px;
5144
+ background-color: var(--color-white);
5145
+ }
5146
+ @media (width >= 1440px) {
5147
+ .checkout-page-layout-module-lULV3 .checkout-page-layout-module-cUEmU {
5148
+ grid-template-columns: 1fr 22.375rem;
5149
+ }
5150
+ }
5151
+
5152
+ .page-container-module-eFYSe {
4688
5153
  overflow: clip;
4689
5154
  }
4690
5155
 
4691
- .page-container-module-PYmbC .page-container-module-uD8GF {
5156
+ .page-container-module-eFYSe .page-container-module-ZhEJP {
4692
5157
  --page-container-padding: 10px;
4693
5158
 
4694
5159
  position: relative;
@@ -4699,7 +5164,7 @@ button.swiper-pagination-bullet {
4699
5164
 
4700
5165
  @media (width >= 768px) {
4701
5166
 
4702
- .page-container-module-PYmbC .page-container-module-uD8GF {
5167
+ .page-container-module-eFYSe .page-container-module-ZhEJP {
4703
5168
  max-width: calc(806px + (2 * var(--page-container-padding)));
4704
5169
  margin: 0 auto
4705
5170
  }
@@ -4707,83 +5172,135 @@ button.swiper-pagination-bullet {
4707
5172
 
4708
5173
  @media (width >= 1440px) {
4709
5174
 
4710
- .page-container-module-PYmbC .page-container-module-uD8GF {
5175
+ .page-container-module-eFYSe .page-container-module-ZhEJP {
4711
5176
  max-width: calc(1222px + (2 * var(--page-container-padding)));
4712
5177
  padding-bottom: var(--space-96)
4713
5178
  }
4714
5179
  }
4715
5180
 
4716
- .page-module-XtZ9Y {
5181
+ .page-module-a5vPb {
4717
5182
  font-family: var(--font-family-sonic);
4718
5183
  }
4719
5184
 
4720
- .page-module-XtZ9Y .page-module-ohh9z {
5185
+ .page-module-a5vPb .page-module-q0jaH {
4721
5186
  margin-block: var(--space-24);
4722
5187
  }
4723
5188
 
4724
- .page-module-XtZ9Y .page-module-TEmve {
5189
+ .page-module-a5vPb .page-module-K7Gmw {
4725
5190
  margin-bottom: var(--space-44);
4726
5191
  }
4727
5192
 
4728
- .checkout-page-layout-module-54Qta .checkout-page-layout-module-itTHb {
4729
- display: grid;
4730
- gap: var(--space-24);
4731
- grid-template-columns: 1fr;
4732
- }
4733
- .checkout-page-layout-module-54Qta .checkout-page-layout-module-pV1P2 {
4734
- position: sticky;
4735
- top: calc(var(--header-height) + var(--space-8));
4736
- padding: var(--space-24) var(--space-32) var(--space-32);
4737
- border: 1px solid #00000019;
4738
- border-radius: var(--border-radius-12);
4739
- background-color: var(--color-white);
4740
- }
4741
- .checkout-page-layout-module-54Qta .checkout-page-layout-module-xuXiO {
4742
- display: grid;
4743
- gap: var(--space-8);
4744
- }
4745
- .checkout-page-layout-module-54Qta .checkout-page-layout-module-Nmktk {
4746
- margin-top: var(--space-16);
4747
- margin-bottom: var(--space-24);
4748
- }
4749
- .checkout-page-layout-module-54Qta .checkout-page-layout-module---Bqj {
4750
- position: fixed;
4751
- z-index: 5;
4752
- top: var(--header-height);
4753
- left: 0;
4754
- width: 100%;
4755
- box-sizing: border-box;
4756
- padding: 16px 10px;
4757
- background-color: var(--color-white);
4758
- }
4759
- @media (width >= 1440px) {
4760
- .checkout-page-layout-module-54Qta .checkout-page-layout-module-itTHb {
4761
- grid-template-columns: 1fr 22.375rem;
4762
- }
4763
- }
4764
-
4765
- .no-results-module-T1cti {
5193
+ .no-results-module-HGe-Y {
4766
5194
  margin-top: var(--space-24);
4767
5195
  text-align: center;
4768
5196
  }
4769
5197
 
4770
- .no-results-module-T1cti .no-results-module-mZ8TQ {
5198
+ .no-results-module-HGe-Y .no-results-module-zlHBh {
4771
5199
  margin-bottom: 26px;
4772
5200
  }
4773
5201
 
4774
- .no-results-module-T1cti .no-results-module-FQGhC {
5202
+ .no-results-module-HGe-Y .no-results-module-t2hI7 {
4775
5203
  margin: 0;
4776
5204
  line-height: 1.5;
4777
5205
  }
4778
5206
 
4779
- .no-results-module-T1cti .no-results-module-QGZsD {
5207
+ .no-results-module-HGe-Y .no-results-module-nl-AB {
4780
5208
  display: flex;
4781
5209
  flex-wrap: wrap;
4782
5210
  justify-content: center;
4783
5211
  margin-top: var(--space-32);
4784
5212
  }
4785
5213
 
4786
- .product-details-page-layout-module-YnHNa {
5214
+ .checkout-page-section-module-zyovs {
5215
+ display: grid;
5216
+ }
5217
+
5218
+ @media (width >= 768px) {.checkout-page-section-module-zyovs {
5219
+ grid-template-columns: repeat(2, 1fr)
5220
+ }
5221
+ }
5222
+
5223
+ .checkout-page-section-module-zyovs:not(:first-child) {
5224
+ margin-top: var(--space-24);
5225
+ }
5226
+
5227
+ .checkout-page-section-module-zyovs:not(:last-child) {
5228
+ padding-bottom: var(--space-32);
5229
+ }
5230
+
5231
+ .checkout-page-section-module-zyovs.checkout-page-section-module-pe5iL:not(:last-child) {
5232
+ border-bottom: 1px solid #00000019;
5233
+ }
5234
+
5235
+ .checkout-page-section-module-lcEdH {
5236
+ margin-bottom: var(--space-16);
5237
+ }
5238
+
5239
+ .checkout-page-section-module-ZkhMj {
5240
+ grid-column: span 2;
5241
+ }
5242
+
5243
+ .checkout-page-section-module-ZkhMj .checkout-page-section-module-24DRv {
5244
+ max-width: unset;
5245
+ }
5246
+
5247
+ @media (width >= 1440px) {
5248
+ .checkout-page-section-module-ZkhMj:not(.checkout-page-section-module-24DRv) {
5249
+ max-width: 520px;
5250
+ }
5251
+ }
5252
+
5253
+ .checkout-page-section-module-l508k {
5254
+ justify-self: flex-end;
5255
+ }
5256
+
5257
+ @media (width < 768px) {
5258
+
5259
+ .checkout-page-section-module-l508k {
5260
+ order: 1;
5261
+ margin-top: var(--space-20);
5262
+ justify-self: flex-start
5263
+ }
5264
+ }
5265
+
5266
+ .edit-address-module-oC1yA {
5267
+ display: grid;
5268
+ gap: var(--space-16);
5269
+ grid-template-columns: 1fr;
5270
+ }
5271
+
5272
+ .edit-address-module-oC1yA .edit-address-module-7ANZQ {
5273
+ display: grid;
5274
+ }
5275
+
5276
+ @media (width >= 768px) {.edit-address-module-oC1yA {
5277
+ grid-template-columns: 1fr 1fr
5278
+ }
5279
+
5280
+ .edit-address-module-oC1yA .edit-address-module-7ANZQ {
5281
+ display: grid;
5282
+ grid-column: span 2;
5283
+ }
5284
+ }
5285
+
5286
+ .edit-address-module-QAPy- {
5287
+ display: flex;
5288
+ flex-wrap: wrap;
5289
+ align-items: center;
5290
+ margin-bottom: var(--space-12);
5291
+ gap: var(--space-8);
5292
+ }
5293
+
5294
+ .readonly-address-module-1hAQK {
5295
+ display: grid;
5296
+ margin-top: var(--space-24);
5297
+ }
5298
+
5299
+ .readonly-address-module-jMyJ- {
5300
+ margin-bottom: var(--space-12);
5301
+ }
5302
+
5303
+ .product-details-page-layout-module-pPtZX {
4787
5304
  display: flex;
4788
5305
  flex-direction: column;
4789
5306
  padding-top: var(--space-24);
@@ -4791,35 +5308,35 @@ button.swiper-pagination-bullet {
4791
5308
  gap: var(--space-64);
4792
5309
  }
4793
5310
 
4794
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-bWVpu .product-details-page-layout-module-EgqvM {
5311
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-0uf92 {
4795
5312
  height: 100%;
4796
5313
  align-self: flex-start;
4797
5314
  margin-bottom: var(--space-16);
4798
5315
  }
4799
5316
 
4800
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-bWVpu .product-details-page-layout-module-Tu8s1 {
5317
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-3-19O {
4801
5318
  position: sticky;
4802
5319
  top: calc(var(--header-height) + var(--space-8));
4803
5320
  height: -moz-fit-content;
4804
5321
  height: fit-content;
4805
5322
  }
4806
5323
 
4807
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-9VKcH,
4808
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module--tq0o {
5324
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-Cl9u-,
5325
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-lfAgH {
4809
5326
  display: flex;
4810
5327
  flex-direction: column;
4811
5328
  align-items: center;
4812
5329
  gap: var(--space-24);
4813
5330
  }
4814
5331
 
4815
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-xA4IZ {
5332
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-e8ZNQ {
4816
5333
  position: relative;
4817
5334
  left: -10px;
4818
5335
  width: 100dvw;
4819
5336
  }
4820
5337
 
4821
5338
  @media (width >= 768px) {
4822
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-xA4IZ {
5339
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-e8ZNQ {
4823
5340
  position: relative;
4824
5341
  left: auto;
4825
5342
  width: auto;
@@ -4827,25 +5344,25 @@ button.swiper-pagination-bullet {
4827
5344
  }
4828
5345
 
4829
5346
  @media (width >= 1024px) {
4830
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-bWVpu {
5347
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ {
4831
5348
  display: grid;
4832
5349
  gap: var(--space-24);
4833
5350
  grid-template-columns: 396px 1fr;
4834
5351
  }
4835
5352
 
4836
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-bWVpu .product-details-page-layout-module-EgqvM {
5353
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-0uf92 {
4837
5354
  margin-bottom: 0;
4838
5355
  }
4839
5356
  }
4840
5357
 
4841
5358
  @media (width >= 1440px) {
4842
- .product-details-page-layout-module-YnHNa .product-details-page-layout-module-bWVpu {
5359
+ .product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ {
4843
5360
  gap: var(--space-32);
4844
5361
  grid-template-columns: 600px 1fr;
4845
5362
  }
4846
5363
  }
4847
5364
 
4848
- .product-detail-images-module-N3Ms- {
5365
+ .product-detail-images-module-ERzjA {
4849
5366
  display: flex;
4850
5367
  width: 100%;
4851
5368
  height: 100%;
@@ -4855,31 +5372,31 @@ button.swiper-pagination-bullet {
4855
5372
  padding: 64px 48px;
4856
5373
  }
4857
5374
 
4858
- .product-details-panel-module-kfhpL {
5375
+ .product-details-panel-module-MXfPm {
4859
5376
  display: flex;
4860
5377
  flex-direction: column;
4861
5378
  gap: 24px;
4862
5379
  }
4863
5380
 
4864
- .product-details-panel-module-kfhpL .product-details-panel-module--1ODE {
5381
+ .product-details-panel-module-MXfPm .product-details-panel-module-rtZYR {
4865
5382
  display: flex;
4866
5383
  flex-direction: column;
4867
5384
  gap: 8px;
4868
5385
  }
4869
5386
 
4870
- .product-details-panel-module-kfhpL .product-details-panel-module-CCcmA {
5387
+ .product-details-panel-module-MXfPm .product-details-panel-module-wHZCr {
4871
5388
  display: flex;
4872
5389
  width: 100%;
4873
5390
  align-items: flex-end;
4874
5391
  justify-content: space-between;
4875
5392
  }
4876
5393
 
4877
- .product-details-panel-module-kfhpL .product-details-panel-module-CCcmA .product-details-panel-module-1vyDM {
5394
+ .product-details-panel-module-MXfPm .product-details-panel-module-wHZCr .product-details-panel-module-QLafW {
4878
5395
  display: flex;
4879
5396
  align-items: center;
4880
5397
  }
4881
5398
 
4882
- .product-details-panel-module-kfhpL .product-details-panel-module-GfTab {
5399
+ .product-details-panel-module-MXfPm .product-details-panel-module-9L-Nm {
4883
5400
  margin-top: var(--space-12);
4884
5401
  color: var(--color-brand-dark-gray);
4885
5402
  font-size: 16px;
@@ -4890,11 +5407,11 @@ button.swiper-pagination-bullet {
4890
5407
  line-height: 1.5;
4891
5408
  }
4892
5409
 
4893
- .product-details-panel-module-kfhpL .product-details-panel-module-GfTab p {
5410
+ .product-details-panel-module-MXfPm .product-details-panel-module-9L-Nm p {
4894
5411
  margin: 0;
4895
5412
  }
4896
5413
 
4897
- .product-details-panel-module-kfhpL .product-details-panel-module-ze0my {
5414
+ .product-details-panel-module-MXfPm .product-details-panel-module-NC2nx {
4898
5415
  margin-top: var(--space-16);
4899
5416
  margin-bottom: var(--space-24);
4900
5417
  }
@@ -5047,50 +5564,50 @@ button.swiper-pagination-bullet {
5047
5564
  display: none;
5048
5565
  }
5049
5566
 
5050
- .product-listing-page-module-dmIHF .product-listing-page-module-Oz76Z {
5567
+ .product-listing-page-module-U0zLZ .product-listing-page-module-9a0ps {
5051
5568
  margin-bottom: 44px;
5052
5569
  }
5053
- .product-listing-page-module-dmIHF .product-listing-page-module-iY1yj {
5570
+ .product-listing-page-module-U0zLZ .product-listing-page-module-VvYG3 {
5054
5571
  margin-bottom: var(--space-24);
5055
5572
  }
5056
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr {
5573
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo {
5057
5574
  display: grid;
5058
5575
  gap: var(--space-16);
5059
5576
  justify-items: center;
5060
5577
  }
5061
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy,
5062
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr {
5578
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J,
5579
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
5063
5580
  width: 100%;
5064
5581
  }
5065
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy > *, .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr > * {
5582
+ .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 > * {
5066
5583
  display: flex;
5067
5584
  width: 100%;
5068
5585
  justify-content: center;
5069
5586
  }
5070
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-zx79v {
5587
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3Jtw- {
5071
5588
  order: 2;
5072
5589
  }
5073
- .product-listing-page-module-dmIHF .product-listing-page-module-R4aOl {
5590
+ .product-listing-page-module-U0zLZ .product-listing-page-module-UwMEE {
5074
5591
  margin-bottom: var(--space-44);
5075
5592
  }
5076
- .product-listing-page-module-dmIHF .product-listing-page-module-ICkKg {
5593
+ .product-listing-page-module-U0zLZ .product-listing-page-module-cUe4a {
5077
5594
  display: grid;
5078
5595
  grid-template-columns: 1fr;
5079
5596
  }
5080
- .product-listing-page-module-dmIHF .product-listing-page-module-LHE7z {
5597
+ .product-listing-page-module-U0zLZ .product-listing-page-module-dtbXB {
5081
5598
  display: flex;
5082
5599
  flex-direction: column;
5083
5600
  }
5084
- .product-listing-page-module-dmIHF .product-listing-page-module-xsRaj {
5601
+ .product-listing-page-module-U0zLZ .product-listing-page-module-zKOQv {
5085
5602
  margin-top: var(--space-24);
5086
5603
  grid-column: span 2;
5087
5604
  }
5088
5605
  @media (width >= 768px) {
5089
- .product-listing-page-module-dmIHF .product-listing-page-module-R4aOl {
5606
+ .product-listing-page-module-U0zLZ .product-listing-page-module-UwMEE {
5090
5607
  margin-bottom: var(--space-64);
5091
5608
  }
5092
5609
 
5093
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr {
5610
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo {
5094
5611
  display: grid;
5095
5612
  align-items: center;
5096
5613
  justify-content: space-between;
@@ -5099,76 +5616,76 @@ button.swiper-pagination-bullet {
5099
5616
  row-gap: var(--space-8);
5100
5617
  }
5101
5618
 
5102
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy,
5103
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr {
5619
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J,
5620
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
5104
5621
  width: initial;
5105
5622
  }
5106
5623
 
5107
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy > *, .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr > * {
5624
+ .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 > * {
5108
5625
  width: initial;
5109
5626
  }
5110
5627
 
5111
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy {
5628
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J {
5112
5629
  justify-self: flex-start;
5113
5630
  }
5114
5631
 
5115
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr {
5632
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
5116
5633
  display: flex;
5117
5634
  justify-self: flex-end;
5118
5635
  }
5119
5636
 
5120
- .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-zx79v {
5637
+ .product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3Jtw- {
5121
5638
  order: initial;
5122
5639
  margin: auto;
5123
5640
  }
5124
5641
  }
5125
5642
  @media (width >= 1440px) {
5126
- .product-listing-page-module-dmIHF .product-listing-page-module-ICkKg {
5643
+ .product-listing-page-module-U0zLZ .product-listing-page-module-cUe4a {
5127
5644
  grid-template-columns: auto 1fr;
5128
5645
  }
5129
5646
  }
5130
5647
 
5131
- .search-results-page-module-M7SIu .search-results-page-module-DpNT- {
5648
+ .search-results-page-module-uE5NE .search-results-page-module-grXkv {
5132
5649
  margin-bottom: 44px;
5133
5650
  }
5134
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk {
5651
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi {
5135
5652
  display: grid;
5136
5653
  gap: var(--space-16);
5137
5654
  justify-items: center;
5138
5655
  }
5139
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-SzLQb,
5140
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-cgonp {
5656
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo,
5657
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN {
5141
5658
  width: 100%;
5142
5659
  }
5143
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-SzLQb > *, .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-cgonp > * {
5660
+ .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 > * {
5144
5661
  display: flex;
5145
5662
  width: 100%;
5146
5663
  justify-content: center;
5147
5664
  }
5148
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-hunZp {
5665
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-rhDU1 {
5149
5666
  order: 2;
5150
5667
  }
5151
- .search-results-page-module-M7SIu .search-results-page-module-n2lSj {
5668
+ .search-results-page-module-uE5NE .search-results-page-module-uxlXw {
5152
5669
  margin-bottom: var(--space-44);
5153
5670
  }
5154
- .search-results-page-module-M7SIu .search-results-page-module-TK-iE {
5671
+ .search-results-page-module-uE5NE .search-results-page-module-p6Qod {
5155
5672
  display: grid;
5156
5673
  grid-template-columns: 1fr;
5157
5674
  }
5158
- .search-results-page-module-M7SIu .search-results-page-module-HWUnk {
5675
+ .search-results-page-module-uE5NE .search-results-page-module-7T07c {
5159
5676
  display: flex;
5160
5677
  flex-direction: column;
5161
5678
  }
5162
- .search-results-page-module-M7SIu .search-results-page-module-SZYiA {
5679
+ .search-results-page-module-uE5NE .search-results-page-module-zcJy7 {
5163
5680
  margin-top: var(--space-24);
5164
5681
  grid-column: span 2;
5165
5682
  }
5166
5683
  @media (width >= 768px) {
5167
- .search-results-page-module-M7SIu .search-results-page-module-n2lSj {
5684
+ .search-results-page-module-uE5NE .search-results-page-module-uxlXw {
5168
5685
  margin-bottom: var(--space-64);
5169
5686
  }
5170
5687
 
5171
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk {
5688
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi {
5172
5689
  display: grid;
5173
5690
  align-items: center;
5174
5691
  justify-content: space-between;
@@ -5177,193 +5694,35 @@ button.swiper-pagination-bullet {
5177
5694
  row-gap: var(--space-8);
5178
5695
  }
5179
5696
 
5180
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-SzLQb,
5181
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-cgonp {
5697
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo,
5698
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN {
5182
5699
  width: initial;
5183
5700
  }
5184
5701
 
5185
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-SzLQb > *, .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-cgonp > * {
5702
+ .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 > * {
5186
5703
  width: initial;
5187
5704
  }
5188
5705
 
5189
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-SzLQb {
5706
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-7G8Fo {
5190
5707
  justify-self: flex-start;
5191
5708
  }
5192
5709
 
5193
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-cgonp {
5710
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-MzRkN {
5194
5711
  display: flex;
5195
5712
  justify-self: flex-end;
5196
5713
  }
5197
5714
 
5198
- .search-results-page-module-M7SIu .search-results-page-module-RJoMk .search-results-page-module-hunZp {
5715
+ .search-results-page-module-uE5NE .search-results-page-module--GBRi .search-results-page-module-rhDU1 {
5199
5716
  order: initial;
5200
5717
  margin: auto;
5201
5718
  }
5202
5719
  }
5203
5720
  @media (width >= 1440px) {
5204
- .search-results-page-module-M7SIu .search-results-page-module-TK-iE {
5721
+ .search-results-page-module-uE5NE .search-results-page-module-p6Qod {
5205
5722
  grid-template-columns: auto 1fr;
5206
5723
  }
5207
5724
  }
5208
5725
 
5209
- .tooltip-module-T-DtX {
5210
- --tooltip-bg-color: var(--color-gray-800);
5211
-
5212
- display: inline-block;
5213
- max-width: 250px;
5214
- padding: 10px;
5215
- border: 1px solid var(--tooltip-bg-color);
5216
- border-radius: 6px;
5217
- background: var(--tooltip-bg-color);
5218
- color: var(--color-white);
5219
- outline: none;
5220
- word-break: break-word;
5221
- }
5222
-
5223
- .tooltip-module-T-DtX .tooltip-module-CBW5f svg {
5224
- display: block;
5225
- fill: var(--tooltip-bg-color);
5226
- stroke: var(--tooltip-bg-color);
5227
- stroke-width: 1px;
5228
- }
5229
-
5230
- .tooltip-module-T-DtX[data-placement='top']:has(.tooltip-module-CBW5f) {
5231
- margin-bottom: 6px;
5232
- }
5233
-
5234
- .tooltip-module-T-DtX[data-placement='bottom']:has(.tooltip-module-CBW5f) {
5235
- margin-top: 6px;
5236
- }
5237
-
5238
- .tooltip-module-T-DtX[data-placement='bottom'] .tooltip-module-CBW5f svg {
5239
- transform: rotate(180deg);
5240
- }
5241
-
5242
- .tooltip-module-T-DtX[data-placement='right']:has(.tooltip-module-CBW5f) {
5243
- margin-left: 6px;
5244
- }
5245
-
5246
- .tooltip-module-T-DtX[data-placement='right'] .tooltip-module-CBW5f svg {
5247
- transform: rotate(90deg);
5248
- }
5249
-
5250
- .tooltip-module-T-DtX[data-placement='left']:has(.tooltip-module-CBW5f) {
5251
- margin-right: 6px;
5252
- }
5253
-
5254
- .tooltip-module-T-DtX[data-placement='left'] .tooltip-module-CBW5f svg {
5255
- transform: rotate(-90deg);
5256
- }
5257
-
5258
- .tooltip-module-T-DtX[data-entering] {
5259
- animation: tooltip-module-zl1q9 200ms;
5260
- }
5261
-
5262
- .tooltip-module-T-DtX[data-exiting] {
5263
- animation: tooltip-module-zl1q9 200ms reverse ease-in;
5264
- }
5265
-
5266
- .tooltip-module-DRHoc {
5267
- display: inline-flex;
5268
- }
5269
-
5270
- .tooltip-module-DRHoc .tooltip-module-3q6nr {
5271
- min-width: unset;
5272
- min-height: unset;
5273
- color: currentcolor;
5274
- }
5275
-
5276
- .tooltip-module-DRHoc .tooltip-module-3q6nr:hover {
5277
- color: var(--color-primary);
5278
- }
5279
-
5280
- /* stylelint-disable-next-line selector-class-pattern */
5281
-
5282
- .react-aria-Dialog {
5283
- outline: 0;
5284
- }
5285
-
5286
- @keyframes tooltip-module-zl1q9 {
5287
- from {
5288
- opacity: 0;
5289
- }
5290
-
5291
- to {
5292
- opacity: 1;
5293
- }
5294
- }
5295
-
5296
- .edit-address-module-dphSX .edit-address-module-8FyLR {
5297
- margin-bottom: var(--space-16);
5298
- }
5299
- .edit-address-module-dphSX .edit-address-module-dtGk5 {
5300
- display: grid;
5301
- gap: var(--space-16);
5302
- grid-template-columns: 1fr 1fr;
5303
- }
5304
- .edit-address-module-dphSX .edit-address-module-dtGk5 .edit-address-module-HVdsP {
5305
- display: grid;
5306
- grid-column: span 2;
5307
- }
5308
- .edit-address-module-dphSX:not(:first-of-type) {
5309
- margin-top: var(--space-32);
5310
- }
5311
- .edit-address-module-dphSX .edit-address-module-H8hM- {
5312
- display: flex;
5313
- flex-wrap: wrap;
5314
- align-items: center;
5315
- margin-bottom: var(--space-12);
5316
- gap: var(--space-8);
5317
- }
5318
-
5319
- .readonly-address-module-86tan {
5320
- display: grid;
5321
- grid-template-columns: repeat(2, 1fr);
5322
- }
5323
-
5324
- .readonly-address-module-86tan .readonly-address-module-VLsk2 {
5325
- margin-bottom: var(--space-16);
5326
- }
5327
-
5328
- .readonly-address-module-86tan .readonly-address-module-84Ake {
5329
- max-width: 520px;
5330
- grid-column: span 2;
5331
- }
5332
-
5333
- .readonly-address-module-86tan .readonly-address-module-rxXHA {
5334
- justify-self: flex-end;
5335
- }
5336
-
5337
- .readonly-address-module-86tan:not(:first-child) {
5338
- margin-top: var(--space-24);
5339
- }
5340
-
5341
- .readonly-address-module-86tan:not(:last-child) {
5342
- padding-bottom: var(--space-32);
5343
- border-bottom: 1px solid #00000019;
5344
- }
5345
-
5346
- @media (width < 768px) {
5347
- .readonly-address-module-86tan .readonly-address-module-rxXHA {
5348
- order: 1;
5349
- margin-top: var(--space-20);
5350
- justify-self: flex-start;
5351
- }
5352
- }
5353
-
5354
- .readonly-address-module-mhW4y {
5355
- display: grid;
5356
- margin-top: var(--space-24);
5357
- }
5358
-
5359
- .readonly-address-module-qgm1D {
5360
- margin-bottom: var(--space-12);
5361
- }
5362
-
5363
- .shipping-page-module-vmV0t {
5364
- max-width: 520px;
5365
- }
5366
-
5367
5726
  .sidebar-provider-module-rjeCL {
5368
5727
  --transition-duration: 0;
5369
5728
  }