@sonic-equipment/ui 167.0.0 → 168.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 (148) hide show
  1. package/dist/algolia/algolia-sonic-searchclient.d.ts +2 -1
  2. package/dist/algolia/algolia-sonic-searchclient.js +2 -2
  3. package/dist/background-overlay/background-overlay-manager.js +6 -0
  4. package/dist/background-overlay/background-overlay.d.ts +1 -1
  5. package/dist/base.css +59 -1
  6. package/dist/buttons/link/link.d.ts +1 -1
  7. package/dist/buttons/link/link.js +6 -4
  8. package/dist/cart-totals/cart-totals.js +1 -0
  9. package/dist/collapsables/accordion/accordion-item.js +3 -2
  10. package/dist/collapsables/cascading-component/cascading-component-container-context.js +1 -0
  11. package/dist/collapsables/cascading-component/cascading-component-container-provider.js +1 -0
  12. package/dist/collapsables/cascading-component/cascading-component-container.js +1 -0
  13. package/dist/collapsables/cascading-component/cascading-component.js +1 -0
  14. package/dist/collapsables/unmounter/unmounter.js +1 -0
  15. package/dist/config.js +12 -11
  16. package/dist/country-select/country-select.js +1 -0
  17. package/dist/display/price/price.js +1 -0
  18. package/dist/drawer/drawer.d.ts +3 -2
  19. package/dist/drawer/drawer.js +15 -3
  20. package/dist/drawer/drawer.module.css.js +1 -1
  21. package/dist/drawer/use-drawer.js +1 -6
  22. package/dist/exports.d.ts +15 -5
  23. package/dist/footer/connected-footer.d.ts +4 -0
  24. package/dist/footer/connected-footer.js +13 -0
  25. package/dist/footer/footer.d.ts +8 -4
  26. package/dist/footer/footer.js +23 -2
  27. package/dist/footer/footer.model.d.ts +3 -15
  28. package/dist/forms/form/form.js +1 -0
  29. package/dist/forms/text-field/password-reveal-toggle/password-reveal-toggle.js +1 -0
  30. package/dist/global-search/global-search-provider/global-search-provider.d.ts +0 -6
  31. package/dist/global-search/global-search-provider/global-search-provider.js +3 -9
  32. package/dist/global-search/global-search-provider/use-search-disclosure.d.ts +1 -6
  33. package/dist/global-search/global-search-provider/use-search-disclosure.js +5 -9
  34. package/dist/global-search/global-search.d.ts +3 -1
  35. package/dist/global-search/global-search.js +7 -6
  36. package/dist/header/buttons/account/connected-account-button.d.ts +7 -0
  37. package/dist/header/buttons/account/connected-account-button.js +14 -0
  38. package/dist/header/buttons/cart/connected-cart-button.d.ts +7 -0
  39. package/dist/header/buttons/cart/connected-cart-button.js +14 -0
  40. package/dist/header/buttons/favorites/connected-favorites-button.d.ts +7 -0
  41. package/dist/header/buttons/favorites/connected-favorites-button.js +13 -0
  42. package/dist/header/{hamburger-button → buttons/hamburger}/hamburger-button.d.ts +2 -1
  43. package/dist/header/buttons/hamburger/hamburger-button.js +13 -0
  44. package/dist/header/buttons/hamburger/hamburger-button.module.css.js +3 -0
  45. package/dist/header/buttons/search/search-button.d.ts +7 -0
  46. package/dist/header/buttons/search/search-button.js +12 -0
  47. package/dist/header/connected-header.d.ts +4 -0
  48. package/dist/header/connected-header.js +13 -0
  49. package/dist/header/drawers/desktop-navigation-drawer.d.ts +8 -0
  50. package/dist/header/drawers/desktop-navigation-drawer.js +12 -0
  51. package/dist/header/drawers/desktop-navigation-drawer.module.css.js +3 -0
  52. package/dist/header/drawers/mobile-navigation-drawer.d.ts +7 -0
  53. package/dist/header/drawers/mobile-navigation-drawer.js +10 -0
  54. package/dist/header/drawers/mobile-navigation-drawer.module.css.js +3 -0
  55. package/dist/header/drawers/search-drawer.d.ts +5 -0
  56. package/dist/header/drawers/search-drawer.js +9 -0
  57. package/dist/header/header-layout/header-layout.d.ts +2 -1
  58. package/dist/header/header-layout/header-layout.js +3 -2
  59. package/dist/header/header-layout/header-layout.module.css.js +1 -1
  60. package/dist/header/header.d.ts +3 -2
  61. package/dist/header/header.js +64 -5
  62. package/dist/header/header.module.css.js +3 -0
  63. package/dist/header/link-list/navigation-link-list.d.ts +3 -2
  64. package/dist/header/link-list/navigation-link-list.js +3 -3
  65. package/dist/header/link-list/navigation-link-list.module.css.js +1 -1
  66. package/dist/header/sonic-logo/sonic-logo.d.ts +2 -1
  67. package/dist/header/sonic-logo/sonic-logo.js +4 -2
  68. package/dist/index.js +17 -6
  69. package/dist/intl/missing-translation-provider.js +1 -0
  70. package/dist/intl/translation-id.d.ts +1 -1
  71. package/dist/lists/menu-list/menu-list-back-button.js +1 -0
  72. package/dist/lists/menu-list/menu-list-item.d.ts +9 -21
  73. package/dist/lists/menu-list/menu-list-item.js +3 -8
  74. package/dist/lists/menu-list/menu-list.js +1 -0
  75. package/dist/lists/orderline-list/orderline-list.js +2 -2
  76. package/dist/media/zoom-image/zoom-image.js +1 -0
  77. package/dist/navigation/account-icon/account-icon.js +1 -0
  78. package/dist/navigation/cart-icon/cart-icon.js +1 -0
  79. package/dist/navigation/favorite-icon/favorite-icon.js +1 -0
  80. package/dist/navigation/mobile-navigation/mobile-navigation.d.ts +6 -3
  81. package/dist/navigation/mobile-navigation/mobile-navigation.js +8 -3
  82. package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +3 -0
  83. package/dist/navigation/panel-navigation/panel-navigation.d.ts +4 -16
  84. package/dist/navigation/panel-navigation/panel-navigation.js +5 -5
  85. package/dist/notifications/announcements/announcement-list.d.ts +7 -0
  86. package/dist/notifications/announcements/announcement-list.js +26 -0
  87. package/dist/notifications/announcements/announcement-list.module.css.js +3 -0
  88. package/dist/notifications/announcements/announcement.d.ts +2 -1
  89. package/dist/notifications/announcements/announcement.js +7 -3
  90. package/dist/notifications/announcements/announcement.module.css.js +1 -1
  91. package/dist/notifications/announcements/connected-announcement-list.d.ts +1 -0
  92. package/dist/notifications/announcements/connected-announcement-list.js +22 -0
  93. package/dist/notifications/announcements/use-filter-announcements.d.ts +2 -0
  94. package/dist/notifications/announcements/use-filter-announcements.js +35 -0
  95. package/dist/observers/intersection-observer.js +1 -0
  96. package/dist/pages/account/create-account-page/create-account-page.js +1 -0
  97. package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.js +1 -0
  98. package/dist/pages/account/sign-in-page/sign-in-page.js +1 -0
  99. package/dist/pages/checkout/cart-page/cart-page.js +2 -1
  100. package/dist/pages/checkout/cart-page/components/empty-cart-page.js +1 -0
  101. package/dist/pages/checkout/components/billing-and-invoice-information.js +1 -0
  102. package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.js +1 -0
  103. package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.js +1 -0
  104. package/dist/pages/checkout/order-confirmation-page/order-confirmation-page.js +1 -0
  105. package/dist/pages/checkout/payment-page/components/adyen-payment.js +1 -0
  106. package/dist/pages/checkout/payment-page/components/payment.js +1 -0
  107. package/dist/pages/checkout/payment-page/payment-page-content.js +2 -1
  108. package/dist/pages/checkout/payment-page/payment-page.js +1 -0
  109. package/dist/pages/checkout/shipping-page/components/currency-change-dialog.js +1 -0
  110. package/dist/pages/checkout/shipping-page/components/edit-address-form.js +1 -0
  111. package/dist/pages/checkout/shipping-page/components/readonly-address.js +1 -0
  112. package/dist/pages/checkout/shipping-page/components/sonic-address.js +1 -0
  113. package/dist/pages/checkout/shipping-page/shipping-page-content.js +2 -1
  114. package/dist/pages/checkout/shipping-page/shipping-page.js +1 -0
  115. package/dist/pages/components/page-meta-data/page-meta-data.js +4 -0
  116. package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.js +1 -0
  117. package/dist/shared/api/bff/hooks/use-fetch-navigation-links.d.ts +2 -0
  118. package/dist/shared/api/bff/hooks/use-fetch-navigation-links.js +15 -0
  119. package/dist/shared/api/bff/model/bff.model.d.ts +30 -0
  120. package/dist/shared/api/bff/services/bff-service.d.ts +7 -1
  121. package/dist/shared/api/bff/services/bff-service.js +8 -1
  122. package/dist/shared/feature-flags/use-feature-flags.d.ts +1 -0
  123. package/dist/shared/feature-flags/use-feature-flags.js +1 -0
  124. package/dist/shared/ga/data-layer.js +4 -3
  125. package/dist/shared/hooks/use-mutation-observer.d.ts +3 -0
  126. package/dist/shared/hooks/use-mutation-observer.js +27 -0
  127. package/dist/shared/hooks/use-resize-observer.js +7 -1
  128. package/dist/shared/routing/route-button.d.ts +1 -1
  129. package/dist/shared/routing/route-icon-button.d.ts +1 -1
  130. package/dist/shared/routing/route-link.d.ts +1 -1
  131. package/dist/shared/routing/with-routing.d.ts +2 -2
  132. package/dist/shared/routing/with-routing.js +5 -4
  133. package/dist/styles.css +840 -622
  134. package/dist/toast/toast-provider.js +1 -0
  135. package/dist/tooltip/tooltip.js +1 -0
  136. package/dist/typography/heading/heading.js +1 -0
  137. package/package.json +1 -1
  138. package/dist/header/cart-icon/connected-cart-icon.d.ts +0 -3
  139. package/dist/header/cart-icon/connected-cart-icon.js +0 -14
  140. package/dist/header/hamburger-button/hamburger-button.js +0 -14
  141. package/dist/header/hamburger-button/hamburger-button.module.css.js +0 -3
  142. package/dist/notifications/announcements/announcement-provider.d.ts +0 -1
  143. package/dist/notifications/announcements/announcement-provider.js +0 -29
  144. package/dist/notifications/announcements/announcement-provider.module.css.js +0 -3
  145. package/dist/notifications/announcements/connected-announcement.d.ts +0 -5
  146. package/dist/notifications/announcements/connected-announcement.js +0 -27
  147. package/dist/shared/api/bff/model/announcement.model.d.ts +0 -12
  148. package/dist/shared/model/link.d.ts +0 -15
package/dist/styles.css CHANGED
@@ -240,6 +240,8 @@
240
240
  --loading-layer: 12;
241
241
  --background-overlay-behind-header: 13;
242
242
  --header-layer: 15;
243
+ --background-overlay-behind-announcement: 16;
244
+ --announcements-layer: 18;
243
245
  --background-overlay-in-front: 90;
244
246
  --sidebar-layer: 100;
245
247
  --search-layer: 200;
@@ -248,7 +250,7 @@
248
250
  }
249
251
  :root {
250
252
  --search-input-height: 76px;
251
- --announcement-bar-height: 52px;
253
+ --announcements-height: 0px;
252
254
  --header-height: 0px;
253
255
  }
254
256
  :root {
@@ -260,6 +262,14 @@
260
262
  100% no-repeat exclude,
261
263
  linear-gradient(0deg, #000, #000);
262
264
  }
265
+ :root {
266
+ --transition-duration-short: 250ms;
267
+ }
268
+ html {
269
+ padding-right: 0 !important;
270
+ interpolate-size: allow-keywords;
271
+ scrollbar-gutter: stable;
272
+ }
263
273
 
264
274
  .address-info-display-module-CbRth {
265
275
  font: inherit;
@@ -396,6 +406,7 @@
396
406
  }
397
407
 
398
408
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq {
409
+ display: none;
399
410
  margin-left: auto;
400
411
  }
401
412
 
@@ -421,6 +432,16 @@
421
432
  cursor: pointer;
422
433
  }
423
434
 
435
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb .accordion-module-Y50uq {
436
+ display: block;
437
+ }
438
+
439
+ @media (hover: hover) {
440
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb:hover {
441
+ background-color: var(--accordion-item-hover-color);
442
+ }
443
+ }
444
+
424
445
  .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo {
425
446
  display: grid;
426
447
  grid-template-rows: 0fr;
@@ -462,12 +483,6 @@
462
483
  border-color: var(--color-brand-light-gray);
463
484
  }
464
485
 
465
- @media (hover: hover) {
466
- .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-QEO2d .accordion-module--Rwpb:hover {
467
- background-color: var(--accordion-item-hover-color);
468
- }
469
- }
470
-
471
486
  /*********************************************************
472
487
  *
473
488
  * Dropdown variant
@@ -1694,7 +1709,7 @@
1694
1709
  inset: 0;
1695
1710
  opacity: 0;
1696
1711
  pointer-events: none;
1697
- transition: opacity 0.3s ease-in-out;
1712
+ transition: opacity var(--transition-duration-short) ease-in-out;
1698
1713
  -webkit-user-select: none;
1699
1714
  -moz-user-select: none;
1700
1715
  user-select: none;
@@ -1705,6 +1720,13 @@
1705
1720
  pointer-events: all;
1706
1721
  }
1707
1722
 
1723
+ @starting-style {
1724
+
1725
+ .background-overlay.visible {
1726
+ opacity: 0
1727
+ }
1728
+ }
1729
+
1708
1730
  .badge-module-X5Au9 {
1709
1731
  --shadow-color: 48 209 88;
1710
1732
  --animation-duration: 1000ms;
@@ -3003,7 +3025,12 @@
3003
3025
  grid-template-columns:
3004
3026
  143px var(--space-8)
3005
3027
  1fr auto
3028
+
3029
+ /* create a bit of extra space at the top for items with no tags but with a price that contains an original price */
3006
3030
  }
3031
+ .orderline-card-module-AMTMm:not(:has(.orderline-card-module-gXavY)):has(.orderline-card-module-q3yjo [class*='original-price']) {
3032
+ padding-block-start: 40px;
3033
+ }
3007
3034
 
3008
3035
  .orderline-card-module-AMTMm .orderline-card-module-C8xE6 {
3009
3036
  align-self: baseline;
@@ -3138,14 +3165,14 @@
3138
3165
  .product-card-module-pLaiB .product-card-module-irW0D {
3139
3166
  grid-area: price;
3140
3167
  margin-block-end: var(--space-8);
3141
- place-self: flex-end flex-end;
3168
+ place-self: flex-end;
3142
3169
  }
3143
3170
 
3144
3171
  .product-card-module-pLaiB .product-card-module-SnCvX {
3145
3172
  z-index: var(--z-top);
3146
3173
  cursor: default;
3147
3174
  grid-area: amount;
3148
- place-self: flex-end flex-start;
3175
+ place-self: flex-end;
3149
3176
  }
3150
3177
 
3151
3178
  @container (min-width: 273px) {
@@ -4567,18 +4594,17 @@ button.swiper-pagination-bullet {
4567
4594
  }
4568
4595
 
4569
4596
  .drawer-module-5ARuA {
4570
- --transition-timing-function: ease-in-out;
4571
- --transition-duration: 0.3s;
4572
- --transform-translate-x-from: -100%;
4573
- --transform-translate-x-to: 0;
4574
- --transform-translate-y-from: 0;
4575
- --transform-translate-y-to: 0;
4597
+ --timing-function: ease-in-out;
4598
+ --duration: var(--transition-duration-short);
4599
+ --translate-x-from: -100%;
4600
+ --translate-x-to: 0;
4601
+ --translate-y-from: 0;
4602
+ --translate-y-to: 0;
4576
4603
 
4577
4604
  position: fixed;
4578
4605
  z-index: var(--sidebar-layer);
4579
4606
  display: flex;
4580
4607
  flex-direction: column;
4581
- border: 1px solid var(--color-gray-200);
4582
4608
  background-color: var(--color-white);
4583
4609
  pointer-events: all;
4584
4610
  }
@@ -4587,46 +4613,51 @@ button.swiper-pagination-bullet {
4587
4613
  top: 0;
4588
4614
  bottom: 0;
4589
4615
  left: 0;
4590
- min-width: 300px;
4591
4616
  }
4592
4617
 
4593
4618
  .drawer-module-5ARuA.drawer-module-bZLBV {
4594
- --transform-translate-x-from: 100%;
4595
- --transform-translate-x-to: 0;
4596
- --transform-translate-y-from: 0;
4597
- --transform-translate-y-to: 0;
4619
+ --translate-x-from: 100%;
4620
+ --translate-x-to: 0;
4621
+ --translate-y-from: 0;
4622
+ --translate-y-to: 0;
4598
4623
 
4599
4624
  top: 0;
4600
4625
  right: 0;
4601
4626
  bottom: 0;
4602
- min-width: 300px;
4603
4627
  }
4604
4628
 
4605
4629
  .drawer-module-5ARuA.drawer-module-KiviE {
4606
- --transform-translate-x-from: 0;
4607
- --transform-translate-x-to: 0;
4608
- --transform-translate-y-from: -100%;
4609
- --transform-translate-y-to: 0;
4630
+ --translate-x-from: 0;
4631
+ --translate-x-to: 0;
4632
+ --translate-y-from: -100%;
4633
+ --translate-y-to: 0;
4610
4634
 
4611
4635
  top: 0;
4612
4636
  right: 0;
4613
4637
  left: 0;
4614
- min-height: 300px;
4615
4638
  }
4616
4639
 
4617
4640
  .drawer-module-5ARuA.drawer-module-p-PYu {
4618
- right: 0;
4619
-
4620
- --transform-translate-x-from: 0;
4621
- --transform-translate-x-to: 0;
4622
- --transform-translate-y-from: 100%;
4623
- --transform-translate-y-to: 0;
4641
+ --translate-x-from: 0;
4642
+ --translate-x-to: 0;
4643
+ --translate-y-from: 100%;
4644
+ --translate-y-to: 0;
4624
4645
 
4646
+ right: 0;
4625
4647
  bottom: 0;
4626
4648
  left: 0;
4627
- min-height: 300px;
4628
4649
  }
4629
4650
 
4651
+ .drawer-module-5ARuA.drawer-module-0ZHVw {
4652
+ z-index: calc(var(--announcements-layer) + 1);
4653
+ }
4654
+
4655
+ .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-yjFdX,
4656
+ .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-bZLBV,
4657
+ .drawer-module-5ARuA.drawer-module-0ZHVw.drawer-module-KiviE {
4658
+ top: var(--announcements-bottom);
4659
+ }
4660
+
4630
4661
  .drawer-module-5ARuA.drawer-module-0jRBQ {
4631
4662
  z-index: calc(var(--header-layer) - 1);
4632
4663
  }
@@ -4634,41 +4665,28 @@ button.swiper-pagination-bullet {
4634
4665
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-yjFdX,
4635
4666
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-bZLBV,
4636
4667
  .drawer-module-5ARuA.drawer-module-0jRBQ.drawer-module-KiviE {
4637
- top: var(--header-height);
4668
+ top: var(--header-bottom);
4638
4669
  }
4639
4670
 
4640
4671
  .drawer-module-5ARuA.enter {
4641
- transform: translate(
4642
- var(--transform-translate-x-from),
4643
- var(--transform-translate-y-from)
4644
- );
4672
+ transform: translate(var(--translate-x-from), var(--translate-y-from));
4645
4673
  }
4646
4674
 
4647
4675
  .drawer-module-5ARuA.enter-active {
4648
- transform: translate(
4649
- var(--transform-translate-x-to),
4650
- var(--transform-translate-y-to)
4651
- );
4676
+ transform: translate(var(--translate-x-to), var(--translate-y-to));
4652
4677
  }
4653
4678
 
4654
4679
  .drawer-module-5ARuA.exit {
4655
- transform: translate(
4656
- var(--transform-translate-x-to),
4657
- var(--transform-translate-y-to)
4658
- );
4680
+ transform: translate(var(--translate-x-to), var(--translate-y-to));
4659
4681
  }
4660
4682
 
4661
4683
  .drawer-module-5ARuA.exit-active {
4662
- transform: translate(
4663
- var(--transform-translate-x-from),
4664
- var(--transform-translate-y-from)
4665
- );
4684
+ transform: translate(var(--translate-x-from), var(--translate-y-from));
4666
4685
  }
4667
4686
 
4668
4687
  .drawer-module-5ARuA.exit-active,
4669
4688
  .drawer-module-5ARuA.enter-active {
4670
- transition: transform var(--transition-duration)
4671
- var(--transition-timing-function);
4689
+ transition: transform var(--duration) var(--timing-function);
4672
4690
  }
4673
4691
 
4674
4692
  .footer-module-YzJ68 {
@@ -5502,10 +5520,6 @@ button.swiper-pagination-bullet {
5502
5520
  }
5503
5521
 
5504
5522
  .search-result-panel-module-KBrc9 {
5505
- position: absolute;
5506
- z-index: var(--sidebar-layer);
5507
- top: 100%;
5508
- left: 0;
5509
5523
  overflow: auto;
5510
5524
  width: 100%;
5511
5525
  height: calc(100dvh - var(--header-height) - var(--search-input-height));
@@ -5533,8 +5547,7 @@ button.swiper-pagination-bullet {
5533
5547
  }
5534
5548
 
5535
5549
  .global-search-module-d2g2F {
5536
- position: relative;
5537
- z-index: -1;
5550
+ background-color: var(--color-white);
5538
5551
  font-family: var(--font-family-sonic);
5539
5552
  }
5540
5553
 
@@ -5543,11 +5556,6 @@ button.swiper-pagination-bullet {
5543
5556
  }
5544
5557
 
5545
5558
  .global-search-module-Sx8Lx .global-search-module--orCF {
5546
- position: absolute;
5547
- z-index: var(--search-layer);
5548
- top: 0;
5549
- right: 0;
5550
- left: 0;
5551
5559
  box-sizing: border-box;
5552
5560
  transition: transform 0.3s ease-in-out;
5553
5561
  }
@@ -5575,267 +5583,258 @@ button.swiper-pagination-bullet {
5575
5583
  transform: translateY(-100%);
5576
5584
  }
5577
5585
 
5578
- .hamburger-button-module-xER52 {
5579
- --width: 24px;
5580
- --padding-inline: 2px;
5581
- --transition-duration: 200ms;
5582
-
5583
- position: relative;
5584
- display: block;
5585
- width: var(--width);
5586
- border: none;
5587
- aspect-ratio: 1;
5588
- background: none;
5589
- cursor: pointer;
5586
+ .hamburger-button-module-W6FPI {
5587
+ --size: 24px;
5588
+ --duration: var(--transition-duration-short);
5589
+ --timing-function: ease-in-out;
5590
5590
  }
5591
5591
 
5592
- .hamburger-button-module-xER52 span {
5593
- position: absolute;
5594
- left: 1px;
5595
- display: block;
5596
- width: calc(var(--width) - 2 * var(--padding-inline));
5597
- height: 8%;
5598
- background-color: var(--color-black);
5599
- transition-duration: var(--transition-duration);
5600
- transition-property: transform, top;
5601
- transition-timing-function: ease;
5592
+ .hamburger-button-module-W6FPI .hamburger-button-module-2h4ML {
5593
+ position: relative;
5594
+ display: grid;
5595
+ box-sizing: border-box;
5596
+ aspect-ratio: 1;
5597
+ cursor: pointer;
5598
+ grid-template: repeat(3, 1fr) / 1fr;
5599
+ inline-size: var(--size);
5600
+ padding-inline: 1px;
5601
+ place-items: center stretch;
5602
5602
  }
5603
5603
 
5604
- .hamburger-button-module-xER52 span:nth-child(1) {
5605
- top: calc(var(--width) / 6 - 1px);
5606
- transition-delay: 0s, var(--transition-duration);
5607
- }
5604
+ .hamburger-button-module-W6FPI span {
5605
+ background-color: currentcolor;
5606
+ block-size: 2px;
5607
+ transition:
5608
+ translate var(--duration) var(--duration) var(--timing-function),
5609
+ rotate var(--duration) var(--timing-function),
5610
+ visibility var(--duration) var(--duration) var(--timing-function);
5611
+ }
5608
5612
 
5609
- .hamburger-button-module-xER52 span:nth-child(2) {
5610
- top: calc(var(--width) / 2 - 1px);
5611
- opacity: 1;
5612
- transition-delay: var(--transition-duration);
5613
- transition-property: opacity;
5614
- }
5613
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(1) {
5614
+ rotate: 45deg;
5615
+ transition:
5616
+ translate var(--duration) var(--timing-function),
5617
+ rotate var(--duration) var(--duration) var(--timing-function);
5618
+ translate: 0 calc(var(--size) / 3);
5619
+ }
5615
5620
 
5616
- .hamburger-button-module-xER52 span:nth-child(3) {
5617
- top: calc(var(--width) / 6 * 5 - 1px);
5618
- transition-delay: 0s, var(--transition-duration);
5619
- }
5621
+ @starting-style {
5620
5622
 
5621
- .hamburger-button-module-xER52:where(.hamburger-button-module-7yoVH) span:nth-child(1) {
5622
- top: calc(var(--width) / 2 - 1px);
5623
- transform: rotate(45deg);
5624
- transition-delay: var(--transition-duration), 0s;
5623
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(1) {
5624
+ rotate: 0deg;
5625
+ translate: 0 0
5625
5626
  }
5627
+ }
5626
5628
 
5627
- .hamburger-button-module-xER52:where(.hamburger-button-module-7yoVH) span:nth-child(2) {
5628
- opacity: 0;
5629
- transition-delay: var(--transition-duration);
5630
- transition-property: opacity;
5629
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(2) {
5630
+ transition: visibility var(--duration) var(--timing-function);
5631
+ visibility: hidden;
5631
5632
  }
5632
5633
 
5633
- .hamburger-button-module-xER52:where(.hamburger-button-module-7yoVH) span:nth-child(3) {
5634
- top: calc(var(--width) / 2 - 1px);
5635
- transform: rotate(-45deg);
5636
- transition-delay: var(--transition-duration), 0s;
5634
+ @starting-style {
5635
+
5636
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(2) {
5637
+ visibility: visible
5637
5638
  }
5639
+ }
5638
5640
 
5639
- .header-layout-module-VlTuk {
5640
- display: grid;
5641
- align-items: center;
5642
- background-color: var(--color-white);
5643
- gap: var(--space-8);
5644
- grid-template-columns: auto 1fr auto;
5645
- padding-block: var(--space-4);
5646
- padding-inline: var(--space-16);
5641
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(3) {
5642
+ rotate: -45deg;
5643
+ transition:
5644
+ translate var(--duration) var(--timing-function),
5645
+ rotate var(--duration) var(--duration) var(--timing-function);
5646
+ translate: 0 calc(var(--size) / -3);
5647
+ }
5648
+
5649
+ @starting-style {
5650
+
5651
+ .hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(3) {
5652
+ rotate: 0deg;
5653
+ translate: 0 0
5654
+ }
5655
+ }
5656
+
5657
+ .announcement-module-Xi0L5 {
5658
+ --z: 1;
5659
+ --icon-color: currentcolor;
5660
+ --close-button-size: var(--space-48);
5661
+ --background-color: var(--color-white);
5662
+ --text-color: var(--color-brand-dark-gray);
5663
+ --border-color: var(--color-brand-light-gray);
5647
5664
  }
5648
5665
 
5649
- .header-layout-module-VlTuk,
5650
- .header-layout-module-VlTuk * {
5666
+ .announcement-module-Xi0L5,
5667
+ .announcement-module-Xi0L5 * {
5651
5668
  box-sizing: border-box;
5652
5669
  }
5653
5670
 
5654
- .header-layout-module-VlTuk .header-layout-module-oKPyL {
5655
- inline-size: min(var(--space-100), 100%);
5656
- justify-self: center;
5657
- }
5671
+ .announcement-module-Xi0L5 {
5658
5672
 
5659
- .header-layout-module-VlTuk .header-layout-module-aBOJL {
5660
- display: flex;
5661
- }
5673
+ position: relative;
5674
+ z-index: var(--z);
5675
+ display: flex;
5676
+ overflow: hidden;
5677
+ align-items: flex-end;
5678
+ justify-content: stretch;
5679
+ background-color: var(--background-color);
5680
+ border-block: 1px solid var(--border-color);
5681
+ color: var(--text-color);
5682
+ font-family: var(--font-family-sonic);
5683
+ font-size: var(--font-size-base);
5684
+ font-style: italic;
5685
+ line-height: 1;
5686
+ }
5662
5687
 
5663
- .header-layout-module-VlTuk .header-layout-module--ICLK {
5664
- display: none;
5665
- justify-items: center;
5688
+ .announcement-module-Xi0L5 .announcement-module-4XVjD {
5689
+ display: grid;
5690
+ align-items: center;
5691
+ grid-template: 'icon content close';
5692
+ grid-template-columns: var(--close-button-size) 1fr var(--close-button-size);
5693
+ grid-template-rows: minmax(var(--close-button-size), min-content);
5694
+ inline-size: 100%;
5666
5695
  }
5667
5696
 
5668
- .header-layout-module-VlTuk .header-layout-module-HjY-a {
5669
- display: flex;
5670
- }
5697
+ @media (width >= 576px) {
5671
5698
 
5672
- .header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-fP3a6 {
5673
- display: none;
5699
+ .announcement-module-Xi0L5 .announcement-module-4XVjD {
5700
+ grid-template: '. . icon . content . close';
5701
+ grid-template-columns:
5702
+ var(--close-button-size) 1fr var(--space-24) var(--space-8)
5703
+ minmax(0, max-content) 1fr var(--close-button-size)
5704
+ }
5674
5705
  }
5675
5706
 
5676
- .header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-4Qp5b {
5677
- display: flex;
5707
+ .announcement-module-Xi0L5 .announcement-module-4XVjD svg {
5708
+ display: block;
5678
5709
  }
5679
5710
 
5680
- @media (width >= 1024px) {.header-layout-module-VlTuk {
5681
- padding-block: var(--space-12);
5682
- padding-inline: var(--space-32)
5683
- }
5684
-
5685
- .header-layout-module-VlTuk .header-layout-module-oKPyL {
5686
- inline-size: var(--space-100);
5711
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-lxmA2 {
5712
+ color: var(--icon-color);
5713
+ grid-area: icon;
5714
+ justify-self: center;
5687
5715
  }
5688
5716
 
5689
- .header-layout-module-VlTuk .header-layout-module-aBOJL {
5690
- display: none;
5717
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
5718
+ padding: var(--space-8) 0;
5719
+ grid-area: content;
5691
5720
  }
5692
5721
 
5693
- .header-layout-module-VlTuk .header-layout-module--ICLK {
5694
- display: block;
5722
+ @media (width >= 576px) {
5723
+
5724
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
5725
+ display: flex;
5726
+ flex-flow: row wrap
5695
5727
  }
5696
- .header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-fP3a6 {
5697
- display: block;
5698
5728
  }
5699
- }
5700
5729
 
5701
- .navigation-link-list-module-Ku9Sa {
5702
- --max-width: 200px;
5730
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK {
5731
+ flex-shrink: 1;
5732
+ margin: 0;
5733
+ font-size: var(--font-size-base);
5734
+ font-weight: var(--font-weight-black);
5735
+ text-transform: uppercase;
5736
+ }
5703
5737
 
5704
- display: flex;
5705
- padding: 0;
5706
- margin: 0;
5707
- gap: var(--space-40);
5708
- list-style: none;
5709
- }
5738
+ @media (width >= 576px) {
5710
5739
 
5711
- .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj {
5712
- display: flex;
5713
- align-items: baseline;
5714
- padding: 0;
5715
- border: none;
5716
- background: none;
5717
- color: var(--color-black);
5718
- cursor: pointer;
5719
- font-family: inherit;
5720
- font-size: var(--font-size-18);
5721
- font-weight: var(--font-weight-bold);
5722
- max-inline-size: var(--max-width);
5723
- text-decoration: none;
5724
- }
5740
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK:has(+ .announcement-module--Bhqj, + .announcement-module-yXGsN)::after {
5741
+ content: '-';
5742
+ font-weight: var(--font-weight-normal);
5743
+ margin-inline: var(--space-4)
5744
+ }
5745
+ }
5725
5746
 
5726
- .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj:hover {
5727
- color: var(--color-brand-red);
5728
- }
5747
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-yXGsN {
5748
+ flex-shrink: 1;
5749
+ margin: 0;
5750
+ }
5729
5751
 
5730
- .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj .navigation-link-list-module-QiKiA {
5731
- flex-shrink: 0;
5732
- margin-inline-start: var(--space-4);
5752
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj {
5753
+ position: static;
5754
+ flex-shrink: 1;
5755
+ color: currentcolor;
5756
+ }
5757
+
5758
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj:hover {
5759
+ text-decoration: underline;
5760
+ }
5761
+
5762
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj::after {
5763
+ position: absolute;
5764
+ background: transparent;
5765
+ content: '';
5766
+ inset: 0;
5767
+ }
5768
+
5769
+ .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-gZ9ae {
5770
+ z-index: 1;
5771
+ grid-area: close;
5772
+ justify-self: center;
5733
5773
  }
5734
5774
 
5735
- .sonic-logo-module-5zzhF {
5736
- display: block;
5737
- }
5775
+ .announcement-module-Xi0L5:where(.announcement-module-0LTWL) {
5776
+ --icon-color: var(--color-semantic-information);
5777
+ }
5738
5778
 
5739
- .sonic-logo-module-5zzhF,
5740
- .sonic-logo-module-5zzhF * {
5741
- box-sizing: border-box;
5779
+ .announcement-module-Xi0L5:where(.announcement-module-Ga3lN) {
5780
+ --icon-color: var(--color-semantic-notify);
5742
5781
  }
5743
5782
 
5744
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq {
5745
- display: block;
5746
- width: auto;
5747
- height: auto;
5783
+ .announcement-module-Xi0L5:where(.announcement-module-S3nSW) {
5784
+ --icon-color: var(--color-semantic-stop);
5748
5785
  }
5749
5786
 
5750
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-Pa7pF {
5751
- fill: var(--color-black);
5752
- }
5787
+ .announcement-module-Xi0L5:where(.announcement-module-E6DqW) {
5788
+ --z: 2;
5789
+ --background-color: var(--color-brand-red);
5790
+ --text-color: var(--color-white);
5791
+ --icon-color: var(--color-white);
5792
+ --border-color: var(--color-white);
5793
+ }
5753
5794
 
5754
- .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-vTCO3 {
5755
- fill: var(--color-brand-red);
5795
+ .announcement-module-Xi0L5:where(.announcement-module-E6DqW):has([href]):hover {
5796
+ --background-color: var(--color-brand-dark-red);
5756
5797
  }
5757
5798
 
5758
- .center-module-Cr7hx {
5759
- display: grid;
5760
- width: 100%;
5761
- height: 100%;
5762
- min-height: inherit;
5763
- align-items: center;
5764
- place-content: center center;
5799
+ :root {
5800
+ --announcements-bottom: var(--announcements-height);
5765
5801
  }
5766
5802
 
5767
- .feature-list-module-cxc8U {
5768
- display: grid;
5769
- grid-template-columns: auto minmax(50%, 1fr);
5803
+ .announcement-list-module-Nn6HC {
5804
+ position: relative;
5805
+ z-index: var(--announcements-layer);
5770
5806
  }
5771
5807
 
5772
- .feature-list-module-cxc8U .feature-list-module-tTJ2r {
5773
- display: contents;
5808
+ .announcement-list-module-Nn6HC.announcement-list-module-icXq8 {
5809
+ position: sticky;
5810
+ top: 0;
5774
5811
  }
5775
5812
 
5776
- .feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) * {
5777
- background-color: var(--color-brand-light-gray);
5778
- }
5779
-
5780
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD {
5781
- color: var(--color-brand-dark-gray);
5782
- line-height: 24px;
5783
- padding-block: 12px;
5784
- padding-inline: 14px;
5785
- }
5813
+ .announcement-list-module-Nn6HC .announcement-list-module-cgFNU {
5814
+ display: flex;
5815
+ flex-direction: column;
5816
+ }
5786
5817
 
5787
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
5788
- padding: 0;
5789
- }
5818
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi {
5819
+ margin-block: -1px;
5820
+ }
5790
5821
 
5791
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj {
5792
- font-weight: bold;
5822
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
5823
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
5824
+ transition: all var(--transition-duration-short) linear;
5793
5825
  }
5794
5826
 
5795
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj.feature-list-module-deI1- {
5796
- text-align: right;
5797
- }
5827
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
5828
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0.announcement-list-module-dUOEB {
5829
+ z-index: -1;
5830
+ height: 0;
5831
+ }
5798
5832
 
5799
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 {
5800
- display: flex;
5801
- flex-direction: column;
5833
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi.announcement-list-module-1Rfn0,
5834
+ .announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
5835
+ height: auto;
5802
5836
  }
5803
5837
 
5804
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1.feature-list-module-deI1- {
5805
- align-items: flex-end;
5806
- text-align: right;
5807
- }
5808
-
5809
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-ojZvf {
5810
- color: var(--color-status-available);
5811
- }
5812
-
5813
- .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-4IjrA {
5814
- color: var(--color-status-unavailable);
5815
- }
5816
-
5817
- .download-document-list-module-Z023h {
5818
- display: flex;
5819
- flex-direction: row;
5820
- align-items: center;
5821
- color: var(--color-brand-black);
5822
- gap: 5px;
5823
- }
5824
-
5825
- .download-document-list-module-Z023h a {
5826
- color: var(--color-brand-dark-gray);
5827
- text-decoration: none;
5828
- }
5829
-
5830
- .download-document-list-module-Z023h a:hover {
5831
- color: var(--color-brand-red);
5832
- }
5833
-
5834
- .download-document-list-module-Z023h svg {
5835
- width: 20px;
5836
- height: 20px;
5837
- }
5838
-
5839
5838
  .menu-list-module-TloB9 {
5840
5839
  --ml-font-size: var(--font-size-16);
5841
5840
  --ml-font-weight: var(--font-weight-normal);
@@ -5853,6 +5852,9 @@ button.swiper-pagination-bullet {
5853
5852
  grid-template-areas:
5854
5853
  'back-button'
5855
5854
  'scroll-area';
5855
+ -webkit-user-select: none;
5856
+ -moz-user-select: none;
5857
+ user-select: none;
5856
5858
  }
5857
5859
 
5858
5860
  /* TODO: scroll area row should stretch to avail height, but also enforce the scroll-area to scroll if overflowing */
@@ -6155,192 +6157,632 @@ button.swiper-pagination-bullet {
6155
6157
  background: var(--mli-button-hover-bgcolor);
6156
6158
  }
6157
6159
 
6158
- .orderline-list-module-v-FqO {
6159
- container-type: inline-size;
6160
+ .panel-navigation-module-FnSua {
6161
+ block-size: inherit;
6160
6162
  }
6161
6163
 
6162
- .orderline-list-module-v-FqO .orderline-list-module-JTZK3 {
6163
- display: flex;
6164
- align-items: center;
6165
- justify-content: space-between;
6166
- padding-right: var(--space-12);
6167
- margin-bottom: var(--space-12);
6168
- }
6169
-
6170
- .orderline-list-module-v-FqO .orderline-list-module-JTZK3 .orderline-list-module-SMPUR {
6171
- margin: 0;
6172
- }
6173
-
6174
- .orderline-list-module-v-FqO .orderline-list-module-JTZK3 .orderline-list-module-2WpLl svg {
6175
- width: 16px;
6176
- height: 16px;
6177
- }
6164
+ .panel-navigation-module-torfG {
6165
+ position: relative;
6166
+ display: grid;
6167
+ block-size: inherit;
6168
+ grid-template-columns: repeat(4, 1fr);
6169
+ }
6178
6170
 
6179
- .orderline-list-module-v-FqO .orderline-list-module-5COK6 {
6180
- display: grid;
6171
+ .panel-navigation-module-torfG.panel-navigation-module-7K80h {
6172
+ overflow: hidden;
6173
+ grid-template-columns: 1fr;
6181
6174
  }
6182
6175
 
6183
- .orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd {
6184
- border-bottom: 1px solid #00000019;
6185
- }
6186
-
6187
- .orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd:first-child {
6188
- border-top: 1px solid #00000019;
6189
- }
6176
+ .panel-navigation-module-j3ZBu {
6177
+ --transition-duration: 250ms;
6190
6178
 
6191
- .blank-page-spacer-module-lXxle {
6179
+ z-index: 2;
6192
6180
  display: grid;
6193
- width: 100%;
6194
- height: calc(100dvh - var(--header-height));
6195
6181
  background-color: var(--color-white);
6196
- place-items: center;
6197
- }
6198
-
6199
- .loading-overlay-module-L67Gy {
6200
- position: fixed;
6201
- display: grid;
6202
- inset: 0;
6203
- place-items: center;
6182
+ block-size: inherit;
6183
+ border-inline: 1px solid var(--color-brand-light-gray);
6184
+ margin-inline-start: -1px;
6204
6185
  }
6205
6186
 
6206
- .images-grid-module-i5868 {
6207
- display: grid;
6208
- gap: var(--space-12);
6209
- grid-template-columns: repeat(2, 1fr);
6210
- }
6187
+ /* only applies to the first panel, when more content than one menu is present, like in the mobile navigation */
6211
6188
 
6212
- .images-grid-module-i5868 .images-grid-module-nY9-n {
6189
+ .panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP {
6213
6190
  display: flex;
6214
- width: 100%;
6215
- aspect-ratio: 1 / 1;
6216
- background-color: var(--color-brand-light-gray);
6217
- outline: none;
6191
+ overflow: hidden auto;
6192
+ flex-direction: column;
6193
+ gap: var(--space-24);
6194
+ scrollbar-width: thin;
6218
6195
  }
6219
6196
 
6220
- .images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
6221
- mix-blend-mode: multiply;
6197
+ .panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP > * {
6198
+ flex-shrink: 0;
6222
6199
  }
6223
6200
 
6224
- .images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz {
6225
- cursor: pointer;
6226
- }
6201
+ .panel-navigation-module-j3ZBu:last-child {
6202
+ z-index: 1;
6203
+ }
6227
6204
 
6228
- .images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz:focus-visible {
6229
- box-shadow: var(--shadow-focus-outline);
6230
- }
6205
+ .panel-navigation-module-j3ZBu.exit-active,
6206
+ .panel-navigation-module-j3ZBu.enter-active {
6207
+ transition: translate var(--transition-duration) ease-in-out;
6208
+ }
6231
6209
 
6232
- .images-grid-module-i5868[data-count='5'] .images-grid-module-nY9-n:nth-child(3) {
6233
- grid-column: span 2;
6234
- grid-row: span 2;
6235
- }
6210
+ .panel-navigation-module-j3ZBu.exit-active,
6211
+ .panel-navigation-module-j3ZBu.enter {
6212
+ translate: -100% 0;
6213
+ }
6236
6214
 
6237
- /* stylelint-disable-next-line no-descending-specificity */
6215
+ .panel-navigation-module-j3ZBu.enter-active {
6216
+ translate: 0 0;
6217
+ }
6238
6218
 
6239
- .images-grid-module-i5868[data-count='3'] .images-grid-module-nY9-n:nth-child(1) {
6240
- grid-column: span 2;
6241
- grid-row: span 2;
6242
- }
6219
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h {
6220
+ position: absolute;
6221
+ border: 0;
6222
+ margin: 0;
6223
+ inset: 0;
6224
+ }
6243
6225
 
6244
- /* stylelint-disable-next-line no-descending-specificity */
6226
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active,
6227
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter {
6228
+ translate: 100% 0;
6229
+ }
6245
6230
 
6246
- .images-grid-module-i5868[data-count='2'] .images-grid-module-nY9-n {
6247
- grid-column: span 2;
6248
- grid-row: span 2;
6249
- }
6231
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter-active {
6232
+ translate: 0 0;
6233
+ }
6250
6234
 
6251
- /* stylelint-disable-next-line no-descending-specificity */
6235
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h) {
6236
+ transition: translate var(--transition-duration) ease-in-out;
6237
+ translate: -100% 0;
6238
+ }
6252
6239
 
6253
- .images-grid-module-i5868[data-count='1'] .images-grid-module-nY9-n {
6254
- grid-column: span 2;
6255
- grid-row: span 2;
6256
- }
6240
+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active) {
6241
+ translate: 0 0;
6242
+ }
6257
6243
 
6258
- @media (width >= 1440px) {.images-grid-module-i5868 {
6259
- gap: var(--space-16)
6244
+ .desktop-navigation-drawer-module-rXWPO {
6245
+ /* TODO: wish I could get this to height auto with a max height */
6246
+ block-size: min(
6247
+ 100%,
6248
+ calc(100svh - var(--header-height) - var(--header-height))
6249
+ );
6260
6250
  }
6261
- }
6262
-
6263
- .image-lightbox-module-9k3oJ {
6264
- --thumb-size: 80px;
6265
6251
 
6266
- width: 100%;
6267
- gap: var(--space-16);
6252
+ .sonic-logo-module-5zzhF {
6253
+ display: block;
6268
6254
  }
6269
6255
 
6270
- .image-lightbox-module-9k3oJ,
6271
- .image-lightbox-module-9k3oJ * {
6256
+ .sonic-logo-module-5zzhF,
6257
+ .sonic-logo-module-5zzhF * {
6272
6258
  box-sizing: border-box;
6273
6259
  }
6274
6260
 
6275
- .image-lightbox-module-9k3oJ .swiper {
6276
- margin: 0;
6261
+ .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq {
6262
+ display: block;
6263
+ width: auto;
6264
+ height: auto;
6265
+ }
6266
+
6267
+ .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-Pa7pF {
6268
+ fill: var(--color-black);
6277
6269
  }
6278
6270
 
6279
- .image-lightbox-module-9k3oJ .image-lightbox-module-K5Gd0 {
6280
- width: auto;
6271
+ .sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-vTCO3 {
6272
+ fill: var(--color-brand-red);
6273
+ }
6274
+
6275
+ .mobile-navigation-module-rMdS- {
6276
+ --height: 56px;
6277
+ --gutter: var(--space-12);
6278
+ --logo-size: 100px;
6279
+ --button-size: var(--space-32);
6280
+ --duration: var(--transition-duration-short);
6281
+ --timing-function: ease-in-out;
6282
+
6283
+ display: grid;
6284
+ overflow: hidden;
6285
+ block-size: 100%;
6286
+ grid-template:
6287
+ var(--height) 1fr /
6288
+ var(--gutter) var(--button-size) 1fr var(--button-size)
6289
+ var(--gutter);
6290
+ grid-template-areas:
6291
+ '. hamburger logo . .'
6292
+ 'p p p p p';
6293
+ }
6294
+
6295
+ @media (width >= 576px) {.mobile-navigation-module-rMdS- {
6296
+ --gutter: var(--space-4);
6297
+ --button-size: var(--space-48)
6298
+ }
6281
6299
  }
6282
6300
 
6283
- .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi {
6284
- all: unset;
6285
- width: 100%;
6286
- aspect-ratio: 1;
6287
- cursor: zoom-in;
6301
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- {
6302
+ z-index: 2;
6303
+ display: grid;
6304
+ align-items: center;
6305
+ border-block-end: 1px solid var(--color-brand-light-gray);
6306
+ grid-column: 1 / -1;
6307
+ grid-template-columns: subgrid;
6308
+ margin-block-end: -1px;
6309
+ transition: translate var(--duration) var(--timing-function);
6310
+ translate: 100% 0;
6288
6311
  }
6289
6312
 
6290
- .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi,
6291
- .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT {
6292
- display: flex;
6293
- background-color: var(--color-brand-light-gray);
6313
+ .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
6314
+ translate: 0 0;
6294
6315
  }
6295
6316
 
6296
- .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi .image-lightbox-module-4RKLg, .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT .image-lightbox-module-4RKLg {
6297
- mix-blend-mode: multiply;
6298
- }
6317
+ @starting-style {
6299
6318
 
6300
- .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT {
6301
- width: var(--thumb-size);
6302
- height: var(--thumb-size);
6303
- border: 2px solid transparent;
6304
- margin: auto;
6305
- cursor: pointer;
6306
- transition: border-color 0.2s ease;
6319
+ .mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
6320
+ translate: 100% 0
6307
6321
  }
6308
-
6309
- .image-lightbox-module-9k3oJ .swiper-slide-thumb-active .image-lightbox-module-PUOMT {
6310
- border: 2px solid var(--color-brand-red);
6311
- cursor: default;
6312
6322
  }
6313
6323
 
6314
- .image-lightbox-module-9k3oJ .image-lightbox-module-hAy3O {
6315
- position: relative;
6324
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
6325
+ grid-area: logo;
6326
+ inline-size: var(--logo-size);
6327
+ justify-self: center;
6316
6328
  }
6317
6329
 
6318
- .image-lightbox-module-9k3oJ .image-lightbox-module-nN1Kr {
6319
- position: absolute;
6320
- z-index: 1;
6321
- bottom: 20px;
6322
- left: 50%;
6323
- width: -moz-fit-content;
6324
- width: fit-content;
6325
- transform: translateX(-50%);
6326
- }
6330
+ @media (width > 414px) {
6327
6331
 
6328
- .image-lightbox-module-9k3oJ:where(.image-lightbox-module-1idAN) {
6329
- display: flex;
6330
- flex-direction: column-reverse;
6332
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
6333
+ display: none
6331
6334
  }
6332
-
6333
- .image-lightbox-module-9k3oJ:where(.image-lightbox-module-1idAN) .image-lightbox-module-Xbxcn {
6334
- padding-inline: var(--space-16);
6335
6335
  }
6336
6336
 
6337
- .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) {
6337
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl {
6338
6338
  display: grid;
6339
- grid-template-columns: var(--thumb-size) 1fr var(--thumb-size);
6339
+ grid-area: hamburger;
6340
6340
  }
6341
6341
 
6342
- .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-hAy3O {
6343
- max-width: 640px;
6342
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl > * {
6343
+ min-inline-size: 0;
6344
+ }
6345
+
6346
+ .mobile-navigation-module-rMdS- .mobile-navigation-module-zDR9Q {
6347
+ z-index: 1;
6348
+ grid-area: p;
6349
+ }
6350
+
6351
+ .mobile-navigation-drawer-module-XR23R {
6352
+ inline-size: 100svw;
6353
+ max-inline-size: 414px;
6354
+ }
6355
+
6356
+ :root {
6357
+ --header-bottom: calc(var(--announcements-height) + var(--header-height));
6358
+ }
6359
+
6360
+ .header-layout-module-uGT3X {
6361
+ --height: 56px;
6362
+ --gutter: var(--space-12);
6363
+ --logo-size: 100px;
6364
+ --button-size: var(--space-32);
6365
+ --transition-duration: var(--transition-duration-short);
6366
+
6367
+ position: relative;
6368
+ z-index: var(--header-layer);
6369
+ display: grid;
6370
+ align-items: center;
6371
+ background-color: var(--color-white);
6372
+ border-block-end: 1px solid transparent;
6373
+ grid-template:
6374
+ var(--height) /
6375
+ var(--gutter) var(--button-size) var(--button-size) var(--button-size)
6376
+ 1fr auto var(--gutter);
6377
+ grid-template-areas: '. hamburger search . logo actions .';
6378
+ transition: border-block-end-color 0s var(--transition-duration);
6379
+ }
6380
+
6381
+ .header-layout-module-uGT3X,
6382
+ .header-layout-module-uGT3X * {
6383
+ box-sizing: border-box;
6384
+ }
6385
+
6386
+ .header-layout-module-uGT3X .header-layout-module-oKPyL {
6387
+ grid-area: logo;
6388
+ inline-size: var(--logo-size);
6389
+ justify-self: center;
6390
+ }
6391
+
6392
+ .header-layout-module-uGT3X .header-layout-module-biHA2 {
6393
+ display: grid;
6394
+ grid-area: hamburger;
6395
+ }
6396
+
6397
+ .header-layout-module-uGT3X .header-layout-module-biHA2 > * {
6398
+ min-inline-size: 0;
6399
+ }
6400
+
6401
+ .header-layout-module-uGT3X .header-layout-module-fP3a6 {
6402
+ display: grid;
6403
+ grid-area: search;
6404
+ transition: opacity var(--transition-duration);
6405
+ }
6406
+
6407
+ .header-layout-module-uGT3X .header-layout-module-fP3a6 > * {
6408
+ min-inline-size: 0;
6409
+ }
6410
+
6411
+ .header-layout-module-uGT3X .header-layout-module-vVRTn {
6412
+ display: none;
6413
+ grid-area: navigation;
6414
+ justify-self: center;
6415
+ }
6416
+
6417
+ .header-layout-module-uGT3X .header-layout-module-Ux7Uj {
6418
+ display: grid;
6419
+ grid-area: actions;
6420
+ grid-template-columns: repeat(3, var(--button-size));
6421
+ grid-template-rows: 1fr;
6422
+ transition: opacity var(--transition-duration);
6423
+ }
6424
+
6425
+ .header-layout-module-uGT3X .header-layout-module-Ux7Uj > * {
6426
+ min-inline-size: 0;
6427
+ }
6428
+
6429
+ @media (width >= 576px) {
6430
+
6431
+ .header-layout-module-uGT3X {
6432
+ --gutter: var(--space-4);
6433
+ --button-size: var(--space-48)
6434
+ }
6435
+ }
6436
+
6437
+ @media (width >= 1024px) {
6438
+
6439
+ .header-layout-module-uGT3X {
6440
+ --height: 96px;
6441
+ --gutter: var(--space-32);
6442
+
6443
+ grid-template-areas: '. logo navigation search actions .';
6444
+ grid-template-columns: var(--gutter) auto 1fr var(--button-size) auto var(
6445
+ --gutter
6446
+ )
6447
+ }
6448
+
6449
+ .header-layout-module-uGT3X.header-layout-module-1qdd6 {
6450
+ border-block-end-color: var(--color-brand-light-gray);
6451
+ transition: border-block-end-color 0s;
6452
+ }
6453
+
6454
+ .header-layout-module-uGT3X .header-layout-module-biHA2 {
6455
+ display: none;
6456
+ }
6457
+
6458
+ .header-layout-module-uGT3X .header-layout-module-vVRTn {
6459
+ display: block;
6460
+ }
6461
+ }
6462
+
6463
+ .navigation-link-list-module-Ku9Sa {
6464
+ --max-width: 200px;
6465
+
6466
+ display: flex;
6467
+ padding: 0;
6468
+ margin: 0;
6469
+ gap: var(--space-40);
6470
+ list-style: none;
6471
+ -webkit-user-select: none;
6472
+ -moz-user-select: none;
6473
+ user-select: none;
6474
+ }
6475
+
6476
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj {
6477
+ display: flex;
6478
+ align-items: baseline;
6479
+ padding: 0;
6480
+ border: none;
6481
+ background: none;
6482
+ color: var(--color-black);
6483
+ cursor: pointer;
6484
+ font-family: inherit;
6485
+ font-size: var(--font-size-18);
6486
+ font-weight: var(--font-weight-bold);
6487
+ max-inline-size: var(--max-width);
6488
+ text-decoration: none;
6489
+ }
6490
+
6491
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj:hover {
6492
+ color: var(--color-brand-red);
6493
+ }
6494
+
6495
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj .navigation-link-list-module-QiKiA {
6496
+ flex-shrink: 0;
6497
+ margin-inline-start: var(--space-4);
6498
+ }
6499
+
6500
+ .navigation-link-list-module-Ku9Sa .navigation-link-list-module-jDgf0 .navigation-link-list-module-kj0Rj {
6501
+ color: var(--color-brand-red);
6502
+ }
6503
+
6504
+ .header-module--VpOI {
6505
+ position: relative;
6506
+ z-index: var(--header-layer);
6507
+ }
6508
+
6509
+ .header-module--VpOI.header-module-Zh4pu {
6510
+ position: sticky;
6511
+ top: var(--announcements-bottom);
6512
+ }
6513
+
6514
+ .center-module-Cr7hx {
6515
+ display: grid;
6516
+ width: 100%;
6517
+ height: 100%;
6518
+ min-height: inherit;
6519
+ align-items: center;
6520
+ place-content: center center;
6521
+ }
6522
+
6523
+ .feature-list-module-cxc8U {
6524
+ display: grid;
6525
+ grid-template-columns: auto minmax(50%, 1fr);
6526
+ }
6527
+
6528
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r {
6529
+ display: contents;
6530
+ }
6531
+
6532
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) * {
6533
+ background-color: var(--color-brand-light-gray);
6534
+ }
6535
+
6536
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD {
6537
+ color: var(--color-brand-dark-gray);
6538
+ line-height: 24px;
6539
+ padding-block: 12px;
6540
+ padding-inline: 14px;
6541
+ }
6542
+
6543
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
6544
+ padding: 0;
6545
+ }
6546
+
6547
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj {
6548
+ font-weight: bold;
6549
+ }
6550
+
6551
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj.feature-list-module-deI1- {
6552
+ text-align: right;
6553
+ }
6554
+
6555
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 {
6556
+ display: flex;
6557
+ flex-direction: column;
6558
+ }
6559
+
6560
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1.feature-list-module-deI1- {
6561
+ align-items: flex-end;
6562
+ text-align: right;
6563
+ }
6564
+
6565
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-ojZvf {
6566
+ color: var(--color-status-available);
6567
+ }
6568
+
6569
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-4IjrA {
6570
+ color: var(--color-status-unavailable);
6571
+ }
6572
+
6573
+ .download-document-list-module-Z023h {
6574
+ display: flex;
6575
+ flex-direction: row;
6576
+ align-items: center;
6577
+ color: var(--color-brand-black);
6578
+ gap: 5px;
6579
+ }
6580
+
6581
+ .download-document-list-module-Z023h a {
6582
+ color: var(--color-brand-dark-gray);
6583
+ text-decoration: none;
6584
+ }
6585
+
6586
+ .download-document-list-module-Z023h a:hover {
6587
+ color: var(--color-brand-red);
6588
+ }
6589
+
6590
+ .download-document-list-module-Z023h svg {
6591
+ width: 20px;
6592
+ height: 20px;
6593
+ }
6594
+
6595
+ .orderline-list-module-v-FqO {
6596
+ container-type: inline-size;
6597
+ }
6598
+
6599
+ .orderline-list-module-v-FqO .orderline-list-module-JTZK3 {
6600
+ display: flex;
6601
+ align-items: center;
6602
+ justify-content: space-between;
6603
+ padding-right: var(--space-12);
6604
+ margin-bottom: var(--space-12);
6605
+ }
6606
+
6607
+ .orderline-list-module-v-FqO .orderline-list-module-JTZK3 .orderline-list-module-SMPUR {
6608
+ margin: 0;
6609
+ }
6610
+
6611
+ .orderline-list-module-v-FqO .orderline-list-module-JTZK3 .orderline-list-module-2WpLl svg {
6612
+ width: 16px;
6613
+ height: 16px;
6614
+ }
6615
+
6616
+ .orderline-list-module-v-FqO .orderline-list-module-5COK6 {
6617
+ display: grid;
6618
+ padding: 0;
6619
+ margin: 0;
6620
+ list-style: none;
6621
+ }
6622
+
6623
+ .orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd {
6624
+ padding: 0;
6625
+ border-bottom: 1px solid var(--color-brand-light-gray);
6626
+ margin: 0;
6627
+ }
6628
+
6629
+ .orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd:first-child {
6630
+ border-top: 1px solid var(--color-brand-light-gray);
6631
+ }
6632
+
6633
+ .blank-page-spacer-module-lXxle {
6634
+ display: grid;
6635
+ width: 100%;
6636
+ height: calc(100dvh - var(--header-height));
6637
+ background-color: var(--color-white);
6638
+ place-items: center;
6639
+ }
6640
+
6641
+ .loading-overlay-module-L67Gy {
6642
+ position: fixed;
6643
+ display: grid;
6644
+ inset: 0;
6645
+ place-items: center;
6646
+ }
6647
+
6648
+ .images-grid-module-i5868 {
6649
+ display: grid;
6650
+ gap: var(--space-12);
6651
+ grid-template-columns: repeat(2, 1fr);
6652
+ }
6653
+
6654
+ .images-grid-module-i5868 .images-grid-module-nY9-n {
6655
+ display: flex;
6656
+ width: 100%;
6657
+ aspect-ratio: 1 / 1;
6658
+ background-color: var(--color-brand-light-gray);
6659
+ outline: none;
6660
+ }
6661
+
6662
+ .images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
6663
+ mix-blend-mode: multiply;
6664
+ }
6665
+
6666
+ .images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz {
6667
+ cursor: pointer;
6668
+ }
6669
+
6670
+ .images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz:focus-visible {
6671
+ box-shadow: var(--shadow-focus-outline);
6672
+ }
6673
+
6674
+ .images-grid-module-i5868[data-count='5'] .images-grid-module-nY9-n:nth-child(3) {
6675
+ grid-column: span 2;
6676
+ grid-row: span 2;
6677
+ }
6678
+
6679
+ /* stylelint-disable-next-line no-descending-specificity */
6680
+
6681
+ .images-grid-module-i5868[data-count='3'] .images-grid-module-nY9-n:nth-child(1) {
6682
+ grid-column: span 2;
6683
+ grid-row: span 2;
6684
+ }
6685
+
6686
+ /* stylelint-disable-next-line no-descending-specificity */
6687
+
6688
+ .images-grid-module-i5868[data-count='2'] .images-grid-module-nY9-n {
6689
+ grid-column: span 2;
6690
+ grid-row: span 2;
6691
+ }
6692
+
6693
+ /* stylelint-disable-next-line no-descending-specificity */
6694
+
6695
+ .images-grid-module-i5868[data-count='1'] .images-grid-module-nY9-n {
6696
+ grid-column: span 2;
6697
+ grid-row: span 2;
6698
+ }
6699
+
6700
+ @media (width >= 1440px) {.images-grid-module-i5868 {
6701
+ gap: var(--space-16)
6702
+ }
6703
+ }
6704
+
6705
+ .image-lightbox-module-9k3oJ {
6706
+ --thumb-size: 80px;
6707
+
6708
+ width: 100%;
6709
+ gap: var(--space-16);
6710
+ }
6711
+
6712
+ .image-lightbox-module-9k3oJ,
6713
+ .image-lightbox-module-9k3oJ * {
6714
+ box-sizing: border-box;
6715
+ }
6716
+
6717
+ .image-lightbox-module-9k3oJ .swiper {
6718
+ margin: 0;
6719
+ }
6720
+
6721
+ .image-lightbox-module-9k3oJ .image-lightbox-module-K5Gd0 {
6722
+ width: auto;
6723
+ }
6724
+
6725
+ .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi {
6726
+ all: unset;
6727
+ width: 100%;
6728
+ aspect-ratio: 1;
6729
+ cursor: zoom-in;
6730
+ }
6731
+
6732
+ .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi,
6733
+ .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT {
6734
+ display: flex;
6735
+ background-color: var(--color-brand-light-gray);
6736
+ }
6737
+
6738
+ .image-lightbox-module-9k3oJ .image-lightbox-module-UNPOi .image-lightbox-module-4RKLg, .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT .image-lightbox-module-4RKLg {
6739
+ mix-blend-mode: multiply;
6740
+ }
6741
+
6742
+ .image-lightbox-module-9k3oJ .image-lightbox-module-PUOMT {
6743
+ width: var(--thumb-size);
6744
+ height: var(--thumb-size);
6745
+ border: 2px solid transparent;
6746
+ margin: auto;
6747
+ cursor: pointer;
6748
+ transition: border-color 0.2s ease;
6749
+ }
6750
+
6751
+ .image-lightbox-module-9k3oJ .swiper-slide-thumb-active .image-lightbox-module-PUOMT {
6752
+ border: 2px solid var(--color-brand-red);
6753
+ cursor: default;
6754
+ }
6755
+
6756
+ .image-lightbox-module-9k3oJ .image-lightbox-module-hAy3O {
6757
+ position: relative;
6758
+ }
6759
+
6760
+ .image-lightbox-module-9k3oJ .image-lightbox-module-nN1Kr {
6761
+ position: absolute;
6762
+ z-index: 1;
6763
+ bottom: 20px;
6764
+ left: 50%;
6765
+ width: -moz-fit-content;
6766
+ width: fit-content;
6767
+ transform: translateX(-50%);
6768
+ }
6769
+
6770
+ .image-lightbox-module-9k3oJ:where(.image-lightbox-module-1idAN) {
6771
+ display: flex;
6772
+ flex-direction: column-reverse;
6773
+ }
6774
+
6775
+ .image-lightbox-module-9k3oJ:where(.image-lightbox-module-1idAN) .image-lightbox-module-Xbxcn {
6776
+ padding-inline: var(--space-16);
6777
+ }
6778
+
6779
+ .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) {
6780
+ display: grid;
6781
+ grid-template-columns: var(--thumb-size) 1fr var(--thumb-size);
6782
+ }
6783
+
6784
+ .image-lightbox-module-9k3oJ:where(.image-lightbox-module--V8Xo) .image-lightbox-module-hAy3O {
6785
+ max-width: 640px;
6344
6786
  justify-self: center;
6345
6787
  }
6346
6788
 
@@ -6419,230 +6861,6 @@ button.swiper-pagination-bullet {
6419
6861
  gap: 1rem;
6420
6862
  }
6421
6863
 
6422
- .panel-navigation-module-FnSua {
6423
- block-size: inherit;
6424
- }
6425
-
6426
- .panel-navigation-module-torfG {
6427
- position: relative;
6428
- display: grid;
6429
- block-size: inherit;
6430
- grid-template-columns: repeat(4, 1fr);
6431
- }
6432
-
6433
- .panel-navigation-module-torfG.panel-navigation-module-7K80h {
6434
- overflow: hidden;
6435
- grid-template-columns: 1fr;
6436
- }
6437
-
6438
- .panel-navigation-module-j3ZBu {
6439
- --transition-duration: 250ms;
6440
-
6441
- z-index: 2;
6442
- display: grid;
6443
- background-color: var(--color-white);
6444
- block-size: inherit;
6445
- border-inline: 1px solid var(--color-brand-light-gray);
6446
- margin-inline-start: -1px;
6447
- }
6448
-
6449
- /* only applies to the first panel, when more content than one menu is present, like in the mobile navigation */
6450
-
6451
- .panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP {
6452
- display: flex;
6453
- overflow: hidden auto;
6454
- flex-direction: column;
6455
- gap: var(--space-24);
6456
- scrollbar-width: thin;
6457
- }
6458
-
6459
- .panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP > * {
6460
- flex-shrink: 0;
6461
- }
6462
-
6463
- .panel-navigation-module-j3ZBu:last-child {
6464
- z-index: 1;
6465
- }
6466
-
6467
- .panel-navigation-module-j3ZBu.exit-active,
6468
- .panel-navigation-module-j3ZBu.enter-active {
6469
- transition: translate var(--transition-duration) ease-in-out;
6470
- }
6471
-
6472
- .panel-navigation-module-j3ZBu.exit-active,
6473
- .panel-navigation-module-j3ZBu.enter {
6474
- translate: -100% 0;
6475
- }
6476
-
6477
- .panel-navigation-module-j3ZBu.enter-active {
6478
- translate: 0 0;
6479
- }
6480
-
6481
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h {
6482
- position: absolute;
6483
- border: 0;
6484
- margin: 0;
6485
- inset: 0;
6486
- }
6487
-
6488
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active,
6489
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter {
6490
- translate: 100% 0;
6491
- }
6492
-
6493
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter-active {
6494
- translate: 0 0;
6495
- }
6496
-
6497
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h) {
6498
- transition: translate var(--transition-duration) ease-in-out;
6499
- translate: -100% 0;
6500
- }
6501
-
6502
- .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active) {
6503
- translate: 0 0;
6504
- }
6505
-
6506
- .announcement-module-Xi0L5 {
6507
- --text-color: var(--color-white);
6508
- --background-color: var(--color-brand-red);
6509
- --icon-color: currentcolor;
6510
- --border-color: var(--color-brand-red);
6511
- }
6512
-
6513
- .announcement-module-Xi0L5,
6514
- .announcement-module-Xi0L5 * {
6515
- box-sizing: border-box;
6516
- }
6517
-
6518
- .announcement-module-Xi0L5 {
6519
-
6520
- position: relative;
6521
- display: flex;
6522
- min-height: var(--announcement-bar-height);
6523
- padding: 13px 16px;
6524
- border: 1px solid var(--border-color);
6525
- background-color: var(--background-color);
6526
- color: var(--text-color);
6527
- }
6528
-
6529
- .announcement-module-Xi0L5 .announcement-module-4XVjD {
6530
- display: flex;
6531
- align-items: center;
6532
- padding-right: 56px;
6533
- gap: 8px;
6534
- }
6535
-
6536
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-lxmA2 {
6537
- color: var(--icon-color);
6538
- }
6539
-
6540
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-lxmA2 svg {
6541
- display: block;
6542
- }
6543
-
6544
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
6545
- display: flex;
6546
- flex-direction: column;
6547
- font-family: var(--font-family-sonic);
6548
- font-size: var(--font-size-base);
6549
- font-style: italic;
6550
- }
6551
-
6552
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK {
6553
- margin: 0;
6554
- font-size: var(--font-size-base);
6555
- font-weight: var(--font-weight-black);
6556
- text-transform: uppercase;
6557
- }
6558
-
6559
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-yXGsN {
6560
- flex-wrap: nowrap;
6561
- margin: 0;
6562
- color: currentcolor;
6563
- gap: 0;
6564
- }
6565
-
6566
- .announcement-module-Xi0L5 .announcement-module-gZ9ae {
6567
- position: absolute;
6568
- top: 50%;
6569
- right: 0;
6570
- transform: translateY(-50%);
6571
- }
6572
-
6573
- .announcement-module-Xi0L5:where(.announcement-module-0LTWL),
6574
- .announcement-module-Xi0L5:where(.announcement-module-Ga3lN),
6575
- .announcement-module-Xi0L5:where(.announcement-module-S3nSW) {
6576
- --background-color: var(--color-white);
6577
- --text-color: var(--color-brand-dark-gray);
6578
- --border-color: var(--color-brand-light-gray);
6579
- }
6580
-
6581
- .announcement-module-Xi0L5:where(.announcement-module-0LTWL) {
6582
- --icon-color: var(--color-semantic-information);
6583
- }
6584
-
6585
- .announcement-module-Xi0L5:where(.announcement-module-Ga3lN) {
6586
- --icon-color: var(--color-semantic-notify);
6587
- }
6588
-
6589
- .announcement-module-Xi0L5:where(.announcement-module-S3nSW) {
6590
- --icon-color: var(--color-semantic-stop);
6591
- }
6592
-
6593
- /* stylelint-disable-next-line no-descending-specificity */
6594
-
6595
- .announcement-module-Xi0L5.announcement-module-Fj5ya:hover .announcement-module-yXGsN {
6596
- text-decoration: underline;
6597
- }
6598
-
6599
- .announcement-module-Xi0L5.announcement-module-Fj5ya:hover:where(.announcement-module-E6DqW) {
6600
- border-color: var(--color-brand-dark-red);
6601
- background-color: var(--color-brand-dark-red);
6602
- }
6603
-
6604
- @media (width >= 576px) {
6605
- .announcement-module-Xi0L5 {
6606
- justify-content: center;
6607
- }
6608
-
6609
- .announcement-module-Xi0L5 .announcement-module-4XVjD {
6610
- padding-right: 0;
6611
- }
6612
-
6613
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
6614
- flex-direction: row;
6615
- }
6616
- .announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK::after {
6617
- content: '-';
6618
- margin-inline: 4px;
6619
- }
6620
- }
6621
-
6622
- .announcement-provider-module-sVIKY {
6623
- position: relative;
6624
- z-index: calc(var(--header-layer) + 1);
6625
- }
6626
-
6627
- .announcement-provider-module-ksjgO {
6628
- margin-top: calc(-1 * var(--announcement-bar-height));
6629
- }
6630
-
6631
- .announcement-provider-module-k0zd- {
6632
- margin-top: 0;
6633
- transition: margin-top 300ms linear;
6634
- }
6635
-
6636
- .announcement-provider-module-w2N0B {
6637
- z-index: -1;
6638
- margin-top: 0;
6639
- }
6640
-
6641
- .announcement-provider-module-4lfx2 {
6642
- margin-top: calc(-1 * var(--announcement-bar-height));
6643
- transition: margin-top 300ms linear;
6644
- }
6645
-
6646
6864
  .create-account-form-module-TMU8F {
6647
6865
  min-inline-size: 270px;
6648
6866
  }